/*!
 * Start Bootstrap - SB Admin v5.0.1 (https://startbootstrap.com/template-overviews/sb-admin)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-sb-admin/blob/master/LICENSE)
 */

html {
  position: relative;
  min-height: 100%;
}

body {
  height: 100%;
  font-family: Poppins-Light;
  color: #2C2E3F;
  font-size: .85rem;
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#wrapper #content-wrapper {
  overflow-x: hidden;
  width: 100%;
}

body.fixed-nav #content-wrapper {
  margin-top: 56px;
  padding-left: 90px;
}

body.fixed-nav.sidebar-toggled #content-wrapper {
  padding-left: 0;
}

.error{
  color: red;
}

.clear{
  clear:both;
}
.clear10{
  clear:both;
  height:10px;
}
.align-left{
  float:left;
}
.align-right{
  float:right;
  margin-left:10px;
}
.form-check-inline {
  line-height: 33px;
}
.btn-orange{
  background-color: orange; 
  color:#fff;
}

@media (min-width: 768px) {
  body.fixed-nav #content-wrapper {
    padding-left: 225px;
  }
  body.fixed-nav.sidebar-toggled #content-wrapper {
    padding-left: 90px;
  }
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 46px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}

.smaller {
  font-size: 0.7rem;
}

.o-hidden {
  overflow: hidden !important;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.navbar-nav .form-inline .input-group {
  width: 100%;
}

.navbar-nav .nav-item.active .nav-link {
  color: #2C2E3F;
  font-family: Poppins-SemiBold;
  background-color: #999999;
}

.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
}

.navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
  content: '\f107';
}

.navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
  display: none;
}

.navbar-nav .nav-item .nav-link:focus {
  outline: none;
}

.navbar-nav .nav-item .nav-link .badge {
  position: absolute;
  margin-left: 0.75rem;
  top: 0.3rem;
  font-weight: 400;
  font-size: 0.5rem;
}

@media (min-width: 768px) {
  .navbar-nav .form-inline .input-group {
    width: auto;
  }
}

.sidebar {
  width: 90px !important;
  background-color: #212529;
  min-height: calc(100vh - 56px);
  min-height: 100vh;
}

.sidebar .nav-item:last-child {
  margin-bottom: 0rem;
}

.sidebar .nav-item .nav-link {
  text-align: center;
  padding: 0.75rem 1rem;
  width: 90px;
}

.sidebar .nav-item .nav-link span {
  font-size: 0.65rem;
  display: block;
}

.sidebar .nav-item .dropdown-menu {
  position: absolute !important;
  -webkit-transform: none !important;
  transform: none !important;
  left: calc(90px + 0.5rem) !important;
  margin: 0;
}

.sidebar .nav-item .dropdown-menu.dropup {
  bottom: 0;
  top: auto !important;
}

.sidebar .nav-item.dropdown .dropdown-toggle::after {
  display: none;
}

.sidebar .nav-item .nav-link {
  color: #999999;
}

.sidebar .nav-item .nav-link:active, .sidebar .nav-item .nav-link:focus, .sidebar .nav-item .nav-link:hover {
  /*color: rgba(255, 255, 255, 0.75);*/
}

.sidebar.toggled {
  width: auto !important;
  overflow: hidden;
}

.sidebar.toggled .nav-item .dropdown-menu{
  display: none;
}
.sidebar.toggled .nav-item:hover .dropdown-menu{
  display: block;
}
table.table-bordered.dataTable tbody td{
  padding: 0.3rem;
  vertical-align: middle;
}
table tbody tr.update {
  display:none;
}
.clear10{
  clear:both;
  height: 10px;
}
.clear20{
  clear:both;
  height: 20px;
}

