#divDashboardCardsContainer {
    float: right;
}

.txtsupdatedateFloat {
    float: left;
}

.attachmentLink span {
    color: #ffffff !important;
    font-weight: normal;
}

.attachmentAdd {
    float: right;
}

.attachmentClose {
    float: left;
}

.jdivIcon {
    float: right;
    margin-left: 10px
}

.jdivLoading {
    float: right
}

.customerdashboardheaderParent {
    float: right;
}

.customerdashboardfooterAction {
    float: right
}

.customerdashboardtitle2 {
    display: inline-block;
}

.alertsDiv {
    float: right;
    margin-top: 20px
}

span, td, th, div, a {
    font-size: 15px;
    color: #555555;
    font-family: Heebo; /* Rubik; */
}

a {
    text-decoration: underline;
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Heebo; /* Rubik; */
    color: #385370;
}

select, input[type=text], input[type=password], combo-text, textarea {
    font-family: Heebo !important;
    font-size: 16px;
    line-height: 1.25 !important;
    color: #225980 !important;
    border-radius: 3px;
    border: solid 1px #cccccc;
}

#admin-navbar {
    background-color: #385370;
    background-image: linear-gradient(358deg, #1c7ebb, #56e1ff);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    height: 60px;
}

.navbar-nav > li:not(:first-child) {
    float: left;
}

.container-fluid {
    max-width: 1220px;
}

#settings-navbar {
    background-color: #385370;
    min-height: 120px;
}

.customerdashboardheadercontainerInfo {
    float: right;
}

.customerdashboardheadercontainerAddBtns {
    float: left;
    white-space: nowrap;
}

#admin-navbar .navbar-header {
    flex-basis: 100%;
    flex-shrink: 6;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

#admin-navbar .navbar-brand {
    font-family: Heebo; /* Rubik; */
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    width: 200px;
    text-decoration: none;
}

#admin-navbar .navbar-nav {
    width: 100%;
}

    #admin-navbar .navbar-nav > li {
        width: 100px;
        border-left: 1px solid white;
        text-align: center;
        max-height: 60px;
    }
        /*TOMER*/
        /*#admin-navbar .navbar-nav > li:last-child{*/
        #admin-navbar .navbar-nav > li:first-child {
            width: calc(100% - 500px);
            padding-left: 15px;
            text-align: right;
        }

        #admin-navbar .navbar-nav > li.active a img {
            -webkit-filter: invert(100%);
            filter: invert(50%);
        }

.navbar-default .navbar-nav > li > a {
    text-decoration: none;
}

#admin-navbar .navbar-nav > li.active .notification {
    color: #666666;
}

#admin-navbar .navbar-nav .notification {
    padding-left: 5px;
    font-family: Heebo;
    font-size: 16px;
    font-weight: 500;
    text-align: right;
    color: #ffffff;
}

#admin-navbar .container-fluid {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

    #admin-navbar .container-fluid .navbar-collapse {
        flex-grow: 6;
        flex-basis: 100%;
        padding-left: 0;
    }

/*.Profile-icon {*/
/*width: 22px;*/
/*height: 20px;*/
/*object-fit: contain;*/
/*}*/

#admin-navbar .search-menu-item {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

    #admin-navbar .search-menu-item form {
        width: 100%;
    }

#admin-navbar #txtSearchCustomer {
    width: 100%;
    background: none;
    border: none;
    direction: rtl;
    height: 100%;
    font-family: Heebo;
    font-size: 16px;
    font-weight: 500;
    text-align: right;
    color: #ffffff;
}

/*#ui-id-1 {
    z-index: 100;
    width: 100%;
    padding-left: 0;
    right: 0;
    left: 0 !important;
    position: absolute;
}
#ui-id-1 li{
    background-color: white;
    border-bottom: 1px solid gray;
    padding: 5px;
    list-style-type: none;
    display: inline-block;
    width: calc(100% - 50px + 16px);
    text-align: right;
    margin-right: 50px;
    padding-right: 25px;
}*/

#admin-navbar ::-moz-placeholder {
    direction: rtl;
    font-family: Heebo;
    font-size: 16px;
    font-weight: 500;
    text-align: right;
    color: #ffffff;
}

#admin-navbar :-moz-placeholder {
    direction: rtl;
    font-family: Heebo;
    font-size: 16px;
    font-weight: 500;
    text-align: right;
    color: #ffffff;
}

#admin-navbar :-ms-input-placeholder {
    direction: rtl;
    font-family: Heebo;
    font-size: 16px;
    font-weight: 500;
    text-align: right;
    color: #ffffff;
}

#admin-navbar ::-webkit-input-placeholder {
    direction: rtl;
    font-family: Heebo;
    font-size: 16px;
    font-weight: 500;
    text-align: right;
    color: #ffffff;
}


@media (max-width: 991px) {
    #admin-navbar .container-fluid {
        padding: 0;
    }

    #admin-navbar-collapse {
        position: absolute;
        width: 100%;
        padding: 0;
    }

    .navbar .navbar-collapse.collapse,
    .navbar .navbar-collapse.collapsing {
        display: none !important;
    }

        .navbar .navbar-collapse.collapse.in {
            display: block !important;
            overflow: visible;
        }

    #admin-navbar .in .navbar-nav > li {
        border: none;
    }

    #admin-navbar .navbar-header {
        border: none;
        float: none !important;
    }

    #admin-navbar .in .navbar-nav {
        width: 200px;
        right: 0;
        background: #2d9bcf;
        position: absolute;
        top: 60px;
        z-index: 100;
    }

        #admin-navbar .in .navbar-nav > li {
            text-align: right;
            width: 100%;
        }
}


#settings-navbar .container-fluid {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

    #settings-navbar .container-fluid .second-navs {
        overflow-y: hidden;
        flex-grow: 6;
        flex-basis: 100%;
    }

        #settings-navbar .container-fluid .second-navs .nav-tabs {
            border: none;
        }

#settings-navbar .navbar-nav > li {
    height: 120px;
    display: flex;
    align-items: center;
}

#add-new-plus {
    margin-right: 30px;
}

    #add-new-plus .dropdown-toggle {
        padding: 10px 30px 10px 0;
    }

.settings-tabs {
    direction: rtl;
}

    .settings-tabs ul.nav-tabs li a,
    .settings-tabs ul.nav-tabs li:hover a,
    .settings-tabs ul.nav-tabs li a:focus {
        background-color: transparent;
        border: none;
        font-family: Heebo; /* Rubik; */
        font-size: 22px;
        font-weight: 500;
        text-align: right;
        color: #798fa0;
        padding-left: 0px;
        padding-right: 0;
        margin-right: 24px;
        text-decoration: none;
    }

    .settings-tabs ul.nav-tabs li.active a {
        color: #ffffff;
    }

    .settings-tabs ul.nav-tabs li.active:after {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        right: 50%;
        bottom: calc(50% - 60px - 10px);
        display: block;
        background-color: white;
        transform: rotate(45deg);
    }

.second-navs .navbar-left .nav-tabs {
    padding-right: 0;
}

.second-navs .navbar-right {
    margin-right: 0;
    /* Tomer */
    /* width: calc(100% - 562px); */
    width: calc(100% - 580px);
}





/*statusbar*/
#settings-navbar .navbar-nav > li#status-bar {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    float: right;
}

#status-bar .status-div {
    direction: rtl;
    text-align: right;
}

.status {
    font-family: Heebo; /* Rubik; */
    text-align: right;
    color: #ffffff;
}

.status-small {
    padding-right: 10px;
    border-right: 2px solid;
    font-size: 18px;
    font-weight: 500;
}

.status-big {
    padding-left: 10px;
    font-size: 24px;
    font-weight: bold;
}

.data-and-time {
    margin-bottom: 25px;
    font-family: Heebo;
    font-size: 15px;
    text-align: right;
    color: #798fa0;
}

/* ring-diagramm */
.ring-diagramm {
    border: none;
    width: 380px;
    box-shadow: none;
}

.ring-diagramm-item-list {
    width: 170px;
}

#chartPreferences {
    float: right;
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.ring-diagramm .content {
    width: 380px;
    display: flex;
    flex-wrap: nowrap;
}

.ring-diagramm .header {
    padding-right: 35px;
    text-align: right;
    direction: rtl;
}

    .ring-diagramm .header .title {
        font-family: Heebo; /* Rubik; */
        font-size: 18px;
        font-weight: bold;
        text-align: right;
        color: #225980;
    }

.ring-item {
    height: 30px;
}

.ring-item-count {
    font-family: Heebo;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.54;
    text-align: right;
    color: #555555;
    width: 50px;
    /*display: inline-block;*/
    direction: rtl;
}

.ring-item-name {
    /*display: inline-block;*/
    direction: rtl;
    width: 130px;
    font-family: Heebo;
    font-size: 13px;
    line-height: 1.77;
    text-align: right;
    color: #555555;
}

.ring-item-color {
    margin-left: 7px;
    direction: rtl;
    display: inline-block;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    background-color: #3fe36f;
}

.total .ring-item-total-name {
    font-family: Heebo;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    text-align: right;
    color: #555555;
    display: inline-block;
    float: right;
}

.ring-annotation {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.settings-navbar .navbar-right li a {
    z-index: 95;
}

.ring-diagramm-item-list td {
    overflow: hidden;
}

#total {
    padding-right: 5px;
}

#above-diagramm {
    position: relative;
    font-family: Heebo; /* Rubik; */
    font-size: 14px;
    line-height: 1.64;
    text-align: center;
    color: #225980;
}

    #above-diagramm span {
        right: calc(50% - 75px);
        width: 150px;
        position: absolute;
        top: 17px;
        font-family: Heebo;
        font-size: 14px;
        line-height: 1.64;
        text-align: center;
        color: #555555;
    }


/*center-degs*/
.center-degs {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /* Tomer */
    /* height: 220px; */
    /* Tomer */
    padding-top: 30px;
}

.head-deg {
    width: 85px;
    font-family: Heebo; /* Rubik; */
    font-size: 24px;
    font-weight: 500;
    line-height: 0.96;
    text-align: center;
    color: #225980;
}

.center-ad {
    text-align: center;
    width: 85px;
}

.text-standart {
    font-family: Heebo;
    font-size: 14px;
    line-height: 1.43;
    color: #555555;
}

.progress-progress {
    height: 10px;
    border-radius: 5px;
    background-color: #3fe36f;
}

.processbar {
    width: 300px;
    height: 10px;
    border-radius: 5px;
    background-color: #f7f9fa;
    box-shadow: inset 0 -1px 3px 0 rgba(0, 0, 0, 0.16);
}

/* process block */
.process-block-col {
    padding: 0;
}

.porcess-block {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 220px;
    justify-content: space-between;
}

.process-item {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 65px;
    justify-content: space-between;
}

.porcess-block-count {
    position: absolute;
    left: 0;
    font-family: Heebo; /* Rubik; */
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    color: #225980;
    direction: rtl;
}

.porcess-block-head {
    font-family: Heebo; /* Rubik; */
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    color: #225980;
}

.porcess-block-degs {
    font-family: Heebo;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.33;
    text-align: right;
    color: #555555;
}

/* left-anotation-col */
.right-anotation {
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.right-anotation-block {
    display: flex;
    flex-direction: column;
}

.right-anotation-head {
    font-family: Heebo; /* Rubik; */
    font-size: 26px;
    font-weight: bold;
    text-align: right;
    color: #225980;
}

.right-anotation-block-title {
    width: 142px;
    height: 33px;
    font-family: Heebo; /* Rubik; */
    font-size: 28px;
    font-weight: 500;
    text-align: right;
    color: #225980;
    direction: rtl;
}

.right-anotation-block-comment {
    font-family: Heebo;
    font-size: 16px;
    line-height: 1.25;
    text-align: right;
    color: #555555;
}

/* line-diagramm */
.line-diagramm {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 410px;
    justify-content: space-between;
}

.line-diagramm-content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

#chartHours {
    width: 270px;
    height: 270px;
    margin-right: 0px;
}

#left-menu {
    display: flex;
    height: 340px;
    flex-direction: column;
    justify-content: space-between;
    width: 100px;
}

.ld-left-menu-header {
    text-align: right;
}

.ld-left-menu-content {
    justify-content: space-around;
    display: flex;
    flex-direction: column;
}

.footer-text {
    text-align: right;
    font-family: Heebo;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    color: #555555;
}

.ld-left-menu-content-item {
    text-align: right;
    position: relative;
    display: flex;
    align-items: center;
}

.ld-left-menu-content-item-title {
    padding-right: 10px;
    line-height: 50px;
    width: 100px;
    display: inline-block;
    font-family: Heebo;
    font-size: 13px;
    text-align: right;
    color: #555555;
}

.ld-left-menu-content-item.active .ld-left-menu-content-item-title {
    background: #3fe36f;
    color: #ffffff;
}

    .ld-left-menu-content-item.active .ld-left-menu-content-item-title:after {
        content: '';
        width: 14px;
        height: 14px;
        position: absolute;
        left: -7px;
        bottom: calc(50% - 7px);
        display: block;
        background-color: #3fe36f;
        transform: rotate(45deg);
    }

.ld-left-menu-content-item.active .ld-left-menu-content-item-title-count {
    font-family: Heebo; /* Rubik; */
    font-size: 16px;
    font-weight: 500;
    line-height: 1.44;
    text-align: right;
    color: #ffffff;
    width: 80px;
    line-height: 35px;
    /* TOMER */
    /* background: #3fe36f; */
    background: rgba(63,227,111,0.9);
    border-radius: 18px;
    text-align: center;
    display: block;
}
/* TOMER */
.ld-left-menu-content-item-negative {
    background: rgba(255,0,0,0.6);
}

.ld-left-menu-content-item-title-count {
    position: absolute;
    left: -95px;
}

.ld-left-menu-content-item .ld-left-menu-content-item-title-count {
    display: none;
}

.line-diagramm-header {
    font-family: Heebo;
    font-size: 22px;
    text-align: right;
    color: #3397e2;
    padding-right: 20px;
}

.ld-left-menu-header {
    font-family: Heebo;
    font-size: 18px;
    text-align: right;
    color: #3397e2;
}

