html body {
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 12px;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:-100%;
    max-width:160px;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 5px 5px 0;
    border-right-color:#999;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.modal-dialog {
    width: 220px;
    height: 110px;
    position:absolute;
    left:50%;
    top:50%;
    margin:-55px 0 0 -110px;
}

/*Modificado por Juan Ríos para hacer los controles más pequeños y las tablas más amigables.*/
.normal .table {
    margin-top: 8px;
    font-size: 12px;
}

.normal .table>tbody>tr>td, .normal .table>tbody>tr>th, .normal .table>thead>tr>td, .normal .table>thead>tr>th, .normal .table>tfoot>tr>td, .normal .table>tfoot>tr>th {
    padding: 2px;
    vertical-align: middle;
}

.normal .form-control {
    padding: 2px;
    font-size: 12px;
    height: 26px;
}

.normal .input-group-addon{
    padding: 4px 14px 3px 14px;
    font-size: 12px;
}

.normal .btn-default {
    font-size: 12px !important;
    padding: 4px 28px !important;
    font-weight: bold !important;
}

.normal .dropdown-toggle>label {
    font-size: 13px !important;
    font-weight: 300;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.normal .btn-xs {
    vertical-align: middle;
    font-size: 12px !important;
}

.btn-xs {
    vertical-align: middle;
    font-size: 15px;
}

.normal .checkbox {
    min-height: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
/*Fin modificaciones Clases existentes.*/

#divContenedor, #divContenedorEquipo, #divContenedorSwitch, #divContenedorAccessPoint, 
#divContenedorRouter, #divContenedorFirewall, #divContenedorImpresora, #divContenedorEnlaceInternet {
    width: auto;
    overflow-x: scroll;
}

#divPaginar {
    margin-top: 8px;
    margin-bottom: 4px;
}

#divPaginar table tr td {
    border: none;
    border-collapse: collapse;
    width: 18px;
    min-width: 18px;
    font-size: 12px;
    border: none;
    border-collapse: collapse;
    text-align: center;
    padding: 1px;
}

.spnPaginador {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

#tblDatos thead tr th {
    background-image: none;
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#tblDatos thead tr td {
    padding: 2px;
}

    #tblDatos thead tr td input {
        width: 100%;
        border: 1px solid rgba(34,36,38,.15);
    }

    .normal #tblDatos thead tr td input {
        width: 100%;
        border: solid 1px #808080;
        font-size: 12px;
        padding: 1px;
    }

    .normal #tblDatos thead tr td select {
        width: 100%;
        border: solid 1px #808080;
        font-size: 12px;
        padding-top: 1px;
        padding-left: 1px;
        padding-right: 1px;
    }

#tblDatos tbody tr td {
    /*border: 1px solid #dddddd;*/
}

    #tblDatos tbody tr td div {
        white-space: nowrap;
        display: block;
        overflow: hidden;
        border-collapse: collapse;
        padding-left: 1px;
        padding-right: 1px;
    }

    .normal #tblDatos tbody tr td div {
        white-space: nowrap;
        display: block;
        font-size: 12px;
        overflow: hidden;
        border-collapse: collapse;
        padding-left: 1px;
        padding-right: 1px;
    }

#tblEquipos thead tr th {
    background-image: none;
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
    cursor: pointer;
    text-align: center;
}

#tblEquipos thead tr td {
    padding: 2px;
}

    #tblEquipos thead tr td input {
        width: 100%;
        border: solid 1px #808080;
    }

    .normal #tblEquipos thead tr td input {
        width: 100%;
        border: solid 1px #808080;
        font-size: 12px;
        padding: 1px;
    }

#tblEquipos tbody tr td {
    /*border: 1px solid #dddddd;*/
}

    #tblEquipos tbody tr td div {
        white-space: nowrap;
        display: block;
        overflow: hidden;
        border-collapse: collapse;
        padding-left: 1px;
        padding-right: 1px;
    }

    .normal #tblEquipos tbody tr td div {
        white-space: nowrap;
        display: block;
        font-size: 12px;
        overflow: hidden;
        border-collapse: collapse;
        padding-left: 1px;
        padding-right: 1px;
    }

#tblSwitches thead tr th {
    background-image: none;
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
    cursor: pointer;
    text-align: center;
}

#tblSwitches thead tr td {
    padding: 2px;
}

    #tblSwitches thead tr td input {
        width: 100%;
        border: solid 1px #808080;
    }

    .normal #tblSwitches thead tr td input {
        width: 100%;
        border: solid 1px #808080;
        font-size: 12px;
        padding: 1px;
    }

