@charset "UTF-8";

/* Application
=================================================================*/

/* Social Websites
=================================================================*/

/* Button Color
*****************************************************************************************************/

/*********** Button Color ***********/

/* Placeholder
*****************************************************************************************************/

/*********** Placeholder ***********/

/* Text Mask
*****************************************************************************************************/

/*********** Text Mask ***********/

/* Animation
*****************************************************************************************************/

/*********** Animation ***********/

/* Position
*****************************************************************************************************/

/*********** Position ***********/

/* Fonts
*****************************************************************************************************/

/*********** Fonts ***********/

.ftr_scl_ls > li > a > i.fa-facebook:hover {
  background: #3b589e;
}

.ftr_scl_ls > li > a > i.fa-twitter:hover {
  background: #00aced;
}

.ftr_scl_ls > li > a > i.fa-vk:hover {
  background: #436eab;
}

.ftr_scl_ls > li > a > i.fa-youtube:hover {
  background: #fe0000;
}

.ftr_scl_ls > li > a > i.fa-instagram:hover {
  background: #c21975;
}

/* Button Color
*****************************************************************************************************/

/*********** Button Color ***********/

/* Placeholder
*****************************************************************************************************/

/*********** Placeholder ***********/

/* Text Mask
*****************************************************************************************************/

/*********** Text Mask ***********/

/* Animation
*****************************************************************************************************/

/*********** Animation ***********/

/* Position
*****************************************************************************************************/

/*********** Position ***********/

/* Fonts
*****************************************************************************************************/

/*********** Fonts ***********/

/* Montserrat
*****************************************************************************************************/

/* Black
----------------------------------------*/

@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Black.ttf?ec4c9962ba54eb91787aa93d361c10a8);
  font-weight: 900;
}

@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-BlackItalic.ttf?50705c5ed1205b63efdbfee941a6b655);
  font-weight: 900;
  font-style: italic;
}

/* Bold
----------------------------------------*/

@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Bold.ttf?ee7b96fa85d8fdb8c126409326ac2d2b);
  font-weight: 700;
}

@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-BoldItalic.ttf?1eb7a893589ddce89d81cdb22a356660);
  font-weight: 700;
  font-style: italic;
}

/* Medium
----------------------------------------*/

@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Medium.ttf?d08840599e05db7345652d3d417574a9);
  font-weight: 500;
}

@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-MediumItalic.ttf?bd19ad60600a1537c00d3b4923a5e5de);
  font-weight: 500;
  font-style: italic;
}

/* Regular
----------------------------------------*/

@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Regular.ttf?3e1af3ef546b9e6ecef9f3ba197bf7d2);
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Italic.ttf?42bbe4eefcde1297b11dc4b6491e9746);
  font-weight: 400;
  font-style: italic;
}

/* Light
----------------------------------------*/

@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Light.ttf?fc84e998bc29b297ea20321e4c90b6ed);
  font-weight: 300;
}

@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-LightItalic.ttf?d1efcd4d126837fe0dcf9b6cf3a00d64);
  font-weight: 300;
  font-style: italic;
}

/* Light
----------------------------------------*/

@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Thin.ttf?89e2666c24d37055bcb60e9d2d9f7e35);
  font-weight: 200;
}

@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-ThinItalic.ttf?0fc25386220a58203994ce45fb4ae570);
  font-weight: 200;
  font-style: italic;
}

/*********** Montserrat ***********/

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background: #EFF3F6;
}

img {
  max-width: 100%;
}

a,
button,
select,
input,
textarea {
  outline: 0 !important;
}

a {
  display: inline-block;
  color: inherit;
}

a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

button {
  padding: 0;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  color: inherit;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

li {
  text-align: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
}

strong,
b {
  font-weight: 700;
}

::-webkit-scrollbar {
  width: 4px;
  border: 1px solid transparent;
  border-top: 0;
  border-bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  background-clip: content-box;
}

::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 100px;
}

/* Custom Classes
=================================================================*/

