body::-webkit-scrollbar {
    background-color:#fff;
    width:16px
}
body::-webkit-scrollbar-track {
    background-color:#fff
}
body::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:4px solid #fff
}
body::-webkit-scrollbar-button {display:none}
.btn:hover {
    box-shadow: 0 0 8px 0 rgba(232,237,250,.6), 0 2px 4px 0 rgba(232,237,250,.5);
}
.form-group label {
    padding-bottom: 8px;
    font-size: 14px;
}
.loadingpanel {
    width: 120px;
    height: 120px;
    bottom: 10px;
    right: 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.12), 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 5px;
    text-align: center;
    border: 1px solid #fff;
    max-width: 500px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}
    .spinner {
  font-size: 75px;
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
}
.spinner.center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-bottom: 8px;
}
.spinner .spinner-blade {
  position: absolute;
  left: .4629em;
  bottom: 0;
  width: .074em;
  height: .2777em;
  border-radius: .5em;
  background-color: transparent;
  -webkit-transform-origin: center -.2222em;
          transform-origin: center -.2222em;
  -webkit-animation: spinner-fade 1s infinite linear;
          animation: spinner-fade 1s infinite linear;
}
.spinner .spinner-blade:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.spinner .spinner-blade:nth-child(2) {
  -webkit-animation-delay: 0.083s;
          animation-delay: 0.083s;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.spinner .spinner-blade:nth-child(3) {
  -webkit-animation-delay: 0.166s;
          animation-delay: 0.166s;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.spinner .spinner-blade:nth-child(4) {
  -webkit-animation-delay: 0.249s;
          animation-delay: 0.249s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.spinner .spinner-blade:nth-child(5) {
  -webkit-animation-delay: 0.332s;
          animation-delay: 0.332s;
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}
.spinner .spinner-blade:nth-child(6) {
  -webkit-animation-delay: 0.415s;
          animation-delay: 0.415s;
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}
.spinner .spinner-blade:nth-child(7) {
  -webkit-animation-delay: 0.498s;
          animation-delay: 0.498s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.spinner .spinner-blade:nth-child(8) {
  -webkit-animation-delay: 0.581s;
          animation-delay: 0.581s;
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
}
.spinner .spinner-blade:nth-child(9) {
  -webkit-animation-delay: 0.664s;
          animation-delay: 0.664s;
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
.spinner .spinner-blade:nth-child(10) {
  -webkit-animation-delay: 0.747s;
          animation-delay: 0.747s;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.spinner .spinner-blade:nth-child(11) {
  -webkit-animation-delay: 0.83s;
          animation-delay: 0.83s;
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
}
.spinner .spinner-blade:nth-child(12) {
  -webkit-animation-delay: 0.913s;
          animation-delay: 0.913s;
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
}

@-webkit-keyframes spinner-fade {
  0% {
    background-color: #69717d;
  }
  100% {
    background-color: transparent;
  }
}

@keyframes spinner-fade {
  0% {
    background-color: #69717d;
  }
  100% {
    background-color: transparent;
  }
}
.mac-cb {
  position: relative;
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background-color: #606062;
  background-image: linear-gradient(#474749, #606062);
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.15), inset 0 -1px 1px rgba(0,0,0,0.15);
  transition: all 0.15s ease;
}

.mac-cb svg {
  position: absolute;
  top: 3px;
  left: 3px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 17;
  stroke-dashoffset: 17;
  transform: translate3d(0, 0, 0);
}

.mac-rd {
  position: relative;
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  background-color: #606062;
  background-image: linear-gradient(#474749, #606062);
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.15), inset 0 -1px 1px rgba(0,0,0,0.15);
  transition: all 0.15s ease;
}
.wrapper .side-nav .main-menu ul a:hover {
    padding-left: 22px;
}
.wrapper .side-nav .main-menu ul a:hover i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.3s ease-in-out;
}
.mac-rd:after {
  content: "";
  position: absolute;
  display: block;
  top: 6px;
  left: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  transform: scale(0);
}

.mac-cb + span,
.mac-rd + span {
  float: left;
  margin-left: 6px;
}

input[type="checkbox"].mac-cb,
input[type="radio"].mac-rd {
  position: absolute;
  opacity: 0;
}

input[type="radio"]:checked + .mac-rd {
  background-color: #606062;
  background-image: linear-gradient(#255cd2, #1d52c1);
}

input[type="radio"]:checked + .mac-rd:after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.15s ease;
}

input[type="checkbox"]:checked + .mac-cb {
  background-color: #606062;
  background-image: linear-gradient(#255cd2, #1d52c1);
}

input[type="checkbox"]:checked + .mac-cb svg {
  stroke-dashoffset: 0;
  transition: all 0.15s ease;
}
.product-list-price2{
    top: 20px;
    right: 0px;
    color: #fff;
    font-size: 12px;
    padding: 4px 6px;
    position: absolute;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}

a.btn{
	color: #fff;
    /*background-color: #025aa5;
    border-color: #01549b;*/
}
.custom-file-input {
    min-width: 0;
    width: 0;
}
.black {
    padding: 5px;
    font-weight: bold;
    color:#fff;
    background: #000;
}
.orange {
    padding: 5px;
    font-weight: bold;
    color:#fff;
    background: #ffa500;
}
.blue {
    padding: 5px;
    font-weight: bold;
    color:#fff;
    background: #3578e5;
}
.green,.red,.yellow,.blue,.orange,.black{
    padding: 5px;
    font-weight: bold;
    color:#fff;
}
.white {
    padding: 5px;
    font-weight: bold;
}
.cor-green{
    color:#71c21a;
    padding: 5px;
    font-weight: bold;
}
.cor-black{
    color:#000;
    padding: 5px;
    font-weight: bold;
}
.cor-yellow{
    color:#FBC02D;
    padding: 5px;
    font-weight: bold;
}
.cor-red{
    color:#e33244;
    padding: 5px;
    font-weight: bold;
}
.cor-blue{
    color:#3578e5;
    padding: 5px;
    font-weight: bold;
}
.cor-orange{
    color:#ffa500;
    padding: 5px;
    font-weight: bold;
}
.validation-message {
	color: #d9534f;
	margin-top: .50rem;
}
.hidden {
	display: none
}
a.edit{
	color: #fff;
    background: #4E8F8D;
    border-color: #4E8F8D;
    padding: 5px;
    display: inline-block;
    margin: 0 3px;
    background-image: linear-gradient(147deg, #89bebd 0%, #4E8F8D 74%);
}
.edit{
    color: #fff;
    background: #4E8F8D;
    border-color: #4E8F8D;
    padding: 5px;
    display: inline-block;
    margin: 0 3px;
}

.view{
    color: #fff;
    background: #4E8F8D;
    border-color: #4E8F8D;
    padding: 5px;
    display: inline-block;
    margin: 0 3px;
    background-image: linear-gradient(147deg, #89bebd 0%, #4E8F8D 74%);
}

.delete{
    color: #fff;
    background: #e33244;
    border-color: #e33244;
    padding: 5px;
    display: inline-block;
    margin: 0 3px;
    background-image: linear-gradient(147deg, #e13244 0%, #e33244 74%);
}
.canvas-view {
    width: 100%;

}
.refresh{
    color: #fff;
    background: #4d5612;
    border-color: #4d5612;
    padding: 5px;
    display: inline-block;
    margin: 0 3px;
}

a.delete{
	color: #fff;
    background: #e33244;
    border-color: #e33244;
    padding: 5px;
    display: inline-block;
    background-image: linear-gradient(147deg, #ef5969 0%, #e33244 74%);
}
.pagination li.active a {
    border:none;
    background: linear-gradient(147deg, #89bebd 0%, #4E8F8D 74%);
}

@media (min-width:960px){
    .form-panel {
        position: fixed;
        top: 0%;
        width: 100%;
        height: 100%;
        z-index: 9;
        background: rgba(0,0,0,0.6);
        margin: 0 auto;
        float: none;
        transition: all 0.4 ease;
    }
    .form-panel .content {
        width: 50%;
        left: 0;
        right: 0;
        margin: auto;
        top: 5%;
        bottom: 5%;
        float: none;
        position: fixed;
        overflow-y: scroll;
        padding: 0;
    }
    .pickerbox {
        width: 90%;
        max-height: 500px;
        overflow: hidden;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        border-radius: .3em;
        background-color: #fff;
        margin-top: 80px;
        /* position: absolute; */
    }
    .pickerwrapper {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        color: #a3b1bd;
        font-family: arial;
        z-index: 99999;
    }
    .form-panel .content-header {
        display: none;
    }
    .form-panel .content-box {
        margin-top: 5px;
    }
}
.wrapper .main .content .content-box{
    margin-bottom: 20px!important;
    float: left;
    width: 100%;
}
.row.modal-data {
    max-height: calc(100vh - 140px);
    overflow: auto;
}
.row.modal-data .content-box{
    margin-top: 0;
}
.row.modal-content-box-footer {
    position: fixed;
    bottom: 0;
    background: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    position: relative;
    display: inline-block;
    padding: .5rem .75rem;
    line-height: 1.25;
    color: #263238;
    cursor: pointer;
    margin-left: .25rem;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #EBEBEB;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    border-radius: 0.3em;
}
.dataTables_wrapper .dataTables_paginate{
    display: inline-flex;
}
.dataTables_filter input {
    border: 1px solid #eaeaea;
    padding: 2px;
}
td .campaign{
    color: #000;
    background: #f1f1f1;
    border-color: #f1f1f1;
    padding: 5px;
    display: inline-block;
    margin: 0 3px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    margin-bottom: 5px;
    transition: all 0.4s ease;
    cursor: pointer;
}
td .ctv{
    color: #fff;
    background: #263238;
    border-color: #263238;
    padding: 5px;
    display: inline-block;
    margin: 0 3px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    margin-bottom: 5px;
    transition: all 0.4s ease;
    cursor: pointer;
}
td .history{
    color: #fff;
    background: #449d44;
    border-color: #449d44;
    padding: 5px;
    display: inline-block;
    margin: 0 3px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    margin-bottom: 5px;
    transition: all 0.4s ease;
    cursor: pointer;
}
td .edit{
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    margin-bottom: 5px;
    transition: all 0.4s ease;
    cursor: pointer;
}
td .delete{
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    margin-bottom: 5px;
    transition: all 0.4s ease;
    cursor: pointer;
}
td .refresh{
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    margin-bottom: 5px;
    transition: all 0.4s ease;
    cursor: pointer;
}
td .delete:hover,td .edit:hover,td .history:hover,td .campaign:hover,td .refresh:hover{
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.06), 0 0 0 1px rgba(0,0,0,0.08);
}
.content-header-title h3{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.btn{
    color: #fff;
    border: 1px solid #d2dae1!important;
    border-bottom-color: #cbd5dd!important;
    -webkit-box-shadow: 0 1px 1px rgba(90,90,90,.1);
    -moz-box-shadow: 0 1px 1px rgba(90,90,90,.1);
    -ms-box-shadow: 0 1px 1px rgba(90,90,90,.1);
    -o-box-shadow: 0 1px 1px rgba(90,90,90,.1);
    box-shadow: 0 1px 1px rgba(90,90,90,.1);
}
.chosen-single .search-choice-close {
    margin-bottom: -30px!important
}
.chosen-container-single .chosen-single {
    padding: 0.2rem 1.5rem;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f9fafb));
    background: linear-gradient(to bottom, white, #f9fafb);
    border: 1px solid #c4cdd5;
    -webkit-box-shadow: 0 1px 0 0 rgba(22,29,37,0.05);
    box-shadow: 0 1px 0 0 rgba(22,29,37,0.05);
    border-radius: 3px;
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #212b36;
    -webkit-transition-property: background, border, -webkit-box-shadow;
    transition-property: background, border, -webkit-box-shadow;
    transition-property: background, border, box-shadow;
    transition-property: background, border, box-shadow, -webkit-box-shadow;
    -webkit-transition-timing-function: cubic-bezier(0.64, 0, 0.35, 1);
    transition-timing-function: cubic-bezier(0.64, 0, 0.35, 1);
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-tap-highlight-color: transparent;
    height: 35px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 10px;
}
.btn, .chosen-container .chosen-choices, .chosen-container .chosen-single, .form-control, .form-control:focus {
    border-radius: 5px!important;
}
.form-control {
    border-color: #DEDCDC!important;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1) !important;
}
.select2-container--default {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1) !important;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
.form-group {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.form-horizontal .control-label {
    padding-top: 0;
}
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
}
.col-sm-1, .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-10, .col-sm-11, .col-sm-12 {
    float: left;
}
.custom-file-label {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1) !important;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #7b8a8b;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
.custom-file-label:hover {
    background: #ecf0f1;
}
.custom-file-label {
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Chọn ảnh";
}
.custom-file-label::after {
    /*position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #7b8a8b;
    content: "Chọn ảnh";
    background-color: #ecf0f1;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;*/
}
.canvas-preview {
    margin: auto;
    background: #ececec;
    width: 45%;
}
.canvas-view {
    text-align: center;
    background: #ececec;
}
.input-hide {
    width: 0;
    opacity: 0;
}
.modal-content-box-footer {
    background-color: #e3dede!important;

}
.form-panel .content {
    padding: 0 20px 20px!important;
    box-shadow: 0 1px 24px rgba(0, 0, 0, 0.3), 0 8px 64px -8px rgba(0, 0, 0, 0.3), 0 16px 92px -8px rgba(0, 0, 0, 0.3)!important;
    background: #e3dede!important;
}
.form-panel .content .head-content{
    background: -moz-linear-gradient(#efeeef, #d7d6d8);
    background: linear-gradient(#efeeef, #d7d6d8);
    border-bottom: 1px solid #c1c0c2;
    text-align: center;
    padding: 0.25em;
    border-radius: 0.4em 0.4em 0 0;
    position: relative;
    margin: 0 -20px;
    text-transform: uppercase;
}
.form-panel .content .head-content .actions {
    width: 30%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.form-panel .content .head-content .actions .mid {
    background-color: #fd5f61;
    content: "";
    display: block;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 0 0.6em;
    cursor: pointer;
    line-height: 12px;
    color:#fff;
}
.btn-primary {
    background: linear-gradient(#6bb3fb, #067dff);
    box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.8), 0 0 8px rgba(6, 125, 255, 0.1);
    border-radius: 0.3em;
}

.btn-primary:hover {
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.25), 0 0 16px rgba(255, 255, 255, 0.6);
    background: linear-gradient(#6bb3fb, #067dff);
}
.btn-normal {
    background: #fff;
    color:#000;
}
.btn-hover {
    width: 30px;
    max-width: 30px;
    padding: 5px 8px!important;
    transition: all 0.7s ease-in-out;
}
.btn-hover .text {
    display: inline-block;
    opacity: 0;
    transition: all .1s;
    transition-delay: 0s;
    -webkit-transform: translateX(0.5em);
    transform: translateX(0.5em);
    margin-left: 5px;
    display: none;
}
.btn-hover:hover {
    /*max-width: 10em;
    width: auto;*/
}
.btn-hover:hover .text {
    /*opacity: 1;
    transition-delay: .3s;
    min-width: inherit;
    -webkit-transform: translateX(0);
    transform: translateX(0);*/
}
body.dragging, body.dragging * {
  cursor: move !important; }

.dragged {
  position: absolute;
  top: 0;
  opacity: 0.5;
  z-index: 2000; }

ol.vertical {
  margin: 0 0 9px 0;
  min-height: 10px; }
  ol.vertical li {
    display: block;
    margin: 5px;
    padding: 5px;
    border: 1px solid #cccccc;
    color: #0088cc;
    background: #eeeeee; }
  ol.vertical li.placeholder {
    position: relative;
    margin: 0;
    padding: 0;
    border: none; }
    ol.vertical li.placeholder:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      margin-top: -5px;
      left: -5px;
      top: -4px;
      border: 5px solid transparent;
      border-left-color: red;
      border-right: none; }

ol{list-style-type:none}ol i.icon-move{cursor:pointer}ol li.highlight{background:#333;color:#999}ol li.highlight i.icon-move{background-image:url(../img/glyphicons-halflings-white.png)}ol.nested_with_switch,ol.nested_with_switch ol{border:1px solid #eee}ol.nested_with_switch.active,ol.nested_with_switch ol.active{border:1px solid #333}ol.nested_with_switch li,ol.simple_with_animation li,ol.serialization li,ol.default li{cursor:pointer}ol.simple_with_animation{border:1px solid #999}.switch-container{display:block;margin-left:auto;margin-right:auto;width:80px}.navbar-sort-container{height:200px}ol.nav li,ol.nav li a{cursor:pointer}ol.nav .divider-vertical{cursor:default}ol.nav li.dragged{background-color:#2c2c2c}ol.nav li.placeholder{position:relative}ol.nav li.placeholder:before{content:"";position:absolute;width:0;height:0;border:5px solid transparent;border-top-color:red;top:-6px;margin-left:-5px;border-bottom:none}ol.nav ol.dropdown-menu li.placeholder:before{border:5px solid transparent;border-left-color:red;margin-top:-5px;margin-left:none;top:0;left:10px;border-right:none}.sorted_table tr{cursor:pointer}.sorted_table tr.placeholder{display:block;background:red;position:relative;margin:0;padding:0;border:none}.sorted_table tr.placeholder:before{content:"";position:absolute;width:0;height:0;border:5px solid transparent;border-left-color:red;margin-top:-5px;left:-5px;border-right:none}.sorted_head th{cursor:pointer}.sorted_head th.placeholder{display:block;background:red;position:relative;width:0;height:0;margin:0;padding:0}.sorted_head th.placeholder:before{content:"";position:absolute;width:0;height:0;border:5px solid transparent;border-top-color:red;top:-6px;margin-left:-5px;border-bottom:none}
.enabledisable-td{width:80px;height:50px;position:relative;display: inline;}
.enabledisable-loading{display:none;background-image:url(images/loading.gif);background-size:40%;background-repeat:no-repeat;background-position:center;position:absolute;width:100%;height:100%;top:0;left:0;z-index:9999;}
.enabledisable {width: 70px;height: 30px;background-color: #ccc; z-index: 0; margin: 0; padding: 0; cursor: pointer; position: relative; border-radius: 100px;    margin: 0 auto;}
.enabledisable:before {content: ' ';position: absolute;left: 2px;top: 2px;width: 66px;height: 26px;background: #f5f5f5;z-index: 99;border-radius: 52px;}
.enabledisable:after {content: 'TẮT'; font-family: Arial, Helvetica, sans-serif; height: 25px;width: 40px; border-radius: 52px; background-color: #fff; position: absolute; z-index: 999; top: 2px; left: 2px;
    text-align: center; box-shadow: 0 2px 5px #999999; padding-top: 5px;font-size: 12px;}
.enabledisableOn, .enabledisableOn:before {background-color: #1e91cf !important;}
.enabledisableOn:after {left: 28px !important;content: 'BẬT'; color: #1e91cf; font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
.grid-select {min-width: 100px;background-color: #fff;border: 1px solid #aaa!important;border-radius: 4px!important;}
.input-group-addon, select.form-control:not([size]):not([multiple]) {
  height: 30px;
  padding: 0 12px;
}
.main-row:hover {
  background-color: #ECEAE3 !important;
  background: #ECEAE3 !important;
}
.wrapper .main .content {
  overflow-y: hidden;
}
#single_image img{
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1) !important;
}
@media (max-width: 960px) {
  .content-header.no-mg-top {
    margin-left: -10px;
  }
  .panel {
    margin-left: -10px;
    margin-right: -25px;
  }
  #thead-title span {
    display: none;
  }
  .pagination {
    overflow: auto;
    width: 100%;
    display: -webkit-box;
  }
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label-danger {
  background-color: #d9534f;
}
.label-default {
  background-color: #777;
}
.label-primary {
  background-color: #337ab7;
}
.label-success {
  background-color: #5cb85c;
}
.label-info {
  background-color: #5bc0de;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-danger {
  background-color: #d9534f;
}
h1,h2,h3 {
  font-weight: bold;
}
.canvas-gallery-preview a, .canvas-gallery-preview img {
  width: 100%;
  object-fit: cover;
  height: 200px;
}
.canvas-gallery-preview button{
  background: red;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  padding: 1px 5px;
}
.modal-data .nav-tabs li{
  background: -moz-linear-gradient(#efeeef, #d7d6d8);
  background: linear-gradient(#efeeef, #d7d6d8);
  border-bottom: 1px solid #c1c0c2;
  text-align: center;
  padding: 0.25em;
  border-radius: 0.4em 0.4em 0 0;
  position: relative;
  text-transform: uppercase;
}
.modal-data .nav-tabs li.active {
  border-bottom: 1px solid #fff;
}
.modal-data .nav-tabs li a{
  text-decoration: none;
  padding: 0 2px;
}