.left-menu {
    display: block
}

.bmd-form-group label {
    color: #191a1b;
}

.nav-pills .nav-item .nav-link.active {
    background-color: #34a853 !important;
}

body {
    margin: 0;
    font-family: Nunito, sans-serif;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #191a1b;
    text-align: left;
    background-color: #f8f9fa;
}

.form-group {
    margin-bottom: 0px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.autocomplete-search {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 65%;
}

.search-criteria-field {
    height: 41px;
    width: 88%;
}

.navbar-brand {
    color: #9c27b0 !important;
    font-weight: bold;
}

.main-search-container {
    background-color: transparent;
    display: flow-root;
    border: 1px solid;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-right-section {
    border: 2px solid #e8e8e8;
    padding-top: 20px;
    border-radius: 5px;
}

li.nav-item.configuration-option-container.float-left {
    margin-top: 5px;
}

.table th, .table td {
    padding: 0.25rem;
    vertical-align: baseline;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 12px;
}

.action-col {
    width: 160px;
}

.has-danger [class^='bmd-label'], .has-danger [class*=' bmd-label'] {
    color: #6f140e;
}

.has-danger .form-control, .is-focused .has-danger .form-control {
    background-image: linear-gradient(to top, #6f140e 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

.form-error-icon {
    vertical-align: sub;
    font-size: 17px;
    margin-right: 3px;
}

.bmd-form-group [class^='bmd-label'].bmd-label-floating, .bmd-form-group [class*=' bmd-label'].bmd-label-floating {
    font-weight: 100;
}

button.btn.btn-primary.float-right {
    margin-bottom: 20px;
}

.nav-item.dropdown.extra {
    display: none;
}

li.configuration-option-container.float-left a {
    background-color: #5e4f61 !important;
    color: white !important;
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(156, 39, 176, 0.6);
    border-radius: 4px;
    margin-right: 10px;
}

.main-right-section .title {
    padding-left: 20px;
    text-decoration: underline;
}

.is-focused .bmd-label-floating, .is-filled .bmd-label-floating {
    top: 0.4rem !important;
}

.bmd-form-group {
    padding-top: 15px;
}

.bmd-form-group .bmd-label-floating, .bmd-form-group .bmd-label-placeholder {
    top: 1.7em;
}

.multi_options_container {
    border-left: solid 1px #8c8c8c;
}

.row-options {
    height: 43px;
}

.cursor_pointer {
    cursor: pointer;
}

.bmd-form-group {
    display: flex
}

.no-padding {
    padding: 0;
}

.form-group.bmd-form-group.is-filled {
    padding-bottom: 7px;
    padding-top: 7px;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
}

.section-container {
    padding-top: 0;
    margin-bottom: 0;
}

.card .card-header {
    margin-left: 0;
    margin-right: 0;
}

.main-action-collapse {
    cursor: pointer;
}

.no-marging {
    margin-bottom: 0;
    margin-top: 0;
}

.no-bg {
    background: transparent !important;
}

.card .card-header {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 3px;
}

label.form-check-label {
    position: relative !important;
}

#multioption_add_action b.btn.btn-sm {
    width: 77px;
    float: right;
}

.form-group.bmd-form-group strong {
    height: 36px;
    padding: 0.4375rem 0;
    margin-right: 10px;
}

.text-decoration {
    text-decoration: underline;
}

.pull-right > a.btn.btn-success {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 207px;
}

ul#attributes_sortable > li {
    list-style: none;
}

ul#attributes_sortable li:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

ul#sections_sortable > li {
    list-style: none;
}

ul#sections_sortable li:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

ul#visits_sortable > li {
    list-style: none;
}

a.btn.btn-success > .material-icons {
    margin-left: -7px;
    display: none;
}

ul#visits_sortable li:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

#app {
    min-height: 700px
}

@media (max-width: 767px) {
    .main-left-menu, .hide-on-cel {
        display: none;
    }

    .autocomplete-search {
        width: 50%;
    }

    .autocomplete-input {
        width: 75%;
    }

    .main-right-section {
        padding: 10px;
    }

    .nav-item.dropdown.extra {
        display: block;
    }

    h3, .h3 {
        font-size: 18px;
    }

    .autocomplete-search {
        width: 84%;
    }

    .search-criteria-field {
        width: 85%;
    }

    .pull-right > a.btn.btn-success {
        width: 10px !important;
        padding: 8px 17px;
    }

    a.btn.btn-success > .material-icons {
        margin-left: -7px;
        display: inline-block;
    }

    a.btn.btn-success > .add-record-label {
        display: none;
    }

    #app {
        min-height: 750px
    }
}