.ap-n {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.us-n {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fx-c {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.h-100 {
  height: 100%;
}

.h-100vh {
  height: 100vh;
}

.mh-100vh {
  min-height: 100vh;
}

.ov-h {
  overflow: hidden !important;
}

.bg-cover {
  background: center/cover no-repeat;
}

.bg-contain {
  background: center/contain no-repeat;
}

.txt-editor ul {
  margin-bottom: 1rem;
  padding-left: 40px;
  list-style: initial;
}

.txt-editor h1,
.txt-editor h2,
.txt-editor h3,
.txt-editor h4,
.txt-editor h5,
.txt-editor h6 {
  margin-bottom: 0.5rem;
}

.txt-editor p {
  margin-bottom: 1rem;
}

.txt-editor a {
  display: inline;
  text-decoration: underline;
  color: #0094FF !important;
}

.placeholder::-webkit-input-placeholder {
  color: inherit;
}

.placeholder::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.placeholder:-ms-input-placeholder {
  color: inherit;
}

.placeholder::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

.placeholder::placeholder {
  color: inherit;
  opacity: 1;
}

.spinner {
  -moz-appearance: textfield;
}

.spinner::-webkit-inner-spin-button,
.spinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.equal-offsets {
  margin: -15px;
}

.equal-offsets > .col,
.equal-offsets > [class*=col-] {
  padding: 15px;
}

.transition {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*========== Custom Classes ==========*/

/* Internet Explorer
=================================================================*/

.ie_bx {
  width: 100%;
  padding-top: 100px;
  position: fixed;
  z-index: 10010;
  text-align: center;
}

.ie_bx h2 + .ie_bx h2 {
  margin-top: 20px;
}

.ie_bx h2 a {
  text-decoration: underline;
}

.ie_bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.88);
}

/*========== Internet Explorer ==========*/

/* Standards
=================================================================*/

.base_input_bx {
  position: relative;
}

.base_input {
  height: 42px;
  border-color: #DDE0E5;
  box-shadow: none !important;
}

.base_input::-webkit-input-placeholder {
  color: #a6aaae;
}

.base_input::-moz-placeholder {
  color: #a6aaae;
  opacity: 1;
}

.base_input:-ms-input-placeholder {
  color: #a6aaae;
}

.base_input::-ms-input-placeholder {
  color: #a6aaae;
  opacity: 1;
}

.base_input::placeholder {
  color: #a6aaae;
  opacity: 1;
}

.base_input:focus {
  border-color: #0094FF;
}

.base_input_bx > .base_input {
  padding-right: 40px;
}

.base_input_bx > i {
  height: 30px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  line-height: 1;
  font-size: 30px;
  color: #B3BAC8;
}

.base_select > .dropdown-toggle {
  height: 42px;
  line-height: 40px;
  padding: 0 12px;
  padding-right: 30px;
  border: 0;
  box-shadow: none !important;
  background-color: #fff !important;
  color: #2e4b5d !important;
}

.base_select > .dropdown-toggle::after {
  vertical-align: middle;
  margin-right: -19px;
}

.base_select > .dropdown-toggle .filter-option {
  border: 1px solid #DDE0E5;
  border-radius: 4px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.base_select > .dropdown-toggle .filter-option-inner {
  width: 100%;
  padding-right: 10px;
  border-right: 1px solid #DDE0E5;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.base_select > .dropdown-toggle:focus {
  outline: 0 !important;
}

.base_select > .dropdown-toggle:focus .filter-option {
  border-color: #0094FF;
}

.base_select > .dropdown-toggle:focus .filter-option-inner {
  border-right-color: #0094FF;
}

.base_select > .dropdown-menu {
  border-color: #DDE0E5;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}

.base_select > .dropdown-menu .dropdown-menu.inner {
  font-size: 16px;
}

.base_select > .dropdown-menu .dropdown-menu.inner > li + li {
  border-top: 1px solid #DDE0E5;
}

.base_select > .dropdown-menu .dropdown-menu.inner > li > a {
  padding: 8px 20px;
  border-radius: 0;
  line-height: 1.2;
}

.base_select > .dropdown-menu .bs-actionsbox {
  padding-bottom: 12px;
  border-bottom: 1px solid #DDE0E5;
}

.base_select > .dropdown-menu .bs-actionsbox .btn-group button {
  border-color: #DDE0E5;
}

.base_btn {
  padding: 9px 16px;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.16) !important;
}

.base_btn:active {
  box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3) !important;
}

.base_btn.border_white {
  background: #fff;
}

.base_btn.border_white:hover {
  background: #f2f2f2;
}

.base_btn.solid_blue {
  background: #0094FF;
  color: #fff;
}

.base_btn.solid_blue:hover {
  background: #0076cc;
}

/*========== Standards ==========*/

/* Sidebar
*****************************************************************************************************/

.aside {
  width: 300px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #202346;
  color: #fff;
}

.nav_menu_btn {
  width: 40px;
  height: 40px;
  border-radius: 13px 0 0 13px;
  position: absolute;
  right: 0;
  top: 20px;
  line-height: 1;
  font-size: 28px;
  background: #2e3057;
}

.nav_menu_btn i.minus {
  display: block;
}

.nav_menu_btn i.plus {
  display: none;
}

.logo {
  height: 80px;
  padding: 25px 15px;
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}

.logo a {
  font-size: 20px;
}

.nav_menu {
  height: calc(100% - 80px);
  overflow-x: hidden;
  overflow-y: auto;
}

.nav_menu_ls > li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  opacity: 0.6;
}

.nav_menu_ls > li a i {
  width: 60px;
  padding: 10px 15px;
  text-align: center;
  line-height: 1;
  font-size: 24px;
}

.nav_menu_ls > li a .txt {
  width: calc(100% - 60px);
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}

.nav_menu_ls > li.active a,
.nav_menu_ls > li a:hover {
  opacity: 1;
  background: #2e3057;
}

.aside.active {
  width: 60px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.aside.active .nav_menu_btn i.minus {
  display: none;
}

.aside.active .nav_menu_btn i.plus {
  display: block;
}

.aside.active .logo {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.aside.active .nav_menu_ls > li a .txt {
  opacity: 0;
  visibility: hidden;
  padding-right: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

/*********** Sidebar ***********/

/* Main
*****************************************************************************************************/

.main {
  margin-left: 300px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main.active {
  margin-left: 60px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

/*********** Main ***********/

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 24px;
    left: 24px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: -1px;
    left: -1px;
    width: 50px;
    height: 50px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 24px;
    left: 24px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: -1px;
    left: -1px;
    width: 50px;
    height: 50px;
    opacity: 0;
  }
}

/* Something
*****************************************************************************************************/

/*********** Something ***********/

/* Something
=================================================================*/

/*========== Something ==========*/

/* Something
----------------------------------------*/

/*---------- Something ----------*/

/* Application
=================================================================*/

/* Social Websites
=================================================================*/

/* Button Color
*****************************************************************************************************/

/*********** Button Color ***********/

/* Placeholder
*****************************************************************************************************/

/*********** Placeholder ***********/

/* Text Mask
*****************************************************************************************************/

/*********** Text Mask ***********/

/* Animation
*****************************************************************************************************/

/*********** Animation ***********/

/* Position
*****************************************************************************************************/

/*********** Position ***********/

/* Fonts
*****************************************************************************************************/

/*********** Fonts ***********/

/* Min Width
*****************************************************************************************************/

/* 480px (Min Width)
=================================================================*/

@media (min-width: 480px) {
  /*========== 480px (Min Width) ==========*/
}

/* 768px (Min Width)
=================================================================*/

@media (min-width: 768px) {
  /*========== 768px (Min Width) ==========*/
}

/* 992px (Min Width)
=================================================================*/

@media (min-width: 992px) {
  /*========== 992px (Min Width) ==========*/
}

/* 1200px (Min Width)
=================================================================*/

@media (min-width: 1200px) {
  /*========== 1200px (Min Width) ==========*/
}

/* 1590px (Min Width)
=================================================================*/

@media (min-width: 1590px) {
  /*========== 1590px (Min Width) ==========*/
}

@media (max-width: 1590px) {
  .bron-box .form-group span {
    display: block;
  }

  /*========== 1590px (Min Width) ==========*/
}

/* Max Width
*****************************************************************************************************/

/* 1589px (Max Width)
=================================================================*/

@media (max-width: 1589px) {
  /*========== 1589px (Max Width) ==========*/
}

/* 1199px (Max Width)
=================================================================*/

@media (max-width: 1199px) {
  .aside {
    width: 250px;
  }

  .nav_menu_ls > li a {
    font-size: 14px;
  }

  .main {
    margin-left: 250px;
  }

  /*========== 1199px (Max Width) ==========*/
}

/* 991px (Max Width)
=================================================================*/

@media (max-width: 991px) {
  /*========== 991px (Max Width) ==========*/
}

/* 767px (Max Width)
=================================================================*/

@media (max-width: 767px) {
  /*========== 767px (Max Width) ==========*/
}

/* 479px (Max Width)
=================================================================*/

@media (max-width: 479px) {
  /*========== 479px (Max Width) ==========*/
}

/* Application
=================================================================*/

/* Social Websites
=================================================================*/

/* Button Color
*****************************************************************************************************/

/*********** Button Color ***********/

/* Placeholder
*****************************************************************************************************/

/*********** Placeholder ***********/

/* Text Mask
*****************************************************************************************************/

/*********** Text Mask ***********/

/* Animation
*****************************************************************************************************/

/*********** Animation ***********/

/* Position
*****************************************************************************************************/

/*********** Position ***********/

/* Fonts
*****************************************************************************************************/

/*********** Fonts ***********/

.ftr_scl_ls > li > a > i.fa-facebook:hover {
  background: #3b589e;
}

.ftr_scl_ls > li > a > i.fa-twitter:hover {
  background: #00aced;
}

.ftr_scl_ls > li > a > i.fa-vk:hover {
  background: #436eab;
}

.ftr_scl_ls > li > a > i.fa-youtube:hover {
  background: #fe0000;
}

.ftr_scl_ls > li > a > i.fa-instagram:hover {
  background: #c21975;
}

/* Button Color
*****************************************************************************************************/

/*********** Button Color ***********/

/* Placeholder
*****************************************************************************************************/

/*********** Placeholder ***********/

/* Text Mask
*****************************************************************************************************/

/*********** Text Mask ***********/

/* Animation
*****************************************************************************************************/

/*********** Animation ***********/

/* Position
*****************************************************************************************************/

/*********** Position ***********/

/* Fonts
*****************************************************************************************************/

/*********** Fonts ***********/

/* Montserrat
*****************************************************************************************************/

/* Black
----------------------------------------*/

@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Black.ttf?ec4c9962ba54eb91787aa93d361c10a8);
  font-weight: 900;
}

@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-BlackItalic.ttf?50705c5ed1205b63efdbfee941a6b655);
  font-weight: 900;
  font-style: italic;
}