#tblSwitches tbody tr td {
    /*border: 1px solid #dddddd;*/
}

    #tblSwitches tbody tr td div {
        white-space: nowrap;
        display: block;
        overflow: hidden;
        border-collapse: collapse;
        padding-left: 1px;
        padding-right: 1px;
    }

    .normal #tblSwitches tbody tr td div {
        white-space: nowrap;
        display: block;
        font-size: 12px;
        overflow: hidden;
        border-collapse: collapse;
        padding-left: 1px;
        padding-right: 1px;
    }

#tblAccessPoint thead tr th {
    background-image: none;
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
    cursor: pointer;
    text-align: center;
}

#tblAccessPoint thead tr td {
    padding: 2px;
}

    #tblAccessPoint thead tr td input {
        width: 100%;
        border: solid 1px #808080;
    }

    .normal #tblAccessPoint thead tr td input {
        width: 100%;
        border: solid 1px #808080;
        font-size: 12px;
        padding: 1px;
    }

#tblAccessPoint tbody tr td {
    /*border: 1px solid #dddddd;*/
}

    #tblAccessPoint tbody tr td div {
        white-space: nowrap;
        display: block;
        overflow: hidden;
        border-collapse: collapse;
        padding-left: 1px;
        padding-right: 1px;
    }

    .normal #tblAccessPoint tbody tr td div {
        white-space: nowrap;
        display: block;
        font-size: 12px;
        overflow: hidden;
        border-collapse: collapse;
        padding-left: 1px;
        padding-right: 1px;
    }

#tblRouters thead tr th {
    background-image: none;
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
    cursor: pointer;
    text-align: center;
}

#tblRouters thead tr td {
    padding: 2px;
}

    #tblRouters thead tr td input {
        width: 100%;
        border: solid 1px #808080;
    }

    .normal #tblRouters thead tr td input {
        width: 100%;
        border: solid 1px #808080;
        font-size: 12px;
        padding: 1px;
    }

#tblRouters tbody tr td {
    /*border: 1px solid #dddddd;*/
}

    #tblRouters tbody tr td div {
        white-space: nowrap;
        display: block;
        overflow: hidden;
        border-collapse: collapse;
        padding-left: 1px;
        padding-right: 1px;
    }

    .normal #tblRouters tbody tr td div {
        white-space: nowrap;
        display: block;
        font-size: 12px;
        overflow: hidden;
        border-collapse: collapse;
        padding-left: 1px;
        padding-right: 1px;
    }

#tblFirewalls thead tr th {
    background-image: none;
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
    cursor: pointer;
    text-align: center;
}

#tblFirewalls thead tr td {
    padding: 2px;
}

    #tblFirewalls thead tr td input {
        width: 100%;
        border: solid 1px #808080;
    }

    .normal #tblFirewalls thead tr td input {
        width: 100%;
        border: solid 1px #808080;
        font-size: 12px;
        padding: 1px;
    }

#tblFirewalls tbody tr td {
    /*border: 1px solid #dddddd;*/
}

    #tblFirewalls tbody tr td div {
        white-space: nowrap;
        display: block;
        overflow: hidden;
        border-collapse: collapse;
        padding-left: 1px;
        padding-right: 1px;
    }

    .normal #tblFirewalls tbody tr td div {
        white-space: nowrap;
        display: block;
        font-size: 12px;
        overflow: hidden;
        border-collapse: collapse;
        padding-left: 1px;
        padding-right: 1px;
    }

#tblImpresoras thead tr th {
    background-image: none;
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
    cursor: pointer;
    text-align: center;
}

#tblImpresoras thead tr td {
    padding: 2px;
}

    #tblImpresoras thead tr td input {
        width: 100%;
        border: solid 1px #808080;
    }

    .normal #tblImpresoras thead tr td input {
        width: 100%;
        border: solid 1px #808080;
        font-size: 12px;
        padding: 1px;
    }

#tblImpresoras tbody tr td {
    /*border: 1px solid #dddddd;*/
}

    #tblImpresoras tbody tr td div {
        white-space: nowrap;
        display: block;
        overflow: hidden;
        border-collapse: collapse;
        padding-left: 1px;
        padding-right: 1px;
    }

    .normal #tblImpresoras tbody tr td div {
        white-space: nowrap;
        display: block;
        font-size: 12px;
        overflow: hidden;
        border-collapse: collapse;
        padding-left: 1px;
        padding-right: 1px;
    }

#tblEnlaceInternet thead tr th {
    background-image: none;
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
    cursor: pointer;
    text-align: center;
}

#tblEnlaceInternet thead tr td {
    padding: 2px;
}

    #tblEnlaceInternet thead tr td input {
        width: 100%;
        border: solid 1px #808080;
    }

    .normal #tblEnlaceInternet thead tr td input {
        width: 100%;
        border: solid 1px #808080;
        font-size: 12px;
        padding: 1px;
    }

