@font-face {
    font-family: Exo-Regular;
    src: url(../fonts/Exo-Regular.ttf);
}

@font-face {
    font-family: Exo-Italic;
    src: url(../fonts/Exo-Italic.ttf);
}

@font-face {
    font-family: Exo-Bold;
    src: url(../fonts/Exo-Bold.ttf);
}

@font-face {
    font-family: Audiowide-Reg;
    src: url(../fonts/Audiowide-Regular.ttf);
}

.gridF1Table {
    width: 100%;
}
/*.gridF1Table > tbody > tr {
     background-color: #fff0ce;
}*/

/*.popupcontainer .popupbody .gridF1Table > tbody > tr {
       background-color: #f0f0f0;
}
}*/
body {
    background-color: #f0f0f0 !important;
}

.ajax__tab {
    color: #315c71;
    font-weight: 900;
}
/*#TKTData::after {
    display:block;
}
#TKTData::before {
    display:none;
}*/
.container {
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 20px 0px #dbdbdb;
    moz-box-shadow: 0px 0px 20px 0px #dbdbdb;
    box-shadow: 0px 0px 20px 0px #dbdbdb;
    /*width: 1000px !important;
    min-width: 900px !important;*/
    /*height: 700px;*/
    /*margin-bottom: 15px;
    margin-top: 15px;*/
    background-color: #fff;
}

.logo_img {
    width: 70px;
    height: 70px;
    margin: 10px;
    border-radius: 10px;
    border: 2px solid #01bbe3;
    float: left;
}

.fiedsetbg div {
    /*color: #2e435e;*/
    color: #000;
    font-weight: bold;
    /*line-height: 1.2 !important;*/
    font-size: 12px !important;
    font-family: Arial !important;
}

.fiedsetbg input {
    border: solid 1px #949494;
    /*color: #2e435e;*/
    color: #000;
    margin-bottom: 4px;
    padding: 2px 4px !important;
    font-size: 12px !important;
    font-family: Arial !important;
    font-weight: 500;
}

div input {
    border: solid 1px #949494;
    /*color: #2e435e;*/
    color: #000;
    padding: 2px 4px !important;
    font-size: 12px !important;
    font-family: Arial !important;
    font-weight: 500 !important;
}

thead {
    /*color: #2e435e;*/
    color: #000;
    font-weight: bold;
    font-size: 12px !important;
    font-family: Arial !important;
}

thead {
    background: linear-gradient(#fff,#c1c1c1);
    border-color: grey;
}

fieldset table tbody tr span, fieldset table thead tr span {
    /*color: #2e435e;*/
    color: #000;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
}

.clr {
    clear: both;
}

.tebas_logo_img {
    width: 70px;
    height: 70px;
    margin: 10px;
    border-radius: 10px;
    border: 2px solid #01bbe3;
    float: right;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

    .tebas_logo_img:hover {
        border: 2px solid #C8E0E8;
        background-color: #dbdbdb;
    }

.logo_div h1 {
    font-size: 18px;
    font-weight: bold;
    color: #01bbe3;
    z-index: 99;
}

.logo_div h2 {
    font-size: 12px;
    /*font-weight: bold;*/
    color: #01bbe3;
    z-index: 99;
}

.left_div {
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #315c71;
    padding: 20px 0px 0px 0px;
    min-height: 450px !important;
    height: 100%;
}

#DivMenu {
    background-color: #315c71;
    /*min-height: 450px !important;*/
    height: 100%;
}

.menu_div .panel-title {
    text-align: center;
}

.menu_div .panel-body {
    padding: 0px;
    margin: 0px !important;
    display: block;
}

    .menu_div .panel-body ul {
        padding-left: 0px;
        margin: 0px !important;
    }

    .menu_div .panel-body li {
        list-style: none;
        text-align: center;
        padding: 0px !important;
        margin: 0px !important;
    }

.menu_div .panel {
    color: #fff !important;
    margin: 0px !important;
    border-radius: 0px !important;
    background-color: #315c71;
}

    .menu_div .panel a {
        text-decoration: none;
        display: block;
        color: #fff;
        padding: 10px;
        margin: 0px !important;
    }

        .menu_div .panel a:hover {
            background-color: #226e88;
        }

.menu_div .panel-title {
    padding: 0px;
}

.menu_div .panel-collapse .panel-body {
    border: 0px !important;
    background-color: #226e88;
}

.menu_div .panel-heading {
    padding: 0px;
}

.menu_div .panel-collapse a:hover {
    background-color: #6baabf !important;
}

.separate_img {
    width: 100%;
    height: 100%;
    padding: 0px !important;
    margin: 0px !important;
    display: block;
}

.popup_container {
    direction: ltr !important;
    /*width: 700px;*/
    height: 500px;
    /*background-color: rgba(255,255,255,1);*/
    background-color: #1f728e;
    margin-top: -20px;
    border-radius: 10px;
    padding: 45px 20px 20px 20px;
    /*box-shadow: 0px 0px 1000px 10px #5b5b5b;*/
    /*border: thin solid #1a5a7d;*/
    position: absolute;
    left: 300px;
    top: 150px;
    z-index: 99;
}

.black_bg {
    content: " ";
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.popup_header {
    width: 150px;
    height: 150px;
    border: 8px double #1f728e;
    background-color: rgba(255,255,255,1);
    border-radius: 50%;
    padding: 30px;
    position: absolute;
    top: 10px;
    left: 570px;
    /*display:block;*/
    text-align: center;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 9999;
    direction: ltr !important;
}

.popup-logo {
    display: inline-block;
    /*float:left;*/
    margin-top: 10px;
    margin-left: -15px;
}

.popup_title {
    position: absolute;
    top: 120px;
    left: 500px;
    z-index: 10000000000000000;
    height: 40px;
    width: 300px;
    padding: 0px 0px 0px 30px;
    background-color: #ffffff;
    color: #1f728e !important;
    border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
    direction: ltr !important;
}

.user-details {
    width: 100%;
    min-height: 30px;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin-top: 5px;
}

.user_det_table {
    margin-top: 5px;
    /*margin-left: 25px;*/
}

    .user_det_table td {
        max-width: 250px !important;
        min-height: 50px;
    }

.cls_css {
    display: table;
}

    .cls_css span {
        display: table-cell;
        border-radius: 3px;
        background-color: #dae6ea;
    }

.L_module_left_right {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    direction: rtl;
}

.Licensed-Modules {
    width: 100%;
    height: 50px;
    background-color: transparent;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .Licensed-Modules h1 {
        color: #ffffff;
        margin: 0px !important;
        padding: 0px;
        font-size: 14px;
    }

.Licensed-Modules-right {
    width: 80%;
    min-height: 415px;
    display: inline-block;
    float: left;
    font-size: 13px;
    text-align: center;
}

    .Licensed-Modules-right span {
        padding-top: 3px;
        display: inline-block;
    }

    .Licensed-Modules-right .strip-white {
        margin-top: 10px;
    }

.Licensed-Modules-left .strip-white {
    margin-top: 10px;
}

    .Licensed-Modules-left .strip-white img {
        width: 30px;
        height: 30px;
        margin-top: -3px;
    }

.Licensed-Modules-left {
    width: 20%;
    min-height: 415px;
    /*display:inline-block;*/
    float: left;
    text-align: center;
    /*background-color:rgba(255,255,255,1);*/
    /*border-left:1px solid #4ebfeb;*/
}

.half {
    width: 50%;
    min-height: 30px;
    display: inline-block;
    float: left;
}

.strip-white {
    width: 100%;
    height: 23px;
    /*display:inline-block;*/
    background-color: rgba(255,255,255,1);
    margin: 0px;
}

.strip-gray {
    width: 100%;
    height: 23px;
    /*display:inline-block;*/
    background-color: rgba(204,204,204,1);
    margin: 0px;
}

.close-button {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 110px;
    left: 950px;
    /*color:rgba(255,255,255,1);*/
    /*background-color:rgba(78,191,235,.75);*/
    color: rgba(255, 255, 255, 1);
    background-color: rgba(31, 114, 142, 1);
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    padding: 3px;
    border-radius: 50%;
    text-decoration: none !important;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    z-index: 100000000000;
    border: 2px solid #ffffff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

    .close-button:hover {
        /*background-image:url("../imgs/menu-bg-hover.jpg");*/
        background-color: #ffffff;
        color: #2e435d;
        text-decoration: none !important;
        border: 2px solid rgba(31, 114, 142, 1);
    }

.dp {
    display: inline-block;
}

.header {
    width: 100%;
    background-color: #315c71;
    padding: 0px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 3px solid #01bbe3;
    display: inline-block;
    background-image: url("../imgs/sm_bg.png"),url("../imgs/sm_bg.png");
    background-repeat: no-repeat;
    background-position: 100% 20%,0% 20%;
}

    .header .header_text {
        text-align: center;
        display: inline-block;
        float: left;
        width: 80%;
        height: 50px;
    }

        .header .header_text h1 {
            /*font-size: 18px;*/
            font-size: 16px;
            color: #fff;
            font-family: Exo-Regular;
        }

        .header .header_text h2 {
            /*font-size: 18px;*/
            font-size: 16px;
            color: #fff;
            font-family: Exo-Regular;
        }

        .header .header_text span {
            font-size: 20px;
            font-weight: bold;
            color: #00d2ff;
            font-family: Exo-Bold;
        }


.content_container {
    /*width: 100%;*/
    /*height: 400px;*/
    background-color: #fff !important;
    padding: 15px;
}

#right_col_id {
    margin: 0px;
    padding: 0px;
    background-color: #fff !important;
}

.r_float_class {
    float: right !important;
}

.l_float_class {
    float: left !important;
}

#vldDIV {
    border-radius: 10px !important;
    border: 2px solid brown !important;
}

.content_row {
    border: 1px solid #;
    background-color: transparent !important;
}

.user_col {
    /*height: 50px;*/
    padding: 0px !important;
    margin: 0px;
    background-color: #fff;
    border-bottom: 1px solid #75AFC3;
}

.user_left_icons_div {
    /*width: 750px;
    min-width: 750px;
    height: 100%;*/
    border-bottom: #c8e0e8 1px solid;
    z-index: 1;
    background-color: #1f728e;
    margin: 0px !important;
    padding: 0px;
    float: left;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.user_right_text_div {
    width: 250px;
    min-width: 250px;
    height: 100%;
    float: right;
    /*display: inline-block;*/
    position: relative;
    margin-top: 5px;
}

    .user_right_text_div h1 {
        font-size: 16px;
        text-align: center;
        color: #75afc3;
        margin: 0px !important;
        padding: 5px;
    }

    .user_right_text_div i {
        font-size: 20px;
        text-align: center;
        /*color: #75afc3;*/
        padding: 10px;
        border-left: 2px solid #b4d0da;
        /*border-height: 5px;
        margin-left: 5px;*/
    }

.user_right_text_div_ar {
    /*width: 250px;
    min-width: 250px;
    height: 100%;
    float: left;*/
    /*display: inline-block;*/
    position: relative;
}

    .user_right_text_div_ar h1 {
        font-size: 16px;
        text-align: center;
        color: #75afc3;
        margin: 0px !important;
        padding: 5px;
    }

    .user_right_text_div_ar i {
        font-size: 20px;
        text-align: center;
        /*color: #75afc3;*/
        padding: 10px;
        border-left: 2px solid #b4d0da;
        /*border-height: 5px;
        margin-left: 5px;*/
    }

.user_left_div_arrow {
    font-size: 50px !important;
    float: right;
    margin-right: -10px;
    color: #1f728e;
}

.user_left_icons_div .navbar-nav .link_btn {
    text-decoration: none;
    color: #c8e0e8;
    min-width: 55px;
    padding: 5px 8px 10px 8px;
    margin: 0px;
    display: inline-block;
    border-right: 1px solid #68abc2;
    border-bottom: 1px solid #68abc2;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

    .user_left_icons_div .navbar-nav .link_btn:hover {
        background-color: #c8e0e8 !important;
        color: #1f728e;
        /*border-radius: 5px;*/
    }

.user_left_icons_div .container-fluid {
    text-align: center;
    /*padding-left: 60px;*/
}

nav {
    margin: 0px !important;
    border: 0px !important;
}

.nav {
    margin: 0px !important;
}

.user_left_icons_div .navbar-nav i {
    font-size: 20px;
    /*margin-left: 25%;
	margin-right: 25%;*/
    display: block;
}

.user_left_icons_div .navbar-nav li {
    display: inline-block;
}

.user_left_icons_div .navbar-nav {
    margin: 0px !important;
}

.footer {
    color: #68abc2;
    border-top: 1px solid #dbdbdb;
    /*margin-top: 100px;*/
    padding: 5px;
}

    .footer p {
        padding: 5px;
        float: left;
    }

    .footer span {
        float: right;
        padding: 5px;
    }


/*-------------- menu ------------ */
.menu_div .panel-title {
    text-align: center;
    font-size: 16px;
}

    .menu_div .panel-title .accordion-toggle:after {
        font-family: 'Glyphicons Halflings';
        content: "\e080";
        float: right;
        color: #fff;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
    }

    .menu_div .panel-title .accordion-toggle.collapsed:after {
        content: "\e114";
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
    }

    .menu_div .panel-title .accordion-toggle:hover:after {
        color: #00d2ff;
    }

    .menu_div .panel-title .accordion-toggle.collapsed:hover:after {
        color: #00d2ff;
    }

.menu_div .panel-body {
    padding: 0px;
    margin: 0px !important;
    display: block;
}

    .menu_div .panel-body ul {
        padding-left: 0px;
        margin: 0px !important;
    }

    .menu_div .panel-body li {
        list-style: none;
        text-align: center;
        padding: 0px !important;
        margin: 0px !important;
    }

.menu_div .panel {
    color: #fff !important;
    margin: 0px !important;
    border-radius: 0px !important;
    border: 0px !important;
    background-color: #315c71;
    height: auto;
}

    .menu_div .panel a {
        text-decoration: none;
        display: block;
        color: #fff;
        padding: 5px;
        margin: 0px !important;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
    }

        .menu_div .panel a:hover {
            background-color: #226e88;
            color: #00d2ff;
        }

.menu_div .panel-title {
    padding: 0px;
}

.menu_div .panel-collapse .panel-body {
    border: 0px !important;
    background-color: #226e88;
}

.menu_div .panel-heading {
    padding: 0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.menu_div .panel-collapse a:hover {
    background-color: #6baabf !important;
    color: #fff4cd;
}

.separate_img {
    width: 100%;
    height: 100%;
    padding: 0px !important;
    margin: 0px !important;
    /*display: inline-block;*/
}



/* Base Styles */
.level:before {
    color: #00d2ff !important;
    font-size: 20px;
    top: 3px;
}

#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    font-size: 1em;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden !important;
}

#cssmenu {
    /*width: 210px;*/
    /*-webkit-border-radius: 3px;*/
    /*-moz-border-radius: 3px;*/
    /*border-radius: 3px;*/
    background-color: #315c71;
    width: 100%;
    height: 100%;
}

    #cssmenu a {
        line-height: 1.3;
    }

    #cssmenu > ul > li {
        /*background-image:url('../imgs/menu-bg.jpg');*/
    }

        #cssmenu > ul > li:hover {
            /*background-image:url('../imgs/menu-bg-hover.jpg');*/
        }

        #cssmenu > ul > li > a {
            text-decoration: none;
            display: block;
            color: #fff;
            /*padding: 5px;*/
            margin: 0px !important;
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
        }

            #cssmenu > ul > li > a > span {
                display: block;
                padding: 5px 0px 5px 0px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                /*height:20px;
                line-height:inherit;*/
            }

            #cssmenu > ul > li > a:hover {
                background-color: #226e88;
                color: #00d2ff;
            }

        #cssmenu > ul > li.active {
            border-bottom: none;
        }

*[dir=ltr] #cssmenu > ul > li.has-sub > a span:after {
    font-family: 'Glyphicons Halflings';
    content: "\e080";
    float: right;
    padding-right: 10px;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

*[dir=ltr] .frameTitelText {
    direction: ltr;
}

*[dir=rtl] .frameTitelText {
    direction: ltr;
}

*[dir=ltr] #cssmenu > ul > li.has-sub > a span:hover:after {
    color: #00d2ff;
}

*[dir=ltr] #cssmenu > ul > li.has-sub.active > a span:after {
    content: "\e114";
    padding-right: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

*[dir=ltr] #cssmenu > ul > li.has-sub.active > a span:after {
    color: #00d2ff;
}

*[dir=rtl] #cssmenu > ul > li.has-sub > a span:after {
    font-family: 'Glyphicons Halflings';
    content: "\e079";
    float: left;
    color: #fff;
    padding-left: 10px;
    /*padding-right: 10px;*/
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

*[dir=rtl] #cssmenu > ul > li.has-sub > a span:hover:after {
    color: #00d2ff;
}

*[dir=rtl] #cssmenu > ul > li.has-sub.active > a span:after {
    content: "\e114";
    padding-right: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

*[dir=rtl] #cssmenu > ul > li.has-sub.active > a span:after {
    color: #00d2ff;
}
/**[dir=ltr] #cssmenu > ul > li.has-sub > a span {
  background:url('../imgs/SpryMenuBarRight.png') 96% center no-repeat;
}*/
/**[dir=ltr] #cssmenu > ul > li.has-sub.active > a span {
  background:url('../imgs/SpryMenuBarbottom.png') 100% center no-repeat;
}*/
/**[dir=rtl] #cssmenu > ul > li.has-sub > a span {
  background:url('../imgs/SpryMenuBarleft.png') 6% center no-repeat;
}*/
/**[dir=rtl] #cssmenu > ul > li.has-sub.active > a span {
  background:url('../imgs/SpryMenuBarbottom.png') 2% center no-repeat;
}*/
#cssmenu ul ul {
    display: none;
    /*background: #fff;*/
    /*border-right: 1px solid #a2a194;*/
    /*border-left: 1px solid #a2a194;*/
    /*border:0px !important;*/
    /*background-color: #226e88;*/
    border: 0px !important;
    background-color: #226e88;
}

    #cssmenu ul ul li {
        list-style: none;
        /*text-align: center;*/
        padding: 0px !important;
        margin: 0px !important;
    }

        #cssmenu ul ul li:last-child {
            border-bottom: none;
        }

*[dir=ltr] #cssmenu ul ul a {
    padding: 5px 5px 5px 25px;
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

*[dir=rtl] #cssmenu ul ul a {
    padding: 5px 25px 5px 5px;
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
}

*[dir=ltr] #cssmenu ul ul a:before {
    content: '\00BB';
    position: absolute;
    left: 10px;
    color: #00d2ff;
}

*[dir=rtl] #cssmenu ul ul a:before {
    content: '\00BB';
    position: absolute;
    right: 10px;
    color: #00d2ff;
}

#cssmenu ul ul a:hover {
    color: #00ade6;
}

/*3rd level*/
*[dir=ltr] #cssmenu ul ul a {
    padding: 5px 5px 5px 25px;
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    /*background-color:rgba(170,213,255,1);*/
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

    *[dir=ltr] #cssmenu ul ul a:hover {
        background-color: #6baabf !important;
        color: #fff4cd;
    }

