/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    background-color: #ffffff;
    color: #444;
    font-family: 'Roboto', sans-serif;
}
a:hover{text-decoration: none;}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}
.navbar-fixed-bottom, .navbar-fixed-top{
  position: absolute;
}
.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}
.btn-featured-item,.btn-featured-item:hover{
  border: solid 1px;
  border-radius: 15px !important;
  color: #fff;
}
.btn-featured-item.home-btn,.btn-featured-item.home-btn:hover,.btn-featured-item.home-btn:focus{
  background-color:#FF5722;
  color: #fff !important;
  border-color: #FF5722;
}
.btn-featured-item.user-area-btn, .btn-featured-item.user-area-btn:hover, .btn-featured-item.user-area-btn:focus{
  background: #fff;
  border: 0;
  color: #555 !important;
}
.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 50px;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}
table.dataTable thead .sorting_asc:first-child:after{
  display: none;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}
/*styles by Cerosh*/
.no-show{display: none;}
.padding-top-10{padding-top: 10px;}
.padding-top-15{padding-top: 15px;}
.padding-top-20{padding-top: 20px;}
.padding-top-30{padding-top: 30px;}
.padding-top-60{padding-top: 60px;}
.padding-bottom-15{padding-bottom: 15px;}
.padding-bottom-20{padding-bottom: 20px;}
.padding-bottom-30{padding-bottom: 30px;}
.padding-bottom-60{padding-bottom: 60px;}
.margin-top-0{margin-top: 0px;}
.margin-top-10{margin-top: 10px;}
.margin-top--10{margin-top: -10px;}
.margin-top-15{margin-top: 15px;}
.margin-top-20{margin-top: 20px;}
.margin-top-30{margin-top: 30px;}
.margin-top-60{margin-top: 60px;}
.margin-bottom-10{margin-bottom: 10px;}
.margin-bottom-15{margin-bottom: 15px;}
.margin-bottom-30{margin-bottom: 30px;}
.margin-bottom-60{margin-bottom: 60px;}
.margin-right-10{margin-right: 10px;}
input.margin-right-10{margin-right: 10px;}
.margin-right-15{margin-right: 15px;}
.margin-right-30{margin-right: 30px;}
.faded-text{color: #777;font-weight: 300;}
.text-upper{text-transform: uppercase;}
.text-lighter{font-weight: 300;}
.text-lightest{font-weight: 100;}
.text-bold{font-weight: 700;}
.text-large{font-size: 1.3em;}
.text-underline, .text-underline:hover{text-decoration: underline;}
.text-yellow, .navbar-inverse .navbar-nav>li>a.text-yellow{color: #37E888;}
a.text-primary{
  color: #337ab7;
}
.width-45{width:45px;}
.border-bottom{border-bottom: solid 1px #eee;}
.border-top{border-top: solid 1px #eee;}
.nav-normal{text-decoration: none;display: inline-block; padding:0;}
.nav-normal li{list-style: none;float: left;margin-left: 30px;}
.nav-normal li:first-child{margin-left: 0px;}
.normal-input{padding: 7px;}
.no-padding{padding: 0;}
.subscribe .input-group-addon{border:0;padding:0;background-color: transparent;}
.subscribe .large.form-control{ height:40px;}
.panel-default {
  border-color: #C7E3FF;
  box-shadow: 0 1px 1px rgba(77, 153, 200, 0.18);
}
.panel-default>.panel-heading {
  color: #1A1A1A;
  background-color: #ffffff;
  border-color: #C7E3FF;
}
.panel-title{font-size: 18px; text-align: center;font-weight: 300;margin: 7px 0;}
.text-xl{
    font-size: 7em;
}
.text-xs{
    font-size: 0.4em;
}
.ranking-link{max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.domain-input-minus{font-size:1.4em;}
@media (max-width: 767px){
    .text-xl{
        font-size: 4em;
    }
}
@media (max-width: 991px){
    .text-xl{
        font-size: 5em;
    }
}
.vr{
    width: 1px;
    float: left;
    background: #eee;
    height: 5em;
    margin-right: 30px;
}
.project-info-container .vr{height: 103px;}
.btn-group .btn.active{background-color: #ABECFF;}
.navbar-inverse {
  background-color: #3D7EB7;
  border-color: #3D7FB7;
  height: 70px;
}
.navbar-inverse .navbar-nav>li>a {
  color: #fff;
}
.keyword-count{
  position: absolute;
  margin-top: 5px;
  margin-right: -2px;
  left: 23px;
  font-size: 17px;
  color: #337AB7;
}
.logo-white img{
  width: 42%;
  max-width: 160px;
}
.settings-menu ul li {
    list-style: none;
    /* padding: 10px 0px; */
    border-bottom: solid 1px #5790C2;
}

.settings-menu ul {
    padding-left: 17px;
    padding-right: 20px;
}

.settings-menu ul li a {
    display: block;
    padding: 10px 0;
    color: #4A4A4A;
    font-size: 1.1em;
    font-weight: 300;
    text-transform: capitalize;
}

.settings-menu {
    border-right: solid 1px #A0C7E8;   margin: 10px;   padding: 10px;
}
@media (min-width: 768px){
    .navbar-nav>li>a {
      padding-top: 5px;
      padding-bottom: 5px;
      margin-top: 5px;
    }
}
.navbar-inverse .navbar-brand {
  color: #fff;
  font-weight: 100;
  font-size: 1.6em;
}
.navbar-inverse .navbar-brand b {font-weight: 400;}
.navbar-brand>img {
  display: inline;
  height: 40px;
}
.navbar-false{height: 85px;}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
  color: #fff;
  background-color: #337AB7;
}
.large.form-control {
  height: 45px;
  padding: 12px 12px;
  font-size: 14px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus{border-color:#ACB8C3;-webkit-box-shadow:none;box-shadow:none;}
label.large{
  font-size: 1.2em;
  color: #666;
  margin-top: 5px;
}
label.normal{color: #666;}
.btn-long{
    min-width: 250px;
}
.btn-sharp{
    border-radius: 2px;
}
.section-title h1{
  border-bottom: solid 1px #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #656F77;
  font-size: 22px;
}
.project-list-head, .project-single{
    border-bottom: solid 1px #eee;
}
.project-list-head{margin-top: 30px;}
.project-single{
    padding: 15px 0px;
}
.project-info{float: left;margin-right: 30px;text-align: center;}
@media  (max-width: 768px) {
  .project-info{
    margin-right: 15px;
  }
}
.project-info-main{
    text-align: center;
}
.project-info-main span.fa-stack.fa-lg {
    font-size: 19px;   width: 2.8em;   height: 3em;
}
.project-info-container > .project-info:last-child{margin-right: 0px;}
.project-info span i.fa-stack-2x {
    color: #E9F6FF;
    font-size: 2.8em;
}
.project-info span i.fa.fa-stack-1x {
    font-size: 0.7em;
    color: #337AB7;
    font-weight: bold;
    margin-top: 5px;
}
a.edit-project-name {
    font-size: 0.7em;
    text-decoration: underline;
    font-weight: normal;
    color: #555;
}
.project-actions{
    font-size: 1.8em;
    line-height: 14px;
}
.project-info-container .project-actions{
  font-size: 1.7em;
  line-height: 14px;
}
.create-project{
  background-color: #5790C2;
  border-radius: 4px;
}
.create-project:hover{
  background-color: #6190BA !important;
}
.search-filters{
    padding: 15px;
    background: #f0f0f0;
}
.search-keyword input{
    background-color: #fff;
    box-shadow: none;
    border: 1px transparent solid;
}
.search-keyword button{
    background-color: #fff;
    box-shadow: none;
    border: 1px transparent solid;
    padding: 6px;
}
.keyword-alert{
  padding: 4px;
  border: #F9AF16 solid 2px;
  color: #BA2222;
  font-weight: 500;
  font-size: 0.85em;
  background-color: #F9AF16;
  border-radius: 13px;
}
.project-highlight{
  padding: 10px;
  border: solid 2px #F0CF8B;
  font-size: 18px;
  display: inline-block;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  font-weight: 300;
  color: #666;
  padding-top: 14px;
  margin-bottom: 10px;
}
@media  (max-width: 768px) {
  .project-highlight{
    padding: 12px 10px;
    font-size: 16px;
    width: 50px;
    height: 50px;
  }
  .project-visit-link{
    text-decoration: underline;
  }
}
.trash{text-align: center;font-size:1.4em;}
.notes.add-note{
    text-align: center;
    color: #DA945A;
}
.notes {
    margin: 7px;
    background-color: #FDFDDD;
    border: solid 1px #F5F4AF;   
    border-radius: 5px;
    padding: 10px;
    color: #777;
}
.note-add-container{
  margin: 0px 7px;
  padding: 0px 10px;
}
.notes-head {
    /* font-weight: bold; */
    padding-bottom: 5px;
    border-bottom: solid 1px #F4EA85;
    margin-bottom: 6px;
}
.no-side-margin{
  margin: 7px 0;
}
.notes-content {
    font-weight: 300;
    height:100px;overflow:auto
}
.vr-note{
    width: 1px;
    background: #F5F4AF;
    height: 3em;
    margin: -7px auto;
}
.keyword-details {
  font-size: 1.1222em;
  line-height: 1.7em;
  font-weight: 300;
}
.keyword-details span{
  font-weight: normal;
}
.project-actions, .project-actions:hover, .delete_keyword, .delete_project, .delete_keyword:hover, .delete_project:hover{
  color:#777;
}
.serp_added td{
    background: #EEF7FF;
}
.legend{
    border: solid 1px #D7D7D7;
    width: 43px;
    height: 28px;
    margin-top: 2px;
    line-height: 31px;
    display: block;
    float: left;
}
.legend-white{background: #fff;}
.legend-blue{background: #EEF7FF;}
.legend-label{
  display: block;
  float: left;
  margin-left: 10px;
  margin-top: 4px;
}
.group-addon-default{
    background-color:transparent;
    border: 0;
}
.tooltip-inner {
  width: 400px;
  overflow: hidden;
  white-space: pre-wrap;
  word-wrap:break-word;
  background-color: #fefefe;
  border: solid 1px #80B6E5;
  color: #333;
  padding: 10px;
  border-radius: 0;
}
.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow{
    border-top-color: #80B6E5;
}
.tooltip.bottom-right .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom .tooltip-arrow{
border-bottom-color: #80B6E5;
}
.tooltip.left .tooltip-arrow{
    border-left-color: #80B6E5;
}
.tooltip.right .tooltip-arrow{
    border-right-color: #80B6E5;
}
.panel-login>.panel-heading {
    color: #337AB7;
    background-color: #fff;
    border-color: #fff;
    padding: 0;
}
.panel-login>.panel-heading a{
    text-decoration: none;
    color: #337AB7;
    font-weight: normal;
    font-size: 14px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    margin-right: 30px;
}
.panel-login>.panel-heading a:last-child{margin-right: 0;}
.panel-login>.panel-heading a.active{
    color: #666;
}
.panel-login>.panel-heading hr{
    margin-top: 10px;
    margin-bottom: 0px;
    clear: both;
    border-color: #C8E6FF;
}
.panel-heading-divider{
  margin-right: 30px;
  color: #999;
  font-size: 28px;
  font-weight: 100;
}
.suggestion-alert{
  border: solid 1px #96BBDA;
  border-radius: 4px;
  padding: 10px;
}
.navbar-nav>li>a.user-account{
  padding-top: 3px;
    margin-top: 0;
}
.user-account span .fa-stack-2x{
  color: #5790C2;
}
.footerlinks {
  text-align: center;
}
.footerlinks a {
  text-align: center;
  padding: 0 13px;
  display: inline-block;
  padding-bottom: 15px;
  color: #999;
}
.line-height-16{
  line-height: 1.6em;
}
.height-100, .form-control.height-100.large{height: 100px;}
.keywords-list table th, .domains-list table th{
  border: solid 1px #eee;
  background-color: #F4F4F4;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
  border-color: #326C9E;
}
.navbar-toggle{margin-bottom: 25px;}
span.project-highlight.downtrend{
  border-color: #D24646;
}
span.project-highlight.uptrend {
  border-color: rgb(115, 181, 64);
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
    .ranking-info-container{
        float: right;
    }
}
@media (max-width: 767px){
   .navbar-nav{
      background-color: #5E9FD8;
      margin-top: 0;
      padding-top: 0
    }
    .navbar-inverse .navbar-nav>li>a {
      border-bottom: solid 1px #3D7EB7;
      text-align: center;
      padding: 20px 0;
      font-weight: bold;
    }
    .db-col{
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
      color: #FFFFFF;
    }
}
/*modal styles for slacker modal*/
.modal-slacker {
    width: 100%;
    height: 100%;
    margin: 0px;
}

.modal-slacker .modal-content {
    margin-top: 5%;
    border-radius: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    height: 80%;
    overflow: auto;
}

.modal-slacker .modal-header .close {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

.modal-slacker .modal-title {
    margin-top: 10px;
    font-weight: bold;
}

@media (min-width: 768px) {
    .modal-slacker .modal-header,
    .modal-slacker .modal-body,
    .modal-slacker .modal-footer {
        width: 600px;
        margin: 30px auto;
    }
    .modal-slacker .modal-header{
        margin-bottom: 0;
    }
    .modal-slacker .modal-body{
        margin-top: 0;
        padding: 0;
    }
}
@media (min-width: 992px) {
    .modal-slacker .modal-header,
    .modal-slacker .modal-body,
    .modal-slacker .modal-footer {
        width: 900px;
    }
}
/*end of slacker modal styles*/
/*sweet alert styles*/
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
.showSweetAlert {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}
.hideSweetAlert {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}
@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}
.icon.success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}
@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}
@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}
@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}
@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}
.sweet-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1999;
}
.sweet-alert {
  background-color: #ffffff;
  width: 478px;
  padding: 17px;
  border-radius: 0px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 2000;
}
.sweet-alert h2{
  font-size: 24px;
  font-weight: lighter;
}
.sweet-alert p{
  font-size: 14px;
  font-weight: lighter;
}
.sweet-alert .btn.confirm, .sweet-alert .btn.confirm:focus{
  min-width: 100px;
  background: #aaa;
  border: 0;
  border-radius: 0;
}
@media all and (max-width: 767px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert .icon {
  width: 40px;
  height: 40px;
  border: 4px solid gray;
  border-radius: 50%;
  margin: 20px auto;
  position: relative;
  box-sizing: content-box;
}
.sweet-alert .icon.error {
  border-color: #ff625d;
}
.sweet-alert .icon.error .x-mark {
  position: relative;
  display: block;
}
.sweet-alert .icon.error .line {
  position: absolute;
  height: 5px;
  width: 27px;
  background-color: #ff625d;
  display: block;
  top: 17px;
  border-radius: 2px;
}
.sweet-alert .icon.error .line.left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 7px;
}
.sweet-alert .icon.error .line.right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 7px;
}
.sweet-alert .icon.warning {
  border-color: #ffae3a;
}
.sweet-alert .icon.warning .body {
  position: absolute;
  width: 5px;
  height: 27px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #f0ad4e;
}
.sweet-alert .icon.warning .dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: -4px;
  left: 50%;
  bottom: 10px;
  background-color: #f0ad4e;
}
.sweet-alert .icon.info {
  border-color: #46b8da;
}
.sweet-alert .icon.info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #5bc0de;
}
.sweet-alert .icon.info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #5bc0de;
}
.sweet-alert .icon.success {
  border-color: #4cae4c;
}
.sweet-alert .icon.success::before,
.sweet-alert .icon.success::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .icon.success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
.sweet-alert .icon.success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}
.sweet-alert .icon.success .placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(92, 184, 92, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.sweet-alert .icon.success .fix {
  width: 5px;
  height: 90px;
  background-color: #ffffff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .icon.success .line {
  height: 5px;
  background-color: #5cb85c;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .icon.success .line.tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .icon.success .line.long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .icon.custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}
.sweet-alert .btn-default:focus {
  border-color: #cccccc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
}
.sweet-alert .btn-success:focus {
  border-color: #4cae4c;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(76, 174, 76, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(76, 174, 76, 0.6);
}
.sweet-alert .btn-info:focus {
  border-color: #46b8da;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(70, 184, 218, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(70, 184, 218, 0.6);
}
.sweet-alert .btn-danger:focus {
  border-color: #d43f3a;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(212, 63, 58, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(212, 63, 58, 0.6);
}
.sweet-alert .btn-warning:focus {
  border-color: #eea236;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238, 162, 54, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238, 162, 54, 0.6);
}
.sweet-alert button::-moz-focus-inner {
  border: 0;
}
.cancel.btn{margin-right: 10px;}
/*end of sweet alert styles*/
/*select2 search box styles*/
.select2-container--default .select2-selection--single{
  padding: 6px;
  height: 42px !important;
}
.pricing-div{
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0px 0px;
    border-top: #eee solid 1px;
}
.top-cta{
    margin: 0px;
    background-color: rgb(255, 255, 255);
    color: #3D7EB7;
    border-radius: 23px;
    padding: 7px 35px;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    /*border: solid #3D7EB7;*/
    box-shadow: none;
}
.top-cta-secondary,.top-cta-secondary:hover, .top-cta-secondary:focus{
    border: solid #FFF;
    background: transparent;
    margin-left: 18px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 23px;
    padding: 7px 35px;
    font-size: 18px;
    font-weight: bold;
    /* margin-top: 3px; */
}
.top-cta:hover, .top-cta:focus{
  color: #DE1E1E;
}
.top-cta-margin{
  margin-top: 40px;
  margin-bottom: 60px;
}
.rank-notification{
  padding:3px;
  font-size: 0.8em;
  background-color: #d9534f;
  color: #fff;
  border-radius: 50%;
  min-height: 21px;
  min-width: 21px;
  display: inline-block;
}
.btn-border-danger{
  border-radius: 4px;
  border: solid 1px #EA5B57;
}
.btn-border-success{
  border-radius: 4px;
  border: solid 1px rgb(0, 220, 0);
}
.btn-grey-border{
  border-radius: 26px !important;
  color: #777;
  font-size: 16px;
  padding: 9px 23px;
}
/* end of styles by cerosh */
/*@media all and (min-width: 767px) {
  .db-col{ padding:0px;margin-left:10px}
}*/
.domain-input-minus {
    margin: 28px 15px 0;
    cursor: pointer;
}

.db-pricing-seven {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    background-color: #FFFFFF;
}
.upgrade-subscription .db-pricing-seven{
  margin-bottom: 0;
}
.upgrade-subscription .db-pricing-seven ul li:first-child{
  border-color: #e2e4e4;
  border-radius: 8px;
  padding: 20px 5px;
}
.db-pricing-seven ul {
list-style: none;
margin: 0;
text-align: center;
padding-left: 0px;
}

.db-pricing-seven ul li {
border: solid 1px #efefef;border-top:solid 1px transparent;
padding-top: 10px;
padding-bottom: 10px;
cursor: pointer;
/* text-transform: uppercase; */
}
.db-pricing-seven ul li:first-child {border-color: #efefef;}

.db-pricing-seven ul li.price {
/*background-color: #DFDFDF;*/
padding: 20px;
font-size: 20px;
font-weight: 900;
color: #555;
font-weight: 900;
}

.db-pricing-seven ul li.price i {
    padding: 30px;
    font-size: 50px;
    display: block;
}


.db-pricing-seven .pricing-footer {
padding: 20px;
}

.db-pricing-seven .pricing-footer a i {
margin: 5px;
top: 3px;
}
.item-price {
  font-size: 218%;
  font-weight: 800;
}
.db-pricing-seven li span{
  display:block;
  line-height: 32px;
  color: #343333;
  font-weight: 300;
}
.db-pricing-seven li span.keywords-count{font-size: 18px;}
.highlighted-price .db-pricing-seven {
    background-color: #4A95D8;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-right: 1px;
}

.highlighted-price ul li.price {
    border-color: #2DB6D8;
}
.db-pricing-seven ul li.price.highlighted-price-li{background-color: #4A95D8;color: #fff;}
.highlighted-price .db-pricing-seven ul li {
    border: solid 1px #3E87CA;
    border-right: 0px;
    border-top-color: transparent;
}
.highlighted-price .db-pricing-seven ul li:last-child{
  border-bottom-color: transparent; 
}

.highlighted-price .db-pricing-seven li span {
    color: #fff;
}

.highlighted-price .db-pricing-seven ul li {
    color: #fff;
}

.highlighted-price .db-pricing-seven ul li:nth-child(2) {
   border-top: solid 1px transparent;
}
.featured-img-container{
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    border: solid 2px #eee;
    margin: auto;
    text-align: center;
}
.featured-img-container img{
    width: 241px;
    margin-left: -28px;
    margin-top: -18px;
}
.db-pricing-seven li span.strikethrough{
    display: inline-block;
    position: relative;
}
.db-pricing-seven li span.strikethrough span{
  color: #909090;
}
span.strikethrough:after {
    border-bottom: 2px solid #F93A3A;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
}
.btn-group .btn.active {
    color: #fff;
    background-color: #D9534F;
}
.btn-group .btn.active a{
  color: #fff;
}
.btn-group .btn a{
  color: #555;
}
.cool-alert{
  border: solid 1px #ddd;
  border-left: solid 6px rgb(50, 179, 106);
  padding: 10px;
  color: #777;
  padding-left: 25px;
  padding-bottom: 25px;
}
.cool-btn-warning{
  border: solid 1px #F0AD4E;
  border-radius: 4px;
}
.cool-btn-success{
  border: solid 1px rgb(52, 148, 52);
  border-radius: 4px;
  color: rgb(52, 148, 52);
}
.animsition-loading{
  background: rgba(61, 126, 183, 0.72) !important;
  border-left: 5px solid #F9AF18 !important;
}
.animsition-stop{
    position: fixed;
    top: 15%;
    left: 90%;
    z-index: 10000;
    font-size: 45px;
    font-weight: 100;
    line-height: 0;
    cursor: pointer;
}
.domain-inputs{
  border-top: solid 1px #ddd;
}
.domain-inputs:first-child{
  border-top: 0;
}
tr.disabled td {
    background: #eee;
    color: #aaa !important;
}

tr.disabled td a {
    color: #aaa;
}
.last-cation{
  width: 40px !important;
}
.keyword-domain-th{
  width: 233px !important;
}
.subscription-link, .subscription-link:hover, .subscription-link:focus {
  color:#444;
  display:block
}
.width-fix-40{
  width: 40px !important;
}
.width-fix-50{
  width: 50px !important;
}
.width-fix-65{
  width: 65px !important;
}
@keyframes blink {
    0% {
      color: #555;
    }
    20% {
      color: #eee;
    }
    100% {
      color: #555;
    }
}
@-webkit-keyframes blink {
    0% {
      color: #555;
    }
    20% {
      color: #eee;
    }
    100% {
      color: #555;
    }
}
.blink-anim, .pseudo-trend {
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  font-weight: bold;
}
.project-highlight .pseudo-trend{
  width: 7px;
  height: 7px;
  background: #777;
  display: block;
  float: left;
  margin-top: 10px;
}
.project-highlight .pseudo-trend:nth-child(2){
  width: 20px;
  margin-left: 4px;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
.white-bg{
  background-color: #fff;
  z-index: 10000;
}
.btn-group ul li .btn{
  width: 100%;
  border: 0;
  text-align: left;
}
.dropdown-menu li{
  border-bottom: solid 1px #eee;
}
.dropdown-menu li:last-child{
  border-bottom: 0px;
}
.dropdown-menu li a, .btn-group ul li .btn{
  padding: 10px 20px;
}
.keyword-grouping-list{
  background: #eee;
  padding: 0 10px;
  border-bottom: solid 1px #fff;
}
div.modal-content{
  border: 0;
  border-radius: 0;
}
.btn-padded {
  padding: 7px 25px;
}
.text-ellipsis{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.delete-group-action{
  background: rgb(255, 99, 72);
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.close-group-delete-action{
  cursor: pointer;
}
.modal-full{
  width: 100%;
  margin-top: 0;
}
.close{
  font-weight: lighter;
  font-size: 25px;
  line-height: 0.8;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.keyword-column{
  width: 35%;
}
.url-column{
  width: 30%;
}
.action-bar{
  padding: 10px;
  background: #f1f1f1;
}
.action-bar-bordered{
  padding: 10px;
  border:solid 1px #ddd;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
  border: solid 1px #efefef;
}
.table thead tr th{
  border-bottom: 0;
}
.keyword-link{
  display: block;
  min-width: 190px;
}
#manage_discovered_keywords_modal.modal {
    overflow: hidden;
}
#manage_discovered_keywords_modal.modal .modal-body {
    height: 500px;
    overflow: auto;
}
#manage_discovered_keywords_modal.modal .modal-header {
    border: 0;
}
.fa.lighter-sack{
  color: #f6f6f6;
}

.focus-this, .focus-this:focus{
  width: 300px;
background: transparent;
border: 0;
box-shadow: none;
}
.free-checker label{
  font-weight: normal;
  font-size: 16px;
}
.display-block{
  display: block;
}
.bordered-heading{
  border-top: solid 1px;
  border-bottom: solid 1px;
  padding: 10px 0px;
  border-color: #ddd;
}

.loading-progress {
  animation: colorchange 1.8s; /* animation-name followed by duration in seconds*/
     /* you could also use milliseconds (ms) or something like 2.5 */
  -webkit-animation: colorchange 1.8s; /* Chrome and Safari */
  animation-iteration-count: infinite;
  --webkit-animation-iteration-count:infinite
}

@keyframes colorchange
{
  0%   {color: #ccc;}
  25%  {color: #999;}
  100% {color: #ccc;}
}

@-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
{
  0%   {color: #ccc;}
  25%  {color: #999;}
  100% {color: #ccc;}
}