

.btn-group .btn i{
    display: none;
}
.btn-group .btn.active i{
    display: inline-block;
}
/*form input[type=file]{*/
/*    display: none;*/
/*}*/
.navbar-custom {
    margin-right: 10px;
    padding: 10px 20px;
    height: 54px;
    width: 220px;
    font-weight: 100;
    font-size: 18px;
    line-height: 30px;
    background: #005CB9;
    color: #fff !important;
    float: left;
    margin-left: -15px;
}

form input[type=file]{
    background: #e5e5e5;
}


#btn-login{
background: #005CB9; border-color: #005CB9; color: #fff;
}
#btn-login:hover{
     color: black;
}
.empresa_logo_small{

    width: 64px; height: 38px; position: relative;
    background: transparent url(../../img/efos-logo-64-38.png) center center no-repeat;
}
.empresa_logo_small_frontend{

    width: 64px; height: 38px; position: relative; margin-top: 9px; margin-left: 12px;
    background: transparent url(../../img/efos-logo-64-38.png) center center no-repeat;
}
.empresa_logo{

    width: 64px; height: 38px; position: relative;
    background: transparent url(../../img/efos-logo-32-19.png) center center no-repeat;
}
.bg-azul {
    background: #005CB9 none repeat scroll 0% 0% !important;
}
.foto{
    display: block; width: 128px; height: 128px; position: relative;
    background: transparent url(../../img/user-2.jpg) center center no-repeat; background-size: cover;
    border-radius: 3px; box-shadow: 0 0 0 3px #00ACAC, inset 0 0 0 1px rgba(255,255,255,0.5); transition: all ease-in 0.2s;
}
.foto:hover{
    cursor: pointer; box-shadow: 0 0 0 3px #00ACAC, inset 0 0 0 3px rgba(255,255,255,0.3);
}
.foto::before{
    display: block; position: absolute; width: 100%; height: 100%; right: 0; bottom: 0;
    line-height: 128px; font-size: 32px; content: "\f030"; text-align: center; color: #fff; font-family: "FontAwesome";
    background: rgba(0,0,0,0.8); opacity: 0; filter: alpha(opacity=0); transition: all ease-in 0.2s;
}
.foto:hover::before{
    opacity: 0.6; filter: alpha(opacity=60);
}
.foto:active::before{
    opacity: 1; filter: alpha(opacity=100);
}
.foto.small{
    width: 64px; height: 64px;
}
.foto.rounded{
    border-radius: 50%; width: 48px; height: 48px; margin: -5px;
}
.foto.rounded::before{
    display: none;
}

.file_imagen{
    display: block; width: 256px; height: 128px; position: relative;
    background: transparent url(../../img/user-2.jpg) center center no-repeat; background-size: cover;
    border-radius: 3px; box-shadow: 0 0 0 3px #00ACAC, inset 0 0 0 1px rgba(255,255,255,0.5); transition: all ease-in 0.2s;
}

.file{
    display: block; width: 128px; height: 128px; position: relative;
    background: transparent url(../../img/user-2.jpg) center center no-repeat; background-size: cover;
    border-radius: 3px; box-shadow: 0 0 0 3px #00ACAC, inset 0 0 0 1px rgba(255,255,255,0.5); transition: all ease-in 0.2s;
}
.file:hover{
    cursor: pointer; box-shadow: 0 0 0 3px #00ACAC, inset 0 0 0 3px rgba(255,255,255,0.3);
}
.file::before{
    display: block; position: absolute; width: 100%; height: 100%; right: 0; bottom: 0;
    line-height: 128px; font-size: 32px; content: "\f016"; text-align: center; color: #fff; font-family: "FontAwesome";
    background: rgba(0,0,0,0.8); opacity: 0; filter: alpha(opacity=0); transition: all ease-in 0.2s;
}
.file:hover::before{
    opacity: 0.6; filter: alpha(opacity=60);
}
.file:active::before{
    opacity: 1; filter: alpha(opacity=100);
}
.file.small{
    width: 64px; height: 64px;
}
.file.rounded{
    border-radius: 50%; width: 48px; height: 48px; margin: -5px;
}
.file.rounded::before{
    display: none;
}





.imgAuth{
    display: block; width: 128px; height: 128px; position: relative;
    background: transparent url(../../img/user-2.jpg) center center no-repeat; background-size: cover;
    border-radius: 3px; box-shadow: 0 0 0 3px #00ACAC, inset 0 0 0 1px rgba(255,255,255,0.5); transition: all ease-in 0.2s;
}
.imgAuth:hover{
    cursor: pointer; box-shadow: 0 0 0 3px #00ACAC, inset 0 0 0 3px rgba(255,255,255,0.3);
}
.imgAuth::before{
    display: block; position: absolute; width: 100%; height: 100%; right: 0; bottom: 0;
    line-height: 128px; font-size: 32px; content: "\f016"; text-align: center; color: #fff; font-family: "FontAwesome";
    background: rgba(0,0,0,0.8); opacity: 0; filter: alpha(opacity=0); transition: all ease-in 0.2s;
}
.imgAuth:hover::before{
    opacity: 0.6; filter: alpha(opacity=60);
}
.imgAuth:active::before{
    opacity: 1; filter: alpha(opacity=100);
}
.imgAuth.small{
    width: 64px; height: 64px;
}
.imgAuth.rounded{
    border-radius: 50%; width: 48px; height: 48px; margin: -5px;
}
.imgAuth.rounded::before{
    display: none;
}


