﻿html.wp-toolbar{
    background-color: #fff !important;
    background-image: none !important;
}
.sq_audit_list {/* page-break-after: always; */}

#sqd_audit{
    position: static;
    margin-top:15px;
}

#sqd_audit img{
    border: none;
}

#sqd_audit td,
#sqd_audit span,
#sqd_audit div{
    border: none;
    vertical-align: top;
    text-align: left;
   
}
#sqd_audit .sq_audit_margin_header{
    height: 340px;
}
#sqd_audit .sq_audit_header{
    height: 260px;
}
#sqd_audit .sq_audit_header td{

    vertical-align: top;
    height: 40px;
    line-height: 22px;
}
}
.sq_separator{
    display: block;
    clear: both;
    border-bottom: 1px dashed #ddd !important;
    background-position: 0px -165px;
    width: 900px;
    height: 3px;
    margin: 2px auto;
}

.floatingHeader {
    position: fixed;
    display: block;
    top: 0px;
    left: 0;
    font-size: 18px !important;
    width: 100% !important;
    margin: 0;
    padding: 15px;
    background: #2680b4;
    box-shadow: 0 0 3px 0 #333;
    visibility: hidden;
    z-index: 100;
    color: white !important;
    text-shadow: 1px 1px #333;
    cursor: pointer;
}
/******************************************************************/
#sqd_audit > div {
	width: 100%;
}
/* Score Box*/
#sqd_audit .sq_audit_header .sq_audit_header_score {
    position: relative;
    width: auto;
    height: 87px;
    line-height: 0px;
    margin: 0;
    margin-left: 101px;
    padding: 2px 10px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    background: #4f1440;
    box-shadow: 1px 1px 2px 0px #999;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='#999');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=270, Color='#999')";
    border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    -webkit-border-radius: 5px 5px 5px 0;
}
#sqd_audit .sq_audit_header .sq_audit_header_score1{
    display: block;
    color: #f1d432;
    font-size: 34px;
    padding: 0px;
    margin: 80px 0 5px 27px;
}
#sqd_audit .sq_audit_header .sq_audit_header_score1 span{
    margin-left: 10px;
    color: #4f1440;
}
#sqd_audit .sq_audit_header .sq_audit_header_report{
    display: block;
    color: #a8a8a8;
    font-size: 20px;
    margin: 50px 0 10px 30px;
    line-height: 27px;
}
#sqd_audit .sq_audit_header .sq_audit_header_report span{
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin: 0px 0 0px 5px;
    background: url('../images/dash_sprite.png') repeat-x -438px -496px;
    cursor: pointer;
}
/* creates the larger triangle */
#sqd_audit .sq_audit_header .sq_audit_header_score:before {
    content: "";
    color: #fff;
    position: absolute;
    bottom: -13px;
    left: 0;
    border-width: 0 0 14px 25px;
    border-style: solid;
    border-color: transparent transparent transparent #4f1440;
    z-index: 2;
}

/* creates the larger triangle */
#sqd_audit .sq_audit_header .sq_audit_header_score:after {
    content: "";
    color: #fff;
    position: absolute;
    bottom: -15px;
    left: 0;
    border-width: 0 0 15px 28px;
    border-style: solid;
    border-color: transparent transparent transparent  #999;
    z-index: 1;
}
/******************************************************************/
/* Task Box*/

#sqd_audit .sq_audit_task_completed {
    position: relative;
    width: auto;
    line-height: 20px;
    height: 87px;
    margin: 0 auto;
    padding: 15px 10px;
    text-align: center;
    font-size: 30px ;
    color: #fff;
    box-shadow: 1px 1px 2px 0px #999;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='#999');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=270, Color='#999')";
    border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    -webkit-border-radius: 5px 5px 5px 0;
}
#sqd_audit .sq_audit_tasks .sq_audit_task_completed{
    display: block;
    width: 100px;
    height: 65px;
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 1px #555;
    line-height: 29px;
    vertical-align: middle;
}
/* creates the larger triangle */
#sqd_audit  .sq_audit_task_completed:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -13px;
    left: 0;
    border-width: 0 0 14px 25px;
    border-style: solid;
    z-index: 2;
}

