body {
  /*font-family: "Open Sans";*/
  font-size: 13px;
  font-family: arial !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans";
}
ul{
   padding: 0;
}
th {
    background: #8DB4E2;
    font-size: 13px;
}
label{
   margin: 0;
}
p{
   margin: 0;
}
.clear{
   clear: both;
}
.fr{
   float: right;
}
.fl{
   float: left;
}
.red{
   color: red;
}
.view_active{
   width: 46px;
   height: 30px;
   margin: 0;
}
.posi_rela{
   position: relative;
}
.box_view_body td{
   vertical-align: middle !important;
}
.tr_select2 .form-control{
   padding: 0;
}
.view_adm_search_element .select2-container-multi .select2-choices{
   border: none;
}
.box_content .minicolors-theme-default .minicolors-input{
   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;
    padding-left: 30px;
    -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_content .minicolors-theme-default .minicolors-swatch {
   top: 5px;
   left: 5px;
   width: 22px;
   height: 23px;
}
.content-wrapper .box {
    border-top: none;
}
.content-wrapper .box-body{
   padding: 0px;
}
.content-wrapper .box{
   border-top: none ;
}
.content-wrapper .box_content{
   padding: 0px 10px;
   width: 100%;
}
#example1_wrapper {
    padding: 10px;
}
.have_img_1, .sale_status_1, .rental_status_1{
   background: #00ef3f;
}
.warning_1{
   background: red;
}
.warning_2{
   background: yellow;
}
.body_popup{
   overflow-y: hidden;
}
.content-wrapper .table>tbody>tr>td{
   padding: 3px 5px ;
   font-weight: normal;
}
/*********************************************************************/
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn {
    display: inline-block;
    margin: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn.focus, .btn:focus, .btn:hover {
    text-decoration: none;
}
button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}
.btn_edit_item{
   width: 40px;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.slider.round {
    border-radius: 34px;
}
.slider {
    cursor: pointer;
    width: 44px;
    height: 26px;
    display: block;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative;
}
.slider_checked {
    background-color: #2196F3;
}
.slider.round:before {
    border-radius: 50%;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider_checked:before{
   right: 4px;
   left: auto;
}
.custom_class_editable input, button {
    margin-left: 10px;
}
.custom_class_editable select{
   height: 32px;
}
.custom_class_editable  button {
    display: inline-block;
    padding: 5px 12px;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.custom_class_editable button{
   color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.custom_class_editable button:last-child{
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.element_select2 .element2{
   padding: 0 !important;
}
.view_adm_search_element input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  padding: 10px;
}
.view_adm_search_element label{
   padding-right: 10px;
   padding-left: 15px;
   line-height: 34px;
   cursor: pointer;
}
/************************************ PAGING **************************************/
.paging_wrap_t2{
   float: left;
   width: 100%;
   height: 44px;
   font-size: 14px;
   padding: 0px;
   margin: 5px 0px;
   line-height: 24px;
}
.paging_content{
   float: left;
   font-size: 14px;  
}
.separator_content{
   width: auto;
   float: left;
   padding: 8px 6px;
   background: #ddd;
   margin-right: 5px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}
.separator_content select{
   margin: 0px 6px;
}
.paging_content a {
   color: #666;
   font-size: 14px;
   font-weight: 700;
   float: left;
   margin-right: 5px;
}
.paging_normal {
    padding: 8px 18px;
    background: #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.paging_normal:hover {
    padding: 8px 18px;
    color: #AF1518;
}
.paging_active {
   padding: 8px 18px;
   color: #FFF;
   font-weight: 700;
   background-color: #FC3;
   border-color: #FC3;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   float: left;
   margin-right: 5px;
}
/******************************************************************************/
.pop_title{
   font-weight: bold;
   font-size: 18px;
   width: 100%;
   float: left;
   margin-bottom: 10px;
}
.pop_content_detail{
    position: fixed;
    width: 80%;
    top: 0px;
    right: 0px;
    height: 100%;
    background: #FFF;
    padding: 15px 20px 20px 20px;
    overflow-y: scroll;
    display: none;
    z-index: 9;
}
.pop_content_detail_content .search{
   width: 100%;
   float: left;
   line-height: 22px;   
   padding: 5px 0px;
}
.pop_content_detail_content .item_sub{
   width: 50%;
   float: left;
   line-height: 22px;   
   padding: 5px 0px;
   padding-right: 20px;
   position: relative;
}

.pop_content_detail_close{
   text-align: right;
   width: auto;
   float: left;
   line-height: 22px;
   padding: 5px 10px;
   position: absolute;
   top: 10px;
   right: 0px;
   z-index: 99;
}
.pop_content_detail_close .btn_pop_content_close{
   display: block;
   float: right;
   width: 30px;
   height: 30px;
   text-align: center;
   font-size: 20px;
}
.pop_search{
   width: 100%;
   float: left;
}
.pop_search_element{
   width: auto;
   float: left;
   margin-right: 20px;
   position: relative;
}
.pop_sub_title{
   font-weight: bold;
   font-size: 14px;
   width: 100%;
   float: left;
   padding: 5px ;
   background: #CDCDCD;
}
.search_order_list{
   width: 100%;
   float: left;
   list-style: none;
}
.search_order_list li{
   width: 100%;
   float: left;
   list-style: none;
   padding: 5px;
   border-bottom: 1px solid #CCC;
}
.search_order_list li .info{
   width: 100%;
   padding-right: 65px;
}
.search_order_list .action{
   width: 60px;
   float: right;
   text-align: right;
}
/******************************************************************************/
.pop_call_center{
    position: fixed;
    width: 400px;
    top: 0px;
    right: 0px;
    height: 100%;
    background: #FFF;
    padding: 6px 15px 20px 15px;
    overflow-y: scroll;
    display: none;
    z-index: 9999;
    border-left: 1px solid #e5e5e5;
    border-radius: 5px;
}
.pop_call_center_title{
   font-size: 16px;
   width: 100%;
   float: left;
   font-weight: bold;
   margin-bottom: 10px;
}
.pop_call_center_action{
   display: none;
}
.pop_call_center button {
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    background-color: #10b759;
    border-color: #10b759;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 6px 12px;
    line-height: 1.5;
    border-radius: 0.25rem;
    margin-left: 0px;
    margin-right: 10px;
}
.pop_call_center .hangupBtn{
    background-color: #da3544;
    border-color: #da3544;
}
.call_from_users{
   width: 100%;
   float: left;
   list-style: none;
}
.call_from_users li{
   width: 100%;
   float: left;
   list-style: none;
   border-bottom: 1px solid #e5e5e5;
   padding: 5px 5px;
   line-height: 36px;
}
.call_from_users li:hover{
   background: #eee6e6;
}
.call_from_users li .phone{
   width: 180px;
   float: left;
   font-size: 20px;
   font-weight: bold;
   color: #333;
   cursor: pointer;
}
.call_from_users li .time{
   width: 100px;
   float: left;
}
.call_from_users li .view{
   width: auto;
   float: right;
}
.call_from_users li .view a{
   display: block;
   padding: 0px 10px;
   font-size: 16px;
}
.call_from_users .user_info{
   width: 100%;
   float: left;
}
.call_from_users .user_info .item_sub{
   width: 100%;
   float: left;
   font-weight: bold;
}
.call_from_users .user_info .item_sub .item_sub_label{
   font-weight: normal;
   width: 100px;
   float: left;
   display: block;
}
.pop_content_call_center_close{
   text-align: right;
   width: auto;
   float: left;
   line-height: 22px;
   padding: 5px 10px;
   position: absolute;
   top: 5px;
   right: 5px;
   z-index: 99;
   font-size: 16px;
}
.pop_call_center_action{
   width: 100%;
   float: left;
   padding: 10px 0px;
}
.pop_call_phone{
   width: 100%;
   float: left;
   font-size: 22px;
   font-weight: bold;
   color: #333;
   cursor: pointer;
   margin-bottom: 10px;
}
/**********************************************************/
.trip_listing_content .li_1{
   background: #f6f8fa;
}
.vred {
    color: #f75327 !important;
}
.top_search{
   float: left;
   width: 300px;
   position: relative;
   margin-top: 6px;
}
.itop_search_type{
   width: auto;
   float: left;
   height: 30px;
   cursor: pointer;
   font-size: 14px;
   line-height: 30px;
   padding-left: 10px;
   padding-right: 10px;
   box-sizing: border-box;
   border-color: transparent;
   background: #f4f4f4;
   position: absolute;
   left: 0;
   top: 0;
}
.itop_search_type .arrow_down{
   float: right;
   margin-top: 12px;
}
.itop_search_key{
   margin-left: 110px;
   margin-right: 101px;
   padding: 0px 10px;
   box-sizing: border-box;
   border-left: 1px solid #DDD;
   position: relative;
}
/************************************/
.itop_search_type .itop_search_type_sub{
   display: none;
   position: absolute;
   top: 29px;
   left: -1px;
   width: 110px;
   padding: 0px;
   line-height: 26px;
   border: 1px solid #ddd;
   background: #FFF;
   z-index: 999;
}
.its_type_name{
   margin-right: 5px;
}
.itop_search_type:hover .itop_search_type_sub ul{
   margin: 0;
}
.itop_search_type:hover .itop_search_type_sub{
   display: block;
}
.itop_search_type .itop_search_type_sub a{
   display: block;
   width: 100%;
   padding: 0px 10px;
   line-height: 26px;   
}
.itop_search_type .itop_search_type_sub a:hover{
   background: #EFEFEF;
}
.top_search .form-control-feedback{
   top: 0px;
   right: 3px;
}
.arrow_down {
    border-top: 4px solid #BBB;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.itop_search_type .arrow_down {
    float: right;
    margin-top: 14px;
}
.top_search_content{
   position: absolute;
   top: 31px;
   left: 0px;
   min-height: 50px;
   background: #FFF;
   width: 680px;
   display: none;
   box-shadow: 0 4px 20px rgba(204,204,204,.9);
}
.top_search_title{
   color: #fff;
   line-height: 26px;
   background: #E53935;
}
.top_search_title span{
   padding-left: 10px;
   font-size: 14px;
}
.top_search .top_search_key{
   height: 30px;
   width: 100%;
   line-height: 30px;
   padding: 0px 6px 0px 66px ;
   float: left;
   border: none;
   box-shadow: none;
}
.top_search .top_search_key:focus { 
   border: none;
   box-shadow: none;
}
.top_search_result{
   padding: 0;
   list-style: none;
   margin: 0;   
   background: #E53935;
}
.top_search_result li{
   font-size: 14px; 
   background: #FFF;  
   border-bottom: 1px solid #eee;
}
.top_search_result li a{
   color: #333;
   width: 100%;
   padding: 12px 10px;
   display: block;
}
.top_search_result li:nth-child(2) {
   background: #f8f8f8;
}
.top_search_result li:hover{
   background: rgba(249,215,214,.95);
}
/******************************************************************************/
.pop_content_add{
    position: fixed;
    width: 60%;
    top: 0px;
    right: 0px;
    height: 100%;
    background: #FFF;
    padding: 6px 20px 20px 20px;
    overflow-y: scroll;
    display: none;
    z-index: 9;
}
.pop_content_add_content .item{
   width: 100%;
   float: left;
   line-height: 22px;   
   padding: 0px 0px;
}
.pop_content_add_content .item .item_txt{
   width: 100%;
   float: left;
}
.pop_content_add_content .item .item_checkbox{
   width: 30px;
   float: left;
}
.pop_content_add_content .item .item_checkbox input[type=checkbox]{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  padding: 10px;
}
.pop_content_add_content .item_sub{
   width: 50%;
   float: left;
   line-height: 14px;   
   padding: 5px 0px;
   padding-right: 20px;
   position: relative;
}
.pop_content_add_content .item_sub_2{
   width: 25%;
   float: left;
   line-height: 14px;   
   padding: 5px 0px;
   padding-right: 20px;
   position: relative;
}
.pop_content_add_content .item_sub_75{
   width: 75%;
   float: left;
   line-height: 14px;   
   padding: 5px 0px;
   padding-right: 20px;
   position: relative;
}
.pop_content_add_content .item_sub_checkbox{
   width: 33.3333333%;
   float: left;
   line-height: 14px;   
   padding: 10px 0px;
   padding-right: 20px;
   position: relative;
}
.pop_content_add_content .item.item_sub_checkbox .label_sub {
    width: auto;
    float: left;
    display: block;
    color: #333;
    font-weight: normal;
    cursor: pointer;
}
.pop_content_add .input_txt {
   width: 100%;
   margin: 5px 0px;
   padding: 0px 10px;
   border: 1px solid #e5e5e5;
   height: 33px;
}
.pop_content_add_content .ord_product_id.input_txt{
   padding: 0;
}
.pop_content_add_close{
   text-align: right;
   width: auto;
   float: left;
   line-height: 22px;
   padding: 5px 10px;
   position: absolute;
   top: 5px;
   right: 5px;
   z-index: 99;
   font-size: 16px;
}
.pop_content_add_close .btn_pop_content_add_close{
   display: block;
   float: right;
   width: 30px;
   height: 30px;
   text-align: center;
   font-size: 20px;
}
.pop_content_add_content .item .label_sub{
   width: 160px;
   float: left;
   display: block;
   color: #6f7782;
}
.pop_content_add_content .item_description .item_txt{
   width: 100%;
   float: left;
   padding: 10px 0px;
}
.pop_content_add .btnSubmit {
   float: left;
}
.pop_content_add .btn_delete_order {
   float: right;
}
/*******************************************************************/
.box_view_body{
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}
.view_adm_header{
   width: 100%;   
}
.view_adm_header h3{
   margin: 0;
   min-height: 35px;
   font-size: 18px;
   padding: 0px 0px 5px 0px;
}
.view_adm_search_element {
    width: 100%;
    height: 34px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}
.search_btn_more button {
   background: #CCC;
}
.search_btn_more.search_btn_more_active button {
   background: #10b759;
}

.search_form_wrap .view_adm_search_element.search_item_more{
   display: none;
}
.search_form_wrap_active .view_adm_search_element.search_item_more{
   display: block;
}
.view_adm_search_element .search_day{
   width: 90px;
}
.view_adm_search_element .search_phone{
   width: 120px;
}
.view_top_setup_view{
   position: relative;
   z-index: 7;
}
.view_top_setup_view_wrap{
   position: absolute;
   display: none;
   max-height: 388px;
   overflow: auto;
   position: absolute;
   font-size: 13px;
   font-family: Arial, Helvetica, sans-serif;
   font-stretch: 100%;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   transform: translateY(0px);
   -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: absolute;
    top: 32px;
    left: auto;
    right: 0;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 25px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 5px 25px rgba(0,0,0,.25);
    box-shadow: 0 5px 25px rgb(0 0 0 / 25%);
    border: none;
    min-width: 150px;
    overflow: hidden!important;
    transform: none!important;
    max-height: inherit!important;
    transition: inherit!important;
    padding: 0.5rem 0;
    width: 352px;
}
.view_top_setup_view_wrap ul{
   width: 100%;
   float: left;
   list-style: none;
   padding: 0px 10px;
}
.view_top_setup_view_wrap ul li{
   width: 50%;
   float: left;
   padding: 5px;
   height: 32px;
}
.view_top_setup_view_wrap ul li label{
   font-weight: normal;
   cursor: pointer;
}
.view_top_setup_view_wrap ul li [type="checkbox"]{
   vertical-align:middle;
   margin: 0;
}

.view_adm_top_element .btn-group{
   width: 100%;
}
.view_top_duyet .duyet_sub{
   width: 100%;
}

.view_adm_top_element .dropdown_menu_duyet {
    width: 800px;
    max-height: 300px;
    overflow-y: scroll;
    max-width: 100%;
}
.view_adm_top_element {
    width: auto;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}
.view_adm_top_element input[type=text]{
   width: 100%;
}
.view_adm_top_label{
   float: left;
   line-height: 30px;
   padding: 0px 5px;
}

.add_wrap{
   display: none;
}
.view_adm_top_add {
    width: 100%;
    float: left;    
    margin-bottom: 5px;
}
.view_adm_top_add input[type=text]{
   width: 100%;
}
.view_adm_top_add select{
   width: 200px !important;
}

.row_add_top{     
   position: static;
}

.view_adm_top_element2{     
   width: 100%;
}

.add_relative{
   position: absolute;
   top: 5px;
   right: 5px; 
}
.login-page {
  background: #d2d6de;
  background-position: center center;
}
.login-logo {
  margin-bottom: 0px;
  padding: 20px 0;
  background-color: #ffdd2b;
}
.form-select{
   max-width: 200px;
}
.form-input-file{
   border: none;
   padding: 5px 0px;
}
.form-input-radio{
  
}
.form-input-btn{
   margin-right: 10px;
}
.bv_update_form .form-input-btn{
   margin-right: 5px;
   padding: 6px 10px;
}
.form-label-radio{
   cursor: pointer;
}
.icom-admin-username {
  border: 1px solid #ccc;
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding: 5px 0;
  font-weight: 700;
}
.adm_img{
   max-width: 50px;
   max-height: 60px;
   overflow: hidden;
}
.adm_img img{
   max-width: 50px;
   overflow: hidden;
}
.form_errorMsg{
   color: red;
}
.form_asterisk{
   color: red;
}
#icom-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1100;
  display: none;
}

#icom-popup .overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 1104;
}

#icom-popup .dialog-wrap{
  position: absolute;
  top:40%;
  left: 50%;
  height: 200px;
  width: 460px;
  margin-top: -100px;
  margin-left: -230px;
  background-color: black;
  z-index: 1105;
  border: 1px solid #E7E7E7;
}
#icom-popup .dialog-wrap .dialog-meg {
  background: none repeat scroll 0 0 white;
  height: 150px;
  width: 100%;
}