*[dir=rtl] #cssmenu ul ul a {
    padding: 5px 25px 5px 5px;
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    /*background-color:rgba(170,213,255,1);*/
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

    *[dir=rtl] #cssmenu ul ul a:hover {
        background-color: #6baabf !important;
        color: #fff4cd;
    }

*[dir=ltr] #cssmenu ul ul ul a:before {
    /*content: '\00BB';*/
    position: absolute;
    left: 20px;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

*[dir=ltr] #cssmenu ul ul ul a:hover:before {
    /*background-color: #6baabf !important;*/
    color: #fff4cd;
}

*[dir=rtl] #cssmenu ul ul ul a:before {
    /*content: '\00BB';*/
    position: absolute;
    right: 20px;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

*[dir=rtl] #cssmenu ul ul ul a:hover:before {
    /*background-color: #6baabf !important;*/
    color: #fff4cd;
}
/*4rth level*/
*[dir=ltr] #cssmenu ul ul ul a {
    padding: 5px 5px 5px 35px;
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    /*background-color:rgba(193,224,255,1);*/
    background-color: #226e88;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    text-align: left;
}

    *[dir=ltr] #cssmenu ul ul ul a:hover {
        background-color: #6baabf !important;
        color: #fff4cd;
    }

*[dir=rtl] #cssmenu ul ul ul a {
    padding: 5px 35px 5px 5px;
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    /*background-color:rgba(193,224,255,1);*/
    background-color: #6baabf;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    text-align: right;
}

    *[dir=rtl] #cssmenu ul ul ul a:hover {
        background-color: #9bd0e1 !important;
        color: #fff4cd;
    }

*[dir=ltr] #cssmenu ul ul ul ul a:before {
    /*content: '\00BB';*/
    position: absolute;
    left: 30px;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

*[dir=ltr] #cssmenu ul ul ul ul a:hover:before {
    /*background-color: #6baabf !important;*/
    color: #fff4cd;
}

*[dir=rtl] #cssmenu ul ul ul ul a:before {
    /*content: '\00BB';*/
    position: absolute;
    right: 30px;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

*[dir=rtl] #cssmenu ul ul ul ul a:hover:before {
    /*background-color: #6baabf !important;*/
    color: #fff4cd;
}
/*4thlevel*/
#cssmenu ul ul ul ul a {
    /*background-color:#fff !important;*/
    background-color: #9bd0e1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    text-align: left;
}

    #cssmenu ul ul ul ul a:hover {
        background-color: #c6e3ec !important;
        color: #fff4cd;
    }

*[dir=ltr] #cssmenu ul ul ul ul a {
    /*background-color:#fff !important;*/
    background-color: #6baabf;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

    *[dir=ltr] #cssmenu ul ul ul ul a:hover {
        background-color: #9bd0e1 !important;
        color: #fff4cd;
    }

*[dir=rtl] #cssmenu ul ul ul ul a {
    /*background-color:#fff !important;*/
    background-color: #6baabf;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

    *[dir=rtl] #cssmenu ul ul ul ul a:hover {
        background-color: #9bd0e1 !important;
        color: #fff4cd;
    }

.login_col {
    /*height: 500px;*/
    width: 100%;
    background-color: transparent !important;
    text-align: center;
}

.login_row {
    background-color: transparent !important;
}

.login_div:after {
    content: " ";
    background-image: url("../imgs/earth_img.png");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    width: 300px;
    height: 300px;
    opacity: 0.2;
    filter: alpha(opacity=20);
    position: absolute;
    /*top: 200px;
    right: -20px;*/
    top: 113px;
    right: -11px;
}

.input-group .form-control {
    z-index: 0 !important;
}

.login_div {
    width: 300px;
    /*margin: 50px 35% 50px 35%;*/
    margin: auto;
    padding: 0px 30px 30px 30px;
    border: 1px solid #dbdbdb;
    border-radius: 15px;
}

.login_text h1 {
    color: #75afc3;
    font-size: 15px;
    padding: 0px 0px 0px 0px;
    margin: 10px;
    /*border-bottom: 1px solid #dbdbdb;*/
}

.user_icon_div {
    text-align: center;
    border-radius: 5px;
    background-color: #1F728E;
    width: 80px;
    height: 80px;
    padding: 5px;
    margin: 0px 35% 0px 35%;
}

    .user_icon_div i {
        color: #fff;
    }

.login_elements_top_margin {
    margin-top: 10px;
}

.login_text_input {
    /*width: 100%;*/
    height: 40px !important;
}

.input-group {
    width: 100%;
}

.input-group-addon {
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
}

.input_i {
    font-size: 20px !important;
}

.login_btn {
    width: 100%;
    height: 40px;
    color: #fff;
    background-color: #1F728E;
}

    .login_btn:hover {
        width: 100%;
        height: 40px;
        color: #dbdbdb;
        background-color: #315C71;
    }

.reduce-top-margin {
    margin-top: -10px;
}

.failureNotification {
    color: #dc143c !important;
    position: relative;
    top: -32px !important;
    right: -100px !important;
    z-index: 99;
}

    .failureNotification i {
        color: #dc143c !important;
        font-weight: bold !important;
        font-size: 25px;
    }

.pos-menu {
    /*background-color: #68abc2;*/
    width: 130px;
    /*height: 40px;*/
    padding: 10px;
    border-radius: 0px;
    position: absolute;
    margin: 10px 0px 0px 0px;
    color: white !important;
    z-index: 999999;
    text-decoration: none !important;
    display: block;
    /*background-color: #37b1cc;*/
    /*background-color: #315c71 !important;*/
    /*opacity: 0.9;*/
    border: #05c5ef solid 1px;
    /*box-shadow: 0px 5px 9px rgb(158, 155, 155);*/


    border: #05c5ef solid 1px;
    box-shadow: 3px 5px 10px #315c71;
    border-radius: 10px;
    /*    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;*/
    background-color: rgb(55, 177, 204) !important;
}

    .pos-menu a {
        color: white;
        /*margin:3px 4px;*/
        margin: -4px 0px;
        font-weight: bold;
        text-align: center;
    }

        .pos-menu a:hover {
            color: white;
        }

    .pos-menu .ar_en_link_btn:hover {
        /*background-color: #1f728d;*/
        background-color: #3093b3;
        border: white 0.1px;
    }
/*.pos-menu .ar_en_link_btn:hover{
   background-color: #fff5ee;
    color: #1a5a7d;
    border: 2px solid #1a5a7d;
    }*/
.pos-menu-close:hover {
    /*background-color: #fff5ee;
    color: #2e435d;
    border: 2px solid #1a5a7d;*/
    background-color: #1f728d;
    border: 2px solid #4bb9d1;
}

.pos-menu-close {
    width: 15px;
    height: 15px;
    text-align: center !important;
    /*border-radius: 50%;*/
    background-color: #2e435d;
    color: #fffaf0;
    text-align: center;
    /* padding: 1px; */
    font-size: 9px;
    position: absolute;
    top: 8px;
    right: 4px;
    cursor: pointer;
    border: 2px solid #fff;
    text-decoration: none !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.pos-menu:after { /*arrow*/
    content: " ";
    width: 0px;
    height: 0px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #68abc2;
    position: absolute;
    top: -10px;
    left: 40%;
}

/************************************/

html {
    box-sizing: border-box;
    /*font-family: "IBM Plex Serif", serif;*/
    scrollbar-color: gray transparent;
    scrollbar-width: thin;
    scroll-behavior: smooth;
}

    html::-webkit-scrollbar-thumb {
        /*background-color: #1f728e;*/
        background-color: #aaa;
    }

    html::-webkit-scrollbar {
        background-color: var(--bg-color);
        width: 8px;
    }


.pos-menu {
    box-sizing: border-box;
    /*font-family: "IBM Plex Serif", serif;*/
    scrollbar-color: gray transparent;
    scrollbar-width: thin;
    scroll-behavior: smooth;
    overflow: auto !important;
    max-height: 400px;
}

    .pos-menu::-webkit-scrollbar-thumb {
        background-color: #aaa;
    }

    .pos-menu::-webkit-scrollbar {
        /*background-color: var(--bg-color);*/
        width: 3px;
    }

/************************************/
.ar_en_link_btn {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    float: left;
    font-weight: bold;
    padding: 5px;
    border-radius: 15px;
    /*background: #315c71;*/
    /* background: #4bb9d1;*/
    background: #5ac9e1;
}


#SiteMapPath1 {
    margin: 0px 0px 0px 10px;
}

.lang_btn {
    text-decoration: none;
    cursor: pointer;
}

.StepsTitel {
    min-height: 450px;
}

