body {
    overflow-x: hidden;
    background-color: #555555;
}


.showme{
    display: none;
}
.showhim:hover .showme{
    display : block;
}

.btnList{
    border-radius: 0 !important;
    border-color: transparent !important;
    font-size: 16px;
    color: #3d6983;
}

.nav-a {
    color: white !important;
}

.nav-a:hover {
    background-color: #6b9dbb !important;
}

.nav-a:focus {
    background-color: #6b9dbb !important;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #6b9dbb;
}

.panel-body {
    margin-bottom: 20px !important;
}

.pagination {
    padding-left: 0;
    margin: 0 0 !important;
    border-radius: 4px;
}

.td-month {
    font-size: 12px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

td {
    word-break: break-all;
    vertical-align: middle !important;
    cursor: pointer;
}

.faltante {
    background-color: darkseagreen !important;
}

.devolucion {
    background-color: indianred;
}



.container_header {
    background-color: rgba(116, 160, 169, 0.32) !important;
    padding: 15px;
}

.contanier_help {
    margin-top: 8px;
    padding-left: 2px;
    display: inline-block !important;
}

.mobile-hide {
    display: table-cell;
}

.mobile-hide-inline {
    display: inline-block;
}

.myForm {

}

.main_container {
    padding-top: 70px;
}

.navbar {
    position: fixed;
    /*min-height: 50px;*/
    margin-bottom: 0;
    width: 100%;
    border: 1px solid transparent;
}

.noMargin {

}

@media only screen and (max-width: 900px) {



    .mobile-hide, .mobile-hide-inline {
        display: none !important;
    }

    .nav-stacked > li + li {
        margin-top: 0;
        margin-left: 2px;
    }

    .navbar {
        position: fixed;
        /*min-height: 50px;*/
        margin-bottom: 0;
        width: 100%;
        border: 1px solid transparent;
    }
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 600px) {

    .nav-justified > li, .nav-stacked > li, .nav-tabs.nav-justified > li {
        float: left !important;
    }

}