#icom-popup .dialog-wrap .dialog-meg p{
  width: 100%;
  text-align: center;
  padding-top: 30px;
  font-size: 20px;
}

#icom-popup .dialog-wrap .dialog-footer {
  background: none repeat scroll 0 0 #E7E7E7;
  height: 50px;
  width: 100%;
}
#icom-popup .dialog-wrap .dialog-footer a{
  margin-top: 8px;
}

.icom-dialog-apply {
  float: left;
  margin-left: 20px;
}

.icom-dialog-cancel {
  float: right;
  margin-right: 20px;
}

.icom-admin-img-thumbnail {
  height: auto;
  max-height: 35px;
  overflow: hidden;
  width: 100%;
}
.icon-admin-subtitle {
  color: #555;
  display: block;
  font-size: 13px;
  font-style: italic;
}
.icom-menu-default-delete,.icom-default-delete {
  float: right;
}
.default-load-file-name, .default-load-file-value {
  border: none;
  padding: 0;
}
.icom-admin-slider-img {
  width: 100%;
  height: 90px;
  max-height: 90px;
}

.ex-modal-wrapper, .ex-modal-wrapper-special-delete {
  display: none;
}

.modal{
  position: fixed;
  top: 5%;
  left: 50%;
  margin-left: -25%;
  right: auto;
  bottom: auto;
  display: block;
  z-index: 10000;
  background: transparent!important;
}

