html {
    height:100% !important;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 920px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    background-color: #004857; /*#F5F5F5;*/
    text-align: center;
    background-size: 100%;
    background-repeat: no-repeat;
    height:100%;
}

.bodyBusqueda {
    min-width: 696px;
    background-color: white;
}

/* Typographic style rules adapted from http://www.thenoodleincident.com/tutorials/typography/ */

h1, h2, h3, h4, h5, h6 {
    color: #003366;
    text-align: left;
}


h1 {
    margin: 0;
    font-size: 2.0em;
    font-weight: normal;
}



h2 {
    clear: both;
    margin: 1.2em 0em;
    font-size: 1.7em;
    font-weight: normal;
}

h3 {
    margin: 1.2em 0em;
    font-size: 1.4em;
    font-weight: normal;
}

h4 {
    margin: 1.2em 0em 0em 0em;
    font-size: 1.2em;
    font-weight: 800;
    padding-bottom: 0px;
    font-size: 20px;
    margin-top: 40px;
}

h5 {
    margin: 1.2em 0em;
    font-size: 1.0em;
    font-weight: bold;
}

h6 {
    margin: 1.2em 0em;
    font-size: 0.8em;
    font-weight: bold;
}

pre {
    font-family: monospace;
    font-size: 1.0em;
}

strong, b {
    font-weight: bold;
}

acronym[title] {
    cursor: help;
    border-bottom: 1px dotted #333333;
    font-size: 95%;
}

#mainwrapper {
    margin: 0px auto 0px auto;
    width: 100%;
    text-align: inherit;
    display: block;
    height: 100%;
}

#mainwrapperBusqueda {
    /*margin: 0 auto;*/
    margin: 0 0 0 0;
    width: 700;
    text-align: left;
    background-color: #F5F5F5;
    
    /*background-repeat: repeat-y;
	background-image: url(Images/main_bg.png);*/
}



#topShadow {
    height: 20px;
    /*background-image: url(Images/top_shadow.png);
	background-repeat: no-repeat;*/
}

#header {
    position: fixed;
    display: block;
    float: left;
    height: 100%;
    background-color: White;
    color: #E7E4DE;
    background: linear-gradient(to bottom, #062F4F, #B4B4B4);
    /*z-index: 1000;
	/*margin-left: 2px;*/
    /*border: solid 1px #D3D3D3;	*/
    text-align: left;
    width: 200px;
}

#companyName {
    color: #FFFFFF;
    font-size: 20px;
}

#logoImage {
    vertical-align: text-bottom;
}

#slogan {
    color: #FFF9E9;
    font-size: 16px;
}

#breadcrumbsContenedor {
    left: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    /*
	border-left: solid 2px #D3D3D3;	
	border-right: solid 2px #D3D3D3;		
	border-top: solid 2px #D3D3D3;
	*/
}

#breadcrumbs {
    height: auto;
    font-weight: bold;
    font-size: 0.9em;
    text-decoration: none !important;
    /*margin-top:3px;*/
    margin-left: 10px;
    margin-top: 30px;
    margin-right: 15px;
}

    #breadcrumbs a {
        color: #E7E4DE;
        font-weight: bold;
        text-decoration: none !important;
    }

        #breadcrumbs a:hover {
            text-decoration: underline !important;
            color: #E7E4DE;
            font-weight: bold;
        }

#usuario,
#usuario a {
    /*color: #E7E4DE;*/
    font-size: 13px;
}

#content {
    position: relative;
    padding-top: 0px;
    margin-top: 0;
    background: white;
    /*
    background-image: url(images/background.jpg);
    background-size: cover;    
*/
    width: 100%;
    min-height: 100vh;
  /*  min-height: 945px;
    height: 100%;*/
}

#contentBusqueda {
    position: relative;
    padding-top: 0px;
    margin-top: 0;
    /*border: solid 2px #D3D3D3;*/
    background-color: white;
    width: 100%;
    /*height: 496px;*/
}


/* Hide from IE5 Mac \*/
* html #content {
    height: 1%;
}
/* End hide from IE5 Mac */

.menu {
    height: inherit;
    /*position:absolute;*/
    /*left:50px;*/
    /*top:0;*/
    /*width: 183px;*/
}

.DynamicMenuPosition {
    position: relative !important;
    left: 20px !important;
}

.DynamicItemZIndex {
    z-index: 10000;
}

#menu a {
    display: block !important;
    margin-left: 1em;
    padding: 0.25em 0;
    background-image: none !important;
    background-repeat: no-repeat;
    font-family: Arial;
    color: #FFFFFF;
    font-weight: bold;
}

#menu .menuNormal {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    font-family: "Courier New", Courier, monospace;
    text-decoration: none;
    font-weight: bold;
}

#menu .menuHover {
    background-image: url(Images/img_menu_hover.gif);
    background-repeat: no-repeat;
    background-position: 1em 0.4em;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}

#menu .menuSelected {
    color: #FFFFFF;
    background-image: url(Images/img_menu_active.gif);
    background-repeat: no-repeat;
    background-position: 1em 0.4em;
    text-decoration: none;
    font-weight: bold;
}

#menu .subMenu {
    border-style: solid;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-weight: bold;
    padding: 0px;
}

    #menu .subMenu table {
        border: 1px dotted #666666;
        background-color: #FFFF00;
        text-decoration: none !important;
        font-weight: bold;
        padding: 0px;
    }

        #menu .subMenu table table {
            border: none;
            text-decoration: none !important;
            font-weight: bold;
            padding: 0px;
        }

#menu .subMenuNormal {
    border-style: solid;
    color: #000000;
    font-weight: bold;
    text-decoration: none !important;
    font-weight: bold;
    padding: 0px;
}

#menu .subMenuHover {
    background-image: url(Images/img_menu_hover.gif);
    background-repeat: no-repeat;
    background-position: 1em 0.4em;
    text-decoration: none !important;
    font-weight: bold;
    padding: 0px;
}

#menu .subMenuSelected {
    background-color: #FFFF00;
    text-decoration: none !important;
    font-weight: bold;
    padding: 0px;
}

ul.nav_main {
    /*bottom:-5px;
    left:140px;*/
    /*background-image: url(Images/menu_adicional.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: scroll;*/
    position: relative;
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    background-color: slategrey;
    margin: 0pt;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0pt;
    position: inherit;
    position: absolute;
    width: 58%;
    border-radius: 3px;
}

ul.nav_main100 {
    background-color: #00A1DF;
    margin: 0pt;
    padding: 0pt;
    position: absolute;
    width: 100%;
}

.nav_main li {
    display: inline;
    /*font-family:Arial,Helvetica,sans-serif;
    font-size:0.8em;*/
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    /*padding-top:5px;*/
}

    .nav_main li a {
        display: block;
        float: left;
        /*font-weight:bold;
    letter-spacing:-0.04em;*/
        padding: 5px 5px 5px;
        text-decoration: none;
    }

        .nav_main li a:link, .nav_main li a:visited {
            color: #FFFFFF !important;
            text-decoration: none !important;
        }

    /*
.nav_main li.active {
    background-image:   url(Images/bg_nav_main_current.png);
    background-repeat: repeat;
    background-attachment: scroll;
    color:#FFFFFF;
    display:block;
    float:left;
    padding:0pt;
}
*/

    .nav_main li.active a:link, .nav_main li.active a:visited {
        /*background:transparent url(Images/bg_nav_main_current.png) repeat scroll right -59px;*/
        color: #333333 !important;
        background-color: #FF9933 !important;
        padding: 5px 6px 5px;
        z-index: 10000 !important;
    }

    .nav_main li a:hover {
        text-decoration: underline !important;
    }


