.errornote {
    font-size: 12px !important;
    display: block;
    padding: 4px 5px 4px 25px;
    margin: 0 0 3px 0;
    border: 1px solid red;
    color: red;
    background: #ffc url(/static/img/icon_error.gif) 5px .3em no-repeat;
}
div.dataTables_wrapper div.dataTables_info{
    float:left;
}
.float-right{
    float: right;
}
.float-left{
    float: left;
}
.format-bottom{
    margin-bottom: 10px;
}
.format-right{
    margin-right: 10px;
}
.ibox-form{
    min-height: 40px;
    clear: both;
}
.clear-float{
    float: none;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.lable-sm{
    width: 80px;
    padding-right: 0;
}
.format-abs{
    position: absolute;
    right: 25px;
    top: 8px;
}
.col-sm-1-half{
    width: 12.66666667%;
    text-align: left !important;
}
.navbar .navbar-header p {
    font-size: 14px;
    color: #999;
    float: left;
    padding: 20px;
    margin-bottom: 0;
    font-weight: 700;
}
.form_div {
    margin: 5px 0;
}
.selected{
    background-color: #f5f5f5 !important;
}
.table-striped>tbody>tr:nth-of-type(odd){
    background-color: white;
}
.odd:hover{
    background-color: #f5f5f5 !important;
}
.none-padding{
    padding: 0;
}
.none-margin{
    margin-bottom: 0;
    margin-top: 0;
}

.cls_ibox_content {
  padding: 0px 20;
}

.cls_ibox_title {
  padding: 14px 15px 0px;
}

.cls_table_responsive div{
    padding-bottom: 0px;
}

.cls_ibox{
    margin-bottom: 50px;
}

.col-80{
    width: 80px !important;
}

.col-60{
    width: 60px !important;
}

.col-120{
    width: 60px !important;
}

.padding-10{
    padding-top: 10px;
}

.border_color{
    border-color: #1a2d41;
}



