html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1;
    overflow-x: hidden;
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html{
  position: initial;
}
body {
    height: 100%;
    width: 100%;
    font-family: 'Rubik', 'sans-serif','Helvetica Neue', 'Helvetica', 'Arial' !important;
    overflow-x: hidden;
    background-color: #f3f3f3;
    overflow:hidden;
    overscroll-behavior-y: contain;
    position: fixed !important;
}

html, body{
  overflow-x: hidden !important;
}

body{
  background-color: #f3f3f3;
}
body.darkmode{
  background-color: #121b22;
  color: #909da5;
}

.fadein {
        -webkit-animation: fadein 1s;
-moz-animation: fadein 1s;
-ms-animation: fadein 1s;
-o-animation: fadein 1s;
animation: fadein 1s;
}

@keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}


@-moz-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}


@-webkit-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}


@-ms-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}


@-o-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}

 .container {
    width: 94%;
    margin: 0 auto;
    max-width: 1556px;
    display: block;
    height: 100%;
}

.none{
     display: none !important;
}

.width100{
  width:100%;
}
.wrap{
  flex-wrap: wrap;
}
.flex50{
  display: flex;
  margin: -20px 0 0 -20px;
  flex-wrap: wrap;
}

.flex50 > div, .flex50 > li{
  width: calc(100% * (1/2) - 20px);
  margin: 20px 0 0 20px;
}

.flex{
    display: -webkit-flex !important;
    display: flex !important;
}

.flex.center{
  align-items: center;
}

.flex.wrap{
  flex-wrap: wrap;
}

.ltr .flex.items > div{
    margin-right: 15px;
}

.rtl .flex.items > div{
  margin-left: 15px;
}

.flex.items > div:last-child{
  margin-left: 0px;
  margin-right: 0px;
}

div#app{
    width: 100%;
    height:100%;
    overflow-y: auto;
    overflow-x: hidden;
}


div#app::-webkit-scrollbar
{
width: 8px;
background-color: #F5F5F5;
}

div#app::-webkit-scrollbar-thumb
{
background-color: #c4c4c4;
}

.shadow{
    width: 100%;
    height: 100%;
    position: fixed;
      top:0px;
      left:0px;
      z-index: 3;
      pointer-events: none;
}


.flex-2, .flex-3, .flex-4, .flex-5, .flex-6, .flex-7, .flex-8, .flex-9, .flex-10 {
  display: flex;
  margin: 0px 0 0 -20px;
  flex-wrap: wrap;
  width: auto !important;
}

.flex-2-15, .flex-3-15, .flex-4-15{
  display: flex;
  margin: -15px 0 0 -15px;
  flex-wrap: wrap;
  width: auto !important;
}

.flex-2 > div, .flex-2 > li{
width: calc(100% * (1/2) - 20px);
margin: 20px 0 0 20px;

}

.flex-2-15 > div, .flex-2-15 > li{
width: calc(100% * (1/2) - 15px);
margin: 15px 0 0 15px;

}

.flex-3-15 > div, .flex-3-15 > li{
width: calc(100% * (1/3) - 15px);
margin: 15px 0 0 15px;
}

.flex-4-15 > div, .flex-4-15 > li{
  width: calc(100% * (1/4) - 15px);
  margin: 15px 0 0 15px;
  }

.flex-3{
  display: flex;
  margin: 0px 0 0 -20px;
  flex-wrap: wrap;
  width: auto !important;
  }
  
 .flex-3 > div, .flex-3 > li{
    width: calc(100% * (1/3) - 20px);
    margin: 20px 0 0 20px;
  
  }

  .flex-4 > div, .flex-4 > li{
    width: calc(100% * (1/4) - 20px);
    margin: 20px 0 0 20px;
  
  }

  .flex-5 > div, .flex-5 > li{
    width: calc(100% * (1/5) - 20px);
    margin: 20px 0 0 20px;
  }

  .flex-6 > div, .flex-6 > li{
    width: calc(100% * (1/6) - 20px);
    margin: 20px 0 0 20px;
  }

  .flex-7 > div, .flex-7 > li{
    width: calc(100% * (1/7) - 20px);
    margin: 20px 0 0 20px;
  }
  



.green{
background-color: green;

}

.radius{
  border-radius: 15px;
}

.radius2{
  border-radius: 30px;
}

.header-nav.stati{
position: inherit !important;
margin-bottom: 70px;
width: 100% !important;
}
.status-0{
color:gray !important;
}
.status-1{
color:#ff8c00 !important;
}
.status-2{
color:green !important;
}
.status-3{
color:red !important;
}
.status-4{
color: #201e2a !important;
}
.status-5{
color:blue !important;
}
.status-6{
color: #000 !important;
}
.status-7{
color:#ff8c00 !important;
}

.bold{
font-weight: bold !important;
}

.red{
background-color: red;
}

@-webkit-keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}

@keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}

.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}


.heightOut {
max-height: 0;
transition: max-height 2.25s ease-out;
overflow: hidden;

}

.fadein2, .fadeout2 {
opacity: 0;
-moz-transition: opacity 0.4s ease-in-out;
-o-transition: opacity 0.4s ease-in-out;
-webkit-transition: opacity 0.4s ease-in-out;
transition: opacity 0.4s ease-in-out;
}
.fadein2 {
opacity: 1;
}


.fadeinBottom {
        -webkit-animation: anibottom .6s;
-moz-animation: anibottom .6s;
-ms-animation: anibottom .6s;
-o-animation: anibottom .6s;
animation: anibottom .6s;
position: relative;
}

@keyframes anibottom {
from { opacity: 0; bottom:-100px; }
to   { opacity: 1;bottom:0px;  }
}


@-moz-keyframes anibottom {
from { opacity: 0; bottom:-100px; }
to   { opacity: 1;bottom:0px;  }
}


@-webkit-keyframes anibottom {
from { opacity: 0; bottom:-100px; }
to   { opacity: 1;bottom:0px;  }
}


@-ms-keyframes anibottom {
from { opacity: 0; bottom:-100px; }
to   { opacity: 1;bottom:0px;  }
}


@-o-keyframes anibottom {
from { opacity: 0; bottom:-100px; }
to   { opacity: 1;bottom:0px;  }
}



.fadeinshadow {
        -webkit-animation: fadeinshadow 1.25s;
-moz-animation: fadeinshadow  1.25s;
-ms-animation: fadeinshadow  1.25s;
-o-animation: fadeinshadow  1.25s;
animation: fadeinshadow  1.25s;
}


@keyframes fadeinshadow {
from { opacity: 0; }
to   { opacity: 0.7; }
}


@-moz-keyframes fadeinshadow {
from { opacity: 0; }
to   { opacity: 0.7; }
}


@-webkit-keyframes fadeinshadow {
from { opacity: 0; }
to   { opacity: 0.7; }
}


@-ms-keyframes fadeinshadow {
from { opacity: 0; }
to   { opacity: 0.7; }
}


@-o-keyframes fadeinshadow {
from { opacity: 0; }
to   { opacity: 0.7; }
}


.none{
display: none !important;
}

a:not(.md-button):not(.md-bottom-bar-item):hover{
text-decoration: none !important;
}


.darkgray{
color:darkgray !important;
}

.ltr .justify-start { margin-left: auto  !important;}
.rtl .justify-start { margin-right: auto  !important;}


.right{
float: right;
}

.flexend{
display: -webkit-flex !important;
display: flex !important;
justify-content: flex-end !important;
}


.pagination {

display: inline-block;
padding-left: 0;

border-radius: 4px;
width: 100%;
}


.pagination > li > a, .pagination li > span {
position: relative;
float: left;
padding: 3px 10px;
margin-left: -1px;
line-height: 1.42857143;
color: #555555;
text-decoration: none;
background-color: #fff;
z-index:0;
}

.darkmode .pagination > li > a, .darkmode  .pagination li > span{
background-color: #1f2c34;
border: none;
color: #909da5;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
z-index: 0;
color: #fff !important;
cursor: default !important;
background: #18c773;
border-color: #18c773 !important;
}

.pagination > li:first-child > a, .pagination > li:first-child>span {
margin-left: 0;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}

.rtl .pagination > li:first-child > a,.rtl  .pagination > li:first-child>span {
margin-left: 0;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
}

.rtl .pagination > li:last-child > a{

border-top-right-radius: 0px;
border-bottom-right-radius: 0px;

border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
}

.pagination > li:last-child > a{

border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}

.pagination > li a:hover{
background-color: #ededed;
outline: none;
}

.pagination a {
cursor: pointer;
}

a{
outline: none !important;
}
.disabled a{
background-color: #555555;
cursor: not-allowed !important;

}
.disabled{
opacity:0.3;
cursor: not-allowed !important;
}
.md-menu-content{
z-index: 99999999 !important;
}

.rtl .md-button{
text-align: right;
direction: rtl;
}


.disabled-select {
-webkit-user-select: none; 
-moz-user-select: none;     
-ms-user-select: none;     
user-select: none;          
}


.fadeinRight {
-webkit-animation: aniright 1.00s;
-moz-animation: aniright 1.00s;
-ms-animation: aniright 1.00s;
-o-animation: aniright 1.00s;
animation: aniright 1.00s;
position: relative;
}

@keyframes aniright {
from { opacity: 0; right:-400px; }
to   { opacity: 1;right:0px;  }
}


@-moz-keyframes aniright {
from { opacity: 0; right:-400px; }
to   { opacity: 1;right:0px;  }
}


@-webkit-keyframes aniright {
from { opacity: 0; right:-400px; }
to   { opacity: 1;right:0px;  }
}


@-ms-keyframes aniright {
from { opacity: 0; right:-400px; }
to   { opacity: 1;right:0px;  }
}


@-o-keyframes aniright {
from { opacity: 0; right:-400px; }
to   { opacity: 1;right:0px;  }
}


#ui-datepicker-div{
z-index:99999999999999999 !important;
}


