/** Web Site Special Variables **/
@import "fontawesome/css/all.min.css";
@import "fontawesome/css/brands.min.css";
@import "fontawesome/css/duotone.min.css";
@import "fontawesome/css/light.min.css";
@import "fontawesome/css/regular.min.css";
@import "fontawesome/css/solid.min.css";
@font-face {
  font-family: "Campton Extra";
  src: url("../fonts/Campton-ExtraLight.woff2") format("woff2"), url("../fonts/Campton-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton-LightItalic.woff2") format("woff2"), url("../fonts/Campton-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Campton Medium";
  src: url("../fonts/Campton-Medium.woff2") format("woff2"), url("../fonts/Campton-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Campton Book";
  src: url("../fonts/Campton-Book.woff2") format("woff2"), url("../fonts/Campton-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Campton Black";
  src: url("../fonts/Campton-Black.woff2") format("woff2"), url("../fonts/Campton-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Campton Extra";
  src: url("../fonts/Campton-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Campton-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Campton BlackItalic";
  src: url("../fonts/Campton-BlackItalic.woff2") format("woff2"), url("../fonts/Campton-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Campton Thin";
  src: url("../fonts/Campton-ThinItalic.woff2") format("woff2"), url("../fonts/Campton-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton-Thin.woff2") format("woff2"), url("../fonts/Campton-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Campton Light";
  src: url("../fonts/Campton-Light.woff2") format("woff2"), url("../fonts/Campton-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton-BoldItalic.woff2") format("woff2"), url("../fonts/Campton-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton-MediumItalic.woff2") format("woff2"), url("../fonts/Campton-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Campton Book";
  src: url("../fonts/Campton-BookItalic.woff2") format("woff2"), url("../fonts/Campton-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Campton Bold";
  src: url("../fonts/Campton-Bold.woff2") format("woff2"), url("../fonts/Campton-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Campton SemiBold";
  src: url("../fonts/Campton-SemiBold.woff2") format("woff2"), url("../fonts/Campton-SemiBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Inter-Bold;
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Inter-Medium;
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: Inter-Regular;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Inter-Light;
  src: url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff");
  font-style: normal;
}
/*
$color2:#3a3878;
$color1:#f6f7fb;*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-x: hidden;
  height: 100%;
}

body {
  font-family: "Campton-Book", sans-serif;
  font-weight: 300;
  line-height: 1;
  font-size: 16px;
  color: #000;
  height: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  text-decoration: none;
}

strong {
  font-weight: 600;
}

.errorBox {
  display: none;
}

textarea:hover,
textarea:active,
textarea:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
}

.custom-readonly {
  pointer-events: none !important;
  background-color: #e9ecef !important;
  touch-action: none !important;
}

.custom-readonly2 {
  pointer-events: none !important;
  background-color: #e9ecef !important;
  touch-action: none !important;
}

.fs-09em {
  font-size: 0.9em;
}

.succesData {
  font-size: 16px;
  color: #fff;
  background: #34bfa3;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.errorData {
  font-size: 16px;
  color: #fff;
  background: #c0392b;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.center {
  width: 90%;
  margin: 0 5%;
}

.clearfix {
  clear: both;
}

/*** checkboxes **/
.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: 0.25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: 10px;
}

.radio .cr {
  border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  line-height: 0;
  top: 9px;
  left: 3px;
  font-size: 12px !important;
  color: #118DC5;
}

.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 0.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;
  font-size: 18px;
}

.checkbox label input[type=checkbox]:disabled + .cr,
.radio label input[type=radio]:disabled + .cr {
  opacity: 0.5;
}

/************/
.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #d23e2b;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 1px solid #d23e2b;
  padding: 4px 10px;
  border-radius: 3px;
  font-family: arial;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #fff;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir=rtl] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  font-size: 0;
  height: 1px;
  background: #d23e2b;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #fff;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: 0;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: 0;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  background: 0 0;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  background: 0 0;
}

.formError .formErrorContent {
  font-size: 12px;
  line-height: 18px;
}

.formError .formErrorContent {
  width: 250px;
}

.formErrorContent {
  background: #e41200 !important;
  border-color: #e41200 !important;
}

.formError .formErrorArrow div {
  background: #e41200 !important;
}

.grecaptcha-badge {
  display: none;
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  top: -500px;
  left: -500px;
}

/*********/
.form-control:focus {
  background-color: white;
  border-color: #118DC5;
  box-shadow: 0 0 0 0;
}

.span2:hover {
  cursor: pointer;
}

.fa-calendar-day:hover {
  cursor: pointer;
}

.btn.focus, .btn:focus {
  box-shadow: 0 0 0 0;
}

.MarginTB20 {
  margin: 20px 0;
}

.BorderRadius10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.Padding15 {
  padding: 15px;
}

.MarginL10 {
  margin-left: 10px;
}

.MarginL40 {
  margin-left: 40px;
}

.Right0 {
  padding-right: 0;
}

.Left0 {
  padding-Left: 0;
}

.login {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  min-height: 100vh;
  background: url("../img/bg.jpg?v=7") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.login #login .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  min-height: 100vh;
}
.login #login .logo {
  display: flex;
  flex-direction: column;
  width: 40%;
}
.login #login .logo h1 {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
}
.login #login .logo h1 span {
  color: #fff;
  font-weight: 200;
  font-size: 40px;
  line-height: 20px;
}
.login #login .logo p {
  color: #fff;
  line-height: 20px;
  margin-top: 20px;
  font-weight: 200;
}
.login #login .logincontent {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 40px;
  margin-top: 50px;
  background: #fff;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.07);
}
.login #login .logincontent h2 {
  font-size: 24px;
  font-weight: bold;
  color: #118DC5;
}
.login #login .logincontent .toptext {
  font-size: 16px;
  color: #118DC5;
  margin-top: 5px;
  text-align: center;
  line-height: 18px;
}
.login #login .logincontent form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  width: 100%;
}
.login #login .logincontent form .input {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 20px;
  border: 2px solid #eef0f5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 10px;
}
.login #login .logincontent form .input input {
  margin-left: 10px;
  border: none;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #767ea2;
}
.login #login .logincontent form .input input::-webkit-input-placeholder {
  color: #a2a2c0;
}

.login #login .logincontent form .input input:-moz-placeholder {
  color: #a2a2c0;
}

.login #login .logincontent form .input input::-moz-placeholder {
  color: #a2a2c0;
}

.login #login .logincontent form .input input:-ms-input-placeholder {
  color: #a2a2c0;
}

.login #login .logincontent form .input i {
  font-size: 18px;
  color: #767ea2;
  margin-left: 5px;
}
.login #login .logincontent form .submitbutton {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: #118DC5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 10px;
  border: none;
  padding: 20px;
}
.login #login .logincontent form .bottom {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.login #login .logincontent form .bottom a {
  color: #aaa;
  font-size: 13px;
  font-weight: 600;
}
.login #login .logincontent form .bottom .text {
  font-size: 13px;
  font-weight: 600;
  color: #aaa;
}
.login #login .logincontent form .checkbox .cr, .login #login .logincontent form .radio .cr {
  width: 1em;
  height: 1em;
}
.login #login .logincontent form .checkbox .cr .cr-icon, .login #login .logincontent form .radio .cr .cr-icon {
  top: 8px;
  left: 1px;
}

/*Index Begin*/
.row {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0;
}

/*LEft Menu Begin*/
.plzKarte {
  width: 100%;
  padding: 20px;
}
.plzKarte a {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  color: #000;
}
.plzKarte a h3 {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.plzKarte img {
  width: 100%;
}

.LeftMenuimg {
  margin: 30px 0 30px 15px;
}
.LeftMenuimg .logo {
  color: #767ea2;
  font-weight: 600;
  text-align: right;
  font-size: 14px;
  line-height: 12px;
}
.LeftMenuimg .logo span {
  display: inherit;
  font-size: 24px;
  font-weight: 800;
  color: #118DC5;
}
.LeftMenuimg .logo2 {
  display: none;
  color: #767ea2;
  font-weight: 600;
  text-align: right;
  font-size: 14px;
  line-height: 12px;
  margin-left: -8px;
  margin-top: 7px;
}
.LeftMenuimg .logo2 span {
  display: inherit;
  font-size: 24px;
  font-weight: 800;
  color: #118DC5;
}
.LeftMenuimg .logo2 .spanlogo2 {
  color: #3a3878;
}

.LeftMenu {
  margin-left: 5px;
  border-radius: 20px;
  margin-bottom: 5px;
}
.LeftMenu a {
  font-weight: 600;
  color: #767ea2;
  font-size: 14px;
}
.LeftMenu a i {
  font-size: 16px;
}
.LeftMenu a span {
  margin-left: 10px;
}
.LeftMenu a span.count {
  margin: 0;
}
.LeftMenu a nav {
  font-weight: 600;
  background-color: #767ea2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-left: 10px;
  color: white;
  padding: 2px;
  font-size: 12px;
}
.LeftMenu .DBlock {
  display: block;
}
.LeftMenu .Opac {
  opacity: 1;
}
.LeftMenu .Beaf {
  padding: 5px 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.LeftMenu ol {
  display: none;
  border: #767ea2;
  padding-left: 40px;
  padding-bottom: 10px;
}
.LeftMenu ol li {
  padding: 0.25rem 0;
}
.LeftMenu ol li a.acol, .LeftMenu ol li a:hover {
  color: #118DC5;
  text-decoration: none;
  background: none;
}
.LeftMenu ol li > ul {
  display: none;
}
.LeftMenu:hover .d-flex {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #3a3878;
}
.LeftMenu:hover nav {
  background-color: #3a3878;
}
.LeftMenu .active {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #f6f1fe;
  color: #3a3878;
}
.LeftMenu .active nav {
  background-color: #3a3878;
}

/*LEft Menu End*/
/*Main Begin*/
.Main {
  background-color: #edeef2;
  padding-bottom: 20px;
}

.mainWrap {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100%;
  flex-wrap: nowrap;
}

.TopSeachAndUser form .select2-search--dropdown .select2-search__field,
.TopSeachAndUser form .select2-container--default .select2-selection--single {
  border: 1px solid #edeef2;
}
.TopSeachAndUser form .select2-container .select2-selection--single {
  height: 48px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.TopSeachAndUser form .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 8px 15px;
}
.TopSeachAndUser form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 10px;
  color: #767ea2;
}
.TopSeachAndUser form .SearchT {
  width: 100%;
  border: none;
  font-weight: 600;
}
.TopSeachAndUser form .SearchT::-webkit-input-placeholder {
  color: #a2a2c0;
}

.TopSeachAndUser form .SearchT:-moz-placeholder {
  color: #a2a2c0;
}

.TopSeachAndUser form .SearchT::-moz-placeholder {
  color: #a2a2c0;
}

.TopSeachAndUser form .SearchT:-ms-input-placeholder {
  color: #a2a2c0;
}

.TopSeachAndUser form .SearchW {
  position: absolute;
  right: 25px;
  color: #dcdcdc;
}
.TopSeachAndUser .UserSettings ul li .nav-link {
  padding: 0;
  margin: 0.5rem 1rem;
  color: #767ea2;
}
.TopSeachAndUser .UserSettings ul li .nav-link i {
  font-size: 20px;
}
.TopSeachAndUser .UserSettings .UserLeft {
  font-weight: 600;
}
.TopSeachAndUser .UserSettings .UserLeft .dropdown-toggle {
  position: relative;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
}
.TopSeachAndUser .UserSettings .UserLeft .dropdown-toggle span {
  font-size: 12px;
  color: #767ea2;
  display: inherit;
}
.TopSeachAndUser .UserSettings .UserLeft .dropdown-toggle:after {
  position: absolute;
  right: -3px;
  top: 5px;
  color: #767ea2;
  border: none;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-size: 18px;
}

/*Main End*/
.FirstS {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.62);
  -moz-box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.62);
  box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.62);
  padding: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.FirstSM {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.62);
  -moz-box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.62);
  box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.62);
  min-height: 500px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.firstFull {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.62);
  -moz-box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.62);
  box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.62);
  padding: 20px;
  min-height: 70vh;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 0;
  padding-left: 0;
}

/*DashBoard Begin*/
.marginColLeft {
  max-width: calc(50% - 7.5px);
  margin-left: 7.5px;
}

.marginColRight {
  max-width: calc(50% - 7.5px);
  margin-right: 7.5px;
}

