@import url(//cdn.rawgit.com/rtaibah/dubai-font-cdn/master/dubai-font.css);
@font-face {
    font-family: 'GEDinarTwo-Medium';
    src: url('GE-Dinar.eot'); /* IE9 Compat Modes */
    src: url('GE-Dinar.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('GEDinarTwo-Medium.woff2') format('woff2'), /* Super Modern Browsers */
        url('GEDinarTwo-Medium.woff') format('woff'), /* Pretty Modern Browsers */
        url('GEDinarTwo-Medium.ttf')  format('truetype'); /* Safari, Android, iOS */
}

.btn-primary{
    border-color: #987f45 !important;
    background-color: #987f45 !important;
    color: #fff;
}
.btn-primary:hover {
    border-color: #987f45 !important;
    color: #fff !important;
    box-shadow: 0 8px 25px -8px #585e79;
}
.btn-primary:focus, .btn-primary:active {
    color: #fff !important;
}

.main-menu.menu-light .navigation>li ul .active,.main-menu.menu-light .navigation>li.active>a{
    background: linear-gradient(118deg, rgb(113 113 113), rgb(62 60 61));
    box-shadow: rgb(77 83 107) 0px 0px 10px 1px;
}

#tippy-1{
    display:none;
}

.orgchart {
    background: none;
}

.orgchart .lines .downLine{
    background-color: #333;
}

.orgchart .lines .rightLine,.orgchart .lines .leftLine,.orgchart .lines .topLine{
    border-color: #333;
}

.orgchart .node{
    width: 200px;
}

.orgchart .node .title{
    height: auto;
    white-space: inherit;
    min-height: 50px;
    font-size:6pt;
    display: flex;
    justify-content: center;
    align-items: center;
}

.orgchart .node .content{
    border:1px solid #4d536b;
    margin-left:0;
}

.context-menu-icon-add:before{
    color:#178396;
}

.context-menu-icon-edit:before{
    color:#178396;
}

.context-menu-icon-copy:before{
    color:#178396;
}

.context-menu-icon-delete:before{
    color:#da4e4c;
}

.picker {
    border-radius: 5px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    border: thin solid #eee;
}
.picker:hover {
    transform: scale(1.1);
}

#colorPick{
    z-index:10000;
}

.measure-details-title{
    background: #4d536b !important;
    padding: 3px !important;
    text-align: center !important;
    color: #fff !important;
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
    font-size: 10pt;
}

.measure-details-value{
    padding: 3px !important;
    text-align: right !important;
    font-weight: bold !important;
}
.ps{
    overflow-y:scroll !important;
}

.nav.nav-tabs .nav-item .nav-link.active,.nav.nav-tabs .nav-item .nav-link{
    font-size:0.8rem;
}

.bg-gradient-success{
    background-image: linear-gradient(30deg,#018654,rgba(40,199,111,.5)) !important;
}

.header-navbar.floating-nav{
    right:auto;
    direction:rtl;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed .app-content{
    margin-right: 80px;
    margin-left: 0;
}

html body .content{
    margin-right: 260px;
    margin-left: 0;
}

body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation>li>a>i,
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation>li>a i{
    float:right !important;
    margin-right:0;
}

body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.has-sub>a:not(.mm-next):after,
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation li.has-sub>a:not(.mm-next):after,
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu-expanded .navigation li.has-sub>a:not(.mm-next):after{
    content: '\f104' !important;
    right: auto !important;
    left: 20px !important;
}



body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation>li>a>span,
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation>li>a>span{
    float: right !important;
    margin-right: 10px !important;
}

.main-menu.menu-light .navigation>li ul li>a{
    text-align: right;
    font-size: 11pt;
}
body.vertical-layout.vertical-menu-modern .main-menu .navigation .menu-content>li>a>i{
    margin-right: 0;
    margin-left:1.38rem;
}

.navigation, .navigation .navigation-header{
    font-family: 'GEDinarTwo-Medium', sans-serif !important;
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }

    html body .content{
        margin-right:0;
    }

    #report_container .card{
        margin-top:150px;
    }

    #report_container .col-md-6{
        max-width: 100% !important;
        flex-basis: 100% !important;
    }

    #report_container .measure-details{
        order:1;
    }

    #report_container .sub-measures{
        order:2;
    }
}

.tippy-popper{
    display:none !important;
}

/*@page { size: landscape; }*/


.ui-dialog .ui-dialog-buttonpane button{
    padding:5px !important;
}

.ui-dialog .ui-dialog-titlebar-close{
    width:10% !important;
}

