/****************** Login Page *********************/
.login h1 a {
    background-image: url(../images/onweb_blue.svg) !important;
    background-size: contain !important;
    width: 300px !important;
}
.wc-social-login {
    display: none;
}

.oa_login_tabs {
    display: flex;
}

.oa_login_tabs a {
    width: 50%;
    text-align: center;
    text-decoration: none;
    padding: 10px 10px;
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    border-bottom: 0;
}

.oa_login_tabs a.active {
    background: #26ccca;
    color: #000;
    border-color: #26ccca;
    font-weight: bold;
}

.oa_login_panel.active {
    display: block !important;
}

/* Global */
.text-center {
    text-align: center;
}

/* Layouts */
.oa-wrap .settings-error {
	position: absolute !important;
	width: 15%;
	top: 13px;
	right: 195px;
}

.ts-setting-header {
	background: #F0F0F1;
	padding: 10px 0 10px 20px;
	box-sizing: border-box;
}

.oa-wrap.header-fixed .ts-setting-header {
    position: fixed;
    top: 32px;
    z-index: 999;
}

.oa-wrap.header-fixed p.submit {
	position: fixed;
	z-index: 9999;
    top: 42px;
    right: 50px;
}

.oa-wrap.header-fixed form > h2 {
	position: fixed;
	width: 100%;
	top: 88px;
}

.ts-setting-header .onweb_logo {
    float: left;
}

.ts-setting-header .onweb_logo img {
    vertical-align: middle;
    max-width: 170px;
}

.ts-setting-header .support {
	display: inline-block;
	line-height: 32px;
	margin-left: 35px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding: 0 20px;
	background: #fff;
	border-radius: 5px;
}

.ts-setting-header .support a {
	color: red;
}

.oa-wrap .ts-tabs-wrapper, .ts-setting-header {
    float: left;
    width: 100%;
}

.oa-wrap.oa-wrap.header-fixed .ts-tabs-wrapper {
    padding-top: 56px;
}

.oa-wrap .tab-panel {
    position: relative;
    margin-left: 226px;
    background-color: #fff;
    color: #34383C;
    min-height: 780px;
}

.oa-wrap form {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}

.oa-wrap h2.nav-tab-wrapper {
    float: left;
    width: 226px;
    min-height: 320px;
    box-sizing: border-box;
    padding-top: 0;
    border: 0;
}