.DashBoard {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.DashBoard .TableMainHead > nav > p {
  margin-top: 0.5rem;
}
.DashBoard .marginColLeft {
  max-width: calc(50% - 7.5px);
  margin-left: 7.5px;
}
.DashBoard .marginColRight {
  max-width: calc(50% - 7.5px);
  margin-right: 7.5px;
}
.DashBoard > h1 {
  color: #118DC5;
  font-size: 30px;
  font-weight: 700;
}
.DashBoard > p {
  color: #a2a2c0;
  margin-bottom: 20px;
}
.DashBoard .First {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.62);
  -moz-box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.62);
  box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.62);
  padding: 20px;
}
.DashBoard .First h1 {
  color: #118DC5;
  font-size: 24px;
  font-weight: 700;
}
.DashBoard .First .row {
  margin-right: 0;
  margin-left: 0;
}
.DashBoard .First .GesBer .GesBerBorder {
  margin-top: 10px;
  border: 1px solid #ecedf1;
  padding: 5px 10px;
}
.DashBoard .First .GesBer .GesBerBorder p {
  font-weight: 600;
  color: #a2a2c0;
  font-size: 14px;
  margin: 0;
}
.DashBoard .First .GesBer .GesBerBorder p i {
  margin-right: 10px;
}
.DashBoard .First .GesBer .GesBerBorder > span {
  font-weight: 700;
  font-size: 18px;
}
.DashBoard .First .TreeDiv {
  background-color: #c8f4ef;
  padding: 30px 0;
  margin-top: 20px;
  color: #767ea2;
}
.DashBoard .First .TreeDiv li {
  align-items: center;
  align-content: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.DashBoard .First .TreeDiv h1 {
  font-weight: 900;
  font-size: 36px;
}
.DashBoard .First .TreeDiv p {
  font-size: 14px;
  line-height: 16px;
  color: #118DC5;
}
.DashBoard .First .TreeDiv p span {
  display: inherit;
}
.DashBoard .FirstOne {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.DashBoard .FirstOne h5 {
  color: #118DC5;
  font-size: 24px;
  font-weight: 700;
}
.DashBoard .FirstOne a {
  color: #767ea2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  border: 1px solid #767ea2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-decoration: none;
  padding: 5px 15px;
}
.DashBoard .FirstOne a i {
  margin-right: 10px;
}

/*DashBoard End*/
.form-check-label {
  margin-bottom: 0;
  min-width: 27px;
}

.canvasjs-chart-credit {
  display: none;
}

/*Index End*/
.Padding0 {
  padding: 0;
}

/*Sayfa 2 Begin*/
.pageOpen .modal-content {
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  border: none;
}
.pageOpen .modal-header {
  background-color: #3a3878;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: white;
}
.pageOpen .modal-header .close {
  opacity: 1;
}
.pageOpen .modal-header .close:not(:disabled):not(.disabled):focus, .pageOpen .modal-header .close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}
.pageOpen .modal-header span {
  color: white;
}
.pageOpen .modal-body .ModalRow {
  padding-bottom: 1rem;
}
.pageOpen .form-control, .pageOpen .custom-select {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #3a3878;
  font-size: 13px;
}
.pageOpen .form-control::-webkit-input-placeholder, .pageOpen .custom-select::-webkit-input-placeholder {
  color: #a2a2c0;
}

.pageOpen .form-control:-moz-placeholder, .pageOpen .custom-select:-moz-placeholder {
  color: #a2a2c0;
}

.pageOpen .form-control::-moz-placeholder, .pageOpen .custom-select::-moz-placeholder {
  color: #a2a2c0;
}

.pageOpen .form-control:-ms-input-placeholder, .pageOpen .custom-select:-ms-input-placeholder {
  color: #a2a2c0;
}

.pageOpen .form-control:focus, .pageOpen .custom-select:focus {
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0;
}
.pageOpen .SwitchLabel {
  width: 100%;
  border: 1px solid #ced4da;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 13px;
}
.pageOpen .custom-switch .custom-control-label::before {
  left: 134px;
  top: 0.47rem;
  background-color: #c1c6da;
  border: none;
}
.pageOpen .custom-switch .custom-control-label::after {
  left: 136px;
  top: calc(0.47rem + 2px);
  background-color: #767ea2;
}
.pageOpen .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0;
}
.pageOpen .custom-control-input:checked ~ .custom-control-label::before {
  color: #f6f7fb;
  border-color: #007bff;
  background-color: #3a3878;
}
.pageOpen .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ffffff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}
.pageOpen .calenderModal {
  position: absolute;
  right: 10px;
  top: 8px;
  color: #767ea2;
}
.pageOpen .modal-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.pageOpen .modal-footer button i {
  margin-right: 10px;
}
.pageOpen .modal-footer button:first-child i {
  margin-right: 10px;
}
.pageOpen .modal-footer button:last-child {
  background-color: #3a3878;
  color: white;
}
.pageOpen .modal-footer button:last-child i {
  margin-right: 10px;
}

/*Datepicker Begin*/
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.date1 {
  background-color: transparent;
  font-size: 18px;
  color: black;
  width: 100%;
}
.date1::placeholder {
  color: black;
}

/*Datepicker End*/
/*Sayfa 2 End*/
/*Sayfa 3 Begin*/
.TableMainHead {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.TableMainHead h1 {
  font-weight: 800;
  color: #118DC5;
  font-size: 30px;
  font-weight: 700;
}
.TableMainHead button {
  background-color: #3a3878;
  color: white;
  font-weight: 600;
  padding: 10px 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.TableMainHead button i {
  margin-right: 10px;
}
.TableMainHead button:hover {
  color: white;
}

.tableHeadMenu {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  align-content: center;
  padding-bottom: 10px;
}
.tableHeadMenu .iAbsolt {
  position: absolute;
  right: 23px;
  top: 9px;
  color: black;
  font-size: 18px;
}
.tableHeadMenu .form-control:focus {
  box-shadow: 0 0 0 0;
}
.tableHeadMenu .input-group {
  display: flex;
  flex-direction: column;
}
.tableHeadMenu .input-group .custom-select:focus {
  box-shadow: 0 0 0 0;
}
.tableHeadMenu .input-group input, .tableHeadMenu .input-group select#inputGroupSelect01, .tableHeadMenu .input-group select#inputGroupSelect02, .tableHeadMenu .input-group select#inputGroupSelect03, .tableHeadMenu .input-group select#inputGroupSelect04, .tableHeadMenu .input-group select#inputGroupSelect05 {
  color: #3a3878;
  font-weight: 600;
  border: 1px solid #ced4da;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 13px;
  width: 95%;
}
.tableHeadMenu .input-group .custom-select {
  border: none;
}
.tableHeadMenu .input-group .input-group-prepend label.input-group-text {
  background-color: white;
  border: none;
  color: #3a3878;
  font-weight: bold;
}
.tableHeadMenu .form-check {
  color: #3a3878;
  font-weight: bold;
}
.tableHeadMenu .form-check input {
  position: absolute;
  right: -15px;
  top: -4px;
}

.handTh {
  display: flex;
  align-items: center;
}

.dataTables_wrapper .dataTables_length {
  margin-bottom: 10px;
}

.DashBoard .dataTables_info {
  font-weight: 600;
  color: #c5c8d3;
  margin-top: 10px;
}
.DashBoard table.dataTable tbody th, .DashBoard table.dataTable tbody td {
  padding: 10px 10px;
}
.DashBoard .TableMainHead {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.DashBoard .TableMainHead .iAbsolt {
  position: absolute;
  right: 23px;
  top: 9px;
  color: black;
  font-size: 18px;
}
.DashBoard .TableMainHead h1 {
  font-weight: 800;
  color: #118DC5;
  font-size: 30px;
  font-weight: 700;
}
.DashBoard .TableMainHead button {
  background-color: #3a3878;
  color: white;
  font-weight: 600;
  padding: 10px 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.DashBoard .TableMainHead button i {
  margin-right: 10px;
}
.DashBoard .dataTables_wrapper .dataTables_filter {
  display: none;
}
.DashBoard table.dataTable.display tbody tr.odd > .sorting_1, .DashBoard table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: white !important;
}
.DashBoard table.dataTable.stripe tbody tr.odd, .DashBoard table.dataTable.display tbody tr.odd {
  background-color: white;
}
.DashBoard .even {
  background-color: white;
}
.DashBoard table.dataTable thead th, .DashBoard table.dataTable thead td {
  border: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.DashBoard table.dataTable.row-border tbody th, .DashBoard table.dataTable.row-border tbody td, .DashBoard table.dataTable.display tbody th, .DashBoard table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.DashBoard table.dataTable.hover tbody tr:hover, .DashBoard table.dataTable.display tbody tr:hover {
  background-color: #edeef2;
}
.DashBoard table.dataTable.hover tbody tr:hover .sorting_1, .DashBoard table.dataTable.display tbody tr:hover .sorting_1 {
  background-color: #edeef2;
}
.DashBoard table.dataTable.display tbody tr.even > .sorting_1, .DashBoard table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #eee !important;
}
.DashBoard table.dataTable.hover tbody tr:hover .sorting_1, .DashBoard table.dataTable.display tbody tr:hover .sorting_1 {
  background-color: #edeef2;
}
.DashBoard table.dataTable.dt-checkboxes-select tbody tr,
.DashBoard table.dataTable thead th.dt-checkboxes-select-all,
.DashBoard table.dataTable tbody td.dt-checkboxes-cell {
  cursor: pointer;
}
.DashBoard table.dataTable thead th.dt-checkboxes-select-all,
.DashBoard table.dataTable tbody td.dt-checkboxes-cell {
  text-align: center;
}
.DashBoard div.dataTables_wrapper span.select-info,
.DashBoard div.dataTables_wrapper span.select-item {
  margin-left: 0.5em;
}
.DashBoard th {
  color: #383838;
  font-weight: 600 !important;
  font-size: 14px;
}
.DashBoard th:first-child {
  background: #edeef2;
  padding-left: 12px !important;
}
.DashBoard th:last-child {
  background: #edeef2;
}
.DashBoard tr {
  font-size: 14px;
  line-height: 20px;
}
.DashBoard table.dataTable.no-footer {
  border-bottom: 1px solid #ddd;
}
.DashBoard thead {
  font-size: 16px;
  background-color: #edeef2;
}
.DashBoard thead tr {
  font-size: 16px !important;
}
.DashBoard .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #3a3878;
}
.DashBoard .paginate_button.current:hover {
  background: #3a3878;
}
.DashBoard .dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 3px 10px;
  margin-left: 10px;
  color: #3a3878;
}
.DashBoard .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .DashBoard .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .DashBoard .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #a2a2c0;
}
.DashBoard .dataTables_paginate {
  font-weight: 600;
  margin-top: 10px;
}
.DashBoard .dataTables_length select {
  background-color: #edeef2;
  border: none;
  padding: 10px 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.DashBoard .paging_simple_numbers > span > a {
  background-color: #edeef2;
  border-radius: 50% !important;
}
.DashBoard .paging_simple_numbers > span > a:hover {
  background-color: #3a3878;
  color: white !important;
}
.DashBoard .paging_simple_numbers > span > a.current {
  background-color: #3a3878;
  color: white !important;
}
.DashBoard #example_filter label input[type=search] {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #3a3878;
  font-size: 13px;
}
.DashBoard .tableIcon {
  display: block;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 85px;
}
.DashBoard .tableIco {
  color: #3a3878;
  margin-right: 10px;
  font-size: 20px;
}
.DashBoard .tableIcoEnd {
  font-size: 20px;
  color: red;
}

.tableMain {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.62);
  -moz-box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.62);
  box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.62);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding-bottom: 15px;
}
.tableMain .dataTables_info {
  font-weight: 600;
  color: #c5c8d3;
  margin-top: 10px;
}
.tableMain table.dataTable tbody th, .tableMain table.dataTable tbody td {
  padding: 10px 10px;
}
.tableMain .TableMainHead {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.tableMain .TableMainHead .iAbsolt {
  position: absolute;
  right: 23px;
  top: 9px;
  color: black;
  font-size: 18px;
}
.tableMain .TableMainHead h1 {
  font-weight: 800;
  color: #118DC5;
  font-size: 30px;
  font-weight: 700;
}
.tableMain .TableMainHead button {
  background-color: #3a3878;
  color: white;
  font-weight: 600;
  padding: 10px 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.tableMain .TableMainHead button i {
  margin-right: 10px;
}
.tableMain .dataTables_wrapper .dataTables_filter {
  display: none;
}
.tableMain table.dataTable.display tbody tr.odd > .sorting_1, .tableMain table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: white !important;
}
.tableMain table.dataTable.stripe tbody tr.odd, .tableMain table.dataTable.display tbody tr.odd {
  background-color: white;
}
.tableMain .even {
  background-color: white;
}
.tableMain table.dataTable thead th, .tableMain table.dataTable thead td {
  border: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.tableMain table.dataTable.row-border tbody th, .tableMain table.dataTable.row-border tbody td, .tableMain table.dataTable.display tbody th, .tableMain table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.tableMain table.dataTable.hover tbody tr:hover, .tableMain table.dataTable.display tbody tr:hover {
  background-color: #edeef2;
}
.tableMain table.dataTable.hover tbody tr:hover .sorting_1, .tableMain table.dataTable.display tbody tr:hover .sorting_1 {
  background-color: #edeef2;
}
.tableMain table.dataTable.display tbody tr.even > .sorting_1, .tableMain table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #eee !important;
}
.tableMain table.dataTable.hover tbody tr:hover .sorting_1, .tableMain table.dataTable.display tbody tr:hover .sorting_1 {
  background-color: #edeef2;
}
.tableMain table.dataTable.dt-checkboxes-select tbody tr,
.tableMain table.dataTable thead th.dt-checkboxes-select-all,
.tableMain table.dataTable tbody td.dt-checkboxes-cell {
  cursor: pointer;
}
.tableMain table.dataTable thead th.dt-checkboxes-select-all,
.tableMain table.dataTable tbody td.dt-checkboxes-cell {
  text-align: center;
}
.tableMain div.dataTables_wrapper span.select-info,
.tableMain div.dataTables_wrapper span.select-item {
  margin-left: 0.5em;
}
.tableMain th {
  color: #383838;
  font-weight: 600 !important;
  font-size: 14px;
}
.tableMain th:first-child {
  background: #edeef2;
  padding-left: 12px !important;
}
.tableMain th:last-child {
  background: #edeef2;
}
.tableMain tr {
  font-size: 14px;
  line-height: 20px;
}
.tableMain table.dataTable.no-footer {
  border-bottom: 1px solid #ddd;
}
.tableMain thead {
  font-size: 16px;
  background-color: #edeef2;
}
.tableMain thead tr {
  font-size: 16px !important;
}
.tableMain .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #3a3878;
}
.tableMain .paginate_button.current:hover {
  background: #3a3878;
}
.tableMain .dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 3px 10px;
  margin-left: 10px;
  color: #3a3878;
}
.tableMain .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .tableMain .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .tableMain .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #a2a2c0;
}
.tableMain .dataTables_paginate {
  font-weight: 600;
  margin-top: 10px;
}
.tableMain .dataTables_length label {
  font-size: 12px;
}
.tableMain .dataTables_length option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 3px 4px 5px;
}
.tableMain .dataTables_length select {
  background-color: #edeef2;
  text-indent: 5px;
  border: none;
  width: 60px;
  padding: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 12px;
}
.tableMain .paging_simple_numbers > span > a {
  background-color: #edeef2;
  border-radius: 50% !important;
}
.tableMain .paging_simple_numbers > span > a:hover {
  background-color: #3a3878;
  color: white !important;
}
.tableMain .paging_simple_numbers > span > a.current {
  background-color: #3a3878;
  color: white !important;
}
.tableMain #example_filter label input[type=search] {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #3a3878;
  font-size: 13px;
}
.tableMain .tableIcon {
  display: block;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 85px;
}
.tableMain .tableIco {
  color: #3a3878;
  width: 100%;
  font-size: 20px;
  text-align: center;
}
.tableMain .tableIco i {
  width: 100%;
}
.tableMain .tableIcoEnd {
  font-size: 20px;
  color: red;
  font-size: 20px;
  text-align: center;
}

.tableMainNotLastChild th:last-child {
  background: #fff !important;
}

.custom-select:hover {
  cursor: pointer;
}

.form-check-input:hover, .form-check-label:hover {
  cursor: pointer;
}

.flx20 {
  flex: 20;
  max-width: 23%;
}

.switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 19px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 16px;
  left: 5px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.fontsize13px {
  font-size: 13px;
}

.logoWidth {
  width: 200px;
}

.logoWidthLoader {
  width: 300px;
}

.logoWidth2 {
  width: 45px !important;
}

.logoNewStyle2 {
  margin: 15px 0 10px 0 !important;
}

.clickGoMrlft {
  margin-left: -35px;
}

.clickGoMarAus {
  margin: 10px 0 15px -20px;
}

