
/*
 * Custom Css Theme Options Backend
 */

.wrap.custom_theme_options {
	padding:10px;
	background:#fff;
}
.wrap.custom_theme_options #setting-error-settings_updated {
	margin: 15px 0 0;
	background:#ddd;
}
.wrap.custom_theme_options .notice-success,
.wrap.custom_theme_options div.updated {
	border-width: 10px;
}
.wrap.custom_theme_options > h2:first-child,
.wrap.custom_theme_options > h2:last-child {
	color: #003a5d;
    text-align:center;
    font-weight: 700;
}
.wrap.custom_theme_options .nav-tab {
	border: 0;
}
.wrap.custom_theme_options .nav-tab:first-child {
	margin-left: 0;
}
.wrap.custom_theme_options .nav-tab-active,
.wrap.custom_theme_options .nav-tab-active:focus,
.wrap.custom_theme_options .nav-tab-active:focus:active,
.wrap.custom_theme_options .nav-tab-active:hover {
	background: #003a5d;
	color: #fff;
	border-bottom: 0;
}
.wrap.custom_theme_options .nav-tab-wrapper {
	padding: 5px 0 0;
	border-bottom: 2px solid #003a5d;
	box-shadow: none;
}
.wrap.custom_theme_options .nav-tab-wrapper a {
	box-shadow: none;
}
.wrap.custom_theme_options .nav-tab-wrapper .last_float_right {
	margin-right: 0.5em;
	float:right;
}
.wrap.custom_theme_options .custom_interno_pagina {
	padding:15px;
}
.wrap.custom_theme_options .custom_interno_pagina h2 {
	color: #003a5d;
}
.wrap.custom_theme_options .custom_interno_pagina .form-table {
	background: #fff;
}
.wrap.custom_theme_options .custom_interno_pagina .form-table th {
    font-weight: 300;
}
.wrap.custom_theme_options .custom_interno_pagina .form-table td h6 {
	margin: 0.33em 0;
}
.wrap.custom_theme_options .custom_interno_pagina .button.button-primary {
    background: #fff;
    border-color: #003a5d;
    -webkit-box-shadow: 0 1px 0 #003a5d;
    box-shadow: none;
    color: #003a5d;
    text-decoration: none;
    text-shadow: none;
}
.wrap.custom_theme_options .custom_interno_pagina .button-primary.active,
.wrap.custom_theme_options .custom_interno_pagina .button-primary.active:active,
.wrap.custom_theme_options .custom_interno_pagina .button-primary.active:focus,
.wrap.custom_theme_options .custom_interno_pagina .button-primary.active:hover,
.wrap.custom_theme_options .custom_interno_pagina .button-primary:active,
.wrap.custom_theme_options .custom_interno_pagina .button-primary:hover,
.wrap.custom_theme_options .custom_interno_pagina .button-primary:focus {
    background: #003a5d;
    border-color: #003a5d;
    color: #fff;
    box-shadow: none;            
}
