@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

@font-face {
  font-family: 'Product Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/productsans/v5/HYvgU2fE2nRJvZ5JFAumwegdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
}

body, * {
    font-family: 'Inter', sans-serif;
}

/*///TEXT UTILITIES////*/

.navbar-custom {
	background-color: #2980b9 !important;
}

.navbar-brand {
	display: inline-block;
	vertical-align: middle;
	font-family: 'Lato', sans-serif;
	font-size: 1.5em;
	color: #2980b9 !important;
}

.navbar-brand small {
  display:block;
  font-size:10px;
  color: blue
}

.navbar-brand img {
	width: 5rem;
}

.navbar-brand:hover {
	color: #fff;
}

.navbar-nav {
	margin-right: 8px;
	font-family: 'Inter', sans-serif;
	font-size: .8rem;
	text-transform: uppercase;
	color: #fff !important;
}

.nav-link-1 {
    margin-right: 8px;
	font-family: 'Inter', sans-serif;
	font-size: .8rem;
	text-transform: uppercase;
	color: #fff !important;
}

.nav-link-2 {
	font-size: .8rem;
	font-family: 'Inter', sans-serif; 
	color: #2980b9 !important;
}

.navbar-nav > .nav-link:hover {
	color: #f39c12 !important;
	transition: 0.3s;
}

.list-group-item {
    padding: 0;
    margin-bottom: 10px;
    color: #487eb0 !important;
    background-color: transparent !important;    
}

.list-group-item-action:hover, .head-link:hover {
    color:#34495e !important;
    text-decoration: none;    
}

@media only screen and (max-width: 1420px) {
	.glyphs-text {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.glyphs-text {
		display: inline;
	}
	
	.desktop_view{
		display: none;
	}
	
	.mobile_view{
		display: block !important;
	}	
}

@media only screen and (max-width: 576px) {

	#c_in, #c_out, #txt_timein, #txt_timeou {
		font-size: 1.75em !important;
	}

	.fa-check-circle {
		display: block;
	}

	.td_stat {
		background-color: white;
		color: #28a745 !important;
	}

	.stat {
		display: none;
	}

	.switch {
		display: none;
	}

	.clock {
		display: none;
	}

	.profiletab{
		padding: 0px !important;
		margin: 10px !important;
	}
	
	.messagebar_layout{
	width: 100%;
	margin: 20px;
	top: 0;
	right: 0;
	left: 0;
	}
	
	#mobile-brand {
	display: block;
	font-size: 2em;
	}
	
	.centerize{
	text-align: center;
	}
	
	.topnav-right a {
	margin-left: 3px;
	font-size: .8em;
	}
	
	.h1-desc {
	margin-bottom: 30px !important;
	font-size: 32px;
	text-align: center;
	}
	
	#download {
	text-align: center;
	}
	
	.second-line {
	margin-top: 0;
	}
	
	.profile {
	display: none;
	}
	
	.profile-pic {
	display: block;
	}
	
	.profile-pic td {
	padding: 0;
	}
	
	.profile-pic h5 {
	font-size: 1.25em;
	font-weight: 600;
	}
	
	.profile-pic p {
	line-height: 100%;
	}
	
	.profile-pic small {
	color: #666;
	}
	
	.img-fluid /*MONITORING PAGE*/ {
		display: none;
	}
	
	.img-fluid-text /*MONITORING PAGE*/ {
		display: none;
	}
	
	.breadcrumb {
	display: none;
	}
	.superstrech{
	display: block !important;
	position: relative !important;
	max-width: 100% !important;
	width: 100%;
	margin: 10px !important;
	padding-top: 0px !important;
	margin-top: -5px !important;
	}
	}
	.commint{
	animation-name: bubble;
	animation-duration: 0.5s;
	transform-origin: top left;
	color: #005ABF !important;
	}
	.commentbox:hover{
	background-color: #f5f6fa;
	}
	@keyframes bubble{
	0%{
	opacity: 0;
	transform: scale(0.7);
	}
	}
	.justfade{
	animation-name: refade;
	animation-duration: 0.5s;
	transform-origin: top left;
	}
	table{
	animation-name: refade;
	animation-duration: 0.5s;
	transform-origin: top left;
	}
	.card{
	animation-name: refade;
	animation-duration: 0.5s;
	transform-origin: top left;
	border-radius: 0px;
	}

	.jumbotron{
	animation-name: refade;
	animation-duration: 0.5s;
	transform-origin: top left;
	}
	.alert{
	animation-name: refade;
	animation-duration: 0.5s;
	transform-origin: top left;
	}
	img{
	animation-name: refade_long;
	animation-duration: 1s;
	transform-origin: top left;
	}
	@keyframes refade_long{
	0%{
	opacity: 0;
	}
	50%{
	opacity: 0.3;
	}
	}
	@keyframes refade{
	0%{
	opacity: 0;
	}
}

@media (min-width: 34em) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 48em) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}
