﻿body {
    height: 100% !Important;
    width: 100% !Important;
}

/*@media (min-width : 0px) and (max-width : 1440px) {*/

.imgLogoHeader {
}

    .imgLogoHeader:hover {
        border: 2px;
        border-color: white;
        background-color: rgba(212, 228, 251, 1);
    }

.imgEncabezadoHeader {
    background-image: url('../Imagenes/EncabezadoInicio.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
    margin-bottom: -15px;
    position: relative;
    border: 0;
    vertical-align: central;
}

.imgLogoCelesteTitulo {
    background-color: rgba(188, 220, 241, 1);
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    margin-top: -19px;
    position: relative;
}

.imgLogoCelestePiepagina {
    background-color: rgba(188, 220, 241, 1);
    width: 100%;
    height: 100%;
    vertical-align: central;
    clear: both;
    position: relative;
    z-index: 10;
    color: black;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}

.linkedDivs {
    text-decoration: none;
    background: inherit;
}

    .linkedDivs:hover {
        text-decoration: none;
        cursor: pointer;
        background: inherit;
    }

.buttonMenu {
    /*min-width: 170px;
    min-height: 40px;
    text-decoration: none;
    display: inline-block;
    margin: 20px 10px;
    font-size: 15px;
    font-family: Tahoma, Verdana, Arial;
    text-align: center;
    vertical-align: central;
    font-weight: bold;
    border-radius: 100px 100px 100px 100px;
    -moz-border-radius: 100px 100px 100px 100px;
    -webkit-border-radius: 100px 100px 100px 100px;
    border: 3px solid rgba(0, 109, 210, 1);*/
    background-color: rgba(188, 220, 241, 1) !Important;
}

    .buttonMenu:hover {
        background-color: rgba(126, 176, 225, 1) !Important;
        /*rgba(188, 220, 241, 1)*/
        /*color: #009ac9;
        border-color: #009ac9;
        font-size: 17px;
        font-weight: bold;
        min-width: 200px;*/ */;
    }

.btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 4px 12px;
    background: rgba(0,0,0,0.15);
    background-repeat: repeat;
    border-radius: 3px 0 0 3px;
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
}

.btn {
    margin-bottom: 10px;
}

textarea {
    resize: none;
}

.header tr th {
    font-family: Tahoma,Verdana,Arial;
    color: /*black*/ white;
    font-size: 10pt;
    font-weight: bolder;
    border: none;
    background-color: /*rgba(188, 220, 241, 1);*/ rgba(52, 122, 182, 1);
    padding: 5px;
}

table.grid {
    border-spacing: 1px;
    border-collapse: separate;
    padding: 0;
}

.grid td a {
    color: #0066CC !important;
    font-size: 11px;
    text-decoration: underline;
}

/*}*/

@media screen and (max-width: 768px) {
    .side-collapse-container {
        width: 100%;
        position: relative;
        left: 0;
        transition: left .4s;
    }

        .side-collapse-container.out {
            left: 200px;
        }

    .side-collapse {
        top: 50px;
        bottom: 0;
        left: 0;
        width: 200px;
        position: fixed;
        overflow: scroll;
        transition: width .4s;
    }

        .side-collapse.in {
            width: 0;
        }
}

body {
    /*padding-top: 50px; 
            position: relative;*/
}

pre {
    tab-size: 8;
}


@media (min-width : 1366px) {
    .tabla {
        margin-left: -100px;
    }
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
}

#divProgressBar {
    height: 100px;
}

#divCentrar {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.label-CampoObligatorio {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 8pt !important;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid red !Important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
