
/*--------------
# Font Imports #
--------------*/

@font-face {
	font-family: Roboto;
	src: url(../fonts/Roboto/Roboto-Light.ttf?v329301);
	font-weight: 300;
}

@font-face {
	font-family: Roboto;
	src: url(../fonts/Roboto/Roboto-Regular.ttf?v329301);
	font-weight: 400;
}

@font-face {
	font-family: Roboto;
	src: url(../fonts/Roboto/Roboto-Medium.ttf?v329301);
	font-weight: 500;
}

@font-face {
	font-family: Roboto;
	src: url(../fonts/Roboto/Roboto-Bold.ttf?v329301);
	font-weight: 700;
}

/*----------------
# Pseudo elements #
----------------*/

:focus,
.btn:focus,
button:focus,
a:focus {
	border-width: 0;
	outline: 1px solid #3F8CE9;
}

body :focus,
body .btn:focus,
body button:focus,
body a:focus {
	/* Provide a fallback style for browsers
     that don't support :focus-visible */
/* 	outline: inherit; */
}

body :focus:not(:focus-visible),
body .btn:focus:not(:focus-visible),
body button:focus:not(:focus-visible),
body a:focus:not(:focus-visible){
	/* Remove the focus indicator on mouse-focus for browsers
     that do support :focus-visible */
	outline: none;
}

body :focus-visible,
body .btn::focus-visible,
body button::focus-visible,
body a::focus-visible{
	/* Draw a very noticeable focus style for
     keyboard-focus on browsers that do support
     :focus-visible */
	outline: inherit;
}

/*---------------
# Main elements #
---------------*/

html, body {
	height: 100%;
}

body {
	background-color: #F0F3F6;
	opacity: 1;
	font-family: "Roboto", sans-serif;
	color: #5E5E5E;
}

.container {
	margin: 0 auto;
	height: 100%;
	position: relative;
	right: 0;
	padding-left: 0px;
	padding-right: 0px;
}

input[type="search"],
input[type="text"] {
	-webkit-appearance: none;
}

/*-------
# Forms #
-------*/
.table>:not(:first-child) {
    border-top: none;
}


label.form-label {
	font-weight: 500;
	font-size: 14px;
	color: #3E3F42;
}

input.form-control,
.dropdown .btn,
textarea.form-control {
	border-width: 1px;
	border-style: solid;
	border-color: #CED4DA;
    font-size: inherit;
}

input.form-control:focus:not(:focus-visible),
.dropdown .btn:focus:not(:focus-visible),
textarea.form-control:focus:not(:focus-visible) {
	box-shadow: none;
	outline: none;
	border-width: 1px;
	border-style: solid;
	border-color: #128CDA;
}

.input-pwd-container button.pwd-showHide {
	background-color: #FFFFFF;
	border-color: #CED4DA;
}

.input-pwd-container button.pwd-showHide:hover {
	color: #0165BC;
}

.input-pwd-container input.form-control:focus ~ button.pwd-showHide {
	border-color: #128CDA;
}

input.input-has-error,
.input-has-error input,
textarea.input-has-error,
.input-has-error textarea,
.input-has-error button.pwd-showHide {
	border-width: 1px;
	border-color: #BD2318 !important;
}

.input-error-text {
	display: none;
	margin: 0;
}

.input-has-error ~ .input-error-text {
	display: block;
	font-size: 13px;
	color: #BD2318;
}

.input-has-error ~ .input-error-text .link-insign {
	font-size: 13px;
}

.insign-checkbox {
	display: flex;
}

.insign-checkbox .form-check-input {
	min-width: 25px;
	min-height: 25px;
	max-width: 25px;
	max-height: 25px;
	float: none;
	border: 1px solid #5E5E5E;
	border-radius: 2px;
	margin-top: 0;
	text-align: center;
}

.insign-checkbox .form-check-input:checked {
	background-image: none;
	background-color: #0165BC;
}

.insign-checkbox .form-check-input:before {
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	content: "\f00c";
	color: #FFFFFF;
}

.insign-switch {
	margin-top: 0;
	font-size: 16px;
}
[dir="ltr"] .insign-switch {
    padding-left: 3em;
}
[dir="rtl"] .insign-switch {
    padding-right: 3em;
}

.insign-switch .form-check-input {
	position: relative;
	bottom: 0.125em;
	width: 2.5em;
	height: 1.25em;
	border-width: 1px;
	border-color: #6B6C6F;
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='%235e5e5e'/></svg>");
}
[dir="ltr"] .insign-switch .form-check-input {
    margin-left: -3em;
}
[dir="rtl"] .insign-switch .form-check-input {
    margin-right: -3em;
}

