﻿@charset "UTF-8";
/** VIN CSS : Import font proximanova */
/* VIN Fonts */
@font-face {
  font-family: "proxima_nova_altbold";
  src: url("../fonts/proximanova/PNBold-webfont.eot");
  src: url("../fonts/proximanova/PNBold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova/PNBold-webfont.woff2") format("woff2"), url("../fonts/proximanova/PNBold-webfont.woff") format("woff"), url("../fonts/proximanova/PNBold-webfont.ttf") format("truetype"), url("../fonts/proximanova/PNBold-webfont.svg#proxima_nova_altbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_nova_ltsemibold";
  src: url("../fonts/proximanova/PNSemibold-webfont.eot");
  src: url("../fonts/proximanova/PNSemibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova/PNSemibold-webfont.woff2") format("woff2"), url("../fonts/proximanova/PNSemibold-webfont.ttf") format("truetype"), url("../fonts/proximanova/PNSemibold-webfont.svg#proxima_nova_ltsemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNovaRgBold";
  src: url("../fonts/proximanova/ProximaNova-Bold-webfont.eot");
  src: url("../fonts/proximanova/ProximaNova-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova/ProximaNova-Bold-webfont.woff") format("woff"), url("../fonts/proximanova/ProximaNova-Bold-webfont.ttf") format("truetype"), url("../fonts/proximanova/ProximaNova-Bold-webfont.svg#ProximaNovaRgBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNovaLtLight";
  src: url("../fonts/proximanova/ProximaNova-Light-webfont.eot");
  src: url("../fonts/proximanova/ProximaNova-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova/ProximaNova-Light-webfont.woff") format("woff"), url("../fonts/proximanova/ProximaNova-Light-webfont.ttf") format("truetype"), url("../fonts/proximanova/ProximaNova-Light-webfont.svg#ProximaNovaLtLight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNovaRgRegular";
  src: url("../fonts/proximanova/ProximaNova-Reg-webfont.eot");
  src: url("../fonts/proximanova/ProximaNova-Reg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova/ProximaNova-Reg-webfont.woff") format("woff"), url("../fonts/proximanova/ProximaNova-Reg-webfont.ttf") format("truetype"), url("../fonts/proximanova/ProximaNova-Reg-webfont.svg#ProximaNovaRgRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNovaLtSemibold";
  src: url("../fonts/proximanova/ProximaNova-Sbold-webfont.eot");
  src: url("../fonts/proximanova/ProximaNova-Sbold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova/ProximaNova-Sbold-webfont.woff") format("woff"), url("../fonts/proximanova/ProximaNova-Sbold-webfont.ttf") format("truetype"), url("../fonts/proximanova/ProximaNova-Sbold-webfont.svg#ProximaNovaLtSemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: ProximaNovaRgRegular, -apple-system, BlinkMacSystemFont !important;
  font-size: 67.5%;
  background-color: #fbfbfb !important;
  color: #616161 !important;
}

@media (max-width: 768px) {
  body {
    font-size: 68%;
  }
}
.font-size-default {
  font-size: 1.2em;
}

.font-08em {
  font-size: 0.8em;
}

.font-09em {
  font-size: 0.9em;
}

.font-1em {
  font-size: 1em;
}

.font-11em {
  font-size: 1.1em;
}

.font-12em {
  font-size: 1.2em;
}

.font-15em {
  font-size: 1.5em;
}

.font-16em {
  font-size: 1.6em;
}

.font-18em {
  font-size: 1.8em;
}

.font-20em {
  font-size: 2em;
}

.asterisk {
  font-size: 1.2rem;
  line-height: 0.5rem;
}

.text-blue {
  color: #00186a;
}

.text-black {
  color: #232323;
}

.text-lightblue {
  color: #6d87df;
}

.text-secondary {
  color: #b9975b !important;
}

.text-underline {
  text-decoration: underline;
  text-decoration-color: #00186a;
  -webkit-text-underline-position: under;
  -ms-text-underline-position: below;
  text-underline-position: under;
}

.bg-blue {
  background: #00186a;
}

.bg-gray-1 {
  background: #6b6b6b !important;
}

/* Library */
.dropshadow, .dropShadow {
  -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.4);
}

.boxShadow, .boxshadow-primary {
  -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.04);
  border: none;
  background: #FFF;
}

.hiddenText {
  opacity: 0;
}

/* Box */
.boxShadowKits {
  -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.04);
  background: #FFF;
  border-radius: 6px;
  padding: 27px 33px 22px;
}

.borderRadius15 {
  border-radius: 15px;
}

.boxRounded {
  border-radius: 6px;
  overflow: hidden;
}

.boxTitle {
  color: #232323 !important;
  margin-bottom: 21px;
  font-size: 1.2em;
  -webkit-text-stroke: 0.15px;
}

/* Line Space*/
.lineSpacer {
  background: url(../img/line.png) top repeat-x;
  height: 2px;
  margin: 13px 0;
}

/*Input*/
.inputDesc {
  font-style: italic;
  font-size: 0.95em;
  color: #686f98 !important;
}

.custom-select {
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23d5d5d5' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
}

.custom-select:focus {
  border-color: #686f98;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(104, 111, 152, 0.25);
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #686f98;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(104, 111, 152, 0.25);
}

.form-check {
  padding-left: 0px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #00186A;
  background-color: #00186A;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(104, 111, 152, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.small-note {
  display: block;
  color: #8b97da;
  font-size: 0.8em;
  font-style: italic;
  letter-spacing: 0.02rem;
}

.alert {
  padding: 4px 20px;
  font-family: "ProximaNovaRgRegular";
  font-weight: normal;
  margin: 4px 0px;
  letter-spacing: 0.05rem;
  display: inline-block;
  border: none;
  -webkit-text-stroke: 0.3px;
}

.alert-success {
  background: #add3a7;
  color: #193b14;
  min-width: 100px;
  font-size: 0.85em;
}

.alert-link {
  background: #b9975b;
  color: #ffffff;
  -webkit-text-stroke: 0px;
}

.alert-error {
  background: #fbcfd8;
  color: #990a0a;
  min-width: 100px;
  font-size: 0.85em;
}

.alert-link:hover, alert-link:active {
  color: #ffffff;
}

.dashed-textarea {
  border: 1px dashed #d4d1d1;
  min-height: 418px;
}

/*Table*/
.my-table {
  border-top: none;
  border-top-color: transparent;
  background: #FFF;
  font-size: 1.2em;
  /*icon*/
}
.my-table thead td {
  border-bottom: 1px solid #f0f0f0 !important;
  vertical-align: middle;
  padding: 0.25rem;
}
.my-table th {
  border-top: none;
  border-bottom: 1.5px solid #d4d4d4 !important;
  padding: 0.25rem;
  vertical-align: middle !important;
  -webkit-text-stroke: 0.15px;
  font-family: "ProximaNovaRgRegular";
  font-weight: normal;
}
@media (max-width: 767px) {
  .my-table th {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.my-table td {
  border-top-color: #f0f0f0;
  vertical-align: middle;
  padding: 0.25rem;
}
.my-table tbody tr:last-child td {
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
}
.my-table td.title {
  color: #001869;
  text-decoration: underline;
  text-decoration-color: #d4d6e0;
  -webkit-text-underline-position: under;
  -ms-text-underline-position: below;
  text-underline-position: under;
}
.my-table .icon-updown {
  color: #d5d5d5;
  margin-left: 0.8rem;
}
.my-table .icon-updown:hover {
  cursor: pointer;
  color: #00186A;
}

.tableWrapper {
  overflow: scroll;
}

.pad-td td {
  padding: 0.6rem 0.25rem;
}
.pad-td th {
  padding-bottom: 0.6rem;
}

@media (max-width: 767px) {
  .table-responsive {
    padding: 0px 15px;
  }

  .icon-link button {
    padding: 0px 1px !important;
    margin: 0px !important;
  }

  .icon-link button:last-child {
    padding: 0px 2px !important;
  }

  .alert-success, .alert-error {
    min-width: 0px;
  }

  .alert {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
#header {
  padding: 0;
  background: #FFFFFF;
  box-shadow: -2px -1px 16px -1px rgba(0, 0, 0, 0.4);
}
#header .navbar {
  padding-left: 0;
  padding-right: 0;
  padding-top: 18px !important;
  padding-bottom: 8px !important;
}
#header .navWrapper {
  height: 71px;
}
#header .space-line {
  padding: 0;
  height: 11px;
  background: #454d80;
}
#header .top-nav {
  background: #a6cbe9;
}
#header .btnLogout {
  width: 111px;
  margin-right: 50px;
  font-size: 1em;
}
#header .icon-message {
  font-size: 22px;
  margin-left: 14px;
  padding-top: 5px;
  margin-right: 10px;
  position: absolute;
  right: 0;
  color: #b9975b !important;
}
#header .navbar-brand {
  padding: 0px;
}
#header .navbar-brand img {
  width: 150px;
  height: auto;
}
#header span.box__title > span.notif {
  background: #db2f2f;
  color: #fff;
  font-weight: 400;
  position: absolute;
  right: -10px;
  top: 0px;
}
#header span.notif {
  font-size: 0.6em;
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 40px;
  text-align: center;
  font-family: "proxima_nova_ltsemibold";
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  #header .hr-mobile {
    border-bottom: 1px solid #f4f4f4;
    margin-top: 12px;
    margin-bottom: 13px;
  }
  #header .icon-message {
    padding-top: 30px;
  }
  #header span.box__title > span.notif {
    top: 25px;
  }
  #header .btnLogout {
    margin: 0px !important;
  }
}