/* creates the larger triangle*/
#sqd_audit  .sq_audit_task_completed:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -15px;
    left: 0;
    border-collapse:collapse;
    border-width: 0 0 15px 28px;
    border-style: solid;
    border-color: transparent transparent transparent #999;
}
#sqd_audit  .sq_audit_task_completed_gray{
    background: #f1f1f1;
    color: #999 !important;
    text-shadow: 1px 1px #f8f8f8 !important;
}
#sqd_audit  .sq_audit_task_completed_gray:before {
    border-color: transparent transparent transparent #f1f1f1;
}
#sqd_audit .sq_audit_task_completed_green_text {
    color: #1e9a04;
}
#sqd_audit  .sq_audit_task_completed_green {
    background: #1e9a04;
}
#sqd_audit  .sq_audit_task_completed_green:before {
    border-color: transparent transparent transparent #1e9a04;
}
#sqd_audit  .sq_audit_task_completed_yellow_text {
    color: #f1d432;
}
#sqd_audit  .sq_audit_task_completed_yellow {
    background: #f1d432;
}
#sqd_audit  .sq_audit_task_completed_yellow:before {
    border-color: transparent transparent transparent #f1d432;
}
#sqd_audit  .sq_audit_task_completed_red_text {
    color: #bb0d0c;
}
#sqd_audit  .sq_audit_task_completed_red {
    background: #bb0d0c;
}
#sqd_audit  .sq_audit_task_completed_red:before {
    border-color: transparent transparent transparent #bb0d0c;
}

/******************************************************************/

#sqd_audit .sq_audit_header .sq_audit_header_squirrly{
    color: #f1d432;
    font-size: 36px;
    padding-left: 10px;
}
#sqd_audit .sq_audit_margin_header .sq_audit_datetime{
    color: #999;
    font-size: 14px;
    float: right;
    margin-top: -29px;
}
#sqd_audit .sq_audit_margin_header .sq_audit_datetime span{
    margin-right: 30px;
    border-bottom: 1px solid #f1f1f1;
}
#sqd_audit .sq_audit_margin_header .sq_audit_header_preview{
    display: block;
    width: 398px;
    height: 300px;
    background-size: 100%;
    margin: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px 0 #555;
}
#sqd_audit .sq_audit_margin_header .sq_audit_header_preview_phone{
    border-style: none;
	border-color: inherit;
	border-width: medium;
	display: block;
    float: left;
    background: url('../images/dash_sprite.png') no-repeat -5px -298px;
    width: 98px;
    height: 137px;
    padding: 45px 12px 37px 15px;
    margin: 10px 0px;
}
#sqd_audit .sq_audit_margin_header .sq_audit_header_preview_pad{
    border-style: none;
	border-color: inherit;
	border-width: medium;
	display: block;
    float: left;
    background: url('../images/dash_sprite.png') no-repeat -136px -298px;
    width: 230px;
    height: 165px;
    padding: 30px 25px 24px 24px;
    margin: 10px 0px;
}
#sqd_audit .sq_audit_header .sq_audit_header_logo{
    display: block;
    background: url('../images/dash_sprite.png') no-repeat 0px 0px;
    width: 134px;
    height: 154px;
    margin-top: 13px;
}
#sqd_audit .sq_audit_header .sq_audit_header_text{
    border-style: none;
	border-color: inherit;
	border-width: medium;
	display: block;
    background: url('../images/dash_sprite.png') no-repeat -162px -22px;
    width: 328px;
    height: 111px;
    margin: 10px 64px 4px 8px;
    }
#sqd_audit .sq_audit_header .sq_audit_header_for{
    display: block;
    color: #a8a8a8;
    font-size: 24px;
    height: 80px;
}

#sqd_audit .sq_audit_header .sq_audit_header_for_text{
    width: 120px;
}
#sqd_audit .sq_audit_header .sq_audit_header_domain{
    color: #6bac43;
    max-width: 380px;
    line-height: 44px;

    text-overflow: ellipsis;
}
#sqd_audit .sq_audit_header .sq_audit_header_for span{
    display: block;
    float: left;
    height: auto;
    line-height: 22px;
    margin: 5px 5px 5px 0;
}