.titulo_adicional {
    padding: 0px;
    background-color: #5791C1;
    color: #FFFFFF;
    font-weight: bold;
    /*width: 660px; */
    width: 100%;
}

#copy {
    margin-left: 215px;
    text-align: left;
    margin-right: 10px;
}

* html #copy {
    padding: 0 3.5em 4em 2em;
}

/* Hide from IE5 Mac \*/
* html #copy {
    height: 1%;
}
    /* End hide from IE Mac*/

    /*
#copy ol, #copy ul, #copy li {
	margin:0.2em 0 0.1em 0;
	font-size: 1.0em;
	line-height: 1.8em;
}
*/

    * html #copy ul {
        padding-left: 18px;
    }

    * html #copy li {
        padding: 0 0 0.5em 0.5em;
    }

    /*#copy li {list-style-image: url(Images/bullet.gif);}*/

    #copy p {
        margin: 1.2em 0em;
        font-size: 1.0em;
        line-height: 1.8em;
    }

    #copy li > p {
        margin-top: 0.2em;
    }

    #copy .pullQuote {
        float: right;
        display: inline;
        width: 25%;
        margin: 1em 0 1em 1em;
        font-size: 120%;
        font-weight: bold;
        line-height: 130%;
        color: #333333;
    }

    #copy a {
        color: #2A2A2A;
    }

        #copy a:link {
            text-decoration: underline;
        }

        #copy a:hover {
            text-decoration: none;
        }

        #copy a.nostyle:link {
            text-decoration: inherit;
            color: inherit;
        }

        #copy a.nostyle:visited {
            text-decoration: inherit;
            color: inherit;
        }

    #copy .textBox {
        /*margin-left: 0px;*/
        display: block;
        height: 25px;
        padding-left: 5px;
        padding-right: 5px;
        /*height: calc(1.5em + 0.75rem + 2px);*/
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        border: 1px solid #999999;
    }

        #copy .textBox:focus {
            background-color: #FFFFFF;
            outline-style: none;
        }

    #copy .dropDownlist {
        margin-left: 1em;
        background-color: #E7E9DE !important;
    }

    #copy .radioButtonList {
        margin-left: 1em;
    }

    #copy fieldset {
        /*border: 1px solid;*/
        padding: 10px 5px 10px 5px;
        margin: 0px;
    }

    #copy legend {
        margin-bottom: 10px; /* For IE8 and below */
    }

#submit {
    margin: 1em 0;
    border: 1px solid #999999;
    background-color: #9E0F0C;
    color: #FFF9E9;
}

#copy .button {
    /*margin: 1em 0;*/
    /*
    border: 1px solid #999999;
    background-color: #E0E8EC;
    color: #003366;
    */
}

* html .button {
    padding: 0 0.5em;
}

#bottomShadow {
    height: 10px;
    color: #E7E4DE;
    text-align: right;
    padding-top: 5px;
    font-size: 13px;
    margin-left: 215px;
    /*background-repeat: no-repeat;*/
}

* html #bottomShadow {
    margin-bottom: -7px;
}

.clearfix:after {
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}

.clearfix {
    display: inline-block;
}
    /* Fixes IE/Mac */

    /* Hides from IE-mac \*/
    * html .clearfix,
    * html .clearfix * {
        height: 1%;
    }

.clearfix {
    display: block;
    width: 100%;
}
/* End hide from IE-mac */


/*Discar */
table.center {
    margin-left: auto;
    margin-right: auto;
    border-color: Black;
    border-width: medium;
}

#columnsContainerta como {
    margin: 0 auto;
    width: 100%;
}

.leftColumn {
    /*padding: 0px 2px 2px 0px;*/
    padding: 0px 0px 2px 0px;
}

.leftColumnBusqueda {
    padding: 8px 0px 0px 0px;
}

.rightColumn {
    display: inline-block;
    width: 100%;
    /*

    float: none;
    width: auto;
    min-height: 650px;
    padding: 2px 2px 2px 8px;
    
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #C0C0C0;
	*/
}

.rightColumnBusqueda {
    float: left;
    clear: none;
    width: 100%;
    padding: 20px 0px 0px 0px;
    /*min-height: 450px;*/
    /*border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #C0C0C0;*/
}

.centerColumn {
    clear: none;
    width: 874px;
    min-height: 420px;
    padding: 2px 2px 2px 8px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #C0C0C0;
}

.columnsContainer {
    /*position: relative;*/
}

.camporequerido {
    font-weight: bold;
}

.bodyCajaError {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
}

.errorIngresoUsuario {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FF0000;
}

#copy .radioButtonListVertical {
    padding: 15px 0px 1px 0px;
    margin-top: 1px;
}

#copy .select {
    display: block;
    width: 100%;
    /*height: calc(1.5em + 0.75rem + 2px);*/
    height: 25px;
    /*padding: 0.375rem 0.75rem;*/
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-left: 0px;
    border: 1px solid #999999;
}

#copy .multi-select {
    margin-left: 0px;
    border: 1px solid #999999;
    background-color: #E7E9DE;
}

    #copy .multi-select:disabled {
        /*border-style:none;*/
        background-color: inherit;
    }

#copy .tituloColumnaIzquierda {
    color: #003366;
    font-size: 1.7em;
    text-align: center;
    margin: 0px 5px 0px;
    font-weight: 800;
    display: block;
    height: 24px;
}

#copy .select:focus {
    background-color: #FFFFFF;
    outline-style: none;
}

.subTituloColumnaIzquierda {
    font-size: 1.2em;
    font-weight: bold;
    color: #003366;
    display: none;
}

/*table.center {margin-left:auto; margin-right:auto;}*/

.HeaderFontStyle th {
    font-weight: normal;
}

.ImagenCursorManito {
    cursor: pointer;
    padding-left: 3px;
}


.textBox_Rep_String {
    text-align: left;
}


.textBox_Rep_String {
    background-color: #E7E9DE;
    border: 1px solid #999999;
}

    .textBox_Rep_String:focus {
        background-color: #FFFFFF;
    }


.textBox_Rep_Fecha {
    background-color: #E7E9DE;
    border: 1px solid #999999;
    text-align: center;
}

    .textBox_Rep_Fecha:focus {
        background-color: #FFFFFF;
    }


#GroupHeaderSection1 {
    background-color: #FFFFFF;
}

#GroupHeaderSection2 {
    background-color: #FFFFFF;
}

#GroupHeaderSection3 {
    background-color: #FFFFFF;
}

div.autosize {
    display: table;
    width: 1px;
}

    div.autosize > div {
        display: table-cell;
    }

.divRenglon {
    padding-top: 5px;
    padding-bottom: 5px;
}

.oculto {
    display: none;
}

