*{
    outline: none !important;
}

.recommended{
    color: red;
    font-style: italic;
}

.reverseconversion {
    width: 250px;

}

.mapevents{
    width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.integrationclass{
margin: 30px;
}


#wpwrap{
    background-color: #F1F1F1;
}

.comingsoon{
    background-color: blue;
}

.dragNdrop {
    width: 30%;
}


.dragNdrop:hover {
    background-color: rgba(146, 146, 146, 0.055);

}

.map{width: 10px;}

.event-cat{    
    background-color: #fff;
    border: 1px solid rgba(204, 204, 204, 0.603);
    padding: 5px;
    margin-bottom: 15px;
    border-radius: 7px;
}
.event-cat .cat-name{
    font-size: 15event-catpx;
    text-align: center;
}
.event-cat .event-arrow{
    text-align: right;
    border-radius: 10px;

}
.event-cat .event-pages{
    display: none;
}
.event-cat .event-arrow::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: .255em;
    content: "";
    border-top: 0.8em solid;
    border-right: 1.3em solid transparent;
    border-bottom: 0;
    border-left: 1.3em solid transparent;
    color: #aaa;
}
#addEventModal select{
    height: 35px;
}
.event-cat .dropdown-menu>li>span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
}
.upgradebtn {
    float: right;
    margin: 10px;
    color: white;
    background-color: #1C3388;
}
.statlybrand {
    float: left;
    margin: 20px;
    width: 150px;
}
.margin-bottom-30{
    margin-bottom: 30px;
}

