.toolsection, .navafter, .navbar-nav>li.creation-nav>a, .progress-bar, .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover  {background-color: #8f5fc4 !important;}
.nav-sidebar .glyphicon{color:#8f5fc4;margin-right: 5px;}
.nav-sidebar a:hover, button.seolyzebtn,.nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus,.subnav > .active > a, .subnav > .active > a:hover, .subnav > .active > a:focus, .btn-group .btn-default:hover{color:#fff;background-color: #8f5fc4 !important;}
.creation-nav .dropdown-menu a {line-height: 20px;}
.creation-nav .dropdown-menu {display: block;position: static;float: none;width: auto;margin-top: 0;background-color: transparent;border: 0;-webkit-box-shadow: none;box-shadow: none;}
a, a:hover, h3.sub-h3 .glyphicon,.accountinfo a, .accountinfo a:visited, .accountlimits a, .help-block a, h4, .pagination>li>a, .pagination>li>span{color: #8f5fc4;}
/*.table-striped>tbody>tr:nth-of-type(odd){background-color: #fff0dd;}*/
td.selected{background-color: #fff0dd;}
.btn:hover{color: #fff;background-color: #ce7501 !important;}
.analysebar-color{background-color:#8f5fc4;height: 5px;width: 100%;}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus, .form-control:focus{border: 1px solid #8f5fc4;outline: none;box-shadow: none;}
.analysevalue2 {font-weight: bold !important;}
.analysevalue .label {font-weight: bold !important;}
.analysetitle {text-decoration: underline;font-weight: bold;  font-size: 12px;}

.onpagebtn{background:#8f5fc4;color: #fff;font-size: 16px; padding: 15px 20px;min-width: 150px;margin: 0 auto; width: 80%;}
.onpagebtn span{font-size: 11px;}
.onpagebtn a{color:#fff;}
.onpagebtn .glyphicon{font-size: 30px;}

.shortlinks {width:33%;float:left;border:1px solid #fff;padding:4px;text-align: center;color:#fff;}
table td{font-size: 14px !important;}


.breadcrumb-wrap {
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    border: 2px solid #d7dade;
    border-radius: 5px;
    width: 870px;
    margin: 0 auto;

}

.breadcrumb {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.breadcrumb li {
    float: left;
}

.breadcrumb li a {
    color: #8f5fc4;
    text-decoration: none;
    padding: 20px 0px 20px 50px;
    background: #ffffff;
    position: relative;
    display: block;
    float: left;
}

.breadcrumb li a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #ffffff;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.breadcrumb li a:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #d7dade;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 2px;
    left: 100%;
    z-index: 1;
}

.breadcrumb li:first-child a {
    padding-left: 20px;
}



.breadcrumb li a:hover {
    background: #8f5fc4;
    color: #fff;
}

.breadcrumb li a:hover:after {
    border-left-color: #8f5fc4;
    color: #fff;
}

.breadcrumb .active{
    background-color: #8f5fc4;
    color: #fff;
}

.breadcrumb .active:after {
    border-left-color: #8f5fc4;
}

.box{
    border: 1px solid #ccc;
    margin:6px -10px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(194,194,194,1);
    -moz-box-shadow: 3px 3px 5px 0px rgba(194,194,194,1);
    box-shadow: 3px 3px 5px 0px rgba(194,194,194,1);
    padding:10px;
}

.boxing{
    border: 1px solid #ccc;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(194,194,194,1);
    -moz-box-shadow: 3px 3px 5px 0px rgba(194,194,194,1);
    box-shadow: 3px 3px 5px 0px rgba(194,194,194,1);
    padding:10px;
}
.boxing hr{
    margin-bottom: 12px;
    margin-top: 8px;
}

.box .title{
    background: #eee;
    border:1px solid #999;
    font-size: 14px;
    font-weight: bold;
    margin-bottom:8px;
    display: block;
    padding:5px;
    cursor: pointer;
}

.box .subtitle{
    font-size: 12px;
    font-weight: bold;
    margin-bottom:8px;
    display: block;
    padding:5px;
}

.cc .box .title{

    background: none;
    border:none;
    font-size: 14px;
    font-weight: bold;
    margin-bottom:8px;
    display: block;
    padding:5px;
    cursor: pointer;
}




#keywordBox span, #questionBox span{

    color:#333;
    font-weight: bold;
    background-image: url(../../img/icon/ok.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 20px;
    margin:3px;
    line-height: 23px;
    display: block;
}

#SvBox span{
    text-align: center;
    color:#333;
    font-weight: bold;
    padding:3px;
    margin:3px;
    font-size: 40px;
}

.keywordTabs div{
    float:left;
    padding:18px;
    font-size: 16px;
    border-right: 1px solid #ccc;
    cursor: pointer;
}

.keywordTabs .active{
    background: #8f5fc4;
    font-weight: bold;
    color: #fff;
}

.keywordTabsContent .gradient{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left, #ddcfed 0%, #8f5fc4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ddcfed 0%,#8f5fc4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ddcfed 0%,#8f5fc4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddcfed', endColorstr='#8f5fc4',GradientType=1 ); /* IE6-9 */
    font-weight: bold;
}

.finalize label{height:24px;}
.finalize input{height:24px;}
.finalize .descriptionText{height:24px;}

.finalize .height40{height: 60px;}

.sliderContainer .irs-bar,
.sliderContainer .irs-single,
.sliderContainer .irs-bar-edge {
    background: #97bf0d;
}

.progressbar {
    background-color: #eee;
    border-radius: 2px; /* (height of inner div) / 2 + padding */
    padding: 1px;
    border: 1px solid #ccc;
    margin: 8px 0;
}

.progressbar > div {
    background-color: orange;
    width: 40%; /* Adjust with JavaScript */
    height: 10px;
    border-radius: 2px;
}

.progressbarSmall {
    background-color: #eee;
    border-radius: 2px; /* (height of inner div) / 2 + padding */
    padding: 1px;
}

.progressbar > div, .progressbarSmall > div {
    background-color: orange;
    width: 40%; /* Adjust with JavaScript */
    height: 5px;
    border-radius: 2px;
}


.bigPercent{
    font-weight: normal;
    font-size: 20px;
}
.readingLeg{
    width: 33%;
    float: left;
    color: #999;
    font-size: 10px;
}
.legende{
    color: #333;
    font-size: 10px;
}

.box hr{
    margin-bottom: 14px;
    margin-top: 10px;
}

.lbTable tbody td{
    font-size: 11px !important;
}

.ccSubNavi{
    margin:23px 0 -30px 0;
}
.ccSubNavi ul{
    list-style: none;
}
.ccSubNavi li{
    float: right;
    border-left: solid 2px #8f5fc4;
    border-bottom: solid 2px #8f5fc4;
    border-top: solid 2px #8f5fc4;
    padding: 4px 20px;
}

.modal-body h5{
    color: #8f5fc4;
    font-weight: bold;
}

.titleBar{
    color:#333;
    font-weight: bold;
    background: #d2bfe7;
    padding:5px;
    margin-bottom: 14px;
}

a[target="_blank"]:before {
    font-family: 'FontAwesome';
    content: " \f08e";
    padding-right:6px;
}