/**
 *
 * Apply Here your Custom CSS
 *
*/
@import "pe-icon-7-stroke.css";

html{
    font-size: 12px;
}
html.font-big{
    font-size: 15px;
}

/** ACCESSIBILITY: Font size **/
h2{
    font-size: 1.75rem;
}
h4{
    font-size: 1.25rem;
}
h5,
.page-container.horizontal-menu header.navbar .navbar-nav > li > a span,
.page-container.horizontal-menu header.navbar ul.nav > li > a{
    font-size:1rem;
}
h6{
    font-size: 0.92rem;
}
.mb-4{
    margin-bottom: 1.5rem;
}
.text-left{
    text-align: left;
}
.panel-title,
body .page-container.horizontal-menu header.navbar .navbar-nav > li > a{
    font-size: 1.167rem;
}
.navbar-nav > li > a{
    line-height: 1.42rem;
}
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown > a i{
    font-size: 1.583rem;
}
small, .small{
    font-size: 0.85rem;
}

body {
    font-family: Arial, sans-serif;
    color: #5e5e5e;
    font-size: 1rem;
}
body,.page-container .main-content {
	background-color: #f6f6f6;
}
body .page-container.horizontal-menu header.navbar.navbar-fixed-top{
    border-bottom: 1px solid #D8D8D8;
}
.page-container.horizontal-menu{
    padding-top: 120px;
}
.page-container.horizontal-menu header.navbar .navbar-brand{
    padding: 10px 30px 10px 20px;
}
.page-container.horizontal-menu header.navbar ul.nav > li.sep{
    margin: 30px 0;
    height: 20px;
}
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown > a{
    margin-top: 26px;
}
body .page-container.horizontal-menu header.navbar .navbar-nav > li > a,
.page-container.horizontal-menu header.navbar ul.nav > li > a{
    padding: 32px 20px;
    box-sizing: border-box;
    box-shadow: 0 0 0 RGBA(245, 75, 69, 0) inset;
    border-bottom: 0px solid #f82b32;
    -webkit-transition: box-shadow 200ms;
    -moz-transition: box-shadow 200ms;
    -ms-transition: box-shadow 200ms;
    -o-transition: box-shadow 200ms;
    transition: box-shadow 200ms;
}
body .page-container.horizontal-menu header.navbar .navbar-nav > li:hover > a{
    /*background-color: #f83f45;
    color:#FFFFFF;*/
    /*padding-bottom: 29px;*/
    box-shadow: 0 -5px 0 RGBA(245, 75, 69, 0.9) inset;
    /*border-bottom: 3px solid #f83f45;*/
}
body .page-container.horizontal-menu header.navbar .navbar-nav > li.active > a{
    /*background-color: #f82b32;
    color:#FFFFFF;*/
    /*padding-bottom: 27px;*/
    box-shadow: 0 -5px 0 RGBA(245, 75, 69, 1) inset;
    /*border-bottom: 5px solid #f83f45;*/
}
body .page-container.horizontal-menu header.navbar .navbar-nav > li:hover > a i,
body .page-container.horizontal-menu header.navbar .navbar-nav > li.active > a i{
    /*color:#FFFFFF;*/
}
.tile-stats.tile-bw{
    background: #FFFFFF;
}
.tile-stats.tile-bw .num, .tile-stats.tile-bw h3, .tile-stats.tile-bw p{
    color:#5e5e5e;
}
.tile-stats.tile-white-green h3, .tile-stats.tile-white-green p,
.tile-stats.tile-white-red h3, .tile-stats.tile-white-red p{
    color:#5e5e5e;
}
.tile-stats .progress{
    height: 5px;
    margin-top:15px;
    margin-bottom: 17px;
    background-color: #b3b3b3;
}
.title-stats-button{
    bottom: 0;
    line-height: 30px;
    font-weight: bold;
    margin-top: -15px;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 10px 20px 5px;
    cursor:pointer;

}
.title-stats-button.tile-red,
.title-stats-button.tile-red a{
    background: #f82b32;
    color: #FFFFFF;
    -webkit-transition: background 1s;-moz-transition: background 1s;-ms-transition: background 1s;-o-transition: background 1s;transition: background 1s;
}

.title-stats-button.tile-red:hover,
.title-stats-button.tile-red:hover a,
.title-stats-button.tile-red:hover a:link{
    background: #FFFFFF;
    color: #f82b32;
}
.navbar-nav i,
h1 i,
h2 i{
    color: #f82b32;
}
h2 span.badge{
    background-color: #f82b32;
    color: white;
    margin-left: 36px;
}
.panel > .panel-body.with-table table{
    width: 80% !important;
    margin:10px auto;
}

.panel-footer > .panel-title{
    float: left;
    padding: 10px 15px;
    font-weight: bold;
}

.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .row:last-child
{
    display: none;
}
.dataTables_processing{
    display:none !important;
}

