body{
    font-size: 12px;
    font-family: Open 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif !important;
}
*{
    /*border-radius: 0 !important*/;
}
a:active, a:active, *{ outline: none !important; -moz-outline-style: none !important; }
a:focus, a:focus, *{ outline: none !important; -moz-outline-style: none !important; }
.h3, h3 {
    font-size: 16px;
    font-weight: bold;
}

.hr{
    margin: 0 0 10px 0 !important;
}
.row {
    margin-left: -5px;
    margin-right: -5px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}

.reportes-acueducto {
    margin-bottom: 1.5em;
}
.reportes-acueducto label{
    text-align: right;
    line-height: 2.3em;
}
.border-bottom{
    border-bottom: 2px solid #fff !important;
}
.radio {
    border: 1px solid #cccccc !important;
    padding: 5px;
}
.error{
    background-color: #BC1010;
    padding: 6px 12px;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    margin-top: 6px;
    position: absolute;
    z-index: 1;
}
.error::before {
    border-color: transparent transparent #bc1010;
    border-style: solid;
    border-width: 8px;
    content: "";
    position: absolute;
    top: -15px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 2px 10px !important;
    margin-top: 1px !important;
}
.border-none{
    border: none !important;
}

.ContentWrapFormLogin {
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
}

@media(min-width: 768px){
    .MainMenu {
        margin-top: -3.5em !important;
        float: right;
    }

}

@media(max-width: 767px){
    .MainMenu {
        top: 20px !important;
        position: absolute !important;
        right: 0px;
        padding: 10px 0 0px 0 !important;
        margin-bottom: 0 !important;
    }

    .NameSystemMovil{
        font-size: 1em !important;
    }

    .NameClienteMovil{
        font-size: 0.9em !important;
    }

    .MarginContainer {
        margin-top: 5.5em;
    }

    #cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
        top: 0 !important;
    }
}

/* header */
.header{
    background-color: #2c3e50;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    box-shadow: 0px 1px 2px 2px grey;
}
header {
    background-color: gray;
    z-index: 2;
}


.modal {
    /*z-index: 999999 !important;*/
}

#LOADING {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483647 !important;
}
#LOADING > img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
}
.right{
    text-align: right;
}
.left{
    text-align: left;
}
.center{
    text-align: center;
}
.pag-abonados{
    cursor: pointer;
}
.current {
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
    color: #fff !important;
    cursor: default !important;
    z-index: 3;
}

.foote_toolbar {
    background-color: #2D2F39;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    width: 100%;
}
.foote_toolbar a, .foote_toolbar a:hover {
    color: #fff;
    display: inline-block;
    padding: 1em 0.5em;
    text-decoration: none;
}

.pag_simple_disabled {
    color: gray !important;
}

.container{
    position: relative;
}
.MarginContainer {
    margin-bottom: 5em;
    margin-top: 7em;
}
@media(max-width:900px){
    .MarginContainer {
        margin-top: 14em;
    }
}

@media(min-width:900px){
    .container{
        max-width: 1280px;
        width: 100%;
    }
}

.datepicker-dropdown{
    margin-top: 7em;
}

.toolbar_abonados div {
    padding: 0 0.5em;
}
.toolbar_abonados a{
    width: 100%;
}

.toolbar_abonados{
    margin-bottom: 1em;
}


.breadcrumb {
    margin-bottom: 0.5em;
    margin-top: 1em;
}
.padding1em{
    padding: 1em;
}

.hr{
    height: 2px;
    background: #2c3e50;
}

@media(max-width: 768px){
    .nav_movil{
        position: absolute;
        top: 74px
    }

    .table-responsive>.table {
        margin-bottom: 0;
        width: 1000px !important;
    }

    .container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .panel-body {
        padding: 5px;
    }

    .NameSystem, .NameCliente{
        display: none !important;
    }

    .logo_movil {
        margin-top: 2em !important;
    }
    #cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
        top: 20px;
    }
}

