/*-----------------------------------------*/
/*--- 1. Structure                  -------*/
/*--- 2. Global Styles              -------*/
/*--- 3. Header & Banner            -------*/
/*--- 4. Nav                        -------*/
/*--- 5. Content                    -------*/
/*--- 6. Footer                     -------*/
/*--- 7. margins                     -------*/
/*-----------------------------------------*/
@import url("https://assets.nhs.uk/fonts/nhsuk-fonts-1.3.0.css");
/*--- 1. Structure                  -------*/
body,
html {
    font-family:  "Frutiger W01", Arial, sans-serif;
    word-wrap: break-word!important;
    font-size: 17px;
    font-weight:400;
}
/* Scrollbar */    
    ::-webkit-scrollbar{ width: 7.5px;}
    ::-webkit-scrollbar-track{background-color: #fff;}
    ::-webkit-scrollbar-thumb{background-color: #02736B;}
    ::-webkit-scrollbar-thumb:hover{background-color: #02736B; border: 1px solid #333333;}
    ::-webkit-scrollbar-thumb:active{background-color: #02736B;border: 1px solid #333333;}
/*--- 2. Global Styles              -------*/
h1 {
    margin: 25px 0px;
}
p{
    font-size:1rem;
    line-height:1.5rem;
    word-spacing: 0.16rem;
    margin-bottom:2rem;
}
a,
a:active,
a:hover,
a:visited {
    color: #005eb8;
    text-decoration: underline;
}
a:hover {
    background: #ffcd60;
    box-shadow: 0 0 0 4px #ffcd60;
    color: #212B32!important;
    text-decoration: none;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ccc;
}
.bad,
.error,
.red {
    color: #d2291c!important
}

/*--- 3. Header & Banner            -------*/
#NHSLozenge{
    margin: 20px 0px;
}
#banner,
#footer{
    background-color:#005EB8;
}
#title{
    font-size: 2.5rem;
    color: #fff;
   margin-top:2rem;
}
#subTitle{
    font-size: 1.5rem;
    color: #fff;
}
/*--- 4. Nav                        -------*/
li.nav-item {
    padding: 5px 10px;
}
.nav-link {
    text-decoration: none;
}
a.dropdown-item {
    text-decoration: none;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff!important;
    text-decoration: none;
    background-color: #005EB8;
}
/*--- 5. Content                    -------*/
#main{
    background-color:#f0f4f5;
}
/*form styles*/
textarea {
    resize: none
}
.pagination {
    margin: 0 0 10px
}
table.floatThead-table {
    border-top: none;
    border-bottom: none;
    background-color: #fff
}
legend {
    font-size: 1.1rem;
    font-weight: 600;
}
li.selectedPagination a {
    color: #fff!important;
    background-color: #02736B
}
/*copycat of NHS digital styles for the time being*/
.nhsuk-button {
    font-weight: 400;
    line-height: 1.5;
    -webkit-appearance: none;
    background-color: #007f3b;
    border: 2px solid transparent;
    border-radius: 4px;
    box-shadow: 0 4px 0 #003317;
    box-sizing: border-box;
    color: #ffffff!important;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    margin-top: 0;
    padding: 12px 16px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: auto;
    margin-bottom: 36px;
    font-size: 19px;
    font-size: 1.19rem;
}
.nhsuk-panel-with-label {
    background-color: #fff;
    color: #212b32;
    padding-top: 0!important;
    margin-bottom: 48px;
    margin-top: 48px;
    padding: 32px;
}
.nhsuk-panel-with-label__label {
    background-color: #005eb8;
    color: #fff;
    display: inline-block;
    margin: 0 -32px 8px;
    padding: 8px 32px;
    position: relative;
    top: -16px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
}
.nhsuk-panel-with-label>:first-child {
    margin-top: 0;
}
.info-notice {
    background: none;
    border-left: 10px solid #bfc1c3;
    margin-bottom: 1rem;
    padding: .8rem 0 0.8rem 1rem;
}
.nhsuk-inset-text {
    max-width: 37em;
    border-left: 12px solid #005eb8;
    padding: 16px;
    margin-bottom: 48px;
    margin-top: 48px;
}
.nhsuk-u-visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
div#submissions-list .col-sm-2 {
    font-size: .8rem;
}
/* admin view page*/
.exportContainer,
.filterContainer,
.reportContainer {
    margin: 10px 0;
    background-color: #F9F9F9;
    border: 1px solid #d8d8d8
}
#exportInnerDiv,
#filterInnerDiv,
#reportInnerDiv {
    font-size: 1em;
    padding: 10px
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}
/*not sure on the below*/
.list-key {
    width: 100%
}
.floating {
    float: left;
    width: 20px;
    height: 20px;
    margin: 0 10px 10px 0;
    border: 1px solid #ddd
}
.floating-needs-review,
table.dataTable tbody tr.needs-review {
    background-color: #ffe8e8
}
.floating-reviewed,
table.dataTable tbody tr.reviewed {
    background-color: #ffffe1
}
.floating-recieved,
table.dataTable tbody tr.recieved {
    background-color: #d1b179
}
.floating-report,
table.dataTable tbody tr.report {
    background-color: #e1ffe1
}
.floating-waiting,
table.dataTable tbody tr.waiting {
    background-color: #acc7db
}
div.quality_team_action_box {
    overflow: scroll;
    border: 1px solid #d8d8d8;
    height: 128px;
    padding: 0 12px;
    margin-bottom: 10px
}
div[contentEditable=true] {
    border: 1px solid #ddd;
    padding: 10px 10px 0
}
div.email-box {
    padding: 0 10px;
    height: 75px;
    border: 1px solid #ccc;
    overflow: auto
}
.noteMessage,
div#inforStyle {
    padding: 10px
}
button.btn-primary,
input[type=submit],
.LinkButton {
    color: #fff!important;
    background-color: #02736B!important;
    border: 1px solid #026c65!important;
    padding:2px 5px;
    text-decoration:none;
}
button.btn-primary:hover,
input[type=submit]:hover {
    color: #fff!important;
    background-color: #025e57!important;
    border: 1px solid #01544e!important
}
.noteMessage {
    background-color: #4c7bbd;
    border-radius: 5px;
    color: #FFF;
    margin: 10px 0;
    opacity: .9;
    filter: alpha(opacity=90)
}
.noteMessage a {
    color: #fff;
    text-decoration: underline
}
.bold-top-message {
    font-size: 1.1em
}
#ParentHolding {
    z-index: -1
}
.modal-dialog {
    width: 300px;
}
.modal-footer {
    height: 70px;
    margin: 0;
}
.modal-footer .btn {
    font-weight: bold;
}
.modal-footer .progress {
    display: none;
    height: 32px;
    margin: 0;
}
.input-group-addon {
    color: #fff;
    background: #3276B1;
}


/* footer bits*/
a.imgLink {
    display: block;
    height: 50px;
    width: 130px;
}
a.imgLink:hover {
    box-shadow: 0 0 0 4px #003d78;
    background:transparent;
}
#GHLogo, #NKLogo {
    margin: 10px;
}
#footer{
    padding:10px;
}
#footer,
#footer a{
    color:#fff;
}
#siteDetails{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#siteDetails,
#siteDocs{
    margin: 1rem 0rem 0rem;
}