﻿
/* FONTS */
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 400;
  src: url(../Fonts/DroidKufi-Regular.eot);
  src: url(../Fonts/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
       url(../Fonts/DroidKufi-Regular.woff) format('woff'),
       url(../Fonts/DroidKufi-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 700;                         
  src: url(../Fonts/DroidKufi-Regular.eot);
  src: url(../Fonts/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
       url(../Fonts/DroidKufi-Regular.woff) format('woff'),
       url(../Fonts/DroidKufi-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Arabic Kufi Bold';
  font-style: normal;
  font-weight: 500;                         
  src: url(../Fonts/DroidKufi-Bold.eot);
  src: url(../Fonts/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'),
       url(../Fonts/DroidKufi-Bold.woff) format('woff'),
       url(../Fonts/DroidKufi-Bold.ttf) format('truetype');
}
/* END FONTS */

/* GENERAL */
body {
    font-family: Droid Arabic Kufi, sans-serif; 
}
a {
    text-decoration: none;
}
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}
input[type=text]:read-only {
    background-color: #FFF !important;
}
/* END GENERAL */

/* AUTO COMPLETE */
.autocomplete_completionListElement {
    border: solid 1px #444444;
    margin: 0px;
    padding: 2px;
    max-height: 200px;
    overflow-y: scroll;
    background-color: #FFFFFF;
    z-index: 999999999 !important;
}

#ContentPlaceHolder1_AutoCompleteExtender5_completionListElem {
    z-index: 20000 !important;
}

.autocomplete_listItem {
    color: #1C1C1C;
    padding: 5px;
}

.autocomplete_highlightedListItem {
    background-color: #ffc0c0;
    padding: 5px;
    cursor: pointer;
}
/* END AUTO COMPLETE */

/* AJAX POPUP STYLE */
.modal-body .container-fluid {
    padding-right: 0px; 
    padding-left: 0px; 
}
.modalBackground {
    background-color: rgba(153,153,153, 0.7)
}
.ajax-popup .ajax-panel {
    width: auto;
    max-width: 700px;
}
/* END AJAX POPUP STYLE */

/* AJAX LOADER */
.divajaxloader-bg {
    width: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    height: 100%;
    z-index: 9999999999999;
    background: rgba(255,255,255, .5);
}
.divajaxloader-front {
    width: 110px;
    height: 105px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: table-cell;
    text-align: center;
    padding: 20px;
    background-color: #FFF;
    box-shadow: 0 0 5px #666;
    border-radius: 10px;
}
.span-ajax-loader {
    color: black; 
    font-size: 10.5pt;
}
/* END AJAX LOADER */

/* HEADER */
.app-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1002;
    background-color: #e7b148;
    height: 65px;
    margin: 0 !important;
    box-shadow: 0 1px 10px 0 rgba(50,50,50, .2);
    padding: 0 10px;
    border: none;
}
.app-header .header-icons,
.app-header .header-logo {
    list-style: none;
    padding: 0;
    margin: 0;
}
.app-header .header-icons>li,
.app-header .header-logo>li {
    display: inline-block;
}
.app-header .header-icons {
    float: left;
}
.app-header .header-logo {
    float: right
}
.app-header .header-logo img {
    height: 50px;
    box-shadow: 0 0 15px #FFF;
    border-radius: 50%;
    padding: 1px;
}
.app-header i {
    font-size: 19px;
    color: #666;
    text-shadow: 0 0 15px #FFF;
}
.app-header a {
    padding: 21px 10px;
    display: inline-block;
}
.app-header a:hover {
    background-color: #EEE;
    color: #FFF;
}
.app-header a:focus {
    outline: none;
}
.app-header .logo-text {
    font-size: 1.3em;
}
.app-header .menu-icon a {
    padding: 21px 25px;
}
.search-container {
    border: 1px solid #EFEFEF;
    border-radius: 15px;
    background-color: #FFF;
}
.search-container>input[type=text] {
    border: none;
    padding: 3px 15px;
    border-radius: 15px;
    width: 150px;
}
.search-container>input[type=text]:focus {
    outline: none;
}

.search-container>a {
    transform: translate(45%, 18%);
    padding: 0;
}
.app-header .search-li {
    padding: 0 10px;
}
.app-header .icon-menu:hover {
    color: #666;
}
.app-header .icon-magnifier {
    font-size: 15px;
}
.user-menu {
    cursor: pointer;
    transform: translateY(-5%);
}
.user-menu>a>img {
    max-width: 30px;
    border-radius: 25px;
    box-shadow: 0 0 5px #FFF;
    padding: 2px;
}
.user-menu>a {
    padding: 15px 10px;
}
.user-menu>a>i {
    float: left;
    font-size: 0.6em;
    margin: 15px 5px;
    font-weight: 900;
}
.header-icons>li:nth-child(2) {
    margin:0 -2px;
}
.header-icons>li:nth-child(3) {
    margin:0 -3px;
}
.header-icons>li:nth-child(3)>a>span,
.header-icons>li:nth-child(3)>a>i {
    color: #666;
}
.user-menu .dropdown-menu {
    left: 0 !important;
    width: 250px;
}
.user-menu .dropdown-menu>li:first-child {
    padding: 10px 20px;
}
/* END HEADER */

/* CONTENT */
.div-content {
    margin-top: 65px;
    margin-right: 200px;
    min-height: calc(100vh - 65px);
    max-height: calc(100vh - 65px);
    overflow: auto;
    background-color: #eef1f5;
    padding-bottom: 20px;
}
/*.div-content-mobile {
    margin-top: 65px;
    margin-right: 0px;
    max-height: calc(100vh - 65px);
    overflow: auto;
    background-color: #eef1f5;
}*/
.div-content-with-menu {
    animation: withMenu ease-in-out 200ms forwards;
}
.div-content-full-width {
    animation: fullWidth ease-in-out 200ms forwards;
}
@keyframes withMenu {
    from {
        margin-right: 0px;
    }
    to {
        margin-right: 200px;
    }
}
@keyframes fullWidth {
    from {
        margin-right: 200px;
    }
    to {
        margin-right: 0px;
    }
}
/* END CONTENT */

/* SIDE MENU */
.side-menu {
    position: fixed;
    right: 0;
    top: 65px;
    width: 200px;
    height: calc(100% - 65px);
    background-color: #eef1f5;
    z-index: 1001;
    overflow: auto;
    color: #AEB7C2;
}
.side-menu-hide {
    box-shadow: none;
    animation: sideMenuHide ease-in-out 200ms forwards;
}
.side-menu-show {
    animation: sideMenuShow ease-in-out 200ms forwards;
}
@keyframes sideMenuShow {
    from {
        margin-right: -200px;
    }
    to {
        margin-right: 0px;
    }
}
@keyframes sideMenuHide {
    from {
        margin-right: 0px;
    }
    to {
        margin-right: -200px;
    }
}
.side-menu .panel {
    border-radius: 0;
    background-color: transparent;
    border: none;    
    box-shadow: none;
}
.side-menu a:focus {
    outline: none;
}
.side-menu .panel>.panel-heading {
    background-color: transparent;
    border: none;
    color: #c3cee0;
}
#accordion, #accordion2 {
    margin-top: 10px;
}
.side-menu .panel > a,
.side-menu .accordion-item > a {
    color: #666;
    text-align: right;
    padding: 11px;
    display: block;
    cursor: pointer;
}
.side-menu .panel>a:hover,
.side-menu .accordion-item>a:hover{
    background-color: #232f44;
    color: #FFF;
}
.side-menu .panel>a>i,
.side-menu .accordion-item>a>i{
    color: #18cdc4;
    padding: 0px 0px 0px 15px;
    font-size: 1.3em;
}
.side-menu .panel > ul,
.side-menu .accordion-item > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.side-menu .panel>ul>li>a,
.side-menu .accordion-item>ul>li>a {
    color: #666;
    text-align: right;
    padding: 10px 52px 10px 0px;
    display: block;
}
.side-menu .panel>ul>li>a:hover,
.side-menu .accordion-item>ul>li>a:hover{
    background-color: #232f44;
    color: #FFF;
}
/* END SIDE MENU */

