/*CPD event info*/
.cancelled {
        color:#FF0000;
}

.booking-open {
    color: #008A00;
}
.booking-closed {
    color: #aa0000;
}
.coming-soon {
    color: #E07306;
}

#register-interest{
    background: #1e7680;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.3);
    padding: 5px 10px 5px 10px;
    transition: background-color .25s ease-in-out, box-shadow .25s ease-in-out;
}
#register-interest:visited{
    color: #ffffff;
}
#register-interest:hover{
    color: #ffffff;
    text-decoration:none;
    background:#21828D;
}
#register-interest:active{
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
}

/*CLA*/
.www-cla-cambridgescp-com .campl-primary-cta:link {box-shadow: 0px 0px 4px 1px #1E7680;}
.www-cla-cambridgescp-com .campl-primary-cta:active {box-shadow: 0px 0px #ffffff;}
/*N.B. the above rule applies to .campl-primary-cta across the site*/

/*'Services hub' CSS [currently unpublished]*/
.main-item
    {display: grid;
    grid-template-columns: 30% 30% 40%;}

.page-node-197562 label
    {height: 120px;
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 13pt;
    text-align: center;
    background-color: #A51137;
    border-color: #A51137;
    border-width: 3px;
    border-style: solid;
    border-radius: 3px;
    padding: 4px;
    float: left;
    clear: left;
    transition: all ease 0.2s;
    }
.page-node-197562 label:hover
    {opacity: 0.8;
    transition: all ease 0.2s;}

#tutored-course, #video-conference, #e-marking, #cpd, #moderation, #amici
    {display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-size: 13pt;
    margin-top: 40px;}

#video-conference
    {padding: 0px 2px 0px 2px;}
#moderation, #amici
    {margin-top: 48px;}

#tutored-course-button, #video-conference-button, #e-marking-button, #moderation-button, #cpd-button, #amici-button
    {display: none;}
    
.sub-items
    {opacity: 0;
    transition: all 0.2s ease;
    overflow: hidden;}

#tutored-course-button:checked ~ #tutored-sub-items
    {opacity: 1;
    padding-left: 20px;}
    
#e-marking-button:checked ~ #e-marking-sub-items
    {opacity: 1;
    padding-left: 20px;}
    
/*set column widths for Annual Conference (node 178302)*/
.page-node-178302 #col_1
    {width:13%;}
.page-node-178302 #col_2
    {width:12%;}
.page-node-178302 #col_3
    {width:25%;}
    
/*set colour of horizontal line*/
.page-node-198632 h5 {
    border-top:2px solid green;
    padding-top:15px;
}

/*Annual Conference 2019*/
#C-Lawrence{
    float: right;
    margin-top: 5px;
}
#A-W-H{
    float: right;
    padding-left: 15px;
}

/*(key info box)*/
.conference-key-info{
    border: 5px double #45868e;
    padding: 10px 10px 5px 10px;
}

/* picture width and centre*/
.cscp-pic-centre{
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

/*Annual Conference 2019 abstracts table*/

/*(cell borders)*/
.page-node-202262 .campl-table > tbody:nth-child(4) > tr:nth-child(n) > td:nth-child(1){
    border-left: 2px solid #45868e;
}

.page-node-202262 .campl-table-bordered{
    border-right: 2px solid #45868e;
    border-bottom: 0px;
    margin-top: -50px;
}

.page-node-202262 .campl-table-bordered td{
    border-left: 2px solid #a2cfd5;
    border-bottom: 2px solid #45868e;
}
/*(four corners)*/
.page-node-202262 .campl-table > tbody:nth-child(4) > tr:nth-child(1) > td:nth-child(1){
    border-top: 2px solid #45868e;
}

.page-node-202262 .campl-table > tbody:nth-child(4) > tr:nth-child(1) > td:nth-child(2){
    border-top: 2px solid #45868e;
}

/*
.page-node-202262 .campl-table > tbody:nth-child(4) > tr:nth-child(8) > td:nth-child(1){
    border-radius: 0 0 0 10px;
}

.page-node-202262 .campl-table > tbody:nth-child(4) > tr:nth-child(8) > td:nth-child(3){
    border-radius: 0 0 10px 0;
}*/

/*(white cell background)*/
.page-node-202262 .campl-table-striped tbody tr:nth-child(2n+1) td{
    background-color:#ffffff;
}

.campl-table tbody tr:hover td, .campl-table tbody tr:hover th, .campl-theme-1 .campl-table tbody tr:hover td, .campl-theme-1 .campl-table tbody tr:hover th, .campl-theme-2 .campl-table tbody tr:hover td, .campl-theme-2 .campl-table tbody tr:hover th, .campl-theme-3 .campl-table tbody tr:hover td, .campl-theme-3 .campl-table tbody tr:hover th, .campl-theme-4 .campl-table tbody tr:hover td, .campl-theme-4 .campl-table tbody tr:hover th, .campl-theme-5 .campl-table tbody tr:hover td, .campl-theme-5 .campl-table tbody tr:hover th, .campl-theme-6 .campl-table tbody tr:hover td, .campl-theme-6 .campl-table tbody tr:hover th {
	background-color: #d9f0f3;
}

/*Annual Conference table abstract reveal*/
.morning-keynote {position: relative; overflow: hidden;}

.title-speaker {position: relative; top: 0px; transition: top 0.4s ease; transition-delay: 0.5s;}

.abstract {opacity: 0; transition: opacity 0.4s ease; margin-top: -56px; transition-delay: 0.5s;}

.morning-keynote:hover
  .abstract {opacity: 1;}
.morning-keynote:hover
  .title-speaker {top: -100px;}

/*Ovid Competition page*/
#fitz-museum {
    float: right;
    padding-left: 10px;
}
.ovidcomp-key-info {
    border: 1px solid #45868e;
    padding: 10px 10px 5px 10px;
}