.ex-model-overlay, .ex-model-overlay-upload {
  background: none repeat scroll 0 0 rgba(0,0,0, 0.6);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.ex-model-overlay-upload .modal-dialog {
  width: 800px;
}
.admin-media-view-img img{
  max-width: 100%;
}

.ex-form-shop-submit-ajax:hover {
  background: #E08E0B;
}
.ex-form-shop-submit-ajax:hover i{
  color: white;
}
.ex-load-bar {
  background: url("../imgs/loadbar.gif") no-repeat;
  width: 100%;
  height: 50px;
}
.ex-form-css-input {
  min-width: 230px;
  font-weight: 700;
  text-align: right;
}
.ex-form-css-group-input {
  margin: 5px 0px;
}
.ex-form-css-input-img {
  border-right: 1px solid #d2d6de;
}
.ex-layout-title {
  color: #eee;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  max-width: 100%;
  padding: 17px 0;
  text-transform: uppercase;
}
.td_label{
   width: 160px;
}
.form_text{
   position: relative;
}
.form_name_100 .form_name{
   width: 100px;
}
.form_name_150 .form_name{
   width: 150px;
}
.form_name_200 .form_name{
   width: 200px;
}
.form_div_label{
   float: left;
   text-align: right;
   line-height: 36px;
   margin-right: 10px;
}
.form_div_input{
   width: auto;
   float: left;
   margin-right: 10px;
}
.form_div_item{
   width: auto;
   float: left;
}
.pru_price_same{
   line-height: 36px;
   font-weight: bold;
   color: #E02222;
   font-size: 14px;
}
.input-short{
   width: 200px;
}
.form_div_input .input-normal{
   width: 570px !important;
}
.form-select{
   width: 200px;
}
.form_name_100 .form_div_label{
   width: 100px;
}
.form_name_150 .form_div_label{
   width: 150px;
}
.form_name_200 .form_div_label{
   width: 200px;
}
.adm_view_tr1{
   background: #ECF0F5;
}
.adm_view_tr0{
   background: #FFF;
}
.item_role label{
   cursor: pointer;
}
/****************************************************************************/
.row_orders_price{
   width: 100%;
   float: left;
   margin-bottom: 15px;
}
.row_orders_price .item{
   width: auto;
   float: left;
}
.row_orders_price .name{
   width: 100%;
   float: left;
   display: block;
}
.row_orders_price .total{
   font-size: 28px;
   margin-bottom: 0;
   font-weight: 700;
   -webkit-transition: .5s;
   transition: .5s;
   color: #3ac47d;
   margin-bottom: 0;
   font-family: comfortaa,cursive;
   line-height: 1;
   width: 100%;
   float: left;
   display: block;
}
/****************************************************************************/
.dd_top{
   overflow: hidden;
}
.dd_content{   
   overflow-x: scroll;
}
.dd_content p{
   margin: 0 0 5px;
}
.dd_content table tr td{
   padding: 6px 5px 0px 5px !important;
   border: 1px solid #A59E9E !important;
}
.dd_content table tr th{ 
   border: 1px solid #A59E9E !important;
}
.adm_tabel_0 table tr td{
   padding: 6px 5px 0px 5px !important;
   border: 1px solid #A59E9E !important;
}
.adm_tabel_0 table tr th{ 
   border: 1px solid #A59E9E !important;
}
.list_content table tr td {
    padding: 1px 8px;
}
.dd_content_1800{
   width: 1800px;
}
.dd_content_1700{
   width: 1700px;
}
.dd_content_1600{
   width: 1600px;
}
.dd_content_1500{
   width: 1500px;
}
.dd_content_1400{
   width: 1400px;
}
.dd_content_1300{
   width: 1300px;
}
.dd_content_1200{
   width: 1200px;
}
.dd_content_1100{
   width: 1100px;
}
.dd_content_1000{
   width: 1000px;
}
.dd_content_900{
   width: 1600px;
}
.dd_content_100{
   width: 100%;
}
.jeditor_select button{
   background-color: #3c8dbc;
   border-color: #367fa9;
   border-radius: 3px;
   -webkit-box-shadow: none;
   box-shadow: none;
   display: inline-block;
   padding: 0px 12px;   
   font-size: 14px;
   font-weight: 400;
   line-height: 1.42857143;
   text-align: center;
   white-space: nowrap;
   vertical-align: middle;
   -ms-touch-action: manipulation;
   touch-action: manipulation;
   cursor: pointer;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 4px;
   color: #FFF;
   margin-top: -2px;
   margin-bottom: 0;
   margin-left: 6px;
}
.dd_status.active{
   background: #00a65a !important;
}
.dd_status.no_active{
   background: #BF0C0C !important;
}
.dd_status.no_active_admin{
   background: #ffff56 !important;
}
.dd_action{
   cursor: pointer;
}
.pointer:hover td{
   opacity: 0.5;
}
.pointer:hover td:hover{
   opacity: 1 !important;
}
.dinh_bien_tuyen{
   list-style: none;
}
.dinh_bien_tuyen .dinh_bien_label{   
   cursor: pointer;
}
.dinh_bien_tuyen li{
   padding: 8px 0px;
   float: left;
   width: 100%;
   border-bottom: 1px solid #ccc;
}
.dinh_bien_input{
   padding: 2px 5px;
}
.dibi_item{
   float: left;
   position: relative;
}
.dibi_item .input_score{  
   padding: 2px 5px;
   width: 50px;
}
.dibi_item .form-select{
   float: left;
   width: 120px;
   padding: 3px 5px;
   height: 28px;
}
.dibi_item2 .dinh_bien_label{
   float: left;
   line-height: 30px;
   margin-right: 6px;
}
.dibi_item3 .input_thoi_han {
   padding: 3px 6px;
}
.dibi_item1 {
   width: 175px;
}
.dibi_item2 {
   width: 200px;
}
.dibi_item3 {
   width: 215px;
}
.dibi_item4 {
   width: 100px;
}
/******************************** sdv_tree_li *****************************/
.sdv_tree .sdv_tree_content{
   display: none;
}
.sdv_tree_ul{
   list-style: none;
   margin: 0;
}
.sdv_tree .sdv_tree_top{
   cursor: pointer;
}
.xu_ly_vi_pham{
   border-left: 3px solid #d2d6de;
   border-bottom: 3px solid #d2d6de;
}
.xu_ly_vi_pham .sdv_tree_top p{
   font-weight: bold;
   font-size: 16px;
   padding: 5px 10px;
   color: #FFF;
}
.xu_ly_vi_pham .sdv_tree_top{
   line-height: 36px;
}
.xu_ly_vi_pham .xlvp_title_0{
   background: #00c0ef;
}
.xu_ly_vi_pham .xlvp_title_1{
   background: #f39c12;
}
.xu_ly_vi_pham .xlvp_title_2{
   background: #f56954;
}
.xu_ly_vi_pham .xlvp_title_3{
   background: #39CCCC;
}
.xu_ly_vi_pham .xlvp_title_4{
   background: #D81B60;
}
.xu_ly_vi_pham .xlvp_title_5{
   background: #ff851b;
}
@media (min-width: 768px){
   .form-inline .xu_ly_vi_pham .form-control {
       width: 100%;
   }
}

/*******************************popup**********************************/
.popup {
    position: fixed;
    top: 20px;
    left: 50%;
    width: 600px;
    background: #fff;    
    border-radius: 5px;
    z-index: 2999;
    display: none;
    margin-left: -300px;
}
.popup .pop_wrapper {
    position: relative;      
}
.popup .pop_wrapper .icon-close {
    background: url(/admin/themes/imgs/icon_close.png) no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}
.popup .pop_title {
   color: #fff;
   font-size: 18px;
   text-align: left;
   padding: 6px 0px;
   text-transform: none;
   background-color: #428bca;
   font-weight: bold;
   padding-left: 10px;
}
.popup .pop_content {    
    margin: 20px 0;
}
.pop_dieu_do .item{
   width: 100%;
   float: left;
   margin-bottom: 10px;
   line-height: 30px;
}
.pop_dieu_do .item_sub{
   width: 50%;
   float: left;
   position: relative;
}
.item_sub_content{
   width: auto;
   float: left;
   position: relative;
}
.popup .pop_dieu_do .item_sub_input{
   width: 150px;
}
.pop_dieu_do .pop_label{
   width: 110px;
   float: left;
   min-height: 20px;    
   line-height: 30px;
   padding-left: 10px;
   color: #333;
   font-weight: bold;
   display: block;
}
.popup .pop_select{
   border-radius: 0px !important;
   box-shadow: none;
   border-color: #d2d6de;
   width: 200px;
   height: 30px;
}
.popup .pop_area{
   border-radius: 0px !important;
   box-shadow: none;
   border-color: #d2d6de;
   width: 460px;
   height: 60px;
   padding: 2px 5px;  
   line-height: 16px;
}
.popup .pop_text{
   border: 1px solid #d2d6de;
   width: 460px;
   height: 30px;
   padding: 2px 5px;
}
#overlay_for_popup {
    top: 0;
    left: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 8;
    display: none;
    background: rgba(0,0,0,.6);
}
.paging_wrap{
   padding: 5px;
   background-color: #FBBA28;
   margin: 5px 0px;
}
.paging_wrap .ppage{
   width: 36px;
   padding: 0px 6px;
}
.paging_wrap .plimit{
       margin: 0px 5px;
}

