@charset "utf-8";
body{
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	line-height: 1.4em;
}
#loginheader{
	margin-bottom: 6px;
	padding: 6px;
	text-align: right;
	background-color: #0aafdc;
}
#loginheader p, #loginheader a{
	color: aliceblue;
	margin-bottom: 0px;
}

#loginheader a{
	margin-left: 30px;
}

header {
	border-bottom: #0aafdc 2px solid;
	
}
header div.header-container {
	max-width: 1100px;
	margin: 0 auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 80px;
	height: 180px;
	background-size: auto 160px;
	position: relative;
}
header div.whsmith {
	background-image: url(../_images/whsmith.png);
}
header div.ssp {
	background-image: url(../_images/ssp.png);
}
header div.admin {
	background-image: url(../_images/admin_logo.png);
}
header div.admin-users {
	background-image: url(../_images/users.png);
}
header div.admin-managers {
	background-image: url(../_images/managers.png);
}
header div.admin-locations {
	background-image: url(../_images/locations.png);
}
header div.admin-orders {
	background-image: url(../_images/orders.png);
}
header div.admin-audit {
	background-image: url(../_images/audit.png);
}


header div h1 {
	font-size: 3em;
	margin-left: 160px;
	color: #0aafdc;
}
header div .tqlogo {
	position: absolute;
	right: 0;
	top: 20px;
	height: 50px;
	width: auto;
}
header div .tqdetails {
	position: absolute;
	right: 0;
	top: 80px;
	line-height: 1.2em;
	font-size: .9em;
	text-align: center;
	padding-top: 6px;
}
header div .tqdetails span {
	display: block;
	font-size: 1.6em;
	margin-bottom: 6px;
}
.flexbox {
	display: flex;
	justify-content: space-between;
}
.flex-grid-half, .flex-grid-third, .flex-grid-four, .flex-grid-fith{
	display: flex;
	justify-content: space-between;
}
.bluediv {
	border: #0aafdc 2px solid;
	border-radius: 4px;
	background-color: #cdeaf2;
}

.col {
	margin-bottom: 16px;
	
}
.contact-holder ul{
	text-align: center !important;
}
.flex-grid-half .col {
	width: 49%;
}
.flex-grid-third .col {
	width: 32%;
}
.flex-grid-four .col{
	width: 24%;
}
.flex-grid-fith .col{
	width: 19%;
}
.bottom-row{
	padding-bottom: 16px;
	margin-bottom: 24px;
	border-bottom: #0aafdc 1px solid;
	
		
}
.contact-box {
	text-align: center;
}
.doc-portal div.content {
	border: #0aafdc 2px solid;
	border-radius: 8px;
	background-color: #cdeaf2;
	margin: 20px 20px;
	padding: 20px 30px;
}
/*links*/
a{
	color: #076078;
	display: inline-block;
	padding: 2px 6px;
	border-radius: 4px;
	transition: 0.5s all ease;
}
a:hover{
	color: aliceblue;
	background-color: #0aafdc;
}
a.not-a-text:hover {
 background-color: transparent;
}


.doc-div {
	width: 300px;
}
.content-right {
	flex-grow: 1;
}
.port-welcome {
	margin: 10px 20px;
	padding: 8px;
}
.manage-structure {
	text-align: center;
}
.manage-structure h1 {
	text-align: left;
}
.manage-structure ul {
	text-align: left;
}
.manage-structure h2 {
	color: aliceblue;
	background-color: #0aafdc;
	padding: 8px 4px !important;
	margin-bottom: 0px;
	font-size: 1.4em;
}
.manage-structure span {
	display: block;
	padding: 6px;
}
.manage-structure .con-title {
}
.manage-structure .con-tel {
	font-size: 1.4em;
	color: #0aafdc;
	font-weight: 600;
}
.manage-structure .con-email {
}

