/* =================COPYRIGHT================= */
/* Entwicklung & Umsetzung                     */
/* (c)2016-2023 officetotal                    */
/* www.officetotal.de                          */
/* =========================================== */

body {
    padding-top: 50px;
    /*font-family : 'Quicksand', sans-serif;*/
    font-weight : 400;
	letter-spacing : 0.00em;
    background-color : white;
    color : #333333;
}
tbody tr td.clickable {
    padding: 0;
}
tbody tr td.clickable > a {
    display: block;
    padding: 8px;
    width: 100%;
}
.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.navbar-fixed-top {
    background-color: #eeeeee;
    /*#262626*/
    
    border-bottom: 2px solid #0086b7;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: none !important;
}
.main {
    padding: 20px;
    padding-top : 40px;
}
@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 40px;
    }
}
.main .page-header {
    margin-top: 0;
    padding-top : 10px;
}
@media (max-width: 767px) {
	.main {
		padding-top : 0px;
	}
    .navbar-fixed-top {
        position: relative;
    }
    .navbar-collapse {
        max-height: none;
    }
    body {
        margin: 0;
        padding-top : 0px;
    }
}
/* Fix for toggling navbar glitch on desktop */

@media (min-width: 768px) {
    .collapsing {
        overflow: initial !important;
    }
}
.sidebar {
    display: none;
}
@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 70px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: #eeeeee;
        border-right: 1px solid #eee;
    }
}
.nav-sidebar {
    margin-right: -21px;
    margin-bottom: 20px;
    margin-left: -20px;
}
.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #dcdcdc;
}
.nav-sidebar b {
    display: block;
    font-size: 15px;
    margin-left: 20px;
    margin-bottom: 15px;
}
.navbar-toggle {
    background-color: #eeeeee;
    border-color: #eeeeee !important;
    transition : 1s;
}
.navbar-inverse .navbar-toggle {
    border-color: white;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #00baff;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #d0d0d0;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #dcdcdc;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    background-color: lightgrey;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    background-color: lightgrey;
}
.navbar-inverse .navbar-nav>li>a:hover {
    background-color: #dcdcdc;
}
.navbar-nav .open .dropdown-menu .dropdown-header,
.navbar-nav .open .dropdown-menu>li>a {
    height: 40px;
    padding-top: 10px;
}
.dropdown-menu>li>a {
    line-height: 30px;
    padding : 15px;
    /* NEU*/
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-top: 6px;
}
.dropdown-menu {
    background: rgba(255, 255, 255, 0.9);
    text-align : center;
    
    /* NEU */
    padding: 0px;
    min-width: 100%;
}

.dropdown-menu-big>li>a {
    line-height: 40px;
}

h3.panel-title {
    line-height: 20px;
}

.panel-heading {
	transition: all .4s;
}

.panel-heading:hover {
	background-color : #e5e5e5;
	border-color : #bebebe;
}

.panel-heading:active {
	background-color : #dcdcdc;
}

/* SCROLLBAR */

::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	background-color : #fafafa;
}

::-webkit-scrollbar {
	 width: 5px;
}

::-webkit-scrollbar-thumb {
	background-color: #eeeeee;
    outline: none;
}

/* SCROLLBAR TABLET FIXES */
@media (max-width: 992px) {
	::-webkit-scrollbar {
	 width: 0.3em;
	}
}

/* BUTTONS */
.btn-primary, .btn-primary:visited,  .btn-primary.active:hover {
	color: #fff !important;
	/* background: linear-gradient(60deg, #0086b7, #00a7e4) !important; */
	background-color : #0086b7 !important;
	border-color: #0083b3;
	font-weight : 400;
	letter-spacing : 0.00em;
	padding : 10px;
	padding-bottom : 10px;
	border-radius : 5px;
}

.btn-primary:hover {
	background-color : #009cd4 !important;
	border-color : #0083b3;
}

.btn-primary i {
	color : white !important;
}

.btn-secondary, .btn-secondary:visited,  .btn-secondary.active:hover {
	color: #333333 !important;
	font-weight : 400;
	letter-spacing : 0.00em;
	padding : 10px;
	padding-bottom : 10px;
	border-radius : 5px;
	background-color : #eeeeee !important;
	border-color: #c4c4c4 !important;
}

.btn-secondary:hover {
	background-color : #0086b7 !important;
	border-color: #0083b3;
	color: #fff !important;
}

