html
{
    height: 100%;
    min-height: 100%;
    overflow-y: scroll;
    background: #73292e;
    background-size: cover;
    background-attachment: fixed;
    background-image: url("/images/background/Background2021.jpeg");
}

body
{
    background: transparent;
    margin: 0 auto;
    height: 100%;
    min-height: 100%;
    padding-top: 50px;
}

hr
{
    border-color: #a1363b;

}

td, th
{
    cursor: auto;
}

h2 img
{
    height:22px;
    vertical-align: inherit;
}

#pageSpacer
{
    height: 30px;
}

.navbar-right li:hover
{
    background: #a1363b;
}

.navbar-right li:hover a
{
    color: white !important;
}

.container, .mobilestatic
{
    background: white !important;
    webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.5);
}

.mobilestatic
{
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    border-top: none;
}

.mobilestatic .col-xs-3
{
    padding-left: 3px;
    padding-right: 3px;
}

.premobilestatic
{
    height: 300px;
    width: 100%;
}

.wrapper
{
    min-height: 100%;
    padding-bottom: 100px;
}

.clear
{
    clear: both;
}

.uplomargin15
{
    margin-top: 15px;
    margin-bottom: 15px;
}

.redborder
{
    border: #be0d0d 2px solid;
}

.greenborder
{
    border: #00aa00 2px solid;
}

.bootstrap-timepicker-widget table td input
{
    width: 30px !important;
}

.controls
{
    margin-left: 0;
    margin-right: 0;
}

.controls button
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.form-control:focus
{
    outline: 0;
    -webkit-box-shadow: 0px 0px 10px 1px #6a2528;
    -moz-box-shadow: 0px 0px 10px 1px #6a2528;
    box-shadow: 0px 0px 10px 1px #6a2528;
}

.btn {
    background-repeat: repeat-x;
    border-color: #ccc;
    border-radius: 6px !important;
    background-image: linear-gradient(to bottom,#9f555a 0,#73292e 100%) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
}

.btn-primary:active {
    border-color: #ccc !important;
    background-image: linear-gradient(to bottom,#9f555a 0,#73292e 100%) !important;
    background-color: #73292e;
}

.btn:hover
{
    text-decoration: underline;
}

.btn-default, .btn-default:active, .btn-default:focus
{
    background-image: none;
    background-color: #73292e;
    color: white;
    text-shadow: none;
    border-radius: 0;
    font-weight: 400;
}

.btn-default:hover, .btn-danger:hover, .btn-primary:hover
{
    background-image: none;
    background-color: #73292e;
    color: white;
    text-shadow: none;
    border-radius: 0;
    font-weight: 400;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(161,54,59,1);
    -moz-box-shadow: 0px 0px 10px 2px rgba(161,54,59,1);
    box-shadow: 0px 0px 10px 2px rgba(161,54,59,1);
    text-decoration: none;
}

.btn-danger
{
    background-image: none;
    background-color: #be0d0d;
    color: white;
    text-shadow: none;
    border-radius: 0;
    font-weight: 400;
}

.btn-control
{
    font-size: 0;
    min-height: 30px;
}

.btn-control img
{
    float: none;
    margin-left: auto;
    margin-right: auto;
}

form .even
{
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.75);
    margin-bottom: 30px;
    border-radius: 10px;
}

form .odd
{
    background-color: lightsteelblue;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.75);
    margin-bottom: 30px;
    border-radius: 10px;
}

.filter-group .btn
{
    width: 100%;
    display: block;
    margin-bottom: 6px;
    white-space: normal;
}

.filter-group .active:hover
{
    background-image: url(../../images/check2.png);
}

.filter-group .active {
    background-image: url(../../images/check.png);
    background-position: right 16px center;
    background-repeat: no-repeat;
    background-size: 13px;
}


.deactivited
{
    background: #d68487 !important;
}


.modal-header, .modal-footer
{
    border-color: #be0d0d;
}

.today
{
}

.licenceSelector
{
    margin: 5px;
    padding: 5px 0;
    border-radius: 10px;
    text-align: center;
    min-height: 700px;
}

.licenceSelector hr
{
    border-color: black;
}

.licenceSelector img
{
    width: 90%;
}

.licenceSelector p
{
    padding: 15px 5px 0 5px;
}

.licenseSelected
{
    border: 2px solid black;
    margin: 3px;
}

.licenceText
{
    padding: 15px 5px 0 5px;
    min-height: 200px;
}