.visible {
    display: block;
}

td, label, input {
    cursor: inherit;
}


tr.even td {
    color: rgb(51, 51, 51);
    background-color: rgb(224, 232, 236);
}

tr.odd td {
    color: rgb(51, 51, 51);
    background-color: rgb(231, 233, 222);
}


.sizeXY {
    width: 480px;
    float: left;
}

/* Correccion para que IE8 muestre los bordes internos de la tabla.*/
table.grid {
    border-collapse: collapse;
    border: solid 1px Black;
}

    table.grid td, th {
        border: solid 1px Black;
    }

/* FN Estilo para implementar el tipo de Suministro*/
.divSuminstroTipo {
    float: left;
    width: 100%;
    padding-bottom: 4px;
}

    .divSuminstroTipo label {
        float: left; /* Propiedad, para que el IE y el Firefox, tomen la propiedad Width de un componente Lable dentro de un Div */
        width: 30%;
    }
/* FN Estilo para implementar el cuadro horario dentro de un Terminal*/
.divCuadroHorario {
    float: left;
    width: 100%;
    padding-bottom: 4px;
}

    .divCuadroHorario label {
        float: left; /* Propiedad, para que el IE y el Firefox, tomen la propiedad Width de un componente Lable dentro de un Div */
        width: 15%;
    }
/* FN Estilo para implementar los controles de la pesta�a de configuraci�n de suministro para la amdinistraci�n de Luminarias*/
.divSuminstroConfiguracionLuminarias {
    float: left;
    width: 100%;
    padding-bottom: 4px;
}

    .divSuminstroConfiguracionLuminarias label {
        float: left; /* Propiedad, para que el IE y el Firefox, tomen la propiedad Width de un componente Lable dentro de un Div */
        width: 35%;
    }
/* FN Estilo para implementar el cuadro de Demandas en la pesta�a de Suministros Configuraci�n */
.tableSuministrosConfiguracion {
    width: 100%;
    border-style: none;
    border-width: 0px;
    border-collapse: collapse;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.tdSuministrosConfiguracion {
    border-style: solid;
    border-width: 1px;
    border-collapse: inherit;
    text-align: left;
    padding: 5px;
}

.tituloGrafico {
    color: #5484D5 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 21px !important;
    font-weight: bold !important;
    font-style: normal !important;
}

.labelGrafico {
    color: #FFFFFF !important;
    background-color: #5484D5 !important;
    border-left: #FFFFFF 1px solid !important;
    border-top: #FFFFFF 1px solid !important;
    border-right: #FFFFFF 1px solid !important;
    border-bottom: #FFFFFF 1px solid !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    font-weight: bold !important;
    font-style: normal !important;
    padding-left: 3px !important;
    width: 175px;
}

.valorGrafico {
    color: #000000 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    font-weight: bold !important;
    font-style: normal !important;
    padding-left: 5px;
    min-width: 200px;
}

.tablaCabeceraDeGrafico {
    width: 100%;
    table-layout: fixed !important;
}

.totalizadorGrafico {
    border-left: none !important;
    border-top: none !important;
    border-right: #F49B18 1px solid !important;
    border-bottom: #F49B18 1px solid !important;
}

.tituloTotalizadorGrafico {
    color: #FFFFFF !important;
    background-color: #F49B18 !important;
    border-left: #FFFFFF 1px solid !important;
    border-top: #FFFFFF 1px solid !important;
    border-right: #FFFFFF 1px solid !important;
    border-bottom: #FFFFFF 1px solid !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    font-weight: bold !important;
    font-style: normal !important;
    padding-left: 5px !important;
}

.labelTotalizadorGrafico {
    color: #FFFFFF !important;
    background-color: #5484D5 !important;
    border-left: #FFFFFF 1px solid !important;
    border-top: #FFFFFF 1px solid !important;
    border-right: #FFFFFF 1px solid !important;
    border-bottom: #FFFFFF 1px solid !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    font-weight: bold !important;
    font-style: normal !important;
    padding-left: 5px !important;
}

.valorTotalizadorGrafico {
    color: #000000 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    font-weight: bold !important;
    font-style: normal !important;
    padding-left: 5px;
}

.grafico-container {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
}

.password-autocomplete-disabler {
    position: absolute !important;
    left: -10000px !important;
    top: -10000px !important;
}

.iti-flag {
    background-image: url("Images/flags.png");
}

table {
    -moz-box-sizing: border-box;
    border-collapse: separate;
    display: table;
    margin-bottom: 0;
    margin-top: 0;
    text-indent: 0;
}


    table.menu,
    table.menu > tbody > tr > td > table,
    table.menu > tbody > tr > td > div > table,
    table.menu > tbody > tr > td > table > tbody > tr > td > table {
        border-spacing: 0px;
    }

        table.menu > tbody > tr > td > div {
            background-color: transparent;
        }

td {
    padding-left: 2px;
}

.tablaFiltro {
    border-spacing: 20px 0;
}

.dxrd-designer-wrapper {
    background-color: transparent;
}

.td-config-label {
    width: 350px;
}

.td-config-value {
    width: 200px;
    vertical-align: bottom;
}

.textBox-config-nserie {
    width: 115px;
    background-color: #E7E9DE;
    border: 1px solid #999999;
    text-align: center;
}

    .textBox-config-nserie:focus {
        background-color: #FFFFFF;
    }

#divAcercaDe {
    height: 600px;
    width: 924px;
    margin: auto;
    background-image: url('images/AcercaDe.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    top: 100px;
}

#divFechas {
    text-align: center;
    width: 100%;
    bottom: 30px;
    position: absolute;
    clear: both;
}


/*gridview*/
.table table tbody tr td a,
.table table tbody tr td span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.table table > tbody > tr > td > span {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.table table > tbody > tr > td:first-child > a,
.table table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.table table > tbody > tr > td:last-child > a,
.table table > tbody > tr > td:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.table table > tbody > tr > td > a:hover,
.table table > tbody > tr > td > span:hover,
.table table > tbody > tr > td > a:focus,
.table table > tbody > tr > td > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}



/*end gridview */


/*Estilo botones*/

.btn-label {
    /*position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0,0,0,0.15);
    border-radius: 3px 0 0 3px;*/
    margin-right: 3px;
}

/*.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

.btn {
    margin-bottom: 10px;
}*/




.badgebox {
    opacity: 0;
}

    .badgebox + .badge {
        /* Move the check mark away when unchecked */
        text-indent: -999999px;
        /* Makes the badge's width stay the same checked and unchecked */
        width: 27px;
    }

    .badgebox:focus + .badge {
        /* Set something to make the badge looks focused */
        /* This really depends on the application, in my case it was: */
        /* Adding a light border */
        box-shadow: inset 0px 0px 5px;
        /* Taking the difference out of the padding */
    }

    .badgebox:checked + .badge {
        /* Move the check mark back when checked */
        text-indent: 0;
    }

.LWStyle {
    line-height: 1;
    /*margin-top: -3px;*/
    margin-left: 5px;
}

.divHorario {
    display: unset !important;
}

.Calendarios {
    height: 25px;
    cursor: pointer;
    width: 80px;
    display: inline !important;
    padding: 0;
}

