    * { 
        margin: 0;
        padding: 0;
    }
    [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
        display: none !important;
    }
    body {
        /*padding-top: 25px;*/
        padding: 40px;  
        font-family:Verdana;
        font-size: 14px; 
    }

    h1 { 
        font-size: 32px;
        padding: 0 0 0 20px;
    }

    h2 {
        font-size: 18px;
        padding: 10px 0 0 20px;
    }

    .example {
        margin: 20px; 
    }

    .example.bordered {
        padding: 10px;
        border: 1px solid #d4d4d4;
        border-radius: 3px; 
    }

    .example h4 {
        font-size: 16px;
        margin: 0 0 10px 0;
    }

    .example p {
        margin: 10px 0;
    }

    .footer {
        width: 200px;
        text-align: center;
        margin: 100px auto 100px auto;
    }

    a {
        color: #ff5c5b;
    }

.carousel-caption a{
    color:white !important;
}
    /*#region Calendar*/
    .CalendarControlButton{
        padding: 0 5px;
        border: 1px solid #B8A343
;
        background: #B8A343
;
        color: white;
        border-radius: 5px;
        min-width: 100px;
        margin: 10px;
    }
    .btn-group .CalendarControlButton{
        margin:0;
    }
    .CalendarControlButton:hover,
    .CalendarControlButton:focus,
    .btn-group .active{
        outline:0;
        color:white;
        background: #968C2D
;
    }
    /*#endregion*/
    /*#region DataLabel*/
    .dataLabel{
    display: inline-flex;
    justify-content:space-between;
    align-items: center;
    margin-top: 5px;
    width: 100%;
}
    .dataLabel input[type=text],
    .dataLabel input[type=email],
    .dataLabel input[type=tel],
    .dataLabel input[type=password],
    .dataLabel input[type=number],
    .dataLabel select{
        border: 1px solid #aaa;
        width:200px;
    }
    .TimePicker input[type=text]{
        width:50px !important;
    }
    .modal-sm {
        width: 500px !important;
    }
    .timePickerLabel {
        height:100px;
    }
.logInWindow {
    width: 400px;
    border: 1px solid #B8A343
;
    margin: auto;
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
    background: rgba(255,255,255,0.9);
}
    .logInWindow span {
        font-size: small;
        color: #B8A343
;
    }
        .logInWindow span a {
            text-decoration:underline
        }
.logInWindow button{
    margin-top: 20px;
    background: #B8A343
;
    border: 1px solid #B8A343
;
    color: white;
    padding: 5px;
    border-radius: 5px;
    transition:0.25s
}
    .logInWindow button:hover {
        background: white;
        color: #B8A343
;
    }
    .registerWindow {
    width: 500px;
    border: 1px solid #B8A343
;
    margin: auto;
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    margin-top:30px;
    align-items: center;
    flex-direction: column;
    
    background: rgba(255,255,255,0.9);
}
    .registerWindow  span {
        font-size: small;
        color: #B8A343
;
    }
        .registerWindow  span a {
            text-decoration:underline
        }
.registerWindow  button{
    margin-top: 20px;
    background: #B8A343
;
    border: 1px solid #B8A343
;
    color: white;
    padding: 5px;
    border-radius: 5px;
    transition:0.25s
}
    .registerWindow  button:hover {
        background: white;
        color: #B8A343
;
    }

option[disabled]{
    color:black
}
.has-error .form-control {
    border-color:#ccc;
}
.calendarGlyphicon {
    color:#ddd
}
    .calendarGlyphicon:hover {
        color:#bbb
    }
    .modalError{
        position:absolute;top:0;width:100%;left:0;height:25px;background:#fe6e6e; color:white;line-height:25px;padding:0 10px
    }
    .cal-month-day:hover{
        cursor:pointer;
    }
    .coverContainer{
        position:relative;
    }
    .loadingContainer{
        position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(255,255,255,0.7);display: flex;border-radius: 5px;justify-content: center;align-items: center; z-index:100;
    }
    .modalContainer{
        position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.4);display: flex;border-radius: 5px;justify-content: center;align-items: center;
    }
    .modalWindow{
        width:80%; height:200px; background:#f9f9f9;border-radius:5px
    }
.cal-slide-content a.event-item-action{
    color:white;
}

    /*#endregion*/
    /*#region Calendar*/
.cal-tooltip {
    display:none;
    position:absolute;
    background:rgba(0,0,0,0.5);
    color:white;
    width: auto;
    white-space: nowrap;
    border-radius: 5px;
    padding: 10px;
    z-index: 1002;
}
.oldDate{
    background:rgba(255,255,255,0.7)
}
.dateNow{
    background:#d9d9d9

    /*background:RGB(255,204,255)*/
}
.dateNew {
    background:#f9f9f9
}
.dateSelected{
    /*background:#fbcffb*/
}
small:hover + .cal-tooltip{
    display:block;
}
.userManagementTable {
    width:100%;
}
.userManagementTable td,
.userManagementTable th{
    border:1px solid #B8A343
;
    height:30px;
    padding: 3px;
}
.userManagementTable th{
    text-align:center;
    color:white;
    background:rgb(69, 69, 69);
    border:0;
}
.userManagementTable tr:first-child th:hover{
    background:rgb(100,100,100);
}
.userManagementTable th label{
    cursor:pointer;
}
.userManagementTable tr:last-child label:last-child{
    float:right;
}
.userManagementTable tr:last-child label:first-child{
    float:left;
}
    .userManagementTable th:first-child {
        border-left:1px solid #B8A343
;
    }
    .userManagementTable th:last-child {
        border-right:1px solid #B8A343
;
    }
