body, html{
    /*     font-family:'Montserrat', sans-serif; */
    font-family: "Source Sans Pro",Helvetica,Arial,sans-serif!important;
    font-size: 16px;
    margin:0;
    overflow-x: hidden;
    background-color: #f7f8f9;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}





a{
    color:#333;
}

th{
    font-weight: 400;
}
td {
    font-weight: 300;
}
.clearboth{
    clear:both;
}
h1, h2, h3, h4{
    -webkit-font-smoothing: antialiased;
}
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    -webkit-appearance:none;
}
.navbar-default{
    background-color: #ffffff;
    border: none !important;
    /*
        border-color: #eff2f7;
        border-bottom-width: 2px;
    */
    height:100px;
    box-shadow: 0 0 5px 0 #dcdcdc;
    -webkit-box-shadow: 0 0 5px 0 #dcdcdc;
}

.hover-border:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand{
    padding:30px 0 0 0;
    margin-left: 0px !important;
}
.navbar-nav > li:last-child{
    padding-left:15px;
}
.navbar-default .navbar-nav > li > a{
    color:#243660;
    padding: 0 20px;
    line-height: 100px;
    font-size: 16px;
    font-weight: 400;
}
.navbar-default .navbar-nav > li > a:hover{
    color:#16e1f9;
}
.navbar-nav > li .user-initials{
    margin-top: 30px;
}
.user-initials{
    background-color: #16e1f9;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    cursor:default;
    color: #FFF;
    text-align: center;
    padding-top: 8px;
}
.main-holder{
    background-color: #f7f8f9;
    margin-top: 100px;
}
section.cat-menu{
    padding: 40px 0 0 0
}
.white-bg{
    background-color: #FFF;
}
.light-bg{
    background-color: #f7f8f9;
}
.dark-bg{
    background-color: #243660;
}
.cat-menu h2{
    color: #2fb6fb;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 20px;
}
.cat-menu p{
    text-align: center;
    color: #243660;
    line-height: 1.75em;
    font-weight: 300;
}
section.cat-body{
    min-height: 600px;
    padding-bottom: 80px;
}
.sub-menu-holder{
    text-align: center;
    margin-top:40px
}
.sub-menu-holder .is_active{
    border-bottom: solid #30b5fb 3px;
}

.sub-menu-holder .is_active a{
    font-weight: 500;
}

.sub-menu-holder ul{
    list-style: none;
    margin-bottom: 0;
    padding-left: 0px;
}
.sub-menu-holder ul li{
    display: inline-block;
    line-height: 50px;
    margin-right: 25px;
}
.sub-menu-holder ul li a{
    color:#243660;
    /*     padding: 0 30px; */
    font-size:16px;
    text-decoration: none;
    font-weight: 400;

}
.refine-opts{
    padding:20px 0 0 0;
}
.question{
    background: #FFF;
    padding: 20px 0;
    position: relative;
    margin: 0 0 5px 0;
}
.question .q_content{
    line-height: 40px;
    min-height: 40px;
    height: auto;
}
.question .q_answer{

}
.question .q_answer label{
    float: left;
    margin-bottom: 0;
}

.question .q_content .q_count.has_response:after{
    content: '\f00c';
    width: 17px;
    height: 17px;
    background: #7fc94c;
    border-radius: 50%;
    color: #FFF;
    margin: -18px 0 0 26px;
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 10px;
    text-rendering: auto;
    padding-top: 3px;
    -webkit-font-smoothing: antialiased;
}
.question .q_content .q_count{
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    border: solid 1px #DDD;
    border-radius: 50%;
    text-align: center;
    padding-top: 0;
    font-weight: 500;
    margin: 0 0 0 0;
    font-size: 16px;
}
.question .q_content .q_text{
    padding-left: 60px;
    display: block;
    line-height: 30px;
    margin-top: 5px;
}
.q_answer_holder, .q_initial_holder{
    display: inline-block;
    vertical-align: top;
}
.q_initial_holder{
    margin-left: 15px;
}

.q_answer_holder{
    line-height:40px;
    width: 90px;
}
input[type=checkbox] {
    display: none;
}
input[type=checkbox] + .show-tick:before {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background-color: #FFF;
    border: 1px solid #d2d2d2;
    display: block;
    content: "";
}
input[type=checkbox]:checked + .show-tick:before {
    background-color: #7fc94c;
    border: 1px solid #7fc94c;
}
.answer_text{
    line-height: 25px;
    margin-left: 5px;
    /*     margin-right: 25px; */
    font-weight: 400;
    display: inline-block;
}
.show-tick{
    display: inline-block;
    vertical-align: middle;
}
input[type=checkbox]:checked + .show-tick:before {
    display: table;
    content: '\f00c';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    text-rendering: auto;
    text-align: center;
    color: #FFF;
    padding-top: 5px;
}

.complete-survey{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #2a2a34;
    color: #FFF;
    padding: 30px 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    z-index: 9999;
}
.progress-bar-color{
    transition: width .5s ease;
}
.complete-text{

}
.tippy-tooltip-content .user-dropdown{
    display:block!important;
}
.feed-desc i{
    background: #f7f8f9;
    display: block;
    padding: 5px 15px;
    margin-top: 10px;
    line-height: 25px;
    font-size:12px
}
.user-options{
    list-style: none;
    width: 120px;
    padding: 0;
    margin-bottom: 0;
}
.user-options li{
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
}

.user-options li:hover{
    background-color: whitesmoke;
    margin-left: -13px;
    margin-right: -13px;
    text-decoration: none;
}

.user-options li:first-child{
    border-bottom:solid 1px #EEE
}
.user-options li a{
    color: #293e6c;
    text-decoration: none;
}
.user-name-text{
    /*     display: block; */
    line-height: 50px;
}
.make-admin a{
    border: solid 2px #32b5ff;
    padding: 5px 10px;
    color: #32b5ff;
    border-radius: 5px;
}
.question_set{
    margin-top:40px
}
.make-admin a:hover{
    border: solid 2px #293e6c;
    color: #293e6c;
}
.explain-text{
    font-size: 20px!important;
    margin-left: 5px;
    color: #c7c7c7;
}
.make-admin span{
    color:#999;
}
.make-admin{
    display: block;
    font-size: 12px;
    float: right;
    margin-top: 15px;
}
.contributor .col-md-6{
    margin-bottom:20px
}
.show-result{
    margin-top:20px;
}
.show-result a{
    color:#2d2d2d;
}
.complete-progress{
    margin-top: 5px;
    position: relative;
}
.ctext-progress{

}
.ctext-perc{
    float: right;
}
.progress-bar-color{
    background: #31b6fe;
    height: 15px;
    display: block;
    border-radius: 10px;
    position: absolute;
    z-index: 1;
}
.progress-bar-bg{
    background: rgba(255, 255, 255, .2);
    width: 100%;
    height: 15px;
    display: block;
    border-radius: 10px;
    position: absolute;
    z-index: 2;
}
.complete-button{
    text-align:right
}
.btn-primary {
    color: #fff;
    background-color: #31b6fe;
    border-color: #31b6fe;
    font-weight: 300;
    font-size: 17px;
    padding: 12px 25px;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #2fa1de;
    border-color: #2fa1de;
}
.is_sub_question{
    background-color: #f7f7f7;
    border-right: solid 2px #FFF;
    border-left: solid 2px #FFF;
    border-bottom: solid 2px #FFF;
    margin-top: -5px;
}
.is_sub_question .q_count{
    border:none!important;
}
.is_sub_question .q_count:before{
    display: table;
    content: '\f003';
    font: normal normal normal 14px/1 DefendWise;
    font-size: 50px;
    text-rendering: auto;
    text-align: center;
    color: #d2d6da;
    padding-top: 5px;
    margin: -9px 0 0 14px;
}
.activity-feed, .contributors{
    padding: 30px 0;
}
.feed-item{
    padding: 15px 0;
    background: #FFF;
    min-height: 60px;
    height: auto;
}
.complete-survey:hover {
    padding: 30px 0;
    background: rgba(41, 62, 107, 1);
    opacity: 1.0;
}
.complete-survey {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgb(41, 62, 107);
    color: #FFF;
    padding: 15px 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    z-index: 9999;
    opacity: 0.67;
    transition: opacity 0.5s ease, padding 0.5s ease;
}
.feed-break{
    line-height: 30px;
    font-size: 20px;
    color: #c3c3c3;
    margin-left: 17px;
}
.feed-item .user-initials{
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}
.feed-item .feed-text{
    display: inline-block;
    width: 93%;
}
.feed-item .feed-text .feed-desc{
    display: block;
    font-size: 16px;
    width: 80%;
    float: left;
    line-height: 40px;
}
.feed-item .feed-text .feed-time{
    display: block;
    float: right;
    vertical-align: top;
}
.contributor{
    margin-bottom: 10px;
    background: #FFF;
    padding-top: 10px;
}
.contributor .user-initials{
    /*display: inline-block;*/
    /*height: 100px;*/
    /*width: 100px;*/
    /*font-size: 20px;*/
    /*line-height: 100px;*/
    /*padding: 0;*/
    display: inline-block;
    margin-top: 5px;
}
.contributor .user-name{
    display: inline-block;
    font-size: 20px;
    margin-left: 30px;
    vertical-align: top;
    height: 60px;
}
.add-contributor{
    background: #FFF;
    padding: 20px 20px 40px 20px;
    border-radius: 10px;
    margin-top: 60px;
}
.add-contributor h2{
    padding: 0 0 20px 15px;
    font-weight: 400;
    color: #293e6c;
}
.add-contributor input{
    width:100%!important;
}
.lg-form{
    height: 50px;
}
.framework-header{
    padding-bottom:60px!important
}
.framework, .framework-detail{
    padding:30px 0
}
.framework-item{
    background: #FFF;
    height: 80px;
    /*     border-radius: 5px; */
    margin-bottom: 10px;
    cursor: pointer;
}
.framework-item:hover{
    /*     background: #fafafa; */
}
.fi-perc .complete-progress{
    margin-top: 33px;
    width: 80%;
}
.fi-perc .ctext-perc{
    font-size: 14px;
    color: #c1c1c1;
    padding-right: 10px;
}
.fi-perc .progress-bar-bg{
    background: rgba(202, 202, 202, 0.4);
}
.fi-icon {
    line-height: 70px;
    text-align: center;
    background-color: #6fbee8;
    padding-top: 10px;
    color: white;
    font-size: 35px;
}
.fi-heading{
    line-height: 80px;
    font-size: 18px;
    color: #293e6c;
}
.phish-heading{
    font-size: 18px;
}

