
@media print {
    body.modal_printer * {
        visibility: hidden;
    }
    #main_modal * {
		visibility: visible;
		display: visible;
    }
    .modal{
		position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
		visibility: visible;
		display: visible !important;
		overflow: visible !important;
	}
	.report-header{
		display: block !important;
		margin: 15px;
	}
  	button {
    	display: none !important;
  	}
  	input, select {
    	border: none !important;
		box-shadow: none !important;
		outline: none !important;
		line-height: 100% !important;
		height: auto !important;
		resize: none !important;
  	}
  	textarea {
		border: none !important;
		box-shadow: none !important;
		outline: none !important;
		line-height: 100% !important;
		height: 100%;
		resize: none !important;
		page-break-before: auto;
		break-before: auto;
	}

  	select::-ms-expand {	display: none; }
  	select {
    	-webkit-appearance: none !important;
    	appearance: none !important;
  	}
  	input[type=radio] {
		vertical-align: top !important; 
  	}
  	input[type=radio]::before {
  		top: 3px !important;
  	}
    .select2-selection{
  		border: none !important;
  	}
  	.select2-selection__arrow{
  		display: none !important;
  	}
  	.select2-selection__clear{
  		display: none !important;
  	}
  	.form-control {
  		padding: 2 !important;
  	}
  	.input-group {
  		margin-bottom: 0px !important;
  	}
  	label { 
  		margin-bottom: -0px !important;
  		margin-top: 5px !important;
  	}
  	#Liaison-Report-Wrapper td, #Liaison-Report-Wrapper th{
  		font-size: 10px;
 	}
  	table {
  		zoom: 60%;
  	}
  	.main-footer {
  		display: none !important;
  	}
  	.content {
  		height: auto !important;
  	}
   	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    	float: left;
  	}
   	.col-sm-12 {
		width: 100%;
   	}
   	.col-sm-11 {
    	width: 91.66666667%;
   	}
    .col-sm-10 {
    	width: 83.33333333%;
   	}
   	.col-sm-9 {
    	width: 75%;
   	}
   	.col-sm-8 {
    	width: 66.66666667%;
   	}
   	.col-sm-7 {
		width: 58.33333333%;
   	}
    .col-sm-6 {
    	width: 50%;
   	}
   	.col-sm-5 {
	width: 41.66666667%;
   	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.box-body{
		padding-top: 0px;
	}
	.no-print, .no-print *{
		display: none !important;
	}
	@page {
		margin: 0;
	}
	header, footer{
		display: none !important;
	}
}

body, html {
	height: auto;
}
form {
	margin-bottom: 0;
}
body{
	padding-right:0px !important;
}
/* width */
div::-webkit-scrollbar, .content::-webkit-scrollbar {
  width: 10px;
  box-sizing: border-box;
}

/* Track */
div::-webkit-scrollbar-track, .content::-webkit-scrollbar-track{
    background: transparent url('../img/transparent.png');
}

/* Handle */
div::-webkit-scrollbar-thumb, .content::-webkit-scrollbar-thumb{
  background: #4c9dcc; 
  border: 2px solid #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* Handle on hover */
div::-webkit-scrollbar-thumb:hover, .content::-webkit-scrollbar-thumb:hover {
  background: #367fa9; 
}

div::-webkit-scrollbar-button:start:decrement, .content::-webkit-scrollbar-thumb:hover
div::-webkit-scrollbar-button:end:increment, .content::-webkit-scrollbar-thumb:hover{
    display: none;
}

div[class*="col-"]{padding-left:5px; padding-right:5px;}

div.row{
	margin-left: -5px;
	margin-right: -5px;
}

.login-box {
	margin: 3% auto;
}
.login-logo {
	font-size: 45px;
}
.login-logo img{
	height: 40px;
	vertical-align: baseline;
	padding-right: 5px;
}
.login-alert {
	width: 360px !important;
	height: auto !important;
	margin-top: 20px;
}
#main_modal {
	z-index: 99999;
}
#myModal .popover {
	max-width: 400px;
}
#myModal .popover-content{
	font-size:12px;
	text-align: justify;
}
.modal-content{
	box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.7);
	border-radius: 10px;
}