#header-line {
  padding: 0px 0px 11px 0px;
  background: #485187 !important;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
}

.navbar-light .navbar-toggler {
  padding: 1px 5px;
  background: #4b548c;
  border: none;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#pageTitle {
  font-family: "proxima_nova_ltsemibold";
  height: 74px;
  display: table;
  background: #f9f9f9 url("../img/bg.png");
  -webkit-box-shadow: inset 0 20px 16px -20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 20px 16px -20px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 20px 16px -20px rgba(0, 0, 0, 0.3);
  padding: 11px 15px;
}
#pageTitle h3 {
  margin-bottom: 0;
  font-size: 2em;
  color: #00186a;
}
#pageTitle div {
  display: table-cell;
  vertical-align: middle;
}
#pageTitle span {
  font-style: italic;
  letter-spacing: 0.04em;
  font-family: "ProximaNovaRgRegular";
  font-size: 1.15em;
}

/*breadcrumb*/
.breadcrumb {
  margin-bottom: 0;
  background-color: #fbfbfb;
  letter-spacing: 0.009rem;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.4rem 1rem 0;
}
.breadcrumb a {
  color: #616161 !important;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #b9975b;
  text-decoration: underline;
}
.breadcrumb .active {
  color: #232323;
  font-family: "proxima_nova_ltsemibold";
}