.loadingbar {
  position: fixed;
  width: 100%;
  min-height: 100%;
  background: white;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  overflow: hidden;
  display: none;
}
.loadingbar p {
  margin-top: 10px;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  color: #3a3878;
}
.loadingbar #loadingbar {
  width: 600px;
  height: 30px;
  background: rgba(255, 255, 255, 0.02);
  margin: 10px auto 0;
  border-radius: 100px;
  border: 5px solid #cecece;
  overflow: hidden;
  position: relative;
}
.loadingbar #loadingbar .loadbar {
  background-color: #118DC5;
  height: 100%;
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
}

.calendar-fixed {
  position: fixed;
  right: 0;
  top: 100px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.62);
  -moz-box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.62);
  box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.62);
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  padding: 23px;
  z-index: 2;
}
.calendar-fixed .calendar-fixed-main {
  display: none;
}
.calendar-fixed .calendar-fixed-closed-button {
  border: 2px solid #118DC5;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  right: 10px;
  position: absolute;
  top: 10px;
}
.calendar-fixed .calendar-fixed-closed-button i {
  color: #118DC5;
  margin-left: 3px;
}
.calendar-fixed .calendar-fixed-open-button {
  border: 2px solid #118DC5;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  right: 10px;
  position: absolute;
  top: 10px;
}
.calendar-fixed .calendar-fixed-open-button i {
  color: #118DC5;
}

@media only screen and (max-width: 991px) {
  .clickGoMrlft {
    margin-left: -13px;
  }
  .clickGoMarAus {
    margin: 10px 0 15px 0;
  }
}
@media only screen and (min-width: 1315px) and (max-width: 1600px) {
  .logoWidth {
    width: 150px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1315px) {
  .logoWidth {
    width: 125px;
    margin-top: 15px;
    margin-bottom: 2px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1315px) {
  .logoWidth {
    width: 125px;
    margin-top: 15px;
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 1200px) {
  .logoWidth {
    width: 150px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .logoNewStyle {
    margin-left: 30px !important;
  }
}
@media screen and (max-width: 640px) {
  div.dataTables_wrapper span.select-info,
  div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block;
  }
}
/*Sayfa 3 End*/
/*sayfa 4 Begin*/
.clndrStart {
  background-color: white;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  min-height: 60vh;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.62);
  -moz-box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.62);
  box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.62);
}
.clndrStart .calendarBegin {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 20px 15px;
}
.clndrStart .calendarBegin .calendarB1 h1 {
  color: #3a3878;
  font-size: 24px;
}
.clndrStart .calendarBegin ul {
  display: inherit;
  margin-bottom: 0;
}
.clndrStart .calendarBegin ul li {
  margin-right: 10px;
}
.clndrStart .calendarBegin ul li i {
  margin-right: 5px;
}
.clndrStart .calendarBegin ul li:first-child i {
  color: white;
  border: 1px solid #f6f1fe;
  border-radius: 50%;
}
.clndrStart .calendarBegin ul li:nth-child(2n) i {
  color: #fdbec1;
}
.clndrStart .calendarBegin ul li:last-child i {
  color: #c8f4ef;
}
.clndrStart .calendarBegin .calendarB2 {
  display: inherit;
  align-content: center;
  align-items: center;
}
.clndrStart .calendarBegin .calendarB2 .calendarBack a {
  border: 1px solid #e4e6ea;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 15px;
  color: #3e3e3f;
  font-weight: 500;
}
.clndrStart .calendarBegin .calendarB2 .calendarBack a i {
  margin-right: 10px;
}
.clndrStart .calendarBegin .calendarB2 .calendarNext a {
  border: 1px solid #e4e6ea;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 15px;
  color: #3e3e3f;
  font-weight: 500;
}
.clndrStart .calendarBegin .calendarB2 .calendarNext a i {
  margin-left: 10px;
}
.clndrStart .calendarBegin .calendarB2 .calendarMid {
  display: inherit;
  align-content: center;
  align-items: center;
  margin: 0 20px;
}
.clndrStart .calendarBegin .calendarB2 .calendarMid p {
  margin-bottom: 0;
}
.clndrStart .calendarWeek {
  display: flex;
  flex-direction: row;
  margin-right: 5px;
  width: 20% !important;
}
.clndrStart .calendarWeek table {
  width: 100%;
}
.clndrStart .calendarWeek table thead tr th p {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  background-color: #edeef2;
  margin: 5px 0;
  padding: 10px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.clndrStart .calendarWeek table tbody tr th .calendarActive1 {
  background-color: #fdbec1;
}
.clndrStart .calendarWeek table tbody tr th .calendarActive1 span {
  border-color: rgba(0, 0, 0, 0.3490196078);
}
.clndrStart .calendarWeek table tbody tr th .calendarActive2 {
  background-color: #c8f4ef;
}
.clndrStart .calendarWeek table tbody tr th .calendarActive2 span {
  border-color: rgba(0, 0, 0, 0.3490196078);
}
.clndrStart .calendarWeek table tbody tr th p {
  padding: 10px 5px 10px 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #e4e6ea;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  margin-top: 5px;
}
.clndrStart .calendarWeek table tbody tr th span {
  border-right: 1px solid #e4e6ea;
  padding: 5px;
  text-align: center;
}
.clndrStart .calendarWeek table tbody tr th span:last-child {
  border: none;
  padding-right: 0;
}
.clndrStart .calendarWeek table tbody tr th span:first-child {
  padding-left: 0;
  width: 85px;
  word-wrap: break-word !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  word-break: break-all;
  justify-content: center;
}
.clndrStart .calendarWeek table tbody tr th span:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% - 153px);
}
.clndrStart .calendarWeek table tbody tr th span:nth-child(3) {
  width: 50px;
  word-wrap: break-word !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  word-break: break-all;
  justify-content: center;
  word-break: break-all;
}
.clndrStart .calendarWeek table tbody tr th span:nth-child(4) {
  width: 18px;
  word-wrap: break-word !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  word-break: break-all;
  justify-content: center;
  word-break: break-all;
}

.calendarWeek2 {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-content: center;
  margin-bottom: 20px;
  font-size: 13px;
}
.calendarWeek2 h2 {
  font-size: 13px;
  background-color: #3a3878;
  padding: 10px;
  width: 95%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: white;
}
.calendarWeek2 h2 i:hover {
  cursor: pointer;
}
.calendarWeek2 table thead tr th p {
  background-color: #edeef2;
  margin: 5px 5px;
  padding: 2px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 14px;
}
.calendarWeek2 table thead tr th p span {
  border-left: 1px solid #e4e6ea;
  padding: 5px;
}
.calendarWeek2 table thead tr th p span:last-child {
  text-align: right;
  padding-right: 0;
}
.calendarWeek2 table thead tr th p span:first-child {
  border: none;
  padding-left: 0;
}
.calendarWeek2 table tbody tr th .calendarActive1 {
  background-color: #fdbec1;
}
.calendarWeek2 table tbody tr th .calendarActive1 span {
  border-color: rgba(0, 0, 0, 0.3490196078);
}
.calendarWeek2 table tbody tr th .calendarActive2 {
  background-color: #c8f4ef;
}
.calendarWeek2 table tbody tr th .calendarActive2 span {
  border-color: rgba(0, 0, 0, 0.3490196078);
}
.calendarWeek2 table tbody tr th p {
  margin: 2px 5px;
  padding: 0 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #e4e6ea;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.calendarWeek2 table tbody tr th span {
  border-left: 1px solid #e4e6ea;
  padding: 5px;
}
.calendarWeek2 table tbody tr th span:last-child {
  text-align: right;
  padding-right: 0;
}
.calendarWeek2 table tbody tr th span:first-child {
  border: none;
  padding-left: 0;
}

/*sayfa 4 End*/
/*kbric Begin*/
.TableMainHeadd {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.TableMainHeadd h1 {
  font-weight: 800;
  color: #118DC5;
  font-size: 30px;
  font-weight: 700;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #3a3878 !important;
}

.table25 td {
  width: 5px;
  padding: 0 !important;
  text-align: center;
}
.table25 td:hover {
  cursor: pointer;
}

.table-dark {
  background-color: #118DC5 !important;
}

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #3a3878 !important;
}

.btnReady {
  margin-left: 10px;
  background-color: #3a3878 !important;
  color: white !important;
  font-weight: 600 !important;
  padding: 5px 10px !important;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  border-radius: 15px !important;
}
.btnReady i {
  margin-right: 10px;
}

.kbric {
  background-color: white;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  min-height: 85vh;
  padding-top: 15px;
}
.kbric select#inlineFormCustomSelect {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #3a3878;
  font-size: 13px;
}
.kbric .span2 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #3a3878;
  font-size: 13px;
}
.kbric ul {
  display: flex;
  flex-direction: row;
  justify-content: start;
}
.kbric ul li {
  margin-right: 10px;
}
.kbric ul li:last-child {
  margin-right: 0;
}
.kbric ul li a {
  background-color: #f1eff5;
  border-radius: 10px !important;
  color: #3a3878;
  font-weight: 600;
  font-size: 13px;
}
.kbric ul li a:hover {
  background-color: #3a3878;
  color: white;
}
.kbric .kbricOneTab .kbricOneTab1 {
  padding: 5px;
}
.kbric .kbricOneTab .kbricOneTab1 i {
  margin-left: 10px;
}
.kbric .kbricOneTab .kbricOneTab1 span {
  margin-left: 10px;
}
.kbric .kbricOneTab .kbricOneTab1 .dataTables_info {
  display: none;
}
.kbric .kbricOneTab .kbricOneTab1 div#example_paginate {
  display: none;
}
.kbric .kbricOneTab .kbricOneTab1 .dataTables_wrapper .dataTables_filter, .kbric .kbricOneTab .kbricOneTab1 .dataTables_wrapper .dataTables_info, .kbric .kbricOneTab .kbricOneTab1 .dataTables_wrapper .dataTables_processing, .kbric .kbricOneTab .kbricOneTab1 .dataTables_wrapper .dataTables_paginate {
  display: none;
}
.kbric .openerFirstUl .openerFirstUl1 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 10px 0;
  border-bottom: 1px solid #f6f1fe;
}
.kbric .openerFirstUl .openerFirstUl1 li {
  padding: 10px;
  border-top: 1px solid #f6f1fe;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(204, 204, 204, 0.22);
  -moz-box-shadow: 0px 0px 1px 1px rgba(204, 204, 204, 0.22);
  box-shadow: 0px 0px 1px 1px rgba(204, 204, 204, 0.22);
}
.kbric .openerFirstUl .openerFirstUl1 li:hover {
  cursor: pointer;
  color: white;
  padding: 10px;
  border-top: 1px solid #3a3878;
  color: #3a3878;
}
.kbric .openerFirstUl .openerFirstUl1 .subActive {
  border-top: 1px solid #3a3878;
  color: #3a3878;
  font-weight: 600;
}
.kbric .openerFirstUl .openerFirstUl2 {
  display: flex;
  flex-direction: row;
  justify-content: start;
  padding: 10px 0;
}
.kbric .openerFirstUl .openerFirstUl2 li {
  padding: 10px;
  position: relative;
  border: 1px solid #767ea2;
  margin: 5px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.kbric .openerFirstUl .openerFirstUl2 li:hover {
  cursor: pointer;
  background-color: #3a3878;
  color: white;
  padding: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.kbric .openerFirstUl .SelectDateBtn {
  color: #3a3878;
  margin-top: 20px;
}
.kbric .openerFirstUl .SelectDateBtn form {
  margin-top: 10px;
}
.kbric .openerFirstUl .SelectDateBtn form > div {
  align-items: flex-end;
  justify-content: start;
}
.kbric .openerFirstUl .SelectDateBtn form > div > nav > label {
  font-weight: bold;
}
.kbric .openerFirstUl .SelectDateBtn i {
  color: #118DC5;
  margin-right: 10px;
}
.kbric .openerFirstUl .SelectDateBtn .btnReady {
  margin-left: 10px;
  background-color: #3a3878;
  color: white;
  font-weight: 600;
  padding: 5px 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.kbric .openerFirstUl .SelectDateBtn .btnReady i {
  margin-right: 10px;
}
.kbric .openerFirstUl .SelectDateBtn input.form-control {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #3a3878;
  font-size: 13px;
}
.kbric .openerUl h4 {
  color: #118DC5;
  text-align: center;
}
.kbric .openerUl ul {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.kbric .openerUl ul li {
  display: flex;
  flex-direction: row;
  justify-content: start;
}
.kbric .openerUl ul li:first-child span {
  color: red;
}
.kbric .openerUl ul li h1 {
  color: #a2a2c0;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}
.kbric .openerUl ul li h1 span {
  text-transform: uppercase;
  font-weight: 600;
  color: #3a3878;
}
.kbric .openerUl h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #3a3878;
}
.kbric .openerUl h6 i {
  margin-right: 10px;
}
.kbric .openerUl label {
  color: #3a3878;
}

.kbric .openerFirstUl12 ul li h1 {
  line-height: 1.1;
}
.kbric .openerFirstUl12 ul li h1 span {
  font-size: 14px;
  font-weight: 600;
}

.grafiks {
  min-height: 600px;
}

.newNavTop {
  margin-bottom: 0.5rem;
}
.newNavTop .newNav {
  display: flex;
}
.newNavTop .newNav > label {
  min-width: 78px;
}
.newNavTop .newNav .new-Select {
  width: 100%;
}

/*kbric End*/
/*Customer Begin*/
.frCheck {
  padding-left: 0 !important;
  margin-right: 20px;
}

.custom-file-label {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px !important;
  color: #3a3878;
  font-size: 13px;
}

.custom-file-label::after {
  border-radius: 0 10px 10px 0 !important;
}

.custoHead .custoHeader {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.custoHead .custoHeader > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.custoHead .custoHeader > div h5 {
  font-weight: 800;
  color: #118DC5;
  font-size: 20px;
  font-weight: 700;
}
.custoHead .custoHeader .custoOne {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  background-color: #edeef2;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: #118DC5;
}
.custoHead .custoHeader .custoOne .custoOneTwo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.custoHead .custoHeader .custoOne .custoOneTwo .custoOneTwo1 {
  margin-right: 40px;
}
.custoHead .custoHeader .custoOne .custoOneTwo .custoOneTwo2 {
  margin-right: 40px;
}
.custoHead .custoHeader .custoOne .custoOneTwo .custoOneTwo3 {
  margin-right: 10px;
}
.custoHead .custoHeader .custoMain {
  background-color: rgba(246, 247, 251, 0.368627451);
  flex-direction: row;
  justify-content: start;
  align-items: start;
  align-content: start;
  padding-bottom: 15px;
  padding-top: 15px;
}
.custoHead .custoHeader .custoMain .custom-file-label {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px !important;
  color: #3a3878;
  font-size: 13px;
}
.custoHead .custoHeader .custoMain .ModalRow {
  margin-bottom: 15px;
}
.custoHead .custoHeader .custoMain .ModalRow .custom-switch {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.custoHead .custoHeader .custoMain .ModalRow .custom-switch span {
  margin-left: 32px;
}
.custoHead .custoHeader .custoMain .ModalRow .custom-control-label {
  vertical-align: middle;
}
.custoHead .custoHeader .custoMain .ModalRow .dropdown-toggle {
  background-color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px !important;
  color: #3a3878;
  font-size: 13px;
  border: 1px solid #ced4da;
}
.custoHead .custoHeader .custoMain .ModalRow .btnOkey {
  background-color: #3a3878;
  color: white;
  position: absolute;
}
.custoHead .custoHeader .custoMain .ModalRow .btnOkey i {
  margin-right: 10px;
}
.custoHead .custoHeader .custoMain .ModalRow .btnOkey1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
.custoHead .custoHeader .custoMain .custoBtn {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.custoHead .custoHeader .custoMain .custoBtn i {
  margin-right: 10px;
}
.custoHead .custoHeader .custoMain .custoBtn button:last-child {
  background-color: #3a3878;
  color: white;
}
.custoHead .custoHeader .custoMain .form-control {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #3a3878;
  font-size: 13px;
}
.custoHead .custoHeader .custoMain .calenderModal {
  position: absolute;
  right: 15px;
  top: 30px;
  color: #767ea2;
}
.custoHead .custoOneOne2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  min-height: 0;
}
.custoHead .custoOneOne2 h4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}
.custoHead .custoOneOne2 div {
  border: 1px solid #118DC5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 10px;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.custoHead .custoOneOne2 div i {
  font-size: 14px;
}
.custoHead .custoOneOne2 div:hover {
  cursor: pointer;
}
.custoHead .dataTables_info, .custoHead .dataTables_paginate {
  display: none;
}

.custoModalWidth2 {
  max-width: 500px !important;
}

.custoModalWidth {
  max-width: 870px !important;
}

.custoModalWidth3 {
  max-width: 990px !important;
}

.calenderModalAb {
  position: absolute;
  right: 10px;
  top: 40px;
  color: #767ea2;
}

.calenderModalRow {
  position: absolute;
  right: 10px;
  top: 9px;
  color: #767ea2;
}

.TerminModal .col-form-label, #addUser .col-form-label, #generalForm .col-form-label {
  font-size: 13px;
  padding-left: 0;
}
.TerminModal .calenderModalAb, #addUser .calenderModalAb, #generalForm .calenderModalAb {
  right: 24px;
  top: 8px;
}
.TerminModal .SwitchLabel, #addUser .SwitchLabel, #generalForm .SwitchLabel {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  padding-left: 0;
  padding-right: 0px;
  border: none;
}

/*Customer End*/
/** OpenMenu2 */
.openMenu2Content {
  padding-left: 20px;
}
.openMenu2Content li {
  list-style: circle;
}

/* OpenMenu2 End */
/** navsList **/
.navsList {
  display: flex;
  flex-direction: row;
  width: 100%;
}

#loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(17, 141, 197, 0.57);
  z-index: 999999;
}
#loader .hex-brick {
  background: #ABF8FF;
  width: 30px;
  height: 17px;
  position: absolute;
  top: 5px;
  animation-name: fade;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}