@keyframes flickerAnimation {
0%   { opacity:1; }
50%  { opacity:0; }
100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
0%   { opacity:1; }
50%  { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
0%   { opacity:1; }
50%  { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
0%   { opacity:1; }
50%  { opacity:0; }
100% { opacity:1; }
}
.animate-flicker {
-webkit-animation: flickerAnimation 1.20s infinite;
-moz-animation: flickerAnimation 1.20s infinite;
-o-animation: flickerAnimation 1.20s infinite;
animation: flickerAnimation 1.20s infinite;
}


.fadeInHeight {
-webkit-animation: InHeight 0.33s;
-moz-animation: InHeight 0.33s;
-ms-animation: InHeight 0.33s;
-o-animation: InHeight 0.33s;
animation: InHeight 0.33s;
position: relative;
overflow-y: hidden !important;
}

@keyframes InHeight {
from { opacity: 0; max-height:0px; }
to   { opacity: 1; max-height:300px;  }
}


@-moz-keyframes InHeight {
from { opacity: 0; max-height:0px; }
to   { opacity: 1; max-height:300px;  }
}


@-webkit-keyframes InHeight {
from { opacity: 0; max-height:0px; }
to   { opacity: 1; max-height:300px;  }
}


@-ms-keyframes InHeight {
from { opacity: 0; max-height:0px; }
to   { opacity: 1; max-height:300px;  }
}


@-o-keyframes InHeight {
from { opacity: 0; max-height:0px; }
to   { opacity: 1; max-height:300px;  }
}


.green-color {
color: #18c773!important;
}

.red-color{
color: red !important;
}

.fadeinTop {
-webkit-animation: anitop 1.15s;
-moz-animation: anitop 1.15s;
-ms-animation: anitop 1.15s;
-o-animation: anitop 1.15s;
animation: anitop 1.15s;
position: relative;
}

@keyframes anitop {
from { opacity: 0; margin-top:300px; }
to   { opacity: 1;margin-top:0px;  }
}


@-moz-keyframes anitop {
from { opacity: 0; margin-top:300px; }
to   { opacity: 1;margin-top:0px;}
}


@-webkit-keyframes anitop {
from { opacity: 0; margin-top:300px; }
to   { opacity: 1;margin-top:0px;}
}


@-ms-keyframes anitop {
from { opacity: 0; margin-top:300px; }
to   { opacity: 1;margin-top:0px;}
}


@-o-keyframes anitop {
from { opacity: 0; margin-top:300px; }
to   { opacity: 1;margin-top:0px;}
}

.fadeinLeft {
-webkit-animation: aniLeft .8s;
-moz-animation: aniLeft .8s;
-ms-animation: aniLeft .8s;
-o-animation: aniLeft .8s;
animation: aniLeft .8s;
position: relative;
}

@keyframes aniLeft {
from { opacity: 0; margin-left:100px; }
to   { opacity: 1;  margin-left:0px;}
}


@-moz-keyframes aniLeft {
from { opacity: 0; margin-left:100px; }
to   { opacity: 1;  margin-left:0px;}
}


@-webkit-keyframes aniLeft {
from { opacity: 0; margin-left:100px; }
to   { opacity: 1;  margin-left:0px;}
}


@-ms-keyframes aniLeft {
from { opacity: 0; margin-left:100px; }
to   { opacity: 1;  margin-left:0px;}
}


@-o-keyframes aniLeft {
from { opacity: 0; margin-left:100px; }
to   { opacity: 1;  margin-left:0px;}
}


.redfont{
color:red !important;
}


.stripbuttons{
width: 100%;
margin-bottom: 20px;

}

.stripbuttons > div:nth-child(1){
margin-left: auto;
}

.rtl .stripbuttons > div:nth-child(1){
margin-right: auto !important;
margin-left: 0px !important;
}

.countsize {
margin-right: 15px;
font-size: 12px;
font-weight: normal;
width: 100%;
}

.rtl .countsize{
margin-right: 0px;
margin-left: 15px;
display: inline-flex;
}

.stripbuttons a {
font-size: 12px;
}

.fadeinLeft2 {
-webkit-animation: anileft2 1.00s;
-moz-animation: anileft2 1.00s;
-ms-animation: anileft2 1.00s;
-o-animation: anileft2 1.00s;
animation: anileft2 1.00s;
position: relative;
}

@keyframes anileft2 {
from { opacity: 0; left:-400px; }
to   { opacity: 1;left:0px;  }
}


@-moz-keyframes anileft2 {
from { opacity: 0; left:-400px; }
to   { opacity: 1;left:0px;  }
}


@-webkit-keyframes anileft2 {
from { opacity: 0; left:-400px; }
to   { opacity: 1;left:0px;  }
}


@-ms-keyframes anileft2 {
from { opacity: 0; left:-400px; }
to   { opacity: 1;left:0px;  }
}


@-o-keyframes anileft2 {
from { opacity: 0; left:-400px; }
to   { opacity: 1;left:0px;  }
}

.fadeinTop2 {
-webkit-animation: anitop2 .9s;
-moz-animation: anitop2 .9s;
-ms-animation: anitop2 .9s;
-o-animation: anitop2 .9s;
animation: anitop2 .9s;
position: relative;
}

@keyframes anitop2 {
from { opacity: 0; margin-top:60px; }
to   { opacity: 1;margin-top:0px;}
}


@-moz-keyframes anitop2 {
from { opacity: 0; margin-top:60px; }
to   { opacity: 1;margin-top:0px;}
}


@-webkit-keyframes anitop2 {
from { opacity: 0; margin-top:60px; }
to   { opacity: 1;margin-top:0px;}
}


@-ms-keyframes anitop2 {
from { opacity: 0; margin-top:60px; }
to   { opacity: 1;margin-top:0px;}
}


@-o-keyframes anitop2 {
from { opacity: 0; margin-top:60px; }
to   { opacity: 1;margin-top:0px;}
}

.hand{
cursor: pointer;
}

.loader {
border: 6px solid #fff !important;
border-radius: 50% !important;
border-top: 6px solid #18c773 !important;
width: 35px !important;
height: 35px !important;
-webkit-animation: spin 1s linear infinite !important;
animation: spin 1s linear infinite !important;
margin: 0 auto !important;
opacity: 0.6;
}


.loader.small{
  width: 15px !important;
height: 15px !important;
border: 3px solid #fff !important;
border-top: 3px solid #18c773 !important;
}
.loader.left{
margin: 0 !important;
}

/* Safari */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}


.dropdownbtn{
width:100%;

text-transform: capitalize;
max-width: 250px;
min-width: 200px;
color:white;
background-color: #18c773!important;
text-align: center;

box-sizing: border-box;
font-weight: 400;
transition: .2s ease-out;
cursor: pointer;
text-decoration: none;
color: #fff;
letter-spacing: .5px;
font-size: 1rem;
outline: 0;
border: none;
border-radius: 30px;
display: inline-block;
height: 40px;
vertical-align: middle;
-webkit-tap-highlight-color: transparent;
visibility: visible;
position:relative;
display: flex;
align-items: center;
justify-content: center;
}

.dropdownbtn:hover{
-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
}


.dropdown-content{
position: absolute;
top:0px;
left:0px;
width:100%;
max-height: 300px;
overflow-x: hidden;
overflow-y: auto !important;
background-color: #f0f0f0;
margin: 0;
overflow-y: auto;

z-index: 4;
-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

.dropdown-content li {
clear: both;
color: rgba(0,0,0,0.87);
cursor: pointer;

line-height: 1.5rem;
width: 100%;
text-align: left;
text-transform: none;
text-align: center;
padding: 20px;
font-size: 16px;
color: #26a69a;
display: block;
line-height: 22px;
}

.dropdown-content li:hover{
background-color: #fff;
}


.iconhelp{
padding: 3px;
width: 20px;
height:20px;
background-color: #18c773;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
color: #ededed;
text-align: center;
font-size: 14px !important;
}


.underline{
text-decoration: underline !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
outline: none;
}

body::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
width: 8px;
background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
background-color: #09587a;
}

.center{
text-align: center;
}

b,strong{
font-weight: 500;
}

.flowdisabled{
overflow: hidden !important;
overscroll-behavior: contain;
touch-action: none;
}

.header-page{
color: #1b3445;
font-weight: 600;
font-size: 20px;
background-color: #fff;
padding-bottom: 20px;
padding-top: 15px;
position: relative;
display: flex;
margin-bottom: 30px;
padding-left: 0px;
padding-right: 0px;;
}

.darkmode .header-page{
background-color: #1f2c34;
color: #909da5;
}

.header-page  > div:nth-child(1){
position: relative;
}



.header-page h1{

font-size: 22px;
line-height: 32px;

}

.header-page h1 span.total{
font-size: .9rem;
font-weight: normal;
}
.header-page .widgetsheaderlinks{
border-top: 1px dashed #555;
padding-top: 15px;
margin-top: 15px;
}
.header-page .widgetsheaderlinks a{
margin-right:15px;
font-size: 14px;
color: #555;
text-decoration: underline !important;

}

.header-page .widgetsheaderlinks a:first-child{
text-decoration: none  !important;
color: #000;
}
.header-page h2{
font-size: 13px;
line-height: 22px;

color: #555555;
font-weight: normal;
}

.darkmode .header-page h2{
color: #909da5;
}

.header-page  > div > div:nth-child(1){
padding-right: 10px;
width:100%;
}

.rtl .header-page > div > div:nth-child(1){
padding-left: 10px;
padding-right: 0px;
}
.header-page  > div > div:nth-child(2){

margin-left: auto;
}

.header-page  > div input,.header-page  > div select{
-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.11);
-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.11);
box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.11);
}


.filterbtn{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
position:absolute;
bottom:-35px; 
color:#fff; 
left:0px; 
font-size:12px;
background: #00adee; 
padding:5px 8px !important; 
}

.rtl .filterbtn{
left:auto; 
right:0px; 
}

.filterbtn i{
position: initial !important; 
vertical-align: middle !important;
width: auto !important;
}

.filterbtn i:first-child{
margin-right: 8px;
}

.filterbtn i:last-child{
margin-left: 8px;
}

.rtl .filterbtn i:first-child{
margin-left: 8px;
margin-right: 0px;
}

.rtl .filterbtn i:last-child{
margin-right: 8px;
margin-left: 0px;
}


.filterbox{
padding: 10px !important;
border-bottom: 10px;
border-bottom: 1px solid #d4d4d4;
background: #fff;
}

.imgfloat{
flex: 0 0 49px;
height:49px;
padding: 3px;
box-sizing: border-box;
margin-right: 5px;
position: relative;
border:1px solid rgba(0, 0, 0, 0.12);
overflow: hidden;
}

.rtl .imgfloat{
margin-left: 5px;
margin-right: 0px;
}

.imgfloat img{

width: 100%;
height: auto;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}


div.showpreviewWidget{
-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
border-radius: 3px;
display: inline-block;
padding: 7px 15px;
font-size: 13px;
margin-left: auto;
}

div.showpreviewWidget:hover{
background-color: #18c773;
color : #fff;
cursor: pointer;
}


.swtichesbox{
padding: 20px;
box-sizing: border-box;
background-color: white;;
margin-bottom: 15px !important;
border: 1px solid #fff;
align-items: center;
border-radius: 15px;
}

.swtichesbox.gray {
border: 1px solid #e8e8e8;
}

.darkmode .swtichesbox{
background-color: #1f2c34;border: none;
}

.swtichesbox .boxheader{
padding-bottom:15px;
margin-bottom: 15px;
border-bottom:1px solid #f2f2f2;
width: 100%;
}

.darkmode .swtichesbox .boxheader{
border-bottom: 1px solid #909da5;
}

.swtichesbox h1{
font-size: 21px;
line-height: 1.4;
margin-bottom: 5px;
word-break: break-word;
}

.swtichesbox h1.space{
  margin-bottom:15px;
}

.swtichesbox h2{
font-size: 15px;
margin-bottom: 20px;
line-height: 1.4;
color:gray;
font-weight: normal;
}

.darkmode .swtichesbox h1{
color: #909da5;
}

.darkmode .swtichesbox h2{
color: #909da5;
}


.swtichesbox .boxheader h2{
margin-bottom: 0px;
}

.swtichesbox  input.s,.swtichesbox  select.s{
-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.11);
-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.11);
box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.11);
}


.swtiches{
padding: 10px;
box-sizing: border-box;
background-color: #fff;
margin-bottom: 15px !important;
border: 1px solid #fff;
border-radius: 30px;
}

.swtiches.gray {
border: 1px solid #e8e8e8;
}

.darkmode .swtiches{
border: none;
background: #909da5;
color: #1f2c34 !important;
}

.swtiches.last{
margin-bottom: 0px !important;
}


.swtiches label{
margin-left: auto;
}

.rtl .swtiches > div:nth-child(1){
padding-left:15px;
}

.rtl .swtiches label{
margin-left: 0px;
margin-right: auto;
}
.tagUI > li{
font-size: 13px; font-weight: normal;
display: inline-block;
padding: 5px 12px;
background: #ededed;
margin-right: 5px;
-moz-border-radius:20px;
-webkit-border-radius:20px;
border-radius:20px;
-webkit-transition: all .3s ease-out;
transition: all .3s ease-out;
border: solid 2px #4285f4;



-webkit-transition: .3s ease-out;
transition: .3s ease-out;
padding: 8px;
display: -webkit-box;
display: -ms-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: transparent;
border: 1px solid #18c773;
color: #18c773;
margin: 10px 0 0 10px;
border-radius: 5px;
}

.rtl .tagUI > li{
margin-right: 0px;
margin-left: 5px;
}

.tagUI >li:hover{
opacity: 0.7;
}

.tagUI i{

font-size: 15px;
vertical-align: middle;
margin-left: 5px;

}

.rtl .tagUI i{
margin-left: 0px;
margin-right: 5px;
}

.tagUI >li:hover i{
display: inline;
}

.error{
width: 100%;
box-sizing: border-box;
text-align: center;
font-size: 14px;
font-weight: normal;
line-height: 26px !important;
margin-bottom: 10px;
position: relative;
padding: .50rem 1.25rem;
margin-bottom: 1rem;
background-color: #c2171d;
border-radius: 0px;
border:1px solid #920d12;
color:#fff;
border-radius: 30px;
}

.success{
width: 100%;
box-sizing: border-box;
text-align: center;
font-size: 14px;
font-weight: normal;
line-height: 26px !important;
margin-bottom: 10px;
padding: .50rem 1.25rem;
margin-bottom: 1rem;
color: #fff;
background-color: #18c773;
border-radius: 30px;
border:1px solid #16b941;
}

.addbtn3{

background-color: #18c773;
z-index: 1;
-webkit-transition: .3s ease-out;
transition: .3s ease-out;
color: white;
text-align: center;
font-weight: normal;
box-sizing: border-box;
padding: 0px;
cursor: pointer;
text-align: center;
position: relative;
position: absolute;
top: 0px;
left: 0px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 15px;
padding: 3px 10px;
font-size: 12px;
}

.rtl .addbtn3{
right:auto;
left:0px;
}

.ltr .addbtn3{
left:auto;
right:0px;
}

#addbtn, .addbtn{
width: 25px;
height: 25px;
flex: 0 0 25px;
background-color: #18c773;
z-index: 1;
-webkit-transition: .3s ease-out;
transition: .3s ease-out;
-moz-border-radius:100%;
-webkit-border-radius:100%;
border-radius:100%;
color:white;
text-align: center;
font-weight: normal;
box-sizing: border-box;
padding:0px;
cursor: pointer;
margin-left:40px;
text-align: center;
position: relative;
position: absolute;
top:11px; 
right:10px;
display: flex;
align-items: center;
justify-content: center;
}

.rtl #addbtn,.rtl .addbtn{
right:auto;
left:10px;
margin-right:40px;
margin-left:0px;
}

.rtl #addbtn.nospace,.rtl .addbtn.nospace{
left:0px;
top:0px; 
}

.ltr #addbtn.nospace,.ltr .addbtn.nospace{
right:0px;
top:0px; 
}

#addbtn i, .addbtn i{
position: initial;
display: inline;
top:0px;
left: none;
font-size: 13px;
}

