/************************************************Estilos para elementos html************************************************/
html,body{
    /*height:100%;*/
    font-family: Arial,Helvetica,sans-serif;
    /*font-family: 'Muli', sans-serif;*/
    /* min-width: 1000px;
     margin: 0 auto;
     padding: 0;*/
    background-size: cover;
    font-size: 15px;
}
a{
    text-decoration: none;
    /*color: #A4A4A4;*/
    /*color: #565f5b !important;
    */
    color: #565f5b ;
}
a[href^="mailto:"] {
    color: #08C;
    /*font-weight: bold;*/
    text-decoration: none;
}
@font-face {
    font-family: "BebasNeueBook";
    src: url('../fonts/BebasNeueBook/BebasNeueBook.eot') format('embedded-opentype'),
        url('../fonts/BebasNeueBook/BebasNeueBook.woof') format('woff'),
        url('../fonts/BebasNeueBook/BebasNeueBook.ttf') format('truetype'),
        url('../fonts/BebasNeueBook/BebasNeueBook.svg#Bebas Neue Book') format('svg');
    font-weight: normal;
    font-style: normal;
}
.s5ths,
.m5ths,
.l5ths,
.xl5ths {
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s5ths {
    width: 20%;
}

@media only screen and (min-width: 601px) {
    .row .col.m5ths {
        width: 20%;
    }
}

@media only screen and (min-width: 993px) {
    .row .col.l5ths {
        width: 20%;
    }
}

@media only screen and (min-width: 1201px) {
    .row .col.xl5ths {
        width: 20%;
    }
}

a[href^="mailto:"]:hover {
    color: #0053BD;
    text-decoration: underline;

    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
iframe{
    width: 95%;
    height: 410px;
    border: 1px solid gray;
}
ul{
    list-style-type: circle;
}
/*input[type="text"], input[type="password"]{
    background: white;
    display: inline-block;
    width: 280px;
    padding: 5px;
    font-size: 1.1em;
    color: #777;
    vertical-align: middle;
    border: 1px solid #CCC;
}*/
textarea{
    resize: none;
}
select{
    color: #777;
}
input[type="checkbox"]
{
    margin-right: 5px;
}
span sup{
    color: #ff0000;
    font-size: 11pt;
}
/************************************************Fin estilos elementos html************************************************/


/************************************************Estilos elementos con id************************************************/
#Site_Main{
    margin: 0 auto;
    position: relative;
    width: 1000px;
    background-color: #FFFFFF;

    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-color: darkgray;

    -webkit-box-shadow: 0px 1px 20px #6A797C;
    -moz-box-shadow: 0px 1px 20px #6A797C;
}
#header {
    width: 100%;
    background: white;
    color: whitesmoke;
    font-size: 22px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin: 0px;
}
#campos_contacto{
    margin-top: 20px;
}
#Nomenclatura{
    display: inline-block;
    vertical-align: top;
    float: right;
    width: 100%;
}
#loader{
    background: #FDFDFD;
    display: none;
    height: 100%;
    left: 0px;
    opacity: 0.8;
    position: fixed;
    text-align: center;
    padding-top: 20%;
    top: 0%;
    width: 100%;
    z-index: 10002;
}
#loader label{
    display: block;
}
#loader img {
    width: 50px;
}
#cover-info-messages{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0%;
    z-index: 100;
}
#loader_contacto{
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
#login-nav img{
    height: 100px;
    padding: 0px 10px;
}
#menu-nav img{
    height: 130px;
}
#login-nav .row{
    margin-bottom: 0px;;
}
#login-nav{
    line-height: normal;
}
/************************************************Fin estilos elementos con id************************************************/


/************************************************Estilos de clases************************************************/
.content{
    display: block;
    position: relative;
    width: 100%;
    margin: 10px 0px;
}
input[type="text"].campoObligatorio{
    border: 1px solid #F5A9A9;

}
.nombre_empresa_indice{
    margin-left: 28px;
    z-index: -1;
    position: absolute;
}

