html {
    height: 100%;
}

body {
    height: 100%;
    padding-top: 70px;
    font-size: 120%;

}

.container {
    width: 100%;
    max-width: 1920px;
}

.middle_area {
    height: 230px;
    margin-top: -115px;
    position: relative;
    top: 40%;
}

#login-form .control-label {
    display: none;
}

.grid-view .sort-link:after {
    content: "\f105";
    float: right;
    font-family: fontawesome;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
}

.grid-view .sort-link.desc:after {
    content: "\f107";
    float: right;
    font-family: fontawesome;
}

.grid-view .sort-link.asc:after {
    content: "\f106";
    float: right;
    font-family: fontawesome;
}

.grid-view .sort-link .caret {
    display: none;
}

.grid-view .sort-link {
    display: block;
    padding: 8px 4px;
}

table thead th {
    border-left: 1px solid #e3e3e3;
}

table thead {
    background-image: linear-gradient(#fafafa, #eaeaea);
    color: rgba(35, 62, 70, 0.81);
    cursor: pointer;
    font-size: 12px;

}

.table-striped {
    border: 1px solid #ddd;
    border-top: none;
}

.pagination {
    border-radius: 4px;
    display: inline-block;
    float: right;
    margin: 10px 0;
    padding-left: 0;
}

.grid-view .table th {
    padding: 3px;
}

.grid-view-loading .defender {
    display: block;
}

.defender {
    background-color: #fff;
    background-image: url('../img/loader.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    opacity: 0.6;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000000;
}

#user-grid td:nth-child(3) {
    white-space: nowrap;
}

.form-control {
    /*height: 35px;*/
}

#user-form .bootstrap-select {
    margin-bottom: 0 !important;
}

.bootstrap-select.btn-group .dropdown-menu {
    overflow-x: hidden;
    width: 100%;
}

.action_admin {

}

.user_role_admin .action_admin {
    display: inline-block;
}

.user_role_admin #list_organizations .action_admin {
    display: none;
}

.user_role_admin .hider:hover .action_admin {
    display: inline-block !important;
}

.info_block:hover {
    text-decoration: underline;
}

.info_block_src th:first-child {
    width: 220px;
}

.info_block_src {
    display: none;
}

.info_block {
    margin-left: 15px;
    cursor: pointer;
}

.grid-view {
    position: relative;
}

body {
    overflow-y: scroll;
}

.modal-open {

}

.modal {
    overflow-y: auto;
}

.modal-dialog .pagination {
    margin: 10px 0px 0 0;
}

.modal-dialog .table .selected td {
    background-color: #c3c3c3;
}

.modal-dialog .table {
    margin-bottom: 0;
    margin-top: 10px;
}

table .checkbox-column {
    text-align: center;
    width: 60px;
}

table thead th:first-child {
    border-left: none;
}

.qq-upload-list {
    border-top: 1px solid #e3e3e3;
    list-style: disc outside none;
    margin: 2px 0 15px;
    padding: 10px 10px 0;
}

.qq-upload-button {
    display: none;
}

.qq-upload-list li i {
    font-size: 14px;
    margin: 0 10px 0 0;

}

.qq-upload-list li {
    padding: 3px 0;
    list-style: none;
}

.qq-upload-success .qq-upload-file {
    display: inline-block;
    height: 16px;
    margin-bottom: -3px;
    margin-right: 20px;
    overflow: hidden;
    white-space: nowrap;
    width: 55%;
}

.qq-upload-delete {
    width: 20%;
    display: inline-block;
    text-align: right;
}

.qq-upload-size {
    display: inline-block;
    width: 15%;
}

.modal-open #task-organizations-selected-grid .defender {
    display: none;
}

.tbl-details td, .tbl-details th {
    border-top: none !important;
}

.tbl-details th {
    text-align: right;
    padding-right: 20px !important;
}

.border {
    border-top: 1px solid #e3e3e3;
}

.prt {
    color: #fff;
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 3px;
}

.status-progressing, .execution- {
    background-color: #428bca;
}

.dh-priority-urgent, .priority-urgent {
    background-color: #f03606 !important;
}

.dh-priority-high, .priority-high, .status-received {
    background-color: #f0ad4e !important;
}

.dh-priority-normal, .execution-1, .status-approved {
    background-color: #5cb85c !important;
}

.dh-priority-low, .status-pending {
    background-color: #777 !important;
}

.execution-2, .status-rejected {
    background-color: #d9534f !important;
}

.ts_approved {
    background-color: #428bca;
}

.e_1 {
    background-color: #428bca !important;
}

.s_pending, .s_received {
    background-color: #5cb85c !important;
}

.e_2, .s_rejected {
    background-color: #d9534f !important;
}

.s_approved:before {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 12px;
    color: white;
}

.s_rejected:before {
    content: "\f122";
    font-family: fontawesome;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 12px;
    color: white;
}

.number {
    font-family: monospace, courier, typewriter, monospace;
    font-size: 16px;
}

.actions a {
    margin-right: 10px;
}

.btn-action:hover {
    background-color: #ededed;
}

.btn-action {
    padding: 3px 8px;
    background-color: #f1f1f1;
    border-radius: 2px;
    margin: 0 3px;
}

.table-hover tr:hover td {
    background-color: #e3d3d5 !important;
}

