.list_idea {
	margin-bottom: 30px !important;
    margin-top: 30px !important;
    font-family: Arial, Helvetica, sans-serif;
}
.list_idea .dropdown {
    width: 100%;
	padding: 9px;
	border-radius: 4px;
}

.list_idea .search {
    width: 100%;
    padding: 7px;
    border-radius: 4px;
    border: 1px solid #aaa;
}

.list_idea .row .control {
	margin-bottom: 10px;
}

.list_idea .idea_btn {
	background: #0309a2;
    color: #fff;
	border-radius: 4px;
}

.btn_vote.success {
	background: green;
	color: #fff;
}

.list_idea .btn_search {
    width: 150px;
}

.list_idea .idea_item {
    border-top: 1px dashed #ccc;
    padding-top: 30px;
    padding-bottom: 15px;
}

.search_controls {
    margin-bottom: 30px;
}

.list_idea .title {
    font-size: 16px;
    color: #222;
    line-height: 2.5;
	font-weight: 600;
}

.list_idea .vote {
    font-size: 15px;
    color: #5f5f5f;
	margin: 0;
}

.small_input {
	width: 95px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px !important;
}

.select2-container .select2-selection--single {
    height: 33px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px !important;
}
.dataTables_wrapper{
	padding: 0px !important;
	border: none !important;
}
.vote_box {
    position: static;
    float: left;
    width: 50%;
    height: 100%;
    text-align: center;
    display: inline-flex;
    align-items: center;
	margin-top: 15px;
}

.idea_detail .extra_info .vote_box {
	width: 100%;
	margin-bottom: 15px;
}

.idea_detail .extra_info .vote, .idea_detail .extra_info .left p {
	margin-bottom: 0;
}

.idea_detail .extra_info {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    background-color: #f6f6f6;
    margin-top: 30px;
    margin-bottom: 30px;
}

.social .share {
	border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 36px;
    font-size: 22px;
    background-color: #fff;
    margin-right: 7px;
}

.idea_detail .extra_info .right .share {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    font-size: 22px;
    background-color: #fff;
	margin-right: 15px;
}


.idea_detail .extra_info .right .share .fa-twitter {
	color: rgba(29,161,242,1.00);
}

.idea_detail .extra_info .right .share .fa-envelope-o {
	color: #d51616;
}

.idea_detail .extra_info .right .share.envelope {
	border: 1px solid #d51616;
}

.idea_detail .extra_info .right .share.facebook {
	border: 1px solid #0309a2;
}

.idea_detail .extra_info .right .share.zalo {
	border: 1px solid #0a50f0;
    background: url(../images/zalo.png) no-repeat;
    background-size: 50px 50px;
    background-position: center;
}

.idea_detail .extra_info .right .share.zalo .img-zalo {
	margin-top: -7px;
}


.idea_detail .extra_info .right .social_title {
	margin-top: 15px;
}

.btn_vote {
    margin-left: 15px;
}

.btn_vote .fa-hand-o-right {
	margin-right: 10px;
}

.vote .label_vote{
    margin-left: 0;
}

.list_idea .idea_item .image {
	text-align: center;
}

.list_idea .idea_item .image img {
	width: 125px;
}

.btn_vote.alert {
    background: #eee;
    color: #000;
	padding: 6px 25px;
}

.owl-carousel-ideas {
	margin-top: 45px;
}

.owl-carousel-ideas .owl-nav {
	 text-align: center;
}

.owl-carousel-ideas .owl-nav .owl-prev span {
	font-size: 30px;
    margin-right: 7px;
}

.owl-carousel-ideas .owl-nav .owl-next span {
	font-size: 30px;
    margin-left: 7px;
}

.idea_detail .title {
    text-align: center;
	margin-top: 50px;
}

.idea_detail .desc {
    margin-bottom: 30px;
    text-align: justify;
    line-height: 2.0;
    font-size: 15px;
}

#lightgallery {
	margin-top: 30px;
}

