a {
    color: inherit;
}

.navbar a {
    color: white !important;;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus,
nav .nav > li.active  {
    background-color: #353434;
}

nav .nav > li.active {
    border-color: #428a40;
}

.mini-navbar .nav .nav-second-level {
    background-color: #2d2c2c;
}

.btn-primary {
    background-color: #428a40;
    border-color: #428a40;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
    background-color: #499356;
    border-color: #499356;
}

.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: #499356;
  border-color: #499356;
}

.btn-primary.outline, .btn-primary.outline:active, .btn-primary.outline:focus, .btn-primary.outline:visited {
    color: #428a40;
    background-color: transparent !important;;
    outline:0 !important;
}

.btn-primary.outline:hover {
    color:white !important;
    background-color: #428a40 !important;
    outline:0 !important;
}

.pace .pace-progress {
    background: white;
}

.image-thumbnail-container {
    width: 12.5%;
    overflow: hidden;
    padding-top: 12.5%;
    position: relative;
    float: left;
}

.image-thumbnail-container img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1px;
    height: 100%;
}

@media (max-width: 768px) {
    .wrapper-content {
        padding-right: 0px;
        padding-left: 0px;
    }

    .fullspace {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .image-thumbnail-container {
        width: 25%;
        padding-top: 25%;
    }
}

@media (max-width: 768px) {
    .service-item-footer, .service-item-header {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}

.nav-header {
    background-image: none;
    background-color: inherit;
}

.tooltip {
    z-index: 1000 !important;
}

.note-editable.panel-body {
    height: 200px;
}

.feed-element:last-child {
    border-bottom: none;
}

/* .form-group .icheckbox_square-green {
    margin-top: 5px !important;
} */

.tt-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion p {
    margin-bottom: 0px;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
color: #ffffff;
outline: 0;
background-color: #428bca;
}

@keyframes notification-count {
    50%  {padding: 4px 10px}
    100% {padding: 2px 5px}
}

#notification_count.changed {
    animation-name: notification-count;
    animation-duration: .5s;
}

.open>.dropdown-toggle.btn-primary:hover, .open>.dropdown-toggle.btn-primary:focus {
    background-color: #499356;
    border-color: #499356;
}

@media (max-width: 750px) { 

    .modal.default .modal-content {
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .modal-backdrop.default {
        background: #ffffff;
    }
    .modal-backdrop.default.in {
        opacity: .97;
        filter: alpha(opacity=97);
    }
    .modal.default .modal-dialog {
        margin: 0;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }
    
    .modal.slideUp .modal-dialog {
        position: absolute;
        top: auto;
        max-height: 75%;
        bottom: 0px;
        overflow: scroll;
    }

    .modal-backdrop.slideUp.in {
        background-color: black;
    }
    .modal.slideUp .modal-content {
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0px;
    }

    .modal.slideUp.fade {
        bottom: -200%;
        -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
        -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
        transition: opacity 0.3s linear, bottom 0.3s ease-out;
    }
      
    .modal.slideUp.fade.in {
        bottom: 0px;
    }
      
    .modal-backdrop.slideUp {
        background: #ffffff;
    }
    .modal.slideUp .modal-dialog {
        margin: 0;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }
}

.btn.quick-action.fadeInUp {
    -webkit-animation: fadeInUp .50s; /* Safari 4+ */
    -moz-animation:    fadeInUp .50s; /* Fx 5+ */
    -o-animation:      fadeInUp .50s; /* Opera 12+ */
    animation:         fadeInUp .50s; /* IE 10+, Fx 29+ */
}
.floating-button {      
    position: fixed;
    bottom: 75px;
    right: 20px;   
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12); 
    line-height: 1.65 !important;;
}

.wizard .content {
    min-height: 100px;
    background-color: white;
}
.wizard .content > .body {
    width: 100%;
    height: auto;
    padding: 15px;
    position: relative;
}

.wizard .content  {
    min-height: 210px;
}

ul[role="tablist"] {
    display: none;
}

@media (max-width: 768px) {
    .navbar-static-side {
        display: none;
    }
}

.modal-dialog {
    padding: 0px;
}

.modal {
    padding-right: 0px !important;
}

#secondary_nav {
    background-color: white;
    overflow: auto;
    white-space: nowrap;
    text-align: center;
    padding-left: 0px; 
    padding-right: 0px; 
    margin-left: -35px; 
    margin-right: -35px; 
    padding-left: 35px; 
    padding-right: 35px
}


div#secondary_nav a {
    display: inline-block;
    color: #676a6c;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

div#secondary_nav a:hover {
    color: #1ab394;
}
div#secondary_nav a.active {
    color: #1ab394;
}

.no-border {
    border: 0;
    box-shadow: none; /* Bootstrap applies these styles too */
}

.form-edit .summary, .form-summary .edit {
    display: none;
}

.file-manager .child-folders ul li {
    border: none;
}

.folder-list li.collapse {
    display: none;
}

.bubble-wrapper {
    position: relative;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.bubble {
    border-radius: 50%;
    border: 3px solid #f1f1f1;
    width: 50px;
    height: 50px;
    font-size: 19px;
    
}
.bubble:focus, .bubble:active {
    background-color: #21b9bb;      
}
.bubble i {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    margin-left: -12px;
    margin-top: 12px;
}
#bar {
    height: 3px;
    background-color: #f1f1f1;
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
}

.fc-button:focus {
    outline: 0 !important;
    outline-color: initial !important;
    outline-style: initial !important;
    outline-width: 0px !important;
}

.select2-dropdown {
    border: 1px solid #e7eaec !important;
}

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

.select2-container--default .select2-selection--single, .select2-selection__arrow, .select2-selection__rendered, .select2-search__field{
    height: 34px !important;
    line-height: 34px !important;
    outline: none !important;
    font-size: 14px;
    color: inherit !important;
    margin-right: 1px;
}
.select2-container--default .select2-selection--single[aria-expanded="false"] {
    border-radius: 4px 0px 0px 4px !important;
}

.select2-container--default .select2-selection--single[aria-expanded="true"] {
    border-radius: 4px 0px 0px 0px !important;
}

.has-error .select2-selection {
    border-color: #ed5565 !important;
}

body {
    padding-top: constant(safe-area-inset-top); /* iOS 11.0 */
    padding-top: env(safe-area-inset-top); /* iOS 11.2 */
}

body {
    margin-bottom: constant(safe-area-inset-bottom); /* iOS 11.0 */
    margin-bottom: env(safe-area-inset-bottom); /* iOS 11.2 */
}

.horizontal-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

#vertical_line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #f1f1f1;
}

.app .hidden-app {
    display: none !important;
}

.app .visible-app {
    display: block !important;
}

.app #main_body {
    padding-bottom: 57px !important;
}
/* 
@media (min-width: 768px) {
    .app #page-wrapper {
        margin: 0px !important;
    }
} */
