                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
                }

                body {
                    height: 100%;
                    width: 100%;
               
                    font-family: 'Rubik', 'sans-serif','Helvetica Neue', 'Helvetica', 'Arial' !important;
                    overflow-x: hidden;
                    background-color: #f3f3f3;

                }

                .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: 1456px;
                    display: block;
                    height: 100%;
                }

                .none{
                     display: none !important;
                }

                .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%;

                }

                .shadow{
                    width: 100%;
                    height: 100%;
                    position: fixed;
                    background-color: black;
                      opacity: 0.4;
                      top:0px;
                      left:0px;
                      z-index: 5;
                      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 > div, .flex-2 > li{
                width: calc(100% * (1/2) - 20px);
                margin: 20px 0 0 20px;
              
              }

                .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;
                  
                  }
                  
     body.login,body.contact,
     body.reset_password,
     body.NotFound,
     body.login2,
     body.signup, 
     body.affsignup, 
     body.affLogin
     {
          background-color: #ededed !important;
        background: url('bg-body.jpg') no-repeat center center fixed !important;
       -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;

      }

      body.signupinvoice,
      body.signupinvoicecpa, 
      body.logininvoice, 
      body.invoice-reset-password, 
      body.invoice-reset-cpa,
      body.autologin, 
      body.logininvoicecpa,
      body.logininvoicecpam{
        
        background-color: #ededed !important;
        background: url('/static/business.png') no-repeat center center fixed !important;
       -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
      }

      

  
.green{
    background-color: green;

}

.header-nav.stati{
  position: inherit !important;
  margin-bottom: 40px;
  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;
}

.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 1.25s;
       -moz-animation: anibottom 1.25s;
        -ms-animation: anibottom 1.25s;
         -o-animation: anibottom 1.25s;
            animation: anibottom 1.25s;
            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: #337ab7;
       text-decoration: none;
       background-color: #fff;
       border: 1px solid #ddd;
       z-index:0;
   }

   .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-color: #337ab7 !important;
       border-color: #337ab7 !important;

       background: -webkit-gradient(linear, left top, right top, from(#18c746), to(#18c773));
       background: linear-gradient( 
   90deg
    , #18c746 0%, #18c773 100%);
       border-color: #18c746 !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: 3px;
    border-bottom-right-radius: 3px;
}

.rtl .pagination > li:last-child > a{

  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;

  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
 }

   .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: #18c746!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;
    margin-top: 5px;
    font-size: 14px;
    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 #18c746 !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.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: #18c746!important;
  background: -webkit-gradient(linear, left top, right top, from(#18c746), to(#18c773));
  background: linear-gradient(
90deg
, #18c746 0%, #18c773 100%);
  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: 3px;
  display: inline-block;
  height: 36px;
  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: #18c746;
  -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: bold;
}

.flowdisabled{
  overflow: hidden !important;
  overscroll-behavior: contain;
  touch-action: none;
}

.header-page{
  color: #1b3445;
font-weight: 600;
font-size: 20px;
border-bottom: 1px solid #d4d4d4;
background-color: #fff;
padding-bottom: 20px;
padding-top: 15px;
position: relative;
display: flex;
margin-bottom: 30px;
padding-left: 0px;
padding-right: 0px;;
}

.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;
}

.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);
}

.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: #18c746;
  color : #fff;
  cursor: pointer;
}


.swtichesbox{
  padding: 15px;
  box-sizing: border-box;
  background-color: white;;
  margin-bottom: 14px !important;
  border: 1px solid #e1e1e1;
  align-items: center;
}

.swtichesbox .boxheader{
  padding-bottom:15px;
  margin-bottom: 15px;
  border-bottom:1px solid #eee;
}

.swtichesbox h1{
  font-size: 18px;
  line-height: 1.4;
  word-break: break-word;
}

.swtichesbox h2{
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.4;
  color:gray;
  font-weight: normal;
}

.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 #e1e1e1;
}

.swtiches.last{
  margin-bottom: 0px !important;
}


.swtiches label{
  margin-left: auto;
}

.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 #18c746;
    color: #18c746;
    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;
    border: 1px solid #ec5538;
    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;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.success{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #97c500;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px !important;
    margin-bottom: 10px;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: .50rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

  #addbtn, .addbtn{
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    background-color: #18c746;
    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;
  }

  .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;
  }

  .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;
  }

  .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:10px;
}

.ltr .md-input-container label{
  right:auto;
  left:10px;
}

.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: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

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;
  background-color: #fff;
}

.md-input-container.maxl{
  margin-bottom: 25px !important;
}

