body{
	font-family: "Open Sans", sans-serif;
	color: #555555;
	font-size: 13px;
	font-weight: 400;
	background: url('images/background_03.jpg');
}

h1, h2, h3, h4, h5 {
    margin-top: 10px;
}

.navbar-brand {
    padding: 0 !important;
    margin-left: 10px;
}

.login-logo{text-align: center;
	margin-bottom: 1em;
}

input[type="radio"]{
	margin-left: 20px;
}

.navbar {
    border-color: #43C2CD    !important;
    background-color: #43C2CD;
    height: 60px;
    border-radius: 0px !important;
}

.navbar.navbar-internal{
	height: 50px;
}





.login-container{
	border: 2px solid #e7e7e7;
	margin-top: 3%;
	border-radius: 8px;
	padding-bottom: 2em;
	padding-top: 1em;
	background: #fff;
}

.login-form-control{
	width: 80% !important;
}

.has-warning label{
	color: #8a6d3b;
}

.has-success label{
	color: #3c763d;
}

.has-error label{
	color: #a94442;
}

.centralised-content{
	margin-left: 20%;
}

.forgotten-password-link{
	margin-top: 2em;
	margin-left: 15%;
}

.navbar-default .navbar-right li.active a{
    background-color:white;

	height: 50px;
}

.navbar-default .navbar-right li.active{
	bottom: 1px;
}

.navbar-default .navbar-right li a{
	color: #fff;
	text-shadow: none;
}

.navbar-default .navbar-right li a:hover{
	color: #fff;
	background: black;
	height: 50px;
	bottom: 1px;
}

.navbar-default .navbar-right li.active a:hover{
	color: #fff;
	background: black;
}


.top-internal{
	background-color: black;
	text-align: right;
	text-shadow: none;
	color: #fff;
}

.top-internal a{
	color: #fff;
}

.top-internal a:hover{
	color: #fff;
	text-decoration: underline;
}

.links-span{
	margin-left: 4em;
}

.welcome-span{
	color: #c9daf3;
}

.dataTables_filter{
	position: relative;
	bottom: .4em;
}

.indiv-col-content{
	background: #fff;
	border-radius: 8px;
	border: 2px solid #e7e7e7;
	padding: 0;
}

.nav-tab{
	margin-left: 3.5em;
}

.tab-list{
	background-color: #6594db;
	height: 40px;
}

.tab-list li a{
	background-color: #6594db;
	color: #fff;
	height: 39px;
	text-shadow: none;
}

.tab-list li a:hover{
	background-color: #fff;
	color: #000;
}

.tab-list li a.active{
	background-color: #fff;
	color: #000;
}

.req{
	color: #6594db;
}

.main-form-group{
	padding: 2em;
}

.version {
	font-style: italic;
	font-weight: bold;
	font-size: 18pt;
	margin: 0;
	padding: 0;
	color: #c1c0c0;
}

.section-name{
	font-weight: bold;
	font-size: 22pt;
	margin-top:0;
	margin-bottom: 1em;
}

.dataTable th:first-of-type{
	width: 200px;
}

.dataTable tr.assigned td{
	background: #dff0d8 !important;
}

.dataTable tr.unassigned td{
	background: #f2dede !important;
}

.dataTable > tbody > tr:nth-child(odd) > td {
   background: #f9f9f9; 
}

.dataTable > tbody > tr:nth-child(even) > td {
	background: #e4e4e4;
}
.alert .dataTable > tbody > tr:nth-child(even) > td {
    background-color: transparent;
}

.dataTable tr td{
	border-bottom: 2px solid #fff;
}

.dataTable tr{
	border-bottom: 2px solid #fff;
}

.dataTable td:first-of-type{
	border-top: 1px solid #dfdede;
}

.dataTable td:last-of-type{
	border-bottom: 1px solid #dfdede;
}

.dataTable th{
	border: none;
	border-bottom: 0 !important;
	font-weight: 400;
}

.dataTable td:first-of-type{
	text-align: center;
}