.manage-structure .con-locations{
	cursor: pointer;
}
.manage-structure ul {
}
.manage-structure ul li {
	/*display: none;*/
}
.location-list{
	display: none;
}
.doc-portal ul {
	margin-bottom: 18px;
}
/*.doc-portal .col ul li:first-of-type {
	font-weight: 600;
	padding-top: 16px;
}
.doc-portal li {
	margin-bottom: 5px;
	display: hidden;
}*/
.doc-div h3 {
	padding-top: 20px;
	border-top: #0aafdc 1px solid;
}
.doc-div h3:first-of-type {
	border-top: none;
}

.doc-div a{
	font-weight: 600;
}

.order-form {
	text-align: left;
	margin-top: 10px;

}
.order-form form {
	margin-top: 30px;
}
.order-form form {
	margin-top: 30px;
}
.order-form textarea {
	height: 140px;
	margin-bottom: 30px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Merriweather', serif;
	font-weight: 600;
	letter-spacing: 1px;
	color: #0aafdc;
}
h1 {
	font-size: 1.6em;
	margin-bottom: 1.4em;
}
h2 {
	font-size: 1.4em;
	margin-bottom: 1.2em;
}
h3 {
	font-size: 1em;
	margin-bottom: .2em;
}
h4 {
	font-size: .8em;
	margin-bottom: .2em;
}
h5 {
	font-size: .7em;
	margin-bottom: .2em;
}
p{

	
	line-height: 1.4em;
	margin-bottom: 1.2em;
}
#container {
	max-width: 1100px;
	margin: 0px auto;
	padding: 60px 0 20px;
	position: relative;
}
a.header-button{
	position: absolute;
	background-color: #0aafdc;
	padding: 4px 12px 4px 12px;
	border-radius: 0 0 6px 6px;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: 1px;
	box-shadow: 0 8px 10px -10px black;
	transition: all 1s;
	min-width: 160px;
	text-align: center;
}

a#home-button{
	left: 290px;
	top: 0px;
}
a#site-button{
	left: 40px;
	top: 0px;
}
a#update-button{
	left: 40px;
	top: 0px;
}
ul#manager-search{
	position: absolute;
	left: 75%;
	top: 0px;
	
}


a.header-button:hover {
	
	background-color: #056883;
	box-shadow: 0 0px 0px 0px white;
}

#auditform fieldset {
	border: #0aafdc 2px solid;
	border-radius: 8px;
	background-color: #cdeaf2;
	margin: 20px 60px;
	padding: 20px 30px;
}
#auditform h2 {
	color: #0aafdc;
}
#auditform ul {
	list-style: none;
}
#auditform ul.client-details li {
	margin-bottom: 12px;
}
#auditform ul.client-details input:not([type="submit"]) {
	width: 400px;
	text-align: left;
}
#auditform input, .order-form input {
	width: 90px;
	margin-right: 16px;
	text-align: center;
	border-radius: 5px;
}
#auditform select {
	width: 190px;
	margin-right: 16px;
	text-align: center;
	border-radius: 0 5px 5px 5px;
}


input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
label {
	background-color: #0aafdc;
	padding: 4px 6px 2px 6px;
	display: inline-block;
	border-radius: 6px 6px 0 0;
	color: #FFFFFF;
	font-size: 90%;
}
label.frm-required::after {
	content: " *";
	color: #E90408;
}
:required {
 border-radius: 0 5px 5px 5px !important;
}

textarea, input, button, select {
	font-family: inherit;
	font-size: .8em;
}

#auditform input, #auditform textarea, #auditform select, .order-form input, .order-form textarea, .manage-structure select, .admin-form input, .admin-form select,  textarea.feedback-textarea {
	/*border: #0aafdc 1px solid;
	padding: 2px;
	color: #212121;*/
}