.modal-footer{
	border-top: 0;
}

.input-group{
	display: flex;
	margin-bottom: 10px;
	width: 100%;
}
.input-group .input-group-addon{
	background-color: #3c8dbc;
	color: #FFF;
	width: 110px;
}
.no-margin {
	margin: 0 !important;
}
.btn {
	font-size: 16px;
	height: 36px;
}
.btn-sm {
	height: auto;
	padding: 5;
	line-height: 1;
}
.btn-group-addon, .btn-group-addon:hover {
	cursor: pointer;
	background-color: #3c8dbc;
	color: #fff;
}
.box-tools-buttons {
	display: inline;
}
.content_wrapper {
	display: none;
}
.content_wrapper h1{
	margin: 0;
}
.content {
	padding: 10px;
	padding-right: 12px;
    height: calc(100vh - 81px);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: overlay;
    overflow-x: hidden;
}

.d-flex {
    display:flex;
}
.d-flex>div {
    float: none;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.dataTables_wrapper{
	font-size: 1em;
}

.table-updates{
	font-size: 14px;
	padding-top: 15px;
	font-weight: bold;
	position: absolute;
	right: 10px;
}

table.dataTable thead td, table.dataTable tfoot td, table.dataTable.no-footer {
	border: none;
}

.no-margin{
	margin: 0;
}
.dataTables_scrollHead .dataTables_scrollHeadInner{
	width: 100% !important;
}
.datatable thead tr{
	line-height: 40px;
	color: #FFF;
	background-color: #367fa9;
}

.simple thead tr{
	line-height: 20px;
	color: #000;
	background-color: #FFF;
	font-size: 14px;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
	opacity: 0.75;
	bottom: 0px;
}
table.dataTable thead .sorting:after {
	opacity: 0.4;	
}

.calendar table {
	font-size: 1.5em;
}
.select2-container--open {
	z-index: 9999999
}

.select2-container--bootstrap .select2-selection{
	border-color: #d2d6de;
}

span.select2{
	width: 100% !important;
}
.dataTables_scrollHeadInner{
	background-color: #367fa9;
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
	font-size: 24px;
}

.sortable, .sortable_main, .roles_box {
	list-style-type: none;
	list-style-position: inside;
	padding-left: 0;
	min-height: 20px;
 }
 .sortable_main {
 	display: block;
 	background-color: #fff;
 	border-top: 2px solid #CCC;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	border-left: 2px solid #CCC;
 }

 .sortable li, .sortable_main li, .roles_box li{
	text-decoration: none;
	color: #333333;
	border-top: 1px solid #CCC;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #CCC;
}
.sortable_main i {
	width: 25px;
}
.sortable_main li {
	margin: 5px;
	font: bold 18px Arial;
	background-color: #EEE;
	padding: 6px 6px 6px 6px;
}
.sortable_main li ul {
	margin-top: 5px;
}
.sortable li, .roles_box li{
	margin: 0;
	padding: 2px 6px 2px 6px;
	font: bold 16px Arial;
	background-color: #DDD;
}

.fa-plugin-list {
	float: right;
	padding: 0 2px;
	margin-left: 5px;
}

.fa-minus.fa-plugin-list:hover {
	border: 1px solid #000;
}

.fa.disabled{
	opacity: 20%;
}
.skin-blue .sidebar a.active {
	color: #fff;
	background-color: #1e282c;
}

.drop_list button{
	width: 100%;
	font: bold 18px Arial;
	margin-bottom: 5px;
}

.disabled_plugins{
	background-color: #f9d1d1 !important;
}

.add-plugin-button, .add-role-button{
	background-color: #CCC !important;
}

.value-span{
	margin-bottom: 5px;
}

tr.even{
	background-color: #fff;
}

tr.odd{
	background-color: #e1e7f0;

}

#IRInternshipOffers tr.odd{
	background-color: #fff;
}

tr.inactive.odd{
	background-color: #ffd3d3;
}

tr.inactive.even{
	background-color: #ffe3e3;
}

.data_table tbody tr:hover, #IRInternshipOffers tr.odd:hover{
	background-color: #4c9dcc;
	color: #FFF;
}

