/*
override original bootstrap css
--------------------------------------------------
*/
/*promotions*/
.form-group {
    margin-bottom: 10px;
}
.copyright-text {
    color: #fff;
    font-size: 12px;
}
.login-footer div {
    margin: 10px 0;
}
@media (max-width: 767px) {
    .login-links {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .login-links > i {
        font-size: 8px;
        margin-top: 6px;
    }
    /*.login-links a {*/
    /*    text-decoration: inherit;*/
    /*    border-radius: 15px;*/
    /*    color: #fff;*/
    /*    padding: 0;*/
    /*    background-color: inherit;*/
    /*}*/
}
@media (min-width: 768px) {
    .login-links {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }
    .login-links > i {
        font-size: 8px;
        margin-top: 6px;
    }
    /*.login-links a {*/
    /*    text-decoration: inherit;*/
    /*    background-color: #00aeef;*/
    /*    border-radius: 15px;*/
    /*    color: #fff;*/
    /*    padding: 5px 10px;*/
    /*}*/
}
/*.login-links a:hover {*/
/*    color: #00aeef;*/
/*    background-color: #fff;*/
/*    border-color: #00aeef;*/
/*}*/
.heading-login {
    font-size: x-large;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.heading-login div{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    color: inherit;
}
.mainbox .panel .panel-heading .panel-title {
    text-transform: uppercase;
    font-weight: 700;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #7e0d0b;
}
.alert.alert-info a {
    color: #3e6cdc;
}
.promo .panel .panel-heading h4 {
    margin: 0;
}
.panel p, .panel p small {
    color: #686868;
}
.promo {
    min-width: 325px;
    text-align: center;
    display: inline-block;
}
.btn-primary.disabled:hover {
    background-color: #b8b8b8;
}
@media (max-width: 420px){
    .promo {
        min-width: 300px;
        text-align: center;
        display: inline-block;
    }
}
.promo-detail {
    float: right;
    background-color: #e8e8e899;
    padding: 5px;
}
.promo .panel .panel-body {
    background: url("/app/img/promo.png") no-repeat;
    background-size: contain;
}
/*new blue theme to align with ncheck.net*/
small {
    color: #eaeaea;
}
.panel-footer {
    color: #6e6e6e;
}
.header-title {
    color: #fff;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0 auto -webkit-focus-ring-color;
}
.btn-full-width {
    width: 100%;
}
.prod-title {
    font-family: fantasy;
    font-size: 20px;
    margin-top: 0;
    letter-spacing: 3px;
    margin-left: 60px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #d5d5d5;
    border: 1px solid #ddd;
    border-bottom-color: #0000;
}
.nav-tabs>li {
    padding: 0px;
    text-transform: uppercase;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.signin-btn {
    color: white;
    margin-bottom: 10px;
    width: 100%;
    text-decoration: none !important;
}

.signin-btn:hover{
    background-color: #fff !important;
}

.google-icon{
    display: inline-block;
    vertical-align: middle;
    padding-right: 8px;
    height: 18px;
}

.google-btn{
    font-family: 'Roboto', sans-serif;
    padding-left: 8px;
    padding-right: 8px;
}

.fa-google {
    background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
  }

.email-signup-btn {
    border-radius: 20px;
    margin-bottom: 10px;
}

.email-signup-btn:hover {
    color: #3e6cdc;
    background-color: #dedede;
}
h3 small {
    color: #eaeaea;
}
.login-btn-top {
    padding-top: 12px;
}
.lang_switch {
    top: 0;
    position: fixed;
    right: 5vw;
}
.iti-flag {
    display: inline-block;
    margin-right: 5px;
}
.lang_switch button {
    border-radius: 0;
}
.no-padding {
    padding: 0 !important;
}
.form-group.input-group.has-error {
    text-align: left;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: none;
    border-radius: 0;
}

.pop-readme {
    height: 70vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .top-margin {
        padding-top: 50px;
    }
    .login-btn-top {
        padding-top: 8px;
    }
}

.lang_change {
    right: 25px;
    position: relative;
    bottom: 25px;
    float: right;
}

.float-right {
    float: right;
}

.navbar-right .dropdown-toggle {
    background-color: transparent;
    margin-top: 2px !important;
    border-bottom: none !important;
}

.panel-success>.panel-heading {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #77cc31;
    font-weight: 600;
}

.panel-body {
    border-radius: 4px;
}

.navbar-right>.btn.btn-outline {
    margin-top: 3px;
}

.notifications {
    float: right;
    margin-left: 7px;
    margin-top: 2px;
}

.notifications .fa-stack {
    color: #bdbdbd;
}

.notifications .fa-stack>.fa-inverse {
    font-size: 14px;
}

.rIcon {
    font-size: 16px;
}

span.pin {
    position: static;
    font-size: 25px;
    padding-right: 5px;
    float: left;
}

.one-month-free {
    width: 125px;
    transform: rotate(10deg);
    float: right;
    margin-top: -70px;
}

@media (max-width: 767px) {
    .one-month-free {
        position: absolute;
        width: 100px;
        right: 20px;
        top: 20px;
        transform: rotate(10deg);
    }
}

@media (max-width: 415px) {
    .one-month-free {
        width: 70px;
        right: 10px;
        top: 10px;
    }
}

@media(max-width: 537px) {
    .one-month-free {
        width: 80px;
        top: 10px;
    }
}

@media (max-width: 299px) {
    .one-month-free {
        width: 60px;
        right: 0;
        top: 0;
    }
}

.r-dismiss {
    font-size: 16px;
}

.r-delete {
    font-size: 16px;
}

.read_n {
    background-color: #e2e2e2;
}

.deleted_n {
    background-color: #d6c28c;
}

@media (min-width: 991px) and (max-width: 1200px) {
    .nav-fix {
        width: 1060px;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .nav-fix {
        width: 1060px;
    }
}

.ncheck-logo-bottom {
    width: 35px;
    display: inline;
    position: absolute;
    margin-left: -40px;
    margin-top: 3px;
}

.company-image {
    text-align: center;
}

.company-image .title-text {
    margin-top: 10px;
}

.card-container.card {
    max-width: 550px;
    padding: 40px 20px;
}
.signup-card-container.card {
    max-width: 991px;
    padding: 40px 20px;
}

.card-container-err.card {
    max-width: 524px;
    padding: 40px 20px;
    background-color: #eaeaea;
    border-radius: 15px;
}

.login-logo {
    max-height: 80px;
}

.role-label {
    display: block;
    position: absolute;
    right: 25px;
    top: 14px;
    font-size: 25px;
}

.role-label-auditor {
    display: block;
    position: absolute;
    right: 23px;
    bottom: 20px;
    font-size: 20px;
}

.card-prod-item {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
    font-weight: 600;
}
.active{
    /*background-color: #5cb85c;*/
    /*color: #fff;*/
}

.card {
     background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    /* -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); */
}

.step-indicator {
    position: absolute;
    right: 0;
    margin-top: 7px;
}

.p-16 {
    font-size: 16px;
}

.fa-3x {
    font-size: 5em;
}

.header-title {
    /*margin-top: 21px;*/
    /*padding-right: 15px;*/
    color: darkseagreen;
}

.background-signup {
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, rgba(235, 247, 242, 0.62) 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, rgba(235, 247, 242, 0.62) 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #FFFFFF 0%, rgba(235, 247, 242, 0.62) 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, rgba(235, 247, 242, 0.62)));
    /* Webkit (Chrome 11+) */
    background-image: linear-gradient(to bottom, #FFFFFF 0%, rgba(235, 247, 242, 0.62) 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #FFFFFF 0%, rgba(235, 247, 242, 0.62) 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: Calc(100vh - 90px);
}

.steps-p {
    height: 100px;
}

.text-on-circle {
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.box>.icon {
    text-align: center;
    position: relative;
}

.box>.icon>.image {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 88px;
    height: 88px;
    border: 8px solid white;
    line-height: 88px;
    border-radius: 50%;
    background: #63B76C;
    vertical-align: middle;
}

.box>.icon:hover>.image {
    background: #333;
}

.box>.icon>.image>i {
    font-size: 36px !important;
    color: #fff !important;
}

.box>.icon:hover>.image>i {
    color: white !important;
}

.box>.icon>.info {
    margin-top: -24px;
    background: rgba(230, 243, 255, 0.51);
    border: 1px solid #dcdcdc;
    padding: 15px 0 10px 0;
}

.box>.icon:hover>.info {
    background: rgba(0, 0, 0, 0.04);
    border-color: #e0e0e0;
    color: white;
}

.box>.icon>.info>h3.title {
    font-family: "Robot", sans-serif !important;
    font-size: 16px;
    color: #222;
    font-weight: 700;
}

.box>.icon>.info>p {
    font-family: "Robot", sans-serif !important;
    font-size: 13px;
    color: #666;
    line-height: 1.5em;
    margin: 20px;
}

.box>.icon:hover>.info>h3.title,
.box>.icon:hover>.info>p,
.box>.icon:hover>.info>.more>a {
    color: #222;
}

.box>.icon>.info>.more a {
    font-family: "Robot", sans-serif !important;
    font-size: 12px;
    color: #222;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

.box>.icon:hover>.info>.more>a {
    color: #fff;
    padding: 6px 8px;
    background-color: #63B76C;
}

.box .space {
    height: 30px;
}

.label-signup {
    display: inline;
    padding: 0em 0.3em 0.1em;
    font-size: 87%;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 400;
}

.bs-example {
    margin-right: 0px;
    margin-left: 0;
    background-color: #f7fdff;
    border-color: #ccc;
    border-width: 1px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px;
}

.bs-calltoaction {
    position: relative;
    width: auto;
    padding: 15px 25px;
    border: 1px solid black;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.bs-calltoaction>.row {
    display: table;
    width: calc(100% + 30px);
}

.bs-calltoaction>.row>[class^="col-"],
.bs-calltoaction>.row>[class*=" col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.cta-contents {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cta-title {
    margin: 0 auto 15px;
    padding: 0;
}

.cta-desc {
    padding: 0;
}

.cta-desc p:last-child {
    margin-bottom: 0;
}

.cta-button {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 991px) {
    .bs-calltoaction>.row {
        display: block;
        width: auto;
    }
    .bs-calltoaction>.row>[class^="col-"],
    .bs-calltoaction>.row>[class*=" col-"] {
        float: none;
        display: block;
        vertical-align: middle;
        position: relative;
    }
    .cta-contents {
        text-align: center;
    }
}

.bs-calltoaction.bs-calltoaction-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.bs-calltoaction.bs-calltoaction-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.bs-calltoaction.bs-calltoaction-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.bs-calltoaction.bs-calltoaction-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.bs-calltoaction.bs-calltoaction-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.bs-calltoaction.bs-calltoaction-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.bs-calltoaction.bs-calltoaction-primary .cta-button .btn,
.bs-calltoaction.bs-calltoaction-info .cta-button .btn,
.bs-calltoaction.bs-calltoaction-success .cta-button .btn,
.bs-calltoaction.bs-calltoaction-warning .cta-button .btn,
.bs-calltoaction.bs-calltoaction-danger .cta-button .btn {
    border-color: #fff;
}

.icon-space {
    padding-right: 5px;
}

.btn {
    text-transform: uppercase;
}

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc);
    width: 50px;
    height: 50px;
    padding: 6px 0 8px 15px;
    background: #fff;
    border: 1px solid #c5c5c5;
    color: #666;
    text-align: center;
    font: 35px Arial, sans-serif;
    display: inline-flex;
    /* margin-top: -1px; */
    /* margin-bottom: 0px; */
    margin-right: 10px;
    float: left;
}

.text-ico {
    padding-right: 10px;
}

.small-ico {
    font-size: 14px !important;
}

.box {
    text-align: center;
}

.hlp-body {
    font-size: 16px;
}

.hlp-head {
    font-size: 28px;
}

.error-btn {
    padding-left: 5px;
    padding-right: 5px;
}

.mainbox {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .col-sm-offset-1 {
        margin-left: 18.333333%;
    }
}

.pointer {
    cursor: pointer;
}

.container-login {
    top: 50px;
}

h1.logo {
    text-align: center;
    margin: 0 0 40px;
}

.nav-link {
    padding: 8px !important;
}

h1.logo a {
    display: inline-block;
    height: 96px;
    width: 69px;
    overflow: hidden;
    background: url("../images/logo.png");
    background-repeat: repeat;
}

.glyph-login {
    font-size: 12px !important;
}

.input-login {
    padding: 5px 10px;
}

.panel-login {
    max-width: 430px;
    margin: 0 auto 20px;
    border-radius: 8px;
}

.navbar-btn {
    margin-top: 13px;
    margin-bottom: 8px;
}

.featurette-heading {
    margin-top: 70px;
}

.bs-callout-info {
    border-left-color: #33ba77 !important;
}

.bs-callout-info h4 {
    color: #1b809e;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.custom-bullet li {
    display: block;
}

.custom-bullet li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #606060;
}

.featurette-divider {
    /*margin: 50px 0;*/
}

.carou-cont-2.left,
.carou-cont-2.right {
    background: #fff0 !important;
}

.carou-ind-2 li {
    border: 1px solid #7d7d7d;
}

.carou-2 {
    height: 500px;
    background-color: #fff !important;
}

.plan {
    background-color: #dfdfdf;
    margin: 0 0 30px 0;
    padding: 20px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.plan-head-inline {
    display: inline
}

.inline-img {
    padding-right: 15px;
}

@media (max-width: 1083px) and (min-width: 767px) {
    .login-input {
        width: 140px !important;
    }
    .login-input-tex {
        width: inherit !important;
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    border-radius: 0;
    /*height: 85px;*/
}

.navbar-brand>img {
    display: inline;
}

.navbar-default .navbar-brand {
    color: rgba(65, 130, 117, 0.41);
    /* text-shadow: 2px 2px hsla(0, 0%, 27%, 0.58); */
}

.navbar-default .navbar-brand {
    color: #fff;
}

@media (max-width: 767px) and (min-width:420px) {
    .navbar-form {
        padding-left: 10%;
        padding-right: 10%;
    }
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        /*height: 60px;*/
    }
}

select#country>option {
    font-size: 14px;
}


/*.btn-primary:hover {
    background-color: #026B52;
    border-color: #055A54;
}

.btn-primary {
    background-color: #327D76;
    border-color: #055A54;
}

.btn.disabled:hover {
    background-color: #327d76;
    border-color: #0d655f;
}

.btn-primary:active {
    background-color: #086952;
    border-color: #024b46;
}

.btn-primary:active:focus {
    background-color: #055341;
    border-color: #07413d;
}*/

.corporate-info {
    font-size: 12px;
}

.corporate-info>a {
    color: white !important;
}

.glyphicon {
    font-size: 20px;
}

.form-control-feedback {
    top: 0;
    right: 0;
}
.input-group .form-control:first-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.error {
    color: #A94442;
}


/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
    min-width: 302px;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.footer {
    /*position: absolute;*/
    margin-top: auto;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: inherit;
    background-color: #a7a7a7;
}


/* Footer new */

.footer {
    z-index: 1001;
    padding: 10px 0;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #DDDDDD;
}

.footer p {
    margin: 0;
}

.footer img {
    max-width: 150px;
}

.footer h3 {
    border-bottom: 1px solid #BAC1C8;
    color: #54697E;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    padding: 40px 0 10px;
    text-transform: uppercase;
}

.footer ul {
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    color: #7F8C8D;
}

.footer ul li a {
    padding: 0 0 5px 0;
    display: block;
}

.footer a {
    color: #ffffff;
}

.container.footer-body {
    padding: 0;
}


/* Custom page CSS
-------------------------------------------------- */


/* Not required for template or sticky footer method. */

body>.container {
    padding: 60px 15px 0;
}

.container .text-muted {
    margin: 20px 0;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}


/*/////////////////////////////////*/

td.button-row {
    display: flex;
}

.modal-form {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn.disabled {
    cursor: auto;
}

.nav-pills {
    padding-top: 45px;
}

.pills-pane {
    padding-right: 0;
}

.tabbar-link {
    margin-left: 5px;
    color: #fff;
}

.tabpane-bordered {
    border-width: thin;
    border-color: #C5B9B9;
    border-style: solid;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 500px;
}

.tabbar-bordered {
    background-color: #fff;
    z-index: 999;
    border-radius: 0 !important;
    background-color: #418275;
}

li.tabbar-bordered {
    margin-top: 10px;
    margin-bottom: 10px;
}

.nav-pills>li>a {
    border-radius: 0;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 15px;
}

.nav-pills>li.active>a {
    border-width: thin;
    border-color: #FFFFFF;
    border-right: none;
    border-style: solid none solid solid !important;
    padding-right: 10px;
    margin-right: -2px;
    background-color: #fff;
    z-index: 999;
    border-radius: 0 !important;
}

.button-line {
    display: inline;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #333;
    background-color: rgb(255, 255, 255);
}

.nav-pills>li {
    border-radius: 5px;
}

.btn-width-90 {
    width: 90px;
}

.left-align {
    text-align: left;
}

.right-align {
    text-align: right;
}

.no-top-margin {
    margin-top: 0px;
}

.admin-page-header {
    margin: 0px 0 20px;
}

.nav-pills>li {
    border-width: thin;
    border-style: solid;
    border-color: #BFBFBF;
    border-radius: 5px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 70%;
    }
}

@media (min-width: 1366px) {
    .modal-dialog {
        width: 50%;
    }
}

.text-muted {
    color: rgb(255, 255, 255);
}

body>.container {
    padding: 20px 15px 0;
}

.page-header {
    border-bottom: 1px solid #B3B3B3;
    margin: 10px 0 20px;
}

.bfh-selectbox {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    margin-bottom: 0;
    margin-top: auto;
    padding-top: 0;
    margin-bottom: 15px;
}

.bfh-selectbox-option {
    height: 30px;
    padding-top: 4px;
}

.bfh-selectbox .bfh-selectbox-toggle .bfh-selectbox-option {
    display: inline-block;
    float: left;
    width: 100%;
    height: 30px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bfh-selectbox .bfh-selectbox-toggle .selectbox-caret {
    margin-top: 13px !important;
}

.bfh-selectbox .bfh-selectbox-options {
    left: 14px !important;
}

.jumbotron {
    background-color: rgba(159, 193, 176, 0.19);
}

.well {
    background-color: rgba(159, 193, 176, 0.19);
}

.panel {
    border: 1px solid rgb(152, 177, 145);
    margin: 0;
    /* border-radius: 0; */
    /* -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 2px rgba(56, 39, 39, 0.46); */
}

.notification-bubble {
    padding-top: 12%;
}

.link {
    font-size: large;
}

.row.centered-form {
    padding-left: 10px;
    padding-right: 10px;
}

.hide_element {
    display: none;
}

.show_block {
    display: block;
}

.navbar-form-options {
    padding-top: 5px;
    font-size: smaller;
    color: #fff !important;
}

.navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-default .navbar-brand {
    color: rgba(65, 130, 117, 0.41);
    /* text-shadow: 2px 2px hsla(0, 0%, 27%, 0.58); */
}

.navbar-form {
    margin-bottom: 0;
    margin-top: 13px;
}

.checkbox-inline {
    padding-top: 0 !important;
    padding-left: 20px;
}

.forgot-password-link {
    color: #fff;
    font-weight: 600;
}
.no-margin {
    margin: 0;
}

.btn-login {
    color: #fff !important;
    border-color: #eee;
    border-width: thin;
    font-weight: 600;
    border-radius: 20px;
    width: 100%;
    text-decoration: none !important;
}

.login_screen_half {
    padding: 30px;
}

.login-page-body {
    top: 50px;
}

.signup-body {
    margin-top: 55px;
    /* margin-bottom: 80px; */
    padding-bottom: 20px;
}

.previous-data {
    padding-left: 15px;
    padding-right: 15px;
}

.inline-item {
    /* padding-left: 5px;*/
    padding-right: 20px;
}

.well-display {
    display: flex;
}

.bg_image {
    background-size: cover;
    background-image: url('images/Signup.png');
    height: 403px;
}

.content_box {
    padding: 10px;
    border-color: #2e6da4;
    background-color: #bce8f1;
    margin-bottom: 10px;
    min-width: 220px;
}

.content_box_row {
    margin-top: 30px;
    padding: 20px;
}

.graph_box_row {
    top: 200px;
    padding: 20px;
    /*margin-top: 200px;*/
}

.graph_box {
    padding: 10px;
    border-color: #ce8483;
    background-color: #98C0CC;
    margin-bottom: 20px;
}

.font_icon {
    font-size: 47px;
    padding-top: 10px;
}

.chart_title {
    font-family: sans-serif;
    font-size: large;
    font-weight: 600;
    text-align: center;
    padding-bottom: 5px;
}

.container_body {
    padding-top: 5px !important;
}

.table_body {
    padding: 20px;
}

.table_title {
    font-family: sans-serif;
    font-size: large;
    font-weight: 600;
    text-align: center;
}

.single_box_row {
    padding-left: 20px;
    padding-right: 20px;
}

.bold {
    font-weight: bold;
}

.message_strip {
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.message_bar {
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
}

.title {
    font-size: large;
    font-weight: 600;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #5bc0de;
    /*padding-right: 0px;*/
    padding: 5px 0 5px 5px;
    text-align: center;
}

.message_bar {
    font-size: medium;
    font-weight: 600;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #bce8f1;
    padding-left: 0;
}

.no_padding_right {
    padding-right: 0;
}

.no_padding_left {
    padding-left: 0;
}


/*////////////////////  MEDIA //////////////////*/

@media (max-width: 991px) {
    .navbar-brand {
        font-family: sans-serif;
        /*font-size: 20px;*/
        /*padding-top: 30px;*/
    }
    .well-display {
        display: block;
    }
}

.navbar-default .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}

hr {
    border-top: 1px solid #8C8C8C;
}

@media (min-width: 991px) {
    .content_box {
        padding: 10px;
        border-color: #2e6da4;
        background-color: #bce8f1;
        margin-bottom: 10px;
        min-width: 220px;
        max-height: 92px;
    }
}

@media (max-width: 767px) {
    .notification-bubble {
        padding-top: 10%;
    }
    .row.centered-form {
        margin-left: 10px;
        margin-right: 15px;
    }
    .no_padding_left {
        padding-left: 15px;
    }
    .no_padding_right {
        padding-right: 15px;
    }
    .navbar-brand {
        font-family: sans-serif;
        /*font-size: 20px;*/
        padding-top: 15px;
    }
    .navbar-form-options {
        padding-top: 10px;
    }
    .form-group {
        padding-bottom: 5px;
    }
}

@media (max-width: 767px) and (min-width:420px) {
    .navbar-form {
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media (min-width: 767px) {
    .navbar {
        height: 60px;
    }
}


/* Notifications */

.navbar-default .dropdown-menu.notify-drop {
    min-width: 330px;
    background-color: #fff;
    min-height: 360px;
    max-height: 360px;
}

.navbar-default .dropdown-menu.notify-drop .notify-drop-title {
    border-bottom: 1px solid #e2e2e2;
    padding: 5px 15px 10px 15px;
}

.navbar-default .dropdown-menu.notify-drop .drop-content {
    min-height: 280px;
    max-height: 280px;
    overflow-y: scroll;
}

.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li {
    border-bottom: 1px solid #e2e2e2;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li:nth-child(2n+0) {
    background-color: #fafafa;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li:after {
    content: "";
    clear: both;
    display: block;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li:hover {
    background-color: #fcfcfc;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li:last-child {
    border-bottom: none;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li .notify-img {
    float: left;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0px 0px 8px 0px;
}

.navbar-default .dropdown-menu.notify-drop .allRead {
    margin-right: 7px;
}

.navbar-default .dropdown-menu.notify-drop .rIcon {
    float: right;
    color: #999;
}

.navbar-default .dropdown-menu.notify-drop .rIcon:hover {
    color: #333;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li a {
    font-size: 12px;
    font-weight: normal;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li {
    font-weight: bold;
    font-size: 11px;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li hr {
    margin: 5px 0;
    width: 70%;
    border-color: #e2e2e2;
}

.navbar-default .dropdown-menu.notify-drop .drop-content .pd-l0 {
    padding-left: 0;
    padding: 10px 0px 5px 12px;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li p {
    font-size: 11px;
    color: #666;
    font-weight: normal;
    margin: 3px 0;
    white-space: pre-line;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li p.time {
    font-size: 10px;
    font-weight: 600;
    top: -6px;
    margin: 8px 0px 0px 0px;
    padding: 0px 3px;
    border: 1px solid #e2e2e2;
    position: relative;
    background-image: linear-gradient(#fff, #f2f2f2);
    display: inline-block;
    border-radius: 2px;
    color: #B97745;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li p.time:hover {
    background-image: linear-gradient(#fff, #fff);
}

.navbar-default .dropdown-menu.notify-drop .notify-drop-footer {
    border-top: 1px solid #e2e2e2;
    bottom: 0;
    position: relative;
    padding: 5px 15px;
}

.navbar-default .dropdown-menu.notify-drop .notify-drop-footer a {
    color: #777;
    text-decoration: none;
}

.navbar-default .dropdown-menu.notify-drop .notify-drop-footer a:hover {
    color: #333;
}

span.badge.notification-badge {
    position: fixed;
    top: 8px;
    display: block;
    left: inherit;
    margin-left: 20px;
}