.fi-perc{
    line-height: 80px;
}
.fi-risk{
    line-height: 80px;
}
.risk-text{
    font-size: 20px;
    color: #293e6c;
    display: inline-block;
}
.risk-indicator{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-left: 5px;
}
.add_user{
    font-size: 30px!important;
    margin-left: 15px;
    color: #b0b8c8;
    z-index: 9999;
    vertical-align: middle;
    border: solid 1px;
    border-radius: 50%;
    width: 37px;
    line-height: 35px!important;
    padding: 0 3px 0 0px;
}
.add_user:hover{
    color: #51b8f4;
}
.is-assigned{
    color: #51b8f4;
    padding: 0 9px 0 0;
}
.risk-indicator.is_low{
    color: rgba(139, 195, 74, 0.8705882352941177);
    background-color: rgba(156, 224, 50, 0.12);
}
.fi-risk .risk-indicator.is_medium{
    width:100%!important;
}
.fi-risk .user-initials{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.risk-indicator.is_medium{
    color: #ffca4a;
    background-color: rgba(255, 202, 74, 0.12);
}
.risk-indicator.is_high{
    color: #ff7f7e;
    background-color: rgba(255, 127, 126, 0.12);
}

.risk-indicator.is_critical{
    color: white;
    background-color: #ff7f7e;
}

.f-summary{
    background: #FFF;
    padding: 30px 20px;
    margin-bottom: 30px;
}
.f-summary-title{
    font-size: 20px;
    line-height: 37px;
    height: 37px;
    display: inline-block;
    margin-bottom: 20px;
}
.f-summary-title img{
    margin-right: 10px;
}
.f-summary-perc{
    float: right;
    width: 30%;
    /*     padding-top: 15px; */
}
.f-summary-perc .complete-progress{
    width: 95%;
}
.f-summary-perc .ctext-perc{
    font-size:16px
}
.f-summary-perc .complete-progress .progress-bar-bg{
    background: rgba(195, 195, 195, 0.2);
}


.f-summary-overdue{
    float: right;
    width: 30%;
    padding-top: 15px;
}
.f-summary-overdue .complete-progress{
    width: 85%;
}
.f-summary-overdue .ctext-perc{
    font-size:16px
}
.f-summary-overdue .complete-progress .progress-bar-bg{
    background: rgba(195, 195, 195, 0.2);
}




.f-summary-desc p, .f-summary-desc ul, .f-actions p, .f-actions ul, .f-actions ol{
    font-weight: 300;
    font-size: 16px;
    padding-bottom: 10px;
}

.f-actions a {
    color: #293e6a !important;
}


.clear-it{
    clear:both
}
.framework-detail .framework-item .fi-heading{
    padding-left: 30px;
}
.framework-detail .framework-item .fi-risk{
    text-align:right;
    padding-right: 30px;
}
.framework-detail .framework-item .fi-risk .risk-indicator{
    width: 100%;
}
.play-button{
    text-align: center;
}
.f-video{
    height: auto;
    /*background: #353535;*/
    margin-bottom: 30px;
}
footer{
    background-color: #f7f8f9;
    text-align: center;
    color: #293e6b;
    height: 60px;
    line-height: 60px;
    font-weight: 300;
}
.footer-left{

}
.footer-right{
    text-align: right;
}
.footer-right a{
    color:#FFF;
}
.footer-right a:hover{
    color:#CCC;
}
.framework .framework-item:hover{
    cursor: pointer;
    /*     background: #fbfbfb; */
}
.f-back{
    margin: -15px -15px 10px -15px;
}
.f-back a{
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
}
.f-back a:hover{

}
.f-resources{
    background: #FFF;
    padding: 20px;
}
.f-resources h3{
    font-size: 22px;
    color: #30b5fc;
}
.f-resources p{
    margin-bottom: 30px;
}
.btn-full{
    width:100%
}
.is_sub_question.question .q_content .q_count.has_response:after{
    display: none!important;
}
.dropdown-hover{
    cursor: pointer;
}
.dropdown-hover-action{
    width: 250px;
    display: block;
}
.dropdown-hover-action ul {
    width: 100%;
}
.dropdown-hover-cats{
    width: 250px;
    display: block;
}
.dropdown-hover-cats ul {
    width: 100%;
}

.f-actions-progress{
    padding: 20px 0;
}
.f-actions{
    background: #FFF;
    padding: 20px;
}
.f-actions-headings .a-title{
    background: #FFF;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    border-bottom: solid 1px #EEE;
    border-right: solid 1px #EEE;
}
.f-actions-headings .a-title-last{
    background: #FFF;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    border-bottom: solid 1px #EEE;
}
.f-actions-headings .a-title:last-child{
    border-right:none;
}
.f-actions-progress .a-step{
    text-align: center;
}
.f-actions-progress .a-step span{
    background: #FFF;
    color: #2fb6fd;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    border-radius: 50%;
    font-size: 20px;
}
.f-actions-progress .a-step.step-done span, .f-actions-headings .a-title.step-done{
    background: #2fb6fd;
    color: #FFF;
}
.f-actions-progress .a-step.step-done.last-step span, .f-actions-headings .a-title-last.step-done.last-step{
    background: #9DDC27;
    color: #FFF;
}
.f-next-action{
    margin-top: 20px;
}
.next-action, .complete-action{
    min-width: 200px;
    font-size: 20px;
    float: right;
}
.prev-action{
    min-width: 200px;
    font-size: 20px;
    float: left;
}
.complete-action{
    background: #9DDC27;
    border-color: #9DDC27;
    color: #9DDC27;

}
.complete-action:hover{
    background: #9DDC27;
    /*      border-color: #9DDC27; */
    color: #FFF;
}

.complete-mark{
    background: #9DDC27 !important;
    border-color: #9DDC27 !important;
    color: #FFF !important;
}

.section-gap{
    margin-top:50px;
}
/*SECTION 01*/
.section-01{

}
.section-01.is-wrapped{
    border: solid #f7f8f9 2px;
    border-radius: 5px;
    padding: 5px 15px;
}
.section-01.is-wrapped .list-holder{
    height: 60px;
    border-bottom: solid 1px #f7f8f9;
}
.section-01.is-wrapped .list-holder:last-child{
    border-bottom: none;
}
.section-01.is-wrapped .list-holder .list-no{
    display: inline-block;
    width: 8%;
    height: 60px;
    text-align: center;
}
.section-01.is-wrapped .list-holder .list-no span{
    border: solid #e0e0e0 2px;
    width: 35px;
    display: block;
    height: 35px;
    line-height: 31px;
    border-radius: 50%;
    margin: 10px auto 0 auto;
    font-size: 16px;
    font-weight: 400;
    color: #293f6c;
}
.section-01.is-wrapped .list-holder .list-desc{
    display: inline-block;
    width: 90%;
    float: right;
    line-height: 60px;
    color: #293f6c;
    font-size: 16px;
}
.section-01.with-spacing{

}
.section-01.with-spacing .list-holder{
    height: 60px;
    border: solid 2px #f7f8f9;
    border-radius: 5px;
    margin-bottom: 5px;
}
.section-01.with-spacing .list-holder:last-child{
    margin-bottom: 0
}
.section-01.with-spacing .list-holder .list-no{
    display: inline-block;
    width: 10%;
    height: 60px;
    text-align: center;
    padding-left: 10px;
}
.section-01.with-spacing .list-holder .list-no span{
    border-bottom: solid #2fb7fd 3px;
    width: 30px;
    display: block;
    height: 35px;
    line-height: 31px;
    margin: 10px 0 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #293f6c;;
}
.section-01.with-spacing .list-holder .list-desc{
    display: inline-block;
    width: 89%;
    float: right;
    line-height: 60px;
    color: #293f6c;
    font-size: 16px;
}

/*SECTION 02*/
.blue-icon-color{
    color:#2ba8ee!important;
}
.red-icon-color{
    color:#e83f71!important;
}
.green-icon-color{
    color:#09bbaf!important;
}
.section-02.is-wrapped{
    border: solid #f7f8f9 2px;
    border-radius: 5px;
    padding: 5px 15px;
}
.section-02.is-wrapped .list-holder{
    height: 80px;
    border-bottom: solid 1px #f7f8f9;
}
.section-02.is-wrapped .list-holder:last-child{
    border-bottom: none;
}
.section-02.is-wrapped .list-holder .list-no{
    display: inline-block;
    width: 15%;
    height: 80px;
    text-align: center;
}
.section-02.is-wrapped .list-holder .list-no span{
    width: 35px;
    display: block;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    margin: 22px auto 0 auto;
    font-size: 35px;
    font-weight: 400;
}
.section-02.is-wrapped .list-holder .list-desc{
    display: inline-block;
    width: 84%;
    float: right;
    line-height: 20px;
    color: #293f6c;
    font-size: 16px;
    padding-top: 20px;
}
.section-02.is-wrapped .list-holder .list-desc span{
    display: block;
    font-size: 12px;
}
.section-02.with-spacing .list-holder{
    height: 80px;
    border: solid 2px #f7f8f9;
    border-radius: 5px;
    margin-bottom: 6px;
}
.section-02.with-spacing .list-holder:last-child{
    margin-bottom: 0
}
.section-02.with-spacing .list-holder .list-no{
    display: inline-block;
    width: 10%;
    height: 80px;
    text-align: center;
    padding-left: 10px;
}
.section-02.with-spacing .list-holder .list-no span{
    width: 35px;
    display: block;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    margin: 22px auto 0 auto;
    font-size: 35px;
    font-weight: 400;
}
.section-02.with-spacing .list-holder .list-desc a{
    color: #293f6c;
    text-decoration: none !important;
}
.section-02.with-spacing .list-holder .list-desc{
    display: inline-block;
    width: 89%;
    float: right;
    line-height: 20px;
    color: #293f6c;
    font-size: 16px;
    padding-top: 20px;
    /* 	padding-top: 12px; */
}
.section-02.with-spacing .list-holder .list-desc span{
    display: block;
    font-size: 12px;
}
/*SECTION 3 - QUOTES*/
.section-03{
    border: solid 2px #f7f8f9;
    margin: 0;
    padding: 25px 15px
}
.section-03 .quote-full-quote{
    text-align: center;
    font-size: 50px;
    line-height: 90px;
}
.section-03 .quote-full-quote i{
    color:#2ba8ee;
}
.section-03 .quote-full-text{
    line-height: 30px;
    color: #293f6c;
    font-size: 16px;
}
.section-03 .quote-half-quote{
    text-align: center;
    font-size: 50px;
    line-height: 90px;
    position: absolute;
    top: 18px;
    left: 54px;
}
.section-03 .quote-half-quote i{
    color:#2ba8ee;
}
.section-03 .quote-half-text{
    line-height: 30px;
    color: #293f6c;
    font-size: 16px;
}
.section-03.half-quotes{
    margin-top: 60px;
}
/*SECTION 4 - ARTICLES*/
.section-04{
    margin: 0;
    padding: 25px 15px
}
.section-04 .quote-full-quote{
    text-align: center;
    font-size: 50px;
    line-height: 90px;
}
.section-04 .quote-full-quote i{
    color:#2ba8ee;
}
.section-04 .quote-full-text{
    line-height: 30px;
    color: #293f6c;
    font-size: 16px;
}
.section-04 .quote-half-quote{
    text-align: center;
    font-size: 50px;
    line-height: 90px;
}
.section-04 .quote-half-quote i{
    color:#2ba8ee;
}
.section-04 .quote-half-text{
    line-height: 30px;
    color: #293f6c;
    font-size: 16px;
}
.section-04 .quote-full-text h3, .section-04 .quote-half-text h3{
    font-size: 22px;
    font-weight: 400;
}
.section-04 .quote-full-text p, .section-04 .quote-half-text p{
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
/*SECTION 05 - feature secitons*/
.section-05{
    margin-bottom:50px;
}
.section-05 .feature-holder{
    padding: 20px 30px;
}
.section-05 .feature-holder h2{
    color: #293f6c;
}
.section-05 .feature-holder p{
    color: #293f6c;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.section-05 .feature-left{
    padding-left:0;
}
.section-05 .feature-right{
    padding-right:0;
}
.section-05 .feature-full{
    padding-right:0;
    padding-left:0;
}
.section-05 .feature-holder.dark-bg{
    padding: 80px 80px 40px 80px;
}
.section-05 .feature-holder.dark-bg h2{
    color: #FFF;
    text-align: center;
    font-size: 35px;
    margin-bottom: 30px;
}
.section-05 .feature-holder.dark-bg p{
    color: #FFF;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 40px;
    margin-top: 15px;
    text-align: center;

}



.list-holder a {
    text-decoration: none;
}

.show-actions h3 {
    padding-bottom: 20px !important;
}

.svg-inline--fa {
    font-size: 37px;
    color: #2db6fb;
}

.step-done .svg-inline--fa {
    color: white ;
}



.list-no {
    padding-top: 15px;
}

.list-no .fa {
    font-size: 46px;
    color: #2db6fb;
}
.fa-check{
    font-size: 20px;
}


/* LEARNER CSS */

.learner-program{
    width: 100%;
    background: #FFF;
    margin-bottom: 24px;
    cursor: pointer;
    padding: 15px 25px;
    min-height: 330px;
}
.learner-program .f-summary-perc .ctext-perc{
    display: block;
    width: 100%;
    margin-top: 30px;
    color: #50b9f2;
    font-weight: 600;

}
.learner-program .f-summary-perc .ctext-perc span{
    color:#243660;
    font-weight: 300;
    margin-left:5px;
}
.learner-program .f-summary-perc{
    width: 80%;
    position: absolute;
    bottom: 103px;
}

.schedule-due {

    background-color: red;
    padding: 10px;
    background: #e5eaed;
    margin-top: -25px;
    margin-bottom: 30px;
}

.schedule-due svg {
    display: inline-block;
    font-size: 15px;
    color: #797979 !important;
}



.learner-program .f-summary-overdue .ctext-perc{
    display: block;
    width: 100%;
    margin-top: 30px;
    color: #50b9f2;
    font-weight: 600;

}
.learner-program .f-summary-overdue .ctext-perc span{
    color:#243660;
    font-weight: 300;
    margin-left:5px;
}
.learner-program .f-summary-overdue{
    width: 80%;
    position: absolute;
    bottom: 160px;
}


.learner-program h3{
    text-transform: uppercase;
    font-size: 18px;
    color: #2a3f6c;
}
.learner-program p{
    color: #676767;
    line-height: 1.75em;
    font-weight: 300;
    padding-top: 5px;
    min-height: 90px;
}
.program-due-date{
    position: absolute;
    bottom: 47px;
    color: #616161;
    height: 25px;
}
.program-due-date svg{
    display: inline-block;
    font-size: 25px;
    color: #CCC !important;
}
.program-due-date span{
    display: inline-block;
    font-weight: 300;
    line-height: 22px;
    vertical-align: bottom;
    margin-left: 5px;
}
.make-bar-red{
    background:#f2867e !important;
}
.make-bar-yellow{
    background:#fddc6c !important;
}
.make-bar-green{
    background:#75f57c !important;
}
.leaderboard h2{
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 40px;
    color: #2a3f6b;
    font-weight: 500;
}
.leaderboard .contributor{
    margin-left: 0;
    margin-right: 0;
}
.leaderboard .complete-progress .progress-bar-bg {
    background: rgba(206, 206, 206, 0.2);
}
.leaderboard .complete-progress{
    width: 25%;
    float: right;
    height: 50px;
}
.leaderboard .ctext-perc{
    width: 10%;
    float: right;
    text-align: right;
    padding-right: 5px;
    font-weight: 500;
    font-size: 20px;
}
.leaderboard .progress-bar-color, .leaderboard .progress-bar-bg{
    height:10px;
    margin-top:3px
}
.courses-complete{
    position: absolute;
    bottom: 9px;
    color: #CCC;
    font-size: 16px;
    text-align: right;
    width: 100%;
    font-weight: 300;
}
.course-details{
    background: #FFF;
    padding: 30px 20px;
    margin-bottom: 30px;
    /*     min-height:370px */
    min-height:260px;
}
.course-details .f-summary-perc{
    width: 100%;
    /*     margin-top: 15px; */
    padding-bottom: 40px;
    border-bottom: solid 1px #EEE;
}
.course-details .f-summary-perc .ctext-perc{
    float: left;
    color: #30b6fb;
    font-weight: 600;
    font-size: 25px;
}
.course-details .f-summary-perc .ctext-perc span{
    color: #2a3f6b;
    /*     display:block; */
    width:100%;
    font-size:14px;
    font-weight: 300;
}
.course-details h3{
    margin-top: 0;
    font-size: 18px;
    color: #2a3e6a;
    padding-bottom: 20px;
    border-bottom: solid 1px #EEE;
}
.course-details .program-due-date{
    position: inherit;
    margin-top: 10px;
}
.course-details .program-due-date span{
    display: block;
    margin-left: 0;
    font-size: 13px;
}
.course-details .f-summary-perc .complete-progress{
    width: 100%;
    margin-top: 45px;
}
.course-details .program-due-date span span{
    font-size: 16px;
    color: #2a3f6b;
    font-weight: 500;
}
.course-lessons .f-summary-title{
    color: #30b6fb;
}
.btn-course-complete{
    width:175px;
    color: rgba(139, 195, 74, 0.8705882352941177);
    background-color: rgba(156, 224, 50, 0.12);
    padding: 10px;
}
.btn-course-complete svg{
    font-size:16px;
    color:rgba(139, 195, 74, 0.8705882352941177) !important;
    margin-right:5px;
}
.btn-course-lesson {
    width:175px;
    color:#45bbfa !important;
    padding: 10px;
    border: 1px solid #45bbfa;
    background-color: white;

}
.btn-course-lesson svg{
    font-size:16px;
    color:#45bbfa !important;
    margin-right:5px;
}


.mark-lesson-complete:disabled{
    background: #FFF;
    border: solid 2px #CCC;
    color: #CCC;
}
.mark-lesson-complete:disabled svg{
    color: #CCC;
}
.btn-course-complete svg{
    font-size:16px;
    color:#75f57c;
    margin-right:5px;
}
.mark-lesson-complete{
    margin-top:30px;
    border: 1px solid #30b6fb;
    color: #30b6fb;
    padding: 10px;
}
.mark-lesson-complete:hover{
    margin-top:30px;
    border: 1px solid #30b6fb;
    color: #30b6fb;
    padding: 10px;
}

.usage-learners{
    background: rgba(48, 181, 251, .5);
    color: #FFF;
    padding: 10px 40px;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 40px;
    cursor: default;
    margin-top: 30px;
}
.add-learner {
    background: #FFF;
    padding: 20px 20px 40px 20px;
}
.add-learners-input{
    min-height: 400px;
    margin-bottom: 30px;
}

.phishing-summary .fi-heading span{
    float:right
}
.dash-graph{
    margin-bottom: 40px;
}

/*
.remove-learner{
    color: #ff7f7e;
    background-color: rgba(255, 127, 126, 0.12);
    border-color: #ff887f4d;
}
*/
/*
.remove-learner:hover{
    background-color: #ff7e7e;
    border-color: #ffd3d0;
}
*/

.card-box {

    border: none;
    border-radius: 0px;

}

.learner-search{
    padding-top: 15px;

}

.camp-send-date{
    font-size: 14px;
    color: #90949e;
    margin-left: 10px;
}

.camp-cal{
    font-size: 18px;
}
.phish-perc {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-left: 5px;
}

.remove-phishing {
    color: #ff7f7e;
    /*     background-color: rgba(255, 127, 126, 0.12); */
    /*     border-color: #ff887f4d; */
    /*         width: 190px; */
}
.remove-phishing:hover {
    /*     background-color: #ff887f4d; */
    /*     border-color: #ffd3d0; */
    /*     color: #ff7f7e; */
}
.add-phishing {
    /* 	    background-color: rgba(76, 175, 80, 0.25098039215686274); */
    color: #4CAF50;
    /*     border-color: #4caf4f45; */
    /*         width: 190px; */
}
.add-phishing:hover {
    /*     color: #398439; */
    /*     background-color: #b2dbb3; */
    /*     border-color: #b2dbb3; */
}

.dash-title{
    background-color: #ffffff;
    color: #0e2a4f;
    padding: 15px 15px 15px 25px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f7f8f9;
}

.table-striped {
    margin-top: 25px;
}

.table > tbody > tr > td {
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #eeeeee !important;
    font-size: 15px;
}

.no-remove {
    background-color: #e8e8e8;
}

.learner-progress {
    margin-bottom: 0px;
    height: 10px;
}

.phish-box {
    display: table;
    width: 100%;
}

.phish-box .table-detail {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
}
.v-bottom {
    vertical-align: bottom !important;
}

.pish-head {
    background-color: #ffffff;
    padding: 12px 20px 0px 20px;
    border-bottom: solid 1px #f7f8f9;
    height: 55px;
}
.label {
    padding: 10px;
}

.phish-rad {
    width: 150px !important;

}

.click-stat, .open-stat {
    color: #797979;
}

.pish-heading {
    display: inline;
    color: #797979;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}

.phish-status-btn
{
    margin-right: 10px;
}

.circliful {
    position: absolute;
}

.phish-pend {
    background-color: #f7f8f9;
    color: #797979;
}

.phish-icn {
    vertical-align: middle;
}

.phish-btn {
    font-size: 12px;
    line-height: inherit;
}

.phish-h4{
    padding-top: 8px;
    display: inline-block;
}

.chart-move-up {
    margin-top: -35px;
}

.phish-results-box {
    background-color: white;
    padding: 30px 0px 0px 5px;
    margin-bottom: 30px;
    margin-top: -20px;
    border-top: 1px #f7f8f9 solid;
    height: 600px;
}

.phish-h-progress {
    height: 10px;
    border-radius: 10px;
}

.phish-train-h4 {
    border-top: 1px solid #f7f8f9;
    padding-top: 20px;
    padding-bottom: 20px;
}

.phish-res-h4 {
    background-color: #f4f8fb;
    color: #797979;
    padding: 10px;
    margin-bottom: 15px;
}

.phish-table{
    color: #777676;
}

.pagination > li > a {
    color: #797979;
}

.white-chart .circle-info-half {
    color: white !important;
}

.dt-buttons {
    display: none !important;
}

.table-bordered > thead > tr > th {
    border-bottom-width: 1px;
}

.phish-sum-chart {
    margin-top: -5px;
    margin-left: 5px;
    color: white !important;
}

.w-100 {
    width: 100%
}
.m-r-50 {
    margin-right: 50px !important;
}

.dash-icon {
    font-size: 24px;
    color: rgba(121, 121, 121, 0.65);
    margin-left: -12px;
}
.dash-50 {
    height: 50px;
    width: 50px;
    background-color: rgb(238, 238, 238);
}

.dash-50 > i {
    color: #797979 !important;
    line-height: 50px;
}

.dash-progress {
    background-color: rgb(152, 203, 95);
    box-shadow: none !important;
}

.dash-box-top {
    margin-top: 50px;
}

.row-no-padding {
    padding: 0px;
}

.flotTip
{
    padding: 3px 5px;
    background-color: #000;
    z-index: 100;
    color: #fff;
    box-shadow: 0 0 10px #555;
    opacity: .7;
    filter: alpha(opacity=70);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.txt-center {
    text-align: center;
}

.fw-questions {
    padding: 21px;
    background-color: #50b8f3;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -18px;
    margin-top: 30px;
}

.frame-video, .f-video {
    /*     height: 450px; */
    overflow: hidden;
}


.nist-small{
    font-size: 11px
}

.nist-bg{
    background-color: white;
    padding: 30px;
    height: 480px;
}
.nist-left{
    margin-left: -15px;
}
.dw-color{
    color: #2e426d !important;
}

.p-left{
    padding-left: 0px;
}
.p-right{
    padding-right: 0px;
}

.w-control-bar {
    bottom: 208px !important;
}

.wistia_vulcan_elem div div div div div div {
    bottom: 900px;
}

.cont-stats {
    font-size: 14px;
    padding-left: 20px;
}
.cont-stats svg {
    font-size: 18px;
}

.first-col {
    width: 250px;
}

.animations {
    height: auto !important;
}

.sv_q_radiogroup {
    padding: 10px !important;
    background-color: #f7f8f9 !important;
    margin-bottom: 8px !important;
}

.sv_q_radiogroup_control_item {

    outline: 1px !important;
    -webkit-appearance: radio !important;
}

.sv_main .sv_container .sv_body {
    padding: 0px !important;
}

.sv_q_checkbox_control_item {
    display: inline !important;
}

.sv_q_checkbox_control_item {
    outline: 1px !important;
    -webkit-appearance: checkbox !important;
}
.sv_q_checkbox {
    padding: 10px !important;
    background-color: #f7f8f9 !important;
    margin-bottom: 8px !important;
}

.hContBlock {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 200 !important;

}

.template-notset {
    background-color: white !important;
    color: #ff7f7e !important;
}

.p-r-20{
    padding-right: 20px !important;
    min-height: 100px;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-color: #98cc5e !important;
    background-image: none;
}

.settings-label{
    font-weight: 500;
    line-height: 30px;
}



.ribbon {
    position: absolute;
    top: 10px;
    right: -5px;
    padding: 15px;
}
.ribbon-content{
    position: relative;
    width: 100%;
    height: 100px;
    background: #2eb6fb;
    border: 1px solid #DDD;
}
.ribbon.base {
    background: #2eb6fb;
    color: #fff;
    border-right: 5px solid #8bc4ea;
}
.ribbon.light {
    background: #ecf0f1;
    color: #2c3e50;
    border-right: 5px solid #dde4e6;
}
.ribbon.dark {
    background: #131313;
    color: #fff;
    border-right: 5px solid #464646;
}
.ribbon.base-alt {
    background: #9cd70e;
    color: #fff;
    border-right: 5px solid #c6f457;
}
.ribbon.red {
    background: #e91b23;
    color: #fff;
    border-right: 5px solid #f2787d;
}
.ribbon.orange {
    background: #ff8a3c;
    color: #fff;
    border-right: 5px solid #ffc7a2;
}
.ribbon.yellow {
    background: #ffd800;
    color: #fff;
    border-right: 5px solid #ffe866;
}
.ribbon:before, .ribbon:after {
    content: '';
    position: absolute;
    left: -9px;
    border-left: 10px solid transparent;
}
.ribbon:before {
    top: 0;
}
.ribbon:after {
    bottom: 0;
}
.ribbon.base:before {
    border-top: 27px solid #2eb6fb;
}
.ribbon.base:after {
    border-bottom: 27px solid #2eb6fb;
}
.ribbon.light:before {
    border-top: 27px solid #ecf0f1;
}
.ribbon.light:after {
    border-bottom: 27px solid #ecf0f1;
}
.ribbon.dark:before {
    border-top: 27px solid #131313;
}
.ribbon.dark:after {
    border-bottom: 27px solid #131313;
}
.ribbon.base-alt:before {
    border-top: 27px solid #9cd70e;
}
.ribbon.base-alt:after {
    border-bottom: 27px solid #9cd70e;
}
.ribbon.red:before {
    border-top: 27px solid #e91b23;
}
.ribbon.red:after {
    border-bottom: 27px solid #e91b23;
}
.ribbon.orange:before {
    border-top: 27px solid #ff8a3c;
}
.ribbon.orange:after {
    border-bottom: 27px solid #ff8a3c;
}
.ribbon.yellow:before {
    border-top: 27px solid #ffd800;
}
.ribbon.yellow:after {
    border-bottom: 27px solid #ffd800;
}
.ribbon span {
    display: block;
    font-size: 12px;
    font-weight: 600;
}

.step-line {
    display: block;
    overflow: hidden;
    text-align: center;
}
.step-line:before, .step-line:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 50%;
    border-top-style: solid;
    border-top-width: 10px;
    border-color: white;
}
.step-line:before {
    right: -10px;
    margin-left: -50%;
}
.step-line:after {
    left: -10px;
    margin-right: -50%;
}

.step-line-first {
    display: block;
    overflow: hidden;
    text-align: center;
}
.step-line-first:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 50%;
    border-top-style: solid;
    border-top-width: 10px;
    border-color: white;
}

.step-line-first:after {
    left: -10px;
    margin-right: -50%;
}

.step-line-last {
    display: block;
    overflow: hidden;
    text-align: center;
}
.step-line-last:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 50%;
    border-top-style: solid;
    border-top-width: 10px;
    border-color: white;
}

.step-line-done:before, .step-line-done:after {

    border-color: #2eb6fb ;
}

.step-line-last:before {
    right: -10px;
    margin-left: -50%;
}


.sv_main .sv_container .sv_body .sv_p_root .sv_q_title {
    font-size: 1em;
    margin: 0.5em 0;
    padding: 20px;
    background-color: #55b9f0;
    display: block;
    color: white;
    font-weight: 400 !important;
}

.btn-resources {
    border: 1px solid #dfe4e9;
    color: #333333;
    background-color: #f7f8f9;
    width: 100%;
    margin-top:15px;
}

.resources-font {
    font-size: 14px;
    font-weight: 400;
}

.complete-btn{

    font-size: 13px !important;
    background-color: white !important;
    border: 1px solid #a2a2a24a !important;
    color: #797979 !important;
    font-weight: 600 !important;
    border-radius: 3px !important;
}

.complete-icn{

    font-size: 13px !important;
    color: #add036 !important;
    margin-right: 5px !important;

}


.incomplete-btn{

    font-size: 13px !important;
    background-color: #f3f6f8 !important;
    border: 1px solid #f3f6f8 !important;
    color: #c1c1c1 !important;
    font-weight: 600 !important;
    border-radius: 3px !important;
}

.incomplete-icn{

    font-size: 13px !important;
    color: #d4d8db !important;
    margin-right: 5px !important;

}

.viewcat-btn{

    font-size: 13px !important;
    background-color: #f443361c !important;
    border: 1px solid #f3f6f8 !important;
    color: #f72323bd !important;
    font-weight: 600 !important;
    border-radius: 3px !important;
}

.fi-icon .svg-inline--fa{
    font-size: 25px !important;
    color: white !important;
}

.note-btn-group .btn-default {

    background-color: #cac9c9 !important;
    border: 1px solid #dddddd !important;

}

.assess-drop {
    color: #253760;
    border: none;
    outline: none;
    box-shadow: none !important;
}
select:focus {
    outline: none;
}

select { padding-right: 5px }

.a-title {
    cursor: pointer !important;
}

.a-title-last {
    cursor: pointer !important;
}

.hide-video{

    background-color: #2eb6fbb3;
    position: absolute;
    right: 0px;
    top: 0px;
    color: white;
    padding: 5px;
    border-radius: 5px;
}

.hide-video:hover{
    background-color: #2fb6fb;
    cursor: pointer !important;
}

.show-video{

    background-color: #2eb6fbb3;
    color: white;
    padding: 5px;
    border-radius: 5px;
}

.show-video:hover{
    background-color: #2fb6fb;
    cursor: pointer !important;
}

.course-blogs {
    color: #2a3f6b;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
}

.course-downloads {
    color: #2a3f6b;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    padding-top: 20px;
}

.course-more {
    display: block;
    font-size: 16px;
    color: #2a3f6b;
    font-weight: 500;
    padding-top: 5px;
}

.schedule-video {
    height: 270px;
    padding-top: 10px;
}

.complete-html {
    display: block;
    padding-top: 55px;

}

.complete-html p {

    font-weight: 400 !important;

}

.complete-html a {

    color: #2eb6fb;

}

/* DAVE MODAL */
.cyber-modal{

    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
.cyber-modal-content{
    display: none; /* Hidden by default */
    background: #FFF;
    padding: 20px 40px 40px 40px;
    margin-top: 5%;
}
.cyber-modal-content h2{
    color: #2fb6fb;
    text-align: left;
    font-weight: 600;
}
.cyber-modal-content p{
    margin-bottom: 30px;
}
.cyber-modal-content .btn{
    width:100%;
    font-size: 22px;
}
.f-video-over{
    position: absolute;
    text-align: center;
    width: 100%;
    height: auto!important;
    z-index: 1000;
}
.f-video-over img{
    height: auto;
    width: 100%;
}
.f-video-over a{
    margin-top: -40px;
    display: block;
}
.course-details h3{
    margin-bottom: 10px;
}
.complete-html{
    padding-top:40px;
}

.complete-html h4{
    background-color: #f7f8f9;
    padding: 15px;
}



.restore-default{
    margin-left:10px;
}
.close-share-btn-icon{
    right: 10px;
    position: absolute;
    top: 5px;
    font-size: 25px!important;
    color: #FFF;
    font-weight: bold;
}
.close-share-btn-icon:hover{
    text-decoration: none;
}

.mail-h2 {
    text-align: center;
    background-color: #2fb6fb;
    color: white !important;
    padding: 10px;
    margin-top: -20px;
    margin-left: -40px;
    margin-right: -40px;
    font-size: 20px;

}

.share-btn, .close-share-btn, .close-signup-btn, .share-url-btn{
    font-size: 16px !important;
}

.tour-image {
    max-width: 300px;
    display: block;
    margin: auto;
}
.btn-group-toggle .btn{
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .05);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .05);
}
.btn-group-toggle .is-on.active{
    background: #95e266;
    color:#FFF
}

