/* LOGIN */


.splash-container .panel .panel-heading{
    padding-top: 20px;
}

.splash-description{
    color: #fff;
}

/* GENERALES */
.float-left{
    float: left;
}
small, .small{
    font-size: 12px;
}

#subida{
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1;
    opacity: 0;
    background: rgba(0,0,0,0.25);
}

.determinate{
    height: 100%;
    background: #4285f4;
}
.hidden{
    display: none !important;
}
.container-image{
    width: 100%;
}

.container-image #image{
    max-width: 100%;
}

/* PANELES */

.panel-contrast .panel-heading{
    margin: 0;
    padding: 20px 20px 18px;
}

/* NAV */

.be-left-sidebar .sidebar-elements .divider{
    padding: 10px 20px 0;
}

/* HEADER */

.nav.navbar-nav .icon{
    font-size: 32px;
    vertical-align: middle;
}

.nav.navbar-nav .active *{
    color: #4285f4;
}

.panel-multimedia .panel-heading{
    padding: 20px 20px 35px 20px !important;
}

.aspect-ratio-button{
    display: inline-block;
    background: #fff;
    padding: 7px 10px 3px 10px;
    border-radius: 5px;
}

.aspect-ratio-button label{
    margin-right: 8px;
}

.nav .opciones{
    float: left;
}

/* INICIO */

.grupos-targets .tabla-grupos{
    padding-top: 0px;
}

.grupos-targets > .main-content > .row{
    margin-bottom: 25px;
}

#form-grupo .modal-body{
    padding-bottom: 0px;
}

.page-title a{
    color: #fff !important;
    border-bottom: 1px solid #fff;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
}

.page-title a:hover{
    opacity: 0.8;
}

.tabla-grupos .be-datatable-footer{
    padding: 20px 26px 20px;
    background-color: #ffffff;
    border-top: 1px solid #d5d8de;
}

.panel-default > .panel-heading{
    padding: 12px 20px 11px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    background: #2f3880 !important;
    color: #fff;
    font-weight: bold;
}

.panel-subtitle{
    color:#fff;
}

.hover-in{
    transition: .01s ease-out;
}
.hover-out{
    transition: .01s ease-in;
}

.be-top-header{
    background-color: #2f3880;
    color: #fff;
}

.be-top-header .navbar-nav > li > a:hover, .be-top-header .navbar-nav > li > a:focus{
    color: #4285f4;
}

.be-top-header .navbar-nav > li > a{
    color: #fff;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
}

.user-display-info{
    padding-left: 0px;
    background: #fff;
    padding: 4px 6px;
    border: 1px solid #f1f1f1;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0,0,0,0.02), 0 3px 6px rgba(0,0,0,0.03);
}

.user-display-sgt:hover .user-display-info{

}

.header-sgt{
    margin: -15px -20px;
    padding: 0px 15px 30px 15px;
    background: #2f3880;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
}

.user-display-sgt:hover .header-sgt{
    background: #4285f4;
}

.user-display-info .name{
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    background: none;
    padding: 0px;
    color: #000;
}

.user-display-details .counter{
    color: #000;
}

.user-display-details > div:first-child{
    text-align: right;
}

.user-display-sgt{
    display: block;
    background: #fff;
    box-shadow: 0 7px 14px rgba(0,0,0,0.01), 0 5px 5px rgba(0,0,0,0.005);
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
}

.user-display-sgt:hover{
    box-shadow: 0 14px 28px rgba(0,0,0,0.05), 0 10px 10px rgba(0,0,0,0.02);
}

/* LOGO */

.be-top-header .navbar-header .navbar-brand{
    background-image: url(../img/logo-sgw-s-color.png);
}

/* TABLAS */

.be-datatable-body{
}

.table tbody tr td.user-info span{
    padding: 0;
}

.table tbody tr td.user-info .mdi-star{
    color: #dd2;
}

table.dataTable{
    margin: 0px !important;
}

.btn-space{
    margin-right: 0px;
    margin-left: 5px;
}

.table tbody tr td.cell-detail span{
    display: inline;
}

.table tbody tr.online td:first-child{
    border-left: 3px solid #18de4d;
}

.info-galeria{
    position: relative;
    padding: 40px !important;
    overflow: hidden;

}
.dataTables_info{
    display: none !important;
}

.table > thead > tr > th.sorting_desc, .table > thead > tr > th.sorting_asc{
    border-bottom: 2px solid #4285f4;
}

.table .imagen-tabla{
    width: 40px !important;
}

.url-galeria .cell-detail-description{
    word-break: break-word;
}

/* DATEPICKER */

.datetimepicker.dropdown-menu{
    margin-bottom: 50px;
}

.note-popover .popover-content, .panel-heading.note-toolbar{
    padding: 0px;
}

.datetimepicker .parsley-errors-list.filled{
    position: absolute;
    margin-top: 58px;
    width: 100%;
    z-index: 1;
}

/* GALLERY */

.gallery-container .item .photo .img .over .info-wrapper{
    margin: 0 auto;
}

.gallery-container .item{
    width: 20%;
    padding: 0;
    margin: 0;
}

.gallery-container .item img{
    max-width: 100%;
}

.info-galeria .imagen-galeria{
    background-size: cover;
    background-position: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* TABS */

.tab-content{
    padding: 0;
    margin: 0;
}

/* MODALS */

.colored-header-primary .modal-title, .colored-header-primary .close{
    color: #fff;
}

#multimedia.subiendo{
    perspective: none;
    bottom: -70px;
    width: 100%;
    max-width: 100%;
    top: inherit;
}

