@charset "utf-8";
/* CSS Document */

/*Start header and footer design*/
/*nav list start*/
.h1::after, h1::after,.h2::after, h2::after{display:none;}
@media screen and (min-width: 1024px){
.h1, h1 {
	margin: 0px;
}
.h2:first-child, h2:first-child{ margin:0px;}	
}	
.nav_list {
width: 80%;
display: flex;
align-items: center;
flex-direction: row;
justify-content: flex-end;
}
.fa-times-circle-o:before{
	color:red;
	font-size:16px;
}
.fa-check-square-o:before{
	color:green;
	font-size:16px;
}
.nav_list ul {
display: flex;
flex-direction: row;
list-style-type: none;
padding-top: 0.5rem;
}
.nav_list ul li{
margin-right: 1.5rem;
}
.nav_list ul li a {
text-decoration: none;
color: #0062c5;
font-size: 1rem;
font-weight: bold;
}
.nav_list ul li a::after{
content:"|";
margin-left: 1.5rem;
color: #cbd3e8;
}
.nav_list  ul  li:nth-child(3) a::after{
display:none;
}
/*nav list end*/
.logo{
width: 10%;
height: 40px;
}
.logo img {
width: 8rem;
}
.submit-btn{cursor: pointer;}
.amheader {
padding: 1.5rem 5rem 1rem;
background-color: #ffffff;
-moz-box-shadow: inset 5px 5px 5px #dedede;
-webkit-box-shadow: 5px 5px 5px #dedede;
box-shadow: 5px 5px 5px #dedede;
}
.amfooter{
background: linear-gradient(360deg, #0072CE, #024377);
padding: 1.5rem 5rem;
display: flex;
justify-content: flex-end;
}
.login-footer{background: #ffffff; padding: 1.5rem 5rem; display: flex; justify-content: space-between; flex-direction: row; align-items: center;
position: fixed;    width: 100%;    bottom: 0;}
.login-footer .logo { text-align: right; font-size: 14px;}
.login-footer .logo img { margin-top: 5px;}
.login-footer .links ul { display: flex; flex-direction: row; justify-content: center; align-items: center; list-style-type: none;}
.login-footer .links ul li { margin: 5px 20px;}
.login-footer .links ul li a { text-decoration: none; color: #0063c3; font-weight: bold;}
.casestudy-form .amform-group input,.casestudy-form .amform-group select{border: 1px solid #007dc3!important;border-radius:0.5rem;}
.footer-logo img {
width: 8rem;
}
/*End header and footer design*/
/*Start banner design*/
.ammain {
width: 100%;
height: 80%;
background-image: url("../img/hero-banner.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
position: fixed;
display: flex;
align-items: center;
justify-content: space-around;
}
/*.ammain:before {
content:"";
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(141deg, #0077d3 47%,#5dc4f787 73%);
opacity: 0.5;
}
*/
/*End banner design*/
/*Start banner form design*/
.amlogin{
position: relative;
z-index: 1;
width: 24.5rem;
height: auto;
}
main.ammain > section > form{
width: 100%;
box-shadow: 0 3px 6px rgba(0,0,0,0.25);
padding: 30px;
border-radius: 6px;
}
.amform-group label {
color: #ffffff;
font-size: 1rem;
display: block;
margin-bottom: 5px;
font-weight: bold;
}
.amform-group input, .amform-group select, .amform-group textarea, .amform-group input:focus, .amform-group select:focus, .amform-group textarea:focus,
.amform-group input:hover, .amform-group select:hover, .amform-group textarea:hover {
color: #ffffff;
width: 100%;
padding: 5px 10px 5px 40px;
box-sizing: border-box;
background-color: transparent;
border :none;
border-bottom: 1px solid #ffffff;
margin-bottom: 20px;
outline: none;
font-size: 0.85rem;
line-height: 17px;
position: relative
}
.amform-group select option{
background-color:#0072CE;
color: #ffffff;
line-height: 24px;
}
.amlogin *::placeholder {
color: #ffffff;
opacity: 0.5;
}
.submit-btn {
width: 100%;
border: 1px solid #ffffff;
background-color: #ffffff;
padding: 7px 10px;
border-radius: 6px;
font-size: 0.85rem;
text-transform: uppercase;
color: #0072CE;
margin: 20px auto;
font-weight: bold;
}
.white-underline-text {
display: block;
text-align: center;
color: #ffffff;
font-size: 0.85rem;
font-weight: 400;
margin-bottom: 20px;
}
.trans-btn, .trans-btn:hover, .trans-btn:focus, .trans-btn:active {
border: 1px solid #ffffff;
border-radius: 6px;
padding: 6px 17px;
color: #ffffff;
outline: none;
text-decoration: none;
}
.extra-btns {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.role-select select, .user-name input, .pass-word input{
background-position: 10px 2px;
background-repeat: no-repeat;
}
.role-select select {
background-image: url(../img/theatre.svg);
}
.user-name input {
background-image: url(../img/users.svg);
}
.pass-word input {
background-image: url(../img/locked.svg);
}
.flex{display: inline-flex;}
/*End banner form design*/
/*login content*/
.h1{font-size: 2.625rem;
color: #fff;
}
/*typo*/
h2 {
color: #007dc3;
font-size: 2.125rem;
text-align: center;
}
/*theam 2*/
main.ammain .amlogin > p.h1 {
font-size: 1.8rem;
font-weight: 600;
text-align: center;
margin-bottom: 1.5rem;
}
p+img {
width: 3rem;
margin: 1rem auto 2rem;
display: block;
}
section.amlogin.theme1 {
box-shadow: none;
}
.info-message { color: #ffffff; font-size: 12px;}
/*Oncology*/
.container-main {display: flex;flex-direction: row;flex-wrap: wrap;margin-top: 3rem;}
.right-container {width: 75%;border-right: 1px solid #e3e3e3;padding: 0 1rem;}
.left-container {width: 25%;padding: 0 1rem;}
.right-container .case-studies-container {display: flex;flex-direction: row;width: 100%;padding-top: 2%;flex-wrap: wrap;}
.left-container .liked-cases-container{padding-top: 8%;}
.case p {font-size: 1.1rem;line-height: 1.5;padding: 0.8rem .5rem 0.8rem 0;}
.right-container .case p {line-height: 1.5;font-size: 1.1rem;padding: 0.8rem .5rem 0.8rem 0;}
.container-main .case h2 {font-size: 1.35rem;padding: 0.5rem 0;text-align: left;}
.container-main .case .p-date {font-size:0.9rem;color: #676c71;}
.case a{font-size: 0.9rem; font-weight: bold;}
.container-main h1 ,.clinical-case h1 {padding-bottom: 0.7rem;color: #007dc3;font-weight: 800;font-size: 1.8rem; text-align:left;}
.right-container .case-studies-container img{width: 100%;}
.case a {color: #007dc3;text-decoration: none;display: block;text-align: right;padding-right: 2%;}
.liked-cases-container .case {padding: 3% 0;}
.keywords p {text-align: left;font-size: 0.9rem;color: #000000;display: inline;font-weight: bold;}
.keywords {font-size: 0.8rem;    margin-top: 1rem;}
.keywords ul {list-style: none;display: inline;}
.keywords ul a {text-align: left;display: inline;color: #ffffff;background: #2e92e9;padding: 0.2rem 0.5rem 0.5rem;border-radius: 5px;font-size: 0.9rem; list-style:none;}

.keywords ul:not([class]) li::before{display:none;}
.keywords li {display: inline-block;margin-bottom: 0.9rem;}
.right-container .case .keywords p{font-size: 0.9rem;}
/*Mockup*/
.right-container .case-studies-container {display: flex;flex-direction: row;width: 100%;flex-wrap: wrap;}
.right-container .case {width: 23%;margin: 1rem 1.3% 2rem 0;}
.container-main.mockup-home h1 {text-align: left;font-size: 1.8rem;font-weight: bold;}
.right-container p ,.clinical-case p{font-size: 1.1rem;line-height: 1.5;padding: 0.8rem .5rem 0.8rem 0;}
.liked-cases-container img {width: 100%;}
.container-main.mockup-home .left-container .liked-cases-container {padding-top: 0;}
.container-main.mockup-home .right-container .case-studies-container {padding-top: 0;}



/*Dash board*/
.button {
background-color: #0062c5;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 0.9rem;
cursor: pointer;
width: 35%;
border-radius: 0.5rem;
}
.row2 table {
width: 100%;
border-collapse: collapse;
box-shadow: 0px 1px 6px 0px #cccccc;
}
.dashboard th {
background-color: #0062c5;
color: #fff;
}
.dashboard td {
color: #000;
width: 25%;
}
.dashboard th, td {
text-align: left;
padding: 0.9rem;
border: 1px solid #fff;
}
.dashboard tr:nth-child(even) {
background-color: #cbd3e8;
}
.dashboard tr:nth-child(odd) {
background-color: #e7e9f5;
}
.row1 {
text-align: center;
margin: 1.5rem;
}
input[type="checkbox"] {
width: 18px;
height: 18px;
}
.button:hover {
background-color: #3787d6;
}
/* The container */
.container {
display: block;
position: relative;
padding-left: 21px;
margin-bottom: 23px;
cursor: pointer;
font-size: 22px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.container-tab.dashboard {
width: 90%;
display: block;
margin: 5rem auto;
}
/* Hide the browser's default checkbox */
.container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
/* Create a custom checkbox */
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 22px;
width: 22px;
background-color: #fff;
}
/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
background-color: #0062c5;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}
/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
display: block;
}
/* Style the checkmark/indicator */
.container .checkmark:after {
left: 7px;
top: 3px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
button[type="button"]:disabled {
background: #cbd3e8;
}
.container-tab.dashboard .row3 {
margin: 2.5rem 0;
}
.container-tab.dashboard .row3 > button {
width: 15rem;
}
.h3, .box, .black-box {
padding: 0.5rem;
}
.h3 {
border: 1px solid #2e92e9;
}
.box {
border: 1px solid #bcd8ef;
}
.main-container {
display: flex;
width: 100%;
flex-direction: row;
margin: 1rem 0;
}
.row3.flex {
justify-content: space-around;
width: 100%;
margin-top: 2rem;
}
.col1 {
margin-right: 2%;
}
.grey-box {
border: 1px solid #e3e3e3;
padding: 0.5rem 0.5rem 2.5rem;
}
.black-box {
border: 1px solid #1b373b;
}
textarea{    border-color: #bce198;}
.introduction{    margin: 0 auto;
width: 100%;
max-width: 1200px;
padding-right: 0;
padding-left: 0;}
/*Start form */
.width-90 {
width: 90%;
margin: 5rem auto 0;
padding: 15px 15px 0;
}
.casestudy-form .amform-group input, .casestudy-form .amform-group select, .casestudy-form .amform-group textarea, .casestudy-form .amform-group input:focus, .casestudy-form .amform-group select:focus, .casestudy-form .amform-group textarea:focus, .casestudy-form .amform-group input:hover, .casestudy-form .amform-group select:hover, .casestudy-form .amform-group textarea:hover {
color: #333;
padding: 7px 10px;
border: 1px solid #c0e0ff
}
.casestudy-form .amform-group input:focus, .casestudy-form .amform-group select:focus, .casestudy-form .amform-group textarea:focus, .casestudy-form .amform-group input:hover, .casestudy-form .amform-group select:hover, .casestudy-form .amform-group textarea:hover{
border: 1px solid #42a2ff;
}
.amform-group.hypo_title.title input,.amform-group.hypo_title.title label {
text-transform: uppercase;
}
.casestudy-form .amform-group select:hover , .casestudy-form .amform-group select{
margin-bottom: 0rem;
}
form.new-case-form > div {
margin-bottom: 1rem;
}
form.new-case-form > div label {
margin-bottom: 0.5rem;
}
.casestudy-form .amform-group textarea{
min-height: 110px;
}
.casestudy-form *::placeholder {
color: #999999;
}
.casestudy-form .amform-group label {
color: #007dc3;
font-size: 0.9rem;
font-weight: bold;
}
.display-flex-end {
display: flex;
align-items: flex-end;
justify-content: space-between;
}
.textarea_case {
width: 70%;
}
.browse-file {
width: 30%;
padding: 15px;
margin-bottom: 10px;
}
.form-tab-container > ul > li.click{    font-size: 0.85rem;
color: #005480;
background-color: #fff;
padding: 10px 30px;
text-align: center;
border: 1px solid #007dc3;
margin: 20px;
border-radius: 5px 5px 0 0;
cursor: pointer;
display: inline;
}
.action-btn > ul > li{    border-radius: 5px;font-size: 0.85rem; color: #fff; background-color: #007dc3; padding: 10px 30px; text-align: center; margin: 20px; cursor: pointer; display: inline;}
.form-tab-container > ul > li.active, .form-tab-container > ul > li:hover, .action-btn > ul > li:hover{background-color: #005480; color: #fff;}
.getProperties > div:not(:first-child){display: none;}
.form-tab-container, .action-btn, .coe-dashboard{
margin: 8rem 5rem 5rem;
}
.coe-dashboard > div.row1 input{
margin-bottom: 2rem;
}
.coe-dashboard > div.row3 input{
margin-bottom: 2rem;
}
.getProperties {
padding: 4rem 1rem;
border: 1px solid #007dc3;
margin: 9px auto;
border-radius: 5px;
width: 80%;
}
.coe-dashboard > div{
margin: 9px auto;
width: 80%;
}
.form-tab-container ul.ulist, .action-btn ul.ulist{text-align: center;}
/*user-icon*/
.amheader.flex{
display: flex;
justify-content: space-between;
}
.user-login {
display: flex;
align-items: center;
width:10%;
}
.user-login p {
display: inline;
margin-right: 1rem;
color: #007dc3;
font-weight: bold;
}
div.user-login img.help {
margin-right: 2rem ;
width: 20px;
}
div.user-login img {
width: 30px;
border-radius: 50px;
display: inline;
margin: 0;
}
/*End form */
/*override styles*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
border: 1px solid #ffffff;
background: #0062c5;
font-weight: normal;
color: #ffffff;
}
.ui-widget.ui-widget-content {
border: 1px solid #ffffff;
box-shadow: 0 5px 7px 0px #cccccc;
}
.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column{
padding: 0.5rem;
font-size: 1rem;
}
/*Radio*/
.option {
display: flex;
}
.option div {
display: flex;
width: 15%;
}
.option div input {
width: 20%;
}
.option div input:hover{
width: 20%;
}
.option div input:focus{
width: 20%;
}
.add_question {
margin: 2rem auto;
display: block;
width: auto;
}
textarea{
max-width: 100%;
height: 110px;
width: 1047px;
}
/*Home Dashboard*/
.Register_btn{
display: block;
margin-left: auto;
width: auto;
}
/*Register*/
#Register-confirm-popup {
display: none;
}
.overlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
background: rgba(17, 71, 97, 0.6);
padding: 0 10px;
opacity: 1;
transition: opacity .15s,top 0s;
}
.overlay_wrapper {
border-radius: 1rem;
background: #fff;
margin: 5vh auto 0;
max-width: 900px;
width: 100%;
height: 80%;
position: relative;
transition: -webkit-transform cubic-bezier(.175,.885,.32,1.275) .15s;
transition: transform cubic-bezier(.175,.885,.32,1.275) .15s;
transition: transform cubic-bezier(.175,.885,.32,1.275) .15s,-webkit-transform cubic-bezier(.175,.885,.32,1.275) .15s;
}
.overlay_closer {
position: absolute;
top: -12px;
right: -6px;
cursor: pointer;
border-radius: 50%;
padding: 3px 10px;
font-weight: 700;
color: #fff;
background: #b90000;
border: none;
}
.overlay_content .width-90 {
width: 90%;
margin: 3rem auto 0;
}
.overlay_content {
overflow-y: scroll;
height: 100%;
}
.overlay_content h2{
padding: 2rem 0;
}
.Register_submit_btn .button{
width: auto;
margin: 0 auto;
display: block;
}
.dashboard_title{
margin-bottom:2rem;
}
.p {
font-size: 1.1rem;
padding: 1rem .5rem;
}
.col1 img{
max-width: 100%;
}
.flex {
display: inline-flex;
margin-bottom: 1rem;
}
.case-study {
border: 1px solid #c0e0ff;
margin-bottom: 1.5rem;
padding: .5rem;
}
.Reviewer_Dashboard{
margin: 0rem auto 0;
}
/*admin page*/
.clear_dep{cursor: pointer;}
.error_Uni p, .error_dep p{color:red;}
.error_Uni, .error_dep {margin: .5rem;}
.admin-page input {width: 100%;border: 1px solid #007dc3;padding: 10.1px;border-radius: 0.5rem;margin-bottom: 0.8rem;border-top-right-radius: 0;border-bottom-right-radius: 0;margin-bottom: 0;box-shadow: 0px 0px 0px 0.5px #ccc;}
.admin-page input:focus{    outline: -webkit-focus-ring-color auto 0px;}
.admin-page .admin-cont {border: 1px solid #007dc3;padding: 1.5rem 1rem 1rem;    border-radius: 10px;}
.add-btn {border: 1px solid #007dc3;background-color: #007dc3;font-size: 1rem;font-weight: bold;color: #fff;text-align: center;margin-left: auto;border-radius: 5px;padding: 0.2rem;    width: 20%;}
.admin-wrapper.admin-page {width: 100%;display: flex;flex-direction: row;max-width: 600px;margin: 0 auto;    padding: 7rem 0 5rem;}
.admin-page .sub-container {width: 50%;    margin-right: 1rem;}
.sub-container ul {padding: 1rem;}
.admin-wrapper h4 {color: #007dc3;font-weight: bold;margin-bottom: 1rem;    text-align: center;}
.admin-page .admin-cont li {list-style: none;padding: 0.5rem 0;border-bottom: 1px solid #007dc3;display: flex;flex-direction: row;justify-content: space-between;    margin-top: 0.5rem;}
.admin-page .admin-cont ul li span {background-color: #007dc3;color: #fff;font-size: 0.7rem;font-weight: bold;padding: 0.3rem 0.5rem;border-radius: 50px;}
.admin-page .admin-cont .options {display: flex;flex-direction: row;align-items: center;}
.plus-control, .minus-control {font-size: 1.5rem;font-weight: bold;text-align: center;color: #007dc3;border: 1px solid #007dc3;border-radius: 5px;padding: 0rem 0.5rem;margin: 0.5rem;cursor: pointer;
}
.add-dep,.add-uni {font-size: 1.27rem;padding: 0.35rem 0.8rem;border-top-left-radius: 0;border-bottom-left-radius: 0;margin: 0;    border-left: 0;box-shadow: 0.5px 0px 0px 0.5px #ccc;}
.admin-page .answer{width: 90%;}
.admin-page ul{padding:0;}
/*map-btn*/
.map-btn .add-btn {border: 1px solid #007dc3;background-color: #007dc3;font-size: 1rem;font-weight: bold;color: #fff;text-align: center;margin: 0 auto 4rem;border-radius: 5px;padding: 0.5rem;width: 10%;cursor: pointer;}
.map-btn .add-btn a{color: #fff;text-decoration: none;}
/*Register form*/
.new-case-form input.amform-control, .new-case-form .amform-group input:hover, .new-case-form .amform-group input:focus { margin-bottom: 5px;}
.new-case-form .amform-group.hypo_title.title input, .new-case-form .amform-group.hypo_title.title label { text-transform: inherit;}
.new-case-form .amform-group select { margin-bottom: 0;}
.new-case-form label.error { color: #ff0000 !important; font-size: 0.7rem !important; text-transform: inherit !important;}
.new-case-form select.error { color: #333!important;}
/*COE Submission  form*/
.wrapper.coe_form {width: 100%;max-width: 1200px;margin: 0 auto;    padding: 3rem 0.5rem;}
.coe_form .exp-collapse {display: flex;flex-direction: row;justify-content: flex-end;align-items: center;margin: 1rem 0.5rem;}
.coe_form .expand-controls.collapse {margin-right: 0;}
.coe_form .expand-controls , .clinical-case .expand-controls{background-color: #007dc3;color: #fff;font-weight: bold;padding: 0.5rem 1rem;margin-right: 1rem;border-radius: 0.5rem;font-size: 0.8rem;cursor: pointer;}
.coe_form .accordian-container .acc-label ,.clinical-case .acc-label{font-size: 0.9rem;color: #fff;background-color: #007dc3;padding: 5px 15px;border: 1px solid #007dc3;border-radius: 5px;cursor: pointer;display: flex;flex-direction: row;justify-content: space-between;align-items: center;margin-bottom: 1rem;}
.coe_form .acc-content {padding: 1rem 0.5rem;}
.coe_form h3 {color: #007dc3;font-size: 2.125rem;text-align: center;}
.coe_form .acc-info {width: 95%;margin: 1rem auto;padding: 15px 0 0;}
.coe_form input{width: 100%;border: 1px solid #007dc3;padding:10px;border-radius: 0.5rem;margin-bottom: 0.8rem;}
.coe_form label{color: #007dc3;font-size: 0.9rem;font-weight: bold;margin: 0.7rem 0 0.5rem;display: block;}
.coe_form .add-toggle ,.clinical-case .add-toggle{font-size: 1.5rem;font-weight: bold;}
.coe_form textarea{padding: 0.5rem;border: 1px solid #007dc3;width: 100%;border-radius: 0.5rem;}
.coe_form .textarea-1{display: flex;flex-direction: row;margin-bottom: 1rem;}
.coe_form .browse-file {margin-top: auto;padding-bottom: 0;margin-bottom: 0;width: 25%;}
.coe_form .browse-file input{border: none;margin-bottom: 0;}
.coe_form .add-controls {display: flex;flex-direction: row;align-items: center;justify-content: flex-end;}
.coe_form .plus-control,.minus-control {font-size: 1.5rem;font-weight: bold;text-align: center;color: #007dc3;border: 1px solid #007dc3;border-radius: 5px;padding: 0rem 0.5rem;margin: 0.5rem;cursor: pointer;}
.coe_form .option div{    display: flex;flex-direction: row;}
.coe_form .answer {display: flex;flex-direction: row;align-items: center;}
.coe_form .answer input {width: auto;margin-right: 1rem;}
.coe_form .inner-content{display: none;}
.coe_form .options {margin: 1rem 0;}
.coe_form .question {padding: 1rem;margin: 2rem 0;-webkit-box-shadow: 0px 1px 2px 0px rgb(208, 203, 203);-moz-box-shadow: 0px 1px 2px 0px rgb(208, 203, 203);box-shadow: 0px 1px 2px 0px rgb(208, 203, 203);}
.coe_form #quiz {margin-bottom: -1rem;}
.coe_form .quiz-answer {margin-top: -3rem;}
.coe_form .action-btn, .coe_form .coe-dashboard{margin: 3rem 5rem 7rem;}
.coe_form .answer span {font-weight: bold;color: #007dc3;margin-right: 0.6rem;}
.coe_form .map-btn .add-btn {border: 1px solid #007dc3;background-color: #007dc3;font-size: 1rem;font-weight: bold;color: #fff;text-align: center;margin: 0 auto;border-radius: 5px;padding: 0.5rem;width: 10%;cursor: pointer;}
.coe_form .map-btn .add-btn a{color: #fff;text-decoration: none;}
.coe_form .minus-control-options{font-size: 0.8rem;padding: 0.3rem 0.5rem;}
.coe_form .plus-control-options{font-size: 0.8rem;padding: 0.3rem 0.5rem;}
.coe_form .upload_img{margin-bottom: 1rem;}

/*sticky menu*/
.sticky-menu {display: flex;flex-direction: column;position: fixed;right: 0rem;border-right: none;border-radius: 10px 0 0 10px;background: #ffffff;padding: 0.6rem 0 0.8rem 0.3rem;-webkit-box-shadow: -1px 0px 7px 0px rgba(155,162,155,1);-moz-box-shadow: -1px 0px 7px 0px rgba(155,162,155,1);box-shadow: -1px 0px 7px 0px rgba(155,162,155,1);}
.sticky-menu img {width: 3.5rem;}
.sticky-menu .message img{width: 2rem;margin-left: 0.8rem;}

/*Clinical cases*/
.clinical-case {margin-top: 2rem;padding: 0 1rem;}
.clinical-case h3 {font-size: 1.15rem;}
.clinical-case .img-container {display: flex;flex-direction: row;flex-wrap: wrap;width: 100%;margin: 1rem 0;}
.clinical-case .img-container .img {width: 18%;margin-right: 1rem;}
.clinical-case .acc-label h4{font-size: 1.1rem;}
.clinical-case .acc-label h1{color: #ffffff;text-align: left;font-size: 1.1rem;padding: 0;}
.clinical-case .acc-content.inner-content h2 {text-align: left;font-size: 1.25rem;padding: 0.5rem 0;}
.clinical-case .acc-content.inner-content h3 {font-size: 1.1rem;}
 .clinical-case .acc-item .sub-heading i{transform: rotate(45deg);color: #fa1919;font-size: 1.25rem;font-weight: 500;padding-right: 0.5rem;}
.clinical-case .acc-item .acc-content.inner-content h4{color: #007dc3;font-size: 1.35rem;margin: 1rem 0;}
.attach-links{display: flex;flex-direction: row;flex-wrap: wrap;}
.attach-links .download-col-3 {width: 25%;display: flex;margin: 0 0 1rem;}
.download-col-3 a {text-decoration: none;color: #005fac;font-size: 1.1rem;font-weight: bold;}
span.attach-download-button {padding-right: 1rem;font-size: 1.25rem;}
span.checkno{border: 1px solid #c4002d;margin-left: 1rem;border-radius: 50%;padding: 2px 4px;color: #c4002d;font-size: 0.85rem; }
span.checkyes {border: 1px solid #03c400;margin-left: 1rem;border-radius: 50%;padding: 2px 4px;color: #03c400;font-size: 0.85rem;}
.clinical-case .acc-item .acc-content.inner-content .questions{}
.clinical-case .acc-item .acc-content.inner-content .questions {margin-top: 0;font-weight: bold;}
.clinical-case .acc-content.inner-content {margin-bottom: 1rem;}
span.Question-numbers {font-size: 1.3rem;color: #006cc4;margin-right: 1rem;}
.clinical-case .refrences {margin: 2rem 0;}
.clinical-case .accordian-container {margin: 2rem 0;}
.clinical-case .accordian-container .question-number {margin-left: 1rem;}
.clinical-case .accordian-container .question-number li {line-height: 2;padding-left: 0.5rem;}
.clinical-case .accordian-container .refrences {margin: 1rem 0;}
.acc-item.acc-item7 .casepresent-conatiner h3 {color: #007dc3;font-size: 1.2rem;margin: 0.5rem 0;}
.clinical-case .accordian-container .keywords ul a{text-decoration: none;padding: 0.4rem 0.5rem 0.5rem;border-radius: 5px;font-size: 1rem;}
.clinical-case .accordian-container .keywords ul li{margin-right: 0.7rem;}
.clinical-case .accordian-container .keywords{margin-top: 1.5rem;}
.clinical-case .exp-collapse {display: flex;flex-direction: row;justify-content: flex-end;align-items: center;margin: 1rem 0.5rem;}
.clinical-case .ref-list li {list-style: none;margin-left: 2rem;position: relative;line-height: 1.5;font-size: 1.1rem;}
.clinical-case .ref-list li:before{content: '';width: 6px;height: 6px;color: red;}
.clinical-case .ref-list li:before {content: '';width: 6px;height: 6px;background: #007dc3;position: absolute;border-radius: 50%;top: 0.55rem;left: -1.5rem;}
/*mapping page*/
.admin-wrapper.map-page {margin: 5rem 0;}
.map-page table#map-table {width: 85%;margin: 0 auto 5rem;    border-collapse: collapse;}
.map-page #map-table tr th{color: #fff;background-color: #007dc3;padding: 0.8rem 1.5rem;}
.map-page #map-table td{padding-top: 12px;padding-bottom: 12px;text-align: center; color: #007dc3;font-weight: bold;}
.map-page #map-table td, #map-table th {border: 1px solid #ddd;}
.map-page .save-btn {border: 1px solid #007dc3;background-color: #007dc3;font-size: 1rem;font-weight: bold;color: #fff;text-align: center;margin: 1rem auto;border-radius: 5px;padding: 0.5rem;width: 10%;cursor: pointer;}
.form-radio {width: 100%;display: flex;flex-direction: row;align-items: center;margin-bottom: 1rem;}
.form-radio label {width: 10%;}
.form-radio input[type="radio"] {width: 5%;}
/*mapping page*/
/*Start responsive design*/
@media screen and (min-width: 1024px){
.overlay_wrapper {
top: 14%;
margin: auto;
}
}
@media screen and (max-width: 1024px){
.left-container .liked-cases-container {display: flex;flex-wrap: wrap;flex-direction: row;padding-top: 0;}
.liked-cases-container .case img{width: 100%;}
.liked-cases-container .case {width: 30%;margin: 0 1rem 0 0;}
.container-main .left-container ,.container-main.mockup-home .left-container{width: 100%;margin-top: 2rem;}
.container-main .right-container,.container-main.mockup-home .right-container {width: 100%;border-right: none;}
.container-main.mockup-home .left-container .liked-cases-container {padding-top: 0;}
.container-main.mockup-home .right-container .case-studies-container {padding-top: 0;}
.clinical-case .img-container img {width: 100%;}
}
@media screen and (max-width: 900px){
 .clinical-case span.attach-download-button {padding-right: 0.5rem;font-size: 1.25rem;}  

}
@media screen and (max-width: 768px){
.liked-cases-container .case{width: 31%;}
.amheader {padding: 1rem 2rem;flex-wrap: wrap;}
.amheader .user-login {order: 2;width: 20%;}
.logo {width: 50%;order: 1;height: auto;}
.amheader .nav_list {order: 3;width: 100%;}
.ammain { width: 100%;flex-direction: column-reverse;align-items: center;justify-content: center;}
.amlogin{width: 80%;}
p.h1{margin-bottom: 3rem;}
.amform-group label{font-size: 1.25rem}
.amform-group input, .amform-group select, .amform-group textarea, .amform-group input:focus, .amform-group select:focus, .amform-group textarea:focus,
.amform-group input:hover, .amform-group select:hover, .amform-group textarea:hover, .submit-btn{font-size: 1rem;}
.login-footer{ padding: 1.5rem 2rem; }
.login-footer .links ul{display: block;}
.right-container .case-studies-container .case {width: 32%;}
.clinical-case .attach-links .download-col-3{width: 30%;}
}
@media screen and (max-width: 668px){
.amheader .user-login {width: 24%;}
.liked-cases-container .case {width: 30%;}
.clinical-case .attach-links .download-col-3 {width: 33%;}
.clinical-case .img-container .img {width: 22%;}
.clinical-case .accordian-container .keywords ul li{margin-bottom: 1.4rem;}
.sticky-menu .message img {width: 1.5rem;margin-left: 0.8rem;}
.sticky-menu img {width: 3rem;}
}
@media screen and (max-width: 600px){
.clinical-case .attach-links .download-col-3 {width: 50%;}
.clinical-case .img-container .img {width: 30%;}
}
@media screen and (max-width: 576px){
.container-main {flex-direction: column;}
.container-main .right-container {width: 100%;border-right: none;}
.container-main .left-container,.liked-cases-container .case img,.right-container .case  {width: 100%;}
}
@media screen and (max-width: 500px){
.right-container .case-studies-container .case {width: 48%;}
.liked-cases-container .case {width: 46%;}
.amheader .user-login {width: 33%;}
div.user-login img.help {margin-right: 1rem;}
.clinical-case .accordian-container .img-container ,.clinical-case .accordian-container .attach-links {flex-direction: column;}
.clinical-case .accordian-container .img-container .img ,.clinical-case .attach-links .download-col-3{width: 100%;}
.clinical-case .accordian-container .keywords ul li{margin-bottom: 1.4rem;}
.sticky-menu img {width: 2rem;}
.sticky-menu .message img {width: 1.2rem;margin-left: 0.3rem;}
}
@media screen and (max-width: 400px){
.logo img {width: 6.5rem;}
.amheader .user-login {width: 44%;}
div.user-login img.help {margin-right: 1rem;}
.right-container .case-studies-container .case,.liked-cases-container .case {width: 100%;}
.clinical-case .img-container .img {width: 100%;}
.attach-links .download-col-3{width: 100%;}
.clinical-case .question-box input[name="question_box"]{padding: 0.7rem;}
.clinical-case .accordian-container .keywords ul li {margin-bottom: 1.3rem;}
.clinical-case .accordian-container .keywords ul a{font-size: 0.8rem;}
.clinical-case .attach-links .download-col-3 a{font-size: 1.05rem;}
.clinical-case .attach-links span.attach-download-button {padding-right: 0.7rem;font-size: 1.1rem;}
}
/*End responsive design*/