/* CSS Document */
/**
/* table of content
/* 1. font-face
/* 2. generic
/* 3. Header
/* 4. Footer

*/
/*@section 1.  Font Face*/
/*-------Roboto Light-----------*/
@font-face {
  font-family: "robotolight";
  src: url("/assets/fonts/massilia/Massilia-Light/Massilia-Light.otf"), url("/assets/fonts/massilia/Massilia-Light/Massilia-Light.woff") format("woff"), url("/assets/fonts/massilia/Massilia-Light/Massilia-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/*-------Roboto Regular-----------*/
@font-face {
  font-family: "robotoregular";
  src: url("/assets/fonts/massilia/Massilia-Regular/Massilia-Regular.otf"), url("/assets/fonts/massilia/Massilia-Regular/Massilia-Regular.woff") format("woff"), url("/assets/fonts/massilia/Massilia-Regular/Massilia-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/*-------Roboto Medium-----------*/
@font-face {
  font-family: "robotomedium";
  src: url("/assets/fonts/massilia/Massilia-Medium/Massilia-Medium.otf"), url("/assets/fonts/massilia/Massilia-Medium/Massilia-Medium.woff") format("woff"), url("/assets/fonts/massilia/Massilia-Medium/Massilia-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/*-------Roboto Bold-----------*/
@font-face {
  font-family: "robotobold";
  src: url("/assets/fonts/massilia/Massilia-Bold/Massilia-Bold.otf"), url("/assets/fonts/massilia/Massilia-Bold/Massilia-Bold.woff") format("woff"), url("/assets/fonts/massilia/Massilia-Bold/Massilia-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotoblack";
  src: url("/assets/fonts/massilia/Massilia-Regular/Massilia-Regular.woff") format("woff"), url("/assets/fonts/massilia/Massilia-Regular/Massilia-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/material-design-icons/MaterialIcons-Regular.eot"); /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("/assets/fonts/material-design-icons/MaterialIcons-Regular.woff2") format("woff2"), url("/assets/fonts/material-design-icons/MaterialIcons-Regular.woff") format("woff"), url("/assets/fonts/material-design-icons/MaterialIcons-Regular.ttf") format("truetype");
}
.material-icons {
  background-color: transparent !important;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 20px; /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

/*@section 2.  generic*/
body {
  font-family: "robotomedium", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #0f0f14;
  overflow-X: hidden !important;
  background-color: #ecf0f2;
}

body, html {
  height: 100%;
  min-height: 100%;
}

a:focus,
a:visited,
a:active,
input:active,
input:focus,
select:focus,
img:focus,
img,
area,
map,
*:focus {
  outline: none;
  outline-width: 0px;
  ie-dummy: expression(this.hideFocus=true);
}

a img {
  border: 0px;
}

.pull-wide {
  width: 100%;
  float: left;
}

.shad1 {
  background-color: #FFF;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(186, 202, 210, 0.2);
}

.opacity-100 {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

.opacity-90 {
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.opacity-80 {
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.opacity-70 {
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.opacity-60 {
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.opacity-50 {
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.opacity-40 {
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.opacity-30 {
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.opacity-20 {
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.opacity-10 {
  -khtml-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

.opacity-0 {
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.pull-wide {
  float: left;
  width: 100%;
}

.border-none {
  border: 0 !important;
}

body.modal-open {
  overflow: hidden !important;
}

.round-none {
  border-radius: 0px !important;
}

.round-none-t {
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left: 0px;
  border-top-left-radius: 0px;
}

.round-none-t-l {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left: 0px;
  border-top-left-radius: 0px;
}

.round-none-t-r {
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right: 0px;
  border-top-right-radius: 0px;
}

.round-none-b {
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right: 0px;
  border-bottom-right-radius: 0px;
}

.round-none-b-l {
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left: 0px;
  border-bottom-left-radius: 0px;
}

.round-none-b-r {
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right: 0px;
  border-bottom-right-radius: 0px;
}

.round-2 {
  border-radius: 2px;
}

.round-4 {
  border-radius: 4px;
}

.round-6 {
  border-radius: 6px;
}

.round-8 {
  border-radius: 8px;
}

.round-10 {
  border-radius: 10px;
}

.round-12 {
  border-radius: 12px;
}

.round-14 {
  border-radius: 14px;
}

.round-16 {
  border-radius: 16px;
}

.round-18 {
  border-radius: 18px;
}

.round-20 {
  border-radius: 20px;
}

.round-22 {
  border-radius: 22px;
}

.round-24 {
  border-radius: 24px;
}

.round-26 {
  border-radius: 26px;
}

.round-28 {
  border-radius: 28px;
}

.round-30 {
  border-radius: 30px;
}

.b-top-none {
  border-top: 0 !important;
}

.b-right-none {
  border-right: 0 !important;
}

.b-left-none {
  border-left: 0 !important;
}

.b-bottom-none {
  border-bottom: 0 !important;
}

.m-t-none {
  margin-top: 0px !important;
}

.m-b-none {
  margin-bottom: 0px !important;
}

.m-l-none {
  margin-left: 0px !important;
}

.m-r-none {
  margin-right: 0px !important;
}

.p-t-none {
  padding-top: 0px !important;
}

.p-b-none {
  padding-bottom: 0px !important;
}

.p-l-none {
  padding-left: 0px !important;
}

.p-r-none {
  padding-right: 0px !important;
}

.b-t-none {
  border-top: 0px !important;
}

.b-l-none {
  border-left: 0px !important;
}

.b-r-none {
  border-right: 0px !important;
}

.b-b-none {
  border-bottom: 0px !important;
}

.hide-overflow {
  overflow: hidden !important;
}

.white-text {
  color: #fff;
}

.btn-success {
  background: #68479D !important;
}

.btn-danger {
  background: #de0101;
}

body .content .btn-success:focus,
body .content .btn-success:hover {
  background-color: #68479D !important;
  color: #fff;
}

.glb-submit {
  padding: 0;
  margin: 0;
}

.glb-submit input {
  text-transform: uppercase;
  background: none;
  border: 0;
  font-style: normal;
}

[type=checkbox] + label {
  padding-left: 22px;
  color: #000;
  line-height: 20px;
  font-size: 13px;
  font-weight: normal;
}

[type=checkbox].filled-in:not(:checked) + label:after {
  border-width: 1px;
  width: 14px;
  height: 14px;
  border-color: #c6c6c6;
}

[type=checkbox].filled-in:checked + label:after {
  border-width: 1px;
  width: 14px;
  height: 14px;
  border-color: #5bbc19;
  background-color: #5bbc19;
}

[type=checkbox].filled-in:checked + label:before {
  top: -1px;
  left: -1px;
  width: 7px;
  height: 11px;
}

[type=radio] + label:after, [type=radio] + label:before {
  height: 20px;
  width: 20px;
}

[type=radio]:not(:checked) + label:before {
  border-radius: 50%;
  border: 2px solid #b4b4b4;
}

[type=radio].with-gap:checked + label:before {
  border: 2px solid #5bbb19;
}

[type=radio].with-gap:checked + label:after {
  border: 2px solid #5bbb19;
  background-color: #5bbb19;
}

.rt-glb-wrap { /*font-family: 'robotomedium', Arial, Helvetica, sans-serif;*/
  background: #fff;
  padding: 22px 25px;
  box-shadow: 0 2px 4px 0 rgba(186, 202, 210, 0.2);
  -webkit-box-shadow: 0 2px 4px 0 rgba(186, 202, 210, 0.2);
  -moz-box-shadow: 0 2px 4px 0 rgba(186, 202, 210, 0.2);
  border-radius: 3px;
}

.container-fluid {
  width: 100%;
}

.picker__date-display {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.btn-flat {
  margin: 0 10px;
}

.picker__header {
  margin-bottom: 20px;
}

.picker__table {
  margin-bottom: 0;
}

/* @reset styling for Full screen */
@media (min-width: 1316px) {
  .container-fluid {
    width: 1349px;
    padding: 0;
  }
}
/* @reset styling for Large screen */
/* @reset styling for all screen except small screen */
@media screen and (min-width: 768px) {
  .container-fluid {
    /*width:100%;*/
    padding: 0;
  }
  .p-r-zero-lg {
    padding-right: 0;
  }
  .p-l-zero-lg {
    padding-left: 0;
  }
  .p-r-l-zero-lg {
    padding-right: 0;
    padding-left: 0;
  }
}
/* @reset styling for Small screen size */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .p-r-zero-sm {
    padding-right: 0;
  }
  .p-l-zero-sm {
    padding-left: 0;
  }
}
/* @reset styling for medium size */
@media (min-width: 992px) {
  .p-r-zero-md {
    padding-right: 0;
  }
  .p-l-zero-md {
    padding-left: 0;
  }
}
/* @reset styling for Extra small screen size */
@media (max-width: 767px) {
  .p-r-zero-mb {
    padding-right: 0;
  }
  .p-l-zero-mb {
    padding-left: 0;
  }
  .p-r-l-zero-mb {
    padding-right: 0;
    padding-left: 0;
  }
  .m-r-zero-mb {
    margin-right: 0;
  }
  .m-l-zero-mb {
    margin-left: 0;
  }
  .left-zero-xs {
    left: 0 !important;
  }
  .navbar-toggle {
    margin-top: 18px;
  }
}
/* @reset styling for custom screen size */
/* Attendance Widget Bubble */
.team_circle {
  position: absolute;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: transparent;
  border-radius: 50%;
  display: inline-block;
  border: 2px transparent;
}
.team_circle.usr-info-img {
  width: 140px !important;
  height: 140px !important;
  display: block;
}

.team_circle.bg_green {
  border-color: #81bb35;
}

.team_circle.bg_red {
  border-color: #f7494a;
}

.team_circle.bg_yellow {
  border-color: #ffda44;
}

.team_circle.bg_gray {
  border-color: #ccc;
}

/*PLACEHOLDER LOADDER CSS*/
/**
 * placeholder-loading v0.2.1
 * Author: Zalog (https://www.zalog.ro/)
 * License: MIT
 **/
.ph-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 15px 15px;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #fff;
  /*border: 1px solid #e6e6e6;*/
  border-radius: 2px;
}

.ph-item,
.ph-item *,
.ph-item:after,
.ph-item:before {
  box-sizing: border-box;
}

.ph-item:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 500%;
  margin-left: -250%;
  animation: phAnimation 0.8s linear infinite;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 46%, hsla(0, 0%, 100%, 0.35) 50%, hsla(0, 0%, 100%, 0) 54%) 50% 50%;
}

.ph-item > * {
  flex: 1 1 auto;
  flex-flow: column;
  padding-right: 15px;
  padding-left: 15px;
}

.ph-item > *,
.ph-row {
  display: flex;
}

.ph-row {
  flex-wrap: wrap;
  margin-bottom: 7.5px;
}

.ph-row div {
  height: 10px;
  margin-bottom: 7.5px;
  background-color: #ced4da;
}

.ph-row .big,
.ph-row.big div {
  height: 20px;
  margin-bottom: 15px;
}

.ph-row .empty {
  background-color: hsla(0, 0%, 100%, 0);
}

.ph-col-1 {
  flex: 0 0 8.333335%;
}

.ph-col-2 {
  flex: 0 0 16.66667%;
}

.ph-col-4 {
  flex: 0 0 33.33333%;
}

.ph-col-6 {
  flex: 0 0 50%;
}

.ph-col-8 {
  flex: 0 0 66.66667%;
}

.ph-col-10 {
  flex: 0 0 83.33333%;
}

.ph-col-12 {
  flex: 0 0 100%;
}

.ph-avatar {
  position: relative;
  width: 100%;
  min-width: 60px;
  background-color: #ced4da;
  margin-bottom: 15px;
  border-radius: 50%;
  overflow: hidden;
}

.ph-avatar:before {
  content: " ";
  display: block;
  padding-top: 100%;
}

.ph-picture {
  width: 100%;
  height: 120px;
  background-color: #ced4da;
  margin-bottom: 15px;
}
@keyframes phAnimation {
  0% {
    transform: translate3d(-30%, 0, 0);
  }
  to {
    transform: translate3d(30%, 0, 0);
  }
}
/*PLACEHOLDER LOADDER CSS*/
.report-btn button {
  background: transparent;
  border: none;
  font-size: 24px;
  color: #b8c7ce;
  padding: 0;
}
.report-btn .dropdown-menu {
  padding: 0;
  right: 10px;
  top: 8px;
  min-width: 100px;
}
.report-btn .dropdown-menu a {
  font-size: 13px;
  color: #000;
  padding: 6px 10px;
  display: block;
}
.report-btn .dropdown-menu a:hover {
  background-color: #f2f2f2;
}

.modal .modal-dialog {
  position: fixed !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  min-width: 300px;
  margin: 0 !important;
}
