/*
Template Name: SimpleAdmin Dashboard
Author: CoderThemes
File: Main file css
*/
@import url("https://fonts.googleapis.com/css?family=Hind:400,500,700|Noto+Sans:400,700");

html, body {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Metis Menu css */
.metismenu {
  padding: 0;
  list-style: none;
  margin: 0;
}

img {
  max-width: 100%;
}

.metismenu ul {
  padding: 0;
  margin: 0;
}

.metismenu ul li {
  list-style: none;
  width: 100%;
}
.no-border-bottom{
    border-bottom:none!important;
}
.tg-project-color{
    color: #0056b3;
}
.nav-second-level li a, .nav-thrid-level li a {
  padding: 5px 10px;
  color: rgba(98, 103, 115, 0.7);
  display: block;
  font-weight: 500;
  position: relative;
}

.nav-second-level li a:focus, .nav-thrid-level li a:focus {
  color: #626773;
}

.nav-second-level li a:hover, .nav-thrid-level li a:hover {
  color: #626773;
}

.nav-second-level > li > a {
  padding-left: 20px;
}

.nav-second-level .nav-third-level .active > a,
.nav-second-level li.active > a {
  color: #23b195;
}

.nav-third-level > li > a {
  padding-left: 68px;
}

.nav-third-level li.active > a {
  color: #626773;
}

.user-details {
  min-height: 80px;
  padding: 20px;
  position: relative;
}

.user-details img {
  position: relative;
  z-index: 9999;
  height: 48px;
  width: 48px;
}

.user-details .user-info {
  color: #626773;
  margin-left: 60px;
  position: relative;
  z-index: 99999;
}

.user-details .user-info p {
  margin-bottom: 0;
  font-size: 13px;
}

.user-details .user-info a {
  color: #626773;
  display: block;
  font-weight: 600;
  padding-top: 5px;
}
.user-box .user-info p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: normal;
}
.custom-modal-body{
  font-size: 14px;
  padding-bottom: 0!important;
}
.custom-modal-content{
  width: 350px!important;
}
.topbar {
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  position: relative;
  background: #f5f5f5;
}

.topbar .topbar-left {
  float: left;
  padding-left: 20px;
  height: 70px;
  position: relative;
  width: 240px;
  z-index: 999;
}

.topbar .topbar-left .logo {
  line-height: 70px;
}

.topbar .topbar-left .logo i {
  display: none;
}

.topbar .topbar-left .logo img {
  height: 60px;
  display: block;
  margin-top: 4px;
}
.enlarged .topbar .topbar-left .logo img {
  height: auto;
  display: inline-block;
  margin-top: 0;
}

.navbar-custom {
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 10px 0 0;
  margin-left: 240px;
  min-height: 70px;
}

.navbar-custom .nav-link {
  padding: 0;
  line-height: 70px;
  color: rgba(98, 103, 115, 0.8);
}

.navbar-custom .dropdown-toggle:after {
  content: initial;
}

.navbar-custom .menu-left {
  overflow: hidden;
}

.navbar-custom .topbar-right-menu {
  max-height: 70px;
}

.navbar-custom .topbar-right-menu li {
  float: left;
}

.logo {
  color: #626773 !important;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.logo span span {
  color: #23b195;
}

.user-box {
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid gainsboro;
}
.enlarged .user-box .user-img {
  width: 100%;
}
.enlarged .user-access,
.enlarged .user-box .user-info {
  display: none !important;
}

.user-box .user-info {
  color: #626773;
  text-align: left;
  overflow: hidden;
}

.user-box h5 a {
  color: #626773;
}

.content-responsive {
  overflow: auto;
}

.side-menu {
  position: absolute;
  background-color: #ffffff;
  width: 240px;
  /*top: 70px;*/
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
  background-repeat: repeat;
  z-index: 99;
}

.enlarged .side-menu {
  position: absolute;
}

.content-page {
  margin-left: 240px;
  border-left: 7px solid #f5f5f5;
}

.content-page .content {
  padding: 10px 0;
  /*min-height: 1040px;*/
  position: relative;
}
@media (max-width: 768px) {
  .content-page .content {
    padding: 10px 0 20px 0;
  }
}

.button-menu-mobile {
  width: 40px;
  height: 50px;
  border: none;
  color: rgba(98, 103, 115, 0.7);
  display: inline-block;
  background-color: transparent;
  font-size: 24px;
  z-index: 999;
  position: relative;
  cursor: pointer;
}

#sidebar-menu > ul > li > a {
  color: #000;
  display: block;
  padding: 8px 15px 8px 5px;
  margin: 2px 0;
  font-size: 14px;
  position: relative;
}

#sidebar-menu > ul > li > a:hover, #sidebar-menu > ul > li > a:focus, #sidebar-menu > ul > li > a:active {
  color: #626773;
  text-decoration: none;
  background-color: whitesmoke;
}

#sidebar-menu > ul > li > a > span {
  vertical-align: middle;
}

#sidebar-menu {
  padding-top: 10px;
}

#sidebar-menu li.active > a > span.menu-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#sidebar-menu .menu-arrow {
  -webkit-transition: -webkit-transform .15s;
  transition: -webkit-transform .15s;
  transition: transform .15s;
  transition: transform .15s, -webkit-transform .15s;
  position: absolute;
  right: 3px;
  display: inline-block;
  font-family: 'Material Design Icons';
  text-rendering: auto;
  line-height: 28px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#sidebar-menu .menu-arrow:before {
  content: "\F142";
}

#sidebar-menu .badge, #sidebar-menu .label {
  margin-top: 4px;
}

#sidebar-menu ul li a i {
  display: inline-block;
  font-size: 18px;
  line-height: 17px;
  margin: 0 10px 0 3px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
#sidebar-menu ul li a svg path {
  fill:#626773cc;
}
#sidebar-menu ul li a:hover svg path {
  fill:#626772;
}
#sidebar-menu ul li a.active svg path {
  fill:#23b195;
}

#sidebar-menu ul li a .drop-arrow {
  float: right;
}

#sidebar-menu ul li a .drop-arrow i {
  margin-right: 0;
}

#sidebar-menu > ul > li > a.active {
  color: #23b195 !important;
}

.menu-title {
  padding: 12px 20px !important;
  letter-spacing: .05em;
  pointer-events: none;
  cursor: default;
  font-size: 11px;
  text-transform: uppercase;
  color: #7a7d84;
  font-family: "Hind", sans-serif;
}

.enlarged .slimScrollDiv, .enlarged .slimscroll-menu {
  overflow: inherit !important;
}

.enlarged .slimScrollBar {
  visibility: hidden;
}

.enlarged #wrapper .navbar-custom {
  margin-left: 70px;
}

.enlarged #wrapper #sidebar-menu .menu-title, .enlarged #wrapper #sidebar-menu .menu-arrow, .enlarged #wrapper #sidebar-menu .label, .enlarged #wrapper #sidebar-menu .badge {
  display: none !important;
}

.enlarged #wrapper #sidebar-menu .collapse.in {
  display: none !important;
}

.enlarged #wrapper #sidebar-menu .nav.collapse {
  height: inherit !important;
}

.enlarged #wrapper #sidebar-menu ul ul {
  margin-top: -2px;
  padding-bottom: 5px;
  padding-top: 5px;
  z-index: 9999;
  background-color: #f5f5f5;
  height: auto !important;
}

.enlarged #wrapper .left.side-menu {
  width: 70px;
  z-index: 5;
}

.enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a {
  padding: 15px 20px;
  min-height: 56px;
}

.enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a:hover, .enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a:active, .enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a:focus {
  color: #626773 !important;
  background-color: whitesmoke;
}

.enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a i {
  font-size: 18px;
  margin-right: 20px !important;
}

.enlarged #wrapper .left.side-menu .label {
  position: absolute;
  top: 5px;
  left: 35px;
  text-indent: 0;
  display: block !important;
  padding: .2em .6em .3em !important;
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul > li {
  position: relative;
  /*white-space: nowrap;*/
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul > li:hover > a {
  position: relative;
  /*width: 260px;*/
  color: #626773 !important;
  background-color: whitesmoke;
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul > li > ul.show,
.enlarged #wrapper .left.side-menu #sidebar-menu ul > li:hover > ul {
  display: block;
  left: 70px; top: 0;
  position: absolute;
  width: 190px;
  margin-top: 0;
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul > li:hover > ul a {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px 20px;
  position: relative;
  width: 190px;
  z-index: 6;
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul > li:hover > ul a:hover {
  color: #626773;
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul > li:hover a span {
  /*display: inline;*/
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul ul li:hover > ul {
  display: block;
  left: 190px;
  margin-top: -36px;
  position: absolute;
  width: 190px;
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul ul li > a span.pull-right {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  position: absolute;
  right: 20px;
  top: 12px;
  transform: rotate(270deg);
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul ul li.active a {
  color: #626773;
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul > li > a span {
  display: none;
  padding-left: 10px;
}

.enlarged #wrapper .left.side-menu .user-details {
  display: none;
}

.enlarged #wrapper .content-page {
  margin-left: 70px;
}

.enlarged #wrapper .footer {
  left: 70px;
}

.enlarged #wrapper .topbar .topbar-left {
  width: 70px !important;
  padding: 0;
}

.enlarged #wrapper .topbar .topbar-left .logo span {
  display: none;
  opacity: 0;
}

.enlarged #wrapper .topbar .topbar-left .logo i {
  display: block;
  line-height: 70px;
  color: #23b195 !important;
}

.enlarged #wrapper #sidebar-menu > ul > li:hover > a.open :after {
  display: none;
}

.enlarged #wrapper #sidebar-menu > ul > li:hover > a.active :after {
  display: none;
}

#wrapper.right-bar-enabled .right-bar {
  right: 0;
}

/* Search */
.app-search {
  position: relative;
  padding-top: 18px;
}

.app-search button,
.app-search a {
  position: absolute;
  width: 34px;
  height: 34px;
  top: 0;
  right: 4px;
  display: block;
  line-height: 31px;
  text-align: center;
  color: rgba(98, 103, 115, 0.5);
  background: transparent;
  border: 0;
}

.app-search button:hover,
.app-search a:hover {
  color: #626773;
}

