table th
{
font-size:20px;
/*background:#E4E4E4;*/
}
.adm_form_tbl{ width:38%;}
.adm_form_tbl  td
{
	background:#E4E4E4;
	line-height: 1.3;
    margin-bottom: 9px;
    padding: 10px 10px;
    vertical-align: middle;
}

.adm_popup_form_tbl{ width:100%;}
.adm_popup_form_tbl  td
{
	background:#E4E4E4;
	line-height: 1.3;
    margin-bottom: 9px;
    padding: 10px 10px;
    vertical-align: middle;
}
.report_textarea {    height: 120px;    width: 100%;}

.report_textarea1 {    height: 260px;    width: 650px;}

.admin_report_field { width: 100% !important;}
.img_gal img{
float:left;
margin:25px;
 border: 1px solid;
}

.img_gal input[type="checkbox"]
{
 margin-bottom: -259px;
    margin-left: -39px;
}

.del_img_btn 
{
float:left; 
margin: 60px 0 0 505px;
}

.del_img_btn input[type="submit"]
{
position: absolute;
}

.play{
margin-left: 26px; 
margin-top: 27px; 
position: absolute;
}

.play img{
border: none;
}

#TB_window
{
margin-left: -161px; 
width: 285px; 
margin-top: -185px; 
}

.wrap_heading
{
	margin: 30px 0px 0px 30px;
}

.wrap_data
{
	/*margin-left: 50px;
    margin-top: 30px;*/
}

.msg
{
	border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}

#error
{
	background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

#success
{
background-color: #E6EFDC;
    border-color: #009900;
    color: #84A843;
}

#add_question
{
cursor: pointer;
}
.adm_right_content{	float:left; 	width:90%; 	border:5px solid #ffffff; 	padding:10px;	margin:10px;}.adm_left_content{	float:left; 	width:90%; 	border:5px solid #ffffff; 	padding:10px;	margin:10px;}

.thickbox_question
{
	background-color: #ebebeb;
	 padding: 12px;
}

.thickbox_question_text
{
	float: left;
    width: 50%;
}

.thickbox_option
{

}

.thickbox_basicinfo
{

}


.adm_thickbox_top {
    display: inline-block;
    padding: 10px;
	font-family: arial !important;
}

.adm_popup_form
{
	font-family: arial !important;
}

.adm_thickbox_img {
    float: left;
    padding: 5px;
}


.adm_thickbox_text {
    float: right;
    width: 60%;
}

.adm_thickbox_text h4{
	font-family: arial;
    font-size: 18px;
    line-height: 1.2;
}

.csv{
	background: none repeat scroll 0 0 #2ea2cc !important;
    color: #fff;
    font-size: 15px;
    padding: 3px;
    text-decoration: none;
}


/**************************Front end add lead form custom style starts here************************************/
.save-lead-div
{
	border: 1px solid #ccc;
	padding: 10px;
	/*width:100%;*/
	max-width:400px;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	hyphens: auto;
}

#loader
{
	text-align: center;
}
.save-lead-div input[type="text"], input[type="email"], input[type="url"]
{
-moz-hyphens: none;
	-webkit-hyphens: none;
	hyphens: auto;
width:96% !important;
}.wrap_data input[type="text"], input[type="email"], input[type="url"]{width: auto;}

.save-lead-div2
{
	-moz-hyphens: none;
	-webkit-hyphens: none;
	hyphens: auto;
	/*width:55% !important;*/
}

.social_signals_table th
{
	/*background-color: #ececec;*/
	-moz-hyphens: none;
	-webkit-hyphens: none;
	hyphens: auto;
	border: 1px solid #ccc;
    font-size: 12px;
    padding: 5px;
    text-align: center;
}

.social_signals_table th img
{
	width:50px;
}

.social_signals_table td
{
	/*background-color: #000;*/
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.ss_seo_td_desc
{
	/*background-color: #e1e1e1 !important;*/
    border: 1px solid #ccc;
    color: #000 !important;
}

.ss_seo_td_desc1 {
    color: #000 !important;
    font-size: 14px !important;
	 border: 1px solid #ccc;
}

.ss_seo_td_score{
font-size: 23px !important;
}

.ss_seo_content{
	float: right; 
	margin-right: 230px;
	margin-top: 105px;
}
.heading_data {
	font-weight: lighter;
}
.gray_row{	background-color: #ececec; color: #000;}

.white_row{	background-color: #ffffff; color: #000;}


.orange {
    background: none repeat scroll 0 0 orange !important;
}

.red
 {
    background: none repeat scroll 0 0 red !important;
}

.green
{
	 background: none repeat scroll 0 0 green !important;
}
/**************************Front end add lead form custom style ends here************************************/

.loader {
  width: 150px;
  height: 150px;
  line-height: 150px;
  margin: 100px auto;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  z-index: 0;
  text-transform: uppercase;
}

.loader:before,
.loader:after {
  opacity: 0;
  box-sizing: border-box;
  content: "\0020";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  border: 5px solid #ccc;
  box-shadow: 0 0 50px #2e2e2e, inset 0 0 50px #ccc;
}

.loader:after {
  z-index: 1;
  -webkit-animation: gogoloader 2s infinite 1s;
}

.loader:before {
  z-index: 2;
  -webkit-animation: gogoloader 2s infinite;
}

@-webkit-keyframes gogoloader {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
