/* START: Header Section */
header {
    border-top: 10px solid #4384e4;
    background-image: url("../img/header-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 10px 0;
}

.logo-body {
    display: inline-block;
    text-decoration: none;
}
.logo-body img {
    max-width: 95px;
}
.logo-body h6 {
    color: #fff;
    font-family: "Open sans", sans-serif;
    font-size: 15px;
    margin: 0;
}
.logo-body h5 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    margin: 0;
}
.logo-sec .btn {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    text-transform: uppercase;
    box-shadow: 0 1px 15px #333;
    transition: all 0.5s ease;
}
.logo-sec .btn:hover {
    box-shadow: 0 1px 15px #555;
}
.header-title {
    padding: 50px 0;
    text-align: center;
    color: #fff;
}
.header-title h3 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    line-height: 40px;
}
.header-title h2 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    line-height: 45px;
}
/* END: Header Section */

/* START: Home page */
.service-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    height: 210px;
    overflow: hidden;
    box-shadow: 0 1px 15px #333;
    transition: all 0.5s ease;
}
.service-box:hover {
    box-shadow: 0 1px 15px #555;
}
.service-box img {
    width: 100%;
    min-height: 100%;
}
.service-box h5 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2460b9;
    margin: 0;
    padding: 5px 10px;
    font-size: 18px;
    color: #fff;
}
/* END: Home page */

/* START: Login Page */
.login-body {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 40px;
}
.login-body .btn {
    min-width: 130px;
    text-transform: uppercase;
}
.login-body a {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
}
.login-body .forgot {
    color: #cb2b36;
    text-decoration: none;
}
.login-body .create {
    color: #2460b9;
    text-decoration: none;
}
/* END: Login Page */

/* START: Password Reset Page  */
.reset-body {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 40px;
}
.reset-body .btn {
    min-width: 130px;
    text-transform: uppercase;
}
/* END: Password Reset Page  */

/* START: SignUp Page */
.body-shadow {
    box-shadow: 0 1px 20px 5px #bbb;
    background-color: #ebebeb;
}
.signup-body label {
    margin-bottom: 2px;
    text-transform: uppercase;
}
.signup-body .card-body {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 3px;
}
/* END: SignUp Page */

/* START: Footer Section */
footer {
    background-color: #2460b9;
    padding: 10px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
}
footer p {
    font-size: 15px;
}
/* END: Footer Section */

#toTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-color: rgba(255, 255, 255, 0.2);
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    z-index: 9999;
    text-align: center;
    padding: 0;
    background-color: #cb2b36;
    color: #fff;
}

/* START: page body section */
.breadcrumb ul {
    padding: 10px 0;
    list-style: none;
    width: 100%;
    border-bottom: 1px solid #888;
}
.breadcrumb ul li {
    display: inline;
    font-size: 15px;
    text-transform: uppercase;
}
.breadcrumb ul li + li:before {
    padding: 8px;
    color: black;
    content: ">";
}
.breadcrumb ul li a {
    color: #0275d8;
    text-decoration: none;
}
.breadcrumb ul li a:hover {
    color: #01447e;
    text-decoration: underline;
}

.page-title {
    text-transform: uppercase;
    color: #2c65b9;
}

.service-body ol {
    list-style: none;
    padding-left: 0;
}
.service-body ol li {
    padding-left: 40px;
    position: relative;
    counter-increment: inst;
    margin-bottom: 5px;
}
.service-body ol li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: counter(inst);
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    background-color: #ccc;
    text-align: center;
    line-height: 24px;
}
.notes ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.notes ul li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 5px;
}
.notes ul li::before {
    content: " \2713";
    color: #fff !important;
    position: absolute;
    left: 0;
    top: 2px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #333;
    text-align: center;
    line-height: 20px;
}
.page-body .btn {
    min-width: 130px;
    text-transform: uppercase;
}
.search-body {
    background-color: #ccc9c9;
}
.search-body h5 {
    background-color: #2460b9;
    margin-bottom: 0;
    color: #fff;
    padding: 8px 15px;
}
.search-body form {
    padding: 0 15px;
}
.service-tabs {
}
.service-tabs .nav {
    border-bottom: 3px solid #2460b9;
}
.service-tabs .nav .nav-item {
    margin-right: 1px;
}
.service-tabs .nav .nav-link {
    border: 0;
    margin: 0;
    border-radius: 0;
    background-color: #ccc9c9;
    text-transform: uppercase;
    color: #1a1a1a;
}
.service-tabs .nav .active {
    background-color: #2460b9;
    color: #fff;
}
.user-list th,
.user-list td {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
}
.user-list thead .date {
    min-width: 110px;
}
.user-list thead .action {
    min-width: 125px;
}
.user-list .btn {
    min-width: auto;
    white-space: nowrap;
}
.user-list .modal-content {
    border-radius: 0;
}
.user-list .modal-header {
    background-color: #2460b9;
    text-align: center;
    border-radius: 0;
}
.user-list .modal-title,
.user-list .btn-close {
    color: #fff;
}
.user-list .btn-close {
    background: transparent;
    content: "\2573";
    line-height: 1em;
    opacity: 1;
}
.user-list .modal-footer {
    background-color: #2460b9;
    height: 10px;
    border-radius: 0;
    border: 0;
    padding: 0;
}

.create-body .card-body {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 3px;
}
.view-body h5 {
    margin-bottom: 10px;
}
.view-body p {
    padding: 5px 0;
    margin: 0;
    font-size: 15px;
}
.view-body .card-body {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 3px;
}

/* END: page body section */

/*  START: Sidebar Menu  */
.side-menu-body {
    height: 100%;
}
.dashboard-btn,
.side-menu-body .btn {
    color: #fff;
    border-radius: 0;
    margin-bottom: 15px;
    background-color: #cb2b36;
    border: 0;
    box-shadow: none !important;
}
.dashboard-btn::before {
    content: "\2630";
}
.dashboard-btn:hover {
    color: #fff;
}
.side-menu-body .btn::before {
    content: "\2613";
}
.side-menu {
    /* box-shadow: 0 1px 20px 1px #ccc; */
    box-shadow: 0px 0px 15px 3px rgb(0 0 0 / 50%);
    background-color: #ffffff;
    height: 100%;
}
.side-menu .navbar-brand {
    display: block;
    padding: 8px 15px;
    margin: 0;
    background-color: #cb2b36;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
}
.side-menu .nav .nav-item {
    border-bottom: 1px solid #e1e1e1;
}
.side-menu .nav .nav-link {
    transition: all 0.5s ease;
}
.side-menu .nav .nav-link.active,
.side-menu .nav .nav-link:hover {
    background-color: #4384e4;
    color: #fff;
}
.dashboard-title {
    background-color: #4384e4;
    color: #fff;
    padding: 8px 15px;
}
/*  END: Sidebar Menu  */
.unseen{
    background-color: darkgray !important;
}
@media print {
    .print-hide{
        display: none;
    }
    /* styles go here */
    body {
		font-size: 15px;
	}
	.print_hide{
		display: none;
	}
	a[href]:after {
		content: none !important;
	}
	.extra-details{
		display: none;
	}
	
	.mid-para{
		margin-top: -10px;
	}
	#footerContainer{
		margin-top:-25px;
	}
	 h4{
		line-height: 2;
		font-size: 10px;
	}
	.header-mid img{
		width: 75%;
	}
}