@import url(../fonts/stylesheet.css);

body {
  max-height: 100%;
  overflow-y: hidden;
  font-family: "Metropolis", sans-serif !important;
  padding-top: 7px;
}
h2,
.h2 {
  font-size: 1.714rem;
}
.fade,
.treeview > a > span.pull-right-container,
.treeview > a:before,
.treeview > a:after,
.dropdown.user .dropdown-menu2,
.table_wrapper tr th .table_filter,
.table_wrapper tr td,
.tab-content,
.color_change,
.dropdown-filter-dropdown {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body.login {
  padding-top: 0;
  overflow: auto;
}
body.login .container-fluid {
  padding-right: 7px;
}
.login_left .logo {
  width: 100%;
  text-align: center;
}
.login_left .logo img {
  width: 80%;
  max-width: 335px;
}
.login_left .content {
  padding: 0;
}
nav.nav_bar {
  background-color: #fcfcfc;
  box-shadow: 0 1px 2px rgba(125, 125, 125, 0.3);
}

nav.nav_bar .logo {
  text-align: center;
}

.user-search {
  padding: 15px 8px;
}

.sidebar-collapse .user-search {
  padding: 15px 8px;
}
.user-search .search_box {
  width: 100%;
  height: 34px;
  border-radius: 18px;
  /* box-shadow: 1px 1px 0px #525a62; */
  position: relative;
}
.user-search .search_box:before {
  content: "\f002";
  position: absolute;
  left: 8px;
  top: 6px;
  width: 18px;
  height: 18px;
  display: inline-block;
  font-family: "FontAwesome";
  z-index: 3;
  color: #1a1d1f;
  font-size: 14px;
}
.user-search .search_box input[type="text"] {
  width: 100%;
  background-color: #efefef;
  height: 34px;
  border-radius: 5px;
  border: solid 1px #e3e3e3;
  padding: 5px 10px;
  color: #a5adb5;
  font-size: 13px;
  padding-left: 28px;
}
.treeview > a > i {
  font-size: 15px;
  line-height: 16px;
  width: 20px !important;
}
.treeview-menu a i {
  font-size: 10px;
  line-height: 10px;
}
.sidebar-menu > li {
  border-bottom: solid 1px #e3e3e3;
}
.treeview > a {
  font-size: 14px;
}
.treeview .treeview-menu {
  background-color: #efefef;
}

.treeview > a > span.pull-right-container {
  -webkit-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}
.treeview.menu-open > a > span.pull-right-container {
  -webkit-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  -o-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
}
span.user_photo {
  padding: 4px !important;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: solid 1px #7ed0ff;
  margin-right: 5px;
  margin-top: 0 !important;
}
span.user_photo .user_photo_wrapper {
  width: 34px;
  height: 34px;
}
span.user_photo img {
  width: 34px;
  height: 34px;
}
.treeview > a {
  position: relative;
}
.treeview > a:before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 0px;
  width: 2px;
  background-color: #17ade7;
}
.treeview > a:after {
  content: "";
  position: absolute;
  top: 22px;
  left: -6px;
  width: 8px;
  height: 8px;
  border-left: solid 5px #17ade7;
  border-top: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 5px transparent;
}

.user-footer .drop_user_details {
  text-align: center;
}
.user-footer span.user_photo {
  padding: 4px !important;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: solid 1px #63a341;
  margin-right: 5px;
  margin-top: 0 !important;
  display: inline-block;
}
.user-footer span.user_photo .user_photo_wrapper {
  width: 44px !important;
  height: 44px !important;
  display: inline-block;
}
.user-footer span.user_photo img {
  width: 44px !important;
  height: 44px !important;
}

.treeview.menu-open > a:before {
  left: 0;
  top: 0;
  bottom: 0;
}
.treeview.menu-open > a:after {
  left: 0px;
}