.nombre_empresa{
    margin-left: 28px;
    margin-top: 1%;
}

.titulo_principal{
    text-align: center;
    text-indent: 10px;
    font-size: 1.5em;
    font-weight: bold;
    color: #1d5da7;
    margin-bottom: 10px;
}
.titulo_seccion{
    color: #7b919e;
    font-size: 1.3em;
    font-weight: normal;
    margin-bottom: 5px;
}
.main-section {
    display: block;
    position: relative;
    width: 98%;
    height: auto;
    padding: 1% 0%;
    margin: 0% auto;
    overflow: hidden;
}
.section-head {
    display: inline-block;
    color: #357EBD;
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #DDD;
    text-align: left;
}
.section-body{
    display: inline-block;
    width: 100%;
}
.decription-fields {
    background-color: #FEFBED;
    margin: 1% 0%;
    padding: 10px 10px 15px 10px;
    border-right: 5px solid #F1E7BC;
    font-size: 11pt;
    color: #A78B1A;
    text-align: justify;
}
.data-fields {
    margin: 1% 0%;
}
.campos_obligatorios{
    text-align: left;
    color: red;
    font-size: 11pt;
    margin-top: 1px;
}
.tabla_general{
    margin: 0 auto;
    width: 98%;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid #DDDDDD;
}
.contentLeft{
    width: 48%;
    display: inline-block;
    text-align: right;
}

.contentRight{
    display: inline-block;
    text-align: left;
}