/* Menu style */
.node-header{
  position:relative;
}
a.collapse-handle{
  color: #bbb;
  font-weight: bold;
  font-size: .85rem;
  width: 100%;
  text-align: left;
  display: block;
  line-height: 40px;
}
a.collapse-handle:after {
  content: "\f107";
  position: absolute;
  top: 3px;
  right: 0px;
  z-index: 1;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
}
a.collapse-handle.collapsed:after {
  content: "\f105";
}
.node-header a.collapse-handle{
  display: inline-block;
  width: 30px;
  height: 20px;
  font-weight: normal;
  font-size: 13px;
  line-height: 28px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.node-header a.collapse-handle:after{
  top:3px;
  right: 10px;
}
ul.menu_box{
  padding-left:20px;
  list-style: none;
}
.node-header a.nav-link.active{  
  background-color: transparent;
}
.node-header.active a.nav-link.active {
  text-decoration: none;
}
li.node.nav-item div.node-header.active{
  font-family: Poppins-SemiBold;
  background-color: #999999;
}
li.node.nav-item div.node-header.active a.nav-link, li.node.nav-item div.node-header.active a.collapse-handle{
  color: #2C2E3F;
}
div.collapse.node_settings.show li.node.nav-item div.node-header.active{
  background: none;
}
div.collapse.node_settings.show li.node.nav-item div.node-header.active a.nav-link, 
div.collapse.node_settings.show li.node.nav-item div.node-header.active a.collapse-handle {
  color: #999999;
}
div.collapse.node_settings.show .node-header.active a.nav-link.active{
  text-decoration: underline;
}
/* End of menu style */

@media (min-width: 768px) {
  .sidebar {
    width: 225px !important;
  }
  .sidebar .nav-item .nav-link {
    display: block;
    max-width: 100%;
    text-align: left;
    padding: .25rem;
    width: 225px;
  }
  .sidebar .nav-item .navbar-brand {
    display: block;
  }
  .sidebar .nav-item .nav-link span {
    font-size: .85rem;
    display: inline;
  }
  .sidebar .nav-item .dropdown-menu {
    position: static !important;
    margin: 0 1rem;
    top: 0;
  }
  .sidebar .nav-item.dropdown .dropdown-toggle::after {
    display: block;
  }
  .sidebar.toggled {
    overflow: visible;
    width: auto !important;
  }
  .sidebar.toggled .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .sidebar.toggled .nav-item .nav-link {
    text-align: center;
    /*padding: 0.75rem .5rem;*/
    width: auto;
  }
  .sidebar.toggled .nav-item .navbar-brand {
    display: none;
  }
  .sidebar.toggled .nav-item .nav-link span {
    font-size: 0.65rem;
    display: none;
  }
  .sidebar.toggled .nav-item .dropdown-menu {
    position: absolute !important;
    -webkit-transform: none !important;
    transform: none !important;
    left: calc(90px + 0.5rem) !important;
    margin: 0;
    left: 40px!important;
    border-radius: 0;
  }
  .sidebar.toggled .nav-item .dropdown-menu.dropup {
    bottom: 0;
    top: auto !important;
  }
  .sidebar.toggled .nav-item.dropdown .dropdown-toggle::after {
    display: none;
  }
  .sidebar.toggled .nav-item .dropdown-menu{
    display:none;
  }
}

.sidebar.fixed-top {
  top: 56px;
  height: calc(100vh - 56px);
  overflow-y: auto;
}

.card-body-icon {
  position: absolute;
  z-index: 0;
  top: -1.25rem;
  right: -1rem;
  opacity: 0.4;
  font-size: 5rem;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 1200px) {
  .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

:root {
  --input-padding-x: 0.75rem;
  --input-padding-y: 0.75rem;
}

.card-login {
  max-width: 25rem;
}

.card-register {
  max-width: 40rem;
}

.form-label-group {
  position: relative;
}

.form-label-group > input,
.form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x);
  height: auto;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

footer.sticky-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 90px);
  background-color: #CCCCCC;
}

footer.sticky-footer .copyright {
  line-height: 1;
  font-size: 0.8rem;
  font-family: Poppins;
}

@media (min-width: 768px) {
  footer.sticky-footer {
    width: calc(100% - 225px);
  }
}

body.sidebar-toggled footer.sticky-footer {
  width: 100%;
}

@media (min-width: 768px) {
  body.sidebar-toggled footer.sticky-footer {
    width: calc(100% - 41px);
  }
}


@font-face {
  font-family: Poppins-Light;
  src: url("../fonts/Poppins-Light.ttf");
}
@font-face {
  font-family: Poppins;
  src: url("../fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: Poppins-SemiBold;
  src: url("../fonts/Poppins-SemiBold.ttf");
}

a {
  color: #999999;
  text-decoration: none;
}
a:hover {
  color: #999999;
  text-decoration: none;
}

#accordionSkills .card-header h6 a[aria-expanded='false']:before, .accordionSkills .card-header h6 a[aria-expanded='false']:before{
  content: '+';
  float: right;
}
#accordionSkills .card-header h6 a[aria-expanded='true']:before, .accordionSkills .card-header h6 a[aria-expanded='true']:before{
  content: '-';
  float: right;
}