.formatted {
    font-family: monospace, courier, typewriter, monospace;
}

.event {
    background-color: #c3c3c3;
    border: 1px solid #fff;
    border-radius: 1px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4) inset;
    display: block;
    height: 16px;
    margin-bottom: 2px;
    margin-right: 2px;
    width: 16px;
}

#cal-slide-tick {
    display: none;
    visibility: hidden;
}

#cal-slide-content a.event-item {
    color: #706c6b;
}

#cal-slide-content:hover {
    background: none;
    background-color: #f2f2f2;
}

#cal-slide-content {
    background: none;
    background-color: #f9f9f9;
    border-radius: 0;
    box-shadow: 0 0px 12px rgba(39, 63, 66, 0.29);
    -webkit-box-shadow: 0 0px 12px rgba(39, 63, 66, 0.29);

}

#cal-slide-box {
    z-index: 10000;
}

.sts-rejected td, .sts-rejected td a {
    color: #d9534f !important;
}

.sts-approved td, .sts-approved td a {
    color: #5cb85c !important;
}

.mrk:before {
    font-family: fontawesome;
    content: "\f128";
    margin-right: 5px;
    width: 10px;
    display: inline-block;
}

.mark-approved:before {
    content: "\f00c";
}

.mark-rejected:before {
    content: "\f122";
}

.mark-progressing:before {
    content: "\f0ec";
}

.day-event .cal-hours {
    display: none;
}

a.event-item {
    text-decoration: none;
    color: #151515;
}

footer {
    margin: 20px 0 10px;
}

.bootstrap-select {
    margin-bottom: 0px !important;
}

.help-block {
    position: absolute;
    right: 14px;
}

.qq-upload-list li {
    line-height: 20px;
}

#task-jobs-grid-full .items .panel-body:hover {
    background-color: #fcfcfc;
}

.action_admin a {
    margin-left: 10px;
}

.dl-horizontal dt, .dl-horizontal dd {
    margin-bottom: 5px;
}

.dl-horizontal dt {
    text-align: left;
    overflow: hidden;
    padding-left: 5px;
    width: 200px;
}

.ts_approved {
    border-left: 15px solid #428bca;
}

.ts_pending, .ts_received {
    border-left: 15px solid #5cb85c;
}

.form-control, .input-group-addon, .btn {
    border-radius: 2px;
}

.panel {
    background-color: #FFFFFF;
    border: 1px solid rgba(2, 2, 2, 0.16);
    border-radius: 0;
    box-shadow: 0 0 2px rgba(39, 63, 66, 0.11);
    margin-bottom: 20px;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 0px;
}

.role_action {
    display: none;
}

.user_role_admin .action_admin {
    display: block;
}

.user_role_superadmin .action_superadmin {
    display: block;
}

.ui-corner-all {
    border-radius: 1px !important;
}

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

.ibox:after,
.ibox:before {
    display: table;
}

.ibox-title {
    background-color: #ffffff;
    border-color: #e1e4e6;
    border-image: none;
    border-style: solid solid none;
    border-width: 4px 0px 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    height: 48px;
    position: relative;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e1e4e6;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0px;
    position: relative;
}

.ibox-content h1,
.ibox-content h2,
.ibox-content h3,
.ibox-content h4,
.ibox-content h5,
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5 {
    margin-top: 5px;
}

.ibox-content.text-box {
    padding-bottom: 0px;
    padding-top: 15px;
}

.ibox-heading {
    background-color: #f3f6fb;
    border-bottom: none;
}

.ibox-heading h3 {
    font-weight: 200;
    font-size: 24px;
}

.ibox-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: left;
}

.ibox-title .label {
    float: left;
    margin-left: 4px;
}

.ibox-tools {
    background-color: #e1e4e6;
    bottom: 0;
    font-size: 18px;
    padding: 8px 8px 8px 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 180px;
}

.ibox-tools a {
    cursor: pointer;
    margin-left: 5px;
    color: #c4c4c4;
}

.ibox-tools a.btn-primary {
    color: #fff;
}

.ibox-tools .dropdown-menu > li > a {
    padding: 4px 10px;
    font-size: 12px;
}

.ibox .open > .dropdown-menu {
    left: auto;
    right: 0;
}

body.page_report_index {
    background-color: #fcfcfc;
}

.breadcrumb {
    border-radius: 2px;
}

.triangle-topleft {
    border-right: 45px solid transparent;
    border-top: 45px solid #fafafb;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}

.triangle {
    border-bottom: 0 solid transparent;
    border-left: 43px solid #ffffff;
    border-top: 44px solid transparent;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}

.chart_legend ul li span{
    display: inline-block;
    font-size: 12px;
    margin: 2px 5px 0;
    padding: 4px 5px;
    text-align: right;
    width: 55px;
}
.chart_legend ul {
    padding: 0;
    list-style: none;
}
.chart_legend{
    bottom: 20px;
    left: 20px;
    position: absolute;
}
.doc_average tr:first-child td{
    border-top:none ;
}
.doc_average td:last-child{
    text-align: right;
}
.doc_average td{
    font-size: 16px;
}
.doc_average .fa{
    font-size: 24px;
    color: #a3e1d4;
    margin-right: 15px;
    margin-bottom:-2px ;
}