.dataTable thead tr{
	border: 0 !important;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th{
	border: 0 !important;
	color: #5d5d5d;
	font-weight: 400 !important;
}

.table-borderless > tbody > tr > td{
	border: 1px solid #dfdede !important;
	color: #5d5d5d;
}

.marginless{
	margin: 0 !important;
}

.view-link{
	/* color: #5d5d5d !important; */
	text-align: center;
}

.view-link:hover{
	/* color: #5d5d5d; */
	text-decoration: underline;
}

label{
	font-weight: 400;
}

a.glyphicon {
    text-decoration: none;
}

.form-title{
	color: #6594db;
	margin-bottom: 1em;
	font-size: 16px;
	margin-left: 15px;
	border-bottom: 1px solid #eee;
	padding-bottom: 6px;
	margin-bottom: 18px;
}

.additional-rates-title{
	color: #6594db;
	font-size: 16px;
	margin-left: 15px;
}

.form-title.danger{
	color: #a94442;
}


.radio input[type="radio"]{
	margin-left: 0 !important;
}

input[type=radio].css-checkbox {
	display:none;
}

input[type=radio].css-checkbox + label.css-label {
	padding-left:27px;
	height:19px; 
	display:inline-block;
	line-height:18px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:14px;
	vertical-align:middle;
	cursor:pointer;

}

input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -19px;
}
label.css-label {
	background-image:url('images/radiosprite_03.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}




.form-control input[type="checkbox"]{
	width: 10px;
}

span.required {
    color: #6594db;
    font-size: 13px;
    vertical-align: text-top;
    font-family: cursive;
}

.main-form-group label {
	font-size: 13px;
	color: #333;
}

.main-form-group .help-block {
    font-size: 13px;
    display: none;
}
.main-form-group .has-error .help-block {
    display: block;
}

.main-form-group input[type=text],
.main-form-group input[type=password],
.main-form-group input[type=file],
.main-form-group textarea,
.main-form-group select,
.editorTable input[type=text],
.editorTable input[type=password],
.editorTable select,
table.dataTable select
 {
	font-size: 13px;
	border-radius: 0;
}

.form-btn {
   margin-left: 10px;
}

.top-btn {
    margin-bottom: 10px;
}

.save-button-form{
	margin-left: 20px;
}

.dataTables_filter{
	bottom: .9em !important;
}

.dataTables_length{
	position: relative;
	bottom: -.1em !important;
}


/* Additional Styles */

.validation-summary-errors {
    margin-top: 20px;
}

.validation-summary-valid {
    display: none;
}

.businessRules {
    padding-bottom: 0px;
}

.businessRule {
    margin-bottom: 20px;
}
.businessRule .alert-heading {
    font-size: 15px;
}

.additionalRate {
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.top-internal, nav {
    font-size: 14px;
}

.usingPlaceHolder {
    color: #999;
}

.form-actions {
    margin-bottom: 20px;
}

.helpMessage {
    margin: 15px auto 0px auto;
    color: #999999;
    text-align: center;
}

.singleRowLabel {
    margin-right: -6px; /* fix to align with others! */
}

.createButton {
    float: right;
}

.additionalRates {
    clear: both;
}

.sortableFilterTable {
    font-size: 14px;
    text-shadow: 1px 1px #fefefe;
    font-weight: 400;
}
.sortableFilterTable table {
    font-size: 12px;
}

.filterContainer .searchField {
    float: right;
}
.filterContainer .searchField input {
    width: 16em;
    display: inline-block;
}

.filterContainer .filterSection {
    float: left;
    line-height: 30px;
    margin-left: 15px;
}

.filterContainer.siteWideUser .statusFilter {
    margin-left: 5%;
}
.filterContainer .statusFilter {
    margin-left: 19%;
}


@media (max-width: 1199px) {
    .filterContainer .statusFilter {
        margin-left: 12%;
    }
    .ie-lt-9 .filterContainer .statusFilter {
        margin-left: 8%
    }
    .filterContainer.siteWideUser .statusFilter {
        margin-left: 3%;
    }

}

.filterContainer .resultsPerPageFilter {
    margin-left: 0px;
    float: left;
    line-height: 30px;
}
.ie-lt-9 .filterContainer .resultsPerPageFilter {
    width: 20%;
}
.ie-lt-9 .filterContainer .statusFilter {
    margin-left: 8%;
}
.clear:after{
    clear: both;
    content: "";
    display: block;
}

a.reactiateLink, a.reactiateLink:hover {
    text-decoration: none;
    border: 0;
    outline: 0;
}

.popover {
    color: #5d5d5d;
    font-size: 14px;
    text-shadow: 1px 1px #fefefe;
    font-weight: 400;
}
.popover a, .popover a:hover  {
    color: #5d5d5d;
    font-weight: bold;
}

.pagingInfo {
    float: left;
}
.pagingInfo .showingInfo {
    width: 500px; /* prevents odd bug in IE9 where after changing page it wraps */
}
.pagingButtons {
    float: right;
}
.pagingButtons .pagination {
    margin: 0px;
}
.pageByNumber {
    text-shadow: none;
}

.totalCost .popover {
    min-width: 350px;
}

 .popover {
    min-width: 320px;
}
.loader {
    background-image: url('./images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-color: white;
    background-position: center;
    padding: 25px;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    position: fixed;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    border: 1px solid #d5d5d5;
}

.modal-open {
    overflow: initial;
}

#emailContactsModal .modal-dialog {
    min-width: 800px;
}

.validation-summary-errors {
    text-align: left;
}

.login {
    font-size: 14px;
}

.btn {
    text-shadow: none;
}

dl {
    font-size: 14px;
    text-shadow: 1px 1px #fefefe;
}

#messages {
    font-size: 14px;
}

table.dataTable > thead > tr > th.filterable {
    max-width: 125px;
    padding-left: 8px;
    padding-right: 8px;
}

#rates table.dataTable > tbody > tr > td {
    max-width: 125px;
}

#rates table.dataTable > thead > tr > th.filterable {
    padding-left: 4px;
    padding-right: 4px;
}

