/* clearfix */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/* Admin Pagination */
.admin_page_pagination{
    position: relative;
    display: block;
    width: 100%;
}
.admin_page_pagination li{
    display: inline-block;
    background-color: #fff;
    margin: 5px;

    -webkit-transition: all 250ms ease;
    -moz-transition   : all 250ms ease;
    -ms-transition    : all 250ms ease;
    -o-transition     : all 250ms ease;
    transition        : all 250ms ease;
}
.admin_page_pagination li:hover{
    display: inline-block;
    background-color: #236478;
}
.admin_page_pagination li:hover a {
	color: #FFF;
}
.admin_page_pagination li.current{
    background-color: #236478;
}
.admin_page_pagination a{
    display: block;
    padding: 10px 15px;
    color: #000;
    text-decoration: none;
}
.admin_page_pagination .current a{
    font-weight: 600;
    color:#FFF;
}
.admin_page_pagination .next_page a,
.admin_page_pagination .prev_page a{

}
span.status.off {
    color: red;
    font-weight: bold;
}
span.status.on {
    color: green;
    font-weight: bold;
}

.toplevel_page_wp_accessibility #wpcontent form input[type="text"],
.toplevel_page_wp_accessibility #wpcontent form select {
    min-width: 300px;
}

.small_label {
    display: block;
    font-size:0.7rem;
}
/******************************/
table#wp-accessibility-helper-image-control-table td {text-align: center;}
.accessibility_table td,
.accessibility_table th {
    padding: 0.3rem 0.5rem;
}

.title_column,
.attachments_column {
    min-width: 300px;
}

.accessibility_table th {
    background: #236478;
    color: #FFF;
}
.accessibility_table tr:nth-child(odd) {background-color: #ccc;}
.accessibility_table tr {background-color: #fff;}

.green_alt {color: green;}
.red_alt {color: red;}


/******************************/
.athumb {
    max-width: 32px;
    max-height: 32px;
}
span.action_done {
    color: green;
    font-weight: bold;
}
input.attachment_post_alt {
  color: green;
}
.attachment_post_alt::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: red;
}
.attachment_post_alt::-moz-placeholder { /* Firefox 19+ */
  color: red;
}
.attachment_post_alt:-ms-input-placeholder { /* IE 10+ */
  color: red;
}
.attachment_post_alt:-moz-placeholder { /* Firefox 18- */
  color: red;
}

label.text_label {
    display: block;
    cursor: pointer;
    width: 200px;
    float: left;
    font-weight: bold;
	line-height: 35px;
}
.form_element_content input[type="text"] {
  width: 35%;
}
/***/
.switch {
	position: relative;
	display: block;
	vertical-align: top;
	width: 100px;
	height: 30px;
	padding: 3px;
	margin: 0 10px 10px 0;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
	border-radius: 18px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	text-transform: uppercase;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}
.switch-label:before {
	content: attr(data-off);
	right: 11px;
	color: #aaaaaa;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background: #236478;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}
.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input:checked ~ .switch-handle {
	left: 74px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* Transition
========================== */
.switch-label, .switch-handle {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}

/** Forms **/

.form_row {
    display: block;
    width: 100%;
    clear: both;
    margin: 5px 0;
    float: left;
}
.form_row:after {
    clear: both;
    display: block;
    content: '';
}
.form30 {
    float: left;
    width: 30%;
}
.form50 {
    width: 50%;
    float: left;
}
.form70 {
    width: 70%;
    float: left;
}
.form_element {
    display: block;
    float: left;
    width: 100%;
}
.toplevel_page_wp_accessibility .wrap h1,
.accessibility_page_wp_accessibility_image h1,
.accessibility_page_wp_accessibility_landmark h1,
.accessibility_page_wp_accessibility_contribute h1 {
	background: #236478;
    color: #FFF;
    padding: 10px;
    line-height: 1;
}
.label_desc {
    line-height: 2.5;
}
hr {clear: both}
