@CHARSET "ISO-8859-1";

/*********** Common Elements **********/
.top-page-wrap {
	margin-top: 5em;
}
/********* Login form and user display ************/
.login-control {
	font-size: 10px;
	height: 3em;
}

#login-form {
	font-size: 8px;
	margin-top: 1em;
}

#login-form label {
	width: 8em;
	float: left;
	margin-right: 0.2em;
}

#login-form input {
	width: 10em;
}

#login-form button {
	width: 5em;
}
.show-user {
	float: right;
	margin-right: 2em;
	margin-top: 1em;
}


/************** Home Page ******************/
.operations-title h1 {
	font-size: 300%;
	color: #eeeeee;
}

/*************** Create New User ***************/
#create-user-wrap {
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	max-width: 600px;
}

#create-user-wrap h1 {
	color: #ce153f;
}

/****************** Manage Users **************/
#manage-user-wrap {
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	max-width: 900px;
}

#manage-user-wrap h1 {
	color: #ce153f;
}
#manage-user-wrap .btn {
	margin-bottom: 20px;
}

/*** Breadcrumbs courtesy http://jsfiddle.net/H7J94/5/ ****/

.wizard a {
    padding: 10px 12px 10px;
    margin-right: 5px;
    background: #efefef;
    position: relative;
    display: inline-block;
}
.wizard a:before {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.wizard a:after {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #efefef;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 1;
}
.wizard a:first-child:before,
.wizard a:last-child:after {
    border: none;
}
.wizard a:first-child {
    -webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
}
.wizard a:last-child {
    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
}
.wizard .badge {
    margin: 0 5px 0 18px;
    position: relative;
    top: -1px;
}
.wizard a:first-child .badge {
    margin-left: 0;
}
.wizard .current {
    background: #007ACC;
    color: #fff;
}
.wizard .current:after {
    border-left-color: #007ACC;
}

.wizard {
	margin-bottom: 20px;
}


/* ff anti-aliasing bug - http://coderwall.com/p/tpmsta */
.mywizard li {
    position: relative;
    background: #f5f5f5;
    padding-right: 30px;
    padding-left: 5px;
}

.mywizard li a:after, .mywizard li a:before {
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.mywizard li a:after {
    border-color: rgba(245, 245, 245, 0);
    border-left-color: #f5f5f5;
    border-width: 20px;
    top: 50%;
    margin-top: -20px;
    margin-left: -30px;
}

.mywizard li a:before {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 30px;
    top: 50%;
    margin-top: -30px;
    margin-left: -30px;
}
.mywizard li .badge {
    vertical-align: text-bottom;
    padding-top: 3px;
}

.wizard ul {
	list-style: none;
	width: 100%;
	display: inline-block;
	font-size: 0;
}

/**** Booking Wizard Common Page Elements ****/
.nbt-page-structure {
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.nbt-help-popover {
	font-size: 150%;
    color: #FAA523;
}

.nbt-help-popover:hover {
	font-size: 150%;
    background-color: #FAA523;
    color: white;
}

.popover-header {
    padding:8px 14px;
    background-color:#f7f7f7;
    border-bottom:1px solid #ebebeb;
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0;
}
.popover-title {
    margin:0;
    padding:0;
    background-color:transparent;
    border:none;
}

/* Center a large nbt button */
.nbt-center-button-lg {
	margin-left: auto;
	margin-right: auto;
	width: 12em;
}
.nbt-button {
    background: #00497F;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: lighter;
    margin-top: 0;
    padding: 13px;
    text-align: center;
    width: 10em;
    border: 2px outset buttonface;
}

.nbt-button-lg {
	background: #00497F;
	border-radius: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: lighter;
	margin-top: 0;
	padding: 13px;
	text-align: center;
	width: 12em;
	border: 2px outset buttonface;
}

a.button.nbt-button {
	width: 10em;
}

.nbt-button:hover {
	background: #0e91ef;
}

.booking-page-controls {
	margin-top: 20px;
	padding-bottom: 40px;
}

.addon_content .form-horizontal .form-group {
	margin-left: 15px;
	margin-right: 15px;
}

/*** Category selection page ***/

#country-title {
	margin-bottom: 30px;
}

.category-submit-form .form-group {
	margin-left: 0 !important;
}

.category-submit-form select {
	width: 30em;
}
.category-submit {
	width: 150px;
	height: 75px;
	border-radius: 20px;
}

.category-submit-button {
	border-radius: 10px;
	border-style: solid;
	border-width: 4px;
	background-color: #FAA523;
}

.category-submit-button:hover {
	background-color: white;
}

.category-submit-disabled {
	border-radius: 10px;
	border-style: solid;
	border-width: 4px;
	background-color: #EFEFEF;
	overflow: hidden;
	color: #e5e5e5;
}

.category-submit-disabled h3 {
	color: #e5e5e5;
}

.category-header {
	height: 3.5em;
}

.category-body {
	min-height: auto;
	margin-left: 10px;
}

.category-button-wrap {
	margin-left: auto;
	margin-right: auto;
	width: 150px;
}

.category-submit-button h3, .category-submit-disabled h3 {
	margin-top: 20px;
}

.category-submit-button li, .category-submit-disabled li {
	list-style: none;
	text-align: left;
}

/** Basket **/
.basket-main {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

/** Core Services **/

.core-service-form {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

.core-service-form input, .core-service-form select {
	width: 90%;
}

/** Review page **/
.review-terms {
	font-size: 11px;
	font-family: arial;
}

.review-order-table td {
	text-align: left;
}

.review-order-table th {
	text-align: right;
}

.review-remove-order-button {
	float: right;
	width: 10em;
	margin-right: 5px;
}

/*** Booking Summary Panel ***/
.booking-summary {
	font-size: 11px;
}

.booking-summary p, .booking-summary h3 {
	font-size: 11px;
}

/************ Booking Management page ******************/

/* Fixed Header implementation from https://jsfiddle.net/dPixie/byB9d/3/ */
/* Requires html changes to the table, see booking management page */
section {
	position: relative;
	border-color: #b5b5b5;
	padding-top: 37px;
	background: #F8F8F8;
}
.grid-fixed-header section.positioned {
	position: absolute;
	top:100px;
	left:100px;
	width:800px;
	box-shadow: 0 0 15px #333;
}
.grid-fixed-header .container2 {
	overflow-y: auto;
	height: 400px;
}
.grid-fixed-header table {
	border-spacing: 0;
	width:100%;
}
.grid-fixed-header td + td {
	border-left:1px solid #b5b5b5;
}
.grid-fixed-header td, .grid-fixed-header th {
	border-bottom:1px solid #b5b5b5;
	color: #000;
	padding: 10px 10px;
}
.grid-fixed-header th {
	background: #ddd;
}
.grid-fixed-header th {
	height: 0;
	line-height: 0;
	padding-top: 0;
	padding-bottom: 0;
	color: transparent;
	border: none;
	white-space: nowrap;
}
.grid-fixed-header th div{
	position: absolute;
	background: transparent;
	color: #000;
	padding: 9px 9px;
	top: 0;
	margin-left: -10px;
	line-height: normal;
	border-left: 1px solid #b5b5b5;
}
.grid-fixed-header th:first-child div{
	border: none;
}

.order_booking .nbt-data-grid-outer {
	overflow: hidden;
}
/**** End of Fixed Header implementation ******/

/************* Booking Service Notes ******************/
#notes-modal-notes .nbt-data-grid-outer {
	overflow: inherit;
}
#notes-modal-summary {
	margin-bottom: 20px;
	border-bottom-style: solid;
	border-width: 1px;
}
.notes-summary {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.notes-summary th {
	padding-right: 10px;
}
#notes-modal-notes {
	overflow-x: scroll;
}
.note-box {
	border-width: 3px;
	border-color: black;
	border-style: solid;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.note-box span, .note-box div {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.note-box .nbt-long-text {
	width: 100%;
}
.note-box textarea {
	border-style: none;
}
.bold-text {
	font-weight: bold;
}

/******* Search ***********/
.search-box .radio-inline {
	margin-left: 10px;
}
.date-search-box input {
	margin-left: 3px;
	margin-right: 3px;
}

/**** Timer *************/
.timer-box {
	border-style: solid;
	border-width: 2px;
	border-radius: 5px;
	font-size: 40px;
	width: 3em;
	float: right;
}
.timer-box-inner {
	padding-left: 10px;
	padding-right: 10px;
}

/**** Audit ***********/
.audit-entry {
	width: 25em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.centered {
	text-align: center;
}

.audit-highlight {
	background-color: #f2f282;
}

/***** Email Template ******/
#template-main {
	width: 60em;
	margin-left: auto;
	margin-right: auto;
}

#template-main select, #template-main input, #template-main label {
	width: 20em;
}

/********** Job Monitor ***********/
.job-monitor-title {
	font-size: 35px;
}
.applied-filter {
	font-size: 20px;
	font-color: red;
	font-style: italic;
	margin-left: 20px;
}
.applied-filter-alert {
	background-color: #FFDAB9;
}

/******* Menu ************/
.fd-menu-dropdown {
	margin-top: 1em;
	color: #777;
	margin-left: 5px;
	margin-right: 5px;
}

.fd-menu-dropdown a {
	color: #777;
	text-decoration: none;
}

#welcome-loggedin {
	margin-top: 1em;
	margin-left: 5em;
	font-style: italic;
}
.operations-title {
	margin-top: 150px;
	font-size: 300%;
	text-align: center;
}

/**** JQuery UI Timepicker ********/
/* Without this adjustment the numbers fall outside the table cells */
.ui-timepicker-table td a {
	padding: 0 !important;
}

/**** User Profile  ********/
.profile-table {
	min-width: 300px;
	width: 50% !important;
	margin-left: auto;
	margin-right: auto;
}