/* second row middle block */
.notice-block {
    height: 410px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.notice-item {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-left: 10px;
}

.notice-header {
    margin-top: 7px;
    display: flex;
}

.notice-header-item {
    margin-left: 25px;
    display: flex;
    position: relative;
}

.notice-header-item-name {
    font-family: Heebo;
    font-size: 14px;
    text-align: right;
    color: #225980;
}

.notice-item-count {
    margin-left: 10px;
    font-family: Heebo; /* Rubik; */
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    text-align: right;
    color: #225980;
}

.notice-header .notice-header-item:first-child:after {
    display: none;
}

.notice-header .notice-header-item:after {
    content: '';
    border-left: 1px solid #225980;
    height: 14px;
    position: absolute;
    left: -8px;
    width: 14px;
    top: calc(50% - 7px);
}

.notice-item-title .title {
    font-family: Heebo;
    font-size: 18px;
    text-align: right;
    color: #3db6e2;
    /* Tomer */
    margin-right: 10px;
}

.notice-item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.notice-item-content-row-title {
    font-weight: 500;
}

.notice-item-content-row-message {
    font-family: Heebo;
    font-size: 15px;
    line-height: 1.33;
    text-align: right;
    color: #555555;
}

.notice-item-footer-text {
    font-family: Heebo;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    text-align: right;
    color: #555555;
}

.notice-item > *, .notice-item-content-row {
    margin-bottom: 10px;
    text-align: right;
}

/* notice-info */

.notice-info {
    height: 410px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.notice-info-header {
    /*align-self: center;*/
    direction: rtl;
}

.notice-info-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.notice-info-header-content {
    font-family: Heebo;
    font-size: 22px;
    text-align: right;
    color: #225980;
}

.notice-info-content-title {
    margin-bottom: 15px;
    font-family: Heebo;
    font-size: 18px;
    text-align: right;
    color: #3397e2;
}

.notice-info-item {
    position: relative;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    border-top: 1px solid #e8f1f3;
}

.notice-info-items {
    width: 300px;
}

.notice-info-item-desc {
    font-family: Heebo;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.53;
    text-align: right;
    color: #555555;
}

.notice-info-item-inf {
    font-family: Heebo;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    text-align: right;
    color: #555555;
}

.line-diagramm .line-diagramm-content .ct-line {
    stroke-width: 1px;
    stroke: #225980;
}

.notice-info-item:after {
    content: '';
    left: 0;
    position: absolute;
    border: 5px solid transparent;
    border-right: 5px solid #3db6e2;
}

.right-anotation-block {
    position: relative;
}

    .right-anotation-block img {
        position: absolute;
        left: -20px;
        top: 10px;
    }

.notice-item-footer:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .settings-tabs ul.nav-tabs li a {
        padding: 0;
        white-space: nowrap;
    }

    .ring-diagramm {
        margin-left: auto;
        margin-right: auto;
    }

    .line-diagramm, .notice-block, .right-anotation, .notice-info-content {
        align-items: center;
    }

    #admin-navbar-collapse {
        margin: 0;
    }

    .second-navs .navbar-left {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .second-navs .navbar-right {
        display: none;
    }

    .settings-tabs ul.nav-tabs li.active:after {
        display: none;
    }

    .porcess-block, .ring-diagramm .content, .ring-diagramm, .process-item, .processbar {
        width: 100%;
    }

    .porcess-block {
        padding-right: 20px;
    }

    .process-block-col {
        padding-left: 20px;
    }

    #above-diagramm, #above-diagramm span {
        font-size: 12px;
    }

    .ct-label {
        font-size: 1.1rem;
    }

    .center-degs {
        align-items: center;
    }

    .ring-diagramm .content {
        justify-content: center;
    }

    .ring-diagramm .header .title {
        text-align: center;
    }
}

#tabhome .row {
    margin-bottom: 70px;
}

    #tabhome .row:first-child {
        margin-top: 40px;
    }

    #tabhome .row:last-child {
        position: relative;
    }

        #tabhome .row:last-child:before {
            margin-top: -7px;
            position: absolute;
            content: '';
            width: 750px;
            height: 50px;
            background: #f7f9fa;
            //f7f9fa top: -10px;
            right: 0;
        }

.line-diagramm-header span {
    z-index: 100;
}

.line-diagramm-header {
    margin-top: -7px;
    width: 300px;
    height: 50px;
    background: #f7f9fa;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.OvalForList {
    width: 9px;
    height: 9px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 10px;
}

/* ירוק - פעיל*/
.OvalForListActive {
    background-color: #3fe36f;
}

/* כתום בהקמה */
.OvalForListBehakama {
    background-color: #ffa035;
}


/* סגול פוטנציאלי */
.OvalForListPotential {
    background-color: #d410f2;
}

/* סגול פוטנציאלי */
.OvalForListPotentialRejected {
    background-color: rgba(255,0,0,0.5);
}

/* סגול פוטנציאלי */
.OvalForListNotActive {
    background-color: rgba(255,0,0,0.8);
}

.IconBeforeText {
    margin-left: 5px;
}

.IconAfterText {
    margin-right: 5px;
}


/* GRID Styles */

.k-loading-image {
    /*background-image: url(Default/loading-image.gif);*/
    background-image: url('/design/New2/assets/img/loading.gif');
}

.k-grid-header, .k-header {
    background-image: none !important;
    /* background-color: #337ab7 !important;                */
    /*background-color: #ffffff !important;*/
    background-color: #f7f9fa !important;
    border: none !important;
    padding-top: 12px;
    padding-bottom: 12px;
}

.k-grid-toolbar {
    background-image: none !important;
    background-color: #f9f9f9 !important;
    color: #000000;
}

.k-grid-header .k-header > .k-link, .k-grid-header .k-header {
    color: #0EC0EF !important;
    font-weight: bold;
}

.k-filter-row th, .k-grid-header th.k-header {
    border: none !important;
}

.k-grid tr:hover {
    background-color: #fafafa !important;
    background-image: url(textures/highlight.png);
    background-image: none,-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.4)),to(rgba(255,255,255,0)));
    background-image: none,-webkit-linear-gradient(top,rgba(255,255,255,.4) 0,rgba(255,255,255,0) 100%);
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.4) 0,rgba(255,255,255,0) 100%);
    background-position: 50% 50%;
}


.k-grid td.k-state-selected:hover, .k-grid tr.k-state-selected:hover {
    background-color: #f7f7f7 !important;
    background-image: none;
}

.k-grid-header th.k-header > .k-link {
    min-height: 24px;
    line-height: 24px;
    /*
    margin: -.5em -.6em -.4em 0;
    padding: .5em .6em .4em 0;
    */
}

.k-grid td {
    border: none !important;
    border-bottom: 2px solid #f2f2f2 !important;
    padding-top: 12px;
    padding-bottom: 12px;
    /*
    padding: .4em .6em;
    */
    /*
    line-height: 1.6em;
        */
}

.k-grid td {
    overflow: hidden;
    text-overflow: ellipsis;
}

    .k-grid td,
    .k-grid td span,
    .k-grid td a,
    .k-grid-header th.k-header,
    .k-grid-header th.k-header > .k-link {
        font-weight: 500;
        color: #555555;
        white-space: normal;
        vertical-align: top;
    }


        .k-grid td a,
        .k-grid td a span {
            font-weight: 500;
            color: #225980;
        }


            .k-grid td,
            .k-grid td span,
            .k-grid td a,
            .k-grid td a span,
            .k-grid-header th.k-header,
            .k-grid-header th.k-header > .k-link {
                /*font-size:11pt !important;*/
                font-size: 14px;
            }

.k-alt {
    background-color: #ffffff !important;
}

.grid-rows-count-container {
    margin-top: 20px;
}

.grid-rows-count-show-all,
.grid-rows-count-summary {
    font-size: 14px;
    font-weight: 300;
    color: #555555;
}

.grid-rows-count-summary {
    float: left;
}

.grid-rows-count-show-all {
    float: right;
    cursor: pointer;
    text-decoration: underline;
}


.grid-class1 .k-grid-header,
.grid-class1 .k-header {
    background-color: #ffffff !important;
}


    .grid-class1 .k-grid td,
    .grid-class1 .k-grid td span,
    .grid-class1 .k-grid td a,
    .grid-class1 .k-grid td a span,
    .grid-class1 .k-grid-header th.k-header,
    .grid-class1 .k-grid-header th.k-header > .k-link {
        font-size: 14px;
    }


        .grid-class1 .k-grid td,
        .grid-class1 .k-grid td span,
        .grid-class1 .k-grid td a,
        .grid-class1 .k-grid td a span {
            color: #555555;
            font-weight: normal;
        }

        .grid-class1 .k-grid-header th.k-header,
        .grid-class1 .k-grid-header th.k-header > .k-link {
            color: #385370 !important;
            font-weight: bold;
        }

.grid-class1 .k-grid-footer,
.grid-class1 .k-footer,
.grid-class1 .k-footer-template td {
    background-color: #ffffff !important;
    font-size: 16px;
    font-weight: bold;
    color: #225980;
    border-bottom-width: 0px !important;
}


.grid-class1 .k-grid-header,
.grid-class1 .k-header {
    background-color: #ffffff !important;
}


    .grid-class1 .k-grid td,
    .grid-class1 .k-grid td span,
    .grid-class1 .k-grid td a,
    .grid-class1 .k-grid td a span,
    .grid-class1 .k-grid-header th.k-header,
    .grid-class1 .k-grid-header th.k-header > .k-link {
        font-size: 14px;
    }


        .grid-class1 .k-grid td,
        .grid-class1 .k-grid td span,
        .grid-class1 .k-grid td a,
        .grid-class1 .k-grid td a span {
            color: #555555;
            font-weight: normal;
        }

        .grid-class1 .k-grid-header th.k-header,
        .grid-class1 .k-grid-header th.k-header > .k-link {
            color: #385370 !important;
            font-weight: bold;
        }

.grid-class1 .k-grid-footer,
.grid-class1 .k-footer,
.grid-class1 .k-footer-template td {
    background-color: #ffffff !important;
    font-size: 16px;
    font-weight: bold;
    color: #225980;
    border-bottom-width: 0px !important;
}


.grid-class1-fullgrid table {
    border-collapse: collapse;
}

.grid-class1-fullgrid td {
    border-left: 1px solid #f2f2f2 !important;
    border-right: 1px solid #f2f2f2 !important;
}

.grid-class1-fullgrid .k-filter-row th,
.grid-class1-fullgrid .k-grid-header th.k-header {
    border-left: 1px solid #f2f2f2 !important;
    border-right: 1px solid #f2f2f2 !important;
    border-bottom: 2px solid #f2f2f2 !important;
    border-top: 2px solid #f2f2f2 !important;
}

.grid-class-small-fonts .k-grid td, .grid-class-small-fonts .k-grid td span, .grid-class-small-fonts .k-grid td a, .grid-class-small-fonts .k-grid td a span, .grid-class-small-fonts .k-grid-header th.k-header, .grid-class-small-fonts .k-grid-header th.k-header > .k-link {
    font-size: 12px !important;
    line-height: 15px;
}