/*#region UserManagementTablewidths*/
    .userManagementTable td:nth-child(1),
    .userManagementTable th:nth-child(1){
        text-align:center;
        width:30px;
    }
    .userManagementTable td:nth-child(2),
    .userManagementTable th:nth-child(2){
        width:150px;
        text-align:center;
    }
    .userManagementTable td:nth-child(5),
    .userManagementTable th:nth-child(5){
        text-align:center;
        width:30px;
    }
    .userManagementTable td:nth-child(6),
    .userManagementTable th:nth-child(6){
        text-align:center;
        width:30px;
    }
    .userManagementTable td:nth-child(7),
    .userManagementTable th:nth-child(7){
        width: 75px;
        text-align:center;
    }
    .userManagementTable td:nth-child(8),
    .userManagementTable th:nth-child(8){
        width:150px;
        text-align:center;
        
    }
    .userManagementTable td:nth-child(9),
    .userManagementTable th:nth-child(9){
        width:55px;
        text-align:center;
        
    }
    .userManagementTable td:nth-child(9) div,
    .userManagementTable th:nth-child(9) div{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .userManagementTable th:nth-child(9) .glyphicon,
    .userManagementTable td:nth-child(9) .glyphicon,
    .glyphiconButton{
        cursor:pointer;
    }
    .userManagementTable td:last-child,
    .userManagementTable th:last-child{
        min-width:45px;
    }
    .userTable td:nth-child(6),
    .userTable th:nth-child(6){
        width: 70px;
    }
    .FindInputWithButton{
        float:right; 
        margin-top:13px
    }
    .FindInputWithButton input{
        height:25px;

    }
    .FindButton{
        height: 25px;
        border-radius: 0 10px 10px 0;
        font-size: 11px;
        width: 25px;
        vertical-align: 1px;
        background: white;
        border: 1px solid #aaa;
        margin-left: -1px;
    }
    .FindButton:hover{
        background:#ddd;
    }
    .prefixBox{
        height: 22px;
        border: 1px solid #aaa;
        background: white;
        border-radius: 0;
        width: 37px;
        text-align: center;
        width: 37px;
        display: inline-block;
        vertical-align: 1px;
        padding-right: 4px;
        margin-right: -4px;
        cursor:default;
    }
    .inputTooltip{
        display:none;
        padding: 10px;
        border-radius: 10px;
        background:rgba(0,0,0,0.5);
        color:white;
        position: absolute;
        left: 100%;
        width: 350px;
        top: -10px;
    }
.Tooltipped:hover + .inputTooltip,
.Tooltipped:focus + .inputTooltip{
    display:initial !important;
    z-index:100;
}
.eventCustomerInfo {
    position:relative;
}
.eventCustomerWindow{
    min-width: 350px;
    height: auto;
    display:none;
    position: absolute;
    background: rgba(0,0,0,0.75);
    z-index: 1000;
    bottom: 100%;
    left: 0;
    padding: 10px;
    line-height: 1;
    color:white;
}
.eventCustomerInfo:hover .eventCustomerWindow{
    display:inherit;
}
/*#endregion*/
/*#region ServicesTable*/
.userManagementTable.services td:first-child,
.userManagementTable.services th:first-child{
    width:30px !important;
}
.userManagementTable.services td:nth-child(2),
.userManagementTable.services th:nth-child(2){
    width:auto;
}
.userManagementTable.services td:nth-child(3),
.userManagementTable.services th:nth-child(3),
.userManagementTable.services td:nth-child(4),
.userManagementTable.services th:nth-child(4){
    width:75px !important;
}
.userManagementTable.services td:nth-child(8),
.userManagementTable.services th:nth-child(8){
    width:50px !important;
}
.userManagementTable.services td:nth-child(9),
.userManagementTable.services th:nth-child(9){
    width:125px !important;
}
.userManagementTable.services td:nth-child(10),
.userManagementTable.services th:nth-child(10){
    width:50px !important;
}
.userManagementTable.services td:last-child,
.userManagementTable.services th:last-child{
    width:90px !important
}
/*#endregion*/
    /*#endregion*/
    /*#region LogIn*/
    .unloggedWindow{
        background: url(../images/14890480_1018327464943430_4518591234231567238_o.jpg);
        background-size: 100% auto;
        background-position: 0 center;width:100%;height:50vh; padding-top:15vh
    }
    /*#endregion*/
    /*#region Management*/
    .nav-bar{
        border-bottom:1px solid #dedede;
    }
    .navigationButton{
        min-width: 125px;
        padding: 0 10px;
        display: inline-block;
        border: 1px solid #ddd;
        margin: 10px 0 0 0;
        text-align: center;
        height: 30px;
        border-radius: 3px 3px 0 0;
        line-height: 30px;
        background:#dedede;
    }
    .navigationButton:hover{
        cursor:pointer;
    }
    .navigationButton.active{
        background:white;
        position:relative;
    }
    .navigationButton.active::after{
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background: white;
        bottom: -2px;
        left: 0;
    }
    .smallInputs input[type=text], .smallInputs input[type=email], .smallInputs input[type=tel], .smallInputs input[type=password]
    {
        width:50px;
    }
    /*#endregion*/
    *{
        font-family:Verdana;
    }
@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}

