/* Your custom styles */
html {
    height: 100%;    
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}


body {
    /* height: 100%;     */
    width: 100vw;
    background-color: #fff;
    top: 0;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #555;
    color: #747b8f;
    /* font-family: "Open Sans"; */
    /* font-family: "Manrope"; */
    /* font-family: "Roboto"; */
    /* font-family: "Roboto", sans-serif; */
    /* font-family: "Noto Sans", serif; */
    /* font-family: "Noto Sans Display", serif; */
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-size: 1.0rem;
}
.unique-color {
    background-color: #335a7a !important;
}
table{
    color: #747b8f !important;
}

/* Scroll */
@media (min-width:1400px){

    .d-scroll-show{
        display: block;
        height: 150px;
        transition: height 0.6s ease, padding 0.6s ease;
    }
    .d-scroll-hide{
        height: auto;
        opacity: 1;
        transition: height 0.6s ease, opacity 0.6s ease;
    }
    .d-scroll-show.scrolled{
        height: 85px !important;
        border-bottom: 1px solid #aaa;
        z-index: initial;
        display: block !important;
    }
    .d-scroll-hide.scrolled{
        height: 0;
        opacity: 0;
        z-index: -1;
    }
}

/* Überschrift */
h1{
    color: #4aa3ec;
    font-size: 1.9rem;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: normal;    
}
h4{
    color: #4aa3ec;
    font-size: 1.3rem;
    padding-top: 10px;
    padding-bottom: 10px;
}

h5{
    color: #4aa3ec;
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
}
h6{
    color: #4aa3ec;
    font-size: 0.83rem;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* HEIGHTS */
.max-height-150{
    max-height: 150px;
}
.max-height-350{
    max-height: 350px;
}

/* COLORs */
.bg-red-300{
    background-color: #E57373;
}
.bg-red-400{
    background-color: #EF5350;
}
.bg-red-500{
    background-color: #F44336;
}
.bg-red-600{
    background-color: #E53935;
}
.bg-red-700{
    background-color: #D32F2F;
}
.bg-red-800{
    background-color: #C62828;
}
.bg-red-900{
    background-color: #B71C1C;
}
.bg-gray-100{
    background-color: #F5F5F5;
}
.bg-gray-200{
    background-color: #EEEEEE;
}
.bg-gray-300{
    background-color: #E0E0E0;
}


/* CARD */
.card{
    /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.041), 0 2px 10px 0 rgba(0, 0, 0, 0.075); */
    /* box-shadow: none; */
    /* border-radius: 0px; */
}

.card.card-height {
    height: 100%;  /* All same hight */
    display: flex; /* All same hight */
}

.card-block {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.card.card-footer {
    align-self: flex-end;
    flex: 1 1 auto;
}

/* p title co */

.p-less p{
    margin: 0;
}

.title {
    margin-bottom: 3rem;
}

.strong {
    font-weight: bold !important;
}

/* Devider */
.nav-divider{
    height: 1px !important;
    min-height: 0px !important;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0px;   
    margin-left: -50px; 
    width: calc(100% + 50px);
    border-bottom: 1px solid #486686;
    border-bottom: 01px solid #98a8bd;
}
/* Placeholder */
.nav-placeholder{
    height: 20px !important;
    min-height: 0px !important;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0px;   
    margin-left: -50px; 
    width: calc(100% + 50px);
    border: 0;
}
/* TEXT */
.smaller{
    font-size: 0.6rem;
}

/* Link / Btn */

.btn-link,
.btn-link:hover,
.btn.btn-link:hover,
a.btn-link:hover,
a:hover {
    color: #4291d1 ;
    background: none !important;
    transition: none; 

}
.btn-link:hover{
    text-decoration: underline !important;
    background: none !important;
}

.btn-floating {
    border-width: 0;
}

.btn-sm.btn-floating {
    height: 20px;
    width: 20px;
    font-size: 0.6rem;
    line-height: 9px;
}

.btn {
    text-transform: none;
    font-size: 0.8rem;
    box-shadow: none;
}
.input-group .btn:not(:first-child),
.btn-group > .btn:not(:first-child){
    border-left: 0px !important;
}
.btn-group-sm>.btn, .btn-sm{
    font-size: 0.80rem;
}
.btn-group-xs>.btn, .btn-sm{
    font-size: 0.7rem;
    padding: 0.3em;
    padding-left: 1em;
    padding-right: 1em;
}


.btn-unique-dark:hover{
    color: #fff;
}

/* Script ReadMore */
.addReadMore{
    display: none;
}
.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: normal;
    font-size: 0.8rem;
    margin-left: 2px;
    color: #0074cc;
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}


