html,
body {
  -webkit-font-smoothing: antialiased;
}
body {
  background-color: #60b2f0;
}
a,
a:focus {
  outline: 0;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #f60;
  position: fixed;
  z-index: 2500;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

td a i {
  color: #222;
}
td a:hover i {
  color: #3498db;
}

/* PAGE HEADER .begin */
nav > .container-fluid > .navbar-page.navbar-static-top {
  margin-left: -15px;
  margin-right: -15px;
}

.sidebar-header {
  display: flex;
}
.site-name {
  flex: 1 1 auto;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 38px;
  font-family: "Open Sans";
}
.site-name.hide-minified {
  display: none;
}

#toggle-sidebar {
  flex: 0 0 auto;
  cursor: pointer;
  padding: 6px 3px 6px 8px;
  font-size: 18px;
  background-color: #1a1d22;
  color: #fff;
}
#toggle-sidebar.mini-sidebar {
  padding: 6px 11px 6px 11px;
}

.nav a > i.fa,
th > i.fa {
  font-size: 14px;
}

/* PAGE HEADER .begin */
.container-fluid > .navbar-page.navbar-static-top {
  margin-left: -15px;
  margin-right: -15px;
}

.navbar-page {
  background-color: #3498db;
  min-height: 41px !important;
  height: 41px;
  border-top: 3px solid #2c3e50;
  top: 0;
}
.navbar-page .navbar-text {
  margin: 5px 0 0;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin-left: 0;
  text-transform: uppercase;
}

.navbar-page .navbar-nav > li > a {
  padding-top: 10px !important;
  padding-bottom: 11px !important;
  color: #fff;
}

.navbar-page .navbar-nav > .open > a,
.navbar-page .navbar-nav > .open > a:hover,
.navbar-page .navbar-nav > .open > a:focus,
.navbar-page .navbar-nav > li > a:hover,
.navbar-page .navbar-nav > li > a:focus,
.navbar-page .navbar-nav > li.active > a,
.navbar-page .navbar-nav > li.active > a:hover {
  color: #fff;
  background-color: #2980b9;
}

.navbar-page .navbar-nav > li > button.btn {
  border: 0;
  border-radius: 0;
  height: 38px;
}
.navbar-page .navbar-nav > li > button.btn i {
  margin-right: 4px;
  margin-bottom: 2px;
}

.navbar.navbar-page .navbar-brand,
.navbar.navbar-page .navbar-brand:hover {
  width: auto;
  background-color: #2980b9;
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans";
  padding-top: 10px;
  padding-left: 10px;
  height: 38px;
  font-weight: 300;
}
.navbar.navbar-page .navbar-brand small {
  text-transform: none;
}
.navbar.navbar-page .navbar-brand small:before {
  content: "\f105";
  font-family: FontAwesome;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
}

.navbar.navbar-page .navbar-form {
  margin: 5px;
}
.navbar.navbar-page .navbar-form input,
.navbar.navbar-page .navbar-form button,
.navbar.navbar-page .navbar-form select {
  padding-top: 5px;
  border: 0;
  height: 28px;
}

.navbar-page.affix {
  left: 235px;
  right: 15px;
  position: fixed;
  max-width: 100%;
  margin-left: 15px;
  top: 0;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.content-col.content-col-extended .navbar-page.affix {
  left: 65px;
}

/* PAGE HEADER .end */
.wrapper {
}

.nav-col {
  border-top: 3px solid #2ecc71;
  width: 220px;
  background-color: #2c3e50;
  height: 100%;
  position: fixed;
  z-index: 100;
}
.content-col {
  margin-left: 220px;
}
.content-col.content-col-extended {
  margin-left: 50px;
}

#sidebar-nav li {
  margin: 0;
}
#sidebar-nav li a,
#sidebar-nav li.active a {
  padding: 8px 15px 8px 20px;
  border-radius: 0;
  line-height: 28px;
  font-size: 12px;
  color: #fff;
  border-left: 3px solid transparent;
}

