﻿@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import '../plugins/fontawesome/css/all.min.css';
@import '../plugins/bootstrap/css/bootstrap.min.css';
@import '../plugins/jquery/jqueryui/jquery-ui.min.css';
@import '../plugins/ionicons/css/ionicons.min.css';
@import '../plugins/ionic/css/ionicons.min.css';
@import 'normalize.css';
@import 'animate.min.css';
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  overflow: hidden;
  font-size: 15px;
  font-family: "Roboto Condensed", sans-serif;
  color: #212529;
  font-weight: 400;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.25;
}

img {
  max-width: 100%;
}

a,
img {
  outline: none;
}

::-webkit-scrollbar-corner {
  background: transparent !important;
}

::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  border-radius: 3px;
  background: transparent !important;
  transition: all 0.3s ease;
}
::-webkit-scrollbar:hover {
  background: #e2e2e2;
}

::-webkit-scrollbar-thumb {
  background: rgba(112, 128, 144, 0.6) !important;
  border-radius: 3px;
}

::-webkit-input-placeholder {
  color: #bbb;
}

::-moz-placeholder {
  color: #bbb;
}

:-moz-placeholder {
  color: #bbb;
}

:-ms-input-placeholder {
  color: #bbb;
}

.yellow-color {
  color: #f48320;
}

.validation-message, .text-danger, .text-success {
  font-size: 13px;
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  padding-top: 3px;
}

.validation-message, .text-danger {
  color: #ea5455 !important;
  font-style: italic;
}

.template-center-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.template-center-box .center-box-inner {
  margin: 0 auto;
}
.template-center-box .center-box-body {
  height: 100%;
}

ion-icon {
  margin-right: 4px;
  color: inherit;
}
ion-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

.border-red {
  border-color: #dc3545;
}

.uppercase {
  text-transform: uppercase;
}

.displayNone {
  display: none !important;
}

.displayBlock {
  display: block;
}

.displayInlineBlock {
  display: inline-block;
}

.displayFlex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
}

.cursor-pointer {
  cursor: pointer;
}

.itemsCenter {
  align-items: center;
}

.flex-1 {
  flex: 1;
}

.scrollY {
  overflow-y: scroll;
}

.alignCenter {
  align-items: center;
}

.bold {
  font-weight: 700;
}

.blue-color {
  color: #1095EA;
}

.red-color {
  color: #EB5757;
}

.green-color {
  color: green;
}

.invisible {
  visibility: hidden;
}

.scrollable {
  max-height: 460px;
  overflow: auto;
}

label.required::after,
.required::after {
  content: ": ";
}
label.required::before,
.required::before {
  content: "* ";
  color: #dc3545;
}
label.required.after::after,
.required.after::after {
  content: ": *";
  color: #dc3545;
}
label.required.after::before,
.required.after::before {
  content: "";
}

.text-danger,
.validation-summary-errors {
  font-weight: normal;
  display: block;
  color: #DC3545 !important;
  word-wrap: break-word;
}

.float-right {
  float: right;
}

.text-danger {
  margin-top: 2px;
  font-size: 13px;
}

.validation-summary-errors {
  padding: 5px 0;
  color: #DC3545 !important;
}