.Iconos {
    color: #616161;
    cursor: pointer;
    margin-left: 5px;
    margin-top: -3px;
}

.TextBoxPeque�o {
    width: 50px;
}

.TextBoxIntermedio {
    width: 100px;
}

.TextBoxMediano {
    width: 130px;
}

.TextBoxBuscadores {
    width: 115px;
}

.TextBoxGrande {
    width: 160px;
}

.ComboBoxPeque�o {
    width: 70px;
}

.ComboBoxMediano {
    width: 140px;
}

.ComboBoxGrande {
    width: 220px;
}

.MensajeError {
    color: Red;
    padding-left: 5px;
}


.ConfiguracionTelefonica {
    width: 120px;
    text-align: right;
}

.CheckBoxLW {
    height: 26px;
    padding-top: unset;
    width: 136px;
    margin-left: 5px;
}


.ColBusqueda {
    height: 100%;
    width: 200px;
    position: absolute;
    display: block;
}

@keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    25% {
        height: 0;
        width: 10px;
    }

    50% {
        height: 20px;
        width: 10px;
    }
}

.checkbox {
    background-color: #fff;
    display: inline-block;
    height: 18px;
    margin: 0 .25em;
    width: 20px;
    border-radius: 4px;
    border: 1px solid #ccc;
    float: right;
    margin-top: 3px;
}

    .checkbox.horizontal {
        margin-top: 10px;
        margin-right: 5px;
        margin-left: 10px;
    }

    .checkbox span {
        display: block;
        height: 28px;
        position: relative;
        width: 28px;
        padding: 0
    }

        .checkbox span:after {
            -moz-transform: scaleX(-1) rotate(135deg);
            -ms-transform: scaleX(-1) rotate(135deg);
            -webkit-transform: scaleX(-1) rotate(135deg);
            transform: scaleX(-1) rotate(135deg);
            -moz-transform-origin: left top;
            -ms-transform-origin: left top;
            -webkit-transform-origin: left top;
            transform-origin: left top;
            border-right: 2px solid #fff;
            border-top: 2px solid #fff;
            content: '';
            display: block;
            height: 10px;
            left: 3px;
            position: absolute;
            top: 10px;
            width: 5px
        }

        .checkbox span:hover:after {
            border-color: white;
        }

    .checkbox input {
        display: none
    }

        .checkbox input:checked + span:after {
            -webkit-animation: check .8s;
            -moz-animation: check .8s;
            -o-animation: check .8s;
            animation: check .8s;
            border-color: #555
        }

        .checkbox input:checked + .default:after {
            border-color: #444
        }

        .checkbox input:checked + .primary:after {
            border-color: #2196F3
        }

        .checkbox input:checked + .success:after {
            border-color: #8bc34a
        }

        .checkbox input:checked + .info:after {
            border-color: #3de0f5
        }

        .checkbox input:checked + .warning:after {
            border-color: #FFC107
        }

        .checkbox input:checked + .danger:after {
            border-color: #f44336
        }

.rex {
    border: 0;
    background-color: transparent;
    width: 100px;
}


.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

    .checkbox .cr .cr-icon,
    .radio .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 20%;
    }

    .radio .cr .cr-icon {
        margin-left: 0.04em;
    }

.ubicacion {
    display: flex;
    height: auto;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

    .checkbox label input[type="checkbox"] + .cr > .cr-icon,
    .radio label input[type="radio"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .3s ease-in;
    }

    .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
    .radio label input[type="radio"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }

    .checkbox label input[type="checkbox"]:disabled + .cr,
    .radio label input[type="radio"]:disabled + .cr {
        opacity: .5;
    }

.cardHeaderStilo {
    border-radius: 0.3rem 0.3rem 0 0;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    background-color: #003366 !important;
    padding: 0.45rem 1.15rem;
    padding-left: 10px;
    color: white;
}

.contenedorCheckConectividad {
    display: flex;
    float: right;
    /*padding-left: 25px;*/
    font-weight: normal;
}

.headerTabla {
    color: white;
    background-color: #003366 !important;
}

.cardStilo {
    border-radius: 0.45rem;
    height: 200px;
    border: 1px solid #888686;
}

.cardStiloModal {
    border-radius: 0.45rem;
    height: 180px;
    border: 1px solid #888686;
}

.textboxCardStilo {
    margin-bottom: 4px;
    height: 25px;
    font-size: 14px;
}

.CalendarioEspacio {
    min-width: 300px;
}

@media (max-width: 1145px) {
    .CalendarioEspacio {
        min-width: 260px;
    }
}

@media (max-width: 1025px) {
    .CalendarioEspacio {
        min-width: 200px;
    }
}

@media (max-width: 1145px) {
    .columnaBoton {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .columnaEnergia {
        margin-top: 10px;
        text-align: left;
    }
}

.botonreportes {
    text-align: center;
    width: 100%;
}

.posicionBotonera {
    float: right;
    display: block;
    /*padding-right:15px;*/
    /*margin-top: 35px;*/
}

.tituloListado {
    float: left;
    margin-top: unset;
    font-weight: 700;
    font-size: 1.7rem;
    display: ruby-base;
}

.lineaListado {
    margin-top: 0px;
    text-align: center;
    border: 2.5px solid #52C025;
    width: 100%;
}

.anchoTablaTitular {
    max-width: 270px;
}

.anchoTablaTitularModal {
    max-width: 245px;
}

.anchoTablaServicio {
    max-width: 200px;
}

.anchoTablaNombre {
    max-width: 230px;
}

.anchoTablaEstado {
    max-width: 90px;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.btn-close {
    color: #aaa;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    align-self: end;
    margin: 5px 0px 20px 0px;
}

    .btn-close:hover,
    .btn-close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none !important;
}

    .close:hover,
    .close:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.tablasHeader {
    color: white;
    border-top: unset;
    border-bottom: unset;
    border-left: unset;
    border-image: unset;
    border-right: 1px solid;
    background-color: #003366 !important;
    font-weight: bold;
    font-size: 14px;
}

.tablaTd {
    /*border-top : 1px solid black !important;
    border-right: 1px solid black !important;
    border-left: 1px solid black !important;*/
    border-bottom: unset;
}

.tablaTdExtremosIzquierdo {
    border-right: 1px solid black !important;
    border-bottom: unset;
}

.tablaTdExtremoDerecho {
    border-left: 1px solid black !important;
    border-bottom: unset;
}

.tablaTrifasica {
    border-right: 1px solid black !important;
    border-left: 1px solid black !important;
    border-bottom: 1px solid black !important;
}

.alineacionTabla {
    border-color: Black;
    border-width: 1px;
    border-style: Solid;
    float: left;
    font-size: 14px;
    max-width: 1100px !important;
    display: table;
    margin: 0 auto;
    border-collapse: unset !important;
}

.alineacionTablaAncha {
    border-color: Black;
    border-width: 1px;
    border-style: Solid;
    float: left;
    font-size: 14px;
    max-width: 1600px !important;
    display: table;
    margin: 0 auto;
    border-collapse: unset !important;
}

.tabla-lecturas {
    border-color: Black;
    border-width: 1px;
    border-style: Solid;
    float: left;
    font-size: 14px;
    /*max-width: 1100px !important;*/
    display: table;
    margin: 0 auto;
    border-collapse: unset !important;
    background-color: white;
}

.icono-tabla-lectura {
    font-size: 20px;
    font-style: normal;
    float: left;
    margin-right: 5px;
}

@media screen and (max-width: 1850px) {
    .tabla-lecturas {
        font-size: 13px;
    }

    .icono-tabla-lectura {
        font-size: 13px;
    }
}

@media screen and (max-width: 1670px) {
    .tabla-lecturas {
        font-size: 10px;
    }

    .icono-tabla-lectura {
        font-size: 10px;
    }
}

@media screen and (max-width: 1490px) {
    .tabla-lecturas {
        font-size: 9px;
    }

    .icono-tabla-lectura {
        font-size: 9px;
    }
}

@media screen and (max-width: 1320px) {
    .tabla-lecturas {
        font-size: 8px;
    }

    .icono-tabla-lectura {
        font-size: 8px;
    }
}

a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: .5;
}





/*Paginador grillas que no usan datatables (para que tengan un aspecto parecido)*/

#paginador {
    float: right;
    width: 100%;
    height: 100%;
    text-align: right;
    padding-top: 0.25em;
    /*background: white;*/
}

    #paginador .paginate_button {
        box-sizing: border-box;
        display: inline-block;
        min-width: 1.5em;
        padding: 0.5em 1em;
        margin-left: 2px;
        text-align: center;
        text-decoration: none !important;
        cursor: pointer;
        *cursor: hand;
        color: #333 !important;
        border: 1px solid transparent;
        border-radius: 2px
    }

        #paginador .paginate_button.current, .paginate_button.current:hover {
            color: #333 !important;
            border: 1px solid #979797;
            background-color: white;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
            background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
            background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
            background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
            background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
            background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)
        }

        #paginador .paginate_button.disabled, paginate_button.disabled:hover, .paginate_button.disabled:active {
            cursor: default;
            color: #666 !important;
            border: 1px solid transparent;
            background: transparent;
            box-shadow: none
        }

        #paginador .paginate_button:hover {
            color: white !important;
            border: 1px solid #111;
            background-color: #585858;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
            background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
            background: -moz-linear-gradient(top, #585858 0%, #111 100%);
            background: -ms-linear-gradient(top, #585858 0%, #111 100%);
            background: -o-linear-gradient(top, #585858 0%, #111 100%);
            background: linear-gradient(to bottom, #585858 0%, #111 100%)
        }

        #paginador .paginate_button:active {
            outline: none;
            background-color: #2b2b2b;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
            background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
            background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
            background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
            background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
            background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
            box-shadow: inset 0 0 3px #111
        }

    #paginador .ellipsis {
        padding: 0 1em
    }

.minimoMaximoSuministro {
    min-width: 180px;
}

.posicionBuscadores {
    margin-left: 15px;
}

.posicionBuscadoresEventos {
    margin-left: 15px;
}

.posicionBuscadoresComandos {
    margin-left: 15px;
}


.posicionBuscadoresServicios {
    margin: 0 auto;
    width: 1110px !important;
    float: left;
    margin-left: 15px;
}

.posicionBuscadoresAlarma {
    margin: 0 auto;
    width: 1110px !important;
}

.footer-Posicion {
    /*background-color: Ivory;*/
    margin-left: -10px;
    margin-right: -10px;
    /*position: fixed;*/
    width: 100%;
    bottom: 25px;
}

::-webkit-scrollbar {
    width: 8px !important;
    height: 8px !important;
}

::-webkit-scrollbar-thumb {
    min-width: 48px !important;
    min-height: 48px !important;
    background-color: rgba(0,0,0,.50) !important;
}


#-webkit-scrollbar:before {
    overflow-y: auto;
}

