.wpcci_half_width{width: 50%;}
.wpcci_one_third_width{width: 33%;}
.wpcci_width_80{width: 80%;}
.wpcci_max_500{max-width: 500px;}
.wpcci_spacer_15{margin-top:15px;}
.wpcci_spacer_10_tb{margin:10px 0;}
.wpcci_spacer_10_tblr{margin:10px;}
.wpcci_clear_float{clear: both;}
.wpcci_float_left{float: left;}
.wpcci_padding_10{padding: 10px !important;}
.wpcciwps_admin_ul_grp1{
list-style: circle;
padding: 0 0 0 30px;
}
.wpcci_grey_box{
margin: 10px 0 15px;
background-color: #ECECEC;
border: 1px solid #CFCFCF;  
padding: 0 0 0 1em;
}
.wpcci_yellow_box{
margin: 10px 0 15px;
background-color: #FFFFE0;
border-color: #E6DB55;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;   
padding: 0 0 0 1em;
}
.wpcci_blue_box{
margin: 10px 0 15px;
background-color: #F0F9FF;
border-color: #1166BB;
color: #1166BB;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;   
padding: 0 0 0 1em;
line-height: 20px;
}
.wpcci_green_box {
margin: 10px 0 15px;
background-color: #CCF4D6;
border-color: #059B53;
color: #043B14;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;   
padding: 0 1em 0 1em;
}
.wpcci_red_box {
margin: 10px 0 15px;
background-color: #FFEBE8;
border-color: #CC0000;
color: #333333;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;   
padding: 0 1em 0 1em; 
}
.wpcci_success_with_icon {
background-image: url(//boisemusicweek.org/wp-content/plugins/wp-custom-css/images/success.png);
background-repeat: no-repeat;
color: #529901;
padding-left: 20px;
font-size: 14px;
}
.wpcci_error_with_icon {
color: #ff0000;
background-image: url(//boisemusicweek.org/wp-content/plugins/wp-custom-css/images/error.png);
background-repeat: no-repeat;
padding-left: 20px;
font-size: 14px;
}
.wpcci_info_with_icon {
background-image: url(//boisemusicweek.org/wp-content/plugins/wp-custom-css/images/info-icon.png);
background-repeat: no-repeat;
color: #1166BB;
padding-left: 20px;
font-size: 14px;
}
.file_permission_table{
margin: 20px 0;
}
.file_permission_table thead tr th{
background:#CCCCCC;
}
.file_permission_table td{
padding: 7px;
font-family: "Courier 10 Pitch",Courier,monospace;
color: #262626;
border-bottom: 1px solid #F2F2F2;
border-top:none;
}
.wpcci_table_row_red{
background-color:#FD6D73;
}
.wpcci_table_row_yellow{
background-color:#F5E679;    
}
.wpcci_table_row_green{
background-color:#C8F18B;    
}
.wpcciwps_loading_1{
margin:0 5px;
}
.wpcci_text_area_file_output{
background: none repeat scroll 0 0 #F9F9F9;
font-family: Consolas,Monaco,monospace;
font-size: 12px;
outline: 0 none;
}
.wpcciwps_more_info_anchor{
background-color: #D9D9D9;
color: #21759B;
font: 0.9em/1.455em "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
text-decoration: none;
padding: 3px 5px;
}
.wpcciwps_more_info_anchor:hover {
color: #333333;
cursor: pointer;
}
.wpcciwps_more_info_toggle_char {
display: inline-block;
margin-right: 3px;
padding: 0 3px;
text-align: center;
background-color: #EDEDED;
width: 10px;
}
.wpcciwps_more_info_body{
margin: 10px 0 15px;
background-color: #FFFFE0;
border-color: #E6DB55;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;   
padding: 0 0 0 1em;
}
.wpcciwps_spread_the_word_widget{
}
.wpcciwps_dashboard_box_small{
float:left;
max-width:350px;
margin-right:15px;
}
.wpcciwps_dashboard_widget_footer{
background-color: #E6E6E6;
padding: 10px;
}
.wpcciwps_feature_status_container{
display:block;
margin: 10px 0;
}
.wpcciwps_feature_status_name{
width:50%;
font-weight: bold;
float:left;
padding: 5px 10px 5px 0;
}
.wpcciwps_feature_status_bar{
display:block;
float:left;
width: 120px;
height: 26px;
position: relative;
background: rgba(0, 0, 0, 0.25);
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);    
}
.wpcciwps_feature_status_label{
display: block;
float: left;
padding: 4px;
text-align: center;
width: 52px;
color:#F7F7F7;
font-weight:bold;
text-transform: uppercase;
}
.wpcciwps_feature_status_on{
color: #043B14;
background: #65bd63;
border-radius: 3px;
background-image: -webkit-linear-gradient(top, #9dd993, #65bd63);
background-image: -moz-linear-gradient(top, #9dd993, #65bd63);
background-image: -o-linear-gradient(top, #9dd993, #65bd63);
background-image: linear-gradient(to bottom, #9dd993, #65bd63);
-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);  
}
.wpcciwps_feature_status_off{
color: #4D0000;
background: #BD6363;
border-radius: 3px;
background-image: -webkit-linear-gradient(top, #D99393, #BD6363);
background-image: -moz-linear-gradient(top, #D99393, #BD6363);
background-image: -o-linear-gradient(top, #D99393, #BD6363);
background-image: linear-gradient(top bottom, #D99393, #BD6363);
-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
}
.wpcciwps_feature_details_badge{
}
.wpcciwps_feature_details_badge_difficulty{
display: inline-block;
background: url(//boisemusicweek.org/wp-content/plugins/wp-custom-css/images/feature-difficulty-badge-bg.png) no-repeat;
width:150px;
height:65px;
}
.wpcciwps_feature_details_badge_difficulty_text{
display: inline-block;
height:36px;
width: 105px;
margin: 8px 0 0 36px;
color: #595170;
font-size:14px;
font-family: helvetica;
font-weight: bold;
text-align: center;
padding-top:7px;
}
.wpcciwps_feature_details_badge_points{
display: inline-block;
background: url(//boisemusicweek.org/wp-content/plugins/wp-custom-css/images/feature-points-badge-bg.png) no-repeat;
width:150px;
height:65px;
margin-left: 10px;
}
.wpcciwps_feature_details_badge_points_text{
display: inline-block;
height:36px;
width: 105px;
margin: 8px 0 0 36px;
color: #545B5C;
font-size:20px;
font-family: georgia;
font-weight: bold;
text-align: center;
padding-top:5px;
}
#wpcciwps_pw_tool_main{
width:440px;
margin:40px auto 120px;
position:relative;
text-align:center;
background: url(//boisemusicweek.org/wp-content/plugins/wp-custom-css/images/form_bg.png) no-repeat scroll 0 0 transparent;
height: 450px;
padding-top: 50px;
}
.wpcciwps_password_tool_field{
text-align:center;
padding-top: 40px;
}
#wpcciwps_pw_tool_main .meterText {
color: #575757;
font-size: 10px;
left: 189px;
line-height: 1.1;
position: absolute;
top: 485px;
width: 60px;
}
#wpcciwps_pw_tool_main .arrow{
background: url(//boisemusicweek.org/wp-content/plugins/wp-custom-css/images/arrow.png) no-repeat -10px 0;
height: 120px;
left: 215px;
position: absolute;
top: 299px;
width: 11px; -moz-transition:0.3s;
-webkit-transition:0.3s;
-o-transition:0.3s;
-ms-transition:0.3s;
transition:0.3s; -moz-transform: rotate(-134deg);
-webkit-transform: rotate(-134deg);
-o-transform: rotate(-134deg);
-ms-transform: rotate(-134deg);
transform: rotate(-134deg);
}
#wpcciwps_pw_tool_main .arrowCap{
background: url(//boisemusicweek.org/wp-content/plugins/wp-custom-css/images/arrow.png) no-repeat -43px 0;
height: 20px;
left: 208px;
position: absolute;
top: 351px;
width: 20px;
z-index: 10;
}
#wpcciwps_pw_tool_main .meterText{
color: #575757;
font-size: 10px;
left: 189px;
line-height: 1.1;
position: absolute;
top: 385px;
width: 60px;
}
.wpcciwps_password_crack_info_text{
font-size: 2.125em;
line-height: 1.16667em;
padding-left: 6.25%;
padding-right: 6.25%;
text-align: center;
}
#wpcciwps_password_crack_time_calculation{
font-size: 1.125em;
line-height: 1.16667em;
padding-left: 6.25%;
padding-right: 6.25%;
text-align: center;
color: darkorange;
}.CodeMirror { font-family: monospace;
height: 100%;
min-height: 100px;
border: 1px dotted black;
}
.CodeMirror-scroll { overflow: auto;
} .CodeMirror-lines {
padding: 4px 0; }
.CodeMirror pre {
padding: 0 4px; }
.CodeMirror-scrollbar-filler {
background-color: white; } .CodeMirror-gutters {
border-right: 1px solid #ddd;
background-color: #f7f7f7;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
padding: 0 3px 0 5px;
min-width: 20px;
text-align: right;
color: #999;
} .CodeMirror div.CodeMirror-cursor {
border-left: 1px solid black;
} .CodeMirror div.CodeMirror-secondarycursor {
border-left: 1px solid silver;
}
.CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursor {
width: auto;
border: 0;
background: transparent;
background: rgba(0, 200, 0, .4);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6600c800, endColorstr=#4c00c800);
} .CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursor:not(#nonsense_id) {
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
} .CodeMirror div.CodeMirror-cursor.CodeMirror-overwrite {} .cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable {color: black;}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3 {color: #085;}
.cm-s-default .cm-property {color: black;}
.cm-s-default .cm-operator {color: black;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-error {color: #f00;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}
.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-emstrong {font-style: italic; font-weight: bold;}
.cm-link {text-decoration: underline;}
.cm-invalidchar {color: #f00;}
div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}  .CodeMirror {
line-height: 1.5;
position: relative;
overflow: hidden;
}
.CodeMirror-scroll {  margin-bottom: -30px; margin-right: -30px;
padding-bottom: 30px; padding-right: 30px;
height: 100%;
outline: none; position: relative;
}
.CodeMirror-sizer {
position: relative;
} .CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler {
position: absolute;
z-index: 6;
display: none;
}
.CodeMirror-vscrollbar {
right: 0; top: 0;
overflow-x: hidden;
overflow-y: scroll;
}
.CodeMirror-hscrollbar {
bottom: 0; left: 0;
overflow-y: hidden;
overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
right: 0; bottom: 0;
z-index: 6;
}
.CodeMirror-gutters {
position: absolute; left: 0; top: 0;
height: 100%;
padding-bottom: 30px;
z-index: 3;
}
.CodeMirror-gutter {
height: 100%;
display: inline-block; *zoom:1;
*display:inline;
}
.CodeMirror-gutter-elt {
position: absolute;
cursor: default;
z-index: 4;
}
.CodeMirror-lines {
cursor: text;
}
.CodeMirror pre { -moz-border-radius: 0; -webkit-border-radius: 0; -o-border-radius: 0; border-radius: 0;
border-width: 0;
background: transparent;
font-family: inherit;
font-size: inherit;
margin: 0;
white-space: pre;
word-wrap: normal;
line-height: inherit;
color: inherit;
z-index: 2;
position: relative;
overflow: visible;
}
.CodeMirror-wrap pre {
word-wrap: break-word;
white-space: pre-wrap;
word-break: normal;
}
.CodeMirror-linebackground {
position: absolute;
left: 0; right: 0; top: 0; bottom: 0;
z-index: 0;
}
.CodeMirror-linewidget {
position: relative;
z-index: 2;
overflow: auto;
}
.CodeMirror-widget {
display: inline-block;
}
.CodeMirror-wrap .CodeMirror-scroll {
overflow-x: hidden;
}
.CodeMirror-measure {
position: absolute;
width: 100%; height: 0px;
overflow: hidden;
visibility: hidden;
}
.CodeMirror-measure pre { position: static; }
.CodeMirror div.CodeMirror-cursor {
position: absolute;
visibility: hidden;
border-right: none;
width: 0;
}
.CodeMirror-focused div.CodeMirror-cursor {
visibility: visible;
}
.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
.cm-searching {
background: #ffa;
background: rgba(255, 255, 0, .4);
} .CodeMirror span { *vertical-align: text-bottom; }
@media print { .CodeMirror div.CodeMirror-cursor {
visibility: hidden;
}
}