/* Admin Page Styles */
.wptd-settings-wrap *, .wptd-settings-wrap *:after, .wptd-settings-wrap *:before {
    box-sizing: border-box;
}
.wptd-settings-wrap {
    padding: 15px;
	margin-top: 20px;
}
.wptd-header-bar {
    height: auto;
    padding: 10px;
    background: #fff;
    -webkit-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    -webkit-box-shadow: 0px 8px 21px 0px rgba(36, 39, 50, 0.08);
    box-shadow: 0px 8px 21px 0px rgba(36, 39, 50, 0.08);
}
.wptd-header-right {
    text-align: right;
}
.wptd-settings-wrap .wptd-header-left {
    display: flex;
    align-content: center;
    align-items: center;
}
.wptd-header-left, .wptd-header-right {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.wptd-header-bar .wptd-admin-logo-inline {
    padding: 0;
    margin-right: 15px;
}
.wptd-header-bar .wptd-admin-logo-inline img {
    max-width: 50px;
}
.wptd-header-bar .title {
    font-size: 22px;
    color: #3f3f3f;
    font-weight: 500;
    margin: 0px;
    line-height: 32px;
}

/* Button Styles */
.wptd-btn.btn-default, .button.wptd-btn {
    background-color: #0099cc;
    color: #fff;
    padding: 6px 20px;
    border: none;
    box-shadow: none;
    font-size: 14px;
    height: auto;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 0.05em;
	text-decoration: none;
}
.wptd-btn.btn-default {
    line-height: 26px;
    height: 40px;
    margin-top: 20px;
    display: block;
    width: 150px;
    text-align: center;	
	border-radius: 3px;
	text-transform: capitalize;
    font-size: 14px;
	background-color: #ff1f3d;
    transition: all 300ms ease-in-out;
}
.wptd-header-bar .wptd-btn, .wptd-save-btn-wrap .wptd-btn {
    border-radius: 3px;
    background-color: #ff1f3d;
    width: 160px;
    line-height: 50px;
    height: 50px;
    transition: all 300ms ease-in-out;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}
.wptd-admin-logo-inline > span {
    height: 30px;
    width: 40px;
    text-align: center;
    line-height: 26px;
    font-size: 44px;
    font-weight: bold;
    color: #ff1f3d;
}
span.wptd-version {
    height: 34px;
    width: 34px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    line-height: 32px;
    vertical-align: middle;
    text-align: center;
    background: #ff1f3d;
    border-radius: 50%;
    color: #fff;
    margin-left: 10px;
}
.wrap {
	margin: 0;
}
.wrap .admin-box {
    background: #fff;
    padding: 15px;
    border-top: none;
    position: relative;
    display: block;
    margin: 10px 15px 0 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 8px 21px 0px rgba(36, 39, 50, 0.08);
    box-shadow: 0px 8px 21px 0px rgba(36, 39, 50, 0.08);
}
.wrap.wptd-wrap > h2 {
    margin-bottom: 20px;
}
.wptd-shortcode {
    padding: 20px;
    background: #ffcad1;
    font-size: 16px;
	font-weight: 500;
	margin-bottom: 30px;
}
table.wptd-table {
    text-align: left;
}
table.wptd-table thead > tr > th:first-child {
	width: 150px;
}
table.wptd-table th, table.wptd-table td {
	padding: 15px;
}