.grid-class-small-paddings .k-grid td, .grid-class-small-fonts .k-grid-header th.k-header {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.grid-class2 .k-grid-header,
.grid-class2 .k-header {
    background-color: #f7f9fa !important;
}

.grid-class2 .tbody tr {
    background-color: #f7f9fa !important;
}

.grid-class2 .k-alt {
    background-color: #f7f9fa !important;
}

.grid-class2 .k-grid td,
.grid-class2 .k-grid td span,
.grid-class2 .k-grid td a,
.grid-class2 .k-grid td a span,
.grid-class2 .k-grid-header th.k-header,
.grid-class2 .k-grid-header th.k-header > .k-link {
    font-size: 14px;
}

.grid-class2 .k-grid td {
    border-bottom: 0px solid #f2f2f2 !important;
}

    .grid-class2 .k-grid td,
    .grid-class2 .k-grid td span,
    .grid-class2 .k-grid td a,
    .grid-class2 .k-grid td a span {
        color: #555555;
        font-weight: normal;
    }


.grid-class2 .k-grid-header th.k-header,
.grid-class2 .k-grid-header th.k-header > .k-link {
    color: #385370 !important;
    font-weight: bold;
}

.grid-class2 .k-grid-footer,
.grid-class2 .k-footer,
.grid-class2 .k-footer-template td {
    background-color: #f7f9fa !important;
    font-size: 16px;
    font-weight: bold;
    color: #225980;
    border-bottom-width: 0px !important;
}



.grid-class-for-gridgroup .k-grid-header {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}

    .grid-class-for-gridgroup .k-grid-header,
    .grid-class-for-gridgroup .k-header,
    .grid-class-for-gridgroup k-fliter-row th,
    .grid-class-for-gridgroup .k-filter-row th,
    .grid-class-for-gridgroup .k-grid-header th.k-header {
        background-color: #f7f9fa !important;
        height: 60px;
        vertical-align: middle !important;
        border-right: 0px solid #ffffff !important;
        border-bottom: 2px solid #e9e9e9 !important;
    }


        .grid-class-for-gridgroup .k-header:first-child,
        .grid-class-for-gridgroup tr td:first-child {
            padding-right: 80px;
        }

        .grid-class-for-gridgroup .k-header:last-child,
        .grid-class-for-gridgroup tr td:first-child {
            padding-left: 80px;
        }


.grid-class-for-gridgroup tr td,
.grid-class-for-gridgroup .k-alt {
    border-bottom: 1px solid #e9e9e9 !important;
    background-color: #f7f9fa !important;
}


.grid-class-for-gridgroup .k-grid td a,
.grid-class-for-gridgroup .k-grid td a span {
    font-weight: 500;
    color: #225980;
}



    .grid-class-for-gridgroup .k-grid td,
    .grid-class-for-gridgroup .k-grid td a,
    .grid-class-for-gridgroup .k-grid td a span,
    .grid-class-for-gridgroup .k-grid-header th.k-header,
    .grid-class-for-gridgroup .k-grid-header th.k-header > .k-link {
        font-size: 16px !important;
    }


.grid-class-for-gridgroup .k-grid-footer,
.grid-class-for-gridgroup .k-footer,
.grid-class-for-gridgroup .k-footer-template td {
    background-color: #ffffff !important;
    font-size: 16px;
    font-weight: bold;
    color: #225980;
    border-bottom-width: 0px !important;
}






.grid-group-style-type-2 .grid-class-for-gridgroup .k-grid-header {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
}

    .grid-group-style-type-2 .grid-class-for-gridgroup .k-grid-header,
    .grid-group-style-type-2 .grid-class-for-gridgroup .k-header,
    .grid-group-style-type-2 .grid-class-for-gridgroup k-fliter-row th,
    .grid-group-style-type-2 .grid-class-for-gridgroup .k-filter-row th,
    .grid-group-style-type-2 .grid-class-for-gridgroup .k-grid-header th.k-header {
        background-color: #ffffff !important;
        height: 60px;
        vertical-align: middle !important;
        border-right: 0px solid #ffffff !important;
        border-bottom: 2px solid #e9e9e9 !important;
    }


        .grid-group-style-type-2 .grid-class-for-gridgroup .k-header:first-child,
        .grid-group-style-type-2 .grid-class-for-gridgroup tr td:first-child {
            padding-right: 80px;
        }

        .grid-group-style-type-2 .grid-class-for-gridgroup .k-header:last-child,
        .grid-group-style-type-2 .grid-class-for-gridgroup tr td:first-child {
            padding-left: 80px;
        }


.grid-group-style-type-2 .grid-class-for-gridgroup tr td,
.grid-group-style-type-2 .grid-class-for-gridgroup .k-alt {
    border-bottom: 1px solid #e9e9e9 !important;
    background-color: #ffffff !important;
}


.grid-group-style-type-2 .grid-class-for-gridgroup .k-grid td a,
.grid-group-style-type-2 .grid-class-for-gridgroup .k-grid td a span {
    font-weight: 500;
    color: #225980;
}



    .grid-group-style-type-2. grid-class-for-gridgroup .k-grid td,
    .grid-group-style-type-2 .grid-class-for-gridgroup .k-grid td a,
    .grid-group-style-type-2 .grid-class-for-gridgroup .k-grid td a span,
    .grid-group-style-type-2 .grid-class-for-gridgroup .k-grid-header th.k-header,
    .grid-group-style-type-2 .grid-class-for-gridgroup .k-grid-header th.k-header > .k-link {
        font-size: 18px !important;
    }


.grid-group-style-type-2 .grid-class-for-gridgroup .k-grid-footer,
.grid-group-style-type-2 .grid-class-for-gridgroup .k-footer,
.grid-group-style-type-2 .grid-class-for-gridgroup .k-footer-template td {
    background-color: #ffffff !important;
    font-size: 16px;
    font-weight: bold;
    color: #225980;
    border-bottom-width: 0px !important;
}

.grid-true-false-value-true {
    font-size: 24px !important;
    color: #7df6a5 !important;
}

.grid-true-false-value-false {
    font-size: 24px !important;
    color: #fec37e !important; /*54ccf8*/
}

.grid-notes-span {
    font-size: 9px !important;
}

/*
.k-grid-footer-wrap, .k-grid-header-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-style: solid;
    border-width: 0 1px 0 0;
    zoom: 1;
}

div.k-grid-footer, div.k-grid-header {
    padding-right: 17px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    zoom: 1;
}
    */
.k-state-selected {
    background-color: #eeeeee !important;
    /*border-color: #337ab7;*/
}

.k-i-filter {
    background-image: url('/Scripts/KendoUI/styles/MetroBlack/sprite.png') !important;
}



.searchbox1 {
    width: 500px;
    height: 50px;
    border: solid 1px #cccccc;
    background-image: url('/Design/New2/assets/img/search-icon-blue-ui.png');
    background-repeat: no-repeat;
    background-position-x: 460px;
    background-position-y: 13px;
    text-align: left;
}

    .searchbox1 input {
        margin-top: 13px;
        font-size: 16px;
        color: #555555;
        width: 450px;
        border: 0;
        background-color: transparent;
    }




/************ DIALOGS**********************/
.modal-dialog {
    direction: rtl;
    background-color: #ffffff;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #225980;
    width: auto;
}

.modal-content {
    border-radius: 0px;
    border: none;
}

.modal-header {
    height: 69px;
    padding: 21px;
    padding-right: 48px;
    padding-left: 28px;
    background-color: #385370;
    border: none;
}

    .modal-header span {
        font-size: 20px;
        font-weight: 500;
        color: #ffffff;
        text-align: right;
    }

    .modal-header .Close-Icon {
        width: 18px;
        height: 18px;
        margin-top: 6px;
        object-fit: contain;
        opacity: 1;
    }

    .modal-header .close {
        opacity: 1 !important;
        padding: 5px;
    }

.modal-body {
    padding: 0px;
}

    .modal-body > table {
        /* width:100%; */
    }

        .modal-body > table > tbody > tr > td {
            vertical-align: top;
            text-align: right;
        }

            .modal-body > table > tbody > tr > td:first-child {
                vertical-align: top;
                text-align: right;
                width: 200px;
                height: 100%;
            }

    .modal-body .vertical-tabs-place-holder {
        float: right !important;
        width: 200px;
        height: 100%;
    }

    .modal-body .left-side {
        /*display:inline-block;*/
        position: relative;
        float: right;
        max-width: calc(100% - 205px);
    }

        .modal-body .left-side .top-part {
            /* height: 549px; */
            /*overflow-y: auto;*/
            overflow: visible;
            padding: 20px 10px 20px 10px;
        }
/*.top-part::-webkit-scrollbar {
    width: 6px;
}
.top-part::-webkit-scrollbar-track {
    border-radius: 5px;
  	background-color: #f7f9fa;
}

.top-part::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #798fa0;
}*/
.top-part > div {
    direction: rtl;
}

.modal-body .modal-close-text-container,
.modal-footer .modal-close-text-container {
    text-align: center;
    color: #9a9a9a;
}

.modal-body .modal-close-text,
.modal-footer .modal-close-text {
    border-bottom: solid 1px #9a9a9a;
    font-size: 16px;
    text-align: center;
    color: #9a9a9a;
    margin: auto;
    width: 40px;
    padding-bottom: 2px;
    text-decoration: none;
}

.modal-body-inner {
    padding: 20px 20px 10px 20px;
}

.modal-inner-content {
    float: right;
    padding: 5px;
}

.clearFilterBtn {
    float: right
}

.loadDataBtn {
    float: right;
    margin-right: 10px
}

.filter-input-dialogbox-input-footer {
    float: left;
}
/*   END MODAL DIALOGS */
.special-button {
    width: 200px;
    height: 40px;
    border-radius: 4px;
    border: none;
    background-color: #3fe36f;
    font-family: Heebo;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.28;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.speclai-link-button {
    font-family: Heebo;
    font-size: 18px;
    line-height: 1.28;
    text-align: center;
    color: #555555;
    text-decoration: underline;
    z-index: 99;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.speclai-link-button-4 {
    font-size: 14px;
    line-height: 1.28;
    text-align: center;
    color: #555555;
    text-decoration: underline;
    z-index: 99;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.special-button-2 {
    width: 210px !important;
    height: 30px !important;
    border-radius: 3px !important;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
    background-color: #7df6a5 !important;
    border: solid 1px #70e195 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1.64 !important;
    text-align: center !important;
    color: #385370 !important;
    text-decoration: none;
    cursor: pointer;
}

.special-button-3 {
    width: 80px !important;
    height: 30px !important;
    border-radius: 3px !important;
    background-color: #d6ecf1 !important;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
    border: solid 0px #70e195 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1.64 !important;
    text-align: center !important;
    color: #385370 !important;
    text-decoration: none;
    cursor: pointer;
}

.special-button-4 {
    min-width: 80px;
    padding-right: 10px !important;
    padding-left: 10px !important;
    height: 30px !important;
    border-radius: 3px !important;
    background-color: #d6ecf1 !important;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
    border: solid 0px #70e195 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1.64 !important;
    text-align: center !important;
    color: #385370 !important;
    text-decoration: none;
    cursor: pointer;
}

.special-button-5 {
    min-width: 120px;
    height: 30px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 3px;
    /*background-image: url(/images/buttons/add.png);*/
    border-radius: 3px;
    background-color: #449fe3;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.64;
    text-align: center;
    color: #ffffff;
    border: 0;
    /*display: table-cell;*/
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
}

.special-button-6 {
    min-width: 420px;
    height: 38px;
    padding-top: 0px;
    /*background-image: url(/images/buttons/add.png);*/
    border-radius: 4px;
    background-color: #449fe3;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.64;
    text-align: center;
    color: #ffffff;
    border: 0;
    /*display: table-cell;*/
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
}

.special-button-7 {
    min-width: 420px;
    height: 38px;
    padding-top: 0px;
    /*background-image: url(/images/buttons/add.png);*/
    border-radius: 4px;
    background-color: #7df6a5;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.64;
    text-align: center;
    color: #385370;
    border: 0;
    /*display: table-cell;*/
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
}

.modal-body > .left-side > .top-part span {
    font-family: Heebo;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.44;
    margin-top: 1px;
    text-align: right;
    color: #555555;
}

/*  SIMPLE DIALOG */
.simple-dialog-modal-dialog .modal-content,
.simple-dialog-modal-content {
    border: 2px solid #d6ecf1;
    background-color: #f7f9fa;
    color: #616161;
    text-align: center;
    min-width: 300px;
    min-height: 150px;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.simple-dialog-modal-dialog {
    border-width: 0px !important;
}

    .simple-dialog-modal-dialog .modal-footer {
        border-top-width: 0px;
    }

    .simple-dialog-modal-dialog .modal-header {
        display: none;
    }

.simple-dialog-modal-backdrop {
    background-color: #ffffff;
}

    .simple-dialog-modal-backdrop.in {
        opacity: 0.8 !important;
    }

/*  SIMPLE DIALOG WITH BACKGROUND */
.simple-dialog-modal-dialog2 {
    background-color: #406690;
    border-radius: 10px;
}

    .simple-dialog-modal-dialog2 .modal-content {
        border-radius: 10px;
        border-width: 0px;
        background-color: #406690;
        color: #dfebf1;
        text-align: center;
        min-width: 460px;
        min-height: 150px;
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .simple-dialog-modal-dialog2 .modal-body {
        padding-top: 20px;
    }

    .simple-dialog-modal-dialog2 .modal-footer {
        background-color: #385370;
        height: 160px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .simple-dialog-modal-dialog2 .modal-header {
        height: 100px;
        background-color: #406690;
        display: block;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding-top: 70px;
    }

        .simple-dialog-modal-dialog2 .modal-header .close {
            display: none;
        }

        .simple-dialog-modal-dialog2 .modal-header span {
            font-size: 26px;
            font-weight: bold;
            text-align: center;
            color: #3db6e2;
        }

.simple-dialog-inner-title {
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #385370;
}

.footer-special-button-container {
    margin-right: 10px;
    float: right;
    margin-bottom: 10px;
}

.footer-special-button-1 {
    min-width: 80px;
    padding-right: 10px !important;
    padding-left: 10px !important;
    height: 30px !important;
    border-radius: 3px !important;
    background-color: #d6ecf1 !important;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
    border: solid 0px #70e195 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1.64 !important;
    text-align: center !important;
    color: #385370 !important;
    text-decoration: none;
}

/* SPECIAL TABS */
.ui-special-tabs-vertical {
    padding: 0px !important;
    float: right;
    height: 100%;
}

    .ui-special-tabs-vertical > ul {
        background-color: #f7f9fa;
        width: 199px;
        height: 100%;
        padding: 0px;
        margin: 0px;
        border: none;
    }

        .ui-special-tabs-vertical > ul > li {
            width: 100%;
            height: 50px;
            display: flex;
            align-items: center;
            list-style-type: none;
            padding-right: 48px;
            margin: 0px;
            background-color: #f7f9fa;
            cursor: pointer;
            border: none;
        }

        .ui-special-tabs-vertical > ul > span {
            display: flex;
            height: 80px;
            align-items: center;
            list-style-type: none;
            padding-right: 48px;
            font-family: Heebo;
            font-size: 16px;
            font-weight: 300;
            line-height: 1.44;
            text-align: right;
            color: #555555;
            cursor: pointer;
        }

    .ui-special-tabs-vertical ul li a {
        padding: 0px !important;
        display: block;
        font-family: Heebo;
        font-size: 16px !important;
        font-weight: 500;
        line-height: 1.44;
        text-align: right;
        color: #555555;
        text-decoration: none;
    }

    .ui-special-tabs-vertical ul li.tab-active {
        background-color: #e8f1f3;
    }

        .ui-special-tabs-vertical ul li.tab-active::before {
            position: absolute;
            content: '';
            right: 199px;
            border: 9px solid transparent;
            border-right: 12px solid #e8f1f3;
        }

.special-accordion .special-accordion-header {
    font-family: Heebo;
    font-size: 18px !important;
    line-height: 1.28;
    border: none !important;
    color: #225980;
    margin: 10px 0px 5px 0px;
}

.special-accordion > div {
    display: none;
}

.special-accordion .special-accordion-header {
    font-family: Heebo;
    font-size: 18px !important;
    line-height: 1.28;
    border: none !important;
    color: #225980;
    margin: 10px 0px 5px 0px;
    cursor: pointer;
}

.special-accordion-active .special-accordion-header {
    font-weight: 500;
    border-bottom: 1px solid #385370 !important;
}

.special-accordion-header .special-accordion-header-icon {
    display: inline-block;
    background-image: url(/Design/New2/assets/img/dropdown-close.png) !important;
    margin-left: 20px;
    width: 18px;
    height: 18px;
}

.special-accordion-active > .special-accordion-header > .special-accordion-header-icon {
    background-image: url(/Design/New2/assets/img/dropdown-open.png) !important;
}

.special-accordion-active > div {
    display: block;
}

/*Form style*/
.tableinputsupdatedate {
    font-family: Heebo;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.44;
    text-align: right;
    color: #555555;
}

.tableinputsupdatedateFloat {
    font-family: Heebo;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.44;
    text-align: right;
    color: #555555;
    float: right;
}

table.inputstable {
    border-collapse: collapse;
}

    table.inputstable > tbody > tr > td {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

table.inputstablenopadding > tbody > tr > td {
    padding-left: 0px;
    padding-right: 0px;
}
/*table.inputstable>tbody>tr>td:first-child*/
table.inputstable > tbody > tr > td:nth-child(2) {
    border-right: solid 1px #e8f1f3;
}

.inputstable label {
    margin-bottom: 3px;
    font-family: Heebo;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.64;
    text-align: right;
    color: #555555;
    display: block;
}

    .inputstable label.error {
        color: black;
    }

.inputstable select,
.inputstable input[type=text],
.inputstable input[type=password],
.inputstable area {
    width: 300px;
    height: 30px;
    font-weight: 400;
    background-color: #fff;
    font-family: Heebo !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
    text-align: right;
    color: #225980 !important;
    border-radius: 3px;
    border: solid 1px #cccccc;
    padding-right: 5px;
}

.inputstable input::placeholder,
.inputstable input::-webkit-input-placeholder,
.inputstable input::-moz-placeholder,
.inputstable input:-ms-input-placeholder,
.inputstable input:-moz-placeholder {
    font-family: Heebo;
    font-size: 16px;
    line-height: 1.25;
    text-align: right;
    color: #225980 !important;
}

.inputstable option {
    background-color: #798fa0;
    color: #fff;
    border: none;
    padding: 5px;
}

.inputstable .message {
    color: red;
    display: block;
    /*float: left;*/
    margin-top: -22px;
}

.inputstable .field-validation-error {
    color: red;
}

    .inputstable .field-validation-error span {
        color: red;
        font-size: 14px;
    }

    .inputstable .message div:before,
    .inputstable .field-validation-error:before {
        width: 12px;
        height: 12px;
        margin-left: 5px;
        content: url('/Design/New2/popup/src/img/error.png');
    }

.customformheader {
    color: #385370;
    font-weight: normal;
    font-size: 18px;
    font-weight: bold;
}

.editcustomerproductsection {
    margin-top: 10px;
}

    .editcustomerproductsection .inputstableinnerframe1 {
        padding-top: 10px;
        float: right;
        padding-left: 20px;
        padding-right: 20px;
        border-left: 1px solid #e8f1f3;
        width: 340px;
    }

    .editcustomerproductsection .inputstableinnerframe2 {
        padding-top: 10px;
        float: right;
        padding-left: 20px;
        padding-right: 20px;
        width: 340px;
    }

    .editcustomerproductsection .inputstableinnerframe3 {
        padding-top: 10px;
        float: right;
        padding-left: 20px;
        padding-right: 20px;
    }

    .editcustomerproductsection .inputstableinnerframefirst,
    .editcustomerproductsection .inputstableinnerframemiddle {
        padding-top: 10px;
        float: right;
        padding-left: 20px;
        padding-right: 20px;
        border-left: 1px solid #e8f1f3;
        width: 340px;
    }

    .editcustomerproductsection .inputstableinnerframelast {
        padding-top: 10px;
        float: right;
        padding-left: 20px;
        padding-right: 20px;
        width: 340px;
    }

    .editcustomerproductsection .inputstableinnerframefirst,
    .editcustomerproductsection .inputstableinnerframemiddle {
        padding-top: 10px;
        float: right;
        padding-left: 20px;
        padding-right: 20px;
        border-left: 1px solid #e8f1f3;
        width: 340px;
    }

    .editcustomerproductsection .inputstableinnerframelast {
        padding-top: 10px;
        float: right;
        padding-left: 20px;
        padding-right: 20px;
        width: 340px;
    }

.span-display-forreadonly {
    color: #225980 !important;
    font-weight: 400;
    font-family: Heebo !important;
    font-size: 16px !important;
}
.custom-accordion-style-type-7 .inputstableinnerframefirst,
.custom-accordion-style-type-7 .inputstableinnerframefirst {
    border-left: 0px solid #e8f1f3;
}

.dialogtabletype1 .inputstableinnerframefirst {
    padding-top: 10px;
    float: right;
    padding-left: 10px;
    padding-right: 0px;
    border-left: 1px solid #e8f1f3;
    width: 300px;
}

.dialogtabletype1 .inputstableinnerframemiddle {
    padding-top: 10px;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #e8f1f3;
    width: 300px;
}

.dialogtabletype1 .inputstableinnerframelast {
    padding-top: 10px;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    width: 300px;
}

.dialogtabletype1 select,
.dialogtabletype1 input[type=text],
.dialogtabletype1 input[type=password],
.dialogtabletype1 textarea {
    width: 270px;
}


.dialogtabletype1-countrowinputs-4 .inputstableinnerframefirst,
.dialogtabletype1-countrowinputs-4 .inputstableinnerframemiddle,
.dialogtabletype1-countrowinputs-4 .inputstableinnerframelast {
    width: 220px;
}

.dialogtabletype1-countrowinputs-4 select,
.dialogtabletype1-countrowinputs-4 input[type=text],
.dialogtabletype1-countrowinputs-4 input[type=password],
.dialogtabletype1-countrowinputs-4 textarea {
    width: 210px;
}

.dialogtabletype1-countrowinputs-3 .inputstableinnerframefirst,
.dialogtabletype1-countrowinputs-3 .inputstableinnerframemiddle,
.dialogtabletype1-countrowinputs-3 .inputstableinnerframelast {
    width: 270px;
}

.dialogtabletype1-countrowinputs-3 select,
.dialogtabletype1-countrowinputs-3 input[type=text],
.dialogtabletype1-countrowinputs-3 input[type=password],
.dialogtabletype1-countrowinputs-3 textarea {
    width: 260px;
}

.editsection2 .inputstableinnerframefirst,
.editsection2 .inputstableinnerframemiddle {
    /*padding-top:10px;*/
    float: right;
    padding-left: 20px;
    /*padding-right:20px;
    border-left:1px solid #e8f1f3;
    width:340px;*/
}

.editsection2 .inputstableinnerframelast {
    /*padding-top:10px;*/
    float: right;
    /*padding-left:20px;
    padding-right:20px;    
    width:340px;*/
}

.inputstable2 label {
    margin-bottom: 3px;
    font-family: Heebo;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.64;
    text-align: right;
    color: #555555;
    display: block;
}

    .inputstable2 label.error {
        color: black;
    }

.inputstable2 select,
.inputstable2 input,
.inputstable2 area {
    width: 260px;
    height: 30px;
    font-weight: 400;
    background-color: #fff;
    font-family: Heebo !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
    text-align: right;
    color: #225980 !important;
    border-radius: 3px;
    border: solid 1px #cccccc;
    padding-right: 5px;
}

    .inputstable2 input::placeholder,
    .inputstable2 input::-webkit-input-placeholder,
    .inputstable2 input::-moz-placeholder,
    .inputstable2 input:-ms-input-placeholder,
    .inputstable2 input:-moz-placeholder {
        font-family: Heebo;
        font-size: 16px;
        line-height: 1.25;
        text-align: right;
        color: #225980 !important;
    }

.inputstable2 option {
    background-color: #798fa0;
    color: #fff;
    border: none;
    padding: 5px;
}

.inputstable2 .message {
    color: red;
    display: block;
    /*float: left;*/
    margin-top: -22px;
}

.inputstable2 .field-validation-error {
    color: red;
}

    .inputstable2 .field-validation-error span {
        color: red;
        font-size: 14px;
    }

    .inputstable2 .message div:before,
    .inputstable2 .field-validation-error:before {
        width: 12px;
        height: 12px;
        margin-left: 5px;
        content: url('/Design/New2/popup/src/img/error.png');
    }

.edit-table-rows-accordion {
    border-bottom: solid 1px #b9d1d6;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 50px;
}

    .edit-table-rows-accordion .edit-table-rows-accordion-content {
        display: none;
    }

    .edit-table-rows-accordion .edit-table-rows-accordion-header-container {
        margin-right: 10px;
        cursor: pointer
    }

    .edit-table-rows-accordion .edit-table-rows-accordion-header-text {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.25;
        text-align: right;
        color: #225980;
        margin: 5px 0px 5px 0px;
        cursor: pointer;
        float: right;
    }

.edit-table-rows-accordion-header-delete-text {
    color: #225980;
    margin: 5px 0px 5px 0px;
    cursor: pointer;
    float: left;
}

    .edit-table-rows-accordion-header-delete-text a {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.25;
        color: #225980;
        white-space: nowrap;
    }

    .edit-table-rows-accordion-header-delete-text .edit-table-rows-accordion-header-delete-image {
        float: right;
        margin-left: 10px;
        background-image: url(/Design/New2/assets/img/delete-blue.png) !important;
        width: 11px;
        height: 12px;
        margin-top: 5px;
    }

.edit-table-rows-new-row {
    margin-right: 10px;
    margin-bottom: 20px;
}

    .edit-table-rows-new-row a {
        font-size: 17px;
        font-weight: bold;
        line-height: 1.35;
        color: #BCCDDA;
    }

.edit-table-rows-accordion .edit-table-rows-accordion-header-icon {
    display: inline-block;
    background-image: url(/Design/New2/assets/img/dropdown-arrow-small2.png) !important;
    background-repeat: no-repeat;
    margin-left: 20px;
    margin-top: 14px;
    width: 10px;
    height: 6px;
    float: right;
}

.edit-table-rows-accordion-active .edit-table-rows-accordion-header-icon {
    background-image: url(/Design/New2/assets/img/dropdown-arrow-small2-open.png) !important;
}

.edit-table-rows-accordion-active .edit-table-rows-accordion-content {
    display: block;
}

/*  ==========  GRID HEADER  ===============*/
.special-grid-header .title {
    font-family: Heebo;
    font-size: 26px;
    font-weight: bold;
    text-align: right;
    color: #225980;
    margin-right: 20px;
}

/*.special-grid-header .just_gamburger:hover ul{
    display: block;
}*/
.special-grid-header .tab_head {
    position: relative;
}

.special-grid-header #search {
    width: 500px;
    height: 50px;
    border: solid 1px #e8f1f3;
    float: left;
    font-family: Heebo;
    font-size: 16px;
    text-align: right;
    color: #555555;
    padding-right: 52px;
    background-image: url('/Design/New2/assets/img//search-icon-blue-ui.png');
    background-repeat: no-repeat;
    background-position-x: 460px;
    background-position-y: center;
}

    .special-grid-header #search::placeholder {
        font-family: Heebo;
        font-size: 16px;
        text-align: right;
        color: #555555;
    }

.special-grid-header p {
    font-family: Heebo;
    font-size: 16px;
    text-align: right;
    color: #555555;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-title {
    font-family: Heebo;
    font-size: 26px;
    font-weight: bold;
    color: #225980;
}

.tblData .trHeader {
    /* background-color: #337ab7 !important; */
    background-color: #ffffff !important;
}

.tblData .trAlternate {
    /* background-color: #f1f1f1 !important; */
    background-color: #ffffff;
}

.tblData > tbody > tr > td,
.tblData > tr > td {
    font-size: 14px !important;
    border: none !important;
    color: #555555 !important;
    /*border-bottom:1px solid #e8f1f3 !important;*/
    border: 1px solid #e8f1f3 !important;
    padding-right: 6px;
    padding-left: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: right;
    white-space: nowrap;
    vertical-align: top;
}

    .tblData > tbody > tr > td > label,
    .tblData > tr > td > label {
        font-weight: normal;
        font-size: 14px !important;
    }

    .tblData > tbody > tr > td > a,
    .tblData > tr > td > a {
        color: #555555 !important;
        font-size: 14px !important;
    }

.tblData > tbody > tr > th,
.tblData > thead > tr > th,
.tblData > tr > th {
    font-size: 14px !important;
    /*border:none !important;*/
    border: 1px solid #e8f1f3 !important;
    color: #385370 !important;
    padding-right: 6px;
    padding-left: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
}

.tblData.tablefullgrid > tbody > tr > td,
.tblData.tablefullgrid > tr > td {
    border: 1px solid #e8f1f3 !important;
}

.tblData.tablefullgridincludeheader > tbody > tr > td,
.tblData.tablefullgridincludeheader > tr > td,
.tblData.tablefullgridincludeheader > tbody > tr > th,
.tblData.tablefullgridincludeheader > tr > th {
    border: 1px solid #e8f1f3 !important;
}

.tblData.tablewithwrap > tbody > tr > td,
.tblData.tablewithwrap > tr > td {
    white-space: normal;
}

/*Fixes for Old design*/
.linkbutton {
    color: #555555 !important;
}

fieldset legend {
    color: #385370;
}

fieldset td {
    padding: 4px;
    vertical-align: top;
}

    fieldset td label {
        font-weight: normal;
    }

div.modal-body div[iscontainer=true] {
    margin: 10px;
}

/*Approve button*/
fieldset p input[type=submit]:nth-child(1) {
    min-width: 80px;
    padding-right: 10px !important;
    padding-left: 10px !important;
    height: 30px !important;
    border-radius: 3px !important;
    background-color: #449fe3 !important;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
    border: solid 0px #70e195 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1.64 !important;
    text-align: center !important;
    color: #ffffff !important;
    text-decoration: none;
    cursor: pointer;
}

/*Cancel button*/
fieldset p input[type=submit]:nth-child(2) {
    min-width: 80px;
    padding-right: 10px !important;
    padding-left: 10px !important;
    height: 30px !important;
    border-radius: 3px !important;
    background-color: #d6ecf1 !important;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
    border: solid 0px #70e195 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1.64 !important;
    text-align: center !important;
    color: #385370 !important;
    text-decoration: none;
    cursor: pointer;
}

/*------------- CUSTOMER DASHBOARD   */
.customerdashboardcontainer {
    width: 1230px;
}

    .customerdashboardcontainer .special-header {
        margin-bottom: 20px;
    }

.customerdashboardtopline {
    width: 1200px;
    height: 2px;
    border: solid 1px #e8f1f3;
    overflow: hidden;
    margin-top: 20px;
}

.customerdashboardheader {
    font-size: 20px;
    font-weight: bold;
    color: #3397e2;
    margin-top: 12px;
    margin-bottom: 12px;
}

.customerdashboardframe {
    position: relative;
    width: 370px;
    height: 190px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    border: solid 1px #99bcc4;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}


.customerdashboardtitle {
    margin-top: 5px;
    margin-right: 8px;
    font-family: Heebo;
    font-size: 14px;
    font-weight: 300;
    color: #96bac2;
    float: right;
}

.customerdashboardtitledetails {
    float: left;
    margin-top: 5px;
    margin-left: 20px;
    font-family: Heebo;
    font-size: 18px;
    font-weight: 500;
    color: #225980;
}

.customerdashboardframe2 {
    position: relative;
    width: 370px;
    height: 160px;
    border: solid 0px #99bcc4;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.customerdashboardtitle2 {
    font-family: Heebo;
    font-size: 20px;
    color: #3db6e2;
}

.customerdashboardframe2header {
    width: 367px;
    height: 30px;
    padding-right: 20px;
    padding-top: 4px;
    background-color: #f7f9fa;
    position: absolute;
    top: 0px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.customerdashboardframe2image {
    width: 18.6px;
    height: 16.3px;
    background-image: url(/Design/New2/assets/img/alert.png);
    background-size: 100%;
    margin-left: 14px;
}

.customerdashboardframe2image2 {
    width: 18.6px;
    height: 16.3px;
    background-image: url(/Design/New2/assets/img/notification.png);
    background-size: 80%;
    margin-left: 14px;
    background-repeat: no-repeat;
}


.customerdashboardchangeviewbutton {
    padding: 5px 13px 5px 13px;
    border-radius: 15px;
    background-color: #e8f1f3;
    font-family: Heebo;
    font-size: 16px;
    line-height: 1.44;
    text-align: right;
    color: #3397e2;
    margin-left: 20px;
    float: left;
    cursor: pointer;
}

.customerdashboardchangeviewbuttonsmall {
    padding: 4px 5px 4px 5px;
    border-radius: 7px;
    background-color: #e8f1f3;
    font-family: Heebo;
    font-size: 12px;
    text-align: right;
    color: #3397e2;
    margin-left: 10px;
    float: left;
    cursor: pointer;
}

.customerdashboardexitbutton {
    padding: 5px 13px 5px 13px;
    font-family: Heebo;
    font-size: 16px;
    line-height: 1.44;
    text-align: right;
    color: #225980;
    float: left;
    margin-left: 10px;
}

.customerdashboardexitimage {
    margin-top: 5px;
    width: 23px;
    height: 23px;
    background-image: url(/Design/New2/assets/img/exit.png);
    background-size: 100% 100%;
    float: left;
    /*margin-left:40px;*/
    background-repeat: no-repeat;
}


.customerdashboardinnerframe {
    margin-right: 20px;
    max-height: 200px;
    overflow: hidden;
}

.customerdashboardinnerframe1 {
    margin-right: 20px;
    height: 80px;
}

.customerdashboardtablecontainer {
    padding-top: 10px;
}

    .customerdashboardtablecontainer td {
        padding-left: 10px;
        padding-bottom: 5px;
    }

.customerdashboardmiddleline {
    margin-right: 20px;
    width: 330px;
    height: 2px;
    border: solid 1px #e8f1f3;
}

.customerdashboardverticalline {
    width: 2px;
    height: 400px;
    border: solid 1px #e8f1f3;
    margin-left: 30px;
    margin-right: 10px;
    margin-top: 52px;
}

.customerdashboardinnerframe2 {
    margin-right: 20px;
    margin-top: 10px;
}

.customerdashboardinnerframe3 {
    margin-right: 0px;
    padding-top: 38px;
    height: 140px;
    overflow: hidden;
}

.customerdashboardfooter {
    width: 367px;
    height: 30px;
    padding-right: 20px;
    padding-top: 7px;
    border-radius: 4px;
    background-color: #f7f9fa;
    position: absolute;
    bottom: 0px;
}

.customerdashboardfooter2 {
    margin-right: 0px;
}

.customerdashboardfooterlink {
    font-family: Heebo;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.33;
    text-align: right;
    color: #3397e2;
    text-decoration: none;
}

.customerdashboardfooter2link {
    font-family: Heebo;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    color: #555555;
    text-decoration: underline;
}

.customerdashboardfooterarrow {
    float: left;
    width: 7px;
    height: 10px;
    background-image: url(/Design/New2/assets/img/arrowblue.png);
    margin-left: 15px;
    margin-top: 3px;
}

.customerdashboardtexta,
.customerdashboardtexta a {
    font-family: Heebo;
    font-size: 15px;
    font-weight: 500;
    text-align: right;
    color: #555555;
    text-decoration: none;
}

    .customerdashboardtexta .dashboard-extra-action {
        font-size: 12px;
    }

.customerdashboardtextb {
    font-family: Heebo;
    font-size: 26px;
    font-weight: 500;
    text-align: right;
    color: #225980;
}

.customerdashboardtextc {
    font-family: Heebo;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.33;
    text-align: right;
    color: #225980;
}

.customerdashboardtextd {
    font-family: Heebo;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.33;
    text-align: right;
    color: #225980;
}



.customerdashboardtexte {
    font-family: Heebo;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.67;
    text-align: right;
    color: #225980;
}


.customerdashboardtextf {
    font-family: Heebo;
    font-size: 13px;
    font-weight: 500;
    line-height: 2.31;
    text-align: right;
    color: #555555;
}

.customerdashboardtextg {
    font-family: Heebo;
    font-size: 13px;
    font-weight: 500;
    line-height: 2.31;
    text-align: right;
    color: #225980;
}

.customerdashboardtexth {
    float: left;
    margin-left: 20px
}

    .customerdashboardtexth,
    .customerdashboardtexth a {
        font-family: Heebo;
        font-size: 18px;
        font-weight: 500;
        color: #225980;
        text-decoration: none;
    }

        .customerdashboardtexth .dashboard-extra-action {
            font-size: 12px;
        }

.customerdashboardtexti {
    font-family: Heebo;
    font-size: 15px;
    line-height: 1.33;
    color: #555555;
}


.customerdashboardtexttooltipmain {
    font-size: 15px;
    line-height: 1.27;
    color: #3fe36f;
    font-weight: bold;
}

.customerdashboardtexttooltipsub {
    font-size: 15px;
    line-height: 1.27;
    color: #ffffff;
}


.dashboard-first-loading-container {
    margin-top: 20px;
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: bold;
}

rangetext {
    width: 23px;
    height: 20px;
    font-family: Heebo;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.67;
    text-align: right;
    color: #555555;
}


.tippy-content {
    color: #ffffff !important;
    font-size: 18px;
}

    .tippy-content span {
        color: #555555;
        font-size: 14px;
    }

    .tippy-content a {
        color: #7ED924 !important;
        font-size: 18px;
        font-weight: bold;
    }


.tippytooltip-validationerror-theme {
    line-height: 1;
    background-color: rgba(220,53,69,.9);
    transition-property: visibility,opacity,transform;
    outline: 0;
    opacity: 0.5;
}
    .tippytooltip-validationerror-theme .tippy-arrow {
        border-bottom-color: rgba(220,53,69,.9) !important;
    }


.tippytooltip-validationerror-theme .tippy-content {
    color: #ffffff !important;
    font-size: 14px;
}

.inputstable .tippytooltip-validationerror-theme {
    left:-100px !important;
}

.tippytooltip-inputinfo-theme {
    line-height: 1;
    background-color: #385370;
    /*transition-property: visibility,opacity,transform;
    outline: 0;
    opacity: 0.5;*/
}

    .tippytooltip-inputinfo-theme .tippy-arrow {
        border-bottom-color: #385370 !important;
    }


    .tippytooltip-inputinfo-theme .tippy-content {
        color: #ffffff !important;
        font-size: 14px;
    }

/*---------- Thermometer  ----------------------*/
.thermometerline {
    background: #3fe36f; /* Old browsers */
    background: -moz-linear-gradient(left, #3fe36f 2%, #ffbf01 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #3fe36f 2%,#ffbf01 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #3fe36f 2%,#ffbf01 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fe36f', endColorstr='#ffbf01',GradientType=1 ); /* IE6-9 */
}

.thermometerrange {
    background-color: rgba(34, 89, 128, 0.7);
    border-left: 2px solid #cff1ff;
    border-right: 2px solid #cff1ff;
}

.thermometerrangetext {
    font-family: Heebo,Arial;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.67;
    color: #555555;
}

.customerdashboardheadercontainer {
    /*margin-top:36px;*/
    margin-top: 5px;
}

.special-header .title {
    font-family: Heebo; /* Rubik; */
    font-size: 26px;
    font-weight: bold;
    text-align: right;
    color: #225980;
    margin-right: 20px;
}

    .special-header .title .subtitle {
        font-family: Heebo; /* Rubik; */
        font-size: 16px;
        font-weight: normal;
        text-align: right;
        color: #225980;
        margin-right: 10px;
    }

    .special-header .title .subsubtitle {
        font-family: Heebo; /* Rubik; */
        font-size: 12px;
        font-weight: normal;
        text-align: right;
        color: #555555;
        margin-right: 5px;
    }

.special-header .info {
    width: 20px;
    height: 20px;
    background-image: url('/Design/New2/assets/img/info.png');
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 20px;
}

.special-header .just_gamburger {
    /*position: absolute;
        display: block;
    */
    content: "";
    display: inline-block;
    margin-top: 10px;
    right: -47px;
    width: 20px;
    height: 16px;
    cursor: pointer;
    background-image: url('/Design/New2/assets/img/hamburger-ui.png');
}

    .special-header .just_gamburger > ul {
        display: none;
        position: absolute;
        z-index: 9;
        width: 220px;
        /*background-color: #225980;*/
        border-radius: 4px;
        background-color: #385370;
        box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
        padding: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        /*margin-right: 25px;*/
        margin: 0px;
    }


        .special-header .just_gamburger > ul > li {
            background-color: #385370;
            list-style-type: none;
            border-bottom: 1px solid #31638a;
        }

            .special-header .just_gamburger > ul > li > div {
                font-family: Heebo;
                font-size: 16px;
                line-height: 1.86;
                text-align: right;
                color: #ffffff;
                padding-right: 20px;
                /*padding-top: 5px;
    padding-bottom: 5px;*/
                padding-top: 3px;
                padding-bottom: 3px;
                cursor: pointer;
            }

                .special-header .just_gamburger > ul > li > div > a {
                    font-family: Heebo;
                    font-size: 16px;
                    line-height: 1.86;
                    text-align: right;
                    color: #ffffff;
                    text-decoration: none;
                }

            .special-header .just_gamburger > ul > li:last-child {
                border-bottom: none;
            }

            .special-header .just_gamburger > ul > li.active > div > a {
                color: #ffbf01;
                text-decoration: none;
            }

            .special-header .just_gamburger > ul > li.open {
                background-color: #517195;
            }

            .special-header .just_gamburger > ul > li:hover,
            .special-header .just_gamburger > ul > li:hover > a {
                background-color: #517195;
                color: #ffffff;
            }

            .special-header .just_gamburger > ul > li > ul {
                display: none;
                width: 100%;
                background-color: #263e59;
                padding: 0px;
                margin: 0px;
                /*padding-top:8px;
    padding-bottom:8px;*/
                padding-top: 2px;
                padding-bottom: 2px;
            }

            .special-header .just_gamburger > ul > li.open > ul {
                display: block;
            }

            .special-header .just_gamburger > ul > li > ul > li {
                background-color: #263e59;
                list-style-type: none;
                border-bottom: 0px solid #31638a;
            }

                .special-header .just_gamburger > ul > li > ul > li > div {
                    font-size: 14px;
                    line-height: 1.86;
                    text-align: right;
                    color: #ffffff;
                    padding-right: 30px;
                    padding-top: 3px;
                    padding-bottom: 3px;
                }

                    .special-header .just_gamburger > ul > li > ul > li > div > a {
                        font-size: 14px;
                        line-height: 1.86;
                        text-align: right;
                        color: #ffffff;
                        text-decoration: none;
                    }

                .special-header .just_gamburger > ul > li > ul > li.active > div > a {
                    color: #ffbf01;
                }

                .special-header .just_gamburger > ul > li > ul > li:last-child {
                    border-bottom: none;
                }

                .special-header .just_gamburger > ul > li > ul > li.active,
                .special-header .just_gamburger > ul > li > ul > li.active > a {
                    color: #ffbf01;
                }

                .special-header .just_gamburger > ul > li > ul > li:hover,
                .special-header .just_gamburger > ul > li > ul > li:hover > a {
                    background-color: #517195;
                    color: #ffffff;
                }


/*.special-header .just_gamburger:hover ul{
    display: block;
}*/
.special-header .tab_head {
    position: relative;
}

.special-header #search {
    width: 500px;
    height: 50px;
    border: solid 1px #e8f1f3;
    float: left;
    font-family: Heebo;
    font-size: 16px;
    text-align: right;
    color: #555555;
    padding-right: 52px;
    background-image: url('/Design/New2/assets/img//search-icon-blue-ui.png');
    background-repeat: no-repeat;
    background-position-x: 460px;
    background-position-y: center;
}

    .special-header #search::placeholder {
        font-family: Heebo;
        font-size: 16px;
        text-align: right;
        color: #555555;
    }

.special-header p {
    font-family: Heebo;
    font-size: 16px;
    text-align: right;
    color: #555555;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*
.popover-title, .popover-header {
    background-color: #385370;
    border-radius: 5px;
}
.popover-content, .popover-body {
    background-color: #385370;
    border-radius: 5px;
    margin:-1px;   
}
    */

.popovercustom1 {
    background: #385370 !important;
    max-width: 750px;
    width: 750px;
}

    .popovercustom1 .popover-content {
        font-size: 15px;
        color: #ffffff;
    }

    .popovercustom1.bottom .arrow:after {
        border-bottom-color: #385370;
    }

    .popovercustom1.right .arrow:after {
        border-right-color: #385370;
    }

    .popovercustom1.left .arrow:after {
        border-left-color: #385370;
    }

    .popovercustom1.top .arrow:after {
        border-top-color: #385370;
    }

.range3-arrow-box {
    position: relative;
    background: #ffffff;
    border: 1px solid #e67d7d;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.54;
    color: #e77e7e;
}

    .range3-arrow-box:after, .range3-arrow-box:before {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .range3-arrow-box:after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #ffffff;
        border-width: 4px;
        margin-top: -4px;
    }

    .range3-arrow-box:before {
        /*border-color: rgba(230, 125, 125, 0);*/
        border-right-color: #e67d7d;
        border-width: 5px;
        margin-top: -5px;
    }

.range3-arrow-box-good {
    color: #3db6e2;
    border: 1px solid #3db6e2;
}

    .range3-arrow-box-good:before {
        /*border-color: rgba(230, 125, 125, 0);*/
        border-right-color: #3db6e2;
    }

.minwidthhack {
    min-width: 100px;
    width: auto !important;
    width: 100px;
}


.grid-group-container {
    margin-top: 20px;
    margin-bottom: 30px;
}

.grid-group-filter-category-container {
    margin-bottom: 30px;
    position: relative;
}

.grid-group-filter-category-button {
    width: 25%;
    height: 70px;
    background-color: #f7f9fa;
    padding-top: 7px;
    float: right;
    border-right: solid 1px #b7cfd4;
    border-left: solid 1px #b7cfd4;
    cursor: pointer;
}

    .grid-group-filter-category-button:first-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-right: solid 0px #b7cfd4;
    }

    .grid-group-filter-category-button:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-left: solid 0px #b7cfd4;
    }

.grid-group-filter-category-button-active {
    background-color: #dfebf1;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    border: solid 1px #c2d6db;
    border-left: solid 1px #c2d6db;
    border-right: solid 1px #c2d6db !important;
}

.grid-group-filter-category-button-inner-text,
.grid-group-filter-category-button-inner-text-value {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #555555;
}

.grid-group-filter-category-button-active .grid-group-filter-category-button-inner-text,
.grid-group-filter-category-button-active .grid-group-filter-category-button-inner-text-value {
    font-size: 20px;
    font-weight: 500;
    color: #385370;
}


.grid-group-filter-container-triangle {
    position: absolute;
    left: 300px;
    top: -36px;
}

.grid-group-filter-container-triangle-border {
    /*position: absolute;      
        border-width: 25px;
        border-style: solid;
        border-color: transparent transparent #b9d1d6 transparent;*/
}

.grid-group-filter-container-triangle-background {
    position: absolute;
    border-width: 20px;
    left: -38px;
    border-style: solid;
    border-color: transparent transparent #dfebf1 transparent;
}



.grid-group-header-container {
    width: 100%;
    height: 59px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #dfebf1;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding-top: 18px;
    position: relative;
    margin-bottom: 20px;
}

.grid-group-header-item {
    width: 25%;
    font-family: Heebo;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: center;
    color: #385370;
    float: right;
}

.grid-group-header-itemLeft {
    width: 25%;
    font-family: Heebo;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: center;
    color: #385370;
    float: left;
}

.grid-group-accordion-level-a-header-sub-textLeft {
    margin: 13px 0px 13px 0px;
    width: 25%;
    font-family: Heebo;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: center;
    color: #385370;
    float: left;
}

.grid-group-header-container-smaller {
    height: 50px;
    padding-top: 13px;
    margin-bottom: 10px;
}

.grid-group-footer-container {
    width: 100%;
    height: 59px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #dfebf1;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding-top: 18px;
    position: relative;
    margin-top: 10px;
}

.grid-group-footer-item {
    width: 25%;
    font-family: Heebo;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: center;
    color: #385370;
    float: right;
}

#divRisksSearchBar {
    float: right;
}

#divPremiaSummary {
    float: right;
}

.ddddddddd {
    width: 10%;
    float: right;
    text-align: center;
}

.grid-group-footer-itemLeft {
    width: 25%;
    font-family: Heebo;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: center;
    color: #385370;
    float: left;
}

.grid-group-accordion-level-a {
    border-bottom: solid 1px #f4f9f9;
    /*border-top: solid 1px #f4f9f9;*/
}

.grid-group-style-type-2 .grid-group-accordion-level-a {
    border-radius: 4px;
    background-color: #f9fbfc; /*#f7f7f7;*/
    border-bottom: solid 5px #ffffff;
    /*border-bottom: solid 2px #E8F1F3;*/
}

.grid-group-accordion-level-a .grid-group-accordion-level-a-header-container {
    margin-top: 3px;
    margin-bottom: 3px;
    display: block;
}

.grid-group-accordion-level-a-active .grid-group-accordion-level-a-header-container {
    /*display:none;*/
}

.grid-group-accordion-level-a .grid-group-accordion-level-a-content {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

.grid-group-accordion-level-a .grid-group-accordion-level-a-header-container {
    cursor: pointer
}

.grid-group-accordion-level-a .grid-group-accordion-level-a-header-icon {
    display: inline-block;
    background-image: url(/Design/New2/assets/img/dropdown-close.png) !important;
    margin-left: 20px;
    margin-right: 50px;
    width: 18px;
    height: 18px;
    float: right;
    cursor: pointer;
}

.grid-group-style-type-2 .grid-group-accordion-level-a .grid-group-accordion-level-a-header-icon {
    background-image: url(/Design/New2/assets/img/dropdown-arrow-small2.png) !important;
    width: 10px;
    height: 7px;
    margin-top: 10px;
}

.grid-group-accordion-level-a-active .grid-group-accordion-level-a-header-icon {
    background-image: url(/Design/New2/assets/img/dropdown-open.png) !important;
}

.grid-group-style-type-2 .grid-group-accordion-level-a-active .grid-group-accordion-level-a-header-icon {
    background-image: url(/Design/New2/assets/img/dropdown-arrow-small2-open.png) !important;
}


.grid-group-accordion-level-a .grid-group-accordion-level-a-header-text {
    width: 25%;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.28;
    color: #385370;
    margin: 10px 0px 10px 0px;
    cursor: pointer;
    float: right;
    text-align: right;
}

.grid-group-style-type-2 .grid-group-accordion-level-a .grid-group-accordion-level-a-header-text {
    margin: 13px 0px 13px 0px;
}

.grid-group-accordion-level-a .grid-group-accordion-level-a-header-inner-text {
    max-width: calc(100% - 100px);
    white-space: nowrap;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.28;
    color: #385370;
    cursor: pointer;
    float: right;
    text-align: right;
}


.grid-group-accordion-level-a .grid-group-accordion-level-a-header-sub-text {
    width: 25%;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.28;
    color: #555555;
    margin: 10px 0px 10px 0px;
    cursor: pointer;
    text-align: center;
    float: right;
}

.grid-group-style-type-2 .grid-group-accordion-level-a .grid-group-accordion-level-a-header-sub-text {
    margin: 13px 0px 13px 0px;
}




.grid-group-accordion-level-a-active .grid-group-accordion-level-a-content {
    display: block;
}


.grid-group-style-type-2 .grid-group-accordion-level-a-active .grid-group-accordion-level-a-content {
    background-color: #ffffff;
}




/*ACCORDION*/



.custom-accordion-level-a {
    border-bottom: solid 1px #f4f9f9;
    /*border-top: solid 1px #f4f9f9;*/
}

.custom-accordion-style-type-2 .custom-accordion-level-a {
    border-radius: 4px;
    background-color: #f9fbfc; /*#f7f7f7;*/
    border-bottom: solid 0px #ffffff;
    /*border-bottom: solid 2px #E8F1F3;*/
}

.custom-accordion-style-type-3 .custom-accordion-level-a {
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    border: solid 1px #e8f1f3;
    margin-bottom: 8px;
}

.custom-accordion-style-type-4 .custom-accordion-level-a {
    border-radius: 4px;
    /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);*/
    background-color: #ffffff;
    /*border: solid 1px #e8f1f3;*/
    border-bottom: solid 1px #e8f1f3;
    margin-bottom: 8px;
}

.custom-accordion-style-type-4:first-child .custom-accordion-level-a {
    border-top: solid 1px #e8f1f3;
}

.custom-accordion-style-type-5 .custom-accordion-level-a {
    border-radius: 4px;
    background-color: #FBFBFB;
    border-width: 0px;
    margin-bottom: 8px;
}

.custom-accordion-style-type-7 .custom-accordion-level-a {
    border-radius: 4px;
    background-color: #f9fbfc; /*#f7f7f7;*/
    border-bottom: solid 0px #ffffff;
    /*border-bottom: solid 2px #E8F1F3;*/
}

.custom-accordion-level-a .custom-accordion-level-a-header-container {
    margin-top: 3px;
    margin-bottom: 3px;
    display: block;
}

.custom-accordion-style-type-4 .custom-accordion-level-a .custom-accordion-level-a-header-container {
    margin-top: 12px;
    margin-bottom: 12px;
}

.custom-accordion-level-a-active .custom-accordion-level-a-header-container {
    /*display:none;*/
}

.custom-accordion-level-a .custom-accordion-level-a-content {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
}


.custom-accordion-style-type-4 .custom-accordion-level-a .custom-accordion-level-a-content {
    background-color: #f7f9fa;
}

.custom-accordion-style-type-5 .custom-accordion-level-a .custom-accordion-level-a-content {
    background-color: #ffffff;
}

.custom-accordion-style-type-7 .custom-accordion-level-a .custom-accordion-level-a-content {
    padding-top: 0px;
}


.custom-accordion-level-a .custom-accordion-level-a-content .custom-accordion-level-a-content-row {
    margin: 5px 5px 10px 5px;
}

.custom-accordion-level-a .custom-accordion-level-a-content .custom-accordion-level-a-content-value1 {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.33;
    color: #385370;
}

.custom-accordion-level-a .custom-accordion-level-a-content .custom-accordion-level-a-content-value1-bold {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.33;
    color: #385370;
}

.custom-accordion-level-a .custom-accordion-level-a-content .custom-accordion-level-a-content-value2 {
    font-size: 13px;
    font-weight: 300;
    text-align: right;
    color: #385370;
}

.custom-accordion-level-a .custom-accordion-level-a-content .custom-accordion-level-a-content-value2-bold {
    font-size: 13px;
    font-weight: 500;
    text-align: right;
    color: #385370;
}



.custom-accordion-level-a .custom-accordion-level-a-header-container {
    cursor: pointer
}

.custom-accordion-level-a .custom-accordion-level-a-header-icon {
    display: inline-block;
    background-image: url(/Design/New2/assets/img/dropdown-close.png) !important;
    margin-left: 20px;
    margin-right: 15px;
    width: 18px;
    height: 18px;
    float: right;
    cursor: pointer;
    margin-top: 10px;
}

.custom-accordion-style-type-2 .custom-accordion-level-a .custom-accordion-level-a-header-icon {
    background-image: url(/Design/New2/assets/img/dropdown-arrow-small2.png) !important;
    width: 10px;
    height: 7px;
    margin-top: 10px;
}

.custom-accordion-style-type-3 .custom-accordion-level-a .custom-accordion-level-a-header-icon {
    background-image: url(/Design/New2/assets/img/dropdown-arrow-small2.png) !important;
    width: 10px;
    height: 7px;
    margin-top: 10px;
}


.custom-accordion-style-type-4 .custom-accordion-level-a .custom-accordion-level-a-header-icon {
    background-image: url(/Design/New2/assets/img/dropdown-arrow-small2.png) !important;
    width: 10px;
    height: 7px;
    margin-top: 22px;
    float: left;
}

.custom-accordion-style-type-5 .custom-accordion-level-a .custom-accordion-level-a-header-icon {
    background-image: url(/Design/New2/assets/img/dropdown-arrow-small2.png) !important;
    width: 10px;
    height: 7px;
    margin-top: 18px;
    float: left;
}

.custom-accordion-style-type-7 .custom-accordion-level-a .custom-accordion-level-a-header-icon {
    background-image: url(/Design/New2/assets/img/dropdown-arrow-small2.png) !important;
    width: 10px;
    height: 7px;
    margin-top: 10px;
}


.custom-accordion-style-type-4 .custom-accordion-level-a .custom-accordion-level-a-header-counter-circle-container {
    width: 34px;
    height: 34px;
    background-color: #f7f9fa;
    margin-left: 20px;
    margin-right: 15px;
    cursor: pointer;
    border-radius: 50%;
    float: right;
}

.custom-accordion-style-type-4 .custom-accordion-level-a .custom-accordion-level-a-header-counter-circle-content {
    margin-top: 8px;
    font-size: 15px;
    color: #385370;
    text-align: center;
}


.custom-accordion-level-a-active .custom-accordion-level-a-header-icon {
    background-image: url(/Design/New2/assets/img/dropdown-open.png) !important;
}

.custom-accordion-style-type-2 .custom-accordion-level-a-active .custom-accordion-level-a-header-icon {
    background-image: url(/Design/New2/assets/img/dropdown-arrow-small2-open.png) !important;
}

.custom-accordion-style-type-3 .custom-accordion-level-a-active .custom-accordion-level-a-header-icon {
    background-image: url(/Design/New2/assets/img/dropdown-arrow-small2-open.png) !important;
}

.custom-accordion-style-type-4 .custom-accordion-level-a-active .custom-accordion-level-a-header-icon {
    background-image: url(/Design/New2/assets/img/dropdown-arrow-small2-open.png) !important;
}

.custom-accordion-style-type-5 .custom-accordion-level-a-active .custom-accordion-level-a-header-icon {
    background-image: url(/Design/New2/assets/img/dropdown-arrow-small2-open.png) !important;
}

.custom-accordion-style-type-7 .custom-accordion-level-a-active .custom-accordion-level-a-header-icon {
    background-image: url(/Design/New2/assets/img/dropdown-arrow-small2-open.png) !important;
}


.custom-accordion-level-a .custom-accordion-level-a-header-text {
    width: 25%;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.28;
    color: #385370;
    margin: 10px 0px 10px 0px;
    cursor: pointer;
    float: right;
    text-align: right;
}

.custom-accordion-style-type-2 .custom-accordion-level-a .custom-accordion-level-a-header-text {
    margin: 13px 0px 13px 0px;
}

.custom-accordion-style-type-4 .custom-accordion-level-a .custom-accordion-level-a-header-text {
    font-size: 17px;
    color: #385370;
}

.custom-accordion-style-type-5 .custom-accordion-level-a .custom-accordion-level-a-header-text {
    margin-right: 20px;
}

.custom-accordion-style-type-7 .custom-accordion-level-a .custom-accordion-level-a-header-text {
    margin: 30px 30px 30px 0px;
}


.custom-accordion-level-a .custom-accordion-level-a-header-inner-text {
    max-width: calc(100% - 100px);
    white-space: nowrap;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.28;
    color: #385370;
    cursor: pointer;
    float: right;
    text-align: right;
}

.custom-accordion-style-type-4 .custom-accordion-level-a .custom-accordion-level-a-header-inner-text {
    padding-top: 5px;
}

.custom-accordion-style-type-7 .custom-accordion-level-a .custom-accordion-level-a-header-inner-text {
    font-weight: bold;
    padding-right: 15px;
}


.custom-accordion-level-a .custom-accordion-level-a-header-sub-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.28;
    color: #555555;
    margin: 10px 0px 10px 0px;
    cursor: pointer;
    text-align: center;
    float: right;
}

.custom-accordion-style-type-2 .custom-accordion-level-a .custom-accordion-level-a-header-sub-text {
    margin: 13px 0px 13px 0px;
}

.custom-accordion-style-type-5 .custom-accordion-level-a .custom-accordion-level-a-header-sub-text {
    font-weight: 300;
    color: #385370;
}

.custom-accordion-style-type-7 .custom-accordion-level-a .custom-accordion-level-a-header-sub-text {
    margin: 13px 0px 13px 0px;
}



.custom-accordion-level-a-active .custom-accordion-level-a-content {
    display: block;
}


.custom-accordion-style-type-2 .custom-accordion-level-a-active .custom-accordion-level-a-content {
    background-color: #ffffff;
}

.custom-accordion-style-type-7 .custom-accordion-level-a-active .custom-accordion-level-a-content {
    background-color: #f9fbfc;
}

/*FIXES*/

/*Fix for bootstrap select, that is overlay */
.dropdown-menu {
    display: none;
}


/* Easy UI combo grid  */

.combo {
    border-color: #cccccc;
    height: 30px;
    padding-top: 2px;
}

    .combo input[type=text],
    .combo input[type=password] {
        border-width: 0px;
    }


.combo-arrow {
    background-color: #ffffff;
}



.combo-arrow {
    /*background: url(images/combo_arrow.png) no-repeat center center;*/
}


.panel .datagrid-row-selected {
    background: #d6ecf1;
}


/*.incomesoutcomesrange-container{
    position:relative;
    height:40px;
}
.incomesoutcomesrange-silder{
    background-color:#eeeeee;
    border-radius: 5px 5px 5px 5px;
    border:1px solid #cccccc;
    position:absolute;
    top:10px;
    height:25px;
    width:800px;
}
.incomesoutcomesrange-incomes{
    position:absolute;
    background-color:#7df6a5;    
    border-radius: 5px 5px 5px 5px;    
    top:2px;
    left:2px;
    right:2px;
    bottom:2px;
}
.incomesoutcomesrange-outcomes{
    position:absolute;
    background-color:#e57c7c;    
    border-radius: 0px 0px 0px 5px;
    top:12px;
    left:2px;
    right:120px;
    bottom:2px;
}
.incomesoutcomesrange-balancesum{
    
}
.incomesoutcomesrange-balancetext{
    
}*/


.customalertmessage {
    max-width: 800px;
    padding: 20px;
}

.customalertmessage-image-container {
    margin-top: 30px;
    margin-bottom: 20px;
}


.customalertmessage-inner-title {
    font-size: 20px;
    font-weight: bold;
    color: #616161;
}

.customalertmessage-inner-text {
    margin-top: 10px;
    font-size: 18px;
    color: #616161;
}

    .customalertmessage-inner-text a {
        font-size: 18px;
        color: #616161;
    }

.customalertmessage-buttons-container {
    margin-top: 30px;
    margin-left: 20px;
}

    .customalertmessage-buttons-container input {
        margin-left: 20px;
    }



.customprogressbar {
    max-width: 800px;
    padding: 20px;
    padding-top: 30px;
}

    .customprogressbar .progress {
        margin-top: 30px;
        width: 300px;
        height: 10px;
        background-color: #d8d8d8;
    }

    .customprogressbar .progress-bar {
        background-color: #9d9d9d;
    }

.customprogressbar-image-container {
    margin-top: 30px;
    margin-bottom: 20px;
}



.customprogressbar-inner-title {
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    color: #616161;
}

.customprogressbar-inner-text {
    margin-top: 10px;
    font-size: 16px;
    color: #616161;
}

.customsearchform {
    width: 1200px;
    border-radius: 4px;
    background-color: #e8f1f3;
    padding-right: 70px;
    padding-top: 2px;
    padding-bottom: 20px;
}

.custom-accordion-style-type-7 .customsearchform {
    background-color: #f9fbfc !important;
    padding-right: 70px;
    border-radius: 0px;
    border-width: 0px;
    margin-top: -10px;
}


.customsearchformsimple {
    width: 1200px;
    /*border-radius: 4px;
  background-color: #e8f1f3;
  padding-right:70px;*/

    padding-top: 2px;
    padding-bottom: 20px;
}

.customformsimple {
    width: 500px;
    /*border-radius: 4px;
  background-color: #e8f1f3;
  padding-right:70px;*/

    padding-top: 2px;
    padding-bottom: 20px;
}



/*    MULTIPLE SELECT*/
.ms-choice {
    height: 30px !important;
    color: #225980 !important;
    border-color: #e8f1f3 !important;
}

    .ms-choice > div {
        left: 3px !important;
        top: 2px !important;
        right: inherit !important;
    }

    .ms-choice > span {
        right: 8px !important;
        left: 20px !important;
        color: #225980 !important;
        text-align: right;
    }




.custom-top-dropdown-menu {
    width: 250px;
    border-radius: 4px !important;
    border-top-left-radius: 0px !important;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    /*background-color: #f6f6f6;*/
    background-color: #e8f1f3;
    border: solid 2px #e5e5e5;
    padding-top: 30px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 30px;
    margin-right: -105px !important;
    margin-top: 20px !important;
}

    .custom-top-dropdown-menu:before {
        border-bottom: 0px solid transparent !important;
        border-left: 0px solid transparent !important;
        border-right: 0px solid transparent !important;
        content: "";
        display: inline-block;
        position: absolute;
        left: -2px !important;
        top: -20px !important;
    }

    .custom-top-dropdown-menu:after {
        border-bottom: 20px solid #f6f6f6 !important;
        border-left: 0px solid transparent !important;
        border-right: 20px solid transparent !important;
        content: "";
        display: inline-block;
        position: absolute;
        left: -2px !important;
        top: -20px !important;
    }

    .custom-top-dropdown-menu li.new-action-header {
        padding: 0px !important;
        margin: 0px !important;
        font-size: 18px !important;
        font-weight: 500 !important;
        line-height: 1.28 !important;
        /*color: #888888 !important;*/
        color: #3397e2 !important;
        margin-bottom: 5px !important;
    }

    .custom-top-dropdown-menu li.new-action-seperator {
        padding: 0px !important;
        margin: 0px !important;
        border-bottom: solid 1px #e3e3e3;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .custom-top-dropdown-menu li.new-action-item {
        padding: 0px !important;
        margin: 0px !important;
        margin-top: 3px !important;
        margin-bottom: 0px !important;
    }

        .custom-top-dropdown-menu li.new-action-item a {
            margin: 0px !important;
            padding: 0px !important;
            font-size: 14px !important;
            font-weight: normal !important;
            font-style: normal !important;
            line-height: 1.64 !important;
            /*color: #b1b1b1 !important;*/
            color: #3397e2 !important;
            text-decoration: none;
        }

    .custom-top-dropdown-menu li.new-action-item-big {
        padding: 0px !important;
        margin: 0px !important;
        margin-top: 4px !important;
        margin-bottom: 0px !important;
    }

        .custom-top-dropdown-menu li.new-action-item-big a {
            margin: 0px !important;
            padding: 0px !important;
            font-size: 15px !important;
            font-weight: normal !important;
            font-style: normal !important;
            /*color: #b1b1b1 !important;*/
            color: #3397e2 !important;
            text-decoration: none;
        }

.div-multiselect-display-selected {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding: 5px;
    min-height: 30px;
    max-height: 300px;
    overflow-y: scroll;
}

    .div-multiselect-display-selected ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }


.custom-switch-container {
}

    .custom-switch-container .right {
        width: 200px;
        height: 40px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        background-color: #f7f9fa;
        border: solid 1px #cccccc;
        float: right;
        margin: auto;
    }

    .custom-switch-container .left {
        width: 200px;
        height: 40px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        background-color: #f7f9fa;
        border: solid 1px #cccccc;
        float: right;
        margin: auto;
    }

        .custom-switch-container .right > div,
        .custom-switch-container .left > div {
            font-size: 16px;
            color: #555555;
            display: table;
            margin: auto;
            margin-top: 8px;
        }

    .custom-switch-container.rightselected .right,
    .custom-switch-container.leftselected .left {
        background-color: #ffffff;
        border-width: 0px;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
        cursor: default;
    }

    .custom-switch-container.rightselected .left,
    .custom-switch-container.leftselected .right {
        cursor: pointer;
    }

    .custom-switch-container.rightselected .right > div {
        color: #385370;
    }

    .custom-switch-container.rightselected .left {
    }

    .custom-switch-container.leftselected .right {
    }


    .custom-switch-container.leftselected .left > div {
        color: #385370;
    }


.generalexporttoexcelbutton {
    /*display:none;*/
}




/* SPECIFIC DIALOGS */
#riskstable .inputstableinnerframefirst,
#riskstable .inputstableinnerframemiddle,
#riskstable .inputstableinnerframelast {
    width: 280px;
}

#riskstable input,
#riskstable select {
    width: 260px;
}


