/* Sticky footer styles
-------------------------------------------------- */

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}
/* Wrapper for page content to push down footer */

#wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    
    margin: 0 auto -0px;
    /* Pad bottom by footer height */
    
    padding: 0 0 0px;
    position: relative;
}
/* Sticky footer styles
-------------------------------------------------- */

body {
    color: #373d49;
    background-color: #f8fafb;
}

a,
a:hover,
a:visited,
.link {
    color: #0951ae;
}

.link:hover {
    text-decoration: underline;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0951ae;
}

.row {
    margin-bottom: 10px;
}

.background-gradient {}

.background-gradient-grey {
    background: #efefef;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #efefef 0%, #d9d9d9 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #d9d9d9));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #efefef 0%, #d9d9d9 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #efefef 0%, #d9d9d9 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #efefef 0%, #d9d9d9 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #efefef 0%, #d9d9d9 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#d9d9d9', GradientType=0);
    /* IE6-9 */
}

.border-grey {
    border: solid 1px #bbbbbb;
}

.border-top-grey {
    border-top: solid 1px #bbbbbb;
}

.border-left-grey {
    border-left: solid 1px #bbbbbb;
}

.border-bottom-grey {
    border-bottom: solid 1px #bbbbbb;
}

.border-right-grey {
    border-right: solid 1px #bbbbbb;
}

.general-alert {
    margin-bottom: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.bold-blue-light {
    color: #00aeef;
    font-weight: bold;
}

.bold-blue {
    color: #064e81;
    font-weight: bold;
}

.bold-white {
    color: white;
    font-weight: bold;
}

.panel-block {
    background-color: #ffffff;
    border: 1px solid #BEB3BB;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 15px;
}

.shadow {
    -webkit-box-shadow: 0 0 20px 0 rgba(150, 150, 150, 1);
    box-shadow: 0 0 20px 0 rgba(150, 150, 150, 1);
}

.rounded-corners,
.panel-block {
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

.errors {
    color: #d2322d;
}

#main-content {
    padding: 0px;
    min-height: 100%;
    padding-left: 0px;
    height: auto;
}
/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
    #main-content {
        padding-left: 160px;
    }
}

#dashboard-content {
    margin-top: 15px;
    min-height: 100%;
    height: auto;
}

#side-navigation {
    padding-left: 0px;
    min-height: 100%;
    height: auto;
    width: 160px;
    background-color: #373d49;
    position: absolute;
}

#side-navigation .nav > li > a {
    padding: 20px;
}

#side-navbar-collapse {
    box-shadow: none;
}

#logo-container {
    background-color: #373D49;
    height: 92px;
    padding: 10px 0 0 20px;
}

#master-nav {
    padding-top: 10px;
}

#master-nav.navbar,
#header-nav.navbar {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    margin-bottom: 0px;
}

#master-nav.navbar {
    min-height: 92px;
    background-color: #373d49;
}

#header-nav.navbar {
    min-height: 60px;
    background-color: #ffffff;
    border-bottom: 1px solid #BEB3BB;
    padding-top: 11px;
}

#master-nav a,
#master-nav a:hover,
#side-navigation a,
#side-navigation a:hover,
#top-navigation a,
#top-navigation a:hover {
    color: white;
}

#master-nav .localised-site-link {
	margin-right: 15px;
}

#top-navigation {
    margin-bottom: 0px;
}

#contact-text {
    margin-top: 23px;
}

.navbar-right {
    padding-top: 5px;
}

.nav-list > div {
    margin-top: 5px;
}

.dashboard-image-items {
    margin-bottom: 20px;
}

.pull-right.btn {
    margin-left: 5px;
}

.breadcrumb {
    background-color: transparent;
    padding-left: 1px;
    padding-right: 1px;
    margin-bottom: 0px;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #cccccc;
    content: "\003e";
}

.checkbox-label {
    position: relative;
    top: -2px;
}

.vertical-spacer {
    margin-top: 16px;
}

input.checkbox-inline {
    display: inline-block;
    margin-top: 0;
    width: auto;
}
/*#top-navigation {
	background-color: transparent;
	border: none;
}
#side-navbar-collapse.navbar-collapse {
	border: none;
}*/

.logo {
    /*background-image: url("../img/logo_blue.png");
	background-repeat: no-repeat;
	background-position: left;*/
    
    max-width: 126px;
}

#copyright {
    color: #373d49;
    font-size: small;
    margin-top: 10px;
}

