.loader {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0);
    z-index: 9;
}

.loader img {
    position: absolute;
    left: 50%;
    margin-left: -65px;
    width: 130px;
    height: 130px;
    top: 50%;
    margin-top: -65px;
    display: block;
    overflow: hidden;
    z-index: 999;
    background: rgba(0, 0, 0, .5);
    padding: 38px;
    border-radius: 10px;
}

.has-error .help-block {
    color: #e20400;
    text-align: left;
    font-size: 12px;
}

.table-footer {
    float: left;
    width: 100%;
}

.table-footer .DT-label {
    float: left;
    margin-top: 28px;
}

.table-footer .DT-pagination {
    float: right;
}

.pagination>li>a,
.pagination>li>span,
.pagination>li>span a {
    color: #303030;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #303030;
}

.dashboard-box-nextstep {
    padding-left: 110px;
}

@media(max-width: 500px) {
    .dashboard-box-nextstep {
        padding: 30px;
    }
    .step-title-circle-wrapper {
        display: none;
    }
}

.step-title-circle-wrapper {
    position: absolute;
    width: 100px;
    height: 100px;
    margin-left: -110px;
    margin-top: -10px;
}

.step-title-circle {
    width: 100px;
    height: 100px;
    background: #f9c774;
    border: 5px solid #f8b260;
    border-radius: 50%;
    text-align: center;
    padding-top: 3px;
    box-sizing: border-box;
}

.step-title-circle div {
    color: white;
    font-size: 12px;
}

.step-title-circle div.step-title-circle-step {
    font-size: 66px;
    font-weight: 600;
    margin-top: -22px;
}

.step-title-circle-6 div.step-title-circle-step,
.step-title-circle-8 div.step-title-circle-step {
    margin-top: 3px;
}


.dashboard-box-didyouknow .box-secondary-inner {
    background: url('../../img/didyouknow-microbes.png') no-repeat;
}

.dashboard-steplist {
    padding: 10px;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    padding-top: 20px;
    z-index: 0;
}

@media(max-width: 1000px) {
    .dashboard-steplist {
        padding-top: 10px;
    }
}

.steplist-fade-top,
.steplist-fade-bottom {
    height: 50px;
    width: 100%;
    z-index: 2;
    position: absolute;
}