/* Bold
----------------------------------------*/

@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Bold.ttf?ee7b96fa85d8fdb8c126409326ac2d2b);
  font-weight: 700;
}

@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-BoldItalic.ttf?1eb7a893589ddce89d81cdb22a356660);
  font-weight: 700;
  font-style: italic;
}

/* Medium
----------------------------------------*/

@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Medium.ttf?d08840599e05db7345652d3d417574a9);
  font-weight: 500;
}

@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-MediumItalic.ttf?bd19ad60600a1537c00d3b4923a5e5de);
  font-weight: 500;
  font-style: italic;
}

/* Regular
----------------------------------------*/

@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Regular.ttf?3e1af3ef546b9e6ecef9f3ba197bf7d2);
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Italic.ttf?42bbe4eefcde1297b11dc4b6491e9746);
  font-weight: 400;
  font-style: italic;
}

/* Light
----------------------------------------*/

@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Light.ttf?fc84e998bc29b297ea20321e4c90b6ed);
  font-weight: 300;
}

@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-LightItalic.ttf?d1efcd4d126837fe0dcf9b6cf3a00d64);
  font-weight: 300;
  font-style: italic;
}

/* Light
----------------------------------------*/

@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Thin.ttf?89e2666c24d37055bcb60e9d2d9f7e35);
  font-weight: 200;
}

