﻿.inbox-conversations-body {
    overflow-y: auto;
    max-height: 70vh;
}

.notifications-inbox-live {
    border-radius: 5px;
    background-color: #b2ef96;
    padding-left: 8px;
}

.unread-show-btn {
    text-align: center;
    display: inline-block;
    width: auto;
    color: #333;
    border: 1px solid #ccc;
    margin-right: 3px;
    line-height: 150%;
    text-decoration: none;
    padding: 6px 12px;
    padding-right: 18px;
    cursor: pointer;
    background-color: #fff;
}

.notifications-inbox-content hr {
    margin-bottom: 10px;
    margin-top: 10px;
}

.inbox-messages {
    overflow-y: auto;
    height: 70vh;
    width: 100%;
    position: absolute;
}

.inbox-container {
    overflow: hidden;
    height: 80vh;
    position: relative;
}

.inbox-body .direct-chat-timestamp {
    font-size: 1vh;
}

.inbox-body .direct-chat-nameLeft,
.inbox-body .direct-chat-name {
    font-size: 1vh;
    font-weight: bold;
}

.inbox-list {
    padding-left: 5px;
    list-style-type: none;
}

    .inbox-list li {
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.inbox-conversation {
    background-color: white;
    border-radius: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.inbox-conversation-unread {
    background-color: #b2ef96;
}

.inbox-conversation-selected {
    background-color: #d2d6de;
}

.notifications-dot-empty {
    visibility: hidden
}

.notifications-dot {
    height: 14px;
    width: 14px;
    padding-top: 3px;
    background-color: #62cb31;
    border-radius: 50%;
    display: inline-block;
    font-size: x-small;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    color: white;
    position: absolute;
    top: 25%;
    right: 0%;
}

/* https://github.com/sweetalert2/sweetalert2/issues/834#issuecomment-359237178 */
.swal2-popup {
    font-size: 1.6rem !important;
}

.preview-document {
    width: 100%;
    height: 600px;
}

.preview-modal-title {
    word-wrap: break-word;
}

.preview-img {
    max-width: 100%;
}

@media(max-width: 768px) {
    .preview-document-scale {
        zoom: 0.45;
        -moz-transform: scale(0.45);
        height: 200vh;
    }

    .preview-modal {
        position: fixed;
        top: -80px;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .preview-modal-body {
        position: relative;
        text-align: center;
        padding: 10px;
        height: 100%;
    }

    .preview-modal-dialog {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .preview-modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
    }
}

@media(min-width: 769px) {
    .preview-modal-body {
        position: relative;
        text-align: center;
        padding: 35px;
    }
}

.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.h-modal-icon {
    font-size: 66px
}

.inmodal .color-line {
    border-radius: 4px 4px 0 0
}

.modal-content {
    border-radius: 5px;
    border: 0;
    box-shadow: 0 0 1px rgba(0,0,0,0.1),0 2px 4px rgba(0,0,0,0.2)
}

.modal-backdrop.in {
    opacity: .4
}

.modal-backdrop {
    position: fixed;
    bottom: 0
}

.modal-dialog {
    margin-top: 80px
}

.modal-title {
    font-size: 30px;
    font-weight: 300
}

.modal-header {
    padding: 40px 30px;
    background: #f7f9fa
}

.modal-body {
    padding: 20px 30px
}

.modal-header small {
    color: #9d9fa2
}

.modal-footer {
    background: #f7f9fa
}

.hmodal-info .color-line {
    background: #3498db
}

.hmodal-warning .color-line {
    background: #ffb606
}

.hmodal-success .color-line {
    background: #62cb31
}

.hmodal-danger .color-line {
    background: #c0392b
}

.hmodal-info h4.modal-title {
    color: #3498db
}

.hmodal-warning h4.modal-title {
    color: #ffb606
}

.hmodal-success h4.modal-title {
    color: #62cb31
}

.hmodal-danger h4.modal-title {
    color: #c0392b
}

.progress {
    border-radius: 2px;
    margin-bottom: 10px
}

.progress-bar {
    background-color: #f1f3f6;
    text-align: right;
    padding-right: 10px;
    color: #6a6c6f
}

.progress-small, .progress-small .progress-bar {
    height: 10px
}

.progress-bar-success {
    border-right: 4px solid #58b62c
}

.progress-bar-info {
    border-right: 4px solid #258cd1
}

.progress-bar-warning {
    border-right: 4px solid #eba600
}

.progress-bar-danger {
    border-right: 4px solid #e43725
}

.full .progress-bar-success {
    background-color: #62cb31;
    border-right: 4px solid #58b62c
}

.full .progress-bar-info {
    background-color: #3498db;
    border-right: 4px solid #258cd1
}

.full .progress-bar-warning {
    background-color: #ffb606;
    border-right: 4px solid #eba600
}

.full .progress-bar-gray {
    background-color: gray;
    border-right: 4px solid gray
}

.full .progress-bar-danger {
    background-color: #e74c3c;
    border-right: 4px solid #e43725
}

.full .progress-bar {
    color: #fff
}

.badge.badge-success {
    background-color: #62cb31
}

.badge.badge-info {
    background-color: #3498db
}

.badge.badge-danger {
    background-color: #e74c3c
}

.badge.badge-warning {
    background-color: #ffb606
}

.badge.badge-primary {
    background-color: #34495e
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #34495e;
    border-color: #34495e
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #e74c3c;
    border-color: #e74c3c
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #3498db;
    border-color: #3498db
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #ffb606;
    border-color: #ffb606
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #62cb31;
    border-color: #62cb31
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff
}

.radio-primary input[type="radio"] + label::after {
    background-color: #34495e
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #34495e
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #34495e
}

.radio-danger input[type="radio"] + label::after {
    background-color: #e74c3c
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #e74c3c
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #e74c3c
}

.radio-info input[type="radio"] + label::after {
    background-color: #3498db
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #3498db
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #3498db
}

.radio-warning input[type="radio"] + label::after {
    background-color: #ffb606
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #ffb606
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #ffb606
}

.radio-success input[type="radio"] + label::after {
    background-color: #62cb31
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #62cb31
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #62cb31
}

.checkbox input:hover, .radio input:hover {
    cursor: pointer
}

.has-warning .form-control, .has-error .form-control, .has-success .form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.has-error .form-control {
    border-color: #d62c1a !important
}

.has-warning .form-control {
    border-color: #d29400 !important
}

.has-success .form-control {
    border-color: #4ea227 !important
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #d62c1a
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #d29400
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #4ea227
}

.spinner {
    margin: 20px auto;
    width: 60px;
    height: 50px;
    text-align: center;
    font-size: 15px
}

    .spinner > div {
        background-color: #62cb31;
        height: 100%;
        width: 8px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1s;
        animation-delay: -1s
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s
    }

@-webkit-keyframes sk-stretchdelay {
    0%,40%,100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%,40%,100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.splash {
    position: fixed;
    z-index: 2000;
    background: white;
    color: gray;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none
}

.splash-title {
    text-align: center;
    max-width: 500px;
    margin: 15% auto;
    padding: 20px
}

    .splash-title h1 {
        font-size: 26px
    }

.vertical-container {
    width: 98%;
    margin: 0 auto
}

    .vertical-container::after {
        content: '';
        display: table;
        clear: both
    }

.v-timeline {
    position: relative;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 2em
}

    .v-timeline::before {
        content: '';
        position: absolute;
        top: 0;
        left: 18px;
        height: 100%;
        width: 4px;
        background: #e8ebf0
    }

.vertical-timeline-content .btn {
    float: right
}

.vertical-timeline-block {
    position: relative;
    margin: 2em 0
}

    .vertical-timeline-block:after {
        content: "";
        display: table;
        clear: both
    }

    .vertical-timeline-block:first-child {
        margin-top: 0
    }

    .vertical-timeline-block:last-child {
        margin-bottom: 0
    }

.vertical-timeline-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    border: 1px solid #eaeaea;
    text-align: center;
    background: #fff
}

    .vertical-timeline-icon i {
        display: block;
        width: 24px;
        height: 24px;
        position: relative;
        left: 50%;
        top: 50%;
        margin-left: -12px;
        margin-top: -9px
    }

.vertical-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: .25em;
    border: 1px solid #eaeaea
}

    .vertical-timeline-content:after {
        content: "";
        display: table;
        clear: both
    }

    .vertical-timeline-content h2 {
        font-weight: 400;
        margin-top: 4px
    }

    .vertical-timeline-content p {
        margin: 1em 0 0 0;
        line-height: 1.6
    }

    .vertical-timeline-content .vertical-date {
        font-weight: 500;
        text-align: right;
        font-size: 13px
    }

.vertical-date small {
    color: #62cb31;
    font-weight: 400
}

.vertical-timeline-content:after, .vertical-timeline-content:before {
    right: 100%;
    top: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.vertical-timeline-content:after {
    border-color: transparent;
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px
}

.vertical-timeline-content:before {
    border-color: transparent;
    border-right-color: #eaeaea;
    border-width: 11px;
    margin-top: -11px
}

@media only screen and (min-width:768px) {
    .vertical-timeline-content h2 {
        font-size: 18px
    }

    .vertical-timeline-content p {
        font-size: 13px
    }
}

.dropdown-menu.hdropdown {
    padding: 0;
    z-index: 1060
}

    .dropdown-menu.hdropdown .title {
        padding: 12px 12px;
        text-align: center;
        border-bottom: 1px solid #eaeaea
    }

    .dropdown-menu.hdropdown li {
        padding: 6px 12px;
        text-align: left;
        background: #fafbfc;
        border-bottom: 1px solid #eaeaea
    }

.dropdown-menu.filedropdown li {
    padding: 6px 6px;
    text-align: left;
    background: #fafbfc;
    border-bottom: 1px solid #eaeaea
}

    .dropdown-menu.filedropdown li i {
        margin-right: 10px
    }

.dropdown-menu.hdropdown.notification li {
    padding: 12px 12px
}

    .dropdown-menu.hdropdown.notification li .label {
        margin-right: 10px
    }

.dropdown-menu.hdropdown li > a:hover, .dropdown-menu.filedropdown li > a:hover {
    background: inherit
}

.dropdown-menu.hdropdown li:hover, .dropdown-menu.filedropdown li:hover {
    background: #f1f3f6
}

.dropdown-menu.hdropdown li.summary {
    padding: 6px 12px;
    text-align: center;
    background: #fff
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .open > a, .navbar-nav .open > a:hover, .navbar-nav .open > a:focus {
    color: inherit;
    background: #f7f8fa;
    border-bottom: 1px solid #eaeaea
}

.color-demo .header-line {
    height: 118px
}

    .color-demo .header-line:after {
        display: block;
        position: absolute;
        top: 0;
        background: rgba(0,0,0,0.2);
        content: '';
        height: 10px;
        width: 100%
    }

.header-line.extreme-color {
    width: 20%
}

.header-line {
    height: 6px;
    width: 10%;
    float: left;
    margin: 0;
    position: relative
}

    .header-line div {
        position: absolute;
        top: 70px;
        left: 15px;
        font-weight: 600;
        color: #fff
    }

        .header-line div span {
            font-weight: 400;
            display: block;
            font-size: 12px;
            color: rgba(255,255,255,0.6)
        }

.btn {
    border-radius: 3px
}

.float-e-margins .btn {
    margin-bottom: 5px
}

.btn-primary.btn-outline {
    color: #34495e
}

.btn-primary2.btn-outline {
    color: #9b59b6
}

.btn-success.btn-outline {
    color: #2CA01C
}

.btn-info.btn-outline {
    color: #3498db
}

.btn-warning.btn-outline {
    color: #ffb606
}

.btn-warning2.btn-outline {
    color: #e67e22
}

.btn-danger.btn-outline {
    color: #e74c3c
}

.btn-danger2.btn-outline {
    color: #c0392b
}

.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
}

.btn-gray {
    background-color: #adb5bd;
    border-color: #adb5bd;
    color: white;
}

/* No, use Bootstrap
 .btn-primary { 
     background-color: #34495e; 
     border-color: #34495e; 
     color: #fff 
 } */

/* Hack to allow us to use Bootstrap 4 conventions until we upgrade to BS4. Remove when upgraded */
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #3f5872;
    border-color: #3f5872;
    color: #fff
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none
}

    .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
        background-color: #293a4a;
        border-color: #293a4a
    }

.btn-primary2 {
    background-color: #9b59b6;
    border-color: #9b59b6;
    color: #fff
}

    .btn-primary2:hover, .btn-primary2:focus, .btn-primary2:active, .btn-primary2.active, .open .dropdown-toggle.btn-primary2 {
        background-color: #a86ebf;
        border-color: #a86ebf;
        color: #fff
    }

    .btn-primary2:active, .btn-primary2.active, .open .dropdown-toggle.btn-primary2 {
        background-image: none
    }

        .btn-primary2.disabled, .btn-primary2.disabled:hover, .btn-primary2.disabled:focus, .btn-primary2.disabled:active, .btn-primary2.disabled.active, .btn-primary2[disabled], .btn-primary2[disabled]:hover, .btn-primary2[disabled]:focus, .btn-primary2[disabled]:active, .btn-primary2.active[disabled], fieldset[disabled] .btn-primary2, fieldset[disabled] .btn-primary2:hover, fieldset[disabled] .btn-primary2:focus, fieldset[disabled] .btn-primary2:active, fieldset[disabled] .btn-primary2.active {
            background-color: #8c49a7;
            border-color: #8c49a7
        }

.btn-success {
    /* background-color: #2CA01C;
    border-color: #2CA01C;
    color: #fff*/
    background-color: #62cb31;
    border-color: #62cb31;
    color: #fff;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        background-color: #74d348;
        border-color: #74d348;
        color: #fff
    }

    .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        background-image: none
    }

        .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success.active[disabled], fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
            background-color: #56b22b;
            border-color: #56b22b
        }

.btn-info {
    background-color: #3498db;
    border-color: #3498db;
    color: #fff
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        background-color: #4ea5e0;
        border-color: #4ea5e0;
        color: #fff
    }

    .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        background-image: none
    }

        .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info.active[disabled], fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
            background-color: #2489cc;
            border-color: #2489cc
        }

.btn-default {
    background-color: #fff;
    border-color: #eaeaea;
    color: #6a6c6f
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        background-color: #fff;
        border-color: #e0e0e0;
        color: #606265
    }

    .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        background-image: none
    }

        .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default.active[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
            background-color: #e4ebee;
            border-color: #e4ebee
        }

.btn-warning {
    background-color: #ffb606;
    border-color: #ffb606;
    color: #fff
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        background-color: #ffbf25;
        border-color: #ffbf25;
        color: #fff
    }

    .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        background-image: none
    }

        .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
            background-color: #e6a300;
            border-color: #e6a300
        }

.btn-warning2 {
    background-color: #e67e22;
    border-color: #e67e22;
    color: #fff
}

    .btn-warning2:hover, .btn-warning2:focus, .btn-warning2:active, .btn-warning2.active, .open .dropdown-toggle.btn-warning2 {
        background-color: #e98e3d;
        border-color: #e98e3d;
        color: #fff
    }

    .btn-warning2:active, .btn-warning2.active, .open .dropdown-toggle.btn-warning2 {
        background-image: none
    }

        .btn-warning2.disabled, .btn-warning2.disabled:hover, .btn-warning2.disabled:focus, .btn-warning2.disabled:active, .btn-warning2.disabled.active, .btn-warning2[disabled], .btn-warning2[disabled]:hover, .btn-warning2[disabled]:focus, .btn-warning2[disabled]:active, .btn-warning2.active[disabled], fieldset[disabled] .btn-warning2, fieldset[disabled] .btn-warning2:hover, fieldset[disabled] .btn-warning2:focus, fieldset[disabled] .btn-warning2:active, fieldset[disabled] .btn-warning2.active {
            background-color: #d26f18;
            border-color: #d26f18
        }

.btn-danger {
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #fff
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        background-color: #ea6557;
        border-color: #ea6557;
        color: #fff
    }

    .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        background-image: none
    }

        .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
            background-color: #e43321;
            border-color: #e43321
        }

.btn-danger2 {
    background-color: #c0392b;
    border-color: #c0392b;
    color: #fff
}

    .btn-danger2:hover, .btn-danger2:focus, .btn-danger2:active, .btn-danger2.active, .open .dropdown-toggle.btn-danger2 {
        background-color: #d24637;
        border-color: #d24637;
        color: #fff
    }

    .btn-danger2:active, .btn-danger2.active, .open .dropdown-toggle.btn-danger2 {
        background-image: none
    }

        .btn-danger2.disabled, .btn-danger2.disabled:hover, .btn-danger2.disabled:focus, .btn-danger2.disabled:active, .btn-danger2.disabled.active, .btn-danger2[disabled], .btn-danger2[disabled]:hover, .btn-danger2[disabled]:focus, .btn-danger2[disabled]:active, .btn-danger2.active[disabled], fieldset[disabled] .btn-danger2, fieldset[disabled] .btn-danger2:hover, fieldset[disabled] .btn-danger2:focus, fieldset[disabled] .btn-danger2:active, fieldset[disabled] .btn-danger2.active {
            background-color: #a73225;
            border-color: #a73225
        }

.btn-link {
    color: inherit
}

    .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link {
        color: #6a6c6f
    }

    .btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link {
        background-image: none
    }

        .btn-link.disabled, .btn-link.disabled:hover, .btn-link.disabled:focus, .btn-link.disabled:active, .btn-link.disabled.active, .btn-link[disabled], .btn-link[disabled]:hover, .btn-link[disabled]:focus, .btn-link[disabled]:active, .btn-link.active[disabled], fieldset[disabled] .btn-link, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:active, fieldset[disabled] .btn-link.active {
            color: #9d9fa2
        }

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s
}

.btn-xs {
    border-radius: 3px;
    font-size: 11px;
    line-height: 1.5;
    padding: 1px 7px
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429
}

    .btn-circle.btn-xs {
        width: 20px;
        height: 20px;
        padding: 4px 8px;
        border-radius: 25px;
        font-size: 10px;
        line-height: 1
    }

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        border-radius: 25px;
        font-size: 18px;
        line-height: 1.33
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        border-radius: 35px;
        font-size: 24px;
        line-height: 1.33
    }

.list .list-item-container {
    float: left
}

.list-item-container div:first-child {
    border-top: 0
}

.list .list-item .list-item-content p {
    margin-bottom: 3px;
    margin-top: 0
}

.list .list-item-date {
    color: #aaa;
    font-size: 10px;
    text-align: center
}

.list .list-item {
    float: left;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #eaeaea
}

.list .list-item-container-small {
    min-width: 80px;
    text-align: center
}

.list .list-item .list-item-content .list-item-right {
    height: 100%;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0
}

.list .list-item .list-item-content h1, .list .list-item .list-item-content h2, .list .list-item .list-item-content h3, .list .list-item .list-item-content h4, .list .list-item .list-item-content h5, .list .list-item .list-item-content h6, .list .list-item .list-item-content .list-item-title {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    margin: 0
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #34495e;
    border-color: #34495e;
    color: #fff !important
}

.list-group-item-heading {
    margin-top: 10px
}

.list-group-item-text {
    margin: 0 0 10px;
    color: inherit;
    line-height: inherit
}

.list-group-item {
    background-color: inherit;
    border: 1px solid #eaeaea;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative
}

.no-padding .list-group-item {
    border-left: none;
    border-right: 0;
    border-bottom: 0
}

    .no-padding .list-group-item:first-child {
        border-left: none;
        border-right: 0;
        border-bottom: 0;
        border-top: 0
    }

.no-padding .list-group {
    margin-bottom: 0
}

.hpanel > .panel-heading {
    color: inherit;
    font-weight: 600;
    padding: 10px 4px;
    transition: all .3s;
    border: 1px solid transparent
}

.hpanel .hbuilt.panel-heading {
    border-bottom: 0
}

.hpanel > .panel-footer, .hpanel > .panel-section {
    color: inherit;
    border: 1px solid #eaeaea;
    border-top: 0;
    font-size: 90%;
    background: #f7f9fa;
    padding: 10px 15px;
}

.profiles .panel-footer {
    padding: 10px 15px;
}

.workspaceFiles .panel-footer {
    padding: 10px 0 15px 0;
}

.hpanel.panel-collapse > .panel-heading, .hpanel .hbuilt {
    background: #fff;
    border-color: #eaeaea;
    border: 1px solid #eaeaea;
    padding: 10px 10px;
    border-radius: 2px
}

.hpanel .panel-body {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    padding: 20px;
    position: relative
}

.hpanel.panel-group .panel-body:first-child {
    border-top: 1px solid #eaeaea
}

.hpanel.panel-group .panel-body {
    border-top: 0
}

.panel-collapse .panel-body {
    border: 0
}

.hpanel {
    background-color: none;
    border: 0;
    box-shadow: none;
    margin-bottom: 25px
}

.panel-tools {
    display: inline-block;
    float: right;
    margin-top: 0;
    padding: 0;
    position: relative
}

.hpanel .alert {
    margin-bottom: 0;
    border-radius: 0;
    border: 1px solid #eaeaea;
    border-bottom: 0
}

.panel-tools a {
    margin-left: 5px;
    color: #9d9fa2;
    cursor: pointer
}

.hlink {
    text-decoration: none;
    border-bottom: none;
    color: #46b8da;
}

    .hlink:hover {
        color: #46b8da;
        text-decoration: underline;
    }

.hpanel.hgray .panel-body {
    border-top: 2px solid gray;
}

.hpanel.hgreen .panel-body {
    border-top: 2px solid #62cb31
}

.hpanel.hblue .panel-body {
    border-top: 2px solid #3498db
}

.hpanel.hyellow .panel-body {
    border-top: 2px solid #ffb606
}

.hpanel.hviolet .panel-body {
    border-top: 2px solid #9b59b6
}

.hpanel.horange .panel-body {
    border-top: 2px solid #e67e22
}

.hpanel.hred .panel-body {
    border-top: 2px solid #e74c3c
}

.hpanel.hreddeep .panel-body {
    border-top: 2px solid #c0392b
}

.hpanel.hnavyblue .panel-body {
    border-top: 2px solid #34495e
}

.hpanel.hbggreen .panel-body {
    background: #62cb31;
    color: #fff;
    border: 0
}

.hpanel.hbgblue .panel-body {
    background: #3498db;
    color: #fff;
    border: 0
}

.hpanel.hbgyellow .panel-body {
    background: #ffb606;
    color: #fff;
    border: 0
}

.hpanel.hbgviolet .panel-body {
    background: #9b59b6;
    color: #fff;
    border: 0
}

.hpanel.hbgorange .panel-body {
    background: #e67e22;
    color: #fff;
    border: 0
}

.hpanel.hbggray .panel-body {
    background: gray;
    color: #fff;
    border: 0
}

.hpanel.hbgred .panel-body {
    background: #e74c3c;
    color: #fff;
    border: 0
}

.hpanel.hbgreddeep .panel-body {
    background: #c0392b;
    color: #fff;
    border: 0
}

.hpanel.hbgnavyblue .panel-body {
    background: #34495e;
    color: #fff;
    border: 0
}

.panel-group .panel-heading {
    background-color: #f7f9fa
}

.small-header .hpanel {
    margin-bottom: 0
}

.small-header {
    padding: 0 !important
}

    .small-header .panel-body {
        padding: 15px 25px;
        border-right: 0;
        border-left: none;
        border-top: 0;
        border-radius: 0
    }

.panel-body h5, .panel-body h4 {
    font-weight: 600
}

.small-header .panel-body h2 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0
}

.small-header .panel-body small {
    color: #838589
}

.hbreadcrumb {
    padding: 2px 0;
    margin-top: 6px;
    margin-bottom: 0;
    list-style: none;
    background-color: #fff;
    font-size: 11px
}

    .hbreadcrumb > li {
        display: inline-block
    }

        .hbreadcrumb > li + li:before {
            padding: 0 5px;
            color: #34495e
        }

    .hbreadcrumb > .active {
        color: #9d9fa2
    }

.wrapper {
    padding: 10px 20px
}

.hpanel.collapsed .panel-body, .hpanel.collapsed .panel-footer {
    display: none
}

.hpanel.collapsed .fa.fa-chevron-up:before {
    content: "\f078"
}

.hpanel.collapsed .fa.fa-chevron-down:before {
    content: "\f077"
}

.hpanel.collapsed.panel-collapse .panel-body {
    border-width: 0 1px 1px 1px;
    border-color: #eaeaea;
    border-style: solid
}

