body {
	font-size: 0.8vw;
	background-color: #fff;
}

label i {
	color: #337ab7;
}

.bottom-30 {
	margin-bottom: 30px;
}

.navbar-header .btn-sm {
	margin: 11px 0 0 28%;
	float: left;
}

#page-wrapper {
	margin: 0;
}

.toggle-vis {
	cursor: pointer;
}

.alert, .alert-stay {
	font-size: 14px;
}

.alert-stay {
	padding: 15px;
	border:1px solid transparent;
	border-radius:4px;
	text-align: center;
}

.alert-danger h4 {
	margin-top: 10px;
}

.panel-heading.dashboard-panel {
	min-height: 6vw;
}

.col-xs-3.dashboard-panel, .col-xs-9.dashboard-panel {
	margin-top:
}

.panel-footer.dashboard-panel {
	min-height: 60px;
}

#content {
	background: #fff;
	padding: 20px;
}

.center {
	text-align: center;
}

#alreadyRegistered {
	margin-top: 10px;
	/*font-size: 12px;*/
	font-style: italic;
}

.fc-title .glyphicon {
	margin-left: 10px;
}

.fc-content .fc-title {
	padding-left: 5px;
}

.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end {
	padding: 2px 0;
}

#multipleUpdateContent {
	width: 100%;
	display: none;
}

.modal-body > span#tmessagetext {
	border: 1px dashed #e5e5e5;
	float: left;
	margin: 0 0 3% 3%;
	width: 94%;
	padding: 2%;

}

#pauseOut {
	display: none;
	margin: auto;
}

.activeEmployee {
	background-color: #5cb85c;
}

.pausedEmployee {
	background-color: #f0ad4e;
}

.inactiveEmployee {
	background-color: #d9534f;
}

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

.legend {
	margin-top: 20px;
}

.fc-day-grid-event.fc-h-event.fc-event.legend {
	margin-left: 1% !important;
}

.legend .fc-content {
	padding: 3px 5px;
}

#workedTime { position:relative;}

@-webkit-keyframes mymove 
{
0% {opacity:1.0; text-shadow:0 0 20px #00c6ff;}
50% {opacity:0; text-shadow:none; }
100% {opacity:1.0; text-shadow:0 0 20px #00c6ff; }  
}


@-moz-keyframes mymove 
{
0% {opacity:1.0; text-shadow:0 0 20px #00c6ff;}
50% {opacity:0; text-shadow:none; }
100% {opacity:1.0; text-shadow:0 0 20px #00c6ff; }  
}

.panel-footer .input-group {
	width: 100%;
}

.btn.btn-warning.btn-sm.col-lg-2.chat-button {
	float: right;
	margin-top: 10px;
}

.pointer {
	cursor: pointer;
}

.newMessage {
	font-weight: bolder;
	color: red;
	-moz-animation:mymove 2s ease infinite; 
	-webkit-animation:mymove 2s ease infinite;
}

.huge {
	font-size: 2vw;
}

.holidayContact > td {
	background-color: moccasin;
}

/*#################### GLYPHICONS ###########################*/

.glyphicon.interaction.glyphicon {
	font-size: 1.5em;
	margin-left: 2%;
}

.glyphicon.interaction:hover {
	color: #337ab7;
	cursor: pointer;
}

.glyphicon-ok-sign {
	color: #5cb85c;
}

.glyphicon-question-sign {
	color: #f0ad4e;
}

.glyphicon-remove-sign {
	color: #d9534f;
}

/** Forms */

label { 
	font-size: 14px;
}

/*form {
	font: 100% verdana,arial,sans-serif;
}



form input, form select {
	width: auto;
	margin: 5px 0 0 10px;
	border: 1px solid gray;
	padding: 4px;
}

form input[type=submit]:hover {
	cursor: pointer;
	background: silver;
}


form br {clear: left;}

*/



.navbar-top-links .dropdown-tasks {
	width: auto;
}

.navbar-top-links .dropdown-menu li a {
	padding: 3px 10px;
}

.tooltip {
	white-space:pre-wrap;
}

#timeSymbol {
	height: 84px;
}

.spin {
  -webkit-animation: spin .80s infinite linear;
  -moz-animation: spin .80s infinite linear;
  -o-animation: spin .80s infinite linear;
  animation: spin .80s infinite linear;

}

@-moz-keyframes spin {
  from {
	-moz-transform: rotate(0deg);
  }
  to {
	-moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
	-webkit-transform: rotate(0deg);
  }
  to {
	-webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
	transform: rotate(0deg);
  }
  to {
	transform: rotate(360deg);
  }
}

#makePayment, #makeOrder, .makeOrder {
	display: none;
}

/*#################### PACKAGES AND PAYMENTS ###########################*/

.panel-heading.model {
	text-transform: uppercase;
}

.panel-footer #makeOrder {
	margin-top: 10px
}

#makePayment {
	margin-top: 20px;
}

#internPpButtonText {
	display: none;
}

/*#################### IMAGES FOR USER AND LOGO	 ###########################*/

/*#profilePicture {
	float: right;
	max-width: 150px;
	max-height: 40px;
}*/
#newProfilePicture, #newLogo {
	display: none;
}

img#headLogo {
	margin-top: 50px;
	max-height: 80px;
	max-width: 100%;
}

#profilePicture, #logo {
	margin-bottom: 20px;
	max-width: 150px;
	max-height: 150px;
}

/*#################### ADDITIONAL TABLE STYLES ###############################*/

.pleft-20 {
	padding-left: 20px;
}

.pright-20 {
	padding-right: 20px;
}

.ptop-20 {
	padding-top: 20px;
}

.pbottom-20 {
	padding-bottom: 20px;
}

/*#################### MORRIS STYLES ###############################*/

#morris-area-chart.loading {
  background-image: url(../images/system/loader/loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}