.validation-div {
    animation: slideDown 0.5s ease-out;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }

    50% {
        transform: translateY(8%);
    }

    65% {
        transform: translateY(-4%);
    }

    80% {
        transform: translateY(4%);
    }

    95% {
        transform: translateY(-2%);
    }

    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
    }

    50% {
        -webkit-transform: translateY(8%);
    }

    65% {
        -webkit-transform: translateY(-4%);
    }

    80% {
        -webkit-transform: translateY(4%);
    }

    95% {
        -webkit-transform: translateY(-2%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}

@-moz-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
    }

    50% {
        -webkit-transform: translateY(8%);
    }

    65% {
        -webkit-transform: translateY(-4%);
    }

    80% {
        -webkit-transform: translateY(4%);
    }

    95% {
        -webkit-transform: translateY(-2%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}
/*homepage style*/
.home_col {
    padding: 0px !important;
    margin: 0px !important;
}

.curved_map_div {
    /*width: 750px;*/
    height: 400px;
    background-image: url("../imgs/curved_map_bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

    .curved_map_div h1 {
        position: absolute;
        bottom: 0px;
        left: 37%;
        color: #01bbe3;
        font-family: 'Audiowide';
        font-size: 20px;
        transition: all 2s ease;
        -webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
        -o-transition: all 2s ease;
        -ms-transition: all 2s ease;
    }

        .curved_map_div h1:hover {
            color: #ff0000;
        }

.nodes_ul {
    list-style: none;
}

    .nodes_ul li {
        width: 70px;
        height: 120px;
        position: absolute;
        background-image: url("../imgs/node_bg.png");
        background-repeat: no-repeat;
        background-position: 100% 100%;
    }

        .nodes_ul li:nth-child(1) {
            top: 90px;
            left: 80px;
            transition: all 0.5s;
            -webkit-transition: all 1s;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
        }

            .nodes_ul li:nth-child(1):hover {
                top: 70px;
                left: 80px;
            }

            .nodes_ul li:nth-child(1):after {
                content: " ";
                width: 50px;
                height: 50px;
                background-image: url("../imgs/icon_img_001.png");
                background-repeat: no-repeat;
                background-position: 100% 100%;
                position: absolute;
                top: 10px;
                left: 10px;
            }

        .nodes_ul li:before {
            content: " ";
            width: 10px;
            height: 10px;
            position: absolute;
            bottom: 0px;
            left: 30px;
            border-radius: 50%;
            background-color: #50b6d8;
            -o-box-shadow: 0px 0px 10px 10px #50b6d8;
            -webkit-box-shadow: 0px 0px 10px 10px #50b6d8;
            -moz-box-shadow: 0px 0px 10px 10px #50b6d8;
            box-shadow: 0px 0px 10px 10px #50b6d8;
            animation: opacity_changes 3s ease-in-out infinite;
            -moz-animation: opacity_changes 3s ease-in-out infinite;
            -o-animation: opacity_changes 3s ease-in-out infinite;
            -webkit-animation: opacity_changes 3s ease-in-out infinite;
        }

@keyframes opacity_changes {

    0% {
        opacity: 0.4;
        filter: alpha(opacity=40);
    }

    50% {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    100% {
        opacity: 0.4;
        filter: alpha(opacity=40);
    }
}

.nodes_ul li:nth-child(2) {
    top: 250px;
    left: 150px;
    transition: all 0.5s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}

    .nodes_ul li:nth-child(2):hover {
        top: 230px;
        left: 150px;
    }

    .nodes_ul li:nth-child(2):after {
        content: " ";
        width: 50px;
        height: 50px;
        background-image: url("../imgs/icon_img_002.png");
        background-repeat: no-repeat;
        background-position: 100% 100%;
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .nodes_ul li:nth-child(2):before {
    }


.nodes_ul li:nth-child(3) {
    top: 80px;
    left: 42%;
    transition: all 0.5s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}

    .nodes_ul li:nth-child(3):hover {
        top: 60px;
        left: 42%;
    }

    .nodes_ul li:nth-child(3):after {
        content: " ";
        width: 50px;
        height: 50px;
        background-image: url("../imgs/icon_img_003.png");
        background-repeat: no-repeat;
        background-position: 100% 100%;
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .nodes_ul li:nth-child(3):before {
    }


.nodes_ul li:nth-child(4) {
    top: 70px;
    right: 100px;
    transition: all 0.5s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}

    .nodes_ul li:nth-child(4):hover {
        top: 50px;
        right: 100px;
    }

    .nodes_ul li:nth-child(4):after {
        content: " ";
        width: 50px;
        height: 50px;
        background-image: url("../imgs/icon_img_004.png");
        background-repeat: no-repeat;
        background-position: 100% 100%;
        position: absolute;
        top: 10px;
        left: 12px;
    }

    .nodes_ul li:nth-child(4):before {
    }


.nodes_ul li:nth-child(5) {
    top: 250px;
    right: 30px;
    transition: all 0.5s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}

    .nodes_ul li:nth-child(5):hover {
        top: 230px;
        right: 30px;
    }

    .nodes_ul li:nth-child(5):after {
        content: " ";
        width: 50px;
        height: 50px;
        background-image: url("../imgs/icon_img_005.png");
        background-repeat: no-repeat;
        background-position: 100% 100%;
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .nodes_ul li:nth-child(5):before {
    }

.lbls_ul {
    list-style: none;
}

    .lbls_ul li {
        width: 115px;
        height: 35px;
        position: absolute;
        background-image: url("../imgs/lbl_bg.png");
        background-repeat: no-repeat;
        background-position: 100% 100%;
        /*padding: 10px !important;*/
    }

    .lbls_ul h1 {
        color: #ffffff;
        font-family: 'Exo-Regular';
        font-size: 12px;
        padding: 0px !important;
        margin: 0px !important;
        position: absolute;
    }

    .lbls_ul li:nth-child(1) {
        top: 170px;
        left: 170px;
        animation: lbls_up_down_1 4s ease-in-out infinite;
        -moz-animation: lbls_up_down_1 4s ease-in-out infinite;
        -o-animation: lbls_up_down_1 4s ease-in-out infinite;
        -webkit-animation: lbls_up_down_1 4s ease-in-out infinite;
    }

@keyframes lbls_up_down_1 {
    0% {
        margin-top: 0px;
    }

    50% {
        margin-top: -20px;
    }

    125% {
        margin-top: 0px;
    }
}

.lbls_ul li:nth-child(1) h1 {
    top: 8px;
    left: 30px;
}

.lbls_ul li:nth-child(2) {
    top: 250px;
    left: 61%;
    animation: lbls_up_down_2 4s ease-in-out infinite;
    -moz-animation: lbls_up_down_2 4s ease-in-out infinite;
    -o-animation: lbls_up_down_2 4s ease-in-out infinite;
    -webkit-animation: lbls_up_down_2 4s ease-in-out infinite;
}

    .lbls_ul li:nth-child(2) h1 {
        top: 8px;
        left: 30px;
    }

@keyframes lbls_up_down_2 {
    25% {
        margin-top: -10px;
    }

    75% {
        margin-top: 10px;
    }

    125% {
        margin-top: -10px;
    }
}

.lbls_ul li:nth-child(3) {
    top: 120px;
    right: 180px;
    animation: lbls_up_down_3 4s ease-in-out infinite;
    -moz-animation: lbls_up_down_3 4s ease-in-out infinite;
    -o-animation: lbls_up_down_3 4s ease-in-out infinite;
    -webkit-animation: lbls_up_down_3 4s ease-in-out infinite;
}

    .lbls_ul li:nth-child(3) h1 {
        top: 8px;
        left: 18px;
    }

@keyframes lbls_up_down_3 {
    0% {
        margin-top: -10px;
    }

    50% {
        margin-top: 10px;
    }

    100% {
        margin-top: -10px;
    }
}
/*tebas_info style*/
.pro_info_div {
    border-radius: 10px;
    background-color: #1f728e;
    color: #ffffff;
    height: auto;
    /*width: 100%;*/
    text-align: center;
    padding: 5px;
    margin: 0px 10px 0px 10px !important;
}

.owner_info_div {
    background-color: #315c71;
    color: #fff;
    height: 40px;
    padding: 5px;
    text-align: center;
    border-radius: 0px 0px 15px 15px;
}

.owner_info_row {
    /*width:90%;*/
    margin: 0px 25px 0px 25px !important;
    background-color: #c8e0e8;
    border-radius: 0px 0px 15px 15px;
}

.warning_title_row {
    background-color: #ffc6c6;
    color: #c34343;
    height: 40px;
    border-radius: 10px;
    padding-top: 10px;
    margin: 20px 15px 0px 15px !important;
}

    .warning_title_row p {
        margin: 0px 70px 0px 70px;
        font-weight: Bold;
    }

.warning_circle_r {
    width: 50px;
    height: 50px;
    border: 3px solid #ffc6c6;
    border-radius: 50%;
    background-color: #ffffff;
    /*padding:-5px 15px 0px 15px;*/
    color: #c34343;
    position: absolute;
    top: -15px;
    right: 20px;
    font-size: 40px;
    text-align: center;
    padding: -5px 0px 0px 0px !important;
}

.warning_circle_l {
    width: 50px;
    height: 50px;
    border: 3px solid #ffc6c6;
    background-color: #ffffff;
    border-radius: 50%;
    /*padding:-5px 15px 0px 15px;*/
    color: #c34343;
    position: absolute;
    top: -15px;
    left: 20px;
    font-size: 40px;
    text-align: center;
    padding: -5px 0px 0px 0px !important;
}

.warning_txt_row {
    background-color: #fee5e5;
    color: #c34343;
    margin: 0px 25px 0px 25px !important;
    border-radius: 0px 0px 15px 15px;
}

warning_txt_row div:nth-child(2) {
    border-left: 2px solid #ffc6c6;
}

.contacting_title_row {
    background-color: #1f728e;
    color: #ffffff;
    height: 40px;
    border-radius: 10px;
    padding-top: 10px;
    margin: 20px 15px 0px 15px !important;
    text-align: center;
}

    .contacting_title_row p {
        margin: 0px 70px 0px 70px;
    }

.contacting_txt_row {
    margin: 0px 25px 0px 25px !important;
    background-color: #c8e0e8;
    border-radius: 0px 0px 15px 15px;
}

.send-mail-holder {
    background-color: #ffffff;
    border: 2px solid #c8e0e8;
    border-radius: 10px;
    color:;
    margin: 40px 0px 50px 0px;
    /*text-align: center;*/
    color: #2e435e;
    font-weight: bold;
    font-size: 12px !important;
    font-family: Arial !important;
}

.send-mail-title {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    border: 3px solid #c8e0e8;
    color: #c8e0e8;
    background-color: #1f728e;
    padding: 15px;
    text-align: center;
    margin: -50px 0px 0px 40%;
    font-size: 14px;
}

    .send-mail-title i {
        font-size: 50px;
    }

.sendmail-subject {
    width: 350px;
    height: 30px;
    margin: 20px 0px 20px 0px;
    border: 0px !important;
    background-color: #c8e0e8;
    border-radius: 5px;
}

.send-mail-textarea {
    width: 350px;
    height: 150px;
    margin: 0px 0px 20px 0px;
    border: 0px !important;
    background-color: #c8e0e8;
    border-radius: 5px;
}

.sendmail-button {
    width: 150px;
    height: 40px;
    background-color: #1f728e;
    color: #c8e0e8;
    border: 0px;
    border-radius: 5px;
    font-size: 16px;
    margin: 20px;
}

._404_img_div {
    /*width: 300px;
    height: 150px;*/
    background-color: #ffdb09;
    background-image: url("../imgs/white_bg.png");
    background-position: 100% 100%;
    background-repeat: no-repeat;
    color: #4f4e4e;
    font-size: 63px;
    /*padding-top: 20px;*/
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    border: 5px solid #4f4e4e;
    margin: 150px 30% 20px 30%;
    -webkit-transform-origin: 50% -40px;
    -moz-transform-origin: 50% -40px;
    -o-transform-origin: 50% -40px;
    transform-origin: 50% -40px;
    -moz-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    animation: spin 2s ease-in-out infinite;
}

    ._404_img_div:hover {
        color: #c34343;
    }

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

._404_img_div:after {
    content: "";
    width: 5px;
    /*height: 115px;*/
    height: 55px;
    background-color: #4f4e4e;
    position: absolute;
    /*top: -100px;*/
    top: -50px;
    /*left: 30%;*/
    left: 40%;
    /*transform: rotate(45deg);*/
    transform: rotate(37deg);
}

._404_img_div:before {
    content: "";
    width: 5px;
    /*height: 115px;*/
    height: 55px;
    background-color: #4f4e4e;
    position: absolute;
    /*top: -100px;*/
    top: -50px;
    /*right: 30%;*/
    right: 40%;
    /*transform: rotate(-45deg);*/
    transform: rotate(-37deg);
}

.pin_div {
    width: 40px;
    height: 40px;
    background-image: url("../imgs/pin_404_img.png");
    background-position: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    /*top: 50px;
    left: 48.5%;*/
    top: 31%;
    left: 48%;
}

.txt_404_div {
    /*width: 415px;
    height: 45px;*/
    background-image: url("../imgs/txt_404_bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    padding: 10px;
    margin: 0px 20% 0px 20%;
    font-size: 18px;
    color: #ffec7d;
    -moz-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}

    .txt_404_div:hover {
        color: #fff4cd;
    }

._404_row {
    background-image: url("../imgs/yellow_404_bg.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.errorpage_div h3 {
    text-align: center;
    padding: 0px;
    margin: 0px;
    color: #c34343;
}

.change_pass_content {
    background-color: #1f728e;
    border-radius: 10px;
    padding-top: 100px;
    margin-top: 50px;
}

.lock_circle {
    width: 120px;
    height: 120px;
    background-color: #c8e0e8;
    border-radius: 50%;
    font-size: 60px;
    color: #1f728e;
    text-align: center;
    padding: 10px;
    position: absolute;
    left: 32%;
    top: -60px;
    border: 3px solid #1f728e;
}

.change-title {
    width: 300px;
    height: 30px;
    text-align: center;
    background-color: #c8e0e8;
    border-radius: 5px;
    position: absolute;
    top: 40px;
    left: 5%;
    font-size: 18px;
    color: #1f728e;
}

#clearLockedOut {
    color: #ffc6c6 !important;
}

.failer_txt_change_pass {
    color: white !important;
}

.ChangePasswordbtn {
    border-radius: 5px;
    background-color: #c8e0e8 !important;
    width: 150px !important;
}

.change_failureNotification {
    color: #dc143c !important;
    position: relative;
    top: -30px !important;
    right: -85% !important;
    z-index: 99;
}

.msg_failureNotification {
    color: #ffc6c6;
    text-align: center;
}

.change_failureNotification i {
    color: #dc143c !important;
    font-weight: bold !important;
    font-size: 25px;
}

.change_pass_table {
    text-align: center;
}

    .change_pass_table td {
        margin: 0px !important;
        height: 30px !important;
    }

.height_40 {
    height: 40px !important;
}

.height_10 {
    height: 10px !important;
}

.gatebetween_btn {
    border-radius: 5px !important;
}


*[dir=rtl] #cssmenu .dimmed {
    padding: 5px 5px 5px 25px;
    display: block;
    color: #6f6f6f;
    font-size: 12px;
    font-weight: bold;
    background: #f6f6f6;
    line-height: 2;
    text-decoration: line-through;
}

    *[dir=rtl] #cssmenu .dimmed:before {
        content: '\00BB';
        position: absolute;
        left: 10px;
        color: #00d2ff;
    }

#cssmenu .dimmed {
    padding: 5px 5px 5px 25px !important;
    display: block;
    color: #6f6f6f;
    font-size: 12px;
    font-weight: bold;
    background: #f6f6f6;
    line-height: 1.3;
    text-align: left;
    text-decoration: line-through;
}

    #cssmenu .dimmed:before {
        content: '\00BB';
        position: absolute;
        left: 10px;
        color: #00d2ff;
    }

.clear_cache_btn_ar {
    position: absolute;
    left: -33px;
    /*right: 995px;*/
    /*right: 1036px;*/
    /*right: 70%;*/
    top: 61px;
    width: 50px;
    height: 40px;
    background-color: #315c71;
    border-radius: 10px;
    color: #00d2ff;
    padding: 10px !important;
    display: block;
    text-align: left !important;
    /*text-align: right;*/
    transition: all 0.5s ease;
}

    .clear_cache_btn_ar i {
        font-size: 20px !important;
        border-left: 0px !important;
        padding: 0px !important;
        /*color: #00d2ff !important;*/
        transition: all 0.5s ease;
    }

    .clear_cache_btn_ar:hover {
        color: #fff !important;
        left: -37px;
        /*right: 999px;*/
    }

        .clear_cache_btn_ar:hover i {
            color: #fff !important;
        }

.clear_cache_btn {
    position: absolute;
    left: 240px;
    top: 56px;
    width: 50px;
    height: 40px;
    background-color: #315c71;
    border-radius: 10px;
    color: #00d2ff;
    padding: 10px !important;
    display: block;
    text-align: right;
    transition: all 0.5s ease;
}

    .clear_cache_btn i {
        font-size: 21px !important;
        border-left: 0px !important;
        padding: 0px !important;
        /*color: #00d2ff !important;*/
        transition: all 0.5s ease;
    }

    .clear_cache_btn:hover {
        color: #fff !important;
        left: 245px;
    }

        .clear_cache_btn:hover i {
            color: #fff !important;
        }

.users_btn_ar {
    position: absolute;
    left: -33px;
    /*right: 1036px;*/
    top: 150px;
    width: 50px;
    height: 40px;
    background-color: #315c71;
    border-radius: 10px;
    color: #00d2ff;
    padding: 10px !important;
    display: block;
    text-align: left !important;
    transition: all 0.5s ease;
}

    .users_btn_ar i {
        font-size: 20px !important;
        border-left: 0px !important;
        padding: 0px !important;
        /*color: #00d2ff !important;*/
        transition: all 0.5s ease;
    }

    .users_btn_ar:hover {
        color: #fff !important;
        left: -37px;
    }

        .users_btn_ar:hover i {
            color: #fff !important;
        }

.users_btn {
    position: absolute;
    left: 240px;
    top: 144px;
    width: 50px;
    height: 40px;
    background-color: #315c71;
    border-radius: 10px;
    color: #00d2ff;
    padding: 10px !important;
    display: block;
    text-align: right;
    transition: all 0.5s ease;
}

    .users_btn i {
        font-size: 21px !important;
        border-left: 0px !important;
        padding: 0px !important;
        /*color: #00d2ff !important;*/
        transition: all 0.5s ease;
    }

    .users_btn:hover {
        color: #fff !important;
        left: 245px;
    }

        .users_btn:hover i {
            color: #fff !important;
        }


/*********************/

.last_btn_ar {
    position: absolute;
    left: -33px;
    /*right: 1036px;*/
    top: 241px;
    width: 50px;
    height: 40px;
    background-color: #315c71;
    border-radius: 10px;
    color: #00d2ff;
    padding: 10px !important;
    display: block;
    text-align: left !important;
    transition: all 0.5s ease;
}

    .last_btn_ar i {
        font-size: 19.5px !important;
        border-left: 0px !important;
        padding: 0px !important;
        /*color: #00d2ff !important;*/
        transition: all 0.5s ease;
    }

    .last_btn_ar:hover {
        color: #fff !important;
        left: -37px;
    }

.users_btn_ar:hover i {
    color: #fff !important;
}

.last_btn {
    position: absolute;
    left: 240px;
    top: 188px;
    width: 50px;
    height: 40px;
    background-color: #315c71;
    border-radius: 10px;
    color: #00d2ff;
    padding: 10px !important;
    display: block;
    text-align: right;
    transition: all 0.5s ease;
}

    .last_btn i {
        font-size: 19.5px !important;
        border-left: 0px !important;
        padding: 0px !important;
        /*color: #00d2ff !important;*/
        transition: all 0.5s ease;
    }

    .last_btn:hover {
        color: #fff !important;
        left: 245px;
    }

        .last_btn:hover i {
            color: #fff !important;
        }

/************************/
.pdf_report_btn {
    position: absolute;
    left: 240px;
    top: 100px;
    width: 50px;
    height: 40px;
    background-color: #315b71;
    border-radius: 10px;
    color: #00d2ff;
    padding: 10px;
    display: block;
    text-align: right;
    transition: all 0.5s ease;
}

    .pdf_report_btn:hover {
        color: #fff !important;
        left: 245px;
    }

    .pdf_report_btn i {
        font-size: 21px !important;
        border-left: 0px !important;
        padding: 0px !important;
        /*color: #00d2ff !important;*/
        transition: all 0.5s ease;
    }

    .pdf_report_btn:hover i {
        color: #fff !important;
    }


.pdf_report_btn_ar {
    position: absolute;
    /*right: 1036px;*/
    left: -33px;
    top: 105px;
    width: 50px;
    height: 40px;
    background-color: #315b71;
    border-radius: 10px;
    color: #00d2ff;
    padding: 10px !important;
    display: block;
    text-align: left !important;
    transition: all 0.5s ease;
}

    .pdf_report_btn_ar:hover {
        color: #fff !important;
        left: -37px;
    }

    .pdf_report_btn_ar i {
        font-size: 20px !important;
        border-left: 0px !important;
        padding: 0px !important;
        /*color: #00d2ff !important;*/
        transition: all 0.5s ease;
    }

    .pdf_report_btn_ar:hover i {
        color: #fff !important;
    }

.excel_report_btn {
    display: none;
    position: absolute;
    left: 240px;
    top: 100px;
    width: 50px;
    height: 40px;
    background-color: #315b71;
    border-radius: 10px;
    color: #00d2ff;
    padding: 10px !important;
    display: block;
    text-align: right;
    transition: all 0.5s ease;
}

    .excel_report_btn:hover {
        color: #fff !important;
        left: 245px;
    }

    .excel_report_btn i {
        font-size: 22px !important;
        border-left: 0px !important;
        padding: 0px !important;
        /*color: #00d2ff !important;*/
        transition: all 0.5s ease;
    }

    .excel_report_btn:hover i {
        color: #fff !important;
    }


.excel_report_btn_ar {
    display: none;
    position: absolute;
    left: -33px;
    top: 100px;
    width: 50px;
    height: 40px;
    background-color: #315b71;
    border-radius: 10px;
    color: #00d2ff;
    padding: 10px !important;
    display: block;
    text-align: left !important;
    transition: all 0.5s ease;
}

    .excel_report_btn_ar:hover {
        color: #fff !important;
        left: -37px;
    }

    .excel_report_btn_ar i {
        font-size: 20px !important;
        border-left: 0px !important;
        padding: 0px !important;
        /*color: #00d2ff !important;*/
        transition: all 0.5s ease;
    }

    .excel_report_btn_ar:hover i {
        color: #fff !important;
    }

.excel_dataonly_report_btn {
    display: none;
    position: absolute;
    left: 240px;
    top: 100px;
    width: 50px;
    height: 40px;
    background-color: #315b71;
    border-radius: 10px;
    color: #00d2ff;
    padding: 10px !important;
    display: block;
    text-align: right;
    transition: all 0.5s ease;
}

    .excel_dataonly_report_btn:hover {
        color: #fff !important;
        left: 245px;
    }

    .excel_dataonly_report_btn i {
        font-size: 22px !important;
        border-left: 0px !important;
        padding: 0px !important;
        /*color: #00d2ff !important;*/
        transition: all 0.5s ease;
    }

    .excel_dataonly_report_btn:hover i {
        color: #fff !important;
    }
/*label.error {
    position: absolute !important;
    top: -22px !important;
    left: 34px !important;
    display: block !important;
    background-color: #ef4b4b !important;
    color: white !important;
    padding: 3px !important;
    border-radius: 5px !important;
}
label.error:after {
    border-top:5px solid black !important;
    border-left:5px solid transparent !important;
    border-right:5px solid transparent !important;
    position:absolute !important;
    top:100px !important;
    left:50px !important;
}*/

.excel_dataonly_report_btn_ar {
    display: none;
    position: absolute;
    left: -33px;
    top: 100px;
    width: 50px;
    height: 40px;
    background-color: #315b71;
    border-radius: 10px;
    color: #00d2ff;
    padding: 10px !important;
    display: block;
    text-align: left !important;
    transition: all 0.5s ease;
}

    .excel_dataonly_report_btn_ar:hover {
        color: #fff !important;
        left: -37px;
    }

    .excel_dataonly_report_btn_ar i {
        font-size: 20px !important;
        border-left: 0px !important;
        padding: 0px !important;
        /*color: #00d2ff !important;*/
        transition: all 0.5s ease;
    }

    .excel_dataonly_report_btn_ar:hover i {
        color: #fff !important;
    }

.clear_cache_tooltip {
    position: absolute;
    top: 5px;
    right: 50px;
    border-radius: 5px;
    width: auto;
    height: auto;
    background-color: #1f728e;
    text-align: left;
    color: #fff;
    padding: 5px;
    z-index: 99;
    display: none;
    font-size: 12px;
    border: 1px solid #000;
}

    .clear_cache_tooltip:after {
        content: " ";
        width: 0px;
        height: 0px;
        border-left: 7px solid #1f728e;
        border-bottom: 7px solid transparent;
        border-top: 7px solid transparent;
        position: absolute;
        top: 5px;
        right: -7px;
    }

.clear_cache_tooltip_ar {
    position: absolute;
    top: 5px;
    left: 50px;
    /*left: -85px;*/
    border-radius: 5px;
    width: auto;
    height: auto;
    background-color: #1f728e;
    text-align: left;
    color: #fff;
    padding: 5px;
    z-index: 99;
    display: none;
    font-size: 12px;
    border: 1px solid #000;
}

    .clear_cache_tooltip_ar:after {
        content: " ";
        width: 0px;
        height: 0px;
        border-right: 7px solid #1f728e;
        border-bottom: 7px solid transparent;
        border-top: 7px solid transparent;
        position: absolute;
        top: 5px;
        left: -7px;
    }
/*******************************/

/*.last_tooltip_menu a {
    padding: 5px;
    border-bottom: 2px solid #09c;
}*/

/*.last_tooltip a {
    padding: 5px;
    border-bottom: 2px solid #09c;
}*/

/*******************************/

#lASTSEENdetails {
    min-width: 290px !important;
}

    #lASTSEENdetails a {
        color: #fff;
        font-size: 13px;
        padding: 3px 0px;
        letter-spacing: -0.5px;
        margin: 3px !important;
        display: block;
        text-align: center;
    }

        #lASTSEENdetails a:hover {
            background-color: #226e88;
            color: #00d2ff;
        }

    #lASTSEENdetails hr {
        background: #04c8f3;
        border-radius: 100%;
        height: 2px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

        #lASTSEENdetails hr:last-child {
            display: none;
        }

/*******************************/
.last_tooltip {
    position: absolute;
    top: 195px;
    right: 5px;
    border-radius: 5px;
    width: auto;
    height: auto;
    background-color: #315c71;
    /*text-align:left !important;*/
    color: #fff;
    padding: 5px;
    z-index: 99;
    display: none;
    font-size: 12px;
    border: 0.5px solid black;
}

    .last_tooltip:after {
        content: " ";
        width: 0px;
        height: 0px;
        border-left: 7px solid #1f728e;
        border-bottom: 7px solid transparent;
        border-top: 7px solid transparent;
        position: absolute;
        top: 5px;
        right: -7px;
    }

.last_tooltip_ar {
    position: absolute;
    top: 248px;
    left: 4px;
    /*right: 810px;*/
    border-radius: 5px;
    width: auto;
    height: auto;
    background-color: #1f728e;
    /*text-align:left !important;*/
    color: #fff;
    padding: 5px;
    z-index: 99;
    display: none;
    font-size: 12px;
    border: 0.5px solid black;
}

    .last_tooltip_ar:after {
        content: " ";
        width: 0px;
        height: 0px;
        border-right: 7px solid #1f728e;
        border-bottom: 7px solid transparent;
        border-top: 7px solid transparent;
        position: absolute;
        top: 5px;
        left: -7px;
    }


/*************************************/
.reports_options_tooltip {
    position: absolute;
    top: 110px;
    right: 5px;
    border-radius: 5px;
    width: auto;
    height: auto;
    background-color: #1f728e;
    /*text-align:left !important;*/
    color: #fff;
    padding: 5px;
    z-index: 99;
    display: none;
    font-size: 12px;
    border: 0.5px solid black;
}

    .reports_options_tooltip:after {
        content: " ";
        width: 0px;
        height: 0px;
        border-left: 7px solid #1f728e;
        border-bottom: 7px solid transparent;
        border-top: 7px solid transparent;
        position: absolute;
        top: 5px;
        right: -7px;
    }

.reports_options_tooltip_ar {
    position: absolute;
    top: 110px;
    left: 4px;
    /*right: 810px;*/
    border-radius: 5px;
    width: auto;
    height: auto;
    background-color: #1f728e;
    /*text-align:left !important;*/
    color: #fff;
    padding: 5px;
    z-index: 99;
    display: none;
    font-size: 12px;
    border: 0.5px solid black;
}

    .reports_options_tooltip_ar:after {
        content: " ";
        width: 0px;
        height: 0px;
        border-right: 7px solid #1f728e;
        border-bottom: 7px solid transparent;
        border-top: 7px solid transparent;
        position: absolute;
        top: 5px;
        left: -7px;
    }

.pdf_report_btn:hover .clear_cache_tooltip {
    display: block !important;
    color: #fff;
}

.excel_report_btn:hover .clear_cache_tooltip {
    display: block !important;
    color: #fff;
}