.hpanel.collapsed .hbuilt.panel-heading {
    border-bottom: 1px solid #eaeaea
}

body.fullscreen-panel-mode {
    overflow-y: hidden
}

.hpanel.fullscreen {
    z-index: 2030;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    margin-bottom: 0
}

    .hpanel.fullscreen .showhide {
        display: none
    }

    .hpanel.fullscreen .panel-body {
        min-height: calc(100% - 77px)
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 1px solid #eaeaea;
    border-bottom-color: transparent
}

.nav-tabs {
    border-bottom: 1px solid #eaeaea
}

.tab-pane .panel-body {
    border-top: 0
}

.tabs-left .tab-pane .panel-body, .tabs-right .tab-pane .panel-body {
    border-top: 1px solid #eaeaea
}

.nav-tabs > li a:hover {
    background: transparent;
    border-color: transparent
}

.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
    border-bottom: 0
}

.tabs-left .panel-body {
    position: static
}

.tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
    width: 20%
}

.tabs-left .panel-body {
    width: 80%;
    margin-left: 20%
}

.tabs-right .panel-body {
    width: 80%;
    margin-right: 20%
}

.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: none
}

.tab-content > .active, .pill-content > .active {
    display: block
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #eaeaea
}

    .tabs-below > .nav-tabs > li {
        margin-top: -1px;
        margin-bottom: 0
    }

        .tabs-below > .nav-tabs > li > a {
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px
        }

            .tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
                border-top-color: #eaeaea;
                border-bottom-color: transparent
            }

.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
    float: none
}

    .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
        min-width: 74px;
        margin-right: 0;
        margin-bottom: 3px
    }

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px
}

    .tabs-left > .nav-tabs > li > a {
        margin-right: -1px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px
    }

    .tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
        border-color: #eaeaea transparent #eaeaea #eaeaea;
        *border-right-color: #fff
    }

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px
}

    .tabs-right > .nav-tabs > li > a {
        margin-left: -1px;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0
    }

        .tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
            border-color: #eee #eee #eee #ddd
        }

    .tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover, .tabs-right > .nav-tabs .active > a:focus {
        border-color: #eaeaea #eaeaea #eaeaea transparent;
        *border-left-color: #fff;
        z-index: 1
    }

.tooltip-inner {
    background-color: #34495e
}

.tooltip.top .tooltip-arrow {
    border-top-color: #34495e
}

.tooltip.right .tooltip-arrow {
    border-right-color: #34495e
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #34495e
}

.tooltip.left .tooltip-arrow {
    border-left-color: #34495e
}

.stats h4, h5, h6 {
    margin: 5px 0
}

.stats-title h4 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600
}

.stats-title-pascalcase h4 {
    font-size: 12px;
    font-weight: 600
}

.stats-box div {
    display: inline-block;
    vertical-align: middle
}

.stats-label {
    line-height: 1.2
}

    .stats-label small {
        font-size: 80%;
        line-height: .6
    }

.stats-box-value {
    background: #fff
}

.stats-box-detail {
    background: #34495e;
    color: #fff;
    position: relative
}

.plan-box {
    -ms-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    opacity: .7;
    transition: all .2s ease 0s
}

    .plan-box.active, .plan-box:hover {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

.projects .project-label {
    font-weight: 600
}

.projects .hpanel .panel-body {
    border-bottom: 0
}

.projects .hpanel:last-child .panel-body {
    border-bottom: 1px solid #eaeaea
}

.projects .hpanel:last-child .panel-body {
    border-bottom: 1px solid #eaeaea
}

.projects .hpanel h4 a {
    color: #6a6c6f
}

.projects .project-people img {
    width: 28px;
    height: 28px;
    margin-left: 2px;
    margin-bottom: 4px
}

.projects .project-info {
    text-align: right
}

@media(max-width:768px) {
    .projects .project-info {
        text-align: left
    }
}

.social-board .social-profile img {
    height: 42px;
    width: 42px;
    border-radius: 50%
}

.social-board .social-profile h5 {
    margin-top: 5px;
    margin-bottom: 0
}

.social-board .social-form {
    margin: 10px 0
}

    .social-board .social-form input {
        font-size: 12px;
        padding: 2px 12px;
        height: 28px
    }

.social-talk .social-profile img {
    height: 32px;
    width: 32px;
    border-radius: 50%
}

.social-talk .text-muted {
    color: #aaacae
}

.social-talk {
}

    .social-talk .social-content {
        margin-top: 2px
    }

.blog-box p {
    font-size: 12px
}

.blog-box h4 {
    font-weight: bold;
    margin-top: 0
}

.blog-box .panel-heading {
    background: #fff;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-radius: 2px;
    padding: 10px 20px;
    position: relative;
    font-weight: 500
}

.blog-box .panel-footer {
    color: #909295
}

.blog-box .panel-heading .media-body {
    line-height: 16px
}

.blog-box .panel-heading .media img {
    width: 32px;
    height: 32px;
    border-radius: 50%
}

.blog-box .panel-heading .media-body h5 {
    margin-top: 0
}

.blog-box .panel-image {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    position: relative
}

    .blog-box .panel-image .title {
        position: absolute;
        bottom: 10px;
        padding: 0 20px;
        color: #fff
    }

        .blog-box .panel-image .title h4 {
            margin-bottom: 0
        }

        .blog-box .panel-image .title a {
            color: #fff !important
        }

.blog-article-box .panel-heading {
    background: #fff;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-radius: 2px;
    padding: 80px 10px;
    position: relative;
    font-weight: 500;
    text-align: center
}

    .blog-article-box .panel-heading h4 {
        font-size: 32px;
        font-weight: 700;
        color: #515355
    }

.blog-article-box .panel-body {
    padding: 50px 70px
}

    .blog-article-box .panel-body p {
        font-family: "Times New Roman",Georgia,Serif;
        font-size: 20px;
        line-height: 32px;
        color: #515355
    }

@media(max-width:768px) {
    .blog-article-box .panel-body {
        padding: 10px 20px
    }

        .blog-article-box .panel-body p {
            font-family: "Times New Roman",Georgia,Serif;
            font-size: 16px;
            line-height: 28px
        }

    .blog-article-box .panel-heading {
        padding: 20px 20px
    }
}

.forum-box .panel-body {
    border-bottom: 0
}

    .forum-box .panel-body:last-child {
        border-bottom: 1px solid #eaeaea
    }

.forum-box .forum-heading h4 {
    margin-bottom: 3px;
    font-weight: 600;
    margin-top: 5px;
    display: inline
}

.forum-box .forum-heading .label {
    margin-right: 5px
}

.forum-box .forum-heading .desc {
    color: #909295;
    font-size: 12px
}

.forum-box .panel-heading {
    border: 1px solid #eaeaea;
    border-bottom: 0;
    font-size: 90%;
    background: #f7f9fa;
    padding: 10px 20px
}

.forum-box .forum-info {
    text-align: right;
    line-height: 20px
}

    .forum-box .forum-info .number {
        display: block;
        font-weight: 600;
        font-size: 22px;
        margin-top: 5px
    }

    .forum-box .forum-info span {
        font-size: 12px
    }

.forum-box .panel-body .media-image {
    text-align: center;
    margin-right: 10px;
    min-width: 100px
}

.forum-box .panel-body .media img {
    margin-top: 10px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-bottom: 10px
}

.forum-box .author-info {
    font-size: 12px
}

.forum-box .forum-comments {
    border: 1px solid #eaeaea;
    border-left: none;
    border-right: 0;
    background: #f7f9fa;
    margin-top: 20px;
    padding: 10px 15px
}

    .forum-box .forum-comments .media img {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        margin-top: 0;
        margin-bottom: 10px
    }

    .forum-box .forum-comments form {
        margin-top: 10px
    }

@media(max-width:768px) {
    .forum-box .forum-info {
        text-align: left
    }
}

ul.mailbox-list, ul.h-list {
    list-style: none;
    padding: 0
}

    ul.mailbox-list li a, ul.h-list li a {
        padding: 10px 15px;
        display: block
    }

        ul.mailbox-list li a i, ul.h-list li a i {
            margin-right: 6px;
            display: inline-block
        }

    ul.mailbox-list li.active a, ul.h-list li.active a {
        background: #f7f9fa;
        border: 1px solid #e4e5e7;
        font-weight: 600;
        border-radius: 1px
    }

    ul.mailbox-list li:hover a, ul.h-list li:hover a {
        font-weight: 600
    }

.table-mailbox .radio, .table-mailbox .checkbox {
    margin: 0
}

    .table-mailbox .radio label, .table-mailbox .checkbox label {
        cursor: default
    }

.table-mailbox tr.unread td a {
    font-weight: 600
}

.table-mailbox tr td span.label {
    margin-left: 10px
}

.table-mailbox tr:first-child td {
    border-top: 0
}

.table-mailbox tr td:first-child {
    width: 33px;
    padding-right: 0
}

.mailbox-pagination {
    text-align: right
}

@media(max-width:768px) {
    .mailbox-pagination {
        text-align: left
    }
}

.email-compose .note-editor {
    border: 0
}

    .email-compose .note-editor .note-editable {
        padding: 15px 25px
    }

.email-compose .note-toolbar {
    padding: 5px 15px
}

.note-popover .popover .popover-content > .btn-group, .note-toolbar > .btn-group {
    margin-bottom: 5px
}

.note-editor .note-toolbar {
    background-color: #f7f9fa
}

.contact-panel h3 {
    margin-bottom: 2px
}

    .contact-panel h3 a {
        color: inherit
    }

.contact-panel p {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 0
}

.contact-panel img {
    /*width: 76px;
    height: 76px*/
    max-height: 76px;
}

.contact-footer {
    padding: 0 15px
}

.contact-stat span {
    font-size: 10px;
    font-weight: 500;
    display: block;
    color: #9d9fa2;
    text-transform: uppercase
}

.contact-stat {
    padding: 8px 0;
    text-align: center
}

.contact-panel:hover .panel-body {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: pulse;
    -webkit-animation-name: pulse;
    z-index: 1
}

.hpanel .panel-body.file-body {
    padding: 15px 0;
    text-align: center
}

.file-body i.fa {
    font-size: 38px
}

body.blank {
    background-color: #f1f3f6
}

.narrow-container {
    max-width: 420px;
}

.wide-container {
    max-width: 720px;
}

.external-container {
    margin: auto;
    padding-top: 6%;
    padding-bottom: 6%
}

@media(max-width:420px) {
    .external-container {
        margin: auto 10px
    }
}

.error-container {
    max-width: 620px;
    margin: auto;
    padding-top: 6%
}

.big-icon {
    font-size: 120px
}

.error-container h1 {
    font-size: 44px
}

.back-link {
    float: left;
    width: 100%;
    margin: 10px
}

@media(max-width:620px) {
    .error-container {
        margin: auto 10px
    }
}

@media(min-width:991px) {
    #notes {
        display: block;
        height: auto !important;
        visibility: visible
    }
}

#notes .panel-body:first-child {
    border-top: 0
}

/*.note-content textarea {
    border: 0;
    width: 100%;
    padding: 0;
    min-height: 360px    
}*/

.note-link h5 {
    margin-top: 0
}

.note-link:hover {
    background: #f7f9fa
}

.filter-item {
    margin-bottom: 0
}

    .filter-item .panel-body {
        padding: 10px 20px;
        border-bottom: 0
    }

    .filter-item a {
        color: #6a6c6f
    }

    .filter-item:last-child {
        border-bottom: 1px solid #eaeaea
    }

    .filter-item:hover .panel-body, .filter-item.active .panel-body {
        background: #fafcfd;
        z-index: 100;
        -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.175);
        -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.175);
        box-shadow: 0 2px 3px rgba(0,0,0,0.175)
    }

    .filter-item::selection .panel-body {
        background: #fafcfd
    }

    .filter-item h4 {
        margin-bottom: 5px
    }

.sweet-alert button {
    background-color: #34495e;
    color: white;
    border: 0;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer
}

    .sweet-alert button:focus {
        outline: 0;
        box-shadow: 0 0 2px rgba(128,179,235,0.5),inset 0 0 0 1px rgba(0,0,0,0.05)
    }

    .sweet-alert button:hover {
        background-color: #a1d9f2
    }

    .sweet-alert button:active {
        background-color: #81ccee
    }

    .sweet-alert button.cancel {
        background-color: #d0d0d0
    }

        .sweet-alert button.cancel:hover {
            background-color: #c8c8c8
        }

        .sweet-alert button.cancel:active {
            background-color: #b6b6b6
        }

.sweet-alert p {
    font-size: 14px;
    font-weight: 400
}

.sweet-alert h2 {
    font-size: 26px
}

.sweet-alert {
    padding: 25px;
    box-shadow: 0 0 1px rgba(0,0,0,0.1),0 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 1 px rgba(0,0,0,0.1),0 2 px 4 px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 1 px rgba(0,0,0,0.1),0 2 px 4 px rgba(0,0,0,0.2)
}

.cg-notify-message.homer-notify {
    background: #fff;
    padding: 0;
    box-shadow: 0 0 1px rgba(0,0,0,0.1),0 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.1),0 2px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 1px rgba(0,0,0,0.1),0 2px 4px rgba(0,0,0,0.2);
    border: 0;
    margin-top: 30px;
    color: inherit
}

.homer-notify.alert-warning {
    border-left: 6px solid #ffb606
}

.homer-notify.alert-success {
    border-left: 6px solid #62cb31
}

.homer-notify.alert-danger {
    border-left: 6px solid #c0392b
}

.homer-notify.alert-info {
    border-left: 6px solid #3498db
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
    margin: 10px auto 0
}

#toast-container > .toast-info, #toast-container > .toast-error, #toast-container > .toast-warning, #toast-container > .toast-success {
    background-image: none
}

#toast-container > div {
    background: #fff;
    padding: 20px;
    color: #6a6c6f;
    box-shadow: 0 0 1px rgba(0,0,0,0.1),0 2px 4px rgba(0,0,0,0.2);
    opacity: 1
}

    #toast-container > div:hover {
        box-shadow: 0 0 1px rgba(0,0,0,0.1),0 2px 4px rgba(0,0,0,0.2)
    }

.toast-close-button {
    color: #000;
    opacity: .2
}

.toast-info {
    background: #fff;
    border-left: 6px solid #3498db
}

.toast-success {
    background: #fff;
    border-left: 6px solid #62cb31
}

.toast-warning {
    background: #fff;
    border-left: 6px solid #ffb606
}

.toast-error {
    background: #fff;
    border-left: 6px solid #e74c3c
}

.toast-progress {
    opacity: .6
}

.toast-info .toast-progress {
    background-color: #3498db
}

.toast-success .toast-progress {
    background-color: #62cb31
}

.toast-warning .toast-progress {
    background-color: #ffb606
}

.toast-error .toast-progress {
    background-color: #e74c3c
}

.tour-backdrop {
    opacity: .5
}

.toast-message {
    color: #6a6c6f !important;
}

.fc-state-default {
    background-color: #fff;
    background-image: none;
    background-repeat: repeat-x;
    box-shadow: none;
    color: inherit;
    text-shadow: none
}

.fc-state-default {
    border: 1px solid
}

.fc-button {
    color: inherit;
    border: 1px solid #eaeaea;
    cursor: pointer;
    display: inline-block;
    height: 1.9em;
    line-height: 1.9em;
    overflow: hidden;
    padding: 0 .6em;
    position: relative;
    white-space: nowrap
}

.fc-state-active {
    background-color: #34495e;
    border-color: #34495e;
    color: #fff
}

.fc-header-title h2 {
    font-size: 16px;
    font-weight: 600;
    color: inherit
}

.fc-content .fc-widget-header, .fc-content .fc-widget-content {
    border-color: #eaeaea;
    font-weight: normal
}

.fc-border-separate tbody {
    background-color: #f8f8f8
}

.fc-state-highlight {
    background: none repeat scroll 0 0 #f1f3f6
}

.external-event {
    padding: 5px 10px;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 5px
}

.fc-ltr .fc-event-hori.fc-event-end, .fc-rtl .fc-event-hori.fc-event-start {
    border-radius: 2px
}

.fc-event, .fc-agenda .fc-event-time, .fc-event a {
    padding: 4px 6px;
    background-color: #34495e;
    border-color: #34495e
}

.fc-event-time, .fc-event-title {
    color: #717171;
    padding: 0 1px
}

.ui-calendar .fc-event-time, .ui-calendar .fc-event-title {
    color: #fff
}

.fc-view-container .fc-widget-header {
    background: #f7f8fa
}

.fc-widget-header .fc-day-header {
    padding: 12px 0
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: center
}

.fc-basic-view td.fc-day-number, .fc-basic-view td.fc-week-number span {
    padding: 6px
}

.fc-day-grid-event {
    margin: 2px 6px 0
}

.CodeMirror {
    border: 1px solid #eee;
    height: auto
}

.CodeMirror-scroll {
    overflow-y: hidden;
    overflow-x: auto
}

.flot-chart {
    display: block;
    height: 300px;
    position: relative
}

.flot-chart-content {
    width: 100%;
    height: 100%
}

.stats .flot-chart {
    /*height: 60px*/
    height: 82px
}

.note-editor, .note-editor.note-frame {
    border: 1px solid #eaeaea
}

    .note-editor .note-toolbar {
        border-bottom: 1px solid #eaeaea
    }

    .note-editor .btn-default {
        border-color: #eaeaea
    }

    .note-editor .panel-heading {
        padding: 5px 10px
    }

.airmode .note-editor {
    border: 0
}

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 20px
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none
}

    .dd-list .dd-list {
        padding-left: 30px
    }

.dd-collapsed .dd-list {
    display: none
}

.dd-item, .dd-empty, .dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px
}

.dd-handle {
    display: block;
    margin: 5px 0;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    border: 1px solid #e4e5e7;
    background: #f7f9fa;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

    .dd-handle span {
        font-weight: bold
    }

    .dd-handle:hover {
        background: #f0f0f0;
        cursor: pointer;
        font-weight: bold
    }

.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold
}

    .dd-item > button:before {
        content: '+';
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        text-indent: 0
    }

    .dd-item > button[data-action="collapse"]:before {
        content: '-'
    }

#nestable2 .dd-item > button {
    font-family: FontAwesome;
    height: 34px;
    width: 33px;
    color: #c1c1c1
}

    #nestable2 .dd-item > button:before {
        content: "\f067"
    }

    #nestable2 .dd-item > button[data-action="collapse"]:before {
        content: "\f068"
    }

.dd-placeholder, .dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #e4e5e7;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),-webkit-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);
    background-image: -moz-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),-moz-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);
    background-image: linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);
    background-size: 60px 60px;
    background-position: 0 0,30px 30px
}

.dd-dragel {
    position: absolute;
    z-index: 9999;
    pointer-events: none
}

    .dd-dragel > .dd-item .dd-handle {
        margin-top: 0
    }

    .dd-dragel .dd-handle {
        -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,0.1);
        box-shadow: 2px 4px 6px 0 rgba(0,0,0,0.1)
    }

.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #e4e5e7;
    border-bottom: 2px solid #e4e5e7
}

#nestable-menu {
    padding: 0;
    margin: 10px 0 20px 0
}

#nestable-output, #nestable2-output {
    width: 100%;
    font-size: .75em;
    line-height: 1.333333em;
    font-family: open sans,lucida grande,lucida sans unicode,helvetica,arial,sans-serif;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

#nestable2 .dd-handle {
    color: inherit;
    border: 1px dashed #e4e5e7;
    background: #f7f9fa;
    padding: 10px
}

#nestable2 span.label {
    margin-right: 10px
}

#nestable-output, #nestable2-output {
    font-size: 12px;
    padding: 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.angular-ui-tree-handle {
    background: none repeat scroll 0 0 #f7f9fa;
    border: 1px dashed #eaeaea;
    color: inherit;
    padding: 10px;
    font-weight: normal
}

    .angular-ui-tree-handle:hover {
        font-weight: bold;
        cursor: pointer
    }

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 1px dashed #eaeaea;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.group-title {
    background-color: #687074 !important;
    color: #FFF !important
}

.tree-node {
    background: none repeat scroll 0 0 #f7f9fa;
    border: 1px dashed #eaeaea;
    color: inherit;
    padding: 10px;
    border-radius: 3px
}

    .tree-node .btn {
        min-width: 22px;
        margin-right: 4px
    }

.tree-node-content {
    margin: 5px 5px 5px 0
}

.tree-handle {
    background: none repeat scroll 0 0 #f7f9fa;
    border: 1px dashed #eaeaea;
    color: inherit;
    padding: 10px
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 1px dashed #eaeaea;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.icheckbox_square-green, .iradio_square-green {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url("/images/custom/green.png") no-repeat;
    border: 0;
    cursor: pointer
}

.icheckbox_square-green {
    background-position: 0 0
}

    .icheckbox_square-green.hover {
        background-position: -24px 0
    }

    .icheckbox_square-green.checked {
        background-position: -48px 0
    }

    .icheckbox_square-green.disabled {
        background-position: -72px 0;
        cursor: default
    }

    .icheckbox_square-green.checked.disabled {
        background-position: -96px 0
    }

.iradio_square-green {
    background-position: -120px 0
}

    .iradio_square-green.hover {
        background-position: -144px 0
    }

    .iradio_square-green.checked {
        background-position: -168px 0
    }

    .iradio_square-green.disabled {
        background-position: -192px 0;
        cursor: default
    }

    .iradio_square-green.checked.disabled {
        background-position: -216px 0
    }

@media(-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi) {
    .icheckbox_square-green, .iradio_square-green {
        background-image: url("img/green@2x.png");
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px
    }
}

.ui-sortable .panel-body {
    cursor: move
}

.ui-sortable-placeholder {
    border: 1px dashed #cecece !important;
    visibility: visible !important;
    background: #f7f9fa
}

.ibox.ui-sortable-placeholder {
    margin: 0 0 23px !important
}

.bg-white {
    background-color: #fff
}

.bg-light-soft {
    background-color: #f1f3f6
}

.bg-light {
    background-color: #f7f9fa
}

.border-top {
    border-top: 1px solid #eaeaea
}

.border-bottom {
    border-bottom: 1px solid #eaeaea
}

.border-right {
    border-right: 1px solid #eaeaea
}

.border-left {
    border-left: 1px solid #eaeaea
}

.h-bg-navy-blue {
    background: #34495e
}

.h-bg-violet {
    background: #9b59b6
}

.h-bg-blue {
    background: #3498db
}

.h-bg-green {
    background: #62cb31
}

.h-bg-yellow {
    background: #ffb606
}

.h-bg-orange {
    background: #e67e22
}

.h-bg-red {
    background: #e74c3c
}

.h-bg-red-deep {
    background: #c0392b
}

.text-primary {
    color: #34495e
}

.text-primary-2 {
    color: #9b59b6
}

.text-info {
    color: #3498db
}

.text-success {
    color: #62cb31
}

.text-warning {
    color: #ffb606
}

.text-danger {
    color: #e74c3c
}

.text-white {
    color: #fff
}

.text-gray {
    color: #adb5bd;
}

.p-xxs {
    padding: 5px !important
}

.p-xs {
    padding: 10px !important
}

.p-sm {
    padding: 15px !important
}

.p-m {
    padding: 20px !important
}

.p-md {
    padding: 25px !important
}

.p-lg {
    padding: 30px !important
}

.p-xl {
    padding: 40px !important
}

.m-xxs {
    margin: 2px 4px
}

.m-xs {
    margin: 5px
}

.m-sm {
    margin: 10px
}

.m {
    margin: 15px
}

.m-md {
    margin: 20px
}

.m-lg {
    margin: 30px
}

.m-xl {
    margin: 50px
}

.m-n {
    margin: 0 !important
}

.m-l-none {
    margin-left: 0
}

.m-l-xs {
    margin-left: 5px
}

.m-l-sm {
    margin-left: 10px
}

.m-l {
    margin-left: 15px
}

.m-l-md {
    margin-left: 20px
}

.m-l-lg {
    margin-left: 30px
}

.m-l-xl {
    margin-left: 40px
}

.m-l-n-xxs {
    margin-left: -1px
}

.m-l-n-xs {
    margin-left: -5px
}

.m-l-n-sm {
    margin-left: -10px
}

.m-l-n {
    margin-left: -15px
}

.m-l-n-md {
    margin-left: -20px
}

