/*Cases / Portal*/
.har-login-box {
    /* background: #006978;
    color: white;
    padding: 10px;
    box-shadow: 0px 0px 3px #111; */
    margin-bottom: 5px!important;
    border-bottom: 1px solid #e8e8e8;
}
.har-login-box .field
{
	display:inline-block;
}
.har-login-box label
{
	/* display: inline-block; */
    font-weight: normal;
    color: black;
	margin-right: 5px;
}
.har-login-box input[type="submit"] {
    border-radius: 0;
    background: #b63842;
    box-shadow: 0px 0px 3px #fff;
    margin-bottom: 0;
	display: inline-block;
}
.har-login-box input[type="submit"]:hover
{
	background:#cf272e;
}
.har-login-box input:not([type="submit"]) {
	display:inline-block;
    /* width: 100%; */
    margin-bottom: 10px;
	margin-right:5px;
}
.har-show-login {
    margin-bottom: 5px!important;
}
button#check-another {
    border-radius: 0;
    background: #b63842;
    box-shadow: 0px 0px 3px #fff;
    margin-bottom: 0;
    display: inline-block;
}

/* .har-case-container {
    background: #00a2ad;
    padding: 10px;
    color: white;
    box-shadow: 0px 0px 3px #111;
} */


.har-case-container .real-case .docs ul {
    margin:0;
}
.har-case-container .real-case .docs ul li {
	display: inline-block;
    width: 32.3%;
    margin-right: 1%;
    vertical-align: top;
}
.har-case-container .real-case .docs a {
    color: #1f6f81;
	font-size: 16px;
}
.har-case-container .real-case .case-title:not(:empty), .case-placeholder h4 {
    /* border-bottom: 1px solid #e7e7e7; */
    /* padding-bottom: 5px; */
    padding: 5px 10px;
    background: #1f6f81;
    color: white;
    border-radius: 5px;
}
h4.case-errors
{
	margin:0;
}
h4.case-errors:not(:empty)
{
padding: 5px 10px;
    /* background: #b63842; */
    text-align: center;
    border: 3px solid #b63842;
    color: black;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 15px;
}
.ajaxloader {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
/*End cases / Portal */