/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11.02.2016, 17:24:22
    Author     : Matthias Herzog
*/
/* 

    Rot         #141414;
    Rot dark    #c10a11;
    Rot2        #81070b;
    Rot3        #560408;
    Rot4        #400306;
    Grau        #4c4c4c;

*/
html {
    overflow-x: hidden;
     
    
     -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently*/
    
}

/*@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src:  url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans light';
  src:  url('../fonts/OpenSans-Light.ttf') format('truetype');
}*/
input#tb_StartDate,
input#tb_EndDate,
input.calendar,
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer !important;
}

a {
    color: #141414;
    font-weight: bold;
}

a:hover {
    color: rgba(216, 40, 28, 0.9);
}

input#tb_StartDate,
input#tb_EndDate,
input.calendar {
    background: #fff url("../img/icon/calendar.png") right top no-repeat !important;
}

.chosen-container-single .chosen-single {
    background-image: none !important;
    border-radius: 3px !important;
    padding-left: 5px !important;
    border: 1px solid #ccc !important;
    box-shadow: none !important;
}

select {
    line-height: 24px !important;
    font-size: 13px !important;
    border-radius: 3px !important;
    padding: 5px !important;
}

/* select {
    margin: 0 !important;
    border-radius: 5px;
    margin-left: 0px !important;
    width: 100%;

        padding: 5px !important;
    margin: 0 !important;
    border-radius: 5px;
    margin-left: 0px !important;
    width: 100%;
}*/

label {
    line-height: 40px;
    font-weight: normal;
    margin-bottom: 0;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}


.btn {
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0 none;
}

.form-horizontal .control-label {
    padding: 7px 0 0 15px;
}

.chosen-container-multi .chosen-choices {
    line-height: 40px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    padding: 10px 20px 10px 5px !important;
}

.chosen-container-multi .chosen-choices li.search-choice span {
    font-size: 14px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nopaddingright {
    padding-right: 0 !important;
}

.nopaddingleft {
    padding-left: 0 !important;
}

.noborder {
    border: 0 none !important;
}

.ContentHeader {
    margin-top: 25px;
}

.HeaderLink {
    text-decoration: none;
    color: #141414;
    cursor: pointer;
}

.TeaserRow .Active .Tile {
    /*background-color : #858585;*/
    box-shadow: 0px 0px 20px #000;
    border: 1px solid #000;
}

.TeaserRow .Active .Tile:not(.Text) {
    border-right: none;
}

.TeaserRow .Active .Tile.Text {
    background-color: #a0151f;
    color: #e6e6e6;
    border-left: none;
}

.Chois .btn_Chois .Tile {
    opacity: 0.8;
}

.Chois .btn_Chois.Active .Tile {
    opacity: 1;
}

.Invisible,
.InvisibleTwo {
    display: none;
}

#WindowImage,
#WindowImage img {
    /* height: 100%;*/
}

.Tile.BinderWK2 {
    background: url(../img/Beschlag_1.png);
    background-repeat: no-repeat;
    background-position: center;
}

.TeaserRow.Text {
    margin-bottom: 10px;
}

.Impressum .MainTeaser {
    text-align: left;
}

.Confirme .TeaserRow {
    margin-bottom: 10px;
}

.checkbox input {
    margin-top: 9px;
}

.Privacy .MainTeaser {
    text-align: left;
    padding-bottom: 25px;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 0;
    background-color: #c71d2a;
    border-color: #c71d2a;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#tb_Ral {
    margin-left: -80px;
}

@media (max-width: 1200px) and (min-width: 601px) {
    .MainNavi li {
        display: none;
    }

    .MainNavi li.active + li,
    .MainNavi li.active + li + li,
    .MainNavi li.active {
        display: block;
    }
}

@media (max-width: 600px) {
    .MainNavi li {
        display: none;
    }
}

.Confirme .btn_Increase,
.Confirme .btn_Decrease {
    display: none;
}

.OpenFormList li {
    list-style-type: none;
}

.OpenFormList {
    height: 450px;
    overflow-y: scroll;
    width: 310px;
    margin-left: -36px;
}

.OpenFormList li.Active {
    background-color: #ccc;
}

.TableData {
    font-size: 13px;
}

.AdminContent {
    margin-bottom: 120px;
}

.AdminContent .Price {
    text-align: left;
}

.InfoIcon {
    font-size: 30px;
    margin-top: 20px;
    cursor: pointer;
}

.SystemContainer {
    padding-top: 25px;
}


.SystemContainer.Admin h1 {
    color: #333;
    margin-top: 30px;
}

.SystemContainer.Admin .BlockElement {
    background-color: #eee;
    padding-bottom: 15px;
}

.SystemContainer.Admin .BlockElement .Title {
    background-color: transparent;
}

.SystemContainer.Admin .BlockElement .Title h3,
.SystemContainer.Admin .BlockElement h2 {
    color: #333;
}

.l_AlternativAdress {
    display: none;
}

input.error,
.error {
    border: solid 2px #c71d2a;
}

.Tiller {
    min-height: 200px;
    width: 100%;
    border: 1px solid #e3e7ea;
    border-top: 0 none;
    margin-bottom: 15px;
}

.StartSearchContainer {
    margin-top: 80px;
}

.StartSearchContainer .Lable {
    background: #80051a;
    color: white;
    width: 50%;
    height: 35px;
    padding-top: 7px;
    font-size: 17px;
    text-align: center;
}

.StartSearchContainer .SearchContainer {
    background: #80051a;
    color: white;
    font-size: 17px;
    height: 120px;
    padding-top: 20px;
    padding-right: 10px;
}

.StartSearchContainer select {
    color: #4d4f5b;
}

.StartSearchContainer .row {
    margin-right: 0px;
    margin-left: 0px;
}


.PaddingRow {
    margin-top: 15px;
}

.l_Town {
    /*width: 57%;*/
    display: block;
    float: left;
}