.fecha-limite{
    position: relative;
    vertical-align: middle;
    text-indent: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #FF0000;
    margin: 0 auto;
    width: 360px;

}
.iframe_div{
    text-align: center;
    margin-bottom: 50px;
}
.boton{
    margin-top: 12px;
    color: #555;
    cursor: pointer;
    font-family: "proxima-nova","Helvetica-neue",helvetica,sans-serif;
    font-size: 1em;
    padding: 5px;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
    border: 1px solid #BBB;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 1px 1px 2px 0px #D5D5D5;
    box-shadow: 1px 1px 3px 0px #D5D5D5;
    background: white;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,white), color-stop(100%,#E5E5E5));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
.required{
    background-color: #FFFFE2;
}
/* muestra los errores :D*/
div.invalid {
    display: block;
    position: relative;
    font-size: 10pt;
    margin: 4px 0px;
    color: #F00;
    /*opacity: 0;*/
    height: 15px;
    line-height: 15px;
    -webkit-transition-property: opacity; /* Safari */
    -webkit-transition-duration: 1s; /* Safari */
    transition-property: opacity;
    transition-duration: 1s;
}
input[type=text].invalid:hover + div.ivalid, input[type=text].invalid:focus + div.ivalid{
    opacity: 1 !important;
}
input[type=text].invalid, textArea.invalid{
    margin: 0px !important;
}
/* fin de error*/
.form-group.has-error{
    margin-bottom: 0px;
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error button:focus ~ .invalid,
.has-error input:focus ~ .invalid,
.has-error select:focus ~ .invalid,
.has-error textarea:focus ~ .invalid {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.formNotes2 {
    color: #577F99;
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #75757;
    text-align: left;
    border-color: #000000;
}
.notaTituloForma{
    margin-bottom: 10px;
    color: #ff0000;
}
.formTitle {
    font-size: 18px;
    color: #FFF;
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-weight: bold;
    text-align: center;
    background-color: #156FA3;
    opacity: .8;
    padding: 4px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 99%;
    letter-spacing: 1px;
}
.closed-item-form{
    cursor: not-allowed !important;
    box-shadow: none;
    opacity: 0.65 !important;
    filter: alpha(opacity=65) !important;
}
.btn.btn-primary.closed-item-form:hover{
    opacity: 0.65 !important;
    filter: alpha(opacity=65) !important;
    background-color: #428bca !important;
}
.bloqueLinea{
    margin: 0 auto;
    display: inline-block;
    border-top: 20px;
    border-bottom: 20px;
}
h3.subtitle{
    border-bottom: 4px solid #0e52a2;
    text-transform: uppercase;
    width: 463px;
    margin-bottom: 10px;
}
.errorExceded{
    text-align:center;
    color: red;
}

#tabla_observaciones th{
    text-align: center;
}

.cambio_lang{
    margin-bottom: 10px;
    color: #FF0000;
    margin-top: 10px;
    background-color: #D8D8D8;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
}
.middle{
    z-index:1;
    position:relative;
    margin-bottom: 50px;
    padding-top:178px;
}
#header #header_logo img{
    height: 100px;
    vertical-align: middle;
}
#header-ed #header_label{
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    width: auto;
    float: right;
    position: relative;
    margin: 1.5%;
    margin-right: 1%;
}
.footer
{
    height:51px;
    z-index:3;
    position:relative;
}
.footer img{
    max-height: 51px;
    min-height: 51px;
}
footer.page-footer{
    padding-top: 10px !important;
    background-color: #FFFABC;/*rgba(28,36,54,.9);*/
}
.wordCount,
.charCount{
    width: 100%;
    text-align: right;
}
.help-field {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-top: 10px;
    color: #27A727;
    text-shadow: 1px 1px 1px #C8E3C5;
}
.meta-data-fields{
    padding: 0px;
}
.table .row-number{
    background-color: #d9534f;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
    color: white;
    font-weight: bolder;
}
.delete-category{
    cursor: pointer;
}
.arrow-up{
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
.arrow-down{
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
.arrow-right{
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.arrow-left{
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
/************************************************Fin estilos de clases************************************************/

/************************************************Estilos elementos hijos************************************************/
.tabla_general thead tr th {
    font-size: 13pt;
    color: #ffffff;
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-weight: bold;
    text-align: left;
    background-color: #aa0229;
    padding: 3px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-indent: 5px;
}
.tabla_general tbody tr td{
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    border-bottom: 1px solid #BDBDBD;
}
/*label sup, .error{
    color: red;
    font-size: 12pt;
    padding-left: 5px;
}*/
#background-info-messages {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.3;
    filter: alpha(opacity=30);
    background: lightgray;
}
#cover-info-messages .info-message-item{
    letter-spacing: 1px;
    top: 35%;
    width: 60%;
    position: absolute;
    margin: 0% 20%;
    font-size: 16px;
    z-index: 100;
    box-shadow: 0px 1px 10px black;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    border-left-width: 8px;
}
#cover-info-messages .info-message-item .close-info-message{
    display: block;
    font-size: 18px;
    text-align: right;
    margin: 2px 5px 0px 0px;
    cursor: pointer;
}
#cover-info-messages .info-message-item .text-info-message{
    display: block;
    width: 96%;
}
.section-head h2 {
    width: auto;
    padding-left: 3%;
    display: inline-block;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.info-message-item h4{
    display: block;
    width: 96%;
}
/************************************************Fin estilos elementos hijos************************************************/

.selectc{
    margin-left: 20px;
}
.info-input{
    border: 1px solid black;
    padding: 1px 5px;
    background: white;
}
.item-form-status{
    text-align: center;
    font-size: 16pt;
}
.form-name {
    text-align: left;
    font-size: 22px;
    letter-spacing: 1px;
}
.redlabel{
    color: #cbd400;
    font-weight: bold;
    font-size: 18px;
}
.status-span.greenlabel{
    color: #F7941E !important;
}
.greenlabel{
    color: #F7941E;
    font-weight: bold;
    font-size: 22px;
}

.yellowlabel{
    color: #F0B829;
    font-weight: bold;
    font-size: 18px;
}

.cover-img-loader{
    display: inline-block;
    vertical-align: text-top;
    padding-top: 7px;
}
.cover-img-loader img{
    display:none;
    width: 25px;
    height: 25px;
}
.services-table .form-input, #contenedor_matriz .form-input{
    border-radius: 0px !important;
}

.contact-data{
    display: inline-block;
}

.closed-form{
    width: 100%;
    text-align: center;
    margin: 10px 0px 0px 0px;
}
.lg-popover{
    max-width: 600px;
}
/************************************************Fin estilos elementos con clase************************************************/