.md-input-container.nobttomspace,.md-input-container.nobottomspace, .nobttomspace{
  margin: 0px 0 0px !important;
}

.md-input-container.nobttomspace2,.md-input-container.nobottomspace2, .nobttomspace2{
  margin-bottom: 0px !important;
}

.md-input-container.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;
}


.input{
  padding: 8px !important;
  border:1px solid rgba(0, 0, 0, 0.12) !important;
}

.new-tag-input-wrapper input{
  font-size: 16px;
}

.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: 1px solid rgba(0, 0, 0, 0.12) !important;
  border-left: 1px solid rgba(0, 0, 0, 0.12) !important;
  border-right: 1px solid rgba(0, 0, 0, 0.12) !important;
  padding-left: 10px !important;
  padding-right: 10px !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;
}

.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: 7;
    overflow: auto;
}

div.popup-model div.wrapper{
  width: 100%;
  max-width:900px;
background: #fff;
border-radius: 5px;
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;
  -webkit-box-shadow: 0px 0px 1px 3px rgba(128,128,128,1);
  -moz-box-shadow: 0px 0px 1px 3px rgba(128,128,128,1);
  box-shadow: 0px 0px 1px 3px rgba(128,128,128,1);
  margin-bottom: 5em;
}

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;
}

div.popup-model div.wrapper ul.content li.first{
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
  margin-bottom: 20px;
  line-height: 25px;
  position: relative;
  font-size: 18px;
}

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: #18c746;
  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"] {

	width: 110px;
	border-radius: 3px;
	background: #18c746;
  background: linear-gradient(
90deg
, #18c746, #18c773);
	padding: 8px 15px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 15px;
	border: 0;
  outline: none;
  margin-right:0px;
}


div.popup-model div.wrapper .bottom-form input[type="button"]:hover {
    opacity: .75;
    cursor: pointer;
}

div.popup-model div.wrapper .bottom-form  input {

  width: 110px;
  border: 1px solid #dcdcdc;
  border-radius: 20px;
  padding-left: 15px;
  margin-right: 10px;
}

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: 34px;
}
div.receipt .vdp-datepicker input{
  height:100% !important;
  width:100% !important;
  border:1px solid rgba(0, 0, 0, 0.12) !important;
  padding: 5px 8px !important;
  border-radius: 3px !important;
}

.vdp-datepicker__calendar{
  padding: 10px;
}
.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: #18c746;
  height: 40px;
  color: white;
  display:flex;align-items: center;
  justify-content: center;
}

.vdp-datepicker__calendar .cell{
  margin-bottom: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.vdp-datepicker__calendar .cell.selected {

 color: white;
}

.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: 1456px;
  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: 3px;
  cursor: pointer;
    background: #18c746;
    background: linear-gradient( 
90deg
 , #18c746, #18c773);
    padding: 8px 15px;
    border:none;
    color:white;

}
.btn-form > div .button{
  border-radius: 3px;
  background: #18c746;
  background: linear-gradient(
90deg
,#18c746,#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;
}

@media screen and (max-width: 1250px){
   .inputWithName {
       width: calc(100% * (1/4) - 15px);
   }
}

@media screen and (max-width: 950px){
   .inputWithName {
        width: calc(100% * (1/3) - 15px);
   }
}


@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: 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;
    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 22px 3px rgba(0,0,0,0.29);
-moz-box-shadow: 0px 0px 22px 3px rgba(0,0,0,0.29);
box-shadow: 0px 0px 22px 3px rgba(0,0,0,0.29);
}


}

@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;
  }

}

@media screen and (max-width: 700px) {
  .dropdownbtn{
    height: 35px;
    width: 90%;
    font-size: 14px;
    max-width: 200px;
    min-width: 10px;
  }

}

@media screen and (max-width: 600px) {

  .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;
  }

  .date-form > div{
    width: 100% !important;
    border-left:none !important;
    border-right:none !important;
  }

  .swtichesbox{
    padding: 10px;

  }

  .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;
  }

}

@media screen and (max-width: 510px) {
  .header-page > div > div:nth-child(5){
      display: none;
  }
}

@media screen and (max-width: 450px){
  .inputWithName {
      width: calc(100% * (1/1) - 15px);
  }
}


.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;
}



@media screen and (max-width: 600px) {
  .apexcharts-yaxis {
    transform: translateX(-35px) !important;
  }
  
  .apexcharts-text tspan {
    font-family: cursive !important;
  }

}


.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: 3px;
  background: #18c746;
  background: linear-gradient(
90deg
,#18c746,#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;
}