@font-face {
    font-family: cairo;
    src: url(../fonts/Cairo-Regular.ttf);
}

@font-face {
    font-family: NotoNaskhArabicR;
    src: url(../fonts/NotoNaskhArabic-Regular.ttf);
}

@font-face {
    font-family: NotoNaskhArabicB;
    src: url(../fonts/NotoNaskhArabic-Bold.ttf);
}

@font-face{font-family:'GE_SS';
           font-display:swap;
           src:url('../fonts/gess-light.eot');
           src:url('../fonts/gess-light.eot?#iefix') format('embedded-opentype'),url('../fonts/gess-light.woff2') format('woff2'),url('../fonts/gess-light.woff') format('woff'),url('../fonts/gess-light.ttf') format('truetype');
           font-weight:200;
           font-style:normal}

body {
    font-family: cairo,GE_SS,sans-serif, Arial, Tahoma;
}

.bootstrap-dialog .icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}


.ui-jqgrid .btn:not(.btn-link):not(.btn-circle) {
     box-shadow: none; 
     -webkit-border-radius: 2px; 
}

.ui-jqgrid .btn-default, .ui-jqgrid .btn-default:hover, .ui-jqgrid .btn-default:active, .ui-jqgrid .btn-default:focus {
    background-color: transparent !important;
}

.ui-jqgrid .ui-jqgrid-toppager .ui-pager-control, .ui-jqgrid .ui-jqgrid-pager .ui-pager-control {
  height: auto;
}
.ui-jqgrid .ui-pager-control td[id$="_toppager_center"], .ui-jqgrid .ui-pager-control td[id$="pager_center"] {
  width: auto !important;
  white-space: normal !important;
    height: auto;
}
.ui-jqgrid .ui-pager-control td[id$="_toppager_right"], .ui-jqgrid .ui-pager-control td[id$="pager_right"] {
  width: auto !important;
  white-space: normal !important;
    height: auto;

}
.ui-jqgrid .ui-pager-control td[id$="_toppager_left"], .ui-jqgrid .ui-pager-control td[id$="pager_left"] {
  width: auto !important;
  white-space: normal !important;
    height: auto;
}
.ui-jqgrid .ui-jqgrid-bdiv, .ui-jqgrid .ui-jqgrid-view.table-responsive, .ui-jqgrid, .ui-jqgrid-pager,
.ui-jqgrid-toppager, .ui-jqgrid-hdiv {
    width: auto !important;
}
.ui-jqgrid .ui-pager-control td[id$="_toppager_right"], .ui-jqgrid .ui-pager-control td[id$="pager_right"],
.ui-jqgrid .ui-pager-control td[id$="_toppager_center"], .ui-jqgrid .ui-pager-control td[id$="pager_center"] {
    overflow-x: auto;
    overflow-y: hidden;
}
.ui-jqgrid.ui-jqgrid-bootstrap>.ui-jqgrid-view {
    font-size: 14px;
}

.ui-search-menu{
    left:auto;
}

.ui-jqdialog.ui-jqgrid-bootstrap .ui-jqdialog-titlebar, .ui-jqgrid.ui-jqgrid-bootstrap .ui-jqgrid-caption {
    border-top-right-radius: 0; 
    border-top-left-radius: 0;
}

.bootstrap-dialog .modal-header {
     border-top-right-radius: 18px; 
     border-top-left-radius: 18px;
}
.bootstrap-dialog .modal-footer {
     border-bottom-right-radius: 18px; 
     border-bottom-left-radius: 18px;
}

.select2-container--default .select2-selection--single {
   
    border: none; 
    outline:none;
}



/* bootstrap hack: fix content width inside hidden tabs
.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: block;    
    height: 0;         
    overflow: hidden;  
}
.tab-content > .active, .pill-content > .active {
    height: auto;      
} 
 */
 
 .mb0 div{
    /*margin-bottom: 0px;*/
}

