﻿
.btn .badge {
    top: initial;
}

a {
    cursor: pointer;
}

.fa {
    margin-left: 5px;
}

.PagingDiv {
    text-align: left;
}

    .PagingDiv ul {
        margin: 0px;
    }

    .PagingDiv .btn-blue a {
        color: #546371;
    }

.checkboxLable {
    display: flex;
    align-items: center;
    font-weight: initial;
}

.notVisible {
    visibility: hidden;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-right: -20px;
    top: 7px;
}

th.THFroPrint {
    background: #dadee0 !important;
}

    th.THFroPrint > div {
        margin-left: 15px;
        display: block;
        float: right;
    }

    th.THFroPrint a {
        display: flex;
        align-items: center;
    }

        th.THFroPrint a.PrinfPfd {
            color: #b11a1a;
        }

            th.THFroPrint a.PrinfPfd:hover {
                color: #f14545;
            }

        th.THFroPrint a.PrintExcel {
            color: #1f85dc;
        }

            th.THFroPrint a.PrintExcel:hover {
                color: #1a75c2;
            }

.SearchForm {
    background-color: #eee;
    margin: 0px;
    padding: 10px 25px;
    border: 1px solid rgb(208, 208, 208);
    border-radius: 3px;
}

    .SearchForm .row > div {
        padding: 7px;
    }

    .SearchForm a.btn {
        width: 100%;
        margin: 0px;
        height: 34px;
        font-size: 0.95em;
    }

.DashboardAllocation {
    background-color: #eee;
    margin: 0px;
    padding: 10px 25px;
    border: 1px solid rgb(208, 208, 208);
    border-radius: 3px;
}

    .DashboardAllocation .row > div {
        padding: 7px;
    }

        .DashboardAllocation .row > div .item {
            margin-bottom: 10px;
            color: #1582c7;
            font-size: 1.1em;
        }

            .DashboardAllocation .row > div .item:last-child {
                margin-bottom: 0px;
            }

            .DashboardAllocation .row > div .item .title {
                font-weight: bold;
            }

                .DashboardAllocation .row > div .item .title:after {
                    content: ":";
                    padding-left: 10px;
                    padding-right: 3px;
                }

            .DashboardAllocation .row > div .item .value {
                color: #810a0a;
            }

dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: middle;
    outline: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4 {
    font-family: 'IRANRounded-web', Tahoma;
}