.bars {
  height: 3.5rem;
  position: relative;
  width: 25px;
}
.bars span {
  height: 1px;
  width: 18px;
  position: absolute;
  right: 0;
  background-color: #2C2E3F;
  top: 50%;
}
.bars span:nth-child(1) {
  margin-top: -7px;
}
.bars span:nth-child(2) {
  width: 25px;
}
.bars span:nth-child(3) {
  margin-top: 2px;
  margin-top: 7px;
}

.bg-blue{background-color: #337ab7!important;}
.bg-green{background-color: #BCD335!important;}
.bg-black{background-color: #2C2E3F!important;}
.bg-gray{background-color: #999999!important;}
.bg-lightgray{background-color: #f2f3f8!important;}

.btn-blue,.btn-mandatory{color: white!important;background-color:#189aca;}
.btn-green{color: white!important;background-color:#29c0a3;min-width: 7rem;}
.btn-mandatory::before {
  content: '*';
  color: red;
  position: absolute;
  top: -5px;
  left: -3px;
  font-size: 2rem;
}
.btn-outline-blue{color:#2C2E3F;background-color:transparent;background-image:none;border-color:#189aca}
.btn-outline-gray{color:#d8d8d8;background-color:transparent;background-image:none;border-color:#D8D8D8}
.btn-red{color: white!important;background-color:#fc0d1b;}

.btn_delete_attribute {
  right: -5px;
  top: -16px;
  position: absolute;
  color: #fc0d1b;
}

.checkbox-right{
  width: 100%;
  cursor: pointer;
}
.checkbox-right::before{
  background-color: unset;
}
.checkbox-right::before, .checkbox-right::after{
  right: 0;
  left: unset;
  border-radius: 50%!important;
}
.custom-checkbox .custom-control-input:checked~.checkbox-right::before {
  background-color: #41ad49;
}

.custom-radio.radio-black .custom-control-input:checked~.custom-control-label::before{
  background-color: #2C2E3F;
}
.custom-radio.radio-black .custom-control-label::before {
  background-color: white;
  border: solid 1px #2C2E3F;
}

.dropdown-item {
  color: #999999!important;
  padding: .25rem .75rem;
  font-size: .85rem;
}
.dropdown-item:focus, .dropdown-item:hover {
  background-color: transparent;
}
.dropdown-item.active, .dropdown-item:active {
  text-decoration: underline;
  background-color: transparent;
}

.font-poppins-light{font-family: Poppins-Light;}

.form-control {
  border: 1px solid #D8D8D8;
  border-radius: 3px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: Poppins-SemiBold;
}

.hide-sm{display: none;}

.jst-hours{display: none;}

.min-h-20{min-height: 20vh;}
.min-h-100{min-height: 100vh;}

.min-w-auto{min-width: auto;}

.mr-10{margin-right: 160px;}

.navbar-brand {
  font-size: 1rem;
}

.pincode-input-container input {
  border-radius: 3px!important;
  text-align: center;
  display: inline-block;
  float: none!important;
}
.pincode-input-container input.first,.pincode-input-container input.mid, .pincode-input-container .fas {
  margin-right: .5rem;
}
.pincode-input-container .fas {
  margin-left: .5rem;
  margin-right: 1rem;
}
.pincode-input-text, .form-control.pincode-input-text {
  width: 2.9rem;
}
.pincode-input-text::-webkit-inner-spin-button,
.pincode-input-text::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pincode-input-text {
  -moz-appearance:textfield;
}

span.attribute{position: relative;margin-right: .5rem;}

td.details-control:before {
  /*content: "\f055";*/
  content: "\f196";
  cursor: pointer;
  font-weight: 600;
  /*font-family: "Font Awesome 5 Free";*/
  font-family: "FontAwesome";
  font-size: 20px;
}
tr.details td.details-control:before {
  /* content: "\f056"; */
  content: "\f147";
}

.text-muted {
  color: #999999!important;
}

ul.helper-text li.valid {
  color: #29c0a3;
}

.vh-100{height: 100vh;}

@media (min-width: 576px) {
  .hide-sm{display: block;}
}

@media (max-width: 575.98px) {
  #form-verify-code .form-group:first-of-type{
    text-align: center;
  }
  .pincode-input-container .fas {
     margin-left: 0;
  }
  .pincode-input-container input.first, .pincode-input-container input.mid, .pincode-input-container .fas {
    margin-right: 0.3rem;
  }
  .pincode-input-text, .form-control.pincode-input-text {
    width: 2.4rem;
  }
}