.btn-group-toggle .is-off.active{
    background: #e24823;
    color:#FFF
}
.toggle-label{
    width: 200px;
    font-weight: normal;
    margin-bottom: 25px;
}

.upgrade-account{
    margin-top:30px;
}
.upgrade-account .row{
    margin-left: 0;
    margin-right: 0;
}
.upgrade-who{
    background:#2a002a url('/resources/branded/theagency/logo.jpg') center center no-repeat;
    min-height: 400px;
}
.upgrade-details{
    min-height: 400px;
    background:#FFF;
    padding: 50px;
}
.upgrade-details h3{
    text-align: center;
    margin-top: 0px;
}
.upgrade-details ul{
    margin: 30px 0 30px 0;
}
.upgrade-details ul li{
    font-size: 18px;
    margin: 0 0 15px;
}
.upgrade-details .upgrade-btn{
    background-color:#2a002a;
    border-color:#2a002a;
    width: 100%;
    font-size: 22px;
}
.powered-by{
    margin-top: 30px;
    max-width: 200px;
    height: auto;
    opacity: 0.6;
    position: absolute;
    right: 15px;
}
.course-menu-padding{
    padding-right: 30%;
}

.not-allowed .fi-icon{
    background-color: #CCC!important;
}
.course-not-allowed .schedule-video{
    opacity:0.35;
}
.test-delivery-btn{
    margin-top: 0;
}
.phish-scheduled{
    height: 155px;
}
.phish-complete-green{
    height: 155px;
}
.btn-reseller-edit .fa{
    color: #fff !important;
}
/*
.btn-reseller-edit{
    background-color: #8EBE48 !important;
    border-color: #8EBE48 !important;
    position: absolute;
    left: 0;
    top: -20px;
    border-radius: 0 0 80% 0;
    width: 25px;
    height: 25px;
    padding: 0;
    text-align: center;
    z-index: 999;
    font-size: 12px;
}
*/
.btn-reseller-edit{
    background-color: #bbbfc6 !important;
    border-color: #bbbfc6 !important;
    position: absolute;
    left: -25px;
    top: 0px;
    border-radius: 0 0 0 0;
    width: 25px;
    height: 100%;
    padding: 0;
    text-align: center;
    z-index: 999;
    font-size: 16px;
    vertical-align: middle;
}