#sqd_audit .sq_audit_header_links{
    display: none;
    margin: 5px;
    padding: 10px 0;
    width: 100%;
    height: 30px;
    font-size: 20px;
    color: #333333;
    background-color: #e9eae5;
    box-shadow: 2px 2px 3px 0 #c1c1c1;
    text-align: center;
    cursor: pointer;
}
#sqd_audit .sq_audit_header_competition{
    display: block;
    margin: 0px 21px;
    padding: 5px 0 0 10px;
    width: auto;
    line-height: 30px;
    height: auto;
    font-size: 20px;
    font-weight: normal;
    color: #777;
    text-align: left;
}
#sqd_audit .sq_audit_header_competition span a{
    color: #555;
    text-decoration: none;
    font-weight: normal;
    font-size: 21px;
}
#sqd_audit .sq_auditr_links_url{
    max-height: 160px;
    overflow-x: auto;
    margin-top: 13px;
}

#sqd_audit .sq_auditr_links_url li{
    max-width: 520px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 0 5px 8px;
    padding: 0;
}
#sqd_audit .sq_auditr_links_url li a{
    font-size: 14px;
    text-decoration: none;
    color: #777;

}


#sqd_audit .sq_audit_header_todo{
    display: block;
    margin-top: 15px;
    font-size: 24px;
    color: #333333;
}

#sqd_audit .sq_audit_header_todo_list{
	margin: 15px 0 15px 0;
	max-width: 100%;
}
#sqd_audit .sq_audit_header_todo_list li{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 50px;
    margin-left: 15px;
    color: orange;
    cursor: pointer;
}
#sqd_audit .sq_audit_header_todo_list .sq_audit_header_todo_value_pass{

    color: #1e9a04;
}
#sqd_audit .sq_audit_header_todo_list .sq_audit_header_todo_value_fail{

    color: #f7681a;
}
/*
#sqd_audit .sq_audit_todo{
    margin-left: 40px;
}
#sqd_audit .sq_audit_header_todo_list .sq_audit_todo_row{
    background-position: -174px -50px;
    margin-right: 10px;
}
#sqd_audit .sq_audit_header_todo_list .sq_audit_todo_row_complete{
    background-position: -198px -50px;
}*/
#sqd_audit .sq_audit_header_todo_list .sq_audit_goto_task{
    font-size: 15px;
    margin-left: 20px;
    color: #a8a8a8;
}
/**************************************************************/
#sqd_audit .sq_audit_tasks {
    clear: both;
    width: 100%;
    height: 280px;
    margin: 40px 0;
}

#sqd_audit .sq_audit_tasks li{
    float: left;
    width: 315px;
    height: 200px;
    cursor: pointer;
}

#sqd_audit .sq_audit_tasks .sq_audit_task_title{
    display: block;
    width: 100%;
    margin-top: 25px;
    font-size: 35px;
    text-align: center;
}


/*************************************************************/
#sqd_audit > div{
	max-width: 100%;
}
#sqd_audit .sq_audit_list > li{
    margin-top: 25px;
}
#sqd_audit .sq_audit_list .sq_audit_tasks_header {
    height: 60px;
}
#sqd_audit .sq_audit_list .sq_audit_tasks_header .sq_audit_tasks_header_title{
    font-size: 36px;
    line-height: 16px;
}
#sqd_audit .sq_audit_list .sq_audit_tasks_header .sq_audit_task_completed {
    margin: 0 21px !important;
    padding: 10px;
}
/* creates the larger triangle */
#sqd_audit .sq_audit_list .sq_audit_tasks_header .sq_audit_task_completed:before {
    right: 4px;
    left: auto;
}

/* creates the larger triangle */
#sqd_audit .sq_audit_list .sq_audit_tasks_header .sq_audit_task_completed:after {
    bottom: -15px;
    right: 2px;
    left: auto;
    border-width: 0 0 15px 26px;
}

.sq_audit_tasks_pass{
    display: block;
    background: url('../images/dash_sprite.png') repeat-x -7px -176px;
    height: 100px;
    width: 100px;
    margin-right: 20px;
}

.sq_audit_tasks_fail{
    display: block;
    background: url('../images/dash_sprite.png') repeat-x -113px -176px;
    height: 100px;
    width: 100px;
    margin-right: 20px;
}
#sqd_audit .sq_audit_tasks_row{
    width: 100%;
    position: relative;
    margin-top: 50px;
}
#sqd_audit .sq_audit_tasks_row > table{
    width: 100%;
}
#sqd_audit .sq_audit_tasks_row .sq_audit_tasks_title{
    font-size: 24px;
    line-height: 28px;
    color: #a8a8a8;
    padding-right: 10px;
}