.app-search .form-control,
.app-search .form-control:focus {
  border: 1px solid rgba(98, 103, 115, 0.3);
  font-size: 13px;
  height: 34px;
  color: #626773;
  padding-left: 20px;
  padding-right: 40px;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 30px;
  width: 200px;
}

.app-search input::-webkit-input-placeholder {
  color: #626773;
}

.app-search input:-moz-placeholder {
  color: #626773;
}

.app-search input::-moz-placeholder {
  color: #626773;
}

.app-search input:-ms-input-placeholder {
  color: #626773;
}

/* Page titles */
.page-title {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 2px;
  font-weight: 600;
}

/* Footer */
.footer {
  border-top: 2px solid #f5f5f5;
  bottom: 0;
  left: 0;
  padding: 14px 20px;
  position: absolute;
  right: 0;
}

/* Notification */
.notification-wrapper {
  max-height: 190px;
}

.notification-list {
  margin-left: 0 !important;
}

.notification-list .noti-title {
  background-color: #ffffff !important;
  padding: 10px 20px;
}

.notification-list .noti-title h6 {
  font-size: 14px;
}

.notification-list .noti-icon {
  font-size: 20px;
  padding: 0 15px;
  vertical-align: middle;
}

.notification-list .noti-icon-badge {
  display: inline-block;
  position: absolute;
  top: 14px;
  right: 8px;
}

.notification-list .notify-item {
  padding: 10px 20px;
}

.notification-list .notify-item .notify-icon {
  float: left;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  color: #ffffff;
}

.notification-list .notify-item .notify-details {
  margin-bottom: 0;
  overflow: hidden;
  margin-left: 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notification-list .notify-item .notify-details b {
  font-weight: 500;
}

.notification-list .notify-item .notify-details small {
  display: block;
}

.notification-list .notify-item .notify-details span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}

.notification-list .notify-item .user-msg {
  margin-left: 45px;
  white-space: normal;
  line-height: 16px;
}

.notification-list .profile-dropdown .notify-item {
  padding: 7px 20px;
}

.profile-dropdown {
  width: 170px;
}

.profile-dropdown i {
  vertical-align: middle;
  margin-right: 5px;
}

.profile-dropdown span {
  vertical-align: middle;
}

.nav-user {
  padding: 0 12px !important;
}

.nav-user img {
  height: 32px;
  width: 32px;
}


.showFormEdit {
  display: none;
}
.showFormBox {
  min-height: 15px;
}
.showFormBox .showForm {
  right: 0; top: 0;
  font-size: 10px;
  display: none;
}
.showFormBox:hover .showForm {
  display: block;
}


@media (max-width: 768px) {
  #wrapper {
    width: 100% !important;
  }
  .topbar, .side-menu {
    position: fixed;
  }
  .side-menu {
    overflow: auto;
    bottom: 0;
    padding-bottom: 30px;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
            box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  }
  body {
    overflow-x: hidden;
  }
  .topbar-left {
    width: 70px !important;
  }
  .topbar-left span {
    display: none !important;
  }
  .topbar-left i {
    display: block !important;
    line-height: 70px !important;
  }
  .navbar-custom {
    margin-left: 70px !important;
  }
  .topbar .topbar-left {
    height: 70px;
  }
  .navbar-nav.navbar-right {
    float: right;
  }
  .content-page {
    margin-left: 0 !important;
    margin-top: 70px;
    border-left: none;
  }
  .enlarged .left.side-menu {
    margin-left: -70px;
  }
  .footer {
    left: 0 !important;
  }
  .mobile-sidebar {
    left: 0;
  }
  .mobile-content {
    left: 250px;
    right: -250px;
  }
  .dataTables_wrapper .col-xs-6 {
    width: 100%;
    text-align: left;
  }
  div#datatable-buttons_info {
    float: none;
  }
  .ms-container {
    width: 100%;
  }
  .m-t-sm-50 {
    margin-top: 50px !important;
  }
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    left: auto;
    position: absolute;
    right: 0;
  }
  .navbar-nav .open .dropdown-menu li {
    display: block;
  }
  .navbar-nav {
    margin: 0;
    display: inline-block;
  }
  .navbar-nav li {
    display: inline-block;
    line-height: 1px;
  }
  .dropdown-lg {
    width: 200px !important;
  }
  .user-box {
    float: right;
  }
  .dataTables_length {
    float: none;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .side-menu {
    z-index: 10 !important;
  }
  .navbar-custom {
    margin-left: 0 !important;
  }
  .hide-phone {
    display: none !important;
  }
}

@media (max-width: 419px) {
  .hidden-xxs {
    display: none;
  }
  .topbar-left {
    width: 70px !important;
  }
  .logo .icon-c-logo {
    display: inline-block !important;
    line-height: 58px !important;
  }
  .logo span {
    display: none !important;
  }
  .content-page {
    margin-left: 70px;
  }
  .forced .side-menu.left {
    -webkit-box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
  }
  .enlarged .side-menu.left {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
  }
  .page-title {
    font-size: 15px;
    max-width: 250px;
    white-space: nowrap;
  }
  .navbar-default {
    padding: 0;
  }
  .navbar-default .navbar-left {
    padding-left: 0 !important;
  }
  .navbar-default .navbar-left li {
    padding: 0 5px;
  }
  .topbar-left {
    display: none;
  }
  .editable-responsive {
    overflow-x: auto;
  }
  .dropdown-lg {
    width: 200px !important;
  }
  .user-list .user-list-item .icon, .user-list .user-list-item .avatar {
    display: none;
  }
  .user-list .user-list-item .user-desc {
    margin-left: 0;
  }
  .footer {
    text-align: center;
  }
}

body {
  background-color: #f5f5f5;
  font-family: "Noto Sans", sans-serif;
  color: #000;
  font-size: 14px;
}

#wrapper {
  width: 99%;
  margin: 0 auto;
  background-color: #ffffff;
}

.slimScrollDiv {
  height: auto !important;
}

/* =============
   Bootstrap-custom
============= */
.row {
  margin-right: -10px;
  margin-left: -10px;
}

.container,
.container-fluid,
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 10px;
  padding-right: 10px;
}

a {
  text-decoration: none !important;
}