/* SPECIFIC DIALOGS */
#instrumentstable .inputstableinnerframefirst,
#instrumentstable .inputstableinnerframemiddle,
#instrumentstable .inputstableinnerframelast {
    width: 280px;
}

#instrumentstable input,
#instrumentstable select {
    width: 260px;
}



.seker-question-select {
    width: 100%;
}


.seker-questions-table td,
.seker-questions-table th {
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 20px;
    vertical-align: top;
    border-bottom: 1px solid #e8f1f3 !important;
}

.seker-questions-table tr td:first-child {
    padding-right: 0px;
}

td.seker-question-number {
}

td.seker-question-description {
    width: 400px;
}

td.seker-question-answer {
    width: 400px;
}



.customerhakamastatus-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

.customerhakamastatus-subject-container {
    width: 280px;
    margin-left: 18px;
    margin-bottom: 10px;
    border-radius: 4px !important;
    background-color: #f7f7f7;
    border: solid 1px #e4e4e4;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
    height: 70px;
    overflow: hidden;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    /*box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);*/
}

.customerhakamastatus-subject-completed-container {
    background-color: #ffffff;
    border: solid 1px #3fe36f;
}

.customerhakamastatus-subject-half-completed-container {
    background-color: #ffffff;
}

.customerhakamastatus-subject-header {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.28;
    color: #385370;
    margin-bottom: 3px;
    float: right;
}