.StartSearchContainer input,
.StartSearchContainer select {
    width: 100%;
    padding-left: 5px;
    color: black;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active {
    color: #fff;
    background-color: #141414;
    height: 52px;
    line-height: 40px;
    transition: 0.5s all;
    margin: 7px 0 7px 0;
}

.btn-primary:hover,
.btn-primary:active {
    background-color: #a61319;
    box-shadow: 0px 0px 18px 5px #ccc;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #7e0207;
    border-color: #7e0207;

}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle 
{
    color: #fff;
    background-color: #a61319;
    border-color: #a61319;
}


.btn-Disabled, .btn-Disabled:hover, .btn-Disabled:active
{
    color: #fff  !important;
    background-color: #000000 !important;
    border-color: #000000  !important;
    box-shadow: 0 0 0 0 #fff !important;
    cursor: auto !important;
}


.btn_StartSearchButton {
    padding-top: 4px;
    width: 100%;
}

.Tiller h4 {
    line-height: 24px;
    background: #141414;
    color: #fff !important;
    margin-top: 0;
    padding: 13px 20px;
}

.Tiller p {
    padding: 0 10px;
}

a .Tiller {
    color: #000;
    background-color: #edf3ed;
}

.TillerButton h2 {
    background: #141414;
    color: white;
    margin-top: 0;
    padding: 10px;
}

.TillerButton {
    min-height: 120px;
    width: 100%;
    border: 1px solid #e3e7ea;
    margin-bottom: 15px;
}

.TillerButton:hover {
    border: 1px solid #000;
}

.TillerButton p {
    padding: 5px;
}

slicknav_menu {
    display: none;
}

#menu li {
    float: left;
}

#menu {
    list-style-type: none;
}

.RoomPictures img {
    width: 100%;
    cursor: pointer;
}

textarea.rtb_Description {
    border: 1px solid #ccc;
    border-radius: 3px;
    line-height: 24px;
    font-size: 14px;
    color: #484442;
    font-family: 'Open Sans', sans-serif;
    padding: 5px 10px;
}

.rtb_Description {
    margin-top: 5px;
    margin-bottom: 15px;
}

.containerWidth {
    width: 100%;
    background: #fff;
    padding-left: 50px;
    padding-right: 50px;
}

form#f_LoginForm button#btn_Login,
form#f_LoginForm a#btn_Passwordreset {
    margin-top: 40px;
}

.containerWidth .content {
    background: #fff;
}

.SearchContainer h1,
.SearchContainer h2,
.SearchContainer h3,
.SearchContainer h4,
.SystemContainer h1,
.SystemContainer h2,
.SystemContainer h3,
.SystemContainer h4 {
    color: #333
}

.SearchContainer h2 {
    margin-bottom: 20px;
}

.SearchContainer .checkbox {
    float: left;
    width: 100%;
    margin: 0;
    position: static;
}

.SearchContainer .checkbox input[type="checkbox"] {
    float: left;
    width: 15%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: relative;
    top: 0;
    margin: 0 2.5%;
}

.SearchContainer .checkbox label {
    float: left;
    width: 80%;
    line-height: 20px;
    text-align: left;
    font-size: 14px;
    padding: 5px 0;
    margin: 0;
}

.SearchContainer .SearchContainerBox {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    padding-bottom: 3px;
}

.SearchContainer .SearchContainerBox h4 {
    line-height: 30px;
    font-size: 16px;
    background-color: #eee;
    padding: 2px 10px;
    margin: 0 0 3px;

}

.eye {
    width: 20%;
    float: left;
    text-align: center
}

.LableText {
    width: 80%;
    text-align: center;
}

.l_PassStrenght {
    border-radius: 3px;
    background: #141414;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100px;
    color: white;
    font-size: 14px;
    margin-top: 40px;
    padding-right: 0;
    padding-left: 0;
}

.l_PassStrenght.Medium {
    background: #ec971f;
}

.l_PassStrenght.Good {
    background: #009900;
    color: white;
}

.TileAdd {
    background-color: #ccc;
    color: #333;
    margin: 0;
    height: 380px;
    padding-top: 120px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.TileAdd p {
    width: 100%;
}

.TileAdd i {
    font-size: 60px;
    text-align: center;
    color: #333;
}

.TileAdd h3 {
    color: #333;
}

.RoomDetail {
    line-height: 22px;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.Buttons.Padding .col-sm-6 {
    width: 49%;
    margin-right: 2%;
    padding: 0;
}

.Buttons.Padding .col-sm-6:last-child {
    margin-right: 0;
}

.Buttons a {
    color: #333;
    font-size: 14px;
    padding-top: 0;
    display: block;
    font-weight: normal;
}

.row.AdminDetail {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    margin-top: 15px;
}

.row.AdminDetail h3 {
    color: #333;
}

a[href*=picture-place-holder] {
    display: none;
}

.ApartmentCubeImage {
    height: 300px;
    background-position: 50% 50%;
    background-size: cover;
}

.Small .ApartmentCubeImage {
    height: 150px;
    background-position: 50% 50%;
    background-size: cover;
}

.SmallCalander {
    width: 100%;
    background-color: #fff;
    padding: 10px;
}

.SmallCalander td,
.SmallCalander th {
    border-width: 0 !important;
}

.SmallCalander td.fc-day-top {
    background-color: #8eef8e !important;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: none !important;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
    line-height: 30px;
    text-align: center;
}

.fc-row .fc-content-skeleton,
.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
    padding: 0 !important;
}

.ContentLayer {
    /*min-height: 1000px;*/
    min-height: 100vh;
}

.btn-red:hover {
    color: #fff;
    background-color: rgba(216, 40, 28, 0.9) !important;
}

/* HEADER */
header {
    float: left;
    width: 100%;
    height: 120px;
    border-bottom: #141414 solid 20px;
    margin-bottom: 13px;
}

header.small {
    height: 100px;
    overflow: hidden;
    border-bottom: 5px solid #141414;
    background-position: 0px -340px;
}

header .menu ul li a {
    text-decoration: none;
    cursor: pointer;
}

header .menu ul li,
header .menu ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

header .menu i {
    margin-right: 10px;
}

header .menu a.btn {
    line-height: 40px;
    padding: 0 20px;
}

header form {
    width: 100%;
    height: 80px;
    top: 160px;
    background-color: rgba(255, 255, 255, 0.5);
    padding-top: 20px;
    border-radius: 4px;
    margin-top: 5%;
}

header form .form-control {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border: 0 none;
    padding: 0 12px;
}

header form input,
header form select {
    cursor: pointer;
}

header form input {
    background: #fff url("../img/icon_calendar.gif") right top no-repeat !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 40px !important;
}

header form input[type="text"] {
    cursor: default;
    background-image: none !important;
    padding-right: 12px !important;
}

header form button.btn-red:hover {
    border: 0 none !important;
}

fieldset {
    min-width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}

form#f_EditSellerform label.radio-inline {
    padding-top: 3px;
    padding-left: 0;
}