#sqd_audit .sq_audit_tasks_row .sq_audit_tasks_impact{
    display: block;
    float: left;
    background: url('../images/dash_sprite.png') repeat-x -599px -462px;
    height: 25px;
    width: 30px;
    margin: 0 10px 0 0px;
}
#sqd_audit .sq_audit_tasks_row .sq_audit_tasks_impact:hover{
    background-position-y: -487px;
    cursor: pointer;
}
#sqd_audit .sq_audit_tasks_row .sq_audit_tasks_impact_1{
    background-position: -527px -462px;
}
#sqd_audit .sq_audit_tasks_row .sq_audit_tasks_impact_2{
    background-position: -563px -462px;
}

#sqd_audit .sq_audit_tasks_row .sq_audit_tasks_value{
    font-size: 24px;
    line-height: 28px;
}
#sqd_audit .sq_audit_tasks_row .sq_audit_tasks_value_pass a{
    font-size: 15px;
}
#sqd_audit .sq_audit_tasks_row .sq_audit_tasks_value_fail a{
    font-size: 15px;
}
#sqd_audit .sq_audit_tasks_row .sq_audit_tasks_value_pass{
    color: #1e9a04;
}
#sqd_audit .sq_audit_tasks_row .sq_audit_tasks_value_fail{
    color: #f7681a;
}

#sqd_audit .sq_audit_tasks_row .sq_audit_tasks_description{
    padding-top: 20px;
    max-width: 540px;
    font-size: 16px;
    line-height: 21px;
    color: #a8a8a8;
}
#sqd_audit .sq_audit_tasks_row .sq_audit_tasks_description span{
    display: block;
    margin-bottom: 15px;
    margin-left: 0;
}
#sqd_audit .sq_audit_tasks_row .sq_audit_tasks_description span.sq_audit_tasks_alias{
    margin-bottom: 10px;
}
#sqd_audit .sq_audit_tasks_row .sq_audit_tasks_description .sq_audit_tasks_value{
    font-size: 15px;
    line-height: 21px;
}
#sqd_audit .sq_audit_tasks_row .sq_audit_tasks_description a{
    text-decoration: none;
}
#sqd_audit .sq_audit_tasks_row .sq_audit_tasks_description ul li{
    margin-left: 10px;
    margin-top: 7px;
    font-size: 14px;
}
#sqd_audit .sq_audit_tasks_row .sq_audit_tasks_video{
    padding: 15px 0px 0px 15px;
}
#sqd_audit .sq_audit_tasks_row .sq_audit_tasks_video a{
    display: block;
    width: 280px;
    text-align: center;
    font-size: 15px;
    margin-top: 3px;
    margin: 0 5px;
}
#sqd_audit .sq_audit_tasks_row .sq_audit_tasks_video_cover_small{
    display: block;
    float: right;
    background: white url('../images/dash_sprite.png') no-repeat -480px -462px;
    width: 42px;
    height: 28px;
    cursor: pointer;
}
#sqd_audit .sq_audit_tasks_row .sq_audit_tasks_video_cover{
    background: #333 url('../images/dash_sprite.png') no-repeat -422px -299px;
    width: 280px;
    height: 158px;
    border: 2px solid #000;
    border-radius: 5px;
    margin: 0 auto;
    cursor: pointer;
}
#sqd_audit .sq_audit_tasks_row .sq_audit_tasks_link_small a{
    display: block;
    float: right;
    background: white url('../images/dash_sprite.png') no-repeat -430px -462px;
    width: 47px;
    height: 28px;
    margin: 0 5px;
}
#sqd_audit .sq_audit_tasks_row .sq_audit_tasks_link a{
    display: block;
    background: white url('../images/dash_sprite.png') no-repeat -398px -168px;
    width: 191px;
    height: 120px;
    margin: 0 auto;
}
#sqd_audit .sq_audit_tasks_row .sq_audit_tasks_description .sq_tip,
#sqd_audit .sq_audit_tasks_row .sq_audit_tasks_description .sq_fix{
    font-size: 14px;
    line-height: 19px;
    color: #333333;
}
#sqd_audit .sq_audit_tasks_row .sq_audit_tasks_description .sq_tip a,
#sqd_audit .sq_audit_tasks_row .sq_audit_tasks_description .sq_fix a{
    text-decoration: none;
}
#sqd_audit .sq_audit_tasks_row .sq_audit_tasks_description .sq_fix strong{
    color: #f7681a;
}
#sqd_audit .sq_audit_tasks_row .sq_audit_tasks_description .sq_audit_social{
    width: 330px;
    margin: 0 auto;
}
#sqd_audit .sq_audit_tasks_row .sq_audit_tasks_description .sq_audit_social li > div{
    float: left;
    margin-right: 10px;
}
#sqd_audit .sq_audit_tasks_row .sq_audit_tasks_description .sq_audit_social li{
    clear: both;
    height: 30px;
    line-height: 20px;
    border-bottom: 1px dashed #eee;
}
#sqd_audit .sq_audit_tasks_row .sq_audit_tasks_description .sq_audit_social li .sq_audit_social_title{
    font-size: 16px;
    width: 195px;
}
#sqd_audit .sq_audit_tasks_row .sq_audit_tasks_description .sq_audit_social li .sq_audit_social_value{
    font-weight: bold;
    width: 75px;
    text-align: right;
}