.btn-reseller-edit:hover{
    background-color: red;
}


.reseller-edit-options{
    margin-top: -5px;
    background: #dadada;
    display: none;
    z-index: 99999;
    margin-bottom: 10px;
    position: relative;
    padding: 0;
    width: 100%;
    min-height: 50px;
}
.btn-reseller-edit-options{
    border-radius: 0;
    float: left;
    line-height: 50px;
    padding: 0 20px;
    height: 50px;
    color: white !important;
    font-weight: 600;
}

.btn-reseller-edit-options:hover, .btn-reseller-edit-options:active{

    color: white !important;
}
.btn-mp-edit-options{
    border-radius: 0;
    float: left;
    line-height: 50px;
    padding: 0 20px;
    height: 50px;
    color: white;
    font-weight: 600;
}
.btn-mp-edit-options .fa{
    color: #ffffff !important;
}
.btn-mp-edit-options:hover, .btn-mp-edit-options:active{

    color: white;
}

.reseller-close-btn{
    float:right
}
.btn-reseller-edit-options .fa{
    color: #fff !important;
}
.btn-reseller-edit .fa{
    color: #fff !important;
    /*
        position: absolute;
        top: 5px;
        left: 5px;
    */
}
.reseller-edit-form{
    margin-bottom: 50px;
    background: #FFF;
    padding: 0 20px 20px;
}
.reseller-new-form{
    margin-bottom: 50px;
    background: #FFF;
    padding: 0 20px 20px;
}
.reseller-edit{
    display: none;
    position: relative;
}
.reseller-edit-types .col-md-4{
    border-right:solid 1px #CCC;
}
.reseller-edit-types .col-md-4:last-child{
    border-right:none!important;
}
.reseller-edit-types{
    padding-top:20px;
    padding-bottom:20px;
}
.reseller-edit-types label{
    font-size: 12px;
    font-weight: 600;
    color: #888;
}
.reseller-edit h4{
    color:#222
}
.marketplace-edit h4{
    color:#222
}
.reseller-edit-types .form-control{
    text-align:left!important;
    text-align-last:left!important;
}
.answer-option-inputs input{
    display: block;
    width:100%;
}
.reseller-edit h3{
    background: #dadada;
    color: #555;
    margin-left: -5px;
    margin-right: -5px;
    padding: 15px;
    margin-top: 0px;
}
.marketplace-edit h3{
    background: #2db6fb;
    color: #FFF;
    margin-left: -5px;
    margin-right: -5px;
    padding: 15px;
    margin-top: 0px;
}
.dash-box{
    margin: 25px auto;
}
.dash-box .container{
    background:#FFF;
    padding-top: 20px;
    padding-bottom: 20px;
}
.dash-box .mini-stat-icon{
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    height: 50px;
    width: 50px;
    background: #EEE;
    line-height: 50px;
    color: #888!important;
}
.par-tasks-count{
    display: block;
    text-align: right;
    font-size: 27px;
    font-weight: 600;
    color: #666;
    line-height: 30px;
}
.par-tasks-text{
    display: block;
    text-align: right;
    font-size: 18px;
    color: #666;
}
.par-progress{
    height: 5px;
    box-shadow: none;
}
.dash-box h4{
    color: #666;
    padding-bottom: 20px;
    border-bottom: solid 1px #EEE;
    margin-bottom: 15px;
}
.dash-box h5{
    margin-top:20px;
    color: #999;
}
.par-hover{
    border-radius: 15px;
}
.par-hover .par-hover-title{
    display:block;
    font-weight:bold
}
.par-hover .par-hover-value{
    display:block;
}
.highcharts-tooltip span {
    height:auto;
    width:150px;
    background: #EEE;
    border-radius:10px;
    overflow:hidden;
    text-align:center;
    padding-top:5px;
    padding-bottom:5px;
    white-space:normal !important;
}
#cyber-risk-score {
    margin: 0 auto;
    max-width: 250px;
    min-width: 250px;
}
.cyber-risk-score-val{
    position: absolute;
    top: 100px;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    color: #CCC;
}
.highcharts-credits{
    display:none!important;
}
.task-complete-graph p{
    text-align:center;
    margin-top: 80px;
    color: #AAA;
}
.graph-heading-bit{
    text-align: right;
    font-size: 14px;
    margin-bottom: 20px;
    padding-right: 10px;
}
.graph-heading-bit span{
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #ff7f7d;
    position: absolute;
    margin: 0 0 0 -30px;
}
.graph-heading-bit.use-blue span{
    background: #30b5fb;
}
.assessment-edit-alpha{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    display: none;
    top: 0;
    left: 0;
}
.learner-options{
    background: #DDD;
    padding: 15px 20px;
}
.learner-options a{
    font-size: 15px;
    margin-right: 20px;
    color: #666;
}
.learner-options a:hover{
    color: #444;
}
.learner-options a:after{
    content: "";
    width: 1px;
    height: 20px;
    background: #AAA;
    position: absolute;
    margin: 3px 0 0 11px;
}