.RoomPictures .SideImages img {
    margin-bottom: 10px;
    vertical-align: central;
    /* max-height: 110px; */
}

.calendar .month-container {
    margin-top: 30px;
    margin-bottom: 10;
}

.RoomPictures .Image {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.RoomPictures .Image:after {
    content: "";
    display: block;
    width: 100%;
    margin-bottom: 66%;
}

.RoomPictures .Image a.Link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
}

.RoomPictures .Image:first-child {
    /* margin-left: -15px;*/
    margin-bottom: 15px;
}

.calendar {
    overflow: visible !important;
    margin-bottom: 20px;
}

.input-datepicker {
    width: 49%;
    float: left;
}

#tb_EndDateInput,
#tb_StartDateInput {
    width: 100%;
    padding: 0;
    padding-left: 10px !important;
    cursor: pointer;
    border-radius: 3px;
}

#tb_EndDateInput {
    /* text-align: right;*/
}

.form-control,
.form-group-lg .form-control,
.jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-default {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 24px;
    padding: 8px 10px;
    font-size: 14px;
    color: #ffffff;
    background-color: #fff;*/
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 5px;
    background: #121212cf;
}

.btn-success {
    color: #fff;
    background-color: #141414;
    border-color: #141414;
}

.btn-success:hover {
    color: #fff;
    background-color: #a61319;
    border-color: #a61319;
}

.btn-warning {
    color: #fff;
    background-color: #560408;
    border-color: #560408;
}

.btn-warning:hover {
    color: #fff;
    background-color: #400306;
    border-color: #400306;
}

.jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-default {
    float: left;
    width: auto;
    font-weight: normal;
}

.jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-default:hover {
    background-color: #eee !important;
}

.ApartmentCubeContainer .Adress {
    font-size: 16px;
    line-height: 24px;
    color: rgb(51, 51, 51);
    padding-top: 12px;
    font-weight: 400;
    min-height: 48px;
}

.ApartmentCubeContainer .Rooms {
    font-size: 16px;
    line-height: 24px;
    color: rgb(51, 51, 51);
    padding-top: 2px;
    font-weight: 400;
}

.footer h3 {
    margin-bottom: 15px;
}

.footer hr {
    float: left;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer ul {
    list-style-type: none;
    padding: 0;
}

.footer ul li {
    float: left;
    line-height: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    margin-right: 10px;
}

.footer ul li:last-child {
    border-right: 0 none;
    margin-right: 0;
}

.footer ul li a {
    margin-right: 10px;
}

.footer ul li:last-child a {
    margin-right: 0;
}

.footer .text-right {
    line-height: 12px;
    position: relative;
    top: 0;
}

.Headertext h1 {
    font-size: 35px;
    margin-bottom: 20px;
}

.Headertext {
    color: #fff;
    text-align: center;
    font-size: 30px;
    margin-top: 6%;
    font-family: 'Open Sans light';
    text-shadow: 0px 1px 1px #777;
}

.Headertext strong {
    font-weight: 600;
}

h1 {
    font-size: 35px;
    margin-bottom: 20px;
    margin-top: 20px;
    float: left;
    width: 100%;
}

.btn-danger {
    color: #fff;
    background-color: #9f1b28;
    border-color: #9f1b28;
}

.btn-danger:hover {
    background: #c10a11;
}

.Box {
    border: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
}

.FloatRight {
    float: right !important;
}

.PriceLabel {
    font-size: 30px;
    color: rgba(216, 40, 28, 1);
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 5px;
    text-align: center;
}

.form-inline .form-group {
    float: left;
    width: 100%;
}

.inputGuests {
    width: 49%;
    float: left;
}

.inputGuests select {
    width: 100% !important;
}

.inputGuests label {
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0px;
}

.AdressString {
    margin-top: 10px;
}

.btn_Order {
    width: 100%;
    text-align: center;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background-color: #5cb85c !important;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    border: 0 none;
}

.btn_Order:hover {
    color: #fff;
    background-color: #449d44 !important;
    border: 0 none !important;
}

.btn_Order i {
    font-size: 20px;
    margin-right: 10px;
}

.UserLable i {
    /*margin-right: 10px;*/
    width: 10px;
}

.UserLabelValue {
    padding-left: 25px;
    display: block;
    margin-top: -25px;
}

.UserLabelValue a {
    font-weight: 300;
    color: #333;
}

.UserLabelValueLong {
    padding-left: 25px;
}

.UserLable p {
    padding: 0px;
    margin-bottom: 7px;
}

.RoomPictures {
    margin-top: 15px;
}

.RoomPictures .col-xs-4 {
    margin-bottom: 10px;
}

.SideImages .col-xs-6 {
    padding-right: 0px;
    padding-left: 5px;
    margin-bottom: -10px;
}

.SideImages,
.SideImages .row {
    margin: 0;
    padding: 0;
}

.RoomPictures .LargeImage {
    padding-left: 0;
    padding-right: 30px;
}

.btn-Grey {
    line-height: 40px;
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #ccc;
    border-radius: 3px;
    transition: all 0.4s;
    text-align: center;
    padding: 0 20px;
}

.containerWidth .btn-Grey {
    background-color: #eee;
}

.menu .btn-Grey {
    border: 2px solid #fff;
    border-radius: 5px;
}

.btn-Grey:hover {
    background-color: #e3e3e3;
    color: #333;
    text-shadow: none;
}

.menu .btn-Grey:hover {
    background-color: #fff;
}

.btn-Grey i {
    margin-right: 10px;
}

.row.Description,
.row.Prices,
.row.Bed,
.row.Map,
.row.calendar,
.row.Equipment {
    margin-left: 0;
}

.Prices .input-group {
    width: 100%;
    margin-bottom: 5px;
}

.row.Description {
    margin-right: 15px;
}

.row.Equipment,
.row.Description,
.row.Bed {
    margin-right: 0px;
}

#Map {
    margin-right: 15px;
}