/* step indicator */
.flexer,.progress-indicator{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.no-flexer,.progress-indicator.stacked{display:block}.no-flexer-element{-ms-flex:0;-webkit-flex:0;-moz-flex:0;flex:0}.flexer-element,.progress-indicator>li{-ms-flex:1;-webkit-flex:1;-moz-flex:1;flex:1}.progress-indicator{margin:0 0 30px;padding:0;font-size:80%;text-transform:uppercase}.progress-indicator>li{list-style:none;text-align:center;width:auto;padding:0;margin:0;position:relative;text-overflow:ellipsis;color:#bbb;display:block}.progress-indicator>li:hover{color:#6f6f6f}.progress-indicator>li.completed,.progress-indicator>li.completed .bubble{color:#65d074}.progress-indicator>li .bubble{border-radius:1000px;width:20px;height:20px;background-color:#bbb;display:block;margin:0 auto .5em;border-bottom:1px solid #888}.progress-indicator>li .bubble:after,.progress-indicator>li .bubble:before{display:block;position:absolute;top:9px;width:100%;height:3px;content:'';background-color:#bbb}.progress-indicator>li.completed .bubble,.progress-indicator>li.completed .bubble:after,.progress-indicator>li.completed .bubble:before{background-color:#1A2D7D;border-color:#1A2D7D}.progress-indicator>li .bubble:before{left:0}.progress-indicator>li .bubble:after{right:0}.progress-indicator>li:first-child .bubble:after,.progress-indicator>li:first-child .bubble:before{width:50%;margin-left:50%}.progress-indicator>li:last-child .bubble:after,.progress-indicator>li:last-child .bubble:before{width:50%;margin-right:50%}.progress-indicator>li.active,.progress-indicator>li.active .bubble{color:#337AB7}.progress-indicator>li.active .bubble,.progress-indicator>li.active .bubble:after,.progress-indicator>li.active .bubble:before{background-color:#337AB7;border-color:#122a3f}.progress-indicator>li a:hover .bubble,.progress-indicator>li a:hover .bubble:after,.progress-indicator>li a:hover .bubble:before{background-color:#5671d0;border-color:#1f306e}.progress-indicator>li a:hover .bubble{color:#5671d0}.progress-indicator>li.danger .bubble,.progress-indicator>li.danger .bubble:after,.progress-indicator>li.danger .bubble:before{background-color:#d3140f;border-color:#440605}.progress-indicator>li.danger .bubble{color:#d3140f}.progress-indicator>li.warning .bubble,.progress-indicator>li.warning .bubble:after,.progress-indicator>li.warning .bubble:before{background-color:#edb10a;border-color:#5a4304}.progress-indicator>li.warning .bubble{color:#edb10a}.progress-indicator>li.info .bubble,.progress-indicator>li.info .bubble:after,.progress-indicator>li.info .bubble:before{background-color:#5b32d6;border-color:#25135d}.progress-indicator>li.info .bubble{color:#5b32d6}.progress-indicator.stacked>li{text-indent:-10px;text-align:center;display:block}.progress-indicator.stacked>li .bubble:after,.progress-indicator.stacked>li .bubble:before{left:50%;margin-left:-1.5px;width:3px;height:100%}.progress-indicator.stacked .stacked-text{position:relative;z-index:10;top:0;margin-left:60%!important;width:45%!important;display:inline-block;text-align:left;line-height:1.2em}.progress-indicator.stacked>li a{border:none}.progress-indicator.stacked.nocenter>li .bubble{margin-left:0;margin-right:0}.progress-indicator.stacked.nocenter>li .bubble:after,.progress-indicator.stacked.nocenter>li .bubble:before{left:10px}.progress-indicator.stacked.nocenter .stacked-text{width:auto!important;display:block;margin-left:40px!important}@media handheld,screen and (max-width:400px){.progress-indicator{font-size:60%}}

.loginform{
    border: 1px solid #ccc;
    padding: 74px 0;
    max-width: 400px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.loginform form{
    max-width: 300px;
    margin:auto;
}
.signupform{
    border: 1px solid #ccc;
    padding: 30px 0;
    max-width: 400px;
    margin: auto;
    margin-top: 30px;
    background-color: #1C3388;
    margin-bottom: 15px;
    border-radius: 10px;
}
.signupform form{
    max-width: 300px;
    margin:auto;
}

.statlylogo{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.statlylogo img{
    width: 200px;
    margin-bottom: 15px;
}
.submit-btn{
    font-size: 18px;
}
.margin-top-0{
    margin-top:0px;
}

.wrapper {
    position: absolute;
    width: 30px;
    height: 375px;
    margin-left: -30px;
    margin-top: 60px;
}

.line {
    position: absolute;
    left: 49%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #ccc;
    z-index: 1;
}

.wordwrapper {
    text-align: center;
    height: 12px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -12px;
    z-index: 2;
}

.word {
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 3px;
    font: bold 12px arial,sans-serif;
    background: #fff;
}

.saasftwrapper{
    width: 100%;
    position: relative;
    background-color: white;
}
.wizard-heading{
    text-align: center;
}
.site-section{
    max-width: 300px;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 80px;
}
#saasft_statly_sites{
    padding-left: 10px;
    height: 45px;
}
.btn-circle.btn-lg {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}
.action-btns{
    text-align: center;
}
#wp-pages{
    height: 394px;
    overflow-y: scroll;
}
.completion-page .panel-title{
    text-align: center;
    font-size: 25px;
}
.completion-page .panel-primary {
    border: none;
}
.nav-tab-wrapper .nav-tab{
    margin-left: 0px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #fff;
    flex-grow: 1;
    flex-basis: 0;
    background-color: #23272B;
    color: white;
}
.nav-tab-wrapper .nav-tab:hover,
.nav-tab-wrapper .nav-tab:focus
.nav-tab-wrapper .nav-tab:active{
    text-decoration: none;
    outline: none !important;
    box-shadow: none;
}
.nav-tab-wrapper .nav-tab-active{
    border-top-color:  white;
    border-left-color:  white;
    border-right-color:  white;
    color: white;
    font-weight: bolder;
    box-shadow: 
    inset 2px 11px 15px -10px rgb(255, 255, 255),
    inset 2px -11px 15px -10px rgb(255, 255, 255); 

}
.nav-tab-wrapper{
    border-bottom: 1px solid #1C3388;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.completion-page .list-unstyled{
    max-width: 700px;
    margin: auto;
    font-size: 17px;
    margin-top: 30px;
}
.completion-page .list-unstyled li{
    margin-bottom: 20px;
}
.round-bullet {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 1.1em;
    background-color: #222;    
    color: #FFF;
    text-align: center;  
    background-color: #1C3388;
    margin-right: 30px;
}
.saasftwrapper{
    display: table;
    width:100%;
    border-left: 1px solid rgba(131, 131, 131, 0.575);
    border-right: 1px solid rgba(131, 131, 131, 0.575);
    border-bottom: 1px solid rgba(131, 131, 131, 0.575);
    border-radius: 10px;
    padding-top: 12px;
    padding-bottom: 50px;
}
.content-row{
    display: table;
    width:100%;
}

.newsiteform {
    border: 1px solid #ccc;
    padding: 50px;
    max-width: 400px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.saasftwrapper select{
    height: 34px;
    padding: 6px 12px;
}
.form-section-heading{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}
.form-section-subheading{
    color: #999;
    font-weight: normal;
}
.form-section-content{
    padding-left: 30px;
    margin-bottom: 10px;
    display: table;
    width: 100%;
}

.form-section-content input[type=radio], input[type=checkbox] {
    margin: 1px 0 0;
}
.btn-full-dahsboard{
    background-color: #4E4E4E;
    color: #fff;
}
.btn-full-dahsboard:hover,
.btn-full-dahsboard:focus,
.btn-full-dahsboard:active
{
    color: #fff;
}
.knowledge-card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
}

.knowledge-card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.knowledge-card-container {
    padding: 2px 16px;
}
.saasftwrapper input[type=checkbox]{
    margin-top: 1px;
}
.loading-section{
    background-color: #fff;
    width: 100%;
    text-align: center;
    position: absolute;
    font-size: 20px;
    top: 0px;
    padding-top: 100px;
    height: 100%;
    display: none;
}
ul.loading-points li{
    margin-bottom: 20px;
}
.dropdown-menu.dropdown-menu-right .close{
    margin-left: 10px;
}    

.saasftwrapper .dash-icon {
    color: #1D3388;
    font-size: 30px;
    font-weight: 300;
    opacity: .80;
}
.saasftwrapper .spin {
    color: #1D3388;
    font-size: 25px;
    font-weight: 300;
    opacity: .80;
}
.glyphicon-refresh-animate {
    -animation: spin 3s infinite linear;
    -webkit-animation: spin2 3s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
.saasftwrapper .loader{
    position: absolute;
    top: 100px;
    margin: auto;
    width: 100%;
    height: 200px;
    text-align: center;
    color: #1D3388;
}
#dashboard-stats-dd, #dashboard-stats-dd2 {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 130px;
    padding: 5px;
}
.d-inline {
    display: inline-block;
}
.dashboard-page .daterange-wrapper {
    margin-top: 10px;
}
.daterange-wrapper {
    max-width: 261px;
    margin-top: 3px;
    float: right;
    margin-bottom: 14px;
}
.input-daterange .input-group-addon {
    padding: 6px 6px;
}
.input-daterange {
    width: 210px;
    float: left;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.dashboard-page .panel .panel-header .btn {
    margin: 0px;
}
.input-daterange-btn {
    padding: 6px 6px;
    border-radius: 0px;
}
.btn-primary {
    background-color: #1D3388;
}
.dashboard-btn-group {
    float: right;
}
.pikaday__display.pikaday__display--pikaday {
    height: 34px;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
#dashboard-stats-close {
    cursor: pointer;
    display: none;
    font-size: 20px;
    top: 5px;
}
#other-wigets .panel{
    border: 1px solid #ccc;
    padding-top: 20px;
}
#other-wigets .ranking{
    font-size: 50px;
    padding: 65px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 18px;
}
#other-wigets .opportunities{
    font-size: 50px;
    padding-bottom: 20px;
    margin-top: 8px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;

}
#other-wigets .bottlenecks{
    font-size: 50px;margin-bottom:20px;margin-top: 8px
}
.loginbtn{
    background-color: #4f4f4f;
}

.supportimg{
    width: 30px;
    float: right;
    margin: 10px;
}

.dashicons-admin-generic {
    color: white;

}
.input-group .form-control{
    margin: 0;
}
.input-daterange input[type="text"]{
    margin:0px;
}