﻿

/*----- Body -----*/



body {
    /*background-color: rgb(16, 21, 40);*/
    /*background-color: rgb(53, 63, 90);*/
    /*background-color: rgba(35, 57, 78, 0.8);*/
    /* Move down content because we have a fixed navbar that is 50px tall */
    /*padding-top: 50px;
    padding-bottom: 20px;*/
    direction: rtl;
    position: relative;
    margin: 0;
    /*padding-bottom: 6rem;*/
    /*height: 3000px;*/
    /*font-family: "Helvetica Neue", Arial, sans-serif;*/
}

.ContentPlace {
    /*background-color: rgb(53, 63, 90);*/
    /*background-color: rgb(53, 63, 90);*/
    background-color: white;
    /*float: left;*/
    width: 100%;
    /*height: 525px !important;*/
    /*height: 77.5vh;*/
    /*overflow-y: auto;*/
    direction: rtl;
    /*max-height: 525px;*/
    /*margin: 0 auto;
    padding-top: 64px;*/
    /*max-width: 640px;
    width: 94%;*/
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}



/*---- Title----*/



.headerStyle {
    height: 23vh;
    width: 100%;
    /*background-color: rgb(16, 21, 40);*/
    background-color: white;
}

.headerWrapper {
    height: 23vh;
    width: 100%;
    /*background-color: rgb(16, 21, 40);*/
    background-color: rgba(35, 57, 78, 0.8);
}

.titltBarDiv {    
    height: 100%;    
    vertical-align: middle;    
    /*border: 1px solid rgb(168, 190, 255);*/
    position: relative;   
}

.logoImgDiv {    
    vertical-align: middle;
    /*border: 1px solid lime;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    
}

.imgrndr {
    image-rendering: optimizeQuality;
    /*image-rendering: optimizeSpeed;*/
    image-rendering: -moz-crisp-edges;
    /*display: block;*/
    max-width: 100%;
    height: auto;
}

.titleImg {
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.TitleA {
    color: white;
    font-family: Arial;
    font-size: 18pt;
    min-height: 60px;
    vertical-align: middle;
    padding: 0 15px;
    /*margin-right: 148px;*/
    /*max-height: 50px;*/
    /*vertical-align: middle;*/
}

#SiteTitle {
    color: white;
    font-family: Arial;
    font-size: 18pt;
    padding: 0 15px;
    min-height: 80px;
    line-height: 80px;
}

#NavbarBrandTitle {
    display: none;
    color: white;
    font-family: Arial;
    font-size: 18pt;
    padding: 0 15px;
    min-height: 80px;
    line-height: 80px;
}

/*#lblTitle {
    color: white;
    font-family: Arial;
    font-size: 18pt;
    float: none;
}*/



/*---- Credits -----*/








/*----- Tooltips -----*/


.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #f00; /* Red */
}

.tooltip-main {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-weight: 700;
    background: #f3f3f3;
    border: 1px solid #737373;
    color: #737373;
    margin: 4px 121px 0 5px;
    float: right;
    text-align: left !important;
}

.tooltip-qm {
    float: left;
    margin: -2px 0px 3px 4px;
    font-size: 12px;
}

.tooltip-inner {
    max-width: 236px !important;
    max-height: 62px; /*tooltip height*/
    font-size: 12px;
    /*font-family: Arial;*/
    padding: 8px 15px 8px 15px; /*tooltip auto width and height*/
    background: rgba(54, 81, 126, 0.7);
    color: white;
    border: 2px solid rgba(54, 81, 126, 0.2);
    text-align: right;
}

.tooltip.show {
    opacity: 1;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #f00;
    /* Red */
}

/*.hint + .tooltip > .tooltip-inner {
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
    border: 1px solid lime;
    padding: 6px;
    font-size: 12px;
    font-weight: bold;
}*/
/* Tooltip on top */
/*.hint + .tooltip.top > .tooltip-arrow {
    border-top: 5px solid lime;
}*/
/* Tooltip on bottom */
/*.hint + .tooltip-bottom > .tooltip-arrow {
    border-bottom: 5px solid lime;
}*/
/* Tooltip on left */
/*.hint + .tooltip.left > .tooltip-arrow {
    border-left: 5px solid lime;
}*/
/* Tooltip on right */
/*.hint + .tooltip.right > .tooltip-arrow {
    border-right: 5px solid lime;
}*/