.nav-tabs a {
    text-align: center;
}

.nav-tabs a img{
    width: 50px;
    height: 50px;
    
}


.type-title {
    font-size: 14px;
    font-weight: bolder;
}



.nav-tabs > li {
    /*width: 100px;*/
}

.effect-chico {
    border-radius: 5px;
    margin-bottom: 5px !important;
    text-align: center;
}



.effect-chico img {
	opacity: 1;
	-webkit-transform: scale(.8);
	transform: scale(.8);
}

.effect-chico:hover img {
	
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.effect-chico p{
    text-align: center;
}


.form-group label {
    min-width: 150px;
    height: 30px;
}


.ui-jqgrid-titlebar {
    font-size: 14px;
    font-weight: bold;
}



.modal-header, .modal-footer{
    font-size: 14px;
    font-weight: bold;
}



.btn:not(.btn-link):not(.btn-circle){
    font-size: 14px;
}

.ui-search-table tbody tr td, .ui-search-table tbody tr th {
    border: none; 
}


.swiper-container {
 width: 100px;
 margin-right: auto;
 margin-left: auto;
}

.full-screen .modal-dialog {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.full-screen .modal-content {
  height: 100%;
  border-radius: 0;
  overflow-y: scroll;
}

.full-screen .modal-header {
  border-radius: 0 !important;
}

.ui-jqgrid [type="checkbox"]:not(:checked), .ui-jqgrid [type="checkbox"]:checked {
     position: relative; 
     left: auto;
     opacity: 1; 
}

.selectize-input {
    border: none;
}



.selectize-input.focus {
     border-color: transparent; 
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

tr[aria-selected="true"] input{
    color:black;
}

.sidebar{
    width:250px;
}

.sidebar .menu .list a{
        padding: 5px 13px;
}

.sidebar .menu .list .ml-menu li a{
        padding-left: 35px;
        padding-top: 1px;
}

.sidebar .menu .list .ml-menu li .ml-menu li a {
    padding-left: 50px;
}

.sidebar .menu .list .ml-menu span {
    margin: 0 0 1px 6px;
}

/*

.modal-body{
    border: 5px solid #D3A44E;
}

.ui-jqgrid-titlebar {
    background: #2196F3;
    color: #ffffff;
}

.modal-header, .modal-footer{
    background: #D3A44E;
    color: #ffffff;

}

.effect-chico {
    border: 1px dotted #ccc;
}

.effect-chico:hover {
    border-color:#00f;
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #aaa;
   
}

.select2-container--open .select2-dropdown--above {
    border-bottom: 1px solid #aaa;
  
}

.type-title {
    color: black;
}

.container-fluid {
    background: #D3A44E;
}

.sidebar .user-info{
    background: #85A350;
}

.sidebar .menu .list{
    background: #d09f4770;
}

.theme-blue .sidebar .menu .list li.active > :first-child i, .theme-blue .sidebar .menu .list li.active > :first-child span {
    color: #658A44;
}

body {
    background-color: #85A350;
}

.card .header  {
    background: #725C4A;
}



.card .header h2 {
    color: #fff;
}

.theme-blue .sidebar .menu .list li.active > :first-child i, .theme-blue .sidebar .menu .list li.active > :first-child span {
    color: #658A44 !important;
}

.sidebar .user-info .info-container{
    color:#fff;
}

.sidebar .legal {
    background: #85A350 !important;
    color:#fff;
}

.form-group .form-line:after {
    border-bottom: 2px solid #D3A44E;
}



.form-group .form-line .form-label {
    color: #000;

}

.modal .modal-content .modal-body {
    color: #000;
}



.ui-jqdialog .ui-jqdialog-titlebar, .ui-jqgrid .ui-jqgrid-errorbar, .ui-jqgrid .ui-jqgrid-titlebar {
    background: #D3A44E;
}



#gview_oldmeasures .ui-jqdialog-titlebar,#gview_oldmeasures  .ui-jqgrid-errorbar,#gview_oldmeasures .ui-jqgrid-titlebar {
    background: #85A350 !important;
}

.table tbody tr.success td, .table tbody tr.success th {
    background-color: #85A350;
}

.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover {
    color: #000;
}

.card .body {
    color: #000;
}



.navbar-brand {
    color: #725C4A !important;  
}



.panel-group .panel-col-blue {
    border: 1px solid #D3A44E;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #c6f790;
}

.panel-group .panel-col-blue .panel-title {
    background-color: #D3A44E !important;
}



.login-page{
    background: #D3A44E;
}

.input-group .form-line:after {
    border-bottom: 2px solid #D3A44E;
}



.selectize-control.rtl.single .selectize-input:after {
    border-color: #D3A44E transparent transparent transparent;
}

.selectize-input,.selectize-input.full,.selectize-control.single .selectize-input.input-active{
    background: khaki;
}

.form-control,.form-label {
    color:#000;
}

button.close{
    background: red;
}

.selectize-dropdown-content .create.active{
    color:darkred;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #85A350;
}

#cutting_sample,[aria-describedby="cutting_sample"] ,
#ready_sample,[aria-describedby="ready_sample"],
#thobeDeliveryDetails_sample,[aria-describedby="thobeDeliveryDetails_sample"],
#thobeInvoiceDetails_sample,[aria-describedby="thobeInvoiceDetails_sample"],
#cutLate_sample,[aria-describedby="cutLate_sample"] ,
#deliveryLate_sample,[aria-describedby="deliveryLate_sample"] ,
#todayDelivery_sample,[aria-describedby="todayDelivery_sample"] ,
#tomorrowDelivery_sample,[aria-describedby="tomorrowDelivery_sample"] 
{
    background: #9cdbf9;
}

#cutting_urgent,[aria-describedby="cutting_urgent"],
#ready_urgent,[aria-describedby="ready_urgent"],
#thobeDeliveryDetails_urgent,[aria-describedby="thobeDeliveryDetails_urgent"],
#thobeInvoiceDetails_urgent,[aria-describedby="thobeInvoiceDetails_urgent"],
#cutLate_urgent,[aria-describedby="cutLate_urgent"],
#deliveryLate_urgent,[aria-describedby="deliveryLate_urgent"],
#todayDelivery_urgent,[aria-describedby="todayDelivery_urgent"],
#tomorrowDelivery_urgent,[aria-describedby="tomorrowDelivery_urgent"]
{
    background: #fb5f5f;
}

.right-sidebar {
    background: #d3a44e;
}

#rightsidebar li a {
    color:#fff;
}

*/

.ui-jqdialog .ui-jqdialog-titlebar, .ui-jqgrid .ui-jqgrid-errorbar, .ui-jqgrid .ui-jqgrid-titlebar {
    font-size: 14px;
}

#gview_oldmeasures .ui-jqdialog-titlebar,#gview_oldmeasures  .ui-jqgrid-errorbar,#gview_oldmeasures .ui-jqgrid-titlebar {
    font-size: 14px;
}

.ls-closed .bars:after, .ls-closed .bars:before {
    font-size: 30px; 
}

.sidebar .menu .list a span {
    font-size: 14px;
    font-weight: bold;
}

.sidebar .menu .list .ml-menu span {
    font-size: 14px;
}

#navbar-collapse li a{
    font-size: 24px;
    font-weight:normal;
}

@media (min-width: 1200px){
#navbar-collapse li a{
    font-size: 11px;
    font-weight: bold;
}
}