#addbtn:hover,.addbtn:hover{
-webkit-transform: scale(1.1);
transform: scale(1.1);
}

em {
font-style: italic;
}

samp {
font-family: monospace;
}

kbd {
font-family: monospace;
}

var {
font-style: italic;
}

[v-cloak] > * { display:none }
[v-cloak]::before { content: "loading…" }

.range input[type=range] {
-webkit-appearance: none;
width: 100%;
margin: 5px 0;
}

.range label{
margin-bottom:10px;
display: inline-block;
}

.range input[type=range]:focus {
outline: none;
}

.range input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 8.4px;
cursor: pointer;

background: #3071a9;
border-radius: 1.3px;
border: 0.2px solid #010101;
}
.range input[type=range]::-webkit-slider-thumb {

border: 1px solid #000000;
height: 22px;
width: 16px;
border-radius: 3px;
background: #ffffff;
cursor: pointer;
-webkit-appearance: none;
margin-top: -7px;
}
.range input[type=range]:focus::-webkit-slider-runnable-track {
background: #4a90cc;
}
.range input[type=range]::-moz-range-track {
width: 100%;
height: 8.4px;
cursor: pointer;
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
background: #3071a9;
border-radius: 1.3px;
border: 0.2px solid #010101;
}
.range input[type=range]::-moz-range-thumb {
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
border: 1px solid #000000;
height: 36px;
width: 16px;
border-radius: 3px;
background: #ffffff;
cursor: pointer;
}
.range input[type=range]::-ms-track {
width: 100%;
height: 8.4px;
cursor: pointer;
background: transparent;
border-color: transparent;
color: transparent;
}
.range input[type=range]::-ms-fill-lower {
background: #225179;
border: 0.2px solid #010101;
border-radius: 2.6px;
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.range input[type=range]::-ms-fill-upper {
background: #3071a9;
border: 0.2px solid #010101;
border-radius: 2.6px;
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.range input[type=range]::-ms-thumb {
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
border: 1px solid #000000;
height: 36px;
width: 16px;
border-radius: 3px;
background: #ffffff;
cursor: pointer;
height: 8.4px;
}
.range input[type=range]:focus::-ms-fill-lower {
background: #3071a9;
}
.range input[type=range]:focus::-ms-fill-upper {
background: #4a90cc;
}

.filterwrap{
display: flex;
flex-wrap: wrap;
margin: -15px 0 0 -15px;
}
.inputWithName{
position: relative;
width: calc(100% * (1/5) - 15px);
margin: 25px 0 0 15px;
}
.inputWithName:after {

content: "" attr(data-title) "";
position: absolute;
top: -10px;
left: 17px;
font-size: 12px;
color: #333;
background-color: white;
padding-left: 1px;
padding-right: 1px;
font-weight: 600;
}

.darkmode .inputWithName:after{
top: -20px;
background-color: transparent;
color: #909da5;
}

.rtl .inputWithName:after{
left: auto;
right: 17px;
}

.inputWithName select, .inputWithName input{
height: 41px;
box-sizing: border-box;
padding: 10px 16px;
border:2px solid #d4d4d4;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
width: 100%;
background-color: white;
-webkit-appearance: none;
-moz-appearance: none;
color: black;
}

.darkmode .inputWithName select,   .darkmode  .inputWithName input{
border:none;
background: #909da5;
}

.inputWithName i{
position: absolute;
top: 14px;
left: 14px;
}

.rtl .inputWithName i{
right: 14px;
left: auto;
}

.inputWithName i.delete{
left:auto;
right:13px;
font-size:25px;
top:8px;
color:gray;
cursor: pointer;
}

.rtl .inputWithName i.delete{
left:13px;
right:auto;
}

.inputWithName  i.search{
top:14px;
left:12px;
pointer-events: none;
}

.inputWithName input{

font-size: 13.50px;
margin-right: 10px;
margin:0px;
width: 100%;
padding-left: 40px;
color: black;
}

.darkmode .inputWithName input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: black;
opacity: 1; /* Firefox */
}

.darkmode .inputWithName input:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: black;
}

.darkmode .inputWithName input::-ms-input-placeholder { /* Microsoft Edge */
color: black;
}

.rtl .inputWithName input{
padding-left: 0px;
padding-right: 40px;

}

.inputWithName .date input{
padding: 10px 16px;
}

.loading{ text-align: center;}

.paging{

box-sizing: border-box;
padding-top: 0px;
}

.rtl .md-checkbox .md-checkbox-label{
padding-left: 0px;
padding-right: 8px;
}

.rtl .md-input-container label{
left:auto;
right:0px;
}

.ltr .md-input-container label{
right:auto;
left:0px;
}

.contentfilter > div.cdc-legend > span:nth-child(1) > span.cdc-legend-item-color{
margin-right: 1em !important;
margin-left: 1em !important;
}

.contentfilter > div.cdc-legend > span:nth-child(2) > span.cdc-legend-item-color{
margin-right: 1em !important;
margin-left: 1em !important;
}

.contentfilter > div.cdc-legend > span:nth-child(3) > span.cdc-legend-item-color{
margin-right: 1em !important;
margin-left: 1em !important;
}

.contentfilter > div.cdc-legend > span:nth-child(4) > span.cdc-legend-item-color{
margin-right: 1em !important;
margin-left: 1em !important;
}


.switch {
position: relative;
display: inline-block;
width: 48px;
flex: 0 0 48px;
height: 20px;
box-sizing: border-box;
}

.switch span{
display: block !important;
margin-right: 0px;
}

.switch input {
opacity: 0;
width: 0;
height: 0;
}

.block{
display: block !important;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}

.slider:before {
position: absolute;
content: "";
height: 14px;
width: 14px;
left: 4px;
bottom: 3px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}



input:checked + .slider {
background-color: #18c773;
}

input:focus + .slider {
box-shadow: 0 0 1px #18c773;
}

input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}

.slider.round {
border-radius: 34px;
margin-bottom: 0px;
margin-right:0px !important;
margin-left:0px !important;
}

.slider.round:before {
border-radius: 50%;
}


.md-input-container{
padding-top: 0px !important;

}

.md-input-container.md-input-focused:after{
background-color:#16b941 !important;
}

.md-input-container.date i.editdate{
position: absolute;
font-size: 16px;
top: 16px;
}

.md-input-container.date .icon{
font-size: 19px;
}

.md-input-container.date i.editdate.active{
opacity:0.5;
}

.rtl .md-input-container.date i.editdate{
left: 10px;
}

.ltr .md-input-container.date i.editdate{
right: 10px;
}

.darkmode .md-input-container{
background: #909da5;
color: #1f2c34 !important;
}


.md-input-container.maxl{
margin-bottom: 25px !important;
}

.md-input-container.nobttomspace,.md-input-container.nobottomspace, .nobttomspace{
margin: 0px 0 0px !important;
}

.nobottomspace .md-count{
   display: none !important;
}

.md-input-container.nobttomspace2,.md-input-container.nobottomspace2, .nobttomspace2{
margin-bottom: 0px !important;
}

.md-input-container.mderror, .mderror{
-webkit-box-shadow: 0px 0px 6px 0px rgba(255, 0, 18, 1) !important;
-moz-box-shadow:    0px 0px 6px 0px rgba(255, 0, 18, 1) !important;
box-shadow:         0px 0px 6px 0px rgba(255, 0, 18, 1) !important;
border-radius: 3px !important;
box-shadow: 0px 0px 6px 0px #ff0012 !important;
border: 1px solid red !important;
}


.input{
padding: 0px !important;
border:1px solid #f2f2f2 !important;
border-top: none !important;
border-left: none !important;
border-right: none !important;
}

.darkmode .vue-tags-input{
background: #909da5 !important;
color: #1f2c34 !important;
}
.vue-tags-input.big{
margin-bottom: 0px !important;
}
.vue-tags-input.big .input{
min-height: 49px;
}
.vue-tags-input.big .tag{
font-size: 100% !important;
background-color: #18c773;
background-color: linear-gradient(90deg, #18c773 0%, #18c773 100%);
color: #fff;
height: 37px !important;
margin: 2px 2px !important;
padding-left: 10px !important;
padding-right: 10px !important;
max-width: 100%;
overflow: hidden;
border-radius: 30px;
}

.rtl .vue-tags-input.big .tag{
  margin-left: 5px !important;
}

.ltr .vue-tags-input.big .tag{
  margin-right: 5px !important;
}

.vue-tags-input.big .tag .content{
overflow: hidden;
}

.vue-tags-input.big .new-tag-input-wrapper input{
min-width: 172px !important;
padding-top: 1px;
}

.vue-tags-input.big .tag span{
line-height: 1.5 !important;
}

.darkmode .vue-tags-input.big .new-tag-input-wrapper input{
background: #909da5 !important;
color: #1f2c34 !important;
}

.darkmode .vue-tags-input.big .new-tag-input-wrapper input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #1f2c34 !important;
opacity: 1; /* Firefox */
}

.darkmode .vue-tags-input.big .new-tag-input-wrapper input:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #1f2c34 !important;
}

.darkmode .vue-tags-input.big .new-tag-input-wrapper input::-ms-input-placeholder { /* Microsoft Edge */
color: #1f2c34 !important;
}

.rtl .vue-tags-input.big .tag .actions{
margin-right: 5px;
margin-top: 0px;
}

.vue-tags-input.big .tag .actions i{
font-size: 20px !important;
}

.vue-tags-input.big .new-tag-input-wrapper{
font-size: 100% !important;
height: 39px !important;
padding: 0px !important;
margin: 0px !important;
}

.vue-tags-input.big input{
font-family: inherit !important;
font-size: 17px !important;
}

.new-tag-input-wrapper input{
font-size: 14px;
}

.md-input-container label{
top: 14px !important;
}

.md-input-container.textarea label{
top: 19px !important;
}
.md-input-container{
height: auto !important;
border: none  !important;
border-top: none !important;
border-left: none !important;
border-right: none !important;
padding-left: 0px !important;
padding-right: 0px !important;
padding-top: 14px !important;
min-height: 49px !important;
margin-top: 0px !important;
margin-bottom:15px !important;
}

.md-input-container.textarea{
padding-bottom: 13px !important;
}
.md-input-container.textarea textarea{
overflow-y: scroll;
overflow-x: hidden;
min-height: 55px;
margin-top: 0px;
}
.md-input-container.md-input-focused label, .md-input-container.md-has-value label {
top: 2px !important;
font-size: 12px !important;
font-size: 11px !important;
margin-right: 0px !important;
margin-left: 0px !important;
}

.rtl .md-select .md-select-value{
padding-left: 24px;
padding-right: 0px;
text-align: right;
font-size: 14px;
}

.rtl .md-select:not(.md-select-icon):after{
left: 0;
right: auto;
margin-top: 0px;
}

 .rtl #signuptop .md-select:not(.md-select-icon):after{
  left: 12px !important;
  right: auto;
}

.rtl #signuptop .md-select .md-select-value{
  font-size: 16px !important;
}

.md-input-container.md-input-placeholder label{
pointer-events: none !important;
}

.md-input-container input, .md-input-container textarea{
height:auto !important;
}


div.popup-model{
position: fixed;
width:100%;
height:100%;
top:0px;
left:0px;
z-index: 100;
background-color: rgba(0,0,0, 0.3);
overflow: auto;
-ms-overflow-style: none;  /* Internet Explorer 10+ */
scrollbar-width: none;  /* Firefox */
}


div.popup-model::-webkit-scrollbar { 
display: none;  /* Safari and Chrome */
}

div.popup-model div.wrapper{
width: 100%;
max-width:900px;
background: #fff;
border-radius: 15px;
position: absolute;
right: 0px;
left: 0;
top:5em;
margin-right: auto;
margin-left: auto;
width: 95%;
z-index: 9999;
-webkit-animation: slideLeft 0.5s forwards;
animation: slideLeft 0.5s forwards;
margin-bottom: 5em;
box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
}

.darkmdoe div.popup-model div.wrapper{
background: #6f7070;
}

div.popup-model div.wrapper.tiny{
max-width:600px;
}

div.popup-model div.wrapper::after{
content: "";
height: 5em;
position: absolute;
width: 100%;

}

@-webkit-keyframes slideLeft {
0% { right: -300px; opacity:0; }
100% { right: 0; opacity:1;}
}

@keyframes slideLeft {
0% { right: -300px; opacity:0; }
100% { right: 0; opacity:1;}
}

div.popup-model div.wrapper ul.content{
width: 100%;
padding: 20px;
overflow: hidden;

font-size: 13px;

font-weight: 700;
border-bottom: 1px solid #ededed;
background-repeat: no-repeat;
background-position: calc(100% + 100px) -100px;
box-sizing: border-box;
z-index: 1;
}

div.popup-model div.wrapper ul.content li.first{
border-bottom: 1px solid #f2f2f2;
padding-bottom: 10px;
margin-bottom: 20px;
line-height: 25px;
position: relative;
font-size: 19px;
min-height: 45px;
}

div.popup-model div.wrapper ul.content li.first p{
font-size: 13px;
font-weight: normal;
color: #555555;
}