.learner-options a:last-child:after{
    width: 0!important;
}
.modal-demo .close{
    opacity: 0.5;
}
.learner-tag-select label span{
    font-weight: 500;
}
.learner-tag-select label{
    width: 100%;
    border: solid 1px rgba(191, 191, 191, 0.3);
    padding: 5px 10px;
    border-radius: 5px;
    background: rgba(191, 191, 191, 0.1);
    text-align: center;
}
.learner-tag-select input[type=checkbox]:checked + label{
    border: solid 1px rgba(139, 195, 74, 1);
    color: rgb(109, 152, 58);
    background: rgba(139, 195, 74, 0.2);
}
.portlet-body p{
    margin-bottom: 20px;
}
.phishing-edit-icon{
    background: #81c868;
    border-radius: 0 0 50% 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #FFF;
    cursor:pointer;
}
.phishing-remove-icon{
    background: #9e9e9e;
    border-radius: 0 50% 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #FFF;
    cursor:pointer;
}

.phishing-remove-icon:hover{

    background: rgba(255, 127, 125, 0.75);
}

.phishing-edit-icon{
    background: #9e9e9e;
    border-radius: 0 0 50% 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #FFF;
    cursor:pointer;
}

.phishing-edit-icon:hover{

    background: #5bb85b;
}




