/* License Tab */
.vl-license-settings .vl-license-settings-container {
	margin: 2em;
	max-width: 1004px;
	width: calc( 100% - 52px );
}

.vl-license-settings .vl-license-settings-container img.logo {
    height: 60px;
	margin-bottom: 1em;
}

.vl-license-settings .vl-license-settings-container h1.title {
    font-weight: bold;
}

.vl-license-settings .vl-license-settings-container p.desc {
    margin-top: 0.1em;
}

.vl-license-settings .postbox.license-box {
    border-radius: 6px;
    border-color: #E8E8EB;
}

.vl-license-settings #license-tabs.ui-widget {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1em;
}

.vl-license-settings #license-tabs.ui-tabs {
	padding: 0;
}

.vl-license-settings #license-tabs .ui-state-default,
.vl-license-settings #license-tabs .ui-widget-content .ui-state-default,
.vl-license-settings #license-tabs .ui-widget-header {
	background: none;
	padding: 0;
}

.vl-license-settings .license-box >ul.license-nav-tabs {
	position: relative;
    padding: 0;
	margin: 0;
	margin-bottom: 2em;
	border: none;
	display: flex;
    flex-wrap: wrap;
}

.vl-license-settings .license-box > ul.license-nav-tabs:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #E8E8EB;
	z-index: 1;
	visibility: visible;
}

.vl-license-settings .license-box > ul.license-nav-tabs > li {
    margin: 0;
    border: 0;
}

.vl-license-settings .license-box > ul.license-nav-tabs > li > a {
	display: inline-block;
	position: relative;
    margin: 0;
    border: 0;
    font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	text-decoration: none;
	padding: .75em 1em;
    color: #1d2327;
	border-bottom: 1px solid #E8E8EB;
	border-right: 1px solid #E8E8EB;
}

.vl-license-settings .license-box > ul.license-nav-tabs > li > a:focus {
	box-shadow: none;
	outline: none;
}

.vl-license-settings .license-box > ul.license-nav-tabs > li.active > a:after {
	content: "";
    bottom: -1px;
    height: 2px;
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
	z-index: 2;
}

#poststuff.vl-license-settings h2 {
    font-size: 18px;
	font-weight: 700;
	padding: 0;
	margin-bottom: 1em;
}

.vl-license-settings hr {
	border-color: #E8E8EB;
	border-top: none;
}

.vl-license-settings .text-large {
    font-size: 16px;
}

.vl-license-settings .text-bold {
    font-weight: 700;
}

.vl-license-settings .text-color-green {
    color: #6BB738;
}

.vl-license-settings .text-color-red {
    color: #CC2828;
}

.vl-license-settings .mt-0 {
	margin-top: 0;
}

.vl-license-settings .mb-0 {
    margin-bottom: 0;
}

.vl-license-settings .mb-1 {
    margin-bottom: 1em;
}

.vl-license-settings .mb-2 {
    margin-bottom: 2em;
}

.vl-license-settings .button-orange {
	background-color: #E27730;
    border-radius: 3px;
    color: #fff;
    border: none;
    font-weight: 500;
}

.vl-license-settings .button-orange:hover,
.vl-license-settings .button-orange:focus {
	background-color: #D66A2B;
    color: #fff;
	border: none;
	box-shadow: none;
	outline: none;
}

.vl-license-settings .license-box > .tab {
    padding-left: 3em;
    padding-right: 3em;
	margin-top: 1em;
    margin-bottom: 2em;
}

.vl-license-settings .license-box .row {
    display: flex;
}

.vl-license-settings .license-box .row > .col-left {
    margin-right: 1em;
}

.vl-license-settings .license-box .row > .col-right {
    margin-left: auto;
}

.vl-license-settings .demo-image {
    width: 100%;
	max-width: 380px;
}

.vl-license-settings .demo-image a:focus {
	outline: none;
	box-shadow: none;
}

.vl-license-settings img.img-responsive {
	width: 100%;
}

.vl-license-settings .demo-image img {
    border-radius: 6px;
    border: 1px solid #E8E8EB;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
}

.vl-license-settings ul.features-list > li:before {
    content: '\f147';
    font-family: 'dashicons';
    color: #6BB738;
    font-size: 28px;
    line-height: 28px;
    margin-right: 4px;
    position: absolute;
    top: 0;
    left: 0;
}

.vl-license-settings ul.features-list > li {
    padding-left: 32px;
    line-height: 28px;
    position: relative;
}

.vl-license-settings .learn-more a {
    display: inline-block;
	color: #555;
}

.vl-license-settings .form-row.form-group {
    display: flex;
    flex-direction: row;
	align-items: flex-end;
}

.vl-license-settings .input-field {
    display: flex;
    flex-direction: column;
    margin-right: 1em;
}

.vl-license-settings .input-field .form-control {
    width: 340px;
    padding: 2px 12px;
    border-radius: 2px;
    border-color: #D9D9D9;
    font-size: 16px;
}

.vl-license-settings .input-field label {
    font-weight: 700;
    margin-bottom: 8px;
}

.vl-license-settings .form-row.form-group button {
	height: 38px;
	background-color: #1F6B8A;
	padding: 0 23px;
	font-weight: 500;
}

.vl-license-settings .form-row.form-group .input-button button:hover {
    background-color: #205e76;
}

.vl-license-settings .form-row.form-group .input-button {
    display: flex;
	align-items: center;
    margin-right: 0;
    flex-direction: initial;
}

.vl-license-settings .vl-license-notification .notice {
	display: none;
	padding-right: 38px;
    position: relative;
	margin: 0 0 13px 0;
    border-radius: 6px;
    border-top-color: #E8E8EB;
    border-right-color: #E8E8EB;
    border-bottom-color: #E8E8EB;
}

.vl-license-settings .vl-license-notification .notice.show {
	display: block;
}

@media screen and (max-width: 1132px) {
    .vl-license-settings .form-row.form-group {
        flex-wrap: wrap;
    }

    .vl-license-settings .form-row.form-group .input-field {
        margin-top: 1em;
    }

    .vl-license-settings .form-row.form-group .input-field.input-button {
        width: 100%;
    }
}

@media screen and (max-width: 898px) {
    .vl-license-settings .form-row.form-group {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 782px) {
	.vl-license-settings .license-box .row {
		flex-direction: column;
	}
	.vl-license-settings .license-box .row > .col-left,
	.vl-license-settings .license-box .row > .col-right {
		margin: 0;
	}
	.vl-license-settings .license-box .row > .col-left {
		margin-bottom: 1em;
	}

	.vl-license-settings .license-box .row > .col-right.demo-image {
		max-width: initial;
		margin-top: 2em;
	}

	.vl-license-settings .button-orange {
		max-width: 100%;
		text-wrap: initial;
	}
}

@media screen and (max-width: 520px) {
	.vl-license-settings .button-orange {
		line-height: 1;
		min-height: auto;
		padding: 1em;
	}

    .vl-license-settings .form-row.form-group .input-field,
    .vl-license-settings .input-field .form-control {
        width: 100%;
    }
}
