/*
	*
	*
	@	general styles for small items
	@	thenewt
	@	AUGUST 2017
	*
	*
*/
/*	source-sans-pro-regular 	-	latin - hosted offline	*/
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/source-sans-pro-v10-latin-regular.eot');
  /*IE9 Compat Modes*/
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
    url('fonts/source-sans-pro-v10-latin-regular.eot?#iefix')format('embedded-opentype'),
    /* IE6-IE8*/
    url('fonts/source-sans-pro-v10-latin-regular.woff2')format('woff2'),
    /*Super Modern Browsers*/
    url('fonts/source-sans-pro-v10-latin-regular.woff')format('woff'),
    /*Modern Browsers*/
    url('fonts/source-sans-pro-v10-latin-regular.ttf')format('truetype'),
    /*Safari, Android, IOS*/
    url('fonts/source-sans-pro-v10-latin-regular.svg#SourceSansPro')format('svg');
  /*legacy IOS*/
}

/* buttons */
.btn-outline-custom {
  border: 0 !important;
  background: transparent;
  color: #fff;
  /*
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
	*/
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

/*  PAGE PRELOADER    */

#ui-preloader-div {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#ui-preloader-status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/loading.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

.text-underline {
  text-decoration: underline;
}

.text-center {
  text-align: center !important;
}

/* font awesome */
.ui-font-tips,
.ui-red {
  color: red;
}

/* text */
.text-left {
  text-align: left;
}

.text-weight {
  font-weight: 300px;
}

.text-right {
  text-align: right;
}

/*to top*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 14px;
  right: 3%;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: none;
  text-indent: 100%;
  background: url("../images/to-top1.png") no-repeat 0px 0px;
}

/* button styling courtesy of w3schools css3 */

.ui-update-btn-class {
  display: inline-block;
  border-radius: 4px;
  /*background-color: #f4511e;*/
  border: none;
  color: #FFFFFF;
  text-align: center;
  /*font-size: 28px;*/
  /*padding: 20px;*/
  /*width: 200px;*/
  font-size: 18px;
  padding: 10px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.ui-update-btn-class span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.ui-update-btn-class span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.ui-update-btn-class:hover span {
  padding-right: 25px;
}

.ui-update-btn-class:hover span:after {
  opacity: 1;
  right: 0;
}

.ui-background-class {
  background: ghostwhite;
  border: ghostwhite !important;
  border-radius: 2px;
  -moz-border-radius: 2px;

}

.ui-color-black {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.ui-font-weight {
  font-weight: bolder;
}

.btn-magenta,
.btn-magenta:hover {
  background-color: magenta;
  color: white;
}

.btn-red,
.btn-red:hover {
  color: white;
  background-color: darkred;
}

.ui-textbox-width {
  width: 50%;
}

.ui-text-white {
  color: white;
}

@media screen {
  .ui-hidden {
    display: none;
  }
}

.ui_hidden {
  display: none;
}

.ui_uppercase {
  text-transform: uppercase;
}


/* Notifications */
.notifications .notification-menu .notification-title {
  background: #0088cc;
}

.notifications .notification-menu .notification-title .label-default {
  background-color: #006699;
}

.notifications .notification-menu:before,
.notifications .notification-icon:before {
  border-bottom-color: #0088cc;
}

.ui-pnotify .notification-primary {
  background: rgba(0, 136, 204, 0.95);
}

.ui-pnotify.stack-bar-top .notification-primary,
.ui-pnotify.stack-bar-bottom .notification-primary {
  background: #0088cc;
}

.ui-pnotify.notification-primary .notification,
.ui-pnotify.notification-primary .notification-primary {
  background: rgba(0, 136, 204, 0.95);
}

.ui-pnotify.notification-primary.stack-bar-top .notification,
.ui-pnotify.notification-primary.stack-bar-bottom .notification,
.ui-pnotify.notification-primary.stack-bar-top .notification-primary,
.ui-pnotify.notification-primary.stack-bar-bottom .notification-primary {
  background: #0088cc;
}

/* Wizard */
.wizard-steps>li.active .badge {
  background-color: #0088cc;
}

.wizard-steps>li.active a,
.wizard-steps>li.active a:hover,
.wizard-steps>li.active a:focus {
  border-top-color: #0088cc;
}

.wizard-tabs ul>li.active .badge {
  background-color: #0088cc;
}

html .wizard-progress .steps-progress .progress-indicator,
html.dark .wizard-progress .steps-progress .progress-indicator {
  background: #0088cc;
}

html .wizard-progress .wizard-steps li.completed a span,
html.dark .wizard-progress .wizard-steps li.completed a span {
  border-color: #0088cc;
  background: #0088cc;
}

html .wizard-progress .wizard-steps li.active a span,
html.dark .wizard-progress .wizard-steps li.active a span {
  color: #0088cc;
  border-color: #0088cc;
}

/* viewing employee information for printing */
.hr_text_12 {
  font-size: 12px;
}

.hr_text_13 {
  font-size: 13px;
}

.hr_text_14 {
  font-size: 14px;
}

.hr_text_15 {
  font-size: 15px;
}

.hr_text_16 {
  font-size: 16px;
}

.hr_text_17 {
  font-size: 17px;
}

.hr_text_18 {
  font-size: 18px;
}

.hr_text_19 {
  font-size: 19px;
}

.hr_font_weight_300 {
  font-weight: 300;
}

.hr_font_weight_400 {
  font-weight: 400;
}

.hr_font_weight_500 {
  font-weight: 500;
}

.hr_font_weight_600 {
  font-weight: 600;
}

.hr_font_weight_700 {
  font-weight: 700;
}

.hr_font_weight_800 {
  font-weight: 800;
}

.hr_line {
  margin: 2px 0;
  border-bottom: 1px solid #bfbfbf;
}

.m-y-2 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.m-b-2 {
  margin-bottom: 2px;
}

.m-t-2 {
  margin-top: 2px;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold,
.fw-bold {
  font-weight: 700 !important;
}


.font-weight-bolder,
.fw-bolder {
  font-weight: bolder !important;
}

.w-100 {
  width: 100% !important;
}

.position-relative {
  position: relative;
}