 @font-face {
  font-family: 'hl';
  src: url('../fonts/hl/HacenLinerScreen.eot');
  src: url('../fonts/hl/HacenLinerScreen.eot') format('embedded-opentype'),
  url('../fonts/hl/HacenLinerScreen.html') format('woff2'),
  url('../fonts/hl/HacenLinerScreen.woff') format('woff'),
  url('../fonts/hl/HacenLinerScreen.ttf') format('truetype'),
  url('../fonts/hl/HacenLinerScreen.svg#HacenLinerScreen') format('svg');
  font-weight:400;
}

@font-face {
    font-family: 'Dubai-Regular';
    src: url(../fonts/dubai/DubaiW23-Regular.eot?#iefix) format('embedded-opentype'),
    url(../fonts/dubai/DubaiW23-Regular.woff) format('woff'),
    url(../fonts/dubai/DubaiW23-Regular.ttf) format('truetype'),
    url(../fonts/dubai/DubaiW23-Regular.svg#Dubai-Regular) format('svg');
    font-weight: normal;
    font-style: normal;
}
 
/* Let's get this party started */
.flexcroll::-webkit-scrollbar {
    width: 7px;
}
 
/* Track */
.flexcroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}
 
/* Handle */
.flexcroll::-webkit-scrollbar-thumb {
    background: rgba(255,0,0,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

body{
    background-color:#f3f3f3;
    font-size:14px;
    overflow-x:hidden;
    margin: 0;
  font-family: 'hl';
}

/**********************/
.text-white{
  color: #fff;
}
.gray-color{
  color:#484848;
}
.green-color{
  color:green;

}
.background-white{
  background-color: #fff;
}
.no-padding{
  padding: 0;
}
.padding-4{
  padding-left: 4px;
  padding-right: 4px;
}
.ptop-5{
  padding-top: 5px;
}
.ptop-10{
  padding-top: 10px;
}
.ptop-20{
  padding-top: 20px;
}
.ptop-30{
  padding-top: 30px;
}
.ptop-40{
  padding-top: 40px;
}
.ptop-50{
  padding-top: 50px;
}
.pbottom-5{
  padding-bottom: 5px;
}
.pbottom-10{
  padding-bottom: 10px;
}
.pbottom-20{
  padding-bottom: 20px;
}
.pbottom-30{
  padding-bottom: 30px;
}
.pbottom-40{
  padding-bottom: 40px;
}
.pbottom-50{
  padding-bottom: 50px;
}
.pleft-5{
  padding-left: 5px;
}
.pleft-10{
  padding-left: 10px;
}
.pleft-20{
  padding-left: 20px;
}
.pright-5{
  padding-right: 5px;
}
.pright-10{
  padding-right: 10px;
}
.pright-20{
  padding-right: 20px;
}


.mtop-5{
  margin-top: 5px;
}
.mtop-10{
  margin-top: 10px;
}
.mtop-20{
  margin-top: 20px;
}
.mtop-30{
  margin-top: 30px;
}
.mtop-40{
  margin-top: 40px;
}
.mtop-50{
  margin-top: 50px;
}
.mbottom-5{
  margin-bottom: 5px;
}
.mbottom-10{
  margin-bottom: 10px;
}
.mbottom-20{
  margin-bottom: 20px;
}
.mbottom-30{
  margin-bottom: 30px;
}
.mbottom-40{
  margin-bottom: 40px;
}
.mbottom-50{
  margin-bottom: 50px;
}
.mleft-5{
  margin-left: 5px;
}
.mleft-10{
  margin-left: 10px;
}
.mleft-20{
  margin-left: 20px;
}
.mright-5{
  margin-right: 5px;
}
.mright-10{
  margin-right: 10px;
}
.mright-20{
  margin-right: 20px;
}
.btn-white-round{
  background-color: #fff;
  color: #95c11f;
  border-radius: 20px;
  padding: 7px 10px;
  border:1px solid #95c11f;
}
.btn-green-circled{
  background-color: #95c11f;
  color: #fff;
  border-radius: 20px;
  padding: 7px 30px !important;
  text-shadow: none;
  border:1px solid #95c11f;
}
.ft-20{
  font-size: 20px;
}
.ft-18{
  font-size: 18px;
}
.ft-16{
  font-size: 16px;
}
.ft-14{
  font-size: 14px;
}

.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}

/******************************/
/*login*/
.no-padding{
  padding: 0px;
}
#login-page {
    background-color: #fff;
    overflow: hidden;
    font-family: 'Dubai-Regular' !important;
    font-weight: 600;
}

#login-page .login-wrapper {
  /*padding: 10px;*/
 

}
#login-page .background_imglogin{
 background: url(../images/login/mans.jpg);
 background-size: 100% 100%;

}
#login-page .back-link {
  float: left;
  width: 100%;
  margin: 10px;
}
#login-page .back-link .back-dash {
  float: left;
}
#login-page .btn-add {
    background: #ffffff;
    color: #01abec !important;
    border: 1px solid #b1d3db;
    border-radius: 2px;
}
#login-page .container-center {
  margin: 5% auto 0;
  /* margin: 10% auto 0; 
  margin: 0% 5% 0;*/
}
.curveimg{
  position: absolute;
  bottom: 0;
}
#login-page .forma_box{
 margin: 0% auto 0; 
 /*max-width: 400px; */
}