.modal {
  background: rgba(0, 0, 0, 0.5);
  /*Left*/
  /*Right*/
}
.modal.show {
  display: block;
}
.modal .modal-body {
  min-height: 100px;
}
.modal .modal-body .message {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 15px;
  align-items: center;
}
.modal .modal-body .message .icon {
  width: 50px;
}
.modal .modal-body .message .icon ion-icon {
  font-size: 2rem;
}
.modal .modal-body .message .title {
  font-size: 1rem;
}
.modal .modal-close {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  justify-content: center;
  color: #111827;
  cursor: pointer;
}
.modal .modal-close svg {
  display: block;
}
.modal .modal-close ion-icon {
  font-size: 2rem;
  margin: 0;
}
.modal.left .modal-dialog, .modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 360px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.modal.left .model-header, .modal.right .model-header {
  padding: 12px 1rem;
  border-bottom: solid 1px #ccc;
}
.modal.left .modal-title, .modal.right .modal-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 1em;
  text-align: center;
}
.modal.left .modal-content, .modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 1px;
  border: 0;
}
.modal.left .modal-body, .modal.right .modal-body {
  padding: 15px 15px 60px;
}
.modal.left.fade .modal-dialog {
  left: -360px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.in .modal-dialog {
  left: 0;
}
.modal.right.fade .modal-dialog {
  right: -360px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.in .modal-dialog {
  right: 0;
}

.btn-close, .btn {
  box-shadow: none !important;
}
.btn-close:active, .btn-close:focus, .btn:active, .btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
.btn-close:active:focus, .btn:active:focus {
  outline: none !important;
  box-shadow: none !important;
}
.btn-close.active:focus, .btn.active:focus {
  outline: none !important;
  box-shadow: none !important;
}

.my-modal-dialog .modal-header {
  padding: 0.5rem 0.75rem;
}
.my-modal-dialog .modal-header,
.my-modal-dialog .modal-footer {
  background: #f4f9fd;
}
.my-modal-dialog .modal-body .message {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  font-size: 1.25rem;
}
.my-modal-dialog .modal-body .message .icon {
  font-size: 2rem;
}
.my-modal-dialog .modal-body .message .title {
  font-size: 16px;
  font-weight: 400;
}

.spinner {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0.7;
  z-index: 9999;
}
.spinner.show {
  display: block;
}
.spinner .pin {
  width: 60px;
  height: 60px;
  animation: spinner 700ms linear infinite;
  border-radius: 50%;
  border: 5px solid #ddd;
  border-top: 5px solid #003865;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex1 {
  flex: 1;
}

.top60 {
  height: calc(100% - 60px);
  top: 60px;
}

.loading-three-bounce {
  margin: 10px auto;
  width: 80px;
  text-align: center;
}
.loading-three-bounce .dot {
  width: 16px;
  height: 16px;
  background-color: #0b97d4;
  border-radius: 100%;
  display: inline-block;
  animation: loading-three-bounce 1.4s ease-in-out 0s infinite both;
}
.loading-three-bounce .dot1 {
  animation-delay: -0.32s;
}
.loading-three-bounce .dot2 {
  animation-delay: -0.16s;
}

@keyframes loading-three-bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.loading-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.4s;
}
.loading-overlay.show {
  opacity: 1;
  visibility: visible;
}
.loading-overlay .loading-target {
  border-radius: 10px;
  text-align: center;
  background: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  transition-duration: 0.4s;
  padding: 20px;
}
.loading-overlay .loading-text {
  margin: 0 15px;
  font-size: 16px;
}
.loading-overlay .spinner {
  width: 25px;
  height: 25px;
  border-width: 2px;
  margin: 0;
  position: relative;
  left: auto;
}
.loading-overlay .spinner .pin {
  width: 25px;
  height: 25px;
  margin: 0;
  left: 0;
  top: 0;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

form {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
}
form .form-body {
  background: #fff;
}

.cms-checkbox,
.cms-radio {
  font-size: 14px;
  position: relative;
}

.cms-checkbox {
  font-size: 14px;
  position: relative;
}
.cms-checkbox .checkbox-label {
  font-size: 14px;
  color: #666666;
  cursor: pointer;
  padding-left: 25px;
}
.cms-checkbox .radio-label {
  font-size: 14px;
  color: #666;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}
.cms-checkbox input[type=radio],
.cms-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.cms-checkbox input[type=radio] + .checkbox-label:before,
.cms-checkbox input[type=checkbox] + .checkbox-label:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: #ffffff;
  border: solid 1px #bbb;
  box-sizing: border-box;
  border-radius: 3px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.cms-checkbox input[type=radio]:checked + .checkbox-label:before,
.cms-checkbox input[type=checkbox]:checked + .checkbox-label:before {
  border-color: rgba(16, 149, 234, 0.7);
}
.cms-checkbox input[type=radio]:checked + .checkbox-label:after,
.cms-checkbox input[type=checkbox]:checked + .checkbox-label:after {
  content: "";
  width: 6px;
  height: 10px;
  display: block;
  border: solid rgba(16, 149, 234, 0.7);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 6px;
}
.cms-checkbox input[type=radio]:checked + .checkbox-label.disabled:before,
.cms-checkbox input[type=checkbox]:checked + .checkbox-label.disabled:before {
  border-color: #999;
}
.cms-checkbox input [type=radio]:checked + .checkbox-label.disabled:after,
.cms-checkbox input[type=checkbox]:checked + .checkbox-label.disabled:after {
  border-color: #999;
  color: #999;
}

.cms-radio {
  font-size: 14px;
  position: relative;
}
.cms-radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.cms-radio .radio-label {
  font-size: 14px;
  color: #666666;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}
.cms-radio input[type=radio] + .radio-label:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: #fff;
  border: solid 1px #E2E2E2;
  box-sizing: border-box;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top: -1px;
}
.cms-radio input[type=radio]:checked + .radio-label:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
  border-radius: 100%;
  background: #1095ea;
}

.cms-modal-box {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1052;
  display: none;
}
.cms-modal-box.show {
  display: block;
}
.cms-modal-box .cms-modal-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  overflow-x: hidden;
  overflow-y: auto;
}
.cms-modal-box .cms-modal-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  align-items: center;
}
.cms-modal-box .cms-modal-container .cms-modal-inner {
  margin: 0 auto;
  background: #fff;
}
.cms-modal-box .cms-modal-container.white {
  background: #fff;
}
.cms-modal-box .cms-modal-container.white .cms-modal-wrapper {
  border: solid 1px #ccc;
}
.cms-modal-box .cms-modal-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 10px;
  flex-grow: 1;
  background: #ffffff;
  border: 0;
  /*border-bottom: solid 1px $border-normal-color;*/
}
.cms-modal-box .cms-modal-content .message {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  word-break: break-word;
  max-width: 450px;
  text-align: left;
}
.cms-modal-box .cms-modal-content .message .icons {
  width: 32px;
  height: 32px;
  flex: none;
  background-image: url(../images/notify_icons.png);
  background-repeat: no-repeat;
  margin-right: 10px;
}
.cms-modal-box .cms-modal-content .message .icons.confirm {
  background-position: 0px 0px;
}
.cms-modal-box .cms-modal-content .message .icons.success {
  background-position: 0px -115px;
}
.cms-modal-box .cms-modal-content .message .icons.info {
  background-position: 0px 36px;
}
.cms-modal-box .cms-modal-content .message .icons.question {
  background-position: 0px 0px;
}
.cms-modal-box .cms-modal-content .message .icons.warning {
  background-position: 0px -77px;
}
.cms-modal-box .cms-modal-content .message .icons.error {
  background-position: 0px -151px;
}
.cms-modal-box .cms-modal-wrapper-nodrag,
.cms-modal-box .cms-modal-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-width: 300px;
  position: absolute;
  border-radius: 4px;
  flex-direction: column;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cms-modal-box .cms-modal-wrapper-nodrag header,