#loader .h2 {
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
}
#loader .h3 {
  transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
}
#loader .gel {
  height: 30px;
  width: 30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
}
#loader .center-gel {
  margin-left: -15px;
  margin-top: -15px;
  animation-name: pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}
#loader .c1 {
  margin-left: -47px;
  margin-top: -15px;
}
#loader .c2 {
  margin-left: -31px;
  margin-top: -43px;
}
#loader .c3 {
  margin-left: 1px;
  margin-top: -43px;
}
#loader .c4 {
  margin-left: 17px;
  margin-top: -15px;
}
#loader .c5 {
  margin-left: -31px;
  margin-top: 13px;
}
#loader .c6 {
  margin-left: 1px;
  margin-top: 13px;
}
#loader .c7 {
  margin-left: -63px;
  margin-top: -43px;
}
#loader .c8 {
  margin-left: 33px;
  margin-top: -43px;
}
#loader .c9 {
  margin-left: -15px;
  margin-top: 41px;
}
#loader .c10 {
  margin-left: -63px;
  margin-top: 13px;
}
#loader .c11 {
  margin-left: 33px;
  margin-top: 13px;
}
#loader .c12 {
  margin-left: -15px;
  margin-top: -71px;
}
#loader .c13 {
  margin-left: -47px;
  margin-top: -71px;
}
#loader .c14 {
  margin-left: 17px;
  margin-top: -71px;
}
#loader .c15 {
  margin-left: -47px;
  margin-top: 41px;
}
#loader .c16 {
  margin-left: 17px;
  margin-top: 41px;
}
#loader .c17 {
  margin-left: -79px;
  margin-top: -15px;
}
#loader .c18 {
  margin-left: 49px;
  margin-top: -15px;
}
#loader .c19 {
  margin-left: -63px;
  margin-top: -99px;
}
#loader .c20 {
  margin-left: 33px;
  margin-top: -99px;
}
#loader .c21 {
  margin-left: 1px;
  margin-top: -99px;
}
#loader .c22 {
  margin-left: -31px;
  margin-top: -99px;
}
#loader .c23 {
  margin-left: -63px;
  margin-top: 69px;
}
#loader .c24 {
  margin-left: 33px;
  margin-top: 69px;
}
#loader .c25 {
  margin-left: 1px;
  margin-top: 69px;
}
#loader .c26 {
  margin-left: -31px;
  margin-top: 69px;
}
#loader .c27 {
  margin-left: -79px;
  margin-top: -15px;
}
#loader .c28 {
  margin-left: -95px;
  margin-top: -43px;
}
#loader .c29 {
  margin-left: -95px;
  margin-top: 13px;
}
#loader .c30 {
  margin-left: 49px;
  margin-top: 41px;
}
#loader .c31 {
  margin-left: -79px;
  margin-top: -71px;
}
#loader .c32 {
  margin-left: -111px;
  margin-top: -15px;
}
#loader .c33 {
  margin-left: 65px;
  margin-top: -43px;
}
#loader .c34 {
  margin-left: 65px;
  margin-top: 13px;
}
#loader .c35 {
  margin-left: -79px;
  margin-top: 41px;
}
#loader .c36 {
  margin-left: 49px;
  margin-top: -71px;
}
#loader .c37 {
  margin-left: 81px;
  margin-top: -15px;
}
#loader .r1 {
  animation-name: pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0.2s;
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.2s;
}
#loader .r2 {
  animation-name: pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0.4s;
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.4s;
}
#loader .r3 {
  animation-name: pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0.6s;
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.6s;
}
#loader .r1 > .hex-brick {
  animation-name: fade;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0.2s;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.2s;
}
#loader .r2 > .hex-brick {
  animation-name: fade;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0.4s;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.4s;
}
#loader .r3 > .hex-brick {
  animation-name: fade;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0.6s;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.6s;
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.01);
    transform: scale(0.01);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fade {
  0% {
    background: #ABF8FF;
  }
  50% {
    background: #90BBBF;
  }
  100% {
    background: #ABF8FF;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.01);
    transform: scale(0.01);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fade {
  0% {
    background: #ABF8FF;
  }
  50% {
    background: #389CA6;
  }
  100% {
    background: #ABF8FF;
  }
}

::-webkit-scrollbar {
  width: 8px;
  border-radius: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #eff0f4;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #dddee2;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
  background: #d6d7db;
  border-radius: 10px;
}

/** Auswertungen Begin **/
.auswerFirst {
  background-color: #118DC5;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.auswerFirst div {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.auswerFirst div h3 {
  margin-left: 10px;
  margin-bottom: 0;
  font-size: 20px;
}
.auswerFirst div i {
  font-size: 24px;
}

.FirstTop0 {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.auswer {
  margin-bottom: 15px;
}
.auswer .custom-select {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #3a3878;
  font-size: 13px;
  margin-left: 0;
}
.auswer input {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #3a3878;
  font-size: 13px;
}
.auswer .btnOkey {
  background-color: #3a3878;
  color: white;
  position: absolute;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 13px;
}
.auswer .btnOkey:hover {
  color: white;
}
.auswer .btnOkey i {
  margin-right: 10px;
}
.auswer .btnOkey1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
.auswer .btnOkey1:hover {
  color: white;
}

.table-responsive .table thead th {
  vertical-align: middle;
}
.table-responsive .table td, .table-responsive .table th {
  border: none;
}
.table-responsive thead tr {
  background-color: #f6f7fb;
}
.table-responsive tbody tr {
  background-color: white;
}
.table-responsive tbody tr:hover {
  background-color: #f6f7fb;
}

/** Auswertungen End **/
/** personel Begin **/
/** personel End **/
/** News Begin **/
.news .auswer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.news .auswer .rowFlex {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  padding: 0 10px;
}
.news .auswer .rowFlex label {
  margin-right: 10px;
  margin-bottom: 0;
}
.news .auswer .rowFlex .okeyBtn {
  background-color: #3a3878;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-left: 10px;
}
.news .auswer .rowFlex .okeyBtn i {
  margin-right: 10px;
  color: white !important;
}
.news .auswer .rowFlex .okeyBtn span {
  color: white !important;
}
.news .SelectDateBtn h4 {
  color: #3a3878;
}
.news .SelectDateBtn h4 i {
  margin-right: 10px;
}
.news .openerFirstUl1 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 10px 0;
  border-bottom: 1px solid #f6f1fe;
}
.news .openerFirstUl1 li {
  padding: 10px;
}
.news .openerFirstUl1 li:hover {
  cursor: pointer;
  color: white;
  padding: 10px;
  border-top: 1px solid #f6f1fe;
  color: #3a3878;
  font-weight: 600;
}
.news .openerFirstUl1 .subActive {
  border-top: 1px solid #f6f1fe;
  color: #3a3878;
  font-weight: 600;
}
.news ul {
  display: flex;
  flex-direction: row;
  justify-content: start;
}
.news ul li {
  margin-right: 10px;
}
.news ul li:last-child {
  margin-right: 0;
}
.news ul li a {
  background-color: #f1eff5;
  border-radius: 10px !important;
  color: #3a3878;
  font-weight: 600;
  font-size: 13px;
}
.news ul li a:hover {
  background-color: #3a3878;
  color: white;
}
.news .custom-switch .custom-control-label::before {
  left: 0.25rem;
}
.news .custom-switch .custom-control-label::after {
  left: calc(0.25rem + 2px);
}

/*News End*/
/*Personal Add Begin*/
.lineWrite {
  font-weight: 400;
  font-size: 17px;
}

/*Personal Add End*/
/*Neuer Add Model Begin*/
/*Neuer Add Model End*/
/** chart **/
.orgchart {
  box-sizing: border-box;
  display: inline-block;
  min-height: 202px;
  min-width: 202px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: linear-gradient(90deg, rgba(200, 0, 0, 0.15) 10%, rgba(0, 0, 0, 0) 10%), linear-gradient(rgba(200, 0, 0, 0.15) 10%, rgba(0, 0, 0, 0) 10%);
  background-size: 10px 10px;
  border: 1px dashed transparent;
  padding: 20px;
}

.orgchart .hidden,
.orgchart ~ .hidden {
  display: none;
}

.orgchart.b2t {
  transform: rotate(180deg);
}

.orgchart.l2r {
  position: absolute;
  transform: rotate(-90deg) rotateY(180deg);
  transform-origin: left top;
}

.orgchart .verticalNodes ul {
  list-style: none;
  margin: 0;
  padding-left: 18px;
  text-align: left;
}

.orgchart .verticalNodes ul:first-child {
  margin-top: 2px;
}

.orgchart .verticalNodes > td::before {
  content: "";
  border: 1px solid #a2a2c0;
}

.orgchart .verticalNodes > td > ul > li:first-child::before {
  box-sizing: border-box;
  top: -4px;
  height: 30px;
  width: calc(50% - 2px);
  border-width: 2px 0 0 2px;
}

.orgchart .verticalNodes ul > li {
  position: relative;
}

.orgchart .verticalNodes ul > li::after,
.orgchart .verticalNodes ul > li::before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  left: -6px;
  border-color: #a2a2c0;
  border-style: solid;
  border-width: 0 0 2px 2px;
}

.orgchart .verticalNodes ul > li::before {
  top: -4px;
  height: 30px;
  width: 11px;
}

.orgchart .verticalNodes ul > li::after {
  top: 1px;
  height: 100%;
}

.orgchart .verticalNodes ul > li:first-child::after {
  box-sizing: border-box;
  top: 24px;
  width: 11px;
  border-width: 2px 0 0 2px;
}

.orgchart .verticalNodes ul > li:last-child::after {
  box-sizing: border-box;
  border-width: 2px 0 0;
}

.orgchart.r2l {
  position: absolute;
  transform: rotate(90deg);
  transform-origin: left top;
}

.orgchart > .spinner {
  font-size: 100px;
  margin-top: 30px;
  color: rgba(68, 157, 68, 0.8);
}

.orgchart table {
  border-spacing: 0;
  border-collapse: separate;
}

.orgchart > table:first-child {
  margin: 20px auto;
}

.orgchart td {
  text-align: center;
  vertical-align: top;
  padding: 0;
}

.orgchart .lines:nth-child(3) td {
  box-sizing: border-box;
  height: 20px;
}

.orgchart .lines .topLine {
  border-top: 2px solid #a2a2c0;
}

.orgchart .lines .rightLine {
  border-right: 1px solid #a2a2c0;
  float: none;
  border-radius: 0;
}

.orgchart .lines .leftLine {
  border-left: 1px solid #a2a2c0;
  float: none;
  border-radius: 0;
}

.orgchart .lines .downLine {
  background-color: #a2a2c0;
  margin: 0 auto;
  height: 20px;
  width: 2px;
  float: none;
}

.orgchart .node {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 3px;
  border: 2px dashed transparent;
  text-align: center;
  width: 130px;
}

.orgchart.l2r .node,
.orgchart.r2l .node {
  width: 50px;
  height: 130px;
}

.orgchart .node > .spinner {
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  vertical-align: middle;
  font-size: 30px;
  color: rgba(68, 157, 68, 0.8);
}

.orgchart .node:hover {
  transition: 0.5s;
  cursor: default;
  z-index: 20;
}

.orgchart .ghost-node {
  position: fixed;
  left: -10000px;
  top: -10000px;
}

.orgchart .ghost-node rect {
  fill: #fff;
  stroke: #bf0000;
}

.orgchart .node.allowedDrop {
  border-color: rgba(68, 157, 68, 0.9);
}

.orgchart .node .title {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #767ea2;
  color: #fff;
  border-radius: 4px 4px 0 0;
  padding: 10px;
  border-radius: 13px;
}

.orgchart.b2t .node .title {
  transform: rotate(-180deg);
  transform-origin: center bottom;
}

.orgchart.l2r .node .title {
  transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
  transform-origin: bottom center;
  width: 120px;
}

.orgchart.r2l .node .title {
  transform: rotate(-90deg) translate(-40px, -40px);
  transform-origin: bottom center;
  width: 120px;
}

.orgchart .node .title .symbol {
  float: left;
  margin-top: 4px;
  margin-left: 2px;
}

.orgchart .node .content {
  box-sizing: border-box;
  width: 100%;
  height: 20px;
  font-size: 11px;
  line-height: 18px;
  border: 1px solid #767ea2;
  border-radius: 0 0 4px 4px;
  text-align: center;
  background-color: #fff;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.orgchart.b2t .node .content {
  transform: rotate(180deg);
  transform-origin: center top;
}

.orgchart.l2r .node .content {
  transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
  transform-origin: top center;
  width: 120px;
}

.orgchart.r2l .node .content {
  transform: rotate(-90deg) translate(-40px, -40px);
  transform-origin: top center;
  width: 120px;
}

.orgchart .node .edge {
  font-size: 15px;
  position: absolute;
  color: rgba(68, 157, 68, 0.5);
  cursor: default;
  transition: 0.2s;
}

.orgchart.noncollapsable .node .edge {
  display: none;
}

.orgchart .edge:hover {
  color: #449d44;
  cursor: pointer;
}

.orgchart .node .verticalEdge {
  width: calc(100% - 10px);
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  left: 5px;
}

.orgchart .node .topEdge {
  top: -4px;
}

.orgchart .node .bottomEdge {
  bottom: -4px;
}

.orgchart .node .horizontalEdge {
  width: 15px;
  height: calc(100% - 10px);
  height: -webkit-calc(100% - 10px);
  height: -moz-calc(100% - 10px);
  top: 5px;
}

.orgchart .node .rightEdge {
  right: -4px;
}

.orgchart .node .leftEdge {
  left: -4px;
}

.orgchart .node .horizontalEdge::before {
  position: absolute;
  top: calc(50% - 7px);
}

.orgchart .node .rightEdge::before {
  right: 3px;
}

.orgchart .node .leftEdge::before {
  left: 3px;
}

.orgchart .node .toggleBtn {
  position: absolute;
  left: 5px;
  bottom: -2px;
  color: rgba(68, 157, 68, 0.6);
}

.orgchart .node .toggleBtn:hover {
  color: rgba(68, 157, 68, 0.8);
}

.oc-export-btn {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  color: #fff;
  background-color: #5cb85c;
  border: 1px solid transparent;
  border-color: #4cae4c;
  border-radius: 4px;
}

.oc-export-btn[disabled] {
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.3;
}

.oc-export-btn:active,
.oc-export-btn:focus,
.oc-export-btn:hover {
  background-color: #449d44;
  border-color: #347a34;
}

.orgchart ~ .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.orgchart ~ .mask .spinner {
  position: absolute;
  top: calc(50% - 54px);
  left: calc(50% - 54px);
  color: rgba(255, 255, 255, 0.8);
  font-size: 108px;
}

.orgchart .node {
  transition: transform 0.3s, opacity 0.3s;
}

.orgchart .slide-down {
  opacity: 0;
  transform: translateY(40px);
}

.orgchart.l2r .node.slide-down,
.orgchart.r2l .node.slide-down {
  transform: translateY(130px);
}

.orgchart .slide-up {
  opacity: 0;
  transform: translateY(-40px);
}

.orgchart.l2r .node.slide-up,
.orgchart.r2l .node.slide-up {
  transform: translateY(-130px);
}

.orgchart .slide-right {
  opacity: 0;
  transform: translateX(130px);
}

.orgchart.l2r .node.slide-right,
.orgchart.r2l .node.slide-right {
  transform: translateX(40px);
}

.orgchart .slide-left {
  opacity: 0;
  transform: translateX(-130px);
}

.orgchart.l2r .node.slide-left,
.orgchart.r2l .node.slide-left {
  transform: translateX(-40px);
}

.orgchart {
  min-width: 100% !important;
  background: none !important;
}

.orgchart .node .content {
  display: none;
}

.orgchart .node .title {
  background: #06a9f3 !important;
}

.orgchart > table > tbody > tr > td > .node > .title {
  background-color: #3a3878 !important;
}

.orgchart > table > tbody > tr > td > table > tbody > tr > td > .node > .title {
  background-color: #118DC5 !important;
}

.orgchart > table > tbody > tr > td > table > tbody > tr > td > ul > li > ul > li > .node > .title {
  background-color: #767ea2 !important;
}

/** fix selec2 **/
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #767ea2;
}