#login-page .login-area {
  /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);*/
}
#login-page .panel {
  box-shadow: none;
  border-radius: 0px;
  border: none;
}
#login-page .panel-custom > .panel-heading {
  color: #fff;
  background-color: #024da1;
  border-color: #55c5cf;
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
}

#login-page .view-header {
  margin: 10px 0;
}
#login-page .view-header .header-icon {
  font-size: 60px;
  color: #009688;
  width: 68px;
  float: left;
  margin-top: -8px;
  line-height: 0;
}
#login-page .view-header .header-title {
  margin-left: 68px;
}
#login-page .view-header .header-title h3 {
  margin-bottom: 2px;
}

#login-page .panel .panel-heading h3 {
  margin: 0;
  line-height: 26px;
  letter-spacing: .5px;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
}
#login-page small,#login-page  .small {
    font-size: 12px;
}
#login-page label {
    height: 34px;
    line-height: 25px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-align: right !important;
}
#login-page .form-control {
    display: block;
    width: 95%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    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;
}
#login-page .btn-warning {
    background-color: #FFB61E;
    border-color: #E1A21E;
    color: #fff;
}

/**************************/
/*register*/
.register_page{
    background:url(../images/login/men-shaking-hands_23-2147669780.jpg) ;
    background-position: 100% 100%;
    width: 100%;
    float: right;
}
.container_register{
    position: relative;
    padding-top: 50px;
    right: 20%;
}

.register_page .wizard>.content {
    min-height: 400px;
    overflow-y: scroll;

}
.register_page  .card{
    margin-bottom: 0px;
}
/**********************************/
.nav-tabs {
    border-bottom: 1px solid #dddddd;
    padding-right: 0;
    padding-bottom: 8px;
}
.nav-tabs > li > a {
    font-weight: bold;
    color: #515253;
    background-color: #edf1f2;
    margin: 0;
    border: 1px solid #dde6e9;
    border-radius: 0;
    padding: 10px 20px;
}
.bg-white {
    background-color: #ffffff;
    color: inherit !important;
}
.tab-content {
    padding: 10px 20px;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-color: #dde6e9;
}

.nav-tabs > li.active > a {
    border-top: 2px solid #2b957a;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: inherit;
    border-bottom-color: #fff;
}
/***********************/
.btn i {
    margin-right: 0px;
}
.btn-xs, .btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
td .btn i {
    margin-right: 0px;
    font-size: 16px;
}
.btn-warning {
    background-color: #ff8100;
    border-color: #ff8100;
    color: #fff;
 
}

/********************/
.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}

.onoffswitch-inner {
    display: block; width: 200%; margin-right: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, 
.onoffswitch-inner:after {
    display: block; float: right; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "YES";
    padding-right: 25px;
    background-color: #2FCCFF; color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "NO";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 20px;
    position: absolute; top: 0; bottom: 0; right: 56px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-right: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
/*********************/
.note-editor .btn.dropdown-toggle {
    padding: 8px 7px;
}
/*****************/
.invoice_showing_title{
    border-left:1px solid #eee;
}
.invoice_showing_title .ml-sm{
    color: #999;
}
.invoice_showing_title i{
    color: #999;
}
/************************/
.card .card-block p {
    line-height: 15px;
    margin-bottom: 15px;
    font-size: 16px;
}
.nav-tabs > li > a{
    font-size: 16px;
}

.green-th th,
.green-th td{
    background-color: green;
    color: #fff;
}
/*****************/
#toast-container > .toast {
    background-image: none !important;
}

#toast-container > .toast:before {
    position: fixed;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 18px;
    float: left;
    color: #FFF;
    padding-right: 0.5em;
    margin: auto 0.5em auto -1.5em;
}        
#toast-container > .toast-warning:before {
    content: "\f003";
}
#toast-container > .toast-error:before {
    content: "\f001";
}
#toast-container > .toast-info:before {
    content: "\f005";
}
#toast-container > .toast-success:before {
    content: "\f002";
}
/**************************/
.modal-backdrop.show {
    opacity: 0;
    display: none;
}
/**************************/
.accordion-msg{
    background-color: #7fb8d4;
    color: #fff;
    margin-top: 10px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.15);
}