#sqd_audit .sq_audit_send_email{
    width: 750px;
    height: 130px;
    margin: 5px auto;
    background-color: #e9eae5;
    box-shadow: 2px 2px 3px 0 #c1c1c1;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#c1c1c1');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=270, Color='#c1c1c1')";
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
#sqd_audit .sq_audit_send_email_image{
    display: block;
    background: url('../images/dash_sprite.png') repeat-x -216px -169px;
    height: 100px;
    width: 165px;
    margin: 15px;
}
#sqd_audit .sq_audit_send_email_title{
    display: block;
    font-size: 25px;
    color: #a8a8a8;
    text-shadow: 1px 1px white;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='#fff');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=270, Color='#fff')";
    margin: 12px 0;
}
#sqd_audit .sq_audit_send_email_text{
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    width: 365px;
}
#sqd_audit .sq_audit_send_email_button,
#sqd_audit .sq_audit_download_button{
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 11px 24px;
    color: #fff;
    width: auto;
    height: auto;
    background-color: #bb0d0c;
    margin-top: 15px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 1px 1px 0 0 #fff;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='#fff');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=270, Color='#fff')";
    text-decoration: none;
    cursor: pointer;
}
#sqd_audit .sq_audit_send_email_button .at-icon-wrapper{
    background-color: #bb0d0c !important;
    line-height: 24px !important;
    height: 16px !important;
    width: 16px !important;
}
#sqd_audit .sq_audit_send_email_button span{
    background: none;
    text-decoration: none;
    width: 0;
    height: 0;
    margin-right: 2px;
}

#sqd_audit .sq_back_to_top{
    font-size: 18px;
    margin-top: 29px;
    cursor: pointer;
}

#sqd_audit .sq_list_error_title,
#sqd_audit .sq_list_success_title{
    display: block;
    font-size: 20px;
    color: #333;
    height: 31px;
    width: 90% !important;
    margin-top: 30px;
    padding-left: 30px;
    border-bottom: 5px solid #ccc;
    box-shadow: 0px 1px 0 0 #999;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color='#999');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=270, Color='#999')";
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: transparent url("../img/list_icon.png") no-repeat 1px 3px;
}

#sqd_audit .sq_list_error,
#sqd_audit .sq_list_success{
    display: block;
    font-size: 15px;
    font-weight: normal;
    color: #333;
    margin-left: 0px;
    margin-top: 5px;
}
#sqd_audit .sq_audit_tasks_row .sq_audit_tasks_description .sq_list_success span{
    margin-bottom: 10px;
}
#sqd_audit .sq_audit_tasks_row .sq_audit_tasks_value .sq_list_error,
#sqd_audit .sq_audit_tasks_row .sq_audit_tasks_value .sq_list_success{
    font-style: italic;
}


/**********************/
#sqd_audit .sq_rank_sprite{
    float: left;
    display: block;

    margin: 1px 0 0 0;
    background: url('../images/sprite.png') no-repeat 20px 0px;
    width: 20px;
    height: 20px;
}
#sqd_audit .sq_rank_flag_facebook{
    background-position: -10px -253px;
}
#sqd_audit .sq_rank_flag_facebook_like{
    background-position: -212px -253px;
}
#sqd_audit .sq_rank_flag_twitter{
    background-position: -53px -253px;
}
#sqd_audit .sq_rank_flag_googleplus{
    background-position: -31px -253px;
}
#sqd_audit .sq_rank_flag_pinterest{
    background-position: -74px -253px;
}
#sqd_audit .sq_rank_flag_stumbleupon{
    background-position: -190px -253px;
}
#sqd_audit .sq_rank_flag_linkedin{
    background-position: -231px -253px;
}
#sqd_audit .sq_rank_flag_reddit{
    background-position: -250px -253px;
}
#sqd_audit .sq_rank_flag_delicious{
    background-position: -293px -253px;
}

