﻿body {
    /*font-family: 'GE_SS_TEXT_LIGHT';*/
    font-family: 'DroidKufi-Regular';
    /*font-size: 16px;*/
}
.Myfont {
    /*font-family: GE_SS_TEXT_LIGHT !important;*/
    font-family: DroidKufi-Regular !important;
    font-size: 16px;
}

/*@font-face {
    font-family: 'GE_SS_TEXT_LIGHT';
    src: url('../../Content/fonts/GE_SS_TEXT_LIGHT.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
    font-family: 'DroidKufi-Regular';
    src: url('../../Content/fonts/DroidKufi-Regular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
/*@font-face {
    font-family: 'DroidArabicKufiRegular';
    src: url('droidkufi-regular.eot');
    src: url('droidkufi-regular.eot') format('embedded-opentype'),
        url('droidkufi-regular.woff') format('woff'),
        url('droidkufi-regular.ttf') format('truetype'),
        url('droidkufi-regular.svg#DroidArabicKufiRegular') format('svg');
}*/
.word-wrap {
    word-break: break-all;
}

.no-wrap {
    white-space: nowrap;
}

.datepicker {
    direction: rtl;
}

    .datepicker.dropdown-menu {
        right: initial;
    }

/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
a,
span,
.main-header .logo {
    /*font-family: 'GE_SS_TEXT_LIGHT';*/
    font-family: 'DroidKufi-Regular';
}