input, textarea, select {
	border: #0aafdc 1px solid;
	padding: 2px;
	color: #212121;
	border-radius: 0 5px 5px 5px;
	font-size: 14px;
	/*min-width: 280px;*/
}
.feedback-form textarea{
	height: 90px;
}
.order-form textarea, .manage-structure select {
	min-width: 200px;
}
select.soloselect {
	min-width: 260px;
}
#auditform textarea, .order-form textarea, .admin-form textarea, textarea.feedback-textarea{
	width: 100%;
	
	padding: 8px;
	
}
#auditform ul li.audit-item input.input-requirement {
	width: 120px;
}
#auditform div {
	margin-bottom: 20px;
}
#auditform div.column-heads {
	margin: 0 auto;
	max-width: 840px;
}
#auditform ul {
	max-width: 840px;
	padding: 0;
	overflow-x: hidden;
	margin: 0 auto;
}
#auditform ul li.audit-item:before {
	float: left;
	width: 0;
	white-space: nowrap;
	content: ". . . . . . . . . . . . . . . . . . . . "  ". . . . . . . . . . . . . . . . . . . . "  ". . . . . . . . . . . . . . . . . . . . "  ". . . . . . . . . . . . . . . . . . . . "
}
#auditform ul li.audit-item span:first-child {
	padding-right: 0.33em;
	background-color: #cdeaf2;
}
#auditform ul li.audit-item span + span {
	float: right;
	padding-left: 0.33em;
	background-color: #cdeaf2;
}
.column-heads h3:first-child {
	width: 460px;
	text-align: left;
}
.audit-create .column-heads h3:first-child {
	width: 580px;
}
.column-heads h3:last-child {
	width: 120px;
}
.column-heads h3 {
	display: inline-block;
	padding: 8px 6px;
	color: #fff;
	width: 90px;
	border: #cdeaf2 1px solid;
	background-color: #0aafdc;
	text-align: center;
	margin-right: 16px;
	border-radius: 5px;
}
ul#orderformlist {
	border-radius: 6px;
	border: 1px solid #0aafdc !important;
	overflow: hidden;
	margin: 0 auto 40px;
	width: 80%;
	min-width: 600px;
}
#orderformlist>li:nth-child(odd) {
	background-color: #e1f0fa;
}
li.of-header {
	background-color: #0aafdc !important;
	color: aliceblue;
	font-weight: 600;
	padding: 8px 6px;/*text-align: center;*/
}
li.of-subhead{
	font-size: 1.2em;
	font-weight: 600;
	padding-top: 12px !important;
	background-color: #fff !important;
	border-top: 1px solid #0aafdc !important;
}
#orderformlist li {
	padding: 8px 0 8px 10px;
	vertical-align: top;
	font-size: 14px;
	line-height: 16px;
	background-color: #dbe1e5;
}
#orderformlist .of-item {
	display: inline-block !important;
	width: 60%;
}
#orderformlist .of-required {
	margin-left: 60px;
}
#orderformlist .of-headerlabel {
	display: inline-block !important;
	width: 110px;
	vertical-align: top;
	
}
#orderformlist .of-cost {
	display: inline-block !important;
	width: 70px;
	min-width: 70px;
	text-align: right;
	vertical-align: top;
}
#orderformlist input {
	width: 50px;
	vertical-align: top;
	margin-left: 8px;
}
.order-value {
	font-weight: 600;
	color: #E55C0A !important;
	font-size: 1.2em;
	padding-bottom: 40px;
	text-align: right;
	
}
.order-value-sub{
	font-size: .8em;
}
.order-value output {
	color: #E55C0A;
}
.hideme {
	display: none !important;
}
li#place-order{
	text-align: right;
}
input#order-value {
	border: none;
	text-align: left;
	background-color: #cdeaf2;
	font-weight: 600;
	color: #E55C0A !important;
	font-size: 1em;
}
/*login*/

#login {
	border: #0aafdc 2px solid;
	border-radius: 8px;
	margin: 200px auto 0;
	width: 400px;
	overflow: hidden;
	box-shadow: 0 8px 10px -10px black;
}
#login .headblock {
	background-color: #0aafdc;
	padding: 12px;
}
#login h3 {
	color: #fff;
	margin-bottom: 0;
}
#login form {
	margin: 15px;
}
#login li{
	margin-bottom: 8px;
}
#login input{
	width: 100%;
	font-size: 16px !important;
}
.submitline{
	margin: 14px;
	padding:4px;
	
}
#login span{
	display: block;
	width: 100%;
	text-align: right;
	margin-top: 10px;
}
#login p{
	
	text-align: center !important;
	margin-top: 10px;
	margin: 8px 8px 0;
}
.headblock p{
	color:aliceblue !important;
	margin-top: 8px;
}