.form-group .form-line .form-label {
    font-weight: bold;
}

.navbar-brand {
    font-family: cairo;
    font-size: 18px;
    font-weight: bold;
    
}

.selectize-control.rtl.single .selectize-input:after {
    right: 0;
}

.card .header h2 {
    font-weight: bold;
}

.form-control.selectize-control {
    padding: 3px;
}
#measuresElements .form-control.selectize-control {
    height: 30px;
}

.selectize-input {
    /*height: 24px;*/
    min-height: 24px;
}

.table .form-control {
    height: 40px;
}

.table .form-control {
    border-bottom: 1px solid #D3A44E;
}

.selectize-control .form-control{
    height: auto;
}

.form-control,.form-label {
    font-weight: bold;
}


#oldmeasurements-form .form-group{
    margin-bottom: 0; 
}

#oldmeasurements-form .selectize-input {
    height: 24px;

}



.form-group .form-control{
    min-width: 60px;
}

#purchase-form .form-group {
     margin-bottom: 0; 
}

.right-sidebar {
    width: 200px;
}



#rightsidebar ul  {
    padding: 0 10px;
}

#rightsidebar li  {
    list-style-type: none;
    margin-top: 10px;
}

#rightsidebar li a {
    font-size: 14px;
    text-decoration: none;
}