.m-l-n-lg {
    margin-left: -30px
}

.m-l-n-xl {
    margin-left: -40px
}

.m-t-none {
    margin-top: 0
}

.m-t-xxs {
    margin-top: 1px
}

.m-t-xs {
    margin-top: 5px
}

.m-t-sm {
    margin-top: 10px
}

.m-t {
    margin-top: 15px
}

.m-t-md {
    margin-top: 20px
}

.m-t-lg {
    margin-top: 30px
}

.m-t-xl {
    margin-top: 40px
}

.m-t-xxl {
    margin-top: 50px
}

.m-t-xxxl {
    margin-top: 60px
}

.m-t-n-xxs {
    margin-top: -1px
}

.m-t-n-xs {
    margin-top: -5px
}

.m-t-n-sm {
    margin-top: -10px
}

.m-t-n {
    margin-top: -15px
}

.m-t-n-md {
    margin-top: -20px
}

.m-t-n-lg {
    margin-top: -30px
}

.m-t-n-xl {
    margin-top: -40px
}

.m-r-none {
    margin-right: 0
}

.m-r-xxs {
    margin-right: 1px
}

.m-r-xs {
    margin-right: 5px
}

.m-r-sm {
    margin-right: 10px
}

.m-r {
    margin-right: 15px
}

.m-r-md {
    margin-right: 20px
}

.m-r-lg {
    margin-right: 30px
}

.m-r-xl {
    margin-right: 40px
}

.m-r-n-xxs {
    margin-right: -1px
}

.m-r-n-xs {
    margin-right: -5px
}

.m-r-n-sm {
    margin-right: -10px
}

.m-r-n {
    margin-right: -15px
}

.m-r-n-md {
    margin-right: -20px
}

.m-r-n-lg {
    margin-right: -30px
}

.m-r-n-xl {
    margin-right: -40px
}

.m-b-none {
    margin-bottom: 0
}

.m-b-xxs {
    margin-bottom: 1px
}

.m-b-xs {
    margin-bottom: 5px
}

.m-b-sm {
    margin-bottom: 10px
}

.m-b {
    margin-bottom: 15px
}

.m-b-md {
    margin-bottom: 20px
}

.m-b-lg {
    margin-bottom: 30px
}

.m-b-xl {
    margin-bottom: 40px
}

.m-b-n-xxs {
    margin-bottom: -1px
}

.m-b-n-xs {
    margin-bottom: -5px
}

.m-b-n-sm {
    margin-bottom: -10px
}

.m-b-n {
    margin-bottom: -15px
}

.m-b-n-md {
    margin-bottom: -20px
}

.m-b-n-lg {
    margin-bottom: -30px
}

.m-b-n-xl {
    margin-bottom: -40px
}

.space-15 {
    margin: 15px 0
}

.space-20 {
    margin: 20px 0
}

.space-25 {
    margin: 25px 0
}

.space-30 {
    margin: 30px 0
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden !important
}

body {
    background-color: #fff;
    font-size: 13px;
    color: #6a6c6f;
    margin: 0;
    padding: 0;
    height: 100%
}

#header {
    background-color: #fff;
    display: block;
    height: 62px;
    margin: 0;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #eaeaea
}

#menu {
    width: 180px;
    bottom: 0;
    float: left;
    left: 0;
    position: absolute;
    top: 62px;
    transition: margin .4s ease 0s
}

#wrapper {
    margin: 0 0 0 180px;
    padding: 0;
    background: #f1f3f6;
    border-left: 1px solid #eaeaea;
    transition: margin .4s ease 0s;
    position: relative;
    min-height: 100%
}

.content {
    padding: 25px 40px 40px 40px;
    min-width: 320px
}

.footer {
    padding: 10px 18px;
    background: #fff;
    border-top: 1px solid #eaeaea;
    transition: margin .4s ease 0s;
    position: fixed !important;
    z-index: 10000000000000000000;
    bottom: 0;
    left: 0;
    right: 0
}

/*The ghs copyright footer often obscures content at bottom*/
.room-for-footer {
    margin-bottom: 80px;
}

@media(max-width:768px) {
    .content {
        padding: 15px 15px 15px 15px;
        min-width: 320px
    }
}

.content-boxed {
    max-width: 1100px;
    margin: auto;
    padding-top: 60px
}

#page-header {
    padding: 20px 40px
}

.fixed-navbar #header {
    width: 100%;
    position: fixed;
    z-index: 1000
}

.fixed-navbar #wrapper {
    top: 62px
}

.fixed-sidebar #menu {
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 197px
}

.fixed-sidebar.show-sidebar #menu {
    width: 180px
}

.sidebar-scroll #menu {
    position: fixed
}

.fixed-footer .footer {
    position: fixed;
    z-index: 1001;
    bottom: 0;
    left: 181px;
    right: 0
}

.fixed-footer.hide-sidebar .footer {
    left: 0
}

@media(max-width:768px) {
    .fixed-footer .footer {
        left: 0
    }

    .fixed-footer.show-sidebar .footer {
        left: 181px
    }
}

#right-sidebar {
    background-color: #fff;
    border-left: 1px solid #eaeaea;
    position: fixed;
    top: 0;
    /*width: 260px !important;*/
    width: 350px !important;
    z-index: 1009;
    bottom: 0;
    right: 0;
    display: none;
    overflow: auto
}

    #right-sidebar.sidebar-open {
        display: block
    }

.fixed-small-header .small-header {
    position: fixed;
    top: 62px;
    left: 0;
    right: 0;
    margin-left: 181px;
    z-index: 100
}

.fixed-small-header .content {
    padding-top: 80px
}

.fixed-small-header.hide-sidebar .small-header {
    margin-left: 0
}

.fixed-small-header.page-small .small-header {
    margin-left: 0
}

.fixed-small-header.page-small .content {
    padding-top: 120px
}

.fixed-small-header.page-small.show-sidebar .small-header {
    margin-left: 181px;
    overflow: hidden
}

.boxed {
    background-color: #fff
}

    .boxed .profile-picture {
        background-color: white
    }

    .boxed .boxed-wrapper {
        display: block;
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.55);
        -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.55);
        box-shadow: 0 0 3px 0 rgba(0,0,0,0.55)
    }

.ngHeaderCell {
    border-right: 0;
    border-bottom: 1px solid #eaeaea
}

.ngCell {
    border-right: 0
}

.ngTopPanel {
    background: #fff
}

.ngRow.even {
    background: #f9f9f9
}

.ngRow.selected {
    background: #e5e8ee
}

.ngRow {
    border-bottom: 1px solid #eaeaea
}

.ngCell {
    background-color: transparent
}

.ngHeaderCell {
    border-right: 0
}

.gridStyle {
    border: 1px solid #eaeaea;
    height: 400px
}

.show-grid [class^="col-"] {
    background-color: #f1f3f6 !important;
    border: 1px solid #ddd;
    padding-bottom: 10px;
    padding-top: 10px
}

.show-grid {
    margin: 15px 0
}

.h-100 {
    min-height: 100px
}

.h-150 {
    min-height: 150px
}

.h-200 {
    min-height: 200px
}

.h-300 {
    min-height: 300px
}

.h-400 {
    min-height: 400px
}

.h-500 {
    min-height: 500px
}

.h-600 {
    min-height: 600px
}

.w-xs {
    min-width: 100px
}

.w-sm {
    min-width: 120px
}

.w-m {
    min-width: 140px
}

.w-lg {
    min-width: 160px
}

.w-xl {
    min-width: 180px
}

.w-xxl {
    min-width: 200px
}

.font-light {
    font-weight: 300
}

.font-normal {
    font-weight: 400
}

.font-bold {
    font-weight: 600
}

.font-extra-bold {
    font-weight: 700
}

.font-uppercase {
    text-transform: uppercase
}

.font-trans {
    opacity: .5 !important
}

.text-big {
    font-size: 60px
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 200
}

.color-line {
    background: #f7f9fa;
    height: 6px;
    background-image: -webkit-linear-gradient(left,#34495e,#34495e 25%,#9b59b6 25%,#9b59b6 35%,#3498db 35%,#3498db 45%,#62cb31 45%,#62cb31 55%,#ffb606 55%,#ffb606 65%,#e67e22 65%,#e67e22 75%,#e74c3c 85%,#e74c3c 85%,#c0392b 85%,#c0392b 100%);
    background-image: -moz-linear-gradient(left,#34495e,#34495e 25%,#9b59b6 25%,#9b59b6 35%,#3498db 35%,#3498db 45%,#62cb31 45%,#62cb31 55%,#ffb606 55%,#ffb606 65%,#e67e22 65%,#e67e22 75%,#e74c3c 85%,#e74c3c 85%,#c0392b 85%,#c0392b 100%);
    background-image: -ms-linear-gradient(left,#34495e,#34495e 25%,#9b59b6 25%,#9b59b6 35%,#3498db 35%,#3498db 45%,#62cb31 45%,#62cb31 55%,#ffb606 55%,#ffb606 65%,#e67e22 65%,#e67e22 75%,#e74c3c 85%,#e74c3c 85%,#c0392b 85%,#c0392b 100%);
    background-image: linear-gradient(to right,#34495e,#34495e 25%,#9b59b6 25%,#9b59b6 35%,#3498db 35%,#3498db 45%,#62cb31 45%,#62cb31 55%,#ffb606 55%,#ffb606 65%,#e67e22 65%,#e67e22 75%,#e74c3c 85%,#e74c3c 85%,#c0392b 85%,#c0392b 100%);
    background-size: 100% 6px;
    background-position: 50% 100%;
    background-repeat: no-repeat
}

.opacity-0 {
    opacity: 0
}

.opacity-1 {
    opacity: 1
}

body.modal-open {
    left: 0;
    right: 0;
    padding-right: 0 !important;
    position: absolute;
    height: initial
}

.google-map {
    height: 300px
}

.hr-line-dashed {
    background-color: transparent;
    border-top: 1px dotted #f1f3f6;
    color: transparent;
    height: 1px;
    margin: 20px 0
}

.animated-panel {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

#logo {
    float: left;
    width: 180px;
    background-color: #34495e;
    padding: 4px 10px 0 18px;
    height: 56px;
    text-align: center
}

    #logo img {
        width: 100px;
    }

    #logo span {
        font-weight: 600;
        color: #fff;
        font-size: 14px
    }

    #logo.light-version {
        background-color: #f7f9fa;
        border-bottom: 1px solid #eaeaea;
        text-align: center
    }

        #logo.light-version span {
            font-weight: 600;
            color: #34495e;
            font-size: 14px
        }

.profile-picture {
    padding: 20px 20px;
    text-align: center
}

.label-menu-corner .label {
    font-size: 10px;
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
    right: 18px;
    top: 12px
}

#side-menu {
    background: #f7f9fa
}

    #side-menu li a {
        color: #6a6c6f;
        /* text-transform: uppercase;*/
        font-weight: 700;
        padding: 15px 20px
    }

    #side-menu li {
        border-bottom: 1px solid #eaeaea
    }

        #side-menu li:first-child {
            border-top: 1px solid #eaeaea
        }

        #side-menu li .nav-second-level li a {
            padding: 10px 10px 10px 30px;
            color: #6a6c6f;
            text-transform: none;
            font-weight: 600
        }

        #side-menu li .nav-second-level li.active a {
            background-color: #f7f9fa
        }

        #side-menu li .nav-third-level li a {
            padding: 10px 10px 10px 40px;
            color: #6a6c6f;
            text-transform: none;
            font-weight: 600
        }

    #side-menu.nav > li > a:hover, #side-menu.nav > li > a:focus {
        background: #fff
    }

    #side-menu li.active {
        background: #fff
    }

.arrow {
    float: right
}

.fa.arrow:before {
    content: "\f104"
}

.active > a > .fa.arrow:before {
    content: "\f107"
}

#top-navigation {
    height: 56px;
    position: relative;
    float: left
}

.navbar-static-top {
    margin: 0 0 0 180px
}

.navbar.navbar-static-top a, .nav.navbar-nav li a {
    color: #9d9fa2
}

.header-link {
    padding: 18px 26px 17px 26px;
    font-size: 14px;
    float: left;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    margin-right: 15px;
    background: #f7f9fa;
    cursor: pointer
}

    .header-link:hover {
        background: #f1f4f6
    }

.navbar-nav > li, .navbar-nav > li > a {
    height: 56px
}

    .navbar-nav > li > a {
        padding: 15px 8px;
        font-size: 25px
    }

    .navbar-nav > li:last-child > a {
        padding-right: 35px
    }

.navbar.navbar-static-top .hide-menu {
    color: #9d9fa2
}

.panel-title {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}

.box {
    padding: 40px
}

.box-rb-border {
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea
}

.box-b-border {
    border-bottom: 1px solid #eaeaea
}

.box-r-border {
    border-right: 1px solid #eaeaea
}

body.hide-sidebar #menu {
    margin-left: -180px
}

body.hide-sidebar #wrapper {
    margin-left: 0
}

body.page-small #menu {
    margin-left: -180px
}

body.page-small #wrapper {
    margin-left: 0
}

body.page-small.show-sidebar #menu {
    margin-left: 0
}

body.page-small.show-sidebar #wrapper {
    margin-left: 180px
}

a {
    cursor: pointer;
    color: #34495e
}

    a:hover, a:focus {
        color: #34495e;
        text-decoration: none
    }

.no-padding {
    padding: 0 !important
}

.no-borders {
    border: none !important
}

.no-margins {
    margin: 0 !important
}

.no-background {
    background: transparent !important
}

.borders {
    border: 1px solid #eaeaea !important
}

.navbar-form-custom {
    float: left;
    height: 52px;
    padding: 0;
    width: 180px
}

    .navbar-form-custom .form-control {
        background: none repeat scroll 0 0 rgba(0,0,0,0);
        border: medium none;
        font-size: 13px;
        height: 52px;
        margin: 0;
        z-index: 1060;
        padding: 0
    }

/*  .form-control, .form-control:focus, .has-error .form-control:focus, .has-success .form-control:focus, .has-warning .form-control:focus, .navbar-collapse, .navbar-form, .navbar-form-custom .form-control:focus, .navbar-form-custom .form-control:hover, .open .btn.dropdown-toggle, .panel, .popover, .progress, .progress-bar {
            box-shadow: none
        }*/

.vertical-mid {
    display: table
}

    .vertical-mid * {
        display: table-cell;
        vertical-align: middle
    }

.label-success {
    background-color: #62cb31
}

.label-gray {
    background-color: gray;
    color: white;
}

.well {
    background: #f7f9fa;
    box-shadow: none
}

.feed-activity-list .feed-element {
    border-bottom: 1px solid #e7eaec
}

.feed-element:first-child {
    margin-top: 0
}

.feed-element {
    padding-bottom: 15px
}

    .feed-element, .feed-element .media {
        margin-top: 15px
    }

.feed-element, .media-body {
    overflow: hidden
}

    .feed-element > .pull-left {
        margin-right: 10px
    }

    .feed-element img.img-circle, .dropdown-messages-box img.img-circle {
        width: 38px;
        height: 38px
    }

    .feed-element .well {
        border: 1px solid #e7eaec;
        box-shadow: none;
        margin-top: 10px;
        margin-bottom: 5px;
        padding: 10px 20px;
        font-size: 11px;
        line-height: 16px
    }

    .feed-element .actions {
        margin-top: 10px
    }

    .feed-element .photos {
        margin: 10px 0
    }

.feed-photo {
    max-height: 180px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px
}

.feed-element img {
    filter: url("data:image/svg+xml;utf8,<svgxmlns=\'http://www.w3.org/2000/svg\'><filterid=\'grayscale\'><feColorMatrixtype=\'matrix\'values=\'0.33330.33330.3333000.33330.33330.3333000.33330.33330.33330000010\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

#small-logo {
    display: none;
    text-align: center;
    padding-top: 5px;
}

    #small-logo img {
        width: 100px;
    }

.img-small {
    width: 62px;
    height: 62px
}

@media(max-width:768px) {
    .navbar-right {
        display: block;
        float: right;
    }

    .navbar-nav {
        margin-top: 0px;
        text-align: center;
    }

        .navbar-nav li {
            display: inline-block;
        }

    .navbar-form-custom, #logo {
        display: none;
    }

    .navbar-static-top {
        margin: 0
    }

    #small-logo {
        display: block;
        float: left
    }

    .header-line div {
        display: none
    }

    .color-demo .header-line {
        height: 48px
    }

    #hbreadcrumb {
        float: none !important;
        margin-bottom: 10px;
        margin-top: 0
    }
}

@media(max-width:320px) {
    #wrapper {
        overflow: hidden
    }
}

.canvass {
    -moz-transition: width .01s,height .01s;
    -webkit-transition: width .01s,height .01s;
    -o-transition: width .01s,height .01s;
    transition: width .01s,height .01s
}

.project-list table tr td {
    border-top: 0;
    border-bottom: 1px solid #e7eaec;
    padding: 10px 10px;
    vertical-align: middle
}

.icons-box {
    padding: 20px
}

    .icons-box h3 {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .icons-box .infont {
        text-align: center;
        margin-bottom: 25px
    }

        .icons-box .infont i {
            font-size: 35px;
            display: block;
            color: #676a6c
        }

        .icons-box .infont span {
            color: #a6a8a9
        }

        .icons-box .infont span {
            margin: 1px;
            display: block
        }

.fullpanel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1070;
    overflow-x: scroll;
    transition: all 2s
}

.transition {
    transition: all .5s
}

.normalheader .hpanel {
    margin-bottom: 0
}

.normalheader {
    min-width: 320px;
    padding: 40px 40px 0 40px;
    transition: padding .5s
}

@media(max-width:768px) {
    .normalheader {
        padding: 15px 15px 0 15px
    }
}

.normalheader h2 {
    margin-top: 0
}

.input-xs {
    height: 20px;
    padding: 2px 10px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 3px;
    font-weight: 500
}

.clip-header i {
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.clip-header {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 8px;
    background: #f7f9fa;
    padding: 4px 5px;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea
}

.dropdown-menu {
    font-size: 13px;
    border-radius: 3px
}

.dropdown-example {
    display: inline-block;
    margin: 0 10px 10px 10px
}

    .dropdown-example .dropdown-menu {
        position: static;
        display: block
    }

.pagination-example .pagination {
    margin: 0 0 10px 0
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #3498db;
    border-color: #258cd1;
    color: #fff;
    cursor: default;
    z-index: 2
}

.hbreadcrumb a.active {
    color: #9d9fa2
}

.form-control {
    border-color: #eaeaea !important
}

.input-group-addon {
    background: #fafbfc;
    border-color: #eaeaea !important
}

.sidebar-button {
    padding: 4px 10px 0 10px
}

    .sidebar-button i {
        font-size: 20px
    }

.table > thead > tr > th {
    border-bottom: 0
}

#areneBody .dataTables_empty {
    padding-left: 0;
    text-align: center;
}

.no-padding table {
    margin-bottom: 0
}

.aboutImage {
    width: 130px;
    padding: 20px;
}

.centre {
    text-align: center;
}

.centreButton {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

.landingThumbImage {
    float: left;
    margin-right: 15px;
    margin-bottom: 4px;
}

/* Manual error */
.form-control.error {
    border-color: #e74c3c !important
}

/* MVC unobtrusive */
.input-validation-error {
    border-color: #e74c3c !important
}

/* Manual error */
label.error, label span.error {
    color: #e74c3c;
    margin: 5px 0 0 0;
    font-weight: 400
}

/* MVC unobtrusive */
.field-validation-error {
    color: #e74c3c;
    margin: 5px 0 0 0;
    font-weight: 400
}

    /* MVC unobtrusive */
    .field-validation-error span:before {
        content: "\f071";
        font-family: 'FontAwesome';
        margin: 0 4px
    }


label span.error {
    margin-left: 5px
}

label.error:before {
    content: "\f071";
    font-family: 'FontAwesome';
    margin: 0 4px
}

.hdropdown.bigmenu {
    padding: 30px 30px 0 30px
}

.bigmenu a i {
    font-size: 46px
}

.bigmenu a {
    display: block;
    text-align: center;
    margin: 0 10px 30px 0;
    min-width: 100px
}

.bigmenu h5 {
    font-size: 13px;
    margin-top: 10px
}

.x-edit-checkbox .checkbox label::before {
    display: none
}

body.light-skin {
    background-color: #f8f9fb
}

    body.light-skin .color-line {
        display: none
    }

    body.light-skin.fixed-navbar #wrapper, body.light-skin #menu {
        top: 55px
    }

    body.light-skin .welcome-message {
        display: none
    }

    body.light-skin #wrapper {
        background-color: whitesmoke;
        border-left: none
    }

        body.light-skin #wrapper .content {
            padding-top: 20px
        }

    body.light-skin.fixed-small-header #wrapper .content {
        padding-top: 90px
    }

    body.light-skin #menu {
        width: 192px
    }

    body.light-skin #side-menu {
        background: 0;
        padding: 23px 0 50px 25px;
        background-color: whitesmoke;
    }

        body.light-skin #side-menu li {
            border: 0
        }

            body.light-skin #side-menu li:first-child {
                border: 0
            }

            body.light-skin #side-menu li a {
                text-transform: none;
                font-weight: 600;
                padding: 10px 10px;
                color: #909295
            }

                body.light-skin #side-menu li a:hover, body.light-skin #side-menu li a:focus {
                    background-color: inherit;
                    color: #6a6c6f;
                    font-weight: 700
                }

            body.light-skin #side-menu li.active {
                border: 0;
                background: 0
            }

                body.light-skin #side-menu li.active > a {
                    border: 0;
                    font-weight: 700;
                    color: #6a6c6f
                }

            body.light-skin #side-menu li .nav-second-level li a {
                padding: 6px 10px 6px 20px
            }

            body.light-skin #side-menu li .nav-third-level li a {
                padding: 6px 10px 6px 30px
            }

    body.light-skin .profile-picture {
        /*display: none*/
    }

    body.light-skin .hpanel .panel-body {
        border-radius: 2px
    }

    body.light-skin .panel-footer {
        border-radius: 0 0 2px 2px
    }

    body.light-skin .hpanel .panel-body {
        border: 0;
        box-shadow: 0 1px 10px rgba(0,0,0,0.05),0 1px 2px rgba(0,0,0,0.1)
    }

    body.light-skin .hpanel .panel-bodyWithoutBox {
        border: 0;
        /*box-shadow: 0 1px 10px rgba(0,0,0,0.05),0 1px 2px rgba(0,0,0,0.1)*/
    }

    body.light-skin .hpanel.panel-collapse .panel-heading {
        border: 0;
        box-shadow: 0 1px 10px rgba(0,0,0,0.05),0 1px 2px rgba(0,0,0,0.1)
    }

    body.light-skin .hpanel .panel-heading {
        border: 0
    }

    body.light-skin .hpanel .hbuilt.panel-heading, body.light-skin .hpanel.blog-box .panel-heading {
        box-shadow: 0 1px 10px rgba(0,0,0,0.05),0 1px 2px rgba(0,0,0,0.1)
    }

    body.light-skin .hpanel.hgreen .panel-body {
        border-top: 2px solid #62cb31
    }

    body.light-skin .hpanel.hblue .panel-body {
        border-top: 2px solid #3498db
    }

    body.light-skin .hpanel.hyellow .panel-body {
        border-top: 2px solid #ffb606
    }

    body.light-skin .hpanel.hviolet .panel-body {
        border-top: 2px solid #9b59b6
    }

    body.light-skin .hpanel.horange .panel-body {
        border-top: 2px solid #e67e22
    }

    body.light-skin .hpanel.hred .panel-body {
        border-top: 2px solid #e74c3c
    }

    body.light-skin .hpanel.hreddeep .panel-body {
        border-top: 2px solid #c0392b
    }

    body.light-skin .hpanel.hnavyblue .panel-body {
        border-top: 2px solid #34495e
    }

    body.light-skin #header {
        box-shadow: 0 1px 10px rgba(0,0,0,0.05),0 1px 2px rgba(0,0,0,0.1);
        height: 60px;
        border: 0;
        z-index: 10
    }

    body.light-skin .header-link {
        background-color: #fff
    }

    body.light-skin #logo {
        height: 55px;
        width: 200px;
        padding-left: 33px
    }

        body.light-skin #logo.light-version {
            border: 0;
            background-color: #fff;
            text-align: left
        }

            body.light-skin #logo.light-version span {
                font-weight: 700;
                color: #6a6c6f;
                font-size: 14px
            }

    body.light-skin.fixed-small-header .small-header {
        top: 55px;
        z-index: 5
    }

    body.light-skin .small-header {
        padding: 0 0 0 21px !important
    }

    body.light-skin.hide-sidebar .small-header {
        padding: 0 0 0 0 !important
    }

    body.light-skin .hpanel > .panel-footer, body.light-skin .hpanel > .panel-section {
        background-color: transparent;
        border: 0
    }

    body.light-skin .social-board .hpanel > .panel-footer, body.light-skin .social-board .hpanel > .panel-section {
        border: 1px solid #eaeaea
    }

    body.light-skin .contact-panel.hpanel > .panel-footer, body.light-skin .contact-panel.hpanel > .panel-section {
        border: 1px solid #eaeaea
    }

    body.light-skin .footer {
        left: -181px
    }

    body.light-skin.fixed-footer .footer {
        left: 0
    }

