/*
* Theme Dashboard Styles
*/
.dashboard-wrapper .wp-badge {
	background-image: url("../../../assets/images/developer-icon.png");
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
    height: 30px;
}
.dashboard-wrapper .nav-tab {
	font-size: 15px;
}
.dashboard-wrapper .feature-section.two-col h3:not(:first-child) {
	margin-top: 30px;
}
.dashboard-wrapper .col.theme {
	margin-top: 0;
	margin-bottom: 30px;
}
.dashboard-wrapper .theme-system-wrapper li {
	background-color: #ffffff;
	padding: 10px;
	margin: 0;
}
.dashboard-wrapper .theme-system-wrapper li:nth-child(2n) {
	background-color: #FCFCFC;
}
.dashboard-wrapper .text-color-highlight {
	color: #0073aa;
}
.dashboard-wrapper .our-themes-title {
	margin-bottom: 30px;
}
.dashboard-wrapper .button-description {
    color: #555d66;
    margin-left: 10px;
    display: inline-block;
    position: relative;
    top: 5px;
}

.theme-admin-message {
    background: #ffffff;
    border-left: 4px solid #46b450;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    padding: 10px 12px;
    margin-bottom: 30px;
}

.magnium-addons_page_urg_settings #wpfooter,
.toplevel_page_urg_dashboard #wpfooter  {
    position: relative;
}


/* Two columns support for WP 5.2+ */
.two-col {
    display: flex;
}
.two-col .col {
    width: 50%;
    padding-right: 30px;
}
@media (max-width: 767px)  {
    .two-col {
        display: block;
    }
    .two-col .col {
        width: 100%;
        padding-right: 0;
    }
}

/* Tools table */
table.settings tr:not(:last-child) td {
    border-bottom: 1px solid #ccd0d4;
}
table.settings td {
    padding: 2em;
}
table.settings td:last-child{
    text-align: right;
    padding: 2em;
}
table.settings .description {
    font-size: 13px;
}
table.settings {
    margin-bottom: 30px;
}
table.settings td strong {
    font-size: 15px;
}

table.settings td .urg-textfield {
    width: 114px;
}
table.settings td .default-value {
    font-style: italic;
}