#lightgallery img.img-responsive {
    padding: 30px;
	height: 175px;
	border: 1px solid #d9d9d9;
    border-radius: 4px;
}


/* gallery image in backend for vote post */
div#custom-images-uploader {
    margin-top: 30px;
}

#custom-images-uploader .image-wrapper {
    width: 18%;
    display: inline-block;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    padding: 15px;
	margin-right: 15px;
}

#custom-images-uploader .image-wrapper img {
	border: 1px solid #ccc;
	width: 100%;
    height: 145px;
    object-fit: cover;
}
span.active {
    color: #08d108;
}

span.shippingactive {
    color: #d15208;
}
/* end gallery image in backend for vote post */

.header_box {
    padding: 15px;
    border: 1px solid #ddd;
    padding-top: 0;
    background: #fff;
    border-radius: 4px;
	margin-right: 15px;
    overflow: hidden;
	margin-top: 30px;
}

.header_box .box-header {
	display: inline-block;
}

.export2excel {
    line-height: 22px;
    padding: 0px 10px;
    background: #0073aa;
    border: none;
    color: #fff;
}
.related_ideas {
	width: 100%;
	margin-bottom: 20px;
}

.idea_detail .list_idea .inventory-item-info a {
	color: #0309a2;
	text-decoration: none;
}

.export2excel {
    line-height: 28px;
}

/* #ui-datepicker-div {
	position: unset !important; 
} */


.list_idea .title_sort {
	padding-top: 7px;
}
.list_idea .title_sort p {
	color: #fff;
}

.list_idea .social {
    margin-left: 15px;
	font-size: 15px;
    color: #5f5f5f;
	width: 100%;
    text-align: right;
	padding-top: 15px;
}

/* submit understand */

button.sm_btn:focus {outline: none !important;}
.action-form input.sm_btn:focus {
    outline: none;
}

.sm_btn.in_active {
    font-size: 15px !important;
    background-color: #eee!important;
    border: 1px solid #ddd;
    color: #222 !important;
    cursor: pointer;
}
.sm_btn.active {
    border: 1px solid #ddd;
    color: #fff !important;
    cursor: pointer;
}
/*
form.wpforms-form .wpforms-field-likert_scale table.modern tbody tr td input[type=radio]:checked+label:after, form.wpforms-form .wpforms-field-likert_scale table.modern tbody tr td input[type=checkbox]:checked+label:after {
    border: 1px solid #0075FF!important;
    background: #fff !important;
}
form.wpforms-form .wpforms-field-likert_scale table.modern tbody tr td input[type=radio]:checked+label:before, form.wpforms-form .wpforms-field-likert_scale table.modern tbody tr td input[type=checkbox]:checked+label:before {
    content: "";
    position: absolute;
    top: 0px!important;
    top: 3.5px!important;
    left: 52.5% !important;
    width: 10px !important;
    height: 10px !important;
    background-size: auto;
    background-image: none !important;
    z-index: 1;
    background: #0075ff;
    border-radius: 50%;
}*/
form.wpforms-form .wpforms-field-likert_scale table.modern tbody tr td input[type=radio]:checked+label:after, form.wpforms-form .wpforms-field-likert_scale table.modern tbody tr td input[type=checkbox]:checked+label:after {
    background-color: #0075ff!important;
    border: 0;
}
input[type=radio]{
    position: absolute !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    width: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    word-wrap: normal !important;
}
input[type=radio]+label{
    display: block!important;
    width: 100%!important;
    position: relative!important;
    cursor: pointer!important;
}

input[type=radio]+label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    margin: 0 0 0 -10px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 50%;
}

input[type=radio]+label:before{
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    margin: 0 0 0 -2px;
    width: 14px;
    height: 14px;
    background-size: contain;
    z-index: 1;
}
input[type=radio]+label:after {
    margin: 0 0 0 0px!important;
}
input[type=radio]+label {
    color: #444;
    padding-left: 25px !important;
}
li.wpforms-selected input[type=radio]+label:after {
    background: #0075ff!important;
    border-color: #0075ff!important;
}
li.wpforms-selected input[type=radio]+label:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px !important;
    margin: 0 0 0 0px;
    width: 15px;
    height: 15px;
    background-image: url(/wp-content/plugins/wpforms-surveys-polls/assets/images/check.svg);
    background-size: contain;
    z-index: 1;
}