.select2-dropdown {
  border: none !important;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.62);
  -moz-box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.62);
  box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.62);
}

.select2-search__field:focus {
  border: 1px solid #767ea2;
  outline-width: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.modal-body .select2-container {
  width: 100% !important;
}

.terminBtn {
  background-color: #118DC5 !important;
  color: white !important;
}

.terminGreenBtn {
  background-color: #28a745 !important;
  color: white !important;
}

.handTh {
  width: 60%;
}

.cstm-slct {
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
  font-size: 13px !important;
}

.lblMt {
  margin-bottom: 0;
  margin-top: 0.5rem;
}

i.far.fa-question:hover {
  cursor: pointer;
}

.smallMenu {
  Position: absolute;
  top: 20px;
  left: 0;
  color: white;
  background: #118DC5;
  padding: 16px;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  z-index: 9999;
}
.smallMenu:hover {
  cursor: pointer;
}
.smallMenu i {
  font-size: 20px;
}

.leftMenuAbsolute {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9998;
  background: white;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.62);
  -moz-box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.62);
  box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.62);
  display: block !important;
  min-width: 252px !important;
  max-width: 252px !important;
  width: 252px !important;
}

.TopSeachAndUser {
  justify-content: space-between;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 0;
}

.calenderModalTop {
  right: 16px !important;
  top: 23px !important;
}

.calenderModalTop2 {
  right: 16px;
  top: 32px;
}

.h1Blue {
  font-weight: 800;
  color: #118DC5;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.btnBottom0 {
  bottom: 0;
}

.btnOkeyRelative {
  position: relative !important;
  margin-left: 0.5rem;
}

.ovrXfull {
  overflow-x: auto;
}

.custoOneTwo3 > .fa-angle-down:hover {
  cursor: pointer;
}

.modal {
  z-index: 9998;
}

.orange {
  color: #FF892A !important;
}

.green {
  color: #69AA46 !important;
  font-size: 17px;
  font-weight: 700;
}

.fontBold {
  font-weight: 700;
}

.red {
  color: #e41200;
}

#Dash1, #Dash2, #Dash3, #Dash4, #Dash5, #Dash6, #Dash7 {
  cursor: pointer;
}

.fontRes td {
  font-size: 14px;
}
.fontRes th {
  font-size: 13px;
}
.fontRes td, .fontRes th {
  padding: 10px 8px;
}

tr:nth-of-type(1n) td {
  background-color: #fff;
}

tr:nth-of-type(2n) td {
  background-color: #eee;
}

.orgchart tr:nth-of-type(1n) td {
  background-color: white;
}
.orgchart tr:nth-of-type(2n) td {
  background-color: white;
}

.table-responsive thead tr {
  background-color: rgba(118, 126, 162, 0.4196078431) !important;
  font-weight: 600;
}

.fontboldandblue {
  font-weight: bold;
  color: #3a3878;
}

.color1 {
  color: #118DC5;
}

.h1font {
  font-weight: 800;
  color: #118DC5;
  font-size: 22px;
  font-weight: 700;
}

.labelfont {
  background-color: white;
  border: none;
  color: #3a3878;
  font-weight: bold;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(120, 180, 179, 0.5);
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #118DC5;
  border-color: #118DC5;
}

body.modal-open {
  padding-right: 0 !important;
}

.calenderModalRow2 {
  right: 16px;
  color: #118DC5;
}

.GrMinH2 {
  max-width: 100%;
}

.minWidth110 {
  min-width: 110px;
}

.minWidth145 {
  min-width: 145px;
}