/*----- Footer -----*/



#siteFooter {
    /*background-color: rgb(16, 21, 40);*/
    background-color: white;
    color: white;
    font-family: Arial;
    width: 100%;
    height: 9vh;
    display: table;
    line-height: 30px;
    clear: both;
    /*border: 2px solid lime;*/
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    /*padding: 1rem;*/
    background-color: rgba(35, 57, 78, 1);
    text-align: center;
}




/* General controls */



input[type=text], input[type=password] {
    border: 1px solid #7373ff;
    font: normal bold 11pt Arial;
    background-color: #fff;
    color: black ;
}

    input[type=text]:hover, input[type=password]:hover {
        border: 1px solid blue;
        color: black ;
    }

    input[type=text]:focus, input[type=password]:focus {
        border: 1px solid blue;
        box-shadow: 0 0 10px 0 blue;
        transition: .3s;
        color: black ;
    }

    input[type=text]:disabled, input[type=password]:disabled {
        border: 1px solid #7373ff;
        background-color: #fff ;
        opacity: 0.5;
        color: black;
    }

    input[type=text].orange::selection, input[type=password].orange::selection {
        background: #FFCC00;
        color: white;        
    }

    input[type=text]::-webkit-input-placeholder {
        font-size: 11pt;
        font-style: normal;
        color: rgb(175, 175, 175);
    }
        
    input[type=text]::-moz-placeholder {
        font-size: 11pt;
        font-style: normal;
        color: rgb(175, 175, 175);
    }

    input[type=text]:-ms-input-placeholder {
        font-size: 11pt;
        font-style: normal;
        color: rgb(175, 175, 175);
    }

    input[type=text]:-moz-placeholder {
        font-size: 11pt;
        font-style: normal;
        color: rgb(175, 175, 175);
    }

    input[type=text]::-webkit-input-placeholder {
        font-size: 11pt;
        font-style: normal;
        color: rgb(175, 175, 175);
    }

    input[type=text]:disabled::-webkit-input-placeholder { /* WebKit browsers */
        color: #fff;
    }

    input[type=text]:disabled:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #fff;
    }

    input[type=text]:disabled::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #fff;
    }

    input[type=text]:disabled:-ms-input-placeholder { /* Internet Explorer 10+ */
        color: #fff;
    }




/* DataTables */

div.dt-container .dt-length {
    /*border: 2px solid red;*/
    /*width: 100%;*/
    /*margin-right: 0;*/
}

div.dt-container .dt-search {
    /*border: 2px solid red;*/
    /*width: 100%;*/
}

div.dt-container .dt-length select {
    font-size: 1.2em !important;
    color: red !important;
    font-weight: bold;
    /*width: 20%;*/
    
}

dt-layout-cell {

}

div.dt-container .dt-search input {
    /*font-size: 1em !important;
    border-radius: 4px !important;
    padding: 8px 10px !important;
    height: 44px !important;
    margin-top: 2px !important;
    border: 1px solid #7373ff;
    background-color: #fff;
    color: black;
    width: 80%;*/
}

div.dt-container .dt-search input:focus {
    border: 1px solid blue !important;
    box-shadow: 0 0 10px 0 blue !important;
    transition: .3s !important;
    color: black !important;
}

div.dt-container .dt-search label {
    color: black;
    font-family: DroidKufi;
    font-size: 0.8em;
    font-weight: bold !important;
}

div.dt-container .dt-length label {
    color: black;
    font-family: DroidKufi;
    font-size: 0.8em;
    font-weight: bold !important;
    padding: 8px 10px !important;
    display: normal;
    /*padding-left: 100px;*/
}

div.dt-container .dt-info {
    color: black;
    font-family: DroidKufi;
    font-size: 0.8em;
    font-weight: bold !important;
}

