﻿/*ajustes a "ace"*/
.sidebar {
    width: 300px;
}

    .sidebar + .main-content {
        margin-left: 300px;
    }

/*fin*/

/*Eliminación de degradado de fondo de "bootstrap" "carousel"*/
.carousel-control.left, .carousel-control.right {
    background: none !important;
    filter: progid: none !important;
    outline: 0;
}

.carousel .carousel-control {
    visibility: hidden;
}

.carousel:hover .carousel-control {
    visibility: visible;
}
/*fin*/

.busy-indicator {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: #E2E2E2;
    background-color: rgba(226, 226, 226, 0.5);
}

    .busy-indicator .modal-body {
        height: 100%;
    }

        .busy-indicator .modal-body .dots {
            top: 40%;
        }

/*integración (fix) "kendo ui" tema "bootstrap" con "ace"*/
.k-input,
input.k-textbox,
textarea.k-textbox,
input.k-textbox:hover,
textarea.k-textbox:hover,
.k-textbox > input,
.k-multiselect-wrap {
    color: #333333 !important;
}

    .k-input[readonly] {
        color: #333333 !important;
    }

.k-dropdown-wrap .k-input,
.k-picker-wrap .k-input,
.k-numeric-wrap .k-input {
    border-radius: 3px 0 0 3px !important;
}

.k-rtl .k-dropdown-wrap .k-input,
.k-rtl .k-picker-wrap .k-input,
.k-rtl .k-numeric-wrap .k-input {
    border-radius: 0 3px 3px 0 !important;
}

/*.ace-nav > li.orange > a {
  background-color: #7168C4;
}
.ace-nav > li.orange > a:hover,
.ace-nav > li.orange > a:focus,
.ace-nav > li.open.orange > a {
  background-color: #7168C4;
}*/
.k-grid th.k-header,
.k-grid-header {
    background: #363940;
    border-color: #63656A;
}

    .k-grid th.k-header,
    .k-grid th.k-header .k-link {
        color: #FFFFFF;
    }

@media only screen and (max-width:767px) {
    .footer {
        padding-top: 100px;
    }
}

@media only screen and (max-width:420px) {
    .footer {
        padding-top: 125px;
    }
}


.box-info-label {
    text-align: right;
    padding: 6px 10px 6px 4px;
    font-weight: normal;
    color: #667E99;
    background-color: transparent;
    border-top: 1px dotted #D5E4F1;
    display: table-cell;
    width: auto;
    vertical-align: middle;
}

.box-info-value {
    display: table-cell;
    padding: 6px 4px 6px 6px;
    border-top: 1px dotted #D5E4F1;
}

    .box-info-value > span + span:before {
        /* for a list of values (such as location city & country) put a comma between them */
        display: inline;
        margin-left: 1px;
        margin-right: 3px;
        color: #666;
        border-bottom: 1px solid #FFF;
    }

    .box-info-value > span + span.editable-container:before {
        display: none;
    }

.profile-info-row:first-child .box-info-label {
    border-top: none;
}

.profile-info-row:first-child .box-info-value {
    border-top: none;
}

.profile-user-info-striped {
    border: 1px solid #DCEBF7;
}

    .profile-user-info-striped .box-info-label {
        color: #336199;
        background-color: #EDF3F4;
        border-top: 1px solid #F7FBFF;
    }

    .profile-user-info-striped .box-info-value {
        border-top: 1px dotted #DCEBF7;
        padding-left: 12px;
    }


@media only screen and (max-width: 480px) {
    .box-info-label {
        width: 80px;
    }

    .profile-user-info-striped .box-info-label {
        float: none;
        width: auto;
        text-align: left;
        padding: 6px 4px 6px 10px;
        display: block;
    }

    .profile-user-info-striped .box-info-value {
        margin-left: 10px;
        display: block;
    }
}




/*LOGIN*/
.login-container {
    width: 425px;
    margin: 0 auto;
}

@media only screen and (max-width: 540px) {
    .login-container {
        width: 98%;
    }
}


/*Configuracion de Plantilla de Correos*/

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-5 {
    margin-top: 10px;
}

.OcultarElemento {
    display: none;
}

.icon-remove {
    margin-top: 0px;
    margin-right: 0px;
    position: absolute;
    right: 0px;
    cursor: pointer;
}

.file-icon {
    display: inline-block;
    float: left;
    width: 48px;
    height: 48px;
    margin-left: 10px;
    margin-top: 13.5px;
}