.cms-modal-box .cms-modal-wrapper header {
  border-bottom: solid 1px #c8c8cc;
  color: #666;
  text-shadow: 1px 1px 1px #ffffff;
  padding: 8px 10px;
  position: relative;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: move;
  background-color: #f2f2f2;
  text-align: left;
}
.cms-modal-box .cms-modal-wrapper-nodrag header .btn_close,
.cms-modal-box .cms-modal-wrapper header .btn_close {
  outline: none;
  border: none;
  box-shadow: none;
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -12px;
  background: url(../images/modal_close_icon.png) center center no-repeat;
  height: 24px;
  width: 24px;
  opacity: 0.8;
  cursor: pointer;
}
.cms-modal-box .cms-modal-wrapper-nodrag header .btn_close:active, .cms-modal-box .cms-modal-wrapper-nodrag header .btn_close:focus, .cms-modal-box .cms-modal-wrapper-nodrag header .btn_close:hover,
.cms-modal-box .cms-modal-wrapper header .btn_close:active,
.cms-modal-box .cms-modal-wrapper header .btn_close:focus,
.cms-modal-box .cms-modal-wrapper header .btn_close:hover {
  outline: none;
  box-shadow: none;
  opacity: 1;
}
.cms-modal-box .cms-modal-wrapper-nodrag footer,
.cms-modal-box .cms-modal-wrapper footer {
  background-color: #f2f2f2;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cms-modal-box .cms-modal-wrapper-nodrag .footer-btn,
.cms-modal-box .cms-modal-wrapper .footer-btn {
  flex: none;
  text-align: right;
  padding: 10px;
}
.cms-modal-box .cms-modal-wrapper-nodrag .footer-btn .btn-default,
.cms-modal-box .cms-modal-wrapper .footer-btn .btn-default {
  margin: 0 0 0 10px;
}
.cms-modal-box .cms-modal-wrapper-nodrag .footer-btn .btn,
.cms-modal-box .cms-modal-wrapper .footer-btn .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: solid 1px;
  background-color: #f6f7f9;
  border-color: #ced0d4;
  color: #000000;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  margin-left: 5px;
}
.cms-modal-box .cms-modal-wrapper-nodrag .footer-btn .btn,
.cms-modal-box .cms-modal-wrapper .footer-btn .btn {
  background: linear-gradient(#f4f4f4, #ececec);
  border: solid 1px #cccccc;
  border-radius: 3px;
  text-transform: uppercase;
  min-width: 40px;
  font-size: 11px;
  outline: none !important;
}
.cms-modal-box .cms-modal-wrapper-nodrag .footer-btn .btn.btn-primary,
.cms-modal-box .cms-modal-wrapper .footer-btn .btn.btn-primary {
  background-color: #4d90fe;
  background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
  background-image: linear-gradient(top, #4d90fe, #4787ed);
  border: solid 1px #3079ed;
  color: #ffffff;
}
.cms-modal-box .cms-modal-wrapper {
  top: auto;
  left: auto;
  margin: 0 auto;
  transform: none;
  position: relative;
  width: auto;
  width: 60%;
}
@media (max-width: 1279px) {
  .cms-modal-box .cms-modal-wrapper {
    /*width: 80%;*/
  }
  .cms-modal-box .cms-modal-wrapper.alert-msg-box {
    width: auto;
  }
}

.wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 1200px;
}

.page {
  position: relative;
  display: grid;
  grid-template-rows: 50px 1fr;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.page .page-content {
  padding: 40px 0;
}

.navbar-toggler {
  display: none;
}

.header {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 80px 1fr;
  z-index: 100;
  align-items: center;
  background-color: #003865;
  border-bottom: #333;
  padding: 0;
}
.header .logo a {
  display: block;
}
.header .logo img {
  height: 40px;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.navbar {
  padding: 0;
}
.navbar .navbar-brand {
  padding: 5px 0;
}

.menu {
  height: 100%;
}
.menu nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu .nav-link {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 50px;
  padding: 0 1rem;
}
.menu .nav-link:hover {
  color: #2ea2c7;
}
.menu .nav-link.active {
  background: #2ea2c7;
  color: #fff;
}

.sidebar {
  width: 100%;
}
.sidebar button {
  outline: none !important;
}
.sidebar button:hover {
  border: solid 1px #999;
}
.sidebar button:focus, .sidebar button:active {
  outline: none !important;
  box-shadow: none;
}

nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

.nav-item {
  display: inline-block;
}
.nav-item a {
  color: #fff;
}
.nav-item a:hover {
  text-decoration: none;
  color: #999;
}

.working-space {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: auto;
  height: 100%;
}

.sidebar-menu {
  width: 50px;
  height: 100%;
  background: #192d3f;
  margin-top: 0px;
  min-width: 50px;
}
.sidebar-menu ul {
  margin: 0;
  padding: 0;
}
.sidebar-menu ul li {
  list-style: none;
  border-top: solid 1px #233c52;
  border-bottom: solid 1px #10202e;
  position: relative;
  height: 56px;
}
.sidebar-menu ul li.first-child {
  border-top: solid 1px #192D3F;
}
.sidebar-menu ul li:last-child {
  border-bottom: 0;
}
.sidebar-menu ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  color: #ffffff !important;
  text-decoration: none;
}
.sidebar-menu ul li a:hover {
  background-color: #1D2939;
  background-color: #22384c;
}
.sidebar-menu ul li a:hover::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 2px;
  background: #2ea2c7;
  height: 100%;
}

.page-inner,
.page-container {
  position: relative;
  background: #f2f2f2;
}

.page-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  padding: 25px 20px;
  overflow-y: scroll;
}