.landing-page .navbar-form-custom, .landing-page .navbar-right, .landing-page #logo {
    display: block
}

.landing-page .navbar-default {
    background: #fff
}

.landing-page .navbar .navbar-brand {
    font-size: 12px;
    height: auto;
    margin-top: 8px;
    padding: 9px 15px;
    font-weight: 700;
    border-radius: 5px;
    color: #fff;
    display: block;
    background-color: #62cb31;
    margin-left: 0
}

.landing-page .navbar-default .navbar-toggle:hover, .landing-page .navbar-default .navbar-toggle:focus {
    background: #62cb31
}

    .landing-page .navbar-default .navbar-toggle:hover .icon-bar, .landing-page .navbar-default .navbar-toggle:focus .icon-bar {
        background-color: #fff !important
    }

.landing-page .navbar-default .navbar-nav > .active > a, .landing-page .navbar-default .navbar-nav > .active > a:hover, .landing-page .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #62cb31;
    border: 0
}

.landing-page .navbar-default li a:hover {
    border-bottom: 0
}

.landing-page .brand-desc {
    color: #455463;
    margin: 17px 10px 0 90px;
    width: 220px
}

.landing-page .navbar-nav > li > a {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 15px;
    color: #455463
}

.landing-page .navbar-nav > li, .landing-page .navbar-nav > li > a {
    height: 55px
}

.landing-page header {
    background: url('../images/landing/header.jpg') 50% 0 no-repeat;
    height: 480px;
    padding-top: 50px;
    margin-bottom: 30px
}

.landing-page section {
    padding: 50px 0 50px 0;
    border-bottom: 1px solid #eaeaea
}

    .landing-page section h2 {
        margin-top: 0
    }

    .landing-page section p {
        margin-top: 0
    }

.landing-page header .container {
    position: relative
}

.landing-page .heading {
    margin-top: 60px;
    color: #edf0f5
}

    .landing-page .heading h1 {
        font-weight: 600;
        font-size: 34px;
        margin-bottom: 5px;
        letter-spacing: -0.5px
    }

.landing-page h4 {
    font-weight: 600
}

.landing-page p {
    color: #888f96
}

.landing-page .heading span {
    font-size: 13px;
    font-weight: 600
}

.landing-page .heading p.small {
    margin-top: 10px;
    color: #a7afb8;
    max-width: 260px
}

.landing-page .heading-image {
    position: absolute;
    right: 60px;
    top: 120px;
    text-align: right
}

    .landing-page .heading-image p {
        color: #a7afb8;
        margin-bottom: 5px
    }

    .landing-page .heading-image img {
        -webkit-box-shadow: 0 0 8px 0 #333;
        -moz-box-shadow: 0 0 8px 0 #333;
        box-shadow: 0 0 8px 0 #333;
        margin-left: 12px;
        margin-top: 12px;
        width: 180px;
        border-radius: 1px
    }

.landing-page .navy-link {
    background: #455463;
    color: #fff
}

.landing-page .icon-big {
    font-size: 70px
}

.landing-page .team-member img {
    height: 72px
}

.landing-page .social-icon a {
    background: #62cb31;
    color: #fff;
    text-align: center;
    padding: 4px 8px;
    height: 28px;
    width: 28px;
    display: block;
    border-radius: 4px
}

.landing-page .list-inline > li {
    padding: 0
}

.landing-page .social-icon a:hover {
    background: #5abb2d
}

.landing-page .pricing-plan {
    margin: 20px 10px 0 10px;
    border-radius: 4px;
    padding-bottom: 20px;
    background: #fff;
    border: 1px solid #eaeaea
}

    .landing-page .pricing-plan li {
        padding: 10px 16px;
        text-align: center;
        color: #aeaeae
    }

    .landing-page .pricing-plan .pricing-price span {
        font-weight: 700;
        font-size: 30px;
        color: #62cb31
    }

.landing-page .pricing-title .label {
    font-size: 12px
}

.landing-page li.pricing-desc {
    font-size: 13px;
    border-top: 0;
    padding: 20px 16px 0 16px
}

.landing-page li.pricing-title {
    color: #455463;
    padding: 25px 10px 0 10px;
    border-radius: 4px 4px 0 0;
    font-size: 22px;
    font-weight: 600
}

.landing-page .client {
    color: #a7afb8;
    background: #f7f9fa;
    padding: 30px 10px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: 600
}

@media(max-width:1200px) {
    .landing-page .heading-image {
        display: none
    }

    .landing-page .heading {
        text-align: center
    }

        .landing-page .heading p.small {
            margin: 10px auto
        }

    .landing-page .brand-desc {
        display: none
    }

    .landing-page .navbar .navbar-brand {
        margin-left: 10px
    }
}



@media only screen and (max-width: 1100px) {

    /* Force table to not be like tables anymore */
    #CompanyList table,
    #CompanyList thead,
    #CompanyList tbody,
    #CompanyList th,
    #CompanyList td,
    #CompanyList tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #CompanyList thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #CompanyList tr {
        border: 1px solid #ccc;
    }

    #CompanyList td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        word-break: break-all;
    }

        #CompanyList td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #CompanyList td:before {
            content: attr(data-title);
        }
}

@media only screen and (max-width: 1100px) {

    /* Force table to not be like tables anymore */
    #documentsListDiv table,
    #documentsListDiv thead,
    #documentsListDiv tbody,
    #documentsListDiv th,
    #documentsListDiv td,
    #documentsListDiv tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #documentsListDiv thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #documentsListDiv tr {
        border: 1px solid #ccc;
    }

    #documentsListDiv td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        word-break: break-all;
    }

        #documentsListDiv td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #documentsListDiv td:before {
            content: attr(data-title);
        }
}

@media only screen and (max-width: 1100px) {

    /* Force table to not be like tables anymore */
    #tableAcceptList table,
    #tableAcceptList thead,
    #tableAcceptList tbody,
    #tableAcceptList th,
    #tableAcceptList td,
    #tableAcceptList tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #tableAcceptList thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #tableAcceptList tr {
        border: 1px solid #ccc;
    }

    #tableAcceptList td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        word-break: break-all;
    }

        #tableAcceptList td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #tableAcceptList td:before {
            content: attr(data-title);
        }
}

@media only screen and (max-width: 1100px) {

    /* Force table to not be like tables anymore */
    #DealGridDiv table,
    #DealGridDiv thead,
    #DealGridDiv tbody,
    #DealGridDiv th,
    #DealGridDiv td,
    #DealGridDiv tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #DealGridDiv thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #DealGridDiv tr {
        border: 1px solid #ccc;
    }

    #DealGridDiv td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        word-break: break-all;
    }

        #DealGridDiv td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #DealGridDiv td:before {
            content: attr(data-title);
        }
}




@media only screen and (max-width: 1100px) {

    /* Force table to not be like tables anymore */
    #CollaboratorList table,
    #CollaboratorList thead,
    #CollaboratorList tbody,
    #CollaboratorList th,
    #CollaboratorList td,
    #CollaboratorList tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #CollaboratorList thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #CollaboratorList tr {
        border: 1px solid #ccc;
    }

    #CollaboratorList td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

        #CollaboratorList td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #CollaboratorList td:before {
            content: attr(data-title);
        }
}


/*Asset File*/

@media only screen and (max-width: 1100px) {

    /* Force table to not be like tables anymore */
    #AssetFileList table,
    #AssetFileList thead,
    #AssetFileList tbody,
    #AssetFileList th,
    #AssetFileList td,
    #AssetFileList tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #AssetFileList thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #AssetFileList tr {
        border: 1px solid #ccc;
    }

    #AssetFileList td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

        #AssetFileList td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #AssetFileList td:before {
            content: attr(data-title);
        }
}



/*CollaboratorList File*/

@media only screen and (max-width: 1100px) {

    /* Force table to not be like tables anymore */
    #CollaboratorList table,
    #CollaboratorList thead,
    #CollaboratorList tbody,
    #CollaboratorList th,
    #CollaboratorList td,
    #CollaboratorList tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #CollaboratorList thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #CollaboratorList tr {
        border: 1px solid #ccc;
    }

    #CollaboratorList td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

        #CollaboratorList td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #CollaboratorList td:before {
            content: attr(data-title);
        }
}

/*Deal List*/

@media only screen and (max-width: 1100px) {

    /* Force table to not be like tables anymore */
    #tblWorkspaceList table,
    #tblWorkspaceList thead,
    #tblWorkspaceList tbody,
    #tblWorkspaceList th,
    #tblWorkspaceList td,
    #tblWorkspaceList tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #tblWorkspaceList thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #tblWorkspaceList tr {
        border: 1px solid #ccc;
    }

    #tblWorkspaceList td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        word-break: break-all;
    }

        #tblWorkspaceList td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #tblWorkspaceList td:before {
            content: attr(data-title);
        }
}

/*Subscription - View Billing*/
@media only screen and (max-width: 1100px) {

    /* Force table to not be like tables anymore */
    #BillingHistory table,
    #BillingHistory thead,
    #BillingHistory tbody,
    #BillingHistory th,
    #BillingHistory td,
    #BillingHistory tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #BillingHistory thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #BillingHistory tr {
        border: 1px solid #ccc;
    }

    #BillingHistory td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

        #BillingHistory td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #BillingHistory td:before {
            content: attr(data-title);
        }
}


.logo-name {
    color: #e6e6e6;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 0;
}

.list {
    display: flex;
    flex-wrap: wrap;
}

.list-item-arene {
    display: flex;
    padding: 0.5em;
    /*background-color:green;*/
}

.list-content {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 9px;
    width: 100%;
}

    .list-content p.para {
        flex: 1 0 auto;
    }

    .list-content p.extpara {
        flex: 1 0 auto;
    }

.extpara, .about p, .about li {
    padding-top: 8px;
    /*font-size: larger;*/
    font-size: 15px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-left: 10px;
}

.external-content .media-body {
    font-size: 15px;
    padding-left: 10px;
}

.external-content img {
    width: 65px;
}

.fa-instagram {
    background-color: #3F729B;
    color: white !important;
}

.alink {
    color: #3c8dbc;
}

    .alink:hover {
        color: #3c8dbc;
        text-decoration: underline;
    }

div.horizontal {
    display: flex;
    justify-content: center;
}

div.vertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*ControlPanel*/
.list-content.control-panel {
    box-shadow: 0 1px 10px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.1);
    padding: 15px;
    border: 1px solid #eaeaea;
}

div .control-panel {
    max-width: 380px;
}

.file-wrapContent {
    overflow-wrap: break-word;
    padding-right: 10px;
    padding-left: 10px;
}

/*color-profile Upload*/
@media only screen and (max-width: 1900px) {

    /* Force table to not be like tables anymore */
    #UploadFilesTemplate table,
    #UploadFilesTemplate thead,
    #UploadFilesTemplate tbody,
    #UploadFilesTemplate th,
    #UploadFilesTemplate td,
    #UploadFilesTemplate tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #UploadFilesTemplate thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #UploadFilesTemplate tr {
        border: 1px solid #ccc;
    }

    #UploadFilesTemplate td {
        /* Behave  like a "row" */
        border: none;
        /*border-bottom: 1px solid #eee;*/
        position: relative;
        /*padding-left: 50%;*/
        padding-left: 10px;
        padding-right: 10px;
        white-space: normal;
        text-align: center;
    }

        #UploadFilesTemplate td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #UploadFilesTemplate td:before {
            content: attr(data-title);
        }
}

.search-no-results__container {
    padding: 24px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.search-no-results__image-container {
    width: 230px;
    /*height: 230px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.mb2, .mv2 {
    margin-bottom: 8px;
}

.t-black {
    color: var(--ui-typography-black);
}

.t-20 {
    font-size: 2rem;
    line-height: 1.4;
}

.t-normal {
    font-weight: 400;
}

.mb5, .mv5 {
    margin-bottom: 24px;
}

.t-black--light {
    color: var(--ui-typography-black--light);
}

.t-14 {
    font-size: 1.4rem;
    line-height: 1.42857;
}

.button-secondary-large {
    background-color: transparent;
    border: 0;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 600;
    font-family: inherit;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    outline-width: 2px;
    padding: 0 24px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition-duration: 167ms;
    transition-property: background-color,box-shadow,color;
    transition-timing-function: cubic-bezier(0,0,.2,1);
    vertical-align: middle;
    z-index: 0;
    color: #0073b1;
    /*color: var(--ui-accent-blue);*/
    box-shadow: inset 0 0 0 1px #0073b1, inset 0 0 0 2px transparent, inset 0 0 0 1px transparent;
    /*box-shadow: inset 0 0 0 1px var(--ui-accent-blue),inset 0 0 0 2px transparent,inset 0 0 0 1px transparent;*/
}

.t-normal {
    font-weight: 400;
}

.alert-default {
    color: #686868;
    background-color: #F5F5F5;
    border-color: #E0E0E0;
}

.uploadCapsuleDetails {
    padding: 8px;
    margin-left: 0;
    margin-right: 0;
}

.breakWord {
    word-break: break-word;
}

.panel-body .detailsPop a {
    font-weight: 600;
}

.detailsPop a {
    color: #337ab7;
}

@media only screen and (max-width: 1900px) {
    /* Force table to not be like tables anymore */
    #viewCapsuleCertificate table,
    #viewCapsuleCertificate thead,
    #viewCapsuleCertificate tbody,
    #viewCapsuleCertificate th,
    #viewCapsuleCertificate td,
    #viewCapsuleCertificate tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #viewCapsuleCertificate thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #viewCapsuleCertificate tr {
        border: 1px solid #ccc;
    }

    #viewCapsuleCertificate td {
        /* Behave  like a "row" */
        border: none;
        /*border-bottom: 1px solid #eee;*/
        position: relative;
        padding-left: 50%;
        padding-left: 10px;
        padding-right: 10px;
        white-space: normal;
        text-align: center;
    }

        #viewCapsuleCertificate td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #viewCapsuleCertificate td:before {
            content: attr(data-title);
        }
}

@media only screen and (max-width: 1100px) {
    /* Force table to not be like tables anymore */
    #DealFilesGridView table,
    #DealFilesGridView thead,
    #DealFilesGridView tbody,
    #DealFilesGridView th,
    #DealFilesGridView td,
    #DealFilesGridView tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #DealFilesGridView thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #DealFilesGridView tr {
        border: 1px solid #ccc;
    }

    #DealFilesGridView td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        word-break: break-all;
    }

        #DealFilesGridView td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #DealFilesGridView td:before {
            content: attr(data-title);
        }
}

.generateCapsuleViewBlock {
    padding-left: 0;
    padding-right: 0;
}

.sweet-alert h2 {
    word-break: break-all;
}

.hand {
    cursor: pointer;
}

@media screen and (min-width: 1200px) {

    .profiles .panel-body div,
    .profiles .panel-body p,
    .profiles .panel-body a,
    .profiles .panel-body h1,
    .profiles .panel-body h3,
    .profiles .panel-body h4,
    .profiles .panel-body h5,
    .profiles .panel-body h6,
    .profiles .social-profile {
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .profiles .panel-body h3,
    .profiles .panel-body h5 {
        padding-bottom: 2px;
    }
}

@media screen and (max-width: 1200px) {
    .profiles .panel-body p,
    .profiles .panel-body div,
    .profiles .panel-body h1,
    .profiles .panel-body h3,
    .profiles .panel-body h4,
    .profiles .panel-body h5,
    .profiles .panel-body h6 {
        word-break: break-all;
    }
}

@media only screen and (max-width: 1100px) {
    /* Force table to not be like tables anymore */
    #capsuleVaultList table,
    #capsuleVaultList thead,
    #capsuleVaultList tbody,
    #capsuleVaultList th,
    #capsuleVaultList td,
    #capsuleVaultList tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #capsuleVaultList thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #capsuleVaultList tr {
        border: 1px solid #ccc;
    }

    #capsuleVaultList td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        word-break: break-all;
    }

        #capsuleVaultList td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #capsuleVaultList td:before {
            content: attr(data-title);
        }
}

.btnCapsule {
    text-align: center;
    margin-top: 5px;
}

.checkbox {
    margin-top: 0 !important;
}

    .checkbox label {
        font-weight: 700 !important;
    }


@media only screen and (max-width: 1100px) {
    /* Force table to not be like tables anymore */
    #profitAndLossAnalytics table,
    #profitAndLossAnalytics thead,
    #profitAndLossAnalytics tbody,
    #profitAndLossAnalytics th,
    #profitAndLossAnalytics td,
    #profitAndLossAnalytics tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #profitAndLossAnalytics thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #profitAndLossAnalytics tr {
        border: 1px solid #ccc;
    }

    #profitAndLossAnalytics td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        word-break: break-all;
    }

        #profitAndLossAnalytics td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #profitAndLossAnalytics td:before {
            content: attr(data-title);
        }
}


@media only screen and (max-width: 1100px) {
    #balanceSheetData table,
    #balanceSheetData thead,
    #balanceSheetData tbody,
    #balanceSheetData th,
    #balanceSheetData td,
    #balanceSheetData tr {
        display: block;
    }

        #balanceSheetData thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #balanceSheetData tr {
        border: 1px solid #ccc;
    }

    #balanceSheetData td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        word-break: break-all;
    }

        #balanceSheetData td:before {
            position: absolute;
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        #balanceSheetData td:before {
            content: attr(data-title);
        }
}

.btn-dashboardAnalyticspadding {
    padding-left: 0px !important;
    padding-right: 2px !important;
}

.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.subscription h4 small {
    margin-left: 24px;
}

#chooseProductForm .subscription {
    margin: 0 auto;
}

.discounted {
    color: red;
    text-decoration: line-through;
}

/*TODO - Hack - Need to reduce the vertical whitespace in the subscription columns */
div .planFlex {
    margin-bottom: -30px;
}

.subscription h4 input[type="radio"] {
    margin-left: 5px;
    margin-right: 5px;
}

@media screen and (min-width: 1200px) {
    .subscription {
        display: flex;
        flex-direction: column;
        padding: 0;
    }

        .subscription .hpanel {
            height: 100%;
            margin: 3px;
        }

            .subscription .hpanel .panel-body {
                display: flex;
                flex-direction: column;
                width: 100%;
                height: 100%;
                /*padding: 3px;*/ /*AR-811*/
            }

                .subscription .hpanel .panel-body .planflex1 {
                    flex: 1;
                }
}

@media screen and (max-width: 1200px) {
    .subscription {
        width: 100%;
    }

    #choosePlanForm .col-sm-offset-2 {
        margin-left: 0;
    }
}


.analyticsDescription {
    font-size: 85%;
    display: block;
    color: #337ab7;
}


/*Stats widget - without panel*/
@media screen and (max-width: 1200px) {
    .analyticsStats div,
    .analyticsStats h1,
    .analyticsStats h3,
    .analyticsStats h4,
    .analyticsStats h5,
    .analyticsStats h6 {
        word-break: break-all;
    }
}

#areneBody .btn-space {
    margin-left: 3px;
    margin-right: 3px;
}

#areneBody li.tagit-new input {
    width: 35px;
    font-style: italic;
    font-size: 12px;
}

@media only screen and (max-width: 1100px) {
    /* Force table to not be like tables anymore */
    #capsuleGrid table,
    #capsuleGrid thead,
    #capsuleGrid tbody,
    #capsuleGrid th,
    #capsuleGrid td,
    #capsuleGrid tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #capsuleGrid thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #capsuleGrid tr {
        border: 1px solid #ccc;
    }

    #capsuleGrid td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        word-break: break-all;
    }

        #capsuleGrid td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #capsuleGrid td:before {
            content: attr(data-title);
        }
}

/*Individual Analytics*/
.row-flex, .row-flex > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
}

.row-flex-wrap {
    -webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex: 0;
}

.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
    flex-flow: column nowrap;
}

.flex-grow {
    display: flex;
    -webkit-flex: 2;
    flex: 2;
}

@media only screen and (max-width: 1200px) {
    .individualAnalyticsDiv {
        width: 100%;
    }
}
/*End*/

.Pager a {
    text-align: center;
    display: inline-block;
    width: 20px;
    color: #333;
    border: 1px solid #ccc;
    margin-right: 3px;
    line-height: 150%;
    text-decoration: none;
    padding: 6px 12px;
    padding-right: 18px;
}

.Pager span {
    text-align: center;
    color: white;
    display: inline-block;
    width: 20px;
    background-color: #3498db;
    margin-right: 3px;
    line-height: 150%;
    border: 1px solid #3498db;
    padding: 6px 12px;
    padding-right: 18px;
}

.Pager .PagerPrevNext {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    width: auto;
}

.lock-container {
    max-width: 420px;
    margin: auto;
    padding-top: 6%;
}

#areneBody .analyticsFooter {
    background-color: #F5F5F5;
}

#areneBody .comparisonAnalyticsContent {
    background-color: #f8f9fb;
}

@media(min-width:991px) {
    .scrollableFileList tbody {
        display: block;
        max-height: 350px;
        overflow-y: scroll;
    }
}

.g-recaptcha {
    padding-bottom: 13px;
}

#contactUs .fa {
    /*padding: 8px;*/
    font-size: 20px;
    width: 45px;
    text-align: center;
    text-decoration: none;
    /*margin: 5px 2px;*/
    padding-bottom: 14px;
    height: 41px;
    padding-top: 7px;
}

#contactUs .instagram {
    height: 41px;
    width: 43px;
}

#contactUs .fa:hover {
    opacity: 0.7;
}

#contactUs .fa-linkedin {
    background: #007bb5;
    color: white;
}

#contactUs .fa-facebook {
    background: #3B5998;
    color: white;
}

    #contactUs .fa-facebook:before {
        vertical-align: middle;
    }

#contactUs .fa:before {
    vertical-align: middle;
}

#contactUs .fa-twitter {
    background: #55ACEE;
    color: white;
}

#contactUs .fa-youtube {
    background: #bb0000;
    color: white;
}

#contactUs .table-responsive {
    padding-left: 15px;
    padding-right: 15px;
}

.contactUsSubheader {
    padding-top: 14px;
    /*padding-bottom: 20px;*/
}

#contactUs .header {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

#areneBody .panel-link {
    color: #337ab7;
}

.contactUs a {
    color: #337ab7;
}

.support-email {
    color: #337ab7;
}

@media only screen and (max-width: 1100px) {
    /* Force table to not be like tables anymore */
    #contactUsInfo table, #contactUsInfo thead, #contactUsInfo tbody, #contactUsInfo th, #contactUsInfo td, #contactUsInfo tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #contactUsInfo thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #contactUsInfo tr {
        border: 1px solid #ccc;
    }

    #contactUsInfo td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        /*padding-left: 50%;*/
        white-space: normal;
        text-align: left;
        word-break: break-all;
    }

        #contactUsInfo td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #contactUsInfo td:before {
            content: attr(data-title);
        }
}

@media screen and (max-width: 767px) {
    #contactUs .table-responsive {
        border: none;
    }
}

.padding-top-sm {
    padding-top: 10px;
}

.note-content p {
    border: 0;
    width: 100%;
    padding: 0;
    min-height: 100px;
    overflow-y: auto;
}

.tabmargin {
    margin-top: 2em;
    margin-bottom: 2em;
}

#areneBody .noEntityFoundMsg {
    margin-top: 0px;
    display: none;
    padding-left: 73px;
    font-size: 17px;
    font-style: italic;
    color: gray;
}

#areneBody #taskFilterElements .form-group {
    padding-left: 0px;
    padding-right: 0px;
}