button {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

.blockquote {
  font-size: 1rem;
}

/* Dropdown */
.dropdown-lg {
  width: 260px;
}

.dropdown-menu {
  padding: 0 0;
  font-size: 14px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

.dropdown-menu-animated {
  display: block;
  visibility: hidden;
  opacity: 0;
}

.dropdown-item.active, .dropdown-item:active {
  color: white;
  text-decoration: none;
  background-color: #015592;;
}

.dropdown-item{
    padding: .25rem 1.5rem;
}
.dropdown-item:hover:not(.active){
    background-color: #e9ecef !important;
}

.card-box {
  background-color: #ffffff;
  border: 1px solid rgba(98, 103, 115, 0.2);
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
}

.header-title {
  margin-top: 0;
  font-weight: bold;
  border-bottom: 1px solid gainsboro;
  padding-bottom: 12px;
  font-size: 18px;
  /*display: none !important;*/
}

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

.line-h-24 {
  line-height: 24px;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-20 {
  padding: 20px;
}

.p-t-50 {
  padding-top: 50px !important;
}

.font-13 {
  font-size: 13px;
}

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

.thumb-sm {
  height: 32px;
  width: 32px;
}

.thumb-xl {
  height: 120px;
  width: 120px;
}

.center-page {
  float: none !important;
  margin: 0 auto;
}

/* Text colors */
.text-custom {
  color: #23b195 !important;
}

.text-danger {
  color: #d57171 !important;
}

.text-muted {
  color: #7a7d84 !important;
}

.text-primary {
  color: #458bc4 !important;
}

.text-warning {
  color: #e2ab3b !important;
}

.text-success {
  color: #4fc55b !important;
}

.text-info {
  color: #21b0d9 !important;
}

.text-dark {
  color: #626773 !important;
}

/* Background colors */
.bg-custom {
  background-color: #23b195 !important;
}

.bg-primary {
  background-color: #458bc4 !important;
}

tr.bg-success td,
.bg-success {
  background-color: #dff0d8 !important;
}

.bg-info {
  background-color: #bae4f0 !important;
}

.bg-warning {
  background-color: #ffeac0 !important;
}

.bg-danger {
  background-color: #ffdede !important;
}

.bg-muted {
  background-color: #7a7d84 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

/* Badge */
.badge {
  text-transform: uppercase;
  font-weight: 600;
  padding: 3px 5px;
  font-size: 12px;
  margin-top: 1px;
  color: #ffffff;
}

.badge-xs {
  font-size: 9px;
}

.badge-xs, .badge-sm {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.badge-custom {
  background-color: #23b195;
}

.badge-white {
  background-color: rgba(255, 255, 255, 0.7);
  color: #626773 !important;
}

.badge-primary {
  background-color: #458bc4;
}

.badge-success {
  background-color: #4fc55b;
}

.badge-info {
  background-color: #3db9dc;
}

.badge-warning {
  background-color: #e2ab3b;
}

.badge-danger {
  background-color: #d57171;
}

.badge-dark {
  background-color: #626773;
}

/* Label span */
.label {
  font-weight: 600;
  padding: 3px 5px;
  font-size: 12px;
  margin-top: 1px;
  color: #ffffff;
  white-space: nowrap;
  border-radius: .25rem;
}

.label-xs {
  font-size: 9px;
}

.label-xs, .label-sm {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.label-default {
  color: #212529;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.label-custom {
  background-color: #23b195;
}

.label-white {
  background-color: rgba(255, 255, 255, 0.7);
  color: #626773 !important;
}

.label-primary {
  background-color: #458bc4;
}

.label-success {
  background-color: #4fc55b;
}

.label-info {
  background-color: #3db9dc;
}

.label-warning {
  background-color: #e2ab3b;
}

.label-danger {
  background-color: #d57171;
}

.label-dark {
  background-color: #626773;
}

/* Pagination/ Pager */

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pagination > li > a,
.pagination > li > span {
  color: #626773;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #f5f5f5;
}

.pagination-split li {
  margin-left: 5px;
  float: left;
}

.pagination-split li:first-child {
  margin-left: 0;
}

.pagination-split li a {
  border-radius: 3px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.page-item.active .page-link {
  background-color: #23b195;
  border-color: #23b195;
}

.pager li > a, .pager li > span {
  border-radius: 3px;
  color: #626773;
}

.list-group-item.active, .list-group-item.active:focus,
.list-group-item.active:hover {
  background-color: #23b195;
  border-color: #23b195;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: rgba(255, 255, 255, 0.7);
}

/* =================
   Popover / Tooltips
==================== */
/* Popover */
.popover {
  font-family: inherit;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 28px rgba(0, 0, 0, 0.15);
}

.popover .popover-title {
  background-color: transparent;
  color: #23b195;
  padding: 12px 15px;
  font-size: 15px;
}

.popover .arrow {
  border-color: transparent !important;
}

/* Tooltips */
.tooltip .tooltip-inner {
  padding: 4px 10px;
  border-radius: 2px;
  background-color: #464952;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #464952;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #464952;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #464952;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #464952;
}

.button-list {
  margin-left: -8px;
  margin-bottom: -12px;
}

.button-list .btn {
  margin-bottom: 12px;
  margin-left: 8px;
}

/* Demo only */
.icon-list-demo div {
  cursor: pointer;
  line-height: 45px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}

.icon-list-demo div p {
  margin-bottom: 0;
  line-height: inherit;
}

.icon-list-demo i {
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  border: 1px solid #e8e8e8;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 12px;
  color: rgba(43, 61, 81, 0.7);
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.icon-list-demo .col-md-4 {
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
  margin-bottom: 10px;
}

.icon-list-demo .col-md-4:hover i {
  color: #23b195;
}

.switchery-demo .switchery {
  margin-bottom: 10px;
  margin-right: 5px;
}

/* =============
   Buttons
============= */
.btn {
  border-radius: 5px;
  padding: 6px 14px;
  outline: none !important;
  font-size: 14px;
}

.btn-md {
  padding: 8px 18px;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px !important;
  font-size: 16px;
}

.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px !important;
  font-size: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}

.btn-custom, .btn-primary, .btn-success, .btn-info, .btn-warning,
.btn-danger, .btn-dark, .btn-purple, .btn-pink, .btn-orange,
.btn-brown, .btn-teal {
  color: #ffffff !important;
}

.btn-custom {
  background-color: #23b195;
  border-color: #23b195;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active,
.btn-custom.focus, .btn-custom:active, .btn-custom:focus, .btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
  background-color: #1f9c83 !important;
  border: 1px solid #1f9c83 !important;
}

.btn-default {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active,
.btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover,
.open > .dropdown-toggle.btn-default {
  background-color: #ededed !important;
  border: 1px solid #cccccc !important;
}

.btn-primary {
  background-color: #458bc4 !important;
  border: 1px solid #458bc4 !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  background-color: #3a7eb6 !important;
  border: 1px solid #3a7eb6 !important;
}

.btn-success {
  background-color: #4fc55b !important;
  border: 1px solid #4fc55b !important;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
  background-color: #3ebc4b !important;
  border: 1px solid #3ebc4b !important;
}

.btn-info {
  background-color: #3db9dc !important;
  border: 1px solid #3db9dc !important;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
  background-color: #27b1d8 !important;
  border: 1px solid #27b1d8 !important;
}

.btn-warning {
  background-color: #e2ab3b !important;
  border: 1px solid #e2ab3b !important;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
  background-color: #dfa125 !important;
  border: 1px solid #dfa125 !important;
}

.btn-danger {
  background-color: #d57171 !important;
  border: 1px solid #d57171 !important;
}

.btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
  background-color: #cf5d5d !important;
  border: 1px solid #cf5d5d !important;
}

.btn-dark {
  background-color: #626773 !important;
  border: 1px solid #626773 !important;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus, .btn-dark:active, .btn-dark:focus, .btn-dark:hover, .open > .dropdown-toggle.btn-dark {
  background-color: #565b65 !important;
  border: 1px solid #565b65 !important;
}

.btn-bordered {
  border-bottom: 3px solid transparent;
}

.btn-bordered.btn-default {
  background-color: #ffffff;
  border-bottom: 2px solid #d9d9d9 !important;
}

.btn-bordered.btn-custom {
  background-color: #23b195;
  border-bottom: 2px solid #1d937c !important;
}

.btn-bordered.btn-primary {
  border-bottom: 2px solid #3779ae !important;
}

.btn-bordered.btn-success {
  border-bottom: 2px solid #3cb548 !important;
}

.btn-bordered.btn-info {
  border-bottom: 2px solid #25aad0 !important;
}

.btn-bordered.btn-warning {
  border-bottom: 2px solid #cc931e !important;
}

.btn-bordered.btn-danger {
  border-bottom: 2px solid #c94a4a !important;
}

.btn-bordered.btn-dark {
  border-bottom: 2px solid #33363c !important;
}

.btn-rounded {
  border-radius: 2em;
  padding: 6px 18px;
}

/* ===========
   Panels
 =============*/
.panel {
  border: 2px solid #f5f5f5;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 20px;
  border-radius: 3px;
}

.panel .panel-body {
  /*padding: 20px;*/
  padding: 10px 10px 0px 10px;
}

.panel .panel-body p {
  margin-bottom: 0;
  line-height: 24px;
}

.panel .panel-body p + p {
  padding-top: 10px;
}

.panel-heading {
  border: none !important;
  padding: 6px 20px;
  margin: -2px;
  border-radius: 4px 4px 0 0;
}

.panel-default > .panel-heading {
  background-color: #f5f5f5;
  border-bottom: none;
  color: #7a7d84;
}

.panel-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}

.panel-sub-title {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7) !important;
  margin-top: 3px;
}

.panel-footer {
  background: #f5f5f5;
  border-top: 0;
}

.panel-default .panel-sub-title {
  color: inherit !important;
}

.panel-color .panel-title {
  color: #ffffff;
}

.panel-custom > .panel-heading {
  background-color: #23b195;
}

.panel-primary > .panel-heading {
  background-color: #458bc4;
}

.panel-success > .panel-heading {
  background-color: #4fc55b;
}

.panel-info > .panel-heading {
  background-color: #3db9dc;
}

.panel-warning > .panel-heading {
  background-color: #e2ab3b;
}

.panel-danger > .panel-heading {
  background-color: #d57171;
}

.panel-dark > .panel-heading {
  background-color: #626773;
}

/* =============
   Tabs
============= */
.tab-content {
  padding: 20px 0 0 0;
}

.nav-tabs > li > a {
  color: #626773;
  text-transform: uppercase;
  font-weight: 600;
}

.nav-tabs > li > a:hover {
  background-color: #f2f2f2;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #23b195;
}

.tabs-bordered {
  border-bottom: 2px solid rgba(122, 125, 132, 0.2) !important;
}

.tabs-bordered .nav-item {
  margin-bottom: -2px;
}

.tabs-bordered li a, .tabs-bordered li a:hover, .tabs-bordered li a:focus {
  border: 0 !important;
  padding: 10px 20px !important;
}

.tabs-bordered li a.active {
  border-bottom: 2px solid #23b195 !important;
}

/* Navpills */
.nav-pills > li > a {
  color: #626773;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #23b195;
}

.nav-pills .nav-link {
  font-weight: 600;
  text-transform: uppercase;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #23b195;
}

/* Modals */
.modal .modal-dialog .modal-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #DDDDDD;
  border-radius: 2px;
  box-shadow: none;
  padding: 25px;
  max-height: 93vh;
  overflow: hidden;
}

.modal .modal-dialog .modal-content .modal-header {
  border-bottom-width: 2px;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 20px 0;
  max-height: 93vh;
  overflow: auto;
}

.modal .modal-dialog .modal-content .modal-footer {
  padding: 0;
  padding-top: 15px;
}

.modal-full {
  width: 98%;
}

.modal-content .nav.nav-tabs + .tab-content {
  margin-bottom: 0px;
}

.modal-content .panel-group {
  margin-bottom: 0px;
}

.modal-content .panel {
  border-top: none;
}

/* =============
   Progressbars
============= */
.progress {
  -webkit-box-shadow: none !important;
  background-color: #f5f5f5;
  box-shadow: none !important;
  height: 10px;
  margin-bottom: 18px;
  overflow: hidden;
}

.progress-bar {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 8px;
  font-weight: 600;
  line-height: 12px;
}

.progress.progress-sm {
  height: 5px !important;
}

.progress.progress-sm .progress-bar {
  font-size: 8px;
  line-height: 5px;
}

.progress.progress-md {
  height: 15px !important;
}

.progress.progress-md .progress-bar {
  font-size: 10.8px;
  line-height: 14.4px;
}

.progress.progress-lg {
  height: 20px !important;
}

.progress.progress-lg .progress-bar {
  font-size: 12px;
  line-height: 20px;
}

.progress-bar-primary {
  background-color: #458bc4;
}

.progress-bar-success {
  background-color: #4fc55b;
}

.progress-bar-info {
  background-color: #3db9dc;
}

.progress-bar-warning {
  background-color: #e2ab3b;
}

.progress-bar-danger {
  background-color: #d57171;
}

.progress-bar-dark {
  background-color: #626773;
}

.progress-bar-custom {
  background-color: #23b195;
}

/* =============
   Alerts
============= */
.alert {
  /*position: relative;*/
  position: fixed;
  right: 15px; top: 100px;
  z-index: 100;
}
.table-responsive .alert {
  position: static;
}

.alert .alert-link {
  font-weight: 600;
}

.alert-dismissable .close, .alert-dismissible .close {
  opacity: 0.9;
}

.close {
  line-height: 1.3rem;
}

.alert-icon {
  padding-left: 50px;
}

.alert-icon i {
  position: absolute;
  left: 0;
  height: 100%;
  width: 50px;
  text-align: center;
  top: 0;
  line-height: 44px;
  font-size: 22px;
}

.alert-success {
  color: #4fc55b;
  background-color: #e8f8ea;
  border-color: #9cdea2;
}

.alert-success .alert-link {
  color: #38a943;
}

.alert-success hr {
  border-top-color: #38a943;
}

.alert-info {
  color: #3db9dc;
  background-color: #eaf7fb;
  border-color: #93d8ec;
}

.alert-info .alert-link {
  color: #23a0c3;
}

.alert-info hr {
  border-top-color: #23a0c3;
}

.alert-warning {
  color: #e2ab3b;
  background-color: #fcf7ed;
  border-color: #efd194;
}

.alert-warning .alert-link {
  color: #cc931e;
}

.alert-warning hr {
  border-top-color: #cc931e;
}

.alert-danger {
  color: #d57171;
  background-color: #faefef;
  border-color: #ecc0c0;
}

.alert-danger .alert-link {
  color: #c94a4a;
}

.alert-danger hr {
  border-top-color: #c94a4a;
}

.alert-white {
  background-color: #ffffff !important;
}

.swal2-modal {
  font-family: "Noto Sans", sans-serif;
}

.swal2-modal .swal2-title {
  font-size: 28px;
}

.swal2-modal .swal2-content {
  font-size: 16px;
}

.swal2-modal .swal2-spacer {
  margin: 10px 0;
}

.swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-textarea {
  border: 2px solid #7a7d84;
  font-size: 16px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.swal2-icon.swal2-question {
  color: #23b195;
  border-color: #23b195;
}

.swal2-icon.swal2-success {
  border-color: #4fc55b;
}

.swal2-icon.swal2-success .line {
  background-color: #4fc55b;
}

.swal2-icon.swal2-success .placeholder {
  border-color: #4fc55b;
}

.swal2-icon.swal2-warning {
  color: #e2ab3b;
  border-color: #e2ab3b;
}

.swal2-icon.swal2-error {
  border-color: #d57171;
}

.swal2-icon.swal2-error .line {
  background-color: #d57171;
}

.swal2-modal .swal2-file:focus, .swal2-modal .swal2-input:focus, .swal2-modal .swal2-textarea:focus {
  outline: 0;
  border: 2px solid #23b195;
}

/* =============
   Form
============= */
label {
  font-weight: 500;
  font-family: "Hind", sans-serif;
}

textarea.form-control {
  min-height: 90px;
}

.form-control {
  border: 1px solid gainsboro;
  border-radius: 4px;
  max-width: 100%;
  height: 38px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
}

.form-control:focus {
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
}

select[multiple] {
  height: auto;
}

.input-lg {
  height: 46px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 4px;
}

.form-control {
  padding: .2rem .5rem;
}
.input-sm {
  height: 30px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}

.has-success .checkbox, .has-success .checkbox-inline,
.has-success .control-label, .has-success .help-block,
.has-success .radio, .has-success .radio-inline,
.has-success.checkbox label, .has-success.checkbox-inline label,
.has-success.radio label, .has-success.radio-inline label,
.has-success .form-control-feedback {
  color: #4fc55b;
}

.has-warning .checkbox, .has-warning .checkbox-inline,
.has-warning .control-label, .has-warning .help-block,
.has-warning .radio, .has-warning .radio-inline,
.has-warning.checkbox label, .has-warning.checkbox-inline label,
.has-warning.radio label, .has-warning.radio-inline label,
.has-warning .form-control-feedback {
  color: #e2ab3b;
}

.has-error .checkbox, .has-error .checkbox-inline,
.has-error .control-label, .has-error .help-block,
.has-error .radio, .has-error .radio-inline,
.has-error.checkbox label, .has-error.checkbox-inline label,
.has-error.radio label, .has-error.radio-inline label,
.has-error .form-control-feedback {
  color: #d57171;
}

.has-success .form-control {
  border-color: #4fc55b;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.has-warning .form-control {
  border-color: #e2ab3b;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.has-error .form-control {
  border-color: #d57171;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.input-group-addon {
  border-radius: 2px;
  border: 1px solid #eeeeee;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #458bc4;
  background-color: #458bc4;
}

.input-group-btn .btn {
  padding: 7.5px 12px;
  margin-bottom: 0;
}

/* =============
   Form Advanced
============= */
/* Bootstrap tagsinput */
.bootstrap-tagsinput {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 3px 7px 5px;
  width: 100%;
  line-height: 1;
  border: 1px solid #e3e3e3;
}

.bootstrap-tagsinput .label-info {
  background-color: #23b195;
  display: inline-block;
  padding: 4px 8px;
  font-size: 13px;
  margin: 3px 1px;
  border-radius: 3px;
}

/* File style */
.icon-span-filestyle {
  padding-right: 5px;
}

/* Select 2 */
.filter_products .select2-container .select2-selection--multiple .select2-selection__rendered {
  max-height: 100px;
  overflow: auto !important;
}
.select2-container .select2-selection--single {
  border: 1px solid #E3E3E3 !important;
  height: 31px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  /*line-height: 9px !important;*/
  line-height: 29px !important;
  padding-left: 12px !important;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 34px;
  width: 34px;
  right: 3px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-width: 6px 6px 0 6px;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent !important;
  border-width: 0 6px 6px 6px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #23b195;
}

.select2-results__option {
  padding: 6px 12px;
}

.select2-dropdown {
  border: 1px solid #e3e3e3 !important;
  padding-top: 5px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.select2-search input {
  border: 1px solid #e3e3e3 !important;
}

.select2-container .select2-selection--multiple {
  min-height: 38px !important;
  border: 1px solid #e3e3e3 !important;
}
.input-sm + .select2-container .select2-selection--multiple {
  min-height: 31px !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 2px 10px;
}

.select2-container .select2-selection--multiple .select2-search__field {
  margin-top: 7px;
  border: 0 !important;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 1px;
  padding: 0 7px;
}

/* Form validation */
.parsley-error {
  border-color: #d57171 !important;
}

.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}

.parsley-errors-list.filled {
  display: none;
}

.parsley-errors-list > li {
  font-size: 12px;
  list-style: none;
  color: #d57171;
  margin-top: 5px;
}

.bootstrap-timepicker-widget table td input {
  border: 1px solid rgba(98, 103, 115, 0.3);
  width: 35px;
}

.datepicker-dropdown {
  padding: 10px !important;
}

.datepicker td, .datepicker th {
  width: 30px;
  height: 30px;
}

.datepicker > div {
  display: block;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active, .datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active, .datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.selected, .datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
  background-color: #23b195 !important;
  color: #ffffff !important;
  background-image: none !important;
  text-shadow: none !important;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
  background-color: #4fc55b !important;
  color: #ffffff !important;
  background-image: none !important;
}

.datepicker-inline {
  border: 2px solid rgba(98, 103, 115, 0.1);
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #23b195;
}

.daterangepicker .input-mini.active {
  border: 1px solid rgba(98, 103, 115, 0.3);
}

.daterangepicker .ranges li {
  border-radius: 2px;
  color: #626773;
  font-weight: 600;
  font-size: 12px;
  font-family: "Hind", sans-serif;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect,
.daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  border: 1px solid rgba(98, 103, 115, 0.3);
  padding: 2px;
  width: 60px;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  background-color: #23b195;
  border: 1px solid #23b195;
  color: #ffffff;
}

/* Summernote */
.note-editor {
  position: relative;
}

.note-editor .btn-default {
  background-color: transparent;
  border-color: transparent !important;
}

.note-editor .btn-group-sm > .btn, .note-editor .btn-sm {
  padding: 8px 12px !important;
}

.note-editor .note-toolbar {
  background-color: #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  margin: 0;
}

.note-editor .note-statusbar {
  background-color: #ffffff;
}

.note-editor .note-statusbar .note-resizebar {
  border-top: none;
  height: 15px;
  padding-top: 3px;
}

.note-editor.note-frame {
  border: 1px solid #f5f5f5 !important;
}

.note-popover .popover .popover-content {
  padding: 5px 0 10px 5px;
}

.note-popover .btn-default {
  background-color: transparent;
  border-color: transparent !important;
}

.note-popover .btn-group-sm > .btn, .note-popover .btn-sm {
  padding: 8px 12px !important;
}

.note-toolbar {
  padding: 5px 0 10px 5px;
}

/* =============
   Checkbox and Radios
============= */
/* Checkbox */
input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: relative;
  border: none;
  margin-bottom: -4px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

input[type="checkbox"]:focus,
.checkbox input[type="checkbox"]:focus,
.checkbox-inline input[type="checkbox"]:focus {
  outline: none;
}

input[type="checkbox"]:after,
.checkbox input[type="checkbox"]:after,
.checkbox-inline input[type="checkbox"]:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -2px;
  margin-right: 5px;
  border: 1px solid #969aa5;
  border-radius: 2px;
  -webkit-transition: 240ms;
  transition: 240ms;
}

input[type="checkbox"]:checked:before,
.checkbox input[type="checkbox"]:checked:before,
.checkbox-inline input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  display: table;
  width: 6px;
  height: 12px;
  border: 2px solid #ffffff;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type="checkbox"]:checked:after,
.checkbox input[type="checkbox"]:checked:after,
.checkbox-inline input[type="checkbox"]:checked:after {
  background-color: #23b195;
  border-color: #23b195;
}

input[type="checkbox"]:disabled {
  opacity: 0.5;
}

input[type="checkbox"]:disabled:after,
.checkbox input[type="checkbox"]:disabled:after,
.checkbox-inline input[type="checkbox"]:disabled:after {
  border-color: #626773;
}

input[type="checkbox"]:disabled:checked:after,
.checkbox input[type="checkbox"]:disabled:checked:after,
.checkbox-inline input[type="checkbox"]:disabled:checked:after {
  background-color: #626773;
  border-color: transparent;
}

.checkbox.checkbox-circle input[type="checkbox"]:after, .checkbox-inline.checkbox-circle input[type="checkbox"]:after {
  border-radius: 50%;
}

.checkbox.checkbox-circle input[type="checkbox"]:checked:before, .checkbox-inline.checkbox-circle input[type="checkbox"]:checked:before {
  top: 2px;
  left: 7px;
  width: 4px;
  height: 8px;
}

.checkbox.checkbox-custom input[type="checkbox"]:checked:after,
.checkbox-inline.checkbox-custom input[type="checkbox"]:checked:after {
  background-color: #ffffff;
  border-color: #626773;
}

.checkbox.checkbox-custom input[type="checkbox"]:checked:before,
.checkbox-inline.checkbox-custom input[type="checkbox"]:checked:before {
  border-color: #626773;
}

.checkbox.checkbox-primary input[type="checkbox"]:checked:after,
.checkbox-inline.checkbox-primary input[type="checkbox"]:checked:after {
  background-color: #458bc4;
  border-color: #458bc4;
}

.checkbox.checkbox-success input[type="checkbox"]:checked:after,
.checkbox-inline.checkbox-success input[type="checkbox"]:checked:after {
  background-color: #4fc55b;
  border-color: #4fc55b;
}

.checkbox.checkbox-info input[type="checkbox"]:checked:after,
.checkbox-inline.checkbox-info input[type="checkbox"]:checked:after {
  background-color: #3db9dc;
  border-color: #3db9dc;
}

.checkbox.checkbox-warning input[type="checkbox"]:checked:after,
.checkbox-inline.checkbox-warning input[type="checkbox"]:checked:after {
  background-color: #e2ab3b;
  border-color: #e2ab3b;
}

.checkbox.checkbox-danger input[type="checkbox"]:checked:after,
.checkbox-inline.checkbox-danger input[type="checkbox"]:checked:after {
  background-color: #d57171;
  border-color: #d57171;
}

.checkbox.checkbox-dark input[type="checkbox"]:checked:after,
.checkbox-inline.checkbox-dark input[type="checkbox"]:checked:after {
  background-color: #626773;
  border-color: #626773;
}

/* Radio */
.radio label,
.radio-inline label,
.checkbox label,
.checkbox-inline label {
  padding-left: 0;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="radio"],
.checkbox-inline input[type="radio"],
.radio input[type="checkbox"],
.radio-inline input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: 0;
}

input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: relative;
  margin-top: 5px;
  margin-right: 1px;
  vertical-align: top;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

input[type="radio"]:focus,
.radio input[type="radio"]:focus,
.radio-inline input[type="radio"]:focus {
  outline: none;
}

input[type="radio"]:before,
.radio input[type="radio"]:before,
.radio-inline input[type="radio"]:before,
input[type="radio"]:after,
.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  -webkit-transition: 240ms;
  transition: 240ms;
}

input[type="radio"]:before,
.radio input[type="radio"]:before,
.radio-inline input[type="radio"]:before {
  position: absolute;
  left: 0;
  top: -3px;
  background-color: #626773;
  -webkit-transform: scale(0);
  transform: scale(0);
}

input[type="radio"]:after,
.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:after {
  position: relative;
  top: -3px;
  border: 1px solid #888d9a;
}

input[type="radio"]:checked:before,
.radio input[type="radio"]:checked:before,
.radio-inline input[type="radio"]:checked:before {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

input[type="radio"]:disabled:checked:before,
.radio input[type="radio"]:disabled:checked:before,
.radio-inline input[type="radio"]:disabled:checked:before {
  background-color: #888d9a;
}

input[type="radio"]:checked:after,
.radio input[type="radio"]:checked:after,
.radio-inline input[type="radio"]:checked:after {
  border-color: #626773;
}

input[type="radio"]:disabled:after,
.radio input[type="radio"]:disabled:after,
.radio-inline input[type="radio"]:disabled:after,
input[type="radio"]:disabled:checked:after,
.radio input[type="radio"]:disabled:checked:after,
.radio-inline input[type="radio"]:disabled:checked:after {
  border-color: #888d9a;
}

.radio.radio-custom input[type="radio"]:checked:after,
.radio-inline.radio-custom input[type="radio"]:checked:after {
  border-color: #23b195;
}

.radio.radio-custom input[type="radio"]:before,
.radio-inline.radio-custom input[type="radio"]:before {
  background-color: #23b195;
}

.radio.radio-primary input[type="radio"]:checked:after,
.radio-inline.radio-primary input[type="radio"]:checked:after {
  border-color: #458bc4;
}

.radio.radio-primary input[type="radio"]:before,
.radio-inline.radio-primary input[type="radio"]:before {
  background-color: #458bc4;
}

.radio.radio-success input[type="radio"]:checked:after,
.radio-inline.radio-success input[type="radio"]:checked:after {
  border-color: #4fc55b;
}

.radio.radio-success input[type="radio"]:before,
.radio-inline.radio-success input[type="radio"]:before {
  background-color: #4fc55b;
}

.radio.radio-info input[type="radio"]:checked:after,
.radio-inline.radio-info input[type="radio"]:checked:after {
  border-color: #3db9dc;
}

.radio.radio-info input[type="radio"]:before,
.radio-inline.radio-info input[type="radio"]:before {
  background-color: #3db9dc;
}

.radio.radio-warning input[type="radio"]:checked:after,
.radio-inline.radio-warning input[type="radio"]:checked:after {
  border-color: #e2ab3b;
}

.radio.radio-warning input[type="radio"]:before,
.radio-inline.radio-warning input[type="radio"]:before {
  background-color: #e2ab3b;
}

.radio.radio-danger input[type="radio"]:checked:after,
.radio-inline.radio-danger input[type="radio"]:checked:after {
  border-color: #d57171;
}

.radio.radio-danger input[type="radio"]:before,
.radio-inline.radio-danger input[type="radio"]:before {
  background-color: #d57171;
}

.form-check-inline label {
  margin-bottom: 0;
}

.dataTables_wrapper.container-fluid {
  padding: 0;
}

table.dataTable th.focus, table.dataTable td.focus {
  outline: 2px solid #458bc4 !important;
  outline-offset: -1px;
  background-color: rgba(69, 139, 196, 0.15);
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
  background-color: #458bc4;
}

/* =============
   Buttons
============= */
/* Flot chart */
#flotTip {
  padding: 8px 12px !important;
  background-color: #626773 !important;
  z-index: 100;
  color: #ffffff;
  opacity: 0.9;
  font-size: 16px !important;
  border-radius: 3px;
  border: 0 !important;
}

.legend tr {
  height: 20px;
  font-family: "Hind", sans-serif;
}

.legendLabel {
  padding-left: 5px !important;
  line-height: 10px;
  padding-right: 10px;
}

/* Morris chart */
.morris-chart text {
  font-family: "Noto Sans", sans-serif !important;
}

.morris-hover.morris-default-style {
  border-radius: 5px;
  padding: 10px 12px;
  background-color: #626773;
  border-color: #565b65;
  font-family: "Noto Sans", sans-serif !important;
}

.morris-hover.morris-default-style .morris-hover-point, .morris-hover.morris-default-style .morris-hover-row-label {
  color: #ffffff !important;
}

.chart-detail-list li {
  margin: 0px 10px;
}

/* =============
   Maps
============= */
.gmaps,
.gmaps-panaroma {
  height: 300px;
  background: #f5f5f5;
  border-radius: 3px;
}

.gmaps-overlay {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  background: #23b195;
  border-radius: 4px;
  padding: 10px 20px;
}

.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}

.gmaps-overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #23b195;
}