.filePDF{
    display: block; width: 128px; height: 128px; position: relative;
    background: transparent url(../../img/user-2.jpg) center center no-repeat; background-size: cover;
    border-radius: 3px; box-shadow: 0 0 0 3px #00ACAC, inset 0 0 0 1px rgba(255,255,255,0.5); transition: all ease-in 0.2s;
}
.filePDF:hover{
    cursor: pointer; box-shadow: 0 0 0 3px #00ACAC, inset 0 0 0 3px rgba(255,255,255,0.3);
}
.filePDF::before{
    display: block; position: absolute; width: 100%; height: 100%; right: 0; bottom: 0;
    line-height: 128px; font-size: 32px; content: "\f016"; text-align: center; color: #fff; font-family: "FontAwesome";
    background: rgba(0,0,0,0.8); opacity: 0; filter: alpha(opacity=0); transition: all ease-in 0.2s;
}
.filePDF:hover::before{
    opacity: 0.6; filter: alpha(opacity=60);
}
.filePDF:active::before{
    opacity: 1; filter: alpha(opacity=100);
}
.filePDF.small{
    width: 64px; height: 64px;
}
.filePDF.rounded{
    border-radius: 50%; width: 48px; height: 48px; margin: -5px;
}
.filePDF.rounded::before{
    display: none;
}






form.hasFileDrag{
    position: relative;
}
form .dragOver{
    display: none; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 200;
    background: rgba(0,0,0,0.3);
}
form.hasFileDrag .dragOver i{
    display: block; position: absolute; width: 100%; height: 200px; left: 0; top: 50%; margin-top: -100px;
    font-size: 160px; line-height: 160px; color: #fff; text-align: center;
}
form .dragOver div.borderDashed{
    display: block; position: absolute; left: 10px; top: 10px; right: 10px; bottom: 10px; border: 5px dashed #fff; border-radius: 10px;
    opacity: 1; filter: alpha(opacity=100);
}
form.hasFileDrag.fileOver .dragOver{
    display: block;
}
.dz-preview{
    display: none !important;
}

/*************** MAP **********************/

#mapContainter{
    width: 100%; height: 400px;
}
#mapInfo{
    z-index: 10000;position:absolute; left: 10px; right:0px;bottom:0px; left: 220px; margin-bottom: 0;
}
#mapInfo .foto{
    display: inline-block; border-radius: 50%;
}
#mapInfo .foto::before{
    display: none;
}


#panelCollapseToggle .panel-heading-btn{
    display: block;
}
.panel-body.panel-body-info .form-group .col-md-3{
    width: 35% !important; padding: 0; text-align: right; font-weight: 600;
}
.panel-body.panel-body-info .form-group .col-md-9{
    width: 65% !important;
}
#mapBtnTheme{
    top: 0 !important; z-index: 2000; right: 10px;
}
body {background-color:white; }
h3{ color: #005CB9; font-weight:bold; }
.rowCuenta{ background-color: #f4f4f4; }
.rowCuentaHeader{ background-color:#dee4eb; border-radius: 100px; }
.box__blue { background: #003a73; color:white; border-radius: 0px;}
.box__gray { background: #dee4eb; border-radius: 0px;}
.box__sky{ background: #f4f4f4; border-radius: 0px;}

h5{ color: #005CB9; font-weight:bold;}
.nav-tabs {
    background: #e2e7eb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.navbars-statuslegal{
    background: #005CB9;
}
.icon_color_white{
    color: white;
}
#price_total{

    background: #005CB9;
}

.text-center_price {
    text-align: center !important;
    font-family: 'Open Sans', "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #707478;
    font-size: 20px;
    font-weight: 600;
}

.text-center_price_white {
    text-align: center !important;
    font-family: 'Open Sans', "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: white;
    font-size: 20px;
    font-weight: 600;
}

.inactive-link {
    pointer-events: none;
    cursor: default;
}

.margin-right_5{
  margin-right: 5px;
}
/******/
.padding-0 { padding: 0 !important; }

.margin-lr-15 { margin: 0px 10px; }

.float-right { float: right; }

.contentTitle {
    border-bottom: solid 1px #053b71;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.contentTitle h1{
    display: inline-block;
    width: auto;
    font-size: 20px;
    color: #053b71;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 5px;

}

.contentTitle p{
    display: inline;
    font-size: 20px;
    color: #000000;
    padding-top: 0;
    float: right;
}

.contentTitle span {
    color: #000;
    font-weight: 100;
    font-size: 16px;
}

.contentTitle .fecha{
    color: grey;
    font-size: 13px
}

.btn-content-h1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    cursor: pointer;
}

.btn-action {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 150px;
    height: 35px;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 12px;
    line-height: initial;
}

.btn-action-blue{
    background: #0060B5;
    border: 1px solid gray;
    color:#fff;
    margin-top: 12px;
}

.btn-action-orange{
    background: #ee8d66;
    border: 1px solid gray;
    color:#fff;
    margin-top: 12px;
}

#mapContainter{
    width: 100%; height: 400px;
}

.ui-autocomplete{
    z-index: 10000;
}
/**Begin Ezequiel's Styles**/
.padding-bottom0{
    padding-bottom: 0px;
}
.padding-bottom10{
    padding-bottom: 10px;
}
.autocomplete-inherit{
    position: inherit !important;
    width: 100% !important;    
}
.autocomplete-inherit>.ui-autocomplete{
    max-height: 300px;
    overflow-y: scroll;
}
.border-left0{
    border-left: 0px;
}
.no-display{
    display: none;
}
.text-red{
    color:red;
}
.text-white{
    color:#fff;
}
.z-index-1000{
    z-index: 1000;
}
.index{ z-index: 1051;}

.divisor{
    background-color: #008989;height: 3px;
}
.text-left{
    text-align: left;
}
.no-border{
    border: none ;
}
.width-80percent{
    width: 80% !important;
}
/**End Ezequiel's Styles**/