/* OVERRIDE BOOTSTRAP */
.form-control {
    border-radius: 2px !important;
}
select.form-control {
    padding: 0px 12px;
}
.row {
    padding-right: 15px;
    padding-left: 15px;
}
/* END OVERRIDE BOOTSTRAP */

/* PAGE */
.my-page-header {
    padding: 15px 20px 0px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
}
.my-page-header>h4 {
    /*margin: 0;*/
}
.div-content>.container-fluid {
    padding-top: 20px;
}
.white-box {
    background-color: #FFF;
    border: 1px dashed #CCC;
    margin: 0 15px;
    padding: 10px;
}
.white-box .file-upload,
.white-box .btn-upload {
    display: inline-block;
}
.white-box .file-upload {
    width: calc(100% - 94px);
}
.white-box .file-upload input[type=file] {
    width: 100%;
    border: 1px dotted #999;
}
.white-box .excel-template,
.white-box .current-excel-file {
        padding: 7px 0;

}
.white-box .current-excel-file img {
    max-width: 25px;
}
.btn-black {
    background-color: #444;
    color: #FFF !important;
}
.btn-black:hover {
    color: #FFF !important;
    background-color: #666;
}
.btn-outline {
    border-color: #2f353b;
    color: #2f353b;
}
.btn-outline:hover {
    background-color: #444;
    color: #FFF;
}
/* END PAGE */