#modalBack
{
    content: url(../../images/back2.png);
}

#modalCheck
{
    content: url(../../images/check2.png);
}

.table-responsive
{
    margin-top: 10px;
}

.CTbutton
{
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    color: darkslategrey;
    text-align: center;
    font-weight: bold;
    border: none;
}


.CTorange
{
    background: #ececec;
}

.CTblue
{
    background: #ececec;
}

.CTred
{
    background: #ececec;
}

.CTgreen
{
    background: #ececec;
}

.CTbutton:hover, .CTbutton:focus
{
    -webkit-box-shadow: 0px 0px 10px 1px #6a2528;
    -moz-box-shadow: 0px 0px 10px 1px #6a2528;
    box-shadow: 0px 0px 10px 1px #6a2528;
    outline: none;
}

.message
{
    font-size: 160%;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    font-weight: bold;
    background: #6b2528;
    margin: 15px;
    border-radius: 20px;
    color: white;
}



/*Stamp*/
#currentSaldo
{
    border-top: 2px solid #a1363b;
    padding-top: 15px;
}

.tabimg
{
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
}


.inputError
{
    border: 1px solid red;
}

.inputChanged
{
    background: oldlace;
}

.weekday:hover
{
    background: #ececec !important;
    color: black !important;
}


.text-primary
{
    color: #f0ad4e;
}

.projects
{
    font-weight: bold;
    border: 1px solid lightgrey;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 40px;
    white-space: normal;
    word-break: break-word;
}

.searcher
{
    margin: 0;
    color: inherit;
    border: 1px black solid;
    margin-left: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    background: #fefefe;
    border-radius: 5px;
    padding: 7px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.searcherLabel
{
    text-align: right;
    width: 100%;
}

.row[visible='false']
{
    display: none;
}

.opener
{
    height: 51px;
    width: 100%;
    text-align: center;
}

.datarow
{
    text-align: center;
    border-bottom: 2px solid #a1363b;
}

.collapse>div>.datarow:last-child
{
    margin-bottom: 50px;
    border-bottom: 5px solid;
}

.anzeige
{
    display: block;
    font-style: italic;
    font-size: 75%;
    float: left;
}

.anzeige-oben-50
{
    display: none;
}

.anzeige-320
{
    display: block;
    margin: 0 auto;
    width: 320px;
    text-align: right;
}

.anzeige-468
{
    display: none;
    text-align: right;
}

.anzeige-728
{
display: none;
}

.anzeige-oben-mittel, .anzeige-oben-klein
{
    font-size: 75%;
    font-style: italic;
    display: block;
}

.anzeige-oben-gross
{
    font-size: 75%;
    font-style: italic;
}

.messageText
{
    position: absolute;
    top: 50%;
    left: 55%;
    color: white;
    background: red;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    vertical-align: middle;
    display: block;
    line-height: 15px;
    font-size: 11px;
}

@media (min-width: 510px)
{
    .anzeige-320
    {
        display: none;
    }
    .anzeige-468
    {
        display: block;
        margin: 0 auto;
        width: 468px;
        text-align: right;
    }
}

@media (min-width: 600px)
{
    .anzeige
    {
        display: block;
        font-style: italic;
        font-size: 75%;
        /* FF3.5+ */
        -moz-transform: rotate(-90.0deg);
        /* Opera 10.5 */
        -o-transform: rotate(-90.0deg);
        /* Saf3.1+, Chrome */
        -webkit-transform: rotate(-90.0deg);
        /* IE6,IE7 */
        filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.083);
        /* IE8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
        /* Standard */
        transform: rotate(-90.0deg);
    }

    .anzeige-oben-50-text
    {
        transform-origin: 40px 4px;
    }
}

@media (min-width: 768px)
{
    .btn-control
    {
        font-size: 85%;
        white-space: normal;
        min-height: 60px;
    }

    .btn-control img
    {
        float: left;
    }

    .datarow
    {
        text-align: left;
        border-bottom: 0 transparent;
    }

    .anzeige-468
    {
        display: none;
    }

    .anzeige-728
    {
        display: block;
        margin: 0 auto;
        width: 728px;
        text-align: right;
    }
}

@media (min-width: 992px)
{
    .btn-control
    {
        font-size: 100%;
    }
}

@media (min-width: 1200px)
{
    .anzeige-728
    {
        display: none;
    }

    .anzeige-oben-50
    {
        display: inline-block;
    }
}