.breadcrumb-item + .breadcrumb-item::before {
  font-family: "fontello" !important;
  font-size: 0.54rem;
  color: #adb5bd;
  content: "";
  padding-right: 1rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 1rem;
}

@media (min-width: 992px) {
  .breadcrumb {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .breadcrumb {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .long .breadcrumb-item + .breadcrumb-item:last-child {
    padding-left: 0rem;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
#theMenu {
  background: #FFF;
  border-radius: 6px;
}
#theMenu .toggle {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
  height: 25px;
  width: 25px;
  border-radius: 25px;
  color: #b9975b;
  margin-left: 25px;
  background: #FFF;
  -ms-transform: translate(0, -13px);
  /* IE 9 */
  transform: translate(0, -13px);
  /* Standard syntax */
  display: grid;
  align-items: center;
  justify-content: center;
}
#theMenu .toggle .icon-toggle-menu {
  font-size: 1rem;
}
#theMenu .toggle:hover {
  cursor: pointer;
  color: #b9975b;
  -webkit-box-shadow: 0 0px 11px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 11px rgba(0, 0, 0, 0.1);
}
#theMenu ul {
  margin: 0;
  padding: 10px;
  padding-top: 0;
  -ms-transform: translate(0, -10px);
  /* IE 9 */
  transform: translate(0, -10px);
  /* Standard syntax */
}
#theMenu ul li {
  padding: 13px 17px;
  list-style: none;
  border-bottom: 1px solid #f4f4f4;
}
#theMenu ul li div:after {
  content: "";
  display: table;
  clear: both;
}
#theMenu ul li .menuIcon {
  display: inline-block;
  float: left;
  font-size: 1.2rem;
  color: #b9975b !important;
  padding-right: 14px;
}
#theMenu ul li .menuName {
  display: inline-block;
  float: left;
  color: #00186a;
  font-size: 1.2em;
  -webkit-text-stroke: 0.15px;
  text-decoration: underline;
  text-decoration-color: #d4d6e0;
  padding-top: 3px;
}
#theMenu ul li .menuName::after {
  clear: both;
}
#theMenu ul li .menuDescription {
  margin-top: 3px;
  font-style: italic;
  color: #838383 !important;
  font-size: 0.95em;
  clear: both;
  display: block;
  letter-spacing: 0.05em;
}
#theMenu ul li:hover, #theMenu ul li.active {
  cursor: pointer;
  background: #4d578f;
}
#theMenu ul li:hover .menuName, #theMenu ul li.active .menuName {
  color: #b9975b !important;
  text-decoration-color: #cdb58a;
}
#theMenu ul li:hover .menuDescription, #theMenu ul li.active .menuDescription {
  color: white !important;
}

#menuTop ul {
  margin: 0;
  padding: 10px 0px;
  padding-top: 0;
  -ms-transform: translate(0, -10px);
  /* IE 9 */
  transform: translate(0, -10px);
  /* Standard syntax */
}
#menuTop ul li {
  padding: 13px 3px;
  list-style: none;
  border-bottom: 1px solid #f4f4f4;
}
#menuTop ul li div:after {
  content: "";
  display: table;
  clear: both;
}
#menuTop ul li .menuIconTop {
  display: inline-block;
  float: left;
  font-size: 2em;
  color: #b9975b !important;
  padding-right: 14px;
}
#menuTop ul li .menuNameTop {
  display: inline-block;
  float: left;
  color: #00186a;
  font-size: 1.3em;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #d4d6e0;
  padding-top: 3px;
  font-family: "ProximaNovaLtLight";
}
#menuTop ul li .menuNameTop::after {
  clear: both;
}
#menuTop ul li:hover, #menuTop ul li.active {
  cursor: pointer;
  background: #4d578f;
  padding-left: 20px;
  padding-right: 20px;
}
#menuTop ul li:hover .menuNameTop, #menuTop ul li.active .menuNameTop {
  color: #b9975b;
  text-decoration-color: #b9975b;
}