/*********************/

.middle-navbar ul li.active {
    border-bottom: 2px solid #03a9f3;
    color: #2b2b2b;
    font-weight: 500;
}

.middle-navbar i{
  color: #20759b;
}





/*--//middle-navbar--*/
/*--//middle-navbar--*/
.middle-navbar{
  width: 100%;
  float: left;
  background-color: #fbfbfb;
  padding: 0px 0px;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.middle-navbar ul{
  padding: 10px 0px;
  /*background-color: #f7fafc;*/
}
.middle-navbar ul li {
    border-left: 1px solid #e7ecf5;
    text-align: center;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
}
.middle-navbar ul li a{
  text-decoration: none;
  font-weight: 500;
  color: #374767;
  position: relative;
  z-index: 10000;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.middle-navbar ul li:hover{
  background-color: #f7fafc;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.middle-navbar ul li .dropdown-menu li{
  border-left: none;
  width: 100%;
  float: left;
  text-align: left;
}



.middle-navbar ul li:hover a{
  color: #000;
}

.middle-navbar .dropdown-toggle::after{
    float: left
}
.show > .dropdown-menu{
    position: absolute !important;
    transform: translate3d(0px, 42px, 0px) !important;
    top: 0px !important;
    right: 0px !important;
    left: auto !important;
}

/***********************/
.padding-4{
    padding-right: 4px;
    padding-left: 4px;
}
.your-cart h2 {
    background-color: #7fb8d4;
    color: #ffffff;
    padding: 5px;
    font-size: 1.6em;
    text-align: center;
    margin-bottom: 0px;
}
.your-cart-print h2 {
    background-color: #7fb8d4;
    color: #ffffff;
    padding: 5px;
    font-size: 1.6em;
    text-align: center;
    margin-bottom: 0px;
}
.your-cart .table td,.your-cart .table th {
    padding: 5px;
}

.category_items_table h2{
    background-color: #7fb8d4;
    color: #ffffff;
    padding: 5px;
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 0px;
}
.category_items_table .table td,.category_items_table .table th {
    padding: 2px;
}


/*************************/
/*pos page*/
.btn-prni {
    border: 1px solid #eee;
    cursor: pointer;
    height: 115px;
    margin: 0 0 3px 2px;
    padding: 2px;
    width: 10.5%;
    min-width: 112px;
    overflow: hidden;
    display: inline-block;
    font-size: 13px;
    background-color: #fff;
    color: #000;
}
.btn-prni img {
    max-height: 60px!important;
}
.btn-prni span {
    display: table-cell;
    height: 45px;
    line-height: 15px;
    vertical-align: middle;
    text-transform: uppercase;
    width: 10.5%;
    min-width: 94px;
    overflow: hidden;
}
.grey{
    padding: 10px;
    background-color: #34495e;
    color: #fff;
}
.grey p{
    margin-bottom: 0 !important;
}
/*****************/
/*modal*/
.modal_custom .modal-title {
    margin-bottom: 0;
    line-height: 0;
}
.modal-header{
    background-color: #def4ff;
}
/*****************/
/*btn of cart*/
.btn-threesome{
 border-radius: 0;
 padding: 7px 10px;
 background-color: #fff;
 color: #999;
}

/*
.select2-container--default .select2-selection--single .select2-selection__rendered{
    background-color: #eee;
}
*/

/********************************/
/*maincategory*/

/* start  right button------------------
-------------------------------------*/
#panel_sliding {
    background: #ffffff;
    border: 1px solid#999;
    box-shadow: 2px 2px 14px 2px;
    height: 300px;
    display: none;
    position: fixed;
    bottom: 0;
    width: 80%;
    z-index: 1;
    overflow-y: scroll;
}


.btn-slide {
    text-align: center;
    width: 144px;
    height: 31px;
    padding: 10px 10px 0 0;
    margin: 0 auto;
    display: block;
    font: bold 120%/100% Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;

position: fixed;
    bottom: 0;
   left: 10%;
   z-index: 1;
}
.btn-slide-top {
        bottom: 300px;
}
/****************/
.item_list .nav-tabs li{
    width: 10.5%;
    min-width: 112px;
        margin-left: 5px;
    margin-top: 5px;
}
.content_sub_items{
    border: 0;
    padding: 0px;
        min-height: 400px;
}







/********************************/
.radio .helper{
    right: 18px;
    left: auto;
}
.form-radio label {

    padding-right: 1.5rem;
    text-align: right;

}
.checkbox-fade .cr{
    float: right;
    margin-left: 0.5em;
}
/******************/
.card-block .pagination li{
    float: right;
}
/**************/
.dropdown-item{
width: auto;
    padding: 6px 10px;
    text-align: right;
}
.dropdown  .show > .dropdown-menu {
    right: 0 !important;
}
.btn.dropdown-toggle{
    padding: 1px 19px;
}
.input-group {
    margin-bottom: 0;
        height: 34px;
}
.form-control+.input-group-addon:not(:first-child) {
    border-left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
/***********/
.alert{
    margin-bottom: 5px;
}
.alert.icons-alert {
border-left-width: 1px; 
    border-right-width: 48px;
}
.icons-alert:before {
    right: -30px;
}
.alert .close {
    float: left;
    }
    ul {
    padding-right: 0;
}

/***********/
.card-msg .card-msg-contain {
    display: inline-block;
    margin-right: 70px;
}
.select2-selection__rendered{
      padding-right: 8px;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 31px;
}

/**************/

.nav-tabs > li > a.active{
    border-top: 2px solid #2b957a;
    color: inherit;
    border-bottom-color: #fff;
}

/*****************/
.mytooltip .tooltip-content{
    left: auto;
    right: 0%;

}
.mytooltip .tooltip-content::after{
    right: 4%;
    left: auto;
}
.mytooltip .tooltip-content img{
    background-color: #fff;
}
.mytooltip .tooltip-text{
    text-align: right;
}
/******************************************************/
#login-page {
    font-family: 'STV Regular',serif;
    background: url(../images/login-bg.jpg);
    background-position: center center;
    background-size: 100% 100%;
}
#login-page .login-wrapper {
    /* padding: 10px; */
}
#login-page .container-center {
    position: absolute;
   /* margin: auto; */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 400px;
    height: 540px;
    /* background-color: #ccc; */
    border-radius: 3px;
}
#login-page .login-area {
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); */
    background-color: #f7f7f7;
}
#login-page .panel {
    box-shadow: none;
    border-radius: 0px;
    margin-bottom: 0 !important;
    /* border: none; */
    border: 0;
    background: transparent;
}
#login-page .panel-body {
    padding: 15px;
    height: 520px;
}
.text-green {
    color: #95c63d;
    font-size: 22px;
}
#login-page .form-group {
    margin-bottom: 8px;
}
.input-stylish {
    margin: 20px auto;
    width: 100%;
    height: 50px;
    /* background: #999; */
    position: relative;
    border-bottom: 1px solid #ccc;
}
.input-stylish i {
    font-size: 32px;
    position: absolute;
    top: 10px;
    color: #4b8e3f;
    transition: 0.3s all ease-in;
    left: 90%;
}
.input-stylish input {
    width: 100%;
    height: 100%;
    padding: 0px 10px;
    border: none;
    outline: 0;
    text-align: center;
    font-size: 16px;
    background: transparent;
    color: #4b8e3f;
}
.input-stylish .stylish {
    background: #95c63d;
    width: 0%;
    height: 3px;
    bottom: 0px;
    margin: auto;
}
#login-page .btn-add {
    background: #95c63d;
    color: #fbfbfb !important;
    border: 0;
    border-radius: 2px;
    width: 85%;
    height: 50px;
    font-size: 21px;
    margin-top: 30px;
    outline: none;
}