/* DataList */

dl {
    font-size: 0.70rem;
}
dl *{
    padding: 0px;
    margin: 0px;
}  
dl dt{
    font-weight: 400; 
    line-height: 20px;   
    min-height: 20px;
}
dl dd{
    font-weight: 500;
    line-height: 20px;   
    min-height: 20px;
}

/*InplaceImages*/
.open_inplace_image{
    max-width: 100%;
    cursor: pointer;
}

/*Board*/

.board-container {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 100px);
    max-height: calc(100vh - 100px);
    justify-content: space-between;
}

.board-header {
    flex: 0 1 auto;
    padding: 5px;
}

.board-body {
    padding: 5px;
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
}

/*Dashcard*/

.dashcard, .dashcard .card-header {
    /* border-radius: 0; */
}

.dashcard .card-title a {
    font-size: 0.8rem;
}

/*infoCard*/

.infoCard, .infoCard .card-header {
    border-radius: 0;
    box-shadow: none;
}

.infoCard {
    background-color: #fff;
    border: 1px solid #1664a7;
    margin-top: 10px;
    margin-bottom: 10px;
}

.infoCard .card-title a {
    font-size: 0.8rem;
}

/*NEWS*/

.news-type-icon {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*CONNECTION SORTABLE*/

.connectedSortable {
    padding: 0px;
    font-size: 0.8rem;
    /*
    background-color: #F0f0f0;
    border: 1px solid #d2d2d2;*/
}

.connectedSortable .card {
    border-radius: 0;
    border: 1px solid #cccccc;
    box-shadow: none;
    /* -webkit-box-shadow: 1px 1px 1px 0px rgba(240, 240, 240, 1);
    -moz-box-shadow: 1px 1px 1px 0px rgba(240, 240, 240, 1);
    box-shadow: 1px 1px 1px 0px rgba(240, 240, 240, 1); */
}

.connectedSortable li {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom:10px;
}

.connectedSortable .card-body {
    padding: 2px;
}

.connectedSortable .showmodal {
    cursor: pointer;
}

.sortable_aim {
    height: 100px;
    display: none;
    outline: 2px dashed #006699;
    margin: 5px;
}

.connectedSortable .system-buttons {
    cursor: pointer;
}

.connectedSortable .system-buttons:hover {
    background-color: #c3e4fa;
    transition: 1s;
}

.system-buttons {
    height: 20px;
    font-size: 0.8rem;
    line-height: 20px;
    padding: 1px;
}

.btn-system {
    border: 0;
    box-shadow: none;
    background-color: transparent;
    height: 20px;
    padding: 3px !important;
}

.btn-system .fa {
    color: #666;
}

/* MODAL */
.modal,
.modal-dialog {
    z-index: 99999 !important;
} 

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000 !important;
    background-color: #000000;
  }

.modal-dialog .modal-content .modal-header, .modal-dialog .modal-content .modal-footer, .modal-dialog .modal-content {
    border-radius: 0 !important;
}

.modal-dialog .btn-system .fa {
    color: #666 !important;
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh);
}
@media (min-width: 992px) and (min-width: 1200px){
    .modal .modal-content .modal-body{
        padding: 0.95rem;
    }
}
@media (min-width: 992px) and (min-width: 1200px){
    .modal .modal-full-height.modal-xl{
        min-width: 80%;
    }
}
@media (min-width: 992px){
    .modal .modal-fluid.modal-full-height{
        width: inherit !important;
    }
}


.btn-system:hover, .btn-system:focus, .btn-system:active {
    box-shadow: none;
    background-color: #f0f0f0;
}

/* MODAL UNIQUE */
.modal-unique .modal-header{
    background-color: #254d6e !important;
}
.modal-unique .modal-title,
.modal-unique .modal-header,
.modal-unique .close{
    color: #fff;
    text-shadow: none;
    opacity: 1;
}


.modal-unique .modal-header .btn{
    background: transparent !important;
    color: #fff;
}