.steplist-fade-top {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f1f3+1,f0f0f3+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(240, 241, 243, 1) 0%, rgba(240, 241, 243, 0.99) 1%, rgba(240, 240, 243, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(240, 241, 243, 1) 0%, rgba(240, 241, 243, 0.99) 1%, rgba(240, 240, 243, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(240, 241, 243, 1) 0%, rgba(240, 241, 243, 0.99) 1%, rgba(240, 240, 243, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f1f3', endColorstr='#00f0f0f3', GradientType=0);
    /* IE6-9 */
}

.steplist-fade-bottom {
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f0f3+0,f0f1f3+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(240, 240, 243, 0) 0%, rgba(240, 241, 243, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(240, 240, 243, 0) 0%, rgba(240, 241, 243, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(240, 240, 243, 0) 0%, rgba(240, 241, 243, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f0f3', endColorstr='#f0f1f3', GradientType=0);
    /* IE6-9 */
}

.steplist-steps {
    padding-top: 20px;
    padding-bottom: 20px;
}

#UserKitProfileConsent {
    float: left;
    margin: 8px 10px 24px 0;
    border: 1px solid red;
}

.content-section {
    float: left;
    width: 100%;
    padding-bottom: 0px;
    position: relative;
}



/* Standard Elements */

.box-standard {
    padding: 20px 20px 20px 110px;
    background: #fbfbfc;
    box-shadow: 5px 5px 20px #e5e6ec;
}

.box-standard h2 {
    color: #000;
    font-size: 38px;
    font-weight: 400;
    padding-bottom: 32px;
}

.box-secondary {
    background: #44525e;
}

.box-secondary .h2-pretitle {
    color: #dead43;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 12px;
}

.box-secondary .column-left-300 {
    border-right: 1px dashed rgba(255, 255, 255, .3);
}

.box-secondary h2 {
    color: white;
    font-size: 32px;
    line-height: 44px;
    font-weight: 200;
}

.box-secondary p {
    color: rgba(255, 255, 255, .6);
    font-size: 16px;
    line-height: 26px;
}

@media(max-width: 1100px) {
    .box-secondary .column-left-300 {
        border-right: 0;
    }
}

.list-bulleted {
    padding-left: 30px;
}

.list-bulleted li {
    padding-bottom: 14px;
}

.steplist {
    position: relative;
    margin-top: 15px;
}

.steplist-line {
    height: 100%;
    width: 4px;
    background: #dddde3;
    position: absolute;
    left: 12px;
    z-index: 1;
}

.steplist-step {
    padding: 6px 0;
    position: relative;
    z-index: 5;
}
.steplist-step a {
    color: #8f8f8f;
}

.steplist-step-bullet {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    float: left;
    text-align: center;
    margin-right: 24px;
    color: white;
}

.steplist-step-bullet .fa-check {
    margin-top: 4px;
    display: block;
    font-size: 14px;
}

.steplist-step-bullet .fa-chevron-right {
    margin-top: 5px;
    margin-left: 3px;
    display: block;
    font-size: 14px;
}

.steplist-step-bullet .steplist-number {
    margin-top: 3px;
    color: white;
    font-size: 12px;
    font-weight: 500;
}

.steplist-step-bullet-finished {
    background: #91b33f;
    border: 3px solid #c9d7a6;
}

.steplist-step-bullet-current {
    background: #f9c774;
    border: 3px solid #f8b260;
}

.steplist-step-bullet-numbered {
    background: #adb8c2;
    border: 3px solid #dddde3;
}

.steplist-step.current {
    font-weight: bolder;
}

.kits-nav {
    float: right;
}
.kits-nav .navbar-nav {
    float: none;
    text-align: left;
}

.kits-nav .navbar-nav>li {
    margin: 0px 0 0 0px;
    float: left;
    display: inline-block;
    padding: 0 0px;
    position: relative;
}

.kits-nav .navbar-nav>li>a {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    padding: 5px 10px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-transform: uppercase;
    height: auto;
    margin-left: 30px;
}
.kits-nav .navbar-nav>li>a.round-btn {
    margin-top: -2px;
    color: #ffffff;
}

.kits-nav .navbar-nav>li>a:hover {
    background: transparent;
    color: #f1b758;
    font-weight: 600;
}

.kits-nav .navbar-nav>li.active>a {
    background: transparent;
    color: #f1b758;
    font-weight: 600;
}

.kits-nav .navbar-nav li .sub-menu {
    position: absolute;
    width: 256px;
    right: 0px;
    background: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 1px 4px 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 4px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: ease-in-out all 0.5s;
    -o-transition: ease-in-out all 0.5s;
    transition: ease-in-out all 0.5s;
    padding: 0px;
    margin: 0px;
    top: 80px;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}

.kits-nav .navbar-nav li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 44px;
}

.kits-nav .navbar-nav li .sub-menu li {
    display: block;
    width: 100%;
    float: left;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.kits-nav .navbar-nav li .sub-menu li a {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    border-radius: 0;
    padding: 8px 10px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-bottom: 1px solid #cccccc;
    text-transform: inherit;
    float: left;
    width: 100%;
    text-align: center;
}

.kits-nav .navbar-nav li .sub-menu li a.active {
    color: #f1b758;
}

.kits-nav .navbar-nav li .sub-menu.sub-menu-user li a {
    text-align: left;
}

.kits-nav .navbar-nav li .sub-menu.sub-menu-user {
    width: 180px;
}

.kits-nav .navbar-nav li .sub-menu.sub-menu-user li a i {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
    width: 20px;
    text-align: center;
}

.kits-nav .navbar-nav li .sub-menu li a:hover,
.kits-nav .navbar-nav li .sub-menu li a:focus {
    color: #f1b758;
}

.kits-nav .navbar-nav li .sub-menu li:last-child a {
    border-bottom: 0px solid #cccccc;
}


.common-img-center .user-img {
    border: 2px solid #f9c774;
    max-width: 150px; 
    width: 100%;
}

.add-user-page .add-user-heading{
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.add-user-page .a-u-box{
    float: left;
    width: 100%;
    background: #ffffff;
    padding: 30px 10px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    text-align: center;
}
.add-user-page .a-u-box .title{
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    color: #303030;
    margin-bottom: 20px;
}
.add-user-page .a-u-box .round-btn{
    margin-top: 0px;
    border: 0px;
    outline: none;
}
.add-user-page .a-u-box .round-btn[disabled]{
    opacity: 0.5;
    cursor: not-allowed;
}