.form-control {
  border-radius: 0;
}
.form-control.readonly {
  color: #666;
  background: #f2f2f2;
}
.form-control:active, .form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}

select.form-control {
  -webkit-appearance: auto;
  -moz-appearance: radio;
  appearance: auto;
}

.divide {
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  border-top: solid 1px #ccc;
}
.divide.noBorder {
  border: 0;
  margin-top: 20px;
}

button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: solid 1px #ccc;
  padding: 0.7rem 0.75rem 0.5rem;
  outline: none;
  height: 34px;
  min-width: 100px;
  font-family: inherit;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.2s ease;
  margin-right: 1rem;
  color: #ffffff;
  cursor: pointer;
}
button:hover {
  color: #000000;
}
button:last-child {
  margin-right: 0;
}
button.default {
  color: #183153;
  border-color: #ccc;
  background: #ddd;
}
button.white {
  color: #183153;
  border-color: #bbb;
  background: #ffffff;
}
button.white:hover {
  border: solid 1px #2196F3;
}
button.cancel {
  color: #183153;
  border-color: #d8d8d8;
  background: #fff;
}
button.warning {
  cursor: pointer;
  color: #ffffff;
  border-color: #ff9800;
  background: #ff9800;
}
button.warning:hover {
  color: #000000;
}
button.success {
  border-color: #4CAF50;
  background: #4CAF50;
}
button.remove {
  border-color: #f44336;
  background: #f44336;
}
button.save {
  border-color: #2196F3;
  background: #2196F3;
}
button ion-icon {
  font-size: 17px;
  margin-right: 6px;
}
button i {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
button[disabled] {
  cursor: not-allowed;
  border-color: #ccc;
  background: #eee;
  color: #bbb;
}

.buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input100 {
  font-size: 15px;
  line-height: 1.2;
  color: #333;
  display: block;
  width: 100%;
  background: #fff;
  height: 34px;
  border-radius: 3px;
  padding: 0 10px 0 13px;
  border: solid 1px #bbb;
  outline: none;
  transition: border 0.2s ease;
}
.input100:focus {
  border: solid 1px #3498db;
}

/* login form */
.login-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  flex-grow: 1;
  min-width: 1200px;
  font-size: 14px;
}
.login-wrapper > div {
  width: 100%;
}
.login-wrapper .login-bg {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/bg-login.jpg);
  background-color: #eef1f6;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.login-wrapper .center-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: auto;
}
.login-wrapper .center-box .center-box-inner {
  margin: 0 auto;
  position: relative;
}
.login-wrapper .center-box .center-box-inner .box-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  flex-direction: column;
  justify-content: center;
}
.login-wrapper .login-container {
  width: 630px;
  text-align: center;
  overflow: auto;
}
.login-wrapper .logo {
  margin: 5% auto;
}
.login-wrapper .break-line {
  width: 14%;
  background: #4b4b4b;
  height: 1px;
  display: block;
  margin: 6% auto;
}
.login-wrapper .form-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.4;
}
.login-wrapper .form-wrap .message {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 700;
  font-size: inherit;
  color: #282828;
  margin-bottom: 20px;
}
.login-wrapper .form-wrap .buttons {
  margin-top: 2rem;
}
.login-wrapper .form-wrap .buttons button {
  border: solid 1px #3498db;
  background: #3498db;
  width: 100%;
}
.login-wrapper .form-wrap .form-group {
  margin-bottom: 1rem;
}
.login-wrapper form {
  text-align: left;
  width: auto;
}
.login-wrapper .copyright {
  margin-bottom: 5%;
  font-size: inherit;
}
.login-wrapper .validation-message {
  color: #EB5757;
  font-size: 12px;
  font-style: italic;
  padding-top: 2px;
}

