body{
    /* background: url(/local/images/background.jpg) no-repeat; */
    background-size: cover;
    background-color: #cacaca;
    padding-bottom: 20px;
}

.brand-logo{
    width: 20px;
    float: left;
    margin-right: 10px;
}
.panel-default {
    border-color: #373435;
}
.panel-footer {
    background-color: #373435;
}
.bg{
    background: #fbfbfb;
    border-radius: 4px;
    padding: 15px;
    float: left;
    width: 100%;
}
hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-bottom: 2px solid #286090;
}
.alert-nofity {
    position: absolute;
    top: 1px;
    right: 0px;
    border: 2px solid black;
    background: red;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.alert-nofity-work {
     position: absolute;
     top: 1px;
     right: 0px;
     border: 2px solid black;
     background: green;
     border-radius: 100%;
     width: 25px;
     height: 25px;
     text-align: center;
     color: #fff;
     font-weight: bold;
 }
.alert-nofity-work a{
    color: #fff;
}

.tab-pane {
    padding-top: 30px;
}
.well {
    min-height: 20px;
    padding: 0;
    margin-bottom: 20px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.left-site-bar{
    padding: 0;
    margin: 0;
    list-style: none;
}
.left-site-bar li{
    padding: 3px 0;
}
.navbar-default {
    background-color: #286090;
    border-color: #286090;
}
.navbar-default .navbar-brand ,.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #fff;
}
.navbar-default .navbar-nav>li>a{
    color: #eee;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fcf8e3;
    background-color: #337ab7;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #337ab7;
}
.navbar-nav>.active>a>i{
    color: #000;
}

a:focus, a:hover {
    color: #286090;
    text-decoration: none;
}
a:hover >i{
    color: #fff;
}
a {
    color: #000000;
    text-decoration: none;
}
a i{
    color: #ffffff;
}
a.btn, a.btn>i{
    color: #fff;
}
a.btn-default{
    color: #000000;
}
.table-dif thead{
    background: #c0c0c0;
    color: #000;
}
.table-dif thead td{
   line-height: 20px;
}

.table-dif td{
    min-width: 150px;
    line-height: 30px;
    padding: 0 5px;
}
.table-dif td:first-child{
     min-width: 20px;
 }
.doc-info td{
    padding: 5px;
    border-bottom: 1px solid #C0c0c0;
}
.doc-info td:first-child{
    background: #C0c0c0;
    color: #fff;
}
.file{
    color: #2b669a;
    line-height: 30px;
}
table#tables tbody td {
    padding: 2px 0;
}
.doc-icon {
    /* float: left; */
    /* margin-right: 10px; */
    text-align: center;
    width: 110px;
    border: 1px solid #c0c0c0;
    /* padding: 10px 0; */
    min-height: 110px;
    /* margin-bottom: 10px; */
    background: #f8f8f8;
    font-size: 8pt;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.doc-icon:hover{
    background: #31708f;
    border-color: #286090;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: #fff;
}

.doc-icon i {
    font-size: 20pt;
    /* margin: 0 30%; */
    color: #286090;
}
.founder label.btn.active {
    outline: 3px solid red;
    background: #c0c0c0;
    border-radius: 0;
}
.group-list{
    list-style: none;
    padding: 0 10px;
}
.ul-level{
    list-style: none;
    padding: 0 5px;
    margin: 0;
    text-align: left;
    font-size: 8pt;
    float: left;
}
.level {
    outline: 1px solid #c0c0c0;
    float: left;
    min-width: 140px;
    display: block;
    text-align: center;
    padding: 5px 10px;
    margin-right: 5px;
}
.level h5{
    font-weight: bold;
}
.level h5:hover{
    color:  #d43f3a;
    cursor: pointer;
}
input[type=checkbox]+label{
    font-weight: normal;
    cursor: pointer;
}
input[type=checkbox]+label:hover{
    color:  #d43f3a;
}
input:checked + label{
    font-weight: bold;
    color: red;
}
tr.founder{
    background: #fed022;
}
.work {
    padding: 0px 5px;
}
.work.danger {
    background: #f2dede;
    border-radius: 4px;
}
.work.success {
     background: #dff0d8;
     border-radius: 4px;
 }
.work-text{
    padding: 5px;
    border-radius: 4px;
    background: #f9f9f9;
}
.work-time {
    float: left;
    min-height: 50px;
    padding: 30px 20px 30px 0px;
}
.search{
    position:relative;
}

.search_result{
    background: #FFF;
    border: 1px #ccc solid;
    width: 100%;
    max-height:150px;
    overflow-y:scroll;
    display:none;
    position: absolute;
    z-index: 999;
}

.search_result li{
    list-style: none;
    padding: 5px 10px;
    margin: 0 0 0 -40px;
    color: #000;
    border-bottom: 1px #ccc solid;
    cursor: pointer;
    transition:0.3s;
}

.search_result li:hover{
    background: #c0c0c0;
    color: #fff;
}

.doc-icon:hover  i {
    color: #fff;
}

a.doc-type {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

ul.left-site-bar i {
    color: #000;
}

ul.left-site-bar .active i {
    color: #286090;
}

.doc-type-icon {
    display: grid;
}