﻿@font-face {
    font-family: 'fira_sans_condensedregular';
    src: url('/Content/fonts/FiraSansCondensed-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fira_sans_condensedlight';
    src: url('/Content/fonts/FiraSansCondensed-Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fira_sans_condensedextralight';
    src: url('/Content/fonts/FiraSansCondensed-ExtraLight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fira_sans_condensedmedium';
    src: url('/Content/fonts/FiraSansCondensed-Medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fira_sans_condensedsemibold';
    src: url('/Content/fonts/FiraSansCondensed-SemiBold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'fira_sans_condensedregular', sans-serif;
    font-size: 14pt;
}

/* some specials DevExtreme for REINER SCT */
.dx-datagrid-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused) {
  background-color: #FFC107;
}


.dx-widget {
    font-size: 14pt;
}

.dx-datagrid-group-panel {
  font-size: 14pt;
}
.dx-datagrid-nodata {
  font-size: 14pt;
}
.rsct-btn-table {
  font-size: 14px !important;
}

.form-control {
	font-size: 1em;
}	

.not-approved {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAIAAAD8GO2jAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjEuNv1OCegAAAAsSURBVEhL7c0xAQAwDASh+jf9lcCU7TDA27ECKqACKqACKqACKqACKqDjYPuLVfSmMPfafQAAAABJRU5ErkJggg==);
    background-position: center center;
    background-repeat: no-repeat;
}


.btn {
    box-shadow: none !important;
    outline: 0;
    font-size: 14pt;
	min-width: 130px;
}

.btn-checked {
	background: #ffc107;
}

.btn-checked:hover{
	background: #f0b605;
}

.rsct-dialog {
	background: linear-gradient(to bottom right, #f2f2f2f2, #fbfbfb);
}

@media (max-width: 768px) {
    fas {
        font-size: 20pt;
    }
}

.btn-sm {
	min-width: 20px;
}

.rsct-negative {
    color: #F44336;
}
.rsct-alignright {
    text-align: right;
}
.rsct-nav-sidebar {
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    background-color: #e6e6e6;
    border-style: solid;
    border-width: 0 2px 0 0;
    border-color: #ffc107;
    padding: 0 0 0 0;
}

.rsct-badge {
   position:relative;
}
.rsct-badge:after {
   visibility: hidden;
}

.rsct-badge[data-badge]:after {
    visibility: visible;
   content:attr(data-badge);
   position:absolute;
   top:-5px;
   right:-10px;
   font-size:8pt;
   background:#f44336;
   color:white;
   width:18px;height:18px;
   text-align:center;
   line-height:18px;
   border-radius:50%;
   box-shadow:0 0 1px #f44336;
}

/* adjust size of modal dialog */
.modal-lx {
    padding: 0 !important;
} 

.modal-dialog-lx {
    max-width: 80% !important;
    height: 80%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.modal-dialog-mx {
    max-width: 60% !important;
    height: 80%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.modal-content-lx {
    border-radius: 0 !important;
    height: 100%;
}

.rsct-header {
    position: relative;
    padding: 6px 16px;
    margin-bottom: 0rem;
    border: 1px solid transparent;
	background-color:#666666;
	color:#e6e6e6;
}

.rsct-subheader {
	background-color:#CCCCCC;
	color:#000000;
}
	
/* Favorite Buttons --------------------------------------------------------------------- */

.btn-rsct-favorites-tr {
    margin:15px;
    font-size: 24pt;
    background-color: #ffc107;
}
.btn-rsct-favorites-pm {
    background-color: #009688;
}
.btn-rsct-favorites-ac {
    background-color: #3f51b5;
}


.btn-rsct-favorites-header {
    border: 0;
    color: white;
    background-image: none;
    line-height: 120px;
    text-align: center;
	display: block;
}

.btn-rsct-favorites-header:hover {
    filter: brightness(100%);
}

    .btn-rsct-favorites-header:focus, .btn-rsct-favorites-header.focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }

    .btn-rsct-favorites-header.disabled, .btn-rsct-favorites-header:disabled {
        color: #dc3545;
        background-color: transparent;
    }

    .btn-rsct-favorites-header:not(:disabled):not(.disabled):active, .btn-rsct-favorites-header:not(:disabled):not(.disabled).active,
    .show > .btn-rsct-favorites-header.dropdown-toggle {
        filter: brightness(60%);
    }

        .btn-rsct-favorites-header:not(:disabled):not(.disabled):active:focus, .btn-rsct-favorites-header:not(:disabled):not(.disabled).active:focus,
        .show > .btn-rsct-favorites-header.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
        }

.rsct-favorites-column {
	padding: 0 20px 0 20px;
}

.btn-rsct-favorites-body {
	text-align: left;
    color: black;
    border-left: 8px solid #CCCCCC;
    background-color: #E6E6E6;
    height: 120px;
    display: grid;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 14pt;
	font-weight: 500;
    word-wrap: break-word;
    white-space: pre-wrap;
	box-shadow:1px 1px 1px 1px #E0E0E0;
	outline: 0;
	padding-left: 40px;
	padding-bottom: 16px;
	background-image: url("/Content/images/favorite-trgrey.png");
	background-repeat: no-repeat;
	background-position: left bottom; 
	margin: 10px 0 20px 0;
}

.btn-rsct-favorites-body:hover {
    border-left: 8px solid #FFC107;
	background-image: url("/Content/images/favorite-triangle.png");
    background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}

.btn-rsct-favorites-edit {
    color: black;
    border-left: 8px solid #CCCCCC;
    background-color: #E6E6E6;
    height: 120px;
    display: grid;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 14pt;
	font-weight: 500;
    word-wrap: break-word;
    white-space: pre-wrap;
	box-shadow:1px 1px 1px 1px #E0E0E0;
	outline: 0;
	padding-left: 40px;
	padding-bottom: 16px;
	background-image: url("/Content/images/edit-grey.png");
	background-repeat: no-repeat;
	background-position: center center; 
	margin: 10px 0 20px 0;
}

.btn-rsct-favorites-edit:hover {
    border-left: 8px solid #FFC107;
	background-image: url("/Content/images/edit-yellow.png");
    background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}

.rsct-favorites-add {
	background-image: url("/Content/images/add-grey.png");
}
.rsct-favorites-add:hover {
	background-image: url("/Content/images/add-yellow.png");
}

/* -------------------------------------  Wizard --------------------------------------------------------- */

.rsct-wizard {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

/* senkrechter Strich */
.rsct-wizard:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #ffc107;
    left: 80%;
    margin-left: -6px;
}

.rsct-wizard > li > a {
    position: relative;
}

.rsct-wizard-green {
    color: #8BC34A;
}
.rsct-wizard-red {
    color: #F44336;
}
.rsct-wizard-transparent {
    color: transparent;
}

    /* linker Bereich (Text) */
    .rsct-wizard > li > a .rsct-wizard-valid {
        float: left;
        width: 10%;
        padding-top: 10px;
        font-size: 20pt;
        margin: 12px 0 0 0;
    }

.rsct-wizard > li > a .rsct-wizard-label {
	float:left;
    width: 70%;
    padding-top: 20px;
    padding-right: 50px;
    text-align: right;
    font-size: 14pt;
    color: #1a1a1a;
    margin: 20px 0 80px 0;
}

.rsct-wizard > li > a .rsct-wizard-8 {
    padding-top: 25px;
    margin-bottom: 30px;
}

.rsct-wizard-icon {
    float: left;
    width: 40px;
    height: 40px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 24pt;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #1a1a1a;
    border-radius: 50%; 
    box-shadow: 0 0 0 5px #ffc107;
    text-align: center;
    left: 80%;
    top: 0;
    margin: 35px 0 0 -25px;
    background-color: #ffffff;
    z-index: 100;
}

.rsct-wizard > li > a .rsct-wizard-small {
    font-size: 16pt;
}

.rsct-wizard-hide {
	display: none;
}

.rsct-strikeout {
    text-decoration: line-through;
}

.rsct-wizard-selected {
    background-color: #ffc107;
}

/* ------ Menu ----------------------------------------------------- */

.navbar-rsct {
    background-color: #FFC107;
    font-weight: 400;
    position: fixed;
    width: 100%;
    overflow: visible;
    position: relative;
}

/*@media (min-width: 768px) {
    .navbar-rsc {
        position: fixed;
        top: 0;

    }
}*/


.navbar-rsct .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}
  .navbar-rsct .navbar-brand:hover, .navbar-rsct .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-rsct .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-rsct .navbar-nav .nav-link:hover, .navbar-rsct .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.9); }
  .navbar-rasct .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-rsct .navbar-nav .show > .nav-link,
.navbar-rsct .navbar-nav .active > .nav-link,
.navbar-rsct .navbar-nav .nav-link.show,
.navbar-rsct .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-rsct .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-rsct .navbar-toggler-icon
{
  height:50px;
  width:50px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); 

}