/************************************************************/

.my_droplist_icon_edit {
  float: right;
  width: auto;
  display: none;
}
.my_droplist_edit_content {
  z-index: 9;
  position: absolute;
  display: none;
  max-height: 388px;
  overflow: auto;
  position: absolute;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  font-stretch: 100%;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transform: translateY(0px);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: absolute;
  top: 20px;
  left: 0px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 25px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 25px rgb(0 0 0 / 25%);
  border: none;
  overflow: hidden !important;
  transform: none !important;
  max-height: inherit !important;
  transition: inherit !important;
  padding: 0.5rem 0;
  width: 220px;
}

.my_droplist_edit_content ul {
  width: 100%;
  float: left;
  list-style: none;
  padding: 0px 10px;
}
.my_droplist_edit_content ul li {
  width: 100%;
  float: left;
  padding: 5px;
  height: 28px;
  font-weight: normal;
  cursor: pointer;
}
.my_droplist_edit_content ul li:hover {
  background: #5cb85c;
  color: #fff;
}
/******************************************************************************/
.detail_product_tab {
    border-bottom: 1px solid #1887ce;
    line-height: 28px;
    list-style: none;
    width: 100%;
    float: left;
    padding: 0;
}
.detail_product_tab li {
    border: 1px #E5E5E5 solid;
    border-bottom: none;
    border-left: none;
    float: left;
    position: relative;
    white-space: nowrap;
    height: 29px;
}
.detail_product_tab li:first-child {
    border-left: 1px #E5E5E5 solid;
}
.detail_product_tab li a {
    background: #F3F3F3;
    display: block;
    padding: 0px 10px;
}
.detail_product_tab li.active {
    border: 1px solid #1887ce;
    border-bottom: none;
    font-weight: bold;
}
.detail_product_tab li i {
    background: #FFF;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -1px;
}
.detail_product_tab li.active a, .detail_product_tab li.active a:hover {
    background: #FFF;
    color: #365DB5;
}
/******************************************************************************************/
.detai_call_item_content .user_avatar{
   width: 50px;
   height: 50px;
   display: block;
   float: left;
   overflow: hidden;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   border-radius: 100%;
}
.detai_call_item_content .user_avatar img{
   width: 100%;
   min-height: 50px;
}
.detai_call_item_content .info{
   padding-left: 60px;
   padding-right: 100px
}
/*************************************** COMMENT ******************************************/
.call_comment_list{
   width: 100%;
   float: left;
   padding-left: 50px;
}
.call_comment_list .com_item{
   width: 100%;
   float: left;
   padding: 5px 0px;
   border-top: 1px solid #e5e5e5;  
}
.call_comment_list .com_item .user_avatar{
   width: 50px;
   height: 50px;
   display: block;
   float: left;
   overflow: hidden;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   border-radius: 100%;
}
.call_comment_list .com_item .user_avatar img{
   width: 100%;
   min-height: 50px;
}
.call_comment_list .com_item .com_content{
   padding-left: 60px;
}