@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-ThinItalic.ttf?0fc25386220a58203994ce45fb4ae570);
  font-weight: 200;
  font-style: italic;
}

/*********** Montserrat ***********/

@font-face {
  font-family: "Material Design Icons";
  src: url(/fonts/materialdesignicons-webfont.eot?59860d9ae9f90760cfd799045dbed54a);
  src: url(/fonts/materialdesignicons-webfont.eot?59860d9ae9f90760cfd799045dbed54a) format("embedded-opentype"), url(/fonts/materialdesignicons-webfont.woff2?a57de8f637ace1ee9a1fd56d28c1c8ce) format("woff2"), url(/fonts/materialdesignicons-webfont.woff?da1033342b6da4440dc7ee3646ca9a60) format("woff"), url(/fonts/materialdesignicons-webfont.ttf?5a293a273bee8d740a045d9922b9a9ae) format("truetype"), url(/fonts/materialdesignicons-webfont.svg?40cd6e2c274fae87190a1c094df6a519) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Header
*****************************************************************************************************/

/*********** Header ***********/

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #adb1b8;
  font-size: 14px;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #adb1b8;
  font-size: 14px;
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #adb1b8;
  font-size: 14px;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #adb1b8;
  font-size: 14px;
}

h1,
.fs-h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem;
}

