/*Main layout*/
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 5rem;
    margin-top:2rem;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    width: 100%;
}
/*End*/

/*Footer Edits*/
.footer {
    margin-top: auto;
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: transparent;
   color: black;
   text-align: center;
}
#pvFooter {
    display: none;
}
.border-top {
    border-top: none;
}

/*End*/
/*FONTS*/
@font-face {
  font-family: 'Tofino-Light';
  font-style: normal;
  src: url('https://peoplevineuk.blob.core.windows.net/media/80/cfc6f9c4-7a35-4d65-a942-e658765f3153/Tofino-Light.otf') format('opentype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  src: url('https://peoplevineuk.blob.core.windows.net/media/80/5e891cac-bd9d-4767-b882-b52299945740/Roboto.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto-Bold';
  font-style: normal;
  src: url('https://peoplevineuk.blob.core.windows.net/media/80/506aef29-c01e-46f4-b561-fa766b4c006a/Roboto-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto-Italic';
  font-style: normal;
  src: url('https://peoplevineuk.blob.core.windows.net/media/80/fa243ab5-edc9-48a0-90ff-7b116b37e610/Roboto-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'RobotoCondensed';
  font-style: normal;
  src: url('https://peoplevineuk.blob.core.windows.net/media/80/09144a6b-45f9-438b-aadb-32aa33737896/RobotoCondensed.ttf') format('truetype');
}
@font-face {
  font-family: 'RobotoCondensed-Italic';
  font-style: normal;
  src: url('https://peoplevineuk.blob.core.windows.net/media/80/7478f8a2-45b6-40a6-be36-8a45cc43a78a/RobotoCondensed-Italic.ttf') format('truetype');
}


/*DATE PICKER*/
.ui-widget-content {
    border: none;
    background:#456979;
    color: #FFFFFF;
    padding: 10px;
    box-shadow: 0 0 15px 1px rgb(0 0 0 / 20%);
    border-radius: 0;
}
.ui-datepicker td .ui-state-default:hover {
    background: #ffffff;
    color: #000000;
}
.ui-update ::selection {
    background: #456979;
    color: #ffffff;
}

td.ui-datepicker-today .ui-state-highlight {
    color: #000000;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #ffffff;
    border: none;
    background: transparent;
}
.ui-state-default.ui-state-highlight {
    background: #456979;
    font-weight: 600!important;
    color: #ffffff;  
}


/*APPLICATION*/
.ui-update .box {
    background-color: transparent;
}
.ui-update .hdg.mix-hdg_dark {
    color: #66605E;
}
.ui-update .fieldset-label {
    font-size: 14px;
    color: #66605E;
}
.ui-update .rule {
    border: 0;
    width: 100%;
    color: #96694C;
    background-color: #96694C;
    height: 1px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}