#tblEnlaceInternet tbody tr td {
    /*border: 1px solid #dddddd;*/
}

    #tblEnlaceInternet tbody tr td div {
        white-space: nowrap;
        display: block;
        overflow: hidden;
        border-collapse: collapse;
        padding-left: 1px;
        padding-right: 1px;
    }

    .normal #tblEnlaceInternet tbody tr td div {
        white-space: nowrap;
        display: block;
        font-size: 12px;
        overflow: hidden;
        border-collapse: collapse;
        padding-left: 1px;
        padding-right: 1px;
    }

.btnPag, #divPaginar span.btnPag, div#paginador strong {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background-color: #121212;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    text-indent: 0;
    border: 1px solid #ffffff !important;
    display: inline-block;
    color: #fff;
    font-size: 13px !important;
    font-family: inherit;
    font-weight: bold;
    font-style: normal;
    height: auto !important;
    line-height: 28px !important;
    width: auto;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    padding: 0 10px !important;
    min-width: 47px;
    letter-spacing: 0 !important;
}

.btnPag .normal {
    font-size: 12px;
}

    div#paginador strong, .btnPag:hover {
        background-color: #1584e7;
        color: white;
    }

    .btnPag:active {
        position: relative;
        top: 1px;
    }

.Highlight {
    background-color: #008cba;
    color: #fff;
}
.Highlight .botones {
    color: #fff;
}
.Highlight .botones:hover {
    color: #fff;
}

.botones {
    color: #008cba;
}

.botones:hover, .botones:focus {
    color: #333;
}

#divFiltrosGenerales>.form-group {
    margin-right: 36px;
}

.datePickerTBX {
    height: 34px;
}

.normal .datePickerTBX {
    height: 26px;
}

textarea {
    height: 120px !important;
}

#txtDescripcion {
    height: 240px !important;
    overflow-y: scroll;
}

.thumb {
    height: 48px;
    width: 48px;
    border: 1px solid #000;
    margin: 10px 5px;
}

.abrir {
    background-image: url(/Content/images/abrir.png);
    display: inline-block;
    width: 16px;
    height: 16px;
    min-height: 16px;
    max-height: 16px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-right: 4px;
}

.cerrar {
    background-image: url(/Content/images/cerrar.png);
    display: inline-block;
    width: 16px;
    height: 16px;
    min-height: 16px;
    max-height: 16px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-right: 4px;
}

.abrir2 {
    background-image: url(/Content/images/abrir2.png);
    display: inline-block;
    width: 12px;
    height: 12px;
    min-height: 12px;
    max-height: 12px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-right: 4px;
}

.cerrar2 {
    background-image: url(/Content/images/cerrar2.png);
    display: inline-block;
    width: 12px;
    height: 12px;
    min-height: 12px;
    max-height: 12px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-right: 4px;
}

.inactivo {
    color: #ff0000;
    font-weight: bold;
    /*background-color: #ff0000;
    color: #fff;*/
    /*background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAARSURBVBhXY1jJJwpEYIpPFAAYrgMx+UWwJQAAAABJRU5ErkJggg==');
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: repeat-x;*/
}

tr.inactivo > td > a {
    color: #fff !important;
}

.importante {
    color: #00f;
    font-weight: bold;
}

body.service-desk-index  {
  background-size: cover;
    color: #4A4A4A;
  background-repeat: no-repeat;
    background-image: url(/Content/images/home/back-service-desk-index.jpg);
}

.container1 {
width: 100%;
margin: auto;
float: left;
min-width: 1100px;  z-index: 2;
}

.section{
    margin:0px;
    height:500px;
    width:100%;
    float:left;
    position:relative;
    z-index: 2;overflow: hidden;

    min-width: 1100px;
}

.section h2{
    font-family: 'Yanone Kaffeesatz' !important;
    font-size: 52px;
    line-height: 80px;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
z-index: 9999;
}

.lig {
  font-weight: 300 !important;
}

.cont {
    /*padding: 80px 50px;*/
    max-width: 1100px;
    border-right: 0px solid;
    position: absolute;
    width: 100%;
}

.animad {
    background-repeat : no-repeat;
    position : absolute ;
    background-position:center;
    display: block;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*
    Estilos específicos para el Popup de "Cargando..."
*/
.modalFP {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100000; /* Sit on top */
    padding-top: 150px; /* Location of the box */
    padding-bottom: 150px;
    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.95); /* Black w/ opacity */
}

/* Modal Content */
.modal-contentFP {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 300px;
    text-align: center;
    border-radius: 30px;
}
/*
    Fin de estilos específicos para el Popup de "Cargando..."
*/

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 8px;
}

















/*NUEVOS ESTILOS PANTALLA TICKETS 2019*/

/**/