.excel_dataonly_report_btn:hover .clear_cache_tooltip {
    display: block !important;
    color: #fff;
}

.clear_cache_btn:hover .clear_cache_tooltip {
    display: block !important;
    color: #fff;
}


.session-expired-body {
    background-color: #fff !important;
}

.session-expired-container {
    width: 100% !important;
    height: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
    text-align: center !important;
    color: #fff !important;
    box-shadow: 0px 0px 0px !important;
}

.warning_title {
    position: absolute;
    background-color: #00ade6;
    transform: rotate(-35deg);
    top: 20px;
    left: -50px;
    padding: 0px 50px;
}

.warning_box {
    background-color: #2d6f85;
    /*width: 600px;
    height: 400px;*/
    text-align: center;
    margin: 50px 0px 0px 37%;
    border-radius: 10px;
}

    .warning_box h1 {
        position: absolute;
        /*top: 100px;
        left: 400px;*/
        top: 10%;
        left: 75%;
        transform: rotate(-20deg);
        animation: h_anim 2s infinite;
    }

    .warning_box h3 {
        position: absolute;
        /*top: 140px;
        left: 380px;*/
        top: 23%;
        left: 73%;
        transform: rotate(-20deg);
        animation: h_anim 1.5s infinite;
    }

    .warning_box h5 {
        position: absolute;
        /*top: 180px;
        left: 360px;*/
        top: 40%;
        left: 70%;
        transform: rotate(-20deg);
        animation: h_anim 1s infinite;
    }

@keyframes h_anim {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes h3_anim {
}

@keyframes h5_anim {
}

.warning_box i {
    font-size: 150px;
    color: #ffaf00;
    margin: 20px;
}

.LinkAddOn {
    text-align: center !important;
    text-decoration: none;
    color: #fff;
    display: block;
    transition: all 0.5s ease;
    padding: 5px 0px;
}

    .LinkAddOn:hover {
        color: #00d2ff;
        text-decoration: none;
        background-color: #1f728e;
    }

#error-page {
    /*background-color: #50b6d8;*/
    background-color: #f0f0f0 !important;
    position: fixed !important;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
}

#error-inner {
    margin: 15% 25%;
}

    #error-inner h1 {
        /*color: white;*/
        color: #194c71;
        margin-top: 20px;
        font-size: 20px;
    }

