
.fold-holder label{
    display:block;
}


.project__title{

}


.wizard__holder hr{
width:100%;
border:1px solid #23A437;
}


ul.menu__gallery{
    display:block;
    margin:0px;
    padding:0px;
}


ul.menu__gallery li{
    display:block;
    background-color:#183355;
    text-align:center;
}

ul.menu__gallery li a{
    color:white;
    text-transform: lowercase;
    font-weight:bold;
    display:block;
    padding: 10px;
}

ul.menu__gallery li.ul__selected{
background-color:#23A437;
}

.command__float{
    position:absolute;
    right:10px;
    top:10px;
}

.label-block{
    border:1px solid #C1C1C1;
}

.btn__placeOrder{
    width:100% !important;
    display:block !important;
    background-color:#23A437 !important;
    border:1px solid #23A437 !important;
    color:white !important;
    border-radius: 5px !important;
    font-weight: bolder !important;
    text-transform: uppercase !important;
    padding:18px !important;
    font-size:20px !important;
}



.btn__nextStep{
    width:100% !important;
    display:block !important;
    background-color:#23A437 !important;
    border:1px solid #23A437 !important;
    border-radius: 5px !important;
    font-weight: bolder !important;
    text-transform: uppercase !important;
    padding:18px !important;
    font-size:20px !important;
    color:white !important;
}

.btn__nextStep.btn__nextSave{

  background-color:#183355 !important;
  border:1px solid #183355 !important;
}

.bg-light-blue.fold__arrow-holder{
background-color:hsla(205, 72%, 75%, 0.50) !important;
}

.fold-content-holder label{
    cursor:pointer;
}

.btn__placeOrder .btn-disabled, .btn-disabled, .btn-disabled:hover{
    background-color: #B5B4B4 !important;
    border-color:#B5B4B4 !important;
    cursor:default !important;
}

.error{
    border-color: red !important;
}

.fold-content-holder input[type="checkbox"], .fold-content-holder input[type="radio"]{
width:20px;
height:20px;
border:2px solid red;
padding:0px;
background-color:white;
}







.container-checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 25px;
    width: 25px;
    background-color: #eeeeee;
    border-radius: 4px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  }
  
  /* On mouse-over, add a grey background color */
  .container:hover input ~ .checkmark , label:hover  .container-checkbox input ~ .checkmark{
    background-color: #ccc;
  }

  /* When the checkbox is checked, add a blue background */
  .container-checkbox input:checked ~ .checkmark {
    background-color: #23A437 !important;
  }
  

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .container-checkbox input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .container-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }




  .radiomark-rate {
    left: calc(-25px / 2) !important;
    right:unset !important;
  }


  .radiomark,  .checkmark{

    transition: background-color 0.5s ease;
  }

/* Create a custom radio button */
.radiomark {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;


    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  }
  
  /* On mouse-over, add a grey background color */
  .container-checkbox:hover input ~ .radiomark, label:hover .container-checkbox input ~ .radiomark {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .container-checkbox input:checked ~ .radiomark {
    background-color: #23A437 !important;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .radiomark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .container-checkbox input:checked ~ .radiomark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .container-checkbox .radiomark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
  }

  .toggler-disabled{
    cursor:default !important;
    opacity: 0.50 !important;
    background-color: #B5B4B4 !important;
  }


a.command__zoom{
  position:absolute;
  bottom:10px;
  right:10px;
  text-shadow: 0px 0px 1px rgba(150, 150, 150, 1);
}

a.command__zoom:hover{
  color:#25AF4B !important;
}

.project__discount{
  text-decoration: line-through;
}


.bg-fundo-upload{
  background-color:#ebebeb;
  cursor:pointer;
}

.bg-fundo-upload:hover{
  background-color:#dddddd;
}


.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}


.file__label{
  margin-top:10px;
  font-size:12px;
  border-radius: 5px;
  background-color:#43425d;
  color:white;
  padding:10px;
}


.woocommerce .col-1, .col-2{

  max-width:none !important;

}
  
.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {

  display: block !important;

}
      
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {

  max-width: unset !important;

}


.login__left{
  background-image:url('../img/login-background.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.login__right{

}

.login__right h2{
  display:none !important;
}

.login__right form{
  border:0px !important;
  max-width:400px;
  margin-left:auto !important;
  margin-right: auto !important;
}

.login__right a{
  color:#43425D;
  text-decoration: underline !important;
}


.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
background-color:#43425D !important;
color:white !important;
padding-left:70px !important;
padding-right: 70px !important;
display: inline-block;
line-height: 25px !important;
}

.woocommerce-Input{
  border-left:0px !important;
  border-right:0px !important;
  border-top:0px !important;
  border-bottom:2px solid #E9E9F0 !important;
  border-radius: 0px !important;
}

.page-template-template-dashboard-php{

  color:#43425D !important;

}