#navbarsEvetsites a {
  border-right: 1px solid #d9d9d9 !important;
  font-size: 1.3em;
  padding: 0px 30px;
  line-height: 0.8;
  transition: all 0.5s;
}
#navbarsEvetsites a.active, #navbarsEvetsites a:hover, #navbarsEvetsites a:focus {
  color: #001869;
}
#navbarsEvetsites a:last-child {
  border: none !important;
}

/* button */
.btn-primary {
  text-decoration: none !important;
  color: #fff;
  background: #001869;
  border: none !important;
  font-size: 1.2em;
  font-family: "proxima_nova_ltsemibold";
  letter-spacing: 0.05em;
  padding: 9px 20px;
  line-height: 1;
  border-radius: 30px;
  height: 30px;
  -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.4);
}
.btn-primary:hover {
  -webkit-box-shadow: 0 0px 11px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 11px rgba(0, 0, 0, 0.4);
  background: #001869;
}

.btn-secondary {
  text-decoration: none !important;
  color: #fff;
  background: #7f7f7f !important;
  border: none !important;
  font-size: 1.2em;
  font-family: "proxima_nova_ltsemibold";
  letter-spacing: 0.05em;
  padding: 9px 20px;
  line-height: 1;
  border-radius: 30px;
  height: 30px;
  -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.4);
}
.btn-secondary:hover {
  -webkit-box-shadow: 0 0px 11px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 11px rgba(0, 0, 0, 0.4);
}

.btn-info, .btn-success, .btn-warning {
  text-decoration: none !important;
  border: none !important;
  font-size: 1.2em;
  font-family: "proxima_nova_ltsemibold";
  letter-spacing: 0.05em;
  padding: 9px 20px;
  line-height: 1;
  border-radius: 30px;
  height: 30px;
  -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.4);
}
.btn-info:hover, .btn-success:hover, .btn-warning:hover {
  -webkit-box-shadow: 0 0px 11px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 11px rgba(0, 0, 0, 0.4);
}

.btn-danger {
  text-decoration: none !important;
  color: #fff;
  border: none !important;
  font-size: 1.2em;
  font-family: "proxima_nova_ltsemibold";
  letter-spacing: 0.05em;
  padding: 9px 20px;
  line-height: 1;
  border-radius: 30px;
  height: 30px;
  -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.4);
}
.btn-danger:hover {
  -webkit-box-shadow: 0 0px 11px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 11px rgba(0, 0, 0, 0.4);
}

.btn-cancel-save {
  font-size: 1.3em;
  width: 162px;
  border-radius: 30px;
  padding: 0.3rem 0.75rem;
}

.btn-icon-big-text span:nth-child(2) {
  position: relative;
  top: -3px;
}

.btn-close-preview {
  text-decoration: underline;
  text-decoration-color: #dc3545;
  -webkit-text-underline-position: under;
  -ms-text-underline-position: below;
  text-underline-position: under;
}

.btn-plus {
  background: #fbe6d7;
  color: #e97622;
  border-radius: 5px !important;
  font-size: 1rem;
  padding: 0rem 0.5rem !important;
  line-height: 0.5em !important;
  height: 32px;
}

.link-back {
  color: #616161 !important;
  text-decoration: underline;
  text-decoration-color: #d3d3d3;
  -webkit-text-underline-position: under;
  -ms-text-underline-position: below;
  text-underline-position: under;
  font-size: 1.2em;
}
.link-back:hover {
  color: #b9975b;
}

.icon-link .btn {
  font-size: 0.95rem;
  padding: 0.2rem;
}
.icon-link .btn span {
  color: #b9975b;
}
.icon-link .btn span:hover {
  color: #00186A;
}

.btn-icon {
  width: auto;
  padding: 0 20px;
}
.btn-icon span {
  display: inline-block;
  font-size: 1.7em;
  vertical-align: middle;
}
.btn-icon span:last-child {
  display: inline-block;
  vertical-align: middle;
  line-height: 2.5em;
  font-size: 12px;
}
.btn-icon .btn-icon-text {
  padding-left: 10px;
}

.btn-export {
  font-size: 0.875rem;
  color: #616161;
  height: 30px;
}
.btn-export:hover {
  color: #b9975b;
}

#footer {
  margin-top: 45px;
}
#footer .container {
  background: url("../img/line.png") top repeat-x;
  padding: 30px 15px;
  color: #7c7c7c;
  font-size: 1.2em;
  line-height: 2.5;
}

#footer-end {
  height: 74px;
  display: table;
  background: #f5f5f5 url("../img/bg.png");
}