/********************************/
.sidebar-logo{
  padding: 5px;
    height: 60px;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
ul.show-notification{
    width: 300px;
    top: 60px;
}

/****************/
table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {
    padding-right: 30px;
    background-color: #0079b5;
    color: #fff;
    text-shadow: none;
    font-weight: 500;
}
.dataTables_wrapper .dataTables_info {
 
    font-size: 14px;
}
table.dataTable {
   
    margin-top: 0px !important;
}
label {

    font-weight: 500;
    font-size: 14px;
}
/**************************************************************/
/**************************************************************/
/**************************************************************/
/**************************************************************/
/**************************************************************/
.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item > li > a {
    text-align: right;
}
.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-navbar .pcoded-item li a .pcoded-badge {
    position: relative;
    left: 10px;
    top: -2px;
    float: left;
}
.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a .pcoded-mtext:before {
    float: right;
    right: 6px;
    top: 3px;
    padding-left: 0px;
}
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon="style6"] .pcoded-submenu li > a .pcoded-mtext:before{
        content: "\e605";
    font-family: simple-line-icons;
}
.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-navbar .pcoded-item > li > a .pcoded-mtext{
    padding-right: 40px;
}
body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .nav-left li, body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .nav-right li, body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .nav-right li {
    text-align: right;
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:hover a, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification li:hover a, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:hover a, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification li:hover a {
    margin-right: 5px;
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification i, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification i{
    float: right;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"][vertical-placement="right"] .pcoded-navbar .pcoded-item > li > a .pcoded-micon i {
    left: 0;
}


.widget-statstic-card .st-icon{
    left: -33px;
    right: auto;
    padding: 40px 20px 20px 40px;
}
.pcoded .pcoded-navbar .pcoded-item > li > a > .pcoded-micon {
    font-size: 15px;
    padding-right: 0px;
}
.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-navbar .pcoded-item > li > a .pcoded-micon i {
    float: none;
    position: relative;
    z-index: 1051;
    right: 0px;
        left: auto;
    top: 1px;
    color: #0079b5;
}

/***********************************/
.main-body .page-wrapper .page-header-title{
    float: right;
}
.main-body .page-wrapper .page-header-breadcrumb {
    float: left;
}
.card{
    width: 100%;
    float: right;
}
.card .card-header .card-header-right{
    left: 0;
    right: auto;
}
/***********************************/
.ms-container .ms-selectable, .ms-container .ms-selection{
    float: right;
}
.ms-container .ms-selection {
    float: left;
}
.card .card-header .card-header-right i{
    float: right;
}
.card .card-header{
  text-align: right;
}
/********************************/
.wizard>.steps>ul>li, .wizard>.actions>ul>li {
    float: right;
    text-align: right;
}
.wizard>.steps .number {
    font-size: 1.429em;
    float: right;
    position: relative;
    top: -6px;
    margin-left: 5px;
}
.wizard-form{
  text-align: right;
}

/**********************/
.select2-container--default .select2-selection--single .select2-selection__rendered{
  text-align: right;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  left: 12px;
}

/*******************************************/
.table>thead>tr>th {
    text-align: right;
}
.table-bordered td, .table-bordered th {
    text-align: right;
}
th, td {
    white-space: normal;
}
/************************/
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 6px;
    right: auto;
}

.tab-content {

    width: 100%;
    float: right;
}

 

/*********************************/
.radio .helper{
    right: 18px;
    left: auto;
}
.form-radio label {

    padding-right: 1.5rem;
    text-align: right;

}
.checkbox-fade .cr{
    float: right;
    margin-left: 0.5em;
}
/******************/
.card-block .pagination li{
    float: right;
}
/**************/
.dropdown-item{
width: auto;
    padding: 6px 10px;
    text-align: right;
}
.dropdown  .show > .dropdown-menu {
    right: 0 !important;
}
.btn.dropdown-toggle{
    padding: 1px 19px;
}
.input-group {
    margin-bottom: 0;
        height: 34px;
}
.form-control+.input-group-addon:not(:first-child) {
    border-left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
/***********/
.alert{
    margin-bottom: 5px;
}
.alert.icons-alert {
border-left-width: 1px; 
    border-right-width: 48px;
}
.icons-alert:before {
    right: -30px;
}
.alert .close {
    float: left;
    }
    ul {
    padding-right: 0;
}

/***********/
.card-msg .card-msg-contain {
    display: inline-block;
    margin-right: 70px;
}


/**************/
.nav-tabs > li > a.active{
    border-top: 2px solid #2b957a;
    color: inherit;
    border-bottom-color: #fff;
}
.middle-navbar{
 float: right;
}
.middle-navbar ul li {
    float: right;
}
.middle-navbar ul li .dropdown-menu li{
  border-left: none;
  width: 100%;
  float: right;
  text-align: right;
}

/*****************/
.mytooltip .tooltip-content{
    left: auto;
    right: 0%;

}
.mytooltip .tooltip-content::after{
    right: 4%;
    left: auto;
}
.mytooltip .tooltip-content img{
    background-color: #fff;
}
.mytooltip .tooltip-text{
    text-align: right;
}
/*****************/
.btn-slide {
    right:10%;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.card .card-header {

    padding: 5px 5px;
}

 
.inline-label{
  display: inline-block;
  width: 100%;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
    text-align: right;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
   
    text-align: right;
}
/***************************************/
.card.widget-statstic-card  {
    height: 135px;
    margin-bottom: 20px;
}
.card .card-header-left h5 {
    margin-bottom: 0;
    color: #757575;
    font-size: 18px;
    display: inline-block;
    margin-right: 0px;
    text-align: center;
    margin-top: 40px;
}
.card .card-header .card-header-left {
    display: block;
    text-align: center;
}
h3.d-inline-block {
font-size: 20px;
    text-align: center;
    display: inline-block;
    padding: 5px 5px;
    background-color: #eee;
    border-radius: 5px;
    min-width: 80px;
    margin-top: 0;
}
.card-comment-icon .btn-icon {
    width: 60px;
    line-height: 30px;
    height: 60px;
    font-size: 25px;
}
.no-m-t{
    margin-top: 0;
}
.widget-statstic-card:hover .st-icon {
    font-size: 37px;
}

table.dataTable thead th, table.dataTable thead td {
    text-align: right;
    font-size: 13px;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
    color: #222;
}

/*****************************/
/* notification */
.acc-setting {
    float: left;
    width: 100%;
    background-color: #fff;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    -webkit-box-shadow: 1px 0 4px rgba(0,0,0,0.24);
    -moz-box-shadow: 1px 0 4px rgba(0,0,0,0.24);
    -ms-box-shadow: 1px 0 4px rgba(0,0,0,0.24);
    -o-box-shadow: 1px 0 4px rgba(0,0,0,0.24);
    box-shadow: 1px 0 4px rgba(0,0,0,0.24);
}
.acc-setting > h3 {
    width: 100%;
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    border-bottom: 1px solid #e5e5e5;
    padding: 17px 20px;
    margin-top: 10px;
}
.notifications-list {
    display: inline-block;
    width: 100%;
}
.notfication-details {
    display: inline-block;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.noty-user-img {
    float: right;
    width: 35px;
}
.noty-user-img img {
    width: 100%;
}
.notification-info {
    float: right;
    width: auto;
    padding-right: 10px;
}
.notification-info h3 {
    color: #686868;
    font-size: 14px;
    font-weight: 500;
    border: 0;
    padding: 0;
    margin-bottom: 6px;
    margin-top: 0;
}
.notification-info h3 a {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}
.notification-info > span {
    display: inline-block;
    color: #b2b2b2;
    font-size: 12px;
    font-weight: 600;
}
.accept-feat {
    float: left;
}
.accept-feat ul {
    list-style: none;
    padding-right: 0;
}
.accept-feat ul li {
    display: inline-block;
}
.close-req {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #e5e5e5;
    background: #ff0000;
    color: #fff;
    border-radius: 5px;
    margin-left: 7px;
}


/**************************************/
/******************************************/
.loader-img {
  margin: 0 auto;
  width: 60px;
  height: 50px;
  text-align: center;
  font-size: 10px;
 /* position: absolute;
 position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);*/
  
}
.loader-img > div {
  height: 100%;
  width: 8px;
  display: inline-block;
  float: left;
  margin-left: 2px;
  -webkit-animation: delay 0.8s infinite ease-in-out;
  animation: delay 0.8s infinite ease-in-out;
}
.loader-img .bar1 {
  background-color: #754fa0;
}
.loader-img .bar2 {
  background-color: #09b7bf;
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.loader-img .bar3 {
  background-color: #90d36b;
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.loader-img .bar4 {
  background-color: #f2d40d;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.loader-img .bar5 {
  background-color: #fcb12b;
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.loader-img .bar6 {
  background-color: #ed1b72;
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
@-webkit-keyframes delay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.05);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes delay {
  0%, 40%, 100% {
    transform: scaleY(0.05);
    -webkit-transform: scaleY(0.05);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/**********************************/
/************************************/
.help-block.form-error{
display: none;
}
.has-error .form-control{
  border: 2px solid #ff0000;
  border-color :#ff0000;
}
.radio-inline.has-error{
  color: #ff0000;
}


/**************************************/
/******************************************/
.tree,
.tree ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.tree ul {
    margin-left: 1em;
    position: relative
}
.tree ul ul {
    margin-left: .5em
}
.tree ul:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-right: 1px solid
}
.tree li {
    margin: 0;
    padding: 0 35px 0 0;
    line-height: 2em;
    color: #4C4C4C;
    font-weight: 600;
    position: relative;
    cursor: pointer;
}
.tree li.branch .indicator{
    margin-right: 0;
}

.tree li.branch .fa.fa-plus,.explr-tree li .fa.fa-plus {
    background-color: #0b4332;
    color: #fff;
    padding: 3px;
    border-radius: 2px;
}
.tree li.branch .fa.fa-minus,.explr-tree li .fa.fa-minus {
    background-color: #a5000f;
    color: #fff;
    padding: 3px;
    border-radius: 2px;
}
.tree li.branch .fa.fa-plus-square,.explr-tree li .fa.fa-plus-square {
    background-color: #0b4332;
    color: #fff;
    padding: 2px 5px;
    border-radius: 2px;
}
.tree li.branch .fa.fa-pencil-square,.explr-tree li .fa.fa-pencil-square  {
    background-color: #c17e00;
    color: #fff;
    padding: 2px 5px;
    border-radius: 2px;
}
.tree li.branch .fa.fa-trash,.explr-tree li .fa.fa-trash {
    background-color: #a5000f;
    color: #fff;
    padding: 2px 5px;
    border-radius: 2px;
}

.tree ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 0;
    border-top: 1px solid;
    margin-top: -1px;
    position: absolute;
    top: 1em;
    right: 0
}
.tree ul li:last-child:before {
    background: #fff;
    height: auto;
    top: 1em;
    bottom: 0
}
.indicator {
    margin-right: 5px;
}
.tree li a {
    text-decoration: none;
    color: #4C4C4C;
}
.tree li a:hover {
    color: #009688;
}
.tree li button,
.tree li button:active,
.tree li button:focus {
    text-decoration: none;
    color: #369;
    border: none;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: 0;
}

.dalel-num{
     padding: 1px 4px;
    border-radius: 2px;
}
/************************************************/
/***********************************************/
.treeview  ul{
  padding-right: 40px;
}

/*********************************************/
.radio-content {
      display:inline-block;
  width: auto;
  margin-left: 10px;
}
.radio-content input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio-content input[type="radio"] + .radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: 2px;
    margin-left: 10px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.radio-content input[type="radio"]:checked + .radio-label:before {
  background-color: #0b4332;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio-content input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #0b4332;
}
.radio-content input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio-content input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
.adder{
border-top-left-radius: 14px;
border-bottom-right-radius: 14px;    
box-shadow: 1px 2px 3px 2px #0b4332;
}
.inline-block{
  display: inline-block;
  width: 100%;
}

/*******************************/
.table>thead>tr>th.th-green,  
.table>tfoot>tr>th.th-green,  
.table>tbody>tr>th.th-green{
    background-color: #dbf3df;
}

/******************************/
.has-error .select2-container--default .select2-selection--single{
  border: 2px solid #ff0000 !important;
}

/**********************************/
@media (min-width: 992px){
.modal-xl {
    width: 1150px;
}
}


/***************************************************************/
.home-index .card .card-header{
  text-align: center;
}
.home-icon {
  font-size: 55px;
  color: #fff;
  background-color: #fff;
}
.home-index .card .card-header img{
  width: 100px;
  height: 100px;
  margin: 10px auto 0 auto;
  }

 .home-index .card.widget-statstic-card {
    height: 200px;
    margin-bottom: 20px;
    cursor: pointer;
}

 .home-index .card .card-header-left h5{
  margin-top: 20px;
}

@media(min-width:991px){
  .col-lg-20{
   width: 20% !important;
  }
}


/*****************************************/
.sub_cats .title {
    margin-top: 2px;
    position: relative;
    background-color: #f9a61a;
    border-radius: 15px;
    display: inline-block;
    padding: 9px 20px;
    color: #fff;
    text-align: center;
    min-width: 200px;
    padding-right: 50px;
    font-size: 15px;
}
.sub_cats .title i {
    background-color: #f9a61a;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    top: -7px;
    line-height: 45px;
    text-align: center;
    font-size: 23px;
}


 /******************/
.menu-wrapper {
    position: relative;
    width: 270px; 
    min-height: 480px;
   /* width: 100%; */
    overflow: hidden;
    margin-bottom: 2px;
    overflow-y: auto;
}

.sliding-submenu ul,
.sliding-submenu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sliding-submenu .nav .dropdown {
  position: initial;
  background-image: url(../images/arrow-right-grey.png);
  background-repeat: no-repeat;
  background-position: left 10px top 50%;
        background-size: 20px 20px;
}

.sliding-submenu .nav a {
  display: block;
  padding:15px 10px;
  text-decoration: none;
  color: #ddd;
  position: relative;
}
.sliding-submenu .nav a i{
    margin-left: 5px;
}
/*.sliding-submenu .nav .dropdown:after{
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url(img/arrow-right-grey.png);
    background-repeat: no-repeat;
}
*/
.sliding-submenu .nav .js-back {
    padding: 7px 20px 7px 30px;
    background-color: #6f0000;
    background-image: url(../images/arrow_left_16.png), linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.2));
    background-position: 10px 50%, 0 0;
    background-repeat: no-repeat;
    box-shadow: 0 0 1px #555;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}
.sliding-submenu .nav .js-back:hover {
  background-color: #600;
}
/* Level 1
-------------------------------------- */
.sliding-submenu .nav {
  position: relative;
  background-color: #333;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sliding-submenu .nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.sliding-submenu .nav li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.sliding-submenu .nav>li>a:hover, 
.sliding-submenu .nav>li>a:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
/* Level 2
-------------------------------------- */
.sliding-submenu .nav ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
 /* background-color: #600;*/
    background-color: #333;
  width: 270px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
/* show sub-level */
.is-open > ul {
  display: block !important;
}
/* Level 3
-------------------------------------- */
.sliding-submenu .nav ul ul {
  /*background-color: #060;*/
    background-color: #333;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
/* Menu Effects
-------------------------------------- */
.transition {
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sliding-submenu .slide-out {
  -webkit-transform: translate3d(-270px, 0, 0);
  -ms-transform: translate3d(-270px, 0, 0);
  -o-transform: translate3d(-270px, 0, 0);
  transform: translate3d(-270px, 0, 0);
}
.left_man img {
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 0;
    margin-top: 250px;
}


/*********************************************************/
.th-info{
    background-color: #ccf2f6;
    
}
.th-success{
    background-color: #cdf6cc;
    
}
.th-danger{
    background-color: #ff9dab;
    
}
/*********************************************************/
#notes {
   position: fixed;
    bottom: 0px;
    left: 0;
    width: 280px;
    margin: 0 auto;
    padding: 0;
    clear: both;
    height: 260px;
}
#clickme {
    cursor: pointer;
}
#clickme h5{
     color: #fff;
    background-color: #000;
    text-align: center;
    padding: 10px;
    font-size: 18px;
}
#onlinehulp {
 

    color: #fff;
    height: 30px;
    margin: 0 auto;
    width: 280px;
}

#notes-div {
    background: #FFF none repeat scroll 0 0;
    
    box-shadow: 0px 0px 10px #888888;
    height:224px;
    border-radius: 0;
}
#notes-div .oneNote {
    width: 50%;
    float: right;
    border: 1px solid #fff;
    text-align: center;
    padding: 10px;
}
#notes-div .oneNote a{
    font-size: 16px;
    color: #fff;
}

/****************************/
.swal2-styled {
    font-size: 18px !important;
}


/**********************************/
.square-border{
  border:1px solid #999;
}

/***************************/
.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li{
    padding-right: 10px;
}

/****************************/
.imageuploadify{
    min-height: 200px !important;
}

.mCSB_container, .mCustomScrollBox {
   overflow: visible !important;
   top: 0 !important
}



/****************************/
.table>thead>tr>td.info, .table>tbody>tr>td.info, .table>tfoot>tr>td.info, .table>thead>tr>th.info, .table>tbody>tr>th.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>tbody>tr.info>td, .table>tfoot>tr.info>td, .table>thead>tr.info>th, .table>tbody>tr.info>th, .table>tfoot>tr.info>th {
    border-top: 1px solid #ffffff !important;
    border-right: 1px solid #ffffff !important;
    background-color: #0b4332 !important;
    color: white !important;
    font-size: 15px !important;
    /* border-radius: 3px !important; */
}
.greentd td, .greentd th {
    color: #fff !important;
    font-size: 16px !important;
    background-color: #0b4332 !important;
    border-radius: 3px !important;
}
.orangetd td, .orangetd th {
    color: #fff;
    font-size: 16px !important;
    background-color: #fcb632 !important;
    border-radius: 3px !important;
}
/**********************************************************/
.swal2-popup{
    width: 59em !important;
}
.swal2-title{
    font-size: 22px !important;
}
.swal2-styled{
    font-size: 16px !important;
}
.swal2-html-container{
  font-size: 16px !important; 
}

/**********************************************************/
.pcoded-navbar{
    overflow: auto;
}

/* width */
.pcoded-navbar::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.pcoded-navbar::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.pcoded-navbar::-webkit-scrollbar-thumb {
  background: #0073aa; 
}

/* Handle on hover */
.pcoded-navbar::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
@media (max-width: 767px) {
 .pcoded-main-container {
    margin-top: 70px !important;
}
.home-index .card .card-header img {
    width: 75px;
    height: 75px;
}
.home-index .card.widget-statstic-card {
    height: 180px;

}
}



.nav-left .dropdown-menu.addons-menu li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #eee;
}

/*************************************************************/
table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {
    padding-right: 15px !important;
}

.client-add-div .select2-container{
   width: 85% !important;
}

/**********************************************/
/****************************************/
ul.office_name {
    display: inline-block;
}
ul.office_name li {
    margin-top: 8px;
    background: #2ecc71;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    /* font-size: 16px; */
}
ul.office_name li h5{
    font-size: 20px;
}

.flash-unread {
  color: red;
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    color: blue;
  }
}

.pcoded[theme-layout="vertical"] .pcoded-container {
   overflow: auto;
}

@media print {
    .table-bordered td, .table-bordered th {
        text-align: center !important;
    }
}

/*****************************/
.checkboxs-div {
    display: inline-block;
    float: left;
}
li.inline_block {
    margin-bottom: 15px;
}