#areneBody .taskList {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 70px;
}
/*.big-control {
    height:50px;
}*/
#areneBody .selectedTask-Highlight {
    background-color: #f7f9fa;
}

#taskComments h2 {
    font-size: 14px;
}

#areneBody #taskDescription {
    font-size: 13px;
}

@media(max-width:991px) {
    .btn-closeTaskDetailSection {
        display: block;
    }

    #areneBody .taskList {
        padding-top: 0px;
    }
}

@media(min-width:991px) {
    .btn-closeTaskDetailSection {
        display: none;
    }

    #taskListSection {
        display: block;
    }
}

@media(min-width:1200px) {
    .big-control {
        height: 50px;
    }
}

@media(max-width:1200px) {
    .big-control {
        height: 36px;
    }
}

#taskDetailsDiv .panel-heading {
    padding-bottom: 40px;
}

@media only screen and (max-width: 700px) {
    .taskListSmalldevice {
        display: block;
        margin-left: 0px;
        margin-right: 0px;
    }

    .taskListBigDevice {
        display: none;
    }
}

@media only screen and (min-width: 700px) {
    .taskListSmalldevice {
        display: none;
    }

    .taskListBigDevice {
        display: block;
    }
}

#areneBody .closedTaskBackground {
    background-color: #F0F0F0;
}

#areneBody .multiselect {
    width: 100%;
}

.multiselect-native-select .btn-group {
    width: 100%;
}

button.multiselect {
    padding-right: 6px;
    display: flex;
    justify-content: space-between;
}

    button.multiselect .caret {
        margin-top: 8px;
    }

#topicName {
    padding-left: 8px;
}

#consolidatedFinancials .dropdown-menu {
    width: 100%;
}

.multiselectValidation {
    border-color: #e74c3c;
}

@media only screen and (max-width: 1100px) {

    /* Force table to not be like tables anymore */
    #bsPerformanceByCompany table,
    #bsPerformanceByCompany thead,
    #bsPerformanceByCompany tbody,
    #bsPerformanceByCompany th,
    #bsPerformanceByCompany td,
    #bsPerformanceByCompany tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #bsPerformanceByCompany thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #bsPerformanceByCompany tr {
        border: 1px solid #ccc;
    }

    #bsPerformanceByCompany td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        word-break: break-all;
    }

        #bsPerformanceByCompany td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #bsPerformanceByCompany td:before {
            content: attr(data-title);
            color: gray;
        }
}

@media only screen and (max-width: 1100px) {

    /* Force table to not be like tables anymore */
    #pnlPerformanceByCompany table,
    #pnlPerformanceByCompany thead,
    #pnlPerformanceByCompany tbody,
    #pnlPerformanceByCompany th,
    #pnlPerformanceByCompany td,
    #pnlPerformanceByCompany tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #pnlPerformanceByCompany thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #pnlPerformanceByCompany tr {
        border: 1px solid #ccc;
    }

    #pnlPerformanceByCompany td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        word-break: break-all;
    }

        #pnlPerformanceByCompany td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #pnlPerformanceByCompany td:before {
            content: attr(data-title);
            color: gray;
        }
}

#selectedPlanItems li {
    list-style-type: disc;
    list-style-position: inside;
    font-weight: bold;
    padding: 0 0 0 5px;
    text-align: left;
}

@media only screen and (max-width: 720px) {
    #selectedPlanItems li {
        text-indent: 0em;
    }
}

@media only screen and (min-width: 720px) {
    #selectedPlanItems li {
        text-indent: 0.5em;
    }
}

@media only screen and (max-width: 1400px) {
    .mainDashboard .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        display: table;
        width: 100%;
    }

    #btnGetDashboardAnalytics, #btnSaveUserPreferences {
        border-radius: 4px;
        margin-top: 5px;
    }
}

@media (min-width: 1500px) {
    .comparisonAnalyticsContent h1 {
        font-size: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .comparisonAnalyticsContent .col-lg-3, .col-lg-12 {
        width: 100%;
    }

    .comparisonAnalyticsContent .col-lg-3 {
        float: left;
    }

    .comparisonAnalyticsContent h1 {
        font-size: 30px;
    }
}

.analyticsWarningAlert {
    margin-left: 15px;
    margin-right: 15px;
}

.no-drop {
    cursor: no-drop;
}

.line-height20 {
    line-height: 20%;
}

.line-height50 {
    line-height: 50%;
}

.line-height80 {
    line-height: 80%;
}

.font-weight500 {
    font-weight: 500;
}

.font-size18 {
    font-size: 18px;
}

.consolidatedFinancials-title {
    color: #62cb31;
}

    .consolidatedFinancials-title:hover {
        color: #62cb31;
        text-decoration: underline;
    }

.cf-pnlVisualizeByTopic .small {
    font-size: 16px;
}


/*@media(max-width:768px) {
    .purchaseProductContent {
        padding: 25px 40px 50px 40px;
    }

    #productPlanModal .purchaseProductContent {
        padding: 0px;
    }
}*/

.notification-badge {
    padding-left: 8px;
    padding-right: 8px;
}

@media (min-width:320px) {
    .notification-badge {
        padding-left: 8px;
        padding-right: 150px;
    }
}


#userPromotionCode {
    max-width: 150px;
}

.message-avatar {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    margin-top: 1px;
}

.chat-message {
    padding: 10px 20px;
}

.chat-view .ibox-content {
    padding: 0
}

.chat-message {
    padding: 10px 20px
}

.message-avatar {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    margin-top: 1px
}

.chat-discussion .chat-message .message-avatar {
    float: left;
    margin-right: 10px
}

.chat-discussion .message {
    background-color: #f7f8fa;
    text-align: left;
    display: block;
    padding: 10px 20px;
    position: relative;
    border-radius: 4px
}

.chat-discussion .chat-message .message-date {
    float: right
}

.chat-discussion .chat-message .message {
    text-align: left;
    margin-left: 55px
}

.message-date {
    font-size: 10px;
    color: #888
}

.message-content {
    display: block;
    word-break: break-word;
}

.chat-users, .chat-discussion {
    overflow-y: auto;
    height: 500px
}

    .chat-discussion .chat-message.left .message-date {
        float: right
    }

    .chat-discussion .chat-message.right .message-date {
        float: left
    }

    .chat-discussion .chat-message.left .message {
        text-align: left;
        margin-left: 55px
    }

    .chat-discussion .chat-message.right .message {
        text-align: right;
        margin-right: 55px
    }

    .chat-discussion .chat-message.left .message-avatar {
        float: left;
        margin-right: 10px
    }

    .chat-discussion .chat-message.right .message-avatar {
        float: right;
        margin-left: 10px
    }

.chat-discussion {
    padding: 15px 10px
}

#controlPanel .hlink {
    font-weight: 400;
}

@media only screen and (max-width: 1100px) {

    /* Force table to not be like tables anymore */
    #controlPanelMemberNetwork table,
    #controlPanelMemberNetwork thead,
    #controlPanelMemberNetwork tbody,
    #controlPanelMemberNetwork th,
    #controlPanelMemberNetwork td,
    #controlPanelMemberNetwork tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #controlPanelMemberNetwork thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #controlPanelMemberNetwork tr {
        border: 1px solid #ccc;
    }

    #controlPanelMemberNetwork td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        word-break: break-all;
    }

        #controlPanelMemberNetwork td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #controlPanelMemberNetwork td:before {
            content: attr(data-title);
            color: gray;
        }
}

#areneBody .hpanelwithoutMargin {
    border-color: lightgrey;
    border-width: 0px;
    border-style: solid;
}

.memberProfileFullName {
    font-size: 16px;
    cursor: pointer;
}

#membersProfileListDiv img {
    /*height: 42px;
    width: 42px;*/
    border-radius: 50%;
}

.memberProfileInfo {
    font-size: 15px;
    min-height: 30px;
    padding-top: 10px;
}

.memberProfileInfo-nopadding {
    font-size: 15px;
    min-height: 52px;
}

.memberProfileLocation {
    min-height: 19px;
    font-weight: 400;
    font-size: 13px;
}

.taskName {
    font-weight: 600;
    font-size: 14px;
}

.vertical-middle-align {
    vertical-align: middle;
}

#areneBody .btn-Group-FullButton {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}


.input-group-prepend {
    margin-right: -1px;
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

#taskListSection .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    #taskListSection .input-group > .form-control {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
    }


@media screen and (max-width: 1500px) {
    #areneBody .btn-taskSearch {
        width: 100%;
    }
}

@media screen and (min-width: 1500px) {
    #areneBody .btn-taskSearch {
        width: 79%;
    }
}

@media screen and (min-width: 1900px) {
    #areneBody .btn-taskSearch {
        width: 79%;
    }
}

@media screen and (min-width: 1500px) and (max-width:1725px) {
    #areneBody .btn-taskSearch {
        width: 100%;
    }
}

@media screen and (min-width: 1725px) and (max-width:1900px) {
    #areneBody .btn-taskSearch {
        width: 76%;
    }
}


@media screen and (min-width: 991px) and (max-width:1520px) {
    #workspaceTaskCount {
        width: 100%;
    }
}

#workspaceTaskCount .row {
    margin-left: 0;
    margin-right: 0;
}

#certifiedFinancialsStatementResult .listItems {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0px;
    margin-right: 0;
}


#certifiedFinancials .panel-heading {
    font-size: 15px;
}

#viewCertificate div {
    font-size: 13px;
}

.certifiedFinancialsStatementResult button {
    text-align: left;
}

.certifiedFsTableCellAlignment {
    text-align: right;
}

@media screen and (min-width: 1200px) {
    .companyAction button {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

p#teamMemberActions {
    min-height: 20px;
}

#subscriptionStorageUsageProgressBar {
    background-color: #B8B8B8;
}


@media screen and (max-width: 1600px) and (min-width: 900px) {
    .header__info {
        margin-top: 5%;
    }
}

@media screen and (max-width: 900px) and (min-width: 550px) {
    .header__info {
        margin-top: 8%;
    }
}

@media screen and (max-width: 550px) and (min-width: 500px) {
    .header__info {
        margin-top: 11%;
    }
}

@media screen and (max-width: 500px) {
    .header__info {
        margin-top: 16%;
    }
}

@media only screen and (max-width : 375px) {
    .header__info {
        margin-top: 25%;
    }
}

@media screen and (max-width: 1420px) and (min-width: 972px) {
    #company__banner {
        /*  position: absolute;
            object-fit: cover;
            width: 96%;
            width: 98%;
            max-width: 100%;
            min-width: 100%;
            height: 150px;
            overflow: hidden;*/
        position: absolute;
        /* width: 800px; */
        width: 96%;
        height: 150px;
    }
}

@media screen and (max-width: 972px) and (min-width: 667px) {
    #company__banner {
        /*  position: absolute;
            object-fit: cover;
            width: 96%;
            width: 98%;
            max-width: 100%;
            min-width: 100%;
            height: 150px;
            overflow: hidden;*/
        position: absolute;
        /* width: 800px; */
        width: 95%;
        height: 150px;
    }
}

@media screen and (max-width: 667px) and (min-width: 590px) {
    #company__banner {
        /*  position: absolute;
            object-fit: cover;
            width: 96%;
            width: 98%;
            max-width: 100%;
            min-width: 100%;
            height: 150px;
            overflow: hidden;*/
        position: absolute;
        /* width: 800px; */
        width: 94%;
        height: 150px;
    }
}

@media screen and (max-width: 590px) and (min-width: 500px) {
    #company__banner {
        /*  position: absolute;
            object-fit: cover;
            width: 96%;
            width: 98%;
            max-width: 100%;
            min-width: 100%;
            height: 150px;
            overflow: hidden;*/
        position: absolute;
        /* width: 800px; */
        width: 93%;
        height: 150px;
    }
}

#areneBody .modal-content {
    border-radius: 0;
}

#companyInvitationsCount {
    font-size: 10px;
    line-height: 10px;
    /*padding: 2px 4px;*/
    /*position: absolute;*/
    /*right: 18px;*/
    top: 3px;
    margin-left: 1px;
    border-radius: 10px;
}



/*@media screen and (min-width: 1200px) {

    .profiles div,
    .profiles p,
    .profiles a,
    .profiles h1,
    .profiles h2,
    .profiles h3,
    .profiles h4,
    .profiles h5,
    .profiles h6,
    .profiles .social-profile {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .profiles h3,
    .profiles h5 {
        padding-bottom: 2px;
    }
}*/
/*
@media screen and (max-width: 1200px) and (min-width: 990px) {
    .profiles div,
    .profiles p,
    .profiles a,
    .profiles h1,
    .profiles h2,
    .profiles h3,
    .profiles h4,
    .profiles h5,
    .profiles h6,
    .profiles .social-profile {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .profiles h3,
    .profiles h5 {
        padding-bottom: 2px;
    }
}

@media screen and (max-width: 990px) {
    .profiles p,
    .profiles div,
    .profiles h1,
    .profiles h2,
    .profiles h3,
    .profiles h4,
    .profiles h5,
    .profiles h6 {
        word-break: break-all;
    }
}*/

div#certificateResultBody {
    box-shadow: none;
}

#certificationHeaderSection {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

    #certificationHeaderSection div {
        margin-bottom: 3px;
    }

.galenaHillSignature {
    font-family: 'Pinyon Script', cursive;
    font-size: 30px;
    font-weight: 700;
}

.underline {
    text-decoration: underline;
    font-weight: 700;
}

.break-word-all {
    word-break: break-all;
}

#certificationHeaderSectionGenerate {
    text-align: center;
}

#certificateCredentialsSection div {
    margin-bottom: 3px;
}

.noCompaniesConnectedWidget {
    padding-top: 10px;
    margin-left: 0px !important;
}

/*Dual list Box*/
.moveall,
.removeall {
    border: 1px solid #ccc !important;
}

    .moveall::after {
        content: attr(title);
    }

    .removeall::after {
        content: attr(title);
    }

.form-control option {
    padding: 10px;
    border-bottom: 1px solid #efefef;
}

#areneBody #dealTeamListMessage {
    color: #e74c3c;
    font-weight: 600;
    font-size: 85%;
    padding-top: 10px;
}


.workspaceNameI {
    vertical-align: middle;
    font-size: 20px;
    margin-left: 0.2rem;
    width: 10px;
}

.workspaceNameD {
    vertical-align: middle;
}

.workspaceNameA {
    width: 100%;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


#footerchange {
    position: fixed;
    max-height: 80px;
}

    #footerchange span {
        margin-left: 200px;
    }

:root {
    --green: #2ca01c;
    --lightgreen: #74d348;
    --grey: #333333;
    --blue: #2bb7da;
}

#company__heading {
    text-transform: uppercase;
}

.blog-card {
    display: flex;
    flex-direction: column;
    margin: 1rem 5%;
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.6%;
    background: #fff;
    line-height: 1.4;
    font-family: sans-serif;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
    max-width: 425px;
    min-height: 200px;
}

    .blog-card .photo {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        max-width: 425px;
        max-height: 300px;
        width: 100%;
        margin: auto;
        background-size: cover;
        background-position: center;
        transition: transform 0.2s;
    }

    .blog-card a {
        color: inherit;
    }

        .blog-card a:hover {
            color: var(--green);
        }

    .blog-card:hover .photo {
        transform: scale(1.3) rotate(3deg);
    }

    .blog-card .meta {
        position: relative;
        z-index: 0;
        height: 315px;
        max-width: 100%;
    }

    .blog-card .details,
    .blog-card .details ul {
        margin: auto;
        padding: 0;
        list-style: none;
    }

    .blog-card .details {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -100%;
        margin: auto;
        transition: left 0.2s;
        background: rgba(69, 84, 99, 0.6);
        padding: 10px;
        width: 100%;
        font-size: 0.9rem;
        color: white;
    }

        .blog-card .details a {
            text-decoration: dotted underline;
        }

        .blog-card .details ul li {
            display: inline-block;
        }

        .blog-card .details .author:before {
            font-family: FontAwesome;
            margin-right: 10px;
            content: "\f007";
        }

        .blog-card .details .date:before {
            font-family: FontAwesome;
            margin-right: 10px;
            content: "\f133";
        }

        .blog-card .details .tags ul:before {
            font-family: FontAwesome;
            content: "\f02b";
            margin-right: 10px;
        }

        .blog-card .details .tags li {
            margin-right: 2px;
        }

            .blog-card .details .tags li:first-child {
                margin-left: -4px;
            }

    .blog-card .description {
        padding: 2rem;
        background: #fff;
        position: relative;
        z-index: 1;
    }

    .blog-card .description__content {
        margin-top: 5%;
    }

    .blog-card .description h1,
    .blog-card .description h2 {
        font-family: Poppins, sans-serif;
    }

    .blog-card .description h1 {
        line-height: 1;
        margin: 0;
        font-size: 1.7rem;
    }

    .blog-card .description h2 {
        font-size: 1rem;
        font-weight: 300;
        text-transform: uppercase;
        color: #a2a2a2;
        margin-top: 5px;
    }

    .blog-card .description .read-more {
        text-align: right;
    }

.read-more {
    width: 100%;
    margin-bottom: 0;
    touch-action: manipulation;
    padding: 2%;
    background: none;
    /*background-color: #62cb31;*/
    background-color: #2CA01C;
    border-color: #2CA01C;
    color: white;
    /*font-size: 1.2rem;*/
    margin-left: 0;
    line-height: 2rem;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.5s;
    align-items: center;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    /*font-family: inherit;*/
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    max-width: 480px;
    overflow: hidden;
    text-align: center;
    transition-property: background-color, box-shadow, color;
    vertical-align: middle;
    min-width: 0;
    border-radius: 15px;
    /* padding-left: 1.2rem !important;
            padding-right: 1.2rem !important;*/
    margin-top: 1rem;
    font-size: 13px;
    color: #6a6c6f;
    color: white;
}

    .read-more:hover {
        background-color: #74d348;
        border-color: #74d348;
        color: #fff;
        /*background-color: var(--green);*/
        transition: 0.5s;
    }

.blog-card .description .read-more a:after {
    content: "\f061";
    font-family: FontAwesome;
    margin-left: -10px;
    opacity: 0;
    vertical-align: middle;
    transition: margin 0.3s, opacity 0.3s;
}

.blog-card p {
    position: relative;
    margin: 1rem 0 0;
}

    .blog-card p:first-of-type {
        margin-top: 1.25rem;
    }

        .blog-card p:first-of-type:before {
            content: "";
            position: absolute;
            height: 5px;
            /*background: #5ad67d;*/
            background-color: #2CA01C;
            width: 35px;
            top: -0.75rem;
            border-radius: 3px;
        }

.blog-card:hover .details {
    left: 0%;
}

#arrow__icon {
    font-size: 20px;
    margin-left: .75rem;
    width: 10px;
}

#company__nameh1 {
    font-size: 2.25rem;
}

.text-overflow-fix {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 400px;
}

@media (min-width: 640px) {
    .read-more {
        /*    margin-left: 50%;*/
        width: 100px;
    }

    .blog-card .photo {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        /*width: 100%;*/
        width: 84%;
        margin: auto;
        background-size: cover;
        background-position: center;
        transition: transform 0.2s;
    }


    .blog-card {
        flex-direction: row;
        max-width: 800px;
        margin: auto;
    }

    .read-more {
        padding: 1rem;
    }

    .blog-card .meta {
        flex-basis: 30%;
        height: auto;
    }

    .blog-card .description {
        /*flex-basis: 60%;*/
        flex-basis: 70%;
    }

        .blog-card .description:before {
            transform: skewX(-3deg);
            content: "";
            background: #fff;
            width: 30px;
            position: absolute;
            left: -10px;
            top: 0;
            bottom: 0;
            z-index: -1;
        }

    .blog-card.alt {
        flex-direction: row-reverse;
    }

        .blog-card.alt .description:before {
            left: inherit;
            right: -10px;
            transform: skew(3deg);
        }

        .blog-card.alt .details {
            padding-left: 25px;
        }
}


/*_CompanyInvitationsPartial*/

.invite__button {
    padding: 10px;
}

.invitation__header {
    font-size: 14px;
    font-weight: 600;
}

.invitation__buttons {
    /*  position: absolute;
    right: 30px;
    bottom: 30px;*/
    position: absolute;
    /* right: 30px; */
    bottom: 13px;
    left: 14px;
}

#invite__card {
    margin: 15px;
}


@media (max-width: 640px) {
    .invitation__buttons {
        margin-top: 15px;
        position: static;
        width: 100%;
    }
}

/*_TealListPartial*/
.card-container {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.75);
    padding-top: 30px;
    position: relative;
    min-width: 350px;
    max-width: 100%;
    text-align: center !important;
    min-width: 275px;
    margin-bottom: 30px;
    margin-left: 3%;
    margin-right: 3%;
    /*margin-top: 40px !important;*/
    /*Ticket: 1222*/
    /*min-height: 375px;*/
    min-height: 345px;
}

    .card-container .pro {
        color: black;
        background-color: #febb0b;
        border-radius: 3px;
        font-size: 14px;
        padding: 3px 20px;
        margin-bottom: 20px !important;
    }

    .card-container .protop {
        color: #231E39;
        background-color: #FEBB0B;
        border-radius: 3px;
        font-size: 10px;
        font-weight: bold;
        padding: 3px 7px;
        position: absolute;
        top: 35px;
        left: 30px;
    }

.top__image {
    margin-top: 30px;
    min-width: 85px !important;
    min-height: 85px !important;
}


.company__role {
    margin: 20px 0%;
    padding: 0 20px;
}

.user__name {
    margin-bottom: 15px;
}

#user__location {
    margin-bottom: 15px !important;
    padding: 0 20px;
}

.user__actions {
    color: black;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 7px;
    position: absolute;
    top: 30px;
    right: 20px;
}

.remove {
    background: transparent;
    border: none;
    color: red;
    border-radius: 3px;
    font-weight: bold;
    padding: 3px 10px;
}

    .remove:hover {
        background: var(--red);
        transition: 0.2s;
        color: white;
        border-radius: 3px;
        font-weight: bold;
        padding: 3px 10px;
    }

.edit {
    background: transparent;
    color: var(--blue);
    border: none;
    border-radius: 3px;
    font-weight: bold;
    padding: 3px 7px;
    padding: 3px 7px;
}

    .edit:hover {
        background: var(--blue);
        transition: 0.2s;
        color: white;
        border: none;
        border-radius: 3px;
        font-weight: bold;
        padding: 3px 7px;
    }

.card-container .round {
    border: 3px solid #208ECD;
    border-radius: 50%;
    padding: 7px;
}

button.primary {
    background-color: var(--green);
    color: white;
    line-height: 2rem;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.5s;
    align-items: center;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    text-align: center;
    transition-property: background-color, box-shadow, color;
    vertical-align: middle;
    min-width: 0;
    border-radius: 40px;
    padding: 0.7rem 2.0rem !important;
}

    button.primary:hover {
        transition: 0.4s !important;
        border: 1px solid lightgrey;
        background: white;
        text-decoration: underline;
        color: var(--blue);
    }

    button.primary.ghost {
        background-color: transparent;
        color: black;
    }

        button.primary.ghost:hover {
            transition: 0s !important;
            text-decoration: underline;
            color: var(--blue);
        }

.skills {
    background-color: white;
    text-align: left;
    padding: 15px;
    margin-top: 30px;
}

    .skills ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .skills ul li {
            border: 1px solid var(--lightgreen);
            border-radius: 2px;
            display: inline-block;
            font-size: 12px;
            margin: 0 7px 7px 0;
            padding: 7px;
        }

.user__buttons {
    padding: 3%;
}

.go {
    margin-left: 4px;
}

#company__banner {
    position: absolute;
    width: 97%;
    height: 150px;
}

#company__name {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 3px;
}

#profile__image {
    position: relative;
    top: 100px;
    left: 50px;
    width: 100px;
    height: 100px;
    z-index: 3;
    outline: 10px solid white;
    background: white;
}

.content__wrap {
    padding: 2%;
    margin-top: 20px;
    padding-left: 0;
}

.header__infos {
    margin-top: 40px;
    padding: 30px;
    padding-bottom: 10px !important;
}

.header__h1 {
    font-weight: 400;
    font-size: 2.675em;
}

.header__infos h1 {
    margin-left: 2%;
}

.header__wrap {
    background: #ffffff;
    margin-bottom: 20px;
}

#company__location {
    font-size: 1.4rem;
    font-weight: 100;
    margin-left: 0.5%;
    color: #c7c7c7;
}