body {
    direction: rtl;
    font-family: 'IRANSansFA' !important;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.font11 {
    font-size: 11px;
}

.floatNone {
    float: none;
}

.clearBoth {
    clear: both;
}

.mr5 {
    margin-right: 5px;
}

.mt34 {
    margin-top: 34px;
}

.padding-30 {
    padding: 45px 0;
}

.signup-btn {
    color: rgb(0, 127, 208);
}

    .signup-btn:hover, .signup-btn:focus {
        color: #008D4C;
    }

.logo-karma-small {
    width: 40px;
    margin-top: -1px;
}

.text-red {
    color: #EF3B3A;
}

.mt30 {
    margin-top: 30px;
}

.box-login {
    box-shadow: 0 2px 5px rgba(0,0,0,0.24), 0 -2px 5px rgba(0,0,0,0.24);
    border-radius: 3px;
    padding: 40px 15px;
    background-color: #fff;
    margin-bottom: 20px;
}

.nav-tabs-custom .nav > li > a {
    padding: 20px 20px;
}

.loginModal .modal-dialog {
    width: 385px;
}

.logo-karma {
    width: 180px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.logo-karma2 {
    width: 150px;
}

.loginContainer {
    box-shadow: 0 2px 5px rgba(0,0,0,0.24);
    border-radius: 3px;
    padding: 0 20px 20px;
    background-color: #fff;
    width: 385px;
    border-top: 5px solid rgb(0, 127, 208);
}

.loginContainer2 {
    width: 100%;
    padding: 30px;
    min-height: 352px;
}

.border-top {
    border-top: 5px solid rgb(0, 127, 208);
}

.elanat {
    height: 488px;
    overflow-y: auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.24);
    border-radius: 3px;
    border-top: 5px solid rgb(0, 127, 208);
}

    .elanat .title {
        font-size: 24px;
        border-bottom: 2px solid #ccc;
        padding-bottom: 20px;
    }

    .elanat .body {
        padding: 10px 0;
    }

.loginContainer h1 {
    font-size: 18px;
    margin-bottom: 20px;
}

.loginContainer2 h1 {
    margin-bottom: 34px;
}

.loginContainer .sectionPassword, .loginModalContainer .sectionPassword {
    margin-top: 24px;
    margin-bottom: 24px;
    overflow: hidden;
}

.loginContainer .btn-send, .loginModalContainer .btn-send {
    background-color: rgb(0, 127, 208);
    padding: 12px 20px;
    margin-top: 10px;
    border: 2px solid transparent;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    width: 100%;
    font-size: 16px;
    color: #fff;
}

    .loginContainer .btn-send:hover, .loginContainer .btn-send:focus,
    .loginModalContainer .btn-send:hover, .loginModalContainer .btn-send:focus {
        background-color: #008D4C;
    }

.loginContainer .form-group, .loginModalContainer .form-group {
    position: relative;
}

.form-control {
    border-radius: 0px;
    padding: 2px 5px;
}

    .form-control:focus {
        box-shadow: none;
        border-color: #A1A1A1;
        color: #A1A1A1;
    }

    .form-control.EnInput {
        direction: ltr;
        font-family: Tahoma;
        padding: 15px;
    }

.loginContainer .form-group.capcheDiv {
    text-align: center;
}

    .loginContainer .form-group.capcheDiv input {
        margin-top: 5px;
        padding: 5px;
        height: 34px;
        direction: ltr;
    }

.loginContainer .form-group.email-group:before, .loginModalContainer .form-group.email-group:before {
    content: "\f2c0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #A1A1A1;
    font-size: 17px;
    padding-right: 0.5em;
    position: absolute;
    top: 4px;
    left: 13px;
}

.loginContainer .form-group.pass-group:before, .loginModalContainer .form-group.pass-group:before {
    content: "\f023";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #A1A1A1;
    font-size: 17px;
    padding-right: 0.5em;
    position: absolute;
    top: 4px;
    left: 13px;
}

.section-login {
    float: right;
    width: 50%;
}

    .section-login input[type=checkbox] {
        margin: 0px;
        margin-left: 5px;
    }

.mt10 {
    margin-top: 10px;
}

.section-login a, .return-page {
    color: rgb(0, 127, 208);
}

    .return-page:hover, .return-page:focus {
        color: #008D4C;
    }

    .section-login a:hover, .section-login a:focus {
        border-bottom: 1px solid rgb(0, 127, 208);
    }

.section-login span {
    vertical-align: top;
}

.jco-footer {
    color: #2b2b2b;
    margin-top: 70px;
}

    .jco-footer:hover, .jco-footer:focus {
        color: #2D3E52;
    }

.jco-footer2 {
    margin-bottom: 20px;
    margin-top: 10px;
}

.nav-tabs-custom .tab-content {
    height: 461px;
    overflow-y: hidden;
    padding: 15px;
}

    .nav-tabs-custom .tab-content:hover {
        overflow-y: auto;
    }
/* NAV TABS */
.nav-tabs-custom {
    margin-bottom: 20px;
    box-shadow: 0 1px -1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

    .nav-tabs-custom > .nav-tabs {
        margin: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .nav-tabs-custom > .nav-tabs > li {
            border-top: 3px solid transparent;
            margin-bottom: -2px;
            margin-left: 5px;
            background-color: rgb(0, 127, 208);
        }

            .nav-tabs-custom > .nav-tabs > li.disabled > a {
                color: #777;
            }

            .nav-tabs-custom > .nav-tabs > li > a {
                color: #fff;
                border-radius: 0;
            }

                .nav-tabs-custom > .nav-tabs > li > a.text-muted {
                    color: #999;
                }

                .nav-tabs-custom > .nav-tabs > li > a,
                .nav-tabs-custom > .nav-tabs > li > a:hover {
                    background: transparent;
                    margin: 0;
                }

                    .nav-tabs-custom > .nav-tabs > li > a:hover {
                        color: #f5f3f3;
                    }

            .nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
            .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
            .nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
                border-color: transparent;
            }

            .nav-tabs-custom > .nav-tabs > li.active {
                border-top-color: #3c8dbc;
            }

                .nav-tabs-custom > .nav-tabs > li.active > a,
                .nav-tabs-custom > .nav-tabs > li.active:hover > a {
                    background-color: #fff;
                    color: #444;
                }

                .nav-tabs-custom > .nav-tabs > li.active > a {
                    border-top-color: transparent;
                }

            .nav-tabs-custom > .nav-tabs > li:first-of-type {
                margin-right: 0;
            }

                .nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
                    border-right-color: transparent;
                }

        .nav-tabs-custom > .nav-tabs.pull-left {
            float: none !important;
        }

            .nav-tabs-custom > .nav-tabs.pull-left > li {
                float: left;
            }

                .nav-tabs-custom > .nav-tabs.pull-left > li:first-of-type {
                    margin-left: 0;
                }

                    .nav-tabs-custom > .nav-tabs.pull-left > li:first-of-type > a {
                        border-right-width: 1px;
                    }

                    .nav-tabs-custom > .nav-tabs.pull-left > li:first-of-type.active > a {
                        border-right-color: #e4e4e4;
                        border-left-color: transparent;
                    }

        .nav-tabs-custom > .nav-tabs > li.header {
            line-height: 35px;
            padding: 0 10px;
            font-size: 20px;
            color: #444;
        }

            .nav-tabs-custom > .nav-tabs > li.header > .fa,
            .nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
            .nav-tabs-custom > .nav-tabs > li.header > .ion {
                margin-left: 5px;
            }

    .nav-tabs-custom > .tab-content {
        background: #fff;
        padding: 10px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border: 1px solid rgb(0, 127, 208);
    }

    .nav-tabs-custom .dropdown.open > a:active,
    .nav-tabs-custom .dropdown.open > a:focus {
        background: transparent;
        color: #999;
    }


    .nav-tabs-custom > .nav-tabs > li.active {
        border-top-color: rgb(0, 127, 208);
        border-right: 1px solid rgb(0, 127, 208);
        border-left: 1px solid rgb(0, 127, 208);
    }

.btn-yellow {
    color: #fff;
    background-color: #f07e00;
    border-color: #e57b06;
}

    .btn-yellow:hover {
        color: #fff;
        background-color: #fa8b10;
    }

.loginContainer .btn-yellow {
    width: 100%;
}

.btn-blue {
    color: #fff;
    background-color: rgb(0, 127, 208);
    border-color: rgb(0, 127, 208);
}

    .btn-blue:hover {
        color: #fff;
        background-color: #0571b5;
    }

.loginContainer .btn-blue {
    width: 100%;
}

.loginContainer .ProfileDive {
    display: block;
    overflow: hidden;
    height: 211px;
}

    .loginContainer .ProfileDive .bottoms {
        display: block;
    }

        .loginContainer .ProfileDive .bottoms > div {
            display: inline;
            float: right;
            padding-left: 5px;
            width: 50%;
            position: relative;
        }

            .loginContainer .ProfileDive .bottoms > div:last-of-type {
                padding-left: 0px;
            }
/*******rememberpass********/
.title-label {
    font-size: 11px;
    margin-bottom: 6px;
}

.sendCode {
    background: none;
    border: none;
    color: rgb(0, 127, 208);
}

    .sendCode:hover, .sendCode:focus {
        color: #008D4C;
        text-decoration: underline;
    }

.title-code {
    margin-top: 15px;
    font-size: 14px;
}

.verifyImage {
    margin: 30px auto 10px;
}

.form-horizontal .control-label {
    text-align: right;
    font-weight: normal;
    padding-bottom: 3px;
}

.PersonalImage {
    width: 40px;
}

.IconImage {
    width: 25px;
    border-radius: 50%;
    border: 1px solid #eee;
    background-color: #eee;
}

.IconFontAweSome {
    margin: 0px;
    margin-right: 6px;
    font-size: 1.4em;
}

.modal-body {
    padding: 15px 25px;
}

    .modal-body .modal-footer {
        margin-left: -15px;
        margin-right: -15px;
    }

        .modal-body .modal-footer .col-md-9 {
            padding-right: 5px;
        }

.select2-container .select2-selection--single {
    height: 34px;
    width: 100% !important;
    border-radius: 0px;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-results > .select2-results__options {
    padding: 0px 5px 5px 5px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #dfe7e9;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

.DisableItems {
    pointer-events: none;
    position: relative;
    background-color: initial;
    border-radius: 5px;
    min-height: 100px;
}

    .DisableItems::after {
        content: url('../images/loading.gif');
        color: #2b71e0;
        width: 100%;
        top: calc(50% - 23px);
        right: 0;
        text-align: center;
        position: absolute;
    }

    .DisableItems * {
        pointer-events: none;
        opacity: 0;
    }

.DisableItemsSelect {
    pointer-events: none;
    opacity: 0.3;
}

.DisableButton {
    pointer-events: none;
    opacity: 0.3;
}

.sweet-alert h2 {
    font-size: 20px;
}

.sweet-alert .lead {
    font-size: 15px;
}

    .sweet-alert .lead .fa {
        font-size: 0.8em;
    }

.buttonRows {
    text-align: right;
}

    /*.buttonRows .btn {
        width: 84px;
        margin: 3px;
        display:block;
        float:right;
    }

        .buttonRows .btn:nth-child(2n+1) {
            clear: both;
        }*/

    .buttonRows .btn-red .fa {
        margin-left: 0px;
    }

    .buttonRows .notTitle .fa {
        margin-left: 0;
    }

    .buttonRows .badge {
        margin-right: 5px;
    }

.ValidateInputFromSrerver {
    display: none;
    color: #cf5555;
    font: 100 0.8em IRANSANSL;
    padding: 5px;
}

.bhead {
    border: 0px;
    clear: both;
    border-bottom: 2px solid rgb(0, 127, 208);
    display: block;
    width: 100%;
    height: 15px;
    line-height: 10px;
    margin-top: 0px;
    margin-bottom: 30px;
}

    .bhead .h1 {
        color: rgb(0, 127, 208);
        font-weight: normal;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 16px;
        float: right;
    }

        .bhead .h1 span {
            color: rgb(0, 127, 208);
            padding-left: 15px;
            background-color: #fff;
            font-family: IRANSans;
            font-size: 16px;
            font-weight: 600;
        }

.modal-dialog.minmodal {
    margin: 75px auto;
}

.popover {
    font-family: IRANSans;
}

.input-group-addon {
    border-left: 1px solid #ccc !important;
    background-color: #fff;
    padding: 6px;
}

    .input-group-addon .fa {
        margin-left: 0px;
    }

#HeadeTd .HeaderBtn {
    display: inline-block;
    margin-left: 5px;
    height: 34px;
}

#PersianCalenderTable td {
    text-align: center;
}
/*****news***/
.hazfPanel .panel-heading {
    padding: 0;
}

.hazfPanel .panel, .hazfPanel .panel-heading {
    border: none;
}

.hazfPanel .panel-body ul {
    min-height: 390px;
}

.hazfPanel .panel-footer {
    background: #fff;
    border: none;
    margin: 0;
}

.article-section {
    overflow: hidden;
    padding: 10px;
}

.article-container .article-section:last-child {
    border-bottom: none;
}

.article-section:hover {
    background-color: #F8F9F9;
}

.article-pic {
    width: 120px;
    max-width: 100%;
    float: right;
}

    .article-pic a {
        display: block;
        padding: 3px;
        border: 1px solid #eee;
    }

        .article-pic a img {
            width: 100%;
            transition: 0.5s;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            -ms-transition: 0.5s;
            -o-transition: 0.5s;
        }

        .article-pic a:hover img {
            opacity: 0.8;
            filter: alpha(opacity=80);
            -moz-opacity: 0.8;
            -ms-opacity: 0.8;
            -webkit-opacity: 0.8;
        }

.article-info {
    padding-right: 130px;
}

    .article-info h3 {
        margin-top: 0;
    }

        .article-info h3 a {
            font-size: 14px;
            margin-bottom: 10px;
            display: block;
            color: rgb(0, 127, 208);
            transition: 0.5s;
            text-align: justify;
        }

            .article-info h3 a:hover, .article-info h3 a:focus {
                color: rgb(0, 127, 208);
            }

.date-sec {
    color: #40454d;
    font-size: 11px;
}

.preTitle {
    display: block;
    font-size: 11px;
    color: #8d8f91;
    margin-bottom: 7px;
}

.article-info p {
    color: #2b2b2b;
    font-size: 12px;
    margin: 0 0 1px;
    text-align: justify;
}

/*******rememberpass********/
.title-label {
    font-size: 11px;
    margin-bottom: 6px;
}

.sendCode {
    background: none;
    border: none;
    color: #00A65A;
}

    .sendCode:hover, .sendCode:focus {
        color: #008D4C;
        text-decoration: underline;
    }

.title-code {
    margin-top: 15px;
    font-size: 14px;
}

.verifyImage {
    margin: 30px auto 10px;
}

.img-profile {
    width: 71px;
    border-radius: 50%;
}

.ml5 {
    margin-left: 5px;
}

.profile-name {
    margin: 20px auto;
    color: rgb(0, 127, 208);
}

.ControllerDiv {
    margin: 0px;
    margin-top: 15px;
    font-weight: normal;
}

    .ControllerDiv .col-md-12 {
        padding: 5px 15px;
        border: 1px solid #c1c1c1;
        background-color: #eee;
        display: flex;
        align-items: center;
    }

    .ControllerDiv:first-child {
        margin-top: 0px;
    }

    .ControllerDiv .Clable {
        color: #970606;
        cursor: pointer;
    }

        .ControllerDiv .Clable .fa {
            margin-right: 5px;
        }

.ActionDiv {
    margin: 0px;
    border: 1px solid #c1c1c1;
    border-top: none;
    padding: 15px 0px;
    background-color: #fff;
}

    .ActionDiv span {
        font-weight: normal;
        font-size: 0.9em;
    }

    .ActionDiv label {
        display: flex;
        align-items: center;
    }

        .ActionDiv label input[type="radio"], input[type="checkbox"] {
            margin-top: 0px;
            margin-left: 5px;
        }

.DashboardH2 {
    text-align: center;
    margin: 150px 0px;
}

.popover {
    right: initial;
}

.buildingPartDiv {
    padding: 20px 10px;
    margin-top: 15px;
    background-color: #fbfbfb;
    border: 1px solid rgb(208, 208, 208);
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border-radius: 5px;
    min-height: 455px;
    position: relative;
}

    .buildingPartDiv > div {
        display: inline;
        float: right;
    }

    .buildingPartDiv .BuildingListDiv {
        width: 15%;
        background-color: #fff;
        border: 1px solid #ddd;
        position: relative;
    }

    .buildingPartDiv .OverLayDiv {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(100, 132, 159, 0.65);
        z-index: 10;
    }

        .buildingPartDiv .OverLayDiv .fa-close {
            position: relative;
            top: 50%;
            right: 50%;
            background-color: rgb(248, 248, 248);
            z-index: 2002;
            padding: 5px 10px;
            border-radius: 50%;
            cursor: pointer;
            margin-left: 0px;
            color: #9aafc1;
        }

            .buildingPartDiv .OverLayDiv .fa-close:hover {
                background-color: rgb(211, 223, 235);
                color: #fff;
            }

        .buildingPartDiv .OverLayDiv.ActiveOverlay {
            display: block;
        }

    .buildingPartDiv .BuildingListDiv.BuildingEditorListDiv {
        width: 18%;
    }


    .buildingPartDiv .BuildingListDiv .titleBuilding {
        padding: 3px 15px;
        font-family: 'IRANRounded-web', Tahoma;
        position: absolute;
        right: 10px;
        top: -15px;
        border-radius: 2px;
        border: 1px solid #ddd;
        background-color: #fff;
    }

    .buildingPartDiv .BuildingListDiv .searchBuilding {
        padding: 5px;
    }

        .buildingPartDiv .BuildingListDiv .searchBuilding #BuildNumber {
            width: 100%;
            margin-top: 10px;
            padding: 3px;
            border: 1px solid #ddd;
        }

    .buildingPartDiv .BuildingListDiv > ul {
        overflow-y: auto;
        position: absolute;
        top: 35px;
        right: 0;
        padding: 0px;
        margin-top: 10px;
        width: 100%;
        height: calc(100% - 45px);
    }

    .buildingPartDiv .BuildingListDiv.BuildingEditorListDiv .buttonDiv {
        position: absolute;
        display: block;
        overflow: hidden;
        bottom: 5px;
        right: 0px;
        width: 100%;
        padding-top: 5px;
        border-top: 1px solid #ddd;
    }

        .buildingPartDiv .BuildingListDiv.BuildingEditorListDiv .buttonDiv > div {
            display: inline;
            float: right;
            width: 50%;
            padding: 0px 2px;
        }

            .buildingPartDiv .BuildingListDiv.BuildingEditorListDiv .buttonDiv > div a {
                width: 100%;
            }


        .buildingPartDiv .BuildingListDiv.BuildingEditorListDiv .buttonDiv .BatchBuildingTransferDiv {
            margin-top: 5px;
            width: 100%;
        }

    /*.buildingPartDiv .BuildingListDiv.BuildingEditorListDiv .buttonDiv > div {
            display: inline;
            float: right;
            width: 50%;
            padding: 0px 2px;
        }

            .buildingPartDiv .BuildingListDiv.BuildingEditorListDiv .buttonDiv > div a {
                width: 100%;
            }*/
    .buildingPartDiv .BuildingListDiv.BuildingEditorListDiv > ul {
        height: calc(100% - 125px);
    }

    .buildingPartDiv .BuildingListDiv > ul::-webkit-scrollbar {
        width: 5px;
    }

    .buildingPartDiv .BuildingListDiv > ul::-webkit-scrollbar-track {
        background: #ddd;
    }

    .buildingPartDiv .BuildingListDiv > ul::-webkit-scrollbar-thumb {
        background: #bbb;
    }

    .buildingPartDiv .BuildingListDiv > ul li {
        cursor: pointer;
        padding: 5px 0px;
        padding-right: 5px;
        direction: ltr;
    }


        .buildingPartDiv .BuildingListDiv > ul li:hover {
            background-color: #e7f1f6;
            padding-right: 10px;
            font-weight: bold;
        }

        .buildingPartDiv .BuildingListDiv > ul li.active {
            background-color: #cadee9;
            padding-right: 10px;
            font-weight: bold;
        }

    .buildingPartDiv .BuildingInfoDiv {
        width: 85%;
        padding-right: 10px;
        font-size: 14px;
    }

        .buildingPartDiv .BuildingInfoDiv.BuildingEditInfoDiv {
            width: 82%;
            position: relative;
        }

            .buildingPartDiv .BuildingInfoDiv.BuildingEditInfoDiv .OverLayBuildInfoDiv {
                display: none;
                position: absolute;
                top: 0;
                right: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(112, 141, 182, 0.65);
                z-index: 2000;
            }

                .buildingPartDiv .BuildingInfoDiv.BuildingEditInfoDiv .OverLayBuildInfoDiv .messageBox {
                    position: relative;
                    top: calc(50% - 71px);
                    right: calc(50% - 150px);
                    background-color: #fff;
                    z-index: 2002;
                    padding: 10px;
                    border-radius: 5px;
                    color: #7c7c7c;
                    width: 300px;
                    height: 142px;
                }

                    .buildingPartDiv .BuildingInfoDiv.BuildingEditInfoDiv .OverLayBuildInfoDiv .messageBox p {
                        text-align: justify;
                    }

                .buildingPartDiv .BuildingInfoDiv.BuildingEditInfoDiv .OverLayBuildInfoDiv.ActiveOverlay {
                    display: block;
                }

        .buildingPartDiv .BuildingInfoDiv .RangeBuildingDiv {
            background-color: #fff;
            border: 1px solid #ddd;
            margin-bottom: 10px;
            padding: 15px 10px;
            position: relative;
        }

            .buildingPartDiv .BuildingInfoDiv .RangeBuildingDiv .Title {
                position: absolute;
                top: -15px;
                padding: 1px 15px;
                background-color: #eee;
                border: 1px solid #ddd;
            }

            .buildingPartDiv .BuildingInfoDiv .RangeBuildingDiv > div {
                margin-bottom: 10px;
            }

                .buildingPartDiv .BuildingInfoDiv .RangeBuildingDiv > div:last-of-type {
                    margin-bottom: 0px;
                }

        .buildingPartDiv .BuildingInfoDiv .PostCodesDiv {
            background-color: #fff;
            border: 1px solid #ddd;
            margin-bottom: 10px;
            margin-top: 20px;
            padding: 10px;
        }

            .buildingPartDiv .BuildingInfoDiv .PostCodesDiv > div {
                margin-bottom: 10px;
            }

                .buildingPartDiv .BuildingInfoDiv .PostCodesDiv > div:last-of-type {
                    margin-bottom: 0px;
                }

            .buildingPartDiv .BuildingInfoDiv .PostCodesDiv .jumbotron {
                background-color: #fff;
                min-height: 250px;
            }

                .buildingPartDiv .BuildingInfoDiv .PostCodesDiv .jumbotron h1 {
                    font-size: 25px;
                    color: #d40606;
                }

                .buildingPartDiv .BuildingInfoDiv .PostCodesDiv .jumbotron p {
                    font-size: 16px;
                    color: #e60c0c;
                }

        .buildingPartDiv .BuildingInfoDiv .title {
            font-weight: bold;
        }

            .buildingPartDiv .BuildingInfoDiv .title:after {
                content: ":";
                padding-left: 10px;
                padding-right: 3px;
            }

        .buildingPartDiv .BuildingInfoDiv .InosSelect .select2 {
            width: 160px !important;
        }

        .buildingPartDiv .BuildingInfoDiv .PostCodesTables table {
            margin-bottom: 0px;
        }

        .buildingPartDiv .BuildingInfoDiv .PostCodesTables .table {
            box-shadow: initial;
        }

            .buildingPartDiv .BuildingInfoDiv .PostCodesTables .table > thead > tr > th {
                background-color: rgb(240, 125, 0);
            }

            .buildingPartDiv .BuildingInfoDiv .PostCodesTables .table > tbody > tr {
                cursor: pointer;
            }

                .buildingPartDiv .BuildingInfoDiv .PostCodesTables .table > tbody > tr:hover {
                    background-color: #fcf3d1;
                }

                .buildingPartDiv .BuildingInfoDiv .PostCodesTables .table > tbody > tr.selected {
                    background-color: #f5e6af;
                }

        .buildingPartDiv .BuildingInfoDiv .CreateBuilding {
            background-color: #fff;
            border: 1px solid #ddd;
            padding: 10px;
            position: relative;
            margin-top: 20px;
        }

            .buildingPartDiv .BuildingInfoDiv .CreateBuilding .Title {
                position: absolute;
                top: -12px;
                padding: 1px 15px;
                background-color: #eee;
                border: 1px solid #ddd;
            }

            .buildingPartDiv .BuildingInfoDiv .CreateBuilding .AllertMessage {
                margin-top: 20px;
            }

            .buildingPartDiv .BuildingInfoDiv .CreateBuilding #A8 {
                text-align: left;
                direction: ltr;
            }

        .buildingPartDiv .BuildingInfoDiv .CreateEditPostCodeDiv {
            position: relative;
            padding-top: 10px;
        }

            .buildingPartDiv .BuildingInfoDiv .CreateEditPostCodeDiv label {
                padding-top: 0px;
                position: relative;
            }

            .buildingPartDiv .BuildingInfoDiv .CreateEditPostCodeDiv .Title {
                position: absolute;
                top: -23px;
                padding: 1px 15px;
                background-color: #eee;
                border: 1px solid #ddd;
            }

            .buildingPartDiv .BuildingInfoDiv .CreateEditPostCodeDiv .AllertMessage {
                margin-bottom: 20px;
            }

        .buildingPartDiv .BuildingInfoDiv.BuildingEditInfoDiv .PostCodesDiv {
            position: relative;
        }

            .buildingPartDiv .BuildingInfoDiv.BuildingEditInfoDiv .PostCodesDiv .OverLayPostCodeDiv {
                display: none;
                position: absolute;
                top: 0;
                right: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(112, 141, 182, 0.65);
                z-index: 2000;
            }

                .buildingPartDiv .BuildingInfoDiv.BuildingEditInfoDiv .PostCodesDiv .OverLayPostCodeDiv .messageBox {
                    position: relative;
                    top: calc(50% - 46px);
                    right: calc(50% - 150px);
                    background-color: #fff;
                    z-index: 2002;
                    padding: 10px;
                    border-radius: 5px;
                    color: #7c7c7c;
                    width: 300px;
                    height: 92px;
                }

                    .buildingPartDiv .BuildingInfoDiv.BuildingEditInfoDiv .PostCodesDiv .OverLayPostCodeDiv .messageBox p {
                        text-align: justify;
                    }

        .buildingPartDiv .BuildingInfoDiv.BuildingEditInfoDiv .OverLayPostCodeDiv.ActiveOverlay {
            display: block;
        }

    .buildingPartDiv .NotSelectedPart {
        width: 100%;
        padding: 50px;
        text-align: center;
        font-weight: bold;
        font-size: 2em;
        color: #d41f1f;
    }