/* [type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  background: #fff;
}

[type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px !important;
    margin: 0 0 0 0px;
    width: 15px;
    height: 15px;
	background-color: transparent;
    background-image: url(/wp-content/plugins/wpforms-surveys-polls/assets/images/check.svg);
    background-size: contain;
    z-index: 1;
}

[type="checkbox"] + label{
	padding-left: 25px !important;
}
input[type=checkbox] {
    position: absolute !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    width: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    word-wrap: normal !important;
}
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 18px; 
  height: 18px;
  border: 1px solid #333;
  background-color: #fff;
  border-radius: 2px;
}

[type="checkbox"]:checked + label:after{
    background: #0075ff!important;
    border-color: #0075ff!important;	
}

[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
} */


.last .wpforms-field-pagebreak {
    display: none !important;
}
.understand_box {
	margin-top: 15px;
	margin-bottom: 15px;
}

label.lbl_understand, #survey_readed {
	color: #444;
	font-size: 16px;
}

.smile_vote_wrapper.wpforms-form-page-modern #wpforms-form-page-page {
    border-top-color: #e75400;
}

.boder_top_image {
	width: 100%;
    height: 195px;
    background-repeat: repeat;
	background-size: cover;
}
.action-form input.sm_btn {
    float: right;
}
.action-form>a.cancel {
    color: #e75400 !important;
    display: inline-block;
    font-size: 15px !important;
}
.action-form {
    border-top: dashed 1px #ddd;
    margin-top: 15px;
    padding-top: 10px;
}
h1.vote_title {
    font-size: 25px;
    color: #444;
    margin-bottom: 30px;
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
}
.sm_thele ul li {
    margin-bottom: 8px;
}
label.lbl_understand {
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    line-height: 25px;
    border-top: dashed 1px #ddd;
    margin-top: 8px;
    padding-top: 15px;
}
input#survey_readed {
    width: 24px;
    transform: scale(1.5);
}
div.wpforms-container-full .wpforms-form .wpforms-field-description.before,.wpforms-field-description {
    font-size: 16px;
    font-style: italic;
    padding: 10px 3px;
}
.wpforms-form-page-wrap img {
	margin-bottom: 15px;
}

/* .toplevel_page_menu_slug .wp-submenu.wp-submenu-wrap {
	display: none;
} */
.header_box form {
    float: left;
}
.dowload_sample_file {
	font-weight: bold;
    display: inline-block;
    float: right;
	margin-right: 30px;
	margin-top: 10px;
}

.sm_show {
	display: block;
}


.sm_require {
	border: 1px dashed #31c3e3 !important;
}
form.wpforms-form .wpforms-field-likert_scale table.modern tbody tr td label:after {
    margin: 0 0 0 -5px!important;
}
.sm_error {
    font-size: 14px;
    color: #e75400 !important;
    padding-top: 10px;
    display: block;
	}