.add-campaign, .create-template{
    background: #81c868;
    color: #FFF;
}
#add_phishing, #edit_phishing{
    margin-top:30px;
}
.phish-info-box .table-detail.lable-detail{
    width: 40%;
}
.phish-info-box .table-detail p{
    font-size:14px
}
.phish-info-box .table-detail{
    width: 60%!important;
}
.create-phishing-content label, .edit-phishing-content label{
    /*font-weight: normal;*/
    font-size: 14px;
    /*margin-top: 15px;*/
    /*width: 100%;*/
}
.save-new-template{
    margin-top: 20px;

}
.save-template{
    margin-top: 20px;

}

.edit-framework-section{
    display:none;
    position: absolute;
    color: #333!important;
    left: 5px;
    font-size: 20px;
    top: 5px;
    z-index:99;
    width: 28px;
    height: 28px;
    background: #FFF;
    line-height: 29px;
    border-radius: 5px;
}
.edit-framework-section i{
    color: #333!important;
}
.step-done .edit-framework-section{
    display:block!important;
}
.default-framework-section{
    display:none;
    position: absolute;
    color: #333!important;
    left: 5px;
    font-size: 20px;
    top: 35px;
    z-index:99;
    width: 28px;
    height: 28px;
    background: #FFF;
    line-height: 28px;
    border-radius: 5px;
}
.default-framework-section i{
    color: #333!important;
}
.step-done .default-framework-section{
    display:block!important;
}
.phish-edit-btn {
    background-color: #81c868;
    color: #FFFFFF;
    margin-left:10px
}

.sub-options {
    /*
        background: #DDD;
        padding: 15px 20px;
    */
    height: 60px;
}
.sub-options a{
    /* 	margin-right: 7px; */
}
/*
.sub-options a{
    color:#FFF!important;
    font-size: 14px;
    margin-right: 15px;
    margin-left: 0;
}
.sub-options a:hover{
    text-decoration: none;
    color:rgba(255,255,255,0.8)!important;
}
.sub-options a.pull-right{
    margin-right: 0;
    margin-left: 15px;
}
.sub-options a.is_active{
    font-weight:bold
}
.sub-options .fa{
    margin-right:3px;
}
*/

.tmp-select .tmp-current{
    position: absolute;
    font-size: 12px;
    color: #AAA;
}
.custombox-overlay{
    background-color: #000;
}

.btn-secondary {
    border: solid 1px #999;
    background: #fff;
    color: #999;
}
.toggle-group .btn-default{
    color: #333!important;
    background-color: #fff!important;;
    border-color: #ccc!important;;
}
.sub-options.settings-options a{
    /*     margin-right: 25px; */
}

.sending-groups a i.fa{

}
.add-sending-group{
    margin-bottom:15px;
}
.add-sending-group label{

}
.toggle-group .btn-default{
    font-size: 16px;
    line-height: 35px;
    color: #fff!important;
    background-color: #4CAF50!important;
    border-color: #368639!important;
}
.toggle-group .toggle-handle{
    background-color: #8a8a8a!important;
    border-color: #6f6f6f!important;
}
.toggle {
    width: 100% !important;
}
.toggle.btn-default, .toggle.btn-primary{
    background-color: #8a8a8a !important;
    border: none!important;
}
.toggle-group .btn-primary{
    background-color: #e4ad51 !important;
    border-color: #bf8c4b !important;
}
.toggle.btn{
    height: 48px!important;
}
.phishing-box{
    padding: 7px 20px!important;
}
.phishing-box .text-dark{
    font-size:14px
}
#display-sending-group{
    width: auto;
    max-width: 200px;
    margin-top: 8px;
}
.group-sort-text {
    margin-bottom: 10px;
    display: flow-root;
}
.group-sort-text span{
    font-size: 13px;
    line-height: 32px;
    margin-right: 5px;
}
.phishing-summary{
    padding-top:30px
}
.add-snd-grp{
    font-size:14px;
    color: #7b7b7b;
    font-weight: 600;
}
.fr-toolbar{
    border-top:none!important;
}
#Insert_Placeholder-1{
    width: 125px;
    font-size: 13px;
}
.f-summary-replay{
    float: right;
}
.replay-video-link{
    padding: 6px 12px;
    font-size: 14px;
}
.show-client-url{
    /* padding: 2px 12px;
    font-size: 14px; */
}

.table-sub-heading-btn{
  margin-right: 5px; 
}

.share-url-btn{
    background-color: #2db6fb;
    color: #FFF;
}
.powered-by-cyberaware img{
    height: 33px;
    margin-right: -25px;
}
.phishing-status{
    width: 195px;
}