.call_comment_list .com_item .intro{
   line-height: 22px;
   font-size: 14px;
}
.call_comment_list .com_item .img{
   display: block;
   width: 140px;
   max-height: 160px;
   overflow: hidden;
   float: left;
   margin-right: 10px;
}
.call_comment_list .com_item .img img{
   width: 100%;
   height: auto;
}
.call_comment_list .com_item .info{
    font-size: 11px;
}
.call_comment_list .com_item .user_name{
   color: #333;
   font-weight: bold;
   font-size: 14px;
}
.call_comment_list .com_item .info .time{
    color: rgba(0,0,0,0.6) !important;
}
.news_comment_post{
   width: 100%;
   float: left;
   display: none;
   padding: 10px 0px 0px 50px;
}
.news_comment_post .item_submit{
   margin-top: 15px;
}
.news_comment_post .post_com_content{
  width: 100%; 
  height: 60px;
  margin: 5px 0px;
  padding: 10px;
  border: 1px solid #e5e5e5;
}
.news_comment_post .post_com_content:focus{
   border: 1px solid #e5e5e5;
   outline: none;
}
/***************************************************************/
.header_call_top{
   float: right;   
   font-size: 18px;
   height: 40px;
   width: 40px;
   padding-top: 0;
   position: relative;
   cursor: pointer;
   color: #216cb4;
}
.header_notifi_content{
   width: auto;
   float: right;
   margin-right: 6px;
   position: relative;
}
.header_notifi{
   float: right;   
   font-size: 18px;
   height: 40px;
   width: 40px;
   padding-top: 7px;
   position: relative;
   cursor: pointer;
   color: #216cb4;
}
.header_notifi span{
   position: absolute;
   right: -8px;
   top: 3px;
   font-size: 11px;
   display: block;
   background: #df0000;
   color: #FFF;
   padding: 0px 6px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   line-height: 14px;
   font-weight: bold;
}
.header_notifi_list{
   position: absolute;
    top: 36px;
    right: -72px;
    width: 400px;
    background: #fff;
    border: 1px solid #CCC;
    color: #222;
    list-style: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 9;
    display: none;
}
.header_notifi_list .notify_header {
   text-align: left;
   background: #FFF;
   border-bottom: 1px solid #CCC;
   overflow: hidden;
   font-weight: bold;
   width: 100%;
   float: left;
   padding: 8px 10px;
   font-size: 14px;
}
.header_notifi_list .arrow {
    background: url(/themes/images/icon_24_11.png) no-repeat scroll 0px -97px transparent;
    height: 17px;
    right: 72px;
    position: absolute;
    z-index: 99;
    top: -11px;
    width: 22px;
}
.header_notifi_list ul{
   width: 100%;
   float: left;
   list-style: none;
}
.header_notifi_list ul li{
   float: left;
   list-style: none;
   border-bottom: #eee 1px solid;
   padding: 10px 10px;
   width: 100%;
}
.header_notifi_list ul li .image{
   width: 60px;
   height: 60px;
   float: left;
   overflow: hidden;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   border-radius: 100%;
   margin-right: 5px;
}
.header_notifi_list ul li .image img{
   width: 100%;
   min-height: 60px;
}
.header_notifi_list ul li .info{
   width: 90%;
   float: left;
}
.header_notifi_list ul li .title{
   line-height: 16px;
   margin-bottom: 5px;
   color: #333;
}
.header_notifi_list ul li .city{
   font-size: 11px;
   color: #999;
   font-weight: normal;
}
.header_notifi_list ul li .price{
   width: 50%;
   float: left;
   display: block;
   font-weight: bold;
}
.header_notifi_list ul li .delete{
   text-align: right;
   width: 10%;
   float: left;
   padding-top: 20px;
}
/*************************************************************/
.menu_scroll {
    display: table;
    width: 100%;
    z-index: 999;
    margin-bottom: 10px;
    background: #ecf0f5;
    color: #333;
}
.menu_scroll.scroll {
    background: #00a65a;
    position: fixed;
    top: 0;
    left: 50px;
    width: 100%;
}

