/* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #297b4b;
    color: white;
    cursor: pointer;
    padding: 5px;
    width: 15%;
    border: none;
    outline: none;
    font-size: 13px;
    vertical-align: center;
    text-align: center;
    border-radius: 25px;

}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
    background-color: #3fa96b;
}

/* Style the collapsible content. Note: hidden by default */
.content {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.badge {
    background: none;
    /*background-color: #297b4b;*/
    /*vertical-align: middle;*/
    color: #1a202c;
    margin-bottom: 0.3em;
    font-size: 11px;
    vertical-align: center;
    text-align: center;
    text-align-all: center;
    text-underline: #297b4b;
}

/*.popover-content {*/
/*    display: none;*/
/*    position: absolute;*/
/*    top: 120px;*/
/*    left: 70%;*/
/*    z-index: 1;*/
/*    padding: 10px;*/
/*    background-color: #297b4b;*/
/*    border: 1px solid #ccc;*/
/*    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);*/
/*}*/

.popover-btn {
    border-radius: 50px;
    background: #297b4b;
}

.container-heading{
    padding-bottom: 50px;
    padding-top: 50px;
}

.heading-second{
    padding-bottom: 50px;
    padding-top: 50px;
}

.btn-apply{
    background-color: #297b4b;
    color: white;
    border: none;
}

.btn-apply:hover{
    background-color: #3fa96b;
    color: white;
}

.btn-i{
    background-color: #297b4b;
    border: none;
    color: white;
    /*padding: 5px;*/
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    border-radius: 60%;
    font-style: italic;
    font-weight: bold;
}

.btn-i:hover{
    background-color: #3fa96b;
}

.heading-faculty{
    padding-top: 20px;
    padding-bottom: 30px;
}

.uni-heading{
    padding-top: 20px;
    padding-bottom: 15px;
}

.sort-table:hover{
    cursor: pointer;
}

.column {
    float: left;
    width: 50%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

footer {
    background-color: #f2f2f2;
    padding: 50px 0;
    margin-top: 100px;
}

.container-footer {
    max-width: 600px;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.col-md-6 {
    width: 40%;
    padding: 0 15px;
    box-sizing: border-box;
}

.col-md-12 {
    text-align: center;
    margin-bottom: 30px;
}
