@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
  font-family: RobotoL;
  src: url('../fonts/Roboto-Light.ttf');
}
@font-face {
  font-family: RobotoM;
  src: url('../fonts/Roboto-Medium.ttf');
}
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;
  text-decoration: none;
  -webkit-appearance: none;
}
* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
html,
body {
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: RobotoL;
}
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;
}
h2 {
  font-size: 25px;
  font-family: RobotoM;
}
h1 {
  font-size: 35px;
  font-family: RobotoM;
}
h4 {
  font-size: 21px;
  font-family: Roboto;
}
p {
  font-size: 15px;
  color: #666E6B;
  line-height: 20px;
}
p > a {
  color: #19B7D8;
  text-decoration: underline;
}
p > a:hover {
  color: #28C9EB;
}
.header {
  background: #F2F3F5;
  height: 60px;
}
.header .holder {
  height: 60px;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__left {
  width: 100%;
  max-width: 268px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 30%;
  margin-left: 20px;
}
.header__center {
  width: 100%;
  max-width: 867px;
}
.header__center .search-input {
  height: 38px;
}
.header__center .search-input span {
  display: none;
}
.header__center .search-input button {
  top: 10px!important;
}
.header__center .search-input .input-field {
  height: 38px;
}
.header__center .search-input .input-field input {
  border: none!important;
  height: 38px!important;
}
.header__center .search-input .input-field > label {
  top: 0!important;
}
.header__center .search-input .input-field > label.active {
  -webkit-transform: translateY(3px) scale(0.7);
      -ms-transform: translateY(3px) scale(0.7);
          transform: translateY(3px) scale(0.7);
}
.header .logout {
  color: #CCCDCF;
}
.header__account {
  position: relative;
  cursor: pointer;
}
.header__account p {
  font-size: 13px;
  color: #666E6B;
  margin-left: 9px;
}
.header__account-dropdown {
  width: 125px;
  padding: 15px;
  position: absolute;
  top: 45px;
  z-index: 100;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
}
.header__account-dropdown.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.header__account-dropdown a {
  padding: 5px 0;
  font-size: 14px;
  display: block;
  color: #333333;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header__account-dropdown a:hover i {
  color: #19B7D8;
}
.header__account-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}
.header__account-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.header__account-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.header .burger {
  width: 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.header .burger.active svg:nth-child(1) {
  opacity: 0;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
}
.header .burger.active svg:nth-child(2) {
  opacity: 1;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
}
.header .burger svg {
  min-width: 28px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .burger svg:nth-child(2) {
  opacity: 0;
}
.header .logo {
  margin-left: 20px;
}
.page-wrapper {
  height: -webkit-calc(100vh - 60px);
  height: calc(100vh - 60px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.logo-block {
  padding: 0 15px;
  padding-top: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.enter-page {
  padding: 0 15px;
  padding-top: 15vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.enter-page h2 {
  text-align: center;
  margin-bottom: 16px;
}
.navigation-block {
  min-height: 100%;
  width: 100%;
  max-width: 288px;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  background: #FBFBFC;
  -webkit-box-shadow: inset -12px 0px 23px -12px rgba(0, 0, 0, 0.05);
  box-shadow: inset -12px 0px 23px -12px rgba(0, 0, 0, 0.05);
}
.navigation-block.hidden {
  width: 60px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navigation-block.hidden > ul .tit {
  display: none;
}
.navigation-block.hidden > ul > li {
  position: relative;
}
.navigation-block.hidden > ul > li ul.subsub {
  z-index: 100;
  display: none;
  -webkit-box-shadow: 3px -3px 15px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 3px -3px 15px 0px rgba(0, 0, 0, 0.13);
  width: 240px;
  position: absolute;
  top: 0;
  left: 60px;
  border-left: none;
  padding-left: 15px!important;
  border-bottom: 2px solid #19B7D8;
}
.navigation-block.hidden > ul > li > a svg {
  margin-right: 0;
}
.navigation-block.hidden > ul > li > a span {
  display: none;
}
.navigation-block.hidden > ul > li > a i {
  display: none;
}
.navigation-block > ul {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navigation-block > ul .tit {
  padding-left: 20px;
  color: #302E2F;
  font-size: 15px;
  padding-top: 16px;
  padding-bottom: 8px;
  background: #FBFBFC;
}
.navigation-block > ul > li:not(.tit) {
  border-bottom: 1px solid #9b9f9e33;
  position: relative;
}
.navigation-block > ul > li:not(.tit) > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #302E2F;
  font-size: 15px;
  padding: 5px 10px;
  border-left: 4px solid transparent;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navigation-block > ul > li:not(.tit) > a.active {
  background: #fff;
  border-color: #19B7D8;
}
.navigation-block > ul > li:not(.tit) > a.active i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.navigation-block > ul > li:not(.tit) > a > i {
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #CCCDCF;
  right: 20px;
}
.navigation-block > ul > li:not(.tit) > a svg {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 13px;
  min-width: 36px;
}
.navigation-block > ul > li:not(.tit) ul.subsub {
  background: #FFFFFF;
  padding-left: 38px;
  padding-top: 5px;
  padding-bottom: 10px;
  display: none;
  border-left: 2px solid #19B7D8;
}
.navigation-block > ul > li:not(.tit) ul.subsub li {
  display: block;
}
.navigation-block > ul > li:not(.tit) ul.subsub li a {
  display: block;
  padding: 9px 0;
  font-size: 13px;
  color: #9B9F9E;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navigation-block > ul > li:not(.tit) ul.subsub li a:hover {
  color: #302E2F;
}
.navigation-block > ul > li:not(.tit) ul.subsub li a.active {
  color: #302E2F;
}
.breadcrumbs {
  margin-top: 5px;
  margin-bottom: 16px;
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.breadcrumbs ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs ul li:last-child::after {
  display: none;
}
.breadcrumbs ul li::after {
  content: url(../img/chevron-down-solid.svg);
  display: block;
  margin-left: 8px;
  margin-right: 8px;
}
.breadcrumbs ul li a {
  font-size: 13px;
  color: #9B9F9E;
  line-height: 20px;
}
.page-inner {
  display: block;
  width: 85%;
  height: -webkit-calc(100vh - 60px);
  height: calc(100vh - 60px);
}
.page-inner .holder {
  padding: 12px 16px;
}
.btns {
  padding: 0 14px;
}
.btns .btn {
  margin-right: 20px;
  min-width: 128px;
  margin-bottom: 16px;
}
.btn {
  border-radius: 4px;
  padding: 12px;
  padding-top: 4px!important;
  padding-bottom: 15px;
  font-size: 15px;
  color: #FFFFFF;
  text-transform: none;
  height: 46px;
  background: #19B7D8;
  -webkit-box-shadow: none;
          box-shadow: none;
  letter-spacing: 0;
}
.btn.minw {
  min-width: 130px;
}
.btn i {
  font-size: 14px;
  margin-right: 5px;
}
.btn.btn-nbg {
  background: #fff;
  color: #19B7D8;
  border: 1px solid #19B7D8;
}
.btn.btn-nbg:hover {
  background: #DCF9FF;
}
.btn:hover {
  background: #28C9EB;
  -webkit-box-shadow: 0px 3px 6px #28C9EB80;
          box-shadow: 0px 3px 6px #28C9EB80;
}
.btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.col {
  padding: 0!important;
}
.inrow > div,
.inrow a {
  margin-right: 16px;
  margin-bottom: 5px;
}
.inrow > div:last-child,
.inrow a:last-child {
  margin-right: 0;
}
.custom-panel {
  border-top: 3px solid #19B7D8;
  border-radius: 4px;
  padding: 20px 22px;
  background: #fff;
  display: inline-block;
  -webkit-box-shadow: 0px 4px 11px #0037671C;
          box-shadow: 0px 4px 11px #0037671C;
}
.custom-panel h2 {
  margin-bottom: 16px;
}
.cform {
  width: 240px;
}
.cform > div {
  margin-bottom: 16px;
}
.cform button {
  width: 100%;
  margin-bottom: 16px;
}
.cform button:last-child {
  margin-bottom: 0;
}
form .input-field {
  margin-bottom: 18px;
}
form h4 {
  margin-bottom: 16px;
}
.map-block {
  width: 100%;
  min-height: 100%;
  background: url(../img/map.png) center / cover no-repeat;
}
.map-settings {
  position: fixed;
  top: 63px;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(240px);
      -ms-transform: translateX(240px);
          transform: translateX(240px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.map-settings.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.map-settings.active .map-settings__btn svg:last-child {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  margin-left: 0;
  opacity: 1;
  visibility: visible;
}
.map-settings.active .map-settings__btn svg:first-child {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  margin-left: -25px;
  opacity: 0;
  visibility: hidden;
}
.map-settings__block {
  width: 240px;
  padding: 10px 16px;
  background: #ffffff;
  min-height: 100vh;
}
.map-settings__block h2 {
  margin-bottom: 16px;
}
.map-settings__btn {
  width: 48px;
  height: 48px;
  border-left: 3px solid #19B7D8;
  border-radius: 4px 0 0 4px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 6px;
  cursor: pointer;
}
.map-settings__btn svg:last-child {
  opacity: 0;
  margin-right: -15px;
  visibility: hidden;
}
.map-settings__btn svg {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.map-btn {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #19B7D8;
  border-radius: 4px;
  margin-bottom: 6px;
  cursor: pointer;
}
.map-settings__block > div {
  margin-bottom: 16px;
}
.map-settings__block > button {
  width: 100%;
  margin-bottom: 16px;
}
.select-wrapper {
  width: 100%;
}
.input-field {
  margin: 0;
}
.input-field.select-custom {
  position: relative;
}
.input-field.select-custom .custom-select-arrow {
  position: absolute;
  top: 19px;
  right: 17px;
  z-index: 11;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.input-field.select-custom .custom-select-arrow.active {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.input-field.select-custom label {
  top: -5px;
  font-size: 11px;
}
.input-field.select-custom .dropdown-content {
  top: 46px!important;
  border: 1px solid #CCCDCF !important;
  border-radius: 4px;
}
.input-field.select-custom .dropdown-content li {
  min-height: 36px;
  border-bottom: 1px solid #CCCDCF;
}
.input-field.select-custom .dropdown-content li:last-child {
  border: none!important;
}
.input-field.select-custom .dropdown-content li:hover span {
  color: #302E2F;
}
.input-field.select-custom .dropdown-content li span {
  font-size: 15px;
  color: #9B9F9E;
  padding: 8px 12px;
}
.input-field.select-custom .caret {
  z-index: 10;
  display: none;
}
.input-field input {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  background: #FFFFFF !important;
  border: 1px solid #CCCDCF !important;
  border-radius: 4px!important;
  height: 46px!important;
  margin: 0!important;
  padding: 0 10px!important;
  padding-top: 12px!important;
  line-height: 0;
  color: #302E2F;
  font-size: 15px!important;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.input-field input:focus {
  border-color: #19B7D8 !important;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
.input-field > label {
  z-index: 10;
  left: 10px;
  top: 5px;
  font-size: 15px;
  color: #9B9F9E;
}
.input-field > label:not(.label-icon).active {
  -webkit-transform: translateY(1px) scale(0.7);
      -ms-transform: translateY(1px) scale(0.7);
          transform: translateY(1px) scale(0.7);
  color: #666E6B !important;
}
.search-input {
  position: relative;
}
.search-input input {
  padding-right: 90px;
  max-width: none;
  padding-right: 85px!important;
}
.search-input span {
  color: #CCCDCF;
  position: absolute;
  top: 16px;
  right: 64px;
  cursor: pointer;
  font-size: 14px;
}
.search-input span:hover {
  color: #19B7D8;
}
.search-input button {
  color: #CCCDCF;
  position: absolute;
  top: 13px;
  right: 5px;
  font-size: 14px;
  cursor: pointer;
  border: none;
  background: none;
}
.search-input button:hover {
  color: #19B7D8;
}
.switch label {
  color: #666E6B;
  font-size: 15px;
}
.switch label .lever {
  width: 30px;
  height: 18px;
  background: #fff;
  border: 1px solid #CCCDCF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  margin-left: 0;
  margin-top: -2px;
  margin-right: 6px;
}
.switch label .lever:before,
.switch label .lever:after {
  width: 14px;
  height: 14px;
  background: #CCCDCF;
  top: 1px;
  left: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.switch label input[type=checkbox]:checked + .lever {
  background: #fff;
  border-color: #19B7D8;
}
.switch label input[type=checkbox]:checked + .lever:before,
.switch label input[type=checkbox]:checked + .lever:after {
  left: 13px;
  background: #19B7D8;
}
[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after {
  border: 1px solid #19B7D8;
  width: 18px;
  height: 18px;
}
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  border: 1px solid #19B7D8;
  width: 18px;
  height: 18px;
}
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
  background: #19B7D8;
}
.datepicker-date-display,
.datepicker-table td.is-selected {
  background: #19B7D8;
}
.datepicker-cancel,
.datepicker-clear,
.datepicker-today,
.datepicker-done {
  color: #19B7D8;
}
button:focus {
  background: #19B7D8;
}
.custom-datepicker {
  position: relative;
}
.custom-datepicker > i {
  position: absolute;
  color: #CCCDCF;
  top: 15px;
  right: 12px;
  pointer-events: none;
  cursor: pointer;
}
.datepicker {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  background: #FFFFFF !important;
  border: 1px solid #CCCDCF !important;
  border-radius: 4px!important;
  height: 46px!important;
  margin: 0!important;
  padding: 0 10px!important;
  color: #302E2F;
  font-size: 15px!important;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.datepicker:focus {
  border-color: #19B7D8 !important;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
.input-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-field .file-path-wrapper {
  padding-left: 0;
  width: 100%;
}
.input-field .file-path-wrapper input {
  border: none!important;
  padding-top: 0!important;
}
.input-field .filebtn span {
  position: relative;
  z-index: 10;
  padding-right: 10px;
  color: #CCCDCF;
}
.input-field .filebtn input {
  border: 1px solid #CCCDCF !important;
  border-radius: 4px!important;
  opacity: 1;
  background: transparent!important;
}
.custom-password {
  position: relative;
}
.custom-password i {
  position: absolute;
  top: 15px;
  right: 10px;
  cursor: pointer;
  color: #CCCDCF;
}
.custom-password i.fa-eye-slash {
  display: none;
}
.irs-line {
  height: 6px;
  background: #19B7D8;
}
.irs-bar,
.irs-bar-edge {
  height: 6px;
  background: #19B7D8;
}
.irs-bar-edge {
  width: 13px;
}
.irs-slider {
  width: 26px;
  height: 26px;
  top: 17px;
  background: #19B7D8;
  -webkit-box-shadow: 0px 2px 10px #0023572B;
          box-shadow: 0px 2px 10px #0023572B;
  border-radius: 4px;
}
.irs-from,
.irs-to,
.irs-single {
  color: #666E6B;
  font-size: 15px;
  padding: 3px 12px;
  top: -24px;
  background: #ffffff;
  border: 1px solid #DFE0E2;
}
.irs-from:after,
.irs-to:after,
.irs-single:after {
  border: 6px solid transparent;
  border-top: 6px solid #DFE0E2;
  bottom: -12px;
  left: 45%;
  z-index: 1;
}
.irs-from:before,
.irs-to:before,
.irs-single:before {
  position: absolute;
  content: '';
  border: 4px solid transparent;
  border-top: 4px solid #ffffff;
  bottom: -8px;
  left: -webkit-calc(45% + 2px);
  left: calc(45% + 2px);
  display: block;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  z-index: 2;
}
blockquote:not([class]) {
  border: none;
  position: relative;
  padding-left: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
blockquote:not([class])::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 100%;
  background: #f2f3f5;
  border-radius: 6px 0px 0px 6px;
}
blockquote:not([class])::after {
  content: url(../img/quote.png);
  position: absolute;
  left: 7px;
  top: -10px;
  width: 19px;
  height: 100%;
  color: #dfe0e2;
  font-size: 34px;
}
/* ul styles*/
ul:not([class]) {
  list-style: none;
}
ul:not([class]) ul:not([class]) {
  padding-left: 0;
  margin-top: 6px;
}
ul:not([class]) ul:not([class]) li:not([class]):before {
  background: #cccdcf;
}
ul:not([class]) li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 20px;
  color: #666e6b;
  margin-bottom: 6px;
}
ul:not([class]) li a {
  color: #28C9EB;
  text-decoration: underline;
}
ul:not([class]) > li:not([class])::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: '';
  display: block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #19b7d8;
}
/* ol styles*/
ol:not([class]) {
  list-style: none;
  padding-left: 0;
}
ol:not([class]) li:not([class]) {
  position: relative;
  counter-increment: inst;
  font-size: 15px;
  line-height: 20px;
  color: #666e6b;
  padding-left: 25px;
  margin-bottom: 6px;
}
ol:not([class]) li:not([class])::before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(inst);
  width: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 18px;
  background: #19b7d8;
  border-radius: 4px;
  font-size: 13px;
  color: #fff;
}
.tabs {
  overflow: visible;
  position: relative;
  z-index: 1;
}
.tabs::before {
  position: absolute;
  content: '';
  bottom: -20px;
  height: 20px;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  background: #fff;
}
.tabs .tab {
  border-radius: 4px 4px 0 0;
  background: red;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 11px #0037671C;
          box-shadow: 0px 4px 11px #0037671C;
  border-top: 3px solid #DCF9FF;
}
.tabs .tab a {
  color: #666E6B;
  text-transform: none;
  font-size: 15px;
}
.tabs .tab a:hover {
  color: #302E2F;
}
.tabs .tab a.active {
  background: #fff !important;
  color: #302E2F;
}
.tab-content {
  padding: 10px 13px 20px 16px;
  -webkit-box-shadow: 0px 4px 11px #0037671C;
          box-shadow: 0px 4px 11px #0037671C;
  border-radius: 0px 0px 4px 4px;
  position: relative;
  z-index: 5;
}
.tabs .indicator {
  top: 0;
  bottom: auto;
  height: 3px;
  background: #19B7D8;
  border-radius: 4px 4px 0 0;
}
.custom-accordion {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.custom-accordion li {
  -webkit-box-shadow: 0px 4px 11px #0037671C;
          box-shadow: 0px 4px 11px #0037671C;
  background: #FFFFFF;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 3px;
  border-left: 3px solid #DFE0E2;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.custom-accordion li.active {
  border-color: #19B7D8;
}
.custom-accordion li.active .collapsible-header i.fa-plus {
  color: #19B7D8;
  -webkit-transform: rotate(200deg) scale(0);
      -ms-transform: rotate(200deg) scale(0);
          transform: rotate(200deg) scale(0);
}
.custom-accordion li.active .collapsible-header i.fa-minus {
  opacity: 1;
}
.custom-accordion li .collapsible-body {
  padding: 15px;
  padding-top: 0;
  padding-bottom: 20px;
  color: #666E6B;
  font-size: 15px;
  border: none;
  line-height: 20px;
}
.custom-accordion li .collapsible-header {
  border: none;
  margin-top: 3px!important;
  min-height: 48px;
  padding: 12px 16px;
  font-size: 17px;
  position: relative;
}
.custom-accordion li .collapsible-header:focus {
  background: #fff;
}
.custom-accordion li .collapsible-header i {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: 17px;
  right: 0px;
  color: #CCCDCF;
  font-size: 14px;
}
.custom-accordion li .collapsible-header i.fa-minus {
  opacity: 0;
  color: #19B7D8;
}
.custom-numberinput input::-webkit-outer-spin-button,
.custom-numberinput input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.custom-numberinput input[type='number'] {
  -moz-appearance: textfield;
}
.custom-numberinput {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.custom-numberinput .number_controls {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}
.custom-numberinput .number_controls > div {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 15px;
  cursor: pointer;
  text-align: center;
  margin-top: 3px;
}
.custom-numberinput .number_controls > div i {
  color: #CCCDCF;
}
.custom-numberinput .number_controls > div:hover i {
  color: #19B7D8;
}
/* custom tables styles */
.custom-table {
  width: 100%;
}
.custom-table tr {
  min-height: 58px;
  border-left: 3px solid #DFE0E2;
  background: #FFFFFF;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 11px #0037671C;
          box-shadow: 0px 4px 11px #0037671C;
  margin-bottom: 3px;
  display: block;
}
.custom-table td {
  padding: 10px 12px;
}
.custom-table td span {
  font-size: 11px;
  line-height: 15px;
  color: #9B9F9E;
}
.custom-table td p {
  font-size: 15px;
  line-height: 20px;
  color: #302E2F;
}
.table-row table {
  min-width: 768px;
}
/* custom-table-1 */
.custom-table-1 tr .fa-map-marker-alt {
  color: #CCCDCF;
  font-size: 14px;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.custom-table-1 tr.active .fa-map-marker-alt {
  color: #19B7D8;
}
.custom-table-1 tr td:last-child {
  padding-right: 15px;
}
/* custom-table-2 */
.custom-table-2 {
  table-layout: auto;
}
.custom-table-2 .fa-circle {
  max-width: 8px;
  max-height: 8px;
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  margin-right: 8px;
}
.custom-table-2 tr.active .fa-circle {
  color: #19B7D8;
}
.custom-table-2 tr td {
  width: 20%;
}
.custom-table-2 tr td:last-child,
.custom-table-2 tr td:first-child {
  width: 5%;
}
.custom-table-2 tr td:last-child {
  padding-right: 15px;
  min-width: 80px;
}
.custom-table-2 tr td.td-links a {
  display: inline;
  color: #CCCDCF;
  margin-right: 10px;
}
.custom-table-2 tr td.td-links a:last-child {
  margin-right: 0;
}
.custom-table-2 tr td.td-links a:hover {
  color: #28C9EB;
}
.custom-table-2 tr td.td-status i {
  font-size: 8px;
  color: #CCCDCF;
}
.btn:focus,
.btn-large:focus,
.btn-small:focus,
.btn-floating:focus {
  background: #19B7D8;
}
.btn-nbg:focus {
  background: #DCF9FF;
}
@media screen and (max-width: 768px) {
  .header__center .search-input,
  .header__account p {
    display: none;
  }
  .header__account-dropdown {
    left: -50px;
  }
  .table-row {
    overflow-x: scroll;
  }
}

/*Other Css*/
.error_msg{
  color: red;text-align: center;
}