.company__slogan {
    color: black !important;
    font-weight: 400 !important;
}

.company__accounting {
    font-size: 1.6rem !important;
    font-weight: 500 !important;
}

.company__infos {
    margin: 0 inherit !important;
    padding: 0 inherit !important;
    color: #4554638c !important;
}



.header__detials {
    margin-left: 2%;
}

.header__details {
    display: flex;
    font-size: 1.4rem !important;
    padding: 1%;
    margin-left: 3px;
}

    .header__details a {
        text-decoration: none;
        margin-left: 1%;
    }



.header_actions button {
    margin-bottom: 0;
    touch-action: manipulation;
    background: none;
    background-color: var(--green);
    color: white;
    font-size: 1.8rem;
    line-height: 2rem;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.5s;
    align-items: center;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    max-width: 480px;
    overflow: hidden;
    text-align: center;
    transition-property: background-color, box-shadow, color;
    vertical-align: middle;
    min-width: 0;
    border-radius: 40px;
    padding: 0.7rem 2.0rem !important;
}

.btn__green {
    color: var(--green) !important;
}

.header_actions button:hover,
.header_actions button:focus {
    background: var(--lightgreen);
    transition: 0.5s;
}

.ghost {
    background-color: transparent !important;
    color: var(--grey) !important;
    border: 1px solid var(--grey) !important;
    border-radius: 25px !important;
}

    .ghost:hover {
        transition: 0.5s !important;
        text-decoration: underline;
    }

.acc__icon {
    font-size: 12px;
    margin-right: 5px;
}

.header_actions {
    margin: 0px 40px;
}

.company__description {
    width: 60vw;
    min-width: 250px;
    max-width: 75%;
    color: #455463;
    margin-left: 2%;
    font-weight: 200;
    font-family: inherit;
    font-size: 1.4rem;
}

#companyResourceSection {
    margin-left: auto;
}

#greyout {
    background: grey;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    opacity: 0.85;
    display: none;
}

#profile__image {
    z-index: 1 !important;
}




#preloader {
    top: 0;
    left: 0;
    width: 100%;
    height: 512px;
    z-index: 10;
}

#preloader2 {
    top: 0;
    left: 0;
    width: 100%;
    height: 512px;
    z-index: 10;
}

#preloader3 {
    top: 0;
    left: 0;
    width: 100%;
    height: 512px;
    z-index: 10;
}

#loaderSpin {
    display: block;
    position: relative;
    left: 50%;
    top: 38%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #2CA01C;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loaderSpin2 {
    display: block;
    position: relative;
    left: 50%;
    top: 38%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #2CA01C;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loaderImg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#loaderSpin:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #B2F195;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loaderSpin:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #62CB31;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

#loaderSpin2:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #B2F195;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loaderSpin2:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #62CB31;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#captcha {
    margin: auto;
}

#captchaContainer {
    display: flex;
    margin-bottom: 10px;
}

/*Spinner*/
.lds-spinner {
    color: black;
    display: inline-block;
    position: relative;
    top: calc(50% - 50px);
    left: calc(50% - 50px) !important;
    width: 0px;
    height: 0px;
    z-index: 10000;
}

#greyLoader {
    transition: 0.5s;
    display: none;
    background: grey;
    width: 100vw;
    height: 100vh;
    opacity: 70%;
    z-index: 1000000;
    /*     padding: -25px -40px -40px -40px !important;
            margin-top: -100px !important;
            margin-left: -40px !important;*/
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
}


.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

    .lds-spinner div:after {
        content: " ";
        display: block;
        position: absolute;
        top: 3px;
        left: 37px;
        width: 6px;
        height: 18px;
        border-radius: 20%;
        background: black;
    }

    .lds-spinner div:nth-child(1) {
        transform: rotate(0deg);
        animation-delay: -1.1s;
    }

    .lds-spinner div:nth-child(2) {
        transform: rotate(30deg);
        animation-delay: -1s;
    }

    .lds-spinner div:nth-child(3) {
        transform: rotate(60deg);
        animation-delay: -0.9s;
    }

    .lds-spinner div:nth-child(4) {
        transform: rotate(90deg);
        animation-delay: -0.8s;
    }

    .lds-spinner div:nth-child(5) {
        transform: rotate(120deg);
        animation-delay: -0.7s;
    }

    .lds-spinner div:nth-child(6) {
        transform: rotate(150deg);
        animation-delay: -0.6s;
    }

    .lds-spinner div:nth-child(7) {
        transform: rotate(180deg);
        animation-delay: -0.5s;
    }

    .lds-spinner div:nth-child(8) {
        transform: rotate(210deg);
        animation-delay: -0.4s;
    }

    .lds-spinner div:nth-child(9) {
        transform: rotate(240deg);
        animation-delay: -0.3s;
    }

    .lds-spinner div:nth-child(10) {
        transform: rotate(270deg);
        animation-delay: -0.2s;
    }

    .lds-spinner div:nth-child(11) {
        transform: rotate(300deg);
        animation-delay: -0.1s;
    }

    .lds-spinner div:nth-child(12) {
        transform: rotate(330deg);
        animation-delay: 0s;
    }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.lds-spinnerPartial {
    color: black;
    display: none;
    position: relative;
    top: 5vh;
    bottom: 0;
    right: 0;
    left: calc(50% - 25px);
    height: 700px;
    width: 100%;
    z-index: 10000000;
}

@media (max-width: 500px) {
    .lds-spinnerPartial {
        top: 125px;
        left: 40%;
    }
}


.lds-spinnerPartial div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

    .lds-spinnerPartial div:after {
        content: " ";
        display: block;
        position: absolute;
        top: 3px;
        left: 37px;
        width: 6px;
        height: 18px;
        border-radius: 20%;
        background: black;
    }

    .lds-spinnerPartial div:nth-child(1) {
        transform: rotate(0deg);
        animation-delay: -1.1s;
    }

    .lds-spinnerPartial div:nth-child(2) {
        transform: rotate(30deg);
        animation-delay: -1s;
    }

    .lds-spinnerPartial div:nth-child(3) {
        transform: rotate(60deg);
        animation-delay: -0.9s;
    }

    .lds-spinnerPartial div:nth-child(4) {
        transform: rotate(90deg);
        animation-delay: -0.8s;
    }

    .lds-spinnerPartial div:nth-child(5) {
        transform: rotate(120deg);
        animation-delay: -0.7s;
    }

    .lds-spinnerPartial div:nth-child(6) {
        transform: rotate(150deg);
        animation-delay: -0.6s;
    }

    .lds-spinnerPartial div:nth-child(7) {
        transform: rotate(180deg);
        animation-delay: -0.5s;
    }

    .lds-spinnerPartial div:nth-child(8) {
        transform: rotate(210deg);
        animation-delay: -0.4s;
    }

    .lds-spinnerPartial div:nth-child(9) {
        transform: rotate(240deg);
        animation-delay: -0.3s;
    }

    .lds-spinnerPartial div:nth-child(10) {
        transform: rotate(270deg);
        animation-delay: -0.2s;
    }

    .lds-spinnerPartial div:nth-child(11) {
        transform: rotate(300deg);
        animation-delay: -0.1s;
    }

    .lds-spinnerPartial div:nth-child(12) {
        transform: rotate(330deg);
        animation-delay: 0s;
    }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*Company About */

.about__wrap {
    background: white;
    padding: 2em;
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
    text-align: left !important;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}

.data__valuesm {
    display: none;
}

.link__url {
    color: #0a66c2 !important;
}

    .link__url:hover {
        text-decoration: underline;
        color: #0a66c2;
    }

.company__h1 {
    font-weight: 500 !important;
    font-size: 2.175em;
}

#top__element {
    margin-top: 20px !important;
    color: #6a6c6f;
    font-weight: 200;
    font-family: inherit;
    font-size: 1.4rem;
}

.field__name {
    font-weight: 600 !important;
}

.company__infowrap ul {
    list-style: none;
}

    .company__infowrap ul li {
        margin-bottom: 10px;
    }

.company__infodata {
    margin-left: 10%;
}

    .company__infodata ul {
        list-style: none;
    }

        .company__infodata ul li {
            list-style: none !important;
            margin-bottom: 10px;
        }

.company__infowrap {
}

.data__wrap {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    font-size: 1.5rem;
}

@media (max-width: 600px) {
    .data__valuesm {
        display: inline !important;
    }

    .data__value {
        display: none !important;
    }

    .company__infodata {
        display: inline !important;
    }

    .company__infowrap ul {
        margin-left: 0 !important;
    }

    .company__infodata ul {
        justify-content: flex-start;
        margin-left: 0 !important;
    }

    .data__wrap {
        justify-content: flex-start;
        margin-right: 0 !important;
    }

    .about__wrap {
        padding: 1em;
    }
}

.noCompaniesConnectedWidget {
    padding-top: 10px;
    margin-left: 0px !important;
}

.viewDealbtn {
    background: #808080;
    padding: 5px 15px !important;
}

.viewArrowDeal {
    position: relative;
    top: 2px;
    margin-left: 8px;
    font-size: 1.4rem;
}

:root {
    --green: #2ca01c;
    --lightgreen: #74d348;
    --grey: #333333;
    --blue: #2bb7da;
}

.Deal__Card {
    display: flex;
    flex-direction: column;
    width: 20.5em;
    height: 342px;
    overflow: hidden;
    border-radius: 0.5em;
    text-decoration: none;
    background: white;
    margin: 1em;
    padding: 2.75em 2.5em;
    box-shadow: 0 1.5em 2.5em -0.5em rgba(0, 0, 0, .1);
    transition: transform 0.45s ease, background 0.45s ease;
    position: relative;
    margin: auto;
    margin-top: 15px;
}

    .Deal__Card h3 {
        font-size: 2.5em;
        font-weight: 600;
        line-height: 1;
        padding-bottom: 0.5em;
        margin: 0 0 0.142857143em;
        transition: color 0.45s ease;
        position: relative;
    }

    .Deal__Card h4 {
        color: #627084;
        text-transform: uppercase;
        font-size: .8em;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.1em;
        margin: 0 0 1.777777778em;
        transition: color 0.45s ease;
        padding-top: 10px;
        border-top: 2px solid var(--lightgreen);
    }

    .Deal__Card p {
        transition: color 0.45s ease;
        font-weight: 600;
    }

    .Deal__Card .link-text {
        display: block;
        color: var(--green);
        font-size: 1.125em;
        font-weight: 600;
        line-height: 1.2;
        margin-left: 5px;
        transition: color 0.45s ease;
        cursor: pointer;
    }

    .Deal__Card:hover {
        background: var(--green);
        transform: scale(1.02);
    }

        .Deal__Card:hover h3 {
            color: #fff;
            border-bottom-color: var(--lightgreen);
        }

        .Deal__Card:hover h4 {
            color: #fff;
        }

        .Deal__Card:hover p {
            color: white;
        }

        .Deal__Card:hover .link-text {
            color: #fff;
        }

            .Deal__Card:hover .link-text svg path {
                fill: #fff;
            }

#DealCardDiv {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 15px;
    max-width: 100%;
    margin-left: -10px;
    margin-bottom: 15px;
}

    #DealCardDiv section {
        margin: auto;
        margin-top: 20px;
    }

#dealCardContainerDad {
    margin: auto;
}

@media (max-width: 600px) {
    #DealCardContainer {
        flex-direction: column;
    }
}

.btnCompanyActionHistory {
    color: #2CA01C;
    border-radius: 10px;
    border-color: #2CA01C;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 13px;
    padding-top: 0px;
    border: none;
    background-color: white;
    border-style: solid;
    border-width: thin;
    font-family: inherit;
    font-size: 1.4rem;
    margin-top: 16px;
    /* margin-left: 14px; */
    margin-bottom: 17px;
}

.btnCompanyActionHistory2 {
    color: #2CA01C;
    border-radius: 10px;
    border-color: #2CA01C;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 4px;
    border: none;
    background-color: white;
    border-style: solid;
    border-width: thin;
    font-family: inherit;
    font-size: 1.4rem;
    margin-top: 16px;
    margin-bottom: 17px;
}


.btnDeleteCompany {
    /*color: #2CA01C;*/
    border-radius: 10px;
    border-color: #2CA01C;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 4px;
    border: none;
    background-color: white;
    border-style: solid;
    border-width: thin;
    font-family: inherit;
    font-size: 1.4rem;
    margin-top: 16px;
    margin-bottom: 17px;
}

.btnConnectToQB {
    color: #2CA01C;
    border-radius: 10px;
    border-color: #2CA01C;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 4px;
    border: none;
    background-color: white;
    border-style: solid;
    border-width: thin;
    font-family: inherit;
    font-size: 1.4rem;
    margin-top: 16px;
    margin-bottom: 17px;
}

.btnConnectToQB_Info {
    color: #208ecd;
    border-radius: 10px;
    border-color: #208ecd;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 4px;
    border: none;
    background-color: white;
    border-style: solid;
    border-width: thin;
    font-family: inherit;
    font-size: 1.4rem;
    margin-top: 16px;
    margin-bottom: 17px;
}

.btnDisConnectFromQB {
    /*color: #2CA01C;*/
    border-radius: 10px;
    border-color: #2CA01C;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 4px;
    border: none;
    background-color: white;
    border-style: solid;
    border-width: thin;
    font-family: inherit;
    font-size: 1.4rem;
    margin-top: 16px;
    margin-bottom: 17px;
}



.dealManageButton {
    background-color: #2CA01C;
    color: white;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    border: none;
    font-family: inherit;
    font-size: 1.4rem;
    transition: transform 0.6s ease;
    margin-top: 15px;
}

.arrowIconDeal {
    position: relative;
    bottom: -8px;
    right: -8px;
}

.dealBtnWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.buttonAppendage {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
    margin-top: -10px;
    margin-right: 5px;
    position: absolute;
    right: 15px;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

    .lds-spinner div:after {
        content: " ";
        display: block;
        position: absolute;
        top: 3px;
        left: 37px;
        width: 6px;
        height: 18px;
        border-radius: 20%;
        background: black;
    }

    .lds-spinner div:nth-child(1) {
        transform: rotate(0deg);
        animation-delay: -1.1s;
    }

    .lds-spinner div:nth-child(2) {
        transform: rotate(30deg);
        animation-delay: -1s;
    }

    .lds-spinner div:nth-child(3) {
        transform: rotate(60deg);
        animation-delay: -0.9s;
    }

    .lds-spinner div:nth-child(4) {
        transform: rotate(90deg);
        animation-delay: -0.8s;
    }

    .lds-spinner div:nth-child(5) {
        transform: rotate(120deg);
        animation-delay: -0.7s;
    }

    .lds-spinner div:nth-child(6) {
        transform: rotate(150deg);
        animation-delay: -0.6s;
    }

    .lds-spinner div:nth-child(7) {
        transform: rotate(180deg);
        animation-delay: -0.5s;
    }

    .lds-spinner div:nth-child(8) {
        transform: rotate(210deg);
        animation-delay: -0.4s;
    }

    .lds-spinner div:nth-child(9) {
        transform: rotate(240deg);
        animation-delay: -0.3s;
    }

    .lds-spinner div:nth-child(10) {
        transform: rotate(270deg);
        animation-delay: -0.2s;
    }

    .lds-spinner div:nth-child(11) {
        transform: rotate(300deg);
        animation-delay: -0.1s;
    }

    .lds-spinner div:nth-child(12) {
        transform: rotate(330deg);
        animation-delay: 0s;
    }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.documentLoader {
    color: black;
    display: block;
    position: relative;
    top: 5vh;
    bottom: 0;
    right: 0;
    left: calc(50% - 25px);
    height: 180px;
    width: 100%;
    z-index: 10000000;
}

@media (max-width: 500px) {
    .documentLoader {
        top: 125px;
        left: 40%;
    }
}



.documentLoader div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

    .documentLoader div:after {
        content: " ";
        display: block;
        position: absolute;
        top: 3px;
        left: 37px;
        width: 6px;
        height: 18px;
        border-radius: 20%;
        background: black;
    }

    .documentLoader div:nth-child(1) {
        transform: rotate(0deg);
        animation-delay: -1.1s;
    }

    .documentLoader div:nth-child(2) {
        transform: rotate(30deg);
        animation-delay: -1s;
    }

    .documentLoader div:nth-child(3) {
        transform: rotate(60deg);
        animation-delay: -0.9s;
    }

    .documentLoader div:nth-child(4) {
        transform: rotate(90deg);
        animation-delay: -0.8s;
    }

    .documentLoader div:nth-child(5) {
        transform: rotate(120deg);
        animation-delay: -0.7s;
    }

    .documentLoader div:nth-child(6) {
        transform: rotate(150deg);
        animation-delay: -0.6s;
    }

    .documentLoader div:nth-child(7) {
        transform: rotate(180deg);
        animation-delay: -0.5s;
    }

    .documentLoader div:nth-child(8) {
        transform: rotate(210deg);
        animation-delay: -0.4s;
    }

    .documentLoader div:nth-child(9) {
        transform: rotate(240deg);
        animation-delay: -0.3s;
    }

    .documentLoader div:nth-child(10) {
        transform: rotate(270deg);
        animation-delay: -0.2s;
    }

    .documentLoader div:nth-child(11) {
        transform: rotate(300deg);
        animation-delay: -0.1s;
    }

    .documentLoader div:nth-child(12) {
        transform: rotate(330deg);
        animation-delay: 0s;
    }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.docCardHeader {
    height: 45px !important
}

    .docCardHeader h3 {
        max-height: 43px;
        overflow: hidden;
        /*    display: -webkit-box;*/
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.dealCardWrapper {
    display: flex;
    width: 100% !important;
    flex-wrap: wrap;
}

.specialButtonMan {
    background: white;
    border: 1px solid grey;
    border-radius: 8px;
    color: #2CA01C !important;
    border-color: #2CA01C !important;
}


.user__buttons {
    padding: 3%;
}

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.underliner-animation {
    position: relative;
}

    .underliner-animation::before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 2px;
        background-color: white;
        transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    }

@media (hover: hover) and (pointer: fine) {
    .underliner-animation:hover::before {
        left: 0;
        right: auto;
        width: 100%;
    }
}

.wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.analytic-box {
    margin: 10px;
    width: 300px;
    height: 300px;
    text-align: center;
    border-radius: 3px;
    -webkit-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

    .analytic-box:hover {
        margin-bottom: -10px;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    }

    .analytic-box h1 {
        color: #fff;
        padding: 30px;
        margin: 0;
        background: #F7F9FA;
        /*color: #6A6C6F;*/
        color: slategray;
        text-align: center;
        font-weight: 100;
        font-size: 25px;
    }

.analytic-date {
    margin-top: -44px;
}

    .analytic-date h4, .analytic-date h1, .analytic-date h2 {
        color: #6A6C6F !important;
        font-weight: 300;
        text-align: center;
        letter-spacing: px;
        /*text-shadow: 0 0 1px rgba(0, 0, 0, 0.9);*/
    }

.poster {
    width: 60px;
    height: 60px;
    margin: 56px auto;
    position: relative;
    border-radius: 100px;
    margin-top: 5px;
}

    .poster h4 {
        top: 16px;
        color: #6A6C6F;
        position: relative;
        font-size: 26px;
        text-align: center;
        font-weight: 100;
    }

.one {
    /*background: #B0E598;*/
    background: linen;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2CAF1A",endColorstr="#289E17",GradientType=1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
    /* POSTER*/
    .one .p1 {
        background: white; /* fallback for old browsers */
        color: #6A6C6F;
    }

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

#snap__banner {
    /*margin: 27px 18px;*/
    width: 100%;
}

.timeline {
    display: flex;
    flex-direction: column;
    /* width: 50vw; */
    margin: 5% auto;
    width: 95%;
    margin-left: 51px;
}

.timeline__event {
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
}

.timeline__event__title {
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 600;
    color: #9251AC;
    letter-spacing: 1.5px;
}

.timeline__event__content {
    padding: 20px;
}

.timeline__event__date {
    color: #F6A4EC;
    font-size: 1.5rem;
    font-weight: 600;
    white-space: nowrap;
}

.timeline__event__icon {
    border-radius: 8px 0 0 8px;
    background: #9251AC;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 40%;
    min-width: 40%;
    font-size: 2rem;
    color: #9251AC;
    padding: 20px;
}

    .timeline__event__icon i {
        position: absolute;
        top: 50%;
        left: -48px;
        font-size: 2.5rem;
        transform: translateY(-50%);
    }

.timeline__event__description {
    flex-basis: 60%;
}

.timeline__event:after {
    content: "";
    width: 2px;
    height: 100%;
    background: #9251AC;
    position: absolute;
    top: 52%;
    left: -3.5rem;
    z-index: -1;
}

.timeline__event:before {
    content: "";
    width: 5rem;
    height: 5rem;
    position: absolute;
    background: #F6A4EC;
    border-radius: 100%;
    left: -6rem;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #9251AC;
}

.timeline__event--type3:before {
    background: #F8F9FB;
    border-color: #6A6C6F;
}

.timeline__event--type3:after {
    background: #B0E598;
}

.timeline__event--type3 .timeline__event__date {
    color: #6A6C6F;
}

.timeline__event--type3 .timeline__event__icon {
    background: #B0E598;
    color: #6A6C6F;
}

.timeline__event--type3 .timeline__event__title {
    color: #6A6C6F;
    font-weight: 900;
}

.timeline__event:last-child:after {
    content: none;
}

@media (max-width: 786px) {
    .timeline__event {
        flex-direction: column;
    }

    .timeline__event__icon {
        border-radius: 4px 4px 0 0;
    }
}

.analytic__header {
    font-size: 2rem;
    text-align: center;
    padding: 36px;
}

@media(max-width:768px) {
    .timeline {
        margin-left: auto;
    }
}

#newToolTip {
    background: white;
    color: #6A6C6F;
    border: none !important;
}


.history-profile {
    width: 330px;
    height: 100px;
    margin: 20px 0;
    margin-left: 53px;
    border-radius: 5px;
    background-color: #fafafa;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    animation: show-profile .5s forwards ease-in-out;
}

@keyframes show-profile {
    0% {
        width: 0;
    }
}

.history-profile .history-photo, .history-profile .history-content {
    box-sizing: border-box;
}

.history-profile .history-photo {
    width: 80px;
    height: 80px;
    margin-top: 8px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #fafafa;
    background-color: #fafafa;
    margin-left: -50px;
    box-shadow: #2ca01c 0px 0px 0px 2px, #62cb31 0px 4px 6px -1px, #2ca01c 0px 1px 0px inset;
    animation: rotate-photo .5s forwards ease-in-out;
}

@keyframes rotate-photo {
    100% {
        transform: rotate(-360deg);
    }
}

.history-profile .history-photo img {
    width: 100%;
}

.history-profile .history-content {
    padding: 10px;
    margin-top: -82px;
    margin-left: -20px;
    text-align: center;
}



    .history-profile .history-content .text h3, .history-profile .history-content .text h6 {
        font-weight: normal;
        margin: 3px 0;
        letter-spacing: .5px;
        white-space: nowrap;
    }

.chat-discussion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.text h4 {
    font-size: 12px;
    font-style: italic;
}

.text h3 {
    font-size: 20px !important;
}

.snapshot__title {
    font-weight: 200;
    /* margin: 31px; */
    margin-top: 3px;
    font-size: 18px;
    margin-bottom: 28px;
}


.btnCompanyActionHistory {
    color: #2CA01C;
    border-radius: 10px;
    border-color: #2CA01C;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 13px;
    padding-top: 0px;
    border: none;
    background-color: white;
    border-style: solid;
    border-width: thin;
    font-family: inherit;
    font-size: 1.4rem;
    margin-top: 16px;
    /* margin-left: 14px; */
    margin-bottom: 17px;
}

.btnCompanyActionEdit {
    background-color: #2CA01C;
    color: white;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    border: none;
    font-family: inherit;
    font-size: 1.4rem;
}

#login-wrap {
    display: flex;
    flex-wrap: wrap;
}

