@font-face {
  font-family: 'Muli', sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Muli/Muli-Regular.ttf);
}
@font-face {
  font-family: 'Muli', sans-serif;
  font-style: bold;
  font-weight: 800;
  src: url(fonts/Muli/Muli-Bold.ttf);
}
body,h1,h2,h3,h4,h5,h6,p,span,a,button,input{
    font-family: 'Muli', sans-serif;
}
.user{
    -webkit-clip-path: polygon(50% 100%, 100% 90%, 100% 0, 0 0, 0 90%);
    clip-path: polygon(50% 100%, 100% 90%, 100% 0, 0 0, 0 90%);
    background-color: #F6891E;
}
.dashmenu-container{
    background-color: #23282d;
}
.top-portion{
    background-color: #F6891E;
}
.school-details{
    -webkit-clip-path: polygon(95% 100%, 100% 0, 100% 0, 0 0, 0 100%);
    clip-path: polygon(95% 100%, 100% 0, 100% 0, 0 0, 0 100%);
    background-color: #23282d;
}
.notifications{
    background-color: #F6891E;
}
.bdedu-logo{
    display: block;
    margin: 0 auto;
}
ul.dash-main-menu > li > a {
    font-size: 14px;
}
ul.dash-main-menu > li.active {
    background-color: #F6891E;
    position: relative;
}
ul.dash-main-menu > li.active:hover {
    background-color: #F6891E;
}
li.nav-item.active::after, ul.dash-main-menu > li.active:hover::after {
    content: "";
    right: 0;
    top: 50%;
    background-color: transparent;
    position: absolute;
    border-width: 7px;
    border-right-color: #fff;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-style: solid;
    transform: translate(0,-50%);
}
ul.dash-main-menu > li:hover {
    background-color: #000000;
    position: relative;
}
ul.dash-main-menu > li:hover::after {
    content: "";
    right: 0;
    top: 50%;
    background-color: transparent;
    position: absolute;
    border-width: 7px;
    border-right-color: #23282d;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-style: solid;
    transform: translate(0,-50%);
}
.txt-shadow {
    text-shadow: 2px 2px 3px rgba(0,0,0,.2);
}
ul.notifications-message li {
    list-style: none;
    display: inline-block;
}
ul.notifications-message li a {
    padding: 0px 10px;
    font-size: 20px;
    line-height: 2.4;
    color: #fff;
}
.btn-yellow {
    background-color: #F6891E;
    color: #fff;
    font-weight: bold;
}
.btn-yellow:hover {
    background-color: #23282d;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fbb775;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(246, 137, 30, 0.4);
}
.top-card{
    position: relative;
}
.icon-wrapper{
    position: absolute;
    background-color: #F6891E;
    color: #fff;
    font-size: 40px;
    padding: 3%;
    height: 100%;
}
.icon-wrapper-2{
    position: absolute;
    background-color: #F6891E;
    color: #fff;
    font-size: 16px;
    padding: 2%;
    height: 100%;
}
.icon-wrapper-3{
    position: absolute;
    background-color: #F6891E;
    color: #fff;
    font-size: 20px;
    padding: 8px;
    height: 100%;
}
.table-title{
    position: relative;
}
table{
    max-width: 100%;
    font-size: 100%;
}
.modal-title{
    max-width: 100%;
    width: 100%;
}
.text-bluish{
    color: #139086;
}
.thead-orange{
    background-color: #F6891E;
    color: #fff;
    position: relative;
}
.thead-orange th{
    background-color: #F6891E;
    color: #fff;
    position: relative;
}
.btn-detail.btn-sm {
    padding: 0.10rem .25rem;
    font-size: .758rem;
}
.table th, .table td {
    padding: .45rem;
}
.text-date {
    color: #a9a9a9;
    font-size: 12px;
}
.loader_wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}
object.loader {
    position: absolute;
    left: 50%;
    transform: translate(-50%,100%);
}
.bg-orange{
    background: #F6891E;
}
#loginBg{
/*
    background-image: url(images/login_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
*/
    position: relative;
}
#logBg{
    background-image: url('../images/login_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#logBg::after{
    content: "";
    background: -moz-linear-gradient(-45deg, #f6891e 0%, #23282d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f6891e 0%,#23282d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f6891e 0%,#23282d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .8;
}
.login-form-container{
    margin: 0 auto;
    position: relative;
}
.login-form-container .login-form{
    background: rgba(255,255,255,.5);
    border-top: 2px solid #f6891e;
}
.login-form .input-group-text {
    color: #f6891e;
    background: #23282d;
    border-color: transparent;
    font-size: 20px;
}
.school-logo-container {
    position: absolute;
    left: 50%;
    top: 5%;
    transition: trans;
    transform: translate(-50%,0%);
}
.school-logo-container img{
    display: block;
    margin: 0 auto;
    border-top: 2px solid #f6891e;
    border-radius: 50%;
}
.font-size-12{
    font-size: 12px;
}
.font-size-16{
    font-size: 16px;
}
.font-size-18{
    font-size: 18px;
}
}
.font-size-24{
    font-size: 24px;
}
.font-size-20{
    font-size: 20px;
}
.font-size-12{
    font-size: 12px;
}

.big-dash-button:hover {
	text-decoration: none;
}

.text-bluish:hover {
	background-color: #f6891e;
	color: #fff;
}