.row.calendar {
    margin-right: 0px;
}

.calendar {
    padding: 0 !important;
}

#Calendar {
    margin-bottom: 70px;
}

.calendar .month-container {
    background: transparent !important;
}

.calendar .month-container table.month {
    border: 1px solid #eee !important;
}

.calendar .month-container table.month tbody td {
    color: #333;
    background-color: #8eef8e;
}

h2.Description {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 25px;
    margin-bottom: 18px;
    color: #333;
}

.EquipmentTable tr > td:first-child {
    font-weight: bold;
}

.BedTable tr:first-child td {
    font-weight: bold;
}

h3.Description {
    margin-top: 25px;
    margin-bottom: 18px;
}

.CompletePriceWrapper {
    display: none;
    margin-bottom: 15px;
    float: left;
    text-align: center;
    width: 100%;
    margin-top: -15px;
}

.row.header.List {
    background: transparent;
    color: #333;
    height: 72px;
    padding-top: 0px;
    font-size: 17px;
    padding-left: 10px;
    margin-top: 10px;
    margin-left: -10px;
    margin-right: -10px !important;
    margin-bottom: -20px;
}

.row.header.List h1 {
    color: #333;
}

.List .BlockElement {
    min-height: 200px;
}

.List .ImageContainer {
    height: 300px;
}

.List .ImageContainer img {
    height: 300px;
    width: auto;
}

.ContentHeaderText h1 {
    font-size: 40px;
    margin-bottom: 20px;
    text-shadow: 1px 1px black;
}

.ContentHeaderText {
    color: #fff;
    text-align: center;
    font-size: 30px;
    margin-top: 6%;
    font-family: 'Open Sans light';
    line-height: 30px;
}

.ContentHeaderText strong {
    font-weight: 600;
}

.ContentContainer {
    padding-top: 50px;
}

.ContentContainer img {
    width: 100%;
    height: auto;
}

.ContentContainer .img_title {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 30px;
    color: #777;
}

.ContentContainer h2 {
    margin-top: 40px;
}

.ContentContainer h3 {
    margin-top: 25px;
}

.ContentContainer h2,
.ContentContainer h3,
.header h3 {
    float: left;
    width: 100%;
    color: #333;
}