.doc-file {
    background-image: url(/content/img/doc.png);
}

.pdf-file {
    background-image: url(/content/img/pdf.png);
}

.xls-file {
    background-image: url(/content/img/xls.png);
}

.default-file {
    background-image: url(/content/img/default.png);
}

.file-heading {
    font-family: Arial;
    font-size: 1.1em;
    display: inline-block;
    float: left;
    width: 450px;
    margin: 0 0 0 20px;
    height: 25px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.file-name-heading {
    font-weight: bold;
}

.file-size-heading {
    font-weight: normal;
    font-style: italic;
}

.file-heading {
    font-family: Arial;
    font-size: 1.1em;
    display: inline-block;
    float: left;
    width: 450px;
    margin: 0 0 0 20px;
    height: 25px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.file-name-heading {
    font-weight: bold;
}

.file-size-heading {
    font-weight: normal;
    font-style: italic;
}


.width-100 {
    width: 100%;
}

.height-400 {
    height: 400px;
}

li.k-file .file-wrapper .k-upload-action {
    position: absolute;
    top: 0;
    right: 0;
}

li.k-file div.file-wrapper {
    position: relative;
    height: auto;
}

.texto-mayusculas {
    text-transform: uppercase;
}

.texto-error-mod {
    font-size: large;
    color: #FF0000;
    font-weight: 500;
    background-color: #FFFF00;
}

.Control-InputM {
    display: block;
}

.Control-InputF {
    display: block;
}

.Control-InputTelefono {
    display: block;
}

.Control-horasLaborales {
    display: block;
}

.Control-horaInicio {
    display: block;
}

.rotar-Texto {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    display: inline-block;
    position: absolute;
    right: -15px;
    bottom: 50px;
}

/*Vistas para editar equipos*/

.row-descripcion {
    width: 100%;
}

@media only screen and (min-width: 540px) {
    .row-descripcion {
        width: 40%;
    }
}

.mayusculas {
    text-transform: uppercase;
}


#TabPrincipal li a {
    background-color: #337ab7;
    color: white;
}

#TabPrincipal .active a {
    background-color: #d5e4f1;
    color: black;
}

.imgcenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none;
}

    .imgcenter:hover {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        cursor: pointer;
    }

.imgcenter {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}


.imgRight {
    display: block;
    float: right;
    margin-right: 30px;
    border: none;
}

    .imgRight:hover {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        cursor: pointer;
    }

.imgRight {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}


.row-descripcion-separador {
    text-align: center;
    padding: 6px 4px 6px 10px;
    width: 100%;
}

.ConEquipoAlta-row {
    background-color: #008000;
}

.SinEquipoAlta-row {
    background-color: white;
}

.popover-posicion {
    display: block;
    float: right;
    top: 0;
    margin-top: 130px;
}



.MiBoton:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    cursor: pointer;
}

.EncabezadoReportes {
    background-color: rgb(155, 187, 89);
    color: black;
}

.EncabezadoTablasDash {
    background-color: #C3D69B;
    border-color: black;
    color: black;
}

.VerdeClaro {
    background-color: #E7F1DE;
    color: black;
}

.Blanco {
    background-color: #ffffff;
    color: black;
}

.Canela {
    background-color: #EEECFF;
}

.EncabezadoReportes {
    background-color: rgb(155, 187, 89);
    color: black;
}

.overrydePopover {
    display: none;
    background-color: #8DCE49 !important;
}

.parent-container {
    overflow-x: scroll;
    width: 100%;
}

.chart-container {
    overflow: auto;
    width: 1200px;
}


.resumenTotales {
    border: black 2px solid;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Calibri, Constantia;
    font-size: 15px;
    background-color: rgb(228,242,201);
    height: 120px;
    width: 150px;
    color: black;
    float: right;
    -webkit-box-shadow: 10px 10px 40px -2px rgba(230,225,230,1);
    -moz-box-shadow: 10px 10px 40px -2px rgba(230,225,230,1);
    box-shadow: 10px 10px 40px -2px rgba(230,225,230,1);
}

.EtiquetaMDp {
    float: left;
    position: absolute;
    top: 115px;
    width: 150px;
    bottom: 0;
    left: -10px;
    font: bold 15px Calibri,Arial, sans-serif;
}


.SobTable > thead> tr > th {
    padding: 10px;
    line-height: 1.4285;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.cuerpo {
    line-height: 2.5;
}