div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    text-align: right;
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
    height: 100%;
    font-weight: 300;
}

.select2-container--default .select2-selection--single{
    border-color:#ced4d9;
}

.select2-container--default .select2-results>.select2-results__options{
    text-align: end;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu{
    width: 89px;
    border-left: 1px solid #ccc;
}

body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu, body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .main-menu-footer{
    width: 89px !important;
    border-left: 1px solid #ccc;
}

.main-menu.menu-light .navigation>li{
    padding: 0 5px;
}

.main-header{
    font-size: 12pt;
}

@media only screen and (max-width: 600px) {
    html body .content{
        margin-right: 0;
    }

    .header-navbar.floating-nav{
        width:91% !important;
    }

    .main-header{
        font-size: 12pt;
        line-height: 64px;
    }

    .nav .navbar-nav .float-left{
        display:none;
    }

    .navbar-wrapper{
        height: 60px;
    }

    .report-row{
        border:none !important;
    }

    .measure_details_panel{
        width:100% !important;
    }

    .scorecard_filters{
        display:none;
    }

    .no-mobile{
        display:none;
    }
}

.modal .modal-header .close{
    margin: -30px;
}

.modal-open .modal{
    direction: rtl;
}

.context-menu-list{
    text-align: right;
}

.data-list-view-header .add-new-data-sidebar .add-new-data.show{
    right:auto;
    left:0;
}
.data-list-view-header .add-new-data-sidebar .add-new-data{
    left: -200vw;
    right: auto;
}

#measure_table tr th{
    border:1px solid #fff;
}

#measure_table tr td{
    border:1px solid #000;
}

.custom-file-input {
    color: transparent;
}
/*.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}*/
.custom-file-input::before {
    content: 'Select some files';
    color: black;
    display: inline-block;
    background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}
.custom-file-input:hover::before {
    border-color: black;
}
.custom-file-input:active {
    outline: 0;
}
.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.header-navbar-shadow{
    height:auto !important;
}

.mystro_main_menu{
    float: right;
    width: 89px;
    height: 100vh;
    position: fixed;
    background: #fff;
    right: 0;
    border-left: 1px solid #ccc;
    overflow: scroll;
}

.navbar-floating .header-navbar-shadow{
    background: none;
}

.header-navbar.navbar-shadow{
    box-shadow:none;
}

.menu-link{
    color: #555;
    border-radius: 10px;
    margin: 5px;
    /*border: 1px solid #eee;*/
    display: flex;
    height: 60px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    padding: 3px;
    box-shadow: 0 0 2px 1px #eee;

}

.menu-link span{
    font-size:0.7rem;
    font-weight: normal !important;
}

.menu-link:hover{
    color:#fff;
    text-decoration: none;
    background: #caaa60;
    font-weight: bold !important;
    box-shadow: 0 0 2px 1px #ada288;
}

.menu-link-active{
    color:#fff;
    text-decoration: none;
    background: #987f45;
    font-weight: bold !important;
    box-shadow: 0 0 2px 1px #ada288;
}

.measure-card{
    background: #fff;
    font-size: 0.9rem;
    margin-top: 10px;
    margin-right: 3px;
    margin-left: 3px;
    padding: 10px;
    text-align: right;
    box-shadow: 0 0 5px 2px #e5e5e5;
    border-radius: 5px;
    min-height: 50px;
}

.measure-card:hover{
    box-shadow: 0 0 5px 2px #c5c5c5;
}

