h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: arial;
}
body{
    font-family: arial;
    font-size:12px;
}
div.dataTables_filter{
    text-align: left;
}
.sidebar-menu .fa{
    font-size: 14px;
}
.box_btn{
    margin-bottom: 10px;
}
.box_btn .box-body{
    text-align: right;
}
.box_btn .box-body .btn{
    margin-bottom: 0px;
}
div.data_filter label{
    font-weight: normal;
}
@media (max-width: 900px) {
    .box_btn .box-body{
        text-align: center;
    }
}
@media (max-width: 600px) {
    .box_btn .box-body .btn{
        margin-bottom: 10px;
    }    
}
table.table-bordered.dataTable{
    border-collapse: collapse !important;
    border-spacing: 0;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td{
    border: 1px solid #ddd;
}
table.dataTable thead > tr > th{
    background: #f0f0f0;
    text-align: center;
    padding-right: 8px;
}
table.dataTable tbody > tr > td.text_left,table.dataTable thead > tr > th.text_left{
    text-align: left;
}
table.dataTable tbody > tr > td{
    text-align: center;
    vertical-align: middle;
}
.dataTable .btn-group-xs > .btn, .btn-xs{
    font-size: 13px;
}
.btn-app{
    height: 48px;
    min-width:70px;
    padding: 5px;
}
.btn_module{    
    color: #333;
    margin-right: 5px;
}
.btn_module:hover{
    color: #000;
}
.btn.fa,.btn_module .fa{
    font-size: 19px;
}
.btn_permission{
    color: #999;
}
.btn_permission.active{
    color: green;
}
.btn_permission .fa{
    font-size: 17px;
    cursor: pointer;
}
.btn_permission.red .fa{
    cursor: default;
}
.green,.green:hover{
    color: green;
}
.red,.red:hover{
    color: red;
}
.item-data b{
    font-weight: bold;
    color: yellow;
    text-transform: uppercase;
}
.btn-detele{
    cursor: pointer;
}
.frmCheck{
    margin-top: 3px;
}
.frmCheck label{
    margin-right: 5px;
}
.frmCheck label span{
    position: relative;
    top:2px;
}
.help-block{
    margin-bottom: 0px;
}
.form-horizontal .control-info{
    padding-top: 7px;
    text-align: left;
    margin-bottom: 0px;
}
input.ordertext {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    text-align: center;
    width: 40px;
}
.nav-tabs li a{
    font-size: 15px;
}
.media-left, .media > .pull-left{
    padding-right: 0px;
    margin-right: 10px;
}
.message{      
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    -o-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    position: fixed;
    top: -270px;
    left: 0;
    right: 0;
    z-index: 9999;
}
.message.active{
    top:0px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.message .alert{
    margin: auto;
    width: 50%;
}
@media (max-width: 700px) {
    .message .alert{
        width: 100%;
    }
}
.count_category{
    color:red;
    position: relative;
    top: -3px;
    padding-right: 3px;
}
.modal.fade{
    padding-right: 0px !important;
}
.dialog-data .modal-dialog{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    
}
@media (max-width: 1000px) {
    .dialog-data .modal-dialog{
        width: 98%;
    }
}
.box.box_iframe{
    border-top: 1px solid #d2d6de;
}
.listtype{
    border: 1px solid #ccc;
    padding: 10px;
    height: 120px;
    overflow: auto;
}
.listtype .rows{
    display: inline-block;
    width: 20%;
    margin-bottom: 5px;
}
.listtype .rows a{
    color: #000;
}
.listtype .rows .fa{
    font-size: 18px;
    cursor: pointer;
    position: relative;
    top: 1px;
}
.listtype .rows .datatext{
    padding-left: 1px;
}

@media (min-width: 500px) and (max-width: 1024px) {
    .listtype .rows{
        width: 50%;
    }
}
@media (max-width: 500px) {
    .listtype .rows{
        width: 100%;
    }
}
.center{
    text-align: center !important;
    float: none;
    margin: auto;
    width: 100%;
}
.left{
    text-align: left
}
.form-group .input-group{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.form-control.data_select{
    width: 30%;
}
.w200{
    width: 200px;
}
@media (max-width: 600px) {
    .form-control.data_select{
        width: 100%;
    }
}
.area_color_data {
    border: 1px solid #CCCCCC;
    width: 30px;
    height: 22px;
    display: inline-block;
    position: relative;
    top: 5px;
}
.area_color {
    border: 1px solid #CCCCCC;
    width: 30px;
    height: 22px;
    display:block;
    text-align: center;
    margin: auto;
}
.img_color{
    width:30px;
    height: 20px;
    position: relative;
    top: -2px;
}
.txtmedium50{
    width: 30%;
    margin-top: 5px;
    display: inline-block;
}
@media (max-width: 600px) {
    .txtmedium50{
        width: 100%;        
    }
}
#modal-container { height: 480px }
.modal-title span{
    position: relative;
    top:2px;
}
.invoice{
    margin: 0px 15px 10px !important;
}
.toolbar{
    padding: 15px 15px 0px;
}
.page-header{
    text-align: center;
}
.page-header .sub_header{
    font-size: 13px;
    margin-top: 5px;
}
@media (max-width: 600px) {
    .invoice .col-xs-6{
        width: 100%;
    }
}
.invoice.prints{
    border: 0px;
}
.bold{
    font-weight: bold;
}
.bold_center{
    font-weight: bold;
    text-align: right;
}
.wrapper_print{
    width: 90%;
    margin: auto;
}
@media (max-width: 600px) {
    .wrapper_print{
        width: 100%;
        margin: auto;
    }
}
.chuky .chuky1 {
    float: left;
    width: 35%;
    text-align: center;
}
.table.table_home > tbody > tr >td{
    border-top: 0px !important;
    border-bottom:1px solid #f4f4f4;
}
.box-title.create_sitemap{
    width: 100%;
    text-align: center;
}
.box-title.create_sitemap{
    color: #000;
    font-size: 17px;
}
.box-title.create_sitemap a{
    color: red;
    font-size: 17px;
}
.text_coppy{
    position: relative;
}
.btn_copy{
    position: relative;
    font-size: 18px;
    top: 2px;
    padding-left: 8px;
    cursor: pointer;
}
.copied{
    position: absolute;
    top:-9px;
    right: -60px;
    display: block;
    content: "copied";
    font-size: 13px;
    padding: 5px 5px;
    color: #fff;
    background-color:#f0ad4e;
    border-radius: 3px;
    opacity: 0;
    will-change: opacity, transform;
    animation: showcopied 1.5s ease;
}
@keyframes showcopied {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    70% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
    }
}
.login-box-msg{
    color: red;
}
.loading{
    background: url("../images/ajax-loader.gif") no-repeat scroll center center black;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.thumbnails .actions.noname{
    top: 57%;
    left: 56%;
}
input[type="range"] {
    display: inline;
    width: 300px;
}
.menu_user{
    margin-top: 8px;
    display: inline-grid;
    width: 100%;
}
.menu_user a{
    text-align: left;
    width: 100%;
}
.menu_user:first-child{
    margin-top: 0px;
}
.permission .table{
    width: 49%;
    margin-right: 1.7%;
    display: inline-table;
}
.permission .table:last-child{
    margin-right: 0%;
}
@media (max-width: 1365px) {
    .permission .table{
        width: 48.9%;
        margin-right: 1.7%;
        display: inline-table;
    }
}
@media (max-width: 1024px) {
    .permission .table{
        width: 100%;
        margin-right: 0%;
    }
}
.thumbnail_avatar {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    display: block;
    line-height: 1.42857;
    margin-bottom: 20px;
    padding: 4px;
    transition: border 0.2s ease-in-out 0s;
    position: relative;
    text-align: center;
}
.thumbnail_avatar img{
    border-radius: 2px;
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
    z-index: 2;
}
.thumb_avatar {
    display: inline-block;
    position: relative;
}
.profile-userpic{
    padding: 7px 7px 10px;
}
.mt-element-overlay .mt-overlay-1 {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  border-radius: 50% !important;
}

.mt-element-overlay .mt-overlay-1 .mt-info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%) translateZ(0);
  -webkit-transform: translateY(-50%) translateZ(0);
  -ms-transform: translateY(-50%) translateZ(0);
}

.mt-element-overlay .mt-overlay-1 .mt-info > li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}