.A {
    color: #29e28d;
}

.E {
    color: #2987e2;
}

.D {
    color: #ff4936;
}

.T {
    color: #ffca36;
}

.tab-pane {
    position: relative;
}

    .tab-pane .OverLayDiv {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: #fff;
    }

.blog-post {
    position: relative;
}

    .blog-post .CloseOvellay {
        position: absolute;
        left: 0px;
        top: 0px;
        cursor: pointer;
        background-color: #fff;
    }

    .blog-post h1 {
        font-size: 14px;
        margin: 15px 0px;
        line-height: normal;
    }

    .blog-post .summery {
        padding: 10px;
        margin-bottom: 10px;
        background-color: #e6e6e6;
        border: 1px solid #d9d9d9;
        margin-top: 10px;
    }

        .blog-post .summery p {
            margin: 0;
        }

    .blog-post .img-major {
        width: 150px;
        margin-right: 21px;
        float: left;
        max-width: 100%;
        overflow: hidden;
        position: relative;
        display: inline-block;
        height: 150px;
        margin-bottom: 10px;
    }

.img-major img {
    width: 100%;
    height: 100%;
}

.post-details {
    overflow: hidden;
}

.colorGray {
    color: #888;
}

.ml5 {
    margin: 0px 5px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: normal;
}