.insign-switch .form-check-input:focus {
	box-shadow: none;
	border-style: solid;
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='%235e5e5e'/></svg>");
}

.insign-switch .form-check-input:hover {
	cursor: pointer;
}

.insign-switch .form-check-input:checked {
	background-color: #0165BC;
	border-width: 0;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/*--------
# Modals #
--------*/

.modalInsign .modal-dialog {
	width: 60%;
	min-width: 450px;
	max-width: 600px;
	margin: 0 auto;
	padding: 0;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.modalInsign.archive-modal .modal-dialog {
	width: 95%;
	max-width: 1000px;
}

.modalInsign.info-modal .modal-dialog {
	width: 80%;
	max-width: 800px;
}

.modalInsign button.close:focus,
.modalInsign button.close:hover {
	color: #0165BC;
	-webkit-box-shadow: 0 3px #0165BC;
	-moz-box-shadow: 0 3px #0165BC;
	box-shadow: 0 3px #0165BC;
	border: none;
}

.modalInsign .alertLabelMessage {
	padding-left: 0px;
}

.modalInsign .modal-content {
	border-width: 0px;
	border-radius: 3px;
}

.modalInsign .modal-header {
	padding: 25px 30px;
	font-size: 20px;
	font-weight: 500;
	background-color: #FFFFFF;
}

.modalInsign i.modal-header-icon {
	font-size: 32px;
}

.modalInsign svg.modal-header-icon {
	height: 32px;
	width: 32px;
}

.modalInsign .modal-title i::before {
	vertical-align: middle;
}

.modalInsign .modal-header .close{
	font-size: 20px;
	font-weight: 200;
	margin: 0;
	padding: 0;
	padding-top: 3px;
}

.modalInsign .modal-body {
	padding: 20px 30px;
}

.modalInsign .modal-footer {
	padding: 20px 30px;
	text-align: center;
	justify-content: space-between;
	border-top-width: 1px;
}

.modalInsign .modal-body p {
    color: #3E3F42;
	font-size: 16px;
	margin-bottom: 0px;
}
.modalInsign .modal-body p.extern-checkbox-heading {
    margin-bottom: 1rem;
}

.modalInsign .modal-body label {
    color: #3E3F42;
	font-size: 16px;
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
     opacity: 1;
}

.modal-backdrop {
	background-color: rgba(19,24,32, 0.6);
}

.modalInsign h1 {
	color: #3E3F42 !important;
	font-size: 20px !important;
}

.modal .auswahlTextSuffix {
    line-height: 1.8;
}

/*--------
# Toasts #
--------*/

#toastTemplate {
	display: none;
}

.toast-container {
	z-index: 3000;
}

.toast {
	min-width: 500px;
	width: auto;
	padding: 20px;
	border: 1px solid #EEEEEE;
	border-radius: 4px;
	box-shadow: 0 1px 6px #EEEEEE;
	background-color: #FFFFFF;
	color: #5E5E5E;
}
@media (max-width: 500px) {
    .toast {
		min-width: 300px;
	}
}

.toast-body {
	padding: 0 15px;
}

.toast-icon {
	font-size: 26px;
}

.toast-title {
	color: #3E3F42;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 0;
}

.toast-success {
	border-left: 4px solid #47D764;
}

.toast-success .toast-icon {
	color: #47D764;
}

.toast-error {
	border-left: 4px solid #fE0000;
}

.toast-error .toast-icon {
	color: #fE0000;
}

.toast-warning {
	border-left: 4px solid #FFC021;
}

.toast-warning .toast-icon {
	color: #FFC021;
}

.toast-info {
	border-left: 4px solid #2F86EB;
}

.toast-info .toast-icon {
	color: #2F86EB;
}
.toast-position {
    	top:0;
    }
/*-------------------
# Buttons and Links #
-------------------*/

.okBtn {
    margin-top: 0px;
    padding: 6px 30px;
    margin-bottom: 5px;
}

.btn {
    border-color: #6B6C6F;
    color: #6B6C6F;
}

.btn.btn-primary {
    background-color: #0165BC;
    border: 2px solid #0165BC;
    color: #FFFFFF;
	min-width: 120px;

}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    background-color: #128CDA;
    border: 2px solid #128CDA;
    color: #FFFFFF;
}