.menu_scroll ul {
    list-style: none;
}
.menu_scroll ul li {
    float: left;
    padding: 10px 10px;
    cursor: pointer;
    font-size: 15px;
    position: relative;
}
.menu_scroll ul li .total_confirm{
   position: absolute;
   top: 2px;
   right: 0px;
   font-size: 10px;
   color: #FFF;
   background: red;
   padding: 2px 5px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}
.menu_scroll ul li ul.dropdown {
   position: absolute;
   min-width: 330px;
   background: #fff;
   margin-top: 10px;
   left: 0;
   display: none;
   z-index: 99;
   max-height: 300px;
   overflow-y: scroll;
   border: 1px solid #ecf0f5;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}
.menu_scroll ul li:hover > .dropdown {
    display: block;
}
.menu_scroll ul li ul.dropdown li {
    width: 100%;
}
.menu_scroll ul li ul.dropdown li.active {
    background: rgba(0,0,0,0.3);
}
.menu_scroll ul li ul.dropdown li.active a,
.menu_scroll ul li.active a {
    color: #333;
}
.menu_scroll ul li ul.dropdown li a,
.menu_scroll ul li a {
    color: #333;
    display: block;
}
.menu_scroll.scroll li {
    color: #333;
}
.menu_scroll>ul>li:hover,
.menu_scroll>ul>li.active_scroll,
.menu_scroll>ul>li.active {
   background: #FFF;
   -webkit-border-top-left-radius: 5px;
   -webkit-border-top-right-radius: 5px;
   -moz-border-radius-topleft: 5px;
   -moz-border-radius-topright: 5px;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
}
.menu_scroll ul.dropdown li {
    padding: 0;
}
.menu_scroll ul.dropdown li a {
    padding: 8px 25px;
    font-size: 14px;
}
.menu_scroll ul li ul.dropdown li.active,
.menu_scroll ul li ul.dropdown li:hover {
    background: #216cb4;
}
.menu_scroll ul li ul.dropdown li.active a,
.menu_scroll ul li ul.dropdown li:hover a{
    color: #FFF;
}
.menu_scroll ul li::before {
    display: none;
}
/****************************************************************************/
#submit{
    background: #f37021;
   display: block;
   width: auto;
   color: #FFF;
   height: 40px;   
   float: left;
   padding: 0px 15px;
   font-weight: bold;
   line-height: 40px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   margin-top: 5px; 
   border: none;
   cursor: pointer; 
   margin-right: 10px;
}
#reset{
   background: #CCC;
   display: block;
   width: auto;
   color: #333;
   height: 40px;   
   float: left;
   padding: 0px 15px;
   font-weight: bold;
   line-height: 40px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   margin-top: 5px;
   border: none;
   cursor: pointer;  
}
/*************************************************************************/
#preview{
   color:#cc0000;
   font-size:12px;
}
#preview .img_avatar{
   border: 2px solid #FF7519;
}