div.popup-model div.wrapper ul.content li.first a {
color: #1b3445;
font-size: 18px;
}

div.popup-model div.wrapper  ul.content li.first .iconx{
position: absolute;
top:-5px;
right:-5px;
font-size: 25px;
padding: 4px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
width: 34px;
height:34px;
text-align: center;
}

.rtl div.popup-model div.wrapper  ul.content li.first .iconx{
left:-5px;
right:auto;
}

div.popup-model div.wrapper  ul.content li.first .iconx:hover{
color: #18c773;
background-color: #ededed;
cursor: pointer;
}

div.popup-model div.wrapper .bottom-form{
overflow: hidden;
padding: 20px;
border-top: 1px solid #ededed;
}

div.popup-model div.wrapper .bottom-form input[type="button"] {

border-radius: 20px;
background: #18c773;
padding: 8px 15px;
text-align: center;
color: #fff;
font-size: 16px;
    line-height: 1.2;
border: 0;
outline: none;
margin-right:0px;
min-width: 110px;
}

.rtl div.popup-model div.wrapper .bottom-form input[type="button"] {
  padding-top: 6px;
}


div.popup-model div.wrapper .bottom-form input[type="button"]:hover {
opacity: .75;
cursor: pointer;
}


div.popup-model div.wrapper .bottom-form  span {

color: #a8a8aa;
margin-top:7px;
margin-right:10px;
font-weight: normal;
}

div.popup-model div.wrapper .bottom-form > div{
margin-right:10px;
}


.colorBox{
width: 30px; height:30px;
border: 1px solid #fff;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background-color: #efefef;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.26);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.26);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.26);
position:absolute;
right:10px;
top:9px;
z-index: 1;
}

.rtl .colorBox{
left:10px;
right:auto;
}

.ls-t {
margin-bottom: 15px;
}

.ls-t > div:nth-child(1){
width: 50%;
font-size: 16px;
line-height: 35px;
max-width: 200px;
}

.ls-t > div:nth-child(2){
width:calc(100% - 140px);font-size: 16px;
position:relative;
}

.vdp-datepicker
{

width: 100%;
}

div.receipt .vdp-datepicker *{
min-height: 39px;
font-size: 14px;
}


.darkmode div.receipt .vdp-datepicker > div:nth-child(1){
min-height: 39px;
background: #909da5;
border-radius: 3px;
}

.darkmode div.receipt .vdp-datepicker input{
border:none;
height: 39px !important;
background: transparent !important;
}


div.receipt .vdp-datepicker input{
height:100% !important;
width:100% !important;
border:1px solid rgba(0, 0, 0, 0.25);
padding: 5px 8px !important;
border-radius: 30px !important;
}




.vdp-datepicker__calendar{
padding: 10px;
box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
border-radius: 15px;
border:none !important;
}

.vdp-datepicker.center .vdp-datepicker__calendar {
z-index: 100;
width: 95% !important;
max-width:350px !important;
border: 1px solid #ccc;
position: fixed !important;
top: 10% !important;
left: 0 !important;
right: 0 !important;
margin: 0 auto !important;
height: auto !important;
max-height: calc(100% - 10%) !important;
z-index: 999 !important;
background-color: white;
-webkit-box-shadow: 0px 0px 50px 3px rgba(0,0,0,0.29);
-moz-box-shadow: 0px 0px 50px 3px rgba(0,0,0,0.29);
box-shadow: 0px 0px 50px 3px rgba(0,0,0,0.29);

}

.vdp-datepicker__calendar header {
background-color: #18c773;
height: 40px;
color: white;
display:flex;align-items: center;
justify-content: center;
border-radius: 30px;
}

.vdp-datepicker__calendar .cell{
margin-bottom: 5px;
display: inline-flex;
justify-content: center;
align-items: center;
border-radius: 50%;
}


.vdp-datepicker__calendar .cell.today {
background: #ddd !important;
color: white !important;
}

.vdp-datepicker__calendar .cell.selected {

color: white;
background: #4bd !important;
}

.vdp-datepicker__calendar header .prev:after {
border-right: 10px solid #fff !important;

}

.vdp-datepicker__calendar header .next:after {
border-left: 10px solid #fff !important;

}

.vdp-datepicker__calendar header span{
font-size: 17px !important;
}

.vdp-datepicker__calendar .cell.day-header {
font-size: 14px !important;
}

.vdp-datepicker__calendar .flex-rtl {
width: 100% !important;
}





.btn-form{
overflow: hidden;
padding-top: 0;
position: fixed;
bottom: 0;
width: 100%;
left: 0px;
z-index: 5;
box-sizing: border-box;
border-top: none;
display: flex;
}

.rtl .btn-form{
left: auto;
right: 0;
padding-right: 61px;
}

.ltr .btn-form{
left: auto;
right: 0;
padding-left: 61px;
}

.btn-form > div{
height: 56px;
margin: 0 auto;
max-width: 1556px;
border-radius: 0 0 2px 2px;
-moz-border-radius: 0 0 2px 2px;
-webkit-border-radius: 0 0 2px 2px;
background-clip: padding-box;
background: #fff;
padding: 10px;
border: 1px solid #e0e0e0;
}


.buttonai{
font-size: 13px;
border-radius: 30px;
cursor: pointer;
background: #18c773;
padding: 8px 15px;
border:none;
color:white;

}
.btn-form > div .button{
border-radius: 3px;
background: #18c773;
padding: 8px 18px;
text-align: center;
color: #fff;
font-size: 16px;
line-height: 1;
border: 0;
outline: none;
margin-right: 0;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
cursor: pointer;
height: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

.md-select:not(.md-select-icon):after {
content: url('/static/open.svg') !important;
position: absolute !important;
right: 8px !important;
top: 2px !important;
width: 16px !important;
height: 16px !important;
z-index: 1 !important;
display: block !important;
pointer-events: none !important;
font-size: 20px !important;
transform: none!important;
transition: all 0.15s linear !important;
margin-top: 0px !important;
}

.rtl .md-select:not(.md-select-icon):after{
right: auto !important;
left: 8px !important;
z-index: 2 !important;
}

.rtl .row-item .md-select:not(.md-select-icon):after{

top: 10px !important;
}

.rtl .apexcharts-legend-series {

display: flex;
align-items: center;
margin-bottom: 5px;
padding-bottom: 5px;
}

.rtl .apexcharts-legend{
padding-right: 0px !important;
}
.rtl .apexcharts-legend-text{
margin-right:5px;
}

.rtl .apexcharts-legend-text {
max-width: 80px !important;
white-space: nowrap !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
}

.apexcharts-yaxis{
transform: inherit !important;

}


.abcRioButtonBlue{
max-width:100% !important;
border-radius: 4px !important;
}

.apexcharts-text tspan {
font-weight: 600;
font-family: Helvetica, Arial, sans-serif;
}




.vc-photoshop{
margin: auto;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
min-height: 312px;
z-index: 111;
margin-top: 20px;
margin-bottom: 20px;
direction: ltr;
max-height: 300px;
width:90% !important;
max-width:500px;
}

.apexcharts-toolbar{
display:none !important;
}

.demo-header-searchbox {
border: none;
outline: none;
height: 100%;
width: 100%;
padding: 0; }
.demo-header-searchbox {
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
padding-left: 16px;
padding-right: 16px;
height: 30px;
padding-bottom: 6px;
cursor: pointer;
position: relative;
display: flex;
width:100%;

}

.rtl  .demo-header-searchbox{

direction: rtl;
}

.ltr  .demo-header-searchbox{

direction: ltr;
}


.bttn{
border-radius: 30px;
background: #18c773;
padding: 8px 18px;
text-align: center;
color: #fff;
font-size: 16px;
line-height: 1.3;
border: 0;
outline: none;
margin-right: 0;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
cursor: pointer;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}


.rtl .video ul.lang-ui{
top: auto;bottom: 35px; right:5px; left:auto;
}

.ltr  .video ul.lang-ui{
top: auto;bottom: 35px; left:5px; right:auto;
}



.video ul.lang-ui{
position: absolute;
left:44px;
top:0px;
background: #efefef;
border: 1px solid #a7a7a7;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
font-size: 1.2rem;
line-height: 1.3;
padding: 10px;
display: none;
}

.video ul.lang-ui:after, .video ul.lang-ui:before{
display:none;
}

.rtl .video ul.lang-ui{
right:3px;
left:auto;
}

.video ul.lang-ui.active{
display: block;
}

.video ul.lang-ui:after, .video ul.lang-ui:before {
right: 100%;
top: 22px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}

.rtl .video ul.lang-ui:after,.rtl .video ul.lang-ui:before {
left: 100%;
right: auto;
}

.video ul.lang-ui:after {
border-color: rgba(136, 183, 213, 0);
border-right-color: #efefef;
border-width: 10px;
margin-top: -10px;
}

.rtl .video ul.lang-ui:after {

border-right:none;
border-left-color: #efefef;
}

.video ul.lang-ui:before {
border-color: rgba(194, 225, 245, 0);
border-right-color: #a7a7a7;
border-width: 14px;
margin-top: -14px;
}

.rtl .video ul.lang-ui:before {

border-right : none;
border-left-color: #a7a7a7;
}

.video ul.lang-ui > li{
padding: 10px;
font-size: 12px;
background-color: #fff;
margin-bottom: 5px;
width: 130px;
@include transition(all .75s ease);
-webkit-border-radius: 4px;
border-radius: 4px;
font-weight: 600;
}

.video ul.lang-ui > li i{
font-size: 12px !important;
color: #000;
margin-right: 10px;
margin-top: 0px;
}

.rtl .video ul.lang-ui > li i{
margin-left: 10px;
margin-right: 0px;
}


.video ul.lang-ui li:last-child{
margin-bottom: 0px;
}

.video ul.lang-ui li:hover{
cursor: pointer;
background-color: #00adee;
}


.video{
position: fixed;
bottom: 0;
left: 11px;
text-align: center;
width: 38px;
height: 38px;
display: flex;
align-items: center;
text-align: center;
z-index: 2;
}

.rtl .video{
right: 11px;
left: auto;
}


.video i{

text-align: center;
font-size: 22px;
margin: 0 auto;
color:#fff;
}


.rtl .md-list-item .md-list-item-container {
direction: rtl;
}

[contenteditable] {
-webkit-user-select: text;
user-select: text;
}

.Minimize{
top: 3px; right:0px; position:absolute;
}

.rtl .Minimize{
left:0px; right:auto;
}

.pointer{
cursor: pointer;
}

.vue__time-picker{
width: 100% !important;
}
.vue__time-picker .controls{
display: none !important;
}

.vue__time-picker input.display-time {
border: none !important;
width: 100% !important;
font-size: 16px !important;
padding: 10px !important;
color: rgba(0, 0, 0, 0.87) !important;
}



.vue__time-picker.timeinvoice input.display-time {
border: none !important;
padding: 0px !important;
font-size: 18px !important;
}


.vue__time-picker-dropdown, 
.vue__time-picker .dropdown {
bottom: -142px;
width: 100% !important;
top: auto !important;
}

.vue__time-picker .dropdown .select-list{
width: 100% !important;
height: calc(10em - 20px) !important;
}

.vue__time-picker-dropdown ul, .vue__time-picker .dropdown ul {
width: 100% !important;
}

.md-select-content.md-multiple .md-checkbox-label {
padding-right: 16px !important;
padding-left: 0px !important;
cursor: pointer;
}

.vue__time-picker-dropdown ul li, .vue__time-picker .dropdown ul li{
font-size: 16px !important;
padding-top: 5px !important;
padding-bottom: 5px !important;
}

.vue__time-picker-dropdown .hint, .vue__time-picker .dropdown .hint {
background: linear-gradient( 
90deg, #18c773 0%, #18c773 100%) !important;
color: white !important;
}


.errorThisPage {
color: #fff;
background-color: #c2171d;
border-color: #920d12;
border-bottom: none;
border-left:none;
border-right:none;
position: fixed;
bottom: 0px;
z-index: 99999;
padding: 0px;
left: 0px;
border-radius: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
font-size: 16px;
}

.successThisPage{
color: #fff;
background-color: #18c773;
border-color: #16b941;
border-bottom: none;
border-left:none;
border-right:none;
position: fixed;
bottom: 0px;
z-index: 99999;
padding: 0px;
left: 0px;
border-radius: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
font-size: 16px;
}

.x13{
width:13px;
}

.x21{
width:21px;
}




#add{
width: 61px;
height: 61px;
background-color: #18c773;
z-index: 1;
-webkit-transition: .3s ease-out;
transition: .3s ease-out;
-moz-border-radius:100%;
-webkit-border-radius:100%;
border-radius:100%;
color:white;
text-align: center;
font-weight: normal;
box-sizing: border-box;
padding-top: 20px;
cursor: pointer;
margin-left:40px;
text-align: center;
position: relative;
top:-2px;
}

.rtl #add{
margin-left:0px;
margin-right:40px;
}

#add i{
position: initial;
display: inline;
top:0px;
left: none;
font-size: 22px;
}

