body {
    background-color: #f0f0f0;
    font-family: "Open Sans", sans-serif;
}

.container-fluid {
    padding: 0 50px;
}

.navbar-brand {
    font-size: 40px;
}

.navbar {
    border-radius: 0px;
}

.navbar-brand,
.navbar-nav>li>.not-link {
    font-weight: 500;
    color: #515356 !important;
    margin-left: 0 !important;
    line-height: 32px;
    padding: 13px 15px 12px;
}

.connect-page-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 0;
    padding-bottom: 5px;
    line-height: 26px;
}

.connect-height-full {
    padding-bottom: 20px;
    padding-top: 20px;
}

.left-menu a {
    display: block;
    margin: 0;
    padding: 8px 12px;
}

.left-menu a.selected {
    background-color: #f4f4f4;
}

.form-control {
    font-size: 14px;
}

.pwstrength_viewport_progress .progress .progress-bar {
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}

.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

.fancybox-media {
    color: #08c !important;
}

.responsive-accordion-default.responsive-accordion li .responsive-accordion-head {
    background: #E6E6E6 !important;
    color: #08c !important;
}

textarea.form-control {
    resize: vertical;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #73879C;
}


.select2-container--open {
    z-index: 9999999;
}

.login_wrapper {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    position: absolute;
}

.logo {
    padding: 0 35px;
    width: 100% !important;
}

.login_form {
    background: #FFF;
    padding: 25px;
    position: relative;
}

.logo_ingenuiti {
    padding: 40px 40px 0;
}

.login_form h1,
.login_form .text-danger {
    color: #000;
}

.login_content a {
    font-size: 15px !important;
}

.login_form .text-danger {
    color: #F44336;
    font-size: 12px !important;
    margin-bottom: 3px;
}

.login_form .has-error input {
    border-color: #F44336 !important;
}

.connect-logo {
    height: 75px;
}

.ingenuiti-globe {
    height: 30px;
}

.nav-sm .navbar.nav_title a img {
    margin: 0px 0 0 0px;
    height: 40px !important;
}

.nav-sm img.logo_full {
    display: none;
}

.nav-md img.logo_small {
    display: none;
}

.success-message,
.error-message {
    margin-top: 58px;
}

.item .alert {
    max-width: 100% !important;
}

.select2-container {
    width: 100% !important;
}

.tr-heading {
    background-color: #efefef;
}

#modal-large>div>div>div.modal-body>div.x_content {
    float: none!important;
}

.resizable-textarea {
    overflow: hidden;
    word-wrap: break-word;
    resize: horizontal;
    height: 54px;
}

.create-project-form>div>div>div.checkbox>label {
    padding-left: 0!important;
}

footer {
    background-color: #F7F7F7;
    padding: 0 10px;
}

footer a {
    text-decoration: none!important;
    outline: none!important;
    color: #73879C!important
}

.profile_pic img {
    min-height: 56px;
    min-width: 56px;
}

.navbar.nav_title img {
    min-height: 35px;
    min-width: 35px;
}


.tooltip {
    width: auto !important;
    z-index: 1000000;
}

.tooltip-inner {
    max-width: 1000px !important;
    text-align: left;
}

.file-progress-bar {
    transition: width 0.5s;
}


.project-list-titles {
    text-transform: uppercase;
    font-weight: 600;
}

.info-block {
    margin-bottom: 15px;
}