.gmaps-overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #23b195;
}

/* Vector Map */
.jvectormap-zoomin,
.jvectormap-zoomout {
  width: 10px;
  height: 10px;
  line-height: 10px;
}

.jvectormap-zoomout {
  top: 40px;
}

/* =============
   Timeline
============= */
.timeline {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  margin-bottom: 50px;
  position: relative;
  table-layout: fixed;
  width: 100%;
}

.timeline .time-show {
  margin-bottom: 30px;
  margin-right: -75px;
  margin-top: 30px;
  position: relative;
}

.timeline .time-show a {
  color: #ffffff;
}

.timeline:before {
  background-color: rgba(122, 125, 132, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 30px;
  width: 2px;
  z-index: 0;
}

.timeline .btn {
  min-width: 150px;
}

.timeline .timeline-icon {
  -webkit-border-radius: 50%;
  background: #7a7d84;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 20px;
  left: -54px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 20px;
}

.timeline .timeline-icon i {
  color: #ffffff;
  font-size: 13px;
  margin-top: 1px;
  position: absolute;
  left: 4px;
}

.timeline .time-icon:before {
  font-size: 16px;
  margin-top: 5px;
}

h3.timeline-title {
  color: #7a7d84;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.timeline-item {
  display: table-row;
}

.timeline-item:before {
  content: "";
  display: block;
  width: 50%;
}

.timeline-item .timeline-desk .arrow {
  border-bottom: 12px solid transparent;
  border-right: 12px solid #f2f2f2 !important;
  border-top: 12px solid transparent;
  display: block;
  height: 0;
  left: -12px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 0;
}

.timeline-item .timeline-desk .timeline-box {
  padding: 20px;
}

.timeline-item .timeline-date {
  margin-bottom: 10px;
}

.timeline-item.alt:after {
  content: "";
  display: block;
  width: 50%;
}

.timeline-item.alt .timeline-desk .arrow-alt {
  border-bottom: 12px solid transparent;
  border-left: 12px solid #f2f2f2 !important;
  border-top: 12px solid transparent;
  display: block;
  height: 0;
  left: auto;
  margin-top: -12px;
  position: absolute;
  right: -12px;
  top: 50%;
  width: 0;
}

.timeline-item.alt .timeline-desk .album {
  float: right;
  margin-top: 20px;
}

.timeline-item.alt .timeline-desk .album a {
  float: right;
  margin-left: 5px;
}

.timeline-item.alt .timeline-icon {
  left: auto;
  right: -56px;
}

.timeline-item.alt:before {
  display: none;
}

.timeline-item.alt .panel {
  margin-left: 0;
  margin-right: 45px;
}

.timeline-item.alt h4 {
  text-align: right;
}

.timeline-item.alt p {
  text-align: right;
}

.timeline-item.alt .timeline-date {
  text-align: right;
}

.timeline-desk {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

.timeline-desk h4 {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

.timeline-desk .panel {
  background: #f2f2f2;
  display: block;
  margin-bottom: 5px;
  margin-left: 45px;
  position: relative;
  text-align: left;
  border: 0;
}

.timeline-desk h5 span {
  color: #7a7d84;
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}

.timeline-desk p {
  color: #999999;
  font-size: 14px;
  margin-bottom: 0;
}

.timeline-desk .album {
  margin-top: 12px;
}

.timeline-desk .album a {
  float: left;
  margin-right: 5px;
}

.timeline-desk .album img {
  height: 36px;
  width: auto;
  border-radius: 3px;
}

.timeline-desk .notification {
  background: none repeat scroll 0 0 #ffffff;
  margin-top: 20px;
  padding: 8px;
}

.timeline-left {
  margin-left: 20px;
  width: auto;
  display: block;
}

.timeline-left:before {
  left: 0 !important;
}

.timeline-left .timeline-item {
  display: block;
}

.timeline-left .timeline-desk {
  display: block;
  width: 100%;
}

.timeline-left .panel {
  margin-bottom: 20px;
}

/* =============
   Print css
============= */
@media print {

  body {
    background-color: #fff;
  }

  .page-title-box, .topbar-left, .hidden-print, .breadcrumb, .page-title, .footer, .topbar, .side-menu {
    display: none !important;
    margin: 0;
    padding: 0;
  }
  .left, .right-bar {
    display: none;
  }
  .content {
    margin-top: 0 !important;
    padding-top: 0;
  }
  .content-page {
    margin-left: 0 !important;
    margin-top: 0;
    border: 0;
  }
  .card-box, body {
    border: none;
    padding: 0;
    margin-bottom: 0;
  }
  .content-page .content {
    min-height: 100px;
  }
  .table.table-bordered,
  .table.table-bordered td.border-0 {
    border: 0 !important;
  }

  .table th,
  .table td {
    padding: 3px !important;
    border-color: #000 !important;
    font-weight: bold;
    font-size: 12px !important;
  }
  .f-w-n th,
  .f-w-n td {
    font-weight: normal;
  }
  .page_break {
   page-break-after: always;
  } 
  .h6 {
    font-size: 14px !important;
  }
  
  .f-s-6 {
    font-size: 6px !important;
  }
  .f-s-10,
  .f-s-10 th,
  .f-s-10 td {
    font-size: 10px !important;
  }
  .f-s-12 {
    font-size: 12px !important;
  }

  .f-s-14-all *,
  .f-s-14-all .table th,
  .f-s-14-all .table td {
    font-size: 14px !important;
    font-family: 'Arial' !important;
  }

  .lines_vertical {
		letter-spacing: 18px;
  }

  .table-responsive {
    height: auto !important;
    font-size: 10px !important;
  }

  *, a {
    color: #000 !important;
  }

  .sticky_thead thead {
    position: static !important;
  }


}

/* =============
   Members list
============= */
.member-card .member-thumb {
  position: relative;
}

.member-card .member-star {
  position: absolute;
  bottom: 10px;
  right: 5px;
  background-color: #ffffff;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  line-height: 26px;
  text-align: center;
  font-size: 18px;
}

.user-badge {
  position: absolute;
  top: 15px;
  left: 0;
  padding: 5px 15px;
  border-radius: 20px;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
}

.social-links li a {
  border-radius: 50%;
  color: rgba(122, 125, 132, 0.5);
  display: inline-block;
  height: 30px;
  line-height: 27px;
  border: 2px solid rgba(122, 125, 132, 0.5);
  text-align: center;
  width: 30px;
}

.social-links li a:hover {
  color: #7a7d84;
  border: 2px solid #7a7d84;
}

.widget-inline {
  padding: 20px 0 !important;
}

.widget-inline .col-lg-3 {
  padding: 0;
}

.widget-inline .col-lg-3:last-of-type .widget-inline-box {
  border-right: 0;
}

.widget-inline .widget-inline-box {
  border-right: 1px solid #e3e8f1;
  padding: 20px;
}

.widget-inline .widget-inline-box i {
  font-size: 28px;
  padding-right: 5px;
}

.widget-inline a {
  color: #676a6c;  
}
.widget-inline .widget-inline-box b span {
  font-size: 1.2rem;
  color: #afafaf;
  font-weight: normal;
}
.widget-inline .widget-inline-box svg {
  position: relative;
  top: -2px;
}

.bg-facebook {
  background-color: #3b5998 !important;
  border-color: #3b5998 !important;
  color: #ffffff;
}

.bg-twitter {
  background-color: #00aced !important;
  border-color: #00aced !important;
  color: #ffffff;
}

.social-feed-box h3 {
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
}

.social-feed-slider {
  padding-bottom: 50px;
}

.social-feed-slider .carousel-indicators {
  bottom: 0;
}

.widget-box-two {
  margin: 30px -22px 2px -22px;
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.pro-widget-img {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  padding: 70px 0;
  background-size: cover;
  background: url(../images/bg.jpg) center right no-repeat;
}

/* =============
   Calendar
============= */
.calendar {
  float: left;
  margin-bottom: 0;
}

.fc-view {
  margin-top: 30px;
}

.none-border .modal-footer {
  border-top: none;
}

.fc-toolbar {
  margin-bottom: 5px;
  margin-top: 15px;
}

.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Hind", sans-serif;
  line-height: 30px;
  text-transform: uppercase;
}

.fc-day-grid-event .fc-time {
  font-family: "Hind", sans-serif;
}

.fc-day {
  background: #ffffff;
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active,
.fc-toolbar button:focus, .fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}

.fc th.fc-widget-header {
  background: #f5f5f5;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}

.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-popover {
  border-color: gainsboro;
}

.fc-button {
  background: #f1f1f1;
  border: none;
  color: #626773;
  text-transform: capitalize;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 3px !important;
  margin: 0 3px !important;
  padding: 6px 12px !important;
  height: auto !important;
}

.fc-text-arrow {
  font-family: inherit;
  font-size: 16px;
}

.fc-state-hover {
  background: #f5f5f5;
}

.fc-state-highlight {
  background: #f0f0f0;
}

.fc-state-down, .fc-state-active, .fc-state-disabled {
  background-color: #23b195 !important;
  color: #ffffff !important;
  text-shadow: none !important;
}

.fc-cell-overlay {
  background: #f0f0f0;
}

.fc-unthemed .fc-today {
  background: #ffffff;
}

.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 13px;
  margin: 5px 7px;
  padding: 5px 5px;
  text-align: center;
  color: #ffffff !important;
}

.external-event {
  cursor: move;
  margin: 10px 0;
  color: #ffffff;
  padding: 6px 10px;
}

.fc-basic-view td.fc-week-number span {
  padding-right: 8px;
  font-weight: 700;
  font-family: "Hind", sans-serif;
}

.fc-basic-view td.fc-day-number {
  padding-right: 8px;
  font-weight: 700;
  font-family: "Hind", sans-serif;
}

/* =============
   Pricing
============= */
.pricing-column {
  position: relative;
  margin-bottom: 40px;
}

.pricing-column .inner-box {
  position: relative;
  padding: 0 0 50px;
  background-color: #f5f5f5;
}

.pricing-column .plan-header {
  position: relative;
  padding: 0 0 25px;
}

.pricing-column .plan-title {
  font-size: 16px;
  padding: 20px 20px 16px 20px;
  font-family: "Hind", sans-serif;
  margin: -2px -2px 25px -2px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #458bc4;
}

.pricing-column .plan-price {
  font-size: 48px;
  font-family: "Hind", sans-serif;
  margin-bottom: 10px;
  color: #626773;
}
.pricing-column .plan-price .badge {
  font-weight: normal;
  color: #fff;
}

.pricing-column .plan-duration {
  font-size: 13px;
  color: #7a7d84;
}

.pricing-column .plan-stats {
  position: relative;
  padding: 30px 20px 15px;
}

.pricing-column .plan-stats li {
  margin-bottom: 15px;
  line-height: 24px;
}

.ribbon {
  position: absolute;
  left: 5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
  font-family: "Hind", sans-serif;
}

.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  background: #23b195;
  background: -webkit-gradient(linear, left top, left bottom, from(#4fc55b), to(#4fc55b));
  background: linear-gradient(#4fc55b 0%, #4fc55b 100%);
  position: absolute;
  top: 19px;
  letter-spacing: 1px;
  left: -21px;
}

.ribbon span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #38a943;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #38a943;
}

.ribbon span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #38a943;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #38a943;
}

/* ============
   PROFILE
   ============ */
.profile-header {
  padding: 20px 0;
}

/* ============
   Account pages
   ============ */
.wrapper-page {
  margin: 7% auto;
  position: relative;
  max-width: 520px;
}

.wrapper-page .card-box {
  padding: 30px;
  border-radius: 9px;
  border-color: rgba(98, 103, 115, 0.3);
}

.account-pages .account-content {
  padding: 30px;
}

.account-pages .account-btn {
  position: absolute;
  left: 0;
  right: 0;
}

.expired-title {
  font-weight: normal;
  line-height: 36px;
  margin-bottom: 40px;
}

/* Dashboard */
.mails .mail-select {
  padding: 12px 20px;
  min-width: 134px;
}

.mails .checkbox {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}


.btn.btn-xs {
  padding: 1px 6px 2px 6px;
  font-size: 12px;
}
#sidebar-menu .active {
  background: #f5f5f5;
}

.item_id {
  width: 70px;
}
.item_created {
  width: 160px;
}
.item_image {
  width: 110px;
}
.item_action {
  width: 100px;
}
.flex_table .actions .badge,
.item_actions .btn .badge {
  top: -11px;
  right: -6px;
}

.chart_color_info i {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
}

.popup-close {
    width: 40px;
    height: 40px;
    display: block;
    position: fixed;
    top: 30px;right: 30px;
    border: 0;
    outline: 0;
    padding: 0;
    background: url("data:image/svg+xml,%3Csvg class='icon' height='52' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M184.64768 836.34176a20.50048 20.50048 0 0 0 28.9792-0.02048l292.70016-293.04832 292.70016 293.04832a20.48 20.48 0 1 0 28.99968-28.93824L535.61344 514.64192 828.0064 221.92128a20.48 20.48 0 1 0-28.9792-28.93824L506.30656 486.03136 213.6064 192.98304a20.48 20.48 0 1 0-28.9792 28.93824l292.37248 292.72064L184.6272 807.38304a20.48 20.48 0 0 0 0.02048 28.95872z' fill='%23ffffff' /%3E%3C/svg%3E") no-repeat 0 0;
    background-size: 100%;
}
.popup-close.popup-close-ajax {
  position: absolute;
  top: 25px;right: -50px;
}
img.mfp-img {
    padding: 0
}


.mfp-container .popup_ajax_contetn {
    padding: 25px 10px 30px 10px;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    max-width: 960px;
    margin: 30px 0;
    box-shadow: 0 15px 45px rgba(0,0,0,.1);
    background: #fff;
}
.mfp-inline-holder .mfp-content.small_window {
  max-width: 300px;
}
.mfp-inline-holder .mfp-content.cart-popup {
  max-width: 715px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius: 10px;
}
.mfp-ajax-holder .mfp-content {
  width: auto;
}
.mfp-iframe-holder .mfp-content {
    max-width: 960px
}
.mfp-iframe-holder .popup-close,
.mfp-inline-holder .popup-close {
    top: 25px;
    right: -50px;
    position: absolute;
}

.h6 .label {
  top: -2px;
  position: relative;
}

.inactive {
  opacity: .5;
}
.inactive:hover {
  opacity: 1;
}

.gray {
  color: #a2a2a2;
}


.timeline_box .grid {
  height: 22px;
}
.timeline_box .grid .line_grid {
  top: 0;
  left: 137px;
  right: 0;
}
.timeline_box .grid .line_grid .item {
  width: 40px;
  font-size: 12px;
  margin-left: -12px;
  background: none;
}
.timeline_box .line_grid {
  left: 140px;
  right: 0;
}
.timeline_box .line_grid .item {
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  background: #ababab;
}

.s_t_date {
  width: 45px;
  display: inline-block;
  text-align: right;
  float: right;
  padding-right: 6px;
}

.timeline_box .line_box {
  border-top: 1px solid #ababab;
  border-bottom: 1px solid #ababab;
}
.timeline_box .line {
  padding: 5px 0 0 0;
  background: #f5f5f5;
}
.timeline_box .line:last-child {
  padding: 5px 0;
}
.timeline_box .grid .title,
.timeline_box .line .date {
  flex: 0 0 140px;
  padding: 0 8px;
  text-align: left;
}
.timeline_box .line .date {
  font-size: 12px;
  text-transform: lowercase;
}
.timeline_box .line:hover .params {
  opacity: .8;
}
.timeline_box .line:hover .date {
  background: #d0d0d0;
}
.timeline_box .params .item {
  height: 100%;
  z-index: 10;
}
.timeline_box .params .success {
  background: #267631;
}
.timeline_box .params .warning {
  background: #e6b23d;
}

@media (max-width: 1400px) {
  .timeline_box .grid .line_grid .item:nth-child(2n) {
    display: none;
  }
}
@media (max-width: 768px) {
  .timeline_box .line_grid .item:nth-child(2),
  .timeline_box .line_grid .item:nth-child(3),
  .timeline_box .line_grid .item:nth-child(4),
  .timeline_box .line_grid .item:nth-child(6),
  .timeline_box .line_grid .item:nth-child(7),
  .timeline_box .line_grid .item:nth-child(8),
  .timeline_box .line_grid .item:nth-child(10),
  .timeline_box .line_grid .item:nth-child(11),
  .timeline_box .line_grid .item:nth-child(12),
  .timeline_box .line_grid .item:nth-child(14),
  .timeline_box .line_grid .item:nth-child(15),
  .timeline_box .line_grid .item:nth-child(16),
  .timeline_box .line_grid .item:nth-child(18),
  .timeline_box .line_grid .item:nth-child(19),
  .timeline_box .line_grid .item:nth-child(20),
  .timeline_box .line_grid .item:nth-child(22),
  .timeline_box .line_grid .item:nth-child(23),
  .timeline_box .line_grid .item:nth-child(24) {
    display: none;
  }
}

.breadcrumb {
  padding: .35rem 1rem;
}

.color-black {
  color: #676a6c;
}

.switchery.with_text {
  width: 55px;
  cursor: default;
}
a .switchery.with_text {
  cursor: pointer;
}
.switchery.with_text.switchery-small.active small {
  left: 35px;
}
.switchery.with_text .text {
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  padding: 0 5px;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.switchery.with_text .text .off {
  color: #8e8e8e;
  display: block;
}
.switchery.with_text .text .on {
  display: none;
}
.switchery.with_text.switchery-small.active .text .on {
  display: block;
  padding: 0 3px;
}
.switchery.with_text.switchery-small.active .text .off {
  display: none;
}

a .switchery.with_text .text .on {
  text-align: left;
}
a .switchery.with_text .text .off {
  text-align: right;
}


a .switchery small {
  display: block;
}

.header-title .dropdown .nav-link {
  border: 1px solid #a2a2a2;
  border-radius: 5px;
  font-size: 14px;
  padding: 2px 10px;
  color: #000;
}

a.trash {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 50%; left: 50%;
  margin: -20px 0 0 -20px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: red;
  opacity: 0;filter: alpha(opacity=0);
  -webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s;
}
.form-group .row .member-thumb:hover a.trash {
  opacity: 1;filter: alpha(opacity=100);
}


.form_period_data .fa {
  font-size: 16px;
}
.form_period_data .text {
  display: none;
}


.personnel_documents .list {
  border-top: 1px solid rgba(0,0,0,.1);
}
.personnel_documents .list .item a {
  display: block;
  padding: 3px 9px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.personnel_documents .list .item a.active {
  color: #000;
  background: rgba(0,0,0,.03);
}
.personnel_documents .list .item a:hover {
  background: rgba(0,0,0,.08);
}

.personnel_documents .iter_cell {
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 1px solid rgba(0,0,0,.06);
}
.personnel_documents .iter_cell:first-child {
  border: 0;
}



@media (max-width: 992px) {
  .timeline_box {
    overflow: hidden;
  }
  .form_period_data .fa {
    display: inline-block !important;
  }
  .form_period_data .text {
    display: inline-block;
  }
}
@media (max-width: 450px) {
  .form_period_data .input-group>.form-control {
    flex: 0 0 100%;
    margin-left: 0;
  }
  .form_period_data .btn-danger {
    margin-top: 0 !important;
  }
}



.flex_table .portlet {
  padding: 5px 0;
  border-top: 1px solid #dee2e6;
}
.flex_table .portlet:nth-child(even) {
  background: #f7f7f7;
}
.flex_table .portlet:hover,
.flex_table .portlet:nth-child(even):hover {
  background: #f2f2f2;
}

.flex_table .thead {
  font-weight: bold;
  border-bottom: 2px solid #dee2e6;
}

.table td {
    padding: .2rem .75rem;
    vertical-align: middle; 
    color: #4a4949;
}
.table th {
    padding: 5px 10px;
    vertical-align: middle;
    background-color: rgb(232, 254, 253);
}
table .item_sort {
  width: 40px;
}
table .item_arrow {
  width: 38px;
}
table .item_sort input {
  width: 50px;
  height: 25px;
  padding: .2rem .15rem;
  display: inline-block;
  text-align: center;
}
.flex_table .sort {
  flex: 0 0 100px;
  padding: 10px 10px;
}
.flex_table .image {
  flex: 0 0 100px;
  padding: 10px 10px;
}
.flex_table .title {
  flex: 1 1 auto;
  padding: 10px 10px;
}
.flex_table .organization {
  flex: 0 0 250px;
  padding: 10px 10px;
}
.flex_table .status {
  flex: 0 0 220px;
  padding: 10px 10px;
}
.flex_table .actions {
  flex: 0 0 160px;
  padding: 10px 10px;
}
.flex_table .title .text,
.flex_table .status .text,
.flex_table .actions .text {
  display: none;
}

.flex_table .status *[data-toggle="popover"] {
  color: #66a3ef;
  font-size: 17px;
  position: relative;
  top: 2px;
}


.graph_percent {
  font-size: 12px;
  padding: 0 4px;
}
.graph_percent .progress {
  height: 100%;
  top:0;left: 0;bottom: 0;
  border-radius: 0;
}

.columns-3 {
  columns: 3 ;
}
.header_info {
  font-size: 12px;
}
.header_info .columns-3 .name {
  min-width: 60px;
  display: inline-block;
}

.header_info .columns-3 .item:nth-child(3) .name,
.header_info .columns-3 .item:nth-child(4) .name {
  min-width: 150px;
}

.blue_text,
.table td.blue_text {
  color: #2d73ba;
}
.header_info .columns-3 .value {
  color: #2d73ba;
  font-weight: bold;
}

@media (max-width: 1100px) {
  .flex_table .thead {
    display: none !important;
  }
  .flex_table .portlet {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex_table .title .text,
  .flex_table .status .text,
  .flex_table .actions .text {
    display: inline;
  }
  .flex_table.with_image .status {
    padding-left: 110px;
  }

  .flex_table .status,
  .flex_table .actions,
  .flex_table .organization {
    flex: 0 0 100%;
    padding-top: 0px;
  }
  .flex_table.with_image .status,
  .flex_table.with_image .actions,
  .flex_table.with_image .organization {
    padding-left: 110px;
  }
}
@media (max-width: 560px) {
  .flex_table .image {
    display: none;
  }
  .flex_table.with_image .status,
  .flex_table.with_image .actions,
  .flex_table.with_image .organization {
    padding-left: 10px;
  }
  .flex_table .actions .btn {
    margin: 5px 0;
  }
}


svg > g > g:last-child { pointer-events: none }

.table .price {
  font-size: 21px;
}
.table .price span {
  font-size: 15px;
  color: #929191;
}

.checkbox label {
  position: relative;
  top: 2px;
  margin-left: 10px;
}


.switchery{background-color:#fff;border:1px solid #dfdfdf;border-radius:20px;cursor:pointer;display:inline-block;height:30px;position:relative;vertical-align:middle;width:50px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;box-sizing:content-box;background-clip:content-box}
.switchery>small{background:#fff;border-radius:100%;box-shadow:0 1px 3px rgba(0,0,0,0.4);height:30px;position:absolute;top:0;width:30px}
.switchery-small{border-radius:20px;height:20px;width:33px}
.switchery-small>small{height:20px;width:20px}
.switchery-large{border-radius:40px;height:40px;width:66px}
.switchery-large>small{height:40px;width:40px}


.gray_box {
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #eaeaea;
  background: #fdfdfd;
}


.ui-helper-hidden-accessible {
  display: none;
}
.ui-autocomplete {
  max-width: 500px;
  /*max-height: 300px;
  overflow-y: auto;*/
  list-style: none;
  padding: 10px;
  box-shadow: 0 15px 45px rgba(0,0,0,.1);
  z-index: 110;
  background: #fff;
}
#ui-id-2.ui-autocomplete {
  position: fixed;
  z-index: 200;
}
.mobileTemplate .ui-autocomplete {
  position: static;
}

.ui-autocomplete,
.ui-autocomplete .ui-menu-item:last-child .ui-menu-item-wrapper {
  border-radius: 0 0 10px 10px;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
  padding: 0;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper .image img {
  max-width: 80px;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper .price {
  flex: 0 0 140px;
  font-size: 22px;
  color: #151515;
  font-family: 'ProximaNova-Bold';
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper .rating {
  flex: 0 0 140px;
  color: #333333;
  font-size: 12px;
  font-family: 'ProximaNova-Light';
}
.product_list_line .item .product_info .rating .no_reviews,
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper .rating .no_reviews {
  color: #acacac;
  font-size: 15px;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper .rating .stars .star {
  width: 17px;
  height: 17px;
}
.desctopTemplate .ui-autocomplete .ui-state-active {
  /*color: #fff;*/
  border-color: transparent;
  /*background: #d51939;*/
  /*background: #fcf4f5;*/
  background: transparent;
  box-shadow: 0 0 1px 1px inset #da1434;
}
.desctopTemplate .ui-autocomplete .ui-state-active a {
  color: #151515;
}
.desctopTemplate .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-active .price {
  /*color: #fff;*/
}
.desctopTemplate .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-active .rating {
  /*color: rgba(255,255,255,.7);*/
}

.filter_products {
  font-size: 12px;
}
.filter_products .select2-container .select2-selection--multiple .select2-selection__choice {
    font-size: 12px !important;
}
.filter_products .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 0px 3px;
}
.filter_products .select2-container .select2-selection--multiple {
    min-height: 25px !important;
}

.preloader_box {
  position: relative;
}
.preloader {
  font-size: 20px;
  position: absolute;
  top: 0;left: 0;right: 0;bottom: 0;
  z-index: 20;
  background: rgba(255,255,255,.6);
}

tr.popup-ajax,
.hide_url,
.hide_url td {
  color: #337ab7;
  cursor: pointer;
}


.table thead th {
  font-size: 13px;
  line-height: 15px;
}
.sticky_thead thead {
  position: sticky !important;
  top: 0;
  z-index: 10;
  box-shadow: 0 0 1px #dee2e6;
  background: #fff;
}

.dragable_columns th {
  cursor: move;
}

input[type=checkbox].with_text + .switchery-small {
  width: 50px !important;
}

input[type=checkbox].with_text:checked + .switchery-small:before {
  position: absolute;
  top: 1px;
  left: 6px;
  content: 'так';
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
input[type=checkbox].with_text + .switchery-small:before {
  position: absolute;
  top: 1px;
  right: 11px;
  content: 'ні';
  color: #6d6d6d;
  font-weight: bold;
  font-size: 12px;
}


.error_message {
  color: red;
  font-size: 14px;
}

b, strong {
  font-weight: bold;
}

.table thead th {
  vertical-align: middle !important;
}

.table-responsive {
  overflow: auto;
  min-height: 400px;
}

.opacity-5 {
  opacity: .5;
}

.form_tmc {
  min-width: 230px;
  position: absolute;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0);
  z-index: 111;
  box-shadow: 0 0 5px 2px rgb(0 0 0 / 20%);
  background: #fff;
}
.close_form_tmc,
.close_incoming_form_tmc {
  width: 20px;
  height: 20px;
  line-height: 16px;
  display: block;
  text-align: center;
  color: #000;
  position: absolute;
  top: -8px;right: -9px;
  z-index: 10;
  border-radius: 100%;
  background: #fff;
}
.close_incoming_form_tmc {
  top: 9px;right: 9px;
  color: #e73b3b;
  font-size: 19px;
  font-weight: bold;
}

.edit_import_cell_box .edit_import_cell {
  display: none;
  position: absolute;
  top: 50%;left: 0;
  transform: translate(0, -50%);
}
.edit_import_cell_box:hover .edit_import_cell {
  display: block;
}
.edit_import_cell_box:hover:before {
  position: absolute;
  top: 0;left: 0;right: 0;bottom: 0;
  content: '';
  background: rgba(255, 255, 255, 0.4);
}

.incoming_form_tmc {
  position: absolute;
  top: 50%;left: 4%;right: 4%;
  border: 2px solid rgba(0,0,0,.2);
  transform: translate(0%, -50%);
  background: #fff;
}


.btn {
  border-radius: 5px;
}
.btn[class*=btn-outline ] {
  font-weight: bold;
}

.my-warning {
  color: #000 !important;
  font-weight: bold !important;
  border-color: #f8deb6 !important;
  background: #fee8c7 !important;
}
.my-warning:hover {
  background: #f8deb6 !important;
}
.btn-icon {
  border: 0 !important;
  font-size: 14px !important;
}
.btn-icon:hover {
  background: none !important;
}

.btn-icon.btn-outline-info {
  color: #17a2b8 !important;
}
.btn-icon.btn-outline-warning {
  color: #ce9a00 !important;
}
.btn-icon.btn-outline-danger {
  color: #dc3545 !important;
}

.btn-outline-secondary.btn-clear {
  color: #99a5af;
  border-color: #b2bbc3;
}
.btn-outline-secondary.btn-clear:hover {
  color: #fff;
}

.btn-outline-danger {
  color: #f8818c;
  border-color: #f2919a;
}
.btn-outline-danger:hover {
  background: #f8818c;
}

.btn-outline-success:hover {
  /*color: #52ca6d;*/
}

.export_excel {
  width: 33px;
  height: 30px;
  color: transparent;
  border: 0;
  background: url('/img/excel_icon.svg') no-repeat scroll center center;
  background-size: auto 100%;
}
.export_excel:hover {
  color: transparent;
}


.required_label:after {
  content: ' *';
  color: #d57171;
}

.has_traffic td:first-child {
  font-weight: bold;
}
.has_traffic {
  background: rgb(242, 242, 242);
}


.portlet .select2-container--default .select2-selection--single .select2-selection__rendered {
  max-width: 300px;
}

.active_tr {
  background: #c3e8ff !important;
}


.comment_box.scroll_up {
  max-height: 55px;
  padding-right: 25px;
  overflow: hidden;
  cursor: pointer;
}
.comment_box.scroll_up.opened {
  max-height: none;
}
.comment_box .fa {
  position: absolute;
  top: 0;right: 0;
  display: none;
  padding: 2px 5px;
}
.comment_box.scroll_up .fa {
  display: block;
}

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


@media (max-height:800px) {
  body {
    font-size: 12px;
  }
  .h1,h1{font-size:2rem}
  .h2,h2{font-size:1.7rem}
  .h3,h3{font-size:1.5rem}
  .h4,h4{font-size:1.2rem}
  .h5,h5{font-size:1rem}
  .h6,h6{font-size:.8rem}
  
  .table th, .table td,
  .table thead th {
    padding: 0.2rem 0.5rem;
    font-size: 12px;
  }
  
  .btn-group-sm > .btn, .btn-sm {
    padding: 2px 7px !important;
  }

  .m-1{margin:.15rem!important}.mt-1,.my-1{margin-top:.15rem!important}.mr-1,.mx-1{margin-right:.15rem!important}.mb-1,.my-1{margin-bottom:.15rem!important}.ml-1,.mx-1{margin-left:.15rem!important}
  .m-2{margin:.2rem!important}.mt-2,.my-2{margin-top:.2rem!important}.mr-2,.mx-2{margin-right:.2rem!important}.mb-2,.my-2{margin-bottom:.2rem!important}.ml-2,.mx-2{margin-left:.2rem!important}
  .m-3{margin:.7rem!important}.mt-3,.my-3{margin-top:.7rem!important}.mr-3,.mx-3{margin-right:.7rem!important}.mb-3,.my-3{margin-bottom:.7rem!important}.ml-3,.mx-3{margin-left:.7rem!important}
  .m-4{margin:1rem!important}.mt-4,.my-4{margin-top:1rem!important}.mr-4,.mx-4{margin-right:1rem!important}.mb-4,.my-4{margin-bottom:1rem!important}.ml-4,.mx-4{margin-left:1rem!important}
  .m-5{margin:2rem!important}.mt-5,.my-5{margin-top:2rem!important}.mr-5,.mx-5{margin-right:2rem!important}.mb-5,.my-5{margin-bottom:2rem!important}.ml-5,.mx-5{margin-left:2rem!important}

  .p-1{padding:.15rem!important}.pt-1,.py-1{padding-top:.15rem!important}.pr-1,.px-1{padding-right:.15rem!important}.pb-1,.py-1{padding-bottom:.15rem!important}.pl-1,.px-1{padding-left:.15rem!important}
  .p-2{padding:.2rem!important}.pt-2,.py-2{padding-top:.2rem!important}.pr-2,.px-2{padding-right:.2rem!important}.pb-2,.py-2{padding-bottom:.2rem!important}.pl-2,.px-2{padding-left:.2rem!important}
  .p-3{padding:.7rem!important}.pt-3,.py-3{padding-top:.7rem!important}.pr-3,.px-3{padding-right:.7rem!important}.pb-3,.py-3{padding-bottom:.7rem!important}.pl-3,.px-3{padding-left:.7rem!important}
  .p-4{padding:1rem!important}.pt-4,.py-4{padding-top:1rem!important}.pr-4,.px-4{padding-right:1rem!important}.pb-4,.py-4{padding-bottom:1rem!important}.pl-4,.px-4{padding-left:1rem!important}
  .p-5{padding:2rem!important}.pt-5,.py-5{padding-top:2rem!important}.pr-5,.px-5{padding-right:2rem!important}.pb-5,.py-5{padding-bottom:2rem!important}.pl-5,.px-5{padding-left:2rem!important}

  .page-link {
    padding: 0.25rem 0.55rem;
  }
  #sidebar-menu > ul > li > a {
    font-size: 12px;
  }

}

.custom-padding-td-children{
  padding-left:50px!important;
}

.edit_table .form-control:disabled, 
.edit_table .form-control[readonly] {
  color: transparent;
}
.cursor-pointer {
  cursor: pointer;
}

.disabled_inputs .form-control:disabled {
  background-color: transparent;
}
.checkbox_active_projects_container{
    font-size:15px;
    font-weight: normal;
}
.alert-no-entries{
    border-radius: 10px;
    font-weight: bolder;
    border: 1px solid #91d0e3;
}
.custom-size-project-modal{
    max-width:1100px!important;
}
#dropdownLangs::after{
    display: none;
}
.save-source-btn{
    position: absolute;
    right: -5px;
    top: 0;
}
.consort-img {
    width: 110px;
    display: block;
}
.web-tool_img{
    width: 155px;
    display: block;
}
.count_cities_container .count_cities{
    text-align: initial !important;
    margin-top: 0!important;
}
.input-select-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-right: 2px solid #6c757d;
    border-bottom: 2px solid #6c757d;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
}
tr.selected-row {
    background-color: #e9f2ff;
}

tr.selected-row td {
    font-weight: 600;
}