﻿html,
body {
    background-color: #999999;
    font-family: 'Montserrat', sans-serif;
}

.f {
    margin-top: 70px;
}

.container-full {
    margin: 0 auto;
    width: 100%;
    max-width: 2000px;
}

.m {
    margin-top: 20%;
}

.wrapper,
.mainContent {
    background-color: #68b0ab;
}

.sideBar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #49807c;
}

.wrapper {
    font-size: 1em;
    height: 100%;
}

.mainContent {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.sideBar {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    border: 2px solid lightskyblue;
}

.sideBar {
    height: 100%;
}

.mainContent {
    height: 100%;
}

@media (min-width: 700px) {
    .mainContent {
        margin-left: 0%;
        width: 100%;
    }

    .sideBar {
        width: 0%;
    }
}

@media (min-width: 768px) {
    .container {
        margin: 0px;
        width: 100%;
    }
}

.sidebar-nav {
    padding: 0;
    list-style: none;
}

    .sidebar-nav li {
        text-indent: 20px;
        line-height: 40px;
    }

        .sidebar-nav li a {
            color: white;
            text-decoration: none;
        }

        .sidebar-nav li:hover {
            background: #8092e6;
        }

        .sidebar-nav li:hover {
            background: #8092e6;
        }

.form-signin input[type="text"] {
    margin-bottom: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vertical-offset-100 {
    padding-top: 100px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.panel {
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.75);
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.btnproceso:hover {
    background-color: dodgerblue;
    color: #FFFFFF;
}

h2 {
    font-size: 38px;
    font-weight: normal;
    /*background-image: linear-gradient(to bottom,#E61E21 0,#EC5254 100%);*/
    width: auto;
    display: block;
    padding: 20px 0 10px 14px;
    margin-bottom: 10px;
}

span {
    align-content: center;
}

/*REPORTES*/
.treporte th {
    color: White;
    background-color: #6885c1;
    border: 1px solid #6885c1;
}

.treporte td {
    border: 1px solid #6885c1
}
/*.treporte { width:100%; margin-bottom:4px; }*/
/*.treporte table { color:#333133; }*/
/*.treporte tr { background-color:#E0E0E0; }
.treporte tr:hover { background-color:lightyellow; cursor:pointer}
.treporte th { padding:4px; color:White; font-weight:bold; background-color:#6885c1; border: 1px solid #6885c1; border-bottom-width: 2px; }
.treporte td { padding:4px; border: 1px solid #6885c1 }*/

/*PARAMETROS*/
.tparametros {
    width: 100%;
    margin-bottom: 20px;
    color: white;
    font-weight: 600;
}

    .tparametros input {
        color: black;
        font-weight: 100;
    }

    .tparametros a {
        color: white;
    }

        .tparametros a:hover {
            color: yellowgreen;
        }
    /*.tparametros tr{background-color:#f2f5cd;}*/
    .tparametros tr {
        background-color: #306562;
    }

/*PARAMETROS*/
.btnproceso {
    padding: 5px 10px 5px 10px;
    border: 1px solid #C0C0C0;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: #FFFFFF;
    color: #2E2EFE;
    cursor: pointer;
    height: 27px;
    float: right;
    margin-right: 5px;
    margin-left: 5px;
}

.cajalogin {
    width: 50%;
    padding: 10px 10px 10px 10px;
    align-content: center;
}

.tn {
    margin-bottom: 4px;
    background-color: white;
}

    .tn table {
        color: #333333;
        border: 2px solid black;
    }

    .tn tr:hover {
        background-color: lightyellow;
    }

    .tn th {
        padding: 4px;
        font-weight: bold;
        border-bottom-width: 2px;
        background-color: #d9edf7;
    }

    .tn td {
        padding: 4px;
        border-color: #E0E0E0;
        border-width: 1px;
        border-style: solid;
    }

select {
    padding: 5px;
}

    select option {
        padding: 5px;
    }

input {
    padding: 5px;
}

#divmain {
    /*background-color:lightblue;*/
    height: 100%;
    max-height: 100%;
}

.celdaerror {
    color: red;
}

.celdaizquierda {
    width: 35%;
    font-weight: bold;
}

.celdaderecha {
    width: 75%;
}

#ventanaPopupFondo {
    display: none;
    position: absolute;
    _position: absolute;
    height: 150%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    border: 1px solid #cecece;
    z-index: 15;
    filter: alpha(opacity=70);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.ventanaPopup {
    font-size: 16px;
    display: none;
    position: absolute;
    float: right;
    _position: absolute;
    height: auto;
    width: 100%;
    background-color: #adc2d4;
    border: 2px solid #cecece;
    z-index: 16;
    padding: 12px;
}