.panel-heading{
    border-bottom: 1px;
    font-weight: bold;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    position: relative;
}
.panel-body .input-group-btn{
    width: auto;
}
.panel-footer{
    padding:0;
}
.panel-footer .btn,
.panel-heading .btn{
    line-height: 30px;
    height: 40px;
    border-radius: 0;
    border-top-right-radius: 2px;
    background-color: #373e4a;
    color: #EEE;
    font-weight: bold;
    opacity: 0.75;
    border-width: 0;
    width:150px;
}
.panel-footer .btn{
    float:right;
}
.btn-red{
    background-color: RGBA(250, 86, 91, 1);
    border-color:RGBA(250, 86, 91, 1) !important;
}
.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active, .open .dropdown-toggle.btn-red, .dropdown-menu.dropdown-red{
    background-color: #f82b32;
    border-color: #f82b32;
}

ul.dropdown-menu.dropdown-red{
    padding:10px;
}

.well{
    border-left: 3px solid #f82b32;
    border-radius: 0;
    color: rgba(55, 62, 74, 0.7);
    border-bottom: 0;
    border-top: 0;
}
.well strong{
    /*color: #f82b32;*/
}
.well .icon{
    content:"!";
    font-size: 200%;
    color:#f82b32;
}

.panel-heading > .panel-options{
    padding-right: 0;
}


.panel-heading > .panel-options > a{
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    text-align: center;

    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
i.entypo-down-open-big{
    line-height: 40px;
}
.panel-collapse > .panel-heading > .panel-options > a{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}

.status{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    color:rgba(0,0,0,0.6);
}
.status.status-red{
    background-color: #f56954;
}
.status.status-yellow{
    background-color: #f3e658;
}
.status.status-green{
    background-color: #55c69e;
}

table i{
    font-size: 2em;
    cursor: pointer;
}
table i:hover{
    color: #f82b32;
}
.proof .table > tbody > tr > td{
    vertical-align: middle;
}
.reduction table select,
.reduction.page-body .selectboxit-container .selectboxit{
    min-width: 330px;
}
.reduction.page-body .selectboxit-container .selectboxit .selectboxit-text{
    max-width: 80% !important;
    font-family: Arial, sans-serif;
    color: rgb(94, 94, 94);
}
.reduction table th:first-child{
    min-width: 350px;
}
.dashboard .table > tbody > tr > td{
    vertical-align: middle;
}
hr.has-legend{
    margin-top:3px;
}
.table input,
.table select{
    width:100%;
}

table th {
    font-weight: normal !important;
}
table th input{
    border: none;
}
th.has-input{
    border-bottom: 1px solid #f83f45 !important;
}
table th input:focus{
    outline:none;
}
.th-10{
    width:10%;
}
.th-20{
    width:20%;
}
.table > thead:first-child > tr:first-child > th:empty{
    display: none;
}
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li{
    background: #FEFEFE;
}
.space-up{
    margin-top: 10px;
}
.form-horizontal .control-label{
    text-align: left;
}

body.login-page .login-header .description{
    margin-top: 5px;
    margin-left: -18px;
}

body.proof input{
    text-align: center;
}
body.proof input.text-left{
    text-align: left;
}

body.proof input[type='text']:disabled{
    color:#000;
    font-weight: bold;
}

.alert-check{
    color:#555;
    background-color: #FFFFFF;
    border:1px solid #f82b32;
}

a {
    outline: 0 !important;
}

.text-normal{
    font-weight: normal;
}

.button-box .btn{
    line-height: 20px;

}
.button-box .btn-white{
    border:1px solid rgba(250, 86, 91, 1);
}

.inputfile{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label,
.attachment{
    font-size: 1em;
    font-weight: 700;
    color: white;
    display: inline-block;
    cursor: pointer;
    padding: 0.625rem 1.25rem;
    background-color: rgba(250, 86, 91, 1);
    fill:white;
}

.inputfile:focus + label,
.inputfile + label:hover,
.attachment:hover{
    background-color: #f82b32;
    color: white;

}



.tile-stats {
    box-shadow: 0px 1px 1px rgba(44, 44, 44, 0.2);
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -ms-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

.tile-stats:hover {
    box-shadow: 0px 0px 1px rgba(44, 44, 44, 0.2);
}
.tile-stats.tile-white-red .num,
.tile-stats.tile-white-red .icon{
    color: rgba(250, 86, 91, 1);
}

.tile-stats.tile-white-red .icon{
    opacity: 0.5;
}

.tile-stats.tile-white-orange h3,
.tile-stats.tile-white-orange h5{
    color:#5E5E5E;
}
.tile-stats.tile-white-orange i{
    color: #FFA812;
}
.tile-stats.tile-white-red{
    border:1px solid rgba(250, 86, 91, 1);
}
.tile-stats.tile-bw{
    border: 1px solid #EBEBEB;
}
.tile-stats.tile-green i,
.tile-stats.tile-green p{
    color: #00A65A;
}

.tile-stats .old-num {
    font-weight: bold;
    font-size: 30px;
}

.input-group-btn:first-child > .dropdown-toggle{
    margin-right: 0;
    z-index: auto;
}

.dropdown-menu strong{
    color: rgba(0,0,0,0.5);
}

.tile-stats{
    min-height: 199px;
}
.tile-stats.small{
    min-height: 142px;
}

.input-group-addon,
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td{
    color: #5e5e5e;

}
.table-bordered{
    border: 1px solid #dedede;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > td{
    border: 1px solid #dedede;
}
.table-bordered td{
    vertical-align: top;
}
.table-bordered textarea{
    width: 100%;
}
.table-bordered > thead > tr > th{
    border-bottom-width: 2px;
    font-weight: bold;
    background-color: #ededed;
}
.table-centered > tbody > tr > td{
    vertical-align: middle;
}
td.dataTables_empty{
    text-align: center;
}
.entypo-info-circled{
    color: #5e5e5e;
    font-size: 80%;
    cursor: pointer;
}
.entypo-info-circled:hover{
    color: rgba(250, 86, 91, 1);
}
.entry.old td{
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
    opacity: 0.5;
}
.entry.old td:last-child{
    opacity: 1;
}


@media (min-width: 768px) {
    .navbar-brand{
        line-height: 60px;
    }
    .navbar-brand img{
        width:150px !important;
    }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
    .tile-stats, .tile-stats.small{
        min-height: 219px;
    }
}

#comment-box .input-group{
    display:block;
}
#comment-box .input-group-btn{
    display:inline-block;
    width: auto;
}
#comment-box .input-group .input-group-btn:last-child{
    margin-left: -3px;
}
#users-table th input{
    text-align: left;
}
table th.has-input{
    position: relative;
}
table th.has-input input{
    text-indent: 0px;
}
table th.has-input i{
    position: absolute;
    top: 5px;
    left: -15px;
    font-size: 16px;
}

