.required{
  color: red;
}

.error{
  color: red;
  text-align: left;
  /*font-size: small;*/
}

.help-block{
  color: red;
}

.icon_blue{
  color: #007bff;
}
.icon_orange{
  color: #ffc107;
}
.icon_red{
  color: #FF0000;
}

.module_description {
	text-decoration: none;
    color: #8E8E8E;
    font-size: 12px;
    vertical-align: top;
    padding-top: 5px;
}

.module-box {
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    border-radius: .25rem;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    min-height: 80px;
    padding: .5rem;
    position: relative;
    height: 50px;
}

.module-box .module-box-icon {
    border-radius: .25rem;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.875rem;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 70px;
}

.module-box .module-box-text, .module-box .progress-description {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.module-box .module-box-content {
    -ms-flex: 1;
    flex: 1;
    padding: 5px 10px;
}

#default_image
{
    display: block;
    margin-left: auto;
    margin-right: auto
}

.default_module_img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}

.user-menu-btn {
    margin-left: 12px;
    margin-top: 29px;
    height: 37px;

}
.emergency-outing{
        position: relative;
}

.emergency-outing:after{
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 2px solid red !important;
        z-index: 9;
}

/*Model print css */
.print-btn{
      position: absolute;
      margin-left: 80%;
}

.m-t-10{
  margin-top: 10px;
}
.m-t-20{
  margin-top: 20px;
}
.m-t-28{
  margin-top: 28px;
}
.m-t-30{
  margin-top: 30px;
}

  
 @media print {
  /* on modal open bootstrap adds class "modal-open" to body, so you can handle that case and hide body */
  body.modal-open {
      visibility: hidden;
  }

  body.modal-open .modal .modal-header,
  body.modal-open .modal .modal-body {
      visibility: visible; /* make visible modal body and header */
  }
}

@media print {
  .printPageButton {
    display: none;
  }
   .pagebreak { display:block; page-break-before:always; }
    
}
/*@page {
  size: A4;
  margin: 0;
}*/

 .menu {
    padding: 0px;
}
.menu li  {
    list-style: none;
    margin-bottom: 10px;
    border: 1px solid #d4d4d4;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            border-color: #D4D4D4 #D4D4D4 #BCBCBC;
            padding: 6px;
            cursor: move;
            background: #f6f6f6;
            background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
            background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
            background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
            background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
            background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.menu_category {
    padding: 0px;
}
.menu_category li  {
    list-style: none;
    margin-bottom: 10px;
    border: 1px solid #d4d4d4;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            border-color: #D4D4D4 #D4D4D4 #BCBCBC;
            padding: 6px;
            cursor: move;
            background: #f6f6f6;
            background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
            background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
            background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
            background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
            background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}

.m-l-30{
  margin-left: 30px !important;
}
.fa-plus-circle{
  color: green !important;
}
.fa-minus-circle{
  color: red !important;
}

.main_div_append{
  float: right;
}
.remove_append_div{
  float: right;
}
.main_div{
  margin-top: 15px;
}
.boxing{
  height: 150px;

}
.card.card-outline-tabs .card-header a:hover{
  border-top: none !important;
}
.fms_login {
  background-image: url('../images/login_slider/login_background.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fa-plus-circle.color-white {
  color: white !important;
}

/*FMS Student Fee Statement tr Row color Start*/

.bg-fee-statement {
  background-color: #b2b9ab !important;
}
.total-bg-statement {
  background-color: #9da3eb !important;
}

/*FMS Student Fee Statement tr Row color End*/


/*Hostel Leave/Outing dashboard Start*/

.widget-user-2 .widget-user-username {
    font-size: 20px !important;
}

.swiper-slide .widget-user-header {
    height: 100px !important;
}

.swiper-slide .card {
    width: 100%;
}
 
.swiper-container {
  margin-top: 50px;
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.swiper-button-prev, .swiper-button-next {
  height: 25px !important;
  top: 54% !important;
}

.swiper-button-next {
  right: 1% !important;
}
.swiper-button-prev {
  left: 1% !important; 
}

.swiper-pagination {
  position: relative !important;
}
.swiper-pagination-bullet {
  margin: 3px;
}


.swiper-wrapper {
  margin: 0 auto;
  height: 200px;
}

/*Hostel Leave/Outing dashboard End*/


/*Sidebar Text Overlapping*/

.nav-sidebar .nav-link p {
    display: inline;
    margin: 0;
    white-space: normal;
}
@media (min-width: 992px) {
  
  .sidebar-mini.sidebar-collapse .sidebar .nav-sidebar .nav-link p {
      width: 0;
      white-space: nowrap;
  }
}