.oa-wrap .nav-tab-wrapper .nav-tab {
	background: #F0F0F1;
	color: #666;
	margin: 0;
	display: block;
	float: none;
	font-size: 13px;
	font-weight: normal;
	padding: 10px 0 10px 20px;
	border-bottom: 1px solid #ddd;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

.oa-wrap .nav-tab-wrapper .nav-tab i {
    font-size: 14px;
    width: 19px;
}

.oa-wrap .nav-tab-wrapper .nav-tab:focus {
    outline: none;
}

.oa-wrap .nav-tab-wrapper .nav-tab-active, .oa-wrap .nav-tab-wrapper .nav-tab:hover {
	background: #fff;
    color: #000;
}

.oa-wrap form .setting-group-section h3 {
	padding: 0 0 15px 0;
	text-transform: capitalize;
	margin: 0 0 15px 0;
	color: #000;
	box-sizing: border-box;
	width: 100%;
	display: inline-block;
	position: relative;
	border-bottom: 2px solid #ccc;
}

.oa-wrap form > h2::before {
	width: calc(100% - 20px);
	position: absolute;
	content: '';
	height: 1px;
	background: #ddd;
	bottom: 0;
}

.oa-wrap form > table {
	background: #fff;
	margin-left: 20px;
	width: calc(100% - 20px);
}

.oa-wrap form > table th {
    padding: 20px 20px 20px 0;
    color: #222;
}

.oa-wrap form table tr td, .oa-wrap form table tr th {
	border-bottom: 1px solid #ddd;
}

.oa-wrap form input[type="text"] {
    padding: 4px 12px;
    border-color: #ddd;
    font-size: 13px;
    box-shadow: none;
    background: #f9f9f9;
}

.oa-wrap form input[type="text"]:focus {
    border-color: #333;
}

.oa-wrap form textarea {
    width: 90%;
    background: #f9f9f9;
}

.oa-wrap form p.description {
    font-size: 12px;
}

.oa-wrap p.submit {
	position: absolute;
	margin: 0;
	padding: 0;
	right: 0;
	top: -50px;
}

.oa-wrap .button-primary {
	background-color: #26ccca;
	border-color: #26ccca;
	color: #fff;
	font-size: 13px;
	padding: 3px 20px;
	text-transform: uppercase;
}

.oa-wrap .button-primary:hover {
    background-color: #efefef;
    color: #333;
    border-color: #333;
}

.oa-wrap select.multiple {
    padding: 0;
}

.oa-wrap select.multiple option {
	height: 26px;
	padding-top: 10px;
	padding-left: 10px;
}

.oa-wrap select.multiple option:focus {
    outline: none;
}

/* Loading Ico */
.oa-ico-loading {
    width: 128px;
    height: 128px;
    background: url(../images/loading.gif) no-repeat;
    display: inline-block;
}
input[name="oa_auth_login_api_token"]{
    width: 50%;
}

.setting-group-section {
	padding: 20px;
}
.setting-group-section .field-item {
	display: flex;
	min-height: 34px;
	line-height: 34px;
}
.setting-group-section .field-item label {
	font-size: 14px;
	width: 23%;
}
.setting-group-section .field-item input[type="text"], .setting-group-section .field-item textarea {
	width: 72%;
	height: 30px;
}
.setting-group-section .field-item input.short-txt {
	width: 200px;
}
.setting-group-section .field-item textarea {
	height: 200px;
}
.setting-group-section .field-item select {
	height: 30px;
}
.setting-group-section .field-item input[type="checkbox"] {
	margin: 9px 0;
}
.setting-group-section .section-group {
	margin-bottom: 15px;
}

/*********** ICONS ***********/
@media (min-width: 576px){
	.icons-wrap .row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -.625rem;
		margin-left: -.625rem;
	}
	.icons-wrap .col-sm-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
}
.icons-wrap .card-body {
	padding: 1.25rem 1.25rem;
	box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 0.25rem;
	background: #fff;
}
.icons-wrap .d-flex {
	display: flex;
	align-items: center;
	padding: .5rem 1rem;
	cursor: pointer;
}
.icons-wrap .d-flex:hover {
	background-color: #252b36;
	color: #fff;
	border-radius: 0.25rem;
}
.icons-wrap .d-flex > div > div {
	display: none;
}
.icons-wrap .d-flex i {
	margin-right: 1.25rem!important;
}
.icons-wrap .d-flex > span {
	display: block;
	background: #000;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	font-size: 11px;
	margin-top: 4px;
	width: 56px;
	margin-left: 20px;
}
.icons-wrap .d-flex:hover span {
	background: #fff;
	color: #000;
}
/*********** END ICONS ***********/

/* Kiotviet Customer Info */
.kiotviet-customer-detail .form-group {
    display: flex;
    align-items: center;
}

.kiotviet-customer-detail .form-group div {
    margin: 15px 0 5px;
}

.kiotviet-customer-detail .form-group label {
    width: 120px;
}

.kiotviet-customer-detail .form-group {
    margin: 0;
}
/* End Kiotviet Customer Info */

/* Hide UX builder */
#uxbuilder-enable-disable {
	display: none;
}

/* Guide */
.oa-guide-nav {

}

.oa-guide-nav a {
	margin: 0 10px 0 0;
	background: #fff;
}

.oa-guide-nav a:hover, .oa-guide-nav a.nav-active {
	background: #dcdcde;
}

.oa-guide-content {
	background: #fff;
	padding: 15px 25px;
	display: flex;
	position: relative;
}