.customerhakamastatus-subject-status-container {
    float: left;
    margin-top: 5px;
    position: relative;
    cursor: pointer;
}

.customerhakamastatus-subject-status-circle {
    height: 15px;
    width: 15px;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    display: inline-block;
    float: left;
    /*margin-top:5px;*/
    overflow: hidden;
    cursor: pointer;
}

.customerhakamastatus-subject-status-circle-inner1 {
    display: none;
    background-color: #3fe36f;
    height: 15px;
    width: 7.5px;
    border-right: 1px solid black;
}

.customerhakamastatus-subject-status-circle-inner2 {
    display: none;
    background-color: transparent;
    height: 15px;
    width: 7.5px;
}

.customerhakamastatus-subject-status-circle-filled {
    background-color: #3fe36f;
}

/*.customerhakamastatus-subject-status-circle-half-filled .customerhakamastatus-subject-status-circle-inner1,*/
.customerhakamastatus-subject-status-circle-half-filled .customerhakamastatus-subject-status-circle-inner2 {
    display: inline-block;
    background-color: #3fe36f;
}



.customerhakamastatus-subject-status-edit-container {
    display: none;
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 5px;
    width: 100px;
    margin-top: 15px;
    left: 0;
}


.customerhakamastatus-subject-status-edit-close {
    cursor: pointer;
    margin-top: 3px;
    font-weight: bold;
    color: #555555;
    margin-right: 5px;
    font-size: 15px;
}