.scrollbarOculto {
    overflow: hidden;
}

    .scrollbarOculto:hover {
        overflow: auto;
    }

.fuenteModales {
    font-size: 12px !important;
}

.cardHeaderStiloModales {
    border-radius: 0.45rem 0.45rem 0 0;
    font-weight: bold;
    font-size: 12px;
    background-color: #063871;
    padding: 0.45rem 1.15rem;
    padding-left: 10px;
    color: white;
}

.headerVista-Terminales {
    margin-top: 10px;
}


.headerVista-Terminales-Solapas {
    margin-top: 4px;
}

.headerVista-Suministro {
    margin-top: 8px;
}

.headerVista-Suministro-Solapas {
    margin-top: 35px;
}


.headerVista-Terminales {
    margin-top: 9px;
}

.headerVista-Concentradores-Solapas {
    margin-top: 35px;
}


.headerVista-Subestaciones {
    margin-top: 4px;
}

.headerVista-Subestaciones-Solapas {
    margin-top: 35px;
}

.posicion-Botones-ConfiGeneral {
    text-align: end;
    padding-top: 5px;
    padding-right: unset;
}

.cardBody-style {
    overflow: auto;
    height: 100%;
}

.contenedorCalendarios {
    display: flex;
}

.contenedorCalendariosServicios {
    width: 135px;
}

.dxrd-toolbar {
    text-align: center;
}


.Tama�oCuadroServicio {
    min-width: 110px;
}

.margenConfiguracionGeneral {
    margin-top: 15px;
}

.FuentesdeTabla {
    color: white;
    font-weight: bold;
}

.tablaBandaHorarias {
    /*margin-left: auto;*/
    margin-right: auto;
    text-align: left;
    padding: 5px;
    line-height: 22px;
    border-collapse: collapse;
    width: 55%;
    border: 2px solid black;
}

.bordeDerechoNulo {
    padding-right: unset;
}

.contenedorGraficoApaisado {
    padding-top: 10px;
    padding-left: 52px;
}


.bordeIzquierdo {
    border-left: .25rem solid #4e73df !important;
}

/*.paddingCarta {
    padding-bottom: .5rem !important;
}*/

.alturaCarta {
    height: 100% !important;
}

.contenedorImagen {
    background-color: #2ab8ce;
    width: 52px;
    height: 100%;
    padding-top: 22px;
    border-right: 1px solid black;
    border-radius: 0.45rem 0px 0px 0.45rem;
}

.contenedorCarta {
    border-radius: 0.45rem !important;
    display: -webkit-inline-box !important;
    border: 1px solid black !important;
}

.contenedorImagenCarta {
    height: 72px;
    width: 120px;
    display: inline-block;
    min-width: 245px;
}

.contenedorTexto {
    /*padding-top:5px;*/
    width: 200px;
    font-size: 16px;
    /*text-align:left;*/
    padding-left: 10px;
}

.bordeCartas {
    border-radius: 0.45rem;
    box-shadow: 0 0 1rem #babbbc;
}

.bordeCartasHeader {
    border-radius: 0.45rem 0.45rem 0rem 0rem;
}

.posicionBuscadorAlarma {
    margin: 0 auto;
    margin-left: 10px;
}

.camposTablaCentrada {
    text-align: center;
}

.cartaSuministro {
    background-color: white !important;
    color: black;
}

.cartaTerminal {
    background-color: white !important;
    color: black;
}

.cartaConcentrador {
    background-color: white !important;
    color: black;
}