@media (min-width: 768px) {
    .autocomplete-search {
        width: 60%;
    }

    .search-criteria-field {
        width: 75%;
    }

    #app {
        min-height: 700px
    }
}

@media (max-width: 991px) {
    .navbar .dropdown .dropdown-menu {
        display: block;
    }

    #app {
        min-height: 700px
    }
}

@media (min-width: 991px) {
    .container-fluid {
        max-width: 100%;
    }

    .search-criteria-field {
        width: 85%;
    }
}

.navbar .navbar-toggler .navbar-toggler-icon {
    height: 24px;
    background-color: transparent;
}

.list-group-item.active {
    background-color: transparent;
    border-color: lightgrey;
    font-weight: bold;
}

.list-group-item {
    border-bottom: solid 1px lightgrey;
}

.accordion .card .card-header {
    background: linear-gradient(60deg, #eee, #f7f7f7);
}

#visits_sortable > li {
    list-style: none;
}

.accordion .card .card-header:not([class*="header-"]) {
    box-shadow: none;
}

.nav .nav-item {
    width: 200px;
}

.table-left-menu {
    background-color: rgba(0, 0, 0, 0.05);
}

footer {
    background: #ebeced;
    height: 300px;
    color: white;
}

.footer-bottom {
    position: relative;
    background: #333333;
    height: auto;
    float: left;
    display: block;
}

.footer {
    margin-top: 90px !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}

.company-info-bar {
    color: #9400ad;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 10px;
    padding-top: 2px;
}
.nav-pills .nav-item .nav-link {
    text-transform: capitalize !important;
}

.navbar .navbar-brand .logo {
    width: 280px;
}

.historical-data-header {
    background: darkgrey
}

.record-important-notes {
    text-align: justify
}

.processing-new-record-loading {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

img.spinner-right {
    width: 30px;
}
.spinner-container,.spinner-right{position: absolute;width: 30px;right: 0; }
.spinner-no-results{
    padding: 5px;
    position: absolute;
    width: 170px;
    background: #ededed;
    border: 1px solid #b1b0b0;
}
.underlined{text-decoration: underline}

#new_record_message .row {
    border-top: solid 1px;
    padding: 10px;
}

#new_record_message .h4 {
    margin-top: 0;
}

#modal_create_record {
    margin-top: 30px !important;
}

.alert-icon {
    width: 50px
}

.alert .alert-icon {
    margin-right: 0;
}

.alert.alert-risk-orange {
    background-color: #ff7537;
    color: #ffffff;
}
.alert h6 {
    text-transform: none;
}
.alert.alert-warning, .alert.alert-warning a {
    color: black !important;
}

.modal-header-custom {
    background: #524554;
    color: white;
    padding: 15px !important;
}

.old-records-agreement {
    font-size: 24px;
}

.navbar .navbar-brand {
    padding-top: 0;
}

body label, body input, body select {
    font-size: 18px !important;
}

.nav-pills .nav-item i {
    font-size: 50px;
}

.nav-pills .nav-item .nav-link {
    font-size: 16px !important;
    width: 150px;
}

.new-record-title {
    width: 100%;
    text-align: center;
}