#thobeInvoiceSummary-form .col-sm-3
 {
     margin-bottom: 0;
}

/* header wrap */
.ui-jqgrid .ui-th-column>div {
    cursor: default;
    white-space: normal !important;
    height: auto !important;
    padding: 2px;
}
.ui-jqgrid .ui-jqgrid-resize {height:100% !important;}

#barcodeContainer {
  margin: -15px -25px;
}


#barcodeContainer canvas, video {
  float:left;
  width: 100%;
}

#barcodeContainer canvas.drawingBuffer {
 
  margin-left: -100%;
}

button[data-id="tailorShop"]{
    display:none !important;
}

.selectize-control {
    min-width: 150px;
}

.ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl, .ui-th-rtl {
    text-align: left;
}

section.content {
    margin: 85px 10px 0 265px;
}
.ls-closed section.content {
    margin-left: 10px;
}

.sidebar .user-info .info-container {
    display: inline-block;
    width: 160px;
}

.sidebar .user-info {
    padding: 10px 10px 10px 10px;
    height: 70px;
}

.info-box {
    margin-bottom: 20px;
    margin-top: 20px;
}

.info-box .content .text {
    font-size: 14px;
}

.file-drop-zone-title {
    padding: 15px 10px;
}
.krajee-default.file-preview-frame .kv-file-content {
    width: 100%;
    height: auto;
}
.krajee-default.file-preview-frame {
    margin: 0;
}

.file-preview-image {
    width: 100%;
}

.file-drop-zone {
     border: none; 
}

.card .header h2 {
    width: fit-content;
    padding: 7px 15px;
    margin-top: 5px;
    height: 100%;
    font-size: 14px;
}
.card .header {
    height: 40px;
    padding: 0;
}

 .ui-jqgrid-title {
    font-size: 14px !important;
}
.ls-closed .navbar-brand {
    margin-left: 50px !important;
}
.navbar-header {
    padding: 0;
}
.navbar .navbar-brand {
    height: 100%;
}
.ui-search-clear .clearsearchclass{
    border: 1px solid #bbb !important;
    display: block;
    height: auto;
    min-height: 18px;
    padding: 0 .3em;
    margin: auto;
}

.ui-search-clear .clearsearchclass span {
     font-weight: bold;
     top: 0 !important; 
     margin-left: 0 !important;
}
.table-bordered tbody tr td, .table-bordered tbody tr th {
    padding: 3px;
}
.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
    border-radius: 10px 18px 18px 10px;
}
.selectize-control.single .selectize-input:after {
    content: '';
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    margin-top: 0;
    border-style: solid;
    border-width: 15px 10px;
    border-radius: 18px;
    border-color: #333333;
    padding: 0;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: 0;
  border-width: 0;
}
.modal .modal-content .modal-body {
    border-radius: 18px;
    background-color: white;
}
.modal .modal-content {
    border-radius: 18px;
}
button.close{
    padding: 0 5px 5px;
    opacity: 1;
    margin-top: 0;
    text-align: center;
    border-radius: 5px;
    vertical-align: middle;
    width: 25px;
}
.card .body {
    padding: 5px;
}