.cartaSubestacion {
    background-color: white !important;
    color: black;
}

.cartaReporte {
    background-color: white !important;
    color: black;
}

.cartaAlarma {
    background-color: white !important;
    color: black;
}

.cartaPanelControl {
    background-color: white !important;
    color: black;
}

.cartaExportacionDato {
    background-color: white !important;
    color: black;
}

.containerCorteTerminal {
    color: #675a5a;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.CorteGraficoCorteTerminal {
    margin-right: 5px;
}

.TiempoGraficoCorteTerminal {
    margin-right: 5px;
}

.tituloPopUp {
    /*width: 90%;*/
    font-weight: bold;
    font-size: 10px;
}

.cruzPopUp {
    width: 10%;
    text-decoration: none;
}


.fechaModal {
    font-size: 14px !important;
    margin: unset !important;
    line-height: unset !important;
}

.claseContenedorFactorial {
    text-decoration: none !important;
    width: 100%;
    height: 100%;
}


.box {
    width: 40%;
    margin: 0 auto;
    background: rgba(255,255,255,0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
}

.buttonLW {
    font-size: 1em;
    padding: 10px;
    color: #fff;
    border: 2px solid #06D85F;
    border-radius: 20px/50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.button:hover {
    background: #06D85F;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 800px;
    position: relative;
    transition: all 5s ease-in-out;
}

    .popup h2 {
        margin-top: 0;
        margin-bottom: 0px;
        color: #333;
        height: 40px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }

#tablaValores {
    /*margin-top: 30px;*/
    font-size: 11px;
    min-height: 365px;
}

.phasor {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup .close {
    position: absolute;
    top: 5px;
    right: 10px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

    .popup .close:hover {
        color: #06D85F;
    }

.popup .content {
    max-height: 30%;
    /*overflow: auto;*/
    margin-top: -60px;
}

.btn-popup {
    line-height: 1;
    margin-left: 5px;
    margin-right: 5px;
}



/*SDM*/

.sdm-title {
    font-size: 20px;
}

.sdm-ciudad {
    font-size: 20px;
}

.sdm-fechahora {
}

.sdm-temp {
    font-size: 2.5rem;
}

.sdm-temp-min {
    font-size: 1.0rem;
    font-weight: 700;
}

.sdm-img {
}

.sdm-img-min {
    width: 40px;
    height: 40px;
}

.sdm-desc {
    font-size: 18px;
}

.sdm-label {
    font-size: 14px;
    margin-bottom: 2px;
}

.sdm-info {
    font-size: 14px;
    font-weight: 700;
}

.sdm-imagenRotacion {
    width: 15px;
    height: 15px;
    margin-left: 2px;
}

/*SDM*/


@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .popup {
        width: 70%;
    }
}


.lineaConfiguracionDosOpciones {
    margin-right: -30px;
}


/*Nuevo dise�o para el dashboard*/


@import 'https://fonts.googleapis.com/css?family=Raleway';

/** {
    outline: none;
    user-select: none;
}

body, html {
    margin: 0;
    background: #ddd;
    color: #7a7b7c;
}

body {
    font-family: "Raleway", "Microsoft JhengHei", Arial, sans-serif;
}*/

.profile {
    /*margin-left: 0px;
    width: 100%;
    max-width: 240px;
    height: 87px;
    top: 50%;
    left: 50%;*/
    max-width: 190px;
    height: 61px;
    border-radius: 5px;
    background-color: #fafafa;
    box-shadow: 0 0 2rem #999a9c;
    animation: show-profile 2s forwards ease-in-out;
}

@keyframes show-profile {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.profile .photo, .profile .content {
    box-sizing: border-box;
}

.profile .photo {
    /*width: 87px;
    height: 87px;*/
    float: left;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #fafafa;
    background-color: #fafafa;
    margin-left: -35px;
    box-shadow: 0 0 0.5rem #babbbc;
    animation: rotate-photo 1.5s forwards ease-in-out;
}

@keyframes rotate-photo {
    100% {
        transform: rotate(-360deg);
    }
}

.profile .photo img {
    width: 100%;
}

.profile .content {
    /*padding: 10px;
    overflow: hidden;
    position: absolute;
    width: 95%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 2px*/
}

    .profile .content::before {
        content: "";
        position: absolute;
        width: 266px;
        height: 150px;
        /*background-color: #f2f6f8;*/
        left: 0;
        /*top: -20px;*/
        z-index: -1;
        /*transform: rotate(-8deg);*/
        background: rgba(242,246,248,1);
        background: -moz-linear-gradient(left, rgba(242,246,248,1) 0%, rgba(242,246,248,1) 57%, rgba(242,246,248,1) 72%, rgba(225,230,249,1) 86%, rgba(216,225,231,1) 97%, rgba(216,225,231,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(242,246,248,1)), color-stop(57%, rgba(242,246,248,1)), color-stop(72%, rgba(242,246,248,1)), color-stop(86%, rgba(225,230,249,1)), color-stop(97%, rgba(216,225,231,1)), color-stop(100%, rgba(216,225,231,1)));
        background: -webkit-linear-gradient(left, rgba(242,246,248,1) 0%, rgba(242,246,248,1) 57%, rgba(242,246,248,1) 72%, rgba(225,230,249,1) 86%, rgba(216,225,231,1) 97%, rgba(216,225,231,1) 100%);
        background: -o-linear-gradient(left, rgba(242,246,248,1) 0%, rgba(242,246,248,1) 57%, rgba(242,246,248,1) 72%, rgba(225,230,249,1) 86%, rgba(216,225,231,1) 97%, rgba(216,225,231,1) 100%);
        background: -ms-linear-gradient(left, rgba(242,246,248,1) 0%, rgba(242,246,248,1) 57%, rgba(242,246,248,1) 72%, rgba(225,230,249,1) 86%, rgba(216,225,231,1) 97%, rgba(216,225,231,1) 100%);
        background: linear-gradient(to right, rgba(242,246,248,1) 0%, rgba(242,246,248,1) 57%, rgba(242,246,248,1) 72%, rgba(225,230,249,1) 86%, rgba(216,225,231,1) 97%, rgba(216,225,231,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#d8e1e7', GradientType=1 );
    }

    .profile .content .text {
        /*margin-top: 15px;
        margin-left: 75px;
        width: auto;
        max-width: 180px;*/
        padding-top: 2px;
        padding-left: 10px;
    }

        .profile .content .text h3, .profile .content .text h6 {
            font-weight: 500;
            margin: 3px 0;
            letter-spacing: 0.5px;
            white-space: nowrap;
            font-size: 14px;
            color: black;
            line-height: 18px;
            text-shadow: 1px 1px 2px rgba(255,255,255,.5);
        }

    .profile .content .btn {
        background-color: #abc;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 25px;
        top: 38px;
        border-radius: 50%;
        z-index: 1;
        cursor: pointer;
        transition-duration: 0.3s;
        animation: pop-btn 0.3s both ease-in-out 0.5s;
    }

@keyframes pop-btn {
    0% {
        transform: scale(0);
    }

    80% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.profile .content .btn:hover {
    box-shadow: 0 0 0 5px rgba(170, 187, 204, 0.5);
}

.profile .content .btn span {
    width: 60%;
    height: 2px;
    position: absolute;
    background-color: white;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    animation: to-hamburger 0.3s forwards ease-in-out;
}

    .profile .content .btn span::before, .profile .content .btn span::after {
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        background-color: white;
        transition-duration: 0.3s;
        transform: rotate(0deg);
        right: 0;
    }

    .profile .content .btn span::before {
        margin-top: -7px;
    }

    .profile .content .btn span::after {
        margin-top: 7px;
    }

.profile .content .btn.active span {
    animation: to-arrow 0.3s forwards ease-in-out;
}

    .profile .content .btn.active span::before, .profile .content .btn.active span::after {
        width: 60%;
        right: -1px;
    }

    .profile .content .btn.active span::before {
        transform: rotate(45deg);
    }

    .profile .content .btn.active span::after {
        transform: rotate(-45deg);
    }

@keyframes to-hamburger {
    from {
        transform: translateY(-50%) rotate(-180deg);
    }
}

@keyframes to-arrow {
    from {
        transform: translateY(-50%) rotate(0deg);
    }

    to {
        transform: translateY(-50%) rotate(180deg);
    }
}

.profile .box {
    width: 150px;
    height: 150px;
    opacity: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 50%;
    right: -40%;
    transform: translate(-50%, -50%);
    transition-duration: 0.3s;
}

    .profile .box i {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #ececec;
        font-size: 26px;
        text-align: center;
        line-height: 50px;
        position: absolute;
        left: 18px;
        top: calc(75px - 50px/2);
        box-shadow: 0 0 0.5rem #babbbc;
        transition-duration: 0.3s;
    }

        .profile .box i:hover {
            transition-delay: initial !important;
            box-shadow: 0 0 0 5px #babbbc;
        }

    .profile .box.open {
        opacity: 1;
    }

        .profile .box.open i {
            left: 60px;
        }

            .profile .box.open i:nth-of-type(1) {
                transform: rotate(-90deg) translateX(120px) rotate(90deg);
                transition-delay: 0s;
            }

            .profile .box.open i:nth-of-type(2) {
                transform: rotate(-45deg) translateX(120px) rotate(45deg);
                transition-delay: 0.1s;
            }

            .profile .box.open i:nth-of-type(3) {
                transform: rotate(0deg) translateX(120px) rotate(0deg);
                transition-delay: 0.2s;
            }

            .profile .box.open i:nth-of-type(4) {
                transform: rotate(45deg) translateX(120px) rotate(-45deg);
                transition-delay: 0.3s;
            }

            .profile .box.open i:nth-of-type(5) {
                transform: rotate(90deg) translateX(120px) rotate(-90deg);
                transition-delay: 0.4s;
            }


.contenedorCartas {
    display: grid;
    padding: 15px
}


.RaddiobuttonEstilo {
    position: absolute;
    visibility: hidden;
    display: none;
}

.labelCheckbox {
    color: #332f35;
    display: inline-block;
    cursor: pointer;
    border-color: red;
    /*font-weight: bold;*/
    padding: 5px 20px;
}

.RaddiobuttonEstilo:checked + label {
    color: white;
    background: #5a5a5a;
}

label + RaddiobuttonEstilo + label {
    border-left: #332f35;
}

.radio-group {
    border: solid 1px #808080;
    display: inline-block;
    border-radius: 0.25rem;
    overflow: hidden;
    min-width: 299px;
}

.posicionFiltroServicio {
    padding-left: unset;
    margin-left: 5px;
    margin-top: 5px;
}

.posicionFiltroGrupoCirc {
    margin-left: 25px;
    margin-top: 5px;
}

.filtroAlarmaControl {
    width: 120px;
}

.contenedorGrafico {
    margin: 0 auto;
    padding-left: 25px;
    display: flex;
    width: 928px !important;
    margin-top: 15px;
}

.textoPeriodosGrafico {
    margin-top: 4px;
    margin-right: 4px;
}

.contenedorTextoTasaCrecimiento {
    width: 165px
}

.contenedorTasaCrecimiento {
    height: 30px;
    width: 95px
}

/*Hide short text by default (resolution > 1200px)*/
.short-text {
    display: none;
}

/*When resolution <= 1600px, hide full text and show short text*/
@media (max-width: 1600px) {
    .short-text {
        display: inline-block;
    }

    .full-text {
        display: none;
    }

    .selecTipoCliente {
        width: 200px;
    }

    /*#FiltroTipoCliente {
        width: 160px;
    }*/
}


/*-------------------------------------*/
/* Reportes */

.posicionBuscadoresReportes {
    /*margin: 0 auto;*/
    /*width: 840px !important;*/
    padding-top: 5px;
    padding-left: 25px;
    display: flex;
    height: 40px;
}

/*.reporte-alto-fila{
    height:40px;
}*/

.filtro-reporte-fila {
    /*margin: 0 auto;*/
    /*width: 840px !important;*/
    padding-left: 25px;
    display: flex;
    flex-wrap: wrap;
    height: 40px;
    /*display: flex;*/
}

.ocultar {
    display: none;
}

.filtro-chek-container {
    margin-top: 5px;
    margin-bottom: -5px;
    padding-left: 25px;
    display: inline-block;
    flex-wrap: wrap;
    height: 40px;
}

.elementoFiltroReporte {
    margin-right: 20px;
}

/*Se utiliza esta clase en "ReporteCalidadProductoContainer"*/
.elementoFiltroReporteF {
    margin-left: 20px;
}

.filtro-reporte-elemento {
    margin-right: 20px;
    padding-top: 0.25rem !important;
    display: flex;
}

.filtro-reporte-elemento-dblock {
    margin-right: 20px;
    padding-top: 0.25rem !important;
    display: block;
}

.filtro-reporte-label {
    /*text-align: right;*/
    width: 118px;
    height: 40px;
}

.filtro-reporte-doble-elemento {
    display: inline-flex;
}

.filtro-reporte-opcion {
    /*width: 200px;*/
    height: 40px;
    padding-left: 5px;
    margin-right: 10px;
}

.posicionBuscadoresReportesDebajo {
    width: 885px !important;
    /*margin: 0 auto;*/
    display: flex;
}

.estimacionCrecimiento {
    display: flex;
    width: 60%
}

.selectGraficoDemMax {
    margin-top: -5px;
}

.filtro-reporte {
    padding-top: 5px;
    padding-left: 25px;
    /*width: 1120px;*/
    /*margin: 0 auto;*/
}



.filtro-label {
    width: 110px;
    line-height: 1.75 !important;
}

    .filtro-label:hover {
        cursor: default;
    }

.filtro-opcion {
    width: 110px;
}

.filtro-alarmas-chkcontainer {
    display: flex;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-top: 0.25rem !important;
}

.filtro-reporte-terminal-label {
    /*text-align: right;*/
    width: 118px;
    height: 40px;
    line-height: 1.70 !important;
}

.filtro-reporte-terminal-element {
    width: 138px;
}

.filtro-reporte-terminal-opcion {
    height: 40px;
    padding-left: 5px;
    margin-right: 10px;
}

.filtro-reporte-boton {
    padding-left: 50px;
    height: 40px;
}

.filtro-reporte-labelPrimero {
    text-align: right;
    width: 90px;
    height: 40px;
}

.contenedorFiltroReporte {
    display: grid;
    align-content: center;
    margin-right: 10px;
}

.selecTipoCliente {
}

.primeroContenedorReporte {
    width: 235px;
}

.segundoContenedorReporte {
    padding-left: 5px;
    width: 200px;
}

.terceroContenedorReporte {
    width: 200px;
}

.cuartoContenedorReporte {
    width: 150px;
    float: right;
}

/*When resolution <= 1600px, hide full text and show short text*/
@media (max-width: 1600px) {
}

.HeadersWithTitle {
    cursor: help;
    border-bottom: 1px dotted #333333;
    font-size: 95%;
}

.labelFechas {
    margin-top: 2px;
    margin-right: 4px;
}

/*
    FGSR: Modal personalizado
*/
.modalPersonalizado {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    float: right;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.3);
}

.modalPersonalizado-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 450px;
    /*width: 80%;*/
}

.closeModalPersonalizado {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .closeModalPersonalizado:hover,
    .closeModalPersonalizado:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.trp { /*tablaModalRowPersonalizado*/
    border-bottom: 1px solid lightgray;
}

.tdmp { /*tablaModalColPersonalizado*/
    padding-left: 5px;
    padding-right: 5px;
    width: 13rem;
    margin: 10px 10px 5px 5px;
}

#tituloTerminalesPrepagos {
    float: unset;
    font-size: 27.2px;
    font-weight: 700;
    height: 32.64px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 8px;
    color: rgb(0, 51, 102);
}

#tituloTerminalesPrepagosCantidad {
    font-family: Arial;
    font-weight: 400;
    font-size: 25px;
    color: rgb(84, 84, 84);
}

#botonVolverPrepagoPrincipal {
    height: 30px;
    margin-left: auto !important;
    margin-right: -4px;
    margin-top: 1px;
    width: 89px;
    font-size: 16px;
    font-family: Arial;
    border-radius: 0.25rem;
}

.edit-mode input {
    border: 1px solid #ccc;
}

/*Administración de grupos*/
.divNuevoGrupo {
    display: none;
    width: 100%;
}

    .divNuevoGrupo.show {
        display: inline;
    }


.error-message-container {
    position: absolute;
    left: 10px;
    white-space: nowrap;
}

.error {
    border: 2px solid red;
}

.text-danger {
    color: red;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

.select-cell {
    text-align: center;
}

.textSubtitulo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    text-align: left;
    text-size-adjust: 100%;
    color: rgb(0, 51, 102);
}

.btn-small {
    line-height: 16px !important;
    height: 30px;
    font-size: 16px !important;
    font-family: Arial;
}

/*Grupos activos*/
#grupoContainer {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid black;
    z-index: 100;
    width: 150px;
}

#grupoCheckboxesWrapper {
    text-align: center;
}

