@media print {

	.no-print {
		display: none;
	}

	.views {
		border-top: none;
	}

	.pagebreak {
		page-break-inside: avoid;
	}


  .modal {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    min-height:550px; /* Adjust as needed */
    visibility: visible !important;
    overflow: visible !important;
  }
  .modal-body {
    max-height: calc(100vh - 210px); /* Adjust as needed */
    overflow-y: visible !important;
  }

}

footer {
	border-top: 1px solid #777;
	background-color: #4673ff;
	color: #c8d5ff;
	font-family: "Lato", sans-serif !important;
}

footer > .container {
	padding: 5px 0px 5px 0px;
}

footer a {
	text-decoration: none;
	color: #c8d5ff;
}

.splash-between-pages {
	top: 20%; 
	left: 50%; 
	z-index: 999; 
	text-align: center;
	color: white;
	position: fixed;
	width: 10%;
	border-radius: 10px;
	background-color: rgba(150, 200, 250, 0.7);
	padding: 7px;
}

.splash {
	position:fixed; 
	height:100%; 
	width:100%; 
	top:0; 
	left:0; 
	z-index: 9999; 
	background-color: rgba(150, 200, 250, 0.95);
	vertical-align: middle; 
	text-align: center;
	font-size: 20px;
	color: white;
}

.navbar-top{
	margin-bottom: 28px;
}

ul.nav {
	display: inline-block;
	float: none;
	border: 2px solid black;
	border-radius: 5px;
}

.views {
	background: rgba(0, 0, 0, 0.05);
	color: #777777;
}

.dash-icon{
	margin-top: 2%;
}

.dash-icon img {
	height: 127px;
}

.dash-icon>a:hover{
	text-decoration: none;
	cursor: pointer;
}

.dash-icon>a>img:hover{
	opacity: 0.7;
}

.sys-search{
	margin: 1% 0% 1% 65%;
	height: 4%;
	position: absolute;
}

.sys-search>ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.sys-search>ul>li{
	width: 35%;
	float: left;
	margin: 0% 0% 0% 15%;
}

.top-bar{
	margin-top: 1%;
	padding: 0px 20px;
}

.top-bar-divider{
	border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}

.login-panel{
	margin: 15% 5% 20% 5%;
}

button.btn-transparent {
    background-color: #fff;
    width: 100%;
    border: none;
    padding: 0px 10px;
    color: #333;
    text-align: left;
}

button.btn-transparent>a {
	color: #333;
}

button.btn-transparent:hover, button.btn-transparent>a:hover {
	color: #262626;
    background-color: #f5f5f5;
    text-decoration: none;
}

form {
	background: white;
	display: table;
	width: 100%;
}

.form-box {
	background: #fff;
	border-radius: 5px;
	padding: 5px 0 0 4%;
	margin-bottom: 20px;
}

.form-box input[type="text"],
.form-box input[type="email"],
.form-box input[type="number"] {
	border: none;
	width: 100%;
	box-shadow: none;
}

.form-box>.form-group>div>textarea {
	margin-bottom: 15px;
}

.form-box>.form-group>label {
	font-weight: normal;
	color: #000;
}

.form-box>.form-group {
	margin-right: 0px;
	border-bottom: 1px solid #e9e9eb;
	margin: 5px 0px 0px -25px;
}

.form-view {
	margin-top: 20px;
}

.mg-b-5 {
	margin-bottom: 5px;
}

.no-border {
	border: none !important;
}

form.ng-submitted .ng-invalid {
	border: 1px solid red !important;
}

tr[ng-click]:hover {
	cursor: pointer;
}

.table-hover>tbody>tr {
	cursor: pointer;
}

.btn-settings {
	margin: 10px 0px 10px 0px;
}

.navbar-default {
	border: none;
	background-color: inherit;
}

.navbar-default .navbar-nav>li {
	border-left: 1px solid black;
}

.navbar-default .navbar-nav>li>a {
	color: black;
	padding: 6px 35px 6px 35px;
}

nav>.container {
	margin-top: 10px;
}

.text-black {
	color: black;
}

.text-black:hover{
	color: black;
	text-decoration: none;
}

section {
	border-bottom: 1px solid #ddd;
}

section>.nav {
	border: none;
	border-radius: none;
}

.row {
	margin: 0px !important;
}

.inner-tab {
	padding: 2% 0.5% 0% 0.5%;
}

.dropdown-menu>li>a {
	padding: 0px 10px;
}

.mini-table{
	font-size: 12px;
}

.mg-tp-px-20{
	display: grid;
}