.CompleteInfoBuildingDiv {
    margin: 15px 0px;
}

    .CompleteInfoBuildingDiv .TitleA1 {
        font-weight: bold;
        font-size: 1.1em;
        margin-bottom: 5px;
    }


    .CompleteInfoBuildingDiv .CompleteInfoTab .tab-content {
        min-height: 300px;
        padding: 0px 10px;
        border: 1px solid rgb(0, 127, 208);
    }

        .CompleteInfoBuildingDiv .CompleteInfoTab .tab-content .SearchForm {
            padding: 0 15px;
        }

        .CompleteInfoBuildingDiv .CompleteInfoTab .tab-content .table {
            box-shadow: none;
        }

    .CompleteInfoBuildingDiv .CompleteInfoTab .nav-tabs {
        padding-top: 3px;
        background-color: none;
        position: relative;
    }

        .CompleteInfoBuildingDiv .CompleteInfoTab .nav-tabs li {
            padding: 5px;
            padding-bottom: 0px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            margin-left: 5px;
            background: #eee;
        }

            .CompleteInfoBuildingDiv .CompleteInfoTab .nav-tabs li.close {
                position: absolute;
                left: 0;
                margin-left: 0;
            }

                .CompleteInfoBuildingDiv .CompleteInfoTab .nav-tabs li.close .fa {
                    margin-left: 0;
                }

            .CompleteInfoBuildingDiv .CompleteInfoTab .nav-tabs li a {
                margin: 0px;
            }