#grupoCheckboxes {
    text-align: left;
    display: inline-block;
    margin-bottom: 10px;
}

    #grupoCheckboxes label {
        margin-left: 5px !important;
        font-weight: 700 !important;
        margin-bottom: 0px;
        margin-top: 2px;
    }

.divUsuarioMainTemplateMaster {
    font-family: Arial, Helvetica, sans-serif;
    float: right;
    padding: 10px;
    text-align: left;
    color: rgb(51, 51, 51);
    height: 75px;
}

.tableUsuarioMainTemplateMaster {
    border-collapse: collapse !important;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
    height: 60px !important;
    text-align: right;
    margin-right: 15px;
    white-space: nowrap;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size 13px
    /*width:300px !important;*/
}

.tdKey {
    padding: 0px 15px 0px 2px !important;
    text-align: right;
    height: 18px !important;
}

.tdValue {
    padding: 0px 1px 0px 2px !important;
    height: 18px !important;
    width: 160px !important;
}

/*Grupos*/
.input-container {
    position: relative;
    width: 200px;
}

#selectorGrupos {
    cursor: pointer;
    color: rgb(73, 80, 87);
    display: block;
    width: 100%;
    padding-right: 20px; /* Space for the icon */
    box-sizing: border-box;
}

.icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

#contenedorGrupos {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid black;
    z-index: 100;
    width: 200px;
}

