/*

Theme Name: MyHome Child
Theme URI: http://myhome.tangibledesing.net
Author: TangibleDesign
Author URI: http://themeforest.net/user/tangibledesign
Description: Child
Version: 1.1
Template: myhome
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: myhome-child
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

*/


#login-wrapper {
  background: #fafafa;
}

#custom-login-form {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  background: #fefefe;
  border: 1px solid #eee;
}

#custom-login-form h2 {
  text-align: center;
  margin-bottom: 20px;
}

#custom-login-form form p {
  margin-bottom: 15px;
}

#custom-login-form label {
  display: block;
  margin-bottom: 5px;
}

#custom-login-form input[type="text"],
#custom-login-form input[type="password"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
}

#custom-login-form .login-remember {
  text-align: right;
}

#custom-login-form .login-remember label {
  display: inline;
  color: #333;
}

#custom-login-form .login-submit {
  text-align: center;
}

#login-submit-btn,
#app-wrapper .btn-submit {
  background: #8b0344 !important;
  color: #fff;
  border: 0;
  padding: 0 24px;
  line-height: 48px;
  cursor: pointer;
  margin: 24px auto 0;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  display: inline-block;
  shadow: none;
}

#app-wrapper .btn-submit {
  text-align: center;
  width: 250px;
  font-weight: bold;
  margin-top: 15px;
}

#app-wrapper .icon-btn {
  display: inline-block;
  cursor: pointer;
  margin-left: 15px;
}

#app-wrapper .icon-btn:hover {
  color: #8b0344;
}

#app-wrapper .btn.btn-upload {
  background-color: #7db901;
  border: 1px #73ac02 solid;
  padding: 5px 10px;
  font-size: 14px;

}

#app-wrapper .btn.btn-upload .icon {
  top: 2px;
  font-size: 1.4em;
}

#login-submit-btn:hover,
#app-wrapper .btn-submit:hover {
  background: #ad0355 !important;

}

.login-error,
.error {
  color: #ff0000;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #fff;
  border: solid 1px rgba(139, 3, 68, 0.3);
}

.success {
  color: #038b1a;
  border-radius: 5px;
  margin: 10px 0;
  padding: 10px;
  background-color: #eefff4;
  border: solid 1px rgba(3, 139, 26, 0.3);
}

.success a {
  text-decoration: underline;
  color: #038b1a;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  color: #333;
  text-decoration: none;
}

.pagination .current-page {
  font-weight: bold;
  background-color: #333;
  color: #fff;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.admin-table th,
.admin-table td {
  padding: 12px;
  border: 1px solid #ddd;
}

.admin-table th {
  background-color: #f5f5f5;
  font-weight: bold;
  text-align: left;
  color: #333;
}

.admin-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.admin-table tbody tr:hover {
  background-color: #f0f0f0;
}

#app-wrapper .row:after {
  content: "";
  display: table;
  clear: both;
}

#app-wrapper input::-webkit-input-placeholder,
#app-wrapper textarea::-webkit-input-placeholder {
  color: #999 !important;
}

#app-wrapper input::-moz-placeholder,
#app-wrapper textarea::-moz-placeholder {
  color: #999 !important;
}

#app-wrapper input:-moz-placeholder,
#app-wrapper textarea:-moz-placeholder {
  color: #999 !important;
}

#app-wrapper input:-ms-input-placeholder,
#app-wrapper textarea:-ms-input-placeholder {
  color: #999 !important;
}

#app-wrapper hr.spacer {
  border: 0;
  background: none;
  border-top: solid 1px #666;
}

#app-wrapper .input-group--text-field input {
  box-shadow: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 30px;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#app-wrapper .input-group__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  min-width: 0;
  min-height: 30px;
}

#app-wrapper .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 24px;
  padding: 7px 0 0;
  position: relative;
  width: 100%;
  outline: none;
  transition: box-shadow .3s cubic-bezier(.25, .8, .5, 1);
}

#list-search button {
  outline: 0;
  border: 0;
  background: none;
  margin-left: -35px;
  position: relative;
  top: 3px;
  z-index: 99;
}

#list-search input {
  text-align: left;
  padding: 19px 15px;
  padding-right: 50px;
  border-radius: 3px;
}

#list-search input:focus {
  background-color: #fff !important;
}

#list-header {
  padding: 10px 0 10px;
  clear: both;
}

#list-header h1 {
  margin: 0;
}


#app-wrapper .btn {
  display: inline-block;
  padding: 5px 15px;
  background-color: #8b0344;
  color: #fff;
  border-radius: 5px;
  border: 1px #810240 solid;
  box-shadow: 1px 1px 4px rgba(51, 51, 51, .2);

}

#app-wrapper .btn .icon {
  font-size: 1.7em;
  position: relative;
  top: 5px;
  margin-right: 5px;
}

#app-wrapper .btn.btn-new,
#app-wrapper .btn.btn-cancel {
  font-weight: bold;
}

#app-wrapper .btn.btn-new .icon {
  color: #3ba000;
}

#app-wrapper .btn.btn-cancel .icon {
  color: #a00050;
  top: 6px;
}