.btn-secondary:hover i {
	color : white !important;
}

.btn-darkgrey, .btn-darkgrey:visited,  .btn-darkgrey.active:hover {
	color: #333333 !important;
	background-color : #eeeeee !important;
	border-color: lightgrey !important; /* OLD: c4c4c4 */
	font-weight : 400;
	letter-spacing : 0.00em;
	padding : 10px;
	border-radius : 5px;
}

.btn-darkgrey:hover {
	background-color : #dedede !important;
}

.btn-default {
	
}

@media (min-width: 768px) {
	.nav-buttons {
			padding:15px;
			font-size:14px;
	}
}

.action-buttons .nav-buttons {
	font-size:18px !important;
	padding: 10px 16px;
}

.manage-buttons .nav-buttons {
	font-size: 14px !important;
	padding: 6px 12px;
}

.action-buttons .hidden-sm {
	display:inline!important;
}

.btn {
	outline : none !important;
}
.btn-txt {
	white-space : normal;
}
.fa {
    transition: all .5s;
}
.btn-outline {
    background-color: #eeeeee;
    color: inherit;
    transition: all .5s;
}
.btn-outline .fa {
    transition: none;
}
.btn-outline:hover .fa {
    color: white !important;
}
.btn-default.btn-outline {
    color: #353535;
}
.btn-primary.btn-outline {
    color: #428bca;
}
.btn-success.btn-outline {
    color: #5cb85c;
}
.btn-info.btn-outline {
    color: #5bc0de;
}
.btn-warning.btn-outline {
    color: #f0ad4e;
}
.btn-danger.btn-outline {
    color: #d9534f;
}
.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.disabled .btn-outline {
    color: red !important;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.placeholders {
    margin-bottom: 30px;
    text-align: center;
}
.placeholders h4 {
    margin-bottom: 0;
}
.placeholder {
    margin-bottom: 20px;
}
.placeholder img {
    display: inline-block;
    border-radius: 50%;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
ul.nav li a,
ul.nav li a:visited {
    color: #353535 !important;
    -webkit-transition: 0.4s;
}
ul.nav li a:hover,
ul.nav li a:active {
    color: #353535 !important;
    background-color: #eeeeee;
}
ul.nav li.active a,
ul.nav:hover li.active a:hover {
    color: #353535 !important;
    font-weight: 700;
    background-color: #dcdcdc;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    background-color: #dcdcdc;
}
a {
    color: #0086b8;
}
.fa-blue {} hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
h1 {
    font-size: 25px;
    line-height: 33px;
}
h3 {
    font-size: 20px;
}

h5 {
	color: #777777;
	margin-top: 0px;
	font-size: 20px;
}
.page-header {
    padding-top: 16px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/*[data-toggle="tooltip"].disabled {
	pointer-events: auto !important;
}*/

.disabled, .dropdown-menu > li > .disabled, .dropdown-menu > li > .disabled:hover {
    color: #c2c2c2;
    cursor: not-allowed;
}

.modal-title {
    overflow: hidden;
}
.btn {
    -webkit-transition: 0.4s;
}
a:hover {
    text-decoration: none;
}
.table-hover tbody tr td,
.table-hover tbody tr th {
    -webkit-transition: 0.4s;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    background-color: #eaf8ff;
    color: #23527C;
    cursor: pointer;
}
.table-border-top {
	border-top:2px solid #DDDDDD;
}
.actions {
    cursor: default !important;
    text-align: right;
}
.actions .fa {
	opacity : 0.8 !important;
}
.actions .fa:hover {
	opacity : 1.0 !important;
}
.table tbody tr {
    /*color : #0086b8;*/
}
.label-as-badge {
    border-radius: 1em;
}

.badge-info {
	background-color : #5BC0DE;
}

.table td {
	padding : 12px !important;
}
.tr-sum {
	background-color: #eeeeee;
}
/* Toggle */

.material-switch > input[type="checkbox"] {
    display: none;
}
.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}
.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}
/* Checkbox */

.checkbox {
    -moz-user-select: none;
    -webkit-user-select: none;
}
.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}
.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}
.radio .cr {
    border-radius: 50%;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}