#sidebar-nav li a i {
  font-size: 14px;
  margin-right: 5px;
}

#sidebar-nav li a:hover,
#sidebar-nav li a:focus {
  background-color: rgba(0, 0, 0, 0.2);
  border-left: 3px solid #2ecc71;
}

#sidebar-nav li.active a,
#sidebar-nav li.active a:hover {
  background-color: #1a1d22;
  border-left: 3px solid #3498db;
}

.admin-menu .dropdown-menu {
  top: 0;
  left: 100%;
  background-color: #243443;
  padding: 0;
}

.admin-menu .dropdown-menu li a {
  padding: 5px 10px 5px 10px !important;
  line-height: 1.5em;
}

.admin-menu:hover .dropdown-menu {
  display: block;
  box-shadow: none;
}

.nav-col.nav-col-minified {
  width: 50px;
}

.nav-col.nav-col-minified #sidebar-nav li a,
.nav-col.nav-col-minified #sidebar-nav li.active a {
  padding: 8px 15px 8px 13px;
}
.nav-col.nav-col-minified #sidebar-nav > li > a .menu-label {
  display: none;
}

h2 {
  font-weight: 300;
  padding-left: 10px;
  color: #222;
}

.main-box {
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 2px 0 #cccccc;
  -moz-box-shadow: 1px 1px 2px 0 #cccccc;
  -o-box-shadow: 1px 1px 2px 0 #cccccc;
  -ms-box-shadow: 1px 1px 2px 0 #cccccc;
  box-shadow: 1px 1px 2px 0 #cccccc;
  margin-bottom: 16px;
  -webikt-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.main-box.no-header {
  padding-top: 20px;
}
.main-box.form-box {
  background-color: #f9f9f9;
}
.main-box .main-box-header {
  min-height: 50px;
  padding: 10px 20px;
}
.main-box .main-box-header.with-border {
  border-bottom: 1px solid #ecf0f1;
}
.main-box .main-box-body {
  padding: 0 20px 20px 20px;
}

.grid-img {
  margin-right: 15px;
}
.grid-link {
  font-family: "Open Sans";
  font-size: 16px;
  color: #333;
  font-weight: 300;
}
.grid-link:hover {
  color: #2d8bc9;
}
.table thead th {
  font-family: "Open Sans";
  text-transform: uppercase;
}
.table tbody td,
.table tbody th {
  vertical-align: middle !important;
}

.table a.table-link {
  margin: 0 5px;
}
.table a.table-link:hover {
  text-decoration: none;
}
.table a.table-link.danger {
  color: #e74c3c;
}
.table a.table-link.danger:hover {
  color: #c0392b;
}

.label {
  border-radius: 3px;
  font-size: 11px;
  font-weight: normal;
}

.pagination {
  margin: 0;
}

.drop-icon {
  color: #868b98;
  font-size: 12px;
  margin-top: -6px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transition: -webkit-transform 0.2s ease-in-out 0.1s;
  transition: transform 0.2s ease-in-out 0.1s;
}

.nav-col.nav-col-minified #user-left-box {
  padding: 7px;
}
.nav-col.nav-col-minified #user-left-box img {
  width: 36px;
}
.nav-col.nav-col-minified #user-left-box .user-box {
  display: none;
}

#user-left-box {
  padding: 20px 15px;
  background-color: #253544;
}
#user-left-box img {
  border-radius: 3px;
  float: left;
  width: 60px;
}
#user-left-box .user-box {
  color: #fff;
  float: left;
  padding-left: 15px;
  padding-top: 3px;
}
#user-left-box .user-box > .name {
  display: block;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Open Sans";
}
#user-left-box .user-box > .status {
  display: block;
  font-size: 0.9em;
  padding-top: 3px;
}
#user-left-box .user-box > .status a {
  color: #fff;
}
#user-left-box .user-box > .status a:hover {
  text-decoration: none;
  color: #2ecc71;
}
#user-left-box .user-box > .status i {
  color: #2ecc71;
  margin-right: 4px;
}
#user-left-box .lang {
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
  position: relative;
}
#user-left-box .lang:before {
  content: "\f0dc";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #8eafd1;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 4px;
  right: 0;
}
#user-left-box .lang .form-control {
  background-color: #476482;
  border: 1px solid #476482;
  color: #8eafd1;
  padding: 5px 5px 7px 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

