/*===========================admin style start============================*/
.netgo-admin-page-setting .form-table tr {
    background: #fff none repeat scroll 0 0;
    display: block;
    float: none;
    margin: 0 0 0px;
    padding: 0 25px;
    position: relative;
}

#settingForm h2  ,.netgo-admin-page-setting h2{
    background: #b7b7b7 none repeat scroll 0 0;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 0 13px 0 #999 inset;
    color: #fff;
    font-size: 20px;
    padding: 6px 13px;
}

.netgo-admin-page-setting .form-table {
    margin-top: 0px;
}

#toplevel_page_fb-page-setting .dashicons-before img {
    padding: 4px 0 0;
}

.netgo-admin-page-setting .form-table tr p {
    width: 80%;
}

.netgo-admin-page-setting .form-table tr p.about-title {
    color: #000;
    font-weight: 700;
    padding: 10px 0 0;
}

.netgo-admin-page-setting .form-table tr p a {
    color: #000;
    font-size: 13px;
    font-weight: 700;
}

.added-success {
    background-color: #fff;
    border-left: 4px solid #7ad03a;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    margin-top: 8px;
    padding: 1px 12px;
    width: 95.8%;
}

#settingForm .form-table{
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	
}

/*===========================admin style end============================*/


.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #b7b7b7;
}
.pagination a:hover{
color:#fff;
background: #3279BB;
}
.pagination .current{
padding:6px 9px 5px 9px;
background: #000;
color:#fff;
}




/*=========================AUGUST-19-2015 START==========================*/

.flag-green {
    background: rgba(0, 0, 0, 0) url("green-bullet.png") no-repeat scroll 20px 0;
    float: left;
    height: 20px;
    width: 100%;
}

.flag-red {
    background: rgba(0, 0, 0, 0) url("red-bullet.png") no-repeat scroll 20px 0;
    float: left;
    height: 20px;
    width: 100%;
}

.netgo-admin-page-setting .wp-list-table thead td {
    border-bottom: 1px solid #ccc;
    color: #000;
}


.netgo-admin-page-setting .wp-list-table td:nth-child(n) {
    padding-left: 45px;
}

#all-post-type {
    color: #999;
}


.class-to-asc, .class-to-desc {
    display: inline;
    padding-right: 15px;
	color:#000;
}


.class-to-asc:hover, .class-to-desc:hover{
	color:#000;
}

.class-to-asc{
    background:url("down-arrow.png") no-repeat scroll right center;
}

.class-to-asc:hover{
    background:url("up-img.png") no-repeat scroll right center;
}


.class-to-desc{
    background:url("up-img.png") no-repeat scroll right center;
}

.class-to-desc:hover{
    background:url("down-arrow.png") no-repeat scroll right center;
}






/*=========================AUGUST-19-2015 CLOSE==========================*/