.pulse {
margin:0px;

width: 12px;
height: 12px;
border-radius: 50%;
background: #00adee;
cursor: pointer;
box-shadow: 0 0 0 rgba(204,169,44, 0.4);
animation: pulse 1.5s infinite;
position: absolute;
top: 52px;
right:63px;
}

.rtl .pulse{
left:63px;
right:auto;

}
.pulse:hover {
animation: none;
}

@-webkit-keyframes pulse {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(0, 173, 238, 1);
}
100% {
-webkit-box-shadow: 0 0 0 10px rgba(0, 173, 238, 1);
}
}
@keyframes pulse {
0% {
box-shadow: 0 0 0 0 rgba(0, 173, 238, 1);
}
100% {
box-shadow: 0 0 0 10px rgba(0, 173, 238, 0);
}
}


.plusinfo
{
position: absolute;
width: 200px;
background: #00adee;
color: white;
padding: 15px;
font-size: 14px;
z-index: 4;
-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
left:-188px;
top:52px;
font-weight: normal;
}

.rtl .plusinfo
{
left:80px;

}

.plusinfo > div{
font-size: 17px;
margin-bottom: 10px;
font-weight: bold;
}



    .fadeinHeight {
            -webkit-animation: fadeinHeight .7s;
-moz-animation: fadeinHeight  .7s;
-ms-animation: fadeinHeight  .7s;
-o-animation: fadeinHeight  .7s;
animation: fadeinHeight  .7s;
    }

   @keyframes fadeinHeight {
from { opacity: 0; max-height:0px; }
to   { opacity: 1; max-height:500px; }
}


@-moz-keyframes fadeinHeight {
from { opacity: 0; max-height:0px; }
to   { opacity: 1; max-height:500px; }
}


@-webkit-keyframes fadeinHeight {
from { opacity: 0; max-height:0px; }
to   { opacity: 1; max-height:500px; }
}


@-ms-keyframes fadeinHeight {
from { opacity: 0; height:0px; }
to   { opacity: 1; height:auto; }
}


@-o-keyframes fadeinHeight {
from { opacity: 0; height:0px; }
to   { opacity: 1; height:auto; }
}

ul.itemall > li{
margin-bottom: 20px;
}
ul.itemall > li:nth-child(1){
color: #555555;
}

ul.itemall > li:last-child , ul.itemform > li:last-child{
padding-bottom: 40px;
}

.wrap{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.job{
display: flex;
padding: 12px;
box-sizing: border-box;
background-color: #fff;

font-size: 13px;
min-height: 40px;
align-items: center;
-webkit-transition: all 0.6s ease;                  
-moz-transition: all 0.6s ease;                 
-o-transition: all 0.6s ease;   
-ms-transition: all 0.6s ease;          
transition: all 0.6s ease;
}


.job.isgreen{
  background-color: #eafdf0;

}

.job.firstrow, .firstrow > .job{
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.job:last-child{
  -webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
}

.job.gray{
  border-top: 1px solid #f2f2f2;
}

.darkmode .job{
background: #1f2c34;

border: none;
}

.darkmode .job > div {
box-sizing: border-box;
font-weight: normal;
border-color: #909da5;
color: #909da5;

}

.darkmode .rtl .job > div{
border: none;
}

.darkmode .job:hover{
border:none;
}

.job.header {
color: #fff;
font-weight: normal;
background: transparent;
border-color: transparent;
position: relative;
}

.job:hover{
 position: relative;
 background-color: #fff;
}

.job.isgreen:hover{
 
  background-color: #eafdf0 !important;

}


.job:hover::after{
  content: "";
  width: 100%;
  height:100%;
  position: absolute;
  top: 0px;
  left: 0px;
  box-shadow: 0 0 50px 0 rgb(82 63 105 / 12%);
  pointer-events: none;
  border-top:1px solid rgb(235, 235, 235);
  border-bottom:1px solid rgb(235, 235, 235);
}



.job.firstrow:hover::after{
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.job:last-child:hover::after{
  -webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
}

.job.header:hover{
  box-shadow:none;

  background-color: transparent !important;
}

.job.header:hover::after{
  display: none;
}

.job > div{
box-sizing: border-box;
font-weight: normal;
padding-left: 10px;
padding-right: 10px;
line-height: 18px;
font-size: 15px;
word-break: break-word;
color: #000;
min-height: 18px;
}

.ltr .job > div:last-child{
padding-right: 0px;
margin-bottom:0px;
}

.rtl .job > div{
border-right: none;
border-left: 1px solid transparent;

}

.darkmode.rtl .job > div{
border-left: 1px solid #000;
}

.ltr .job > div:first-child{
padding-left: 0px;
}

.ltr .job > div:last-child{
padding-right: 0px;
}

.rtl .job > div:first-child{
padding-right: 0px;
}

.job .icons{
position: relative;
overflow: inherit;
width: 93px;
-ms-flex: 0 0 93px;
flex: 0 0 93px;
}
.job .icons i{
font-size: 18px !important;
padding: 6px;
padding-top: 7px;
box-sizing: border-box;
background-color: #18c773;
color: #fff;
min-width: 31px;
text-align: center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-transition: 0.4s ease;
transition: 0.4s ease;
min-height: 31px;
}

.job .icons i:first-child{
margin-right: 5px;
}

.job .icons i:hover{

background-color: #000;
cursor: pointer;
-webkit-transform: scale(1.4);
transform: scale(1.4);
}

.job > div{
width: 100%;
}

.job.header > div{

border-color: transparent;
font-size: .9rem;
}

.darkmode .job.header > div{
color: #909da5;
}

.job > div:last-child{
border-right:none;
}

.rtl .job > div:last-child{

border-left:none;
padding-left: 0px;
}

.job.header i{

margin-left: 0px;
color: #fff;
}

.job > div span:nth-child(1){
display: none;
color:black;
margin-right: 5px;
margin-bottom:5px;
}

.job div.dropdownbtn span{
margin-bottom:0px;
}

.rtl .job > div span:nth-child(1){
margin-left: 10px;
margin-right: 0px;
}

.darkmode .job > div span:nth-child(1){
color: #909da5;
}

.job > div:nth-child(1) img {
width: 100%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
max-height: 150px;
}


div.strip-buttons{
width: 100%;
}


ul:not(.md-list) > li + li{
margin-top: auto !important;
}

ul.pagination li, ul.pagination:not(.md-list) > li + li{
margin-top: 0px !important;
}

.itemform .job.header{
display: block  !important;
width: 100%  !important;
margin-right: 0px !important;
margin-bottom:0px;
-webkit-box-shadow: 0px 0px 4px 0px rgba(87, 87, 87, 0.39);
box-shadow: 0px 0px 4px 0px rgba(87, 87, 87, 0.39);
border: 3px solid #fff !important;
border-bottom: none !important;
-webkit-border-top-left-radius: 4px !important;
-webkit-border-top-right-radius: 4px !important;
-moz-border-radius-topleft: 4px !important;
-moz-border-radius-topright: 4px !important;
border-top-left-radius: 4px !important;
border-top-right-radius: 4px !important;
}

.darkmode .itemform .job.header{
border:none !important;
}

.itemform .form{
width: 100% !important;
}


.flex_items_center{
align-items: center;
}

[class*=yesh--]:after, [class*=yesh--]:before {
position: absolute;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
visibility: hidden;
opacity: 0;
z-index: 1000000;
pointer-events: none;
-webkit-transition: .3s ease;
-moz-transition: .3s ease;
transition: .3s ease;
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
transition-delay: 0s;
}

[class*=yesh--]:before {
content: '';
position: absolute;
background: 0 0;
border: 6px solid transparent;
z-index: 1000001;
}



.yesh--bounce:after, .yesh--bounce:before {
-webkit-transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);
-moz-transition: opacity .3s ease,visibility .3s ease,-moz-transform .3s cubic-bezier(.71,1.7,.77,1.24);
transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24);
}

[class*=yesh--]:after {
color: #ffffff !important;
text-decoration: none !important;
background: #2d3b4a !important;
box-shadow: none !important;
text-shadow: none !important;
font-family: almoni-neue-dl, arial, sans-serif !important;
}

[class*=yesh--]:after {
background: #383838;
color: #fff;
padding: 8px 10px;
font-size: 12px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
line-height: 12px;
white-space: nowrap;
font-weight: 400;
}

.yesh--top:after, .yesh--top:before {
bottom: 100%;
left: 50%;
}

.yesh--top:after {
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
}

.yesh--rounded:after {
border-radius: 4px;
}

.yesh--bounce:after, .yesh--bounce:before {
-webkit-transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);
-moz-transition: opacity .3s ease,visibility .3s ease,-moz-transform .3s cubic-bezier(.71,1.7,.77,1.24);
transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24);
}

[class*=yesh--][data-yesh]:after {
content: attr(data-yesh);
}

.yesh--top-left:before, .yesh--top-right:before, .yesh--top:before {
border-top-color: #2d3b4a !important;
}

.yesh--bottom-left:before, .yesh--bottom-right:before, .yesh--bottom:before {
border-bottom-color: #2d3b4a !important;
}

.yesh--right:before {
border-right-color: #2d3b4a !important;
}

.yesh--left:before {
border-left-color: #2d3b4a !important;
}

[class*=yesh--]:hover:after, [class*=yesh--]:hover:before {
visibility: visible;
opacity: 1;
-webkit-transition-delay: .1s;
-moz-transition-delay: .1s;
transition-delay: .1s
}

.yesh--top:hover:before {
-webkit-transform: translateY(-8px);
-moz-transform: translateY(-8px);
transform: translateY(-8px)
}

.yesh--top:hover:after {
-webkit-transform: translateX(-50%) translateY(-8px);
-moz-transform: translateX(-50%) translateY(-8px);
transform: translateX(-50%) translateY(-8px)
}

.yesh--top:before {
margin-bottom: -11px;
left: calc(50% - 6px);
}


.yesh--bottom:after, .yesh--bottom:before {
top: 100%;
left: 50%;
}

.yesh--bottom:after {
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
}

.yesh--bottom:before {
margin-top: -11px;
left: calc(50% - 6px);
}

.yesh--bottom:hover:before {
-webkit-transform: translateY(8px);
-moz-transform: translateY(8px);
transform: translateY(8px)
}

.yesh--bottom:hover:after {
-webkit-transform: translateX(-50%) translateY(8px);
-moz-transform: translateX(-50%) translateY(8px);
transform: translateX(-50%) translateY(8px)
}


.yesh--right:before {
border-right-color: #383838;
margin-left: -11px;
margin-bottom: -6px
}

.yesh--right:after {
margin-bottom: -14px
}

.yesh--right:after,
.yesh--right:before {
left: 100%;
bottom: 50%
}

.yesh--right:hover:after,
.yesh--right:hover:before {
-webkit-transform: translateX(8px);
-moz-transform: translateX(8px);
transform: translateX(8px)
}


.yesh--left:before {
border-left-color: #383838;
margin-right: -11px;
margin-bottom: -6px
}

.yesh--left:after {
margin-bottom: -14px
}

.yesh--left:after,
.yesh--left:before {
right: 100%;
bottom: 50%
}

.yesh--left:hover:after,
.yesh--left:hover:before {
-webkit-transform: translateX(-8px);
-moz-transform: translateX(-8px);
transform: translateX(-8px)
}
.boxicon{

font-size: 18px !important;
padding: 6px;
padding-top: 7px;
box-sizing: border-box;
background-color: #18c773;
color: #fff;
min-width: 31px;
text-align: center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-transition: 0.4s ease;
transition: 0.4s ease;
max-height: 31px;
max-width:31px;
z-index:1;
}

.boxicon i{
color: #fff;
}

.boxicon:hover{

background-color: #000;
cursor: pointer;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}

.flip-list {
transition: transform 0.5s;
background-color: black !important;
}

.flip-list-move {
transition: transform 0.5s;
}
.no-move {
transition: transform 0s;
}
.no-move {
transition: transform 0s;
background-color: black !important;
}

.row-item{
display: flex;
box-sizing: border-box;
border:1px solid #dedee4;
background-color: white;
padding: 7px;
align-items: center;
border-radius: 3px !important;
margin-bottom: 10px !important;
}

.darkmode .row-item{
border: 1px solid #909da5;
background: transparent;
}

.row-item:last-child{
margin-bottom: 0px !important;
}

.row-item > div{
height:100% !important;
}

.rtl .row-item > div{
margin-left: 7px !important;
}



.ltr .row-item > div:last-child{
margin-right: 0px !important;
}

.row-item div.inputs, .row-item div.inputs2{
display: flex !important;
flex-wrap: wrap !important;
margin: -7px 0 0 -7px !important;
width: 100% !important;
align-items: center !important;
}

.rtl .row-item div.inputs, .rtl .row-item div.inputs2{
padding-left:7px !important;
}

.ltr .row-item div.inputs, .ltr .row-item div.inputs2{
padding-right:7px !important;
}

.rtl .row-item > div:last-child{
  margin-left: 0px !important;
  }
  
  .ltr .row-item > div{
  margin-right: 7px !important;
  }

  .rtl .row-item div.inputs:last-child{
    padding-left: 0px !important;
  }