#user-left-box .lang .form-control option {
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-left: 30px;
  height: 24px !important;
  padding-top: 3px;
  border: 0 !important;
  outline: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-shadow: 0 0 0 #000;
}

#user-left-box .lang #change-lang option[value="en"] {
  background: url(/images/en.png) 5px 5px no-repeat;
}
#user-left-box .lang #change-lang option[value="mn"] {
  background: url(/images/mn.png) 5px 5px no-repeat;
}

/* LOG IN */
.container.container-login {
  width: 300px;
  margin-top: 150px;
  background-color: #f4f3f3;
}

.form-horizontal.form-divided .form-group {
  margin-top: 0;
  margin-bottom: 0;
  padding: 7px 0;
  border-top: 1px solid #ddd;
}
.form-horizontal.form-divided.form-striped .form-group:nth-child(odd) {
  background-color: #f5f5f9;
}
.form-horizontal.form-divided.form-striped .form-group:last-child {
  background-color: transparent;
}

.form-group label {
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}
.form-control,
.form-control:focus {
  -moz-box-shadow: none;
  box-shadow: none;
}

.table td h4.checkbox {
  padding-left: 10px;
  color: #333;
  margin: 0;
}

.table td h4.checkbox label {
  font-weight: normal;
  text-transform: capitalize;
  line-height: 20px;
}

.btn-multiselect {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border-bottom: 1px dashed #3498db;
}

.btn-multiselect:hover {
  border-bottom: 1px dashed #1c6a9f;
  text-decoration: none;
}
/* SORTABLE */

.placeholder {
  border: 1px dashed #4183c4;
  border-radius: 3px;
  margin: -1px;
}

/* SORTABLE */
.order-list-container {
  display: none;
}
.nestedSortable-error {
  background: #fbe3e4;
  border-color: transparent;
}
ol.sortable,
ol.sortable ol {
  margin: 0 0 0 25px;
  padding: 0;
  list-style-type: none;
}
ol.sortable {
  margin: 0;
}
.sortable li {
  margin: 5px 0 0 0;
  padding: 0;
}
.sortable li div {
  border-left: 2px solid #3498db;
  border-radius: 3px;
  padding: 5px 5px 5px 7px;
  cursor: move;
  background: #e7ebee;
}
.sortable li.nestedSortable-branch div {
  border-color: #2ecc71;
}
.sortable li.nestedSortable-leaf div {
  border-color: #3498db;
}
li.nestedSortable-collapsed.nestedSortable-hovering div {
  border-color: #999;
  background: #fafafa;
}
.disclose {
  cursor: pointer;
  width: 10px;
  display: none;
}
.sortable li.nestedSortable-collapsed > ol {
  display: none;
}
.sortable li.nestedSortable-branch > div > .disclose {
  display: inline-block;
  width: 15px;
}
.sortable li.nestedSortable-collapsed > div > .disclose > span:before {
  content: "\f196";
  font-family: FontAwesome;
  color: #2ecc71;
}
.sortable li.nestedSortable-expanded > div > .disclose > span:before {
  content: "\f147";
  font-family: FontAwesome;
  color: #2ecc71;
}

a > i.fa {
  margin-right: 5px;
}

/* table list content */
.main-box-table-list {
  background-color: #fff;
}

/* MENU */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: -1px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 4px;
  margin-right: -5px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #333;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}