.radio .cr .cr-icon {
    margin-left: 0.04em;
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
.checkbox label,
.radio label {
    padding-left: 0px;
}
/* ALERTS */

.alert-default {
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
}
.vertical-align {
    display: flex;
    align-items: center;
}
::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    
    color: #dbdbdb !important;
}
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    
    color: #dbdbdb !important;
    opacity: 1 !important;
}
::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    
    color: #dbdbdb !important;
    opacity: 1 !important;
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    
    color: #dbdbdb !important;
}
/* LOGIN */
@media (min-width: 768px) {
	.login-box-row {
		display: flex;
	    align-items: center;
	}
	.login-box { /* CUSTOM FÜR BREITEN LOGIN */
	    min-width : 380px;
	}

}

input[type=text] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	/*border-bottom : 2px solid #0086b7 !important;*/
}
textarea.form-control {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	/*border-bottom : 2px solid #0086b7 !important;*/
}
select.form-control {
	cursor : pointer;
}

.login-box {
    max-width: 330px; /* 600 BREIT */
    margin: 0 auto;
    border-radius: 10px;
    padding: 30px;
    border: 1px solid #cccccc;
    -webkit-transition: 0.4s;
    background: rgba(255, 255, 255, 0.8);
}
.login-box:hover {
    background: rgba(255, 255, 255, 0.9);
}
.login-box::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    
    color: #bcbcbc !important;
}
.login-box:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    
    color: #bcbcbc !important;
    opacity: 1 !important;
}
.login-box::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    
    color: #bcbcbc !important;
    opacity: 1 !important;
}
.login-box:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    
    color: #bcbcbc !important;
}
.login-box .form-control {
    -webkit-transition: 0.4s;
    background: rgba(255, 255, 255, 0.7);
}
.login-box .form-control:hover {
    -webkit-transition: 0.4s;
    background: rgba(255, 255, 255, 0.9);
}
.login-box .input-group-addon {
    -webkit-transition: 0.4s;
    background: rgba(238, 238, 238, 0.7);
}
.login-box .btn {
    opacity: 0.7;
}
.login-box:hover .btn {
    opacity: 0.9;
}
.login-box:hover .btn:hover {
    opacity: 1.0;
}
@media (max-width: 767px) {
    .login-box {
        margin-top:50px;
    }
}
.h3-check {
    font-weight: 500 !important;
    font-size: 20px;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


/* BG */

.table>tbody>tr.default>td,
.table>tbody>tr.default>th,
.table>tbody>tr>td.default,
.table>tbody>tr>th.default,
.table>tfoot>tr.default>td,
.table>tfoot>tr.default>th,
.table>tfoot>tr>td.default,
.table>tfoot>tr>th.default,
.table>thead>tr.default>td,
.table>thead>tr.default>th,
.table>thead>tr>td.default,
.table>thead>tr>th.default {
    background-color: #eeeeee;
}
.table-hover>tbody>tr.default:hover>td,
.table-hover>tbody>tr.default:hover>th,
.table-hover>tbody>tr:hover>.default,
.table-hover>tbody>tr>td.default:hover,
.table-hover>tbody>tr>th.default:hover {
    background-color: #dcdcdc;
}

.modal-body .panel + .btn {
    margin-top: 5px;
}

.modal-body > .panel {
    margin-bottom: 20px;
}

/* MODALS MOBILE */

@media (max-width: 767px) {
    .modal-footer .btn,
    .modal-footer .btn-group > .btn {
        display: block;
        width: 100%;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.3333333;
        border-radius: 6px;
        margin-left: 0 !important;
    }
    .modal-footer .btn-group {
        width: 100%;
    }
    .modal-footer .btn + .btn-group,
    .modal-footer .btn-group + .btn,
    .modal-footer .btn + .btn {
        margin-top: 5px;
    }
    /* MOBILE MENU START */
    
    .navbar-collapse {
        padding: 0px;
    }
    .navbar-nav {
        margin: 0px;
    }
    ul.nav li a,
    ul.nav li a:visited {
        text-align: center;
        font-size: 16px;
        font-weight: 300;
        border-bottom: 1px solid #e5e5e5;
		padding-left : 17px !important;
		padding-top : 15px !important;
		padding-bottom : 15px !important;
    }
    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        border-color: {{Auth::user()->organization->corporate_color ?? '#0086b7'}};
    }
    ul.nav b {
        font-weight: 400;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        font-size: 15px;
        background-color: white;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	    padding-bottom : 35px !important;
    }
    .dropdown-menu {
        padding-top: 0px;
    }
    /* MOBILE MENU END */
}