/*Pie Chart Setting*/
.pie {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.pie li {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.pie li h1 {
  margin-bottom: 0.5rem;
}

/*Pie Chart Setting*/
@media only screen and (min-width: 1315px) and (max-width: 1350px) {
  .clndrStart .calendarWeek table tbody tr th p {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .smlBg {
    Position: absolute;
    top: 22px;
    left: 0;
    color: white;
    background: #118DC5;
    padding: 12px 10px 12px 5px;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
    z-index: 999;
  }
  .smlBg:hover {
    cursor: pointer;
  }
  .smlBg i {
    font-size: 20px;
  }
  .smlBgNone {
    display: none;
  }
  .smlWidt {
    width: 48px;
  }
  .smlMWidt {
    flex: none;
    max-width: 73px;
  }
  .smlSpan {
    position: relative;
  }
  .smlSpan:hover {
    width: 100%;
    max-width: 100%;
  }
  .smlSpan:hover > a {
    z-index: 9999;
    display: inline;
    min-width: 211px;
    border-bottom-right-radius: 0 !important;
  }
  .smlSpan:hover > a > span {
    display: flex;
    background-color: #f6f1fe;
  }
  .smlSpan:hover > a > nav {
    display: block;
    z-index: 9999;
  }
  .smlSpan:hover > ol {
    display: inline-block;
    z-index: 9999;
    background-color: #f6f1fe;
    margin-top: 31px;
    margin-left: 37px;
    position: absolute;
    padding-left: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .smlSpan:hover > ol > li {
    min-width: 174px;
    display: inline-table;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1575px) {
  .clndrStart .calendarWeek table thead tr th p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1496px) {
  .clndrStart .calendarWeek table thead tr th p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1450px) {
  .smallMenu {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1450px) {
  .leftMenu {
    padding-left: 7.5px;
    display: block !important;
  }
  .LeftMenuimg {
    margin: 30px 0 30px 15px;
  }
  .LeftMenu a span {
    margin-left: 5px;
    font-size: 12px;
  }
  .LeftMenu a span.count {
    margin: 0;
  }
  .smallMenu {
    display: none;
  }
}
@media only screen and (max-width: 1366px) {
  .AlleVertFont > th {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .clndrStart .calendarBegin .calendarB1 h1 {
    font-size: 20px;
  }
  .clndrStart .calendarBegin .calendarB2 .calendarMid p {
    font-size: 14px;
  }
  .clndrStart .calendarBegin .calendarB2 .calendarBack a {
    font-size: 14px;
  }
  .clndrStart .calendarBegin .calendarB2 .calendarNext a {
    font-size: 14px;
  }
  .leftMenu {
    display: none;
  }
  .smallMenu {
    display: block;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1380px) {
  ul.nav-pills > li a {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1230px) {
  ul.nav-pills > li a {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1150px) {
  ul.nav-pills {
    justify-content: center;
    align-content: center;
    align-content: center;
  }
  ul.nav-pills > li {
    width: 192px;
    margin-bottom: 0.5rem;
  }
  ul.nav-pills > li:last-child {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1050px) {
  .modal-dialog {
    max-width: 740px !important;
    margin: 1.75rem auto !important;
  }
  .custoModalWidth2 {
    max-width: 500px !important;
  }
  .custoModalWidth3 {
    max-width: 990px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .calenderModalRow {
    right: 7px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 1200px) {
  .mrlf {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 956px) and (max-width: 1090px) {
  .ozelFont {
    font-size: 13px;
  }
}
@media only screen and (max-width: 955px) {
  .resRight {
    max-width: 100% !important;
    margin-right: 0 !important;
  }
  .resLeft {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-top: 1rem !important;
  }
  .navsList {
    flex-direction: column;
  }
  .clndrStart .calendarWeek {
    width: 100% !important;
  }
  .login #login .container {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100% !important;
  }
  .login #login .logincontent {
    width: 100%;
    margin: 0;
  }
  .login #login .logo {
    width: 100%;
  }
  .login #login .logo h1 {
    font-size: 24px;
  }
  .login #login .logo h1 span {
    font-size: 20px;
  }
  .login #login .logo p {
    line-height: 14px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 875px) {
  .ovrX {
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 810px) {
  .ovrXBenutzer {
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 767px) {
  .mrgnBtn767 {
    margin-bottom: 0.5rem;
  }
  .mrgnBtn767Big {
    margin-bottom: 3rem;
  }
  .mrgnBtn767Top {
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
  }
  .calenderModal767 {
    position: absolute;
    right: 14px !important;
    top: 36px !important;
    color: #767ea2;
  }
  .mrgnBtn767Top1 {
    margin-top: 1rem;
  }
  .mrgnBtn767bottom {
    margin-bottom: 1rem;
  }
  /*Dashboard form begin*/
  .newNavTop {
    justify-content: center !important;
  }
  .newNavTop .newNav {
    width: 100%;
    justify-content: center;
    margin-bottom: 0.5rem;
    padding-left: 0 !important;
  }
  .newNavTop .newNav > select {
    width: 150px !important;
  }
  .newNavTop .newNavPicker {
    flex: 0 0 23.666667%;
    max-width: 23.666667%;
  }
  /*Dashboard form end*/
  .login #login .container {
    flex-direction: column;
    justify-content: center;
  }
  .login #login .logo {
    text-align: center;
  }
  .login #login .logo p {
    display: none;
  }
}
@media only screen and (max-width: 730px) {
  .clndrStart .calendarBegin {
    flex-direction: column;
  }
  .calendarB1 {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 672px) {
  .kbric .openerFirstUl .openerFirstUl1 {
    justify-content: start;
    -webkit-justify-content: flex-start;
  }
}
@media only screen and (max-width: 580px) {
  .newNavTop .newNavPicker {
    flex: 0 0 32.666667%;
    max-width: 32.666667%;
  }
}
@media only screen and (min-width: 426px) and (max-width: 650px) {
  .custoHead .custoHeader .custoOne .custoOneTwo .custoOneTwo1 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .modal-dialog {
    max-width: 600px !important;
    margin: 1.75rem auto !important;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1050px) {
  .custoModalWidth {
    max-width: 740px !important;
  }
}
@media only screen and (max-width: 575px) {
  .btn-cntr575 {
    position: relative !important;
    margin-top: 0.5rem;
  }
  .btn-center575 {
    justify-content: center;
  }
  .mrgn-top575 {
    margin-top: 0.5rem;
  }
  .DashboardMini {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .DashboardMini > button {
    margin-top: 0.5rem;
  }
  .terminAus {
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
    align-content: center;
  }
  .terminAusDate {
    margin-left: 0 !important;
    margin-bottom: 0.5rem;
    width: 60%;
  }
}
@media only screen and (max-width: 570px) {
  .clndrStart .calendarBegin .calendarB2 .calendarMid p {
    font-size: 12px;
  }
  .clndrStart .calendarBegin .calendarB2 .calendarBack a {
    font-size: 11px;
  }
  .clndrStart .calendarBegin .calendarB2 .calendarNext a {
    font-size: 11px;
  }
}
@media only screen and (max-width: 550px) {
  .columnMid {
    flex-direction: column !important;
    justify-content: center !important;
    align-content: center;
    align-items: center;
  }
  .columnMid .custom-select {
    margin-bottom: 0.5rem;
    max-width: 51%;
  }
  .fontsize22px {
    font-size: 22px !important;
  }
}
@media only screen and (min-width: 501px) and (max-width: 533px) {
  .fontsize11px {
    font-size: 11px;
  }
}
@media only screen and (max-width: 500px) {
  .clndrStart .calendarBegin .calendarB2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .calendarBack {
    margin-bottom: 1.5rem;
    margin-top: 0.5rem;
  }
  .calendarMid {
    margin-bottom: 1.5rem !important;
  }
  .clndrStart .calendarBegin .calendarB2 .calendarBack a {
    padding: 10px 21px;
    font-size: 12px;
  }
  .clndrStart .calendarBegin .calendarB2 .calendarNext a {
    font-size: 12px;
  }
  .row.GesBer {
    display: flex;
    flex-direction: column;
  }
  .row.GesBer > .marginColLeft {
    max-width: 100%;
    margin-left: 0;
  }
  .row.GesBer > .marginColRight {
    max-width: 100%;
    margin-right: 0;
  }
  /* User Point Responsive Begin*/
  .TopSeachAndUser {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
  }
  .UserLeft {
    display: none;
  }
  .userNone {
    display: flex;
    position: absolute;
    top: 20px;
    right: 0;
    background: white;
    width: 159px;
    height: 51px;
    justify-content: center;
    align-items: center;
  }
  .userNone > .btn {
    font-size: 12px !important;
  }
  .userNone > .btn span {
    font-size: 10px !important;
  }
  .TopSeachAndUser .UserSettings .UserLeft .dropdown-toggle:after {
    position: absolute;
    right: 25px;
    top: 5px;
    color: #767ea2;
    border: none;
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    font-size: 18px;
  }
  .col-6.d-flex.align-items-center.justify-content-end.UserSettings {
    position: inherit;
  }
  .userImg {
    position: absolute;
    top: 20px;
    right: 0;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    min-height: 51px;
  }
  .userImg:hover {
    cursor: pointer;
  }
  /* User Point Responsive End*/
  .mrlf {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .columnStart {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    align-content: start;
  }
  .columnStart button {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 450px) {
  .rowFlexColumn {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .rowFlexColumn > label {
    margin-bottom: 0.5rem !important;
  }
  .rowFlexColumn > div {
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .rowFlexColumn > div .custom-select {
    max-width: 70%;
  }
}
@media only screen and (max-width: 437px) {
  .newNavTop {
    justify-content: center !important;
  }
  .newNavTop .newNav {
    width: 100%;
    justify-content: center;
    margin-bottom: 0.5rem;
  }
  .newNavTop .newNav > select {
    width: 150px !important;
  }
  .newNavTop .newNavPicker {
    flex: 0 0 100%;
    max-width: 243px;
    margin-left: 0 !important;
    margin-bottom: 0.5rem;
  }
  .newNavTop > .btnReady {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 425px) {
  .custoOneRes {
    flex-direction: column !important;
    text-align: center !important;
  }
  .custoOneRes .custoOneOne {
    margin-bottom: 1rem;
  }
  .custoOneRes .custoOneTwo {
    flex-direction: column !important;
  }
  .custoOneRes .custoOneTwo1 {
    margin-bottom: 1rem;
    margin-right: 0 !important;
  }
  .custoOneRes .custoOneTwo2 {
    margin-bottom: 1rem;
    margin-right: 0 !important;
  }
  .fontsize22px {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 380px) {
  .columnMid .custom-select {
    max-width: 70%;
  }
  .DashBoard .FirstOne h5 {
    font-size: 21px;
  }
  .fontsize22px {
    font-size: 15px !important;
  }
  .DashBoard .First .TreeDiv h1 {
    font-weight: 900;
    font-size: 31px;
  }
}
/*
@media only screen and (max-width : 1023px){
        .clndrStart .calendarBegin .calendarB1 h1 {
                font-size: 20px;
        }
        .clndrStart .calendarBegin .calendarB2 .calendarMid p {
                font-size: 14px;
        }
        .clndrStart .calendarBegin .calendarB2 .calendarBack a {
                font-size: 14px;
        }
        .clndrStart .calendarBegin .calendarB2 .calendarNext a{
                font-size: 14px;
        }
}
*/
/** sercan eklemeler **/
.terminDateButton {
  border: none;
  background: none;
}
.terminDateButton i {
  color: #ff0000;
}

#updateCustomer label {
  font-weight: 600;
  margin-bottom: 5px;
}
#updateCustomer input, #updateCustomer select, #updateCustomer textarea {
  font-size: 14px;
}

#comments {
  font-size: 13px;
}

.mrgnBtn767Top {
  font-weight: 600;
  margin-bottom: 5px;
}

.openerVeticalHead {
  width: 100%;
  padding-bottom: 10px;
  font-weight: 600;
}

.openerVetical {
  display: flex;
  flex-direction: row !important;
  width: 100%;
  align-items: normal !important;
  align-content: normal !important;
}

.tab {
  background-color: #f6f7fb;
  width: 160px;
}

/* Style the buttons inside the tab */
.tab button {
  position: relative;
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
  position: relative;
  border-bottom: 1px solid #f1f2f6;
}
.tab button span {
  position: absolute;
  right: 10px;
  font-weight: 700;
  top: 20px;
  background: #118DC5;
  color: #fff;
  padding: 3px 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #eeeff3;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #eeeff3;
}
.tab button.active::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #eeeff3;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 0px 12px;
  width: calc(100% - 160px);
  border-left: none;
}
.tabcontent table {
  margin-top: 10px;
}
.tabcontent table tr {
  cursor: pointer;
}

#select2-selUser-results,
#select2-searchUserExtra-results {
  max-height: none !important;
}

.search-filter {
  cursor: default;
  height: auto;
  padding: 1px 5px;
  line-height: auto;
  font-size: 14px;
}

table.dataTable thead th, table.dataTable thead td {
  padding: 5px;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.kbricOneTab {
  margin-top: 10px;
}

.DashBoard table.dataTable.no-footer {
  border-left: 1px solid #ddd;
}

.dataTables_scrollHeadInner, .yajra-datatable {
  width: 100% !important;
}

.swal2-container.swal2-center {
  z-index: 100000000000 !important;
}

.modal-backdrop {
  z-index: 9988;
}

.swal2-container,
.swal2-container.swal2-center {
  z-index: 9999 !important;
}

.swichlabelmodal2 {
  border: none !important;
}
.swichlabelmodal2::before, .swichlabelmodal2::after {
  left: 0 !important;
}

.modal-body .row {
  margin-bottom: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 13px;
}

.select2-results__option--selectable {
  font-size: 13px;
}

#cc_comment_list {
  padding: 10px;
}

.custom-switch {
  padding-left: 15px;
}

.authAccessTable {
  padding: 10px;
}

.alert {
  padding: 10px !important;
}

.nohand {
  cursor: default !important;
}

/******************* Organizasyon Begin *************/
.organizasyonDiv {
  display: flex;
  align-content: center;
  justify-content: center;
  padding-top: 20px;
  width: 100% !important;
}
.organizasyonDiv tr:nth-of-type(2n) td {
  background-color: transparent;
}
.organizasyonDiv tr:nth-of-type(1n) td {
  background-color: transparent;
}
.organizasyonDiv table {
  border-collapse: initial !important;
}
.organizasyonDiv .google-visualization-orgchart-nodesel {
  border: 2px solid white;
  background-color: #edf7ff;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
}

/******************* Organizasyon End *************/
.LeftMenu a span.count {
  display: inherit !important;
}

.minidate {
  font-size: 13px;
  display: inherit;
  color: #838383;
}

.tooltip {
  z-index: 9999;
}

.swichsport::before {
  left: 15px !important;
}

.swichsport::after {
  left: 17px !important;
}

#ticketLogWrap, #filesWrap {
  font-size: 14px;
}
#ticketLogWrap thead tr, #filesWrap thead tr {
  font-weight: 600;
}
#ticketLogWrap a, #filesWrap a {
  color: #000;
  text-decoration: underline;
}

.TopMenuUser .dropdown-menu {
  padding: 10px;
}
.TopMenuUser .dropdown-item {
  padding: 10px;
}
.TopMenuUser .dropdown-item i {
  margin-right: 5px;
}

.openMenu2Content {
  display: block !important;
}

.comments1 label, .comments2 label, .comments3 label, .comments4 label {
  padding: 0;
}
.comments1 .alert, .comments2 .alert, .comments3 .alert, .comments4 .alert {
  margin-bottom: 0;
}

.upsellingtable {
  font-size: 12px;
}
.upsellingtable thead tr th {
  font-weight: bold;
  font-size: 12px;
  padding: 5px;
}
.upsellingtable tbody tr td {
  padding: 5px;
  background: #fff;
}

.knowbase .card {
  margin-bottom: 10px;
}
.knowbase .card .card-header {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.knowbase .card .card-header .buttons button {
  font-size: 14px;
  padding: 3px 8px;
}
.knowbase .card .card-body {
  font-size: 12px;
}
.knowbase .card .card-body ol ol, .knowbase .card .card-body ol ul, .knowbase .card .card-body ul ol, .knowbase .card .card-body ul ul {
  padding: auto;
  margin: auto;
  list-style: inherit;
}
.knowbase .card .card-body ol, .knowbase .card .card-body ul, .knowbase .card .card-body li {
  padding: auto;
  margin: auto;
  list-style: inherit;
}
.knowbase .card .card-footer {
  font-size: 12px;
}

.minimaltable {
  font-size: 10px;
}
.minimaltable thead {
  background: #eee;
}
.minimaltable thead tr th {
  text-align: center;
  padding: 10px 2px;
  font-weight: bold;
}
.minimaltable tbody tr td {
  padding: 2px;
}
.minimaltable tbody tr td input, .minimaltable tbody tr td select {
  width: 100%;
  padding: 2px;
  text-align: center;
}
.minimaltable tbody tr td select {
  text-align-last: center;
}
.minimaltable tbody tr td button {
  border: none;
  background: none;
  color: #e41200;
  font-size: 14px;
}

.successImport {
  display: none;
  flex-direction: column;
  align-items: center;
  align-content: center;
}
.successImport i {
  font-size: 100px;
  color: #00cc66;
  margin-bottom: 10px;
}
.successImport h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.successImport h3 {
  font-size: 18px;
}

.minmenuupseller {
  background: #f7f7f7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  margin-top: 5px;
}
.minmenuupseller li {
  margin-left: 20px;
}
.minmenuupseller li a {
  font-size: 12px;
}
.minmenuupseller h3 {
  font-weight: 600;
  color: #767ea2;
  font-size: 12px;
  padding-bottom: 2px;
  border-bottom: 1px rgba(118, 126, 162, 0.19) solid;
}

.optionDisable {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid #eee;
}
.optionDisable i {
  position: absolute;
  top: 0;
  right: 0;
  color: #3a3878;
  font-size: 24px;
  padding: 10px;
}

.brw {
  display: flex;
  flex-direction: column !important;
  align-items: center !important;
  align-content: center !important;
  justify-content: center !important;
  margin-top: 50px;
}
.brw .logo {
  width: 100% !important;
  text-align: center;
}

.browserList {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  margin-top: 10px;
}
.browserList ul {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}
.browserList ul li {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  width: 33.3333333333%;
}
.browserList ul li a {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 18px;
  color: #000;
}
.browserList ul li a i {
  font-size: 36px;
  margin-right: 10px;
}

.sendMailProcess {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  width: 100%;
  padding: 50px 100px;
}
.sendMailProcess h1 {
  font-size: 24px;
  color: #118DC5;
  font-weight: bold;
}
.sendMailProcess h2 {
  font-size: 14px;
  margin-top: 20px;
}
.sendMailProcess .total {
  color: #118DC5;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
}
.sendMailProcess .processinline {
  width: 100%;
  margin-bottom: 20px;
}
.sendMailProcess .sendlogs {
  font-size: 10px;
  font-family: Consolas, monaco, monospace;
}
.sendMailProcess .sendlogs table tbody {
  display: block;
  height: 300px;
  overflow-y: scroll;
}
.sendMailProcess .sendlogs table thead, .sendMailProcess .sendlogs table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.sendMailProcess .sendlogs .table thead th {
  padding: 2px;
}
.sendMailProcess .sendlogs .table tbody tr td {
  font-size: 12px;
}

/**********/
.supportFiles {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.supportFiles li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  width: 100%;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
}
.supportFiles li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  color: #000;
}
.supportFiles li a i {
  font-size: 24px;
  margin: 20px;
  color: #a5a5a5;
}
.supportFiles li a p {
  font-weight: bold;
  font-size: 12px;
}
.supportFiles li button {
  border: none;
  margin-right: 10px;
  color: #ff0000;
  background: none;
  font-size: 18px;
}

.modal-xl {
  max-width: 1140px !important;
}

.twoFormSupport {
  display: flex;
  justify-content: space-between;
}
.twoFormSupport #ticketForm {
  width: 50%;
}
.twoFormSupport .supportMessages {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  border: 1px solid #ced4da;
  height: 700px;
  background: #f7f7f7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.twoFormSupport .supportMessages .disableBlock {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.61);
  z-index: 999;
}
.twoFormSupport .supportMessages .messageControl {
  background: #fff;
  padding: 10px;
}
.twoFormSupport .supportMessages .messages {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 550px;
  overflow-x: hidden;
  border: 1px solid #eee;
}
.twoFormSupport .supportMessages .messages::-webkit-scrollbar-track {
  background-color: #dedede;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.twoFormSupport .supportMessages .messages::-webkit-scrollbar {
  width: 6px;
  background-color: #c4c4c4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.twoFormSupport .supportMessages .messages::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.twoFormSupport .supportMessages .messages .message {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 5px;
  padding-right: 70px;
}
.twoFormSupport .supportMessages .messages .message .user {
  font-weight: 700;
  font-size: 14px;
}
.twoFormSupport .supportMessages .messages .message .messagetext {
  margin-left: 10px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  background: #eff6f4;
  min-width: 300px;
  -webkit-border-radius: 30px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 30px;
  -moz-border-radius-bottomleft: 0;
  border-radius: 30px;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.07);
}
.twoFormSupport .supportMessages .messages .message .mattachments {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.twoFormSupport .supportMessages .messages .message .mattachments a {
  color: #000;
  font-weight: bold;
  font-size: 12px;
  margin-left: 5px;
  text-decoration: underline;
}
.twoFormSupport .supportMessages .messages .message span {
  margin: 0;
  margin-top: 5px;
  margin-right: auto;
  margin-left: 10px;
  font-size: 12px;
  color: #999;
}
.twoFormSupport .supportMessages .messages .message.rightM {
  padding: 0;
  padding-left: 70px;
  align-items: flex-end;
}
.twoFormSupport .supportMessages .messages .message.rightM .messagetext {
  background: #dcf8c6;
  -webkit-border-radius: 30px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius: 30px;
  -moz-border-radius-bottomright: 0;
  border-radius: 30px;
  border-bottom-right-radius: 0;
}
.twoFormSupport .supportMessages .messages .message.rightM span {
  margin: 0;
  margin-top: 5px;
  margin-left: auto;
  font-size: 12px;
  color: #999;
}
.twoFormSupport .supportMessages .messages .message.rightM span i {
  color: #ccc;
}
.twoFormSupport .supportMessages .messages .message.rightM span i.active {
  color: #dcf8c6;
}

.usersStatus {
  display: flex;
  flex-direction: column;
}
.usersStatus .generalStatics {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.usersStatus .generalStatics li {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  width: 50%;
  border: 1px solid #eee;
  background: #f9f9f9;
  margin: 10px;
  padding: 30px;
}
.usersStatus .generalStatics li h4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  font-weight: bold;
}
.usersStatus .generalStatics li h4 span {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-right: 5px;
}
.usersStatus .generalStatics li h4 span.green {
  background: #0E9A00;
}
.usersStatus .generalStatics li h4 span.red {
  background: #ff0000;
}
.usersStatus .generalStatics li .subText {
  font-weight: bold;
  font-size: 36px;
}
.usersStatus .userGroups {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 2px;
}
.usersStatus .userGroups li {
  font-size: 12px;
  font-weight: bold;
  width: 14.2857142857%;
  padding: 5px;
  margin: 0 2px;
  text-align: center;
  border: 1px solid #eee;
  background: #f9f9f9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.usersStatus .usersList {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.usersStatus .usersList ul {
  display: flex;
  flex-direction: column;
  width: 14.2857142857%;
}
.usersStatus .usersList ul li a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 12px;
  padding: 5px 10px;
  color: #000;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7f7f7+0,e2e2e2+100 */
  border: 1px solid #eee; /* Old browsers */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 5px;
}
.usersStatus .usersList ul li a span {
  width: 5px;
  height: 5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-right: 5px;
}
.usersStatus .usersList ul li a span.green {
  background: #0E9A00;
}
.usersStatus .usersList ul li a span.red {
  background: #ff0000;
}
.usersStatus .usersList ul li a:hover {
  background: #eee;
}

.timesheet {
  display: flex;
  flex-direction: column;
}
.timesheet #timesheetForm {
  margin-top: 10px;
}

.loaderOther {
  position: relative;
  height: 0;
  width: 0;
  padding: 15px;
  border: 6px solid #ccc;
  border-right-color: #888;
  border-radius: 22px;
  -webkit-animation: rotate3 1s infinite linear;
  /* left, top and position just for the demo! */
}

@-webkit-keyframes rotate3 {
  /* 100% keyframe for  clockwise.
     use 0% instead for anticlockwise */
  100% {
    -webkit-transform: rotate(360deg);
  }
}
#FrontEndType {
  display: flex;
  flex-direction: row;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  background: #929292;
}
#FrontEndType .left {
  position: relative;
  text-align: center;
  width: calc(50% - 1px);
  border-right: 1px solid #fff;
  padding: 10px;
}
#FrontEndType .left .bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: #3a3878;
  z-index: -1;
  -webkit-transition: width 15s;
  -moz-transition: width 15s;
  -o-transition: width 15s;
  transition: width 15s;
}
#FrontEndType .right {
  position: relative;
  text-align: center;
  width: calc(50% - 1px);
  padding: 10px;
  border-left: 1px solid #fff;
}
#FrontEndType .right .bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: #3a3878;
  z-index: -1;
  -webkit-transition: width 15s;
  -moz-transition: width 15s;
  -o-transition: width 15s;
  transition: width 15s;
}
#FrontEndType .center {
  position: relative;
  text-align: center;
  margin: 0 !important;
  width: 100% !important;
  padding: 10px;
  border-left: 1px solid #fff;
}