.btn.btn-secondary {
	background-color: #FFFFFF;
	border: 1px solid #0165BC;
	color: #0165BC;
	min-width: 120px;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:active,
.btn.btn-secondary:focus {
	opacity: 0.7;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn.btn-secondary:active:focus {
	background-color: #FFFFFF !important;
	border: 1px solid #0165BC !important;
	color: #0165BC !important;
}

.btn.btn-delete {
	background-color: #FFFFFF;
	border: 1px solid #BD2318;
	color: #BD2318;
	min-width: 120px;
}

.btn.btn-delete:hover,
.btn.btn-delete:active,
.btn.btn-delete:focus {
	opacity: 0.7;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn.btn-delete:active:focus {
	background-color: #FFFFFF !important;
	border: 1px solid #BD2318 !important;
	color: #BD2318 !important;
}

.btnNew {
	cursor: pointer;
}

a > i.fa-fw {
	width: 1.75em;
}

a ,
.navbar-inverse .navbar-nav > li > a {
    color: #0165BC;
    text-decoration: none;
    display: inline-block;
}

a:hover, a:focus,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    text-decoration: none;
}

a.link-insign {
	font-size: 14px;
}
a:focus,
a:hover,
a:active {
    color: #0c9eff;
}

a.link-insign:focus,
a.link-insign:hover,
a.link-insign:active {
    color: #0c9eff;
	border: none;
}

li div.nav-btn:not(.disabled):hover,
li div.nav-btn:not(.disabled):focus {
    background-color: #F9F9F9;
    color: #0165BC;
    cursor: pointer;
    border-left: solid 3px #0165BC;
}

/* ----------
# Dropdowns #
-----------*/

.dropdown-insign .dropdown-menu {
	z-index: 2000;
}

.dropdown-insign .dropdown-item {
	padding: 0 1rem;
}

.dropdown-insign .dropdown-item:hover,
.dropdown-insign .dropdown-item:focus,
.dropdown-insign .dropdown-item:active {
	background-color: #F9F9F9;
}

.dropdown-insign .dropdown-item-link {
	width: 100%;
	color: #5E5E5E;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.dropdown-insign .dropdown-item-link:hover,
.dropdown-insign .dropdown-item-link:focus {
	color: #0165BC;
    background-color: #F9F9F9;
}

.dropdown-insign .dropdown-item-linkText {
	display: inline-block;
	width: auto;
	font-size: 14px;
	font-weight: 500;
}

.dropdownGeneral .userinfo-nav-name,
.dropdownGeneral .userinfo-nav-name:hover,
.dropdownGeneral .userinfo-nav-name:focus,
.dropdownGeneral .userinfo-nav-name:active {
	border-width: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.dropdownGeneral .dropdown-menu {
	padding: 0;
	border-radius: 0;
	border: none;
	margin-top: 17px;
	z-index: 2000;
	-webkit-box-shadow: 0px 2px 4px #00000029;
	-moz-box-shadow: 0px 2px 4px #00000029;
	box-shadow: 0px 2px 4px #00000029;
}

.dropdownGeneral .dropdown-item {
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 0;
}
[dir="ltr"] .dropdownGeneral .dropdown-item {
    padding-right: 3rem;
}
[dir="rtl"] .dropdownGeneral .dropdown-item {
    padding-left: 3rem;
}

.dropdownGeneral .dropdown-item:hover,
.dropdownGeneral .dropdown-item:focus,
.dropdownGeneral .dropdown-item:active {
	-webkit-box-shadow: inset 4px 0px 0px 0px #0165BC;
	-moz-box-shadow: inset 4px 0px 0px 0px #0165BC;
	box-shadow: inset 4px 0px 0px 0px #0165BC;
}

.dropdownGeneral .dropdown-item-linkText {
	font-size: 16px;
}

/* --------------
# Miscellaneous #
---------------*/

svg {
    pointer-events: none;
}

#IE11 {
	background-color: white;
	border: solid 2px #0165BC;
	color: #a7a7a7;
	font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro,
	'Myriad Pro', Helvetica, Arial, sans-serif;
	margin: 5% auto;
	max-width: 800px;
	padding: 3%;
	text-align: center;
}

.IE11Alert {
	margin-left: auto;
	margin-right: auto;
	color: #0165BC !important;
}

.IE11AlertIcon {
	font-size: 50px;
	height: 56px;
	width: 56px;
	fill: #0165BC !important;
}

#IE11AlertTitle{
	color: #717171;
	font-size: 55px;
	font-weight: lighter;
}

#IE11AlertText{
	font-size: 30px;
    margin-left: 3%;
    text-align: center;
    margin-right: 3%;
    width: 100%;
}

#profile-avatar-nav {
	left:20px;
}

#profile-avatar {
	border-radius: 50%;
	width: 50px;
	height:50px;
}

#ajax_in_work_overlay,
#spinnerContainer {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 3000;
	background-color: rgba(19,24,32, 0.3);
	padding: 2em;
}
.modal-open #spinnerContainer,
.modal-open #ajax_in_work_overlay {
	background-color: transparent;
}

#spinnerContainer .spinner-border,
.ajaxinworkspinner {
	display: block;
	position: relative;
	width: 7rem;
	height: 7rem;
	margin: 0 auto;
	top: 35%;
    border-width: .5em;
	color: #0165BC;
}