/************************************************Estilos elementos hijos************************************************/
#menu_status_formas div.status{
    display: inline-block;
    text-align: center;

}

.status-payment{
    float: right;
}

.item-form-status span.label{
    color: #1d5da7;
}
.table thead tr{
    background-color: #f7f7f9;
    color: #1d5da7;
}
.table tbody tr td{
    vertical-align: middle;
}

.elemento_centrado{
    margin: auto;
    padding-top:15px;
    padding-bottom:15px;
    text-align: center;
}

/************************************************Fin estilos elementos hijos************************************************/

.services-table .form-input, #contenedor_matriz .form-input{
    border-radius: 0px !important;
}

.contact-data{
    display: inline-block;
}
.alert-warning{
    font-weight: bold;
}

.label-comentarios {
    display: inline-block;
    width: 13%;
    margin-top: 30px;
    vertical-align: top;
    text-align: right;
}

.text-comentarios {
    display: inline-block;
    width: 80%;
    height: 100px;
    max-height: 100px;
    margin: 0% auto;
    margin-bottom: 20px;
    border-radius: 10px;
}

.container-comentarios{
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

form .bs-callout-warning{
    font-size: 16px;
}

#div_matriz p{
    font-size: 16px;
}



/* Estilos generales para contacto y mostrar errores de validación */

#campos_contacto .dg-section-block, .dg-block-telephone{
    text-align: right;
    margin-bottom: 10px;
}

#campos_contacto label{
    font-size: 14px;
}

#matrix_servicios{
    font-size: 10pt;
}

#errorDDTAC,#errorDDTAP, #errorDDT, #errorDDTE{
    width: 100%;
    display: inline;
    /*height: 20px;*/
    font-size: 11pt;
}

#div_ti, #iv_t{
    width: 136px;
}

#matrizVaciaDiv{
    height: 30px;
    margin-left: 88px;
}

input.matrixCSS {
    border:1px solid #A0A0A0;
    /*height:14px;*/
    width:35px;
    text-align: center;
}

.columnLeft{
    width: 45%;
    text-align: right;
    display: inline-block;
    margin-bottom: 5px;
    max-width: 500px;
}
.columnRight{
    width: 53%;
    text-align: right;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: top;
    max-width: 550px;
    min-width: 510px;
}

.rowRight, .rowLeft {
    margin-bottom: 8px;
}

.rowRight > div, .rowLeft > div{
    display: inline-block;
}

.div_telefono > div{
    display: inline-block;
}

.div_telefono input[id^="Telefono"]{
    width: 62px;
}

.div_telefono div[id^="div_ti"]{
    width: 76px;
}

.div_telefono div[id^="iv_"]{
    width: 81px;
    font-size: 9pt;
}

.div_telefono div[id^="errorDD"]{
    width: 83px;
    /*border: 1px solid black;*/
    display: inline;
}
label.error {
    display: none !important;
    margin-left: 1%;
    background-color: #009AD6 !important;
    color: white;
    font-size: .9em;
    padding: 4px;
    height: auto;
    position: absolute;
}
.arrow_error{
    border-right: 10px solid #009AD6;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    height: 0px;
    position: absolute;
    left: -10px;
    margin-top: -4px;
}
input.required:focus + .error,
select.required:focus + .error{
    display: inline-block !important;
    z-index: 3;
}
input.required:focus + .error .arrow_error,
select.required:focus + .error .arrow_error{
    display: block !important;
    z-index: 3;
}

.container-contacto{
    margin-top: 20px;
    margin-bottom: 20px;
}

#contenedor_matriz > div{
    display: inline-block;
}


#row_matriz > div{
    display: inline-block;
}

#contenedor_matriz p{
    text-align: left;
}

#DS_Ubicacion_Servicio{
    width: 60px;
}

#contenedor_matriz .columnLeft{
    text-align: center;
}


#menu_servicios thead td{
    text-align: center;
}