@media (max-width: 768px) {
  #footer .container {
    font-size: 1.15em;
  }
}
.switch {
  font-size: 0.875rem;
  position: relative;
  color: #232323;
}
.switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: none;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
}
.switch input + label {
  position: relative;
  min-width: calc(calc(2.375rem * .6) * 2);
  border-radius: calc(2.375rem * .6);
  height: calc(2.375rem * .6);
  line-height: calc(2.375rem * .6);
  display: inline-block;
  cursor: pointer;
  outline: none;
  user-select: none;
  vertical-align: middle;
  text-indent: calc(calc(calc(2.375rem * .6) * 2) + .5rem);
}
.switch input + label::before,
.switch input + label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(calc(2.375rem * .6) * 2);
  bottom: 0;
  display: block;
}
.switch input + label::before {
  right: 0;
  background-color: #dee2e6;
  border-radius: calc(2.375rem * .6);
  transition: 0.2s all;
}
.switch input + label::after {
  top: 2px;
  left: 2px;
  width: calc(calc(2.375rem * .6) - calc(2px * 2));
  height: calc(calc(2.375rem * .6) - calc(2px * 2));
  border-radius: 50%;
  background-color: white;
  transition: 0.2s all;
}
.switch input:checked + label::before {
  background-color: #001869;
}
.switch input:checked + label::after {
  margin-left: calc(2.375rem * .6);
}
.switch input:focus + label::before {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 24, 105, 0.25);
}
.switch input:disabled + label {
  color: #868e96;
  cursor: not-allowed;
}
.switch input:disabled + label::before {
  background-color: #e9ecef;
}
.switch.switch-sm {
  font-size: 14px;
}
.switch.switch-sm input + label {
  min-width: calc(calc(1.56rem * .6) * 2);
  height: calc(1.56rem * .6);
  line-height: calc(1.56rem * .6);
  text-indent: calc(calc(calc(1.56rem * .6) * 2) + .5rem);
}
.switch.switch-sm input + label::before {
  width: calc(calc(1.56rem * .6) * 2);
}
.switch.switch-sm input + label::after {
  width: calc(calc(1.56rem * .6) - calc(2px * 2));
  height: calc(calc(1.56rem * .6) - calc(2px * 2));
}
.switch.switch-sm input:checked + label::after {
  margin-left: calc(1.56rem * .6);
}
.switch.switch-lg {
  font-size: 1.05rem;
}
.switch.switch-lg input + label {
  min-width: calc(calc(3rem * .6) * 2);
  height: calc(3rem * .6);
  line-height: calc(3rem * .6);
  text-indent: calc(calc(calc(3rem * .6) * 2) + .5rem);
}
.switch.switch-lg input + label::before {
  width: calc(calc(3rem * .6) * 2);
}
.switch.switch-lg input + label::after {
  width: calc(calc(3rem * .6) - calc(2px * 2));
  height: calc(calc(3rem * .6) - calc(2px * 2));
}
.switch.switch-lg input:checked + label::after {
  margin-left: calc(3rem * .6);
}
.switch + .switch {
  margin-left: 1rem;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox],
input[type=radio] {
    --active: #001869;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: #275EFE;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 17px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  input[type=checkbox]:after,
input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  input[type=checkbox]:checked,
input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  input[type=checkbox]:disabled,
input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type=checkbox]:disabled:checked,
input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type=checkbox]:disabled + label,
input[type=radio]:disabled + label {
    cursor: not-allowed;
  }
  input[type=checkbox]:hover:not(:checked):not(:disabled),
input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type=checkbox]:focus,
input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type=checkbox]:not(.switch),
input[type=radio]:not(.switch) {
    width: 15px;
    height: 15px;
    border-radius: 4px !important;
  }
  input[type=checkbox]:not(.switch):after,
input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type=checkbox]:not(.switch):checked,
input[type=radio]:not(.switch):checked {
    --o: 1;
  }
  input[type=checkbox] + label,
input[type=radio] + label {
    font-size: 1.2em;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }

  input[type=checkbox]:not(.switch) {
    border-radius: 7px;
  }
  input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 8px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 4px;
    top: 2px;
    transform: rotate(var(--r, 20deg));
  }
  input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
  input[type=checkbox].switch {
    width: 32px;
    border-radius: 11px;
  }
  input[type=checkbox].switch:not(:checked) {
    background: #dee2e6;
    border-color: #dee2e6;
  }
  input[type=checkbox].switch + label {
    line-height: 18px;
  }
  input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    background: #ffffff;
    transform: translateX(var(--x, 0));
  }
  input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 14px;
  }
  input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }

  input[type=radio] {
    border-radius: 50%;
  }
  input[type=radio]:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }
  input[type=radio]:checked {
    --s: .5;
  }
}
.circle-checkbox input[type=checkbox]:not(.switch) {
  border-radius: 50% !important;
  height: 12px !important;
  width: 12px;
  margin: 2px;
  margin-top: 6px;
}
.circle-checkbox input[type=checkbox]:after {
  width: 4px;
  height: 7px;
  border: 2px solid var(--active-inner);
  border-top: 0;
  border-left: 0;
  left: 3px;
  top: 1px;
  transform: rotate(var(--r, 20deg));
}
.circle-checkbox input[type=checkbox]:checked {
  --r: 43deg;
}
.circle-checkbox input[type=checkbox] + label {
  font-size: 0.91em;
  line-height: 16px !important;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-left: 2px;
  padding-top: 5px;
}