.customerhakamastatus-subject-status-edit-container > div {
    float: right;
    margin: 2px;
}


.customerhakamastatus-subject-comments1-edit {
    float: right;
    display: inline-block;
    background-image: url(/Design/New2/assets/img/edit-icon.png) !important;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    background-size: cover;
}

.customerhakamastatus-subject-comments1-container {
    margin-top: 4px;
    position: relative;
    cursor: pointer;
}

.customerhakamastatus-subject-comments1 {
    font-size: 12px;
    font-weight: normal;
    color: #555555;
    float: right;
}

.customerhakamastatus-subject-comments1-edit-content-container {
    display: none;
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 5px;
    width: 260px;
    margin-top: -55px;
    left: 0;
}

.customerhakamastatus-subject-comments1-edit-content-input {
    float: right;
}

    .customerhakamastatus-subject-comments1-edit-content-input textarea {
        width: 220px;
        height: 100%;
        font-size: 14px;
    }

.customerhakamastatus-subject-comments1-edit-content-approve-cancel {
    float: right;
    margin-right: 10px;
}

.customerhakamastatus-subject-comments1-edit-content-approve,
.customerhakamastatus-subject-comments1-edit-content-cancel {
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}


.customerhakamastatus-subject-comments2 {
    font-size: 12px;
    font-weight: normal;
    color: #555555;
}