.navbar-nav .dropdown-menu,
.dropdown-submenu {
  border: 0;
  border-radius: 0;
  padding: 0;
}
.navbar-nav .dropdown-menu li > a,
.navbar-nav .dropdown-menu li > a:hover,
.navbar-nav .dropdown-menu li > a:focus,
.navbar-nav .dropdown-submenu > a,
.navbar-nav .dropdown-submenu > a:focus,
.navbar-nav .dropdown-submenu:hover > a {
  padding: 8px 12px;
}

.colors {
  height: 30px;
  width: 30px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
}

.box-color {
  height: 30px;
  width: 30px;
  border-radius: 3px;
}
.photo-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.photo-list li.photo-item {
  float: left;
  margin: 5px;
  position: relative;
}

.photo-list li.photo-item > .action-buttons {
  display: none;
  position: absolute;
  z-index: 300;
  top: 0;
  left: 0;
  text-align: center;
  width: 180px;
  height: 120px;
  background: rgba(0, 0, 0, 0.65);
  line-height: 180px;
}

.photo-list li.photo-item:hover > .action-buttons {
  display: block;
}

.photo-list li.photo-item > .action-buttons a {
  color: #fff;
}

.btn-white {
  background-color: #fff;
}
.tooltip-inner {
  max-width: none;
  white-space: nowrap;
  font-size: 12px;
}

.widget-panel {
  min-height: 220px;
  max-height: 220px;
  padding: 10px 15px 0;
  border-radius: 5px;
  box-shadow: 0 0 3px #ddd;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 300;
}

.widget-panel .widget-heading {
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 300;
  padding-bottom: 5px;
}

.widget-panel .widget-body {
}

/* Unordered Column List */
ul.column-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

ul.column-list > li {
  width: 50%;
  float: left;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

ul.column-list > li > a {
  width: 100%;
  padding: 3px 9px;
  display: inline-block;
  color: #333;
  text-decoration: none;
}

ul.column-list > li > a:hover {
  color: #354b5d;
}
ul.column-list.col-1 > li {
  width: 100%;
}
ul.column-list.col-3 > li {
  width: 33.333%;
}
ul.column-list.col-4 > li {
  width: 25%;
}
ul.column-list.col-5 > li {
  width: 20%;
}

.morris-hover.morris-default-style {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #999;
}

#hero-donut {
  height: 265px;
}

.label-grey {
  background-color: #ecf0f1;
  color: #7f8c8d;
  cursor: default;
}

tr:hover .label-grey {
  background-color: #3498db;
  color: #fff;
}

.comment-body {
  background-color: #ecf0f1;
  color: #333;
  border-radius: 4px;
  padding: 10px;
  box-shadow: 0 0 3px #bbb;
}

/* @import url(bs4-card.css); */

.designed-modal > .small {
  color: #fff;
}
.designed-modal > .modal-content > .modal-body {
  padding: 20px;
  overflow: hidden;
}

.designed-modal > .modal-content > .modal-header {
  background-color: #34495e;
  border-bottom: 2px solid #253544;
  color: #fff;
  border-radius: 4px 4px 0 0;
}

.designed-modal > .modal-content > .modal-footer {
  background-color: #f5f5f5;
  border-top: 2px solid #c8ced5;
  border-radius: 0 0 4px 4px;
}

.progress.progress-tiny {
  box-shadow: none;
  border-radius: 0;
  height: 3px;
}

.progress .progress-bar {
  box-shadow: none;
  border: 0;
}

.cropContainer {
  height: 450px;
}
.preview-lg {
  width: 80%;
  height: 200px;
  overflow: hidden;
  float: left;
}
#croppersArea:not(:empty) {
  margin-bottom: 40px;
}

.inactive {
  background-color: #eee !important;
  color: #999;
}
.inactive button,
.inactive a i,
.inactive a {
  color: #999 !important;
}
.inactive img {
  filter: grayscale(100%);
  opacity: 0.5;
}

.alert-danger {
  color: #e74c3c;
  background-color: #fff;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  display: inline-block;
}

.box {
  border: 1px solid #ddd;
  background-color: #fff;
  margin-bottom: 20px;
}