a:hover,
a:focus {
  outline: none !important;
  box-shadow: none !important;
}

.fs-12,
.fs-14 {
  font-size: 14px;
}

.pt-12 {
  padding-top: 12px;
}

.p-12 {
  padding: 12px !important;
}

.mb23 {
  margin-bottom: 23px;
}

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

.dis-table {
  margin: 0 auto;
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

.btn.focus,
.btn:focus {
  outline: none;
  box-shadow: none;
}

html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
}

/*********** Main ***********/

.index .wrapper {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  background-image: url(/images/bg.png?84187a7bb5bacab68884237c53e1b4c1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.login {
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  padding: 15px;
}

.login .form-group {
  text-align: left;
}

.table-hover tbody tr:hover {
  background-color: #e0f1ff !important;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #f6f8fa;
}

.table {
  border: 1px solid #dcdcdc;
}

.table td,
.table th {
  padding: 5px 15px;
}

.table thead th {
  background-color: #eff3f6;
  font-weight: 400;
  border-right: 1px solid #dee2e6;
  border-bottom: 0 none;
  border-top: 0 none;
  color: #354052;
  vertical-align: middle;
  padding: 8px 15px;
}

.table thead th:last-child {
  border-right: 0 none;
}

.table tbody td {
  border-right: 1px solid #dee2e6;
  border-top: 0 none;
}

.table tbody td:last-child {
  border-right: 0 none;
}

.col-form-label,
.gray {
  color: #767b86;
}

.col-form-label {
  line-height: 14px;
  font-size: 14px;
}

.breadcrumb {
  background-color: #e6ecf1;
  font-size: 12px;
  padding: 3px 10px;
  margin-bottom: 0;
}

.breadcrumb .breadcrumb-item {
  color: #354052;
}

.breadcrumb .breadcrumb-item a {
  color: #767b86;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\F142";
  font-family: "Material Design Icons";
  padding-right: 0.3rem;
}

.base_box_ttl {
  padding: 12px;
  position: relative;
}

.base_box_ttl::before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  background: #e0e5e7;
}

.base_box_ttl .title {
  margin-bottom: 0;
}

.base_box {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  position: relative;
}

.base_box_hdr {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  position: relative;
}

.base_box_hdr .base_box_ttl {
  padding: 20px 15px;
}

.base_box_cnt {
  padding: 15px;
}

.blue_box {
  background-color: #e0f1ff;
}

.gray_box {
  background-color: #d5e1ec;
}

.base_box_main {
  background-color: #eff3f6;
  padding: 15px;
  margin-bottom: 50px;
}

.button-group .btn {
  margin-right: 12px;
}

.button-group .btn:last-child {
  margin-right: 0;
}

.button-group .mdi {
  font-size: 25px;
  line-height: 20px;
  vertical-align: middle;
}

.tab-content {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #eaedf1;
  border-top: 0 none;
}

.nav-tabs {
  border-bottom: 0 none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: #eaedf1 #eaedf1 #fff;
}

.nav-tabs .nav-link {
  border-bottom: 0 none;
  color: #b6bbc2;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.5);
  margin-right: 2px;
  border-color: #eaedf1 #eaedf1 #fff;
}

.nav-tabs .nav-link:last-child {
  margin-right: 0;
}

.pagination .page-item {
  margin: 0 3px;
}

.pagination .page-item.active .page-link {
  background-color: #202346;
  border-color: #202346;
}

.pagination .page-link {
  padding: 5px 10px;
  border-radius: 4px;
  color: #354052;
  font-size: 14px;
}

.pagination .page-link:hover,
.pagination .page-link:focus {
  background-color: #202346;
  border-color: #202346;
  color: #fff;
}

.pagination .page-link i {
  font-size: 20px;
  line-height: 15px;
  vertical-align: middle;
}

.pagination .page-arrow .page-link {
  padding: 5px;
}

.input-group-append .input-group-text {
  background-color: #fff;
}

.modal-header {
  background-color: #202346;
  padding: 5px 15px;
  font-size: 14px;
  color: #fff;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.modal-title {
  font-size: 14px;
  font-weight: 400;
}

button.close {
  color: #fff;
  opacity: 1;
  box-shadow: none;
}

button.close:hover,
button.close:focus {
  color: #fff;
}

.boldText {
  font-size: 24px;
  font-weight: 500;
}

table.schedule-table th {
  font-size: 12px;
  vertical-align: middle;
  color: #767b86;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

table.schedule-table th:last-child {
  border-right: 0 none;
}

table.schedule-table td {
  border-right: 1px solid #dcdcdc;
}

table.schedule-table td.disabled {
  color: #b2b7bf;
}

table.schedule-table td,
table.schedule-table th {
  padding: 5px 10px;
}

.input-group-btn-vertical {
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
  z-index: 10;
  border-left: 1px solid #dde0e5;
}

.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 10px 14px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}

.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
  border-bottom: 1px solid #dde0e5;
}

