@charset "utf-8";
/* CSS Document */
.ig_settings{
	float:left;
	width:100%;
}
.ig_settings *:not(.fa){
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.ig_settings a
{
	cursor:pointer;
}


.ig_settings medium.expected


{


	float:right;


}


.ig_settings .useful_link,
.ig_settings .ig_how_link{
	margin-left:10px;
	float:right;
	margin-right: 20px;
}

.ig_settings .flower_img{
	float: left;
    left: -6px;
    position: relative;
    top: 12px;
    width: 3%;
}	

.ig_settings ul.ig_rc  li.tick,
.ig_settings ul.ig_rc  li.cross{
    background: transparent url('tick_cross.png') no-repeat 0px 3px;
    list-style-type: none;   
    padding: 0 0 0 22px;
}
.ig_settings ul.ig_rc  li.cross{
	background-position:0px -14px;
}

.ig_settings .hide{
	display:none;
}

.ig_manual_download{
    font-size: 36px;
    line-height: 46px;
    padding: 24% 0 0;
    text-align: center;
    width: 100%;
}

.ig_rc_console{
    border-color: #6D6D6D;
    border-style: solid;
    border-width: 1px;
    float: right;
    width: 216px;
	overflow:hidden;
	
}
.ig_rc_console strong{
    background-color: #6D6D6D;
    color: #FFFFFF;
    float: left;
    padding: 6px 22px;
	width:100%;
	margin-bottom:10px;
}
.ig_rc_console .ig_rc,
.ig_rc_console .ig_rd{
    float: left;
    margin-left: 22px;
}
.ig_rc_console .ig_rd a{
    text-decoration: none;

}
.ig_rc_console .ig_rd a:hover{
    text-decoration: underline;
} 
.ig_rc_console .bottom_links{
    clear: both;
    padding: 0px 4px;
    text-align: right;
}
.ig_rc_console .ig_comments{
    font-size: 10px;
	text-decoration:none;
}
.ig_rc_console .ig_comments:hover{
	text-decoration:underline;
}
.ig_settings .form-table td{
	vertical-align:top;
}
.ig_settings label{
	font-weight:normal;
}
.ig_settings .form-table th,
.ig_settings .form-table th label{
	font-weight:bold;
}
.logs_area{
	width:50%;
	margin:10px 0 20px 0;
}
.logs_area .folder a{
	text-decoration:none;
}
.logs_area .list_head{
	margin-bottom:10px;
}
.logs_area .list_head strong{
	padding-left:4px;
	
}
.logs_area ul{
	margin:0px;
	padding:0;
	width:100%
}
.logs_area ul li{
	margin-left:2px;
	padding:0;
	float:none;
	clear:both;
	width:100%;
	line-height:30px;
}
.logs_area ul > li ul{
	margin-bottom: 20px;
}
.logs_area ul li .ig_params{
	float:left;
}
.logs_area ul li .ig_actions{
	float:right;
}
.logs_area ul li .ig_params span{
	margin-right:4px;
}
.ig_params {
    float: left;
    min-width: 50%;
}
.list_head ul ul li,
.list_head ul ul li:hover {    
    border-radius: 2px;
    padding: 4px 10px;
}
.list_head ul ul li:hover {
	background-color: #eee;
}
.wm_help{
	float:left; width:100%;
	text-align:center;
}
.wm_help a{
	float:left;
}
.wp_sep {
    border-top: 2px solid #eee;
    padding: 30px 0 0px;
    text-align: center;
    width: 40%;
}
.wm_help strong{
	float:left;
}
.wp_sep.last {
	float:right;
	padding:20px 0;
	border-bottom: 2px solid #eee;
	border-top:0;
}

.ig_actions_selected .fa{
	font-size: 20px;
}

.ig_bulk_action .ig_actions_selected{
	visibility: hidden;
	position: relative;
	margin-left: 25px;
}

.ig_bulk_action .ig_actions_selected a{
	position: relative;
	opacity: 0.5;
	
}

.ig_bulk_action .ig_actions_selected a:hover{
	
	opacity: 1;
	
}


ul.ig_bulk_action .ig_params input[type="checkbox"]{

	z-index: 1;
	
}

.ig-gopro {
  display: inline-block;
  font-size: 10px;
  padding: 6px 30px;
  color: #bfa14e;
  background-color: #1a1a1a;
  border: 1px solid #bfa14e;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0);
  float:right;
}

.ig-gopro:hover,
.ig-gopro:focus {
  background-color: #bfa14e;
  color: #1a1a1a;
  box-shadow: 0 0 10px #bfa14e, inset 0 0 5px rgba(255, 255, 255, 0.2);
  outline: none;
  text-decoration: none;
}


.wrap.ig_settings > h2 {
	display: block;
	padding: 22px 0 0 0;
}
div.ig_settings p.welcome-panel {
	color: white;
}