/* MODAL UNIQUE DARK */
.modal-unique-dark .modal-header{
    background-color: #1C2331 !important;
}
.modal-unique-dark .modal-title,
.modal-unique-dark .modal-header,
.modal-unique-dark .close{
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

/* MODAL LIGHT */
.modal-light .modal-header,
.modal-light .modal-footer{
    max-height: 60px;
    height: 60px;
}
.modal-light .modal-body{
    max-height: calc(100vh - 125px);
    height: calc(100vh - 125px);
    overflow-y: auto;
}
.modal-light .modal-header{
    background-color: #fff;
    color: #000;
}
.modal-light .modal-header h4{
    font-size: 0.8rem !important;
    font-weight: bold !important;
}
.modal-light .modal-header button[type="button"]{
    font-size: 1.4rem;
    color: 000;
}
.modal-light .modal-footer{
    justify-items: start !important;
}
.modal-light .form-control{
    width: 100%;
}
.modal-light input[type='text'],
.modal-light input[type='number'],
.modal-light input[type='email']{
    font-size: 0.8rem;
    border: 0px;
    border-bottom: 1px solid #d7d7d7;
}
.modal-light .col-form-label{
    font-size: 0.8rem !important;
    font-weight: bold;
    margin-top: 3px;
}
.modal-light .form-group,
.modal-light .md-form{
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.modal-light .form-control.disabled{
    border: 0 !important;
    background-color: rgb(49, 180, 158);
    background-color: rgb(245, 245, 245) !important;
}
/* SCROLLBARS */

.scrollbar-primary::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-primary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #4285F4;
}

.scrollbar-danger::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-danger::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-danger::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #ff3547;
}

.scrollbar-warning::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-warning::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-warning::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #FF8800;
}

.scrollbar-success::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-success::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-success::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #00C851;
}

.scrollbar-info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-info::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-info::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #33b5e5;
}

.scrollbar-default::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-default::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-default::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #aaaaaa;
}

.scrollbar-secondary::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-secondary::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-secondary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #aa66cc;
}

.scrollbar-pink::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-pink::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-pink::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #ec407a;
}

.scrollbar-indigo::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-indigo::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-indigo::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #3f51b5;
}

.scrollbar-black::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-black::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-black::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #000;
}



.scrollbar-grey::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-grey::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-grey::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #c0c0c0;
}



.scrollbar-lady-lips::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-lady-lips::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-lady-lips::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9a9e), color-stop(99%, #fecfef), to(#fecfef));
    background-image: -webkit-linear-gradient(bottom, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
    background-image: linear-gradient(to top, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
}

.scrollbar-near-moon::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-near-moon::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-near-moon::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#5ee7df), to(#b490ca));
    background-image: -webkit-linear-gradient(bottom, #5ee7df 0%, #b490ca 100%);
    background-image: linear-gradient(to top, #5ee7df 0%, #b490ca 100%);
}

.bordered-pink::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border: 1px solid #ec407a;
}

.bordered-pink::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
}

.bordered-indigo::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border: 1px solid #3f51b5;
}

.bordered-indigo::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
}

.bordered-black::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border: 1px solid #000;
}

.bordered-black::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
}

.square::-webkit-scrollbar-track {
    border-radius: 0 !important;
}

.square::-webkit-scrollbar-thumb {
    border-radius: 0 !important;
}

.thin::-webkit-scrollbar {
    width: 6px;
}

.scrollbar-hover::-webkit-scrollbar-track-piece {
    background:transparent;
  }
.scrollbar-hover::-webkit-scrollbar {
    background-color: transparent;
    border: 0;
    outline: 0;
    width: 0;
    -webkit-box-shadow: none;
}
.scrollbar-hover:hover::-webkit-scrollbar {
    width: 6px;
}
.scrollbar-hover:hover::-webkit-scrollbar-thumb {
    position: fixed;
}
.scrollbar-hover::-webkit-scrollbar-thumb {
    visibility: hidden;
    display: none;
}

.scrollbar-hover:hover::-webkit-scrollbar-thumb {
    visibility: visible;
    display: block;
}

.scrollbar-hover::-webkit-scrollbar-track {
    background-color: transparent;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
}

/*listGroup SM*/

.list-group-sm .list-group-item {
    height: 30px;
    line-height: 25px;
    padding: 2px;
    padding-left: 5px;
    font-size: 0.8rem;
}

