/* homepage navbar */

@media (max-width: 510px) {
    .title-text {
        width: 200px;
        overflow: hidden;
        white-space: nowrap;
    }
}

@media (max-width: 667px) and (min-width: 511px) {
    .title-text {
        width: 250px;
        overflow: hidden;
        white-space: nowrap;
    }
}

@media (max-width: 767px) and (min-width: 666px) {
    .title-text {
        width: 300px;
        overflow: hidden;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .top-margin {
        padding-top: 50px;
    }
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif!important;
    margin-bottom: 0;
    padding-bottom: 0;
    /*font-size: 12px;*/
}

.close_signup {
    color: #9a9a9a;
    float: right;
    margin-top: -30px;
    margin-right: -10px;
}

.ng-cloak {
    display: none;
}

.bullet-inline span {
    padding: 0 3px;
}

.highlight-black {
    background-color: #0000004d;
    border-radius: 5px;
    padding: 4px;
}

.navbar-logo {
    max-height: 45px;
    padding-right: 10px;
}

.navbar-login-sm {
    width: 200px;
    padding: 10px;
    padding-bottom: 0px;
}

.form_section .form-group.has-feedback p {
    text-align: left;
}

.navbar-brand {
    font-family: sans-serif;
    padding-top: 6px;
    float: left;
    height: 60px;
    font-size: 18px;
    line-height: 20px;
    font-size: 20px;
}

.circle-pic {
    position: static;
    left: 0;
    right: -100%;
    top: -145%;
    bottom: -100%;
    margin: auto;
    margin-top: -13px;
    max-width: 35px;
    width: 50px;
    border-radius: 50%;
    -webkit-clip-path: circle(at 50% 50%);
    clip-path: circle(at 50% 50%);
    background-color: transparent;
    border-color: cadetblue;
    margin-right: 10px;
    border-width: thick;
    font-size: 14px;
    font-weight: 600;
    color: white;
    /*background: url('/app/img/sample_user.jpg');*/
    background-size: cover;
}

.circle-success {
    color: #5cb85c;
    border-color: #4cae4c;
}

.circle-info {
    color: #5bc0de;
    border-color: #46b8da;
}

.ico-nav-loc {
    display: inline-block;
    margin-top: -3px;
    margin-left: 5px
}

.fa-stack-nav {
    position: relative;
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    vertical-align: middle;
}

.fa-stack-2x-nav {
    position: absolute;
    left: 0;
    width: 100%;
    font-size: 2.5em;
    text-align: center;
}

.fa-inverse-nav {
    font-size: 21px;
    color: #fff;
}

@media (max-width: 425px) {
    .hidden-mobile {
        display: none !important;
    }
}

@media (min-width: 426px) and (max-width:767px) {
    .hidden-tab {
        display: none !important;
    }
}

.ncheck-intro {
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #277a7b;
}

.navbar-default .navbar-nav>li>a {
    background-color: #f2f2f6;
    color: #545454;
}

.navbar {
    background-color: #f2f2f6;
    box-shadow: none;
    border-color: #3494bd;
}

.navbar-default {
    border-color: #C7C7C7;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.nav-title {
    font-size: x-large;
    font-family: 'Varela Round', sans-serif;
    float: right;
    padding: 7px;
    font-weight: 400;
}

.btn-main {
    display: inline-block !important;
    text-transform: uppercase;
    margin-top: 1rem !important;
    font-size: 14px !important;
}

.dropdown-toggle {
    /* padding: 0 5px !important; */
}

.btn {
    text-transform: uppercase;
}

.modal-title {
    text-transform: uppercase;
}

.dropdown-menu>li>a {
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: inherit !important;
}

.navbar-default .navbar-nav>li>a {
    color: #FFF;
}

.carousel-home {
    margin-bottom: 0;
    margin-top: 50px;
}

.navbar-login {
    width: 340px;
    padding: 10px;
    padding-bottom: 0px;
}

.navbar-login-session {
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.icon-size {
    font-size: 87px;
}

.navbar-default .navbar-nav>li>a {
    color: #F9F9F9;
}

.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

footer-left .img-responsive {
    display: initial;
    max-width: 100%;
    height: auto;
}

.navbar {
    background-color: #f2f2f6;
    box-shadow: none;
    border-color: #3494bd;
}

.navbar-default {
    border-color: #C7C7C7;
}


/* .navbar-right {
    list-style: none;
    margin-top: 13px;
} */


/* @media (max-width: 767px) {
    .navbar-right {
        list-style: none;
        margin-top: 9px;
        margin-right: 12px;
    }
} */

@media (max-width: 561px) {
    .home-container {
        margin-top: 10px;
    }
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #d0d0d0;
    background-color: #0000;
    margin-top: 10px;
    text-transform: uppercase;
    border-bottom: 4px solid #3494bd;
}

.profile-image {
    max-width: 300px;
    max-height: 300px;
    /*min-height: 100px;
    background: url('/app/img/sample_user.jpg');*/
}

.template-image {
    max-height: 130px;
}

.image-container {
    width: 130px;
    height: 100px;
    /*overflow: hidden;*/
    position: relative;
    /*-webkit-clip-path: circle(at 50% 50%);
    clip-path: circle(at 50% 50%);*/
}

.profilepic-container {
    width: 50px;
    height: 75px;
    /*overflow: hidden;*/
    position: relative;
    /*-webkit-clip-path: circle(at 50% 50%);
    clip-path: circle(at 50% 50%);*/
}

.image-container img {
    /*height: 100%;*/
    position: absolute;
    left: -84%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    /*min-height: 100%;
    min-width: 100%;*/
}

.profilepic-container img {
    /* height: 100%; */
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    /*max-height: 40px;*/
    max-width: 40px;
}

.circle-pic-collapse {
    /*margin-top: -35px;
    margin-bottom: -42px;*/
    max-width: 110px;
    max-height: 110px;
    -webkit-clip-path: circle(at 50% 50%);
    clip-path: circle(at 50% 50%);
    background-color: transparent;
    border-color: cadetblue;
    /*margin-right: 10px;*/
    border-width: thick;
    background: url('/app/img/sample_user.jpg');
    background-repeat: round;
    /*width: 150px;*/
    border-radius: 50%;
}

.dropdown-cp {
    margin-top: 0;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.dd-toggle-cp {
    color: #555;
    background-color: rgba(231, 231, 231, 0) !important;
}


/* documentation images */

.nc-docs-caption {
    position: relative;
    margin: 15px 0;
    padding: 39px 19px 14px;
    background-color: white;
    border: 1px solid #DDD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.nc-docs-caption span {
    position: absolute;
    top: -1px;
    left: -1px;
    /* right: 0px; */
    /* bottom: -1px; */
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    background-color: whiteSmoke;
    border: 1px solid #DDD;
    color: #9DA0A4;
    /* width: 100%; */
    text-align: center;
    -webkit-border-radius: 4px 0 4px 0;
    -moz-border-radius: 4px 0 4px 0;
    border-radius: 4px 0 4px 0;
}

.doc-ref {
    font-size: 14px;
    padding-left: 10px;
}


/* modals */

.modal-footer {
    background-color: #f3f3f3;
    color: white;
    border-radius: 0 0 4px 4px;
}

.modal-header {
    background-color: #83c8ce;
    color: white;
    border-radius: 4px 4px 0 0;
}


/* icons */

.modal-ico {
    padding-right: 10px;
}

.icon-space {
    padding-right: 5px;
}

.icon-space-left {
    padding-left: 5px;
}

.glyphicon {
    font-size: 20px;
}

span.glyphicon {
    font-size: 14px;
}

button>i.glyphicon {
    font-size: 10px;
}

.glyph-input-group {
    font-size: 12px;
}

.glyphicon-lg {
    font-size: 4em
}

.feature-icon {
    font-size: 25px;
    text-align: center;
}


/* tel input */

.intl-tel-input {
    width: 100%;
}


/* typography */

.page-header-sub {
    border-bottom: 1px solid #B3B3B3;
    padding-bottom: 9px;
    /* margin: 40px 0 20px; */
}

.no-top-margin-sm {
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.user-selected {
    border: 1px solid #c12929;
}

.wrap-text {
    word-wrap: break-word;
}

.cropArea {
    background: #E4E4E4;
    overflow: hidden;
    /*width:250px;*/
    height: 200px;
}

@media (max-width: 767px) {
    .btn>.fa {
        /* display: none; */
    }
    /* .navbar-brand {
        font-size: 22px;
    } */
    .no-padding {
        padding: 0 !important;
    }
}

@-ms-keyframes bounce_squaresWaveG {
    0% {
        background-color: rgb(0, 0, 0);
    }
    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-webkit-keyframes bounce_squaresWaveG {
    0% {
        background-color: rgb(0, 0, 0);
    }
    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-moz-keyframes bounce_squaresWaveG {
    0% {
        background-color: rgb(0, 0, 0);
    }
    100% {
        background-color: rgb(255, 255, 255);
    }
}