.measure-card-actions,.measure-card-audit,.measure-card-result,.measure-card-line,.measure-card-cell{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.measure-card button{
    margin-right: 5px;
    padding: 3px;
    line-height: 18px;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    float: right;
    padding-top: 3px;
    background: #E4E6EF;
    color: #777;
}

.measure-card a{
    font-weight: 400;

}

.standard-selector-green,.standard-selector-green-all,.standard-selector-red,.standard-selector-red-all{
    color:#ccc;
}

.standard-selector-green:hover,.standard-selector-green-all:hover{
    color: #87b387;
}

.standard-selector-red:hover,.standard-selector-red-all:hover{
    color: #d4a4a4;
}

.map-sub-item{
    font-size: 8pt;
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #eee;
    text-align: center;
    margin-bottom: 10px;
}

.map-icon{
    font-size: 9pt;
    text-align: left;
    color: #fff;
    float: left;
    width: 20px;
    height: 20px;
    line-height: 18px;
    margin-top: 3px;
    border: 1px solid #333;
    border-radius: 50%;
    padding-left: 5px;
}

.draft{
    color: #404254;
    border-color: #404254;
}

.pending{
    color: #ffa900;
    border-color: #ffa900;
}

.approved{
    color: #018758;
    border-color: #018758;
    padding-left: 3px;
}

.rejected{
    color: #c92b2b;
    border-color: #c92b2b;
}

.map-card-title-bg{
    background: rgb(0,70,46);
    background: linear-gradient(270deg, rgb(132 101 21) 0%, rgb(98 73 9) 100%);
}

.nav-pills .nav-link.active{
    background: #987f45;
}

.report-menu-icon{
    margin-top:10px;
    background: #fff;
    box-shadow: 0 0 5px 5px #f1f1f1;
    border-radius: 5px;
    color:#333 !important;
}

.report-menu-icon .row .col-md-12 i{
    font-size: 16pt;
}

.report-menu-icon hr{
    margin-top:0.5rem;
    margin-bottom:0.5rem;
}

.report-menu-icon:hover{
    background: #987f45;
    box-shadow: 0 0 5px 5px #f1f1f1;
    border-radius: 5px;
    color:#fff !important;
}

.select2 .selection span{
    font-size: 1rem;
}

.report_multi_select{
    border:1px solid #ccc;
    border-radius:5px;
    background: #fff;
    text-align: right;
    color: #444;
    font-weight: 300;
}

.report_multi_select .caret,.dropdown-toggle::after{
    display:none;
}

.multiselect-container li a label{
    text-align: right;
    font-size:1rem;
}

.multiselect-selected-text{
    font-size: 1rem;
}

.report_filters_container{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
}

.location_measure{
    background: #fff;
    color:#333;
    margin-bottom: 0;
    margin-top: 10px;
    display: flex;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 10px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
    text-align: center;
    
}

.location_measure:hover,.selected_location_measure{
    text-decoration: none;
    border-color:#987f45;
    background:#987f45;
    color:#fff;
/*    color:#fff;
    background: #987f45;*/
}

.strategic_measure{
    background: #fff;
    color:#333;
    margin-bottom: 0;
    margin-top: 10px;
    display: flex;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 10px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
    text-align: center;
    
}

.strategic_measure:hover,.selected_strategic_measure{
    font-weight: bold;
    text-decoration: none;
    /*border-color:#987f45;*/
    /*background:#987f45;*/
    /*color:#fff;*/
/*    color:#fff;
    background: #987f45;*/
}

.location_measure span,.location_measure span:hover{
    text-decoration: none;
}

.location_measure_red{
    margin-right: 5px;
    background: linear-gradient(180deg, #d85959, #a03a3a);
    border: none;
    color: #fff;
}

.location_measure_yellow{
    margin-right: 5px;
    background: linear-gradient(180deg, #e6c643, #f3d040);
    border: none;
    color: #fff;
}

.location_measure_green{
    margin-right: 5px;
    background: linear-gradient(180deg, #32bca3, #1c7162);
    border: none;
    color: #fff;
}

.location_measure_blue{
    margin-right: 5px;
    background: linear-gradient(180deg, #3a8392, #205661);
    border: none;
    color: #fff;
}

.location_measure_grey{
    margin-right: 5px;
    background: linear-gradient(180deg, #555, #444);
    border: none;
    color: #fff;
}

.location_measure_red:hover{
    margin-right: 5px;
    background: linear-gradient(180deg, #a03a3a, #722323);
    border: none;
    color: #fff;
}

.location_measure_yellow:hover{
    margin-right: 5px;
    background: linear-gradient(180deg, #8a9d3e, #637326);
    border: none;
    color: #fff;
}

.location_measure_green:hover{
    margin-right: 5px;
    background: linear-gradient(180deg, #1c7162, #11564a);
    border: none;
    color: #fff;
}

.location_measure_blue:hover{
    margin-right: 5px;
    background: linear-gradient(180deg, #205661, #11404a);
    border: none;
    color: #fff;
}

.location_measure_grey:hover{
    margin-right: 5px;
    background: linear-gradient(180deg, #333, #222);
    border: none;
    color: #fff;
}

.applicant_details{
    text-align: right;
    font-size:1rem;
}

.applicant_details .table-title{
    text-align: left;
    width:30%;
    background: #eee;
    border-bottom:1px solid #fff;
}

.applicant_details .table-value{
    text-align: right;
    font-weight: bold;
}
.winner-selection-item{
    padding:10px;
    border-bottom:1px solid #eee;
    color:#333;
    text-decoration: none;
}
.winner-selection-item:hover{
    background: #eee;
    color:#333;
    text-decoration: none;
    
    
}
