/*1. Reset*/
.menu, .menu-hider{display:none; opacity:0;}
/** {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
  font-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: subpixel-antialiased!important;
    -webkit-transform: translate3d(1,1,1);
    transform:translate3d(1,1,1);    
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}*/

*:focus {outline: none;}

*,*:after,*:before {  
    box-sizing: border-box; 
    padding: 0; 
    margin: 0;
}

*{
    font-family:'Roboto', sans-serif;
}

body{
  margin: 0;
  padding: 0;
  overflow-x:hidden;
    font-size:13px;
    line-height:23px;
    font-weight:400;
    background-color: #f1f4f5;
}

/*::-webkit-scrollbar{display: none;}*/
::selection {background-color:#CCC; color:#000;}
div, a, p, img, blockquote, form, fieldset, textarea, input, label, iframe, code, pre {
  display: block;
  position:relative;
}

/*
div, a, input {
    display: block;
    position:relative;
}
*/

textarea, input {outline: none;}
input[type="submit"]{appearance:none;   -webkit-appearance: none;}
input{border-radius: 0!important; -webkit-border-radius:0px!important; display:inline-block;}
textarea{-webkit-appearance: none!important; border-radius: 0!important; -webkit-border-radius:0px!important;}
label a{display:inline-block;}
.no-click{pointer-events:none!important;}

/*---Typography---*/ 
.pointer {cursor: pointer;}
a{color:#27a1fb;}
p > a { display: inline; text-decoration: none;}
p > a:hover{text-decoration: underline;}
p > span {display: inline;}
p strong{font-size:13px; font-weight:500;}
span > a {display: inline;}
a > span {display: inline;}
a {text-decoration: none;}
a:hover {text-decoration: none;}
strong a, em a{display:inline;}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {display: inline;}
/*ul, ol{color:#666666; font-size:13px; margin-left:20px;}
ul {margin-bottom: 30px;}
ul ul{margin-bottom:5px;}
ol ol{margin-bottom:5px;}
ol {margin-bottom: 30px;}
li {line-height: 24px;  margin-bottom:5px;}
ol > li:last-child, ul > li:last-child {margin-bottom:0px;}*/
ul{list-style-type: none;}
textarea{font-size: 15px;font-family:'Roboto', sans-serif;}
sub, sup{font-size: 50%; line-height: 0;  position: relative;  vertical-align: baseline;}
sup{top: -15px;} sub{bottom: 0px;}
i{min-width:12px;}
i:hover{
  cursor: pointer;
}

.disabled{display:none!important;}
.stop-scroll{overflow: hidden!important;}
.no-click{pointer-events:none;}
.no-transition{transition:all 0ms ease!important;}
.no-border{border:none!important;}
.responsive-image{display:block; width:100%;}
.round-image{border-radius:100%;}

/*Typography*/
/*p{line-height: 26px; margin-bottom: 30px; font-size:13px; color:#6c6c6c;}*/
p strong{color:#1f1f1f;}
h1, h2, h3, h4, h5, h6{
  font-family:'Roboto', sans-serif;
    margin-bottom:5px;
    /*letter-spacing:-0.3px;*/
    letter-spacing: 0.9px;
    font-weight:600;
}

h1 *, h2 *, h3 * , h4 * , h5 * , h6 * {font-family:'Roboto', sans-serif;}

h1{font-size:24px; line-height:30px}
h2{font-size:21px; line-height:25px}
h3{font-size:20px; line-height:24px}
h4{font-size:18px; line-height:23px}
h5{font-size:16px; line-height:22px}

.text-cap {
  text-transform: capitalize;
}

.hidden{display: none !important}

/*width*/
.w-100p{
  width: 100%
}

/*font-size*/
.font-9{font-size: 9px;}
.font-10{font-size:10px;}
.font-12{font-size:12px;}
.font-14{font-size:14px;}
.font-15{font-size:15px !important;}
.font-16{font-size:16px !important;}
.font-20{font-size:20px;}
.font-18 {
  font-size: 18px!important
}

.font-24{
  font-size: 24px!important
}

.font-500 {
   font-weight: 500 !important;
}

/*Alignment*/
 /*Floats*/
.float-left{float:left;}
.float-right{float:right;}

.pull-right{
  float: right;
}
.pull-left{
  float: left;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.wk-center{
  text-align:-webkit-center;
}
.center-block{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*Color*/
.green{color: #00a86b !important;}
.light-green{
  color: #11CEA6 !important;
}
.white{color: white !important;}
.lred{color: #ee6565 !important;}
.black{color: black !important}
.lgrey{color:#b5adad !important}
.black-light-1{color: #1f1f1f}
.text-purple{
  color: #EF5FA7;
}
.text-muted {
    color: #98a6ad !important;
}
.highlight{
  color:#525751 !important
}


/*BackGround Color*/
.bg-ltint{background-color: #e3e5e6 !important;}

.bg-safforn{background-color: #ffa54bf2 !important;}
.bg-green{background-color: #00a86b;}
.bg-white{background-color: white !important;}
.bg-lred{background-color: #ee6565 !important;}
.bg-black{background-color: black !important}
.bg-lgrey{background-color:#b5adad !important}
.bg-lgreen{
  background-color: #25c99c;
}
.bg-black-light-1{background-color: #1f1f1f}
.bg-text-purple{
  background-color: #EF5FA7;
}
.bg-blue{
  background-color: #89c7f3;
}
.bg-lblack {
  background-color: #98a6ad !important;
}
.bg-lblue{
  background-color: #58c7ee !important;
}

.bg-blue-white{
  background-color: #D1F0FF !important;
}

.bg-red-white{
  background-color: #FFEDF1 !important;
}

.bg-yellow-white{
  background-color: #FFF6E4 !important;
}

.bg-light-green{
  background-color: #11CEA6 !important;
}
.bg-lightblue{
  background-color:#00A2FF !important;
}

/*Margins*/
.top-9{
  top:-9px;
}
.m-15{
  margin: 15px;
}
.m-r-5{
  margin-right: 5px;
}
.m-r-10{
  margin-right: 10px;
}
.m-r-15{
  margin-right: 15px;
}
.m-r-20{
  margin-right: 20px;
}
.m-b-5{
  margin-bottom: 5px;
}
.m-b-10{
  margin-bottom: 10px;
}
.m-b-15{
  margin-bottom: 15px;
}
.m-b-20{
  margin-bottom: 20px;
}
.m-t-4{
  margin-top: 4px;
}
.m-t-5{
  margin-top: 5px;
}
.m-t-7{
  margin-top: 7px;
}
.m-t-10{
  margin-top: 10px !important;
}
.m-t-15{
  margin-top: 15px !important;
}
.m-t-20{
  margin-top: 20px !important;
}
.m-t-25{
  margin-top: 25px !important;
}
.m-t-45{
  margin-top: 45px !important;
}
.m-t-n24{
  margin-top: -24px;
}
.m-t-n2{
  margin-top: -2px;
}
.m-l-5{
  margin-left: 5px !important;
}
.m-l-15{
  margin-left: 15px;
}
.m-l-20{
  margin-left: 20px;
}
.m-l-35{
  margin-left: 35px;
}
.m-5{
  margin:5px;
}
.m-l-25{margin-left: 25px;}
.m-l-120{margin-left: 120px;}

/*Width*/
.w-30{width: 30px;}
.w-85{width: 85px;}
.w-20p{width: 20%;}
.w-70p{width: 70%;}

/*Padding*/
.p-2{
  padding: 2px;
}
.p-5{
  padding: 5px;
}
.p-7{
  padding: 7px;
}
.p-12{
  padding:12px !important;
}
.p-15{
  padding:15px !important;
}
.p-b-5{padding-bottom: 5px;}
.p-r-25{padding-right: 25px;}

/*Scroll*/
.scroll-x{
  overflow-x:auto;
}
.scroll-y{
  overflow-y:auto;
}


/*Font Weight*/
.bold-600{
  font-weight: 600;
}

/*Tooltip*/
/*
[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
[data-title]:after {
    content: attr(data-title);
    position: absolute;
    right: 105%;
    white-space: nowrap;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
}
[data-title] {
    position: relative;
}

[data-title-right]:after {
  top: -5px;
  left: 105%;
}

[data-title-left]:after {
  top: -5px;
  right: 105%;
}

[data-title-top]:after{
  width: 120px;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}


[data-title-bottom]:after {
  width: 120px;
  top: 100%;
  left: 50%;
  margin-left: -60px; 
}
*/
/* Use half of the width (120/2 = 60), to center the tooltip */


/*--Page Content Settings---*/
.page-content{background-color:#f5f5f5; transition:transform 300ms ease;}
.header, .menu{transition: transform 300ms ease; will-change: transform, opacity;}
.menu-hider{transition:opacity 300ms ease; will-change:opacity;}
.page-content{
  /*box-shadow:0 5px 30px 0 rgba(0,0,0,0.11); */
  z-index:90;}

.content-boxed{
    background-color:#FFF; 
    margin:15px 15px 30px 15px; 
    display:block; 
    /*border-radius:13px!important;*/ 
    /*overflow:hidden;*/
    z-index:1;
}
.content-boxed-dashboard{
  height: 85px;
  background-color:#FFF; 
  margin:15px 15px 30px 15px; 
  display:block; 
  border-radius:13px!important; 
  padding-top:12px;
  overflow:hidden;
  z-index:1;
}
.content-boxed-full{padding:0px!important; margin-top:0px;}


/*---Page Transitions---*/
#page{
    display:block;
    left:0px;
    right:0px;
    overflow:hidden;
}

/*--Header & Footer---*/
.header-subtitle span{font-family:'Roboto', sans-serif;}
.header .header-subtitle{
    position:absolute;
    height:55px;
    line-height:55px;
    font-size:15px;
    color:#000;
    font-weight:800;
    z-index:1;
    font-family:'Roboto', sans-serif;
}

.header-subtitle{
    font-size:12px!important;
    font-weight:600!important;
}

.header{
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    height:55px;
    z-index:99;
}

.header-auto-show{opacity:0; pointer-events:none; transition:all 350ms ease;}

.header .header-icon{
    position:absolute;
    height:55px;
    width:45px;
    text-align:center;
    line-height:54px;
    font-size:12px;
    color:#1f1f1f;
}

.header{
    background-color:#FFF; 
    border-bottom:solid 1px rgba(0,0,0,0.03); 
    box-shadow:0 4px 18px 0 rgba(0,0,0,0.08);
}

.header-logo-app .header-icon-1{left:3px;}
.header-logo-app .header-icon-2{right:2px;}
.header-logo-app .header-icon-3{right:45px;}
.header-logo-app .header-subtitle{left:0px!important; margin-left:55px!important;}

/*---Footer---*/
.footer{padding:0px 0px 10px 0px; z-index:11;}


/*---Footer Menu--*/

#footer-menu{
    position:fixed;
    border-radius:10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:98;
    background-color:rgba(249, 249, 249, 1);
    transition:all 250ms ease;
    min-height:60px;
    transition:all 250ms ease;
    box-shadow:0 15px 30px 0 rgba(0,0,0,0.21), 0 0px 15px 0 rgba(0,0,0,0.18)!important;
    overflow:hidden;
}

#footer-menu a{
    color:#1f1f1f;
    float:left;
    text-align:center;
    transition:all 350ms ease;
}
.footer-menu-5-icons a{width:20%;}

#footer-menu a span{
    position:absolute;
    left:0px;
    right:0px;
    font-weight:500;
    text-align:center;
    font-size:10px;
    padding-top:34px;
}

#footer-menu a i{padding-top:17px; font-size:18px;}
#footer-menu a{transition:all 200ms ease!important;}
#footer-menu i{transition:all 200ms ease!important;}
#footer-menu span{transition:all 200ms ease!important;}
.color-white{color:#FFF!important;}

/*Reusable Classes*/
.center-text{display:block;}
.center-text{text-align:center; display:block;}
.color-white{color:#FFF!important;}
.color-theme{color:#1f1f1f!important;}
.underline{
  text-decoration: underline;
}

/*Reusable Classes*/
.text-right{display:block;}
.text-right{text-align:right;}

.caption .text-right {
    z-index: 99;
}
.right-20 {
    margin-right: 20px!important;
}
.p-top-0 {
  top: 0px!important;
}
.top-0 {
    margin-top: 0px!important;
}
.top-5 {
    margin-top: 5px!important;
}

.caption-center {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}
.text-right, .right-text {
    text-align: right;
}

.br-grey{border: 1px solid #dbdada;}
/*Page Titles*/

.page-title-small{padding:15px 20px 0px 20px; z-index:10;}
.page-title-small h1{font-weight:600; font-size:24px; padding-top:10px;}
.page-title-small i{font-size:19px; width:40px; height:24px; display:inline-block;}
.page-title-small a{
    background-size:cover;
    border-radius:50px;
    position:absolute;
    width:40px;
    height:40px;
    right:20px;
    top:22px;
    z-index:98;
}

.page-title-bg{
    z-index:0;
    background-size:cover;
    position:absolute;
    background-color:rgba(0,0,0,0.5);
    left:-10px;
    right:-10px;
    top:-5px;
    border-radius:35px;
    overflow:hidden;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.content{z-index:1;margin: 0px 15px 10px 15px;}
.round-medium{border-radius:15px!important; overflow:hidden;}

/*Backgrounds*/
.bg-20{background-image:url(../images/pictures/20.jpg);}

/*Dividers*/
.divider{height:1px; display:block; background-color:rgba(0,0,0,0.04); margin-bottom:30px;}

/*Shadows*/
.shadow-large{box-shadow:0 5px 15px 0 rgba(0,0,0,0.09)!important;}
.shadow-huge{box-shadow:0 15px 30px 0 rgba(0,0,0,0.21), 0 0px 15px 0 rgba(0,0,0,0.18)!important;}


/*Content Boxes*/
@media(max-width:325px){
    .content{margin:0px 10px 30px 10px!important;}
}

/*Preloader*/ 
.loader-main{
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    z-index:999;
    background-color:#FFF;
    will-change: opacity;
    transform:scale(1.3, 1.3);
    transition:all 250ms ease;
}
.preload-spinner, .preload-spinner {
    animation: preload-spin1 1.2s ease infinite;
    clip: rect(0, 40px, 40px, 20px); 
    height: 40px;
    width: 40px;
    position: absolute;
    left: 50%;
    margin-left:-20px;
    top:50%;
    margin-top:-20px;
}
.preload-spinner:after{
    animation: preload-spin2 1.2s ease-in-out infinite;
    clip: rect(0, 40px, 40px, 20px);
    content:'';
    border-radius: 50%; 
    height: 40px;
    width: 40px;
    position: absolute; 
    border-style: solid;
    border-width: 2px;
    border-color:inherit;
} 
@keyframes preload-spin1 {25% {transform: rotate(0deg)}  100% {transform: rotate(185deg)}}
@keyframes preload-spin2 {0% {transform: rotate(-175deg);}  100% {transform: rotate(175deg);}}

/*Columns*/
.clear{clear:both;}
.one-half{width:48%; margin-right:2%; float:left;}
.one-half.last-column{width:48%; margin:0% 0% auto 2%; float:left;}
.one-half .content-boxed .content{margin-left:8px; margin-right:8px;}
.one-half .content-boxed{margin-right:0px;}
.one-half.last-column .content-boxed{margin-right:15px; margin-left:0px;}
.three-half{width: 30%; margin-right:2%; float:left;}
.three-half.last-column{width:30%; margin:0% 0% auto 2%; float:left;}


/*Columns*/
.clear{clear:both;}


/*Buttons*/
.button{
    color:#FFF;
    display:inline-block;
    margin-bottom:15px;
    overflow:hidden;
    transition:all 250ms ease;
    font-weight:800;
    text-transform:uppercase;
}

.button-icon i{
    position:absolute;
    left:0px;
    top:0px;
    background-color:rgba(0,0,0,0.1);
    text-align:center;
    border-radius:inherit;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.button:active{box-shadow: inset 0 3px 5px 0 rgba(0,0,0,0.3)!important;}
.button-round-small{border-radius:6px!important;}
.button-xs{padding:7px 14px!important; font-size:12px;}
.button-m{padding:10px 20px!important; font-size:12px;}
.button-full{display:block; text-align:center;}
input.button-full{width:100%;}
.button-icon.button-full{text-align:left;}
.button-xs.button-icon i{width:40px; line-height:40px;}
.button-xs.button-icon{padding-left:52px}
.button-m.button-icon i{width:45px; line-height:44px; font-size:16px;}
.button-m.button-icon{padding-left:60px}

/*Bootstrap Responsive*/
.row {
 /* margin-right: -15px;
  margin-left: -15px;*/
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.panel-body:before,
.panel-body:after{
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.row:after,
.panel-body:after{
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, 
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, 
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, 
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, 
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, 
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, 
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, 
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, 
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, 
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, 
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, 
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  /*position: relative;
  min-height: 1px;*/
  padding-right: 5px;
  padding-left: 5px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.push-20{
  left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .push-20{
    left: 18%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .push-20{
    left: 18%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .push-20{
    left: 16%;
  }
}

/*Round Button*/
.round-btn{
  color: #fff!important;
  box-shadow: 0 5px 15px 0 rgba(0,0,0,.09)!important;
  border-radius: 10px!important;
  display: inline-block;
  position: relative;
  text-align: center;
}

.round-btn i {
  width: 35px;
  line-height: 35px;
  font-size: 18px;
}

@media (max-width: 768px){
  .round-btn i {
    width: 27px;
    line-height: 25px;
    font-size: 15px;
  }
}

.caption-bottom{position:absolute; left:0px; right:0px; z-index:2; bottom:0px;}

/*Full Calendar*/
.fc-daygrid{
  background-color: white;
}
.fc .fc-toolbar-title {
    font-size: 18px;
    margin: 0;
}

/*Text-button*/
.grey-btn{
  background-color: rgba(0,0,0,0.08);
  width: 120px;
  padding: 5px;
  color: green;
  margin-right: 10px;
  font-weight: 500;
  cursor: pointer;
}

/*Pwa Button*/
.pwa-button {
  position: absolute;
  top: 1px;
  left: 1px;
}

.content-one-half{
  height: 150px;
  background-color: white;
}

@media (min-width: 1200px){
  .signinbg {
    width: 540px;
}
}

@media (min-width: 768px){

.signinbg {
    width: 350px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    min-height: 600px;
    display: flex;
    padding: 0 0 30px 0;
}
}

@media (min-width: 1200px){
.signform {
    margin-left: 540px;
}
}

@media (min-width: 768px){
.signform {
    height: 100%;
    overflow: auto;
    margin-left: 350px;
}
}


/*Calendar*/
.rbc-month-view{
  height: 500px !important;
}

.dropup .fa-ellipsis-h{
  color:#01a2ff;
}

/*Accordin*/
.acc-md{
  padding: 8px;
  background-color: #27a1fb;
  color: white;
  font-size: 14px;
  font-weight: 500;
}

/*Display*/
.d-flex{
  display: flex;
}

@media(min-width: 768px){
  .ht-home{height: 360px !important}
  .hidedesktop{
    display: block !important;
  }
  .hidemobile{
    display: none !important;
  }
}
.ht-home{height: 400px }

.hidemobile{
  display: block ;
}
.hidedesktop{
  display: none;
}



/*Pill*/
.pill-xs{
  padding: 0px 5px 0px 5px;
    background: #27a1fb;
    color: #fefefe;
    min-width: 43px;
    margin-top: 5px;
}

/*Height*/
.ht-50{ height: 50px;}
.ht-100{ height: 100px;}
.ht-150{ height: 150px;}
.ht-125{height: 125px;}
.ht-227{height: 227px;}
.ht-200{height: 200px}
.ht-300{height: 300px}
.ht-350{height: 350px}
.ht-400{height: 400px !important}
.ht-420{height: 420px !important}
.ht-900{height: 900px !important}
.mht-500{min-height: 500px}

/*Width*/
.miw-150{
  min-width:'150px'
}

/*thin tile*/
.thin-tile{
  height:200px;
  padding: 8px;
  background-color: #fff;
  color: black;
  font-size: 14px;
  font-weight: 500;
  margin: 10px;
  box-shadow: 0 0 2px #999, 0 0 0 0px #fff;
}

/*dashboard-title*/
.dash-title{
  text-decoration: underline;
  color: black;
  font-size: 14px;
  font-weight: 500;}


.display-inline{
  display: inline;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.badge {
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
}

.badge.up {
    position: relative;
    top: -14px;
    padding: 3px 6px;
    margin-left: -13px;
}

/*Modal Buttom*/

.ml-button {
  border: none;
  display: inline-block;
  padding: 5px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  white-space: nowrap
}

.ml-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ml-red,
.ml-hover-red:hover {
  color: #fff!important;
  background-color: #f44336!important
}

.ml-large {
  font-size: 18px!important
}

.ml-xlarge {
  font-size: 24px!important
}

.ml-display-topright {
  position: absolute;
  right: 0;
  top: 0
}

/*Mail*/
.mail{
  padding: 8px;
  background: #eee;
  border: 1px solid grey;
  border-radius: 5px;
}

/* Spinner*/
.spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  height:60px;
  width:60px;
  margin:0px auto;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left:6px solid rgba(0,174,239,.15);
  border-right:6px solid rgba(0,174,239,.15);
  border-bottom:6px solid rgba(0,174,239,.15);
  border-top:6px solid rgba(0,174,239,.8);
  border-radius:100%;
}

@-webkit-keyframes rotation {
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
  from {-moz-transform: rotate(0deg);}
  to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
  from {-o-transform: rotate(0deg);}
  to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
  from {transform: rotate(0deg);}
  to {transform: rotate(359deg);}
}


/* Circle live  */
.dot-live {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}

/* Circle Number */
.circle-number{
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/*Side Menu Bar*/
.side-menu-bar{
  background-color: black;
  color: white;
  position: fixed;
  z-index: 1000;
  right: 0;
  top: 50%;
  font-size: 18px;
  cursor: pointer;
  line-height: 32px;
}

/*Scroll Fix */
.sticky-inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.pill-xs{
  border-radius: 5px;
}

.pill{
  padding: 1px 5px;
  background-color: #adeebe;
  border: none;
  color: black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
}

.d-in-grid{
  display: inline-grid;
}


ul.images-scroll{
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  width: 900px;
  overflow-x: auto;
}

ul.images-scroll li {
  flex: 0 0 auto;
  width: 150px;
  height: 150px;
}