.error-page {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: #fff;
}

@media screen and (max-width: 1280px) {
  .login-wrapper .login-container {
    width: 100%;
  }
  .login-wrapper .center-box .center-box-inner {
    width: 100%;
    margin: 0;
  }
  .login-wrapper .center-box .center-box-inner .box-body {
    width: 50%;
  }
}
@media screen and (min-width: 800px) {
  .login-wrapper .form {
    width: 630px;
  }
}
table {
  width: 100%;
  border-spacing: 0px;
  border-radius: unset;
  min-width: 100%;
  border-collapse: collapse;
  border-color: rgb(112, 112, 112);
}

.table-header {
  background: #fafafa;
  position: sticky;
  top: 0;
  z-index: 1;
}
.table-header table {
  border: solid 1px #e8e8e8;
}
.table-header table thead > tr > th {
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  text-align: left;
  background: #fafafa;
  border-bottom: solid 1px #e8e8e8;
  border-right: solid 1px #e8e8e8;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.table-header table thead > tr > th {
  background-color: rgb(233, 233, 233);
  font-weight: bold;
  padding: 8px;
  border-color: rgb(139, 139, 139);
  text-align: center !important;
}
.table-header table thead > tr > th {
  border-right-color: rgb(112, 112, 112);
  overflow-wrap: break-word;
}

.table-scroll {
  max-height: 500px;
  position: relative;
  background: #fff;
  overflow: auto !important;
  transition: opacity 0.3s;
  border-top: solid 1px #707070;
}
.table-scroll::-webkit-scrollbar-corner {
  background: rgba(112, 128, 144, 0.1);
}
.table-scroll::-webkit-scrollbar {
  height: 1rem;
  width: 10px;
  border-radius: 0px;
  background: rgba(112, 128, 144, 0.1);
  transition: all 0.3s ease;
}
.table-scroll::-webkit-scrollbar:hover {
  background: #e2e2e2;
}
.table-scroll::-webkit-scrollbar-thumb {
  background: rgba(112, 128, 144, 0.6) !important;
  border-radius: 0px;
}

.table-fixed {
  table-layout: fixed;
}
.table-fixed thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}
.table-fixed tbody th {
  position: sticky;
  left: 0;
}

