@charset "utf-8";
/* CSS Document */
body {
    font-size: 14px;
}
.bm-wapper {
	margin: 0px auto;
	width: 1024px;
}
.bm-header {
	background: #fe9301;
}
.bm-logo-bg {
	width: 240px;
	background: #fff;
	padding: 10px 10px 10px 20px;
    border-radius: 0px 0px 90px 0px;
}

.mr-l-15{
    margin-left: 15px;
}
.v-align-items{
    display: flex;
    align-items: center;
}

.bm-studentlist.table-sm td {
	padding: 1rem .3rem;
}
.bm-studentlist {
	table-layout: fixed;
}
.bm-studentlist tr th:nth-child(1),
.bm-studentlist tr td:nth-child(1) {
    width: 3%;
	text-align: center;
	padding-left: 12px;
}
.bm-studentlist tr th:nth-child(2),
.bm-studentlist tr td:nth-child(2) {
    width: 7%;
	text-align: center;
	padding-left: 12px;
}
.bm-studentlist tr th:nth-child(3),
.bm-studentlist tr td:nth-child(3) {
    width: 90%;
}

.bm-intake {
	font-size: 18px; 
}

.bm-btn-list-cont {
	list-style: none;
	height: 30px; 
}
.bm-btn-list-cont li { 
	width: 117px;
	float: left;
	padding: 5px 5px;
	text-align: center;
	margin-bottom:1px;
}

.bm-btn-admiss-list-cont {
	list-style: none;
}
.bm-btn-admiss-list-cont li { 
	width: 85px;
	float: left; 
	text-align: center;
	border-radius: 0px!important;
}
.bm-btn-admiss-list-cont li .btn{
	border-radius: 0px;
	opacity: .3;
}


.mt-2-5rem {
	margin-top: 2.5rem;
}

.bm-dropcust {
    background: url("../images/dropdown-dots.svg") no-repeat 5px 0;
    border: 0px; 
    width: 20px;
    height: 20px;
    margin-bottom: 3px;
}

 

.bm-dropcust:hover, .bm-dropcust:active, .bm-dropcust:focus {
    background: url("../images/dropdown-dots.svg") no-repeat 5px 0;
    border: 0px;
    box-shadow: 0 0 0 0rem rgba(130,138,145,.5)!important;
}

 

.bm-dropcust:not(:disabled):not(.disabled).active, .bm-dropcust:not(:disabled):not(.disabled):active, .show>.bm-dropcust.dropdown-toggle {
    background: url("../images/dropdown-dots.svg") no-repeat 5px 0;
    border: 0px;
    box-shadow: 0 0 0 0rem rgba(130,138,145,0);
}

.bm-close {
    cursor: pointer;
    border-radius: 24px;
    color: #ffffff!important;
    padding: 0px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 10px;
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: 5px;
}

.bm-close-lbl {
    cursor: pointer;
    border-radius: 24px;
    color: #ffffff!important;
    padding: 0px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 10px;
    cursor: pointer;
    position: absolute; 
    bottom: 5px;
    left: 10px;
}
.bm-close-lbl-chk {
    cursor: pointer;
    border-radius: 24px;
    color: #ffffff!important;
    padding: 0px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 10px;
    cursor: pointer;
    position: absolute; 
    bottom: 15px;
    left: 10px;
}
.form-control, .custom-select, .custom-control-label::before {
    font-size: 14px;
}
.bm-btn-admiss-list-cont li .btn.active {
    opacity: 1;
    color: #ffffff!important;
}
.bm-btn-list-cont li.btn-.disabled {
    background: #f2f2f2;
    opacity: .5;
}
.pagination li{ padding: 0px 5px !important;}
.check{
    color: green;
}
.cross{
    color: red;
}
.mr-b-15{
    margin-bottom: 15px;
}