div.dt-container .dt-paging {
    color: black;
    font-family: DroidKufi;
    font-size: 0.8em;
    font-weight: bold !important;
}

/*.dataTables_paginate .paginate_button {
    background-color: #f0f0f0;
    border: 1px solid black;
    padding: 5px 10px;
    margin: 0 2px;
    cursor: pointer;
}

    .dataTables_paginate .paginate_button.current {
        background-color: #007bff;
        color: white;
    }*/

/*#example_paginate {
    color: rgba(255, 110, 0, 0.8);
    font-size: 19px;
    font-family: "Trebuchet MS";
}

.page-item.active .page-link {
    color: #fff !important;
    background: green;
    background-color: #000 !important;
}

.page-link {
    color: #000 !important;
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
}

    .page-link:hover {
        color: #fff !important;
        background-color: #000 !important;
        border-color: #000 !important;
    }*/

/*.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 50% !important;
    padding: 0.5em 0.9em !important;
}*/





.SeSecNoUpPnl div.dt-container {
    width: 3000px !important;
    margin: 0 auto;
}

    



.textarea-wrapper {
    border: 1px solid rgb(168, 190, 255);
    font: normal bold 14pt Arial;
    background-color: rgb(13, 27, 59) !important;
    color: lightgray !important;
    opacity: 1;
}

    .textarea-wrapper:hover {
        border: 1px solid lime;
        color: linen !important;
    }

    .textarea-wrapper:focus {
        border: 1px solid lime !important;
        box-shadow: 0 0 10px 0 lime !important;
        transition: .3s;
        color: white !important;
    }

    .textarea-wrapper:disabled {
        border: 1px solid rgb(168, 190, 255);
        background-color: rgb(13, 27, 59);
        opacity: 0.5 !important;
    }