@media(max-width: 932px){
    .logo_movil {
        margin-top: 6em;
        position: relative;
    }
    .logo {
        margin-top: 1em;
        position: relative;
    }
    .toolbar{
        display: none;
    }
    .toolbar_movil {
        border-bottom: 1px solid white;
        color: #fff !important;
        font-size: 12px;
        padding: 0.5em 0 !important;
        position: absolute;
        right: 50px;
        text-align: right;
        top: 0;
        z-index: 4;
    }
    .toolbar_movil > a{
        /*color: #2c3e50;*/
        color: #1a1a1a !important;
    }

    .app-movil {
        padding: 0.5em;
    }
}
@media(min-width: 933px){
    .logo {
        margin-top: 1em;
        position: relative;
    }
    .toolbar_movil{
        display: none;
    }
    .toolbar {
        border-bottom: 1px solid white;
        color: #fff !important;
        font-size: 12px;
        padding: 0.5em;
        position: absolute;
        right: 15px;
        text-align: right;
        top: 0;
    }
    .toolbar > a{
        /*color: #2c3e50;*/
        color: #1a1a1a !important;
    }
}
.logo a, .logo p{
    color: #FFF;
    display: inline-block;
    z-index: 9999;
}
.logo a img {
    margin: 0.4em 0 1em;
    width: 50px;
    z-index: 9999;
    position: relative;
}
.NameSystem {
    font-size: 1.3em;
    font-weight: bold;
    left: 60px;
    position: absolute;
    top: 0.7em;
}
.NameCliente {
    font-style: italic;
    left: 60px;
    position: absolute;
    top: 2.7em;
}

.ContentWrapHome {
    margin-top: 1.8em;
}

.btn-home {
    font-weight: bold;
    margin-bottom: 2.3em;
    padding: 1em;
    width: 100%;
}

.c-deposito{
    width: 10%;
}
.n-deposito{
    width: 85%;
}

.c-deposito, .n-deposito {
    display: inline-block;
    margin: 0 !important;
    vertical-align: top;
}

.btn-detalle-abonado {
    margin-bottom: 1em;
    text-align: left;
    width: 100%;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 5px 5px;
    vertical-align: middle;
}

.strtoupper{
    text-transform: uppercase;
}

/*
.modal-backdrop.in {
  opacity: 1;
}
.modal-backdrop {
  background-color: #fff;
}
*/
/*
.modal {
  top: 10%;
}
*/
.radio {
    border: none;
    padding: 5px;
}

.sloganpc {
    background-image: url(../images/water.svg);
    background-position: 5% 80%;
    background-repeat: no-repeat;
    background-size: 20% auto;
    color: #2c3e50;
    height: 100px;
    margin-top: 1em;
    background-size: 8%;
}
.user-login{
    left: 0;
    margin-top: 6px;
    top: 2.4em;
    z-index: 9;
}

.btn-d-a-g{
    /*width:145px;*/
}

.ResCheck {
    position: absolute;
    right: 8px;
    top: 4px;
}

.input-sm {
    height: 25px !important;
    padding: 0px 2px;
}

textarea.input-sm {
    height: auto !important;
}
.input-group-addon {
    padding: 0px 12px !important;
}

.alert {
    bottom: 45px;
    position: fixed;
    right: 0%;
    z-index: 9999999;
    left: 0;
    text-align: center;
    width: 30%;
    margin: 0 auto;
}

.size-radios-reporte{
    height: 160px;
}

.modal-reportes-inventario-ac{
    width: 350px !important;
}

#LOADING > span {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 2em;
    padding: 8.5px;
    border-radius: 0;
}

.dropdown-rd{
    /*z-index: 1;*/
    position: absolute;
    right: 18px;
}

.list-error-mh{
    text-decoration: none;
}
.list-error-mh > li{
    list-style: none;
}

.width-btn-errores-mh {
    width: 28px;
}

#menu-button {
    padding: 2em !important;
    margin-top: -1.2em !important;
    margin-bottom: 3em !important;
}

p.granTotal {
    position: fixed;
    bottom: 31px;
    right: 0;
    font-size: 1.5em;
    font-weight: bold;
}

.form-control-static {
    padding-top: 9px;
    padding-bottom: 9px;
    margin-bottom: 0;
    min-height: 34px;
    background-color: #3399f3;
    color: #FFF;
    border: 0;
    padding: 0.5em 0.5em;
    width: 150px;
}

.pagination li a{
    cursor: pointer;
}

.input-group .form-control {
    z-index: 0;
}

.granTotal {
    background-color: #FFF;
}

.cargarMesForm{
    max-width: 300px;width: 100%;left: 0;right: 0;margin: 1em auto
}

.table-nowrap {
    white-space: nowrap !important;
}

a.btn-login {
    position: absolute;
    right: 1em;
    top: 3em;
    color: #FFF;
}

.select2 {
    width: 100% !important;
}

.modal-lg-custom {
    width: 90% !important;
}

.select2-container .select2-selection--single {
    height: 25px !important
}

nav#cssmenu {
    background-color: #2c3e50 !important;
}