

#accordionSidebar .nav-item.active{
    background-color: #2ecc71;
    border-radius: 0px 5px 5px 0px;
    z-index: 1;
    color: #fff;
    border-top: 1px dashed #fff;
    border-right: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    box-shadow: 0 0 0 4px #2ecc71, 2px 1px 5px 1px rgba(10, 10, 0, 0.5);
}

/* Placeholder */
figure.placeholder{
    width: 100%;
    height: 100px;
    margin: 0;
    background: #bfd3f8;
}

.placeholder .block{
    animation: resizebars 3s 1;
    -moz-animation: resizebars 3s 1;
    -webkit-animation: resizebars 3s 1;
    -o-animation: resizebars 3s 1;
    animation-iteration-count:infinite;
    width: 40%;
    height: 7px;
    margin-bottom: 5px;
    background: #00bdd5;
}

.placeholder .block:nth-child(2) {
    animation: resizebars 1.5s  1;
    -moz-animation: resizebars 1.5s 1;
    -webkit-animation: resizebars 1.5s 1;
    -o-animation: resizebars 1.5s 1;
    animation-iteration-count:infinite;
    width: 35%;
    margin-bottom: 0px;
}

/* Animation Keyframes*/
@keyframes resizebars {
    0% { width: 35%; }
    50% { width: 75%; }
    100% { width: 20%; }
}

/* Nav item extra */

.navbar-nav .config{
    background:orange;
}

/* Nav item*/

.close_container{
    cursor: pointer;
}



/* Tagsinput style changes */

.bootstrap-tagsinput{
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.bootstrap-tagsinput span{
    padding: 8px 10px 10px;
    margin-top: -1px;
}

.multiselect.dropdown-toggle{
    border-bottom: 1px dashed #e3e6f0;
    border-radius: 0px;
}

.multiselect-container.dropdown-menu{
    min-width: 15rem!important;
}

.message_description.messagetruncate{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* Extending bootstrap */
.border-dashed{
    border-style: dashed!important;
}

.border-dotted{
    border-style: dotted!important;
}


/* Overriding checkbox */

/* Customize the label (the container) */
.checkboxcontainer {
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    margin-top: 6px;
    margin-bottom: -6px;
    padding-right: 0.25em;
    height: 25px;
    width: 25px;
    background-color: #eee;
    display: inline-block;
}

.checkmarktext{
    display: inline-block;
}

/* On mouse-over, add a grey background color */
.checkboxcontainer:hover input:not([disabled]) ~ .checkmark {
    background-color: #ccc;
}

.checkboxcontainer:hover input:checked:not([disabled]) ~ .checkmark {
    background-color: #3695a1;
}


/* When the checkbox is checked, add a blue background */
.checkboxcontainer input:checked ~ .checkmark {
    background-color: #00bdd5;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxcontainer .checkmark:after {
    left: 10px;
    top: 12px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}


/* Dropzone override */

/* Add transparancy to background */
.dropzone {
    background: rgba(255, 255, 255, 0.9)!important;
}






/* Account log*/
.log_box_container{
    height:300px;
    overflow:auto;
}

.log_box{
    font-size: 10px;
    /*padding: 0px!important;
    list-style-type:none;
    overflow:auto;
    height:300px;*/
}

.table thead,
.table th {text-align: center;}


button.close-modal:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.bootstrap-tagsinput .badge{
    font-weight: 300!important;
}

.bootstrap-tagsinput{
    height:100%;
}

div.tagsinput span.tag {
    border: 1px solid #00bdd5!important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    float: left;
    padding: 5px;
    text-decoration: none;
    background: #1ba8ba!important;
    color: #ffffff!important;
    margin-right: 5px;
    margin-bottom: 5px;
    font-family: helvetica;
    font-size: 13px;
}

div.tagsinput span.tag a {
    font-weight: 700;
    color: #fcfcfc!important;
    text-decoration: none;
    font-size: 11px;
}

.faded {
    opacity: 0.2;
}
/* Company(Customers) colors */
.company_bg{
    background:#16396f;
}

table.dataTable {
    width: 100%!important;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
}

button:disabled {
    cursor: not-allowed;
}
.nav-pills .nav-item .nav-link {
    border: 1px solid transparent;
}
.nav-pills .nav-item .nav-link:hover {
    /*box-shadow: 1px 1px 2px #555 inset;*/
    box-shadow: -1px 1px 2px 1px rgb(0 0 0 / 15%);
}

.nav-pills .nav-item .nav-pane {
    display: block;
    padding: 0.5rem 1rem;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
}

.bg-white-faded {
    background: rgb(255 255 255 / 95%);
}

.user-list .user-list-image {
    margin-right: 25px;
    flex: 0 0 80px;
    border: none; }
.user-list .user-list-image img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover; }

.user-list.user-grid {
    padding: 0px;
    display: block;
    border-bottom: none;
}

.user-grid .user-list-image {
    text-align: center;
    margin-right: 0px;
}
.user-grid .user-list-image img {
    height: 150px;
    width: 100%;
}

.user-grid .user-list-details {
    text-align: center;
    padding: 20px 20px 0px 20px;
    border: 1px solid #eeeeee;
    border-top: none;
    background: white;
}
.user-grid .user-list-details ul {
    justify-content: center;
}
.user-grid .user-list-details ul li {
    margin: 2px 5px;
}

.user-grid .user-list-favourite-time {
    display: flex;
    border-top: 1px solid #eeeeee;
    margin-top: 10px;
    padding: 10px 0;
}
.user-grid .user-list-favourite-time a {
    margin-bottom: 0;
    margin-left: auto;
}
.user-grid .user-list-favourite-time span {
    display: inline-block;
    margin: 0;
    align-self: center;
}

.user-list.user-grid .user-list-favourite-time .user-list-favourite {
    margin-bottom: 0px;
}

.owl-carousel .user-list.user-grid {
    margin-bottom: 20px;
}

/* DateTimePicker overrule */

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
    background: #00bdd5!important;
    color: #fff;
    text-align: center;
    padding: 0.3em;
}

.dtp div.dtp-date, .dtp div.dtp-time {
    background: #2d9ba9!important;
    text-align: center;
    color: #fff;
    padding: 10px;
}

.dtp table.dtp-picker-days tr > td > a.selected {
    background: #00bdd5!important;
    color: #fff;
}

.dtp div.dtp-actual-year {
    font-size: 1.5em;
    color: #cefaff!important;
}

.year-picker-item.active {
    color: #00bdd5!important;
    font-weight: bold;
}


/* Fix to editorjs*/
.codex-editor--narrow .codex-editor__redactor {
    margin-right:0;
    padding-right: 30px;
    padding-left: 30px;
}

.log_template_sidebar{
    max-height: 400px;
    overflow: auto;
}

.logcard_template_item:hover {
    background-color: #f9f9f9;
    box-shadow: -1px 1px 2px 1px rgb(0 0 0 / 15%);
    transition: all 0.3s ease-in-out;
}

.hover_grey:hover {
    background: #F3F3F3;
    cursor:pointer;

}

