
.page-head {
    /* padding: 15px 25px 5px; */
    padding: 5px 25px 0px 25px;
    position: relative;
}
.page-head-title-custom{
    font-size: 20px;
    /* font-weight: bold; */
}
.main-content {
    /* padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px; */
    padding: 5px 25px 0px 25px;
}

/* .panel-default-custom{
    color: #fff;
} */
.panel-heading-custom{
    padding-left:20px;
    padding-right:20px;
    margin: 0px;
    /* color: #fff; */
}
.panel-body-custom{
    min-height: 150px;
}
.panel-heading-service{
    /* background-color: #96ab0c; */
}
.panel-heading-storage{
    /* background-color: #134ad9; */
}



/*
* jquery.gritter position top-center
*/
#gritter-notice-wrapper.top-center {
    top : 10px;
    left: 50%;
    right: auto;
    margin-left: -179px;
}

/*
* bootstrap modal full-screen
*/
.modal-open {
    padding-right: 0px !important;
}
.modal-dialog-fullscreen{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.modal-content-fullscreen{
    height: auto;
    min-height: 100%;
    border-radius: 0;
    background-color: #EEEEEE;
}
.modal-header-fullscreen{
    background-color: #ffffff;
/*    background-color: #405490;
    color: #fff;*/
}
.modal-dialog-big{
    width: 880px;
}

.modal-content-fullscreen-gray{
    height: auto;
    min-height: 100%;
    border-radius: 0;
    background-color: #ffffff;
}
.modal-header-fullscreen-gray{
    background-color: #EEEEEE;
}
    
.oplink{
    margin-right: 15px;
}
/*.modal-content{
    background-color: #EEEEEE;
}
.modal-header{
    background-color: #ffffff;
    background-color: #5f99f5;
    color: #fff;
}*/

.modal-header-std{
    background-color: #405490;
    color: #fff;
}

.be-datatable-header{
    border-bottom: 0px;
}

.panel{
    margin-bottom: 5px;
}


.btn-primary:hover{
    background-color: #395FAE;
    border-color: #395FAE;
}
.btn-primary:active:focus{
    background-color: #395FAE;
    border-color: #395FAE;
}

/*.menu-active{
    color: #405490;
}*/

.navbar-logo{
    width: 40px;
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 30px;
}

.list-search-row{
    margin-bottom: 10px;
}

.dataTables_info-custom{
    font-size: 14px;
}
.pagination-custom{
    margin-top: 0px;
    margin-bottom: 0px;
}

.leftmenu-badge-custom{
    float: right;
    margin-top: 10px;
    display: none;
    /* height: 38px; */
    /* line-height: 38px; */
}