.row-item div.inputs > div, .row-item div.inputs2 > div{
width: calc(100% * (1/2) - 7px) !important;
margin: 7px 0 0 7px !important;
display:flex;
align-items: center;
}


.row-item div.inputs.row3 > div, .row-item div.inputs2.row3 > div
{
width: calc(100% * (1/3) - 7px) !important;
}

.row-item div.inputs.row4 > div, .row-item div.inputs2.row4 > div
{
width: calc(100% * (1/4) - 7px) !important;
}

.row-item div.inputs > div span{
position:absolute;
right: 5px;
background-color: white;
}

.rtl .row-item div.inputs > div span{

right: auto;
left:5px;

}

.row-item div.inputs > div span i{
color: #4a5664 !important;
padding: 7px !important;
}

.darkmode .row-item div.inputs > div span{
background-color: transparent;
}

.row-item div.icon{
position: relative !important;
}
.relative{
position: relative
}
.row-item div.icon i{
color: #4a5664 !important;
padding: 7px !important;
}

.darkmode .row-item div.icon i{
color: #909da5 !important;
}

.row-item div.icon:hover{
cursor: pointer !important;
}

.row-item div.button{
display: flex;
align-items: center;
background-color: #18c773;
padding: 3px 12px;
color:#fff;
height: 38px !important;
border-radius: 3px !important;
position:relative;
}

.ltr .row-item div.button i{
margin-right: 6px;
}

.rtl .row-item div.button i{
margin-left: 6px;
}

.row-item div.icon:hover i{
color: black !important;
}

.row-item .md-input-container{
margin: 0px !important;
padding-top: 0px !important;
min-height: auto !important;
border:none !important;
padding-left: 0px !important;
padding-right: 0px !important;
}

.row-item .md-input-container label{
top: 9px !important;
font-size: 13px !important;
left: 10px !important;
}

.row-item  .md-input-container .md-count , .md-input-container.nocount .md-count{
display:none;

}

.rtl .md-list-item .md-list-item-container{
direction: rtl;
}
.rtl .row-item .md-input-container label{
left: auto !important;
right: 10px !important;
}

.row-item .md-input-container:after {
display: none !important;
}

.row-item .md-input-container input,  
.row-item .md-input-container select,
.row-item .md-input-container .md-select{
border-radius: 3px !important;
padding: 2px !important;
font-size: 13px !important;
padding-left: 10px !important;
padding-right: 10px !important;
line-height: 12px !important;
color: rgba(0, 0, 0, 0.87) !important;
height: 38px !important;
border: 1px solid #d4d4d4 !important;
width: 100% !important;
outline: none !important;
box-sizing: border-box !important;
background-color: white;
}

.darkmode .row-item .md-input-container input,  
.darkmode .row-item .md-input-container select,
.darkmode .row-item .md-input-container .md-select{
background-color: #909da5;
border: 1px solid #909da5 !important;
}

.row-item .md-input-container.md-has-value label{
top: -5px !important;
font-size: 11px !important;
background-color: white !important;
line-height: 1 !important;
z-index: 3;
}

.row-item .md-input-container #addbtn{
width: 21px !important;
height: 21px !important;
top: calc(50% - 11px) !important;
font-size: 8px !important;
}

.table-buttons{
margin-bottom:15px;
}
.table-buttons button {

font-size: 0.9rem;
background-repeat: no-repeat;
background-position: center;

position: relative;
vertical-align: top;

padding: 5px 10px;
border: 1px solid #337ab7;
border-radius: 20px;
display: inline-block;
min-width:50px;

}

.table-buttons button i{
color:green;
}
.table-buttons button:hover{
background-color: #fff;
}





.job .checkbox{
width: 30px !important;
flex: 0 0 30px !important;
}

.job .checkbox .md-checkbox{
margin:0px !important;
display: flex;
}

.md-theme-default.md-checkbox.md-checked .md-checkbox-container {
background-color: #18c773 !important;
border-color: rgba(24,199,115,1) !important;
}

.md-theme-default.md-checkbox.md-minus .md-checkbox-container{
background-color: #18c773 !important;
border-color: rgba(24,199,115,1) !important;
position: relative;
}

.checkbox .md-checkbox .md-ink-ripple{
color: #18c773 !important;
}

.md-theme-default.md-checkbox.md-minus .md-checkbox-container::before{
position: absolute;
height: 3px;
width: 80%;
background-color: white;
content: "";
display: inline;
border-radius: 0px;
}

.darkmode .md-checkbox{
color: #909da5;
}

.darkmode .md-radio .md-radio-label{
color: #909da5;
}

.menugrid{
cursor: pointer;
position: relative;
width: 35px;
flex: 0 0 35px;
display: flex;
align-items: center;
justify-content: center;
}

.menugrid > span{
width:100% !important;
}

.menugrid > div {
width: 3px;
height: 3px;
margin: 0 auto;
margin-bottom: 3px;
background-color: #464646;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.menugrid > div:last-child {
margin-bottom: 0px;
}

.menugrid > i.fa-ellipsis-v{
font-size: 25px;
color: black;
}

.darkmode .menugrid > i{
color: #909da5;
}


.menugrid div.menu {
position: absolute;
width: 240px;
top: 22px;
right: 0px;
height: max-content;
display: none;
background-color: #fff;
box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
border-radius: 15px;
z-index: 4;
overflow: hidden;
}

.darkmode .menugrid div.menu{
border:none;
}

.menugrid div.menu.menuleft::after{
content: "";
position: absolute;
top: 10px;
left: -10px;
width: 0px;
height: 0px;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-right: 10px solid #2296c8;
}

.darkmode .menugrid div.menu.menuleft::after{
border-right: 10px solid #fff;
}

.ltr .menugrid div.menu.menuleft::after{
content: "";
position: absolute;
top: 49px;
right: -10px;
width: 0px;
height: 0px;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 10px solid #2296c8;
border-right: none;
}

.darkmode .ltr .menugrid div.menu.menuleft::after{
border-left: 10px solid #fff;
}


.menugrid div.menu.menuleft::after{
top: 53px;
}

.menugrid div.menu h3{
margin: 15px;
border-bottom: 1px solid #f2f2f2;
padding-bottom: 15px;
font-weight: 600;
margin-bottom: 10px;
}

.rtl .menugrid div.menu h3 i {
margin-left:5px;
}

.ltr .menugrid div.menu h3 i {
margin-right:5px;
}

.menugrid div.menu.top{
bottom: 20px;
top: auto;
}

.menugrid div.menu.active{
display:block;
}

.rtl  .menugrid div.menu{
right: auto;
left:0px;
}

.rtl .menugrid{
padding-right: 10px;
}

.rtl .menugrid:last-child{
padding-right: 5px;
}

.ltr .menugrid{
padding-left: 10px;
}

.menugrid div.menu ul li {
box-sizing:border-box;
margin-top: 0px;
}

.menugrid div.menu ul li hr{
  border: none;
  background-color: #f2f2f2;
  height: 1px;
  margin-left: 15px;
  margin-right: 15px;
}

.menugrid div.menu ul li.hr div{
  margin-left: 15px;
    margin-right: 15px;
    font-size: 13px;
    padding-bottom: 5px;
    margin-bottom: 7px;
    color: rgb(24, 199, 115);
    border-bottom: 1px solid #f2f2f2;
}

.menugrid div.menu ul li a {
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #464646;
text-decoration: none;
width: 100%;
height: 100%;
display: inline-flex;
align-items: center;
padding: 10px 15px;
box-sizing: border-box;
}

.menugrid div.menu ul li a i {

width: 24px;
text-align: center;
margin-right: 8px;
vertical-align: middle;
}

.rtl .menugrid div.menu ul li a i {

width: 24px;

margin-right: 0px;
margin-left: 8px;
vertical-align: middle;
}

.menugrid div.menu.menuleft{
margin-bottom: 40px;
}
.rtl .menugrid div.menu.menuleft{
right: auto;
left: 50px;
top: -53px;
}

.ltr .menugrid div.menu.menuleft{
left: auto;
right: 50px;
top: -53px;
direction: rtl;
}

.ltr .menugrid div.menu.menuleft ul{
direction: ltr;
}

.menugrid div.menu ul li:hover, .menugrid div.menu ul li.active {
background-color: #ebebeb;
}



section.menu {
height: 55px;
width: 100%;
border-bottom: 1px solid #e2e2e2;
margin-bottom: 20px;
}

section.menu ul {
height: 100%;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
}

section.menu ul li {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
padding: 11px;
font-size: 15px;
font-weight: normal;
cursor: pointer;
position: relative;
outline: none;
color: #464646;
box-sizing:border-box;
width: 100%;
margin-top: 0px !important;
}

.darkmode section.menu{
border-bottom: 1px solid #909da5;
}

.darkmode section.menu ul li{
color: #909da5;
}


section.menu ul li.active {

font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #18c773;
}

section.menu ul li.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #18c773;
  bottom: 0px;
  left: 0px;
}

section.menu ul li:hover::after {
content: "";
position: absolute;
width: 100%;
height: 3px;
background-color: #18c773;
bottom: 0px;
left: 0px;
}

.menugrid div.menu.menuleft h3 i.close, .flexend .menugrid div.menu h3 i.close{
display: none;
}

.header-nav{
background-color: #fff;
min-height: 30px;
position: fixed;
z-index: 6;
padding-top: 17px;
padding-bottom: 20px;
top: 61px;
box-shadow: 0 10px 30px 0 rgba(82 ,63, 105, 0.05);
}

.darkmode .header-nav{
color: #909da5;
background-color: #1f2c34;
}

.header-nav.zindex{
z-index: 7;
}

.rtl  .header-nav{
left: 0px;
width: calc(100% - 61px);
}

.ltr  .header-nav{
right: 0px;
width: calc(100% - 61px);
}

.header-nav h1 {
font-size: 25px;
line-height: 1.2;
font-weight: 600;
margin-bottom: 2px;
}

.header-nav h2 {
font-size: 15px;
line-height: 1.3;
color: #778c9a;
}

.header-nav > div.container{
position: relative;
}

.header-nav .icons{
position: absolute;
height: 45px;
bottom: -42px;
min-width: 20px;
display: flex;
flex-direction: row-reverse;
}

.rtl .header-nav .icons{
left: 0px;
}

.ltr .header-nav .icons{
right: 0px;
}

.header-nav .icons .addbtn2{
background-color: #18c773;
height: 45px;
width:45px;
flex: 0 0 45px;
text-align: center;
color: white;
display: flex;
align-items: center;
justify-content: center;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
border: 4px solid #fff;
font-size: 15px;
cursor: pointer;
background: #18c773;
position: relative;
}

.darkmode .header-nav .icons .addbtn2{
border: 4px solid #323639;
background: #fff;
color: #909da5;

}
.header-nav .icons .addbtn2.big{
height: 60px;
width: 60px;
-webkit-box-flex: 0;
-ms-flex: 0 0 50px;
flex: 0 0 60px;
bottom: 8px;
font-size: 26px;
}

.header-nav .icons .addbtn2.big2{
font-size: 20px;
}

.header-nav .icons .filterby{
background: rgb(0,173,238);
background: linear-gradient(90deg, rgba(0,173,238,1) 0%, rgba(0,149,238,1) 100%);
}

.rtl .header-nav .icons > div{
margin-right: 6px;
}

.rtl .header-nav .icons > div:last-child{
margin-right: 0px;
}

.ltr .header-nav .icons > div{
margin-left: 6px;
}

.ltr .header-nav .icons > div:last-child{
margin-left: 0px;
}

.header-nav .icons div.menugrid{
position: absolute;    bottom: 5px;    z-index: 1;
}

.rtl .header-nav .icons div.menugrid{
left:0px;
}

.ltr .header-nav .icons div.menugrid{
right:0px;
}

.header-nav .icons div.menugrid > div{
width: auto;
height: auto;
}


.header-nav .icons div.menugrid div.menu h3{
font-size: 18px;
position: relative;
line-height: 1;
display: flex;
align-items: center;
}



.header-nav .icons div.menugrid div.menu h3 i.close{
position: absolute;
}

.rtl .header-nav .icons div.menugrid div.menu h3 i.close{
left: 0px;
top: auto;
padding: 0px;
margin-left: 3px;
}

.ltr .header-nav .icons div.menugrid div.menu h3 i.close{
right: 0px;
top: auto;
padding: 0px;
margin-right: 3px;
}







img.iconbrand{
height:40px !important;
display: block;
margin:0 auto;
margin-bottom: 10px;
}

img.iconshare{
height:15px !important;
margin-bottom: inherit;
}

img.iconshare2{
height:25px !important;
margin-bottom: inherit;
}

img.iconshare3{
margin-right: 0px;
display: block;
height:32px !important;
margin:0 auto;
margin-bottom: 10px;
margin-top: 10px;
}

.filterbymenu{
position: fixed;

top: 61px;
z-index: 99;
width: 90%;
max-width: 315px;
height: 100%;
padding-bottom: 130px;
overflow-y: auto;
overflow-x: hidden;
border-radius: 0px !important;
box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
}