.navbar-nav > li > a {
    margin-top: 0; 
}
.navbar-right{
    border-radius: 20px;
    border: 2px solid #fff;
    margin-top: 8px;
    padding: 10px;
}
 .navbar-right-2{
    margin-right: -15px;
    margin-left: 15px;
    margin-top: 12px;
}

@media (min-width: 768px){
.navbar-right-2 {
    float: right!important;
}
}
.navbar-nav .dropdown-menu {
    margin-top: -5px !important;
}
.dropdown-menu {
    right: 0;
    left:auto;
}
.dropdown-menu ul.menu li {
    list-style-type: none;
}
.card {
    margin-bottom: 15px;
}
.dropdown-skin{
    width: 100px;
}
.dropdown-skin .header {
    min-width: auto ; 
}
.dropdown-menu .header {
    min-width: 160px;
}
.label-count {
    top: -5px;
}
.navbar .navbar-brand {
    border-radius: 15px 50px 50px 15px;
    padding: 2px 15px 2px 2px;
}
.navbar .navbar-brand img{
    display: inline;
    height:70px;
    margin: 0 5px;
}

.card .header h2 {
    border-radius: 0 20px 0 0;
}
#mainContainer {
    border-radius: 10px ;
}
@media (min-width: 768px){
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -5px;
}
}
@media (min-width: 768px){
.navbar-right {
    float: right!important;
}
}
.jsPanel-titlebar .jsPanel-title {
    font-size: 1.5em;
}
.table .selectize-control.form-control {
    border-bottom: none !important;
}

.closing-table  tr td,.closing-table tr th {
    padding: 0 !important;
}
.ui-jqgrid .ui-th-column .cbox {
    margin: 0;
}
/*
@media screen and (max-width: 600px) {
  .ui-jqgrid-view .table {
    border: 0;
    width:100%;
  }
  .ui-jqgrid-view .table thead {
    display: none;
  }
  .ui-jqgrid-view .table tr {
    border-bottom: 2px solid #ddd;
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .ui-jqgrid-view .table td {
    border-bottom: 1px dotted #ccc;
    display: block;
    width: 100%;
    font-size: 13px;
    text-align: right;    
  }
  .ui-jqgrid-view .table td:last-child {
    border-bottom: 0;
  }
  .ui-jqgrid-view .table td:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    min-width: 6.5em;
    text-align: right;
    background-color: #ddd;
    margin-left: 2px;
  }
}

@media screen and (max-width: 450px) {
  
  .ui-jqgrid-pg-left {
    display: block;
    width: 100%;
    font-size: 13px;
    text-align: center;    
  }
  
  .ui-jqgrid-pg-center {
    display: block;
    width: 100%;
    font-size: 13px;
    text-align: center;    
  }
  
  .ui-jqgrid-pg-right {
    display: block;
    width: 100%;
    font-size: 13px;
    text-align: center;    
  }
 
}
*/
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #85A350;
  color:#fff;
}

.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover {
    color: #fff !important;
}
body,#mainContainer {
    background-color: #f8f8ff;
}
#mainContainer {
    min-height: calc(100vh - 120px);
}
.m-grid-item{

    min-height: 80px; 
    border: dotted 1px rgb(0,0,0,0.2);
    padding: 5px;
}
.m-grid-item span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.jsPanel-ftr-btn{
    font-size: 24px;
    color: rgb(255, 165, 0);
}
.price-list .form-control {
    height: 20px;
}
input, textarea {
    color: black;
}
.selectize-dropdown { z-index: 99999!important; }
table.ui-pg-table{
    height: auto!important;
}