/*#region Images*/
.Accordion{

}
.Accordion .Header{
    font-weight: bold;
    border-bottom:1px solid #ddd;
    width:100%;
    color:#333;
    cursor:pointer;
    transition:0.25s;
    padding: 10px;
}
.Accordion .Header:hover{
    background:#f9f9f9
}
.Accordion .Content{
    display: flex;
    flex-wrap: wrap;
}
.Accordion .Content div{
    cursor:pointer;
}
.ImageMinBorder{
    width:100px;
    height:100px;
    border:1px solid black; 
    margin:5px;
    position:relative;
    float: left;
    
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
#ZoomedImageWindow{
    position:fixed;
    width:100%;
    height:100vh;
    top:0;
    left:0;
    z-index: 100; 
    background:rgba(0,0,0,0.5); 
    display:flex;
    justify-content:center;
    align-items:center
}
/*#ZoomedImageWindow:focus{
    background:red !important;
}*/
.smallImageViewArea{
    position: absolute;
    bottom: 2%;
    width: 100%;
    display: flex;
    justify-content: center;
}
.smallImageViewArea img{
    transition:0.5s;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    margin: 0 10px;
}
.smallImageViewArea img:hover{
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
    cursor:pointer;
}
.ImageMinBorder img{
    max-height:100%; 
    max-width:100%
}
.imgZoomButton,
.imgDeleteButton{
    display:none;
    position:absolute;
    top:0;
    right:0;
    width: 23px;
    height: 22px;
    text-align: right;
    border: 1px solid black;
    border-top: 0;
    border-right: 0;
    padding: 2px;
    background:white;
}
.imgZoomButton:hover,
.imgDeleteButton:hover {
    cursor:pointer;
}
.imgZoomButton{
    margin-right:-1px;
    right:24px;
    border-radius: 0 0 0 10px;
}
.ImageMinBorder:hover .imgZoomButton,
.ImageMinBorder:hover .imgDeleteButton{
    display:initial;
}
/*#endregion*/
.ng-gallery-content > .ng-thumbnails-wrapper{
    width:auto;
}
.ng-gallery-content > .ng-thumbnails-wrapper > .ng-thumbnails{
    width:auto;
    display:flex;
    justify-content:center;

}
.angular-google-map-container { width: 400px; height:500px }

/*#region Buttons*/
.btn-success,
.btn-warning,
.btn-primary{
    background:#B8A343
;
    color:white;
    border:#B8A343

}
.btn-success:hover,
.btn-warning:hover,
.btn-primary:hover,
.btn-success:focus,
.btn-warning:focus,
.btn-primary:focus,
.btn-success:active,
.btn-warning:active,
.btn-primary:active{
        outline:0;
        color:white;
        background: #968C2D
 !important;
    }
.spanButton:hover{
    cursor:pointer;
}
/*#endregion*/
/*#region Galerie*/
.quote{
    font-weight: 700;
    font-family: verdana;
    font-size: medium;
    margin-bottom:0;
    margin-top:0;
    color:#5F6478;
}
p{
    margin-bottom:0;
}
/*#endregion*/

/*#region MainPage*/
.mainTable{
    /*width:100%*/
}
.mainTable img{
    max-width:100%;
}
.mainTable td:first-child{
    padding-right:10px;
}
.mainTable td:last-child{
    padding-left:10px;
}
.flex {
    display:flex;
}
.flexCentered{
    justify-content:center;
    align-items:center;
}
/*#endregion*/
/*#region News*/
.news{
    border-bottom:1px solid #B8A343
;
}
.news h6{
    font-size:small;
    text-align:right;
}
.news:last-child{
    border:0;
}
@media only screen and (max-width: 1000px) {
    .calendarButtonDiv{
        display:flex;
        flex-direction:column;
    }
    .calendarButtonDiv select{
        margin-bottom:20px;
    }
    .margin-top-15{
        
        margin-top: 15px;
    }
}

/*#endregion*/

.warningPage{
    height:60vh;
    text-align:center;
}
    .warningPage img {
        margin-top:50px;
        height:20vh
    }

.warningPage h1{
    font-size:x-large;
}