.mt-element-overlay .mt-overlay-1 .mt-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.mt-element-overlay .mt-overlay-1 img {
  display: block;
  position: relative;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  width: 100%;
  height: auto;
}

.mt-element-overlay .mt-overlay-1:hover img {
  -webkit-transform: scale(1.2) translateZ(0);
  transform: scale(1.2) translateZ(0);
}

.mt-element-overlay .mt-overlay-1:hover .mt-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.mt-element-overlay .mt-overlay-1:hover .mt-info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.mt-info .fa-edit{
    font-size: 27px;
    color: #fff;
}
/*block*/
.box-block .box-title{
    font-size: 12px !important;
}
.box-block .box-tools{
   top: 15px;
}
.box-block .box-tools .fa.fa-plus,.box-block .box-tools .fa.fa-sort,.box-block .box-tools .fa.fa-save,.box-block .box-tools .fa.fa-trash{
    font-size: 18px;
    color: gray;
}
.box-search-block{
    text-align: center;
}
.box-search-block label{
    display: inline-table;
    margin-right: 3%;
    text-align: left;
}
.block_content h4{
    font-size: 15px;
    margin-bottom: 3px !important;
}
.w150{
    width:150px;
}
.w80{
    width: 80px;
}
.pagination .remove a{
    background: red;
    color: #fff;
    border: 1px solid red;
}
.video_frm{
    width: 100%;
    margin-top: 15px;
}
.video_frm .youtube,.video_frm .facebook {
    height: 0;
    overflow: hidden;
    padding-bottom: 55.75%;
    padding-top: 30px;
    position: relative;
}
.video_frm .youtube iframe, .video_frm .facebook iframe{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#modal-container.content_youtube{
    height: 558px;
}
.youtube_form .position{
    position: relative;
    top:3px;
}
.row_img{
    height: 25px;
}
.check_active.fa-check{
    font-size: 20px;
    color: green;
}
.check_active.fa-close{
    font-size: 20px;
    color: red;
}
.btnCourse{
    cursor: default;
}
.info-text {
    padding-top: 6px;
}
.price_old{
    text-decoration: line-through;
}
/*block*/
.box-block .box-title{
    font-size: 12px !important;
}
.box-block div.dataTables_filter input:not([type='file']){
    position: relative;
    top: 2px;
}
.box-block .box-tools{
   top: 15px;
}
.box-block .box-tools .fa.fa-edit, .box-block .box-tools .fa.fa-plus,.box-block .box-tools .fa.fa-sort,.box-block .box-tools .fa.fa-save,.box-block .box-tools .fa.fa-trash{
    font-size: 18px;
    color: gray;
}
.form-horizontal .control-label {
    text-align: left;
}
.center_div {
    margin: auto;
}
.w100{
    width: 100px;
}
.price-total{
    font-weight: bold;
    color: red;
}
.boxRatingCmt .lStar {
    margin-left: 5px;
    display: block;
    float: left;
}
.boxRatingCmt .lStar i {
    display: inline-block;
    width: 22px;
    height: 20px;
    font-size: 22px;
    color: #C2C2C2;
}
.boxRatingCmt .lStar i.icon-star{
    color: #fd9727;
}
.boxRatingCmt span.rsStar {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    background: #52b858;
    color: #fff;
    padding: 4px 8px;
    box-sizing: border-box;
    font-size: 12px;
    border-radius: 2px;
}
.boxRatingCmt span.rsStar:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(82,184,88,0);
    border-right-color: #52b858;
    border-width: 6px;
    margin-top: -6px;
}
.boxRatingCmt .lStar i {
    margin-top: -3px;
    font-style: normal;
    line-height: 1.5;
    color: #fd9727;
}
.boxRatingCmt .lStar i.fa-star.icon-unstar{
    color: #c2c2c2;
}
.qtv{
    margin-left: 10px;
    padding: 4px 7px;
    color: #fff;
    white-space: nowrap;
    border-radius: 4px;
}
.bg_green{
    background: green;
}
.bg_red{
    background: red;
}
.skin-blue .treeview-menu>li>a.active{
    color: #fff;
}
.rating{
    margin-right: 5px;
}
.rating i{
    color: #fd9727;
}
.comment i,.rating i{
    margin-right: 4px;
    font-size: 16px;
}
textarea.form-control {
    height: 90px;
}
.dataTable .fa.fa-edit{
    font-size: 20px !important;
}
.layer_form textarea{
    height: 400px;
}
.listpicture-content .thumbnails .actions{
    left: 40%;
}
.listpicture-content .thumbnails .actions.action_info{
    left: 73%;
    width: 25px
}
.listString ul{
    margin: 0px 0px 0px 5px;
    padding: 0px;
}
.listString ul li{
    margin-left: 10px;
    text-align: left;
}
.frm_wrap > fieldset{
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px 20px;
    border: 1px solid silver;    
    border-radius: 10px;
}
.frm_wrap > fieldset > legend{
    border-bottom: none;
    width: auto;
    margin: 0px 10px;
    padding: 0px 10px;
}
.note{
    margin-top: 10px;
    font-size: 12px;
}
.flex_center{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.flex_center input{
    width: 50%;
}
.frmCheck span{
    margin-left: 2px;
}
.frmCheck .typecheckbox{
    margin-right: 10px;
}
.yellow{
    color: #f39c12;
}
.btn_module.yellow:hover{
    color: red;
}
.listString ul{
    margin: 0px;
    padding: 0px;
}
.listString ul li{
    margin-left: 10px;
    text-align: left;
    list-style-type:symbols;
}
/*multi select*/
.select_multiple .open>.dropdown-menu{
    width: 400px;
    height: 200px;
    overflow-y: auto;
}
.select_multiple .btn-group{
    width: 350px;    
}
.select_multiple .btn-group button{
    text-align: left;
    background: #fff;
}
.select_multiple .btn-group button.btn .caret {
    margin-top: -10px;
}
.select_multiple .btn-group.open .dropdown-toggle{
    background-color:inherit;
    box-shadow: none;
}
.select_multiple .btn-group.open .input-group input{
    margin: 0px;
}
.select_multiple .active label{
    color: #fff;
}
.select_multiple label input{
    opacity: 0;
}
.select_multiple label i{
    width: 19px;
    height: 19px;
    background-image: url(../images/blue.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 4px;
    left: -4px;
}
.select_multiple label i.minimal-pink-radio{
    background-position: -120px 0px;
}
.select_multiple .active label i.minimal-pink-radio{
    background-position: -140px 0px;
}
.select_multiple label i.minimal-pink-checkbox{
    background-position: 0px 0px;
}
.select_multiple .active label i.minimal-pink-checkbox{
    background-position: -40px 0px;
}
.select_multiple button span{
    text-overflow: ellipsis;
    display: inline-block;
    width: 97%;
    overflow: hidden;
    margin-top: 4px;
}
.select_multiple button{
    padding: 2px 12px;
}
.bg_default{
    background-color: #000;
}
.shortcode .title{
    font-weight: bold;
    margin-top: 20px;
    font-size: 17px;
}
.shortcode .code{
    font-size: 15px;
    margin: 5px 0;
}
.boxfieldset{
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid silver;
    border-radius: 5px;
    background: #fff;
}
.boxfieldset legend{
    width: auto;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0 10px;
    font-size: 18px;
}
.sublist .col-md-12 + .col-md-12{
    margin-top: 10px;
}
.boxfieldset + .boxfieldset{
    margin-top: 15px;
}
.col-md-6.row2{
    padding-left: 0;
    padding-right: 0;
}
.col-md-6.row2:nth-child(2n){
    padding-left: 15px;
}
@media (max-width: 992px) {
    .col-md-6.row2:nth-child(2n) {
        padding-left: 0px;
    }
}
.youtube iframe{
    width: 100%;
}
.triangle {
    border-bottom: 12px solid blue;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    margin-right: 5px;
    width: 0;
    height: 0;
}
.flexshaft{
    display: flex;
    justify-content: center;
    align-items: center;
    color: blue;
}
.dataTable .input-group-addon{
    padding: 4px 5px;
}
.dataTable .select2-container--default .select2-selection--single,
.dataTable .select2-selection .select2-selection--single{
    padding: 6px;
}
.dataTable .form-control{
    padding: 6px 3px;
}
.btn.btn-app .fa-file-excel-o{
    margin-bottom: 3px;
}
.type_label{
    padding: 8px 10px;
    white-space: nowrap;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
}
.type_1{
    color: #e16826;
    background-color: #e168261a;
    font-weight: bold;
}
.type_2{
    color: #3fb814;
    background-color: #3fb8141a;
    font-weight: bold;
}
.type_3{
    color: #f4340e;
    background-color: #f4340e1a;
    font-weight: bold;
}
.type_4{
    color: #00b2c6;
    background-color: #00b2c61a;
    font-weight: bold;
}
.type_label{
    padding: 8px 10px;
    white-space: nowrap;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
}
.type_0{
    color: #0000FF;
    background-color: #0000FF1a;
    font-weight: bold;
}
.type_1{
    color: #008000;
    background-color: #0080001a;
    font-weight: bold;
}
.type_2{
    color: #FFD700;
    background-color: #FFD7001a;
    font-weight: bold;
}
.type_3{
    color: #ff0000;
    background-color: #ff00001a;
    font-weight: bold;
}
.type_4{
    color: #800080;
    background-color: #8000801a;
    font-weight: bold;
}