.oa-guide-sub-nav {
	width: 300px;
	border: 0;
	padding: 0 20px 0 0;
	margin: 0 !important;
	box-shadow: 3px 0 5px rgb(0 0 0 / 2%);
}

.oa-guide-sub-nav .nav-inner {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
}

.oa-guide-sub-nav a {
	display: block;
	width: 100%;
	margin: 0;
	float: none;
	box-shadow: none !important;
	box-sizing: border-box;
	white-space: break-spaces;
	border: 0;
	border-bottom: 1px dashed #eaeff4;
	padding: 10px;
	color: #222;
	text-decoration: none;
	font-size: 0.9rem;

}

.oa-guide-sub-nav a:hover, .oa-guide-sub-nav a.nav-tab-active {
	color: #50a1ff;
}

.oa-guide-content .guide-listing {
	width: calc(100% - 300px);
	padding-left: 20px;
}

.oa-guide-content .guide-listing a {
	text-decoration: none;
	color: #222;
	font-size: 0.9rem;
}

.oa-guide-content .guide-listing a:hover {
	text-decoration: underline;
	color: #50a1ff;
}

.oa-guide-content .guide-listing li::before {
	font-size: 13px;
	line-height: 20px;
}

.oa-guide-content .guide-listing img {
	max-width: 100%;
}

.oa-guide-content .guide-post-content .post-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    line-height: normal;
}

.guide-post-content strong {
	color: #000;
	font-weight: bold;
	font-size: 1rem;
}

.guide-post-content ul li {
	list-style: disc;
	margin-left: 16px;
}

.guide-post-content .back-to-guide-list i::before, .guide-post-content .back-to-top-guide i::before {
	line-height: 32px;
}

.bot-guide-content {
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

.idea-popup-btn i::before {
	margin-top: 4px;
}

.idea-popup-btn {
	background-color: #00aec4 !important;
	color: #fff !important;
	transition: all .4s;
}

.idea-popup-btn:hover {
	box-shadow: 0 0 4px 1px #006f75;
}

.oa-guide-content .guide-listing .dashicons-info {
    color: #ff0000a1;
}

.oa-guide-content .guide-listing .dashicons-info::before {
    font-size: 17px;
}

.oa-guide-content .guide-listing ul li {
    margin-bottom: 15px;
}

.oa-guide-content .guide-listing .guide-note-block {
    position: relative;
}

.oa-guide-content .guide-listing .guide-note-block .oa-tooltip {
    position: absolute;
    background: #fff;
    border: 2px solid #00aec4;
    border-radius: 3px;
    padding: 10px;
    left: -8px;
    line-height: 22px;
    font-size: 0.9rem;
    width: 400px;
	opacity: 0;
	visibility: hidden;
	transition: all .2s;
}

.oa-guide-content .guide-listing .guide-note-block .oa-tooltip.show {
	opacity: 1;
	visibility: visible;
}

.oa-guide-content .guide-listing .guide-note-block .oa-tooltip::before {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #00aec4;
    position: absolute;
    bottom: -8px;
    left: 10px;
}

.oa-guide-content .guide-listing .guide-note-block .oa-tooltip::after {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #fff;
    position: absolute;
    bottom: -6px;
    left: 10.5px;
    transform: scale(0.9);
}
/* End Guide */

/* Alert */
.oa-alert {
    position: fixed;
	z-index: 9999999;
    right: 0;
    top: 50px;
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
}

.oa-alert > span {
    color: #fff;
    border-radius: 7px;
    padding: 10px;
    font-size: 0.9rem;
}

.oa-alert > span.oa-alert-success {
    background: #00802ed1;
}

.oa-alert > span.oa-alert-warning {
    background: #eeae00d1;
}

.oa-alert > span.oa-alert-danger {
    background: red;
}

.oa-alert.show {
    right: 40px;
    opacity: 1;
    visibility: visible;
}
/* End Alert */