.customerdgeshim-edit-content-container {
    display: none;
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 5px;
    width: 300px;
    /*margin-top: -55px;*/
    left: 0;
}

.customerdgeshim-edit-content-input {
    float: right;
}

    .customerdgeshim-edit-content-input textarea {
        width: 260px;
        height: 150px;
        font-size: 14px;
    }

.customerdgeshim-edit-content-approve-cancel {
    float: right;
    margin-right: 10px;
}

.customerdgeshim-edit-content-approve,
.customerdgeshim-edit-content-cancel {
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}





.editable-container.popover {
    width: 300px !important;
}




/* TABS */
.ui-tabs-nav {
    background-color: #fcfcfc;
}

    .ui-tabs-nav .ui-state-default {
        background-color: #e8f1f3;
        border: solid 1px #e5e5e5;
        color: #3397e2;
        /*border:
background-color:
color:*/
    }

        .ui-tabs-nav .ui-state-default a {
            color: #3397e2;
        }

    .ui-tabs-nav .ui-tabs-active {
        border:;
        background-color: #1c7ebb;
        color: #ffffff;
    }

        .ui-tabs-nav .ui-tabs-active a {
            color: #ffffff;
        }


.TitleValuePairsTable {
}

    .TitleValuePairsTable th {
        background-color: #e8f1f3 !important;
        color: #3397e2 !important;
    }

    .TitleValuePairsTable th,
    .TitleValuePairsTable td {
        border: solid 1px #e5e5e5 !important;
        padding: 5px;
        text-align: center;
        vertical-align: top;
    }


.DataTable th {
    background-color: #e8f1f3 !important;
    border: solid 1px #e5e5e5 !important;
    color: #3397e2 !important;
}


.DataTable th,
.DataTable td {
    border: solid 1px #e5e5e5 !important;
    padding: 5px;
    text-align: center;
    vertical-align: top;
}



.create-product-container {
    padding: 30px;
    white-space: nowrap;
    vertical-align: top;
}

.create-product-instructions {
    margin-bottom: 10px;
    font-size: 16px;
}

.create-product-category-container {
    vertical-align: top;
    display: inline-block;
    /*float:right;*/
    margin-right: 30px;
}

.create-product-category-header {
    color: #3397e2 !important;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}


.create-product-type-container {
    margin-bottom: 5px;
    text-align: center;
}

    .create-product-type-container a {
        font-size: 16px;
        text-decoration: none;
    }

.label-custom-input {
    background-color: #f1f1f1 !important;
}


.button-custom-input {
    width: 260px;
    height: 30px;
    /*background-image: url(/images/buttons/add.png);*/
    background-repeat: no-repeat;
    background-position: 0px 0px;
    border-radius: 3px;
    background-color: #3db6e2;
    font-family: Heebo;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.64;
    text-align: right;
    color: #ffffff;
    border: 0;
    /*display: table-cell;*/
    vertical-align: middle;
    padding-right: 20px;
}


.dialogtabletype2 td,
.dialogtabletype2 th {
    padding: 3px;
    padding-left: 20px;
    vertical-align: top;
}

.dialogtabletype2 th {
    text-align: center;
}

#requiredriskstable .dialogtabletype2 input[type=text],
#requiredriskstable .dialogtabletype2 input[type=password] {
    width: 90px;
}

.selectreport-container {
}

    .selectreport-container .selectreport-item-container {
        float: right;
        width: 300px;
        margin-left: 20px;
    }

        .selectreport-container .selectreport-item-container .selectreport-item-input-container {
            float: right;
            margin-left: 5px;
        }

        .selectreport-container .selectreport-item-container .selectreport-item-header {
            float: right;
            margin-left: 5px;
        }

        .selectreport-container .selectreport-item-container .selectreport-item-price {
            float: right;
            margin-left: 5px;
        }

.login-wrapper {
    margin-top: 20px;
    text-align: center;
    height: 100%;
    width: 100%;
    padding-top: 100px;
    background-image: url('/Design/New2/assets/img/loginbackground.png');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    min-width: 1200px;
    min-height: 829px;
}

.login-container {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 420px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.08);
    background-color: #406690;
    padding-top: 40px;
}

.login-notes, .login-notes a {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: bold;
}