.main-footer{
	padding: 5px 15px;
}

#alert-msg-wrapper {
	margin-bottom: 0px;
}

.form-control{
	padding: 6px;
}

input[type=checkbox] {
	-ms-transform: scale(1.3); /* IE */
  	-moz-transform: scale(1.3); /* FF */
  	-webkit-transform: scale(1.3); /* Safari and Chrome */
  	-o-transform: scale(1.3); /* Opera */
  	transform: scale(1.3);
	margin-top: 3px;
	margin-right: 3px;
	vertical-align: text-top;
}

input[type=radio] {
	vertical-align: middle;
	-webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     height: 18px;
     width: 18px;
     cursor: pointer; 
     margin: 0;    
}

input[type=radio]::before {
	position: absolute;
	font: normal normal normal 18px/1 FontAwesome;
	content: '\f10c';

}
input[type=radio]:checked::before {
	position: absolute;
	font: normal normal normal 18px/1 FontAwesome;
	content: '\f05d';
}

.signature-img{
	object-fit: contain;
	height: 80px;
	max-width: 200px;
}


.input-group .input-group-addon{
	border-color: #d2d6de;
}
.btn-toggle-active.active {
	top: 2px !important;
	left: 2px !important;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.6) !important;	
}
.btn-del-this {
	position: relative;
	left: -1px;	
}
.btn-restore {	background-color: #ffc107!important; }

.btn-restore span{
	top: -2px;
	transform: rotate(135deg);
}
#main_modal.wide .modal-dialog{
	width: 90%;
}

#main_modal h2{
	font-size: 28px;
	margin-bottom: 10px;
}
#main_modal h4{
	line-height: 1.5em;
	margin: 0;
}

.dchart {
	min-height: 230px;
}

.modal-content .box-table{
	background-color: #F8F8FF;
	margin-bottom: 10px;
}

.select2-container--default .select2-selection--single {
	border : solid 1px #444;
	border-radius: 0;
	height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 34px;
	top: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    line-height: 28px;
	padding-left: 0;
}

.box{
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
	border: 0px;
}

.box-header {
	padding-bottom: 5px;
}
.box-body {
	transition: height 2s;
}

.box-title {
    vertical-align: bottom;
}

.box-mobile {
	box-shadow: none;
	background-color: grey;
	border-radius: 25px;
}

.bold {
	font-weight: bold;
}
.skin-blue .sidebar-menu>li>a.active{
	border-left-color: #337ab7;
}

div.dataTables_wrapper div.dataTables_info {
	height: 28px;
	font-weight: bold;
}

.bg-success {
	background-color: #28a745 !important;
	-webkit-box-shadow: inset 0px 0px 2px 2px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 0px 2px 2px rgba(255,255,255,0.2);
	box-shadow: inset 0px 0px 2px 2px rgba(255,255,255,0.2);
}
.input-group-addon.bg-success:hover{
	background-color: #189735 !important;
	-webkit-box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.2);
}

.bg-danger{
	background-color: #dc3545 !important;
	-webkit-box-shadow: inset 0px 0px 2px 2px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 0px 2px 2px rgba(255,255,255,0.2);
	box-shadow: inset 0px 0px 2px 2px rgba(255,255,255,0.2);
}
.input-group-addon.bg-danger:hover{
	background-color: #cc2535 !important;
	-webkit-box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.2);
}

h3 {
	margin: 0;
	line-height: 36px;
}

h4 {
	margin-top: 3px;
	margin-bottom: 3px;
	line-height: 22px;
}

td {
	padding: 5px;
}
td.text-center {
	padding-right: 30px;
}
.data_table {
	width: 100% !important;
}
.data_table th {
	text-align: center;
}
.Report-Wrapper table {
	width: 100%;
}
.Report-Wrapper h4, .Report-Wrapper h3 {
	font-weight: bold;
}
.Report-Wrapper td, .Report-Wrapper th {
	padding-left: 10px;
	padding-right: 10px;
}

label.form-check-label {
    top: -2px;
    position: relative;
}

textarea.form-control { resize: vertical; height: 103px;}

.content-wrapper, .main-footer,.main-header .navbar{
	margin-left: 180px;
}