.ContentSaechsischeSchweiz header,
.ContentHohnstein header,
.ContentZittauerGebirgeOybin header,
.ContentSaechsischeSchweizKoenigstein header,
.ContentZittauerGebirge header {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.ContentSaechsischeSchweiz header {
    background: url(../img/saechsische-schweiz-herbst-bastei.jpg) left top no-repeat;
}

.ContentHohnstein header {
    background: url(../img/saechsische-schweiz-herbst-bastei.jpg) left top no-repeat;
}

.ContentZittauerGebirgeOybin header {
    background: url(../img/zittauer-gebirge-oybin-kelch.jpg) left top no-repeat;
}

.ContentSaechsischeSchweizKoenigstein header {
    background: url(../img/saechsische-schweiz-koenigstein.jpg) left top no-repeat;
}

.ContentZittauerGebirge header {
    background: url(../img/zittauer-gebirge-blick.jpg) left top no-repeat;
}

.datepicker table tr td.active.active {
    background-color: #141414 !important;
}

.MapSearch {
    width: 100%;
    display: block;
    height: 70vh;
    float: left;
    margin-top: -20px;
    margin-left: 0;
    margin-right: 0;
}

.InfoWindowContent {
    width: 330px;
    margin-left: 15px;
}


.InfoWindowContent {
    min-height: 450px;
    font-weight: bold;
    font-size: 20px;
}

.AdminContent .ElementContainer .Element {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px;
    padding: 10px;
}

.SearchSnipet {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.day.StartRange {
    background: linear-gradient(-55deg, #fcc, #fcc 49%, #8eef8e 51%, #8eef8e);
    /* background: linear-gradient(-55deg, #ffb6c2, #ffb6c2 49%, #8eef8e 51%, #8eef8e); */
}

.day.EndRange {
    background: linear-gradient(125deg, #fcc, #fcc 49%, #8eef8e 51%, #8eef8e) !important;
    /* background: linear-gradient(125deg, #ffb6c2, #ffb6c2 49%, #8eef8e 51%, #8eef8e) !important; */
}

.calendar table.month td.day .day-content:hover {
    background: transparent !important;
    cursor: default !important;
}

ul.li-check {
    float: left;
    width: 100%;
}

ul.li-check li {
    list-style-type: none;
    line-height: 24px;
    text-indent: -37px;
    text-align: left;
    padding: 3px 0 3px 10px;
}

ul.li-check li:last-child {
    margin-bottom: 10px;
}

ul.li-check li:before {
    font-family: 'FontAwesome';
    font-size: 26px;
    content: "\f00c";
    color: #5cb85c;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.contact_link {
    position: fixed;
    right: -87px;
    top: calc(50vh - 40px);
    width: auto;
    transform: rotate(270deg);
    background-color: #141414;
    padding: 5px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.contact_link:hover {
    background-color: rgba(216, 40, 28, 0.9);
}

.contact_link a {
    color: #fff;
    display: inline-block;
}

.contact_link a span {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}

.contact_link a i {
    line-height: 30px;
    font-size: 22px;
    margin-right: 10px;
}

.scrollup {
    width: 48px;
    height: 35px;
    position: fixed;
    bottom: 0;
    right: 50px;
    text-align: center;
    display: none;
    color: #fff;
    background-color: rgba(55, 60, 66, 0.7);
    z-index: 9999999999;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 0 none;
}

.scrollup i {
    line-height: 35px;
    font-size: 36px;
    color: #fff;
}

.scrollup:hover {
    background-color: rgba(216, 40, 28, 0.7);
}

.tpl {
    display: none;
}

.l_SearchResultContainer {
    display: block;
    border: 1px solid #ccc;
    height: 50vh;
    border-radius: 3px;
    background-color: #fff;
    overflow-y: scroll;
    padding: 5px;
    width: 98%;
    margin-left: 1%;
    background: #121212cf;
    color: #fff;
}

.SearchResultEntry,
.SearchResultEntryHeader {
    display: block;
    clear: both;
    width: 100%;
    min-height: 40px;
    border-bottom: 1px solid #ccc;
    margin: 0;
    /*margin-bottom: 5px;*/
    overflow: hidden;
    transition: all 0.5s;
}

.SearchResultEntry:hover {
    background: #eae9e9;
    color:#000;
}

.SearchResultEntryButton {
    margin: 5px 13px 5px 0px;
}

.SearchResultEntryValue {
    float: left;
    margin-right: 5px;
    line-height: 20px;
    padding: 10px 5px 5px 5px;
}

.SearchResultEntryButtonDiv {
    float: left;
    width: 30%;
    padding: 0;
    margin: 0px;
    margin-right: 5px;
}

.SearchResultEntryButton {
    line-height: 20px;
    padding: 5px 10px 5px 10px;
}


.SearchResultEntry.row.State1[data-type=Device]
{
    background: #000;
    color: #232323;
}


.SearchResultEntry.row.State1[data-type=Device] .fa-times-circle
{
    display:none;
}

.SearchResultEntry.row.State0[data-type=Device] .fa-check-circle
{
    display:none;
}



.SubNavi {
    width: 100%;
    /*margin-bottom: 15px;*/
}

input[type=submit] {
    padding: 7px 0 7px 0;
}

.nomargin {
    margin: 0;
}

.nopadding {
    padding: 0;
}

.searchbar {
    margin: 7px 0 7px 0;
}

.showTitleBox {
    background: #eee;
    padding: 20px 0 20px 0;
}

.showTitleImage {
    margin-bottom: 20px;
    box-shadow: 0px 3px 11px rgba(68, 68, 68, 0.4)
}

.showTitleText {
    color: #444;
}

.showTitleLineTop {
    margin-top: 10px;
    border-top: 1px solid #bbb !important;
}

.showTitleLineBottom {
    margin-bottom: 20px;
    border-top: 1px solid #bbb !important;
}

.chosen-single {
    height: 35px !important;
}

.chosen-single span {
    font-weight: normal;
    height: 35px;
    padding: 5px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -16px 7px !important;
}

.chosen-container-single .chosen-single div b {
    background: url(chosen-sprite.png) no-repeat 2px 8px !important;
}

.btn-dataview {
    padding: 0px !important;
    height: 35px !important;
}

.modal-footer {
    border-top: 1px solid;
    margin-top: 10px;
}

/* eigenes DropDown*/
.dropbtn {
    background-color: #141414;
    color: white;
    font-size: 20px;
    border: none;
    cursor: pointer;
    width: 104%;
    height: 40px !important;
    margin-top: 39px;
}

.dropbtn:hover,
.dropbtn:focus {
    background-color: #141414;
    margin-top: 39px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    font-weight: normal;
    display: block;
}

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

.SearchResultEntryValue input[type=checkbox] {
    width: 20px;
    padding: 5px;
}

.bold {
    font-weight: bold;
}

h2 {
    margin-top: 20px;
    font-size: 25px;
}

h3 {
    font-size: 20px;
}

.btn-dataview {
    max-width: 100%;
}

p {
    margin-top: 10px;
}

textarea.form-control {
    height: 200px;
}

.list-checkbox {
    margin-left: 30%;
}

.Planing .Students,
.Planing .Rooms {
    height: 75vh;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 3px #ccc;
    padding: 15px;
    padding-left: 0px;
    margin-right: 5px;
    overflow-y: scroll;
}

.PlaningRow {
    height: 230px;
}

.PlaningRow > div {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 3px #ccc;
    padding: 5px;
    /*transition: all .5s;*/
    /*background: #008411;*/
    color: #000; 
}


.PlanningRowSpan.some  {

    background: #85d890;
    color: #fff; 
}

.PlanningRowSpan.many  
{

    background: #f1f380;
    color: #4f4e4e;
}

.PlanningRowSpan.full  {

    background: #df1b1b;
    color: #fff; 
}

.PlanningRowSpan.EmptyButPlaned  
{
    background: #dadada;
    color: #fff; 
}


.PlaningRow > div.Complete {
    background: #94f006;
}

.PlaningRow > div.Complete.active {
    background: #548b00;
}

.PlaningRow > div.Clone {
    transition: all 0s
}

.PlaningRow > div:hover {
    /*background: #fafafa;*/
}

.PlaningRow > div.active {
    background: #ccc;
}

.PlaningTable {
    /*height:100%;*/
}

.PlaningContainer {
    overflow: scroll;
    height: 100vh;
    max-width: 101vw;
}

.PlanningRowSpan {
    width: 150px;
    height: 230px;
    display: block;
    float: left;
}

.PlaningContainer .PlanningRowSpan.Sticky {
    position: absolute;
    background: #e8e8e8 !important;
    color: #242424;
}

.PlanningRowSpanMetaContainer .Info
{
    cursor: pointer;
}


select option.disabled {
    background: #777;
    color: #fff;
    cursor: not-allowed;
}

.move-button-label {
    text-align: center;
    color: #141414;
    font-weight: bold;
}

.SearchResultAlignDiv {
    padding-top: 10px;
}

.PlanningStudentRow {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}

.PlanningStudentRow .Company {
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.PlanningStudentRow .Id {
    width: 25px;
}

.PlanningStudentRow .Name {
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.PlanningStudentRow .btn-Add, .btn-StudentSwitch, .PlanningStudentRow .btn-Remove {
    width: 100%;
    padding: 10px;
    color: white !important;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
}

.padding-20 {
    padding: 20px;
}

.CompanyDataRow .CompanyDataName 
{
    float: left;
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.PlanningRowSpan .CompanyUser 
{
    height: 50%;
    overflow-y: scroll;
    display:none;
}

.PlanningRowSpan .StatsCounter 
{
    height: 25px;
    width: 125px;
}

.PlanningRowSpan .StatsCounter span 
{
    height: 100%;
    display: block;
    float: left;
    width: 25%;
}


.CompanyDataRow .CompanyDataStudentCount 
{
    width: 20%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-x-scroll {
    overflow-x: scroll;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.overflow-y-scroll {
    overflow-y: scroll;
}


.bg-mea {
    background-color: #141414;
}

.bg-mea-dark {
    background-color: #bf0a11;
}

.bg-mea-light {
    background-color: #f00d16;
}

/* CSS MEA-NAVI */
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .9);
    border: 0;
}

.mea-navi {
    background-color: #080808;
    padding: 0;
}

/* .mea-navi li {} */

.mea-navi a {
    line-height: 30px;
    font-size: 17px;
    font-weight: normal;
    padding-left: 20px !important;
    padding-right: 20px !important;
    color: rgba(255, 255, 255, 1) !important;
}

.mea-navi li a:hover {
    background-color: #b20e04 !important;
}

.mea-navi a.active {
    background: #b20e04;
    font-weight: bold;
    color: rgba(255, 255, 255, 1) !important;
}

.mea-navi.level-2 {
    background-color: #14141496;
}

.mea-navi.level-2 a.active {
    background: #b20e14;
}

/* ENDE CSS MEA-NAVI */
.cursor-pointer {
    cursor: pointer;
}

.nowrap {
    white-space: nowrap;
}

.breadcrumb {
    background-color: #0000002b;
    border: 2px solid #777;
    color: #fff;
}

.breadcrumb a:hover {
    /* color: #4c4c4c;*/
    text-decoration: underline;
}


.breadcrumb a {
    color: #fff;
    text-decoration: underline;
}

.breadcrumb-item {
    font-weight: bold;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "";
}

.line-height-20px {
    line-height: 20px;
}



.Striped:nth-child(even)
{
    background-color: #eee;
}

.hover:hover {
    background-color: #ddd;
}


.border-2 {
    border: 2px solid;
}

.font-weight-normal {
    font-weight: normal !important;
}

.modal-dialog {
    box-shadow: 0px 0px 20px 6px #808080;
}


.bootbox.modal.ExtraLageModal .modal-dialog {
    width: 100%;
    max-width: 98%;
}

.bootbox.modal
{
    padding-right: 0px;
}


.btn-success:disabled,
.btn-success.disabled {
    background-color: #888 !important;
}

.SaturaDay {
    background-color: #ff0000;
    color: #fff;
}

.Sunday {
    background-color: #ff0000;
    color: #fff;
}

.Holiday {
    background-color: #c71919;
    color: #fff;
}


.BlockView .Day {
    border: 1px solid #ccc;
    /* pborderadding: 0px; */
    margin: 0;
    cursor: pointer;
    padding-left: 7px;
    transition: all 0.3s;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 11px;
    height: 24px;
}

.BlockView .Day .Counter {
    width: 25px;
    display: block;
    float: left;
}

.BlockView .Header {
    font-weight: bold;
}


.BlockView .Day.a {
    background-color: #007bff;
}


.BlockView .Day.b {
    background-color: #5cb85c;
}

.BlockView .Day.c {
    background-color: #ec971f;
}


.BlockView .Day.d {
    background-color: #7f007f;
    color: #fff;
}


.btn_BlockChois {
    transition: all 0.6s;
}


.btn_BlockChois.active {
    box-shadow: 0px 0px 15px 4px #949494;
}


.btn_BlockChois.a {
    background-color: #007bff;
}

.btn_BlockChois.a.active {
    background-image: linear-gradient(to right, #0062cc 25%, #a61319 85%) !important;
}

.btn_BlockChois.b {
    background-color: #5cb85c;
}

.btn_BlockChois.b.active {
    background-image: linear-gradient(to right, #5cb85c 25%, #a61319 85%) !important;
}


.btn_BlockChois.c {
    background-color: #ec971f;
}

.btn_BlockChois.c.active {
    background-image: linear-gradient(to right, #ec971f 25%, #a61319 85%) !important;
}

.btn_BlockChois.d {
    background-color: #7f007f;
}

.btn_BlockChois.d.active {
    background-image: linear-gradient(to right, #7f007f 25%, #a61319 85%) !important;
    color: #fff;
}


.BlockView option.Set {
    background-color: #5cb85c;
}


.SpecialPriceView input.Set {
    border: 1px solid #5cb85c;
    background: #00b300;
    color: #fff;
    font-weight: bold;
}

.SearchResultEntryButtonGroup {
    padding-top: 12px;
    padding-bottom: 0px;    
    
}

.BookingWislistRow 
{
    font-size: 13px;
}


.Open.BookingWislistRow > div
{
    mix-blend-mode: multiply;
}


.PlaningContainer select {
    width: 100%;
}


.btn-disabled {
    cursor: default !important;
}

.btn-disabled:hover,
.btn-disabled:active {
    background-color: #aaa !important;
    cursor: default !important;
    box-shadow: none !important;
}


.btn_CreatePass {
    color: #fff !important;
    font-weight: bold;
    width: 100%;
    height: 40px;
    padding-top: 1px;
}


.close:not(:disabled):not(.disabled) {
    position: absolute;
    right: 12px;
    top: 7px;
}

.modal-title {
    margin-top: -10px;
    float: left;
    text-align: left;
    width: 100%;
    margin-bottom: 0px;
}

.user-flow-label {
    font-weight: bold;
    color: red;
}

.PlanningStudentRow .StudentDataContainer {
    width: 80%;
}

.PlanningStudentRow .StudentDataContainer > div {
    width: 100%;
}

.bootbox .search-field {
    width: 100%;
}


.BlockViewContainer .modal-dialog {
    margin-top: 2px;
    padding-top: 0px;
}

.BlockViewContainer .modal-body {

    top: 0;
    margin-top: 0px;
    padding-top: 3px;

}

.bg-light-gray {
    background-color: #eee;
}

.LecturerLoad .Load {
    width: calc(20% - 1px);
    float: left;
    border-right: 1px solid #ccc;
    height: 21px;
    display: block;
    text-align: center;
    cursor: pointer;
}

.active .LecturerLoad .Load {
    border-right: 1px solid #fff;
}

.LecturerLoad .Load.Holiday {
    background: #f08a0b;
    color: black;
    font-weight: bold;
}


.LecturerLoad .Load:last-child {
    border-right: 0;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.PlaningContainer .LecturerName {
    font-weight: bold;
}

.PlaningContainer .ModuleString {
    font-size: 12px;
}

.PlanningRowSpan.Lecturer {
    overflow: hidden;
}

.btn_LecturerInfo,
.btn_EditLecturerWeek {
    cursor: pointer;
}

.bootbox .ModalStudentContainer {
    border: 1px solid #000;
    height: 48vh;
    border-radius: 5px;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: scroll;
}

.nowrap {
    white-space: nowrap;
}

.calendar-col-month-head {
    width: 10%;
    border: 1px solid #ccc;
    font-weight: bold;
    text-align: center;
}

.calendar-col-month {
    width: 10%;
    border: 1px solid #ccc;
    text-align: center;
}

.calendar-col-day-head {
    width: 2.8%;
    border: 1px solid #ccc;
    text-align: center;
}

.calendar-col-day {
    width: 2.8%;
    border: 1px solid #ccc;
    text-align: center;
}

.calendar-col-day:hover {
    background-color: #eee;
}

/*
.PlaningRow > div.full {
    background: #438423;
    color: white;
}*/

.text-header {
    font-weight: bold;
    font-size: 20px;
    text-decoration: underline;
}

@media (min-width: 1200px) {
    .container {
        max-width: 95%;
    }

    .LoginContainer {
        max-width: 1140px;
    }

}


.MeaLogo {
    width: 300px;
}

.CompanyRow
{
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.SpecialPriceLable {
    background-color: #00b300;
}

#moduleSelection .modulePrice {
    margin-top: 10px;
}

.divChoseStudentsForModuleBooking .search-field, .divChoseStudentsForModuleBooking .search-choice {
    width: 100%;
}

.divChoseStudentsForModuleBooking option.hideWhileLoading {
    display: none;
}



.PlaningMetaStatLable
{
    width: 20%;
    float:left;
}

.PlaningHeaderRow
{
    width: 100%;
    float: left;
    height: 20px;
}


a.btn-primary
{
    color:white !important;
}



#ToggleEditBtn.DisableEdit
{
    display:none;
}

.btn_DeleteBooking
{
    height: 38px;
    padding: 2px;
    padding-top: 0px;
    margin: 0;
    font-size: 11px !important;
    padding-left: 5px;
}


.PlanningInnerGroupContainer
{
    overflow-y: scroll;
    overflow-x: hidden;
    height: 170px;
    width: 100%;
}

.modal textarea.form-control 
{
    height: 100px;
}


.TrippleButton button
{
    width: 32% !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.LectionContentElements
{
    overflow-y: scroll;
    width: 100%;
    height: 135px;
}

.LectionContentEntry
{
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}


.btn{
        box-shadow: 1px 2px 4px #444;
}

.row.hover:hover
{
    background:#ccc;
}

tr.ActiveWeek 
{
    background: #ccc;
}

.btn_CutLecturer
{
    padding: 0;
    margin: 0;
    height: 36px;
    width: 100%;
}

#StudentInfoContainer, .StudentInfoContainer
{
    display:none;
    position:fixed;
    top:0;
    box-shadow: 0px 0px 10px #000;
    background: #fff;    
    border-radius: 5px;
    min-width: 50%;
    transition: all .3s;
    opacity: 0;
    padding: 10px;
    padding-top: 0;
    padding-left: 30px;
    z-index: 5000;
    right: 0%;
}

#StudentInfoContainer.Show, .StudentInfoContainer.Show
{
    display:block !important;
    opacity: 1 !important;
}


.StudentRow
{
    border-bottom: 1px solid black;
    margin-bottom: 5px;
    margin-top: 5px;

}

.CompanyDataContainer
{
    margin-top: 7px;
    font-weight: bold;
    padding: 0;
    margin-right: -1px;
}

.form-control.datepicker
{
    margin-top: 22px;
    text-align: center;
}


.btnAttendance.Checked
{
    background-color: #0d9222;
}


.btnAttendance.disabled
{
    background-color:grey !important;
}



.break-text {
  word-wrap: break-word;
}

.BookingWislistRowGrouped
{
    mix-blend-mode: multiply;
}

.BookingWislistRowGrouped > div
{
    padding: 5px;
    mix-blend-mode: multiply;
}


.BookingWislistRowGrouped:hover 
{
   /* border: solid 1px #000;*/
    box-shadow: inset 0px 0px 4px 1px #000;
}

.Course option.Mod247
{
    background-color: #f07ff0;
}


.PlanningStudentRow.IllDays
{
    background-color:#b5d8f6;
}

.LecturerSortableRow
{
    margin: 5px;
    border: 1px solid rgb(204, 204, 204);
    box-shadow: rgb(204, 204, 204) 2px 2px 5px 0px;
    padding: 3px;
    font-size: 20px;
}

.ui-state-highlight 
{ 
    height: 1.5em; line-height: 1.2em; 
}


.btn-small
{
    height: 35px !important;
    padding: 0px;
}


.Hands
{
    cursor: pointer;
}


a.Markable:visited{
    color: green;
}


.HeaderRow
{
    height: 50px;
    width: 100%;
    margin-bottom: 50px;
}


.btn_InfoButton
{
    width: 200px;
}

.studentrow
{
padding: 5px;
    border: 1px solid #ccc;
    height: 36px;
    font-size: 15px;
    margin-bottom: 2px;
    
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.LecturerContainer .Sortable
{
    min-height: 50%;
    border: 1px solid #ccc;
}


.ResultSet.PlanningTable
{
    overflow: scroll;
}

.ResultSet.PlanningTable td, .ResultSet.PlanningTable th
{
    padding: 2px;
    max-width: 80px;
    font-size: 14px;
    text-align: center;
    
}

.ResultSet.PlanningTable .Rotate
{
    transform: rotate( -75deg );
    transform-origin: 20px;
    z-index: 1000;
    background: #dee2e6;
    position: relative;
    padding: 5px;
    width: 187px;
}

.ResultSet.PlanningTable table
{
    margin-top: 150px;
}



.modal.CompanyView .CompanyViewHidden
{
    display: none;
}

.row .TableRow 
{
    padding: 5px;
}

.row .TableRow:nth-child(even) 
{
    background: #eee;
}

.row .TableRow:hover
{
    background: #ccc;
}

tr.BottomBorder
{
    border-top: 3px solid black;
}


.SignaturField.disabled
{
    background-color:#ccc !important;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    
}




.BorderBottomBold
{
    border-top: 2px black solid;
}

    .border-top-5
    {
        border-top: 5px solid black;
    }



    .BillStudentRow.Checked{
        BACKGROUND: #b2aeae !important;
    }


    .hidden
    {
        display:none;
    }


    .StudentManagementPlanningTable tr.Deaktivated
    {
        background:#000000;
        color: #aaa;
    }

    .StudentManagementPlanningTable tr.Deaktivated:hover
    {
        background:#111111;
        color: #aaa;
    }

    .LecturerStudentSwitch .studentrow.Deaktivated
    {
        background:#111111;
        color: #aaa;
    }

.Sortable .studentrow.ui-sortable-handle 
{
    cursor: pointer;
}
    


    .StudentViewSchoolBlockLable
    {
        padding-top: 5px;
    }
    
.SearchResultEntryValue.GeneratedIcon
{
    width: 30px;
}
    

.Login.Container {
    background: url(../img/login.jpg);
    padding: 10%;
    min-height: 100vh;
    margin-bottom: -151px;
    color: #f3f3f3;
    background-position: center;
    background-size: cover;
}

.container.width {
    max-width: 100%;
    padding: 0;
}

.BackgroundLayer
{
    background-position: center !important;
    /*background: url(../img/Background.jpg);*/
    min-height: 100vh;
    background-size: cover;
    padding: 0;
    margin: 0;
    width: 100%;
    background-attachment: fixed;
}


#tpl
{
    display:none;
}



.SearchResultEntry .fa, .fas 
{
    font-size: 20px;
    padding: 3px;
}


.btn 
{
    background: #1d1717ba !important;
    color: #fff;
    border: 1px solid #fff;
}

.btn:hover {
    background-color: #b20e04 !important;
}


.form-horizontal .control-label 
{
    color: #fff;
    font-size: 20px;
    padding-top: 4px;
}

.chosen-container 
{
    color: #fff;
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    height: 40px;
    background: #121212cf;
}

.l_SearchResultContainerHeader
{
    font-size: 20px;
    text-align: left;
    color: #fff;
    font-weight: bold;
}


.chosen-container-single .chosen-single 
{
    height: 40px !important;
    display: block;
}
input[type=range] 
{
  width: 100%;
  margin: 6.4px 0;
  background-color: transparent;
  -webkit-appearance: none;
}

input[type=range]:focus 
{
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track 
{
  background: rgba(16, 16, 16, 0.7);
  border: 0.2px solid #010101;
  border-radius: 1.3px;
  width: 100%;
  height: 10.2px;
  cursor: pointer;
}

input[type=range]::-webkit-slider-thumb 
{
  margin-top: -6.6px;
  width: 50px;
  height: 23px;
  background: rgba(255, 0, 0, 0.9);
  border: 1px solid #000000;
  border-radius: 5px;
  cursor: pointer;
  -webkit-appearance: none;
}
input[type=range]:focus::-webkit-slider-runnable-track 
{
  background: #222222;
}
input[type=range]::-moz-range-track 
{
  background: rgba(16, 16, 16, 0.7);
  border: 0.2px solid #010101;
  border-radius: 1.3px;
  width: 100%;
  height: 10.2px;
  cursor: pointer;
}
input[type=range]::-moz-range-thumb 
{
  width: 50px;
  height: 23px;
  background: rgba(255, 0, 0, 0.9);
  border: 1px solid #000000;
  border-radius: 5px;
  cursor: pointer;
}
input[type=range]::-ms-track 
{
  background: transparent;
  border-color: transparent;
  border-width: 7.1px 0;
  color: transparent;
  width: 100%;
  height: 10.2px;
  cursor: pointer;
}
input[type=range]::-ms-fill-lower 
{
  background: #000000;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
}
input[type=range]::-ms-fill-upper 
{
  background: rgba(16, 16, 16, 0.7);
  border: 0.2px solid #010101;
  border-radius: 2.6px;
}
input[type=range]::-ms-thumb 
{
  width: 50px;
  height: 23px;
  background: rgba(255, 0, 0, 0.9);
  border: 1px solid #000000;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
input[type=range]:focus::-ms-fill-lower 
{
  background: rgba(16, 16, 16, 0.7);
}
input[type=range]:focus::-ms-fill-upper 
´{
  background: #222222;
}


.select2-container .select2-selection--single 
{
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px !important;
    user-select: none;
    -webkit-user-select: none;
    
    line-height: 24px;
    padding: 8px 10px;
    font-size: 14px;
    color: #ffffff;
    background: #121212cf !important;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    
}

.select2-container--default .select2-selection--single .select2-selection__rendered 
{
    color: #fff;
    line-height: 28px;
    padding-left: 3px;
}


.SortableRow {
    margin-bottom: 5px;
    padding: 5px;
    font-size: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #1d1717ba !important;
    color: #fff;
    border: 1px solid #fff;
    cursor: move;
}

.p0.nav-link {
    padding-right: 1px !important;
    padding-left: 1px !important;
    letter-spacing: 1px;
}


.l_Max, .l_Min
{
    padding: 6px;
}

.btn-short
{
    width: inherit !important;
}


.btn_ChoisButton
{
    /*width: 25% !important;*/
    height: 39px;
    padding: 0px;
}

.ContainerReport{
    background-color :rgba(0, 0, 0, 0.87);
}


.btn_small, .btn_small:hover
{
    height: 40px;
    padding-top: 0px;
}

.form-label
{
    color:#fff;
    font-weight: bold;
}

.form-text
{
    color:#fff;

}


.WidgetConfig .WidgetContainer 
{
    
}


.table {
    background-color: #cbcbcb;
}