.info-block .project-info-title {
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.info-block table td p:last-child {
    margin-bottom: 0;
}

.project-list-item {
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.project-list-item>.row>div.right-divider {
    border-right: 2px solid #f8f8f8;
}

.padded {
    padding: 15px;
}

.project-list-item .vertical-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.project-list-item h3 {
    font-size: 1.4em;
}

.project-list-item span.project-label {
    text-transform: uppercase;
    padding: .4em .5em;
    font-size: 0.75em;
    color: #fff;
    margin-top: .4em;
}

.connect-page-header span.project-label,
.modal-body span.project-label{
    text-transform: uppercase;
    padding: .4em .5em;
    font-size: 0.50em;
    color: #fff;
    position: relative;
    top: -5px;
    margin-left: 10px;
}

span.project-label-new,
span.project-label-completed,
span.project-label-in_analysis,
span.project-label-quoting,
span.project-label-on_hold,
span.project-label-pending {
    background-color: #607D8B;
}

span.project-label-quoted,
span.project-label-group {
    background-color: #FF9800;
}

span.project-label-in_progress {
    background-color: #4CAF50;
}

span.project-label-cancelled,
span.project-label-not_awarded {
    background-color: #F44336;
}

#project-details-section {
    background-color: #fff;
    border-style: solid;
    border-color: #ddd;
    border-width: 0 1px 1px;
    padding: 15px 25px;
}

.delivery-description {
    padding: 6px 10px;
    font-size: 12px;
    background-color: #f6f6f6;
    margin-top: 5px;
}

.nav h5 {
    text-transform: uppercase;
    font-weight: 600;
    margin: 8px 0;
    font-size: 17px;
}




/** CUSTOM TEMPLATE OVERRIDES **/

a,
a:visited {
    color: #2196F3;
}

a:hover {
    color: #1976D2;
}

.nav_title {
    background: #1565C0;
    height: 60px;
}

.nav_menu {
    background: rgba(0, 0, 0, 0.08);
    border-bottom: 0px;
    margin-bottom: 10px;
    height: 60px;
}

.site_title {
    line-height: 55px;
}

body .container.body .right_col {
    background: #f0f0f0;
}

.left_col {
    background-color: #1976D2;
    background-image: radial-gradient(circle at bottom left, #1565C0, #1976D2);
}

.nav.side-menu>li.active>a {
    background: #1565C0;
}

.left-menu {
    border-right: 1px solid #eee;
    float: left;
    width: 220px;
}

.login_content {
    padding: 0px;
    text-shadow: none;
    min-width: unset;
}

.login {
    background-color: #17304D;
    background-image: url('/images/connect_bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login_content form input[type="text"]:focus,
.login_content form input[type="email"]:focus,
.login_content form input[type="password"]:focus {
    border-color: #2196F3;
}

.login_content form div a {
    margin: 0;
}

.btn-primary,
.btn-default:visited,
.btn-primary:visited {
    color: #fff;
    background-color: #2196F3;
    border-color: #2196F3;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1976D2;
    border-color: #1976D2;
}

a.btn-success,
a.btn-primary,
a.btn-warning,
a.btn-danger,
a.on-dark {
    color: #fff !important;
}

.modal-content {
    border-radius: 0;
    border: 0;
}

.btn {
    border-radius: 0;
}

.img-circle.profile_img {
    padding: 0;
}

.img-circle.profile_img.img-circle {
    border-radius: 0;
}

.user-profile img {
    border-radius: 0;
}

.nav-md .container.body .right_col {
    padding: 15px 30px 0;
}

.nav-md ul.nav.child_menu li:before {
    background: #ccc;
}

.nav-md ul.nav.child_menu li:after {
    border-left-color: #ccc;
}

td span {
    line-height: 1.42857143;
}

#datatable_filter {
    margin-top: 5px;
}

#datatable_filter .input-group {
    margin-bottom: 0px;
}

#create_project_form>div.modal-body>div.container>div>div>span>span>span.select2-selection--single {
    min-height: 32px!important;
}

#create_project_form>div.modal-body>div.container>div>div>span>span>span.select2-selection--single>span.select2-selection__rendered {
    line-height: 22px!important;
}

body.nav-sm .default-project-view-select {
    display: none;
}

.default-project-view-btn {
    display: none;
}

body.nav-sm .default-project-view-btn {
    display: block;
}

div.connect-sub-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