/* TABLE */
.grid-div {
    margin-top: 20px;
}
.grid-div .table {
    background-color: #FFF;
    margin-top: 5px;
}
.gridheader {
    background-color: gray;
    color: #FFF;
}
.gridheader th a {
    color: #FFF;
}
.gridheader th a:hover {
    color: #CCC;
}
.gridpager {
    Font-Size: 10pt;
    text-shadow: 0px 0px 5px white !important;
}
.gridpager table {
    width: auto;
}
.gridpager table td
{
    width: 20px;
}
.gridpager span
{
    background-color: #D05050;
    border-radius: 50px;
    color: #FFF;
    border-radius: 50px;
    padding: 0 10px 0 10px;
    width: 100%;
    height: 100%;
}
.gridpager a:link
{
    color: #444444;
    text-decoration: none; 
    background-color: transparent;
    border-radius: 50px;
    padding: 0 10px 0 10px;
    width: 100%;
    height: 100%;
}
.gridpager a:link:hover {
    background-color: #555555;
    color: #FFFFFF;
}
/* END TABLE */

/* PAYMENT VOUCHER */
.payment-voucher {
    margin-top: 5px;
}
.payment-voucher .row {
    padding: 5px;
    margin-left: 0;
    margin-right: 0;
}
.payment-voucher .row  .col-sm-6,
.payment-voucher .row  .col-sm-12 {
    border-bottom: 1px solid #CCC;
    height: 50px;
}
.payment-voucher .col-sm-6>div,
.payment-voucher .col-sm-12>div {
    display: inline-block;
    padding: 10px 5px;
}
.payment-voucher .voucher-title {
    width: 100px;
    background-color: #CCC;
}
/* END PAYMENT VOUCHER */

/* SEARCH */
.divSearchHidden {
    display: none;
}
.divSearchVisible {
    display: inline-block;
    position: absolute;
    float: none;
    z-index: 999999999;
    left: 174px;
    width: 450px; 
    height: auto; 
    box-shadow: 0 0 5px #000;
    background-color: white;
    top: 113px;
}
.ul-shared {
    list-style: none;
    padding: 0;
    margin: 0;
}
.no-padding-no-margin {
    padding: 0;
    margin: 0;
}
.inlineblock-auto-width {
    display: inline-block;
    width: auto;
    vertical-align: top;
}
.margin-left-right-shared {
    margin-right: 0 20px;
}
.linkSearch {
    background-color: #444;
    color: #FFF;
    padding: 8px;
    border-radius: 5px;
    margin-top: 5px;
    text-decoration: none;
    width: auto !important;
    display: inline-block;
    float: left;
}
.linkSearch:hover {
    background-color: #D05050;
}
.clearfixmy {
    clear: both;
}
.clearfixmy::after {
    content: "";
    display: table-cell;
}
#divSearh .row {
    padding-left: 0;
    padding-right: 0;
}
/* END SEARCH */

.rdo-owner {
    margin: 0 4px;
}
.top-margin {
    margin: 30px 0 0 0;
}

/* USER */
.user-pages {
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 10px;
}
.user-pages .col-sm-3 {
    font-size: 0.95em;
}
.user-pages input[type=checkbox] {
    margin: 0 5px;
}
.user-pages .container-fluid {
    margin-top: 10px;
    margin-bottom: 10px;
}
.cb-active {

}
.cb-active input[type=checkbox] {
    margin: 0 5px;
}

/*PASSWORD*/
.password-pattern {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #999;
    margin-bottom: 10px;
    font-size: 0.8em;
    padding-right: 20px;
}

/* RECEIPT VOUCHER */
.receipt-canceled {
    position: relative;
}
.receipt-canceled>span:first-child {
    color: red;
}
.receipt-canceled>input[type=text] {
    color: red;
}
.receipt-canceled>span:nth-child(3) {
    color: red;
    position: absolute;
    left: 1px;
    top: 20px;
    background-color: #CCC;
    padding: 5px 10px;
    font-weight: 900;
    font-family: Droid Arabic Kufi bold, sans-serif;
}
/* END RECEIPT VOUCHER */

@media screen and (max-width: 767px) {
    .app-header .logo-text {
        display: none !important;
    }
    .app-header .search-container>input[type=text] {
        width: 100px;
    }
    .app-header .menu-icon a {
        padding: 21px 10px;
    }
    .app-header .search-li {
        padding: 0;
    }
    .header-icons>li:nth-child(3)>a>span {
        display: none;
    }
    .header-icons>li:first-child {
        display: none;
    }
    .div-content {
        margin-right: 0px;
    }
    .div-content-with-menu {
        animation: none;
    }
    .div-content-full-width {
        animation: none;
    }
    /*.side-menu-hide {
        animation: none;
    }
    .side-menu-show {
        animation: none;
    }*/
    .side-menu {
        margin-right: -200px;
        box-shadow: none;
        background-color: rgba(38,52,75, 0.95);
    }
    .ajax-popup .ajax-panel {
        width: auto;
        max-width: 95%;
    }
    .white-box .excel-template {
        margin-top: 20px;
    }
    .side-menu .panel>a {
        color: #CCC;
    }
    .side-menu .panel>ul>li>a {
        color: #CCC;
    }
    .top-margin {
        margin: 0 0 30px 0;
    }
}

.invisible-grid-header {
    display: none;
}
.div-bankfile1 {
    /*max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;*/
    border: 1px solid #AAA;
}
.div-bankfile {
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #AAA;
}
.div-bankfile table {
    margin-bottom: 0;
}