.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}

.input-group-btn-vertical i {
  position: absolute;
  top: 0;
  left: 6px;
}

.spinner .form-control:not(:last-child) {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.days-list li {
  display: inline-block;
  text-align: center;
  margin-right: 20px;
}

.days-list li:last-child {
  margin-right: 0;
}

.days-list li span.text {
  margin-left: -4px;
  margin-bottom: 3px;
  display: block;
  color: #767b86;
  font-size: 12px;
}

.input-group-addon {
  padding: 8px 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon,
.input-group-btn {
  width: 35px;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.input-group-addon:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.date-group {
  border-radius: 5px 5px 0 0;
  border: 1px solid #dde0e5;
  background-color: #fff;
}

.date-group__header {
  background-color: #eff3f6;
  padding: 10px 15px;
  height: 36px;
  border-radius: 5px 5px 0 0;
}

.date-group__title {
  color: #767b86;
  font-size: 12px;
  margin-bottom: 0;
}

.date-group__btn {
  padding: 10px;
}

.add-date .form-control,
.add-date .input-group-addon {
  border-radius: 0;
  border: 0 none;
}

.add-date .input-group {
  border-bottom: 1px solid #dde0e5;
}

.add-date .input-group-addon {
  padding: 8px 0 10px 0;
}

.remove_field {
  color: #dc3545;
  margin: 5px 2px 0 0;
  font-size: 16px;
}

.remove_field:hover,
.remove_field:focus {
  color: #dc3545;
}

.add_field_button {
  height: 36px;
  border: 1px dashed #cecece;
  background-color: #f1f1f1;
  text-align: center;
  color: #cecece;
  width: 100%;
}

.add_field_button i {
  font-size: 20px;
}

.divider {
  background-color: #e0e5e7;
  height: 1px;
  width: 100%;
}

.small_input {
  height: 26px;
}

.middle_input {
  height: 32px;
}

.middle_search i {
  font-size: 24px;
  line-height: 32px;
}

.homegrid .card {
  margin: 0;
  height: 100%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
}

.homegrid [class^=col-sm] {
  margin-bottom: 30px;
}

.homegrid .card-body {
  padding: 0;
}

.homegrid .card-header {
  background-color: #fff;
}

.homegrid .card-title {
  margin-bottom: 0;
  font-weight: 400;
}

.grid-list {
  min-height: 175px;
}

.grid-list > li {
  display: block;
}

.grid-list > li.active {
  background-color: #e0f1ff;
}

.grid-list > li a {
  padding: 10px 1.25rem;
  display: block;
}

.grid-list > li a:hover {
  background-color: #e0f1ff;
}

.grid-list > li li a {
  padding: 5px 30px;
  display: block;
  font-size: 15px;
}

.bg-grid {
  background: linear-gradient(#eaedf1, transparent 1px), linear-gradient(90deg, #eaedf1, transparent 1px);
  background-size: 30px 30px;
  background-position: center center;
  min-height: 500px;
  border: 1px solid #eaedf1;
}

table.seats {
  margin-top: 24px;
}

table.seats td {
  width: 30px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  border-right: 1px solid #eaedf1;
  border-bottom: 1px solid #eaedf1;
}

table.seats td:last-child {
  border-right: 0 none;
}

table.seats tr:last-child td {
  border-bottom: 0 none;
}

.blue {
  background-color: #54afff;
}

.green {
  background-color: #4cd69a;
}

.green1 {
  background-color: #00ffa2;
}

.yellow {
  background-color: #ffe065;
}

.red1 {
  background-color: #d64cb1;
}

.red2 {
  background-color: #ff5488;
}

.red {
  background-color: #ff7d54;
}

.black {
  background-color: #000;
}

.graybg {
  background-color: #969ca6;
}

.blue-txt {
  color: #0094FF;
}

.color-list li {
  display: inline-block;
  margin-right: 5px;
  padding: 2px;
  border-radius: 50%;
}

.color-list li.active {
  border: 2px solid #0094ff;
}

.color-list li a {
  width: 24px;
  height: 24px;
  padding: 1px;
  border-radius: 50%;
  vertical-align: top;
}

.grid-bottom {
  border: 1px solid #eaedf1;
  padding: 10px;
}

.clist {
  padding: 15px 0 0;
}

.clist li {
  display: inline-block;
  vertical-align: top;
  margin: 0 25px 5px 0;
}

.clist li:last-child {
  margin-right: 0;
}

.clist li .color {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.clist li .txt {
  font-size: 14px;
}

.inpud-smail-group {
  width: 150px;
}

.inpud-smail-group .input-group-append {
  padding: 0 10px;
}

.inpud-smail-group .small_input {
  border-radius: 0.25rem !important;
}

.small_search .form-control {
  height: 30px;
}

.small_search i {
  font-size: 20px;
  line-height: 30px;
}

.work-schedule {
  /* Hide prev/next buttons and month name*/
  /* Hide days of previous month */
  /* Hide days of next month */
}

.work-schedule .datepicker-days > table > thead > tr > th.prev,
.work-schedule .datepicker-days > table > thead > tr > th.datepicker-switch,
.work-schedule .datepicker-days > table > thead > tr > th.next {
  display: none;
}

.work-schedule td.old.day {
  visibility: hidden;
}

.work-schedule td.new.day {
  display: none;
}

.day i {
  font-size: 20px;
  line-height: 23px;
}

.big-text {
  font-size: 24px;
  font-weight: 700;
}

.small-text {
  font-size: 14px;
}

.table-white.seats td {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.jumbotron {
  background-color: #f6f8fa;
}

.small_select > .dropdown-toggle {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

.small_select .dropdown-menu a {
  font-size: 14px;
  padding: 5px 20px;
}

.base_select.show-tick.bootstrap-select > .dropdown-menu.inner li a span.check-mark {
  display: none;
}

.kassa-table th {
  font-weight: 400;
}

.kassa-table td {
  text-align: right;
}

.table-block {
  display: inline-block;
  text-align: center;
}

.table-block table {
  margin-bottom: 10px;
}

.block01 {
  margin-right: 100px;
}

.mdi-calendar {
  font-size: 20px;
}

.btn-icon {
  margin: 0 5px;
}

.btn-icon i {
  font-size: 20px;
}

.btn-icon:hover i.mdi-pencil-box,
.btn-icon:focus i.mdi-pencil-box {
  color: #0094FF;
}

.table-small thead tr:last-child th {
  border-top: 1px solid #dee2e6;
}

.last-th {
  width: 100px;
}

.table-page {
  background: #484642;
}

.table-page .content {
  padding: 20px 0;
}

.table-page .page-title {
  color: #9f9f9f;
  text-align: center;
  font-weight: 700;
}

.table-page .table-striped tbody tr:nth-of-type(odd) {
  background-color: #000;
}

.table-page .table-striped tbody tr:nth-of-type(even) {
  background-color: #151515;
}

.table-schedule {
  color: #00ffa2;
  margin-bottom: 0;
}

.table-schedule thead th {
  border: 2px solid #484642;
  background-color: #68655e;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.table-schedule thead th:last-child {
  border-right: 2px solid #484642;
}

.table-schedule tbody td,
.table-schedule tbody th {
  vertical-align: middle;
  font-size: 28px;
  text-align: center;
  border: 2px solid #484642;
}

.table-schedule tbody td:last-child,
.table-schedule tbody th:last-child {
  border-right: 2px solid #484642;
}

.table-schedule tbody th {
  width: auto;
}

.table-schedule td {
  width: 20%;
  overflow: hidden;
  white-space: nowrap;
}

.gray_input .form-control,
.gray_input .input-group-text {
  border-radius: 0;
  background-color: #f6f8fa;
  text-align: right;
  border: 0 none;
}

.gray_input .form-control {
  color: #0094FF;
}

.gray_input .input-group-text {
  font-size: 12px;
}

.small-txt {
  text-transform: uppercase;
  font-size: 16px;
}

.big-txt {
  text-transform: uppercase;
  font-size: 32px;
}

.info-table header {
  background-color: #202346;
  padding: 15px 10px 10px;
  color: #fff;
}

.way-to {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 24px;
}

.way-from {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}

.extra-container {
  border-bottom: 1px solid #eaedf1;
  background-color: #fff;
}

.extra-container [class^=col-lg] {
  border-right: 1px solid #dde0e5;
  text-align: center;
  padding-top: 15px;
}

.extra-container .mainContainer {
  padding: 24px 10px;
}

.btn-secondary {
  background-color: #969ca6;
}

.warning-modal .media-body h1 {
  font-weight: 400;
  margin-bottom: 8px;
}

.warning-modal .media-body p {
  font-size: 14px;
  font-weight: 400;
  color: #969ca6;
}

.warning-modal .media-body p b {
  color: #354052;
}

.checkbox-list {
  margin-bottom: 20px;
}

.checkbox-list > li {
  margin-bottom: 7px;
}

.checkbox-list li.head label {
  font-size: 16px;
}

.checkbox-list li label {
  font-size: 14px;
  line-height: 25px;
}

.checkbox-sublist {
  padding-left: 25px;
  list-style: none;
  margin: 5px 0 0;
}

.checkbox-sublist li {
  margin-bottom: 5px;
}

.radioGroup {
  padding: 0 0 15px;
}

.radioGroup .custom-control {
  margin-right: 30px;
}

table.inputPrice {
  background-color: #eff3f6;
}

table.inputPrice td,
table.inputPrice th {
  border: 1px solid #dcdcdc;
}

table.inputPrice tbody td:first-child {
  vertical-align: middle;
}

.table-wrapper {
  height: 200px;
  overflow-x: hidden;
}

.is-invalid-self {
  border: 1px solid red;
}

[class*=loader-] {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
}

.loader-15 {
  background: currentcolor;
  position: relative;
  -webkit-animation: loader-15 1s ease-in-out infinite;
          animation: loader-15 1s ease-in-out infinite;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  width: 0.25em;
  height: 0.5em;
  margin: 0 0.5em;
}

.loader-15:after,
.loader-15:before {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  background: inherit;
  -webkit-animation: inherit;
          animation: inherit;
}

.loader-15:before {
  right: 0.5em;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.loader-15:after {
  left: 0.5em;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes loader-15 {
  0%, 100% {
    box-shadow: 0 0 0 currentcolor, 0 0 0 currentcolor;
  }

  50% {
    box-shadow: 0 -0.25em 0 currentcolor, 0 0.25em 0 currentcolor;
  }
}

@keyframes loader-15 {
  0%, 100% {
    box-shadow: 0 0 0 currentcolor, 0 0 0 currentcolor;
  }

  50% {
    box-shadow: 0 -0.25em 0 currentcolor, 0 0.25em 0 currentcolor;
  }
}

.cur-p {
  cursor: pointer !important;
}

.bottom-copyright {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 5px 10px;
  background: #202346;
  text-align: right;
  color: #ffffff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1000;
}

