/*body
{
    background-color: #333333;
    color: White;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: normal;
    margin-right: auto;
    margin-left: auto;
}

a:link
{
    text-decoration: underline;
    color: #0000FF;
}
a:visited
{
    text-decoration: underline;
    color: #0000FF;
}
a:hover
{
    text-decoration: underline;
    color: #0000FF;
}
a:active
{
    text-decoration: underline;
    color: #0000FF;
}

.button
{
}

.colorbutton
{
    background-color: blue;
    color: White;
    height: 30px;
}


#CreateLateViewNotLoggedInPanel
{
    color: red;
}

#AftaleNavnLabel
{
    background-color: #CFECEC;
}

#ExistingAppointmentsGridView
{
    font-size: smaller;
}

.GridViewSelectedRow
{
    background-color: #CFECEC;
}

#ConfirmedLabel
{
    background-color: #CFECEC;
}

#MainTable
{
    border-top-color: #E3E3E3;
    border-top-style: solid;
    border-top-width: 2px;
    border-left-color: #aaaaaa;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #aaaaaa;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #aaaaaa;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background-color: #0C0A0B;
    text-align: left;
    color: black;
}

#HeaderTable
{
    width: 100%;
    color: black;
}

#MenuTable
{
    width: 100%;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: transparent;
    color: black;
}

#BookingCell
{
    vertical-align: top;
}

#BookingExistingAppointmentsCell
{
    border-left: #ada96e thin solid;
    width: 50%;
}

#BookingVsInfoSeperatorCell
{
    border-top: #ada96e thin solid;
    height: 2px;
}

#InfoLowRightCell
{
    height: 236px;
}

#InfoLowLeftCell
{
    height: 236px;
}

#CreditsTable
{
    background-color: #ffffff;
    width: 100%;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: transparent;
    color: black;
    vertical-align: top;
}

#MultiTable
{
    width: 100%;
    background-color: #ffffff;
    color: black;
}

#MainTableCenterColumnLastRow
{
    background-color: #0C0A0B;
    text-align: right;
    color: black;
}

#AvailableTimesGridView
{
    color: black;
    border-color: ActiveBorder;
    border-width: 1px;
    font-size: small;
    font-family: Arial, Sans-Serif;
}

.AvailableTimesGridViewHeaderRow
{
    font-size: x-small;
    font-weight: bold;
    text-align: left;
    background-color: #CFECEC;
}

.AvailableTimesGridViewAlternateRow
{
    background-color: #CFECEC;
}

td.MainTableFirstColumn
{
    vertical-align: top;
    color: White;
}

td.MainTableCenterColumn
{
    width: 650px;
    vertical-align: top;
}

td.MainTableLastColumn
{
    vertical-align: top;
    color: White;
}

td.HeaderTableFirstColumn
{
    color: White;
    text-align: left;
    font-size: xx-large;
    font-family: Georgia;
    width: 50%;
}

td.HeaderTableLastColumn
{
    text-align: right;
    width: 50%;
}

td.MenuFirstColumn
{
    font-size: small;
    background-color: #ffffff;
    text-align: left;
    color: black;
}

td.MenuLastColumn
{
    font-size: small;
    background-color: #ffffff;
    text-align: right;
    color: black;
}

td.FooterTableColumn
{
    background-color: #ffffff;
    text-align: right;
    color: black;
}

#LoginWizard
{
    background-color: #ffffff;
    color: green;
    text-align: left;
    font-size: 10pt;
}

#CustomerRegistrationControlTable
{
    background-color: #ffffff;
    color: black;
    text-align: left;
    font-size: 10pt;
}

#RegistrationFormDiv
{
    background-color: #ffffff;
    color: black;
    text-align: left;
    font-size: 10pt;
}

#LoginPopupStarter
{
    background-color: #ffffff;
    color: black;
    font-size: large;
    vertical-align: middle;
    text-align: center;
}

#CustomerNewForm
{
    background-color: Yellow;
    color: blue;
}*/

.hideAllLayer
{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 1000;
    bottom: 0;
    right: 0;
    display: none;
}

.waitInfoLayer
{
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 175px);
    width: 350px;
    height: 100px;
    z-index: 1001;
    color: black;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    cursor: wait;
    display: none;
}

.bg-secondary-light
{
    background: #eee !important;
}


.card-toolbar
{
    padding: 10px;
}

.lh-35
{
    line-height: 35px !important;
}


.popup-wrapper
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

iframe
{
    border: 0 !important;
    background: transparent !important;
}

#logo
{
    width: 300px;
    height: 70px;
    margin-bottom: 10px;
}
div#ShopPopup1
{
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    background: rgba(0,0,0,0.6);
    width: 100% !important;
    height: 100% !important;
}

span#ShopPopup1aCnt
{
    background: transparent !important;
    height: 0px !important;
    display: block;
}

span#ShopPopup1titleEl
{
    display: none;
}

div#ShopPopup1_header
{
    left: auto !important;
    color: #fff;
    top: 25px !important;
    right: 25px !important;
    background: #dc3545;
    border-radius: 50%;
    width: 20px !important;
    height: 20px !important;
}

#ShopPopup1_header span
{
    text-align: center !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    float: right !important;
    position: relative !important;
    right: 0 !important;
}


#AvailableTimesGridView td, #AvailableTimesGridView th, #ExistingAppointmentsGridView td, #ExistingAppointmentsGridView th
{
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 0 !important;
}

#ExistingAppointmentsGridView td, #ExistingAppointmentsGridView th
{
    line-height: 30px;
}

.border-0 td
{
    border: 0 !important;
}

#InfoLowLeftCell, #InfoLowRightCell
{
    display: none !important;
}

div#ShopPopup1_content
{
    position: absolute;
    left: 3% !important;
    top: 50px !important;
    float: left !important;
    display: block !important;
    min-height: 100px !important;
    width: 94% !important;
    right: 3% !important;
}

.sm-full-width
{
    width: 100%;
}

.sm-half-width
{
    width:calc(50% - 0.5rem);
}

.btn-sm-mb-3 
{
    margin-bottom: 10px;
}

@media (min-width: 576px)
{

}

@media (min-width: 768px)
{
    .sm-full-width
    {
        width: auto;
    }
    
     .sm-half-width
    {
        width: auto;
    }
    
    .btn-sm-mb-3 
{
    margin-bottom: auto;
}
}

@media (min-width: 992px)
{
    div#ShopPopup1_content
    {
        position: absolute;
        left: calc(50% - 230px) !important;
        top: calc(50% - 155px) !important;
        float: left !important;
        display: block !important;
        min-height: 100px !important;
        width: 460px !important;
    }
}

@media (min-width: 1200px)
{
}

.btn-primary {
  color: #fff;
  background-color: #00C596 !important;
  border-color: #00C596  !important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #00B587 !important;
  border-color: #00B587 !important;
}

.bg-dark 
{
    background-color:#383938 !important;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 255, 208, 0.5) !important;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 255, 208, 0.5) !important;
}