.table-body table {
  border-collapse: collapse;
  border-color: rgb(112, 112, 112);
  border-left: solid 1px #707070;
}
.table-body table thead th {
  overflow-wrap: break-word;
  font-weight: bold;
  border-bottom: solid 1px #707070;
  border-left: solid 1px #707070;
  background-color: rgb(233, 233, 233);
  padding: 8px;
}
.table-body table thead th:last-child {
  border-right: solid 1px #707070;
}
.table-body table tbody tr {
  cursor: default;
}
.table-body table tbody tr:nth-child(2n) {
  background-color: rgb(246, 246, 246);
}
.table-body table tbody tr:nth-child(2n+1) {
  background-color: rgb(255, 255, 255);
}
.table-body table tbody tr > td {
  border-right-color: rgb(112, 112, 112);
  border-bottom: solid 1px rgb(139, 139, 139);
}
.table-body table tbody tr:hover {
  background-color: rgba(233, 233, 233, 0.6);
}
.table-body table tbody tr.selected {
  background-color: rgba(255, 152, 0, 0.2);
}
.table-body table tbody td {
  padding: 8px;
  overflow-wrap: break-word;
  border: solid 1px rgb(139, 139, 139);
  transition: all 0.3s, border 0s;
}

.table-grid {
  display: grid;
  min-width: 100%;
  border-top: solid 0px rgb(139, 139, 139);
  border-left: solid 1px rgb(139, 139, 139);
  max-height: 460px;
  overflow: auto;
}
.table-grid thead,
.table-grid tbody,
.table-grid tr {
  display: contents;
}
.table-grid th, .table-grid td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 8px;
  overflow-wrap: break-word;
  border-bottom: solid 1px rgb(139, 139, 139);
  border-right: solid 1px rgb(139, 139, 139);
  transition: all 0.3s, border 0s;
}
.table-grid th {
  padding: 10px 8px;
  position: sticky;
  top: 0;
  border-top: solid 1px rgb(139, 139, 139);
  background-color: rgb(233, 233, 233);
  font-weight: bold;
  text-align: center;
}
.table-grid th.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-grid tbody tr {
  cursor: default;
}
.table-grid tbody tr:nth-child(2n) td {
  background-color: rgb(246, 246, 246);
}
.table-grid tbody tr:nth-child(2n+1) td {
  background-color: rgb(255, 255, 255);
}
.table-grid tbody tr:hover td {
  background-color: rgba(233, 233, 233, 0.6);
}
.table-grid tbody tr.selected td {
  background-color: rgba(255, 152, 0, 0.2);
}
.table-grid tbody tr.selected td:hover {
  background-color: rgba(255, 152, 0, 0.2);
}
.table-grid tbody tr td:hover {
  background-color: rgba(233, 233, 233, 0.6);
}
.table-grid tbody tr td {
  /*display: flex;*/
  align-items: center;
}
.table-grid tbody tr td.center {
  justify-content: center;
}
.table-grid tbody td.check ion-icon {
  margin: 0;
  font-size: 24px;
  color: #2196F3;
  font-weight: bold;
}

.section-listing {
  padding-bottom: 15px;
}

.breadcrumb {
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  margin-bottom: 0;
}
.breadcrumb .tab {
  position: relative;
  display: inline-block;
  min-width: 100px;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  padding: 10px 20px;
  color: #000;
  transition: all 0.2s ease-in;
  background: #ccc;
  text-decoration: none !important;
}
.breadcrumb .tab.active {
  background: #fff;
  font-weight: 700;
  color: #000;
  cursor: default !important;
  pointer-events: none;
}
.breadcrumb .tab:hover {
  background: #fff;
  cursor: pointer;
  color: #000;
}
.breadcrumb .tab::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  border-top: 2px solid transparent;
  border-radius: 4px 4px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.breadcrumb .tab::after {
  position: absolute;
  width: 21px;
  height: 100%;
  right: 0px;
  top: 0px;
  clip-path: polygon(0px 0px, calc(100% - 20px) 0px, 100% 100%, 20px 100%);
  background-color: rgb(232, 232, 232);
}

.page-title {
  display: flex;
  align-items: center;
  border: solid 1px #ccc;
  padding: 12px 20px;
  background: #fff;
  border-top: 0;
  border-bottom-color: #ff9800;
  border-bottom-width: 2px;
  flex-direction: row;
}
.page-title h3, .page-title .title {
  margin: 0;
  font-size: 21px;
  text-transform: uppercase;
  flex: 1;
  align-items: center;
  justify-content: flex-start;
  display: flex;
}
.page-title h3 i, .page-title .title i {
  font-size: 20px;
  margin-right: 10px;
}