input[type=button], input[type=submit], input[type=reset] {
	background-color: #0aafdc;
	border: none !important;
	color: white !important;
	padding: 8px 6px !important;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
	font-weight: 600;
	box-shadow: 0 8px 10px -10px black;
	transition: all 1s;
	border-radius: 6px;
	min-width: 160px;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
	background-color: #056883;
	box-shadow: 0 0px 0px 0px white;
}
.btn-group{
	width: 80%;
	margin: 0 auto;
}
.btn-group div.col{
	border-style: none;
	background-color: transparent;
}
.btn-link{
	display: block;
	width: 180px;
	text-align: center;
	padding: 8px 4px;
	background-color: #E55C0A;
	border-radius: 6px;
	border: 1px solid #963300;
	transition: 0.3s all ease;
	margin: 30px auto 0px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: 1px;
	box-shadow: 0px 4px 6px #888888;
	font-size: 15px;
	
}

.btn-link:hover{
	background-color:#963300;
	transition: 0.3s all ease;
	box-shadow: 0px 2px 6px #888888;
	
}
#btn-order{
	background-color:#E55C0A;
	
}
#btn-order:hover{
	background-color:#963300;
	
}
#admin-link{
	display: none;
}
.show-onlyadmin{
	display: none;
}
#show_manager{
	margin-bottom: 40px;
	
	display: none;
	
}
#show_manager h2{
	margin-bottom: 20px;
	/*removed for toggle function
	display: none; */
}
#show_manager p{
	margin-bottom: 10px;
	/*removed for toggle function
	display: none; */
}
strong{
	font-weight: 800 !important;
}
p.boxmsg{
	text-align: center !important;
	margin: 20px 20px !important;
}

/*Admin Area*/
.zone-logo{
	text-align: center;
	background-color: white;
	border: 0px;
}
.zone-logo a{
	box-shadow: 6px 6px 10px 0px #888;
	transition: all 1s;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
}
.zone-logo a:hover {
	box-shadow: 2px 2px 4px 0px #888;
	background-color: transparent;
}
.zone-logo a.active{
	outline: 100px solid rgba(13, 175, 221, 0.2) !important;
    outline-offset: -100px;
    overflow: hidden;
    position: relative;
	box-shadow: 2px 2px 4px 0px #888;
}
.admin-edit-list{
	padding: 30px 20px;
	border-top: #0aafdc 1px solid;
	margin: 0 20px;
}
.admin-form{
	margin-bottom: 40px;
	border-radius: 0 8px 8px 8px; 
	border: #0aafdc 2px solid;
	padding: 24px;
}
.admin-form input:not([type="submit"]):not([type="checkbox"]), .admin-form select{
	width:100%;
}
.admin-form input.username, .admin-form input.deletebox{
	display: inline;
}
.admin-form submit{
	
	padding: 16px 28px;
}
input#conf{
	text-align: left;
	width: 240px;
}
input[type=checkbox] {
    transform: scale(1.5);
}
.delete-col{
	padding-top: 24px;
}
.fb-record{
	
}
.fb-record a{
	text-decoration: none;
	font-size: 1.2em;
	font-weight: 600;
	
}
.fb-record p{
	
	font-size: .9em;
	padding-left: 6px;
	
}


.fb_field{
	border: #0aafdc 1px solid;
	padding: 2px;
	color: #212121;
	font-size: .9em;
	line-height: 1.2em;
	
	height: 3.9em;
	overflow-y: auto;
}
.radiobuttons{
	margin-top: 16px;
}
.radiobuttons label{
	margin-bottom: 8px;
	border-radius: 6px;
	font-weight: 600;
	letter-spacing: 2px;
}