.login-footer-notes-success {
    padding-top: 30px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

/*.forgotpassword-recaptcha-container {
    position: absolute;
    bottom: 5px;
    left: 10px;
}*/
.login-footer-forgot-password {
    position: absolute;
    bottom: 5px;
    left: 10px;
}

    .login-footer-forgot-password a {
        color: #3db6e2;
        font-size: 14px;
    }

.login-sent-code-message,
.login-sent-code-message span {
    padding: 10px 20px 10px 20px;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}




.login-header {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #3db6e2;
    margin-bottom: 30px;
}

.login-sub-header {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 10px;
}

.login-input-container {
    margin-top: 5px;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    height: 40px;
    border-radius: 10px;
    background-color: #385370;
    padding: 5px 25px 5px 25px;
}

    .login-input-container label {
        width: 100px;
        font-size: 16px;
        font-weight: 300;
        text-align: right;
        color: #dfebf1;
    }

    .login-input-container input {
        padding-right: 10px;
        width: 150px;
        font-size: 18px !important;
        font-weight: 500;
        text-align: right;
        color: #ffffff !important;
        background-color: #385370;
        border: 0px solid #ffffff;
    }

.login-footer {
    margin-top: 40px;
    width: 420px;
    height: 100px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #385370;
    position: relative;
}

.login-confirm-container {
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.login-confirm-text {
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
}

.login-confirm-approve-container {
    margin-top: 10px;
    font-weight: normal;
}

    .login-confirm-approve-container label {
        font-size: 14px;
        font-weight: normal;
        color: #ffffff;
    }

    .login-confirm-approve-container input {
        height: 15px;
        width: 15px;
    }






.login-login-button {
    position: absolute;
    margin-top: -20px;
    margin-right: 50px;
    padding-top: 4px;
    width: 320px;
    height: 40px;
    border-radius: 10px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2);
    background-color: #3fe36f;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}




@media (max-width: 991px) {

    .login-wrapper {
        margin-top: 20px;
        text-align: center;
        height: 100%;
        width: 100%;
        padding-top: 100px;
        background-image: url('/Design/New2/assets/img/loginbackground.png');
        background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: center;
        min-width: 1200px;
        min-height: 829px;
    }

    .login-container {
        width: 840px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.08);
        background-color: #406690;
        padding-top: 40px;
    }

    .login-notes, .login-notes a {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .login-footer-notes-success {
        padding-top: 30px;
        font-size: 28px;
    }

    .login-sent-code-message,
    .login-sent-code-message span {
        padding: 20px 40px 20px 40px;
        font-size: 24px;
    }



    .login-header {
        font-size: 52px;
        margin-bottom: 60px;
    }

    .login-sub-header {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .login-input-container {
        margin-top: 10px;
        width: 640px;
        height: 80px;
        border-radius: 20px;
        padding: 10px 50px 10px 50px;
    }

        .login-input-container label {
            width: 200px;
            font-size: 32px;
        }

        .login-input-container input {
            padding-right: 20px;
            width: 300px;
            font-size: 36px !important;
        }

    .login-footer {
        margin-top: 80px;
        width: 840px;
        height: 150px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .login-confirm-container {
        margin-top: 40px;
        padding-right: 40px;
        padding-left: 40px;
    }

    .login-confirm-text {
        font-size: 28px;
    }

    .login-confirm-approve-container {
        margin-top: 20px;
    }

        .login-confirm-approve-container label {
            font-size: 28px;
        }

        .login-confirm-approve-container input {
            height: 30px;
            width: 30px;
        }

    .login-login-button {
        margin-top: -40px;
        margin-right: 100px;
        padding-top: 8px;
        width: 640px;
        height: 80px;
        border-radius: 20px;
        box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2);
        font-size: 44px;
    }
}


.tablecellpadding10 td,
.tablecellpadding10 th {
    padding: 10px;
}



.inline-custom-editbox-container {
    /*display:none;*/
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #385370;
    padding: 10px;
    width: 260px;
    margin-top: -55px;
    white-space: normal;
    /*left: 0;*/
}

.inline-custom-editbox-input {
    /*float:right;*/
}

.inline-custom-editbox-instructions {
    font-weight: bold;
    font-size: 12px;
}

.inline-custom-editbox-input textarea {
    width: 95%;
    height: 60px;
    font-size: 12px !important;
}

.inline-custom-editbox-approve-cancel {
    /*float:right;
    margin-right:10px;*/
}

.inline-custom-editbox-approve,
.inline-custom-editbox-cancel {
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}




.table-item-menu .just_gamburger {
    /*position: absolute;
        display: block;
    */
    content: "";
    display: inline-block;
    margin-top: 10px;
    right: -27px;
    width: 14px;
    height: 11.2px;
    cursor: pointer;
    background-image: url('/Design/New2/assets/img/hamburger-ui.png');
    background-size: contain
}

    .table-item-menu .just_gamburger > ul {
        display: none;
        position: absolute;
        z-index: 9;
        width: 180px;
        /*background-color: #225980;*/
        border-radius: 4px;
        background-color: #385370;
        box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
        padding: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        /*margin-right: 25px;*/
        margin: 0px;
    }


        .table-item-menu .just_gamburger > ul > li {
            background-color: #385370;
            list-style-type: none;
            border-bottom: 1px solid #31638a;
        }

            .table-item-menu .just_gamburger > ul > li > div {
                font-size: 12px;
                text-align: right;
                color: #ffffff;
                padding-right: 10px;
                padding-top: 3px;
                padding-bottom: 3px;
                cursor: pointer;
            }

                .table-item-menu .just_gamburger > ul > li > div > a {
                    font-size: 12px;
                    text-align: right;
                    color: #ffffff;
                    text-decoration: none;
                }

            .table-item-menu .just_gamburger > ul > li:last-child {
                border-bottom: none;
            }

            .table-item-menu .just_gamburger > ul > li.active > div > a {
                color: #ffbf01;
                text-decoration: none;
            }

            .table-item-menu .just_gamburger > ul > li.open {
                background-color: #517195;
            }

            .table-item-menu .just_gamburger > ul > li:hover,
            .table-item-menu .just_gamburger > ul > li:hover > a {
                background-color: #517195;
                color: #ffffff;
            }

            .table-item-menu .just_gamburger > ul > li > ul {
                display: none;
                width: 100%;
                background-color: #263e59;
                padding: 0px;
                margin: 0px;
                padding-top: 8px;
                padding-bottom: 8px;
            }

            .table-item-menu .just_gamburger > ul > li.open > ul {
                display: block;
            }

            .table-item-menu .just_gamburger > ul > li > ul > li {
                background-color: #263e59;
                list-style-type: none;
                border-bottom: 0px solid #31638a;
            }

                .table-item-menu .just_gamburger > ul > li > ul > li > div {
                    font-size: 14px;
                    line-height: 1.86;
                    text-align: right;
                    color: #ffffff;
                    padding-right: 30px;
                    padding-top: 3px;
                    padding-bottom: 3px;
                }

                    .table-item-menu .just_gamburger > ul > li > ul > li > div > a {
                        font-size: 14px;
                        line-height: 1.86;
                        text-align: right;
                        color: #ffffff;
                        text-decoration: none;
                    }

                .table-item-menu .just_gamburger > ul > li > ul > li.active > div > a {
                    color: #ffbf01;
                }

                .table-item-menu .just_gamburger > ul > li > ul > li:last-child {
                    border-bottom: none;
                }

                .table-item-menu .just_gamburger > ul > li > ul > li.active,
                .table-item-menu .just_gamburger > ul > li > ul > li.active > a {
                    color: #ffbf01;
                }

                .table-item-menu .just_gamburger > ul > li > ul > li:hover,
                .table-item-menu .just_gamburger > ul > li > ul > li:hover > a {
                    background-color: #517195;
                    color: #ffffff;
                }



/*for easy menuitem grid*/
.datagrid-cell, .datagrid-cell-group, .datagrid-header-rownumber, .datagrid-cell-rownumber {
    font-size: 11px;
    cursor:pointer;
}

    .datagrid-cell a, .datagrid-cell-group a, .datagrid-header-rownumber a, .datagrid-cell-rownumber a {
        font-size: 11px;
    }

.grid-cell-add-new-item .datagrid-cell {
    text-decoration: underline;
    color: #3397e2;
}

.datagrid-row {
    height: 25px;
}

.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #DDDDDD;
    border-radius: 8px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "כן";
        padding-left: 10px;
        background-color: #385370;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "לא";
        padding-right: 10px;
        background-color: #EEEEEE;
        color: #999999;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 15px;
    margin: 7.5px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    border: 2px solid #DDDDDD;
    border-radius: 8px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.field-icon {
    float: left;
    margin-right: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}


/*.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #34A7C1; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 56px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}*/


.pdfform-page-container {
    position: relative;
    background-color: #ffffff
}

.pdfform-field-container input,
.pdfform-field-container textarea {
    border: 0px solid #999999;
    background-color: #f1f1f1;
    z-index: 20;
    filter: alpha(opacity=90);
    opacity: 0.9;
    color: #000000 !important;
    font-family: Arial !important;
}

.pdfform-field-container div {
    border: 0px solid #999999;
    color: #000000; /*!important;*/
    font-family: Arial /*!important;*/
    z-index:20;
}

.pdfform-field-container textarea {
    white-space: pre-wrap;
}

.pdfform-field-container .signature-field-container {
    background-color: rgb(221, 239, 255);
}


/* http://jsfiddle.net/496c9/ */


.CustomSelectToOptionPickerContainer > label {
    display: inline;
    margin-left: 15px;
    /*display: inline-block;
    margin: 0.3em 0.3em 0 0;
    background-color: #EFEFEF;
    border-radius: 4px;
    border: 1px solid #D0D0D0;*/
}

    .CustomSelectToOptionPickerContainer > label > span {
        margin-right: 5px;
        vertical-align: top;
        cursor: pointer;
        /*padding: 0.2em;
        text-align: center;
        display: block;*/
    }

    .CustomSelectToOptionPickerContainer > label > input {
        height: 17px;
        width: 17px;
        /*position: absolute;
        top: -20px;*/
    }

        .CustomSelectToOptionPickerContainer > label > input:checked + span {
            /*background-color: #404040;
            color: #F7F7F7;*/
        }


/* fix fr reventing scroll when modal is open https://stackoverflow.com/questions/9538868/prevent-body-from-scrolling-when-a-modal-is-opened*/
/*body.modal-open {
    overflow: hidden;
}*/

/* fix bug in multiple selection in modal */
/*.select2-container{
    z-index: 99999;
}*/

.select2-dropdown {
    z-index: 99999;
}

.select2-container {
    width: 100%;
}

.select2-highlighted .select2-result-label {
    color: #ffffff !important;
}

/* start currency helper popup */
#display_popup {
    font-size: 20px;
    cursor: pointer;
}

#currencyHelperBox {
    visibility: hidden;
    display: none;
    width: 30%;
    background-color: #1e81bd;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    border: 2px solid grey;
    box-shadow: 0px 0px 10px 0px grey;
    font-family: helvetica;
    z-index: 99999;
}

    #currencyHelperBox #cancel_button {
        float: right;
        margin-top: 4px;
        margin-bottom: 4px;
        margin-right: 5px;
        background-color: #385370;
        border: none;
        color: white;
        padding: 5px;
        border-radius: 1000px;
        width: 25px;
        border: 1px solid #424242;
        box-shadow: 0px 0px 10px 0px grey;
        cursor: pointer;
    }

    #currencyHelperBox .currencyHelperBoxP {
        margin: 0;
        padding: 10px;
        clear: both;
        background-color: white;
        color: #6E6E6E;
    }

    #currencyHelperBox #close_button, #currencyHelperBox #save_button {
        margin: 0px;
        padding: 0px;
        width: 70px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        background-color: #385370;
        color: white;
        border: none;
        margin-top: 10px;
        margin-bottom: 10px;
        border-radius: 2px;
        cursor: pointer;
    }

    #currencyHelperBox #save_button {
        background-color: #3fe36f;
    }

.currencyHelperBoxP {
    max-height: 300px;
    overflow: auto;
}

.currencyDiv {
    width: 320px;
    height: 20px;
    text-align: right;
}

#CurrencyPopupInput {
    height: 30px;
}

#CurrencyPopupSelect {
    margin-bottom: 10px;
    height: 30px;
}
/* end currency helper popup */

/* start calculator helper popup */
#calculatorHelperBox {
    visibility: hidden;
    display: none;
    width: 30%;
    background-color: #1e81bd;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    border: 2px solid grey;
    box-shadow: 0px 0px 10px 0px grey;
    font-family: helvetica;
    z-index: 99999;
}

    #calculatorHelperBox #cancel_button {
        float: right;
        margin-top: 4px;
        margin-bottom: 4px;
        margin-right: 5px;
        background-color: #385370;
        border: none;
        color: white;
        padding: 5px;
        border-radius: 1000px;
        width: 25px;
        border: 1px solid #424242;
        box-shadow: 0px 0px 10px 0px grey;
        cursor: pointer;
    }

    #calculatorHelperBox .calculatorHelperBoxP {
        margin: 0;
        padding: 10px;
        clear: both;
        background-color: white;
        color: #6E6E6E;
    }

    #calculatorHelperBox #close_button, #calculatorHelperBox #save_button {
        margin: 0px;
        padding: 0px;
        width: 70px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        background-color: #385370;
        color: white;
        border: none;
        margin-top: 10px;
        margin-bottom: 10px;
        border-radius: 2px;
        cursor: pointer;
    }

    #calculatorHelperBox #save_button {
        background-color: #3fe36f;
    }

/*.calculatorHelperBoxP {
    max-height: 300px;
    overflow: auto;
}
*/

#NihulPercentPopupInput {
    width: 50px;
    height: 25px;
}
/* end calculator helper popup */





/* start payments helper popup */
#paymentsHelperBox {
    width: 500px;
    background-color: #1e81bd;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    border: 2px solid grey;
    box-shadow: 0px 0px 10px 0px grey;
    font-family: helvetica;
    z-index: 99999;
}

    #paymentsHelperBox table td
    {
        padding:5px;
    }
    #paymentsHelperBox #cancel_button {
        float: right;
        margin-top: 4px;
        margin-bottom: 4px;
        margin-right: 5px;
        background-color: #385370;
        border: none;
        color: white;
        padding: 5px;
        border-radius: 1000px;
        width: 25px;
        border: 1px solid #424242;
        box-shadow: 0px 0px 10px 0px grey;
        cursor: pointer;
    }

    #paymentsHelperBox .paymentsHelperBoxP {
        margin: 0;
        padding: 10px;
        clear: both;
        background-color: white;
        color: #6E6E6E;
    }

    #paymentsHelperBox #close_button, #paymentsHelperBox #save_button {
        margin: 0px;
        padding: 0px;
        width: 70px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        background-color: #385370;
        color: white;
        border: none;
        margin-top: 10px;
        margin-bottom: 10px;
        border-radius: 2px;
        cursor: pointer;
    }

    #paymentsHelperBox #save_button {
        background-color: #3fe36f;
    }

/*.paymentsHelperBoxP {
    max-height: 300px;
    overflow: auto;
}
*/

/* end calculator helper popup */


/* start swal2-popup */
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
    z-index: 99999;
}

body.swal2-toast-shown .swal2-container {
    width: 395px !important;
}

.swal2-container {
    z-index: 99999 !important;
}

.swal2-popup.swal2-toast .swal2-title {
    font-size: 1.5em !important;
}

.swal2-popup {
    border-radius: 1.3125em !important;
    background: #385370 !important;
    /*background: #112c27 !important;*/
    color: white;
}

.swal2-icon .swal2-icon-content {
    color: aliceblue !important;
}

.swal2-title {
    color: white !important;
}

.swal2-timer-progress-bar {
    background: white !important;
}
/* end swal2-popup */
