html {
  font-size: 14px;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    /*font-size: 0.85em !important;*/
}

.x_title {
    border-bottom: 6px solid #d7dade;
    margin-bottom: 6px;
    text-align: left;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
}

.colMetric
{
    min-width: 170px;
}

.metricHold {
    text-align: center;
    margin-top: 20px;
}

.metricImage {
    width: 120px;
    height: 120px;
    padding: 20px;
}

.metricName
{
    text-align:center;
    font-weight: bold;
}

.metricStat {
    text-align: center;
    padding: 10px;
    margin-top: -70px;
}

.metricIconSm {
    width: 24px;
    height: 24px;
}

.metricIcon {
    width: 32px;
    height: 32px;
    margin-left: 80px;
}

.dataTableDivTitle {
    padding: 10px;
    font-weight: bold;
    background-color: #dfdfdf;
}

.imgRed {
    filter: brightness(0) saturate(100%) invert(16%) sepia(95%) saturate(5358%) hue-rotate(357deg) brightness(119%) contrast(126%);
}

.imgGreen {
    filter: brightness(0) saturate(100%) invert(58%) sepia(50%) saturate(6817%) hue-rotate(92deg) brightness(110%) contrast(113%);
}

.imgYellow {
    filter: brightness(0) saturate(100%) invert(73%) sepia(82%) saturate(686%) hue-rotate(359deg) brightness(103%) contrast(104%);
}

.x_panel {
    position: relative;
    width: 100%;
    margin-bottom: 8px;
    padding: 8px 8px 6px 8px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
     opacity: 1;
    transition: all .2s ease;
}
.taskCreated{
    margin: 4px 0px;
    width: 100%;
    text-align: right;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}
.b2codeDev {
    color: #cccccc;
    font-size: 10px;
    font-family: Calibri, 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
}
.form-group {
    margin-bottom: 10px !important;
}

.page-footer {
    background-color: #efefef;
}

.control-label {
    text-align: right;
    margin-top: 8px;
    padding-right: 0px;
}

.control-label.checkbox {
    margin-top: 6px;
}


.control-editor {
    display: block;
    width: 100%;
    color: #495057;
    padding: 4px 8px;
    margin: 2px 0px;
    border: 1px solid #e5e5e5;
}

input[type="text"].money {
    text-align: right;
}

select.control-editor {
    padding: 5px 8px;
}

.control-checkbox {
    margin-top: 10px;
}

.table .centercheck {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 0px !important;
}

.overTL {
    color: #000;
}

.overTL:hover {
    color: #FFF;
}

.btn-meeting {
    width: 40px;
    float: left;
    font-size: 14px;
    margin: 2px 4px;
    position: relative;
}

.btn-operations {
    width: 100%;
    font-size: 12px;
    margin: 0px 2px;
    padding: 5px 0px;
    position: relative;
}

.iconMarginOne {
    margin-right: 55px;
}

.iconMarginTwo {
    padding-right: 110px;
}

.cell-label {
    text-align: right;
    padding-right: 4px;
}

.floorCheckItems{
    font-size: 0.95em;
    padding: 2px 0px 2px 2px;
}

.floorCheckItems input[type="checkbox"] {
    float: left;
    margin-top: 2px;
}

.table-b2 {
    width: 100%;
    border-spacing: 0px;
    border-collapse: separate;
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
}

.table-b2 thead td, .table-b2 thead th {
    padding: .3rem;
    border-right: 1px solid #d9d9d9;
    background-color: #efefef;
    /*border-bottom-width: 2px;*/
}

.table-b2 tbody td, .table-b2 tbody th, .table-b2 td {
    padding: .3rem;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

table.hdr
{
    padding-right: 17px !important;
}

.oddOp, .eveOp {
    padding: 10px;
    border-top: 1px solid #E6E9ED;
    border-bottom: 1px solid #E6E9ED;
}

.oddOp {
    background-color: #f5f5f5;
}

.eveOp {
    background-color: #efefef;
}

.oddOp:hover , .eveOp:hover
{
    background-color: #ffffd9;
}

.float-middle {
    padding-top: 7px;
}

.task_fup_title {
    font-weight: bold;
}

.mobile-view-activated #TaskFupHeader {
    display: none;
}

.mobile-view-activated .float-middle {
    padding-top: 0px;
}

@media (max-width: 800px) {
    .mobile-view-activated .col-md-0 {
        width: 0%;
    }

    .mobile-view-activated .col-md-2 {
        width: 16%;
    }

    .mobile-view-activated .col-md-4 {
        width: 33%;
    }

    .mobile-view-activated .col-md-6 {
        width: 50%;
    }

    .mobile-view-activated .col-md-8 {
        width: 66%;
    }

    .mobile-view-activated .col-md-10 {
        width: 83%;
    }

    .mobile-view-activated .col-md-12 {
        width: 100%;
    }
}

@media only screen and (max-width: 1380px) {

    body {
        /*font-size: 0.7em;*/
    }

    .btn {
        font-size: 90%;
    }

    .control-editor {
        padding: 2px 4px !important;
    }

    .dhx_cal_event .dhx_body, .dhx_cal_event_line {
        font-size: 10px !important;
    }
    
    div.gridbox_dhx_web.gridbox table.hdr td {
        font-size: 10px !important;
    }

    div.gridbox_dhx_web.gridbox table.obj tr td {
        font-size: 10px !important;
    }
}