.page-template-template-dashboard-php .woocommerce-form-row{
  margin-bottom:20px !important;
}

.page-template-template-dashboard-php .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
  width: inherit !important;
}

.page-template-template-dashboard-php .woocommerce form .form-row-first, .woocommerce-page form .form-row-first{
  float:none !important;
}

.woocommerce form .form-row label{
  font-weight:bold;
}

.txt-grey{
  color:#4D4F5C;
}




.form__title h3{
  color:#183355 !important;
  font-weight: bold !important;
  font-size:20px !important;
  padding-bottom:0px !important;
  border-bottom:2px solid #72B96A !important;
  display:inline-block !important;
  }

  .form__title h3:after{
    content: '';
    display:block !important;
    width:100% !important;
    clear:both;
    height:2px !important;
  }


  .woocommerce-account .woocommerce-MyAccount-content{
    float: inherit !important;
    width: inherit !important;
  }

  .sidebar{
    will-change: min-height;
}

.sidebar__inner{
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

.tiptop p:last-child{
  margin-bottom:0px !important;
}


.placeOrder__tokens-holder{
  background-color:#f2e7cb;
}


.label__radio{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.label__radioHolder{
  min-height: 35px;
  vertical-align: middle;
  display: table;
  width: 100%;
}

.sign__border{
  border:1px solid rgb(0 0 0 / 20%);
}

.modal-footer .btn{
  border:0px !important;
}

.option__disabled{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.50;
  pointer-events: none; 
}

.option__disabled, .option__disabled img{
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.disabled{
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


ul.filter__pagination, ul.pagination__style{
  display:inline-block;

}

ul.filter__pagination li, ul.pagination__style li{
display:inline-block;
}

ul.filter__pagination a, ul.pagination__style a{
  color:var(--e-global-color-primary);
}

ul.filter__pagination .page-item.active .page-link, ul.pagination__style .page-item.active .page-link{
  background-color:var(--e-global-color-primary);
  border-color:var(--e-global-color-primary);
}

/* Review Projects */
.fieldset-star-cb-group{
border:none;
}
.star-cb-group input {
  display: none;
}
.star-cb-group label{
  color: #a4afb7;
  float: left;
  cursor: pointer;
}
.star-cb-group > input:checked ~ label{
  color: #FFCC00;
}
.star-cb-group > label:hover, .star-cb-group > label.checked, .star-cb-group > label:hover ~ label, .star-cb-group > label.checked ~ label{
  color: #FFCC00;
}
.star-cb-group {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;   
}

.bg-blue{
  background-color:#183355 !important;
}

.rate__holder{
  border: 1px solid #183355;
}


@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

.content-placeholder {
  display: inline-block;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  -webkit-background-size: 800px 104px;
  background-size: 800px 104px;
  height: inherit;
  position: relative;
}

/******** iFrame Review Studio *********/

.bg-red{
  background-color:#e74c3c !important;
}

.iframe__logo{
  max-height:30px;
}
.bg-blue{
    background-color:#1FA7E0;
}


.iframe__body, .iframe__header, .iframe__footer{
    position:fixed;
    left:0px;
    right:0px;
}

.iframe__header .row, .iframe__footer .row{
  position:absolute;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
}

.iframe__body{
  top:60px;
  bottom:80px;
}

.iframe__header{
  top:0px;
  height:60px;
}

.iframe__footer{
  bottom:0px;
  height:80px;
}

.iframe__body iframe{
  background-color:#383838;
  border: 0px;
  display: block;
  padding: 0px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;    
}



.dropdown-no-arrow::after{
  display: none;
}

.selectize-control.contacts .selectize-input > div .email {
  opacity: 0.8;
}
.selectize-control.contacts .selectize-input > div .name + .email {
  margin-left: 5px;
}
.selectize-control.contacts .selectize-input > div .email:before {
  content: "<";
}
.selectize-control.contacts .selectize-input > div .email:after {
  content: ">";
}
.selectize-control.contacts .selectize-dropdown .caption {
  font-size: 12px;
  display: block;
  color: #a0a0a0;
}

.selectize-control.contacts a{
  color:white;
  margin-left:5px;
}

.selectize-control.contacts .label, .selectize-control.contacts .caption{
  padding:2px !important;
}

.user-avatar{
  display: inline-block;
  width: 50px;
  height: 50px;
  border:2px solid white;
  border-radius: 50%;
  background: #ffffff;
  background-position: center center;
  background-repeat:no-repeat;
  background-size:contain
}

.brand__logo{
  display:inline-block !important;
  width:100% !important;
  height:auto !important;
  max-width:300px !important;
}


.brand__logo-poweredby{
  display:inline-block !important;
  width:100% !important;
  height:auto !important;
  max-width:100px !important;
}

.textLoading-saved{
  font-weight:bold;
  color:green;
}

.btn-print-login{
  position:fixed;
  right:10px;
  left:10px;
  top:0px;
  z-index:9999;
}




