body{
	background-color: #F5F5F5 !important;
	background-image: url("images/blue/ap_bg_blue.png");
}
#main{
	background-color: #0080FF;
	border: 5px solid #EFEFEF;
}
#mf_form_list li .middle_form_bar{
	background-color: #6085AE;
}
#mf_form_list li.form_selected div.middle_form_bar,
#mf_form_list li .middle_form_bar:hover,
#mf_search_box,#mf_search_title, #mf_search_tag {
    background: none;
    background-color: #7AA7D6;
}
#mf_search_title a, #mf_search_tag a{
	color: #3B699F;
}
#filter_form_input{
	border-color: #7AA7D6;
}
#footer .copyright,#footer a:link, #footer a:visited {
	color: #3B699F;
}
.ui-dialog{
	border: 15px solid #3B699F !important;
	background-color: #3B699F !important;
}
#mf_form_list .form_option{
 background-color: #6085AE;
}
#mf_form_list .form_option:hover{
	background-color: #edb817;
}
.dropui-pink .dropui-tab{
	background-color: #7AA7D6 !important;
	border-color: #7AA7D6 !important;
} 
.dropui-pink:hover .dropui-content { border-color: #7AA7D6 !important; }
.dropui-pink.dropui-menu .dropui-content { background-color: #7AA7D6 !important; }
#social,#btn_add_field{
	background-color: #fff !important;
}
#social li a:link {
    background-color: #8DB1CB;
}
/* green */
#btn_multiple_choice a:hover,
#btn_drop_down a:hover,
#btn_address a:hover,
#btn_website a:hover,
#btn_page_break a:hover,
#btn_section_break a:hover
	{background-color:#7BB3EF !important}

/* blue cyan */
#btn_single_line_text a:hover,
#btn_number a:hover,
#btn_date a:hover,
#btn_name a:hover,
#btn_price a:hover,
#btn_email a:hover
	{background-color:#7BB3EF !important}

/* red */
#btn_paragraph_text a:hover,
#btn_checkboxes a:hover,	
#btn_time a:hover,
#btn_phone a:hover,
#btn_matrix a:hover,
#btn_file_upload a:hover
	{background-color:#7BB3EF !important}

#bottom_bar{
	background-color: #8db1cb;
	border-color: #8db1cb;
}
.form_editor #main_body form li.highlighted{
	background-color: #ccdced !important;
}

/* CUSTOM_CODE - START */
/* 
* Set Background 
*/
html,body {
	background-color: #034063 !important;
	background-image: none;
}
#bg {
    background: inherit !important;
}
/* 
* Modify Admin Panel 
*/
.button {
    text-transform: capitalize;
    text-decoration: none;
    padding: 1em;
    border-radius: 3px;
    margin-top: 0.5em;
    height: 1em;
    display: inline-flex;
}

#mf_form_list .form_option.mf_link_entries, #mf_form_list .form_option.mf_link_edit {
    background-color: #06B868 !important;
}

.bb_button.bb_green:hover {
	background-color: #00A65A !important;
}

.bb_button.bb_green {
	background: #06B868 !important;
	box-shadow: none !important;
}

#mf_form_list li .middle_form_bar:hover {
	background: none;
	background-color: #0067A3;
    
}

#mf_form_list li.form_selected div.middle_form_bar{
	background-color: #394653;
}


#mf_form_list li .middle_form_bar {
    background-color: #2E3842;
}

#mf_form_list .form_option {
    background-color: #02B4CE;
}
#filter_form_input {
    border-color: #0079BF;
    background-color: #0079BF;
}
#mf_form_list li.form_selected div.middle_form_bar, #mf_form_list li .middle_form_bar:hover, #mf_search_box, #mf_search_title, #mf_search_tag {
    background: none;
    background-color: #0067A3;
}
div#mf_search_box {
    border-radius: 3px;
    padding: 0.33em 0.5em;
}
.ap_tp_num_active {
    background-color: #21B2A6;
}

/* 
* Fix Address Fields
*/
#main_body form li div span.right,
#main_body form li div span.left {
    width: 48% !important;
	clear: none;
}
#main_body form li {
	width: 100% !important;
}
li.address span {
    width: 100% !important;
}

/* 
* Fix Selectize Dropdown Fields
*/
.search div.selectize-control {
	padding: 0px !important;
}
.selectize-input.items.not-full.has-options {
    padding: 8px 6px !important;
}
.selectize-dropdown {
    padding: 8px !important;
}
.item {
    padding: 8px 9px 2px !important;
}

.selectize-dropdown span.highlight {
    display: inline !important;
    float: none !important;
}