@font-face {
    font-family: 'aw-osc_icons-font';
    src: url('./fonts/aw-osc_icons-font.eot?23364375');
    src: url('./fonts/aw-osc_icons-font.eot?23364375#iefix') format('embedded-opentype'),
    url('./fonts/aw-osc_icons-font.woff?14565511') format('woff'),
    url('./fonts/aw-osc_icons-font.ttf?14565511') format('truetype'),
    url('./fonts/aw-osc_icons-font.svg?14565511#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

.expand-icon::before {
    display: inline-block;
    margin-left: 5px;
    content: '\e900';
    font-family: aw-osc_icons-font;
    font-size: 10px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1a1a1a;
    margin-right: 8px;
}

.expand-icon.open::before {
    content: '\e901';
    font-family: aw-osc_icons-font;
}

.record-alert-container {
    display: none
}

.record-alert-container.open {
    display: block
}

.record-alert-container {
    padding: 15px;
    background: #f8f9fa;
    color: black;
}

/*----------------------------------------------*
/NEW Form design
 */
input, .form-control {
    background-image: none !important;
    background: transparent !important;
    background-size: 100% 100%, 100% 100% !important;
    border: 1px solid lightgray ;
    transition: none !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-radius: 4px !important;
    font-size: 14px !important;
}

input,select{height: 36px !important;}

.form-control:focus {
    background-image: none !important;
    border-color: #34a853 !important;
}

select, select.form-control {
    background-image:
            linear-gradient(45deg, transparent 50%, gray 50%),
            linear-gradient(135deg, gray 50%, transparent 50%),
            linear-gradient(to right, #ccc, #ccc) !important;
    background-position:calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),calc(100% - 2.5em) 0.5em !important;
    background-size:
            5px 5px,
            5px 5px,
            1px 1.5em !important;
    background-repeat: no-repeat !important;
}

select:focus, select.form-control:focus {
    background-image:
            linear-gradient(45deg, green 50%, transparent 50%),
            linear-gradient(135deg, transparent 50%, green 50%),
            linear-gradient(to right, #ccc, #ccc) !important;
    background-position:
            calc(100% - 15px) 1em,
            calc(100% - 20px) 1em,
            calc(100% - 2.5em) 0.5em !important;
    background-size:
            5px 5px,
            5px 5px,
            1px 1.5em !important;
    background-repeat: no-repeat !important;
    border-color: #34a853 !important;
    outline: 0 !important;
}

.form-check .form-check-label {
    cursor: pointer;
    padding-left: 0;
    position: relative;
    vertical-align: middle;
    height: auto !important;
}
.form-check .form-check-label .circle {
    border: 1px solid rgba(0, 0, 0, .54);
    width: 15px;
    border-radius: 100%;
    top: 1px;
    position: relative;
    height: auto !important;
}
.multi_options_container {
    border-left: 0;
}
label.form-check-label, label {
    text-align: right;
    font-weight: 600;
    margin-bottom: auto;
    margin-top: auto;
}
body label, body input, body select, body text, .table th, .table td, .form-group {
    position: relative !important;
    font-size: 14px !important;
}
body input, body select, .table td {
    /*text-transform: uppercase;*/
}
h2{font-weight: 400 !important;}
.main-icons{
    width: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
.page-title{
    background: #a3dea6;
}
h2, .h2 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 1.5em;
}
a, a:hover {
    color: #34A853;
}
.btn-success {
    background: #34A853 !important;
}
input:focus, select:focus {
    background: white !important;
}
.text-success{color: #34A853 !important;}
.card .card-header-primary, .card.bg-primary, .card.card-rotate.bg-primary .front, .card.card-rotate.bg-primary .back {
    background: linear-gradient(60deg, #34A853, #34A853);
}
.navbar {
    padding: 25px 0;
}
.action-icons{
    width: 20px;
}
.small-icons{
    width: 30px;
    padding-right: 5px;
}
a.dropdown-item:hover, .dropdown-item:hover {
    background: #34A853 !important;
}
.dropdown-toggle:after {
    display: none;
}
a#navbarDropdown {
    font-weight: bold;
    color: black;
}
.btn.btn-info, .btn.btn-info:hover {
    background-color: #34a853;
    border-color: #34a853;
}
.btn.btn-primary, .btn.btn-primary:hover {
    background-color: black;
    border-color: black;
}
.btn.btn-danger, .btn.btn-danger:hover {
    background-color: #EA4335;
    border-color: #EA4335;
}
h3 .subtitle.alert {
    background: transparent;
    font-weight: 400;
    color: black !important;
    font-size: 20px;
    border-bottom: 2px solid;
    padding: 5px;
}
.login-icons {
    width: 30px;
}
.case-status-icons {
    width: 30px;
}
.pagination>.page-item.active>span, .pagination>.page-item.active>span:hover {
    background-color: black;
    border-color: black;
}
.dropdown-item-info{
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    align-items: center;
    color: #333;
    font-weight: normal;
    text-decoration: none;
    font-size: .8125rem;
    border-radius: 0.125rem;
    margin: 0 0.3125rem;
    transition: all 150ms linear;
    min-width: 7rem;
    padding: 0.625rem 1.25rem;
    overflow: hidden;
    line-height: 1.428571;
    text-overflow: ellipsis;
    word-wrap: break-word;
    width: 250px;
}
.menu-icons {
    width: 30px;
}
.text-uppercase {
    text-transform: uppercase !important;
    display: contents;
}
.form-check {
    margin-bottom: 0 !important;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable {
    top: 250px !important;
}
.modal-dialog {
    max-width: 800px !important;
}