/********************Sticky Notes********************/
#sqd_audit .sq_audit_todo{
    position: relative;
    page-break-before: always;
    text-align:center;
}
#sqd_audit .sq_audit_todo ul,li{
    list-style:none;
}
#sqd_audit .sq_audit_todo ul{
    overflow: hidden;
    padding: 20px 10px;
    margin: 30px 0px;
}

#sqd_audit .sq_audit_todo .pin {
    display: block;

    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-box-border-radius:25px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.55);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.55);
    box-shadow: 0 3px 6px rgba(0,0,0,.55);
    margin: 0 auto;
    margin-top: 2px;
}
#sqd_audit .sq_audit_todo ul li a{
	text-decoration: none;
	color: #000;
	background: #1E9A04;
	display: block;
	height: 10em;
	width: 10em;
	padding: 1em;
	-moz-box-shadow: 5px 5px 7px rgba(33,33,33,1);
	-webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
	box-shadow: 5px 5px 7px rgba(33,33,33,.7);
	-moz-transition: -moz-transform .15s linear;
	-o-transition: -o-transform .15s linear;
    -webkit-transition:-webkit-transform .15s linear;
        -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }

}
#sqd_audit .sq_audit_todo ul li{
    margin:7px;
    float:left;
}
#sqd_audit .sq_audit_todo ul li p{
   
    font-size:17px;
    clear: both;
    margin-top: 25px;
    -webkit-font-smoothing: antialiased;
}
#sqd_audit .sq_audit_todo ul li:nth-child(1n) a{
    transform:rotate(-2deg);
    -o-transform:rotate(-2deg);
    -webkit-transform:rotate(-2deg);
    -moz-transform:rotate(-2deg);
    -webkit-backface-visibility: hidden;
    color:#606060;
    top: -10px;
    background:#8ce00d;

}
#sqd_audit .sq_audit_todo ul li:nth-child(2n) a{
    transform:rotate(1deg);
    -o-transform:rotate(1deg);
    -webkit-transform:rotate(1deg);
    -moz-transform:rotate(1deg);
    -webkit-backface-visibility: hidden;
    color:#606060;
    background:#ffb215;
}
#sqd_audit .sq_audit_todo ul li:nth-child(3n) a{
    transform:rotate(-1deg);
    -o-transform:rotate(-1deg);
    -webkit-transform:rotate(-1deg);
    -moz-transform:rotate(-1deg);
    -webkit-backface-visibility: hidden;
    color:#606060;
    top: -2px;
    background:#ffff00;
}
#sqd_audit .sq_audit_todo ul li:nth-child(4n) a{
    transform:rotate(2deg);
    -o-transform:rotate(2deg);
    -webkit-transform:rotate(2deg);
    -moz-transform:rotate(2deg);
    -webkit-backface-visibility: hidden;
    color:#606060;
    top: 3px;
}
#sqd_audit .sq_audit_todo ul li a:hover,#sqd_audit .sq_audit_todo ul li a:focus{
    box-shadow:10px 10px 7px rgba(0,0,0,0.7);
    -moz-box-shadow:10px 10px 7px rgba(0,0,0,0.7);
    -webkit-box-shadow: 10px 10px 7px rgba(0,0,0,0.7);

    transform: scale(1.1) rotate(0deg) ;
    -webkit-transform: scale(1.1) rotate(0deg) ;
    -moz-transform: scale(1.1) rotate(0deg) ;
    -o-transform: scale(1.1) rotate(0deg) ;

    color:#333;
    position:relative;
    z-index:5;
}

#sqd_audit .sq_audit_todo_preview {
    position: absolute !important;
    top: 0%;
    left: 0;
    width: 900px;
    padding: 15px;
    border: 11px solid lightgray !important;
    border-radius: 5px;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}
#sqd_audit .sq_audit_todo_done {
    float: right;
    margin: 0 14px;
    padding: 7px 0;
    font-size: 16px;
    cursor: pointer;
    line-height: 20px;
}
#sqd_audit .sq_audit_todo_close {
    float: right;
    background-color: gray;
    border: 1px solid gray !important;
    padding: 7px 18px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    text-shadow: 1px 1px #555;
    cursor: pointer;
}