.content {
    min-height: 0;
    padding: 0;
    margin: 0;
}
.content2 {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.content-header {
    padding: 0 15px 0 15px;
}
.col-padding {
    padding-right: 10px;
    padding-left: 10px;
}
.panel-body2 {
    padding: 7px;
}
.navbar-tool {
    background-color: #fff!important;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    background: #fff!important;
    color: #444;
    margin: 5px 13px;
    padding: 0;
    position: relative;
    border-right: 3px solid #3c8dbc;
    border-left: 3px solid #3c8dbc;
    border-radius: 5px;
    max-height: 52px;
}
.main-header .navbar .nav > li > a > .label {
    top: 2px;
    right: unset;
    left: 3px;
    font-size: 16px;
    font-family: cursive;
    font-weight: 100;
    line-height: 1;
    border-radius: 30px;
    padding: 2px 5px;
    border: solid 2px #3c8dbc;
    background-color: #ed1c24 !important;
}
.form-control {   
    font-size: 12px;   
}
.none-border {   
    border: 1px solid #fff !important;
}
.td-table {
    background-color: #ecf0f5;
    text-align: center;
}
.td-sm {
    font-size: 10px;
    vertical-align: middle !important;
    padding: 0 1px !important;
    width: 40px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #4444 !important;
    border: 1px solid #4444;
}
.table2 > thead > tr > th, .table2 > tbody > tr > th, .table2 > tfoot > tr > th, .table2 > thead > tr > td, .table2 > tbody > tr > td, .table2 > tfoot > tr > td {
    border-top: 1px solid #fff !important;
    border: 1px solid #fff;
}
.option-box {
    margin-top: 15px;
    margin-left: 18px;
    cursor: pointer;
    z-index: 9;
    position: relative;
}
.box-UrlReferrer {
    margin-top: 15px;
    margin-left: 18px;
    cursor: pointer;
    z-index: 9;
    position: relative;
}
.tr_onclick {
    cursor: pointer;
}
.logo-img {
    width: 40px;
    border-radius: 50%;
}
.header_bg {
    background-color: #f1f6fb;
}
.box-nav{
    margin-top:-6px;
    margin-bottom:-30px;
}
.nav-tabs-custom {
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    margin-bottom: 20px;
    background: #ecf0f5;
    border-radius: 3px;
}
    .nav-tabs-custom > .nav-tabs {
        margin: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-bottom-color: #3c8dbc;
    }
        .nav-tabs-custom > .nav-tabs > li {
            border-top: 1px solid transparent;
            border-right: 1px solid #cfe3ef;
        }
            .nav-tabs-custom > .nav-tabs > li{
                margin-left: 0;
            
            }
.text-box {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    
}
.margintop {
    margin-top: 22px;
}
.right .direct-chat-text {
    margin-right: 0px;
    margin-left: 0;
}

.direct-chat-warning .right > .direct-chat-text {
    background: #eaf1ff;
    border-color: #eaf1ff;
    color: black;
}

    .direct-chat-warning .right > .direct-chat-text:after, .direct-chat-warning .right > .direct-chat-text:before {
        border-left-color: #eaf1ff;
    }

.pagination{
    margin: 0;
}

.OrderLogTask {
    width: 100%;
    margin-bottom: 5px;
}

.task-header {
    padding: 5px;
    background-color: white;
    margin-bottom: 15px;
}
.box-border-right {
    border-right: 1px solid #d2d6de;
    border-left: 1px solid #d2d6de;

}
.box-border {
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7
}

.caret_left {
    border: 4px solid transparent;
    border-right-color: #000;
    float: left;
    margin-top: 6px;
}



.spinner {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px solid rgba(0, 0, 0, .1);
    border-left-color: #080;
    -webkit-animation: spinner 1s linear infinite;
    -moz-animation: spinner 1s linear infinite;
    animation: spinner 1s linear infinite;
    margin: 25px auto;
}

@-webkit-keyframes spinner {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.td-vertical {
   padding: 0!important;
    font-size: 11px;
    font-weight: bold;
    vertical-align: middle !important;
}
.td-vertical span {
        transform: rotate(-90deg);
        display: block;
    }
.box.box-solid {
    box-shadow: none;
}
.Notification-list-in-box > .item {
    border-bottom: 1px solid #b3abab;
}
    .Notification-list-in-box > .item:hover {
        background-color: #ececec !important
    }
.Notificationitem {
    margin: 0 40px 0 0;
    font-size: 12px;
    color: #888;
}
.NotificationP {
    margin: 0 40px 0 0;
    font-size: 12px;
    color: #888;
    text-overflow: ellipsis;
    width: 300px;
    overflow: hidden;
    white-space: nowrap
}
.font12 {
    font-size: 12px;
}
.font10 {
    font-size: 10px;
    font-weight:bold;
}
.InputSearchNotification:hover {
    border-bottom: 1px solid #ccc !important;
    border-radius: 0
}

.yan-box {
    display: block;
    min-height: 40px;
    background: #3f729b;
    color: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 15px;
    padding: 10px;
    min-width:209px;
}
.table-responsive {
    min-height: .01%;
    overflow: unset;
}


/* Tooltip container */
    .tooltip1 {
    position: relative;
    display: inline-block;
}

    /* Tooltip text */
    .tooltip1 .tooltiptext1 {
        visibility: hidden;
        width: 200px;
        background-color: #00c0ef;
        color: #fff;
        text-align: center;
        padding: 5px 5px;
        border-radius: 6px;
        position: absolute;
        bottom: 125%;
        left: 50%;
        margin-left: -100px;
        opacity: 0;
        transition: opacity 0.3s;
        z-index: 1070;
        display: block;
        filter: alpha(opacity=0);
    }

        /*/* Tooltip arrow */
        .tooltip1 .tooltiptext1::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #00c0ef transparent transparent transparent;
        }

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip1:hover .tooltiptext1 {
    visibility: visible;
    opacity: 1;
}
.list-Group-comment {
    max-height: 115px;
    overflow: overlay;
    direction: ltr;
    z-index: 999;
    position: absolute;
    width: 97%;
    bottom: 21px;
}
.box-comments2 {
    min-height: 52px;
    max-height: 255px;
    overflow: auto;
}
.box2-comments {
    border: 1px solid #d2d6de;
}
.box2-header {
    border-bottom: 1px solid #d2d6de;
}
.Input_height {
    min-height: 25px;
    max-height: 110px;
}

.alert-info {
    color: #31708f !important;
    background-color: #d9edf7 !important;
    border-color: #bce8f1
}
.modal-header {
    padding: 8px 15px;
}
.modal-body {
    padding: 10px;
}
.modal-content {
    border-radius: 5px;
}
.modal-footer {
    padding: 5px 15px;
}

.pulsate-bck {
    -webkit-animation: pulsate-bck 0.5s ease-in-out infinite both;
    animation: pulsate-bck 0.5s ease-in-out infinite both;
}

.frame {
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

img-logo {
    vertical-align: middle;
    width: 65px;
}

@-webkit-keyframes pulsate-bck {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulsate-bck {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.home_link {
    color: #000;
}
.home_link:hover {
    color: #72afd2
}

.home-header-task {
    font-family: sans-serif;
    font-size: 24px !important;
    font-weight: 100 !important;
}
.home-text-task {
    font-size: 14px !important;
    font-weight: 100 !important;
}

/*************************Print**************************************************************************************/
.yan-page-header {
    height: 100px;
    top: 0mm;
    width: 100%;
}
.yan-header-left {
    max-width: 300px;
    float: left;
    margin: 15px 0 0 40px;
   line-height: 2;
}
.img-header-right {
    margin: 5px 10px;
    max-width: 400px;
  float: right;
}
.yan-page-footer {
    height: 85px;
    background: #007996;
}
#counter-page {
    height: 20px;
    margin: 10px 0;
    text-align: center;
}
.img-footer-right {
    margin: 5px 25px;
    max-width: 300px;
    height: 75px;
    float: right;
}
.img-footer-left {
    margin: 5px 25px;
    float: left;
    height: 75px;
    max-width: 300px;
}
/*@page {
    @bottom-right {
        content: counter(page) " of " counter(pages);
    }
}*/

.invoice {
    position: relative;
    background: #ecf0f5;
    border: 1px solid #f4f4f4;
    margin: 0 auto;
    padding: 0;
}
/*************************Time Range Slider**************************************************************************************/
#time-range p {
    font-family: "Arial", sans-serif;
    font-size: 14px;
    color: #333;
}

.ui-slider-horizontal {
    height: 8px;
    background: #D7D7D7;
    border: 1px solid #BABABA;
    box-shadow: 0 1px 0 #FFF, 0 1px 0 #CFCFCF inset;
    clear: both;
    margin: 8px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 100%;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 8px;
    font-size: .7em;
    display: block;
    border: 1px solid #5BA8E1;
    box-shadow: 0 1px 0 #AAD6F6 inset;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #81B8F3;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #A0D4F5), color-stop(100%, #81B8F3));
    background-image: -webkit-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: -moz-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: -o-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: linear-gradient(top, #A0D4F5, #81B8F3);
}

.ui-slider .ui-slider-handle {
    border-radius: 50%;
    background: #F9FBFA;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #C7CED6), color-stop(100%, #F9FBFA));
    background-image: -webkit-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: -moz-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: -o-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: linear-gradient(top, #C7CED6, #F9FBFA);
    width: 22px;
    height: 22px;
    -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -moz-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 22px;
    height: 22px;
    cursor: default;
    border: none;
    cursor: pointer;
}

    .ui-slider .ui-slider-handle:after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        top: 50%;
        margin-top: -4px;
        left: 50%;
        margin-left: -4px;
        background: #30A2D2;
        -webkit-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
        -moz-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 white;
        box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
    }

.ui-slider-horizontal .ui-slider-handle {
    top: -.5em;
    margin-left: -.6em;
}

.ui-slider a:focus {
    outline: none;
}

.item-view {
    color: #0073b7;
    cursor: pointer;
}
.dropdown-menu-span {
    color: #0073b7;
    cursor: pointer;
    display: block;
    padding: 3px 20px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
}
/** ==============css-ModelOrder==============**/
.font24700 {
    font-size: 24px;
    font-family: serif;
    font-weight: 700;
}
.font15700 {
    font-size: 15px;
    font-family: serif;
    font-weight: 700;
}
.font14700 {
    font-size: 14px;
    font-family: serif;
    font-weight: 700;
}
.font14200 {
    font-size: 14px;
    font-family: serif;
    font-weight: 200;
}

.scrollthead {
    display: table; /*to take the same width as tr*/
    width: calc(100% - 17px); /* - 17px because of the scrollbar width */
}

.scrolltbody {
    display: block; /* to enable vertical scrolling */
    max-height: 500px;
    overflow-y: scroll; /* keeps the scrollbar even if it doesn't need it; display purpose */
}

.scrollbody {
    max-height: 500px;
    overflow-y: scroll; /* keeps the scrollbar even if it doesn't need it; display purpose */
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    max-height: 200px;
    overflow-y: auto;
    direction: rtl;
}
.b-bm {
    border-bottom: 2px solid #ccc;
    padding-bottom:10px;
}
.box-b {
        border: 3px #222d32 solid;
    }
[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
}