.pesan-eror {
    width: 385px;
    height: 110px;
    margin: 0 auto 40px;
    background: #285677;
    color: #fff;
    font-size: 40px;
    line-height: 125px;
    -moz-border-radius-topleft: 75px;
    -moz-border-radius-topright: 75px;
    -webkit-border-top-left-radius: 75px;
    -webkit-border-top-right-radius: 75px;
    border-top-left-radius: 95px;
    border-top-right-radius: 95px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    position: relative;
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(8%);
    }

    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
    }

    50% {
        -webkit-transform: translateY(8%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}

.pesan-eror::after {
    content: " ";
    width: 0;
    height: 0;
    bottom: -17px;
    border-color: #285677 transparent transparent;
    border-style: solid;
    border-width: 20px 20px 0;
    position: absolute;
    left: 46%;
}
/*.pesan-eror:hover{
    background: none;
}*/

.balik-home {
    position: relative;
    margin: 20px auto;
    display: block;
    padding: 10px 15px 10px 15px;
    font-family: "Helvetica Neue", Helvetica;
    font-size: 30px;
    background: #04c8f3;
    border: 0;
    color: #fff;
    border-radius: 3px;
    outline: none;
    width: 460px;
    height: 55px;
    /*cursor: pointer;*/
}

    .balik-home:hover {
        background: none;
    }

    .balik-home:after, .balik-home:before {
        position: absolute;
        background: #285677;
        content: "";
        width: 0%;
        height: 100%;
        bottom: 0px;
        left: 0;
        z-index: -999999999;
        border-radius: 3px;
    }

    .balik-home:before {
        background: #04c8f3;
        width: 100%;
    }

    .balik-home:hover:after {
        width: 100%;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

    .balik-home a {
        color: white;
        text-decoration: none;
    }


.fieldsetTxtboxGreen {
    border: solid 1px #949494;
    border-style: solid;
    height: 20px !important;
    background-color: #8dc63f !important;
    border-radius: 2px !important;
    /*margin-bottom: 3px;*/
}

.fieldsetTxtboxyellow {
    border: solid 1px #949494;
    border-style: solid;
    height: 20px !important;
    background-color: #f6f3ba !important;
    border-radius: 2px !important;
    /*margin-bottom: 3px;*/
}

.fieldsetTxtboxwhite {
    border: solid 1px #949494;
    border-style: solid;
    height: 20px !important;
    background-color: #fff !important;
    border-radius: 2px !important;
    /*margin-bottom: 3px;*/
}

.fieldsetSubTitel {
    color: #e95c19;
    font-family: Arial;
    font-size: 13;
    padding: 40px 0px 0px 5px;
    font-weight: bold;
}

/*.f1Btn {
    background: url(../GatsOnceStyles/css/images/F1_Btn.png);
    border: none;
    width: 24px;
    height: 20px;
    border: 1px;
    border-style: solid;
    padding-left: 4px;
    padding-right: 4px;
}*/

/*screens styles*/

/* Modal div styles start */
/*.modalDiv {
        z-index: 1000;
        background-color: Gray;
        filter: alpha(opacity=35);
        opacity: 0.35;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        display: none;
    }*/
/* Modal div styles end */


/* Panel styles start */
.divGridF1Popup {
    -ms-animation: fadeIn 0.5s 0s forwards;
    animation: fadeIn 0.5s 0s forwards;
    font-family: arial,helvetica,clean,sans-serif;
    font-size: small;
    /*padding: 2px 3px;*/
    position: absolute;
    left: 80px !important;
    top: 2px !important;
    border: 0px !important;
    text-align: left !important;
    width: 455px;
    height: 433px;
    /*height:393px;*/
    /*overflow: visible !important;*/
    z-index: 1;
    white-space: nowrap;
    display: none;
    box-shadow: 1px -1px 5px 3px #75a0ac;
    /*box-shadow: 0px 0px 10px #888888;*/
}

    /*
    *[dir=ltr] #cssmenu > ul > li > a span:before .divGridF1Popup .popupbody #MainContent_UpdatePanelGridF1 #txtSearch {
    display: inline-block;
    font-size: 16px;
    padding: 0px 11px 0px 5px;
    color: #e41a34;
    font-family: 'fontawesome';
    content: "\f1b9";
    float: left;
}

hr::before {
    content: "Click for Search";
    background: #80e8ff;
    border: 1px solid darkred;
    padding: 1px 3px;
    position: absolute;
    width: 97px;
    margin: 0px 1px !important;
    height: 20px;
        background: #c1c1c1;
    border: solid 1px #4e4e4e !important;
    background: -webkit-linear-gradient(#c1c1c1, #ffffff,#c1c1c1);
    background: -o-linear-gradient(#c1c1c1, #ffffff,#c1c1c1);
    background: -moz-linear-gradient(#c1c1c1, #ffffff,#c1c1c1);
    background: linear-gradient(#c1c1c1, #ffffff,#c1c1c1);
    height: 20px;
    width: 105px;
    font-size: 12px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;

    color: #000;
    text-align: center;
    border: 1px solid #000;
    padding: 0px !important;
    cursor:pointer;
}

hr::before::selection{
    display:none;
}

#txtSearch {
    width: 70% !important;
    float: left;
}*/
    /* input:checked {
  height: 20px;
  width: 20px;
}
input:checked{
 background: #80e8ff;
    border: 1px solid darkred;
    padding: 1px 3px;
    position: absolute;
    width: 97px;
    margin: 0px 1px !important;
    height: 20px;
        background: #c1c1c1;
         border: solid 1px #4e4e4e !important;
    background: -webkit-linear-gradient(#c1c1c1, #ffffff,#c1c1c1);
    background: -o-linear-gradient(#c1c1c1, #ffffff,#c1c1c1);
    background: -moz-linear-gradient(#c1c1c1, #ffffff,#c1c1c1);
    background: linear-gradient(#c1c1c1, #ffffff,#c1c1c1);
    height: 20px;
    width: 25px;
}*/


    .divGridF1Popup:after {
        content: "";
        width: 100% !important;
        height: 100% !important;
        position: fixed;
        display: block;
        top: 0px;
        left: 0px;
        background-color: rgba(0,0,0,0.5);
        z-index: -99;
    }

    .divGridF1Popup th {
        text-align: left !important;
        padding: 2px 1px 2px 1px;
        color: #000 !important;
        background-color: #fff;
        border: 1px solid #dbdbdb !important;
        /*padding: 5px;*/
    }

/*.divGridF1Popup td {
            padding: 5px 0px !important;
            border: 1px solid #dbdbdb !important;
            color: #000 !important;
        }*/

.popupcontainer {
    border: 0px;
}

/*.popupheader {
        color: #000 !important;
        border: 0px;
        padding: 10px;
        text-align: center;
        background-color: #fff;
        border-radius: 10px 10px 0px 0px;
    }*/

/*.popupheader p {
            color: #000 !important;
        }*/


.divGridF1Popup .popupheader .msg {
    font-weight: bold;
}

/*.divGridF1Popup .popupbody {
        background-color: #fff;
        border-radius: 0px 0px 10px 10px;
        border: 0px !important;
        padding: 10px;
        height: 400px;
        overflow: auto;
    }*/

.divGridF1Popup .popupbody .msg {
    font-family: arial,helvetica,clean,sans-serif;
    font-size: small;
    background: url(../styleimg/sprite.png) no-repeat 0px -1150px;
    float: left;
    padding-left: 22px;
    /* */
}

.divGridF1Popup .popupfooter {
    background: url(../styleimg/sprite.png) repeat-x 0px -200px;
    border-color: #ccc #808080 #808080 #808080;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    text-align: right;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 8px;
}

/*.divGridF1Popup .popupclose {
        cursor: pointer;
        position: absolute;
        left: 10px;
        top: -5px;
        z-index: 99;
        font-size: 40px;
    }*/

.button_popup {
    cursor: pointer;
    border-width: 1px;
    background-color: #f2f2f2;
    border-color: #808080;
    width: 27px;
}

/* Panel styles end */

.dim {
    height: 75% !important;
    /*72*/
    /*height: 74% !important;*/
    min-height: 50%;
    width: 96% !important;
    position: absolute !important;
    left: 15px !important;
    /*top: 118px !important;*/
    top: 22% !important;
    /*28*/
    /*top: 21% !important;*/
    /*margin:0% 0% 0% 2%;*/
    z-index: 2 !important;
    background-color: #d1d1d1 !important;
    filter: alpha(opacity=75) !important; /* internet explorer */
    -khtml-opacity: 0.75 !important; /* khtml, old safari */
    -moz-opacity: 0.75 !important; /* mozilla, netscape */
    opacity: 0.50 !important; /* fx, safari, opera */
}

.validationSum {
    height: 320px !important;
    width: 96% !important;
    position: absolute !important;
    left: 15px !important;
    top: 118px !important;
    z-index: 2 !important;
}

    .validationSum .modal-dialog {
        width: 100% !important;
        margin: 0px auto !important;
    }

#validSumDiv {
    z-index: 10 !important;
}

.validationSum .modal-content {
    border: 5px solid #ff2e2e;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(255,255,255,0.85);
}

.validationSum .modal-header {
    text-align: center;
}

.validationSum .modal-body {
    height: 175px;
    max-height: 175px;
    overflow: auto;
}

fieldset {
    background-color: #e4e4e4;
    height: 75% !important;
    min-height: 300px;
    padding: 30px 10px 10px 10px !important;
    margin-top: -20px !important;
}

.f1Btn {
    background: #c1c1c1;
    border: solid 1px #4e4e4e !important;
    background: -webkit-linear-gradient(#c1c1c1, #ffffff,#c1c1c1);
    background: -o-linear-gradient(#c1c1c1, #ffffff,#c1c1c1);
    background: -moz-linear-gradient(#c1c1c1, #ffffff,#c1c1c1);
    background: linear-gradient(#c1c1c1, #ffffff,#c1c1c1);
    height: 20px;
    width: 25px;
    font-weight: 700 !important;
    font-size: 12px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    /*color: #1d334e;*/
    color: #000;
    text-align: center;
    border: 1px solid #000;
    padding: 0px !important;
}

fieldset table tbody td {
    /*padding-top: 2px;
    padding-left: 5px;*/
    padding: 2px;
    /*display: inline-block;*/
}

input[type='checkbox'], input[type='radio'] {
    /* margin:0px !important;*/
    margin-top: 2px !important;
}

fieldset table tbody tr span {
    /*color: #2e435e;*/
    color: #000;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
    /*padding-right:15px;*/
}

fieldset table tbody tr label {
    /*color: #2e435e;*/
    color: #000;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
    /*padding-right: 5px;
     padding-left: 5px;*/
}

.radioBtnList input, label {
    /*display:block;
    float:left;*/
}

.radioBtnList {
    /*height: 30px;*/
    /*background-color: #cecccc;*/
    /*background-color: #cae2ef;*/
    border: 1px solid #b5b4b4;
    background-color: #dadada;
    display: inline-block;
    /*border: 1px solid #929292;*/
    /*background-color: #fff;*/
    vertical-align: top;
    font-size: 11.5px;
    /*background-color: #fff;
    border: 1px solid #909090;*/
}

label {
    font-weight: normal;
    /*padding-left: 5px;*/
    font-size: 12px;
}

.divGridF1Popup td {
    padding: 3px 5px !important;
    border: 1px solid #b1afaf !important;
    white-space: nowrap;
    /*font-size:14.5px;*/
    /*height:29px;*/
}

.popupheader {
    /*height: 20px;*/
    /*padding: 0px;*/
    padding: 8px 0px;
    /*background: linear-gradient(#f6f7f7,#e4e7ea);*/
    /*background:linear-gradient(#75cadc ,#dbf6ff);*/
    /*ackground: linear-gradient(rgb(154, 192, 204),#358a9c94);*/
    /*background:linear-gradient(#75AFC3,#1f728e);*/
    background: linear-gradient(#93bac6,#4f808a);
    /*background:linear-gradient(#93bac6,#4f808a);*/
    border-radius: 2px 2px 0px 0px;
    border-bottom: 1px solid #fff;
    text-align: center;
    width: 520px;
}


    .popupheader p {
        font-weight: bold;
        font-family: Arial;
        font-size: 15px;
        color: #000;
    }

.divGridF1Popup .popupclose {
    /*right: 5px;
    top: 0px;
    font-size: 15px;
    color: #686868;*/
    right: 12px;
    top: 8px;
    font-size: 16px;
    color: #565656;
    cursor: pointer;
    position: absolute;
    z-index: 99;
}

/*.popupbody div {
    overflow: auto;
}*/

.divGridF1Popup .popupbody {
    /*height:450px;*/
    /*min-height: 380px;
    max-height: 500px;*/
    /*width: 452px;*/
    /* max-width: 700px; */
    /*overflow: auto;*/
    /*overflow: auto;
    height: 388px;
    padding: 5px 15px 0px 15px;
    border-radius: 0px 0px 2px 2px;*/
    overflow: auto;
    height: 435px;
    width: 520px;
    padding: 15px 15px 15px 15px;
    /*border-radius: 12px;*/
    background: linear-gradient(#93bac6,#4f808a);
}

.divGridF1Popup th {
    padding: 3px;
    white-space: nowrap;
    /*font-weight: normal;*/
    font-size: 12px;
    font-family: Arial;
    /*background: linear-gradient(#fafafb,#dadee2);*/
    font-weight: 730;
    background: linear-gradient(#fafafb,#808080);
}

.Pager a, .Pager span {
    display: inline-block !important;
    text-align: center !important;
    padding: 0px 5px !important;
    margin: 2px;
    text-decoration: none !important;
}

.Pager span {
    color: #000;
}

.Pager a {
    font-weight: 730;
    background: #fff;
    background: -webkit-linear-gradient(#fafafb,#b1afaf);
    background: -o-linear-gradient(#fafafb,#b1afaf);
    background: -moz-linear-gradient(#fafafb,#b1afaf);
    background: linear-gradient(#fafafb,#b1afaf);
    color: #337ab7;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    margin-bottom: 2px;
}

    .Pager a:hover {
        background: #fff;
    }
/*.Pager span
{
    text-align: center;
    color: #999;
    display: inline-block;
    width: 20px;
    background-color: #A1DCF2;
    margin-right: 3px;
    line-height: 150%;
    border: 1px solid #3AC0F2;
}
.Pager a
{
    text-align: center;
    display: inline-block;
    width: 20px;
    background-color: #3AC0F2;
    color: #fff;
    border: 1px solid #3AC0F2;
    margin-right: 3px;
    line-height: 150%;
    text-decoration: none;
}*/
.GridPager td {
    /*border:0px !important;*/
}

.GridPager a, .GridPager span {
    display: block !important;
    text-align: center !important;
    padding: 0px 5px !important;
    margin: 2px;
    text-decoration: none !important;
}

.GridPager span {
    color: #000;
}
/*#lblDesc {
    margin-left:12px;
}*/
.GridPager a {
    background: #fff;
    background: -webkit-linear-gradient(#fff,#dde1e5);
    background: -o-linear-gradient(#fff,#dde1e5);
    background: -moz-linear-gradient(#fff,#dde1e5);
    background: linear-gradient(#fff,#dde1e5);
    color: #337ab7;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
}

    .GridPager a:hover {
        background: #fff;
    }

.popupbody hr {
    margin: 2px 0px;
}

.dropdownlist {
    background: linear-gradient(#fff,#cfd5da);
    border: 1px solid #a0acb7;
    padding: 3px;
    border-radius: 3px;
    min-width: 100px;
}

    .dropdownlist:hover {
        background: linear-gradient(#fff,#a9cae7);
        border: 1px solid #719cc0;
    }

.highlight {
    background-Color: Yellow;
}

.gridView td {
    padding: 0px !important;
    border: 1px solid #c1c1c1;
}

.gridView tr {
    background-color: black;
}

.gridView th {
    background: linear-gradient(#fff,#c1c1c1);
    padding: 1px !important;
    /*color: #000000;*/
    font-weight: bold;
    border: 1px solid #c1c1c1;
    text-align: center !important;
    width: 100px;
    /*height: 29px;*/
}

.gridView input[type='text'] {
    background-color: transparent !important;
    border: 0px !important;
    width: 100%;
    /*color:#2e435e !important;*/
}

.gridView {
    margin: 0px !important;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f1f4f8;
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
    background-color: #ffffff;
}
/*tr:hover{
    background-color: #f1f4f8;
}*/
/*.gridView:hover{ 
    background-color:#6baabf;
}*/

/*.table table-striped  gridView col-sm-12 tr:hover {background-color: #f5f5f5;
    }

.table table-striped  gridView col-sm-12 tr:nth-child(even) {background-color: #f2f2f2;

}*/

.table table-striped gridView col-sm-12 {
    width: 100%;
}

    .table table-striped gridView col-sm-12 tr th {
    }

    .table table-striped gridView col-sm-12 tr td {
        padding: 8px;
        text-align: left;
    }


.ModalPopupBG {
    display: none;
}

.ModalPopupDiv {
    width: 300px;
    height: auto;
    box-shadow: #000 0px 0px 20px;
    border-radius: 7px;
    border: rgba(143, 197, 248, 0.7) solid 5px;
}

.PopupBody {
    min-height: 80px;
    /*max-height:100px;*/
    overflow-y: auto;
    background-color: white;
    text-align: center;
    padding: 25px;
    padding-bottom: 5px;
    border-top: 1px solid #909090;
    border-left: 1px solid #909090;
    border-right: 1px solid #909090;
}

.PopupHeader {
    background-color: rgba(143, 197, 248, 0.7);
    height: 25px;
}

.PopupControls {
    padding: 10px;
    background-color: #f0f0f0;
    text-align: right;
    height: 45px;
    border-bottom: 1px solid #909090;
    border-left: 1px solid #909090;
    border-right: 1px solid #909090;
}

    .PopupControls input {
        border-radius: 5px;
        min-width: 85px;
        height: 25px;
        border: 1px solid #a9a9a9;
        background: #fff; /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(#fff, #d3d8da); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#fff, #d3d8da); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#fff, #d3d8da); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#fff, #d3d8da); /* Standard syntax */
        transition: all 0.5s ease;
    }

        .PopupControls input:hover {
            background: #b2e0f9; /* For browsers that do not support gradients */
            background: -webkit-linear-gradient(#e4f4fc, #b2e0f9); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(#e4f4fc, #b2e0f9); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(#e4f4fc, #b2e0f9); /* For Firefox 3.6 to 15 */
            background: linear-gradient(#e4f4fc, #b2e0f9); /* Standard syntax */
        }

.modalPopupClose {
    text-align: center;
    color: white;
    font-size: 15px;
    border: 1px solid #7f2d21;
    border-top: 0px;
    width: 50px;
    position: absolute;
    right: 7px;
    top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #ba4231; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#da9b93, #ba4231); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#da9b93, #ba4231); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#da9b93, #ba4231); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#da9b93, #ba4231); /* Standard syntax */
    transition: all 0.5s ease;
}

    .modalPopupClose:hover {
        box-shadow: red 0px 0px 10px;
    }

*[dir=ltr] .Left {
    float: left;
}

*[dir=rtl] .Left {
    float: right;
}

*[dir=ltr] .Right {
    float: right;
}

*[dir=rtl] .Right {
    float: left;
}

*[dir=ltr] .LeftE {
    float: left;
    clear: left;
}

*[dir=rtl] .LeftE {
    float: left;
    clear: left;
}

*[dir=ltr] .RightA {
    float: right;
    clear: right;
}

*[dir=rtl] .RightA {
    float: right;
    clear: right;
}


*[dir=ltr] .marginRight50 {
    margin-right: 50px;
    margin-left: 0px;
}

*[dir=rtl] .marginRight50 {
    margin-right: 0px;
    margin-left: 50px;
}


*[dir=ltr] .marginRight80 {
    margin-right: 80px;
    margin-left: 0px;
}

*[dir=rtl] .marginRight80 {
    margin-right: 0px;
    margin-left: 80px;
}

*[dir=ltr] .marginRight3070 {
    margin-right: 30px;
    margin-left: 70px;
}

*[dir=rtl] .marginRight3070 {
    margin-right: 70px;
    margin-left: 30px;
}

*[dir=ltr] .marginLeft2 {
    margin-left: 2px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft2 {
    margin-left: 0px;
    margin-right: 2px;
}

*[dir=ltr] .marginLeft5 {
    margin-left: 5px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft5 {
    margin-left: 0px;
    margin-right: 5px;
}

*[dir=ltr] .marginLeft10 {
    margin-left: 10px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft10 {
    margin-left: 0px;
    margin-right: 10px;
}

*[dir=ltr] .marginLeft15 {
    margin-left: 15px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft15 {
    margin-left: 0px;
    margin-right: 15px;
}

*[dir=ltr] .marginLeft20 {
    margin-left: 20px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft20 {
    margin-left: 0px;
    margin-right: 20px;
}

*[dir=ltr] .marginLeft25 {
    margin-left: 25px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft25 {
    margin-left: 0px;
    margin-right: 25px;
}

*[dir=ltr] .marginLeft30 {
    margin-left: 30px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft30 {
    margin-left: 0px;
    margin-right: 30px;
}

*[dir=ltr] .marginLeft35 {
    margin-left: 35px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft35 {
    margin-left: 0px;
    margin-right: 35px;
}

*[dir=ltr] .marginLeft40 {
    margin-left: 40px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft40 {
    margin-left: 0px;
    margin-right: 40px;
}

*[dir=ltr] .marginLeft45 {
    margin-left: 45px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft45 {
    margin-left: 0px;
    margin-right: 45px;
}

*[dir=ltr] .marginLeft50 {
    margin-left: 50px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft50 {
    margin-left: 0px;
    margin-right: 50px;
}

*[dir=ltr] .marginLeft55 {
    margin-left: 55px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft55 {
    margin-left: 0px;
    margin-right: 55px;
}

*[dir=ltr] .marginLeft60 {
    margin-left: 60px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft60 {
    margin-left: 0px;
    margin-right: 60px;
}

*[dir=ltr] .marginLeft65 {
    margin-left: 65px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft65 {
    margin-left: 0px;
    margin-right: 65px;
}

*[dir=ltr] .marginLeft70 {
    margin-left: 70px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft70 {
    margin-left: 0px;
    margin-right: 70px;
}

*[dir=ltr] .marginLeft75 {
    margin-left: 75px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft75 {
    margin-left: 0px;
    margin-right: 75px;
}

*[dir=ltr] .marginLeft80 {
    margin-left: 80px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft80 {
    margin-left: 0px;
    margin-right: 80px;
}

*[dir=ltr] .marginLeft85 {
    margin-left: 85px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft85 {
    margin-left: 0px;
    margin-right: 85px;
}

*[dir=ltr] .marginLeft90 {
    margin-left: 90px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft90 {
    margin-left: 0px;
    margin-right: 90px;
}

*[dir=ltr] .marginLeft95 {
    margin-left: 95px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft95 {
    margin-left: 0px;
    margin-right: 95px;
}

*[dir=ltr] .marginLeft100 {
    margin-left: 100px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft100 {
    margin-left: 0px;
    margin-right: 100px;
}

*[dir=ltr] .marginLeft105 {
    margin-left: 105px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft105 {
    margin-left: 0px;
    margin-right: 105px;
}

*[dir=ltr] .marginLeft115 {
    margin-left: 115px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft115 {
    margin-left: 0px;
    margin-right: 115px;
}

*[dir=ltr] .marginLeft120 {
    margin-left: 120px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft120 {
    margin-left: 0px;
    margin-right: 120px;
}

*[dir=ltr] .marginLeft125 {
    margin-left: 125px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft125 {
    margin-left: 0px;
    margin-right: 125px;
}

*[dir=ltr] .marginLeft130 {
    margin-left: 130px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft130 {
    margin-left: 0px;
    margin-right: 130px;
}

*[dir=ltr] .marginLeft135 {
    margin-left: 135px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft135 {
    margin-left: 0px;
    margin-right: 135px;
}

*[dir=ltr] .marginLeft140 {
    margin-left: 140px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft140 {
    margin-left: 0px;
    margin-right: 140px;
}

*[dir=ltr] .marginLeft145 {
    margin-left: 145px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft145 {
    margin-left: 0px;
    margin-right: 145px;
}

*[dir=ltr] .marginLeft150 {
    margin-left: 150px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft150 {
    margin-left: 0px;
    margin-right: 150px;
}

*[dir=ltr] .marginLeft155 {
    margin-left: 155px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft155 {
    margin-left: 0px;
    margin-right: 155px;
}

*[dir=ltr] .marginLeft160 {
    margin-left: 160px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft160 {
    margin-left: 0px;
    margin-right: 160px;
}

*[dir=ltr] .marginLeft165 {
    margin-left: 165px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft165 {
    margin-left: 0px;
    margin-right: 165px;
}

*[dir=ltr] .marginLeft159 {
    margin-left: 150px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft159 {
    margin-left: 0px;
    margin-right: 175px;
}

*[dir=ltr] .marginLeft170 {
    margin-left: 170px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft170 {
    margin-left: 0px;
    margin-right: 170px;
}

*[dir=ltr] .marginLeft180 {
    margin-left: 180px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft180 {
    margin-left: 0px;
    margin-right: 180px;
}

*[dir=ltr] .marginLeft185 {
    margin-left: 185px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft185 {
    margin-left: 0px;
    margin-right: 185px;
}

*[dir=ltr] .marginLeft190 {
    margin-left: 190px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft190 {
    margin-left: 0px;
    margin-right: 190px;
}

*[dir=ltr] .marginLeft195 {
    margin-left: 195px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft195 {
    margin-left: 0px;
    margin-right: 195px;
}

*[dir=ltr] .marginLeft200 {
    margin-left: 200px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft200 {
    margin-left: 0px;
    margin-right: 200px;
}


*[dir=ltr] .marginLeft205 {
    margin-left: 205px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft205 {
    margin-left: 0px;
    margin-right: 205px;
}

*[dir=ltr] .marginLeft208 {
    margin-left: 208.2px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft208 {
    margin-left: 0px;
    margin-right: 208.2px;
}

*[dir=ltr] .marginLeft210 {
    margin-left: 210px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft210 {
    margin-left: 0px;
    margin-right: 210px;
}

*[dir=ltr] .marginLeft215 {
    margin-left: 215px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft215 {
    margin-left: 0px;
    margin-right: 215px;
}

*[dir=ltr] .marginLeft220 {
    margin-left: 220px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft220 {
    margin-left: 0px;
    margin-right: 220px;
}

*[dir=ltr] .marginLeft230 {
    margin-left: 230px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft230 {
    margin-left: 0px;
    margin-right: 230px;
}


*[dir=ltr] .marginLeft235 {
    margin-left: 235px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft235 {
    margin-left: 0px;
    margin-right: 235px;
}

*[dir=ltr] .marginLeft240 {
    margin-left: 240px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft240 {
    margin-left: 0px;
    margin-right: 240px;
}

*[dir=ltr] .marginLeft260 {
    margin-left: 260px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft260 {
    margin-left: 0px;
    margin-right: 260px;
}

*[dir=ltr] .marginLeft270 {
    margin-left: 270px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft270 {
    margin-left: 0px;
    margin-right: 270px;
}


*[dir=ltr] .marginLeft275 {
    margin-left: 275px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft275 {
    margin-left: 0px;
    margin-right: 275px;
}

*[dir=ltr] .marginLeft280 {
    margin-left: 280px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft280 {
    margin-left: 0px;
    margin-right: 280px;
}

*[dir=ltr] .marginLeft285 {
    margin-left: 285px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft285 {
    margin-left: 0px;
    margin-right: 285px;
}

*[dir=ltr] .marginLeft300 {
    margin-left: 300px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft300 {
    margin-left: 0px;
    margin-right: 300px;
}


*[dir=ltr] .marginLeft-20 {
    margin-left: -20px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft-20 {
    margin-left: 0px;
    margin-right: -20px;
}

*[dir=ltr] .ajax__tab {
    float: left !important;
}

*[dir=rtl] .ajax__tab {
    float: right !important;
}

/**[dir=ltr] .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left !important;
}

*[dir=rtl] .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: right !important;
}*/

*[dir=ltr] .tab {
    float: left !important;
}

*[dir=rtl] .tab {
    float: right !important;
}

*[dir=ltr] .popDiv {
    /*height: 321px ;*/
    /*!important*/
    width: 40% !important;
    position: absolute !important;
    left: 219px !important;
    top: 118px !important;
    z-index: 2 !important;
    animation: fadeIn 0.5s 0s forwards;
    -ms-animation: fadeIn 0.5s 0s forwards;
}

*[dir=rtl] .popDiv {
    /*height: 321px ;*/
    /*!important*/
    width: 40% !important;
    position: absolute !important;
    right: 219px !important;
    top: 118px !important;
    z-index: 2 !important;
    animation: fadeIn 0.5s 0s forwards;
    -ms-animation: fadeIn 0.5s 0s forwards;
}

*[dir=ltr] .notificationPopDiv {
    height: 186px;
    width: 45% !important;
    position: absolute !important;
    left: 388px !important;
    top: 0px !important;
    z-index: 2 !important;
}

*[dir=rtl] .notificationPopDiv {
    height: 186px;
    width: 45% !important;
    position: absolute !important;
    left: 388px !important;
    top: 0px !important;
    z-index: 2 !important;
}

/*.popDiv:after {
        content: "";
        position: fixed;
        display: block;
        top: 0px;
        left: 0px;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: -99;
        animation: 0.5s ease 0s 1 normal forwards running fadeIn;
        width: 100% !important;
        height: 100% !important;
        overflow: visible !important;
    }*/

.popDiv .modal-dialog {
    width: 100% !important;
    margin: 0px auto !important;
}

.popDiv .modal-content {
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(255,255,255,0.85);
}

.popDiv .modal-header {
    text-align: center;
}

.popDiv .modal-body {
    /*height:175px;
    max-height:175px;*/
    overflow: auto;
}

.popDeleteDiv {
    height: 321px !important;
    width: 25% !important;
    position: absolute !important;
    left: 631px !important;
    top: 110px !important;
    z-index: 3 !important;
}

    .popDeleteDiv .modal-dialog {
        width: 100% !important;
        margin: 0px auto !important;
    }

    .popDeleteDiv .modal-content {
        width: 100% !important;
        height: 100% !important;
        background-color: rgba(255,255,255,0.85);
    }

    .popDeleteDiv .modal-header {
        text-align: center;
    }

    .popDeleteDiv .modal-body {
        /*height:175px;
    max-height:175px;*/
        overflow: auto;
    }

.con {
    border: 1px solid #315c71;
    padding: 10px;
    margin-bottom: 10px;
    float: none;
    display: inline-block;
    color: #2e435e;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.tit {
    background: #eaeaea !important;
    border: 1px solid aliceblue;
    text-align: center;
    z-index: 1;
    font-weight: bold;
    font-family: Arial;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    font-size: 13px !important;
    color: #1e6f97 !important;
    float: none;
    margin: 3px 20px -3px;
    max-width: 40%;
}
/**[dir=ltr] .tit {
   float:left !important;
}
*[dir=rtl] .tit {
    float:right !important;
}*/
.droplist {
    width: 80px;
    /*box-shadow: #5bb4b7 1px 1px 5px;
    border-radius: 5px;
    border-color: #0bbabf;
    margin-bottom: 5px;
    color: #005e61;*/
    box-shadow: inset #4c87a5 -1px -2px 5px;
    border-radius: 5px;
    border-color: #21a8ea;
    margin-bottom: 3px;
    color: #000;
    background-color: #ffffff;
}




.container {
    /*width: 91% !important;*/
    /*width: 77.1% !important;*/
    /*width: 1070px !important;*/
}
/*#Menu_div{
    width:20% !important;
}*/

img {
    vertical-align: middle;
}

thead {
    white-space: nowrap;
}

.center {
    text-align: center;
}

.res0000 {
    width: 50px;
    display: inline-block;
}

.res000 {
    width: 65px;
    display: inline-block;
}

.res00 {
    width: 45px;
    display: inline-block;
}

.res0 {
    width: 61px;
    display: inline-block;
}


.res1 {
    width: 75px;
    display: inline-block;
}

.res {
    width: 97px;
    /*margin-left: 5px;
    margin-bottom: 5px;
    padding: 0px !important;*/
    display: inline-block;
}

.res2 {
    width: 158px;
    display: inline-block;
}

.res3 {
    width: 130px;
    display: inline-block;
}

.res4 {
    width: 165px;
    display: inline-block;
}

.res5 {
    width: 115px;
    display: inline-block;
}

.res6 {
    width: 135px;
    display: inline-block;
}

.res7 {
    width: 100px;
    display: inline-block;
}

.res8 {
    width: 105px;
    display: inline-block;
}

.res9 {
    width: 140px;
    display: inline-block;
}

.res10 {
    width: 180px;
    display: inline-block;
}

.res11 {
    width: 150px;
    display: inline-block;
}

.res12 {
    width: 65px;
    display: inline-block;
}

.res13 {
    width: 80px;
    display: inline-block;
}

.res14 {
    width: 210px;
    display: inline-block;
}

.res15 {
    width: 85px;
    display: inline-block;
}

.res16 {
    width: 110px;
    display: inline-block;
}

.res17 {
    width: 120px;
    display: inline-block;
}

.res18 {
    width: 90px;
    display: inline-block;
}

.res19 {
    width: 255px;
    display: inline-block;
}


.res20 {
    width: 125px;
    display: inline-block;
}

.res21 {
    width: 145px;
    display: inline-block;
}

.res22 {
    width: 220px;
    display: inline-block;
}

.res23 {
    width: 55px;
    display: inline-block;
}

.res24 {
    width: 70px;
    display: inline-block;
}

.res25 {
    width: 30px;
    display: inline-block;
}

.res26 {
    width: 235px;
    display: inline-block;
}
.space {
    margin-left: 109px !important;
    margin-bottom: 5px;
    display: inline-block !important;
}

.resLarge {
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 0px !important;
    width: 110px;
}

.zoom {
    transition: transform .2s;
}

    .zoom:hover {
        -ms-transform: scale(1.5); /* IE 9 */
        -webkit-transform: scale(1.5); /* Safari 3-8 */
        transform: scale(1.5);
    }

@media (max-width:700px ) and (min-width:300px) {


    .divGridF1Popup {
        left: -65% !important;
        top: 1% !important;
    }

    .login_div:after {
        /*width: 300px;
        height: 200px;*/
        background-size: 100% 100%;
        width: 200px;
        height: 200px;
        top: 284px;
        right: -54px;
    }

    .tebas_logo_img {
        margin-top: -184px;
        margin-right: 10px;
    }

    .header_text {
        margin-bottom: 55px;
        margin-left: 37px;
    }

    .user_left_div_arrow {
        margin-top: 23px !important;
    }

    .dim {
        width: 90% !important;
    }

    .TitleBg {
        margin-left: 5% !important;
    }

    ._404_img_div {
        margin-top: 58%;
        margin-left: 10%;
        margin-right: 0;
        margin-bottom: 0;
    }

    .sendmail-subject, .send-mail-textarea {
        width: 95%;
        margin-left: 2.5%;
    }

    .popup_container {
        left: 111px;
        width: 60%;
    }

    .popup_title {
        left: 122px;
        height: auto;
        width: 270px;
        text-align: center;
    }

    .popup_header {
        left: 196px;
    }

    .close-button {
        left: 397px;
    }

    .user_det_table td {
        display: inline-block;
        margin-top: 1%;
    }

    /*.res {
        display: block;
    }

    .resLarge {
        display: block;
    }*/

    .space {
        margin: 0px !important;
        margin-bottom: 5px;
        display: inline-block;
    }

    .YN {
        margin-top: 0px !important;
    }

    .login_div:after {
        display: none;
    }

    .nodes_ul, .lbls_ul {
        display: none;
    }
}


/********/
.username-ellipses {
    font-size: 16px;
    text-align: center;
    color: #75afc3;
    margin: 0px !important;
    padding: 5px;
}



*[dir=ltr] .BDG_ACC_Pop1320 {
    width: 390px !important;
    left: 380px !important;
    top: 258px !important;
}

*[dir=rtl] .BDG_ACC_Pop1320 {
    width: 390px !important;
    right: 380px !important;
    top: 258px !important;
}

@media (max-width:1024px) {
    .BDG_ACC_Pop1320 {
        left: 149px !important;
        top: 369px !important;
    }

    .Width1320 {
        width: 625px !important;
        height: 420px !important;
    }

    *[dir=ltr] .PopDivInvoice2100 {
        left: 15px !important;
        width: 649px !important;
        top: 145px !important;
    }

    *[dir=rtl] .PopDivInvoice2100 {
        left: 15px !important;
        width: 649px !important;
        top: 145px !important;
    }

    *[dir=ltr] .FileDataDiv2100 {
        left: 15px !important;
        width: 649px !important;
        top: 145px !important;
    }

    *[dir=rtl] .FileDataDiv2100 {
        left: 15px !important;
        width: 649px !important;
        top: 145px !important;
    }

    *[dir=ltr] .PopDivInvoice2206 {
        left: 15px !important;
        width: 649px !important;
        top: 145px !important;
    }

    *[dir=rtl] .PopDivInvoice2206 {
        left: 15px !important;
        width: 649px !important;
        top: 145px !important;
    }

    *[dir=ltr] .divGridSelectServOrder2024 {
        width: 649px !important;
        left: 15px !important;
        height: 260px;
        top: 120px !important;
    }

    *[dir=rtl] .divGridSelectServOrder2024 {
        width: 649px !important;
        left: 15px !important;
        height: 260px;
        top: 120px !important;
    }
}

@media (max-width:1400px ) and (min-width:1025px) {
    *[dir=ltr] .PopDivInvoice2100 {
        /*width: 649px !important;
        left: 50px !important;
        top: 130px !important;*/
        /*width: 737px !important;
        left: 22px !important;
        top: 130px !important;*/
        width: 650px !important;
        left: 65px !important;
        top: 115px !important;
    }

    *[dir=rtl] .PopDivInvoice2100 {
        width: 650px !important;
        right: 65px !important;
        top: 115px !important;
    }

    *[dir=ltr] .FileDataDiv2100 {
        width: 650px !important;
        left: 65px !important;
        top: 115px !important;
    }

    *[dir=rtl] .FileDataDiv2100 {
        width: 650px !important;
        right: 65px !important;
        top: 115px !important;
    }

    *[dir=ltr] .PopDivInvoice2206 {
        width: 649px !important;
        left: 50px !important;
        top: 130px !important;
    }

    *[dir=rtl] .PopDivInvoice2206 {
        width: 649px !important;
        right: 50px !important;
        top: 130px !important;
    }

    *[dir=ltr] .divGridSelectServOrder2024 {
        width: 705px !important;
        left: 50px !important;
        height: 320px;
        top: 125px !important;
    }

    *[dir=rtl] .divGridSelectServOrder2024 {
        width: 705px !important;
        right: 50px !important;
        height: 320px;
        top: 125px !important;
    }

    .divGridSelectServOrder2024 .tab_div {
        height: 210px;
    }
}

@media (max-width:1400px ) and (min-width:100px) {
    .Part1910 {
        width: auto !important;
    }
}

@media (max-width:1400px ) and (min-width:100px) {
    .Part1911 {
        width: auto !important;
    }
}

@media (max-width:1400px ) and (min-width:1000px) {
    .clear_cache_btn_ar {
        top: 105px;
    }

    .pdf_report_btn_ar, .reports_options_tooltip_ar, .excel_report_btn_ar, .excel_dataonly_report_btn_ar {
        top: 150px;
    }

    .users_btn_ar {
        top: 195px;
    }
}

@media (max-width:999px ) and (min-width:300px) {


    .clear_cache_btn_ar {
        top: 190px;
    }

    .users_btn_ar {
        top: 280px;
    }

    .pdf_report_btn_ar, .reports_options_tooltip_ar, .excel_report_btn_ar, .excel_dataonly_report_btn_ar {
        top: 235px;
    }
}

@media (max-width:399px ) and (min-width:100px) {


    .clear_cache_btn_ar {
        top: 270px;
    }

    .users_btn_ar {
        top: 360px;
    }

    .pdf_report_btn_ar, .reports_options_tooltip_ar, .excel_report_btn_ar, .excel_dataonly_report_btn_ar {
        top: 315px;
    }
}

@media (max-width:700px ) and (min-width:476px) {
    .user_left_icons_div {
        margin-bottom: 45px !important;
    }
}

@media (max-width:475px ) and (min-width:100px) {
    .user_left_icons_div {
        margin-bottom: 15px !important;
    }
}

*[dir=ltr] .popDeleteDiv {
    left: 640px !important;
    z-index: 3 !important;
    top: 192px !important;
}

*[dir=rtl] .popDeleteDiv {
    left: 410px !important;
    z-index: 3 !important;
    top: 192px !important;
}



*[dir=ltr] .DescDataDiv2100 {
    width: 565px !important;
    left: 90px !important;
    top: 227px !important;
}

*[dir=rtl] .DescDataDiv2100 {
    width: 565px !important;
    right: 90px !important;
    top: 227px !important;
}

*[dir=ltr] .EntryNoDataDiv2100 {
    width: 160px !important;
    left: 305px !important;
    top: 140px !important;
}

*[dir=rtl] .EntryNoDataDiv2100 {
    width: 160px !important;
    right: 305px !important;
    top: 140px !important;
}

*[dir=ltr] .EntyTypePop1200 {
    /*width: 97% !important;
    left: 13px !important;*/
    /*width: 72% !important;*/
    /*width: 75% !important;*/
    /*left: 130px !important;*/
    width: 60% !important;
    left: 190px !important;
    top: 130px !important;
    overflow: initial !important;
}

*[dir=rtl] .EntyTypePop1200 {
    /*width: 97% !important;
    right: 13px !important;*/
    /*width: 72% !important;*/
    /*width: 75% !important;*/
    /*right: 130px !important;*/
    width: 60% !important;
    right: 190px !important;
    top: 130px !important;
    overflow: initial !important;
}

*[dir=ltr] .EntyTypePop1700 {
    width: 85% !important;
    left: 63px !important;
    top: 130px !important;
    overflow: initial !important;
}

*[dir=rtl] .EntyTypePop1700 {
    width: 85% !important;
    right: 63px !important;
    top: 130px !important;
    overflow: initial !important;
}

*[dir=ltr] .AttachDataDiv2100 {
    width: 405px !important;
    left: 195px !important;
    top: 198px !important;
}

*[dir=rtl] .AttachDataDiv2100 {
    width: 405px !important;
    right: 195px !important;
    top: 198px !important;
}

*[dir=ltr] .FileF1PopDiv2100 {
    width: 200px !important;
    left: 40px !important;
    top: 191px !important;
}

*[dir=rtl] .FileF1PopDiv2100 {
    width: 200px !important;
    right: 40px !important;
    top: 191px !important;
}


*[dir=ltr] .PopInvoiceConfirmDiv2100 {
    left: 260px !important;
    width: 330px !important;
    z-index: 2 !important;
    top: 130px !important;
}

*[dir=rtl] .PopInvoiceConfirmDiv2100 {
    right: 190px !important;
    width: 330px !important;
    z-index: 2 !important;
    top: 130px !important;
}

*[dir=ltr] .printDataDiv2100 {
    left: 260px !important;
    /*width: 330px !important;*/
    z-index: 2 !important;
    top: 130px !important;
    overflow: inherit !important;
}

*[dir=rtl] .printDataDiv2100 {
    right: 260px !important;
    /*width: 330px !important;*/
    z-index: 2 !important;
    top: 130px !important;
    overflow: inherit !important;
}

*[dir=ltr] .invoiceMessageDiv2100 {
    left: 260px !important;
    /*width: 330px !important;*/
    z-index: 2 !important;
    top: 130px !important;
    overflow: inherit !important;
}

*[dir=rtl] .invoiceMessageDiv2100 {
    right: 260px !important;
    /*width: 330px !important;*/
    z-index: 2 !important;
    top: 130px !important;
    overflow: inherit !important;
}

*[dir=ltr] .cashMessageDiv2100 {
    left: 260px !important;
    /*width: 200px !important;*/
    z-index: 2 !important;
    overflow: inherit;
    top: 130px !important;
}

*[dir=rtl] .cashMessageDiv2100 {
    right: 260px !important;
    /*width: 200px !important;*/
    z-index: 2 !important;
    overflow: inherit !important;
    top: 130px !important;
}

*[dir=ltr] .displayPrintPopUpDiv2100 {
    width: 500px !important;
    left: 130px !important;
    top: 131px !important;
}

*[dir=rtl] .displayPrintPopUpDiv2100 {
    width: 500px !important;
    right: 85px !important;
    top: 131px !important;
}

*[dir=ltr] .CashDataDiv2100 {
    width: 420px !important;
    left: 176px !important;
    top: 201px !important;
}

*[dir=rtl] .CashDataDiv2100 {
    width: 420px !important;
    right: 176px !important;
    top: 201px !important;
}

*[dir=ltr] .CashDataDiv2021 {
    width: 420px !important;
    left: 176px !important;
    top: 201px !important;
}

*[dir=rtl] .CashDataDiv2021 {
    width: 420px !important;
    right: 176px !important;
    top: 201px !important;
}

*[dir=ltr] .EntyTypePopS9700 {
    width: 97% !important;
    left: 13px !important;
    top: 130px !important;
    overflow: initial !important;
}

*[dir=rtl] .EntyTypePopS9700 {
    width: 97% !important;
    right: 13px !important;
    top: 130px !important;
    overflow: initial !important;
}

*[dir=ltr] .RecAndPayPopS9700 {
    width: 100% !important;
    left: 00px !important;
    top: 118px !important;
    overflow: initial !important;
}

*[dir=rtl] .RecAndPayPopS9700 {
    width: 100% !important;
    right: 00px !important;
    top: 118px !important;
    overflow: initial !important;
}

*[dir=ltr] .TransportAccountsPopS9700 {
    width: 100% !important;
    left: 00px !important;
    top: 118px !important;
    overflow: initial !important;
}

*[dir=rtl] .TransportAccountsPopS9700 {
    width: 100% !important;
    right: 00px !important;
    top: 118px !important;
    overflow: initial !important;
}

.colorPopupHeader {
    color: #1f728d;
}

.border {
    border-bottom: 1px solid #74878e;
    display: block;
    margin: 5px 0px !important;
}

.borderPopup {
    border-radius: 5px;
    border: 2px solid #1f728d !important;
}
/**[dir=ltr] .PopDivInvoice2100 {
    width: 649px;
    left: 50px;
    top: 130px;
}

*[dir=rtl] .PopDivInvoice2100 {
    width: 649px;
    right: 50px ;
    top: 130px;
}*/



*[dir=ltr] .PermissionDataDiv3000 {
    width: 670px !important;
    left: 32px !important;
    top: 120px !important;
}

*[dir=rtl] .PermissionDataDiv3000 {
    width: 670px !important;
    right: 32px !important;
    top: 120px !important;
}



*[dir=ltr] .UserFavouritesPopup {
    width: 40% !important;
    left: 268px !important;
    top: 118px !important;
}

*[dir=rtl] .UserFavouritesPopup {
    width: 40% !important;
    right: 268px !important;
    top: 118px !important;
}


*[dir=ltr] .PopDivINV01300 {
    left: 30% !important;
    top: 40% !important;
    width: 210px !important;
}

*[dir=rtl] .PopDivINV01300 {
    right: 64% !important;
    top: 34% !important;
    width: 210px !important;
}

*[dir=ltr] .PopDiv2000T {
    width: 47% !important;
    left: 174px !important;
    top: 118px !important;
}

*[dir=rtl] .PopDiv2000T {
    width: 47% !important;
    right: 174px !important;
    top: 118px !important;
}

*[dir=ltr] .PopDiv2000TInvoiceType {
    left: 40% !important;
    top: 195px !important;
    width: 25% !important;
    text-align: center;
}

*[dir=rtl] .PopDiv2000TInvoiceType {
    right: 34% !important;
    top: 195px !important;
    width: 25% !important;
    text-align: center;
}

*[dir=ltr] .OpenInvoice2000T {
    width: 301px !important;
    box-shadow: #000 0px 0px 20px;
    height: 162px !important;
    left: 225px !important;
    top: 141px !important;
}

*[dir=rtl] .OpenInvoice2000T {
    width: 301px !important;
    box-shadow: #000 0px 0px 20px;
    height: 162px !important;
    left: 225px !important;
    top: 141px !important;
}

*[dir=ltr] .FileF1PopDiv2000T {
    width: 210px !important;
    left: 508px !important;
    top: 244px !important;
}

*[dir=rtl] .FileF1PopDiv2000T {
    width: 215px !important;
    right: 10% !important;
    top: 244px !important;
}

*[dir=ltr] .PopRequestNoDiv2000T {
    /*width: 210px !important;
    left: 508px !important;
    top: 244px !important;*/
    width: 610px !important;
    left: 120px !important;
    top: 100px !important;
}

*[dir=rtl] .PopRequestNoDiv2000T {
    width: 610px !important;
    right: 80px !important;
    top: 100px !important;
}
/**[dir=ltr] .displayPrintPopUpDiv2000T {
    width: 520px !important;
    left: 168px !important;
    top: 131px !important;
}

*[dir=rtl] .displayPrintPopUpDiv2000T {
    width: 520px !important;
    right: 168px !important;
    top: 131px !important;
}*/
*[dir=ltr] .displayPrintPopUpDiv2000T {
    /*width: 515px !important;
    left: 170px !important;
    top: 135px !important;*/
    /*width: 724px !important;
    left: 40px !important;*/
    top: 135px !important;
    width: 630px !important;
    left: 90px !important;
}

*[dir=rtl] .displayPrintPopUpDiv2000T {
    /*width: 515px !important;
    right: 170px !important;
    top: 135px !important;*/
    /*width: 724px !important;
    right: 40px !important;*/
    top: 135px !important;
    width: 630px !important;
    right: 90px !important;
}

/**[dir=ltr] .displayPrintPopUpDivINVO1300 {
    width: 455px !important;
    left: 25% !important;
    top: 26% !important;
}

*[dir=rtl] .displayPrintPopUpDivINVO1300 {
    width: 455px !important;
    right: 18% !important;
    top: 26% !important;
}*/

*[dir=ltr] .displayPrintPopUpDivINVO1300 {
    width: 500px !important;
    left: 130px !important;
    top: 131px !important;
}

*[dir=rtl] .displayPrintPopUpDivINVO1300 {
    width: 500px !important;
    right: 130px !important;
    top: 131px !important;
}


/*.lblpageTitle{
min-width: 50% !important;
}*/

/*.ajax__scroll_none {
    overflow: hidden !important;
    width:700px;
}*/
/*fieldset {
    overflow: hidden !important;
     width: 530px !important;
}
    fieldset table {
        overflow: auto !important;
        width: 740px !important;
    }*/

/*.ajax__tab_container {
    overflow: hidden !important;
    width: 530px !important;
}
.ajax__scroll_none , .ajax__tab_body{
    overflow: auto !important;
}*/
.tab {
    background-color: rgba(227, 227, 227, 1) !important;
    padding: 6px;
    overflow: auto !important;
    width: 100%;
}

.pos-menu a:focus {
    /*color: #00d2ff;*/
    color: #1f728e;
}

@media (max-width:845px ) and (min-width:530px) {
    /*.fieldsetTxtboxyellow, .fieldsetTxtboxGreen, .fieldsetTxtboxwhite {
        width: auto !important;
        display: inline !important;
    }

    .res0, .res1, .res, .res2, .res3, .res4, .res5 {
        display: inline !important;
    }*/
}

@media (max-width:529px ) and (min-width:100px) {
    /*.fieldsetTxtboxyellow, .fieldsetTxtboxGreen, .fieldsetTxtboxwhite {
        width: 80px !important;
        display: inline !important;
    }

    .res0, .res1, .res, .res2, .res3, .res4, .res5, .res6, .res7 {
        display: inline !important;
    }*/
}

@media (max-width:910px ) and (min-width:100px) {
    /* .res0 , .res1 ,  .res, .res2, .res3, .res4 , .res5 , .res6 , .res7  , label, input {
        display: block !important;
    }*/

    /*.marginLeft5, .marginLeft10, .marginLeft15, .marginLeft20, .marginLeft25, .marginLeft30, .marginLeft35, .marginLeft40, .marginLeft45, .marginLeft50, .marginLeft55, .marginLeft60, .marginLeft65, .marginLeft70, .marginLeft75, .marginLeft80, .marginLeft85, .marginLeft90, .marginLeft95, .marginLeft100, .marginLeft105, .marginLeft115, .marginLeft120, .marginLeft125 , .marginLeft135, .marginLeft140, .marginLeft145, .marginLeft150, .marginLeft155, .marginLeft160, .marginLeft165, .marginLeft170, .marginLeft180, .marginLeft190, .marginLeft195, .marginLeft200, .marginLeft215, .marginLeft220, .marginLeft230, .marginLeft240, .marginLeft260, .marginLeft280, .marginLeft285, .marginLeft300 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }*/
}

@media (max-width:700px ) and (min-width:100px) {
    .lblpageTitle {
        /*background-image: none !important;*/
        width: auto !important;
        /*text-align:center;*/
    }

    fieldset table tbody td {
        display: inline-block !important;
        padding: 2px;
    }
}

.lbltitle {
    width: 135px !important;
    text-align: center !important;
    padding: 7px 0px 0px 0px !important;
    font-size: 13px !important;
    height: 29.6px !important;
}

#ActionsDiv {
    /*height:20px !important;*/
}

    #ActionsDiv a {
        text-align: center !important;
    }

*[dir=ltr] #ActionsDiv .button:before {
    float: left;
    text-align: center !important;
}

*[dir=rtl] #ActionsDiv .button:before {
    float: right;
    text-align: center !important;
}

#ActionsDiv #btnAdd {
    width: 90px !important;
    text-align: center !important;
    height: 30px !important;
}

#ActionsDiv #btnUpdate {
    width: 125px !important;
    text-align: center !important;
    height: 30px !important;
}

#ActionsDiv #btnDelete {
    width: 99px !important;
    text-align: center !important;
    height: 30px !important;
}

#ActionsDiv #btnDisplay {
    width: 95px !important;
    text-align: center !important;
    height: 30px !important;
}

#ActionsDiv #btnPrint {
    width: 100px !important;
    text-align: center !important;
    height: 30px !important;
}

#ActionsDiv #btnExit {
    width: 105px !important;
    text-align: center !important;
    height: 30px !important;
}

.button {
    border-right: 1px solid #68abc2 !important;
    border-bottom: 1px solid #68abc2 !important;
    padding: 7px !important;
}
/***************************************/
.blueLabel {
    color: #3f9cca !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    margin: 10px !important;
    border-bottom: 1px solid #74878e !important;
}

.redLabel {
    display: inline-block;
    padding: 2px 5px;
    background-color: #ff3636;
    color: #000;
    /*margin-bottom: 5px !important;
    margin-top: 5px !important;*/
}

.headerPopup {
    border-bottom: solid 3px #dbdbdb;
    border-bottom-style: groove;
    /* margin: 10px auto; */
    text-align: center;
    font-size: 16px;
    margin: 0;
    line-height: 1.42857143;
}

.close {
    color: #000 !important;
    opacity: .5 !important;
}

    .close:hover {
        color: #315c71 !important;
        text-decoration: none;
        cursor: pointer;
        /*filter: alpha(opacity=50);
        opacity: .5;*/
    }

*[dir=ltr] .close {
    float: right;
}

*[dir=rtl] .close {
    float: left;
}


input[type=text]::-ms-clear {
    display: none;
}

div input[type=text] {
    margin-bottom: 4px;
}

div table input[type=text] {
    margin-bottom: 0px !important;
}

.margin {
    margin-bottom: 5px;
}

*[dir=ltr] .padding {
    padding: 3px 3px 0px 0px;
}

*[dir=rtl] .padding {
    padding: 3px 0px 0px 3px;
}

/***************************************/
.WidthCRM .CRM-img {
    /*max-height: 330px;*/
    /*margin-top:-20px;*/
}

.WidthCRM {
    /*width:700px;*/
    /*max-height:360px;*/
    text-align: center;
}

.Width1100 {
    width: 590px;
    height: 280px;
}

.Width1200 {
    width: auto;
    min-height: 280px;
}

.Width1400 {
    width: 522px;
    height: 280px;
}

.Width1500 {
    width: 590px;
    height: 280px;
}

.Width1600 {
    width: 522px;
    height: 280px;
}

.Width1700 {
    width: 700px;
    height: 280px;
}

/***************************************/

.Width2100 {
    width: 717px;
    height: 375px;
}

.Width2231 {
    width: 725px;
    height: 345px;
}

.Width2231C {
    width: 725px;
    height: 380px;
}

.Width2232 {
    width: 700px;
    height: 300px;
}

.Width2233 {
    width: 700px;
    height: 300px;
}

.Width2234 {
    width: 700px;
    height: 300px;
}

.Grid2100A {
    overflow: auto;
    width: 709px;
    /*box-shadow: #2f4050 1px -1px 12px 0px;*/
    /*border: 2px solid #266d90;*/
    /*border: 2px #49b1e4;
    border-style: outset;*/
    border: 2px #adb9bf;
    border-style: outset;
    margin-top: 10px;
}

.Grid2100B {
    width: 709px;
    padding: 4px 5px 0px;
    /*box-shadow: #2f4050 0px 1px 10px 0px;*/
    /*border: 2px solid #266d90;*/
    /*border: 2px #266d90;
    border-style: solid;*/
    border: 2px #adb9bf;
    border-style: outset;
    margin-top: 10px;
}

.Grid2100 {
    height: 205px;
    width: 704px;
    overflow-y: hidden;
    padding: 3px 2px 3px 2px;
    margin-bottom: 4px;
}

.Grid2300 {
    height: 240px;
    /*width: 730px;*/
    overflow-y: hidden;
    padding: 3px 2px 3px 2px;
    margin-bottom: 4px;
}
.Grid2207 {
    height: 180px;
    /*width: 730px;*/
    overflow-y: hidden;
    padding: 3px 2px 3px 2px;
    margin-bottom: 4px;
}

.Grid1910 {
    height: 285px;
    width: 710px;
    overflow: auto;
    padding: 3px 2px 3px 2px;
    margin-bottom: 4px;
}

.Grid1910A {
    height: 125px;
    width: 680px;
    overflow: auto;
    padding: 3px 2px 3px 2px;
    margin-bottom: 4px;
}
/*.Grid1910B {
    height: 120px;
    width: 680px;
    overflow: auto;
    padding: 3px 2px 3px 2px;
    margin-bottom: 4px;
}*/
.Grid1910C {
    height: 245px;
    width: 680px;
    overflow: auto;
    padding: 3px 2px 3px 2px;
    margin-bottom: 4px;
}

.Grid1910D {
    height: 40px;
    width: 680px;
    overflow: auto;
    padding: 3px 2px 3px 2px;
    margin-bottom: 4px;
}

.Grid1911 {
    height: 205px;
    width: 704px;
    overflow-y: hidden;
    padding: 3px 2px 3px 2px;
    margin-bottom: 4px;
}

.Width2200 {
    width: 522px;
    height: 280px;
}

.Width2201 {
    width: 700px;
    height: 280px;
}

.Width2202 {
    width: 620px;
    height: 280px;
}

.Width2203 {
    width: 620px;
    height: 280px;
}

.Width2204 {
    width: 522px;
    height: 280px;
}

.Width2205 {
    width: 685px;
    height: 300px;
}

.Width2206 {
    width: 680px;
    height: 320px;
}

.Width2208 {
    width: 680px;
    height: 300px;
}

.Width2300 {
    width: auto;
    height: 320px;
}

.Width2400 {
    width: 712px;
    height: 345px;
}

.WidthS9800 {
    width: 575px;
    height: 350px;
}

.Width3122 {
    width: 575px;
    height: 280px;
}

/***************************************/

.Width1300 {
    width: 522px;
    height: 375px;
}

.Width1310 {
    width: 522px;
    height: 290px;
}

.Width1320 {
    width: 715px;
    height: 320px;
}

.Width1330 {
    width: 522px;
    height: 280px;
}

.Width1340 {
    width: 522px;
    height: 280px;
}

.Width1350 {
    width: 522px;
    height: 280px;
}

/***************************************/
.WidthINVO1200 {
    width: auto;
    min-height: 310px;
}

.WidthINVO1200c {
    width: auto;
    min-height: 310px;
}

.WidthINVO1200F {
    /*width: 700px;
    height: 280px;*/
    /*width: 696px;*/
    width: auto;
    min-height: 345px;
}

.WidthINVO1200cj {
    width: auto;
    height: 300px;
}

.WidthINVO1200j {
    width: auto;
    height: 300px;
}



.WidthINVO1300 {
    margin-top: 12px;
    width: auto;
    min-height: 345px;
    float: left !important;
}

.WidthINVO1300A {
    width: 385px;
    display: inline-block;
    float: left !important;
}

.WidthINVO1300B {
    width: 285px;
    display: inline-block;
    /*margin: 4px 0px;
    padding: 5px 0px;*/
    /*text-align: center;*/

    margin-top: -38px;
    margin-bottom: 5px;
}

.WidthINVO1300Bborder {
    display: inline-block;
    border: 1px solid #656565;
    /*margin: 4px 0px;*/
    padding: 4px 0px;
    text-align: center;
}
/***************************************/

.Width2020 {
    width: 700px;
    height: 305px;
}

.Width2021 {
    width: auto;
    height: 370px;
}

.Width2023 {
    width: 522px;
    height: 280px;
}

.Width2024 {
    min-height: 330px;
    width: 700px;
}

/***************************************/

.Width1900 {
    width: 715px;
    height: 300px;
}

.Width1910 {
    width: 522px;
    height: 280px;
}

.Width1911 {
    width: 522px;
    height: 280px;
}

.Width1920 {
    width: 715px;
    height: 300px;
}

/***************************************/

.Width1900j {
    width: 714px;
    height: 280px;
}

.Width1910j {
    width: 522px;
    height: 280px;
}

.Width1920j {
    width: 714px;
    height: 280px;
}

.Width1960j {
    width: 610px;
    height: 280px;
}

/***************************************/

.Width3101 {
    width: 720px;
    height: 280px;
}

.Width3102 {
    width: 522px;
    height: 280px;
}

.Width3103 {
    width: 522px;
    height: 280px;
}

.Width3104 {
    width: 522px;
    height: 280px;
}

.Width3105 {
    width: 522px;
    height: 280px;
}

.Width3106 {
    width: 522px;
    height: 280px;
}

.Width3107 {
    width: 522px;
    height: 280px;
}

.Width3108 {
    width: 522px;
    height: 280px;
}

.Width3109 {
    width: 522px;
    height: 280px;
}

.Width3110 {
    width: 522px;
    height: 280px;
}

.Width3114 {
    width: 522px;
    height: 280px;
}

.Width3116 {
    width: 700px;
    height: 280px;
}

.Width3117 {
    width: 522px;
    height: 280px;
}

.Width3119 {
    width: 522px;
    height: 280px;
}

.Width3121 {
    width: 522px;
    height: 280px;
}

.Width3123 {
    width: 522px;
    height: 280px;
}

.Width3124 {
    width: 560px;
    height: 290px;
}

.Width3125 {
    width: 595px;
    height: 280px;
}

.Width3128 {
    width: 522px;
    height: 280px;
}

.Width3129 {
    width: 522px;
    height: 290px;
}

.Width3130 {
    width: 630px;
    height: 280px;
}

.Width3131 {
    width: 675px;
    height: 280px;
}

.Width3133 {
    width: 522px;
    height: 280px;
}

.Width3135 {
    width: 522px;
    height: 280px;
}

.Width3136 {
    width: 522px;
    height: 280px;
}

.Width3137 {
    width: 522px;
    height: 280px;
}

.Width3134 {
    width: 522px;
    height: 300px;
}
/***************************************/
.WidthGATSO2200 {
    width: 650px;
    height: 300px;
}
/*width2024 {
    height: 250px;
    width: 700px;
}*/

.screen {
    width: 100%;
    margin: 0px;
}

.scrollGrid {
    padding: 0px;
    overflow-x: auto;
    overflow-y: scroll;
    display: inline-block;
}

.divGrid {
    margin-bottom: 5px;
    overflow-y: scroll;
}

.screenTab {
    width: 100%;
    margin: 0px;
}

/***************************************/

.Width2000T {
    width: 705px;
    height: 395px;
}

/***************************************/

.Width3301 {
    width: 720px;
    height: 280px;
}

.Width3302 {
    width: 522px;
    height: 280px;
}

.Width3303 {
    width: 522px;
    height: 280px;
}

.Width3304 {
    width: 522px;
    height: 280px;
}

.Width3305 {
    width: 522px;
    height: 280px;
}

.Width3306 {
    width: 522px;
    height: 280px;
}

.Width3307 {
    width: 522px;
    height: 280px;
}

.Width3308 {
    width: 522px;
    height: 310px;
}

.Width3309 {
    width: 522px;
    height: 310px;
}

.Width3310 {
    width: 522px;
    height: 280px;
}

.Width3312 {
    width: 522px;
    height: 280px;
}

.Width3313 {
    width: 522px;
    height: 280px;
}

.Width3317 {
    width: 522px;
    height: 280px;
}

.Width3318 {
    width: 522px;
    height: 280px;
}

.Width3319 {
    width: 690px;
    height: 310px;
}

.Width3320 {
    width: 630px;
    height: 280px;
}

.Width3321 {
    width: 630px;
    height: 310px;
}

.Width3322 {
    width: 630px;
    height: 280px;
}

.Width3323 {
    width: 630px;
    height: 280px;
}

.Width3324 {
    width: 630px;
    height: 280px;
}

.Width3326 {
    width: 630px;
    height: 280px;
}

.Width3329 {
    width: 630px;
    height: 310px;
}

.Width3328 {
    width: 630px;
    height: 280px;
}

.Width3330 {
    width: 630px;
    height: 280px;
}

.Width3331 {
    width: auto;
    height: 280px;
}

/***************************************/

.Width3201 {
    width: 565px;
    height: 280px;
}

.Width3202 {
    width: 620px;
    height: 280px;
}

.Width3203 {
    width: 600px;
    height: 280px;
}

.Width3207 {
    width: 620px;
    height: 300px;
}

.Width3208 {
    width: 560px;
    height: 280px;
}

.Width3209 {
    width: 600px;
    height: 280px;
}

.Width3210 {
    width: 620px;
    height: 280px;
}

.Width3213 {
    width: auto;
    height: 280px;
}

.Width3214 {
    width: 600px;
    height: 290px;
}

.Width3215 {
    width: 575px;
    height: 280px;
}

.Width3216 {
    width: 630px;
    height: 300px;
}

.Width3217 {
    width: 620px;
    height: 280px;
}

.Width3218 {
    width: 575px;
    height: 280px;
}

.Width3219 {
    width: 575px;
    height: 280px;
}

.Width3220 {
    width: 575px;
    height: 280px;
}

.Width3222 {
    width: 575px;
    height: 300px;
}

.Width3223 {
    width: 575px;
    height: 300px;
}

.Width3224 {
    width: 575px;
    height: 280px;
}

.Width3225 {
    width: 575px;
    height: 280px;
}

.Width3228 {
    width: 610px;
    height: 280px;
}

Width3229 {
    width: 620px;
    height: 280px;
}

.Width3230 {
    width: 700px;
    height: 300px;
}
/***************************************/
.Width3401 {
    width: 610px;
    height: 280px;
}

.Width3405 {
    width: 610px;
    height: 280px;
}

.Width3406 {
    width: 522px;
    height: 280px;
}

.Width3411 {
    width: 522px;
    height: 280px;
}

.Width3413 {
    width: 570px;
    height: 280px;
}

.Width3414 {
    width: 710px;
    height: 350px;
}

/*.Width3415 {
    width: 522px;
    height: 280px;
}*/

.Width3416 {
    width: 725px;
    height: 280px;
}

.Width3417 {
    width: 575px;
    height: 280px;
}

.Width3418 {
    width: 522px;
    height: 280px;
}

.Width3419 {
    width: 675px;
    height: 335px;
}

.Width3421 {
    width: 675px;
    height: 335px;
}

.Width3422 {
    width: 585px;
    height: 280px;
}

.Width3423 {
    width: 610px;
    height: 280px;
}

.Width3427 {
    width: 575px;
    height: 280px;
}

.Width3428 {
    width: 522px;
    height: 280px;
}


.Width3430 {
    width: 700px;
    height: 280px;
}


/***************************************/

.Width3501 {
    width: 522px;
    height: 280px;
}

.Width3502 {
    width: 522px;
    height: 280px;
}

.Width3503 {
    width: 522px;
    height: 280px;
}

.Width3504 {
    width: 522px;
    height: 280px;
}

.Width3505 {
    width: 585px;
    height: 280px;
}

.Width3506 {
    width: 522px;
    height: 280px;
}

.Width3507 {
    width: 522px;
    height: 280px;
}

.Width3508 {
    width: 522px;
    height: 280px;
}

.Width3509 {
    width: 655px;
    height: 280px;
}

.Width3510 {
    width: 522px;
    height: 280px;
}

.Width3511 {
    width: 522px;
    height: 280px;
}

.Width3512 {
    width: 522px;
    height: 280px;
}

.Width3513 {
    width: 645px;
    height: 280px;
}

.Width3514 {
    width: 535px;
    height: 280px;
}

/***************************************/

.Width4100 {
    width: 620px;
    height: 325px;
}

.Width4310 {
    width: 710px;
    height: 330px;
}

.Width4410 {
    width: 710px;
    height: 330px;
}

.Width4500 {
    width: 522px;
    height: 280px;
}

.Width4710 {
    width: 522px;
    height: 280px;
}

.Width4810 {
    width: 522px;
    height: 280px;
}

.WidthS9400 {
    width: 522px;
    height: 280px;
}

.WidthS9410 {
    width: 700px;
    height: 310px;
}


.Width9420 {
    width: 705px;
    height: 380px;
}

.Width4940 {
    width: 522px;
    height: 280px;
}

.Width4900 {
    width: 522px;
    height: 280px;
}

/***************************************/
.WidthGATSO1100 {
    width: 700px;
    height: 315px;
}

.WidthGATSO1300 {
    width: 590px;
    height: 330px;
}

.WidthGATSO1800 {
    width: 600px;
    height: 305px;
}

.WidthGATSO1900 {
    width: 600px;
    height: 280px;
}

.WidthGATSO2300 {
    width: 522px;
    height: 315px;
}

.WidthS2110 {
    width: 522px;
    height: 280px;
}

.WidthS2120 {
    width: 522px;
    height: 280px;
}

.WidthS3000 {
    width: 720px;
    height: 315px;
}

.WidthS9600 {
    width: 522px;
    height: 280px;
}

.WidthS9300 {
    width: 522px;
    height: 280px;
}

.WidthS5000 {
    width: 522px;
    height: 280px;
}

.WidthS8000 {
    width: 700px;
    height: 300px;
}

.WidthS6000 {
    width: 630px;
    height: 300px;
}

.WidthS9500 {
    width: 700px;
    height: 280px;
}

.WidthS9200 {
    width: 530px;
    height: 310px;
}

.WidthS9100 {
    width: 590px;
    height: 280px;
}

.WidthS3200 {
    width: 590px;
    height: 280px;
}

.WidthS3100 {
    width: 522px;
    height: 280px;
}

.WidthS9700 {
    /*width: 700px;*/
    /*width: 722px;*/
    height: 360px;
}

.WidthS7000 {
    width: 590px;
    height: 280px;
}

.WidthS4000 {
    width: 565px;
    height: 280px;
}

.WidthS9900 {
    width: 705px;
    height: 280px;
}

/**[dir=rtl] .TabE {
    float: left !important;
}

*[dir=ltr] .TabE {
    float: left !important;
}*/
#TabACCO2000T_header .ajax__tab {
    float: left !important;
}

#TabINVO1300_header .ajax__tab {
    float: left !important;
}

/*#ACCO2000TPln .PopDiv2000T {
    float: left !important;
}*/
/*#ACCO2000TPln .PopDiv2000T {
    float: left !important;
}*/
/*.PopDiv2000T input[type=text] {
    float: left !important;
   
    text-align: left !important;
}*/

/*.PopDiv2000T .radioBtnList input {
    float: left !important;
    text-align: left !important;
}*/

/*.PopDiv2000T label {
   
    text-align: left !important;
}*/

/*.PopDiv2000T *[dir=rtl] .Left {
    float: left !important;
}*/
/*.displayPrintPopUpDiv2000T #MainContent_lblDfromDate , MainContent_lblSerial ,MainContent_lblTicketNo{
    float: left !important;
}*/

.displayPrintPopUpDiv2000T input[type=text] {
    text-align: left !important;
}

.displayPrintPopUpDiv2000T label {
    text-align: left !important;
}

#ACCO2000TPln input[type=text] {
    text-align: left !important;
}

#ACCO2000TPln .tab {
    float: left !important;
}

/*#ACCO2000TPln .radioBtnList label {
    float: left;
    text-align: left !important;
}*/

*[dir=ltr] .Width2000T input[type="checkbox"] {
    float: left;
    text-align: left !important;
}

*[dir=rtl] .Width2000T input[type="checkbox"] {
    float: left;
    text-align: left !important;
}

*[dir=ltr] .Width2000T input[type="radio"] {
    float: left;
    text-align: left !important;
}

*[dir=rtl] .Width2000T input[type="radio"] {
    float: left;
    text-align: left !important;
}

#ACCO2000TPln {
    text-align: left !important;
}

*[dir=rtl] .divGridF1Popup {
    right: 135px !important;
}

*[dir=rtl] .displayPrintPopUpDiv2000T .Right {
    float: right !important;
}

*[dir=ltr] .DatePopDiv1911 {
    width: 205px !important;
    left: 515px !important;
    top: 130px !important;
}

*[dir=rtl] .DatePopDiv1911 {
    width: 205px !important;
    right: 515px !important;
    top: 130px !important;
}

.Part1911 {
    width: 722px;
    padding: 4px 5px 0px;
    /*box-shadow: #2f4050 0px 1px 10px 0px;*/
    /*border: 2px solid #266d90;*/
    /*border: 2px #266d90;
    border-style: solid;*/
    border: 2px #adb9bf;
    border-style: outset;
    margin: 10px 0px;
}

*[dir=ltr] .FollowUpCardPopDiv1910 {
    width: 745px !important;
    left: 30px !important;
    top: 130px !important;
}

*[dir=rtl] .FollowUpCardPopDiv1910 {
    width: 745px !important;
    right: 30px !important;
    top: 130px !important;
}

.Part1910 {
    width: 722px;
    padding: 4px 5px 0px;
    /*box-shadow: #2f4050 0px 1px 10px 0px;*/
    /*border: 2px solid #266d90;*/
    /*border: 2px #266d90;
    border-style: solid;*/
    border: 2px #adb9bf;
    border-style: outset;
    margin: 10px 0px;
}



#PanelMassege {
    animation: fadeIn 0.5s 0s forwards important;
    /*display: block !important;*/
    position: absolute;
    z-index: 10;
    left: 650px;
    top: 300px;
}

.Searchtxt {
    /*border-style: inset;*/
    /* border-radius: 13px; */
    /*box-shadow: #2ad1f5 2px 1px 1px;*/
    box-shadow: #144758 2px 1px 1px;
}

.txtSearch {
    /*width: 100%;*/
    padding-left: 10px;
    text-align: left;
    /*float: right;*/
    /* width: 100%; */
    padding-left: 10px;
    /*border-style: ridge;*/
    text-align: left;
    /* border-radius: 10px; */
    /* border-style: inset; */
    /*box-shadow: #ef040e -1px -1px 1px;*/
    /*width: 100%;*/
    width: 87%;
    margin-bottom: 0px !important;
    border: none !important;
    height: 22px;
}

.btnSearch {
    /*margin: 0px 10px;*/
    width: 61px;
}

.GridF1Global {
    /*overflow-x: auto;
    width: 490px !important;
    height: 405px !important;*/
    overflow-x: auto;
    width: 493px !important;
    height: 325px !important;
    /*scroll-behavior: smooth;*/
}

.buttons {
    /*background: #466077;*/
    /*background: linear-gradient(#466077, #7aa7f9,#466077);*/
    background: linear-gradient(#2e8eaf, #0f3947,#2e8eaf);
    /*linear-gradient(#2e8eaf, #1f728d,#2e8eaf)*/
    /*linear-gradient(#2e8eaf, #36acc5,#2e8eaf)*/
    /*border-radius: 4px;*/
    color: white !important;
    border: 2px solid #29d1f5 !important;
    height: 25px;
}

.Pager {
    margin-top: 10px;
    text-align: center;
}

    .pager b {
        margin-top: 7px !important;
        font-size: 11px;
    }

    .Pager a, .Pager span {
        display: inline-block !important;
        text-align: center !important;
        padding: 0px 5px !important;
        margin: 2px;
        text-decoration: none !important;
    }

    .Pager span {
        color: #000;
    }

    .Pager a {
        background: #fff;
        background: -webkit-linear-gradient(#fff,#dde1e5);
        background: -o-linear-gradient(#fff,#dde1e5);
        background: -moz-linear-gradient(#fff,#dde1e5);
        background: linear-gradient(#fff,#dde1e5);
        color: #337ab7;
        border: 1px solid #c0c0c0;
        border-radius: 2px;
    }

        .Pager a:hover {
            background: #fff;
        }

.popupbody hr {
    margin: 5px 60px;
    background: #2727e8 !important;
    height: 1px;
}

*[dir=ltr] .divGridF1Popup {
    font-family: arial,helvetica,clean,sans-serif;
    font-size: small;
    border-radius: 13px;
    /*padding: 2px 3px;*/
    position: absolute;
    /*left: 110px !important;
    top: 40px !important;*/
    /*left: 80px !important;*/
    left: 10% !important;
    top: -30px !important;
    border: 0px !important;
    text-align: left !important;
    overflow: visible !important;
    z-index: 1;
    display: none;
    /*width: 480px;
    height: 450px;*/
    width: 520px;
    height: 483px;
    white-space: nowrap;
    /*box-shadow: 1px -1px 5px 3px #75a0ac;*/
    /*box-shadow: 1px -1px 5px 3px #4b6682;*/
    animation: fadeIn 0.5s 0s forwards;
    -ms-animation: fadeIn 0.5s 0s forwards;
    /*animation: slideDown 0.5s ease-out;*/
}

*[dir=rtl] .divGridF1Popup {
    font-family: arial,helvetica,clean,sans-serif;
    font-size: small;
    border-radius: 13px;
    /*padding: 2px 3px;*/
    position: absolute;
    /*left: 110px !important;
    top: 40px !important;*/
    /*left: 80px !important;*/
    left: 26% !important;
    top: -30px !important;
    border: 0px !important;
    text-align: right !important;
    overflow: visible !important;
    z-index: 1;
    display: none;
    /*width: 480px;
    height: 450px;*/
    width: 520px;
    height: 483px;
    white-space: nowrap;
    /*box-shadow: 1px -1px 5px 3px #75a0ac;*/
    /*box-shadow: 1px -1px 5px 3px #4b6682;*/
    animation: fadeIn 0.5s 0s forwards;
    -ms-animation: fadeIn 0.5s 0s forwards;
    /*animation: slideDown 0.5s ease-out;*/
}

.gridF1Table {
    width: 100%;
    margin: 0px 0px 0px 0px;
}
/*input:checked {
    width: 20px;
    height: 20px;
}*/

/*#lblTextMessage:before {
    content: "\f057";
    margin: -23px 3px 0px 3px;
    font-size: 30px;
    color: #ce1d1d;
    display: block;
    font-family: 'fontawesome';
}
#lblTextMessage{
    color:darkred;
}*/

/*.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#lblTextMessage .fa-times-circle:before{
    content: "\f057"; 
}*/

/*<i class="fa fa-exclamation-triangle" id="TriangleErrorMsg" aria-hidden="true"></i>*/

/*#TriangleErrorMsg {
    font-size: 25px;
    color: #ce1d1d;
    display: none;
}*/


*[dir=ltr] .DeleteDataDiv2200 {
    left: 260px !important;
    /*width: 330px !important;*/
    z-index: 2 !important;
    top: 130px !important;
    overflow: inherit !important;
}

*[dir=rtl] .DeleteDataDiv2200 {
    right: 260px !important;
    /*width: 330px !important;*/
    z-index: 2 !important;
    top: 130px !important;
    overflow: inherit !important;
}

*[dir=ltr] .TextAlign {
    text-align: left;
}

*[dir=rtl] .TextAlign {
    text-align: left;
}

*[dir=ltr] .TextAlignE {
    text-align: right;
}

*[dir=rtl] .TextAlignE {
    text-align: right;
}

*[dir=ltr] .dirTextAlign {
    text-align: right;
}

*[dir=rtl] .dirTextAlign {
    text-align: left;
}


*[dir=ltr] .TextAlignOrg {
    text-align: right;
}

*[dir=rtl] .TextAlignOrg {
    text-align: left;
}

*[dir=ltr] .PopDivInv {
    left: 305px !important;
    right: 0 !important;
    width: 30% !important;
}

*[dir=rtl] .PopDivInv {
    left: 0 !important;
    right: 250px !important;
    width: 30% !important;
}


#btnEInvoiceA, #btnEInvoiceT, #btnEInvoiceB, .btnEInvoiceB {
    width: 180px;
    border-radius: 4px;
    height: 35px;
    /*background: linear-gradient( 87deg,#fb6340 0,#fbb140 100%) !important;
    background: linear-gradient( 87deg,#2dce89 0,#2dcecc 100%) !important;
    background: linear-gradient( 87deg,#11cdef 0,#1171ef 100%) !important;
    background: linear-gradient( 87deg,#097fb9 0,#097fb9 100%) !important;*/
    background: orangered;
    box-shadow: 1px 1px 2px 1px rgb(134, 141, 149);
    color: #fff;
    font-size: 14px !important;
    position: absolute;
}

    #btnEInvoiceA:hover, #btnEInvoiceT:hover, #btnEInvoiceB:hover, .btnEInvoiceB:hover {
        /*background: linear-gradient( 87deg,#17a2e6 0,#097fb9 100%) !important;*/
        /*color: #000 !important;*/
        box-shadow: 2px 2px 1px 1px rgb(29, 53, 81);
        cursor: pointer;
        background: #d73925;
    }


.disableBtn:hover, .disableBtn:hover, .disableBtn:hover {
    box-shadow: none;
}


.lblInvoiceStatus {
    border: red 1px solid;
    color: #000 !important;
    background-color: #f0dbdb;
    width: 180px;
    height: 25px;
    margin-top: 20px;
    padding: 3px 10px;
    border-radius: 0;
    font-weight: 600;
    font-size: 12px !important;
    box-shadow: 1px 1px 2px 1px rgb(0, 0, 0);
    /*display:none;*/
}

*[dir=ltr] .lblInvoiceStatus {
    right: 0% !important;
    /* transform: translate(30%,100%) !important;*/
    text-align: center;
}

*[dir=rtl] .lblInvoiceStatus {
    right: 0% !important;
    /*transform: translate(-30%,100%) !important;*/
    text-align: center;
}


.lblInvoiceStatus:hover {
    box-shadow: 1px 1px 2px 1px rgb(0, 0, 0) !important;
    background-color: transparent !important;
}

/*.lblInvoiceStatus1300 {
    border: red 1px solid;
    color: #000 !important;
    background-color: #f0dbdb;
    width: 180px;
    height: 25px;
    margin-top: 20px;
    padding: 3px 10px;
    border-radius: 0;
    font-weight: 600;
    font-size: 12px !important;
    box-shadow: 1px 1px 2px 1px rgb(0, 0, 0);
}

*[dir=ltr] .lblInvoiceStatus1300 {
    transform: translateX(-80%) !important;
    right: 0 !important;
}

*[dir=rtl] .lblInvoiceStatus1300 {
    transform: translateX(-80%) !important;
    right: 0 !important;
}
*/




*[dir=ltr] #btnEInvoiceB, .btnEInvoiceB {
    transform: translateX(-50%) !important;
    right: 0 !important;
}

*[dir=rtl] #btnEInvoiceB {
    transform: translateX(150%) !important;
    right: 100% !important;
}

/**[dir=ltr] .btnEInvoiceB {
    right: 0% !important;
    transform: translate(-50%,115%) !important;
    text-align: center;
}*/
*[dir=ltr] #btnEInvoiceT {
    transform: translateX(-70%) !important;
    right: 0 !important;
}

*[dir=rtl] #btnEInvoiceT {
    transform: translateX(30%) !important;
    right: 0 !important;
}

*[dir=ltr] #btnEInvoiceA {
    transform: translateX(-50%) !important;
    right: 0 !important;
    margin-top: -8px;
}

*[dir=rtl] #btnEInvoiceA {
    transform: translateX(-50%) !important;
    right: 0 !important;
    margin-top: -8px;
}

.disableBtn {
    cursor: no-drop !important;
    background-color: #9ac0cc !important;
    border-right: 1px solid #68abc2 !important;
    border-bottom: 1px solid #68abc2 !important;
    color: #fff !important;
}

*[dir=ltr] .marginLeft98 {
    margin-left: 98px;
    margin-right: 0px;
}

*[dir=rtl] .marginLeft98 {
    margin-left: 0px;
    margin-right: 98px;
}

*[dir=ltr] .PopRev1200C {
    width: 70% !important;
    text-align: center;
    left: 150px !important;
    top: 130px !important;
}

*[dir=rtl] .PopRev1200C {
    width: 70% !important;
    text-align: center;
    right: 150px !important;
    top: 130px !important;
}


@media (min-width: 1200px) {
    .container {
        width: 1070px;
        /*font-family: Exo-Regular;*/
    }
}

@media (min-width: 780px) {
    .container {
        width: 1070px;
        /*font-family: Exo-Regular;*/
    }
}

@media (max-width:700px ) and (min-width:100px) {
    /*div input[type=text], lable, input[type=button], input[type="submit"] {
        margin-bottom: 4px;
    }

    input[type=button], input[type="submit"] {
        width: auto !important;
        height: auto !important;
        white-space: pre-line;
    }

       .frameTitelText img:first-child, .frameTitelText img {
        display: none !important;
    }
    */
    .user_left_div_arrow {
        display: none !important;
    }

    .frameTitelText {
        text-align: center;
    }

    .dim {
        height: 75% !important;
        top: 25% !important;
    }

    .gridView tr {
        /* background-color: black; */
        display: flex;
    }
}


@media (max-width:700px ) and (min-width:300px) {
    /*   .left_div {
        width: 40.33333333% !important;
        margin-top: -50px;
    }*/

    /* .right_col {
        width: 59.666666% !important;
        margin-top: -50px !important;
    }*/
}

@media (max-width: 780px) {
    #ActionsDiv a {
        /*text-align: center !important;*/
        min-width: 135px;
    }

    .link_btn {
        /*min-width: 165px;*/
        border: 1px solid #68abc2;
    }

    .user_left_icons_div .navbar-nav i {
        /*display: none;*/
    }

    .footer p {
        padding: 5px;
        float: left;
        width: 100%;
        text-align: center;
    }

    .footer span {
        float: right;
        padding: 5px;
        width: 100%;
        text-align: center;
    }
    /**[dir=ltr]*/
    .PopDiv9000, .PopDivInv, .FollowUpCardPopDiv1910, .DatePopDiv1911, .PopDiv2000T, .FileF1PopDiv2000T, .PopDivINV01300, .PermissionDataDiv3000, .UserFavouritesPopup, .PopRequestNoDiv2000T {
        inset: 180px 20% !important;
    }
}



/*************whatsapp icon*****************/
.whatsapp-ico {
    fill: white;
    width: 50px;
    height: 50px;
    padding: 3px;
    background-color: #4dc247;
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    /* box-shadow: 2px 2px 11px rgba(0,0,0,0.7); */
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
}

    .whatsapp-ico:hover {
        box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
    }
/******************************/

/*************f1 responsive table*****************/
/*
@media (min-width: 768px) {
  .GridF1Global {
    width: 480px;
    overflow: auto;
  }
}

@media (min-width: 768px) {
  .gridF1Table {
    width: 475px;
  }

}


.divGridF1Popup .modal-dialog {
}

@media (max-width: 768px) {
  .divGridF1Popup .modal-dialog {
    width: 90%;
    margin: 125px 20px 0;
  }
  .mat-input-element {
    min-width: auto !important;
    max-width: auto !important;
  }
  .gridF1Table{
      width:auto !important;
  }
}
*/

@media (min-width: 780px) {
    .navbar {
        padding: 0;
    }

    .nav {
        padding: 0;
    }

    .row {
        display: block;
    }

    .user_left_icons_div .navbar-nav {
        display: block;
    }
}


.Grid4920Cover {
    /*   overflow: auto;
    width: 300px;
    border: 2px #adb9bf;
    border-style: outset;
    margin-top: 10px;*/
}

.Grid4920 {
    height: 70px;
    /*width: 280px;
    overflow-y: hidden;
    padding: 3px 2px 3px 2px;
    margin-bottom: 4px;*/
}

.Grid2230Cover {
}

.Grid2230 {
    height: 145px;
}
/*
    .Grid4920tbody {
    width: 300px;
    padding: 0px;
    overflow-x: auto;
    overflow-y: scroll;
    display: inline-block;
}
*/
.textColor {
    /*text-transform: uppercase;*/
    background: linear-gradient(to right, #00d2ff 25%, #127cb2 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* font-size: 1.5vw; */
    font-weight: 700;
}


.link_btn {
    background: unset !important;
}

#notificationMenu hr:last-child {
    display: none;
}

/*
#notificationMenu a {
    color: #fff;
}

    #notificationMenu a:visited {
        color: #34aed7 !important;
    }
*/

.pos-menu a {
    color: #fff;
}

    .pos-menu a:visited {
        color: #34aed7 !important;
    }

    .pos-menu a:focus {
        color: #005883 !important;
    }

/*background-color: rgb(100, 185, 213) !important;*/
/**************/
.PopLogoutDiv {
    width: 55% !important;
    left: 175px !important;
    top: 30px !important;
    z-index: 100 !important;
    text-align: center;
}

    .PopLogoutDiv #txtConfirmPassword {
        width: 205px;
        margin-bottom: 35px;
        margin-top: 30px;
        border: solid 1px #1f728e !important;
        height: 32px !important;
        padding: 10px !important;
    }

    .PopLogoutDiv #btnConfirmLogoutOk {
        width: 200px;
        text-align: center;
        margin: 20px auto;
        height: 35px;
    }
    .PopLogoutDiv #checkUserBtn {
        width: 240px;
        text-align: center;
        margin: 20px auto;
        height: 35px;
    }

#gvOnlineUsers > tbody > tr > th {
    background: linear-gradient(#fff, #c1c1c1);
    padding: 1px !important;
    /* color: #000000; */
    font-weight: bold;
    border: 1px solid #c1c1c1;
    text-align: center !important;
}

/*
.table > tbody > tr > td {
    padding: 1px;
    border: 1px solid #c1c1c1;
}*/
#gvOnlineUsers > tbody > tr > td {
    padding: 1px;
    border: 1px solid #c1c1c1;
}

/***************************************/

.search-icon {
    position: absolute;
    top: 30px;
    z-index: 10;
    color: #00d2ff;
}
*[dir=ltr] .search-icon {
    right: 18px;
    left: auto;
}
*[dir=rtl] .search-icon {
    left: 18px;
    right: auto;
}

.searchScreenHome {
    width: 95%;
    margin: 6px;
    height: 25px;
    border-radius: 10px;
}
/*
    .searchScreenHome:focus,.searchScreenHome:focus-visible, .searchScreenHome:active .searchScreenHome::selection {
        background-color: #cff3ff;
        color: #00d2ff;
        color: #09c;
        border: 1px solid #9bbf6b !important;
    }
    */
/***************************************/
.gridBorder {
    margin: 3px 0 5px;
    box-shadow: #a4afba 1px -1px 12px 0px;
    border-style: outset;
    /*border: 2px #adb9bf outset;*/
}

*[dir=ltr] .EntyTypePop2204 {
    width: 59% !important;
    left: 180px !important;
    top: 120px !important;
    overflow: initial !important;
}

*[dir=rtl] .EntyTypePop2204 {
    width: 59% !important;
    right: 180px !important;
    top: 120px !important;
    overflow: initial !important;
}
/*
input:checked {
    width: 20px;
    height: 20px;
}
*/