.main-sidebar, .main-header .logo {
	width: 180px;
}
.logo-mini i{
	line-height: 50px;
}
.table-condensed td, .table-condensed th {
	-webkit-border-radius: 0px;
    	-moz-border-radius: 0px;
	border-radius: 0px; 
	padding: 0;
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th{
	padding: 0;
}

.skin-blue .sidebar-menu>li.header {
	color: #7da7b9;
	font-weight: 600;
	font-size: 15px;
}

.section:after {
  content: "\f0d7"; /* FontAwesome Unicode */
  float: right;
  font-family: FontAwesome;
  display: inline-block;
}

[data-toggle="collapse"]{

	cursor: pointer;
}
[data-toggle="collapse"]:hover{
	
	background-color: #f8f8ff;
}

.collapsed[data-toggle="collapse"]:first-child::after {
  content: "\f0da "; /* FontAwesome Unicode */
}

[data-toggle="collapse"]:first-child::after {
  font-size: 24px;
  padding-left: 10px;
  content: "\f0d7";
  font-family: FontAwesome;
  display: inline-block;
}

.collapsed:after {
  content: "\f0da "; /* FontAwesome Unicode */
}

td.dt-center { text-align: center; }

.input-group-addon.narrow { width: 40px; }
.input-group-addon.narrow i { line-height: 20px; }

.data_table.PersonHistory, .data_table.SmallFont {
	font-size: 0.8em;
}

.ontario-map-marker, .canada-map-marker, .world-map-marker{
	color: white;
	background-color: #00a65a;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
	font-size: 14px;
	border-radius: 50%;
	text-align: center;
	line-height:26px;
}

.mergedMarker {
	background-color: #00661a;
}
.progress{
	background-color: #e5e5e5;
	position: relative;
}

.bar-step {
    position:absolute;
    margin-top:-2px;
	z-index:1;
    font-size:12px;
}

.label-line {
    float: right;
    background: #000;
    height:26px;
	width:1px;
}
.dashboard-controls .form-control{
	margin-bottom: 10px;
	font-size: 16px;
}

div.dashboard-controls .form-control:last-child{
	margin-bottom: 0px;

}

#Workspace-header {
	min-height: 36px;
	margin-bottom: 10px;
}

.Workspace-toolbar button:not(.noshadow), .box-tools button:not(.noshadow){
	position: relative;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
	margin-left: 5px;
}
.Workspace-toolbar button:not(.noshadow):hover, .box-tools button:not(.noshadow):hover{
	top: 2px;
	left: 2px;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.6);
}
.Workspace-toolbar button:not(.noshadow):hover:after, .box-tools button:not(.noshadow):hover:after{
	content: '';
	position: absolute;
  	left: -3px;
  	top: -3px;
  	height: 36px;
  	width: 100%;
  	box-sizing: border-box;
}
.box .collapsable {

}
.box .collapsable:hover {
	background-color: #e5e5ff;
}

.box-tools .input-group{
	top: 3px;
}

.ui-datepicker{ 
	z-index: 99999999999 !important;
}

.dashed{
	border: 1px dashed #3c8dbc;
}