/*Form Page*/
#filter-search {
  display: inline-block;
}
#filter-search select {
  background: url(../img/arrow.png) no-repeat left;
  -webkit-appearance: none;
  background-position-x: right;
}
#filter-search .filter-field {
  width: 128px;
}
#filter-search .search-field {
  width: 161px;
  padding-right: 32px;
}
#filter-search .icon-search {
  top: -0.3rem;
  right: 0.7rem;
  font-size: 1rem;
}
#filter-search .form-control {
  height: 33px;
  color: #636363;
  padding: 0px 16px;
}

.my-table thead tr th:first-child {
  width: 30px;
}
.my-table thead tr th:last-child {
  min-width: 140px;
}
.my-table thead tr th.w-80-px {
  min-width: 80px !important;
}
.my-table thead tr th:not(:first-child) {
  min-width: 100px;
}
.my-table thead tr th:not(:first-child) span {
  display: inline;
}

.tb-submissions thead tr th {
  min-width: 130px !important;
}
.tb-submissions thead tr th:first-child {
  min-width: 15px !important;
}

.col-form-label {
  font-size: 0.8rem;
}

#tabPanel .navWrapper {
  margin-top: 0;
  width: 100%;
  border-bottom: 1px solid #cecece;
}
#tabPanel .nav-tabs {
  border-bottom: none;
}
#tabPanel .nav-tabs:first-child {
  margin-left: 0;
}
#tabPanel .nav-tabs .nav-new-tab {
  background-color: #001a72;
  color: #FFF;
  border: none;
  border-bottom: 1px solid #001a72;
}
#tabPanel .nav-tabs .nav-link {
  transition: all 1s;
  margin-top: 10px;
}
#tabPanel .nav-tabs .nav-link:hover {
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.15);
  border: 1px solid #cecece;
}
#tabPanel .nav-tabs .nav-link.active, #tabPanel .nav-tabs .nav-item.show .nav-link {
  background-color: #fbfbfb;
  -webkit-box-shadow: 0px -5px 8px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px -5px 8px 0px rgba(0, 0, 0, 0.04);
  border: 1px solid #cecece;
  border-bottom: none;
}
@media (min-width: 768px) {
  #tabPanel .nav-item {
    min-width: 80px;
  }
  #tabPanel .tab-margin {
    padding: 5px;
  }
}
#tabPanel .nav-item {
  border-radius: 10px 10px 0 0;
  text-align: center;
  color: #3c3c3c;
  font-size: 1.2em;
  font-family: ProximaNovaLtSemibold;
  border-bottom: 1px solid #cecece;
  background: #efefef;
  margin-left: 0.1rem;
}

.per-page {
  width: 32px;
  color: #636363;
}

.pagination {
  margin-bottom: 0px;
}
.pagination .pagination-pills .page-item .page-link {
  border: none;
}
.pagination .page-link {
  font-size: 0.9rem;
  outline: none !important;
  border: none !important;
  box-shadow: none;
  background-color: transparent;
  padding: 0.4rem 0.5rem;
  color: #616161;
}
.pagination .page-link:hover {
  box-shadow: 0 0px 11px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  color: #b9975b;
}
.pagination .page-item.active .page-link {
  font-weight: bold;
  color: #00186a !important;
  background: none;
  outline: none !important;
  border: none !important;
}

.navigation {
  display: inline-block;
}

.per-page {
  margin-bottom: 0px !important;
}

.bottom-paging {
  display: flex;
  justify-content: flex-end;
}
.bottom-paging label {
  margin-left: 0px !important;
}

