﻿
body {
	font-family: 'Montserrat', sans-serif;
}

.standard-sidebar-container {
    cursor: pointer;
    margin-bottom: 15px;
}

.standard-sidebar-container h2 {
    color: #205887;
    text-transform: uppercase;
    font-size: 38px;
    font-weight: bold;
	margin-bottom: 20px;
}

.standard-sidebar {
	background: #E1E1E1;
	padding: 20px 30px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

.standard-sidebar ul {
	list-style: none;
	padding: 0
}
.standard-sidebar li {
	padding-top: 10px;
	padding-bottom: 10px;
	transition: all 0.5s;
}
.standard-sidebar li > ul > li:hover {
	padding-left: 10px;
}
.standard-sidebar li a {
	color: #363636;
}
.standard-sidebar li.active a {
	color: #1B578B;
}
.standard-sidebar li a:hover {
	text-decoration: none;
}

.standard-sidebar li > ul {
	list-style: square;
	padding-left: 30px;
	margin-top: 10px;
}
.standard-sidebar li > ul > li {
	padding-top: 5px;
    padding-bottom: 5px;
}
.standard-sidebar li > ul > li > a {
	color: #363636 !important;
}

.standard-sidebar li > ul > li.active > a {
	color: #1B578B !important;
}

.custom-accordian {
    margin: 0;
    font-weight: bold;
    overflow: hidden;
    background-color: #eee;
    background-image: url(/content/css/site/img/sidebar-dropdown.png);
	background-repeat: no-repeat;
	background-position: right;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
}

.custom-accordian:hover, .custom-accordian.active {
    background-color: rgb(204, 204, 204);
}

.custom-accordian.active {
    background-image: url(/content/css/site/img/sidebar-dropdown-up.png);
}

.custom-accordian::selection {
    background-color: transparent;
}

.accordian-content {
    opacity: 0;
    height: 1px;
    padding-top: 0;
    padding-bottom: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.accordian-content.show {
    opacity: 1;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    visibility: visible;
}

@media (max-width: 991px) {
    .standard-sidebar-container {
        margin-bottom: 15px;
    }
}

.main-body p {
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 30px;
	color: #252525
}

.call-to-action {
	margin-top: 30px;
	margin-bottom: 30px;
	background: #970038;
	padding: 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #fff;
}

.sidebar-call-to-action {
	margin-top: 30px;
	margin-bottom: 30px;
	background: #970038;
	padding: 15px 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
}

.page-call-to-action {
	margin-bottom: 30px;
	background: #970038;
	padding: 15px 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
}

.topbar-a {
	background: #1b578b;
	width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.menu-open {
    display: inline-block;
	width: 39px;
	height: 25px;
	background: url(/content/css/site/img/menu-open.png);
}

.date-details {
	margin-top: 30px;
	color: #488eb8;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

.topbar-b {    
	padding-top: 10px;
    padding-bottom: 10px;
	background: #252525;
}
.topbar-b a {
    color: white;
}
.topbar-b .auth-info .bar {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.topbar-b .list-inline {
    margin-bottom: 0;
}

.subtitle {
	font-size: 28px;
	color: #ededed;
}

.info-bar {
	background: #393939;
	color: #fff;
	padding-top: 6px;
	padding-bottom: 6px;
}

.info-bar-inner, .info-bar-close {
	line-height: 42px;
	color: #d3d3d3;
}

.info-bar-inner a {
	font-weight: bold;
	color: #ffbb01;
	text-transform: uppercase;
	margin-left: 30px;
	padding-right: 20px;
	background: url(/content/css/site/img/yellow-arrow.png) no-repeat;
	background-position: right;
}

/* Styles for login and profile forms */

.btn {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	padding: 8px 26px;
	text-transform: uppercase;
}

.btn-default.btn-transparent {
	background: rgba(0,0,0,0);
    border: 2px solid #fff;
	color: #fff;
	border-radius: 0;    
}

.btn-default.btn-transparent:hover {
	color: #fff;
	background: rgba(255,255,255,0.08);
	border: 2px solid #fff;
}

.h1,
.form-title > h2 {
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 26px;
}
.form-standard .form-title > h2 {
    color: inherit;
    margin-bottom: 25px;
}
.form-authorise .form-title > h2 {
    color: #970038;
}

.form-standard + p {
    margin-top: 25px;
}


.form-standard {
	background: #e1e1e1;
	padding: 25px;
}

.form-standard .form-group {
    margin-bottom: 25px;
}

.form-standard .btn-group {
    background: transparent;
}

.form-standard .btn-primary {
	background: #363636;
	border: 2px solid #363636;
	color: #fff;
	border-radius: 0;  
}

.form-standard .btn-primary:hover {
	background: #4c4c4c;
	border: 2px solid #4c4c4c;
	color: #fff;
	border-radius: 0;  
}

.form-standard .btn {
    border-radius: 0px;
}

.form-standard .btn-group-lg>.btn,
.btn-lg {
    padding: 14px 32px !important;
    font-size: 14px;
}

/*.form-standard input.form-control {
	border: 0;
	background: #fff;
	color: #9e9e9e;
	font-size: 18px;
	padding: 12px 16px;
    border-radius: 0px;
    height: 48px;
}*/

.form-standard > aside {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: solid 1px #999;
}
.form-standard > aside > p:last-child {
    margin-bottom: 0px;
}

.form-standard input[disabled],
.form-standard select[disabled] {
    background-color: #eee !important;
}

/* Fancy radio buttons */

.form-group-radio [type="radio"] + span,
.form-group-radio [type="checkbox"] + span {
  display: block;
  cursor: pointer;
}

.form-group-radio [type="radio"] + span > .label-inner,
.form-group-radio [type="checkbox"] + span > .label-inner {
    width: calc(100% - 50px);
    display: block;
    float: left;
}

 /*the basic, unchecked style*/ 
.form-group-radio [type="radio"] + span:before {
  content: '';
  display: inline-block;
  float: left;
  width: 22px;
  height: 22px;
  vertical-align: -0.25em;
  border-radius: 1em;
  border: 4px solid #fff;
  margin-right: 0.5em;
  transition: 0.5s ease all;
  background: #fff;
  margin-right: 10px;
}

.form-group-radio [type="checkbox"] + span:before {
    content: '';
  display: inline-block;
  float: left;
  width: 26px;
  height: 26px;
  vertical-align: -0.25em;
  border: 2px solid #ccc;
  margin-right: 0.5em;
  transition: 0.5s ease all;
  background: #fff;
}

 /*the checked style using the :checked pseudo class*/ 
.form-group-radio [type="radio"]:checked + span:before {
  background: #7d7d7d;
}

.form-group-radio [type="checkbox"]:checked + span:before {
    font-family: 'Glyphicons Halflings';
    content: "\e013";
    text-align: center;
    border-color: #999;
    color: #337ab7;
}

.form-group-radio [type="radio"],
.form-group-radio [type="checkbox"] {
  border: 0; 
  clip: rect(0 0 0 0); 
  height: 1px; margin: -1px; 
  overflow: hidden; 
  padding: 0; 
  position: absolute; 
  width: 1px;
}

.form-group-radio {
	color: #434343;
}

.form-group-radio label {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.login-block {
    margin-top: 20px;
}
.login-block input[type=text],
.login-block input[type=password],
.login-block select {
	width: 100%;
	display: block;
}

.login-block button,
.login-block submit {
	margin-top: 10px;
}

.login-block.form-standard .form-group {
    margin-bottom: 20px;
}

.login-block.form-standard .form-group-radio label {
    margin-top: 8px;
    margin-bottom: 8px;
}

.form-standard .form-group-header {
	font-family: 'Roboto', sans-serif;
	margin-bottom: 12px;
	font-size: 14px;
	color: #434343;
	text-transform: uppercase;
	font-weight: bold;
}

/*.form-standard select,
.search-bit select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    background-image: url(img/dropdown-arrow.png);
    background-position: right;
    width: 100%;
    color: #9e9e9e;
    font-size: 18px;
    padding: 12px 16px;
    border: 0;
    background-repeat: no-repeat;
}*/

.form-submit {
    margin-bottom: 0px !important;
}

.form-standard .btn-next {
    margin-bottom: 0px;
}

.form-standard .table {
    background-color: #fff;
}


.breadcrumbs {
	padding: 15px 0;
	color: #8f8f8f;
	font-weight: bold;
}

.breadcrumbs a {
	color: #8f8f8f;
}

.breadcrumbs img {
	margin-right: 15px;
}

.menu-container {
	position: fixed;
	width: 520px;
	background: rgba(144, 0, 52, 0.92);
	right: -520px;
	top: 0;
	height: 100vh;
	color: #dbdbdb;
	font-size: 24.5px;
	text-transform: uppercase;
	text-align: center;
	max-width: 100%;
	transition: right 0.5s;
	z-index: 99;
}

.menu {
	list-style: none;
	padding: 0;
	transform: translateY(-50%);
	margin-top: 40vh;
	font-weight: bold;
	letter-spacing: 2.5px;
}

.menu li {
	margin-bottom: 20px;
}

.menu-close {
	position: absolute;
	left: 20px;
	top: 20px;
	background: url(/content/css/site/img/close-icon-alt.png);
	width: 47px;
	height: 47px;
}

.menu-decor {
	background: url(/content/css/site/img/phoenix.png) no-repeat;
	width: 137px;
	height: 130px;
	position: absolute;
	bottom: 8vh;
	left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.menu li a {
    color: #dbdbdb;
}

.grey-arrow {
	background: url(/content/css/site/img/grey-arrow.png) no-repeat;
	width: 7px;
	height: 8px;
	display: inline-block;
	margin: 0 5px;
}


.signup-alert {
    background: #94013a;
    padding: 18px;
    color: #fff;
    margin-top: 25px;
}

.signup-alert-content {
    text-transform: uppercase;
    line-height: 40px;
    font-size: 17px;
    margin-left: 10px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}

h1 {
    color: #205887;
    text-transform: uppercase;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 15px;
}
.sub-title > h2,
.sub-title > h3,
h2.sub-title {
    font-size: 28px;
    color: #205887;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media (min-width: 1199px) {
    .sub-title > h2:first-child,
.sub-title > h3:first-child {
    margin-top: 0px;
}
}

.main-body h1 {
	margin-bottom: 20px;
}

.main-body h2 {
    color: #205887;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}


.news-list h2 {
	margin-top: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 1px;
}

.news-list p {
	letter-spacing: 1px;
    color: #929292;
	overflow: hidden;
}

.news-read-more {
	color: #94013a;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

.news-read-less {
	color: #94013a;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
	display: none;
}

.news-read-more:hover, .news-read-more:active, .news-read-more:focus {
	color: #94013a;
}

.news-read-less:hover, .news-read-less:active, .news-read-less:focus {
	color: #94013a;
}

.news-date-a {
	font-size: 46px;
    font-weight: bold;
    color: #d6d6d6;
    letter-spacing: 1px;
    margin-left: 12px;
}

.news-date-b {
	text-transform: uppercase;
    font-weight: bold;
    color: #d6d6d6;
    letter-spacing: 1px;
	margin-left: 8px;
}

.news-item {
	margin-top: 35px;
}

.footer-a {
    background: #464646;
    padding-top: 20px;
    padding-bottom: 12px;
    /*margin-top: 100px;*/
}

.footer-a-container {
    position: relative;
}

.footer-a-container > .footer-a-menu-right {
    position: absolute;
    right: 0px;
    top: 0px;
}

.footer-a-menu {
	color: #F9B800;
	text-transform: uppercase;
	list-style: none;
	padding: 0
}

.info-icon {
	height: 25px;
    margin-top: 10px;
}


.footer-a-menu li {
	border-right: 1px solid #F9B800;
	display: inline-block;
	padding: 0 15px;
}

.main-logo {
	max-width: 277px;
}


.footer-a-menu li a {
	color: #F9B800;
}

.footer-a-menu li:last-child {
	border-right: none;
}


.footer-b {
	background: #555555;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
}

.footer-b.pad {
    padding-bottom: 90px;
}

.footer-b a {
	color: #F9B800;
}

    .footer-b .copyright a {
        color: #fff;
    }

.footer-c {
    background: #464646;
    padding-top: 20px;
    padding-bottom: 12px;
}


@media (max-width: 767px) {
	.text-xs-left { text-align: left; }
	.text-xs-right { text-align: right; }
	.text-xs-center { text-align: center; }
	.text-xs-justify { text-align: justify; }	
    /*.count-name, .count-numbers { left: 100px !important; display:block !important; }*/
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
    /*.count-name, .count-numbers { left: 100px !important; display:block !important; }*/

}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}
@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}

h2 {
	font-size: 20px;
    font-weight: bold;
}

.main-body a {
	color: #970038;
	font-weight: bold;
	font-size: 16px;
}

.search-bit h2 {
	text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
	font-size: 24px;
}

.search-bit input,
.search-bit select,
.search-bit .form-control {
	background: #EEEEEE;
	color: #9E9E9E;
	font-size: 16px;
	width: 100%;
	padding: 16px;
    height: auto;
    border-radius: 0px;
}

.search-bit input:focus, .search-bit select:focus {
	outline: none;
}

.search-bit select {
    background-image: url(/content/css/site/img/dropdown-arrow.png);
	background-size: 40px;
    background-position: right;
	background-repeat: no-repeat;
}

.search-bit {
	margin-bottom: 20px;
}

.search-bit-panel {
    min-height: 92px;
    margin-bottom: 10px;
}

.search-bit-panel > .btn {
    bottom: 15px;
}


.standard-table {
	border-top: 2px solid #464646;
	border-bottom: 2px solid #464646;   
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	margin-bottom: 30px;
	width: 100%;
}



.standard-table thead td,
.standard-table th {
	padding: 15px 5px 5px 5px;
    vertical-align: bottom !important;
    
}
.standard-table th,
.standard-table th > a {
    font-size: 13px;
    font-weight: 800;
}

/*.standard-table tbody tr {
	border-top: 2px solid #E1E1E1;
}*/

.standard-table tbody td {
	padding: 10px 5px;
	font-weight: 400; 
	vertical-align: top;
}

.standard-table tbody td a {
	font-weight: 800; 
	color: #970038;
	font-size: 13px;
}

.standard-table tbody td .btn {
    border-radius: 0;
	color: white;
}
.standard-table tbody td .btn-info {
	background-color: #970038;
    border-color: #970038;
}
.standard-table tbody td .btn-info:hover,
.standard-table tbody td .btn-info:focus {
    background-color: rgb(118, 28, 4);
}

.standard-table th.action,
.standard-table td.action {
    text-align: center;
}

.standard-table tr.active td {
    background-color: #00C0C0 !important;
    color: White;
}

.auth-info {
	color: #FFFFFF;
	/*white-space: pre-wrap;*/
	margin-right: 20px;
}

.details-block {
	background: #E1E1E1;
	padding: 20px;
	font-size: 16px;
}

.details-block ul {
	padding: 0;
	list-style:none;
	color: #464646;
}

.details-block ul li {
	margin-top: 4px;
}

.details-block h3 {
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 30px;
}

.details-block h3:first-child {
	margin-top: 0;
}

.details-block p {
	margin-top: 30px;
	color: #6f6f6f;
    font-family: 'Roboto', sans-serif;
}


.details-block p a {
	color: #9C1F49;
    font-weight: bold;
}

.panel-dash {
    margin-bottom: 35px;
}

/* Custom styles */

.project-ref {
    margin-bottom: 25px;
}
.project-ref > h1 > .badge {
    display: inline-block;
    font-size: inherit;
    background-color: #205887;
    vertical-align: top;
}
.project-ref > h2 {
    color: #205887;
    font-size: 24px;
}

/* Comments */

.comment {
    padding-bottom: 20px;
}
.comment > strong { 
    display: block;
    margin-bottom: 5px;
}
.comment + .comment {
    border-top: solid 1px #ddd;
    padding-top: 20px;
}
.comment > footer {
    margin-top: 5px;
    color: #777;
    font-size: .9em;
    display: inline-block;
    background-color: #efefef;
    padding: 7px 12px;
    border-radius: 2px;
}
.comment > footer:before {
    font-family: 'Glyphicons Halflings';
    content: "\e008";
    margin-right: 10px;
    display: inline-block;
}
.comment-count {
    border-top: solid 1px #ddd;
    padding-top: 20px;
    font-size: .8em;
    color: #777;
}

/* Panels */

.m-top-25 {
    margin-top: 25px;
}
.m-top-off {
    margin-top: 0px;
}

.btn-edit {
    color: white;
	background-color: #970038;
    border-color: #970038;
}
.btn-edit:hover,
.btn-edit:focus {
    color: white;
    background-color: rgb(118, 28, 4);
}

.card-counter{
    box-shadow: 2px 2px 10px #DADADA;
    margin-bottom: 25px;
    padding: 20px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
    display: block;
    position: relative;
  }

  .card-counter:hover{
    box-shadow: 4px 4px 20px #DADADA;
    transition: .3s linear all;
  }

    .card-counter.primary {
        background-color: #337ab7;
        color: #FFF;
    }

  .card-counter.danger{
    background-color: #ef5350;
    color: #FFF;
  }  

  .card-counter.success{
    background-color: #66bb6a;
    color: #FFF;
  }  

  .card-counter.info{
    background-color: #26c6da;
    color: #FFF;
  } 
  .card-counter.booking{
    background-color: #DAD126;
    color: #FFF;
  } 

  .card-counter i{
    font-size: 5em;
    opacity: 0.2;
  }

    .card-counter .count-numbers {
        position: absolute;
        left: 80px;
        top: 20px;
        font-size: 32px;
        display: block;
    }

    .card-counter .count-name {
        position: absolute;
        left: 80px;
        top: 65px;
        font-style: italic;
        text-transform: capitalize;
        opacity: 0.5;
        display: block;
        font-size: 18px;
    }

.ml18 {
    margin-left:18px;
}


.mtminus40 {
    margin-top: -40px;
}