#img_auto_preview{
   color:#cc0000;
   font-size:12px;
}
#img_auto_preview .img_avatar{
   border: 2px solid #FF7519;
}
.imgList {
   height: 90px;
   margin-right: 5px;
   border: 2px solid #dedede;
   float: left;
   width: 130px;
   overflow: hidden;
   cursor: pointer;
   margin-bottom: 10px;
   position: relative;
}
.imgList img{
   min-height:90px;
   width: 100%;
}
#imageloadbutton{
   width: 126px;
   height: 92px;
   background: url('/themes/v1/images/bg_upload_1.png') 0px 0px no-repeat;
   overflow: hidden;
   cursor: pointer;
}
#imageloadbutton #photoimg {
    display: block !important;
    width: 126px !important;
    height: 90px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    cursor: pointer;
}
#img_auto_upload_button{
   width: 126px;
   height: 92px;
   background: url('/themes/v1/images/bg_upload_1.png') 0px 0px no-repeat;
   overflow: hidden;
   cursor: pointer;
}
#img_auto_upload_button #photoimg {
    display: block !important;
    width: 126px !important;
    height: 90px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    cursor: pointer;
}
.btn_del_img {
    background: #f57301!important;
    color: #fff!important;
    padding: 0px 6px;
    display: block;
    float: right;
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 23px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}
/***************************user form********************************/
.form_post_messaage{   
   color: #a94442;
   background-color: #f2dede;
   border-color: #ebccd1;
   padding: 25px 20px;
   margin-bottom: 20px;
   border: 1px solid transparent;
   border-radius: 4px;
   font-size: 16px;
   line-height: 26px;
}
.form_post_messaage a{
   color: #0054a0;
   text-decoration: underline;
}
.user_post_form {
    width: 100%;
    margin: 20px 0px;
    font-family: tahoma;
}
.user_post_form .user_post_form_content {
    width: 100%;
    padding: 0px 0px 30px 0px;
    background: #fff;
}
.user_post_form_content .item {
   padding: 10px 0;
   width: 100%;
   float: left;
   padding-right: 20px;  
   line-height: 36px;  
}
.user_post_form_content .item .item_sub_first{
   padding-right: 2%;
}
.user_post_form_content .item .item_sub_last{
   padding-left: 2%;
}
.user_post_form_content .item .item_sub{
   width: 50%;
   float: left;  
}
.user_post_form_content .item_message {
   width: 100%;
   float: left;
   color: red;
}
.user_post_form_content div label {
   float: left;
   width: 166px;
   text-align: right;
   padding-right: 15px;
   line-height: 36px;
}
.user_post_form_content .item_input{
   padding-left: 166px;
}
.user_post_form_content div input[type=text], .user_post_form_content div input[type=password] {
   border: 1px solid #dfdfdf;
   padding: 5px;
   width: 100%;
   height: 33px;
}
.user_post_form_content .input_select{
   width: 100%;
   height: 33px;
   line-height: 33px;
   border: 1px solid #dfdfdf;
}
.user_post_form_content .input_texta{
   border: 1px solid #dfdfdf;
   padding: 5px;
   width: 100%;
   height: 68px;
}
.user_post_form_content .input_des{
   border: 1px solid #dfdfdf;
   padding: 5px;
   width: 100%;
   height: 68px;
}
.user_post_form_content .dangky {
    width: 100%;
    text-align: center;
}
/***************************user form pro********************************/
.user_form_pro {
    width: 100%;
    font-family: tahoma;
}
.user_form_pro .user_form_pro_content {
    width: 100%;
    padding: 0px 0px 30px 0px;
    background: #fff;
}
.user_form_pro_content .item {
   padding: 8px 0;
   width: 100%;
   float: left;   
   line-height: 36px;
}
.user_form_pro_content .item .item_sub_first{
   padding-right: 2%;
}
.user_form_pro_content .item .item_sub_last{
   padding-left: 2%;
}
.user_form_pro_content .item .item_sub{
   width: 50%;
   float: left;  
}
.user_form_pro_content .item_message {
   width: 100%;
   float: left;
   color: red;
}
.user_form_pro_content div label {
   float: left;
   width: 100px;
   line-height: 36px;
   min-height: 10px;
}
.user_form_pro_content .item_input{
   padding-left: 160px;
}
.user_form_pro_content div input[type=text], .user_form_pro_content div input[type=password] {
   border: 1px solid #dfdfdf;
   padding: 5px;
   width: 100%;
   height: 33px;
}
.user_form_pro_content .input_select{
   width: 100%;
   height: 33px;
   line-height: 33px;
   border: 1px solid #dfdfdf;
}
.user_form_pro_content .input_texta{
   border: 1px solid #dfdfdf;
   padding: 5px;
   width: 100%;
   height: 68px;
}
.user_form_pro_content .input_des{
   border: 1px solid #dfdfdf;
   padding: 5px;
   width: 100%;
   height: 68px;
   float: left;
}
.user_form_pro_content .dangky {
    width: 100%;
    text-align: center;
}
.usi_description{
   font-size: 14px;
   line-height: 26px;
   margin-bottom: 20px;
}
.user_info_text .item{
   width: 100%;
   padding: 5px 0px;
}
.user_info_text .item label{
   width: 100px;
   display: block;
   float: left;
}
.item_input_image {
    width: 100%;
    float: left;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f9f9f9;
}