input[type="checkbox"].checkbox-left {
    display: inline-block;
    height: auto;
    margin-top: 0px;
    width: auto;
}

.cursor-pointer {
    cursor: pointer;
}

.btn-xlg {
    height: 125px;
}

.alert-container {
    height: 50px;
}

@media (min-width: 768px) {
    .alert-container {
        margin-top: 23px;
    }
}

.address-block {
    margin-bottom: 25px;
}

.address-block > div {}

.hover:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

.table td.cell-child-page {
    padding-left: 30px;
}

.chosen-container-multi {}

.chosen-container-multi .chosen-choices {
    background-color: #FFFFFF;
    background-image: none;
    border: 2px solid #CCCCCC;
    border-radius: 2px;
    box-shadow: none;
    color: #555555;
    display: block;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    font-size: 14px;
    height: 30px;
    line-height: 1.42857;
    padding: 6px 12px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    line-height: 18px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 7px;
}

a.btn,
a.btn:hover,
a.btn:visited {
    color: #ffffff;
}

a.btn-default,
a.btn-default:hover,
a.btn-default:visited {
    color: #333333;
}

.btn-outline {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border-width: 2px;
    font-weight: 700;
}

.input-group-addon {
    cursor: pointer;
    border-radius: 2px;
}
/*Custom button outlines*/

.btn.btn-outline.btn-default,
.input-group-addon.btn-outline {
    color: #373d49;
}

.btn.btn-outline.btn-primary {
    color: #285e8e;
}

.btn.btn-outline.btn-success {
    color: #398439;
}

.btn.btn-outline.btn-info {
    color: #269abc;
}

.btn.btn-outline.btn-warning {
    color: #d58512;
}

.btn.btn-outline.btn-danger {
    color: #ac2925;
}

.btn.btn-outline.btn-default:hover,
.input-group-addon.btn-outline:hover {
    background-color: #373D49;
    color: #ffffff;
}

.btn.btn-outline.btn-primary:hover {
    background-color: #285e8e;
    color: #ffffff;
}

.btn.btn-outline.btn-success:hover {
    background-color: #398439;
    color: #ffffff;
}

.btn.btn-outline.btn-info:hover {
    background-color: #269abc;
    color: #ffffff;
}

.btn.btn-outline.btn-warning:hover {
    background-color: #d58512;
    color: #ffffff;
}

.btn.btn-outline.btn-danger:hover {
    background-color: #ac2925;
    color: #ffffff;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active,
.open .dropdown-toggle.btn-outline {
    background-color: transparent;
}

.btn-outline.disabled,
.btn-outline[disabled],
fieldset[disabled] .btn-outline,
.btn-outline.disabled:hover,
.btn-outline[disabled]:hover,
fieldset[disabled] .btn-outline:hover,
.btn-outline.disabled:focus,
.btn-outline[disabled]:focus,
fieldset[disabled] .btn-outline:focus,
.btn-outline.disabled:active,
.btn-outline[disabled]:active,
fieldset[disabled] .btn-outline:active,
.btn-outline.disabled.active,
.btn-outline.active[disabled],
fieldset[disabled] .btn-outline.active {
    background-color: transparent;
}

.btn-group > .btn.btn-outline {
    border-left-width: 1px;
}

.btn-group > .btn.btn-outline:first-child {
    border-left-width: 2px;
}

.form-control {
    border-radius: 2px;
    border-width: 2px;
    box-shadow: none;
}

.form-control[readonly] {
    cursor: auto;
}

.chosen-container-single .chosen-single {
    background-color: #fff;
    background-image: none;
    border: 2px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    overflow: hidden;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.chosen-container-single .chosen-single abbr {
    top: 11px;
}

.chosen-container-single .chosen-single div b {
    background-position: 0 7px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 7px;
}

.chosen-container-multi .chosen-choices {
    background-color: #fff;
    background-image: none;
    border: 2px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    font-size: 14px;
    height: 30px;
    line-height: 1.42857;
    padding: 6px 12px;
    color: #999;
}

.chosen-container-multi .chosen-choices li.search-choice {
    line-height: 18px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 7px;
}

.chosen-disabled {
    opacity: 1.0 !important;
}

.chosen-disabled.chosen-container-single .chosen-single {
    background-color: #eee;
    cursor: not-allowed;
}
input[type="date"],
input[type="time"] {
	line-height: 20px;
}