.filterbymenu .btnshow{
position: fixed;
bottom: 0px;
left:0px;
padding: 10px;
width:100%;
max-width: 315px;
border-top: 1px solid #f2f2f2;
background-color: #fff;
cursor: pointer;
z-index: 1;
display: flex;
    justify-content: space-between;
}

.darkmode .filterbymenu .btnshow{
background-color: #121b22;
border-top: 1px solid #909da5;
}

.filterbymenu .btnshow div{
  background: #18c773;
  border-radius: 30px;
  padding: 6px 22px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
}

.filterbymenu::-webkit-scrollbar-track
{

background-color: #F5F5F5;
}

.filterbymenu::-webkit-scrollbar
{
width: 5px;
background-color: #F5F5F5;
}

.filterbymenu::-webkit-scrollbar-thumb
{
background-color: #ddd;
}

.rtl .filterbymenu{
border:none;
left: 0px;
}

.darkmode .rtl .filterbymenu{
border-right: 1px solid #909da5;
}

.ltr .filterbymenu{
border:none;
border-left: 1px solid #d4d4d4;
right: 0px;
}

.filterbymenu .inputWithName{
width: 100%;
}

.filterbymenu .inputWithName .date .vdp-datepicker__calendar{
max-width: 100%;
margin-top: 5px;
}

.filterbymenu .inputWithName .date .vdp-datepicker__calendar .cell{
height: 33px;
display: flex;
}

.filterbymenu h1{
line-height: 1;
margin-bottom: 10px;
position: relative;
}

.darkmode .filterbymenu h1{
color: #909da5;
}

.filterbymenu h1 .close{
position: absolute;
top: -3px;
cursor: pointer;
font-size: 23px;
}

.rtl .filterbymenu h1 .close{
left: 2px;

}

.ltr .filterbymenu h1 .close{
right: 2px;

}

.invisible{
  opacity: 0;
}

.iconinlist{
  font-size: 21px;
  color:#18c773;
  height: 22px;
    width: 22px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.addcircle{

font-size: 15px;
border-radius: 50%;
background: #18c773;;

color: #fff;
height: 22px;
    width: 22px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.addcircle::before{
  content: "";
  position: absolute;
  left: 5px;
  height: 2px;
  width: 12px;
  background-color: #fff;

}

.addcircle::after{
  content: "";
  position: absolute;
  top: 5px;
  height: 12px;
  width: 2px;
  background-color: #fff;

}

.darkmode .addcircle{
border:none;
background: transparent;
}

.darkmode .md-input-container .mdselect{
border:none !important;
}
.mdselect .md-select-value{
font-size: 13px !important;
font-weight: normal !important;
}

.md-theme-default.md-radio.md-checked .md-radio-container{
border-color: #18c773 !important;
}

.md-theme-default.md-radio.md-checked .md-ink-ripple {
color: #18c773 !important;
}

.md-theme-default.md-radio .md-radio-container:after {
background-color: #18c773 !important;
}

.md-radio .md-radio-container:after {
position: absolute;

top:3px !important;
left:0px;
right: 0px;
width: 10px;
height: 10px;
margin: 0 auto;
}

.md-radio .md-radio-label {

padding-left: 8px;
padding-right: 8px;

}

.filterwrapper{
width: calc(100% - 300px);
}



.separator {
display: block;
height: 0;
border-bottom: 1px solid #eff2f5;
}
.my-2 {
margin-top: 0.5rem!important;
margin-bottom: 0.5rem!important;
}

.my-3 {
  margin-top: 0.5rem!important;
  margin-bottom: 0rem!important;
  }

.md-theme-default a:not(.md-button) {
color: #337ab7 !important;
}


.vue__time-picker{
width: 100% !important;
}
.vue__time-picker .controls{
display: none !important;
}

.vue__time-picker input.display-time {
border: 1px solid rgba(0, 0, 0, 0.12) !important;
width: 100% !important;
font-size: 1.5em !important;
}


.vue__time-picker-dropdown, 
.vue__time-picker .dropdown {
bottom: -142px;
width: 100% !important;
top: 37px !important;
font-size: 21px !important;
}

.vue__time-picker .dropdown .select-list{
width: 100% !important;
height: calc(10em - 20px) !important;
}

.vue__time-picker-dropdown ul, .vue__time-picker .dropdown ul {
width: 100% !important;
}


.mtopzero{
margin-top: 0px !important;
}

h2.change-user{
font-size: 17px;
}
h2.change-user ul.autocomplete{
max-width:400px;
max-height: 300px;
overflow-y: auto;

-webkit-box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
    box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
    border-radius: 15px;
}

.rtl h2.change-user ul.autocomplete{
right:0px;margin-top: 15px;
}

.ltr h2.change-user ul.autocomplete{
left:0px;margin-top: 15px;
}

.md-menu-content.md-select-content{

z-index: 9999999 !important;
}

.md-select-menu-container {
z-index: 900; }

md-backdrop.md-select-backdrop {
z-index: 899; }


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

input[type=number] {
-moz-appearance: textfield;
}


[contenteditable] {
-webkit-user-select: text !important;
user-select: text !important;
}






.alertm{
width: 100%;
padding: 10px;
position: relative;
background: #ededed;
color: #a1a1a1;
border-radius: 4px;
display: flex;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
font-size: 16px;
background: #c3f3d7;
color: #1e874a;
}

.mtop{
margin-top: 15px;
}

.mtop2{
margin-top: 20px;
}

.mtop3{
margin-top: 25px;
}

.alertm .alert--icon{
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

.alertm .alert--content{
width: 100%;
line-height: 1.5;
}


.alertm .alert--content a{
text-decoration: underline !important;
color:#000;
}
.rtl .alertm{
border-right: 8px solid #2ed573;
}

.ltr .alertm{
border-left: 8px solid #2ed573;
}

.rtl .alertm .alert--icon {
margin-left: 10px;
}

.ltr .alertm .alert--icon {
margin-right: 10px;
}


.mbottom{
margin-bottom: 8px !important;
}

.mbottom2{
margin-bottom: 15px !important;
}

.mbottom3{
margin-bottom: 20px !important;
}

.mbottom4{
margin-bottom: 25px !important;
}

.notop{
margin-top: 0px;
}

.date-form > div{

  width: 100% !important;
  border-left:none !important;
  border-right:none !important;

  height:63px;
    margin: 0 auto;
    max-width: 100%;
    border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: white;
    padding: 10px !important;
    width:100%;
    align-items: center;

}

.date-form {
  overflow: hidden;
    padding-top: 0px;
    position:fixed;
    bottom: 0px;
    width: 100%;
    left:31px;
    z-index: 5;
    box-sizing: border-box;
    border-top: none;
   }
 
 .rtl .date-form {
    left:auto; right:61px;
   }

   .ltr .date-form {
    right:auto; left:61px;
   }

.date-form input[type="button"], .date-form .button{
  background: #18c773;
  padding: 10px 25px;
  font-size: 19px;
  border-radius: 30px;
  border:none;
  color:#fff;
}

.date-form input[type="button"]:hover, .date-form .button:hover {
  opacity: .75;
  cursor: pointer;
}

.rtl .date-form > div .button{
  margin-left:10px;
}

.rtl .date-form > div .button:last-child{
  margin-left:0px;
}



.darkmode .date-form > div{
border: none;
background: #1f2c34 !important;
}

@media screen and (max-width: 1250px){

  .date-form > div{

    height:56px;

    padding-top: 0px !important;
    padding-bottom: 0px !important;
    display: flex;
    align-items: center;
  }

  .date-form input[type="button"]{

    padding: 9px 15px;
    font-size: 16px;
  }

.inputWithName {
width: calc(100% * (1/4) - 15px);
}

.flex-5 > div, .flex-5 > li {
width: calc(100% * (1/4) - 20px);
}
}

@media screen and (max-width: 1100px) {
.filterwrapper{
width: 100%;
}

div.receipt .vdp-datepicker *{
min-height: 37px !important;font-size: 15px !important;
}
div.receipt .datefin .vdp-datepicker input {
  min-height: 34px !important;
}

}


@media screen and (max-width: 1200px) 
{
  .menugrid div.menu ul li:last-child{
    margin-bottom: 0px;
  }

  .menugrid div.menu ul li.hr{
    display: none;
  }
  div.letters h2{
    width: 100% !important;
  }


.rtl .menugrid div.menu.menuleft{
top: -46px;
}


.rtl .menugrid.menufix div.menu h3 i.close{
left:10px !important;
top: 12px !important;
}

.menugrid div.menu.menuleft::after{
display:none;
}

.ltr .menugrid div.menu.menuleft{
top: -46px;
}
.job.header{
display: none  !important;
}

ul.itemall > li{
width: 100% !important;
justify-content: space-between;
display: flex;
flex-flow: wrap;
}

ul.itemall > li.swtichesbox{
display: block;
}

.job{
width: calc(100% * (1/2) - 15px) !important;
display: block !important;
padding: 15px;
margin-bottom: 10px;
border-radius: 15px;
}

.job > div{
width: 100% !important;
display: inline-flex !important;
border:none;
border-bottom:1px solid transparent !important;
padding: 0px !important;
font-size:13px !important;
margin-bottom: 10px;
padding-bottom: 10px !important;
}

.job > div:last-child{
padding-bottom: 0px !important;
border-bottom:none !important;
height: 30px;
}

.job .icons{
position: inherit;
}
.job .icons i{
position: initial;
margin-right: 5px;
}

.rtl .job .icons i{
margin-left: 5px;
margin-right: 0px;
}

.job > div > span:nth-child(1){
display: inline-flex;
font-weight: 600;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
align-items: center;
border-right: dashed 1px #e1e1e1;
padding-right: 10px;
width: 40%;
min-width: 40%;
}
.rtl .job > div > span:nth-child(1){
border-left: dashed 1px #e1e1e1;
padding-left: 10px;

border-right: none;
padding-right: 0px;

}

.ltr .job > div > span:nth-child(1){
margin-right: 10px;
}



.draggable-grid{
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: space-between;
}

.parent-job{
display: flex;
flex-wrap: wrap;
margin: -5px 0 0 -5px;
}
.parent-job > div.job{
width: calc(100% * (1/2) - 5px) !important;
margin: 5px 0 0 5px !important;
}

.rtl .job > div {
border-left: none;
}

.menugrid{

padding-top: 10px !important;
padding-bottom: 10px !important;
height: 40px;
justify-content: flex-end !important;
}

.menugrid:last-child{
margin-bottom:0px !important;
}

.menugrid > i{

width: 22px;
text-align: center;
font-size: 19px;
min-width: 22px;
}

.rtl .menugrid div.menu {
right: auto;
left: 28px;
top:auto !important;
bottom:0px !important;
max-height: 100%;
border-radius: 0px;
}
.ltr .menugrid div.menu {
left: auto;
right: 0px;
top:auto !important;
bottom:0px !important;
max-height: 100%;
border-radius: 0px;
}


.menugrid div.menu ul li a{
padding: 15px;
}

.menugrid div.menu h3 {
margin: 0px;
padding: 15px;
padding-bottom: 15px;
margin-bottom: 0px;
background: #18c773;
color: white;
}

.menugrid div.menu.active {
z-index: 9;
overflow-y: auto;
}

.menugrid div.menu.active.withbg::before{
position: fixed;
content: "";
width:100%;
height:100%;
top:0px;
left: 0px;
background-color: rgba(0, 0 , 0 , 0.3);
}
.rtl .menugrid div.menu {
left: 0px;
}

.menugrid div.menu {
right: auto;
top: auto;
bottom: 0px;
left: 0px;
border: 0px;
z-index: 4;
width: 100%;
left: 0px;
position: fixed;
}

.menugrid div.menu > ul {
position: relative;
z-index: 1;
}

.menugrid div.menu ul li {
box-sizing: border-box;
margin-top: 0px;
background-color: white;
border-bottom: 1px solid #f2f2f2;
}

.menugrid div.menu ul li a {
font-size: 17px;
padding: 15px 20px;
border-bottom: 1px solid #e8e8e8;
}

.menugrid div.menu ul li a:last-child{
border-bottom: none;
}

.menugrid div.menu.edit::before {
content: "";
position: fixed;
left: 0px;
width: 100%;
height: 100%;
background-color: black;
background: rgba(0, 0, 0, 0.3);
top: 0px;
z-index: 1;
}

.menugrid div.menu.menuleft{
bottom: 0px !important;
top: auto !important;
left: 0px !important;
margin-bottom: 0px !important;
border-radius: 0px !important;
}

.menugrid div.menu.menuleft h3 {
padding-bottom: 15px !important;
margin: 0px !important;
font-size: 17px !important;
position: relative;
}

.flexend .menugrid div.menu h3{
position: relative;
}
.menugrid div.menu.menuleft h3 i.close, .flexend .menugrid div.menu h3 i.close{
position: absolute;
font-size: 22px !important;
display: block;
}

.rtl .menugrid div.menu.menuleft h3 i.close,.rtl .flexend .menugrid div.menu h3 i.close{
left: 10px;
top: 13px;
}

.ltr .menugrid div.menu.menuleft h3 i.close,.ltr .flexend .menugrid div.menu h3 i.close{
right: 10px;
top: 13px;
}

.menugrid.active{
position: fixed;
top: 0px;
height: 100%;
width: 100% !important;
z-index: 1;
padding: 0px !important;
margin: 0px !important;
left: 0px;
background-color: rgba(0, 0, 0, 0.3) !important;
z-index: 9;
}

.menugrid.active > i{
  display: none !important;
}

.menugrid.active > span{
display: none !important;
}

.flexend .menugrid div.menu.active h3{ padding-bottom: 15px !important;  margin: 15px !important; font-size: 17px !important; }


div.letters{
  display: flex;
  margin: 0px 0 0 -15px;
  flex-wrap: wrap;
}

div.letters > div.job{
  width: calc(100% * (1/2) - 15px) !important;
  margin: 15px 0 0 15px;
  overflow: hidden;
}

}  

@media screen and (max-width: 1200px) {

  .header-nav .icons div.menugrid > div{
    width: auto;
    height: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.3) !important;
    }
    
    .header-nav .icons div.menugrid div.menu h3 i.close{
    display: block;
    }

    .rtl .header-nav .icons div.menugrid div.menu h3 i.close {
      margin-left: 15px;
      }
      
      .ltr .header-nav .icons div.menugrid div.menu h3 i.close {
      margin-right: 15px;
      }

}
@media screen and (max-width: 1000px) {

  .flex-3-15 > div, .flex-3-15 > li{
    width: calc(100% * (1/2) - 15px);
  }
  .swtichesbox{
    padding:15px;
  }
.header-nav .icons div.menugrid div.menu h3::after{
display: none;
}

.header-nav .icons div.menugrid div.menu h3::before{
display: none;
}






}

@media screen and (max-width: 950px){
.inputWithName {
width: calc(100% * (1/3) - 15px);
}

.flex-5 > div, .flex-5 > li {
width: calc(100% * (1/3) - 20px);
}
}


@media screen and (max-width: 870px){
.strip-buttons{
width: 100%;
margin-bottom: 20px;
}

.stripbuttons{
display:none !important;
}

.flex.flexdisable{
flex-wrap: wrap;
display: block;
}

.flex.flexdisable > div{
margin-left: 0px !important;
margin-right: 0px !important;
margin-bottom: 15px !important;
}

.flex.flexdisable > div:last-child{
margin-bottom: 0px !important;
}

.flex50 > div, .flex50 > li{
width: calc(100% * (1/1) - 20px);
}

}

@media screen and (max-width: 800px){
.row-item div.inputs > div, .row-item div.inputs2 > div{
width: calc(100% * (1/2) - 7px) !important;
margin: 7px 0 0 7px !important;
}
}

@media screen and (max-width: 760px) {
.header-page > div{
display: block !important;

}

.header-page > div > div:nth-child(1){
margin-bottom: 10px;
margin-right: 90px !important;
}

.rtl .header-page > div > div:nth-child(1){

margin-left: 90px !important;
margin-right: 0px !important;
}

.header-page > div > div:nth-child(2){
margin-left: 0px;
padding-right: 0px;
margin-bottom: 0px;
}


.vdp-datepicker__calendar {
z-index: 100;
width: 300px !important;
position: fixed !important;
top: 10% !important;
left: 0 !important;
right: 0 !important;
margin: 0 auto !important;
height: auto !important;
max-height: calc(100% - 10%) !important;
z-index: 999 !important;
background-color: white;
box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%) !important;;
border-radius: 15px !important;

}

}

@media screen and (max-width: 750px){
.inputWithName {
width: calc(100% * (1/2) - 15px);
}

.header-page > div > div:nth-child(4){
display: none;
}


.pagination > li > a, .pagination li > span {

padding: 5px 10px;
font-size: 12px;
}

.flex-5 > div, .flex-5 > li {
width: calc(100% * (1/2) - 20px);
}

}

@media screen and (max-width: 700px) {

.dropdownbtn{
height: 35px;
width: 90%;
font-size: 14px;
max-width: 200px;
min-width: 10px;
}

div.popup-model div.wrapper ul.content {
padding: 14px;
}

div.popup-model div.wrapper ul.content li.first {
  min-height: 38px;
}


div.popup-model div.wrapper .bottom-form {
padding: 14px;
}

section.menu ul {
display: block;
}

section.menu ul li{
padding: 18px;
border-bottom: 1px solid #e2e2e2;
}

section.menu ul li:last-child{
border-bottom: none;
}

section.menu{
height:auto;
}

.job{
width: 100% !important;
display: block !important;
margin-left: 0px !important;
margin-right: 0px !important;
}



.parent-job > div.job{
width: calc(100% * (1/1) - 5px) !important;
margin: 5px 0 0 5px !important;
}

div.letters > div.job{
  width: calc(100% * (1/1) - 15px) !important;
  margin-right: 0px !important;
margin-left: 0px !important;
}


#add{
width: 35px;
height: 35px;
padding-top: 0px;
margin-left: 40px;
top: 0px;
display: flex;
align-items: center;
justify-content: center;
}

.rtl #add {
margin-left: 0px;
margin-right: 15px;
}