.ifOrtShow {
  border: 2px solid #ccc;
  padding: 10px;
  background: #f7f7f7;
}
.ifOrtShow .col-sm-2,
.ifOrtShow .col-sm-4 {
  display: flex;
  align-items: center;
  align-content: center;
}
.ifOrtShow .col-sm-2 .calenderModalAb,
.ifOrtShow .col-sm-4 .calenderModalAb {
  top: 17px;
}
.ifOrtShow .col-sm-2 input,
.ifOrtShow .col-sm-4 input {
  background: #fff;
}

.background-white {
  background-color: #ffffff !important;
}

.cursor-default {
  cursor: default !important;
}

.star-check {
  color: #f90;
}

.star-not-check {
  color: #bebebe;
}

.blink-text {
  animation: blinker 1.2s linear infinite;
}

.blink-btn {
  animation: blinker 0.5s linear infinite;
}

.glowing-btn {
  animation: glowing 1300ms infinite;
}

@keyframes glowing {
  0% {
    background-color: #BA3129;
    box-shadow: 0 0 5px #BA3129;
  }
  50% {
    background-color: #d53830;
    box-shadow: 0 0 20px #d53830;
  }
  100% {
    background-color: #d53830;
    box-shadow: 0 0 5px #d53830;
  }
}
@keyframes blinker {
  50% {
    opacity: 0.2;
  }
}
.no-style-table .even {
  background-color: transparent;
}
.no-style-table .odd {
  background-color: transparent;
}
.no-style-table td {
  background-color: transparent;
  cursor: default;
}
.no-style-table tr {
  background-color: transparent;
}
.no-style-table th {
  background-color: transparent;
}
.no-style-table tr:nth-of-type(2n) td {
  background-color: transparent;
}
.no-style-table tr:nth-of-type(n) td {
  background-color: transparent;
}

.cursor-pointer {
  cursor: pointer !important;
}

.fix-disabled-color {
  background-color: #ffffff !important;
}
.fix-disabled-color:disabled {
  background-color: #e9ecef !important;
}
.fix-disabled-color:read-only {
  background-color: #e9ecef !important;
}

.user-gold-status {
  background: rgb(212, 175, 55);
  background: linear-gradient(90deg, rgb(212, 175, 55) 50%, rgb(235, 235, 235) 100%);
  border-radius: 10px;
}

.user-silver-status {
  background: rgb(192, 192, 192);
  background: linear-gradient(90deg, rgb(192, 192, 192) 50%, rgb(223, 223, 223) 100%);
  border-radius: 10px;
}

.user-platinium-status {
  background: rgb(112, 128, 144);
  background: linear-gradient(90deg, rgb(112, 128, 144) 52%, rgb(208, 208, 208) 95%);
  border-radius: 10px;
}

.user-platinium-plus-status {
  background: rgb(153, 172, 190);
  background: linear-gradient(90deg, rgb(150, 165, 187) 52%, rgb(208, 208, 208) 95%);
  border-radius: 10px;
}

.little-dot-animation {
  width: 20px;
  aspect-ratio: 2;
  --_g: no-repeat radial-gradient(circle closest-side, #1389BF 90%,#0000);
  background: var(--_g) 0 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: 33.3333333333% 50%;
  animation: little-dot-animation 1s infinite linear;
}

@keyframes little-dot-animation {
  20% {
    background-position: 0 0, 50% 50%, 100% 50%;
  }
  40% {
    background-position: 0 100%, 50% 0, 100% 50%;
  }
  60% {
    background-position: 0 50%, 50% 100%, 100% 0;
  }
  80% {
    background-position: 0 50%, 50% 50%, 100% 100%;
  }
}
.event-list-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 15px;
}
.event-list-title > i {
  color: #198DC8;
  font-size: 18px;
  margin: 0 10px;
}
.event-list-title div {
  padding: 10px 20px;
  border: 1px solid #C9CCD0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 40px;
}
.event-list-title div i {
  color: #A5A7AA;
  font-size: 18px;
}
.event-list-title div span {
  margin-left: 5px;
  font-width: 400px;
  position: relative;
  color: #A5A7AA;
}
.event-list-title div span:before {
  position: absolute;
  content: "";
  width: 100%;
  bottom: -5px;
  left: 0;
  right: 0;
  background-color: #C9CCD0;
  height: 1px;
}
.event-list-title .first-class {
  border-color: #198DC8;
}
.event-list-title .first-class i {
  color: #198DC8;
}
.event-list-title .first-class span {
  color: black;
}
.event-list-title .first-class span:before {
  background-color: #198DC8;
}
.event-list-title .transfer-move-success-i {
  color: #A5A7AA;
}