/* Listgroup */
.cat-list-group.list-group .list-group-item:first-child,
.cat-list-group.list-group .list-group-item:last-child,
.cat-list-group .list-group-item+.list-group-item,
.cat-list-group .list-group-item{
    padding: 0.35rem;
    padding-top: 0.5rem;
    transition: none;
    border-radius: 20px;
    border: 1px solid #acd2f3;
    border-top-width: 1px;
    margin-top: 4px;
    margin-bottom: 4px;
 }      
 .cat-list-group .list-group-item:first-child{
    margin-top: 0;         
 }
 .cat-list-group .list-group-item h6{
    font-size: 0.95em;
    font-weight: 400;   
    padding-top: 2px; 
    padding-bottom: 2px; 
    padding-left: 8px;
    padding-right: 8px;
    margin: 0 !important;
 }
 .cat-list-group .list-group-item a{
    color: #555;
    transition: none;
    padding-top: 2px;
 }
 .cat-list-group .list-group-item.active{
    /* background-color: #3F729B; */
    background-color: rgb(84,151,197);
    border: 0 !important;
    color: #fff;
    /* background-color: #4c525c;     */
    
 }

 .cat-list-group .list-group-item-category,
 .cat-list-group .list-group-item-category:hover,
 .cat-list-group .list-group-item-category:active{
    background-color: rgba(34,58,85,1);
    border: 0 !important;
}

.cat-list-group .list-group-item+.list-group-item.active,
 .cat-list-group .list-group-item-category:hover,
 .cat-list-group .list-group-item-category:active,
 .cat-list-group .list-group-item-category h6 {
  
    color: #fff;
    border: 0 !important;
 }
 
 .cat-list-group .list-group-item.active a,
 .cat-list-group .list-group-item.active h6{
    color: #fff;
 }
 .cat-list-group .list-group-item .btn-edit-category{         
    position: absolute; 
    right: 30px; 
    top: -6px;
    height: 100%;
    background: transparent;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s, opacity 0.5s linear 0s;
 }
 .cat-list-group .list-group-item:hover .btn-edit-category{
    visibility: visible;
    opacity: 1;
 }
 .cat-list-group .list-group-item small{
    margin-right: 4px;
    color: rgb(84,151,197);
    padding: 0;
    margin-top: 1px;
 }
 .cat-list-group .list-group-item.active small{
    color: #fff;
 }
 /* ListGroup Borderless */
.list-group-borderless * {
    border: 0;
}

/*side content*/

.sidecontent {
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    display: table;
    height: 100%;
    width: 100%;
}

.sidecontent label {
    font-size: 0.8rem;
    line-height: 20px;
    font-weight: 400;
}

.sidecontent .checkbox {
    padding: 0;
    height: 20px;
}

.side_search {
    background-color: #202632;
    padding: 10px;
}

.side_search .form-control {
    font-size: 0.8rem;
    background: transparent;
    color: #fff;
    min-width: 40px;
    height: 22px;
    line-height: 20px;
    padding: 2px;
    margin: 0;
}
#search_searchtext.form-control::placeholder {
    color: #444;
    font-size: 0.8rem; 
    font-weight: 400;
}

.side_search .btn {
    height: 22px;
    line-height: 21px;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 0.7rem;
}

.side_search .form-group {
    margin-top: 10px;
    margin-bottom: 5px;
}

.side_search select.form-control {
    padding-left: 0px;
}

.side_search option {
    background-color: #202632;
    color: #fff;
    height: 20px;
    width: 200px;
    padding: 10px;
}

.side_search .btn {
    background: transparent;
    color: #fff;
}

/*Switch*/
.form-switch .form-check-input:after{    
    box-shadow: none;    
    background-color: rgb(255, 255, 255);
    border: 1px solid #a1a1a1 !important;
}

.switch label input[type=checkbox]:checked+.lever {
    background-color: #bbb;
    box-shadow: none;    
}

.switch label input[type=checkbox]:checked+.form-check-input:after {
    background-color: #345d80 !important;
    border: 1px solid #345d80 !important;
    box-shadow: none;
}
.switch label{
    font-size: 0.9rem;
}
.switch-sm label input[type=checkbox]+.lever{
    height: 2px;    
    width: 25px;    
    background-color: #bbb;
}
.switch-sm label input[type=checkbox]+.lever:after {
    height: 13px;
    width: 13px;
    margin-top: -2px;
    margin-left: -2px;
}
.switch-sm label{
    font-size: 0.8rem;
}