/* 
* Widen Left Form Menus at view.php - #ve_actions menu 
*/
#ve_actions {
    padding-right: 35px;
}
#ve_entry_actions {
    width: 150px;
}

.entry_menu {
    float: right;
    width: 40%;
    margin-top: -55px;
}

.entry_menu a {
    float: right !important;
    display: inline-block;
    margin: 0.3em !important;
}

/*
* Fix No Results button in manage_entries.php
*/
#filter_no_results h3 {
	line-height: unset;
    margin-top: 60px;
}

#main_body input.text, #main_body input.text, #main_body textarea.textarea {
    border: 1px solid #bbb;
    border-radius: 2px;
	box-shadow: unset;
}

/* 
* Make Pretty Upload Field Button
*/
.uploadifive-button {
	border-radius: 2px;	
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.uploadifive-button {
    background-color: #BFEFFD;
    background-image: linear-gradient(bottom, #BFEFFD 0%, #BFEFFD 100%);
    background-image: -o-linear-gradient(bottom, #BFEFFD 0%, #BFEFFD 100%);
    background-image: -moz-linear-gradient(bottom, #BFEFFD 0%, #BFEFFD 100%);
    background-image: -webkit-linear-gradient(bottom, #BFEFFD 0%, #BFEFFD 100%);
    background-image: -ms-linear-gradient(bottom, #BFEFFD 0%, #BFEFFD 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #BFEFFD), color-stop(1, #BFEFFD) );
    background-position: center top;
    background-repeat: no-repeat;

    border: 2px dotted #21B2A6;
    color: #009AC8 !important;
    font: bold 12px Arial, Helvetica, sans-serif;
        line-height: normal;
    text-align: center;
    text-shadow: unset;
    text-transform: uppercase;
    width: 100%;
    margin: 0 !important;
    padding: 2em 40% !important;
}

.uploadifive-button:hover{
	background-color: #21B2A6;
	background-image: linear-gradient(bottom, #21B2A6 0%, #21B2A6 100%);
    background-image: -o-linear-gradient(bottom, #21B2A6 0%, #21B2A6 100%);
    background-image: -moz-linear-gradient(bottom, #21B2A6 0%, #21B2A6 100%);
    background-image: -webkit-linear-gradient(bottom, #21B2A6 0%, #21B2A6 100%);
    background-image: -ms-linear-gradient(bottom, #21B2A6 0%, #21B2A6 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #21B2A6), color-stop(1, #21B2A6) );
	color: #fff !important;
	border: 2px dashed #B1F1EB;
	text-shadow: unset;
}

div.uploadifive-button input {
    height: 100%;
}

/* Filters */
.dropui-pink .dropui-tab {
    background-color: #29323B !important;
    border-color: #0067A3 !important;
}
.dropui-pink.dropui-menu .dropui-content {
    background-color: #0079BF !important;
}

/*
* Set Buttons
*/
/* ----- ---- --- -- -  Blue - -- --- ---- ----- */

.bb_button.bb_blue{
	background: #377ad0;
	background: -webkit-gradient(linear, left top, left bottom, from(#52a8e8), to(#377ad0));
	background: -moz-linear-gradient(top, #52a8e8, #377ad0);
	border: none;
	color: #fff;
	text-shadow: 0 1px 1px #4081af;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.bb_button.bb_blue:hover, .bb_button.bb_blue:focus{
	background: #206bcb;
	background: -webkit-gradient(linear, left top, left bottom, from(#3e9ee5), to(#206bcb));
	background: -moz-linear-gradient(top, #3e9ee5, #206bcb);
	border-color: #2a73a6 #165899 #07428f;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.bb_button.bb_blue:active{
	background: #3282d3;
	border-color: #154c8c #154c8c #0e408e;
	text-shadow: 0 -1px 1px #1d62ab;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

/* ----- ---- --- -- -  Green - -- --- ---- ----- */

.bb_button.bb_green{
	background: #7fbf4d;
	background: -webkit-gradient(linear, left top, left bottom, from(#7fbf4d), to(#63a62f));
	background: -moz-linear-gradient(top, #7fbf4d, #63a62f);
	
	color: #fff;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;  
	border: none;

}
.bb_button.bb_green:hover, .bb_button.bb_green:focus{
	background: #76b347;
	background: -webkit-gradient(linear, left top, left bottom, from(#86c755), to(#5ea12a));
	background: -moz-linear-gradient(top, #86c755, #5ea12a);
	border-color: #53961e;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;   
}
.bb_button.bb_green:active{
	background: #7fbf4d;
	border-color: #53961e;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

/* ----- ---- --- -- -  Red - -- --- ---- ----- */

.bb_button.bb_red{
	background: #e6433d;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8674b), to(#d54746));
	background: -moz-linear-gradient(top, #f8674b, #d54746);
	border: none;
	color: #fff;
	text-shadow: 0 1px 1px #961a07;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;    
}
.bb_button.bb_red:hover, .bb_button.bb_red:focus{
	background: #dd3a37;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff7858), to(#cc3a3b));
	background: -moz-linear-gradient(top, #ff7858, #cc3a3b);
	border-color: #961a07;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important; 
}
.bb_button.bb_red:active{
	background: #e6433d;
	border-color: #961a07;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

/* ----- ---- --- -- -  Orange - -- --- ---- ----- */

.bb_button.bb_orange{
	background: #ee8f1f;
	background: -webkit-gradient(linear, left top, left bottom, from(#f5b026), to(#f48423));
	background: -moz-linear-gradient(top, #f5b026, #f48423);
	border-color: #e6791c #e6791c #d86f15;
	color: #fff;
	text-shadow: 0 1px 1px #b85300;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;   
}
.bb_button.bb_orange:hover, .bb_button.bb_orange:focus{
	background: #e38512;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffbb33), to(#eb7b1a));
	background: -moz-linear-gradient(top, #ffbb33, #eb7b1a);
	border-color: #d0680c;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.bb_button.bb_orange:active{
	background: #ee8f1f;
	border-color: #d0680c;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

/* ----- ---- --- -- -  Grey - -- --- ---- ----- */

.bb_button.bb_grey{
	background: #969696;
	background: -webkit-gradient(linear, left top, left bottom, from(#ababab), to(#818181));
	background: -moz-linear-gradient(top, #ababab, #818181);
	border: none;
	color: #fff;
	text-shadow: 0 1px 1px #444;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;  
}
.bb_button.bb_grey:hover, .bb_button.bb_grey:focus{
	background: #868686;
	background: -webkit-gradient(linear, left top, left bottom, from(#b0b0b0), to(#6f6f6f));
	background: -moz-linear-gradient(top, #b0b0b0, #6f6f6f);
	border-color: #666 #666 #606060;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important; 
}
.bb_button.bb_grey:active{
	background: #909090;
	border-color: #606060;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

/* ----- ---- --- -- -  Black - -- --- ---- ----- */

.bb_button.bb_black{
	background: #525252;
	background: -webkit-gradient(linear, left top, left bottom, from(#5e5e5e), to(#434343));
	background: -moz-linear-gradient(top, #5e5e5e, #434343);
	border-color: #4c4c4c #313131 #1f1f1f;
	color: #fff;
	text-shadow: 0 1px 1px #2e2e2e;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.bb_button.bb_black:hover, .bb_button.bb_black:focus{
	background: #4b4b4b;
	background: -webkit-gradient(linear, left top, left bottom, from(#686868), to(#363636));
	background: -moz-linear-gradient(top, #686868, #363636);
	border-color: #313131;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important; 
}
.bb_button.bb_black:active{
	background: #525252;
	border-color: #313131;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

/* ----- ---- --- -- -  Purple - -- --- ---- ----- */

.bb_button.bb_purple{
    background: #6F72AF;
    background: -webkit-gradient(linear, left top, left bottom, from(#676BAB), to(#6F72AF));
    background: -moz-linear-gradient(top, #6F72AF, #676BAB);
    color: #fff;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
    border: none;  
}
.bb_button.bb_purple:hover, .bb_button.bb_purplek:focus{
    background: #6F72AF;
    background: -webkit-gradient(linear, left top, left bottom, from(#676AAB), to(#6F72AF));
    background: -moz-linear-gradient(top, #676BAB, #6F72AF);
    color: #fff;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
    border: none;   
}
.bb_button.bb_purple:active{
    background: #6F72AF;
    background: -webkit-gradient(linear, left top, left bottom, from(#676BAB), to(#6F72AF));
    background: -moz-linear-gradient(top, #676BAB, #6F72AF);
    color: #fff;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
    border: none;
}
#main_body form .guidelines {
    background: #034063 !important;
}
#mf_form_list li.form_selected div.middle_form_bar{
	background-color: #394653;
}
#mf_form_list li .middle_form_bar:hover, #mf_search_box, #mf_search_title, #mf_search_tag {
    background: none;
    background-color: #0067A3;
}
#mf_form_list li.form_selected div.middle_form_bar{
	background-color: #0077ED;
}
/* CUSTOM_CODE - END */