#rates table.dataTable select {
    padding: 0px;
}

.editorTable {
    padding: 20px 20px 0 20px;
}
.editorTable .editorHeader {
    color: #6594db;
	margin-bottom: 1em;
	font-size: 16px;
	padding-bottom: 6px;
	margin-bottom: 18px;
}

.smallLabels.editorTable .editorHeader {
    font-size: 13px;
}

/* Use selectBoxIt styles */
select.form-control {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;

    /* additional styles */
    max-width: 100%;
    width: auto; /* IE */
    width: initial;
    border-radius: 0px;
}
select.form-control[disabled] {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.filterContainer select.form-control {
    display: inline-block;
}

.linkList .dl-horizontal {
    margin: 20px;
}

.chosen select {
    width: 100%;
}

/* for older browsers which don't support odd / even */
.table td {
    background-color: #ffffff;
}

.table tbody tr.success > td {
  background-color: #dff0d8;
}

.table tbody tr.error > td {
  background-color: #f2dede;
}

.table tbody tr.error-summary > td {
  background-color: #f2dede;
    padding: 0;
}

.table tbody tr.warning > td {
  background-color: #fcf8e3;
}

.table tbody tr.info > td {
  background-color: #d9edf7;
}

.table tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

.table tbody tr.error:hover > td {
  background-color: #ebcccc;
}

.table tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

.table tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

.table tbody tr.inactive > td {
    background-color: #fcf8e3; /* Bootstrap warning color */
}

.ie8 input[type=password] {
    /* bug prevents the dots showing */
    font-family: Arial !important;
}

.ie-lt-8 .ieWarning {
    display: block !important;
    background-color: #f2dede;
    border: 1px solid #ebcccc;
    font-size: 16px;
    padding: 20px 20% 20px 20%;
    text-align: center;
}
.ieWarning strong {
    font-weight: bold;
    font-size: inherit;
}

@media (max-width: 767px) {
    .navbar-right {
        position: relative; 
        z-index: 1;
        top: -5px;
    }
    .navbar-default .navbar-right li a:hover,
    .navbar-default .navbar-right li.active a,
    .navbar-default .navbar-right li.active,
    .navbar-default .navbar-right li.active a:hover {
        bottom: 0px;
        height: auto;
    }
    .navbar-default .navbar-right li {
        background-color: #0573C7;
        background-color: #0573C7;
	    background: -webkit-linear-gradient(#428bca, #3276b1); /* For Safari */
	    background: -o-linear-gradient(#428bca, #3276b1); /* For Opera 11.1 to 12.0 */
	    background: -moz-linear-gradient(#428bca, #3276b1); /* For Firefox 3.6 to 15 */
	    background: linear-gradient(#428bca, #3276b1); /* Standard syntax */
    }
}

 .dropup  .chosen-container .chosen-drop {
    border-bottom: 0;
    border-top: 1px solid #aaa ;
    top: auto ; 
    bottom: 40px;
}

.staffFlowEnd {
    font-style: italic;
}

.createWorker {
    width: 255px;
    margin-left: 30px;
}

.glyphicon-warning-sign, .glyphicon-warning-sign:hover, .glyphicon-warning-sign:focus {
    color: #a94442;
}

 .wide-desc .dl-horizontal dt {
width: 200px;
text-align: left;
}

button.btn.dropdown-toggle.btn-default {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;

    /* additional styles */
    max-width: 100%;

    border-radius: 0px;
}

span.filter-option.pull-left {
    font-size: 10pt;
}

span.nowrap {
    white-space: nowrap;
}


.navbar-default .navbar-right .dropdown li a {
    color: black;
}

.navbar-default .navbar-right .dropdown li a:hover {
    color: #fff;
}

.navbar-default .navbar-right .dropdown li a {
    height: inherit;
}

.sort-code-item {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

span.sort-code > :first-child {
    margin-left: 0;
}

.intro-text.alert
{
    margin-left:13px;
}

.checklist-controls{
    margin-bottom:0px;
}

.checklist-section{
    margin-bottom: 30px;
}

.modal-footer {
    background-color: #f7f7f7;
}

td.first-row {
    background-color: #eeeeff;
    border-bottom: 2px solid black;
}

hr.maint-row {
    margin-top: 10px;
    margin-bottom: 0;
    border-top-color: #6594db;
}

a.btn.btn-batch.btn-xs {
    width:141px;
}

.panel.link-panel {
    text-align: center;
}

.nav-pills.docs a {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
}

.nav-pills.docs .active a {
    display: none;
}

.no-pad {
    padding: 0!important;
}

.small-font span.filter-option.pull-left {
    font-size: 9pt;
}

.no-right-pad {
    padding-right: initial;
}

.dataTable td.left-align {
    text-align: left;
}

.login-text {
    color: black;
    padding-top: 10px;
}

.dataTable th.narrow {
    width: initial;
}

form.edit-row {
    background-color: #FEFEFE;
    padding: 15px;
}


label.label-large {
    font-size: 16px;
}