.panel-warning>.panel-footer{
	color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-info>.panel-footer{
	color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.report-row {
	margin: 10px 0px !important;
}

.timeline-icon{
	padding: 12px !important;
}

.btn-full{
	width: 100%;
	margin: 2px 0px;
}

.btn-wine {
	color: white;
	background-color: darkred;
	border-color: #700000;
}

.btn-wine:hover {
	color:white;
	background-color: #700000;
}

.btn-coral{
	color: white;
	background-color: coral;
	border-color: #f07040;
}

.btn-coral:hover{
	color: white;
	background-color: #f07040;
}

.btn-red{
	color: white;
	background-color: red;
	border-color: #d00000;
}

.btn-red:hover{
	color: white;
	background-color: #d00000;
}

.btn-chocolate{
	color: white;
	background-color: chocolate;
	border-color: #b24900;
}

.btn-aqua{
	color: white;
	background-color: aqua;
}

.btn-chartreuse{
	color: white;
	background-color: chartreuse;
}

.btn-cornflowerblue{
	color: white;
	background-color: cornflowerblue;
}

.btn-midnight-blue{
	color: white;
	background-color: midnightblue;
}

.btn-chocolate:hover{
	color: white;
	background-color: #b24900;
}

.btn-indian{
	color: white;
	background-color: indianred;
	border-color: #ad3c3c;
}

.btn-indian:hover{
	color: white;
	background-color: #ad3c3c;
}

.btn-salmon{
	color: white;
	background-color: #ea7062;
	border-color: #da6052;
}

.btn-salmon:hover{
	color: white;
	background-color: #da6052;
}

.btn-midnight-blue:hover{
	color: black;
	background-color: blueviolet;
}

.btn-xlg{
	padding: 20px 25px;
	font-size: 20px;
	margin: 25px 0px;
}

.notifications {
	display: inline-block;
}

.notifications>ul {
	left: -220px;
	min-width: 260px;
	font-size: 12px;
}

.notifications>ul>li {
	margin: 10px;
	border-bottom: 1px solid #e2e2e2;
}

.notifications>ul>li:hover {
	border-bottom: 1px solid #ee4535;
}

.notification-badge {
	float: right;
}

.notification-counter{
	position: absolute;
    top: 3px;
    background-color: #f00000;
    font-size: 12px;
    font-weight: bold;
    border-radius: 6px;
    min-width: 15px;
    min-height: 15px;
    left: 23px;
    padding: 1px;
    text-align: center;
    color: white;
}

.notifications>ul>li>a:hover {
	text-decoration: none;
	color: #ee4535;
	background-color: inherit;
}

.form-upload {
	max-width: 160px;
    display: inline-block;
    float: left;
    margin: 0px 10px;
}

.btn-upload {
	float: left;
    display: inline-block;
    margin: 0px 10px;
}

.force-display{
	display: block;
}

.students-search {
	min-width: 250px;
	max-width: 250px;
	font-size: 13px;
}

.teachers-search{
	min-width: 200px;
    max-width: 200px;
    left: -55%;
    font-size: 13px;
}

th.th-sortable:hover{
	cursor: pointer;
}

.modal-xl {
	width: 95% !important;
}

.footer-deposit {
	overflow: auto;
}

.steps-form {
    display: table;
    width: 100%;
    position: relative; }
.steps-form .steps-row {
    display: table-row; }
.steps-form .steps-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc; }
.steps-form .steps-row .steps-step {
    display: table-cell;
    text-align: center;
    position: relative; }
.steps-form .steps-row .steps-step p {
    margin-top: 0.5rem; }
.steps-form .steps-row .steps-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; }
.steps-form .steps-row .steps-step .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    margin-top: 0; }


.label-circle {
	height: 60px;
	width: 60px;
	border-radius: 30px;
	text-align: center;
	font-size: 24px;
}

.mg-bottom-25{
	margin: 0px 0px 25px 0px;
}

.width-25-pct{
	width: 25%;
}

.width-50-pct{
	width: 50%;
}

.margin-min{
	margin: 1% 0%;
}

select.ng-invalid, input.ng-invalid{
	border-color: red;
}

.required-star{
	color: red;
	font-size: 18px;
}

.mg-top-15-px {
	margin-top: 15px !important;
}

.cv-table, .cv-text{
	font-size: 11px;
}

.cv-table>tbody>tr>td{
	padding: 2px;
	border: none;
}

.cv-h5{
	font-size: 12px;
}

.cv-h4{
	font-size: 14px;
}

.flex-row {
    display: flex;
}

.wrapper {
    border: 1px solid #2e6da4;
    border-right: 0;
}
canvas#signature-pad {
    background: #fff;
    width: 100%;
    height: 100%;
    cursor: crosshair;
}
button#clear {
    height: 100%;
    background: #337ab7;
    border: 1px solid transparent;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
button#clear span {
    transform: rotate(90deg);
    display: block;
}

.rotate-buttons{
	margin-left: 100px;
}

.rotate-buttons:hover{
	cursor: pointer;
}
