@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Radio+Canada:ital,wght@0,300..700;1,300..700&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Radio+Canada:ital,wght@0,300..700;1,300..700&display=swap');

html, body, * {
    font-family: "Radio Canada", sans-serif;
}

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

h1, h2, h3, h4, h5, h6 {
    font-family: "Radio Canada", sans-serif;
    font-weight: 500;
	color: #343a40 !important;
}

p, pre, li, td, .dataTables_wrapper {
    font-family: "Radio Canada", sans-serif;
	font-size: 1rem;
	line-height: 2rem;
}


a, .head-link

{
    font-family: 'Inter', sans-serif;
    color: #487eb0 !important;
}

.text-primary {
	color: #2980b9 !important;
}

.text-primary:hover  {
	text-decoration: none;
}

.small {
	line-height: 1rem;
}

.bold {
    font-family: 'Inter', sans-serif;
}

.fa-circle {
	display: inline-block;
	margin-right: 10px;
	color: #ccc;
}

th {
	font-size: .85rem;
	color: #616161;
}

.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 > .nav-link, .nav-link {
	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;    
}


/*
.list-group-sidebar {
	border-radius: 0 !important;
}

.list-group-sidebar  {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0;
	padding-right:0;
	border: 0;
	border-bottom: 1px solid #eee;
	background-color: transparent !important;
	font-size: 1rem;
	color: #2c3e50;
}

.list-group-sidebar {
	text-decoration: none;
	color: #34495e !important;
	transition: 0.5s;
}
*/



.loading_indicator{
/*display: block;*/
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 100;
	background-color: white;
	background: url("{{ asset('images/loading.gif') }}");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 180px auto;
	background-color: white;
	animation-name: poptop;
	animation-duration: 0.5s;
}
.cmcar{
margin-bottom: 20px;
}
.messagebar_layout{
top: 0;
right: 0;
width: 300px;
min-height: 100px;
padding: 20px;
background-color: #005ABF;
border: 1px solid rgba(0,0,0,0.08);
color: white;
display: none;
position: fixed;
margin: 20px;
z-index: 10000;
border-radius: 5px;
margin-top: 70px;
animation-name: bubble;
animation-duration: 0.5s;
}
.modal-dialog{
animation-name: bubble !important;
animation-duration: 0.5s !important;
}
.thumnail_nano{
width: 50px;
}
footer {
background-color: #005ABF;
padding: 30px 0;
}

.desktop_view{
	display: block;
}

.mobile_view{
	display: none !important;
}

.pop-up .list-group-item {
border: none;
}


.glyphs {
display: inline-block;
margin-right: 8px;
color: #1FCF57;
}

.glyphs-icon {
display: inline-block;
margin-right: 5px;
}

.btn-success {
background-color: #1FCF57 !important;
border: 0;
}
.btn-danger {
background-color: #F43F54 !important;
border: 0;
}
.list-group-item {
border: 0 !important;
}
div#annoucementcards > .list-group-item {
margin-bottom: 3px;
padding-top: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #ccc !important;
}
/*
.nav-pills .pill-1 .nav-link:not(.active) {
background-color: #fff !important;
color: rgba(44, 62, 80,1.0);
font-family: 'SF Bold';
}
active (faded)
.nav-pills .pill-1 .nav-link {
background-color: #28D15C !important;
color: #fff;
font-family: 'SF Bold';
}*/
.nav-pills .pill-1 .nav-link:not(.active) {
background-color: #fff !important;
color: #2c3e50;
border: 0;
font-family: 'SF Bold';
font-size: 14px;
text-transform: uppercase;
}
.nav-pills .pill-1 .nav-link {
background-color: #fff !important;
color: #2c3e50;
border-bottom: 3px solid #28D15C;
font-family: 'SF Bold';
font-size: 14px;
border-radius: 0;
text-transform: uppercase;
}
.btn-red {
background-color: #F43F54;
color: #fff;
}
.btn-link, .btn-link:hover, .btn-link:focus {
color: #2c3e50;
text-decoration: none;
}
.fa-check-circle {
display: none;
}
.td_stat {
background-color: #28a745;
color: white;
}

@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;
	}
}

/*///MONITORING PAGE////*/
td {
	vertical-align: middle !important;
}

.loader {
  border: 3px solid #f3f3f3; /* Light grey */
  border-top: 3px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  padding: 0;
  margin: 0;
  line-height: 20px;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

#profileImage {
	width: 75px;
	height: 75px;
	background: #bdc3c7;
	font-size: 35px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 1.5em;
}
#profileImage2 {
	width: 75px;
	height: 75px;
	font-size: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 1.5em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 180px auto;
}

.sidebar-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	/* Position the items */
	// &:nth-child(2) { top: 25%; }
	// &:nth-child(3) { top: 50%; }
	// &:nth-child(4) { top: 75%; }
}


.make-me-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 4.5rem;
}

@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;
    }
}

