.pointer {
    cursor : pointer;
}

.mr10 {
    margin-right : 10px;
}

.label {
    font-weight : 600;
}

.label-times {
    border : 1px solid #3c8dbc;
    color  : #3c8dbc;
}

.main-header .navbar .nav > li > a > .label {
    position    : absolute;
    top         : 6px;
    right       : 4px;
    text-align  : center;
    font-size   : 9px;
    padding     : 2px 3px;
    line-height : .9;
}

body {
    font-family : 'Open Sans', sans-serif;
    font-size   : 14px;
}

/*b, strong {*/
/*font-weight : 400;*/
/*}*/

.content-wrapper {
    min-height : calc(100vh - 100px);
}

.small-box .icon {
    top : 0px;
}

table {
    font-size : 14px;
}

.modal-full {
    width : 90%;
}

.checkbox-inline, .radio-inline {
    margin-left : 10px;
}

.hide_empty:empty {
    display : none;
}
.text-strike {
    text-decoration : line-through;
}
.control-sidebar-bg, .control-sidebar {
    width: 325px;
}
.sidebar, .main-sidebar{
    overflow: scroll;
}