.assessmentDiv {
    border: 2px solid #999;
    border-radius: 5px;
}

    .assessmentDiv .EmployeeInfo {
        display: block;
        overflow: hidden;
    }

        .assessmentDiv .EmployeeInfo div {
            display: flex;
        }

            .assessmentDiv .EmployeeInfo div .item {
                display: block;
                float: right;
                width: 25%;
                border-left: 1px solid #A1A1A1;
                border-bottom: 1px solid #A1A1A1;
                padding: 10px;
            }

                .assessmentDiv .EmployeeInfo div .item:nth-child(4) {
                    border-left: none;
                }

                .assessmentDiv .EmployeeInfo div .item .name {
                    font-weight: bold;
                    margin-left: 5px;
                }

    .assessmentDiv .largTitle {
        font-weight: bold;
        padding: 10px;
        font-size: 1.2em;
        border-bottom: 1px solid #A1A1A1;
    }

    .assessmentDiv .MediumTitle {
        padding: 10px;
        border-bottom: 1px solid #A1A1A1;
    }

    .assessmentDiv .specificAgent {
        display: block;
        overflow: hidden;
    }


        .assessmentDiv .specificAgent .headerDiv > div {
            border-bottom: 1px solid #A1A1A1;
        }

        .assessmentDiv .specificAgent .headerDiv div div {
            padding: 10px;
            border-left: 1px solid #A1A1A1;
        }

        .assessmentDiv .specificAgent .headerDiv {
            display: flex;
            background: #efefef;
        }

            .assessmentDiv .specificAgent .headerDiv .headerTile {
                display: flex;
                float: right;
                width: 50%;
            }

                .assessmentDiv .specificAgent .headerDiv .headerTile div:nth-of-type(1) {
                    display: block;
                    float: right;
                    width: 75%;
                    text-align: center;
                    font-weight: bold;
                }

                .assessmentDiv .specificAgent .headerDiv .headerTile div:nth-of-type(2) {
                    display: block;
                    float: right;
                    width: 25%;
                    font-size: 0.8em;
                }

                .assessmentDiv .specificAgent .headerDiv .headerTile:last-child div:nth-of-type(2) {
                    border-left: none;
                }

        .assessmentDiv .specificAgent .sectionItems .rowagent {
            display: flex;
        }

        .assessmentDiv .specificAgent .sectionItems .agentItem {
            border-bottom: 1px solid #A1A1A1;
        }

            .assessmentDiv .specificAgent .sectionItems .agentItem div {
                padding: 10px;
                border-left: 1px solid #A1A1A1;
                display: flex;
                align-items: center;
            }

            .assessmentDiv .specificAgent .sectionItems .agentItem:nth-child(2n+2) div:last-child {
                border-left: none;
            }

        .assessmentDiv .specificAgent .sectionItems .agentItem {
            display: flex;
            float: right;
            width: 50%;
        }


            .assessmentDiv .specificAgent .sectionItems .agentItem div:first-child {
                width: 40px;
            }

            .assessmentDiv .specificAgent .sectionItems .agentItem div:nth-child(2) {
                width: calc(75% - 40px);
                background: #fafae7;
            }

            .assessmentDiv .specificAgent .sectionItems .agentItem div:nth-child(3) {
                width: 25%;
                background: #fafae7;
            }

            .assessmentDiv .specificAgent .sectionItems .agentItem:nth-child(2n) div:nth-child(3) {
                border-left: none;
            }

            .assessmentDiv .specificAgent .sectionItems .agentItem div input.ExpectedResultSpecificAgent {
                width: 100%;
                padding: 10px;
                text-align: center;
                -webkit-box-shadow: none;
                box-shadow: none;
                border: 1px solid #eee;
            }

                .assessmentDiv .specificAgent .sectionItems .agentItem div input.ExpectedResultSpecificAgent:focus {
                    border: 1px solid rgb(208, 208, 208);
                }

            .assessmentDiv .specificAgent .sectionItems .agentItem div.has-error input.ExpectedResultSpecificAgent {
                border: 1px solid #ca4949;
            }

            .assessmentDiv .specificAgent .sectionItems .agentItem div.has-success input.ExpectedResultSpecificAgent {
                border: 1px solid #1dca7a;
            }


            .assessmentDiv .specificAgent .sectionItems .agentItem div textarea.titleSpecificAgent {
                width: 100%;
                overflow: hidden;
                padding: 3px;
                -webkit-box-shadow: none;
                box-shadow: none;
                border: 1px solid #fff;
            }

                .assessmentDiv .specificAgent .sectionItems .agentItem div textarea.titleSpecificAgent:focus {
                    border: 1px solid rgb(208, 208, 208);
                }

            .assessmentDiv .specificAgent .sectionItems .agentItem div.has-error textarea.titleSpecificAgent {
                border: 1px solid #ca4949;
            }

            .assessmentDiv .specificAgent .sectionItems .agentItem div.has-success textarea.titleSpecificAgent {
                border: 1px solid #1dca7a;
            }

    .assessmentDiv .specificAgentBtn {
        padding: 15px;
        border-bottom: 1px solid #A1A1A1;
    }

        .assessmentDiv .specificAgentBtn .FinallConfirmBtn {
            float: left;
        }

    .assessmentDiv .SignaturesDiv {
        padding: 15px;
        display: flex;
        border-bottom: 1px solid #A1A1A1;
    }

        .assessmentDiv .SignaturesDiv div {
            display: flex;
            align-items: center;
            float: right;
            width: 50%;
            text-align: center;
        }

            .assessmentDiv .SignaturesDiv div span {
                margin-left: 10px;
            }

            .assessmentDiv .SignaturesDiv div .value {
                color: #A1A1A1;
            }

    .assessmentDiv .specificAgentAgreement .headerDiv {
        display: flex;
        border-bottom: 1px solid #A1A1A1;
        background: #efefef;
    }

        .assessmentDiv .specificAgentAgreement .headerDiv .headerTile {
            display: block;
            float: right;
            text-align: center;
        }

            .assessmentDiv .specificAgentAgreement .headerDiv .headerTile:nth-child(1) {
                width: 35%;
                padding: 20px 10px;
                border-left: 1px solid #A1A1A1;
            }

            .assessmentDiv .specificAgentAgreement .headerDiv .headerTile:nth-child(2) {
                width: 35%;
                padding: 20px 10px;
                border-left: 1px solid #A1A1A1;
            }

            .assessmentDiv .specificAgentAgreement .headerDiv .headerTile:nth-child(3) {
                width: 30%;
                text-align: center;
            }

                .assessmentDiv .specificAgentAgreement .headerDiv .headerTile:nth-child(3) .top {
                    border-bottom: 1px solid #A1A1A1;
                    display: flex;
                }

                    .assessmentDiv .specificAgentAgreement .headerDiv .headerTile:nth-child(3) .top div {
                        display: block;
                        float: right;
                        width: 50%;
                        padding: 10px 5px;
                        border-left: 1px solid #A1A1A1;
                    }

                        .assessmentDiv .specificAgentAgreement .headerDiv .headerTile:nth-child(3) .top div:last-child {
                            border-left: none;
                        }

                .assessmentDiv .specificAgentAgreement .headerDiv .headerTile:nth-child(3) .bottom {
                    display: flex;
                }

                    .assessmentDiv .specificAgentAgreement .headerDiv .headerTile:nth-child(3) .bottom div {
                        display: block;
                        float: right;
                        width: 25%;
                        padding: 10px 3px;
                        border-left: 1px solid #A1A1A1;
                    }

                        .assessmentDiv .specificAgentAgreement .headerDiv .headerTile:nth-child(3) .bottom div:last-child {
                            border-left: none;
                        }

    .assessmentDiv .specificAgentAgreement .sectionItems .rowagent {
        display: flex;
        border-bottom: 1px solid #A1A1A1;
    }

        .assessmentDiv .specificAgentAgreement .sectionItems .rowagent > div {
            padding: 10px;
            display: block;
            float: right;
            border-left: 1px solid #A1A1A1;
        }

            .assessmentDiv .specificAgentAgreement .sectionItems .rowagent > div.indexrow {
                width: 40px;
            }

            .assessmentDiv .specificAgentAgreement .sectionItems .rowagent > div.s-agent-title {
                width: calc(35% - 40px);
            }

            .assessmentDiv .specificAgentAgreement .sectionItems .rowagent > div.s-agent-result {
                width: 35%;
            }

            .assessmentDiv .specificAgentAgreement .sectionItems .rowagent > div.score {
                width: 7.5%;
                text-align: center;
            }

            .assessmentDiv .specificAgentAgreement .sectionItems .rowagent > div:nth-child(5) {
                background: #fafae7;
            }

            .assessmentDiv .specificAgentAgreement .sectionItems .rowagent > div:nth-child(7) {
                border-left: none;
            }

            .assessmentDiv .specificAgentAgreement .sectionItems .rowagent > div:nth-child(5) input.PercentRealizationAppraiser {
                width: 100%;
                padding: 5px;
                text-align: center;
                border: 1px solid #eee;
            }

            .assessmentDiv .specificAgentAgreement .sectionItems .rowagent > div.has-error:nth-child(5) input.PercentRealizationAppraiser {
                border: 1px solid #ca4949;
            }

            .assessmentDiv .specificAgentAgreement .sectionItems .rowagent > div.has-success:nth-child(5) input.PercentRealizationAppraiser {
                border: 1px solid #1dca7a;
            }

            .assessmentDiv .specificAgentAgreement .sectionItems .rowagent > div:nth-child(4) input.PercentRealizationEvaluable {
                width: 100%;
                padding: 5px;
                text-align: center;
                border: 1px solid #eee;
            }

            .assessmentDiv .specificAgentAgreement .sectionItems .rowagent > div.has-error:nth-child(4) input.PercentRealizationEvaluable {
                border: 1px solid #ca4949;
            }

            .assessmentDiv .specificAgentAgreement .sectionItems .rowagent > div.has-success:nth-child(4) input.PercentRealizationEvaluable {
                border: 1px solid #1dca7a;
            }

            .assessmentDiv .specificAgentAgreement .sectionItems .rowagent > div:last-child {
                border-left: none;
            }

    .assessmentDiv .specificAgentAgreement .footer {
        display: flex;
        border-bottom: 1px solid #A1A1A1;
    }

        .assessmentDiv .specificAgentAgreement .footer > div {
            padding: 10px;
            display: block;
            float: right;
            border-left: 1px solid #A1A1A1;
            width: 7.5%;
        }

            .assessmentDiv .specificAgentAgreement .footer > div:first-child {
                width: 85%;
            }

            .assessmentDiv .specificAgentAgreement .footer > div:last-child {
                border-left: none;
            }

    .assessmentDiv .specificAgentAgreement .ReasonsNotRealizingDiv {
        padding: 15px;
    }

        .assessmentDiv .specificAgentAgreement .ReasonsNotRealizingDiv .name {
            font-weight: bold;
        }

    .assessmentDiv .specificAgentAgreement .opnionEvaluatorDiv {
        padding: 15px;
        border-bottom: 1px solid #A1A1A1;
    }

        .assessmentDiv .specificAgentAgreement .opnionEvaluatorDiv .name {
            font-weight: bold;
        }

        .assessmentDiv .specificAgentAgreement .opnionEvaluatorDiv textarea {
            margin-top: 15px;
            width: 100%;
            background: #fafae7;
            border: 1px solid #eee;
            border-radius: 5px;
            padding: 15px;
        }

    .assessmentDiv .specificAgentAgreement .ReasonsNotRealizingDiv {
        padding: 15px;
    }

        .assessmentDiv .specificAgentAgreement .ReasonsNotRealizingDiv .name {
            font-weight: bold;
        }

        .assessmentDiv .specificAgentAgreement .ReasonsNotRealizingDiv textarea {
            margin-top: 15px;
            width: 100%;
            background: #fafae7;
            border: 1px solid #eee;
            border-radius: 5px;
            padding: 15px;
        }

    .assessmentDiv #PublicAgentDiv .PublicAgentCategory {
        font-weight: bold;
        font-size: 1.1em;
        border-bottom: 1px solid #A1A1A1;
        padding: 10px;
    }

    .assessmentDiv #PublicAgentDiv .headerPublicAgentCategoryDiv {
        display: flex;
        border-bottom: 1px solid #A1A1A1;
        background: #efefef;
    }

        .assessmentDiv #PublicAgentDiv .headerPublicAgentCategoryDiv > div {
            padding: 10px;
            display: block;
            float: right;
            border-left: 1px solid #A1A1A1;
            width: 10%;
            text-align: center;
        }

            .assessmentDiv #PublicAgentDiv .headerPublicAgentCategoryDiv > div:nth-child(1) {
                width: 25%;
                text-align: right;
            }

            .assessmentDiv #PublicAgentDiv .headerPublicAgentCategoryDiv > div:nth-child(2) {
                width: 45%;
                text-align: right;
            }

            .assessmentDiv #PublicAgentDiv .headerPublicAgentCategoryDiv > div:last-child {
                border-left: none;
            }

    .assessmentDiv #PublicAgentDiv .publicAgentItem {
        display: flex;
        border-bottom: 1px solid #A1A1A1;
    }

        .assessmentDiv #PublicAgentDiv .publicAgentItem > div {
            padding: 10px;
            display: block;
            float: right;
            border-left: 1px solid #A1A1A1;
            width: 10%;
            text-align: center;
        }

            .assessmentDiv #PublicAgentDiv .publicAgentItem > div:nth-child(1) {
                width: 25%;
                text-align: right;
            }

            .assessmentDiv #PublicAgentDiv .publicAgentItem > div:nth-child(2) {
                width: 45%;
                text-align: right;
            }

            .assessmentDiv #PublicAgentDiv .publicAgentItem > div:last-child {
                border-left: none;
            }

    .assessmentDiv #PublicAgentDiv .footer {
        display: flex;
        border-bottom: 1px solid #A1A1A1;
    }

        .assessmentDiv #PublicAgentDiv .footer > div {
            padding: 10px;
            display: block;
            float: right;
            border-left: 1px solid #A1A1A1;
            width: 10%;
            text-align: center;
        }

            .assessmentDiv #PublicAgentDiv .footer > div:nth-child(1) {
                width: 80%;
                text-align: right;
            }


            .assessmentDiv #PublicAgentDiv .footer > div:last-child {
                border-left: none;
            }

#EmployeeAssessmentDiv.assessmentDiv .specificAgent .sectionItems .agentItem div:nth-child(2) {
    background: none;
}

#EmployeeAssessmentDiv.assessmentDiv .specificAgent .sectionItems .agentItem div:nth-child(3) {
    background: none;
}

#EmployeeAssessmentDiv.assessmentDiv .specificAgentAgreement .sectionItems .rowagent > div:nth-child(5) {
    background: none;
}

#EmployeeAssessmentDiv.assessmentDiv .specificAgentAgreement .sectionItems .rowagent > div:nth-child(4) {
    background: #fafae7;
}