/**********************************************************************/
.album_image{
   width: 100%;
   float: left;
   list-style: none;
   position: relative;
}
.album_image .album_item{
   width: 100%;
   float: left;
   overflow: hidden;
   max-height: 300px;
}
.album_image .item_hiden{
   display: none;
}
.album_image .album_item img{
   width: 100%;
   height: auto;
}
.album_image_total_2 .album_item_0,.album_image_total_3 .album_item_0,
.album_image_total_4 .album_item_0,.album_image_total_5 .album_item_0{
   border-bottom: 2px solid #FFF;
}

.album_image_total_3 .album_item_1{
   width: 50%;
   float: left;
   height: 120px;   
   border-right: 1px solid #FFF;
}
.album_image_total_3 .album_item_2{
   width: 50%;
   float: left;
   height: 120px;
   border-left: 1px solid #FFF;
}
.album_image_total_3 .album_item_1 img,.album_image_total_3 .album_item_2 img{
   width: 100%;
   height: auto;
   min-height: 120px;
}
.album_image_total_4 .album_item_1,.album_image_total_4 .album_item_2{
   width: 33.33333333%;
   float: left;
   height: 120px;   
   border-right: 1px solid #FFF;
}
.album_image_total_4 .album_item_3{
   width: 33.33333333%;
   float: right;
   height: 120px;
   border-left: 1px solid #FFF;
}
.album_image_total_4 .album_item_1 img,.album_image_total_4 .album_item_2 img,.album_image_total_4 .album_item_3 img{
   width: 100%;
   height: auto;
   min-height: 120px;
}
.album_image_total_5 .album_item_1,.album_image_total_5 .album_item_2,.album_image_total_5 .album_item_3{
   width: 25%;
   float: left;
   height: 120px;   
   border-right: 1px solid #FFF;
}
.album_image_total_5 .album_item_4{
   width: 25%;
   float: right;
   height: 120px;
   border-left: 1px solid #FFF;
}
.album_image_total_5 .album_item_1 img,.album_image_total_5 .album_item_2 img,
.album_image_total_5 .album_item_3 img,.album_image_total_5 .album_item_4 img{
   width: 100%;
   height: auto;
   min-height: 120px;
}
.album_image .album_more{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 120px;
    background-color: rgba(0,0,0,.58);
    color: #FFF;
    padding: 50px 10px 20px 10px;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    font-size: 14px;
    cursor: pointer;
}
/******************************************************************************/
.call_center_wrap{
   width: 100%;
   float: left;
}
.call_center_wrap #answerBtn, #rejectBtn {
    color: white;
}
.call_center_wrap #incoming-call-div {
    display: none;
    background: yellow;
    height: 50px;
    padding-top: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.call_center_wrap button {
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    background-color: #10b759;
    border-color: #10b759;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 6px 12px;
    line-height: 1.5;
    border-radius: 0.25rem;
    margin-left: 0px;
    margin-right: 10px;
}
.call_center_wrap button:disabled,
.call_center_wrap button[disabled],button[disabled]:hover{
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}
.call_center_wrap button:hover {
    border: 1px solid #1dcc69;
    background-color: #1dcc69;
}
.call_center_wrap .call_center_action{
   width: auto;
   float: left;
}
.call_center_wrap .call_center_info{
   width: auto;
   float: left;
   line-height: 36px;
}
.call_center_wrap #hangupBtn, .call_center_wrap #btnAnswerCall{
   display: none;
}
.call_center_wrap .item_checkbox{
    width: 36px;
    margin-left: 15px;
}
/******************************************************************************/
.detai_listing_call{
   width: 100%;
   list-style: none;
   float: left;
}
.detai_listing_call li{
   width: 100%;
   list-style: none;
   float: left;
   border-bottom: 1px solid #CCC;
   padding: 5px 0px;
   position: relative;
}
.detai_listing_call .btn_detai_call_pin{
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    display: none;
}
.detai_listing_call li:hover .btn_detai_call_pin{
   display: block;
}
.detai_listing_call .btn_detai_call_unpin{
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    display: block;
}


.detai_listing_call .detai_call_item .info{
   
}
.detai_call_media .btn_call_detail_play{
   font-size: 36px;
   cursor: pointer;
   float: right;
}
.detai_call_media{
   width: 350px;
   float: right;
   position: absolute;
   right: 0px;
   top: 10px;
}
.btn_detai_call_comment{
   color: rgba(0, 0, 0, 0.6);
}
.btn_detai_call_comment:hover{
   color: #23527c;
}
/******************************************************************************/
.table_full{
   width: 100%;
   margin-bottom: 0;
}
.table_content{
   width: 50%;
   float: left;
   margin-bottom: 0;
}
@media (min-width: 768px){
   .form-inline .view_adm_search_element {
       display: inline-block;
       width: auto;
       vertical-align: middle;
   }
   .view_top_duyet .duyet_sub{
      width: 50%;
   }
   .view_adm_top_element .dropdown_menu_duyet {       
       max-width: 800px !important;
   }

   .form-inline .view_adm_top_element {
       display: inline-block;
       width: auto;
       vertical-align: middle;
   }
   .box-body .view_adm_top_element {
       display: inline-block;
       width: auto;
       vertical-align: middle;
   }

   .form-inline .row_add_top {       
      width: auto;
      position: absolute;
      top: 2px;
      right: 5px;        
   }
   .form-inline .view_adm_top_element2 {       
      width: 360px;            
   }
}
@media screen and (max-width: 680px) {
    .table_content {
        width: 100%;
    }
    .table_full_note .form_name{
      width: 0px;
    }
    .table_full_submit .form_name{
      width: 0px;
    }
    .add_relative{
      position: static;
    }
}
/************************************************************/
@media (max-width: 1000px){
   .box_view_body .row_add_top {
       position: initial;
       margin-bottom: 10px;
   }      
}
@media (max-width: 768px){
   .bv_top_tab .bv_top_tab_ul {
       position: initial;
       margin-bottom: 10px;
   }   
   .box_view_body .bv_content .bv_content_sub{
      width: 100%;
      padding: 0 !important;
   }
   .box_view_body{
      overflow: hidden;
      width: 100%;
   }
   
}