.section-filter {
  background: #fff;
  padding: 15px;
  margin-bottom: 30px;
  border: solid 1px #ddd;
  font-size: 14px;
}
.section-filter label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  align-items: center;
  height: 34px;
}
.section-filter label::after {
  content: ": ";
}
.section-filter select,
.section-filter input[type=date],
.section-filter input[type=text] {
  margin-bottom: 15px;
  border: 0;
  border-bottom: solid 1px #ced4da;
  font-size: 14px;
}
.section-filter select:focus,
.section-filter input[type=date]:focus,
.section-filter input[type=text]:focus {
  background: #f2f2f2;
  border-bottom: solid 1px #bbb;
}
.section-filter select {
  -webkit-appearance: auto;
  -moz-appearance: radio;
  appearance: auto;
}
.section-filter input[type=checkbox] {
  margin-top: 10px;
}
.section-filter .form-control {
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  outline: none !important;
  box-shadow: none;
  font-size: 14px;
  display: block;
  width: 100%;
  height: 34px;
  font-weight: 400;
  line-height: 1.45;
  color: #6e6b7b;
  border: 0;
  border-radius: 0;
  padding: 0.438rem 1rem;
  background-color: #fff;
  background-clip: padding-box;
  margin-bottom: 0;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.section-filter .custom-select {
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  color: #6e6b7b;
  vertical-align: middle;
  appearance: none;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, background 0s, border-color 0s, -webkit-box-shadow 0.15s ease-in-out;
  padding: 0.438rem 2rem 0.438rem 1rem;
  background: #fff url(../images/download.svg) right 1rem center/10px 10px no-repeat;
  border: solid 1px #d8d6de;
  border-radius: 0.357rem;
}
.section-filter .custom-select:focus {
  border: solid 1px #666;
}

.button-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}
.button-actions .buttons {
  width: 100%;
}
.button-actions .buttons button {
  min-width: initial;
  margin-right: 10px;
  width: auto;
}
.button-actions .buttons button:hover {
  cursor: pointer;
  border-color: #ff9800;
  background: #ff9800;
}
.button-actions .buttons button[disabled] {
  cursor: not-allowed;
  border-color: #ccc;
  background: #eee;
  color: #bbb;
}
.button-actions .buttons button:last-child {
  margin-right: 0;
}
.button-actions .actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 30px;
  justify-content: flex-end;
}
.button-actions select {
  outline: none;
  position: relative;
  height: 34px;
  margin-right: 30px;
  width: 50px;
  text-align: center;
  border-color: #ccc;
  background: #ccc;
  border-radius: 3px;
  z-index: 1;
}
.button-actions select option {
  white-space: normal;
  height: 34px;
}
.button-actions select:hover {
  cursor: pointer;
  color: #000;
}

.paging-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-width: 150px;
  justify-content: center;
}
.paging-button .next, .paging-button .prev {
  color: #fff;
}
.paging-button .number {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #fff;
  color: #000;
  height: 34px;
  border-radius: 3px;
  border: solid 1px #ccc;
  margin-right: 10px;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
}
.paging-button .result {
  flex: auto;
  display: inline-block;
  padding: 0 10px 0 0;
  margin-right: 10px;
  border: 0px solid #ccc;
  line-height: 32px;
  border-radius: 3px;
}
.paging-button button i {
  margin-right: 0;
}

.result {
  flex: auto;
  display: inline-block;
  padding: 0 10px 0 0;
  margin-right: 10px;
  border: 0px solid #ccc;
  line-height: 32px;
  border-radius: 3px;
}

.custom-select {
  position: relative;
}

.form-group {
  margin-bottom: 15px;
  position: relative;
}
.form-group label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.user-form .validation-message, .user-form .text-danger {
  position: absolute;
  right: 20px;
  top: 20%;
}

.album-form .album-tracks-form {
  width: 70%;
}

.select-items .select-item {
  display: inline-block;
  padding-left: 15px;
  width: 50%;
}

.form-inline .banner, .form-inline .avatar {
  height: 38px;
  border: dotted 1px #ccc;
  min-width: 50px;
  min-height: 36px;
}
.form-inline .select-items {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  border: solid 1px #ced4da;
  padding-top: 10px;
}
.form-inline .select-items .select-item {
  padding-bottom: 10px;
}

.track-list-table {
  grid-template-columns: minmax(30px, 50px) minmax(250px, 300px) 1fr 150px 150px 120px;
}

.album-list-table {
  grid-template-columns: minmax(30px, 50px) minmax(50px, 70px) minmax(120px, 150px) 120px 1fr 100px 150px;
}
.album-list-table .banner img {
  max-height: 50px;
  width: 100%;
  object-fit: cover;
}

.musicstyle-list-table {
  grid-template-columns: minmax(30px, 50px) 1fr 150px;
}