@font-face {
  font-family: "fontello";
  src: url("../icon/fontello/font/fontello.eot?92442340");
  src: url("../icon/fontello/font/fontello.eot?92442340#iefix") format("embedded-opentype"), url("../icon/fontello/font/fontello.woff2?92442340") format("woff2"), url("../icon/fontello/font/fontello.woff?92442340") format("woff"), url("../icon/fontello/font/fontello.ttf?92442340") format("truetype"), url("../icon/fontello/font/fontello.svg?92442340#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?95946877#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-settings:before {
  content: "";
}

/* '' */
.icon-database:before {
  content: "";
}

/* '' */
.icon-editor:before {
  content: "";
}

/* '' */
.icon-eye_show:before {
  content: "";
}

/* '' */
.icon-garbage:before {
  content: "";
}

/* '' */
.icon-pencil:before {
  content: "";
}

/* '' */
.icon-play:before {
  content: "";
}

/* '' */
.icon-play-down:before {
  content: "";
}

/* '' */
.icon-plus:before {
  content: "";
}

/* '' */
.icon-search:before {
  content: "";
}

/* '' */
.icon-text-area:before {
  content: "";
}

/* '' */
.icon-radio:before {
  content: "";
}

/* '' */
.icon-file:before {
  content: "";
}

/* '' */
.icon-layout-columns:before {
  content: "";
}

/* '' */
.icon-eye-1:before {
  content: "";
}

/* '' */
.icon-text-field:before {
  content: "";
}

/* '' */
.icon-select-list:before {
  content: "";
}

/* '' */
.icon-button:before {
  content: "";
}

/* '' */
.icon-checkbox:before {
  content: "";
}

/* '' */
.icon-delete:before {
  content: "";
}

/* '' */
.icon-number:before {
  content: "";
}

/* '' */
.icon-select-boxes:before {
  content: "";
}

/* '' */
.icon-docs:before {
    content: '\f0c5';
}

/* '' */
.icon-angle-left:before {
  content: "";
}

/* '' */
.icon-angle-right:before {
  content: "";
}

/* '' */
.icon-angle-up:before {
  content: "";
}

/* '' */
.icon-angle-down:before {
  content: "";
}

/* '' */
.modal-dialog {
  top: 35%;
}
.modal-dialog .modal-content {
  border: none;
  -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.4);
}
.modal-dialog .modal-content .modal-header {
  padding-bottom: 0px;
}
.modal-dialog .modal-content .modal-header span {
  font-size: 1em;
}
.modal-dialog .modal-content .modal-header i {
  color: #e74141 !important;
}
.modal-dialog .modal-content .modal-body {
  font-size: 1.3em;
}
.modal-dialog .modal-content .modal-body span {
  font-size: 1.5em;
}
.modal-dialog .modal-content .modal-footer {
  padding-top: 0px;
  justify-content: center;
  padding-bottom: 20px;
}
.modal-dialog .modal-header, .modal-dialog .modal-footer {
  border: none;
}

.col-fixed {
  -ms-flex: 0 0 263px;
  flex: 0 0 263px;
}

.change-title label {
  width: 100px;
}
.change-title input {
  width: 300px;
}

.drop-area {
  border: 1px dashed #d0d0d0;
  height: calc(100% - 40px);
  padding-top: 15px;
  padding-bottom: 15px;
}

.form-edit .col, .form-edit .col-2, .form-edit .col-3, .form-edit .col-4, .form-edit .col-12, .form-edit .col-md-2, .form-edit .col-md-3, .form-edit .col-md-4, .form-edit .col-md-5, .form-edit .col-md-6, .form-edit .col-md-7, .form-edit .col-md-8, .form-edit .col-md-9, .form-edit .col-md-10, .form-edit .col-md-11, .form-edit .col-md-12 {
  border: 1px dashed #d0d0d0;
  padding: 5px;
}

.tool {
  background: #536CC6;
  color: white;
  padding: 0 16px;
  margin-bottom: 1px;
  border-radius: 0.15rem;
  height: 35px;
}
.tool span:first-child {
  font-size: 1.4rem;
  margin-right: 16px;
}
.tool span:nth-child(2) {
  font-size: 0.8rem;
  position: relative;
  top: -3px;
}

.accordion .card {
  border: 1px solid #f2f2f2;
}
.accordion .card-header {
  border-bottom: none;
  background: #FBFBFB;
}
.accordion .card-header .btn-link {
  padding-left: 20px;
  color: #494949;
  font-size: 0.875rem;
  font-family: "ProximaNovaLtSemibold", serif;
}
.accordion .card-header .btn-link:before {
  content: "";
  font-family: "fontello" !important;
  font-size: 1.2rem;
  color: #536CC6;
  position: absolute;
  right: 20px;
  top: 6px;
}
.accordion .card-header .collapsed {
  background: #ecebeb;
  font-family: "ProximaNovaRgRegular", serif;
}
.accordion .card-header .collapsed:before {
  content: "";
  font-family: "fontello" !important;
  font-size: 1.2rem;
  color: #536CC6;
  position: absolute;
  right: 20px;
  top: 6px;
}
.accordion .card-body {
  background: #FBFBFB;
  padding: 0 6px 6px;
}

.form-preview label, .form-edit label {
  font-size: 0.8rem;
}