/*DATATABLES*/
.dataTables_info{
    font-size: 14px;
}
.dataTables_length{
    width:auto;
    display:inline-block;
}
.dataTables_info{
    width:auto;
    display:inline-block;
    float:right
}
.dataTables_paginate {
    width: 50%;
    display: block;
    margin: 0 auto!important;
    text-align: center!important;
}
#manager-learners-table{
    margin-bottom:30px!important;
    padding-top: 15px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span{
    border-radius:0!important;
    font-size: 14px;
    line-height: 34px;
    padding: 0 10px;
}
.dataTables_filter{
    margin-bottom: 10px;
    width: 100%;
    float: right;
}
.dataTables_filter label{
    width: 100%;
    text-align: center!important;
    line-height: 40px;
    font-size: 14px;
}
.dataTables_filter input{
    width: 85%!important;
    float: right;
    /*     height: 40px; */
}
table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before{
    left: 3%!important;
    top: 1.8em!important;
    border-radius:0!important;
    border: 1px solid #AAA!important;
}
table.dataTable tbody td.select-checkbox, table.dataTable tbody th.select-checkbox{
    padding-left:30px
}
table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after{
    text-shadow:none!important;
    left: 2.5%!important;
    top: 1.5em!important;
}
table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected{
    background-color:#f4f8fb!important;
}
.dataTables_wrapper .select-info{
    display:none!important;
}
.bulk-actions{
    width: 30%;
    float: left;
}
.bulk-actions select{
    height: 40px;
}
#manager-learners-table_wrapper .dt-buttons, #overdue-learners_wrapper .dt-buttons{
    display: block!important;
}
.swal-max-height-holder{
    max-height: 200px;
    overflow-y: scroll;
    padding: 0 15px;
}
.swal-max-height-holder .learner-tag-select label span{
    font-size: 14px;
}
.learner-action-icons a{
    font-size: 20px;
    margin-right: 5px;
}


.sub-options.on-phishing-page{
    height: 70px;
}
.display-by-txt{
    position: absolute;
    right: 36px;
    font-size: 12px;
    text-transform: uppercase;
    top: 4px;
    color: #FFF;
}
.on-phishing-page .phishing-status{
    margin-top: -5px;
    margin-right: 20px;
}

.light-bg.on-phishing-page{
    padding: 20px 0;
}
.light-bg.on-phishing-page .container{
    padding: 0;
}


.text-badge-green {
    background-color: #8cc03e;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: 400;
    font-size: 14px;
    color: white;
}



.bs-Button, .dt-button {
    box-sizing: border-box;
    background-clip: padding-box;
    background: transparent;
    border: none !important;
    -webkit-font-smoothing: antialiased;
    position: relative;
    display: inline-block;
    flex: 0 0 auto;
    padding: 5px 20px 5px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(43,45,80,.1), 0 2px 5px 0 rgba(43,45,80,.08), 0 1px 1.5px 0 rgba(0,0,0,.07), 0 1px 2px 0 rgba(0,0,0,.08), 0 0 0 0 transparent;
    color: #4e566d !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    word-break: keep-all;
    transition: box-shadow .08s ease-in,color .08s ease-in;
    -webkit-appearance: button;
    border: 1px solid #d8d8d8;
}
.bs-Button:hover, .bs-Select select:hover, .dt-button:hover {
    background-color: #fff !important;
    background-image: none !important;
    box-shadow: 0 0 0 1px rgba(43,45,80,.1), 0 2px 5px 0 rgba(43,45,80,.1), 0 3px 9px 0 rgba(43,45,80,.08), 0 1px 1.5px 0 rgba(0,0,0,.08), 0 1px 2px 0 rgba(0,0,0,.08);
    color: #2b2d50 !important;
    text-decoration: none;
}

.a-Button {
    box-sizing: border-box;
    background-clip: padding-box;
    background: transparent;
    border: none !important;
    -webkit-font-smoothing: antialiased;
    position: relative;
    display: inline-block;
    flex: 0 0 auto;
    padding: 5px 20px 5px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(43,45,80,.1), 0 2px 5px 0 rgba(43,45,80,.08), 0 1px 1.5px 0 rgba(0,0,0,.07), 0 1px 2px 0 rgba(0,0,0,.08), 0 0 0 0 transparent;
    color: #4e566d !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    word-break: keep-all;
    transition: box-shadow .08s ease-in,color .08s ease-in;
    text-decoration: none;
}


.a-Button:hover {

    background-color: #fff !important;
    background-image: none !important;
    box-shadow: 0 0 0 1px rgba(43,45,80,.1), 0 2px 5px 0 rgba(43,45,80,.1), 0 3px 9px 0 rgba(43,45,80,.08), 0 1px 1.5px 0 rgba(0,0,0,.08), 0 1px 2px 0 rgba(0,0,0,.08);
    color: #2b2d50 !important;
    text-decoration: none;
}

.dt-button{
    margin-right: 5px;
}



.top-border{
    border-top: 5px solid #00aae6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    min-height: 100px;
}

.bs-Actions-action, .bs-Button, .bs-Checkbox-box, .bs-Control, .bs-Radio-button, .bs-Select select {
    box-shadow: 0 0 0 1px rgba(43,45,80,.1), 0 2px 5px 0 rgba(43,45,80,.1), 0 1px 1.5px 0 rgba(0,0,0,.07), 0 1px 2px 0 rgba(0,0,0,.08), 0 0 0 0 transparent !important;
}

.title-cell{
    font-weight: 500;
}

.table > thead > tr > th {
    border-bottom: 2px solid #f7f8f9;
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after, table.dataTable tbody th.select-checkbox:before, table.dataTable tbody th.select-checkbox:after {
    display: block;
    position: absolute;
    top: 1.2em;
    left: 50%;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
    left: 3%!important;
    top: 1.8em!important;
    border-radius: 20px!important;
    border: 1px solid #AAA!important;
}

table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 20px;
}

.modal-bottom-buttons {
    height: 15px;
}

body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 200px;
    text-align: center;
}

.active-dot{
    height: 10px;
    width: 10px;
    background-color: #8ac13e;
    border-radius: 5px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 5px;
}

.inactive-dot{
    height: 10px;
    width: 10px;
    background-color: #ff7f7e;
    border-radius: 5px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 5px;
}

.top-tab {
    background-color: #8ac13e;
    display: inline-block;
    padding: 10px 15px 14px 15px;
    margin-top: 22px;
}

.top-tab a {
    color: white !important;
    text-decoration: none;
    font-size: 14px
}

.master-access, .master-access a {
    background-color: #ff7f7d;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.master-access a:hover {
    color: #000 !important;
}


.faq-answer {
    font-size: 16px;
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 10px;
}
.faq-question {
    background-color: #f7f8f9;
    padding: 10px;
    font-weight: 500;
    margin-top: 25px;

}

.faq-active {
    background-color: #eeeeee;
}

.deal-badge {
    display: inline-block;
    min-width: 10px;
    padding: 5px 7px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 5px;
}

.deal-primary{
    background-color: #56b956;
}
.deal-support{
    background-color: #98a6ad;
}
.deal-danger{
    background-color: #ff7e7a;
}

.icon:after:hover{
    text-decoration: none;
}
.icon:before:hover{
    text-decoration: none;
}
.icon:hover{
    text-decoration: none;
}

.table-action-btn:hover{
    text-decoration: none !important;
}

.table-action-btn:active{
    text-decoration: none !important;
}
.table-action-btn:focus{
    text-decoration: none !important;
}

.client-action-icons i {
    padding-right: 5px;
}
.small-label{
    font-size: 14px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
}

.attachment_text {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    padding-top: 10px;
}
.email-content h3{
    border-bottom: solid 2px #EEE;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 20px;
}
.email-content .system-template{
    margin-top: 30px;
}

.risk-report-summary h4{
    margin-bottom: 25px;
}

.risk-report-circle .cyber-risk-score-val{
    font-size: 35px;
}
.cyber-risk-score-val span{
    font-weight: 300;
}
.cyber-risk-score-val span.risk-text{
    font-size: 20px;
    font-weight: normal;
    display: block;
    line-height: 0px;
    color: #666;
}
.card-box-grey{
    background-color: #EEE;
    padding: 0 40px;
    line-height: 100px;
    height: 100px;
    text-align: center;
}
.card-box-grey span{
    font-size: 60px;
    opacity: 0.75;
    display: inline-block;
}
.card-box-grey div{
    display: inline-block;
    line-height: 100px;
    vertical-align: top;
    margin-left: 30px;
    font-size: 30px;
    color: #666;
}
.learners-summary .tabs li.tab a:hover, .learners-summary .tabs li.tab a:focus{
    border:none
}
.tabs li.tab a.active{
    /*color: #ffffff !important;*/
    /*background: #2db6fb;*/
}
.learners-summary .tab a span{
    position: absolute;
    top: -10px;
    margin-left: 4px;
    font-weight: normal;
    font-size: 12px;
}

.learner-summary-tables .table tr th, .learner-summary-tables .table tr td{
    text-align:center
}

.learner-summary-tables .dataTables_filter input{
    width: 100%!important;
}
.iconbox .fa{
    color: #FFF!important;
}
.leaderboard-table thead th{
    font-size:13px;
    font-weight:bold;
}
.leaderboard-table tbody th{
    font-size:13px;
}

