#center {
  width: 35%;
  height: 40%;
  border-style: solid;
  background-color: rgba(37, 54, 84, 0.1);
  border-color: var(--theme-color);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#login_div {
  width: 40%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#left_menu {
  padding: 0;
  width: 12vw;
  height: calc(100vh - 60px); /*95vh;*/
  position: fixed;
  left: 0;
  background: var(--theme-color);
  box-shadow: 0 0px 0px 1px rgba(0, 0, 0, 0.2);
  z-index: 999;
  overflow-y: auto;
  transition: 0.5s;
}
#left_menu .nav-pills > li {
  border-bottom: 1px solid #2d3a50;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* #left_menu .nav-pills > li::before {
  content: "";
} */
#left_menu .nav-pills > li > a {
  border-radius: 0;
  color: #fff;
  padding: 0.9vh 1vh;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  transition: 0.3s;
  font-size: 1.2vh;
}
#left_menu .nav-pills > li > a i {
  width: 20px;
  text-align: center;
}
#left_menu .nav-pills > li.active > a {
  background: #fff;
  color: var(--theme-color);
}
#left_menu .nav-pills > li > a:hover {
  background: #dbdee3;
  color: var(--theme-color);
}
#top_content {
  width: 100vw !important;
  padding: 0 0 0 12vw;
  margin:1px 0 4px 0 !important;
  transition: 0.5s;
  padding-left: 12vw;
}
#top_content.collapsed{
  padding-left: 3.3vw;
}
.nav-tabs > li {
  background-color: #fff !important;
}
.nav-tabs > li > a {
  border-radius: 8px 8px 0 0 !important;
  color: var(--theme-color);
  font-size: 12px;
}
.nav-tabs > li > a:hover {
  background: #25375412;
}
.nav-tabs > li > a span {
  position: absolute;
  right: -1px;
  height: 20px;
  width: 1px;
  background: #d4d9e280;
}
.nav-tabs > li.active > a {
  background-color: #fff;
  color: var(--theme-color);
  font-weight: bold;
}
#footer {
  max-height: 30px;
  min-height: 0;
}
#footer .navbar-brand {
  height: 30px;
  padding: 5px 10px;
}
.htms_list {
  background: #2d3a50;
}
.htms_list li {
  background: #314058;
  margin-bottom: 1px;
}
.htms_list li a {
  color: #fff;
}
.nav-stacked > li + li {
  margin-top: 0;
}

#seg1 {
  /*background: var(--theme-color);*/
  color: #fff;
  font-weight: bold;
  height: 100vh;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.4);
}
#seg1 #heading {
  margin-top: 20vh;
}
#seg1 #heading h3 {
  font-weight: bold;
  font-size: 54px;
  letter-spacing: 5px;
}
#seg1 #logos {
  margin-top: 3vh;
}
#seg1 #logos a {
  display: inline-block;
  margin: 4vh;
}
#seg1 #logos a img {
  max-width: 100%;
}
#seg1 .ftr {
  position: fixed;
  bottom: 0;
  width: inherit;
  left: 0;
  text-align: left;
  padding: 5px 10px;
}
#seg1 .ftr a {
  color: #fff;
  font-weight: 100;
  font-size: 9px;
}

#seg2 #login_container {
  margin-top: 25vh;
}
#seg2 #username, #seg2 #password, #reCaptcha {
  border: 1px solid #b8c6de9e;
  font-weight: bold;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: 0px 5px 5px -1px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  margin: 2vh 0;
  padding: 3vh 2vh;
}
#seg2 .sbmt {
  padding: 1.5vh 2vw !important;
  background: var(--theme-color);
  border: 1px solid var(--theme-color)87;
  border-radius: 0px;
  margin: 1vh 0vw;
  width: 48%;
  color: #fff !important;
}
#seg2 .sbmt:hover {
  background: var(--theme-color);
  color: #fff;
}

#seg2 .sbmt:nth-child(1) {
  float: left;
}
#seg2 .sbmt:nth-child(2) {
  float: right;
}
#seg2 .ftr {
  position: fixed;
  bottom: 0;
  width: inherit;
  right: 0;
  text-align: right;
  padding: 5px 10px;
}
#seg2 .ftr a {
  color: var(--theme-color);
  font-weight: 100;
  font-size: 9px;
}
#seg2 input:not(.sbmt) {
  border-radius: 0px;
}

#licencelink a {
  color: #fff;
  font-size: 16px;
}

.leaflet-control-layers label {
  text-align: left;
}

/*Sidebar collapse css*/
#toggleSidebar {
  position: fixed;
  left: 3vw; /*12vw*/
  font-size: 24px;
  color: var(--theme-color);
  padding: 8px;
  background: #e7e9ec;
  z-index: 9999;
  top: 45vh;
  border: 1px solid var(--theme-color)0d;
  box-shadow: 1px 0px 2px 1px rgba(115, 113, 113, 0.1);
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  opacity: 0.5;
  transition: 0.5s;
}
#toggleSidebar.active{
  left: 12vw;
}
/*#toggleSidebar.active{
    opacity: 1;
}*/
#toggleSidebar:hover {
  cursor: pointer;
  background: var(--theme-color);
  color: #fff;
  opacity: 1;
}
#toggleSidebar i {
  display: block;
}
#left_menu li > a > span {
  display: none;
  padding-left: 8px;
}

#main_content_container {
  width: 100vw;
  padding:  0 0.3vw 0 3.3vw;
  /* margin:  4px 0 4px 0; */
  transition: 0.5s;
  min-height: 80vh;
}
#main_content_container.active {
  padding: 0 0.1vw 0 12.1vw;
  margin-bottom: 2vh;
}
.col-sm-12{
  padding-left: 0.1vw;
  padding-right: 0.1vw;
}
.bg-customPrimary{
  padding: 4px 6px;
}
.notifyjs-bootstrap-success {
  background-color: #28a745 !important; /* Custom green */
  color: white !important;
}

.ss-content .ss-list .ss-option.ss-disabled{
  background-color: #5897fb !important;
  color: #fff !important;
}
.operator_container{
  display: none;
}
.operator_container.active{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}