.navbar-nav {
  display: inline-block;
  float: right;
}
.navbar-nav > li {
  display: inline-block;
}
.navbar-nav > li.user-menu > a {
  padding-top: 0;
  padding-bottom: 0px;
  display: inline-block;
  vertical-align: top;
}
.navbar-nav > li.user-menu.open > a {
  background-color: inherit;
}
.navbar-nav > li.user-menu > a > span {
  font-size: 11px;
  line-height: 12px;
  float: left;
  color: #6f767e;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
}
.navbar-nav > li.user-menu > a > span > span {
  font-size: 14px;
  line-height: 14px;
  display: block;
  width: 100%;
  font-weight: 600;
}
.navbar-nav > li.user-menu > a > span.user_dropdown {
  padding: 0 5px;
  border-radius: 3px;
  margin-right: 5px;
  margin-left: 7px;
  margin-top: 0px;
}
h1.page_title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
  padding: 14px 5px;
  display: inline-block;
}
h3.section_title {
  margin-top: 10px;
  padding-left: 4px;
  padding-right: 150px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1b86ea;
  margin-bottom: 10px;
}
h3.section_title span {
  font-size: 0.85rem;
  font-weight: 400;
  color: #4f565d;
}

h3 {
  font-size: 1.2rem;
  font-weight: 600;
}
h3 span {
  font-size: 0.85rem;
  font-weight: 400;
  color: #4f565d;
}
.top_logo {
  padding-left: 30px;
  margin-top: 5px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.login_left {
  background-image: url("../images/west_bengal_map.png");
  background-repeat: no-repeat;
  background-position: center;
  display: table;
  text-align: center;
}

.login_right {
  display: table;
  text-align: center;
}
.login_left .content,
.login_right .content {
  display: table-cell;
  vertical-align: middle;
}

.login_left p {
  max-width: 70%;
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
}
.login-box-body,
.login_wrap {
  max-width: 460px;
  width: 100%;
  display: inline-block;

  margin: 0 auto;
}

.login-box-body {
  margin: 15px auto;
  border-radius: 15px 15px 10px 10px;
  text-align: left;
}

h1.login_title {
  font-size: 36px;
  line-height: 36px;
  font-weight: 800;
  text-transform: uppercase;
}

h2.form_title {
  font-size: 22px;
  line-height: 24px;
  padding: 20px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
}

.content-wrapper .container-fluid > .row {
  margin-right: 0;
}

.select_box select,
.select_box select option,
.select_box select option:hover,
.select_box select option:focus {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
.select_box select {
  width: 100%;
  outline: none !important;
  position: relative;
  height: 47px;
  background-color: #ffffff !important;
  border: 1px solid #d8d6de;
}

.select_box {
  position: relative;
  background: inherit;
  z-index: 1;
}

.select_box:before,
.select_box:after {
  position: absolute;
  right: 12px;
  font-family: "FontAwesome";
  font-size: 10px;
  line-height: 14px;
  z-index: -1;
}

/* .select_box:before {
  content: "\f0d8";
  top: 50%;
  margin-top: -11px;
} */
.select_box:after {
  content: "\f078";
  bottom: 50%;
  margin-bottom: -7px;
}

.form-control {
  border-radius: 0.357rem;
}

.custom-control {
  position: relative;
  text-align: left;
  float: left;
}
.custom-control-label {
  padding-left: 15px;
  font-weight: 400;
}
.custom-control-label::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  background-color: #fff;
  border: solid 1px #c7cbd3;
  border-radius: 3px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
  border: solid 1px #3c8dbc;
}

.custom-control-label::after {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 22px;
  height: 22px;
  text-align: center;
  content: "";
  font-family: "FontAwesome";
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  content: "\f00c";
  color: #3c8dbc;
  font-size: 13px;
}

.custom-checkbox input[type="checkbox"] {
  opacity: 0.3;
}

.form_bottom {
  display: block;
  margin-left: 30px;
  margin-right: 30px;
  border-top: solid 1px #c7cacd;
  padding-top: 15px;
  padding-bottom: 40px;
  text-align: left;
}

.dropdown.user .dropdown-menu2 {
  position: absolute;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  font-size: 13px;
  right: 0 !important;
  left: inherit !important;
  background-color: #3f464d;
  transform: translate(0, 50px) !important;
  -moz-transform: translate(0, 50px) !important;
  -webkit-transform: translate(0, 50px) !important;
}
.dropdown.user .dropdown-menu2.show {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
}

.dropdown.user hr {
  border-color: #cecece;
  margin-top: 5px;
  margin-bottom: 5px;
}

.table_wrapper {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
.table_wrapper table {
  width: 100%;
  margin-top: 15px;
}
.table_wrapper tr th {
  padding: 8px 45px 8px 5px;
  border-bottom: solid 1px #878b8f;
  position: relative;
  text-transform: uppercase;
}
.table_wrapper tr th:nth-child(2) {
  width: 60%;
}
.table_wrapper tr td {
  padding: 12px 5px;
  border-bottom: solid 1px #cfd0d1;
}
.table_wrapper tfoot tr td {
  padding: 8px 45px 8px 5px;
  border-top: solid 3px #cfd0d1;
}

.table_wrapper tr th {
  font-size: 12px;
  line-height: 13px;
  color: #24282b;
  font-weight: 600;
}
.table_wrapper tr td {
  font-size: 12px;
  line-height: 13px;
  color: #24282b;
  font-weight: 400;
}

.table_wrapper tr th .table_filter {
  position: absolute;
  right: 5px;
  top: 50%;
  border-radius: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #fff;
  opacity: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.table_wrapper tr th:hover .table_filter {
  opacity: 1;
}

.filter_icon {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.table_filter i.fa {
  font-size: 16px;
}

.dropdown-filter-content {
  display: block;
  background-color: #fff;
  text-align: left;
  border-radius: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding-top: 10px;
}

.checkbox-container {
  width: 100%;
  font-size: 0;
  display: inline-block;
  text-align: left;
  padding: 15px;
}
.dropdown-filter-item {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  float: left;
}

.dashboard_box {
  padding: 10px;
  margin-bottom: 15px;
  box-shadow: 0 0px 3px rgba(50, 55, 60, 0.2);
}
.tab-content .dashboard_box {
  margin-bottom: 0;
  padding-bottom: 0;
}
.dashboard_box h4 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  margin: 0;
}

.filter_tabs {
  text-align: right;
  font-size: 0;
  margin-bottom: 5px;
}
.filter_tabs a {
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  display: inline-block;
  padding: 7px 9px;
  vertical-align: top;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  margin-right: -1px;
}
.filter_tabs a:first-child {
  border-radius: 4px 0 0 4px;
}
.filter_tabs a:last-child {
  border-radius: 0 4px 4px 0;
}

.dashboard_box .content_sec {
  display: inline-block;
  width: 100%;
  display: table;
  vertical-align: middle;
  height: calc(100% - 60px);
}
.dashboard_box .content_sec > div.counter:first-child {
  text-align: left;
}
.dashboard_box .box_icon {
  max-width: 106px;
  width: 38%;
  display: table-cell;
  vertical-align: middle;
}
.dashboard_box .box_icon img {
  width: 100%;
  max-width: 106px;
}
.dashboard_box .counter {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  font-size: 46px;
  line-height: 46px;
  font-weight: 300;
  padding: 1vw 0;
}
.dashboard_box .counter p {
  margin-bottom: 15px;
}
.dashboard_box .counter p.arrow_up {
  position: relative;
  padding-left: 35px;
}
.dashboard_box .counter p.arrow_up:before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: 12px;
  left: 3px;
  display: inline-block;
  border-top-style: solid;
  border-right-style: solid;
  border-top-width: 2px;
  border-right-width: 2px;
  transform: rotate(-45deg);
}
.dashboard_box .counter p.arrow_up:after {
  content: "";
  width: 2px;
  height: 33px;
  position: absolute;
  top: 9px;
  left: 15px;
  display: inline-block;
}

.dashboard_box .counter > span {
  font-size: 15px;
  line-height: 15px;
  display: block;
  width: 100%;
  font-weight: 400;
}
.dashboard_box .counter > span > span {
  font-weight: 300;
}

.tab {
  position: relative;
  z-index: 1;
}
ul.tabs_menu {
  list-style: none;
  padding: 0;
  font-size: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}
ul.tabs_menu li {
  display: inline-block;
  margin-right: 5px;
}
ul.tabs_menu li a {
  position: relative;
  display: inline-block;
  padding: 10px 15px 13px 15px;
  font-size: 15px;
  z-index: 1;
  box-shadow: 0 0px 3px rgba(50, 55, 60, 0.2);
  transform: translateY(5px);
  -moz-transform: translateY(5px);
  -webkit-transform: translateY(5px);
}

ul.tabs_menu li a.active,
ul.tabs_menu li a.active:hover {
  background-color: #fff;
  position: relative;
  z-index: 1;
  color: #284ca0;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
}
ul.tabs_menu li a:after {
  content: "";
  left: 0;
  right: 0;
  bottom: -2px;
  height: 8px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
}

.highcharts-credits {
  display: none;
}
.chart {
  margin-top: 15px;
}

.main-header {
  /* transform: translateY(-53px); */
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.main-header.down {
  transform: translateY(0);
}
.main-header .navbar-custom-menu {
  margin-right: 0px;
  position: absolute;
  right: 10px;
  top: 100%;
  background-color: #fcfcfc;
  padding: 5px 15px 10px 15px;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.08);
}
.main-header .navbar-custom-menu ul.navbar-nav {
  position: relative;
  font-size: 0;
}

.main-header .navbar-custom-menu ul.navbar-nav li:last-child {
  padding-top: 0;
}
.main-header .navbar-custom-menu ul.navbar-nav li {
  vertical-align: top;
  font-size: 15px;
}
.main-header .navbar-custom-menu ul.navbar-nav li a i {
  margin: 0 5px;
}

.main-header .navbar-custom-menu ul.navbar-nav li a i.q_link {
  -webkit-transform: rotate(0deg) translateY(1px);
  -ms-transform: rotate(0deg) translateY(1px);
  -o-transform: rotate(0deg) translateY(1px);
  transform: rotate(0deg) translateY(1px);
}
.main-header.down .navbar-custom-menu ul.navbar-nav li a i.q_link {
  -webkit-transform: rotate(180deg) translateY(0);
  -ms-transform: rotate(180deg) translateY(0);
  -o-transform: rotate(180deg) translateY(0);
  transform: rotate(180deg) translateY(0);
}

.main-header .navbar-custom-menu ul.navbar-nav li.notification,
.main-header .navbar-custom-menu ul.navbar-nav li.user_icon {
  width: 25px;
  height: 25px;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.main-header.down .navbar-custom-menu ul.navbar-nav li.notification,
.main-header.down .navbar-custom-menu ul.navbar-nav li.user_icon {
  width: 0;
  height: 0;
  opacity: 0;
}

.navbar-nav.right {
  margin-right: 15px;
}
.navbar-nav.right li {
  display: inline-block;
  vertical-align: top;
}
.navbar-nav.right li.notification {
  padding: 10px;
}
.navbar-nav.right li.notification i {
  color: #6f767e;
  font-size: 18px;
}

.color_change {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 5px;
  right: 0;
  background-color: #303b40;
  border-radius: 4px 0 0 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
.color_change:hover {
  right: 56px;
}
.color_change:before {
  content: "\f013";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: 5px;
  left: 6px;
}

.navbar-custom-menu a {
  color: #6f767e !important;
}
.color_change ul {
  list-style: none;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #303b40;
  border-radius: 0 0 0 4px;
  padding: 5px;
}
.color_change ul li {
  display: inline-block;
  padding: 3px;
  vertical-align: top;
  margin: 3px;
  border: solid 3px #fff;
  border-radius: 50%;
}
.color_change ul li a {
  font-size: 0;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
}
.color_change ul li a#css-default {
  background-color: #284ca0;
}
.color_change ul li a#css-red {
  background-color: #c84742;
}
.color_change ul li a#css-orange {
  background-color: #d26838;
}

.form-group {
  position: relative;
}
.form-group i.fa {
  position: absolute;
  left: 17px;
  top: 6px;
  z-index: 2;
}
.form-control {
  padding-left: 42px;
}

.dropdown-toggle::after {
  display: none;
}

.drop_user {
  display: block;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -5px;
  background-color: #dce1ec;
  padding: 5px;
  border-radius: 5px;
}
.drop_user span.hidden-xs {
  font-size: 11px;
  line-height: 12px;
  color: #393b3c;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: top;
}
.drop_user span.hidden-xs > span {
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  width: 100%;
  font-weight: 600;
  vertical-align: top;
}

.checkbox-container {
  min-width: 500px;
  width: auto;
  background-color: #fff;
  text-align: left;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  border: solid 1px #b5b9bc;
  position: relative;
}
.checkbox-container:before {
  content: "";
  padding: 0px;
  position: absolute;
  right: 100%;
  top: 7px;
  z-index: 2;
  border-left: solid 6px transparent;
  border-top: solid 6px transparent;
  border-right: solid 6px #fff;
  border-bottom: solid 6px transparent;
}
.checkbox-container:after {
  content: "";
  padding: 0px;
  position: absolute;
  right: 100%;
  top: 6px;
  z-index: 1;
  border-left: solid 7px transparent;
  border-top: solid 7px transparent;
  border-right: solid 7px #b5b9bc;
  border-bottom: solid 7px transparent;
}

.checkbox-container .dropdown-filter-item {
  font-size: 11px;
  line-height: 14px;
  display: inline-block;
  margin-right: 15px;
  margin-top: 3px;
  margin-bottom: 3px;
  vertical-align: top;
}
.checkbox-container .dropdown-filter-item:first-child {
  width: 100%;
  margin-bottom: 10px;
}
.checkbox-container .dropdown-filter-item:nth-child(2),
.checkbox-container .dropdown-filter-item:nth-child(3) {
  display: none;
}
.checkbox-container .dropdown-filter-item input {
  display: inline-block;
  vertical-align: top;
}

.checkbox_outerdiv:hover .checkbox-container {
  visibility: visible;
  opacity: 1;
}

span.column_wrap {
  font-size: 12px;
  line-height: 13px;
  margin: 0;
  padding: 7px 25px 7px 25px;
  color: #000000;
  display: inline-block;
}

.dropdown-filter-content > div span {
  position: relative;
}
.dropdown-filter-content > div span:before {
  font-family: "FontAwesome";
  font-size: 15px;
  line-height: 15px;
  color: #8d9395;
  position: absolute;
  left: 4px;
  top: 7px;
}
.dropdown-filter-content > div span.sort-ascending:before {
  content: "\f15d";
}
.dropdown-filter-content > div span.sort-descending:before {
  content: "\f15e";
}
.dropdown-filter-content > div span.column_wrap:before {
  content: "\f0ce";
}

.user_dropdown .fa-user {
  display: none;
}

ul.quick_links {
  list-style: none;
  font-size: 0;
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
ul.quick_links li {
  display: inline-block;
  vertical-align: top;
  padding: 2px 8px;
}
ul.quick_links li a {
  padding: 16px 7px;
  font-size: 13px;
  line-height: 14px;
  color: #000;
  display: inline-block;
}

.navbar-nav > .user-menu > .dropdown-menu2,
.navbar-nav > .user-menu > .dropdown-menu2.show {
  border: 0 !important;
  border-radius: 6px !important;
  padding: 10px;
}

.drop_user_details {
  padding: 10px 60px;
}
.user_details {
  padding: 10px 20px;
  min-width: 200px;
  text-align: center;
}
.user_details span.user_name {
  color: #34d27e;
  display: inline-block;
  width: 100%;
  font-size: 17px;
  line-height: 17px;
}
.user_details span.designation {
  color: #9ba8b5;
  display: inline-block;
  width: 100%;
  font-size: 11px;
  line-height: 11px;
  padding-bottom: 15px;
}
.user_details span.insurence_type {
  color: #9ba8b5;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 15px;
}
.user_details span.insurence_code {
  color: #9ba8b5;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 15px;
}
.user_details span.insurence_code:before {
  content: "Code:";
  padding-right: 2px;
}

.right_block {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 3px rgba(113, 119, 124, 0.3);
  margin: 5px;
}
.right_block .right-search {
  text-align: right;
}
.right_block .user-search {
  padding: 0;
  display: inline-block;
  text-align: left;
  width: auto;
  max-width: 200px;
  margin-left: 10px;
}
.right_block .user-search .search_box {
  width: 100%;
  height: 34px;
  border-radius: 18px;
  box-shadow: 0px 0px 0px #bec7d2;
  position: relative;
}
.right_block .user-search .search_box:before {
  font-size: 14px;
  top: 6px;
}
.right_block .user-search input[type="text"] {
  background-color: #e9edf1;
  border: solid 1px #bec7d2;
  box-shadow: inset 1px 1px 1px #dfe4e9;
}

.right_block .user-search .select {
  width: 100%;
  height: 34px;
  border-radius: 18px;
  box-shadow: 1px 1px 0px #bec7d2;
  position: relative;
}
.right_block .user-search .select:before {
  content: "\f0d7";
  position: absolute;
  right: 8px;
  top: 3px;
  width: 18px;
  height: 18px;
  display: inline-block;
  font-family: "FontAwesome";
  z-index: 3;
  color: #17ade7;
  font-size: 18px;
}
.right_block .user-search .select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  background-color: #e9edf1;
  box-shadow: inset 1px 1px 1px #dfe4e9;
  height: 34px;
  border-radius: 17px;
  border: solid 1px #bec7d2;
  padding: 5px 30px 5px 10px;
  color: #a5adb5;
  font-size: 13px;
}

.drop_btn {
  border-top: solid 1px #4c545b;
  margin: 5px 0;
  padding: 10px 0 0 0;
}
.drop_btn span {
  padding: 1px;
  border-radius: 13px;
  display: inline-block;
  background: rgba(90, 99, 107, 1);
  background: -moz-linear-gradient(top, rgba(90, 99, 107, 1) 0%, rgba(39, 46, 52, 1) 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(90, 99, 107, 1)),
    color-stop(100%, rgba(39, 46, 52, 1))
  );
  background: -webkit-linear-gradient(top, rgba(90, 99, 107, 1) 0%, rgba(39, 46, 52, 1) 100%);
  background: -o-linear-gradient(top, rgba(90, 99, 107, 1) 0%, rgba(39, 46, 52, 1) 100%);
  background: -ms-linear-gradient(top, rgba(90, 99, 107, 1) 0%, rgba(39, 46, 52, 1) 100%);
  background: linear-gradient(to bottom, rgba(90, 99, 107, 1) 0%, rgba(39, 46, 52, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a636b', endColorstr='#272e34', GradientType=0 );
}

.drop_btn span a {
  padding: 5px 10px;
  border-radius: 12px;
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  color: #c0cedd !important;
  background: rgba(65, 74, 81, 1);
  background: -moz-linear-gradient(top, rgba(65, 74, 81, 1) 0%, rgba(49, 57, 63, 1) 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(65, 74, 81, 1)),
    color-stop(100%, rgba(49, 57, 63, 1))
  );
  background: -webkit-linear-gradient(top, rgba(65, 74, 81, 1) 0%, rgba(49, 57, 63, 1) 100%);
  background: -o-linear-gradient(top, rgba(65, 74, 81, 1) 0%, rgba(49, 57, 63, 1) 100%);
  background: -ms-linear-gradient(top, rgba(65, 74, 81, 1) 0%, rgba(49, 57, 63, 1) 100%);
  background: linear-gradient(to bottom, rgba(65, 74, 81, 1) 0%, rgba(49, 57, 63, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414a51', endColorstr='#31393f', GradientType=0 );
}

.drop_btn span:hover a {
  padding: 5px 10px;
  border-radius: 12px;
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  color: #c0cedd !important;
  background: rgba(49, 57, 63, 1);
  background: -moz-linear-gradient(top, rgba(49, 57, 63, 1) 0%, rgba(65, 74, 81, 1) 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(49, 57, 63, 1)),
    color-stop(100%, rgba(65, 74, 81, 1))
  );
  background: -webkit-linear-gradient(top, rgba(49, 57, 63, 1) 0%, rgba(65, 74, 81, 1) 100%);
  background: -o-linear-gradient(top, rgba(49, 57, 63, 1) 0%, rgba(65, 74, 81, 1) 100%);
  background: -ms-linear-gradient(top, rgba(49, 57, 63, 1) 0%, rgba(65, 74, 81, 1) 100%);
  background: linear-gradient(to bottom, rgba(49, 57, 63, 1) 0%, rgba(65, 74, 81, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31393f', endColorstr='#414a51', GradientType=0 );
}

.drop_btn span:last-child {
  float: right;
}

.main-header .navbar-nav.right,
.main-header .navbar-static-top a.logo {
  /* transform: scale(0, 0);
  transform-origin: 50% 0%;
  opacity: 0; */
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.main-header.down .navbar-nav.right,
.main-header.down .navbar-static-top a.logo {
  transform: scale(1, 1);
  opacity: 1;
}

.main-header .quick_links {
  /* transform: scale(1, 1);
  transform-origin: 100% 0%;
  opacity: 0; */
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.main-header.down .quick_links {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: 100% 0%;
}

.main-header.down .navbar-nav.right {
  position: relative;
  z-index: 99;
}

body.sidebar-collapse .sidebar-toggle {
  /* left: 50px; */
}

body.sidebar-collapse .sidebar-toggle img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

body.sidebar-open.fixed .main-header {
  /* z-index: 99;
  opacity: 0; */
}
.btn {
  border-radius: 0.358rem !important;
}

.form_bottom a {
  font-size: 13px;
  line-height: 16px;
}
.form_bottom a:first-child {
  float: left;
}
.form_bottom a:last-child {
  float: right;
}

/* login new */

.rightSideLogin {
  /* background: #f3f4f8; */
  background: #fbfbfb;
  overflow: hidden;
}

.login-box-body__heading {
  margin-bottom: 20px;
}
.login-box-body__heading h2 {
  margin-bottom: 0;
  color: #5e5873;
}
.login-box-body__heading p {
  margin-bottom: 0;
}

.login-box-body .btn-primary {
  padding: 10px 15px;
}
.login-box-body .select_box select.form-control {
  height: auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/selectarrow.svg) no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 10px;
  padding-right: 38px;
}

.form-control {
  padding: 0.675rem 0.75rem;
}

.login_right.rightSideLogin {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  /* height: 100vh; */
}

.form-control {
  /* border-left: 5px solid #234396; */
}

.login__row {
  height: 100vh;
  min-height: 500px;
}
.login_right.rightSideLogin,
.login_left {
  height: auto !important;
}
.navbarRightportion {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 20px;

  padding: 5px 0 5px 20px;
}

.user-search .search_box input[type="text"]:focus-visible {
  outline: 0;
}

.navbarRightportion__left .user-search {
  padding: 0 8px;
}

.sidebar .user-search {
  display: none;
}

.navbarRightportion > ul.nav.navbar-nav.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.loginLeftHolder {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.loginTOP {
  padding: 20px 25px;
  text-align: left;
}

.login_wrap h6 {
  font-weight: 400;
  color: #fff;
}
.login_wrap p {
  color: #fff;
}
.login_right.rightSideLogin {
  background-position: center;
  background-size: 70%;
}

.passwordField {
  position: relative;
}

.passwordField__btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 47px;
  border: 0;
  background: transparent;
  border-left: 1px solid #d8d6de;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  cursor: pointer;
}
.passwordField__btn:hover,
.passwordField__btn:focus {
  outline: none;
  border: 0;
  background: transparent;
  border-left: 1px solid #d8d6de;
}

.passwordField__hide {
  display: none;
}
