html,
body {
    height: 100%;
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
}

.main-content {
    margin-top: 53px;
}
.block {
    display: block;
}

.margintop5 {
    margin-top: 5px;
}

.background-pistachio {
    background-color: #f2e8c4;
}

.background-durian {
    background-color: #ffe075;
}

.background-blue {
    background-color: #2f6585;
}

.white {
    color: white !important;
}

.align-right {
    float: right;
}

.text-align-right {
    text-align: right;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 3px 20px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

#popOutUserLogin, #popOutForgotPassword {
    display: none;
}

/* =Footer--------------------------------------------- */
footer
{
    position: relative;
    bottom: 0px;
    padding-top: 40px;
    padding-right: auto;
    padding-bottom: 20px;
    padding-left: auto;
    width: 100%;
    background-color:#323D40;
    border-top: 1px solid #ccc9c9;
    margin-top: 0px;
    margin-bottom: 0px;
    box-sizing: border-box;
}

footer ul li
{
    list-style: none;
    margin-left: -38px;
    border-bottom: solid 1px #ccc9c9;
}

.footer-logo {
    background-image: url("/images/svg/LawSocNSW-logo-white.svg");
    height: 100px !important;
    width: 260px;
    background-repeat: no-repeat;
    background-size: contain;
}

.firstLine div
{
    display: block;
    position: relative;
    /*  float: left;
      text-align: left;
    /*  width: 33%; */
    /*  text-shadow: 0px 1px 0px rgba(241, 237, 237, 0.6); */
}

.firstLine h4
{
    /*  color:#5e6064; */
    color: #d3d3d3;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.firstLine a
{
    /*  color: #7f7a7a; */
    color: #e3e3e3;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
}

.secondLine
{
    padding-top: 50px;
    padding-bottom: 25px;
    background-color: #c6c2c2;
    width: 100%;
}

.secondLine p
{
    /*    color: #7b7878; */
    color: #d3d3d3;
    text-align: left;
    font-size: 16px;
}
/* =Footer end--------------------------------------------- */

@media (max-width: 767px) {
    .footer-logo {
        height: 50px !important;
        width:200px;
    }
}

@media (min-width: 992px){
    .footer-logo {
        height: 100px !important;
        width:260px;
    }
}

.error, .errorMessage, span.required {
    color:red;
}

form div.required label.control-label:after {
    content:" * ";
    color:red;
}

@media (max-width: 767px) {
    .piclet, .piclet h3 {
        height: 60% !important;
        font-size: 50%;
    }
}

@media (min-width: 991px) {
    .piclet {
        height: 90% !important;
		font-size: 70%;
    }
}

@media (max-width:767px) {
	.icon-text-container {
		display: flex;
		flex-direction: row;
	}
}
@media (max-width: 767px) {
    .collapsed {
        display: none !important; /* Use !important to ensure it overrides any conflicting styles */
    }
}