@media (max-width: 576px) {
  #filter-search {
    display: block;
  }

  #leftSide {
    display: none;
  }

  #menuTop {
    display: block;
  }

  .btn-cancel-save {
    width: 140px;
  }
}
@media (min-width: 768px) {
  #leftSide {
    display: none;
  }

  #menuTop {
    display: block;
  }

  .modal-dialog {
    max-width: 360px;
  }
}
@media (min-width: 992px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1300px !important;
  }

  #leftSide {
    display: block;
  }

  #menuTop {
    display: none;
  }

  #header .container .navbar-brand h2 {
    padding-left: 40px;
  }
  #header .container .navbar-brand span {
    position: absolute;
    top: 15px;
    left: 0px;
  }
}
@media screen and (max-width: 1120px) and (min-width: 991px) {
  .export {
    max-width: 120px;
  }
  .export .btn-export:last-child {
    margin-left: 0px !important;
  }
  .export .btn-export:last-child span:before {
    padding-left: 0px !important;
    margin-left: 0px !important;
  }
}
@media (max-width: 768px) {
  #header .container {
    padding: 0px;
    margin: 0px;
    width: 100%;
    margin: 0px auto;
    max-width: 768px;
  }
  #header .container .navbar {
    padding-bottom: 0px !important;
  }
  #header .container .navbar .navbar-toggler {
    margin-right: 30px;
    margin-bottom: 8px;
    outline: none;
  }
  #header .container .navbar-brand {
    padding-left: 30px;
    margin-bottom: 3px;
  }
  #header .container .navbar-brand h2 {
    padding-left: 40px;
  }
  #header .container .navbar-brand span {
    position: absolute;
    top: 15px;
    left: 30px;
  }

  #navbarsEvetsites {
    background: #f5f5f5;
  }
  #navbarsEvetsites a {
    border-right: none !important;
    line-height: 2;
    padding: 10px 30px;
    border-bottom: 1px solid #ffffff;
  }

  .area-search {
    flex-direction: column;
  }
  .area-search .left-title {
    margin-bottom: 15px;
  }
  .area-search .right-title {
    text-align: center;
  }
  .area-search .right-title #filter-search {
    margin-bottom: 15px;
    margin-right: 20px;
  }
  .area-search .right-title .col-form-label-sm {
    margin-left: 0px !important;
  }

  .bottom-paging {
    display: flex;
    justify-content: center;
  }

  .export {
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  .area-search .right-title #filter-search {
    margin-right: 0px;
  }
}
@media (max-width: 375px) {
  .area-search div button {
    margin-left: 1.2rem !important;
  }
}
@media (max-width: 320px) {
  #header .container .navbar-brand h2 {
    font-size: 1.3em;
    padding-left: 33px;
  }

  .left-title {
    flex-direction: column;
  }
  .left-title button {
    margin-left: 0px !important;
    margin-top: 10px;
  }

  #filter-search select {
    margin-bottom: 10px !important;
  }
  #filter-search select {
    width: 100% !important;
  }
  #filter-search input {
    width: 100% !important;
  }

  .area-search div button {
    margin-left: 0rem !important;
  }
}
#builder .formcomponents, #builder .formarea {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.04);
  border: none;
  background: #FFF;
}
#builder .formcomponents .card-header .btn {
  padding-left: 20px;
  color: #494949;
  font-size: 0.875rem;
  font-family: "ProximaNovaRgRegular", serif;
}
#builder .formcomponents .card-header .btn:focus {
  box-shadow: none;
  font-family: "ProximaNovaLtSemibold", serif;
}
#builder .formcomponents .card-header .collapsed {
  background: #ecebeb;
  font-family: "ProximaNovaRgRegular", serif;
}
#builder .formcomponents .card-header .collapsed:before {
  content: "";
  font-family: "fontello" !important;
  font-size: 1.2rem;
  color: #536CC6;
  position: absolute;
  right: 20px;
  top: 6px;
}
#builder .formcomponents span.btn-primary {
  background: #536CC6;
  color: white;
  padding-left: 16px;
  font-size: 0.8rem;
  border-radius: 0.15rem;
  height: 35px;
  line-height: 25px;
  font-family: ProximaNovaRgRegular, -apple-system, BlinkMacSystemFont !important;
}
#builder .formcomponents span.btn-primary:before {
  content: "";
  font-family: "fontello" !important;
  font-size: 1.2rem;
  color: #536CC6;
  position: absolute;
  right: 20px;
  top: 6px;
}
#builder .formarea .drag-container {
  padding: 10px;
  border: 1px dashed #d0d0d0;
  margin-bottom: 10px;
}
#builder .formarea .drag-and-drop-alert {
  width: 100%;
}
@media (min-width: 768px) {
  #builder .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    margin-left: 30px;
    max-width: calc(83.333333% - 30px);
  }
}

.formio-dialog .table th {
  border-top: 1px solid #dee2e6;
}

.formio-dialog.formio-dialog-theme-default .formio-dialog-content {
  font-size: 1.4em !important;
}

.formio-dialog.formio-dialog-theme-default .formio-dialog-close:before {
  display: block;
  padding: 0px !important;
  background: 0 0;
  color: #fff !important;
  content: "×";
  font-size: 20px !important;
  font-weight: 400;
  line-height: 14px !important;
  text-align: center;
}

.formio-dialog.formio-dialog-theme-default .formio-dialog-close {
  background: #dc3545 !important;
  padding: 3px 4px !important;
  right: 3px !important;
  top: 3px !important;
  height: auto !important;
}

.formcomponents .formcomponent {
  margin-top: 1px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.formcomponents .formcomponent i:before {
  margin-right: 10px !important;
}

#builder .formcomponents span.btn-primary {
  font-family: "ProximaNovaLtLight" !important;
}

.builder-group-button {
  background-color: #ecebeb !important;
}

.builder-sidebar .form-builder-panel {
  margin-top: 4px !important;
}

/*# sourceMappingURL=custom.css.map */
