/* This stylesheet is used to style the admin option form of the plugin. */

#wpadminbar #wp-admin-bar-vs-toolbar-menu .ab-icon:before {
	content: "\f115";
	top: 3px;
}

.vstyler-admin-page{}
.vstyler-admin-page .css-code-preview{width: 100%;height:100%;height: 370px;resize: vertical;font-size: 12px;}


/**
*-----------------------------------------
* Right Sidebar
*-----------------------------------------
*/
.vstyler-admin-page .vstyler-right-sidebar a{color:#2980B9;transition: all 0.3s ease;}
.vstyler-admin-page .vstyler-right-sidebar a:hover{color:#3498DB;}
.vstyler-admin-page .vstyler-right-sidebar h3{padding-left:12px!important;}
.vstyler-admin-page .vstyler-right-sidebar ul{margin-top:0px;}
.vstyler-admin-page .vstyler-right-sidebar .inside .vstyler-sidebar-footer{font-size:0.9em;overflow: hidden;border-top:1px solid #2C3E50;padding-top:5px;text-align:center;}
.vstyler-admin-page .vstyler-right-sidebar .inside .vstyler-sidebar-footer .vstyler-copyright{margin-bottom: 10px;}
.vstyler-admin-page .vstyler-right-sidebar .inside .vstyler-sidebar-footer .vstyler-social{}
.vstyler-admin-page .vstyler-right-sidebar .inside .vstyler-sidebar-footer .vstyler-social a{display: inline-block;margin-right:5px;}
.vstyler-admin-page .vstyler-right-sidebar .inside .vstyler-sidebar-footer .vstyler-social a:last-child{margin-right:0px;}
.vstyler-admin-page .vstyler-right-sidebar .inside .no-underline{text-decoration: none;}
.vstyler-admin-page .vstyler-right-sidebar .inside .text-highlighted{color:#2980B9;font-weight: bold;}
.vstyler-admin-page .vstyler-right-sidebar .inside .text-highlighted:hover{color:#3498DB;}
.vstyler-admin-page .vstyler-right-sidebar .inside .text-highlighted-second{color:#E74C3C}