.spinner-border {
	color: #0165BC;
}

.spinner-border.hidden {
	visibility: hidden;
}

/*--------
# @media #
--------*/

@media only screen and (max-width: 767px) {
	.modalInsign .modal-dialog {
        width: 90%;
    }
    .toast-position {
    	bottom: 0;
    	top: auto;
    	margin-bottom: 0;
    	-webkit-transform: translateX(-50%);
    	-moz-transform: translateX(-50%);
       	-ms-transform: translateX(-50%);
       	-o-transform: translate(-50%);
         transform: translateX(-50%);
    }
}

@media only screen and (max-width: 500px) {
	.modalInsign .modal-dialog {
        min-width: 0;
        width: 95%;
    }

	.modalInsign.info-modal .modal-dialog {
		width: 95%;
	}

    .modalInsign .modal-footer {
        justify-content: center;
    }
}

@media (min-width: 1024px) {
    .modalInsign .modal-dialog {
        width: 75%;
        max-width: 700px;
    }
}

.clickable:hover {
	cursor: pointer;
}
.scroll-y {
	overflow-y: auto;
}

@media (max-width: 767px) {
	.burger.show .hoverBoxShadow {
		color: #0165BC;
	    background-color: #EEEEEE;
	    box-shadow: 0px 0px 0px 7px #EEEEEE;
	    border-radius: .25rem;
	}
}


.dropdownIcon.show.hoverBoxShadow {
    color: #0165BC;
    background-color: #EEEEEE;
    box-shadow: 0px 0px 0px 7px #EEEEEE;
    border-radius: .25rem;
}

.popoverDeleteBtn {
    display: inline-block;
    padding-inline-start: 10px;
    color: #BD2318;
    font-weight: 600;
}

.activeIcon{
    color: #0165BC !important;
}

@media (hover: hover) {
    .hoverBoxShadow:hover,
    .hoverBoxShadow:focus {
        color: #0165BC !important;
        background-color: #EEEEEE;
        box-shadow: 0px 0px 0px 7px #EEEEEE;
        border-radius: .25rem;
        outline: none;
    }
    .hoverBoxShadowInverse:hover,
    .hoverBoxShadowInverse:focus {
        color: #0165BC !important;
        background-color: #F9F9F9;
        box-shadow: 0px 0px 0px 7px #F9F9F9;
        border-radius: .25rem;
        outline: none;
    }
    .hoverBoxShadowSmall:hover,
    .hoverBoxShadowSmall:focus {
        color: #0165BC !important;
        background-color: #EEEEEE;
        box-shadow: 0px 0px 0px 3px #EEEEEE;
        border-radius: .25rem;
        outline: none;
    }

    #signModal .loeschenBtn:hover,
    #signModal .upadBtn:hover,
    #signModal .kundenhandyBtn:hover {
        color: #0165BC !important;
    }
}


@media (forced-colors: active) {
    .insign-checkbox .form-check-input:not(checked)::before {
        color: Canvas;
    }
    .insign-checkbox .form-check-input:checked::before {
        color: CanvasText;
    }
    .insign-switch .form-check-input:not(checked) {
        background-color: CanvasText;
    }
    .insign-switch .form-check-input:checked {
        background-color: ActiveText;
    }
    @media (prefers-color-scheme: dark) {
        .insign-switch .form-check-input:checked {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23000'/%3e%3c/svg%3e");
        }
    }
}

.bs-tooltip-top {
    margin-bottom: 6px !important;
}
.bs-tooltip-bottom {
    margin-top: 6px !important;
}
.tooltip > .tooltip-inner {
    color: #3E3F42 !important;
    background-color: #FFFFFF !important;
    filter: drop-shadow(2px 2px 2px #00000038);
    border: 1px solid #EAEDF3 !important;
    padding: 10px;
}
.tooltip-arrow {
    z-index: 1081;
}
.tooltip-arrow:before {
    z-index: 1081;
}

.bs-tooltip-top .tooltip-arrow:before {
    border-top-color: #FFFFFF !important;
    filter: drop-shadow(2px 2px 2px #00000038);
}
.bs-tooltip-bottom .tooltip-arrow:before {
    border-bottom-color: #FFFFFF !important;
    filter: drop-shadow(0px -0.5px 0.7px #00000038);
}
.bs-tooltip-end .tooltip-arrow:before {
    border-right-color: #FFFFFF !important;
    filter: drop-shadow(0px -0.5px 0.7px #00000038);
}
.bs-tooltip-start .tooltip-arrow:before {
    border-left-color: #FFFFFF !important;
    filter: drop-shadow(0px -0.5px 0.7px #00000038);
}