.login-container {
    height: 490px !important;
    width: 269px;
    padding: 20px;
    border-radius: 5px;
    background: #fffffb;
    position: relative;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 50%);
    margin: 40px;
}

    .login-container .profile-img {
        height: 70px;
        width: 70px;
        background-size: cover;
        background-position: center;
        position: absolute;
        top: -36px;
        left: -34px;
        border-radius: 50%;
        box-shadow: 5px 5px 10px rgb(0 0 0 / 50%);
        top: -32px;
        left: -34px;
        z-index: 7;
    }

    .login-container h1 {
        text-align: center;
        margin-bottom: 20px;
        /* color: black; */
        max-width: 237px;
        margin: auto;
        margin-top: 20px;
        height: 54px;
        text-overflow: clip;
        overflow: hidden;
        font-size: 24px;
    }

    .login-container .description {
        height: 58px;
        overflow: hidden;
    }

    .login-container .social {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: calc(100% - 40px);
        margin: 0 auto;
    }

        .login-container .social a {
            text-align: center;
            border: solid 2px #ff6b6c;
            width: 75px;
            padding: 5px 0;
            border-radius: 5px;
        }

            .login-container .social a:hover {
                background: #ff6b6c;
                cursor: pointer;
            }


    .login-container footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #9d9d9d;
        color: white;
        width: 100%;
        position: absolute;
        bottom: 0;
        height: 30px;
        padding: 0 20px;
        margin-left: -20px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

        .login-container footer div {
            display: flex;
        }

            .login-container footer div .fa-heart {
                color: #ff6b6c;
            }

            .login-container footer div p:first-child {
                margin-right: 10px;
                border-right: 4px solid white;
                padding-right: 10px;
            }

@-webkit-keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

#login-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.specialNeon {
    position: relative !important;
    top: 8px;
    left: 16px;
}

.login-container footer p {
    margin-top: 10px;
}

.specialclip {
    position: relative;
    font-size: 20px;
    top: -38px;
    right: -204px;
    color: #2CA01C;
    cursor: pointer;
}




.toast-1 {
    z-index: 100000000000000000000000000000000000000;
    position: fixed;
    right: 9px;
    top: 18px;
    visibility: hidden;
    background: #1AB394 !important;
    color: white;
    animation: glow2 800ms ease-out infinite alternate;
}

.toast-body-1 {
    font-size: 1.5rem !important;
    background: #1AB394 !important;
    z-index: -1;
}

.deliverable-d-modal {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 40%, .6);
}

/* using :target */
.deliverable-
:target {
    display: flex;
}

.transfer-d-modal:target {
    display: flex;
}

exttransfer-d-modal:target {
    display: flex;
}


.d-modal__details {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid hsla(0, 0%, 100%, .4);
}

.d-modal__title {
    font-size: 3.2rem;
}

.d-modal__description {
    margin-top: 2rem;
    font-size: 1.6rem;
    font-style: italic;
}

.d-modal__text {
    padding: 0 4rem;
    margin-bottom: 4rem;
    font-size: 1.6rem;
    line-height: 2;
}

    .d-modal__text::before {
        content: '';
        position: absolute;
        top: 0%;
        left: 100%;
        transform: translate(-50%, -50%);
        width: 18rem;
        height: 18rem;
        border: 1px solid hsla(0, 0%, 100%, .2);
        border-radius: 100rem;
        pointer-events: none;
    }

.d-modal__btn {
    padding: 1rem 1.6rem;
    border: 1px solid hsla(0, 0%, 100%, .4);
    border-radius: 100rem;
    color: inherit;
    background: transparent;
    font-size: 1.4rem;
    font-family: inherit;
    letter-spacing: .2rem;
    transition: .2s;
    cursor: pointer;
}

    .d-modal__btn:hover,
    .d-modal__btn:focus {
        border-color: hsla(0, 0%, 100%, .6);
        transform: translateY(-.2rem);
    }


h1.demo {
    text-align: center;
    font-size: 2.4rem;
    font-weight: normal;
    margin-bottom: 1rem;
    color: #f5f6ff;
}

a.demo {
    text-align: center;
    font-size: 1.6rem;
    font-weight: normal;
    color: rgba(202, 205, 239, 0.8);
    margin-bottom: 3rem;
}

.demo-flex-spacer {
    flex-grow: 1;
}

@keyframes gradient {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 100% 0;
    }
}

.webflow-style-input {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    border-radius: 2px;
    padding: 1.4rem 2rem 1.6rem;
    background: white;
    margin-bottom: 15px;
}

    .webflow-style-input:after {
        content: "";
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        height: 4px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        background-position: 0% 0%;
        background: linear-gradient(to right, #b294ff, #57e6e6, #feffb8, #57e6e6, #b294ff, #57e6e6);
        background-size: 500% auto;
        animation: gradient 3s linear infinite;
    }

    .webflow-style-input input {
        flex-grow: 1;
        color: black !important;
        font-size: 1.8rem;
        line-height: 2.4rem;
        vertical-align: middle;
        border: none;
    }

        .webflow-style-input input::-webkit-input-placeholder {
            color: #888b8f;
        }

    .webflow-style-input button {
        color: #676a6c;
        font-size: 2.4rem;
        line-height: 2.4rem;
        vertical-align: middle;
        transition: color 0.25s;
    }

.form-area {
    height: 200px;
    width: 100%;
    resize: none;
    border: none !important;
    color: black !important;
    font-size: 1.8rem !important;
    line-height: 2.4rem !important;
    vertical-align: middle;
}

    .form-area:active {
        border: none;
    }

textarea:focus, input:focus {
    outline: none;
    border: none;
}

.cybr-btn {
    z-index: 2 !important;
}

.box .fa-times {
    right: 18px;
    position: absolute;
    top: 20px;
    cursor: pointer;
}

.d-modal h3 {
    /*margin-left: 79px;*/
    animation: glow2 800ms ease-out infinite alternate;
}
/* links */
/* =============================================== */
.link-1 {
    font-size: 1.8rem;
    color: white !important;
    background: var(--background);
    border-radius: 100rem;
    padding: 1.4rem 3.2rem;
    margin-bottom: 40px;
    transition: .2s;
}

    .link-1:hover,
    .link-1:focus {
        transform: translateY(-.2rem);
        box-shadow: .4rem .4rem 2.4rem .2rem #20c997;
        color: var(--light) !important;
    }

.link-3 {
    width: 4rem;
    height: 4rem;
    color: inherit;
    font-size: 2.2rem;
    position: relative;
    top: -30rem;
    right: -91rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s;
    color: white !important;
    z-index: 100000000000000000000000000000000000000000000000;
}

    .link-3::before {
        transform: translateY(-.1rem);
    }

    .link-3:hover,
    .link-3:focus {
        border-color: hsla(0, 0%, 100%, .6);
        transform: translateY(-.2rem);
    }

.link-2 {
    width: 4rem;
    height: 4rem;
    color: inherit;
    font-size: 2.2rem;
    position: absolute;
    top: 1rem;
    right: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s;
    color: white !important;
    z-index: 100000000000000000000000000000000000000000000000;
}



    .link-2:hover,
    .link-2:focus {
        border-color: hsla(0, 0%, 100%, .6);
        transform: translateY(-.2rem);
    }

/* Second Version Link */
/* =============================================== */
.second-version-link,
.second-version-link:link {
    color: hsl(236, 50%, 50%);
    padding: .8rem 1.6rem .8rem .2rem;
    border-bottom: 2px solid hsl(236, 50%, 50%);
    font-size: 1.4rem;
    font-weight: bold;
    position: absolute;
    top: 4rem;
    right: 4rem;
}

    .second-version-link::after {
        content: '\2197';
        position: absolute;
        top: 0;
        right: 0;
        font-size: .9em;
    }

.abs-site-link {
    position: fixed;
    bottom: 20px;
    left: 20px;
    color: hsla(0, 0%, 0%, .6);
    font-size: 1.6rem;
}

:root {
    --clr-neon: #28a47f;
    --clr-bg: hsl(323 21% 16%);
    --clr-white: #F3F3F4;
}




#btnSendOtp {
    /*    margin-left: 25px;*/
    margin-bottom: 20px;
    margin-left: 0px !important;
}

.listToggle {
    padding: 4px 30px;
}

.gridToggle {
    padding: 4px 30px;
}

.moveButton {
    margin-left: 8px;
    margin-top: 10px;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 229px;
}



:root {
    /* Base font size */
    font-size: 10px;
    /* Set neon color */
    --neon-text-color: #28a47f;
    --neon-border-color: #28a47f;
}


#balanceWallet {
    font-size: 2rem;
    font-weight: 200;
    font-style: italic;
    color: #fff;
    height: auto !important;
    border: 0.4rem solid #fff;
    border-radius: 2rem;
    text-transform: uppercase;
    animation: flicker 1.5s infinite alternate;
}

    #balanceWallet::-moz-selection {
        background-color: var(--neon-border-color);
        color: var(--neon-text-color);
    }

    #balanceWallet::selection {
        background-color: var(--neon-border-color);
        color: var(--neon-text-color);
    }

    #balanceWallet:focus {
        outline: none;
    }


.login-container h3 {
    text-align: center;
    animation: glow2 800ms ease-out infinite alternate;
}

.Card {
    padding: 1px;
    border-radius: var(--border-radius);
    background: linear-gradient(-67deg, rgba(200, 216, 231, .7), rgba(255, 255, 255, .8));
    overflow: hidden;
    box-shadow: -2px -2px 6px rgba(255, 255, 255, .6), 2px 2px 12px #c8d8e7;
    width: 100%;
}

.CardInner {
    padding: 16px 16px;
    background-color: #f8f9fa;
    border-radius: var(--border-radius);
}



.Icon {
    min-width: 46px;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius);
}

    .Icon svg {
        transform: translate(-1px, -1px);
    }

.Card label {
    display: block;
    margin-bottom: 12px;
    background: linear-gradient(45deg, rgba(107, 123, 143, 1), #3c4b66);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.InputContainer {
    width: 100%;
}

.Card input {
    background-color: #2f40500f;
    padding: 16px 32px;
    border: none;
    display: block;
    font-weight: 600;
    -webkit-appearance: none;
    transition: all 240ms ease-out;
    width: 100%;
}

    .Card input::placeholder {
        color: #6d7f8f;
    }

    .Card input:focus {
        outline: none;
        color: #6d7f8f;
        background-color: #eff5fa;
    }

.Card .InputContainer {
    --top-shadow: inset 1px 1px 3px #c5d4e3, inset 2px 2px 6px #c5d4e3;
    --bottom-shadow: inset -2px -2px 4px rgba(255, 255, 255, .7);
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
}

    .Card .InputContainer:before, .InputContainer:after {
        left: 0;
        top: 0;
        display: block;
        content: "";
        pointer-events: none;
        width: 100%;
        height: 100%;
        position: absolute;
    }

.InputContainer:before {
    box-shadow: var(--bottom-shadow);
}

.InputContainer:after {
    box-shadow: var(--top-shadow);
}

.Card h3 {
    text-align: center;
    animation: glow2 800ms ease-out infinite alternate;
}

.specialWrapper {
    padding: 0 !important;
    background: #F8F9FA !important;
    margin-bottom: 20px;
}

.specialBack {
    background: #F8F9FA !important;
}

.moveUp {
    margin-top: 20px;
}

.blendBack {
    background: #F3F3F4;
}

.btnHolder {
    text-align: center;
    margin-top: 36px;
}



.fa-refresh {
    color: #2CA01C;
    z-index: 100000000000000000000000000000000000000000000000000000000000000000000000000;
    animation: glow2 800ms ease-out infinite alternate;
}

    .fa-refresh:hover {
        transition: ease-in-out;
        transform: scale(1.1);
    }

.loading {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 4.6rem;
    height: 4.6rem;
    transform-style: preserve-3d;
    perspective: 800px;
    z-index: 1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000;
    display: none;
}

    .loading .arc {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border-bottom: 5px solid #38FF2C;
    }

        .loading .arc:nth-child(1) {
            animation: rotate1 1.15s linear infinite;
        }

        .loading .arc:nth-child(2) {
            animation: rotate2 1.15s linear infinite;
        }

        .loading .arc:nth-child(3) {
            animation: rotate3 1.15s linear infinite;
        }

        .loading .arc:nth-child(1) {
            animation-delay: -0.8s;
        }

        .loading .arc:nth-child(2) {
            animation-delay: -0.4s;
        }

        .loading .arc:nth-child(3) {
            animation-delay: 0s;
        }

.loadingm {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 4.6rem;
    height: 4.6rem;
    transform-style: preserve-3d;
    perspective: 800px;
    z-index: 1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000;
}

    .loadingm .arc {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border-bottom: 6px solid #F8AC59
    }

        .loadingm .arc:nth-child(1) {
            animation: rotate1 1.15s linear infinite;
        }

        .loadingm .arc:nth-child(2) {
            animation: rotate2 1.15s linear infinite;
        }

        .loadingm .arc:nth-child(3) {
            animation: rotate3 1.15s linear infinite;
        }

        .loadingm .arc:nth-child(1) {
            animation-delay: -0.8s;
        }

        .loadingm .arc:nth-child(2) {
            animation-delay: -0.4s;
        }

        .loadingm .arc:nth-child(3) {
            animation-delay: 0s;
        }

@keyframes rotate1 {
    from {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0);
    }

    to {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(1turn);
    }
}

@keyframes rotate2 {
    from {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0);
    }

    to {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(1turn);
    }
}

@keyframes rotate3 {
    from {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0);
    }

    to {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(1turn);
    }
}

.overlay {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    color: rgba(130, 130, 130, 0.5);
    font-size: 50px;
    text-align: center;
    line-height: 100px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    background: #0000005c;
    z-index: 1000;
}

.overlaym {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    color: rgba(130, 130, 130, 0.5);
    font-size: 50px;
    text-align: center;
    line-height: 100px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    background: #0000005c;
    z-index: 1000;
}

.deliverable-d-modal {
    z-index: 1000;
    position: fixed;
}

.balanceOver {
    font-size: 2rem;
    font-weight: 700;
}

.deliverable-d-modal {
    z-index: 1002 !important;
}

.blockChainLink {
    color: #0087ca !important;
    text-align: center;
}

.editBtn {
    margin-bottom: -30px !important;
    margin-left: 190px !important;
}

.transfer-d-modal {
    z-index: 10000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 40%, .6);
    z-index: 1002 !important;
    display: none;
}

.exttransfer-d-modal {
    z-index: 10000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 40%, .6);
    z-index: 1002 !important;
    display: none;
}

.moreheight {
    height: 5.4rem !important;
}

.noPad {
    padding: 0;
    padding-bottom: 4px;
}

#walletSelect * {
    border-radius: 15px;
    width: 200px;
}

#SUCCESS {
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    animation: glow2 800ms ease-out infinite alternate;
}



.login-container {
    height: 494px !important;
}





.d-modal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 60rem !important;
    width: 80vw !important;
    z-index: 10000000;
}

.spacingHover {
    margin-bottom: 22px;
}

.d-modal {
    max-height: 80vh !important;
}

.listToggle {
    display: none !important;
}

.gridToggle {
    display: none;
}
/* #transfer {
                            display:none;
                        }*/
#submitTransfer {
    width: 71% !important;
    margin-left: 80px;
}

.holder {
    margin: auto;
}

.loading2 {
    margin: auto;
    position: relative;
    width: 8.6rem;
    height: 8.6rem;
    transform-style: preserve-3d;
    perspective: 800px;
}

    .loading2 .arc {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border-bottom: 3px solid #23C6C8;
    }

        .loading2 .arc:nth-child(1) {
            animation: rotate1 1.15s linear infinite;
        }

        .loading2 .arc:nth-child(2) {
            animation: rotate2 1.15s linear infinite;
        }

        .loading2 .arc:nth-child(3) {
            animation: rotate3 1.15s linear infinite;
        }

        .loading2 .arc:nth-child(1) {
            animation-delay: -0.8s;
        }

        .loading2 .arc:nth-child(2) {
            animation-delay: -0.4s;
        }

        .loading2 .arc:nth-child(3) {
            animation-delay: 0s;
        }

@keyframes rotate1 {
    from {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0);
    }

    to {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(1turn);
    }
}

@keyframes rotate2 {
    from {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0);
    }

    to {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(1turn);
    }
}

@keyframes rotate3 {
    from {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0);
    }

    to {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(1turn);
    }
}

.text-success {
    color: #28a745 !important;
}

a,
a:link {
    font-family: inherit;
    text-decoration: none;
}

/* d-modal */
/* =============================================== */
.deliverable-d-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 40%, .6);
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

    /* using :target */
    .deliverable-d-modal:target {
        display: flex;
    }

.d-modal {
    width: 60rem;
    padding: 4rem 2rem;
    border-radius: .8rem;
    background: #DFDFDF;
    box-shadow: .4rem .4rem 2.4rem .2rem hsla(236, 50%, 50%, 0.3);
    overflow: auto !important;
    overflow-y: scroll !important;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

    .d-modal::-webkit-scrollbar {
        display: none;
    }

.deliverable-d-modal::-webkit-scrollbar {
    display: none;
}


.d-modal__details {
    text-align: center;
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid hsla(0, 0%, 100%, .4);
}

.d-modal__title {
    font-size: 3.2rem;
    margin-top: 10px !important;
}

.d-modal__description {
    margin-top: 2rem;
    font-size: 1.6rem;
    font-style: italic;
}

.d-modal__text {
    padding: 0 4rem;
    margin-bottom: 4rem;
    font-size: 1.6rem;
    line-height: 2;
}

    .d-modal__text::before {
        content: '';
        position: absolute;
        top: 0%;
        left: 100%;
        transform: translate(-50%, -50%);
        width: 18rem;
        height: 18rem;
        border: 1px solid hsla(0, 0%, 100%, .2);
        border-radius: 100rem;
        pointer-events: none;
    }

.d-modal__btn {
    padding: 1rem 1.6rem;
    border: 1px solid hsla(0, 0%, 100%, .4);
    border-radius: 100rem;
    color: inherit;
    background: transparent;
    font-size: 1.4rem;
    font-family: inherit;
    letter-spacing: .2rem;
    transition: .2s;
    cursor: pointer;
}

    .d-modal__btn:hover,
    .d-modal__btn:focus {
        border-color: hsla(0, 0%, 100%, .6);
        transform: translateY(-.2rem);
    }

/* links */
/* =============================================== */
.link-1 {
    font-size: 1.8rem;
    background: var(--background);
    border-radius: 100rem;
    padding: 1.4rem 3.2rem;
    margin-bottom: 40px;
    transition: .2s;
}

    .link-1:hover,
    .link-1:focus {
        transform: translateY(-.2rem);
        box-shadow: .4rem .4rem 2.4rem .2rem #20c997;
        color: var(--light) !important;
    }

.link-2 {
    width: 4rem;
    height: 4rem;
    color: black !important;
    font-size: 2.2rem;
    position: absolute;
    top: 2rem;
    right: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s;
}

    .link-2:hover,
    .link-2:focus {
        border-color: hsla(0, 0%, 100%, .6);
        transform: translateY(-.2rem);
    }

/* Second Version Link */
/* =============================================== */
.second-version-link,
.second-version-link:link {
    color: hsl(236, 50%, 50%);
    padding: .8rem 1.6rem .8rem .2rem;
    border-bottom: 2px solid hsl(236, 50%, 50%);
    font-size: 1.4rem;
    font-weight: bold;
    position: absolute;
    top: 4rem;
    right: 4rem;
}

    .second-version-link::after {
        content: '\2197';
        position: absolute;
        top: 0;
        right: 0;
        font-size: .9em;
    }

.abs-site-link {
    position: fixed;
    bottom: 20px;
    left: 20px;
    color: hsla(0, 0%, 0%, .6);
    font-size: 1.6rem;
}

#btnSendOtp {
}

.text-black-50 {
    text-align: center;
    color: white !important;
    font-size: 2rem;
    margin-bottom: 40px;
}




@keyframes gradient {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 100% 0;
    }
}

.webflow-style-input {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    border-radius: 2px;
    padding: 1.4rem 2rem 1.6rem;
    background: white;
    margin-bottom: 15px;
}

    .webflow-style-input:after {
        content: "";
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        height: 4px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        background-position: 0% 0%;
        background: linear-gradient(to right, #b294ff, #57e6e6, #feffb8, #57e6e6, #b294ff, #57e6e6);
        background-size: 500% auto;
        animation: gradient 3s linear infinite;
    }

    .webflow-style-input input {
        flex-grow: 1;
        color: black !important;
        font-size: 1.8rem;
        line-height: 2.4rem;
        vertical-align: middle;
        border: none;
    }

        .webflow-style-input input::-webkit-input-placeholder {
            color: #888b8f;
        }

    .webflow-style-input button {
        color: #676a6c;
        font-size: 2.4rem;
        line-height: 2.4rem;
        vertical-align: middle;
        transition: color 0.25s;
    }

.form-area {
    height: 200px;
    width: 100%;
    resize: none;
    border: none !important;
    color: black !important;
    font-size: 1.8rem !important;
    line-height: 2.4rem !important;
    vertical-align: middle;
    height: 77px;
}

    .form-area:active {
        border: none;
    }

.dropDownSpecial {
    max-width: 400px !important;
    margin: auto;
    height: 5.5rem !important;
    font-size: 1.8rem !important;
}

.policySpecial {
    max-width: 400px;
    margin: auto;
    margin-top: 15px;
}

#btnAccountCreate {
    display: none;
}



.staticLable {
    animation: glow2 800ms ease-out infinite alternate;
}

.staticLable {
    font-size: 15px !important;
    font-weight: 600 !important;
}



/*#divAccountCreate {
    display: flex;
    margin: auto;
    flex-direction: column;
    max-width: 400px;
}*/

@media(max-width: 428px) {
    .mobileSmall {
        font-size: 1.4rem !important;
    }
}

.mobileSmall {
    max-width: 406px;
    margin-left: 76px !important;
}

.cybr-btn {
    margin-top: 15px !important;
}

.lightLink {
    color: #3498DB !important;
}

#specialRefresh {
    border-color: #adb5bd;
    /* color: white; */
    background: white;
}

.submitBtnHigher {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}

.editBtn {
    padding: 4px 6px 2px 9px !important;
}

.overlay_green {
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #787777b0;
    z-index: 1000000000000000000000000000000000000000000000000000000;
}

.overlay__inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spin__account {
    /* top: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* height: 512px; */
    z-index: 10;
}

#paymentRequestCount {
    font-size: 10px;
    line-height: 10px;
    top: 3px;
    margin-left: 1px;
    border-radius: 10px;
}

.paymentInputControls {
    width: 100%;
    padding: 12px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 2px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

    .paymentInputControls:focus {
        width: 100%;
        padding: 12px 10px;
        margin: 8px 0;
        display: inline-block;
        border: 2px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
    }


@media(max-width:1200px) {
    #paymentRow {
        max-height: none !important;
    }
}

.deleteButtonPayment {
    width: 36px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 28px;
    height: 29px;
}


.paymentRequestListCompanyLogo {
    width: 30px;
    height: 30px;
}

.deletePayBtn {
    width: 25px;
    position: absolute;
    right: 28px;
}

.deletePaymentInside {
    right: 15px;
    position: absolute;
    /* bottom: 30px; */
    top: -7px;
}

.slimScrollDiv {
    margin-right: 12px !important;
}

@media(min-width:960px) {
    #mobileBreak {
        display: none !important;
    }
}

@media(min-width: 767px) {
    .containerMobile {
        display: none !important;
    }
}


.mobileNavWrapper {
    position: fixed;
    top: 0;
    /*left: -100%;*/
    right: -100%;
    height: 100%;
    width: 100%;
    background: #455463;
    /*background: linear-gradient(90deg, #f92c78, #4114a1);*/
    /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
    /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%);*/
    transition: all 0.6s ease-in-out;
}

#active:checked ~ .mobileNavWrapper {
    /*left: 0;*/
    right: 0;
}

.menu-btn {
    position: absolute;
    z-index: 2;
    right: 20px;
    /*left: 20px; */
    top: 0px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    /*color: #fff;*/
    /*background: linear-gradient(90deg, #f92c78, #4114a1);*/
    /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
    /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%); */
    transition: all 0.3s ease-in-out;
}

    .menu-btn span,
    .menu-btn:before,
    .menu-btn:after {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        left: 30%;
        width: 40%;
        border-bottom: 2px solid #000;
        transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .menu-btn:before {
        transform: translateY(-8px);
    }

    .menu-btn:after {
        transform: translateY(8px);
    }


.containerMobile .close {
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .6s;
}

/* closing animation */
#active:checked + .menu-btn span {
    transform: scaleX(0);
}

#active:checked + .menu-btn:before {
    transform: rotate(45deg);
    border-color: #fff;
}