.contact-list-table {
  grid-template-columns: minmax(30px, 50px) 150px 250px 1fr 100px;
}

.account-list-table.table-grid {
  grid-template-columns: minmax(30px, 50px) minmax(120px, 200px) 200px 1fr 120px 150px;
}

.label-list-table {
  grid-template-columns: minmax(30px, 50px) 1fr 100px 150px 100px 150px;
}

.box-select-items {
  display: grid;
  grid-template-columns: 45% 80px 1fr;
  justify-content: center;
  align-self: center;
}
.box-select-items h6 {
  margin: 0 10px 15px;
}
.box-select-items .box-select-left, .box-select-items .box-select-right {
  border: solid 1px #ccc;
  padding: 15px 5px 15px;
}
.box-select-items form {
  display: block;
}
.box-select-items form input[type=textbox] {
  margin: 0;
}
.box-select-items .section-filter {
  border: 0;
  margin: 0 10px 20px;
  padding: 0;
}
.box-select-items .section-filter .textbox {
  width: 100%;
  display: inline-block;
}
.box-select-items .section-filter .textbox input {
  border: solid 1px #ced4da;
  margin-bottom: 0;
}
.box-select-items .section-filter button {
  width: auto;
  min-width: initial;
  margin: 0 0 0 5px;
  text-align: center;
  padding: 10px;
}
.box-select-items .section-filter button ion-icon {
  margin: 0;
}
.box-select-items .section-filter button span {
  display: none;
}
.box-select-items .section-filter .right {
  justify-content: flex-end;
  padding-right: 6px;
}
.box-select-items .section-listing {
  padding-bottom: 0;
}
.box-select-items .select-items {
  height: 380px;
  max-height: 380px;
  margin: 0;
  padding: 0 10px 0;
  overflow: auto;
}
.box-select-items .select-items .select-item {
  display: block;
  width: auto;
  padding: 0;
}
.box-select-items .select-items .select-item:last-child .cms-checkbox {
  margin-bottom: 0;
}
.box-select-items .cms-checkbox {
  margin-bottom: 10px;
}
.box-select-items .cms-checkbox .checkbox-label {
  width: 100%;
  padding: 10px 25px 10px 10px;
  background: rgba(246, 246, 246, 0.5);
  border: solid 1px #ddd;
  color: #000;
}
.box-select-items .cms-checkbox .checkbox-label:hover {
  background: rgb(246, 246, 246);
}
.box-select-items .cms-checkbox .checkbox-label.selected, .box-select-items .cms-checkbox .checkbox-label.checked {
  border: solid 1px rgba(16, 149, 234, 0.5);
  background: rgba(16, 149, 234, 0.15);
}
.box-select-items .cms-checkbox .checkbox-label.checked {
  cursor: default;
}
.box-select-items .cms-checkbox input[type=checkbox] + .checkbox-label::before {
  display: none;
}
.box-select-items .cms-checkbox input[type=checkbox]:checked + .checkbox-label {
  border: solid 1px rgba(16, 149, 234, 0.3);
}
.box-select-items .cms-checkbox input[type=checkbox]:checked + .checkbox-label::before {
  content: "";
  border: solid 1px rgba(16, 149, 234, 0.7);
}
.box-select-items .cms-checkbox input[type=checkbox]:checked + .checkbox-label::after {
  top: 14px;
  left: auto;
  right: 15px;
}
.box-select-items .cms-checkbox button {
  right: 10px;
  position: absolute;
  width: auto;
  min-width: initial;
  padding: 0;
  margin: 0;
  height: 25px;
  width: 25px;
  text-align: center;
  top: 10px;
}
.box-select-items .cms-checkbox button ion-icon {
  margin: 0;
}
.box-select-items .button-actions {
  margin: 20px 10px 0;
  padding-top: 10px;
  border-top: solid 1px #ccc;
}
.box-select-items .button-actions .buttons {
  margin: 0;
  padding: 0;
}
.box-select-items .button-actions .buttons button i {
  margin: 0;
}
.box-select-items .button-actions .actions {
  display: none;
}
.box-select-items .box-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 10px;
}
.box-select-items .box-buttons button {
  width: auto;
  min-width: initial;
  margin: 0 0 20px;
  text-align: center;
  padding: 10px;
}
.box-select-items .box-buttons button:hover {
  background: #2196F3;
  color: #fff;
}
.box-select-items .box-buttons button ion-icon {
  margin: 0;
}
.box-select-items .box-buttons button[disabled]:hover {
  border: solid 1px #ccc;
  background: #eee;
  color: #ccc;
}