.ltr #add {
margin-right: 0px;
margin-left: 15px;
}

#add i {
font-size: 15px;
}

.pulse {
display:none;
}


.plusinfo{
top: 30px;
}

.rtl .plusinfo {
right: -182px;
}

[class*=yesh--]:after, [class*=yesh--]:before {
display:none !important;
}

.flexend .menugrid > div.active{
position: fixed;
top:0px;
left:0px;
width:100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3) !important;
z-index: 6;
}
.flexend .menugrid div.menu{
bottom: 0px;
position: fixed;
left: 0px;
top: auto !important;
width: 100%;
border: none;
border-radius: 0px;
}

.flexend .menugrid div.menu.active ul li a{
font-size: 17px;
padding: 15px;
}



}

@media screen and (max-width: 600px) {

.apexcharts-yaxis {
transform: translateX(-35px) !important;
}

.apexcharts-text tspan {
font-family: cursive !important;
}

.rtl .menugrid div.menu h3 i {
margin-left:14px !important;
}

.ltr .menugrid div.menu h3 i {
margin-right:14px !important;
}

.header-page
{
margin-bottom: 30px;
padding-left: 15px;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 20px;
}
.header-page > div.container{
width:100%;
margin-left:0px;
margin-right:0px;
}

.header-page h1{
font-size: 24px !important;
line-height: 26px;
}

.header-page h1 img{
height:17px !important;
}

.filterbtn{
bottom: -35px;
}

.date-form{
left:0px !important;
}






.md-input-container label{
font-size: 13px !important;
}

.rtl .btn-form{
padding-right: 0px;
}

.ltr .btn-form{
padding-left: 0px;
}

.btn-form > div{
width: 100%;
border-left:0px;
border-right:0px;
}

.flex-5 > div, .flex-5 > li {
width: calc(100% * (1/1) - 20px);
}

}

@media screen and (max-width: 570px) {

  .rtl .date-form {
    right: 0px;padding-right: 0px;
  }

  .ltr .date-form {
    left:0px;padding-left: 0px;
}

.rtl  .header-nav{
width: 100%;
}

.ltr  .header-nav{
width: 100%;
}
}

@media screen and (max-width: 510px) {
.header-page > div > div:nth-child(5){
display: none;
}
}

@media screen and (max-width: 500px) {
.iconbrand{
height:25px !important;
}
.header-nav .icons{
width: 100%;
justify-content: center;
bottom: -54px;
}
.header-nav{
padding-bottom: 32px;
}

.flex-2-15 > div, .flex-2-15 > li, .flex-3-15 > div, .flex-3-15 > li{
width: calc(100% * (1/1) - 15px);
}

.alertm {
font-size: 14px;
}

}

@media screen and (max-width: 450px){
.inputWithName {
width: calc(100% * (1/1) - 15px);
}

.row-item div.inputs > div, .row-item div.inputs2 > div{
width: calc(100% * (1/1) - 7px) !important;
margin: 7px 0 0 7px !important;
}
}





.alertupgrade .alert--content {
width: 100%;
line-height: 1.5;
}


.alertupgrade .alert--icon{

display: flex;
align-items: center;
justify-content: center;
}

.rtl .alertupgrade .alert--icon{
margin-left: 10px;
}

.ltr .alertupgrade .alert--icon{
margin-right: 10px;
}

.alertupgrade {
width: 100%;
padding: 10px;
margin-bottom: 15px;
position: relative;

background: #ededed;
color: #a1a1a1;
border-radius: 4px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
font-size: 16px;
background: #c3f3d7;
color: #1e874a;
}

.rtl .alertupgrade{
border-right: 8px solid #2ed573;
}

.ltr .alertupgrade{
border-left: 8px solid #2ed573;
}

.moredetails{
display: inline-block;

}


@media screen and (max-width: 1100px) {
.moredetails{
display: none;

}

  .flex-4-15 > div, .flex-4-15 > li{
      width: calc(100% * (1/2) - 15px);
  }

}

@media screen and (max-width: 400px)
{
  .alertupgrade .alert--content {
  font-size: 13px;
  }
   
}


@media screen and (max-width: 320px)
{

   
.flex-4-15 > div, .flex-4-15 > li{
  width: calc(100% * (1/1) - 15px);
}
}


.igreen{
background-color: #f3faf5;
}


.md-checkbox .md-checkbox-container {
  width: 17px !important;
  min-width: 17px !important;
  height: 17px !important;
  border: 1px solid #555 !important;
}

.md-menu-content.md-select-content.md-active{
  box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%) !important;
  border-radius: 15px !important;
  }

  .md-input-container:after{
    background-color: #f2f2f2 !important;
  }

  .pagination.fadeinLeft2{
    display: flex;
  }

  .md-checkbox .md-checkbox-container:after{
    width: 5px !important;
    height: 11px !important;
    top: 1px !important;
  }





  .fadeinBottom3 {
    -webkit-animation: anibottom3 .6s;
-moz-animation: anibottom3 .6s;
-ms-animation: anibottom3 .6s;
-o-animation: anibottom3 .6s;
animation: anibottom3 .6s;
position: relative;
}

@keyframes anibottom3 {
from { opacity: 0; bottom:-100px; }
to   { opacity: 1;bottom:70px;  }
}


@-moz-keyframes anibottom3 {
  from { opacity: 0; bottom:-100px; }
  to   { opacity: 1;bottom:70px;  }
}


@-webkit-keyframes anibottom3 {
  from { opacity: 0; bottom:-100px; }
  to   { opacity: 1;bottom:70px;  }
}


@-ms-keyframes anibottom3 {
  from { opacity: 0; bottom:-100px; }
  to   { opacity: 1;bottom:70px;  }
}


@-o-keyframes anibottom3 {
  from { opacity: 0; bottom:-100px; }
  to   { opacity: 1;bottom:70px;  }
}



.submenuwrap{
  overflow-x: auto;
}


.submenuitems{
  display: flex;
  margin-bottom: 30px;
}

.submenuitems > div{
  padding: 20px 35px;
  border-radius: 15px;
  background-color: white;
  font-size: 20px;
  min-width: 205px;
}

.submenuitems > div h3{
  font-size: 14px;
  margin-bottom: 10px;
}

.rtl .submenuitems > div{
  margin-left:15px;
}

.ltr .submenuitems > div{
  margin-right:15px;
}

.rtl .submenuitems > div:last-child{
  margin-left:0px;
}

.ltr .submenuitems > div:last-child{
  margin-right:0px;
}

.rtl .submenuwrap .arrow-left{
  background-color: rgba(0,0,0, .08);
  top: 0;
  bottom: 0;
  height: 26px;
  width: 26px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border-radius: 50%;
  margin-bottom: 5px;
  margin-right: auto;
  display: none;

}

.submenuitems span{
  font-size: 15px;
    font-weight: normal;
}

.submenuitems select{
  font-size: 20px;
    border: none !important;
    padding: 0px !important;
    margin: -5px;
    max-width: 100%;
    background: #fff;
}

@media screen and (max-width: 700px){
  .submenuitems > div {
    padding: 20px;
    font-size: 17px;
  }

  .submenuitems > div h3 {
      margin-bottom: 5px;
  }

  .submenuitems{
    margin-bottom: 15px;
  }

  .rtl .submenuwrap .arrow-left{

    display: flex;
  
  }
}

.md-input-container.padding, .md-input-container.padding label{
  padding-left: 10px !important;
    padding-right: 10px !important;
}



.img-magnifier-container {
  position:relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid rgb(213, 213, 218);
  border-radius: 50%;
  cursor: none;
  left:0px;
  /*Set the size of the magnifier glass:*/
  width: 160px;
  height: 160px;
  box-shadow: 0 0 50px 0 rgba(82 ,63, 105, .35);
  z-index: 99999;
}

.inline{
  display: inline-block;
}


.job div.menugrid:last-child > span{
  color: rgb(24, 199, 115);
  text-decoration: underline;
  font-size: 110%;
}