.sm_hide {
	display: none;
}
.sm_thele h2 {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.sm_thele h3 {
    font-size: 16px;
}
.sm_thele ul {
    margin-left: 20px;
    font-size: 15px;
}

.btn_oneday_default_box {
	text-align: right;
	float: right;
}


.btn_oneday_default {
    width: 125px;
	float: right;
	outline: none;
    cursor: pointer;
	margin-top: 1px;
}

.btn_oneday_default .dashicons-before:before {
	line-height: unset;
}

.header_box .btn_oneday_default, .header_box_no_box .btn_oneday_default {
	margin-top: 15px;
}

.phan_loai .btn_oneday_default {
	float: none;
}

.fill_box_1 {
	width: 100px;
}
/* submit understand */

form.wpforms-form .wpforms-field-likert_scale table.modern tbody tr th {
    min-width: 320px !important;
}
@media only screen and (max-width: 520px) {

form.wpforms-form .wpforms-field-likert_scale table.modern tbody tr th {
    min-width: 160px !important;
}
	.list_idea .idea_btn.btn_vote {
		min-height: 75px;
	}
	
	.list_idea .social {
		width: 100%;
		float: left;
		text-align: center;
		margin-left: 0;
	}
}

/* new css */ 
.phan_loai .item-left {
    width: 25%;
    float: left;
}

.phan_loai .item {
    margin-bottom: 15px;
	overflow: hidden;
}

.item-right {
    width: 75%;
    float: right;
}

.phan_loai label {
    font-size: 15px;
    vertical-align: middle;
    margin-top: 7px;
    display: block;
}

.phan_loai select, #tong_can_nang {
	width: 180px;
}

#oneday_add_item {
    width: 37px;
}

#data-list-mvd {
    display: block;
    overflow-y: scroll;
    max-height: 350px;
	width: 100%;
}

#data-list-mvd tbody tr td input, #data-list-mvd tbody tr td:nth-child(2) {
	text-align: right;
}

#data-list-mvd tbody tr td input {
	width: 100px;
}

.giao-hang-table #data-list-mvd tbody tr td input {
	width: 100%;
}

#data-list-mvd .summary tr td.normal-title {
	font-weight: bold;
    text-align: right;
}

.btn_act_below {
	float: right;
	margin-left: 5px;
}

.check_ma_vd {
	position: relative;
}

.pls_wait {
	width: 37px;
}

.check_ma_vd .pls_wait {
    position: absolute;
    left: 215px;
    z-index: 9999;
    top: -3px;
}

.find_customer .pls_wait {
	position: absolute;
    right: 823px;
    z-index: 9999;
    top: 113px;
}

.giao_hang_popup .find_customer .pls_wait {
    right: 826px;
}

.bao_hang_info .check_ma_vd .pls_wait {
    left: 324px;
}

.show {
	display: block;
}

.hide {
	display: none;
}

.phan_loai #ma_van_don, #select_customer, #select_nvkd {
    width: 250px;
}

#find_trang_thai, #find_trang_thai2 {
	width: 100%;
}

#list_mvd_da_ton_tai {
    margin-bottom: 10px;
    display: block;
}

#user-registration .tab-content .date-range-filter,
#user-registration .tab-content .date-range-filter2 {
    height: 27px;
	width: 170px;
}

#user-registration .tab-content .mfind, 
#user-registration .tab-content select#find_trang_thai,
#user-registration .tab-content select#find_trang_thai2 {
	height: 27px;
	width: 100%;
}

.da_thanh_toan {
	color: green;
}

.kho_tq {
	color: grey;
}

.dang_ve_vn {
	color: orange;
}

.da_ve_vn {
	color: red;
}

.cho_giao {
	color: orange;
}

.da_giao {
	color: #0bcd23;
}

.chua_thanh_toan {
	color: #ba0000;
}

.da_thanh_toan {
	color: #54ba54;
}

.required {
	color: red;
}

/* filter */
.mfilters .col-4 label {
    display: block;
    margin-bottom: 5px;
    margin-top: 15px;
}

.mfilters .actions {
    margin-top: 15px;
}

.mfilters .col-4 {
    width: 25%;
    float: left;
}

.mfilters .find_customer {
	position: relative;
}

.mfilters .find_customer .pls_wait  {
	position: absolute;
	right: 75px;
    top: 35px;
}

.mfilters .dataTables_wrapper {
    margin-top: 20px;
	margin-right: 15px;
	
}

.mfilters .dataTables_filter  {
	display: none;
}
/* filter */

#setting-error-tgmpa {
    display: none;
}

.mfilters .hinh_thuc_thanh_toan {
	display: block;
    width: 100%;
    float: left;
	margin-top: 30px;
}