.custom-control-label{
    padding-top: 4px;
}
.custom-control-input:checked~.custom-control-label::before{
    background-color: #345d80 !important;
}


/* Form Check Inbox SM */
.form-check-input-sm[type="checkbox"]+label:before{
    width: 12px;
    height: 12px;
    margin-top: 7px;
    border: 1px solid #8a8a8a;
    border-radius: 0px;
}
.form-check-input-sm[type="checkbox"]:checked+label:before {
    top: -4px;
    left: -5px;
    width: 8px;
    height: 1rem;
    border-top: 1px solid transparent;
    border-right: 1px solid #4285f4;
    border-bottom: 1px solid #4285f4;
    border-left: 1px solid transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.form-check-input-sm[type="checkbox"]:focus:checked+label:before{
    box-shadow: none;
    -webkit-box-shadow: none;
}

/* Searchtext */
#search_searchtext {
    background-color: transparent;
    color: #000;
    border: 0;
    border-radius: 0;
    margin: 5px;
    width: 95%;
}

.search-form .form-group {
    border-top: 1px solid #d7d7d7;
    margin: 0;
    padding: 0;
}


.body-container{
    margin-left: 200px;
}


/* NAVBAR */
#navbar{
    height: 60px;
    padding-left: 240px;
}
@media (max-width:1400px){
    #navbar{
        padding-left: 0;
        height: 60px;
        /* margin-top: 30px; */

    }
}

/* SIDENAVIGATION */
#layout-content{
    padding-left: 240px;
    margin-top: 60px;
}
@media (max-width:1400px){
    #layout-content{
        padding-left: 0;
        height: 40px;
        /* margin-top: 30px; */
    }
    #sidenav-1{
        position: fixed; 
        transition-duration: 0.3s; 
        transition-property: transform, width, padding, margin; 
        transition-timing-function: linear; 
        transform: translateX(-100%);
    }
}
.sidenav-item.active,
.sidenav-item:hover{
    color: rgb(84, 151, 197);
    font-weight: bold;
    background-color: #eee;
    border-radius: 5px;
}     
.sidenav-link {
    font-size: 1rem;
}         


/* MEGA MENU */
#mega_menu .collapse{
    width: 100% !important;
}
#mega_menu .nav-item {
    padding: 0.5rem 0xp;    
}
#mega_menu .mega_menu_collapse_container{
    z-index: 99;
    position: absolute;
    margin: 0;
    margin-top: 50px; 
    max-height: 600px; 
    overscroll-behavior: contain;
    overflow-y: scroll;
}

#mega_menu .dropdown-menu{
    border: 0;
}
#mega_menu .dropdown-menu li {
    position: relative;
}
#mega_menu .dropdown-menu .dropdown-submenu {
    display: none;
}
#mega_menu .dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}
#mega_menu .nav-item.dropend:hover .dropdown-menu.dropdown-submenu {
    display: inline-block;    
}
#mega_menu .nav-item .nav-link {
    padding-top: 12px;
}

@media (max-width:992px){
    #mega_menu .nav-link{
        pointer-events: visible;
    }
    #mega_menu{
        position: absolute;
        top: 75px;
        width: 100%;    
    }
    #mega_menu .mega_menu_collapse_container{
        overscroll-behavior: contain;
        max-height: fit-content;
        height: 100%;
        position: relative !important;
        margin-top: 0;
        border: 0;
    }

    #mega_menu .mega_menu_collapse_container .list-group-item{
        padding-left: 0;
    }
    #mega_menu .navbar-nav{
        overflow-y: scroll;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        z-index: 100;
    }
}

/* Searchlookup */
#search_lookup_container{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    margin-top: 74px;
    margin-left: 0px;
}

/*Buttons*/
.btn{
    box-shadow: none !important;
}

.btn.btn-primary, .btn.btn-secondary, .btn.btn-default {
    background-color: rgb(84,151,197) !important;
    /* background-color: #a1a1a1 !important; */
}

.btn.btn-warning {
    background-color: #f0b71c !important;
}

.btn, .btn:hover, .btn.active, .btn:focus {

}

.btn-outline-dark {
    border-width: 1px !important;
    border-color: #e7e7e7 !important;
    background-color: #fff !important;
}