/** STYLECHANGER **/

li.stylechanger
a {
    color: #5e5e5e;
    display: inline-block;
    margin: 0
    0 0 -2em;
    padding: 1px
    0 0 2em;
    position: relative
}

li.stylechanger a:hover {
    text-decoration: none
}

li.stylechanger span {
    font-weight: bold;
    padding: 0
    0.2em 0 0
}

li.stylechanger span.normal {
    color: #ff182b;
    font-size: 1.0em
}

li.stylechanger span.big {
    font-size: 1.3em;
    line-height: 1em;
}
li.stylechanger a:after{
    content: 'Große Schrift';
}

.font-big li.stylechanger span.normal{
    color:inherit;
}
.font-big li.stylechanger span.big{
    color: #ff182b;
}
.font-big li.stylechanger a:after{
    content: 'Normale Schrift';
}

.page-container.horizontal-menu header.navbar ul.nav > li .horizontal-mobile-menu a{
    margin-top: 40px;
}
/** HEADER **/
#header-bar{
    background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(237,237,238,1) 100%);
    padding: 10px 0px 8px;
    border-bottom: 1px solid #D8D8D8;
}
#header-bar ul.nav > li > a{
    padding:2px 20px;
}
#header-bar ul.nav > li.dropdown > a{
    margin: -4px 0 0 0;
    padding: 0 20px;
}
#header-bar ul.nav > li.sep{
    margin:0;
}

html.font-big .page-container.horizontal-menu header.navbar .navbar-nav > li.large-menu > a i + span {
    position: absolute;
    bottom: -40px;
    /* margin-left: 50%; */
    display: block;
    width: auto;
    z-index: 1000;
    text-align: center;
    background-color: rgba(245, 47, 58, 0.8);
    color: white;
    padding: 5px 5px;
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    -ms-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms;

}

html.font-big .page-container.horizontal-menu header.navbar .navbar-nav > li.large-menu > a:hover i + span {
    opacity: 1;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}

/** Large navigation fix **/
@media (min-width: 767px) and (max-width: 1195px) {
    .page-container.horizontal-menuheader.navbar .navbar-nav > li.large-menu > a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-container.horizontal-menu header.navbar .navbar-nav > li.large-menu > a i + span {
        position: absolute;
        bottom: -30px;
        /* margin-left: 50%; */
        display: block;
        width: auto;
        z-index: 1000;
        text-align: center;
        background-color: rgba(245, 47, 58, 0.8);
        color: white;
        padding: 5px 5px;
        border-radius: 5px;
        opacity: 0;
        -webkit-transition: opacity 200ms;
        -moz-transition: opacity 200ms;
        -ms-transition: opacity 200ms;
        -o-transition: opacity 200ms;
        transition: opacity 200ms;

    }

    .page-container.horizontal-menu header.navbar .navbar-nav > li.large-menu > a:hover i + span {
        opacity: 1;
        -webkit-transition: opacity 300ms ease-in-out;
        -moz-transition: opacity 300ms ease-in-out;
        -ms-transition: opacity 300ms ease-in-out;
        -o-transition: opacity 300ms ease-in-out;
        transition: opacity 300ms ease-in-out;
    }
}



