/*layout*/
a{color: #333}
.content-wrapper{padding-left: 15px; padding-right: 15px; padding-bottom: 40px;}
.top-nav-bar{padding: 10px}
.navbar.default-layout-navbar {background: linear-gradient(to left, #f37936, #2d2d2d);}
.sidebar .nav .nav-item .nav-link{padding-left: 15px; padding-right: 15px;}
.sidebar .nav.sub-menu .nav-item .nav-link{padding-left: 0}
.sidebar .nav .nav-item .nav-link i.menu-icon{margin-top: -2px}
.sidebar .nav.sub-menu{padding-left: 15px; margin-bottom: 0;}
.sidebar .nav .nav-item a:hover{background: #EDEDED}
.sidebar .nav.sub-menu .nav-item.active a{background: #EDEDED}
.sidebar {width: 250px;}
.top-button{width: auto; float: right; padding-bottom: 10px}
.main-panel {width: calc(100% - 250px);}
.navbar.default-layout-navbar .navbar-brand-wrapper .navbar-brand img{height: auto}
.card, .panel{border: 1px solid #d0d2d8;}
.footer{padding: 15px 1rem}
.card .card-body{padding: 15px;}
.card-list .card-body{padding-left: 0; padding-right: 0}
.hide{display: none}
.grid-view .pagination{float: right; margin-right: 10px; margin-top: 10px;}
.grid-view .summary{margin-left: 15px; margin-top: 20px; float: left; margin-bottom: 10px; font-size: 13px;}
.grid-view-loading{position: relative; background: none;}
.grid-view .loading-grid{display: none}
.grid-view-loading .loading-grid{display: block; width: 100px; height: 100px; position: absolute; top: 24px; left: calc(50% - 50px); z-index: 10; text-align: center;}
.modal .modal-dialog .modal-content .modal-header {padding: 10px;}
.item-activity{padding-top: 10px; padding-bottom: 5px;}
.wp-activity{margin-right: 10px}
.wp-activity img{width: 32px; height: 32px; border-radius: 100%;}
.item-activity p{margin-bottom: 0}
/*.page-title{font-size: 24px}*/
.nav-tabs .nav-item{margin-right: 3px}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{border-color: #d0d2d8 #d0d2d8 #ffffff;}
#setting-form-admin-form .tab-content .row{margin-left: 0; margin-right: 0}
.toggle.android { border-radius: 0px;}
.toggle.android .toggle-handle { border-radius: 0px; }
.button-column .btn{padding: 5px; margin-right: 5px; border-radius: 3px; font-size: 16px;}
.panel{background-color: #ffffff; margin-bottom: 30px;}
.panel .panel-heading{line-height: 34px; padding: 0 15px; min-height: 34px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; position: relative; box-shadow: inset 0 -2px 0 rgba(0,0,0,.05); -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05); -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);}
.btn-group-head{margin-top: 10px;}
.grid-view .button-column {text-align: center; min-width: 140px;}
.search-form .form-horizontal .form-group{padding-bottom: 0}
.search-form .panel-body{padding: 10px}
.navbar-right{text-align: right}
.navbar-right .btn-group{margin-bottom: 20px;}
table.detail-view{margin-bottom: 20px}
.table thead th{font-weight: bold; text-align: center; text-transform: uppercase; font-size: 13px}
a.asc:after {content: url(../img/sort-up.png); vertical-align: middle;  margin-left: 3px; color: #f47937}
a.desc:after {content: url(../img/sort-down.png);  vertical-align: middle; margin-left: 3px; color: #f47937}
.checkbox-column{width: 35px}
.table-responsive .form-check{margin-top: 0; margin-bottom: 0; width: 19px;}
.form-check .form-check-label input[type="checkbox"] + .input-helper:before{border: 1px solid #ccc}
.btn{padding-left: 30px; padding-right: 30px;}
.show .btn{padding-left: 10px; padding-right: 10px;}
/*--form--*/
.errorMessage{color: red}
.alert button{margin-top: -4px; margin-right: -7px;}
.form-horizontal .form-well{margin-left: 20px}
.nav-item a i {margin-right: 5px}
.nav-item a{text-transform: uppercase; font-weight: bold}

.notify {
    position: relative;
    top: -35px;
    right: -8px;
}

.notify .heartbit {
    position: absolute;
    top: -20px;
    right: -4px;
    height: 25px;
    width: 25px;
    z-index: 10;
    border: 5px solid #f62d51;
    border-radius: 70px;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.notify .point {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #f62d51;
    position: absolute;
    right: 6px;
    top: -10px;
}
/*.form-horizontal .form-group {
    border-bottom: 1px solid #eff2f7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.form-horizontal .form-group:last-child {
    border-bottom: none;
}*/
span.required{color: red}
.form-group .input-group-addon{background: #f1f1f1; padding: 7px 10px; text-align: center; border-radius: 0 4px 4px 0; border: 1px solid #ccc;  border-left: none;}
/*.form-control{
    padding: 0.4rem 0.81rem;
    line-height: 1.5;
}*/
.form-group .notes{    font-weight: bold; font-size: 12px;}

.form-group .control-label{font-weight:700}

.hidden-symbol, .remove-menu, .showing-symbol {
    padding-right: 5px;
    padding-top: 5px;
    cursor: pointer
}


.hidden-symbol, .showing-symbol {
    width: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #f39c12
}

.remove-menu {
    font-size: large;
    color: red
}

/*Front menu
.showing-symbol {
    float: right;
    font-size: large;
    padding-top: 5px;
    padding-right: 5px;
    cursor: pointer;
    width: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.hidden-symbol {
    float: right;
    padding-top: 5px;
    padding-right: 5px;
    cursor: pointer;
    width: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.data-wrap {
    background-color: #f0f0f0;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    padding: 10px;
}
.remove-menu {
    cursor: pointer;
    font-size: large;
    padding-right: 5px;
    padding-top: 7px;
}*/
:-webkit-input-placeholder { color: #333333 !important; opacity: 1 !important; }
:-moz-placeholder { color: #333333 !important; opacity: 1 !important; }
::-moz-placeholder { color: #333333 !important; opacity: 1 !important; }
:-ms-input-placeholder { color: #333333 !important; opacity: 1 !important; }


.sidebar-icon-only .sidebar .collapse.show{
    display: block !important;
    position: absolute;
    top: 0px;
    background: white;
    left: 70px;
}
.sidebar-icon-only .sidebar .nav.sub-menu{
    padding-left: 0
}
.sidebar-icon-only .sidebar .nav.sub-menu li a:hover{background: #f1f1f1}
.role_header{
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
}

table.detail-view tr.odd {
    background: none;
}

table.detail-view tr.even {
    background: none;
}

table.detail-view th {
    text-align: right;
    width: 20%;
}

table.detail-view th, table.detail-view td {
    border-bottom: 1px solid #d0d2d8;
    padding: 0.3em 0.6em;
    vertical-align: top;

}
table.detail-view td {width: 80%}
.modal-body table.detail-view th {
    width: 40%;
}
.modal-body table.detail-view td {width: 60%}

.grid-view .pager {
    border-top: 1px solid #d0d2d8;
}

.mobileNavControl{display: none}

.checkbox label .toggle,.checkbox-inline .toggle{margin-left:-20px;margin-right:5px}
.toggle{position:relative;overflow:hidden}
.toggle input[type=checkbox]{display:none}
.toggle-group{position:absolute;width:200%;top:0;bottom:0;left:0;transition:left .35s;-webkit-transition:left .35s;-moz-user-select:none;-webkit-user-select:none}
.toggle.off .toggle-group{left:-100%}
.toggle-on{position:absolute;top:0;bottom:0;left:0;right:50%;margin:0;border:0;border-radius:0}
.toggle-off{position:absolute;top:0;bottom:0;left:50%;right:0;margin:0;border:0;border-radius:0; background-color: #ccc}
.toggle-handle{position:relative;margin:0 auto;padding-top:0;padding-bottom:0;height:100%;width:0;border-width:0 1px; background-color: #fff}
.toggle.btn{min-width:59px;min-height:34px}
.toggle-on.btn{padding-right:24px}
.toggle-off.btn{padding-left:24px}
.toggle.btn-lg{min-width:79px;min-height:45px}
.toggle-on.btn-lg{padding-right:31px}
.toggle-off.btn-lg{padding-left:31px}
.toggle-handle.btn-lg{width:40px}
.toggle.btn-sm{min-width:50px;min-height:30px}
.toggle-on.btn-sm{padding-right:20px}
.toggle-off.btn-sm{padding-left:20px}
.toggle.btn-xs{min-width:35px;min-height:22px}
.toggle-on.btn-xs{padding-right:12px}
.toggle-off.btn-xs{padding-left:12px}
.form-group-status {margin-bottom: 1.5rem;}
.form-group-status .btn{border: 1px solid #d0d2d8;}


@media (max-width: 991px) {
    .desktopNavControl{display: none}
    .mobileNavControl{display: block}
    .mobileNavControl .dropdown-menu{width: 100%; margin-top: 0; border-radius: 0px}
    .mobileNavControl{margin-bottom: 20px; background: white; border: 1px solid #d0d2d8}
    .mobileNavControl .dropdown-menu a{padding: 10px !important; }
    .mobileNavControl .nav-link{font-weight: bold; text-align: right}
    .main-panel {
        margin-left: 0;
        width: 100%;
    }
    .page-header .breadcrumb{display: none}
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 900px;
    }
}


/*End core*/
.product_fieldset{border: 1px solid #ccc;    padding: 0 10px;}
.product_fieldset legend{width: auto; font-size: 15px; font-weight: bold}
.quantityResult{margin-bottom: 20px}
.table_quantity{width: 100%; border-collapse: collapse}
.table_quantity th{font-weight: bold; border: 1px solid #ccc; padding: 5px;}
.table_quantity td{border: 1px solid #ccc; padding: 5px;}
.table_quantity table{width: 100%}
.table_quantity table td{border: none; border-bottom: 1px solid #ccc;}
.table_quantity table tr:last-child td{border-bottom: none;}
.table_inside {width: 100%}
.table_inside td, .table_inside th{padding: 5px}
.table_inside th{font-weight: bold}
.table_inside tr:first-child th{border-top: none}
.export-msg{text-align: right; color: green;}

.tb-row {
    display: table;
    width: 100%;
}
.tb-row > .tb-cell {
    display: table-cell;
    vertical-align: middle;
}
.tel-wrap .tb-cell:first-child {
    padding-right: 10px;
    width: 100px;
}
.error-tab{border: 1px solid red !important}
.card-white{margin-bottom: 40px}
.card-white .tab-content{background: white; padding-top: 10px; padding-bottom: 10px}

/*User address box*/
.address_book{margin-top: 10px;}
.address_box_item{
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 30px;
}

.wp-pro {
    background: #f9f9f9;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.bootstrap-datetimepicker-widget .collapse.in{display: block}

.table-responsive .link{
    color: #337ab7;
}


/*product attributes*/
.attribute_options .align-center{text-align: center}
.attribute_options .drag-header{margin: 0; padding: 0; margin-bottom: 1px; background: #EFEFEF; font-weight: bold;}
.attribute_options .drag-header li{display: inline-block}
.attribute_options .drag-header .col-01{width: 12%}
.attribute_options .drag-header .col-02{width: 80%}
.attribute_options .dd-list{margin-bottom: 10px}
.attribute_options .dd3-item{
    height: 49px;
    padding: 8px;
    background: #EFEFEF;
    margin-bottom: 1px;
}
.attribute_options .dd3-handle{
    position: absolute; 
    left: 0; 
    width: 10%; 
    text-align: center;
    padding: 5px;
    top: 0;
    background: none;
    border: none;
}
.attribute_options .dd3-handle:hover{background: none}
.attribute_options .dd3-content{
    position: absolute;
    left: 12%;
    width: 80%;
}
.attribute_options .drag-textbox{
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
}
.attribute_options .dd-item .preview{
    width: 45px; height: 33px; 
    float: left;
    border: 1px solid #ccc;
    background: white
}
.attribute_options .dd-item .preview img{
    width: 100%; height: 100%;
}
.attribute_options .dd-item .caret{line-height: 33px}
.attribute_options .dd-item .dropdown-menu li{border-bottom: 1px solid #eee}
.attribute_options .dd-item .dropdown-menu li:last-child{border-bottom: none}
.attribute_options .dd-item .dropdown-menu a{
    display: block;
    padding-left: 10px;
    font-size: 14px;
}
.attribute_options .dd-item .dropdown-menu a:hover{
    text-decoration: none;
    background: #eee;
    color: inherit;
}

/*add sub product-------------------*/
#ajax-form-product .error_general{
    margin-bottom: 20px;
}
#addProduct .loading{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    text-align: center;
    right: 0;
    opacity: 0.8;
    background: #000;
    display: none;
}
#addProduct .loading img{
    position: absolute;
    top: 40%;
    background: white;
    margin: 0 auto;
    width: 70px;
}
#sub_product .delete_sub_product, #sub_product .update_sub_product{padding: 5px;}

.action_row{margin-bottom: 10px; text-align: right}
.grid-margin{margin-bottom: 10px}
.bs-wizard {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 0.875rem; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; }
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

.team_img {
    margin-bottom: 25px; 
}
.team_img img{float: left;}
.team_img p{margin-bottom: 0; font-weight: bold;}
.team_img span{font-size: 13px; font-style: italic}

.image_list .image_item{
    width: 100px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.image_list .image_item img{
    width: 100px;
    height: 100px;
    padding: 3px;
    border: 1px solid #ccc;
}
.comment_item{margin-bottom: 20px}
.comment_item .avatar{
    float: left;
    width: 10%;
    text-align: center;
}
.comment_item .avatar img{
    border-radius: 50%;
    width: 50px !important;
    height: 50px !important;
}
.comment_item .content{
    float: left;
    width: 90%;
}
.comment_item h4{
    font-size: 14px;
    font-weight: bold;
}
.comment_item h4 span{
    font-size: 11px;
    color: #ccc;
}
.comment_item .reply{
    font-size: 14px;
    color: #3368af;
}
.form_comment{display: none}
.wp_sub_comment{margin-top: 10px;}
.sub_comment{margin-bottom: 15px;}

.content td{
    border: none;
}
.expendable-row button{
    border: none;
    background: none;
    line-height: 1;
    cursor: pointer;
}
.content.active{
    display: table-row !important;
}

.popup_avatar{text-align: center; margin-bottom: 20px}
.popup_avatar img{border-radius: 50%;}

.testcase{background: white; padding: 10px;}
.testcase table{width: 100%; font-size: 12px; margin-bottom: 20px}
.testcase table tr.fail{background: #f9bdbd}
.testcase table tr.editing{border: 2px solid blue}
.testcase .select_status{padding: 3px}
.testcase table th{border: 1px solid #000; padding: 5px; background: #E5EDF1}
.testcase table td{border: 1px solid #000; padding: 5px}
.testcase .btn-delete-tc{padding: 1px 3px}
.testcase p{margin-bottom: 3px}
.add_text_case{margin-left: 10px; margin-bottom: 10px}
.select_status{padding: 3px}

.nav-pills{padding-bottom: 0}
.nav-tabs .nav-link{padding: 8px 1.5rem}

.file_wp{
    border: 1px solid #ccc;
    margin-right: 20px;
    text-align: center;
    height: 155px;
    padding: 5px;
}
.file_wp .bigicon{font-size: 50px}
.file_wp_comment{
    border: 1px solid #ccc;
    margin-right: 20px;
    text-align: center;
    height: 100px;
    padding: 5px;
    display: block;
}
.file_wp_comment .bigicon{font-size: 50px}

span.multiselect-native-select {
	position: relative
}
span.multiselect-native-select select {
	border: 0!important;
	clip: rect(0 0 0 0)!important;
	height: 1px!important;
	margin: -1px -1px -1px -3px!important;
	overflow: hidden!important;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important;
	left: 50%;
	top: 30px
}
.multiselect-container {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0
}
.multiselect-container .input-group {
	margin: 5px
}
.multiselect-container>li {
	padding: 0
}
.multiselect-container>li>a.multiselect-all label {
	font-weight: 700
}
.multiselect-container>li.multiselect-group label {
	margin: 0;
	padding: 3px 20px 3px 20px;
	height: 100%;
	font-weight: 700
}
.multiselect-container>li.multiselect-group-clickable label {
	cursor: pointer
}
.multiselect-container>li>a {
	padding: 0
}
.multiselect-container>li>a>label {
	margin: 0;
	height: 100%;
	cursor: pointer;
	font-weight: 400;
	padding: 3px 0 3px 10px
}
.multiselect-container>li>a>label.radio, .multiselect-container>li>a>label.checkbox {
	margin: 0
}
.multiselect-container>li>a>label>input[type=checkbox] {
	margin-bottom: 5px
}
.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}
.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
	padding: 3px 20px 3px 40px
}
.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
	margin-left: -20px;
	margin-right: 0
}