.btn-group-sm .btn{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
.btn-group-sm .btn:not(:first-child){
    border-left: 0px !important;
}

.btn-unique,
.btn-unique.dropdown-toggle,
.btn-unique.dropdown-toggle:hover,
.btn-unique.dropdown-toggle:focus,
.btn-unique:hover{
    background-color: #345d80;
    background-color: #eff2f5 !important;
    color: #fff;
    color: #345d80;
    border: 1px solid #7a92a76c;
    border-radius: 5px !important;
    /* line-height: 1.5 !important;
    padding-top: 5px !important;
    padding-bottom: 3px !important; */
}

.input-group-btn .btn-unique{
    background-color: #1c2331  !important;
    color: #fff;
    border-radius: 0px !important;
}

.btn-white{    
    color: #425a81 !important;
}

.unique-text{
    color: #345d80 !important;
}
/*Inputs*/
.form-control-xs{    
    height: calc(1.5em + .30rem + 2px);
    padding: .25rem .25rem;
    font-size: .675rem;
    line-height: 1.0;
    border-radius: .2rem;
}

textarea {
    width: 100%;
    padding: 15px !important;
    overflow-y: auto !important;
}
.input-group-text{
    background-color: transparent !important;
    border: 0;    
    font-size: 0.8rem;
}

/* .input-group-xs>.custom-select,
.input-group-xs>.form-control:not(textarea){
    height:calc(1.0em + .5rem + 2px);
}

.input-group-xs>.custom-select,
.input-group-xs>.form-control,
.input-group-xs>.input-group-append>.btn,
.input-group-xs>.input-group-append>.input-group-text,
.input-group-xs>.input-group-prepend>.btn,
.input-group-xs>.input-group-prepend>.input-group-text{
    padding:.15rem .25rem;
    font-size:.675rem;
    line-height:1.0;
    border-radius:.2rem;
}

input.form-control[readonly]{
    background-color: #eee;
    border: 0px solid #fff;
} */



.dropdown-content{
    max-height: 450px !important;
}

.md-outline.select-wrapper+label {
    top: .5em !important;
    z-index: 2 !important;
}
@-moz-document url-prefix() {
    input[type=number] {
        -moz-appearance:textfield; /* Firefox */
        margin-right: 16px;
    }
    input[type=number]:hover,
    input[type=number]:active,
    input[type=number]:focus {
        -moz-appearance:inherit; /* Firefox */
        margin-right: 0px;
    }
}

/*PULSE*/
.pulse {     
	opacity: 100%;
	animation: animation_pulse 2s infinite;   
}

@keyframes animation_pulse {
	0% {
		transform: scale(1);
		opacity: 10%;
	}

	70% {
		transform: scale(1);
		opacity: 100%;
	}

	100% {
		transform: scale(1);
		opacity: 10%;
	}
}

/*ALERTS*/

.alert-info {
    background-color: #345d80 !important;
    color: #fff;
}

/*Nav-Tabs*/

/* NAV-TABS SM */

.nav-sm.nav-tabs .nav-link {
    border-radius: 0;
    color: #fff;
    bordeR: 0;
    border-bottom: 1px solid #424242;
    padding: 5px;
    font-size: 0.8rem;
}

.nav-sm.nav-tabs .nav-link.active {
    background-color: rgb(84,151,197);
    color: #fff;
    border: 0;
    border-bottom: 1px solid #424242;
}

/* NAV-TABS */

.nav-tabs .nav-link {
    border-radius: 0;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #424242;
    padding: 10px;
    font-size: 0.8rem;
}

.nav-tabs .nav-link.active {
    background-color:rgb(84,151,197);
    color: #333;
    border: 0;
    border-bottom: 1px solid #424242;
}

/* NAV-OUTLINE */

.nav-outline.nav-tabs .nav-link {
    border-radius: 0;
    color: #333333;
    border: 1px solid #1664a7;
    padding: 4px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0.8rem;
}

.nav-outline.nav-tabs .nav-link.active {
    background-color: #1664a7;
    color: #333;
    border: 1px solid #1664a7;
}

/* NavTabs */
.navbar .nav-item.disabled .nav-link,
.nav-tabs .nav-item.disabled .nav-link{
    /* color: #999 !important; */
}

/* NAV-LINK */
.nav-tabs{
    border-bottom: 0px;
}
.nav-light.nav-tabs .nav-link {
    border-radius: 20px;
    background-color:rgba(84, 152, 197, 0.116) !important;
    color: #333333;
    border: 0;
    padding: 7px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0.8rem;
    height: 100%;
    margin-left: 5px;
    margin-right: 5px;
}

.nav-light.nav-tabs .nav-link.active {
    background-color:rgb(84,151,197) !important;
    color: #fff;
}

/* NAVBAR*/
.navbar{
    font-weight: 400;    
}
.navbar.scrolling-navbar{
    /* transition: none; */
}
/* .navbar .list-group-item:first-child{
    border-radius: 0;
} */

/* NAVBAR outline */
.navbar-outline{
    border: 0;
    box-shadow: none;
}
.navbar-outline .nav-item{
    padding-left: 5px;
    padding-right: 5px;
}
.navbar-outline .nav-item .nav-link{
    color: #425a81 !important;
}
.navbar-outline .navbar-toggler{
    border-radius: 0;
    background-color: #eee;
    padding: 8px;
}

/* NAVBAR-HEADER */
.navbar-header{
    height: 50px;
}
.navbar-header .nav-item{
    border-left: 1px solid #7daacc;
    height: 50px;    
    padding: 0 !important;
    position: relative;
}
.navbar-header .nav-item.active,
.navbar-header .nav-item:hover{
    background-color: #7daacc !important;    
}
.navbar-header .nav-item>a{
    height: 50px;   
    line-height: 35px; 
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.navbar-header .nav-item>a:hover{
    color: #fff;
    background-color: #7daacc !important;    
}

/* TABLE */
table.table-sm th, table.table-sm td{
    font-size: 0.9rem;
    padding-top: 5px;
    padding: 5px;
    padding-left: 10px;
}
table.table.table-middle td, 
table.table.table-middle th {
    vertical-align: middle;
}
table.table-borderless *{
    border: 0 !important;
}

/* DROPDOWN */
.dropdown-menu {
    border-radius: 0;
    border: 1px solid rgb(197, 197, 197);
}
.dropdown-menu .dropdown-item {
    font-size: 1rem;
}

.dropdown-toggle.dots{
    color: #000;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
}
.dropdown-toggle.dots::after{
    border: 0;
}
.dropdown-toggle.dots:hover,
.dropdown-toggle.dots:active,
.dropdown-toggle.dots:focus{
    text-decoration: none;
}
.btn-group .dropdown-toggle.dots{
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 1rem;   
    padding-right: 10px;
}
.btn-blue.dropdown-toggle,
.btn-blue.dropdown-toggle:hover, .btn-blue.dropdown-toggle:focus,
.btn-blue{
    background-color: #345d80 !important;
}
.btn-blue.dropdown-toggle.dots{
    color: #fff;
}

.navbar .dropdown-menu a {
    padding: 5px;
    padding-left: 15px;
    font-size: 0.8rem;
    font-weight: 400;
}

/* Picker */
.picker{
    z-index: 100000 !important;
}


/* COLORS */
.p-blue{
    background-color: #0e2c64 !important;
}
.p-blue-text{
    color: #0e2c64 !important;
}
.p-blue-light{
    background-color: #119cc7 !important;
}
.p-blue-light-text{
    color: #3c3e3f !important;
}
.grey.lighten-4,
.p-grey{
    background-color: #f0f0f0 !important;
}
.p-blue-outline{
    border: 1px solid #0e2c64 !important;
    color: #0e2c64 !important;
}

.text-danger{
    color: #E53935 !important;
}

/* CHIPS */
.chips{
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    border: 0;
    min-height: auto;
}
.chips .input{
    font-weight: normal;
    font-style: italic;
    color: #aaa;
}
.chips .chip{
    margin-bottom: 0;
}

/* ProductLabel */
.product-label{
    height: 25px;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    margin-top: 0px;
    line-height: 25px;;
}

.product-label-offer{
    height: 50px;
    width: 50px;
    border-radius: 40px;
    margin-top: -15px;
    margin-left: -15px;
    line-height: 50px;
    background-color: #74c947 !important;
    font-weight: bold;
    font-size: 1.5rem;
    /* position: absolute; */
}

.product-label-offer.product-label-offer-sm{
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    margin-top: 5px;
    height: 25px;

    width: 25px;        
    border-radius: 5px;
    margin-top: 0px;
    margin-left: 5px;
    line-height: 25px;
    padding: 0;
    font-size: 0.9rem;
}
@media (max-width:1400px){
    .product-label{
        height: 25px; 
        /* width: 80px;         */
        border-radius: 5px;
        margin-top: 0px;
        margin-left: 5px;
        line-height: 25px;
        font-size: 0.7rem;
    }

    .product-label-offer{
        height: 25px; 
        width: 80px;        
        border-radius: 5px;
        margin-top: 5px;
        margin-left: 5px;
        padding: 0;
        line-height: 22px;
        font-size: 0.9rem;
    }
}



/* Ringing */
.ringing{
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;    
    background: transparent !important;
}
@-webkit-keyframes ring {
    0% { -webkit-transform: rotateZ(0); }
    1% { -webkit-transform: rotateZ(30deg); }
    3% { -webkit-transform: rotateZ(-28deg); }
    5% { -webkit-transform: rotateZ(34deg); }
    7% { -webkit-transform: rotateZ(-32deg); }
    9% { -webkit-transform: rotateZ(30deg); }
    11% { -webkit-transform: rotateZ(-28deg); }
    13% { -webkit-transform: rotateZ(26deg); }
    15% { -webkit-transform: rotateZ(-24deg); }
    17% { -webkit-transform: rotateZ(22deg); }
    19% { -webkit-transform: rotateZ(-20deg); }
    21% { -webkit-transform: rotateZ(18deg); }
    23% { -webkit-transform: rotateZ(-16deg); }
    25% { -webkit-transform: rotateZ(14deg); }
    27% { -webkit-transform: rotateZ(-12deg); }
    29% { -webkit-transform: rotateZ(10deg); }
    31% { -webkit-transform: rotateZ(-8deg); }
    33% { -webkit-transform: rotateZ(6deg); }
    35% { -webkit-transform: rotateZ(-4deg); }
    37% { -webkit-transform: rotateZ(2deg); }
    39% { -webkit-transform: rotateZ(-1deg); }
    41% { -webkit-transform: rotateZ(1deg); }
  
    43% { -webkit-transform: rotateZ(0); }
    100% { -webkit-transform: rotateZ(0); }
  }
  
  @-moz-keyframes ring {
    0% { -moz-transform: rotate(0); }
    1% { -moz-transform: rotate(30deg); }
    3% { -moz-transform: rotate(-28deg); }
    5% { -moz-transform: rotate(34deg); }
    7% { -moz-transform: rotate(-32deg); }
    9% { -moz-transform: rotate(30deg); }
    11% { -moz-transform: rotate(-28deg); }
    13% { -moz-transform: rotate(26deg); }
    15% { -moz-transform: rotate(-24deg); }
    17% { -moz-transform: rotate(22deg); }
    19% { -moz-transform: rotate(-20deg); }
    21% { -moz-transform: rotate(18deg); }
    23% { -moz-transform: rotate(-16deg); }
    25% { -moz-transform: rotate(14deg); }
    27% { -moz-transform: rotate(-12deg); }
    29% { -moz-transform: rotate(10deg); }
    31% { -moz-transform: rotate(-8deg); }
    33% { -moz-transform: rotate(6deg); }
    35% { -moz-transform: rotate(-4deg); }
    37% { -moz-transform: rotate(2deg); }
    39% { -moz-transform: rotate(-1deg); }
    41% { -moz-transform: rotate(1deg); }
  
    43% { -moz-transform: rotate(0); }
    100% { -moz-transform: rotate(0); }
  }
  
  @keyframes ring {
    0% { transform: rotate(0); }
    1% { transform: rotate(30deg); }
    3% { transform: rotate(-28deg); }
    5% { transform: rotate(34deg); }
    7% { transform: rotate(-32deg); }
    9% { transform: rotate(30deg); }
    11% { transform: rotate(-28deg); }
    13% { transform: rotate(26deg); }
    15% { transform: rotate(-24deg); }
    17% { transform: rotate(22deg); }
    19% { transform: rotate(-20deg); }
    21% { transform: rotate(18deg); }
    23% { transform: rotate(-16deg); }
    25% { transform: rotate(14deg); }
    27% { transform: rotate(-12deg); }
    29% { transform: rotate(10deg); }
    31% { transform: rotate(-8deg); }
    33% { transform: rotate(6deg); }
    35% { transform: rotate(-4deg); }
    37% { transform: rotate(2deg); }
    39% { transform: rotate(-1deg); }
    41% { transform: rotate(1deg); }
  
    43% { transform: rotate(0); }
    100% { transform: rotate(0); }
  }