.searchTxtBox {
    /*height: 34px !important;*/
    font-size: 0.8rem;
    /*line-height: 1.42857143;*/
    border-radius: 4px;
    /*padding: 6px 12px;*/
    /*border: 1px solid #ccc;*/
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    display: inline-block;

    padding: 14px 10px;
    line-height: 2;
    width: 100%;
    margin-top: 10px;
}

    .searchTxtBox:focus {
        /*border-color: #66afe9;*/
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .searchTxtBox::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .searchTxtBox:-ms-input-placeholder {
        color: #999;
    }

    .searchTxtBox::-webkit-input-placeholder {
        color: #999;
    }

    .searchTxtBox::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .searchTxtBox[disabled],
    .searchTxtBox[readonly],
    fieldset[disabled] .searchTxtBox {
        background-color: #eee;
        opacity: 1;
    }

    .searchTxtBox[disabled],
    fieldset[disabled] .searchTxtBox {
        cursor: not-allowed;
    }

/**/
.account-text-box {
    font-size: 0.8rem;
    border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    display: inline-block;
    padding: 14px 10px;
    line-height: 20px;
    width: 100%;
    margin-top: 2px;
}

    .account-text-box:focus {
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .account-text-box::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .account-text-box:-ms-input-placeholder {
        color: #999;
    }

    .account-text-box::-webkit-input-placeholder {
        color: #999;
    }

    .account-text-box::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .account-text-box[disabled],
    .account-text-box[readonly],
    fieldset[disabled] .data-text-box {
        background-color: #eee;
        opacity: 1;
    }

    .account-text-box[disabled],
    fieldset[disabled] .account-text-box {
        cursor: not-allowed;
    }

.data-text-box {
    font-size: 14px;
    border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    padding: 14px 10px;
    line-height: 20px;
    width: 100%;
    margin-top: 2px;
    /*margin-right: auto;
    margin-left: auto;*/
}

    .data-text-box:focus {
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .data-text-box::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .data-text-box:-ms-input-placeholder {
        color: #999;
    }

    .data-text-box::-webkit-input-placeholder {
        color: #999;
    }

    .data-text-box::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .data-text-box[disabled],
    .account-text-box[readonly],
    fieldset[disabled] .data-text-box {
        background-color: #eee;
        opacity: 1;
    }

    .data-text-box[disabled],
    fieldset[disabled] .data-text-box {
        cursor: not-allowed;
    }


.EnabledControl {
    opacity: 1;
}

.DisabledControl {
    opacity: 0.5;
}

/*.DataControlsHolder {
    direction: rtl;
    color: white;
    font-family: Arial;
    font-size: 14pt;
    font-weight: normal;
    font-style: normal;
    border: 1px solid rgb(168, 190, 255);
    padding: 40px 40px;
    margin-top: 1vh;
    margin-bottom: 7vh;
    -webkit-box-shadow: -1px 4px 26px 11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 4px 26px 11px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 4px 26px 11px rgba(0, 0, 0, 0.75);
    border: 1px solid rgb(168, 190, 255);
    width: 80%;
    display: table;
}*/

.PanelLeftDiv {
    width: 10%;
}

.PanelRightDiv {
    width: 10%;
}

.DataControlsColumn {
    display: table-cell;
}

.rightEntryDiv {
    width: 50%;
    float: right;
}

.leftEntryDiv {
    width: 50%;
    float: left;
}

.TitleBanner {
    margin-top: 20px;
    position: relative;
    text-align: center;
    color: white;
    font-size: 16pt;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font: 12pt Arial, sans-serif;
}

.PageBody {
    margin-top: 20px;
    direction: rtl;
}

.PageHolder {    
    direction: rtl;
}

.row-centered {
    text-align: center;
}

.row-lefted {
    text-align: left;
}

.row-righted {
    text-align: right;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
    text-align: center;
    /*background-color: #ccc;
    border: 1px solid #ddd;*/
}

.col-righted {
    /*display: inline-block;*/
    float: right;    
    text-align: left;
    margin-right: -4px;
    text-align: center;    
}

.col-lefted {
    /*display: inline-block;*/
    float: left;
    text-align: left;
    margin-right: -4px;
    text-align: center;
}

.normal-label {
    font-size: 11pt;
    font-weight: 600;
    display: block;
    color: black;
}

.normal-form-label {
    font-size: 0.875rem;
    display: block;
    color: black;
    line-height: 1.5rem;
    font-family: DroidKufi;
    font-weight: 800;
    padding-bottom: 5px;
}

.normal-inline-label {
    font-size: 0.875rem;
    font-weight: 900;
    display: inline-block;
    color: black;
    line-height: 1.5rem;
    font-family: DroidKufi;
    padding-bottom: 5px;
    padding-right: 8px;
    direction: rtl;
}




/*--------- Buttons ----------*/





.buttonSuccess {
    background-color: #09C646;
    color: white;
    border: 1px solid #09C646;
}

    .buttonSuccess:hover {
        background-color: #09873E;
        color: white;
    }

    .buttonSuccess:disabled {
        background-color: #09C646;
        color: white;
        opacity: 0.4;
        cursor: not-allowed;
    }

    .buttonSuccess:active {
        background-color: white;
        color: #09C646;
        border: 1px solid #09C646;
    }

.buttonWarning {
    background-color: #FFA41C;
    color: white;
    border: 1px solid #FFA41C;
}

    .buttonWarning:hover {
        background-color: #CE7B00;
        color: white;
    }

    .buttonWarning:disabled {
        background-color: #FFA41C;
        color: white;
        opacity: 0.4;
        cursor: not-allowed;
    }

    .buttonWarning:focus, .buttonWarning:active {
        background-color: white;
        color: #FFA41C;
        border: 1px solid #FFA41C;
    }

.buttonBrief {
    background-color: white;
    color: rgb(35, 57, 78);
    border: 1px solid rgb(35, 57, 78) !important;
}

    .buttonBrief:hover {
        background-color: rgb(35, 57, 78);
        color: white;
    }

    .buttonBrief:disabled {       
        opacity: 0.4;
        cursor: not-allowed;
    }

    .buttonBrief:focus, .buttonBrief:active {
        background-color: white;
        color: rgb(35, 57, 78);
        border: 1px solid rgb(35, 57, 78);
    }

.buttonDark {
    background-color: rgb(35, 57, 78);
    color: white;
}

    .buttonDark:hover {
        background-color: black;
        color: white;
    }

    .buttonDark:disabled {
        opacity: 0.4;
        cursor: not-allowed;
    }

    .buttonDark:focus, .buttonDark:active {
        background-color: black;
        color: white;
        border: 1px solid rgb(35, 57, 78);
    }

.buttonInfo {
    background-color: #00B1EC;
    color: white;
    border: 1px solid #00B1EC;
}

    .buttonInfo:hover {
        background-color: #0080AA;
        color: white;
    }

    .buttonInfo:disabled {
        background-color: #00B1EC;
        color: white;
        opacity: 0.4;
        cursor: not-allowed;
    }

    .buttonInfo:focus, .buttonInfo:active {
        background-color: white;
        color: #00B1EC;
        border: 1px solid #00B1EC;
    }

.buttonExtra {
    background-color: #A2A2A2;
    color: black;
    border: 1px solid #A2A2A2;
}

    .buttonExtra:hover {
        background-color: #757575;
        color: black;
    }

    .buttonExtra:disabled {
        background-color: #A2A2A2;
        color: black;
        opacity: 0.4;
        cursor: not-allowed;
    }

    .buttonExtra:focus, .buttonExtra:active {
        background-color: cadetblue;
        color: #A2A2A2;
        border: 1px solid #A2A2A2;
    }

.buttonDanger {
    background-color: #f44336;
    color: white;
    border: 1px solid #f44336;
}

    .buttonDanger:hover {
        background-color: #C1180B;
        color: white;
    }

    .buttonDanger:disabled {
        background-color: #f44336;
        color: white;
        opacity: 0.4;
        cursor: not-allowed;
    }

    .buttonDanger:focus, .buttonDanger:active {
        background-color: white;
        color: #f44336;
        border: 1px solid #f44336;
    }

.buttonSearch {
    /*background-color: rgb(161, 172, 192);*/
    color: black;
    /*display: inline-block;*/
    cursor: pointer;
    border: 1px solid blue;
    border-radius: 4px;
    /*font-size: 11.5pt;*/
    max-height: 33px;
    font-weight: 600;
    transition-duration: 0.4s;
    background: transparent url('../assets/Images/Octicons-search.png') no-repeat center;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 11pt;
    line-height: 1.42857143;
    /*background-repeat: no-repeat;
    background-position: center;*/
    /*background-position: 8px 8px;*/
    /*border: 2px solid rgb(13, 27, 59);*/
}

    .buttonSearch:enabled:hover {
        /*background-color: #153169;*/
        color: white;
        background: rgba(0, 0, 255, 0.5) url('../assets/Images/Octicons-searchHovered.png') no-repeat center;
        border: 1px solid rgb(161, 172, 192);
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        /*background-image: url('../Images/Octicons-searchHovered.png');*/
        /*background-image: linear-gradient(#214193, #153169, #214193);*/
    }
        
    .buttonSearch:enabled:focus, .buttonSearch:enabled:active {
        border: 1px solid blue;
        box-shadow: 0 0 10px 0 blue;
        transition: .3s;
        color: black;
        background: transparent url('../assets/Images/Octicons-search.png') no-repeat center;
    }

    .buttonSearch:disabled {
        /*background-color: #f44336;*/
        color: black;
        opacity: 0.4;
        cursor: not-allowed;
    }

.buttonClassic {
    background-color: rgb(161, 172, 192);
    color: black;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    /*font-size: 11.5pt;*/
    font-weight: bold;
    transition-duration: 0.4s;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
}

    .buttonClassic:hover {
        background-color: #153169;
        color: white;
        border: 1px solid rgb(161, 172, 192);
    }

    .buttonClassic:disabled {
        background-color: rgb(161, 172, 192);
        color: black;
        opacity: 0.4;
    }

        .buttonClassic:disabled:hover {
            background-color: rgb(161, 172, 192);
            color: black;
            opacity: 0.4;
        }

    .buttonClassic:focus, .buttonClassic:active {
        background-color: black;
        color: black;
    }

.buttonSnow {
    background-color: #fff;
    color: blue;
    border: 2px solid #7373ff;
    text-align: center;
    font-size: 11pt !important;
    font-weight: 600;
}

    .buttonSnow:hover {
        background-color: rgba(0, 0, 255, 0.5);
        border: 1px solid rgb(161, 172, 192);
        color: white;
    }

    .buttonSnow:disabled {
        background-color: #fff;
        color: black;
        opacity: 0.4;
        cursor: not-allowed;
        border: 1px solid #7373ff;
    }

    .buttonSnow:focus, .buttonSnow:active {
        border: 1px solid rgba(0, 0, 255, 0.4);
        box-shadow: 0 0 10px 0 blue;
        transition: .3s;
        color: white;
    }

.buttonViolet {
    background-color: rgb(120, 92, 180);
    color: white;
    border: 1px solid transparent !important;
}

    .buttonViolet:hover {
        background-color: rgb(66, 18, 112);
        color: white;
    }

    .buttonViolet:disabled {
        background-color: rgb(120, 92, 180);
        color: white;
        opacity: 0.4;
        cursor: not-allowed;
    }

    .buttonViolet:focus, .buttonViolet:active {
        background-color: white;
        color: rgb(66, 18, 112);
        border: 1px solid rgb(66, 18, 112) !important;
    }

.DataLabel {
    /*background-color: transparent !important;*/
    border: 2px solid red;
    height: 34px;
    border-radius: 4px;
    padding: 12px 18px;
    margin-bottom: 0;
    /*font-size: 0.700rem;*/
    font-weight: 600;
    line-height: 2;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: purple;
}

    .DataLabel:disabled {
        width: 85% !important;
        height: 34px !important;
        line-height: 1.42857143 !important;
        border-radius: 4px;
        cursor: not-allowed;
        opacity: 0.5;
        color: black;
    }

.DataGroupTitle {
    /*background-color: transparent !important;*/
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: solid;
    border-width: 2px;
    border-bottom-color: rgb(255, 0, 0);
    height: 44px;
    border-radius: 0px;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14pt !important;
    font-weight: 500;
    font-family: alhurra;
    line-height: 1.42857143;
    text-align: right;
    /*white-space: nowrap;*/
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: rgb(255, 0, 0);
}

    .DataGroupTitle:disabled {
        width: 85% !important;
        height: 34px !important;
        line-height: 1.42857143 !important;
        border-radius: 4px;
        cursor: not-allowed;
        opacity: 0.5;
        color: rgb(79, 97, 113);
    }

.TitleFont {
    font-family: 'DroidKufi';
    font-weight: 800;
    font-size: 1.2rem;
    text-align:justify;
}


@font-face {
    font-family: 'alhurra';
    src: url('~/assets/webfonts/alhurra/alhurra.eot');
    src: local('درويد كوفي'), local('alhurra'), url('~/assets/webfonts/alhurra/alhurra.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.BottomNotesFont {
    font-family: alhurra;
    font-size: 14pt;
}

@font-face {
    font-family: 'DroidKufi';
    src: url('../webfonts/DroidKufi/DroidKufi-Regular.eot');
    src: local('درويد كوفي'), local('DroidKufi'), url('../webfonts/DroidKufi/DroidKufi-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.DroidKufiFont {
    font-family: DroidKufi;
    /*font-size: 16pt;*/
}

.DroidKufiFont-2 {
    font-family: DroidKufi!important;
    font-size: 0.84rem!important;
    line-height: 2;
}

.DroidKufiFont-3 {
    font-family: DroidKufi !important;
    font-size: 1rem !important;
    /*line-height: 2;*/
}

.DroidKufiFont-4 {
    font-family: DroidKufi !important;
    font-size: 0.7rem !important;
    line-height: 2;
}

.wrap-txt-column {

}




/*-----------ControlsContainers------------*/




.TitleBannerImage {
    direction: rtl !important;
    color: black;
    font-family: Arial;
    font-size: 14pt;
    font-weight: normal;
    font-style: normal;
    /*width: 100%;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.PageTitleBanner {
    width: 100% !important;
    position: relative;
    vertical-align: middle;
    text-align: center;
    height: 60px;
    margin-top: 20px;
}

.PageMenuHolder {
    direction: rtl !important;
    color: white;
    font-family: Arial;
    font-size: 14pt;
    font-weight: normal;
    font-style: normal;
    border: 1px solid rgb(168, 190, 255);
    /*padding: 40px;*/ /*الحجم يصير بالبقية انلاين ستايل*/
    -webkit-box-shadow: -1px 4px 26px 11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 4px 26px 11px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 4px 26px 11px rgba(0, 0, 0, 0.75);
    border: 1px solid rgb(168, 190, 255);
    /*width: 80%;*/
    /*position: absolute;*/
    /*top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);*/
    vertical-align: middle;
    /*min-height: 1100px;*/
    /*border-radius: 25px;*/
}

.PageMenuDiv {
    width: 90% !important;
    /*position: relative;*/
    /*vertical-align: middle;*/
    text-align: center;
    /*border: 1px solid rgb(168, 190, 255);*/
    /*min-height: 1150px;*/
}

.PageRightMenuDiv {
    width: 5%;
    /*border: 1px solid rgb(168, 190, 255);*/
    /*min-height: 300px;*/
}

.PageLeftMenuDiv {
    width: 5%;
    /*border: 1px solid rgb(168, 190, 255);*/
    /*min-height: 300px;*/
}

/*.dataTables_scrollHeadInner, .table {
    width: 100% !important;
}*/

.chosen-container .chosen-results li,
.chosen-container-single .chosen-single span {
    font-family: 'DroidKufi', DroidKufi !important;
    /*font-family: DroidKufi;*/
    font-weight: 800;
    /*font-size: 1.8rem!important;*/
}

.DirApprovalUpPnl .Dir-Apr-Lbl {
    display: inline-block;
    width: 100% !important;
    cursor: not-allowed !important;
}











@media only screen and (min-width: 992px) {
    /* TABLET LANDSCAPE / DESKTOP */

    .tFirstP {
        width: 20%;
    }

    .tSecondP {
        width: 60%;
    }

    .tThirdP {
        width: 10%;
    }

    .tFirstCh {
        width: 80%;
    }

    .tSecondCh {
        width: 40%;
    }

    .tThirdCh {
        width: 50%;
    }

    .RightTb1 {
        display: block;
    }

    .RightTb2 {
        display: none;
    }

    #lblFooter {
        display: block;
    }

    #lblFooter2 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* TABLETS PORTRAIT */

    .tFirstP {
        width: 25%;
    }

    .tSecondP {
        width: 50%;
    }

    .tThirdP {
        width: 15%;
    }

    .tFirstCh {
        width: 100%;
    }

    .tSecondCh {
        width: 60%;
    }

    .tThirdCh {
        width: 50%;
    }

    .RightTb1 {
        display: block;
    }

    .RightTb2 {
        display: none;
    }

    #lblFooter {
        display: block;
    }

    #lblFooter2 {
        display: none;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    /* SMARTPHONES LANDSCAPE */

    .tFirstP {
        width: 35%;
    }

    .tSecondP {
        display: none;
    }

    .tThirdP {
        width: 25%;
    }

    .tFirstCh {
        width: 100%;
    }

    .tSecondCh {
        display: none;
    }

    .tThirdCh {
        width: 50%;
    }

    .RightTb1 {
        display: none;
    }

    .RightTb2 {
        display: block;
    }

    #lblFooter {
        display: none;
    }

    #lblFooter2 {
        display: block;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    /* SMARTPHONES PORTRAIT */

    .tFirstP {
        width: 50%;
    }

    .tSecondP {
        display: none;
    }

    .tThirdP {
        width: 30%;
    }

    .tFirstCh {
        width: 100%;
    }

    .tSecondCh {
        display: none;
    }

    .tThirdCh {
        width: 50%;
    }

    .RightTb1 {
        display: none;
    }

    .RightTb2 {
        display: block;
    }

    #lblFooter {
        display: none;
    }

    #lblFooter2 {
        display: block;
    }
}