.subiendo #pickfiles, .subiendo #uploadfiles, .subiendo #removefiles, .subiendo #descricionmultimedia{
    display: none;
}

.nomodal{
    visibility: hidden !important;
}

.colored-header-primary .modal-content .modal-header{
    background-color: #2f3880;
}

.main-content.subiendo{
    margin-bottom: 80px;
}

#form-multimedia #galeria{
    overflow: auto;
    max-height: 650px;
}

/* POPUP */
.mfp-bg{
    z-index: 1052;
}
.mfp-wrap{
    z-index: 1053;
}

/* IMAGENES */
.imagen-elegida{
    padding: 10px;
    background: #f1f1f1;
    border-radius: 3px;
    max-width: 100%;
    margin-bottom: 10px;
}

/* NESTABLE */
.dd{
    max-width: inherit;
}

.dd3-content input{
    padding: 2px 5px 1px 5px;
    border-width: 1px;
    border-top-color: #bdc0c7;
    box-shadow: none;
    color: #404040;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d5d8de;
    border-radius: 2px;
    max-width: 70%;
}

.dd-list .dd-item .dd3-content, .dd-list .dd3-item .dd3-content{
    padding: 5px 8px 5px 40px;
}

.dd-options{
    position: absolute;
    margin: 0;
    right: 0;
    top: 0;
    width: 34px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0px solid;
    background: #666666;
    height: 36px;
}

.dd-options:hover{
    background: #858585;
    cursor: pointer;
}

.dd-options:before{
    font: normal normal normal 14px/1 'Material Icons';
    content: '\f1c6';
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
}

.dd3-content .btn-group{
    margin-bottom: 3px;
    float: right;
    margin-right: 0px;
}

.contenedor-menu{
    background: #fafafa;
    padding: 15px 15px 0px 15px !important;
    border: 1px solid #f1f1f1;
}

.dropdown-menu select, .dropdown-menu input{
    margin: 0 !important;
    padding: 10px 8px 10px 16px !important;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    border-left: 0px;
    border-right: 0px;
}

.dropdown-menu input{
    min-width: 100%;
    padding: 8px 8px 8px 16px !important;
    padding-left: 21px !important;
    border-bottom: 0px;
    border-top: 0px;
}

.cell-detail-description .icon{
    cursor: pointer;
}

.text-danger i{
    color: #d62516 !important;
}

.table-responsive {
    overflow: visible;
}

.tabla-res{
    background: #fff !important;
    display: none;
}

.tabla-res td{
    text-indent: -9999px;
}

/* RESPONSIVE */
@media (max-width: 1600px) and (min-width: 991px){
    .gallery-container .item{
        width: 20%;
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 991px) and (min-width: 768px){
    /* DATEPICKER */
    .datetimepicker.dropdown-menu{
        left: 50% !important;
    }

    .gallery-container .item{
        width: 25%;
        padding: 0;
        margin: 0;
    }
}
@media (max-width: 767px){
    .table-responsive {
        overflow: inherit;
    }
    .tabla-res{
        display: block;
    }
    .tabla-grupos .btn{
        width: 100%;
    }
    .tabla-grupos .btn-group{
        width: 100%;
    }
    .grupos-targets > .main-content > .row{
        margin-bottom: 0;
    }
    .project{
        margin-bottom: 25px;
    }
    .nav > li{
        float: left;
    }
    .nav .opciones{
        float: right;
    }
    .nav.navbar-nav .active *{
        color: #fff;
    }
    .be-user-nav{
        min-width: 250px;
        width: 100%;
    }
    .main-content{
        overflow: inherit;
    }
    .be-top-header .be-right-navbar{
        padding: 0 10px;
    }
    .be-left-sidebar .left-sidebar-toggle{
        padding: 15px 15px;
    }
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate{
        text-align: left;
        margin: 10px 0;
    }
    .dataTables_wrapper{
        /*overflow: hidden;*/
    }
    .dataTables_wrapper .be-datatable-body{
        margin-left: -15px;
        margin-right: -15px;
        overflow: auto;
    }
    div.dataTables_wrapper div.dataTables_info{
        white-space:normal;
    }
    div.dataTables_wrapper div.dataTables_info{
        padding-top: 0px;
    }

    /* DATEPICKER */
    .datetimepicker.dropdown-menu{
        left: 10% !important;
    }

    .gallery-container .item{
        width: 50%;
        padding: 0;
        margin: 0;
    }
    .panel-table thead tr th{
        word-wrap: break-word;
    }
    .url-galeria{
        max-width: 80px;
    }
    #tablausuarios{
        width: 100% !important;
    }
    .previous, .next, .dataTables_info{
        display: none !important;
    }
    .dataTables_paginate{
        text-align: center !important;
        margin: 0 auto !important;
    }
    .be-datatable-header {
        margin: 0;
        padding: 0 20px;
    }
    .modal-container #galeria{
        max-height: 300px;
        overflow: overlay;
    }
    .opciones{
        display: none;
    }
    .dd-list .dropdown-toggle{
        position: absolute;
        right: 0;
        padding: 0px 6px 0 0px;
    }
    .dd-list .dd3-item > button{
        display: none !important;
    }
}
@media (max-width: 480px){
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}