body{
    background: url(/local/images/background.jpg) no-repeat;
    background-size: cover;
}
@color = #fed022;
.brand-logo{
    width: 20px;
    float: left;
    margin-right: 10px;
}
.panel-default {
    border-color: #373435;
}
.panel-footer {
    background-color: #373435;
}
.bg{
    background: #fcfcfc;
    border-radius: 4px;
    padding: 15px;

}
hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-bottom: 2px solid #fece1a;

}
.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: #000;
    border-color: #000;

}
.navbar-default .navbar-brand ,.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #fed022;
}
.navbar-default .navbar-nav>li>a{
    color: #fed022;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #000;
    background-color: #fed022;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #000;
    background-color: #fed022;
}
.navbar-nav>.active>a>i{
    color: #000;
}

a:focus, a:hover {
    color: #fed022;
    text-decoration: none;
}
a:hover >i{
    color: #000000;
}
a {
    color: #000000;
    text-decoration: none;
}
a i{
    color: #fed022;
}
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;
}
.doc-icon:hover{
    background: #000;
    border-color: #000;
}

.doc-icon i {
    font-size: 20pt;
    margin: 0 30%;
}
.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 {

    float: left;

    display: block;
    text-align: center;


}
.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;
}
/*
CANVAS
*/
.toolbar {
    float: left;
    padding: 3px;
    background: #f9f9f9;
}



.CanvasContainer {
    clear: both;
}

canvas {
    border: 1px solid #7B899B;
    cursor: crosshair;
}



#savedCopyContainer {
    display: none;
}


.pen{
    width: 30px; height: 30px; float: left; margin-right: 2px; cursor: pointer;
}
.selected {
    outline: 2px groove #000;
}
.pen-width{
    border-radius: 50%;
    text-align: center;
    background: #c0c0c0;
    color: #fff;

}