#course-summary .neg-result, #active-learners .neg-result{
    color: #ff7e7a
}
#active-learners .pos-result{
    color: #56b956
}
#partner-support-form label{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.date-active{
    display:none
}
.date-active span{
    display: block;
    width: 100%;
    font-size: 12px;
    text-align: center;
}
.phish-free-info{
    height: 100px;
    line-height: 70px;
}
.selection-display{
    margin-top: 5px;
    font-size: 14px;
    font-weight: 600;
}
.selection-display span{
    font-weight: 300;
}
.force-send{
    margin-top: -15px;
}
.phish-edit-sym:before{
    content: "\f040";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    z-index: 999;
    margin: 8px 0 0 17px;
}

.mp-edit-area{
    z-index: 100;
    position: relative;
}
.marketplace-edit-options {
    margin-top: 0;
    background: #dadada;
    display: none;
    z-index: 99999;
    margin-bottom: 10px;
    position: relative;
    padding: 0;
    width: 100%;
    min-height: 50px;
}
.mp-edit-area .m-block, .mp-content-area .m-block{
    display:block;
    width:100%;
    padding-left: 10px;
}
.marketplace-edit{
    display: none;
    position: relative;
    z-index: 100;
    margin-left: 15px;
    margin-right: 15px;
}
.marketplace-edit-form {
    margin-bottom: 50px;
    background: #ffffff;
    padding: 0 20px 20px;
}
.mp-content-area{
    width: 100%;
}
.m-content{
    margin-bottom:10px
}
.mp-menu-btn {
    background: #9e9e9e;
    border-radius: 0 0 50% 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #FFF;
    cursor: pointer;
    z-index: 1;
}
.mp-new-area{
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ffffff;
    margin: 0px 15px 0 15px;
}
.mp-new-area:hover{
    /*     background-color: #eeeeee; */
    color: white !important;
}
.new-listing{
    font-size: 30px;
    text-decoration: none !important;
    color: #333;
}
.new-listing:hover{
    text-decoration: none;
}
.new-listing:active{
    text-decoration: none;
}
.new-listing span{
    font-weight: 300;
    font-size: 18px;
    line-height: 42px;
}
.new-listing i{

}
.default-listing{
    margin-top:15px;
}

.show-edit-mp .content{
    margin-bottom:20px
}
.mp-with-logo{
    padding-left: 0;
    padding-right: 0;
}
.table-actions-bar .table-action-btn span{
    font-size: 15px;
    line-height: 20px;
    vertical-align: top;
    margin-left: 5px;
}
.table-actions-bar .table-action-btn:hover{
    color: inherit!important;
    border-color: inherit!important;
}
#add-brand .form-group label{
    font-size: 14px;
    font-weight: 600;
}
.user-initials span:hover{
    cursor:default;
}
.user-initials span{
    position: absolute;
    top: -30px;
    right: 32px;
}
.user-initials:hover{
    cursor:pointer;
}
.navbar-right .dropdown-menu {
    right: 25px;
}
.dropdown-toggle hr{
    margin: 5px 0;
    border-color: rgba(255,255,255,0.3);
}
.p_included{
    display: block;
    text-align: left;
    font-size: 13px;
    margin-top: 5px;
    padding-left: 10px
}

.p_included.not_inc{
    color: #AAA;
}
.p_completed{
    display: block;
    text-align: right;
    font-size: 13px;
    margin-top: 5px;
    color: #AAA;
    padding-right: 10px;
}



.ca-input {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #dadada;
    height: 50px;
    border-radius: 0px;
}


.ca-area {
    border: 1px solid #dadada;
    box-shadow: none;
    border-radius: 0px;
}


.ca-area:focus {

    /* 	    background-color: #eeeeee; */
    border: 1px solid #8bc13e;
    box-shadow: none;

}


.modal-inputs {
    padding: 0px;
}



.poster-filters {
    padding: 20px;
    background: white;
    margin-bottom: 20px;
    line-height: 25px;
    padding-bottom: 10px;
}

.portfolioFilter a {
    text-decoration: none !important;
    margin-right: 5px;
    margin-bottom: 10px;
}

.thumb {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 10px;
}

.feature-desc {
    display: block;
    font-size: 14px;
}

.feature-heading {
    display: block;
    font-weight: 600;
}

.feature-button {
    padding-top: 25px;
}

.phish-template-heading {
    background-color: #eeeeee;
    padding: 10px;
    color: dimgrey;
    font-size: 18px;
}

.onboarding-links {
    width: 50%;
    display: inline;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 500;
}

.onboarding-links a {
    color: #333 !important;
    text-decoration: none;

}
.onboarding-links i {
    color: #333 !important;
    text-decoration: none;
    padding-right: 5px

}

.onboarding-desc {
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 15px;
    margin-top: 25px;
    padding-top: 10px;
    border-top: 1px solid #eceded;
}

.onboarding-answer{

    position: absolute;
    right: 30px;
    top: 25px;
}


.kb-article {
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 300;
}

.kb-article a {
    color: #333 !important;
    text-decoration: none;
}

.kb-article a:hover {
    color: #9ddc27 !important;
}


.kb-title {
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
}

.btn-kb {
    border: 1px solid #dfe4e9;
    color: #333333;
    background-color: #f7f8f9;
    width: 50%;
    margin-top: 15px;
}

.kb-cat-head h2 a{
    text-align: left !important;
    font-weight: 800 !important;
    font-size: 30px;
    color: #333333 !important;
}
.btn-kb {
    color: #333333;
    background-color: #f7f8f9;
    width: 50%;
    margin-top: 15px;

    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    border: #c7c7c8 1px solid;
}

.cat-sums{
    margin-bottom: 25px;
}
.kb-article {
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 300;
}

.kb-article a {
    color: #333 !important;
    text-decoration: none;
    font-weight: 300 !important;
}

.kb-article a:hover {
    color: #9ddc27 !important;
}


.kb-title {
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
}
.cat-page-articles{
    margin-bottom: 5px;
}
.dash-h4{
    margin-bottom: 20px;
    background-color: #eeeeee;
    padding: 20px;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
}

.dataTables_filter input {
    width: 100%!important;
}

.select-right{
    text-align-last: right !important;
}

.btn-resources.demo-msg{
    color: rgba(51, 51, 51, 0.5);
}

/* EDIT CLIENT NEW */
.ec-title{
    background: #DDDDDD;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin-top:15px
}
.ec-heading{
    display: inline-block;
    width: 89%;
}
.ec-toggle{
    /* display: inline-block;
    width: 10%;
    cursor: pointer;
    text-align: right; */
    
    display: inline-block;
        /* width: 10%; */
        cursor: pointer;
        text-align: left;
    
}
.ec-toggle .fa{
    color: #232323!important;
    font-weight: bold;
    cursor: pointer;
}
.ec-holder{
    height: auto;
    padding: 15px;
}

.custom-modal-text .ec-title:first-child{
    margin-top:0
}
.ec-holder .feature-button{
    padding-top: 10px;
}
#ec-client-name{
    color: rgba(255, 255, 255, 0.5);
    margin-left: 10px;
}
.demoAutoFill{
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 80px;
    z-index: 9999999;
    height: 50px;
    cursor: default;
}
.demoAutoFill i{
    color: rgba(255,255,255,0.5)!important;
}

.page-container h1 {
    margin-bottom: 8px;
    color: #484e54;
    font-weight: 200;
    font-size: 2.25rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
}
.ProseMirror p {
    margin-bottom: 12px;
    font-size: 1.125rem;
}
.ProseMirror>:not(table), .ProseMirror>ol, .ProseMirror>ul {
    width: 100%;
    max-width: 700px;
    margin-right: auto!important;
    margin-left: auto!important;
}
.ProseMirror>ol, .ProseMirror>ul {
    margin-bottom: 16px;
}
.ProseMirror ol li, .ProseMirror ul li {
    position: relative;
    list-style-type: none;
}
.ProseMirror img {
    display: block;
    width: auto;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    max-width: stretch;
    padding: 0 1px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.6;
    cursor: default;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    border-radius: 3px;
}
.ProseMirror img {
    font-size: 1.125rem;
}
.ProseMirror h2 {
    margin-top: 36px;
    margin-bottom: 12px;
    font-size: 1.125rem;
}


.box-shadow {
    box-shadow: 0 6px 24px -10px rgba(0,0,0,.3);
}

.left-menu-active {
    color: #333333 !important;
    font-weight: 600;
    padding-left: 16px !important;
}



a.left-menu-item {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: block;
    border-bottom: 1px solid #dadada;
    background-color: white;
    color:  #a5a5a5 ;
    cursor: pointer;
    line-height: 25px;
}

a.left-menu-item:hover {
    color: #3d4046 !important; 
}


.transition-color {
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    transition-property: color;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}


.left-menu-item i {
    /* color: #d8d8da !important;  */
    padding-right: 10px;
    font-size: 20px;
}




.right-heading-content {
    display: block;
    border-bottom: 1px solid #e5e6e9;
    background-color: white;
    padding: 15px;
}

.btn-custom.btn-info, .btn-custom.btn-info:active, .btn-custom.btn-info:visited, .btn-custom.btn-info:focus {
    color: #a5a5a5 !important;
    /* new design */
    border: none !important;
    border-radius: 0px !important;

    border-color: #a5a5a5 !important;
    background-color: #FFFFFF !important;
}



.right-menu-padding {
padding-top: 20px;
}

.tabs li.tab a {
    height: fit-content;
}

.tab-menu-new {
    display: inline;
    padding-right: 25px;
    line-height: 34px;
    font-weight: 600;
}

.filter-head {
    width: 149px;
    display: inline-block;
    font-size: 16px;
    color: #727272;
}