﻿.filter_panel
{
    padding: 20px 0;

    border-bottom: 1px solid #CCC; 
    clear: both;
    margin-bottom: 30px;
}

.filter-block
{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.btn_filter
{
    padding: 2px 8px;
    border: 1px solid #009690;
    margin-right: 10px;
    display: inline-block
}

.btn_filter:hover
{
    background-color: #E5F4F3;
    
}

.rvs_item
{
    margin-bottom: 20px;
}



.rvs_item_body
{
    border: 1px solid #EEEEEE;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 2px 2px 10px 0px rgba(203,203,203,0.6);
    -moz-box-shadow: 2px 2px 10px 0px rgba(203,203,203,0.6);
    box-shadow: 2px 2px 10px 0px rgba(203,203,203,0.6);

    padding: 15px;
    color: #333;
    height: 100%;
    
   background-color: #FFF;
   
}

.rvs_item_body:hover
{
    background-color: #E5F4F3;
    border: 1px solid #009690;
}

.rvs_title
{
    font-weight: 900;
    color: #009690;
    margin-bottom: 15px;
    line-height: 1;
}

.rvs_pi
{
    line-height: 1;
    margin-bottom: 10px;
}

.rvs_dept
{
    line-height: 1;
    margin-bottom: 30px;
}


.rvs_date_closing, .rvs_noofopening

{
    line-height: 1.8;
    margin-bottom: 5px;
    background-color: #e5f4f3;
    padding: 15px;
    color: #333333;
}


.grey_box
{
    /*background-color: #e5f4f3;*/
   
    margin-bottom: 20px

}

.value
{
    color: #005196;
    font-weight: bold;
    font-size: 115%
}

.fas, .far
{
    /*color: #005a56;*/
    margin-right: 8px;
}

.wrapper
{
   padding: 10px 10px;
   border-bottom: 1px solid #eee
}

.wrapper:last-child
{
    border-bottom: 0;
}


.rvs-modal .modal-header
{
    background-color: #009690;
    color: #FFFFFF;
}

.column-label
{
    font-weight: bold;
}




.modal-header .close .fas, 
.modal-header .close .far,
.modal-header .close
{
    color: #FFFFFF;
    text-shadow: 0 1px 0 #222222;
}

.full
{
    color: #f02c3b
}

body.cityu-class a.alumni_sharing
{
    background-color: #0f4c81;
    color: #FFF;
    padding: 5px 8px;
    cursor: pointer;
    margin-right: 8px;

}

.alumni-photo
{
    padding: 10px;
    border: 1px solid #ccc;
    color: #ccc;
    text-align:center
}

.alumni-photo i
{
    margin-right: 0
}

/* uneven height */

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > div[class*='col-'] {
  display: flex;
  flex-direction: column;
}

.row.display-flex > div[class*='col-'] > .span_container > span
{
    display: inline;
}
