/*
	Main Style
 */

html,body{
	/*font-family: 'Ubuntu', sans-serif;*/
	font-family: 'Oxygen', sans-serif;

}
.caption{
	padding: 10px;
	text-align: center;
	margin-top:5px;
	margin-bottom:5px;
	border: 1px solid #ECEDEF;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	color: #616161;
}
.text-capitalize{
	text-transform: capitalize;
}
.overlay-parent{
	position: relative;
}
.overlay-item{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	color: #e74c3c;
	padding: 5px 10px;
	background: #fff;
}
.navbar{
	padding: 11px 0
}
.navbar-default .nav.navbar-nav a{
	padding-top: 8px;
	padding-bottom: 8px;
	transition: 0.4s ease;
	color: #616161;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover{
	background-color: transparent;
	color: #31b0d5;
}
.navbar-default .nav.navbar-nav .dropdown-menu>li>a:hover{
     color:#fff;
}
.navbar-sticky {
	position: sticky;
	top: 0;
}
.dropdown-menu>li>a:hover{
    background-color:#31b0d5;
    color:#fff;
}
.table .table-header tr th{
    background-color: #F5F7F7;
    
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    vertical-align:middle;
}
.assigned-study{
   background-color: #f6f7fb;
}
.select2-container .select2-selection--single{
	height: 34px
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 32px;
}
.nav.navbar-nav .dropdown-menu>li>a{
	padding-bottom: 5px;
	padding-top: 5px;
}
.navbar-brand>img{
	display: inline-block;
	height: 100%
}
.navbar-brand{
	padding: 0;
	position: relative;
	margin-left: 0 !important;

}
.navbar-brand span{
	position: relative;
    top: 16px;
    font-weight: bold;
    color: #43bdd4;
    font-size: 26px;
}
.navbar-default {
    background-color: rgb(255, 255, 255);
    border-color: transparent;
    box-shadow: 0px 10px 37px -10px #ddd;
}
.footer{
	padding: 30px 0;
	background-color: #f6f7fb;
	border-top: 1px solid #ECEDEF;
}
.marquee{
	background-color: #31b0d5;
    color: #fff;
    padding: 8px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    position:relative;
}
.marquee:after {
    content: 'বিজ্ঞপ্তিঃ ';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background: #fff;
    padding: 7px;
    color: #31b0d5;
    border-top: 1px solid #31b0d5;
    border-left: 1px solid #31b0d5;
    border-bottom: 1px solid #31b0d5;
    font-weight: bold;
}
.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand{
margin-left:0;    
}
@media (min-width: 768px){
    .navbar-right {
        margin-top: 6px;
    }
}
.page-header {
    margin: 20px 0 20px;
}
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top{
	z-index: 9999 !important
}

.navbar-default .navbar-nav>li>a:hover{
	color: #31b0d5;
}
.footer p{
    margin: 0;
    color: #8a8a8a;
}