div.connect-sub-nav .sub-con {
    position: relative;
    display: block;
    cursor: pointer;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

div.connect-sub-nav .sub-con a {
    text-align: center !important;
    font-weight: 400;
    font-size: 10px;
    padding: 10px 5px;
    color: #E7E7E7;
    margin-bottom: 6px;
    position: relative;
    display: block;
}

.navbar-nav.navbar-left {
    max-width: 250px;
}

.navbar-nav.navbar-left * {
    width: 100%;
}

.navbar-nav.navbar-left .not-link>* {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}

.dashboard-lists>div>div.x_panel>div>ul.panel_toolbox {
    min-width: 24px!important;
}

.dashboard-lists .x_panel.active_projects {
    border-top: 5px solid #4CAF50;
}

.dashboard-lists .x_panel.inactive_projects {
    border-top: 5px solid #607D8B;
}

.dashboard-lists .x_panel.outstanding_requests {
    border-top: 5px solid #FF9800;
}

.dashboard-lists .x_panel .x_content.count {
    font-size: 28px;
}

.dashboard-project-count>div>div.tile-stats {
    min-height: 184px!important;
}

.comma-separated:hover {
    text-decoration: underline;
}

.comma-separated:not(:nth-child(1)):before {
    content: ", ";
}


.connect-badge {
    position: relative;
}

.connect-badge:after {
    content: attr(data-badge-count);
    position: absolute;
    top: -3px;
    right: -12px;
    background: #f77;
    height: 12px;
    padding: 3px 7px;
    box-sizing: initial;
    font-size: 15px;
    line-height: 12px;
    border-radius: 12px;
    color: #fff;
}

.connect-dropzone.dropzone-highlight {
    box-shadow: 0px 0px 5px 5px rgba(255, 0, 0, 0.5);
}

.glow-go {
    box-shadow: 0px 0px 5px 5px rgba(0, 255, 0, 0.5) !important;
}


.message {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 10px;
    vertical-align: top;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
}

.message>div {
    display: inline-block;
}

.message>div.profile_avatar {
    width: 70px;
    padding-right: 20px;
}

.message .profile {
    width: 50px;
}

#communication .info-block {
    overflow: hidden;
    min-height: 250px;
}

.message_info {
    font-size: 11px;
    font-style: italic;
    margin-top: 5px;
}

.communication-profile {
    height: 45px;
    width: 45px;
}

.message.my_message {
    background-color: #f6f6f6;
}

.message_textarea {
    display: block;
    width: 100%;
    border-radius: 0px;
    border: 1px solid rgb(221, 221, 221);
    margin-bottom: 10px;
    resize: none;
}

.comment-spinner {
    vertical-align: middle;
}

.message-entry {
    position: relative;
    left: 0;
    transition: left 0.5s;
}

.new-message-pre-anim {
    position: relative;
    left: 100%;
}

.list-pager>ul.pagination {
    margin-top: 0!important;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    text-decoration: line-through;
}

.total-row-background {
    background: #FCF8E3;
}

div.alert {
    border-radius: 0 !important;
}

.media .date {
    border-radius: 0;
}

.img-circle.profile_img {
    width: auto;
}

.instructions[name=project_instruction] {
    -ms-overflow-y: auto !important;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-0 {
    margin: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.pointer {
    cursor: pointer;
}

.popover-content {
    white-space: pre-line;
}

.btn-default.fixed:visited {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.starrr a:hover {
    color: #FFD119;
}

.jconfirm-buttons button {
    text-transform: none !important;
}
@media only screen and (min-width: 1128px) {

    .top_nav .navbar-right {
        max-width: 55%;
    }
    .top_nav .navbar-left {
        max-width: 45%;
    }
}


@media only screen and (min-width: 768px) {
    .project-list-item > .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .top_nav .navbar-right {
        width: 55%;
    }
    .top_nav .navbar-left {
        max-width: 35%;
    }
}


@media only screen and (max-width: 800px) {
    .nav_menu .navbar-nav.navbar-left {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .navbar-right .contact-name {
        display: none;
    }



}

@media only screen and (max-width: 540px) {
    .navbar-right .create-project-text {
        display: none;
    }

    #datatable_filter {
        width: 100%;
    }
}