/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 13, 2018, 9:10:28 AM
    Author     : webmaster
*/

.navbar-brand img{
    height: 36px;
}

p{
    text-align: justify;
}

.btn, btn-block, btn-success{
    border-radius: 0px !important;
}

.text-bold{
    font-weight: bold;
}

.text-center{
    text-align: center;
}

.text-color{
    color: #0c2975 !important;
}

.text-simple{
    text-decoration: none;
}

.text-simple:hover{
    text-decoration: none;
}

.box-border{
    border: 1px solid #dfdfdf !important;
}

.no-radius{
    border-radius: 0px !important;
}

.top_margin_30{
    margin-top: 30px;
}

.card-body small{
    display: block;
}

#image-holder img{
    width: 150px;
    height: 150px;

}

.adj_marks_table{
    width: 100%; border: 1px solid #444;  border-collapse: collapse;
}

.adj_marks_table td{
    border: 1px solid #444; padding-left: 5px; width: 16%; text-align: center;
}

.bg-blue{
    background-color: #0e2b76;
}