#sqd_audit .sq_audit_todo_done span {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    background: url('../images/sprite.png') no-repeat -656px -464px;
    margin-right: 5px;
    margin-top: 0;
}
#sqd_audit .sq_audit_todo_done span.clicked {
    background-position: -689px -464px;
}
#sqd_audit .sq_audit_todo_seeall{
    cursor: pointer;
    margin-right: 15px;
    font-size: 12px;
    float: right;
}

.black_overlay{
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
#topcontrol span{
    border-style: none;
	border-color: inherit;
	border-width: medium;
	display: block;
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin: 0px;
    background: url('../images/dash_sprite.png') repeat-x -474px -496px;
    cursor: pointer;
}
/*********************************************/
#sq_audit_loading{
    position: absolute;
    width: 400px;
    height: 80px;
    padding: 20px 15px;
    border: 11px solid lightgray !important;
    border-radius: 5px;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}
#sq_audit_loading span{
    display: block;
    margin: 5px 0;
}
#sq_audit_loading #progressBar {
    width: 400px;
    height: 22px;
    border: 1px solid #111;
    background-color: #f1f1f1;
}
#sq_audit_loading #progressBar div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #4f1440;
}
/*********************************************/
#sqd_audit .sq_custom{
    text-align: center;
    margin: 22px 50px 150px 50px;
}
#sqd_audit .sq_custom .sq_header{
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    margin: 5px;
}
#sqd_audit .sq_custom .sq_body{
    margin: 19px;
}
#sqd_audit .sq_custom .sq_body li{
    text-align: center;
}

#sqd_audit .sq_custom .sq_body li:nth-child(2){
    font-size: 28px;
    line-height: 45px;
}
#sqd_audit .sq_custom .sq_body li:nth-child(2) label{
    vertical-align: top;
    margin-right: 6px;
    font-size: 28px;
    line-height: 45px;
}
#sqd_audit .sq_custom .sq_body li:nth-child(2) input{
    line-height: 33px;
    font-size: 25px;
    color: green;
    width: 343px;
}

#sqd_audit .sq_custom .sq_body li:nth-child(4){
    margin: 20px;
}
#sqd_audit .sq_custom .sq_addcustomurl{
    display: block;
    font-size: 17px;
    font-weight: bold;
    padding: 12px 26px;
    color: #fff;
    width: auto;
    height: auto;
    background-color: #bb0d0c;
    margin: auto;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 1px 1px 0 0 #fff;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='#fff');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=270, Color='#fff')";
    background-image: -moz-linear-gradient(top, #d86a69, #bb0d0c);
    background-image: -ms-linear-gradient(top, #d86a69, #bb0d0c);
    background-image: -webkit-linear-gradient(top, #d86a69, #bb0d0c);
    background-image: -o-linear-gradient(top, #d86a69, #bb0d0c);
    background-image: linear-gradient(top, #d86a69, #bb0d0c);
    text-decoration: none;
    cursor: pointer;
}

/*********************************************/
#sqd_audit .sq_audit_footer {
    width: 750px;
    margin: 0px auto;
    padding: 80px 0;
}
#sqd_audit .sq_audit_footer span{
    display: block;
    float: left;
    font-size: 21px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 27px;
    color: green;
    text-shadow: 1px 1px #fff;
}
#sqd_audit .sq_audit_footer .sq_audit_footer_todo{
    display: block;
    float: left;
    width: 297px;
    height: 95px;
    background: url('../images/dash_sprite.png') no-repeat -15px -534px;
    margin: 1px 0 0 25px;
    cursor: pointer;
}
/*********************************************/

@media print {
    @page {
    }
}

@media only screen and (max-width: 1024px){
    #page{
        padding: 0 5px 0 10px !important;
    }
    #sqd_audit .sq_audit_header .sq_audit_header_text{
        margin: 10px 5px 4px 5px !important;
    }
    #sqd_audit .sq_audit_header .sq_audit_header_domain{
        max-width: 330px !important;
    }
    #sqd_audit .sq_audit_header .sq_audit_header_preview{
        width: 285px !important;
    }
    #sqd_audit .sq_audit_task_completed{
        margin: 0 0 0 90px !important;
    }
    #sqd_audit .sq_audit_tasks{
        width: 750px !important;
    }
    #sqd_audit .sq_audit_tasks li{
        width: 250px !important;
    }
}