#checkboxesWrapperGrupos {
    text-align: left;
}

#checkboxesGrupos {
    text-align: left;
    display: inline-block;
    margin-bottom: 10px;
    font-family: Arial;
    font-weight: 400;
    text-align: start;
    font-size: 13.3333px;
}

    #checkboxesGrupos label {
        margin-left: 5px !important;
        font-weight: 400 !important;
        margin-bottom: 0px;
        margin-top: 2px;
        cursor: pointer;
    }

.linea {
    color: dimgray;
    border: thin 0.1px;
    width: 95%;
    margin-bottom: 5px;
}

#cerrarContenedorGrupos {
    display: block;
    text-align: center;
    color: rgb(73, 80, 87);
    text-decoration: none;
    margin-bottom: 5px;
    margin-top: -5px;
}
/****************************************/
.labelReporteNotificaciones {
    padding-top: 10px;
    margin-right: 5px;
}

.FilaReporteNotificaciones {
    padding-left: 25px;
    display: flex;
    height: 40px;
}

/*Boton que emula un link*/
.btn-link {
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
    transition: color 0.3s ease;
    background-color: transparent;
    border: none;
    padding: 0px 0px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

    .btn-link:hover {
        color: #0056b3;
        text-decoration: none;
    }

    .btn-link:active,
    .btn-link:focus {
        color: #0056b3;
        border: none;
        outline: none;
    }

table.alinear-tablas td {
    min-width: 220px; 
}

.primer-columna-general {
    min-width: 220px; 

}
#tablaCuadroHorario td, #tablaCuadroHorario th {
    width: 150px; 
    text-align: left;
    overflow: hidden; 
    white-space: nowrap; 
}
.cuadroHorarioElementContainer {
    width: 180px;
    display: flex;
    margin-right: 20px;
}

#banner {
    background-color: #dfdf6b;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    position: relative; /* Para posicionar la “x” */
    height: fit-content;
    border-radius: 5px;
    width: 100% !important;
}

#closeBanner {
    position: absolute;
    right: 10px;
    top: 5px;
    background: transparent;
    border: none;
    font-weight: bold;
    cursor: pointer;
}

.ancla {
    color: #2A2A2A;
}

    .ancla:link {
        text-decoration: underline;
    color: #2A2A2A;
    }

    .ancla:hover {
    color: #2A2A2A;
        text-decoration: none;
    }

    .ancla.nostyle:link {
    color: #2A2A2A;
        text-decoration: inherit;
        color: inherit;
    }

    .ancla.nostyle:visited {
    color: #2A2A2A;
        text-decoration: inherit;
        color: inherit;
    }
    .ancla:focus{
        color: #2A2A2A;
    }


.fechaHoraTerminalGeneral {
    margin-right: 5px;
    white-space: nowrap
}

.col-auto > .inner {
    min-height: 40px; /* FGSR: Para establecer altura de filas cuando se produce el efecto wrap por la resolución en divs internos a las columnas de las filas generadas.*/
}