.navbar-rsct .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-rsct .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-rsct .navbar-text a:hover, .navbar-rsct .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }


.dropdown-rsct {
  display: block;
  width: 100%;
  padding: 0.75rem 2.5rem;
  clear: both;
  	font-weight:400;
	font-size: 14pt;

  color: #000000;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-rsct:hover, .dropdown-rsct:focus {
    color: #000000;
    text-decoration: none;
    background-color: #FFC107; }
  .dropdown-rsct.active, .dropdown-rsct:active {
    color: #fff;
    text-decoration: none;
    background-color: #ffc107; }
  .dropdown-rsct.disabled, .dropdown-rsct:disabled {
    color: #6c757d;
    background-color: transparent; }

@media (max-width: 768px) {
    .dropdown-rsct {
        font-size: 20pt;
    }
}

/* ------ Tab ----------------------------------------------------- */
.rsct-tab {
    background: white;
}

.rsct-tab .nav-tabs {
     position: relative;
     margin: 0 auto;
     margin-bottom: 0;
     border-bottom-color: #cccccc;
}

.rsct-tab > div.rsct-tab {
	position: relative;
}
	
.rsct-tab .nav-tabs .nav-link {
    color: #1a1a1a;
}

.rsct-tab .nav-tabs .nav-link.active {
	border-top: 0;
	border-left: 0;
	border-right : 0;	
    border-bottom: 1px solid #cccccc;
}

.rsct-tab .nav-tabs .nav-link.active:after {
        position: relative;
        bottom:0;
        left:-54%;
        content:"";       
        width: 0px; 
        height: 0px; 
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
      
        border-bottom: 10px solid #cccccc;
    }
	
.rsct-tab .tab-pane {
    position: relative;
    padding: 10px;
	background: #fafafa;
}




.required-field-block {
    position: relative;
}

    .required-field-block .required-icon {
        display: inline-block;
        vertical-align: middle;
        margin: -0.25em 0.25em 0em;
        background-color: #E8E8E8;
        border-color: #E8E8E8;
        padding: 0.5em 0.8em;
        color: rgba(0, 0, 0, 0.65);
        text-transform: uppercase;
        font-weight: normal;
        border-radius: 0.325em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: background 0.1s linear;
        -moz-transition: background 0.1s linear;
        transition: background 0.1s linear;
        font-size: 75%;
    }

    .required-field-block .required-icon {
        background-color: transparent;
        position: absolute;
        top: 0em;
        right: 0em;
        z-index: 10;
        margin: 0em;
        width: 30px;
        height: 30px;
        padding: 0em;
        text-align: center;
        -webkit-transition: color 0.2s ease;
        -moz-transition: color 0.2s ease;
        transition: color 0.2s ease;
    }

        .required-field-block .required-icon:after {
            position: absolute;
            content: "";
            right: 1px;
            top: 1px;
            z-index: -1;
            width: 0em;
            height: 0em;
            border-top: 0em solid transparent;
            border-right: 30px solid transparent;
            border-bottom: 30px solid transparent;
            border-left: 0em solid transparent;
            border-right-color: inherit;
            -webkit-transition: border-color 0.2s ease;
            -moz-transition: border-color 0.2s ease;
            transition: border-color 0.2s ease;
        }

        .required-field-block .required-icon .text {
            color: #B80000;
            font-size: 26px;
            margin: -3px 0 0 12px;
        }

.login-page {
    width: 360px;
    margin: 0 auto 0 20%;
    padding-top: 10%;
}


@media screen and (max-width: 768px) {
    .login-page {
        margin-left: auto;
        margin-right: auto;
        margin-top: 10%;
        margin-bottom: 20%;
    }
}
.form-login {
    z-index: 1;
    background: #FFFFFF;
    max-width: 360px;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}





    .form-login input {
        outline: 0;
        background: #f2f2f2;
        width: 100%;
        border: 0;
        margin: 0 0 15px;
        padding: 15px;
        box-sizing: border-box;
        font-size: 14pt;
    }

    .form-login button {
        outline: 0;
        background: #FFC107;
        width: 100%;
        border: 0;
        padding: 15px;
        color: #000000;
        font-size: 14pt;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        cursor: pointer;
    }

        .form-login button:hover, .form-login button:active, .form-login button:focus {
            background: #FFB300;
        }

/* ----- fileupload button like a standard Bootstrap button ----- */

input[type="file"] {
    display: none;
}

.rsct-file-upload {
    color: #fff;
	background-color: #6c757d;
    border: 1px solid #6c757d;
    display: inline-block;
    padding-top: 9px;
    padding-bottom: 10px;
    padding-left: 24px;
    padding-right: 24px;
	margin: 0px;
    cursor: pointer;
}
    .rsct-file-upload:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #5a6268;
    }

/* ------------------------------------------------------------------- */

.toolbar-label {
    font-weight: 400;
    font-size: 14pt;
    color: #FFC107;
    text-align: left;
    background-color: #FFFFFF;
    line-height: 1.0;
    padding: 0.5rem 25px;
    border-bottom: 4px solid #FFC107;
}
.col-rsct {
		padding-top: 15px;
}

.reportDesignerExportButton {
    background-image: url(./images/einstellungen_24.png);
    background-repeat: no-repeat;
    width: 100%;
    border: 0;
    padding: 15px;
}

.reportDesignerImportButton {
    background-image: url(./images/einstellungen2_24.png);
    background-repeat: no-repeat;
    width: 100%;
    border: 0;
    padding: 15px;
}

.dx-datagrid .dx-data-row > td.bullet {
    padding-top: 0;
    padding-bottom: 0;
}


[data-toggle="collapse"] .fa:before {
    content: "\f139";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f13a";
}

.htmlTableSelectedRow {
    background-color: #ffc107;
}

input[type=checkbox] {
    display: none;
}


input[type=checkbox] + label:before {
    display: inline-block;
    letter-spacing: 5px;
    content: "\f0c8";
    font-family: 'Font Awesome 5 Free';
}

input[type=checkbox]:checked + label:before {
    content: "\f14a";
    letter-spacing: 5px;
}

input[type=checkbox]:disabled + label:before {
    color: #CCCCCC;
}

input[type=radio] {
    display: none;
}

input[type=radio] + label:before {
    display: inline-block;
    letter-spacing: 5px;
    content: "\f111";
    font-family: 'Font Awesome 5 Free';
}

input[type=radio]:checked + label:before {
    content: "\f192";
    letter-spacing: 5px;
}

input[type=radio]:disabled + label:before {
    color: #CCCCCC;
}

input[type=checkbox] + label:hover,
input[type=radio] + label:hover {
    cursor: pointer;

}

.dx-datagrid .dx-header-filter {
    position: relative;
    color: #ffc107;
    font: 14px/1 DXIcons;
}

.dx-datagrid .dx-header-filter-empty {
    color: rgba(117,117,117,.5);
}