textarea:disabled{
    background-color: #eeeeee;
    border: 1px solid #D5CECE !important;
}

#_id_Contacto{
    width: 300px;
    display: inline-block;
}

.contact-container{
    margin-top: 20px;
    margin-bottom: 20px;
}
/***********************************************************************/
/****************** New Footer ******************/
.efect {
    outline: none;
    text-decoration: none;
    position: relative;
    font-size: 1.5em;
    line-height: 1;
    color: #9e9ba4;
    display: inline-block;
}
.efect:visited{
    text-decoration: none;
}
/* Nukun */
.efect-infoexpo {
    color: #557591;
    font-weight: 900;
    overflow: hidden;
    padding: 4px 0;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.efect-infoexpo:hover {
    color: #1F9BDE;
    text-decoration: none;
}

.efect-infoexpo::before,
.efect-infoexpo::after {
    content: '';
    position: absolute;
    width: 52%;
    height: 2px;
    background: #75BA00;
    bottom: 0;
    left: 13%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

.efect-infoexpo::after {
    background: #ACD07A;
    -webkit-transform: translate3d(-300%,0,0) scale3d(0,1,1);
    transform: translate3d(-300%,0,0) scale3d(0,1,1);
}

.efect-infoexpo:hover::before {
    -webkit-transform: translate3d(300%,0,0) scale3d(0,1,1);
    transform: translate3d(300%,0,0) scale3d(0,1,1);
}

.efect-infoexpo:hover::after {
    -webkit-transform: translate3d(0,0,0) scale3d(1,1,1);
    transform: translate3d(0,0,0) scale3d(1,1,1);
}

.efect-infoexpo span {
    color: #1F9BDE;
    display: inline-block;
    position: relative;
    -webkit-transform: perspective(1000px) rotate3d(0,1,0,0deg);
    transform: perspective(1000px) rotate3d(0,1,0,0deg);
    -webkit-transition: -webkit-transform 0.5s, color 0.5s;
    transition: transform 0.5s, color 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

.efect-infoexpo:hover span {
    color: #3F5364;
    -webkit-transform: perspective(1000px) rotate3d(0,1,0,180deg);
    transform: perspective(1000px) rotate3d(0,1,0,180deg);
}
.nav{
    height: 100%;
    background: rgb(255, 255, 255);
    box-shadow: none;
    line-height: 0px;
}
#left-logo {
    height: 78px;
    margin-top: 5px;
}

footer.page-footer .footer-copyright {
    line-height: 52px !important;
}

.panel .card-panel{
    margin: 0px;
}
.panel span.card-panel:first-child{
    border-right: 2px 2px 0px 0px;
}
.panel div.card-panel:last-child{
    border-right: 0px 0px 2px 2px;
}

label {
    color: black !important;
}

.card .card-action {
    padding: 16px;
}
/*Estilos para cards de notas */
.card-warning{
    border-color: #f0ad4e !important;
    background-color: #fcf8f2;
    border-left: 3px solid ;
}

.card-warning .card-content{
    background-color: rgba(255, 177, 61, 0.18);

}

.card-warning .card-title{
    font-size: 30px;
    line-height: 40px;
    color: rgb(251, 147, 0);
}
/***************************************/
/*Estilos para cards de mensajes */
.card-message{
    border-color: #0277bd !important;
    background-color:#90CAF9 !important;
    border-left: 3px solid ;
    padding-bottom: 14px !important;
}
.card-message .card-title{
    font-size: 30px;
    line-height: 40px;
    color: #045a8e !important;
}

/***************************************/
/* Estilos de modal*/

.modal-s{
    max-width: 400px;
}

.modal-m{
    max-width: 650px;
}

.modal-l{
    width: 95%;
}
.modal-footer{
    z-index: 10;
}
.modal-progress{
    margin: 0px;
    display: none;
}
.x-close{
    padding: 0px .7rem;
    margin-top: -11px;
    font-size: 1.5rem;
    font-size: 20px;
    font-weight: bold;
}
.form .row{
    margin: 0px !important;
}
.header-panel{
    margin: 0px !important;
}
.btn-table-add{
    margin-bottom: -34px;
    padding-right: 0px !important;
}
.character-counter{
    right: 0;
    bottom: 15px;
    margin-right: 13px;
    position: absolute;
}
.modal-content .row{
    margin-bottom: 0px !important;
}

/* Estilos wizard */
/*.step {
    display: flex;
    justify-content: space-between;
    counter-reset: step;
    margin: 2em;
    position: relative;
}

.step::before,
.step::after {
    content: '';
    position: absolute;
    top: 0.75em;
    bottom: 0.75em;
    left: 0;
    right: 0;
    background: #ccc;
}

.step::after {
    background: #458be3;
    transition: right 0.5s;
}

.step[data-step="0"]::after {
    right: 100%;
}

.step[data-step="1"]::after {
    right: 65%;
}

.step[data-step="2"]::after {
    right: 35%;
}
.step input {
    display: none;
}

.step p {
    counter-increment: step;
    color: #aaa;
    height: 2em;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin: 0;
}

.step p:first-of-type {
    background: linear-gradient(to right, #fff 50%, transparent 50%);
}

.step p:last-of-type {
    background: linear-gradient(to right, transparent 50%, #fff 50%);
}

.step p::before {
    content: counter(step);
    display: flex;
    margin: 0 auto 0.5em;
    height: 2em;
    width: 2em;
    border-radius: 2em;
    justify-content: center;
    align-items: center;
    background: #ccc;
}

.forward p::before {
    transition: background 0 0.5s, color 0 0.5s;
}

[data-step="0"]  p:nth-child(1),
[data-step="1"]  p:nth-child(2),
[data-step="2"]  p:nth-child(3),
[data-step="3"]  p:nth-child(4){
    color: #000;
}

[data-step="1"]  p:nth-child(1)::before,
[data-step="2"]  p:nth-child(1)::before,
[data-step="2"]  p:nth-child(2)::before,
[data-step="3"]  p:nth-child(1)::before,
[data-step="3"]  p:nth-child(2)::before,
[data-step="3"]  p:nth-child(3)::before{
    content: '✔︎';
}

[data-step="0"]  p:nth-child(1)::before,
[data-step="1"]  p:nth-child(2)::before,
[data-step="2"]  p:nth-child(3)::before,
[data-step="3"]  p:nth-child(4)::before,
[data-step="1"]  p:nth-child(1)::before,
[data-step="2"]  p:nth-child(1)::before,
[data-step="2"]  p:nth-child(2)::before,
[data-step="3"]  p:nth-child(1)::before,
[data-step="3"]  p:nth-child(2)::before,
[data-step="3"]  p:nth-child(3)::before {
    background: #458be3;
    color: #fff;
}*/

/* Fin Estilos wizard */

/* Estilos Tab de Pago */
.tabs .tab a{
    cursor: pointer;
    color: #fff;

}

.tabs .indicator{
    background-color: #ff8100;
    height: 3px;
}

.tabs {
    overflow-x: hidden !important;
}

.tab {
    background-color: rgb(84, 161, 228) !important;
}

.tab .active{
    background-color: rgba(255, 165, 0, 0.89) !important;
    color: #fff;
}

.tab .active:before {
    content: "\f0da ";
    font-family: 'FontAwesome';
    font-size: 18px;
    text-rendering: optimizeLegibility;
    line-height: 33px;
}

#Status1 .active{
    background-color: rgb(76, 175, 80) !important;
}

.tabs .tab a:hover {
    color: rgba(0, 0, 0, 0.39);
}
/* Fin Estilos Tab de Pago */
a[title="Home"]>img{
    width: 100%;
    height: auto;
    position: absolute;
    /*top: 0;
    bottom: 0;
    right: 0;
    left: 0;*/
    margin: auto;
}
.darkblue{
    background-color: #F7941E;
}
.darkblue:hover{
    background-color: #F6B032;
}
.lightgreen{
    background-color: #F7941E;
}
.lightgreen:hover{
    background-color: #F7941E;
}