.dashed-top{
	border-top: 1px dashed #3c8dbc;
	padding-top: 10px;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.black-border {
	border: 1px solid black;
	/*border-right: none;*/
}
.black-border:last-child {
	border: 1px solid black;
}

.spanWithBox {
	padding: 6px;
	border: 1px solid #ccc;
}

.avatar {
    display: block;
    border-radius: 200px;
    box-sizing: border-box;
    background-color: #DDD;
    border: 1px solid #cfd8dc;
}

.switch-toggle {
	/* border: 2px solid #767b80; */
	color: #767b80;
	background-color: #fff;
	border-radius: 4%;
	width: 100%;
	display: block;
	margin: auto;
	position: relative;
	text-align: center;
 }
 .switch-toggle input {
   opacity: 0;
 }
 .switch-toggle input + label {
   padding: 5px 5px 5px 5px; 

   color:#767b80;
 }
 .switch-toggle input:checked + label {
   background: #767b80;
   border-radius: 5%;
   color: #fff;
 }

 .main-timeline-section{
	position: relative; 
	width: 95%;  
	margin: auto; 
	height: 150px;
  }
  .main-timeline-section .timeline-start,
  .main-timeline-section .timeline-end{
	position: absolute;
	background: #4682B4;
	border-radius:100px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
  }
  .timeline-start .content-date{
	position: relative;
	top: -40px;
	left: -25px; 
	font-size: 18px;
	text-align: center;
}
.timeline-end .content-date{
	position: relative;
	top: -40px;
	left: -10px; 
	font-size:18px;
	text-align: center;
}
  .main-timeline-section .timeline-end{
	right: 0px;
  }
  .main-timeline-section .conference-center-line{
	position: absolute;
	width: 100%;
	height: 5px;
	top: 50%;
	transform: translateY(-50%);
	background: #4682B4;
  }
  .timeline-article{
	  width: 17.5%;
	  position: relative;
	  min-height: 150px;
	  float: right;
  }
  .timeline-article .content-date{
	  position: absolute;
	  top: 35%;
	  left: -30px; 
	  font-size:18px;
	  text-align: center;
  }
  .timeline-article .content-date-top{
	position: absolute;
	top: 15%;
	left: -25px; 
	font-size:18px;
	text-align: center;
}
  .timeline-article .meta-date{
	  position: absolute;
	  top: 50%;
	  left: 0px;
	  transform: translateY(-50%); 
	  width: 20px;
	  height: 20px;
	  border-radius: 100%;
	  background:#fff;
	  border: 1px solid #4682B4;
  }
  .timeline-article-bottom .content-date{
	top: 59%;
  }
  .vertical-timeline-section{
	position: relative; 
	width: 100%;  
	margin-top: 20px; 
	margin-bottom: 20px;
	height: 92%;
  }
  .vertical-timeline-section .timeline-start{
	position: absolute;
	background: #4682B4;
	border-radius: 100px;
	left: 50%;
	transform: translateX(-50%);
	width: 30px;
	height: 30px;
  }
  .vertical-timeline-section .timeline-end{
	position: absolute;
	background: #4682B4;
	border-radius: 100px;
	left: 50%;
	bottom: 5%;
	transform: translateX(-50%);
	width: 30px;
	height: 30px;
  }
  .vertical-timeline-section .conference-center-line{
	position: absolute;
	width: 5px;
	height: 92%;
	left: 50%;
	transform: translateX(-50%);
	background: #4682B4;
  }

  .vertical-timeline-section .timeline-start .content-date{
	position: relative;
	top: -25px;
	left: -17px; 
	font-size:18px;
	color:#FFFFFF;
	text-align: center;
}
.vertical-timeline-section .timeline-end .content-date{
	position: relative;
	bottom: 0px;
	left: -12px; 
	font-size:18px;
	text-align: center;
	color:#FFFFFF;
	margin-top: 70px;
}
.conference-vertical-timeline-content {
	margin-top: 0px;
	margin-bottom: 0px;
  }
.vertical-timeline-article {
	width: 100%;
	height: 15.5%;
	position: relative;
	margin-top: 10px;
  }
  .vertical-timeline-article .meta-date{
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	top: 65%;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background:#fff;
	border: 1px solid #4682B4;
  }
  .vertical-timeline-article .content-date{
	position: relative;
	right: 40px; 
	top: 60%;
	font-size: 14px;
	color:#FFFFFF;
	text-align: center;
}
.vertical-timeline-article .content-date-right{
	position: relative;
	left: 40px; 
	top: 60%;
	font-size: 14px;
	color:#FFFFFF;
	text-align: center;
}
.mobile-menu{
	box-shadow: none;
	border: none;
	border-radius: 0px;
	bottom: 0px;
	background-color:#585858; 
	height: 40px;
	margin-bottom: 0px;
	position: sticky;
	width: 100%;
	z-index: 1;;
}
.menu-option{
	border-color: #383838; 
	border-width: 1px;
	display: block;
	margin: auto;
	position: relative;
	text-align: center;
	padding-top: 5px;
}
.mobile-menu-btn-active{
	color: white;
	background-color: transparent;
	border-color: transparent;
}
.timeline-bar{
	height: 100%;
	width: 100%;
	position: absolute; 
	z-index: 1; 
	left: 100%;
}
.slide{
	position: relative;
	bottom: 500px;
	-webkit-animation: slide 1s forwards;
	animation: slide 1s forwards;
}
@-webkit-keyframes slide{
	100% {bottom: 0;}
}
@keyframes slide{
	100% {bottom: 0;}
}
.vertical-timeline-box{
	background-color: #787878;
	border-color: transparent;
	border-radius: 0;
	height: 100%;
	width: 40%;
	box-shadow: none;
}
.nav-menu{
	box-shadow: none;
	border: 0;
	background-color: #F0F0F0;
	height: 40px;
	width: 100%;
	margin-bottom: -10px;
}
.mobile-dashboard-box{
	box-shadow: none; 
	background-color: #F0F0F0; 
	border: 0;
	margin: 0;
	border-radius: 0px; 
	position: relative;
	overflow: hidden;
}
.mobile-dashboard-button{
	padding: 15;
	padding-top: 20;
	color: white;
	float: right;
}
.mobile-dashboard-button:hover{
	background-color: #367FA9;
}
@media screen and (min-width:768px){
	.mobile-topbar{
		margin: 0px !important;
		padding: 0 !important;
		width: 20% !important;
		background-color: #3C8DBC !important;
	}
	#MobileHeader{
		width: 100%;
	}
	.navbar .logo{
		display: none;
	}
	.mobile-dashboard-box{
		max-height: 1366px;
	}
	#MobileContainer{
		width: auto; 
	}
}
@media screen and (max-width:768px){
	#MobileLeftLogo, #MainTopbarLogo, .navbar-custom-menu {
		display: none;
	}
	#MobileHeader{
		width: 100%;
	}
	.logo{
		background-color: transparent !important;
	}
	.timeline-article .content-date{
		font-size: 11px;
	}
	#Workspace-header .pull-left{
		font-size: 20px;
	}
	.main-footer{
		font-size: 12px;
		width: 100%;
	}
	.content, #sidebarLogoutFooter{
		height: calc(100vh - 78px);
		padding-bottom: 0px;
	}
	.mobile-topbar{
		width: 50% !important;
	}
}
.timelineSlideOpen{
	position: absolute;
	left: 100%;
	-webkit-animation: timelineSlideOpen 0.5s forwards;
	animation: timelineSlideOpen 0.5s forwards;
}
.timelineSlideClose{
	position: absolute;
	left: 60%;
	-webkit-animation: timelineSlideClose 0.5s forwards;
	animation: timelineSlideClose 0.5s forwards;
}
@-webkit-keyframes timelineSlideOpen {
	100% {left: 60%;}
}
@keyframes timelineSlideOpen {
	100% {left: 60%;}
}
@-webkit-keyframes timelineSlideClose {
	100% {left: 100%;}
}
@keyframes timelineSlideClose {
	100% {left: 100%;}
}
.donut-chart-label {
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
}
@media (max-width: 480px){
	#DesktopDashboardContainer .col-xs-6{
	  width: 100% !important;
	}
}
.tbiDataTable .dataTables_info{
	display: none;
}
.tbiDataTable table.dataTable td {
	font-size: 14;
	text-align: center;
}
.mobile-dashboard-box .dataTables_scrollBody{
	overflow-y: auto;
	height: 30%;
}
#mobileList .box-title{
	font-size: 18px;
}
#mobileTask h4{
	font-size: 16px;
}
#mobileTask .progress{
	height: 15px;
}
.rounded-border-box{
	display: flex;
	border: solid;
	height: 10%;
	margin: 30px;
	border-radius: 10px;
	align-items: center;
	text-align: center;
}
.div-button-with-icon{
	margin: 20px;
	height: auto;
	max-height: 150px;
	flex: 1;
	align-items: center;
	text-align: center;
	border-radius: 10px;
}
.button-with-icon{
	background-color: transparent;
	width: 100%;
	height: 100%;
}

/* calendar stylings */
#calendar {
    left: 0;
    right: 0;
    bottom: 5px;
}

#lnb {
	float: left;
}

#right {
	float: right;
}

#calendarList {
	text-align:left
}

/* calendar stylings */