.faq {
	list-style-type: circle;
	padding-left : 20px;
}

.nopointer td {
	cursor : default !important;
}

/* word wrapping */
h3.panel-title, .alert, .table td, .page-header, .modal-dialog {
    word-break: normal;
    word-break: break-word; /*Chrome specific*/
    hyphens: auto;
}

@keyframes fa-blink {
     0% { opacity: 1; }
     50% { opacity: 0.3; }
     100% { opacity: 1; }
 }
.fa-blink {
   -webkit-animation: fa-blink 1.75s linear infinite;
   -moz-animation: fa-blink 1.75s linear infinite;
   -ms-animation: fa-blink 1.75s linear infinite;
   -o-animation: fa-blink 1.75s linear infinite;
   animation: fa-blink 1.75s linear infinite;
}

.has-error .mce-tinymce {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-error .btn {
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

  .badge-danger {
    background-color: #b94a48 !important;
  }
  .badge-warning {
    background-color: #f89406 !important;
  }
  .badge-success {
    background-color: #468847 !important;
  }
  .badge-primary {
    background-color: #3a87ad !important;
  }
  .badge-inverse {
    background-color: #333333 !important;
  }

  /** Select2 Fix (Placeholder wird abgeschnitten)**/
  .select2-container .select2-search--inline {
      float: none;
  }

/* v2 */
ul.nav li a, ul.nav li a:visited {
	padding-top : 26px;
	padding-bottom : 26px;
	padding-left : 15px;
	padding-right : 15px;
}

.navbar {
	background-color : #f6f6f6;
	box-shadow : 0px 3px 8px 0px lightgrey;
	border-bottom: 3px solid;
	/*border-image-source: linear-gradient(90deg, #0086b7, #00a7e4);*/
	border-image-slice: 1;
}

.navbar-inverse .navbar-nav>li>a:hover {
	background-color : #eeeeee;	
}

.sidebar {
	background-color : #f6f6f6;
	min-width : 200px;
}

.sidebar ul.nav li a, ul.nav li a:visited {
	padding-left : 17px;
	padding-top : 11px;
	padding-bottom : 11px;
}

.sidebar h1 {
	font-size : 16px;
	font-weight : 500;
	
    display: block;
    margin-left: 17px;
    margin-bottom: 5px;
    margin-top : 0px;
    color : black; /* #0a6592 */
}

.sidebar i {
	transition : 0s;
}

ul.nav li {
	font-weight : 400;
	letter-spacing : 0.00em; /* bei 300 0.04 */
	font-size : 14px;
}

ul.nav li a, ul.nav li a:visited {
	color : #4c4c4c !important;
}

ul.nav li.active a, ul.nav:hover li.active a:hover {
	/*background: linear-gradient(60deg, #0086b7, #00a7e4);*/
	background-color : #dfdfdf;
	/*color : white !important;*/
	font-weight : 700;
}

.nav .badge {
	background-color : #31708f !important;
	color : white;
}

.badge-primary {
	background-color : #31708f !important;
	color : white;	
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {

}

.navbar-toggle {
	padding : 20px;
}

.modal-dialog {
}

.navbar-routerback, .navbar-routerback:visited  {
	padding : 18px;
	background-color : #eeeeee;
	border : none;
	margin-bottom : 8px;
	margin-top : 8px;
	margin-right : 8px;
	position : relative;
	width : 64px;
	border-radius : 5px;
	float : right;
	color : #0086b7;
	outline: 0 none !important;
	transition : 1s;
}


.navbar-routerback:hover {
    background-color: #d0d0d0;
}
.navbar-routerback:active {
	background-color : #eeeeee;
}

.modal-title i {
	font-size : 15px;
}

.text-primary {
	color : #31708f;
}

.text-lightgrey {
	color : #999999;
}

.text-darkgrey {
	color : #6f6f6f;
}

.modal-header {
	background-color : #f6f6f6;
	border-top-left-radius : 6px;
	border-top-right-radius : 6px;
	
	box-shadow : 0px 4px 4px -2px lightgrey;
}

.alert-danger {
	/* background-color : #ffe7e7; */
}

.row.display-flex {
	display: flex;
	flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
	display: flex;
	flex-direction: column;
}

.config-box {
	height : 100%;
}

.config-box-footer {
	margin-bottom : -30px;
}