/****************** 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;
}