#app-wrapper .btn.btn-white {

  background-color: #fefefe;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(248, 248, 248, 1) 100%);
  border-color: #f5f5f5;
  color: #333;
  padding-top: 0;
}

#app-wrapper .btn.btn-white .icon {
  top: 7px;
}

.button-wrap {
  padding: 15px 0 15px;
}

.right-icon {
  text-align: right;
}

#app-wrapper .selectize-dropdown .option,
#app-wrapper .selectize-dropdown .optgroup-header,
#app-wrapper .selectize-dropdown .no-results,
#app-wrapper .selectize-dropdown .create {
  padding: 15px 15px;
}

#app-wrapper .selectize-input {
  padding: 15px 15px;
  box-shadow: none;
}

#app-wrapper .selectize-dropdown,
#app-wrapper .selectize-input,
#app-wrapper .selectize-input input {
  font-size: 16px;
}

#app-wrapper input {
  text-align: left;
  font-style: normal;
  color: #333;
  border-radius: 3px;
}

#app-wrapper input:focus {
  background-color: #fff !important;
}

#app-wrapper .selectize-dropdown .option {
  background-color: #fff !important;
}

#app-wrapper .selectize-dropdown .option:hover {
  background-color: #8b0344 !important;
  color: #fff;
}

#app-wrapper label {
  margin-bottom: 5px;
  display: inline-block;
  font-weight: bold;
}

#app-wrapper .col-half {
  width: 50%;
  float: left;
  padding-right: 25px;
}

#app-wrapper .col-half:last-child {
  padding-right: 0;

}

#app-wrapper fieldset {
  border: solid 1px #d3d3d3;
  border-radius: 3px;
  padding: 15px 25px;
  background-color: #fff;
  margin: 10px auto;
}

#app-wrapper legend {
  border: solid 0 #f1f1f1;
  border-radius: 3px;
  display: inline-block;
  padding: 10px 15px;
  background-color: #8b0344 !important;
  color: #fff;

}

#app-wrapper .selectize-multiple .item {
  padding: 11px !important;
  padding-right: 55px !important;
  border-radius: 5px;
  display: block;
}

#app-wrapper .selectize-multiple .selectize-input {
  padding: 0;
  border: 0;
}

#app-wrapper .selectize-multiple .selectize-input input {
  padding: 14px 10px !important;
  border: 1px solid #c3c3c5 !important;
  display: block;
  width: 100% !important;
  border-radius: 3px;
}

#app-wrapper .selectize-multiple.plugin-remove_button .item .remove {
  padding: 11px !important;
  font-size: 1.2em;
  font-weight: bold;
  width: 40px;
}

#uploaded_image {
  border: solid 1px #ddd;
  background-color: #efefef;
  padding: 15px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0;
  border-radius: 3px;
}

#uploaded_image img,
#uploaded_plan img {
  max-height: 100%;
  max-width: auto;
  height: auto;
  width: auto;
  margin: 0;
}

#uploaded_image .image-control,
#uploaded_plan .image-control {
  height: 150px;
  position: relative;
  width: 230px;
  text-align: center;
  padding: 10px;
  border: solid 1px #eaeaea;
  border-radius: 5px;
  margin: 10px;
  background-color: #fff;
}

#uploaded_plan .image-control {
  height: 120px;
  width: 120px;
}

#uploaded_image .image-control .image-delete {
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99;
  background: white;
  border-radius: 50px;
  padding: 11px 9px;
  border: solid 1px #ddd;
}

#uploaded_image .image-control .image-delete:hover {
  color: #8b0344;
}

#app-wrapper .flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.file-masker {
  width: 150px;
  height: 50px;
  position: relative;
}

.file-masker .btn {
  position: absolute;
  top: 0;
  left: 0;
}

.file-masker input {
  opacity: 0;
  width: 100%;
  height: 100%;
}

.col-100 {
  width: 100%;
}

.mt-30 {
  margin-top: 30px;
}

body.page-template-page_admin .swal2-icon {
  font-size: 20px !important;
  list-style: 1.2 !important;
}


.small-swal-header,
.small-swal-title,
.small-swal-content,
.small-swal-actions,
.small-swal-confirm-button,
.small-swal-cancel-button,
.small-swal-footer {
  font-size: 14px;
}

.no-border {
  border: 0 !important;
}

.property-list-table {
  background-color: #fff;
  color: #333;
  font-size: 1.2em;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.property-list-table th,
.property-list-table td {
  padding: 20px;
  border: 1px solid #aaa;
  color: #333;
}

.property-list-table td {
  font-size: 15px;
}

.property-list-table th a,
.property-list-table td a {
  color: #333 !important;

}

.property-list-table thead th {
  background: #8b0344;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.property-list-table thead tr th:nth-child(2) {
  text-align: left;
}

.property-list-table tbody tr td:first-child {
  text-align: center;
}

.property-list-table tbody tr:nth-child(even) {
  background-color: #eee;
}

@media only screen and (max-width: 760px) {
  #app-wrapper .col-half {
    width: 100%;
    margin: 0 0 15px;
    padding-right: 0;
  }

  #app-wrapper .flex.md-no-flex {
    display: block !important;
  }
}