body{
    /*margin-bottom: -60px;*/
}
.content-wrapper>.content {
    padding-top: 20px;
}

.clear{
    clear: both;
}

.table-one tr th, .table-one tr td{
    vertical-align: middle;
}
.table-one .form-group{
    margin-bottom: 0px !important;
}


.box-modal .select2-container {
    width: 100% !important;
}

.content a{
    color: #206fc3 !important;
    font-weight: 600;
}

/*#myModal .modal-header, #statusModal .modal-header{*/
.modal-header{
    background: #448fd0;
    padding: 5px 10px;
    color: white;
}
#myModal .modal-title, #statusModal .modal-title, #newModalOne .modal-title{
    font-size: 18px;
    font-weight: 600;
    color: white;
}

.datepicker{
    position: relative;
}
.table{
    margin-bottom: 0px !important;
}
.modal-footer{
    padding: 5px 10px !important;
}
.dataTable tr th{
    border-bottom: none;
}

#settings-form .control-label{
    padding-top: 3px;
}
.table-rp tr th, .table-rp tr td{
    font-size: 13px;
    padding: 3px;
}
.table-dashboard tr th, .table-dashboard tr td{
    border-bottom: 1px solid #dee2e6 !important;
}
.table-one th{
    font-weight: normal !important;
    /*width: 35% !important;*/
}
.table-one td{
    padding-left: 0px !important;
}
.table-products tr th{
    text-align: left;
    padding-left: 0px;
}
.modal-header{
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.swal2-styled {
    margin: 0px 5px 10px !important;
    padding: 5px 15px !important;
}
.th-action-column{
    width: 6%;
}
.th-stt-column{
    width: 4%;
}
select.form-control[multiple], select.form-control[size] {
    height: calc(1.8125rem + 2px);
    visibility: hidden;
}
.nav-link{
    white-space: nowrap !important;
}
.main-footer {
    background-color: #000000a8;
    border-top: 1px solid #dee2e6;
    color: #869099;
    padding: 1rem;
}
.table-order tr:hover{
    background: #ffc2af;
}

select[readonly] option, select[readonly] optgroup {
    display: none;
}
.table-responsive{
    min-height: 200px;
}

/* BEGIN VINH's CSS */
.pagination .page-item, .btn-icon {cursor: pointer;}

/* Text Colors */
.content .card .cl-white {
  color: white !important;
}
.content .card a.btn {
  font-weight: normal;
}
a.btn {
  color: white !important;
}

/* Loading */
.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
  }
  .lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
  }
  .lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #ccc;
  }
  .lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
  }
  .lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
  }
  .lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
  }
  .lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
  }
  .lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
  }
  .lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
  }
  .lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
  }
  .lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
  }
  .lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
  }
  .lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
  }
  .lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
  }
  .lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
  }
  @keyframes lds-spinner {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  
/* End loading */  
/* Online Course */
.online-course .thumbnail {
  max-height: 200px;
  overflow: hidden;
  margin-bottom: 10px;
}
.online-course img {
  max-height: 200px;
}
#featureTable, #benefitTable {
  margin-top: 10px;
}
#featureTable td, #benefitTable td {
  padding: 5px 8px;
}
.chapters {  
  max-height: 600px;
  overflow-y: scroll;
}
.chapters .chapter {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
.chapters .chapter-title {
  padding: 16px;
  background-color: #eee;
  position: relative;
}
.chapters .chapter-title .btn-del {
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
}
.chapters .chapter-title:hover .btn-del {
  display: inline-block;
}
.chapters .lesson {
  position: relative;
  padding: 12px 16px 12px 24px;
  border-bottom: 1px solid #eee;
}
.chapters .lesson .btn-del {
  position: absolute;
  top: 12px;
  right: 15px;
  display: none;
}
.chapters .lesson:hover .btn-del {
  display: inline-block;
}
.chapters .lessons .lesson-btn {
  padding: 10px 0;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}
.online-course .chapter-btn {
  width: 100%;
  cursor: pointer;
}
.chapters .btn-icon:hover {
  color: #206fc3;
}
.chapters .chapter-title input[type="text"] {
  width: 70%;
}
.chapters .chapter-title input[type="number"] {
  width: 5%;
}
.chapters .chapter-title .btn-edit {
  display: none;
}
.chapters .chapter-title:hover .btn-edit {
  display: inline-block;
}
/* End Online Course */
.card .table thead th {
  vertical-align: middle;
}
.card .table .order-name {
  min-width: 140px;
}
/*
@media screen and (max-width: 1220px) {
  .card {
    background-color: #448fd0;
  }
}
@media screen and (max-width: 1012px) {
  .card {
    background-color: green;
  }
}
@media screen and (max-width: 788px) {
  .card {
    background-color: blue;
  }
}
  */
/* END VINH's CSS*/