
/* para uso do TOUR */

.trans-panel {
  background-color:transparent !important;
}

/* ICONES FONTAWESOME NOS EDITs ( nao implementei pro mobile - outro tema )

fonte: fórum
adaptação: Flávio Motta

*/

.inputWithIcon input[type="text"] {
  padding-left: 40px ;
}

.inputWithIcon {
  position: relative ;
}

.inputWithIcon i {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 4.2px 4px;
    *: ;
    vertical-align: middle;
    width: 27px;
    /* height: 40px; */
    color: #aaa;
}

.inputWithIcon input[type="text"]:focus + i {
  color: dodgerBlue ;
}


.inputWithIcon.inputIconBg i {
    background-color: #fff;
    color: #b47e7e;
    padding: 4px 4px;
    width: 20px;
    height: 22px;
    border-radius: 4px 0 0 4px;
    border-left: 1px solid #9d9d9dd1;
    border-top: 1px solid #9d9d9dd1;
    border-bottom: 1px solid #9d9d9dd1;
    border-right: 0px solid #9d9d9dd1;
    z-index: 1000;
}

.inputWithIcon.inputIconBg input[type="text"]:focus + i {
  color: #fff ;
  background-color: dodgerBlue ;
}

/* EDITS COR DE FOCO */
.x-form-text:focus,
.x-form-text:hover,
.x-form-text:active
{
    /*border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
    color: black !important;
    border:1px none gray !important;
    background:#fbfff0 !important;
    box-shadow: 2px 2px 5px #E0E0E0 !important;
}

.fundo-verde .x-form-text
{
    background: #7de286 !important;
    transition: background-color .15s ease-in-out;
}

.fundo-verde .x-form-text:hover
{
    background: #9BECA3 !important;
}

.fundo-verde .x-form-text:focus,
.fundo-verde .x-form-text:active
{
    background: #7de286 !important;
}

/* texto do EDIT */
.x-form-text-default {
    font: normal 12px 'Open Sans', tahoma, arial, verdana, sans-serif !important;
    font-family: 'Open Sans', tahoma, arial, helvetica, sans-serif !important;
    padding: 0px 5px 0px 5px !important;
}

.x-form-item-default.x-item-disabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: 0.8;
}


/* opções visuais para group */

.boxcr {
  border-radius:10px;
    border:  red double;
    }

.boxcr1 {
    border-top-right-radius:20px;
    -moz-border-top-right-radius:20px;
    -webkit-border-top-right-radius:20px;
    border-bottom-left-radius:20px;
    -moz-border-bottom-left-radius:20px;
    -webkit-border-bottom-left-radius:20px;
 
    } 



.boxcr2 {
    border-radius:0 20px 30px 40px;
    -moz-border-radius:0 20px 30px 40px;
    -webkit-border-radius:0 20px 30px 40px;
    
    } 

.IconeLogin.estrutura i {
    background-color: #c7c7c7;
    color: #fffdfd;
    /* padding: 12px 8px; */
    width: 25px;
    height: 26.3px;
    border-radius: 4px 0 0 4px;
    border-left: 1px solid #9d9d9dd1;
    border-top: 1px solid #9d9d9dd1;
    border-bottom: 1px solid #9d9d9dd1;
    border-right: 0px solid #9d9d9dd1;
    /* z-index: 1000; */
}

.IconeLogin i {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 7px 0px;
    *: ;
    vertical-align: middle;
    /* width: 27px; */
    /* height: 40px; */
    color: #aaa;
}

.crx-border-box, .crx-border-box * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    /* -webkit-box-sizing: border-box; */
    border-radius: 0px 5px 5px 0px;
}