#active:checked + .menu-btn:after {
    transform: rotate(-45deg);
    border-color: #fff;
}

.mobileNavWrapper ul {
    position: absolute;
    top: 60%;
    left: 50%;
    height: 90%;
    transform: translate(-50%, -50%);
    list-style: none;
    text-align: center;
}

    .mobileNavWrapper ul li {
        height: 10%;
        margin: 15px 0;
    }

        .mobileNavWrapper ul li a {
            text-decoration: none;
            font-size: 30px;
            font-weight: 500;
            padding: 5px 30px;
            color: #fff;
            border-radius: 50px;
            position: absolute;
            line-height: 50px;
            margin: 5px 30px;
            opacity: 0;
            transition: all 0.3s ease;
            transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
        }

            .mobileNavWrapper ul li a:after {
                position: absolute;
                content: "";
                background: #fff;
                /*background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0);*/
                /*background: linear-gradient(375deg, #1cc7d0, #2ede98);*/
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                border-radius: 50px;
                transform: scaleY(0);
                z-index: -1;
                transition: transform 0.3s ease;
            }

            .mobileNavWrapper ul li a:hover:after {
                transform: scaleY(1);
            }

            .mobileNavWrapper ul li a:hover {
                color: #1a73e8;
            }




#active:checked ~ .mobileNavWrapper ul li a {
    opacity: 1;
}

.mobileNavWrapper ul li a {
    transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateX(100px);
}

#active:checked ~ .mobileNavWrapper ul li a {
    transform: none;
    transition-timing-function: ease, cubic-bezier(.1,1.3,.3,1); /* easeOutBackを緩めた感じ */
    transition-delay: .6s;
    transform: translateX(-100px);
}

#error-search {
    margin-top: 30px;
    font-weight: 600;
}

.responsive-form {
    max-width: 400px;
    margin: auto;
}

@media only screen and (max-width: 1100px) {

    /* Force table to not be like tables anymore */
    #tblPaymentDocumentList table,
    #tblPaymentDocumentList thead,
    #tblPaymentDocumentList tbody,
    #tblPaymentDocumentList th,
    #tblPaymentDocumentList td,
    #tblPaymentDocumentList tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #tblPaymentDocumentList thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #tblPaymentDocumentList tr {
        border: 1px solid #ccc;
    }

    #tblPaymentDocumentList td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        word-break: break-all;
    }

        #tblPaymentDocumentList td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #tblPaymentDocumentList td:before {
            content: attr(data-title);
        }
}


.btnSocial {
    clear: both;
    white-space: nowrap;
    font-size: .8em;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    overflow: hidden
}

    .btnSocial:hover {
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.45);
    }

    .btnSocial:focus {
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
    }

    .btnSocial > span, .btnSocial-icon > i {
        float: left;
        padding: 13px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        line-height: 1em
    }

    .btnSocial > span {
        padding: 15px 18px 16px;
        white-space: nowrap;
        color: #FFF;
        background: #b8b8b8
    }

    .btnSocial:focus > span {
        background: #9a9a9a
    }

.btnSocial-icon > i {
    border-radius: 5px 0 0 5px;
    position: relative;
    width: 13px;
    text-align: center;
    font-size: 1.25em;
    color: #fff;
    background: #212121
}

    .btnSocial-icon > i:after {
        content: "";
        border: 8px solid;
        border-color: transparent transparent transparent #222;
        position: absolute;
        top: 13px;
        right: -15px
    }

.btnSocial-icon:hover > i, .btnSocial-icon:focus > i {
    color: #FFF
}

.btnSocial-icon > span {
    border-radius: 0 5px 5px 0
}



/*LinkedIn*/
.btnSocial-linkedin:hover > i, .btnSocial-linkedin:focus > i {
    color: #007bb6
}

.btnSocial-linkedin > span {
    background: #007bb6
}

.companyAboutLinks {
    color: inherit !important;
}

#companyAboutContainer .specialclip {
    position: inherit;
    font-size: 18px;
}


#accountCardButtons {
    display: flex;
    /*    float: right;*/
    justify-content: flex-end;
}

.companyCardOverflow {
    max-height: 54px;
    overflow: hidden;
    display: inline-block;
}

.cardViewBtn {
    bottom: 22px;
    right: 27px;
    position: absolute;
}

@media (max-width:640px) {
    .cardViewBtn {
        position: static !important;
    }
}

.descriptionForCard {
    height: 68px;
    overflow: hidden;
}


@media only screen and (max-width: 1100px) {

    /* Force table to not be like tables anymore */
    #transactionPackPurcahsedList table,
    #transactionPackPurcahsedList thead,
    #transactionPackPurcahsedList tbody,
    #transactionPackPurcahsedList th,
    #transactionPackPurcahsedList td,
    #transactionPackPurcahsedList tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #transactionPackPurcahsedList thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #transactionPackPurcahsedList tr {
        border: 1px solid #ccc;
    }

    #transactionPackPurcahsedList td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        word-break: break-all;
    }

        #transactionPackPurcahsedList td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #transactionPackPurcahsedList td:before {
            content: attr(data-title);
        }
}

/*https://www.w3schools.com/cssref/css3_pr_text-overflow.asp*/
.capsuleUploadButtons {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.documentWidgetFont {
    font-size: 11px;
}

@media screen and (min-width: 990px) {

    .documentEllipsis .panel-body div,
    .documentEllipsis .panel-footer div,
    .documentEllipsis .panel-body,
    .documentEllipsis .panel-body a,
    .documentEllipsis .panel-footer,
    .documentEllipsis .panel-body h1,
    .documentEllipsis .panel-body h2,
    .documentEllipsis .panel-body h3,
    .documentEllipsis .panel-body h4,
    .documentEllipsis .panel-body h5,
    .documentEllipsis .panel-body h6,
    .documentEllipsis .panel-body p,
    .documentEllipsis .social-profile {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%
    }

        .documentEllipsis .panel-body h2,
        .documentEllipsis .panel-body h3,
        .documentEllipsis .panel-body h5 {
            padding-bottom: 2px;
        }
}


@media screen and (max-width: 990px) {
    .documentEllipsis .panel-body p,
    .documentEllipsis .panel-body .panel-footer div,
    .documentEllipsis .panel-body .panel-footer a,
    .documentEllipsis .panel-body h1,
    .documentEllipsis .panel-body h2,
    .documentEllipsis .panel-body h3,
    .documentEllipsis .panel-body h4,
    .documentEllipsis .panel-body h5,
    .documentEllipsis .panel-footer,
    .documentEllipsis .panel-footer,
    .documentEllipsis .panel-body h6 {
        word-break: break-all;
        white-space: inherit;
    }
}

.paymentRequestAcceptWidgetsSender {
    border: 1px solid #dcd0d0c7 !important;
    /*border-top: 2px solid #62cb31 !important;*/
    border-top: 2px solid !important;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    border-radius: 8px !important;
}

.paymentRequestAcceptWidgets {
    border: 1px solid #dcd0d0c7 !important;
    /*border-top: 2px solid #3498db !important;*/
    border-top: 2px solid !important;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    border-radius: 8px !important;
}



.documentManagerWidgets {
    border: 1px solid #dcd0d0c7 !important;
    /*border-top: 2px solid #62cb31 !important;*/
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    border-radius: 8px !important;
}

.analyticsWidgets {
    border: 1px solid #dcd0d0c7 !important;
    /*border-top: 2px solid #62cb31 !important;*/
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    border-radius: 8px !important;
}

.auditTrailCertificate {
    border: 1px solid #dcd0d0c7 !important;
    border-radius: 8px !important;
}



@media only screen and (max-width: 1100px) {

    /* Force table to not be like tables anymore */
    #transactionPackPurcahsedList table,
    #transactionPackPurcahsedList thead,
    #transactionPackPurcahsedList tbody,
    #transactionPackPurcahsedList th,
    #transactionPackPurcahsedList td,
    #transactionPackPurcahsedList tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #transactionPackPurcahsedList thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #transactionPackPurcahsedList tr {
        border: 1px solid #ccc;
    }

    #transactionPackPurcahsedList td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        word-break: break-all;
    }

        #transactionPackPurcahsedList td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        #transactionPackPurcahsedList td:before {
            content: attr(data-title);
        }
}


.tblRoundCorner {
    width: 100%;
    border: 1px solid rgba(220, 208, 208, 0.78);
    border-radius: 8px;
}




/*// CHECKBOX*/

/* Customize the label (the container) */
.cbContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .cbContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.btnStopTracking {
    border-radius: 10px;
    border-color: #2CA01C;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 4px;
    border: none;
    background-color: white;
    border-style: solid;
    border-width: thin;
    font-family: inherit;
    font-size: 1.4rem;
    margin-top: 16px;
    margin-bottom: 17px;
}

.entityTrackingStatus_m_l {
    margin-left: 10px;
    font-size: 1.5rem;
    font-weight: 100;
}

.ddlTagSelector {
    height: 30px;
}


@media screen and (min-width: 990px) {

    .controlPanelEllipsis .panel-body div,
    .controlPanelEllipsis .panel-footer div,
    .controlPanelEllipsis .panel-body,
    .controlPanelEllipsis .panel-body a,
    .controlPanelEllipsis .panel-footer,
    .controlPanelEllipsis .panel-body h1,
    .controlPanelEllipsis .panel-body h2,
    .controlPanelEllipsis .panel-body h3,
    .controlPanelEllipsis .panel-body h4,
    .controlPanelEllipsis .panel-body h5,
    .controlPanelEllipsis .panel-body h6,
    .controlPanelEllipsis .panel-body p,
    .controlPanelEllipsis .social-profile {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%
    }

        .controlPanelEllipsis .panel-body h2,
        .controlPanelEllipsis .panel-body h3,
        .controlPanelEllipsis .panel-body h5 {
            padding-bottom: 2px;
        }
}


@media screen and (max-width: 990px) {
    .controlPanelEllipsis .panel-body p,
    .controlPanelEllipsis .panel-body .panel-footer div,
    .controlPanelEllipsis .panel-body .panel-footer a,
    .controlPanelEllipsis .panel-body h1,
    .controlPanelEllipsis .panel-body h2,
    .controlPanelEllipsis .panel-body h3,
    .controlPanelEllipsis .panel-body h4,
    .controlPanelEllipsis .panel-body h5,
    .controlPanelEllipsis .panel-footer,
    .controlPanelEllipsis .panel-footer,
    .controlPanelEllipsis .panel-body h6 {
        word-break: break-all;
        white-space: inherit;
    }
}


@media only screen and (max-width: 1100px) {

    /* Force table to not be like tables anymore */
    #tblCompanyPayments table,
    #tblCompanyPayments thead,
    #tblCompanyPayments tbody,
    #tblCompanyPayments th,
    #tblCompanyPayments td,
    #tblCompanyPayments tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #tblCompanyPayments thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #tblCompanyPayments tr {
        border: 1px solid #ccc;
    }

    #tblCompanyPayments td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        word-break: break-all;
    }

        #tblCompanyPayments td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        #tblCompanyPayments td:before {
            content: attr(data-title);
        }
}


.blockchainWidget:hover {
    transition: all 0.3s ease-in-out;
    transform: translate(10px, 10px);
    /*box-shadow: -1px -1px 0px #999, -2px -2px 0px #999, -3px -3px 0px #999, -4px -4px 0px #999, -5px -5px 0px #999, -6px -6px 0px #999, -7px -7px 0px #999, -8px -8px 0px #999, -9px -9px 0px #999, -10px -10px 0px #999, -11px -11px 0px #999, -12px -12px 0px #999;*/
    cursor: pointer;
}

@media only screen and (max-width: 1100px) {

    /* Force table to not be like tables anymore */
    #tblLogsList table,
    #tblLogsList thead,
    #tblLogsList tbody,
    #tblLogsList th,
    #tblLogsList td,
    #tblLogsList tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #tblLogsList thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #tblLogsList tr {
        border: 1px solid #ccc;
    }

    #tblLogsList td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        word-break: break-all;
    }

        #tblLogsList td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        #tblLogsList td:before {
            content: attr(data-title);
        }
}


.tblFundWithGusd, th, td {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    text-align: center;
    font-size: 15px;
    padding: 2px;
}

.tblPruchaseConfirmation, th, td {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    text-align: center;
    font-size: 15px;
    padding: 2px;
}

#tblDCPurchaseCertifictae, th, td {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    text-align: center;
    font-size: 15px;
    padding: 2px;
}

#tblMintTokenCertifictae, th, td {
    /*   margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;    
    font-size: 13px;
    padding: 2px;*/
    text-align: left;
}


.packDetails {
    font-size: 15px;
}

.tokenListRoundCorners {
    /*border: 1px solid !important;*/
    /*border: 1px solid #dcd0d0c7 !important;*/
    /* border-top: 2px solid #62cb31 !important; */
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    border-radius: 8px !important;
}

.btnMintToken {
    border-radius: 10px;
    border-style: solid;
    border-width: thin;
    font-family: inherit;
    font-size: 1.4rem;
    margin-top: 16px;
    margin-bottom: 17px;
}


@media only screen and (max-width: 1100px) {
    /* Force table to not be like tables anymore */
    #capsuleGrid table,
    #capsuleGrid thead,
    #capsuleGrid tbody,
    #capsuleGrid th,
    #capsuleGrid td,
    #capsuleGrid tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #capsuleGrid thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #capsuleGrid tr {
        border: 1px solid #ccc;
    }

    #capsuleGrid td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        word-break: break-all;
    }

        #capsuleGrid td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #capsuleGrid td:before {
            content: attr(data-title);
        }
}





/*stop Watch Css*/
/* Variabes */
/* Mixin's */


@media (min-width:320px) {
    #small-logo {
        display: none;
    }
}




/*@media only screen and (max-width: 600px) {
    #small-logo {
        display: block;
    }
}*/


.phoneNumberPadding {
    padding-left: 80px !important;
}

.userProfileUpdate-Phone {
    padding-left: 73px !important;
}

@media only screen and (max-width: 1100px) {

    /* Force table to not be like tables anymore */
    #tblSessionList table,
    #tblSessionList thead,
    #tblSessionList tbody,
    #tblSessionList th,
    #tblSessionList td,
    #tblSessionList tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #tblSessionList thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #tblSessionList tr {
        border: 1px solid #ccc;
    }

    #tblSessionList td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        word-break: break-all;
    }

        #tblSessionList td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #tblSessionList td:before {
            content: attr(data-title);
        }
}


@media only screen and (max-width: 1703px) {

    /* Force table to not be like tables anymore */
    #tblSubscriptionInfo table,
    #tblSubscriptionInfo thead,
    #tblSubscriptionInfo tbody,
    #tblSubscriptionInfo th,
    #tblSubscriptionInfo td,
    #tblSubscriptionInfo tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #tblSubscriptionInfo thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #tblSubscriptionInfo tr {
        border: 1px solid #ccc;
    }

    #tblSubscriptionInfo td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

        #tblSubscriptionInfo td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #tblSubscriptionInfo td:before {
            content: attr(data-title);
        }
}


.userProfileLogoRoundNew {
    width: 110px; /* Set the desired width */
    height: 110px; /* Set the desired height */
    overflow: hidden;
    border-radius: 50%; /* Makes the div round */
    display: flex;
    justify-content: center;
    align-items: center;
}

    .userProfileLogoRoundNew img {
        width: 100%;
        height: auto; /* Maintain aspect ratio */
    }

@media(max-width: 900px) {
    .loggedInUserName_SiteHeader {
        display: none;
    }
}

@media (min-width: 500px) and (max-width: 525px) {
    .loggedInUserName_SiteHeader {
        display: block;
    }
}

@media only screen and (max-width: 1100px) {

    /* Force table to not be like tables anymore */
    #tblProcedureCodes table,
    #tblProcedureCodes thead,
    #tblProcedureCodes tbody,
    #tblProcedureCodes th,
    #tblProcedureCodes td,
    #tblProcedureCodes tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #tblProcedureCodes thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #tblProcedureCodes tr {
        border: 1px solid #ccc;
    }

    #tblProcedureCodes td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        word-break: break-all;
    }

        #tblProcedureCodes td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #tblProcedureCodes td:before {
            content: attr(data-title);
        }
}

@media only screen and (max-width: 1100px) {

    /* Force table to not be like tables anymore */
    #tblDiagnosticCodes table,
    #tblDiagnosticCodes thead,
    #tblDiagnosticCodes tbody,
    #tblDiagnosticCodes th,
    #tblDiagnosticCodes td,
    #tblDiagnosticCodes tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #tblDiagnosticCodes thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #tblDiagnosticCodes tr {
        border: 1px solid #ccc;
    }

    #tblDiagnosticCodes td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        word-break: break-all;
    }

        #tblDiagnosticCodes td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #tblDiagnosticCodes td:before {
            content: attr(data-title);
        }
}


.btnGotoSoapNotes_m-t {
    margin-top: 10px;
}

@media (max-width: 428px) {
    #btnGotoSoapNotes {
        margin-top: 10px;
        float: none !important;
    }
}

@media (min-width: 429px) {
    #btnGotoSoapNotes {
        margin-top: 0;
        float: right !important;
    }
}

.form-control:focus {
    border: 1px solid #eaeaea !important;
}

.form-control.input-validation-error:focus {
    box-shadow: none; /* Optional: Disable shadow on error */
}


input:-webkit-autofill {
    background-color: white !important;
    transition: background-color 5000s ease-in-out 0s;
}

.full .progress-bar-steelBlue {
    background-color: #ffb606;
    border-right: 4px solid #eba600;
}



@media only screen and (max-width: 1100px) {

    /* Force table to not be like tables anymore */
    #tblCodesList table,
    #tblCodesList thead,
    #tblCodesList tbody,
    #tblCodesList th,
    #tblCodesList td,
    #tblCodesList tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #tblCodesList thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #tblCodesList tr {
        border: 1px solid #ccc;
    }

    #tblCodesList td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        word-break: break-all;
    }

        #tblCodesList td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #tblCodesList td:before {
            content: attr(data-title);
        }
}



@media only screen and (max-width: 992px) {

    /* Force table to not be like tables anymore */
    #tblAssociationList table,
    #tblAssociationList thead,
    #tblAssociationList tbody,
    #tblAssociationList th,
    #tblAssociationList td,
    #tblAssociationList tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #tblAssociationList thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #tblAssociationList tr {
        border: 1px solid #ccc;
    }

    #tblAssociationList td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        word-break: break-all;
    }

        #tblAssociationList td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #tblAssociationList td:before {
            content: attr(data-title);
        }

    /*#tblCodesList textarea {
        width: auto !important;*/ /* Adjust width as needed */
    /*max-width: 100% !important;*/ /* Ensure it doesn't overflow */
    /*min-width: 20ch !important;*/ /* Simulate cols="20" */
    /*}*/

    @media (max-width: 576px) { /* Adjust breakpoint as needed */
        .sessionstagebuttons {
            display: block;
            width: 100% !important;
        }

        .vierOrEditSoapNoteButtons {
            display: block;
            width: 100% !important;
            margin-top: 8px !important;
            margin-left: 0px !important;
        }

        .btnDeleteCompany {
            margin-top: 40px;
        }

        #btnEditClinicFromProfile {
            margin-top: 40px;
        }

        .footer {
            display: none;
        }

        /* #recorderTimer {
            display: block;
            width: 100% !important;
            margin-left: 0 !important;
        }

        #recordingStatusHeader
        {
            margin-bottom:25px;
        }*/
        /*        #recordingbreadcrumb
        {
            display:none;
        }*/

        #btnCancelInviteTeamMember {
            margin-left: 0px !important;
            margin-top: 5px !important;
            display: block;
            width: 100% !important;
        }

        #btnInviteClinicTeamMember {
            display: block;
            width: 100% !important;
        }

        #btnSubmitProviderInvitationInfo, #btnCancelProviderInvitationInfo {
            display: block;
            width: 100% !important;
            margin-left: 0 !important;
            margin-bottom: 10px; /* Adjust as needed */
        }

        #btnUpsertCompany, #btnCancelUpsertCompany {
            display: block;
            width: 100% !important;
            margin-left: 0 !important;
            margin-bottom: 10px; /* Adjust as needed */
        }

        .btnMyVisits, .btnNewVisit, .btnArchiveVisits, .btnRefreshVisitGrid, .btnRefreshArchiveVisitGrid {
            display: block;
            width: 100% !important;
            margin-left: 0 !important;
            margin-bottom: 10px;
        }

        .btnArchiveVisits {
            float: none !important;
        }

        .sessionArchiveDataWrapper, .sessionListDataWrapper {
            margin-bottom: 70px;
        }
    }

    @media (max-width: 980px) {
        #btnGenerateMedicalCodes,
        #btnUpsertMedicalCodes,
        #btnGotoSoapNotes {
            display: block;
            width: 100% !important;
            margin-left: 0 !important;
            margin-bottom: 10px; /* Adjust as needed */
        }
    }
}

.btn-info-outline-disabled {
    color: #3498db !important;
    border-color: #3498db !important;
    background-color: transparent !important;
}

    .btn-info-outline-disabled:hover {
        color: #fff !important;
        background-color: #2489cc !important;
        border-color: #2489cc !important;
    }

    .btn-info-outline-disabled[disabled] {
        background-color: #fff !important;
        border-color: #e0e0e0 !important;
        color: #606265 !important;
    }


.btn-danger-outline-disabled {
    color: #e74c3c !important;
    border-color: #e74c3c !important;
    background-color: transparent !important;
}

    .btn-danger-outline-disabled:hover {
        color: #fff !important;
        background-color: #ea6557 !important;
        border-color: #ea6557 !important;
    }

    .btn-danger-outline-disabled[disabled] {
        background-color: #fff !important;
        border-color: #e0e0e0 !important;
        color: #606265 !important;
    }

.btn-warning-outline-disabled {
    color: #ffb606 !important;
    border-color: #ffb606 !important;
    background-color: transparent !important;
}

    .btn-warning-outline-disabled:hover {
        color: #fff !important;
        background-color: #ffbf25 !important;
        border-color: #ffbf25 !important;
    }

    .btn-warning-outline-disabled[disabled] {
        background-color: #fff !important;
        border-color: #e0e0e0 !important;
        color: #606265 !important;
    }


.btn-success-outline-disabled {
    color: #74d348 !important;
    border-color: #74d348 !important;
    background-color: transparent !important;
}

    .btn-success-outline-disabled:hover {
        color: #fff !important;
        background-color: #56b22b !important;
        border-color: #56b22b !important;
    }

    .btn-success-outline-disabled[disabled] {
        background-color: #fff !important;
        border-color: #e0e0e0 !important;
        color: #606265 !important;
    }


@media (min-width: 768px) and (max-width: 1120px) {
    .providerInvitationPlanName, .providerInvitationPlanAmount {
        word-break: break-word;
    }

    .providerInvitationPlanIcon {
        font-size: 60px;
    }
}

@media (max-width: 1210px) {
    #supportContainer {
        display: block;
        width: 100%;
        margin-top: 10px;
        text-align: left; /* or center if preferred */
    }

    #lnkMedicalCodesFooter {
        display: inline-block;
        width: auto;
        margin-left: 0 !important;
    }

    #btnMedicalFooterHelpdesk {
        margin-bottom: 170px;
    }
}

@media (max-width: 768px) {

    #generatedMedicalCodesListResult {
        margin-bottom: 100px !important;
    }

    #lnkMedicalCodesFooter {
        /*margin-bottom:70px;*/
        margin-bottom: 0px;
    }

    #divMedicalCodesFooter {
        height: 100px; /* or any height you want */
        overflow-y: auto;
        background-color: #f8f9fa; /* optional for visibility */
        padding: 10px;
    }
}

@media (max-width: 810px) {
    #btnSaveDAPNote,
    #btnSaveSoapNote,
    #btnCopyPasteNote,
    #btnPushToTebra {
        display: block;
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 10px;
        float: none !important; /* override any float */
    }

    .soap-note-actions .pull-right {
        float: none !important;
        text-align: left !important;
    }
}

@media (min-width: 1195px) and (max-width: 1376px) {
    #btnSaveDAPNote,
    #btnSaveSoapNote,
    #btnCopyPasteNote,
    #btnPushToTebra {
        display: block;
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 10px;
        float: none !important; /* override any float */
    }

    .soap-note-actions .pull-right {
        float: none !important;
        text-align: left !important;
    }
}