.tax-main {
  width: 100%;
  background: #EDEEF2;
  font-family: Inter-Regular;
  position: relative;
  padding-bottom: 60px;
}
.tax-main .UserSettings ul li .nav-link {
  padding: 0;
  margin: 0.5rem 1rem;
  color: #767ea2;
}
.tax-main .UserSettings ul li .nav-link i {
  font-size: 20px;
}
.tax-main .UserSettings .UserLeft {
  font-weight: 600;
}
.tax-main .UserSettings .UserLeft .dropdown-toggle {
  position: relative;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
}
.tax-main .UserSettings .UserLeft .dropdown-toggle span {
  font-size: 12px;
  color: #767ea2;
  display: inherit;
}
.tax-main .UserSettings .UserLeft .dropdown-toggle:after {
  position: absolute;
  right: -3px;
  top: 5px;
  color: #767ea2;
  border: none;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-size: 18px;
}
.tax-main .tax-header {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 20px 30px 20px 50px;
  margin-bottom: 20px;
  background: white;
}
.tax-main .tax-header .tax-header-logo {
  width: 180px;
}
.tax-main .tax-new-button {
  width: 100%;
  background: linear-gradient(180deg, #0796C9 0%, #228AAF 68.75%, rgba(24, 110, 141, 0.768627451) 100%);
  color: white;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  padding-top: 10px;
  padding-bottom: 10px;
}
.tax-main .tax-main-content-left2 {
  padding: 5px 0;
}
.tax-main .tax-main-content-left2 .tax-main-content-left-ul {
  display: flex;
}
@media only screen and (max-width: 1600px) {
  .tax-main .tax-main-content-left2 .tax-main-content-left-ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.tax-main .tax-main-content-left2 .tax-main-content-left-ul li {
  background-color: white;
  position: relative;
  padding: 22px 32px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
  border-left: 7px solid #FFB300;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 1600px) {
  .tax-main .tax-main-content-left2 .tax-main-content-left-ul li {
    width: 32%;
  }
}
.tax-main .tax-main-content-left2 .tax-main-content-left-ul li .tax-text p {
  font-family: Inter-Bold;
  font-size: 35px;
  line-height: 42.36px;
}
.tax-main .tax-main-content-left2 .tax-main-content-left-ul li .tax-text span {
  font-family: Inter-Light;
  font-size: 15px;
  color: #707070;
}
.tax-main .tax-main-content-left2 .tax-main-content-left-ul li .tax-icon {
  width: 58px;
  height: 58px;
  background-color: #FFB300;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: white;
  font-size: 29px;
}
.tax-main .tax-main-content-left2 .tax-main-content-left-ul .tax-li-erfolgreich {
  border-color: #29A59B;
}
.tax-main .tax-main-content-left2 .tax-main-content-left-ul .tax-li-erfolgreich .tax-icon {
  background-color: #29A59B;
}
.tax-main .tax-main-content-left2 .tax-main-content-left-ul .tax-li-in-bearbeitung {
  border-color: #FFB300;
}
.tax-main .tax-main-content-left2 .tax-main-content-left-ul .tax-li-in-bearbeitung .tax-icon {
  background-color: #FFB300;
}
.tax-main .tax-main-content-left2 .tax-main-content-left-ul .tax-li-kein-interesse {
  border-color: #545454;
}
.tax-main .tax-main-content-left2 .tax-main-content-left-ul .tax-li-kein-interesse .tax-icon {
  background-color: #545454;
}
.tax-main .tax-main-content-left2 .tax-main-content-left-ul .tax-li-ruckruf-von-kunden {
  border-color: #4f114e;
}
.tax-main .tax-main-content-left2 .tax-main-content-left-ul .tax-li-ruckruf-von-kunden .tax-icon {
  background-color: #4f114e;
}
.tax-main .tax-main-content-left2 .tax-main-content-left-ul .tax-li-nicht-erreicht {
  border-color: #b06060;
}
.tax-main .tax-main-content-left2 .tax-main-content-left-ul .tax-li-nicht-erreicht .tax-icon {
  background-color: #b06060;
}
.tax-main .tax-main-content-left2 .tax-main-content-left-ul .tax-li-reklamation {
  border-color: #9a0000;
}
.tax-main .tax-main-content-left2 .tax-main-content-left-ul .tax-li-reklamation .tax-icon {
  background-color: #9a0000;
}
.tax-main .tax-main-content-right {
  width: calc(100% - 200px);
}
.tax-main .tax-main-content-right .tax-datatable-title {
  font-family: Inter-Bold;
  font-size: 25px;
  line-height: 30px;
}
.tax-main .tax-main-content-right input::-webkit-input-placeholder {
  color: #767EA2;
}

.tax-main .tax-main-content-right input:-moz-placeholder {
  color: #767EA2;
}

.tax-main .tax-main-content-right input::-moz-placeholder {
  color: #767EA2;
}

.tax-main .tax-main-content-right input:-ms-input-placeholder {
  color: #767EA2;
}

.tax-main .tax-main-content-right .tax-all-search {
  height: 30px;
}
.tax-main .tax-main-content-right .tableMain {
  padding: 30px;
}
.tax-main .tax-main-content-right .tableMain .TableMainHead {
  padding-top: unset;
}
.tax-main .tax-main-content-right .tableMain .tax-table-thead-one {
  background-color: #474747 !important;
}
.tax-main .tax-main-content-right .tableMain .tax-table-thead-one th {
  color: white;
  font-family: Inter-Light;
  font-weight: 400 !important;
  line-height: 15px;
  font-size: 13px;
  background-color: #474747 !important;
  border-color: #474747 !important;
  padding-left: 20px !important;
}
.tax-main .tax-main-content-right .tableMain .paging_simple_numbers > span > a:hover {
  color: #0796C9 !important;
}
.tax-main .tax-main-content-right .tableMain .paging_simple_numbers > span > a {
  border-radius: unset !important;
  background-color: white;
  font-family: Inter-Light;
  font-weight: 400 !important;
  border: 1px solid #C6C6C6;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 11px;
  line-height: 12px;
}
.tax-main .tax-main-content-right .tableMain .paging_simple_numbers > span > a.current {
  color: #0796C9 !important;
}
.tax-main .tax-main-content-right .tableMain .paging_simple_numbers > span > a.current:hover {
  background-color: #0796C9 !important;
  color: white !important;
}
.tax-main .tax-main-content-right .tableMain .dataTables_wrapper .dataTables_paginate .paginate_button {
  margin-left: unset;
  color: #818181;
}
.tax-main .tax-main-content-right .tableMain #datatable_previous {
  border: 1px solid #C6C6C6;
  background: #A6A6A6;
  color: White;
  font-family: Inter-Light;
  font-weight: 400 !important;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 11px;
  line-height: 12px;
}
.tax-main .tax-main-content-right .tableMain #datatable_next {
  border: 1px solid #0796C9;
  background: #0796C9;
  color: White;
  font-family: Inter-Light;
  font-weight: 400 !important;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 11px;
  line-height: 12px;
}
.tax-main table.dataTable thead .sorting, .tax-main table.dataTable thead .sorting_asc, .tax-main table.dataTable thead .sorting_desc, .tax-main table.dataTable thead .sorting_asc_disabled, .tax-main table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center left;
}
.tax-main table.dataTable thead .sorting {
  background-image: url("/assets/img/sort_both.png?v=2");
}
.tax-main table.dataTable thead .sorting_asc {
  background-image: url("/assets/img/sort_asc.png");
}
.tax-main table.dataTable thead .sorting_desc {
  background-image: url("/assets/img/sort_desc.png");
}
.tax-main .dataTables_wrapper .dataTables_length {
  padding-top: 0.25em;
  margin-bottom: unset;
  margin-top: 5px;
}
.tax-main .tableMain .dataTables_paginate {
  margin-top: 5px;
}
.tax-main .tableMain .dataTables_length select {
  background-color: transparent;
  border: 1px solid #D9D9D9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tax-main .tableMain .dataTables_length label {
  color: #767EA2;
}
.tax-main .tableMain table.dataTable.row-border tbody th, .tax-main .tableMain table.dataTable.row-border tbody td, .tax-main .tableMain table.dataTable.display tbody th, .tax-main .tableMain table.dataTable.display tbody td {
  font-family: Inter-Light;
  font-weight: 400;
}
.tax-main .tax-status {
  font-family: Inter-Bold;
  font-weight: 700;
  color: #545454;
}
.tax-main .tax-status-wait {
  color: #FFB300;
}
.tax-main .tax-status-success {
  color: #29A59B;
}
.tax-main .tax-status-kein-interesse {
  color: #545454;
}
.tax-main .tax-status-ruckruf-von-kunden {
  color: #4f114e;
}
.tax-main .tax-status-reklamation {
  color: #9a0000;
}
.tax-main .tax-status-nicht-erreicht {
  color: #b06060;
}
.tax-main .tax-main-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: start;
  align-items: start;
  padding: 0 20px;
}
.tax-main .tax-main-content .tax-main-content-left {
  width: 470px;
  margin-right: 20px;
}
.tax-main .tax-main-content .tax-main-content-left .tax-main-content-left-ul li {
  background-color: white;
  position: relative;
  padding: 22px 32px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 20px;
  overflow: hidden;
  border-left: 7px solid #FFB300;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.tax-main .tax-main-content .tax-main-content-left .tax-main-content-left-ul li .tax-text p {
  font-family: Inter-Bold;
  font-size: 35px;
  line-height: 42.36px;
}
.tax-main .tax-main-content .tax-main-content-left .tax-main-content-left-ul li .tax-text span {
  font-family: Inter-Light;
  font-size: 15px;
  color: #707070;
}
.tax-main .tax-main-content .tax-main-content-left .tax-main-content-left-ul li .tax-icon {
  width: 58px;
  height: 58px;
  background-color: #FFB300;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: white;
  font-size: 29px;
}
.tax-main .tax-main-content .tax-main-content-left .tax-main-content-left-ul .tax-li-erfolgreich {
  border-color: #29A59B;
}
.tax-main .tax-main-content .tax-main-content-left .tax-main-content-left-ul .tax-li-erfolgreich .tax-icon {
  background-color: #29A59B;
}
.tax-main .tax-main-content .tax-main-content-left .tax-main-content-left-ul .tax-li-in-bearbeitung {
  border-color: #FFB300;
}
.tax-main .tax-main-content .tax-main-content-left .tax-main-content-left-ul .tax-li-in-bearbeitung .tax-icon {
  background-color: #FFB300;
}
.tax-main .tax-main-content .tax-main-content-left .tax-main-content-left-ul .tax-li-kein-interesse {
  border-color: #545454;
}
.tax-main .tax-main-content .tax-main-content-left .tax-main-content-left-ul .tax-li-kein-interesse .tax-icon {
  background-color: #545454;
}
.tax-main .tax-main-content .tax-main-content-left .tax-main-content-left-ul .tax-li-ruckruf-von-kunden {
  border-color: #4f114e;
}
.tax-main .tax-main-content .tax-main-content-left .tax-main-content-left-ul .tax-li-ruckruf-von-kunden .tax-icon {
  background-color: #4f114e;
}
.tax-main .tax-main-content .tax-main-content-left .tax-main-content-left-ul .tax-li-nicht-erreicht {
  border-color: #b06060;
}
.tax-main .tax-main-content .tax-main-content-left .tax-main-content-left-ul .tax-li-nicht-erreicht .tax-icon {
  background-color: #b06060;
}
.tax-main .tax-main-content .tax-main-content-left .tax-main-content-left-ul .tax-li-reklamation {
  border-color: #9a0000;
}
.tax-main .tax-main-content .tax-main-content-left .tax-main-content-left-ul .tax-li-reklamation .tax-icon {
  background-color: #9a0000;
}
.tax-main .tax-main-content .tax-main-content-right {
  width: calc(100% - 360px);
}
.tax-main .tax-main-content .tax-main-content-right .tax-datatable-title {
  font-family: Inter-Bold;
  font-size: 25px;
  line-height: 30px;
}
.tax-main .tax-main-content .tax-main-content-right input::-webkit-input-placeholder {
  color: #767EA2;
}

.tax-main .tax-main-content .tax-main-content-right input:-moz-placeholder {
  color: #767EA2;
}

.tax-main .tax-main-content .tax-main-content-right input::-moz-placeholder {
  color: #767EA2;
}

.tax-main .tax-main-content .tax-main-content-right input:-ms-input-placeholder {
  color: #767EA2;
}

.tax-main .tax-main-content .tax-main-content-right .tax-all-search {
  height: 30px;
}
.tax-main .tax-main-content .tax-main-content-right .tableMain {
  padding: 30px;
}
.tax-main .tax-main-content .tax-main-content-right .tableMain .TableMainHead {
  padding-top: unset;
}
.tax-main .tax-main-content .tax-main-content-right .tableMain .tax-table-thead-one {
  background-color: #474747 !important;
}
.tax-main .tax-main-content .tax-main-content-right .tableMain .tax-table-thead-one th {
  color: white;
  font-family: Inter-Light;
  font-weight: 400 !important;
  line-height: 15px;
  font-size: 13px;
  background-color: #474747 !important;
  border-color: #474747 !important;
  padding-left: 20px !important;
}
.tax-main .tax-main-content .tax-main-content-right .tableMain .paging_simple_numbers > span > a:hover {
  color: #0796C9 !important;
}
.tax-main .tax-main-content .tax-main-content-right .tableMain .paging_simple_numbers > span > a {
  border-radius: unset !important;
  background-color: white;
  font-family: Inter-Light;
  font-weight: 400 !important;
  border: 1px solid #C6C6C6;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 11px;
  line-height: 12px;
}
.tax-main .tax-main-content .tax-main-content-right .tableMain .paging_simple_numbers > span > a.current {
  color: #0796C9 !important;
}
.tax-main .tax-main-content .tax-main-content-right .tableMain .paging_simple_numbers > span > a.current:hover {
  background-color: #0796C9 !important;
  color: white !important;
}
.tax-main .tax-main-content .tax-main-content-right .tableMain .dataTables_wrapper .dataTables_paginate .paginate_button {
  margin-left: unset;
  color: #818181;
}
.tax-main .tax-main-content .tax-main-content-right .tableMain #datatable_previous {
  border: 1px solid #C6C6C6;
  background: #A6A6A6;
  color: White;
  font-family: Inter-Light;
  font-weight: 400 !important;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 11px;
  line-height: 12px;
}
.tax-main .tax-main-content .tax-main-content-right .tableMain #datatable_next {
  border: 1px solid #0796C9;
  background: #0796C9;
  color: White;
  font-family: Inter-Light;
  font-weight: 400 !important;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 11px;
  line-height: 12px;
}
.tax-main .tax-main-content table.dataTable thead .sorting, .tax-main .tax-main-content table.dataTable thead .sorting_asc, .tax-main .tax-main-content table.dataTable thead .sorting_desc, .tax-main .tax-main-content table.dataTable thead .sorting_asc_disabled, .tax-main .tax-main-content table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center left;
}
.tax-main .tax-main-content table.dataTable thead .sorting {
  background-image: url("/assets/img/sort_both.png?v=2");
}
.tax-main .tax-main-content table.dataTable thead .sorting_asc {
  background-image: url("/assets/img/sort_asc.png");
}
.tax-main .tax-main-content table.dataTable thead .sorting_desc {
  background-image: url("/assets/img/sort_desc.png");
}
.tax-main .tax-main-content .dataTables_wrapper .dataTables_length {
  padding-top: 0.25em;
  margin-bottom: unset;
  margin-top: 5px;
}
.tax-main .tax-main-content .tableMain .dataTables_paginate {
  margin-top: 5px;
}
.tax-main .tax-main-content .tableMain .dataTables_length select {
  background-color: transparent;
  border: 1px solid #D9D9D9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tax-main .tax-main-content .tableMain .dataTables_length label {
  color: #767EA2;
}
.tax-main .tax-main-content .tableMain table.dataTable.row-border tbody th, .tax-main .tax-main-content .tableMain table.dataTable.row-border tbody td, .tax-main .tax-main-content .tableMain table.dataTable.display tbody th, .tax-main .tax-main-content .tableMain table.dataTable.display tbody td {
  font-family: Inter-Light;
  font-weight: 400;
}
.tax-main .tax-main-content .tax-status {
  font-family: Inter-Bold;
  font-weight: 700;
  color: #545454;
}
.tax-main .tax-main-content .tax-status-wait {
  color: #FFB300;
}
.tax-main .tax-main-content .tax-status-success {
  color: #29A59B;
}
.tax-main .tax-main-content .tax-status-kein-interesse {
  color: #545454;
}
.tax-main .tax-main-content .tax-status-ruckruf-von-kunden {
  color: #4f114e;
}
.tax-main .tax-main-content .tax-status-reklamation {
  color: #9a0000;
}
.tax-main .tax-main-content .tax-status-nicht-erreicht {
  color: #b06060;
}
.tax-main .tax-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 20px;
  height: 44px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
}
.tax-main .tax-footer p {
  color: #1B3156;
  font-family: Inter-Light;
  font-weight: 400;
  font-size: 13px;
}
.tax-main .modal .pageOpen .modal-header {
  background-color: #1C3257;
  padding: 13px 40px 15px 40px;
}
.tax-main .modal .modal-body {
  padding: 32px 25px 0 40px;
}
.tax-main .modal .modal-body .row {
  padding-bottom: 15px;
  margin-bottom: 0;
}
.tax-main .modal .form-control {
  padding-left: 19px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.tax-main .modal option {
  color: #9E9E9E;
}
.tax-main .tax-valid-check input {
  border-color: #FF615C;
}
.tax-main .tax-valid-check input::-webkit-input-placeholder {
  color: #FF615C;
}

.tax-main .tax-valid-check input:-moz-placeholder {
  color: #FF615C;
}

.tax-main .tax-valid-check input::-moz-placeholder {
  color: #FF615C;
}

.tax-main .tax-valid-check input:-ms-input-placeholder {
  color: #FF615C;
}

.tax-main .tax-valid-check select {
  border-color: #FF615C;
}
.tax-main .tax-valid-check select::-webkit-input-placeholder {
  color: #FF615C;
}

.tax-main .tax-valid-check select:-moz-placeholder {
  color: #FF615C;
}

.tax-main .tax-valid-check select::-moz-placeholder {
  color: #FF615C;
}

.tax-main .tax-valid-check select:-ms-input-placeholder {
  color: #FF615C;
}

.tax-main .tax-error-description {
  margin-top: 3px;
  color: #FA3A3A;
  font-size: 11px;
  line-height: 12px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-content: start;
  align-items: start;
}
.tax-main .tax-error-description img {
  margin-left: 5px;
  margin-right: 5px;
  height: 11px;
}
.tax-main .tax-error-main-desription {
  margin-top: 30px;
  margin-bottom: 10px;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.tax-swal-title {
  font-family: Inter-Regular;
  font-size: 33px;
  font-weight: 500;
  line-height: 40px;
  color: #A5DC86;
}

.tax-swal-description {
  font-family: Inter-Light;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #707070;
}

.swal2-styled.swal2-confirm.tax-confirm-button {
  background: linear-gradient(180deg, #0796C9 0%, #228AAF 68.75%, rgba(24, 110, 141, 0.768627451) 100%);
  color: white;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  padding-top: 10px;
  padding-bottom: 10px;
  width: 195px;
}
.swal2-styled.swal2-confirm.tax-confirm-button:hover {
  background: linear-gradient(180deg, #0796C9 0%, #228AAF 68.75%, rgba(24, 110, 141, 0.768627451) 100%) !important;
}

.swal2-styled.swal2-cancel.tax-cancel-button {
  background: linear-gradient(180deg, #A3A3A3 0%, #595959 5.73%, #595959 52.6%, #353535 100%);
  color: white;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  padding-top: 10px;
  padding-bottom: 10px;
  width: 195px;
}
.swal2-styled.swal2-cancel.tax-cancel-button:hover {
  background: linear-gradient(180deg, #A3A3A3 0%, #595959 5.73%, #595959 52.6%, #353535 100%) !important;
}

@media only screen and (max-width: 1000px) {
  #opener-list-sub {
    overflow-x: auto;
  }
}

/*# sourceMappingURL=style.css.map */
