﻿
/* user details in master header*/

#usermenu {
    width: 50%;
    text-align: right;
    padding-top: 10px;
}
#lbHelp {

    text-decoration: none;
    padding: 0 0px 0 0;
}
#lbLogin {

    text-decoration: none;
    padding: 0 0px 0 0;
}

#lbLogout {
    text-decoration: none;
    padding: 0 0px 0 0;
}


#lblLoginUserName {
    text-decoration: none;
    padding: 0 0px 0 0;
    font-size: 26px;
    float: left;
    margin: 15px 0 15px 15px
}
#dbWarning {
    width: 50%;
    margin: 15px 0
}

#spanVersion {
    display: block;
    margin-top: 10px;
    width: 250px;

}
#top1 {
    display: flex
}

#rigthWrapper {
    display: flex;
    width: 100%;
}

.fa-sign-in-alt {
    margin-top: 20px;
    font-size: 2em;
}

.fa-sign-out-alt {
    margin-top: 20px;
    font-size: 2em;
}

.fa-question-circle {
    margin-top: 20px;
    font-size: 2em;
}

.fa-calendar-alt {
    margin-top: 20px;
    font-size: 2em;
}

/* reservationsliste uden betaling*/

#reservationsUpdatePanel {
    position: relative;
}

#GridReservation {
    position: absolute;
    left: 10%;
    top: 100px;
}

.row {
    width: 100%;
    padding: 5px;
    border: 1px solid;
    height: 85px;
}

.headerRow {
    width: 100%;
    padding: 5px;
    border: 1px solid;
    height: 20px;
    border-bottom: 1px solid;
}

/*th {
    border: 1px solid;
}*/
#searchBox {
    border: 1px dashed #C0C0C0;
    padding: 5px;
    height: 50px;
    color: #6a6a66;
    margin-top: 15px;
}
#ContentPlaceHolder1_lnkExportCsv {
    -moz-box-shadow: 0px 1px 1px 0px #ffffff;
    -webkit-box-shadow:  0px 1px 1px 0px #ffffff;
    box-shadow:  0px 1px 1px 0px #ffffff;
    background-color: #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #b5b5b5;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-family: arial;
    font-size: 12px;
    padding: 4px 10px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
    bottom: 1px;
    position: absolute;
    right: -10px;
}

#ContentPlaceHolder1_lnBtnSearch {
    -moz-box-shadow:  0px 1px 1px 0px #ffffff;
    -webkit-box-shadow:  0px 1px 1px 0px #ffffff;
    box-shadow:  0px 1px 1px 0px #ffffff;
    background-color: #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #b5b5b5;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-family: arial;
    font-size: 12px;
    padding: 4px 42px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
    bottom: 1px;
    position: absolute;
    right: -10px;
}

    #ContentPlaceHolder1_lnBtnSearch:visited {
        background: #ffffff;
        color: #000000;
    }

    .col-6 {
        width: 50%;
        float: left;
    }

.col-6.resHeader {
    width: 50%;
    float: left;
    padding-top: 2px;
    font-weight: bold;
}
.search-col {
    float: left;
    width: 33%;
    height: 25px;
    position: relative;
}
#resTable {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.resTd {
    width: 5px;
}


.resTd, .resTh {
    text-align: left;
    width: 50px;
    padding: 5px 0 5px 35px;
}

.resTr:nth-child(even) {
    background-color: #dddddd;
}

#lblReservationDate {
    font-weight: bold;
    padding: 2px;
}

/* Ical Modal */


#iCalModal {
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 25px;
    z-index: 5;
    text-align: center;
    background-color: rgba(0,0,0,.6);
}

#iCalModalBody {
    width: 825px;
    background-color: #fff;
    border-radius: 4px;
    padding: 45px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 2px 2px #666666
}

#iCalModalContent {
    padding: 15px;
    font-size: medium;
    color: #1897d4;
}

#lblIcalDesc {
    font-size: large;
}

#lbICalClose {
    position: absolute;
    top: 10px;
    right: 10px;
}

.txtAutooprettelse {
    width: 285.5px;
    float: left;
    margin-right: 14px;
    margin-top: 6px;
}

.btnAddGroup {
    font-size: 20px;
    margin: 7px 0 0 3px;
    vertical-align: bottom;
}

.btnAddGroup i {
    margin-top: 7px;
}

#mineReservationerNoRows {
    display: inline-block;
}