/*
.maincontainer {
	max-width: 1300px;
	margin: 1.5em auto;
}
*/
/*
.content {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
*/
/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.white-box-bordered {
  background-color: #fff;
  border: solid 1px #EEEEEE;
}
.dotted-underline {
  border-bottom: dotted 1px #333;
}
.dashbox {
  margin: 0em 1em 1em 0em;
  padding: 1em;
  box-shadow: -3px 4px 9px 0px #ddd;
}
.scheduling-table-brw {
  border-right: solid 1px #FFF;
}
.line-through {
  text-decoration: line-through;
  color: red !important;
}
.g-recaptcha {
  transform: scale(0.77);
  transform-origin: 0 0;
}

.maxwidth {
  width: 100%;
}
.mce-notification {
  display: none !important;
}
.mobileheader {
  display: none;
}
.headerContent {
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin-top: 1em;
}
.burger {
  width: 10%;
  float: left;
  box-sizing: border-box;
  text-align: left;
  display: inline-block;
}
#burger_img {
  max-height: 50px;
  max-width: 100%;
}
.ostLogo {
  width: 70%;
  float: left;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  padding: 0em 1em 0 9em;
}
.searchCommand {
  width: 20%;
  float: left;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
}
.directorsearch {
  padding: 1em 0 1em 0em;
}
.dt-button {
  background: #1475bf !important;
  color: #FFF !important;
  font-weight: bold !important;
  box-sizing: border-box !important;
  padding: 0.6em 1em 0.6em 1em !important;
  cursor: pointer !important;
  border: none !important;
  min-width: 100px !important;
}
/*
.greenbutton
{
	background:#096; color:#FFF; font-weight:bold; box-sizing:border-box; padding:0.6em 1em 0.6em 1em; cursor:pointer;  border:none;min-width: 100px;
}
.redbutton
{
	background:#D51820 ; color:#FFF; font-weight:bold; box-sizing:border-box; padding:0.6em 1em 0.6em 1em; cursor:pointer; min-width: 100px; border:none;
}
*/
a.fa-envelope {
  position: relative;
  font-size: 2em;
  line-height: 50px;
  color: grey;
  cursor: pointer;
  object-fit: cover;
  display: inline-block;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  border: solid 1px #eee;
  height: 50px;
  width: 50px;
  text-align: center;
}
span.fa-comment {
  position: absolute;
  font-size: 1em;
  top: -4px;
  color: red;
  right: -4px;
}
span.notificationnum {
  position: absolute;
  font-size: 0.7em;
  top: -16px;
  color: #fff;
  right: 5px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 400;
}
/* input[type=select] {
  height: 38px;
} */
/* select {
  height: 38px;
  -webkit-appearance: menulist-button;
  line-height: 30px;
} */
.LightRedBackground {
  padding: 1em;
  background-color: #FDA8B0;
  border-bottom: solid 4px #FA3B4D;
  color: #3F0107
}
.LightGreenBackground {
  padding: 1em;
  background-color: #C6E1C4;
  color: #1D361B;
  border-bottom: solid 4px #246919;
}
.LightAmberBackground {
  padding: 1em;
  background-color: #FFCD88;
  color: #633900;
  border-bottom: solid 4px #CE7700;
}
/*HOVER TOOL TIPS*/
.box-tooltips {
  position: relative;
  display: inline-block;
}
.tool-tip-hover-2 {
  display: block;
  margin-top: 50px;
}
.box-tooltips .tooltip-content {
  position: absolute;
  width: 500px;
  height: auto;
  text-align: left;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  z-index: -9999;
/*  visibility: hidden;*/
  transition: all 0.3s;
  bottom: 30px;
}

.box-tooltips .tooltip-content-2 {
  position: absolute;
  width: 500px;
  height: auto;
  text-align: left;
  left: 300px;
  transform: translateX(-50%);
  opacity: 0;
  z-index: -9999;
  visibility: hidden;
  transition: all 0.3s;
	top:30px;
/*  bottom: 30px;*/
}
.box-tooltips .tooltip-content .box-box {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.27);
  top: 0;
  left: 0;
  z-index: 3;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}.box-tooltips .tooltip-content-2 .box-box {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.27);
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.box-tooltips .tooltip-content:before {
  content: "";
  width: 10px;
  height: 10px;
  bottom: -5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: 4;
  background: #fff;
}.box-tooltips .tooltip-content-2:before {
  content: "";
/*
  width: 10px;
  height: 10px;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.27);
  top: -5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
  background: #fff;
*/
}
.box-tooltips .tooltip-content:after {
  content: "";
  width: 10px;
  height: 10px;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.27);
  bottom: -5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
  background: #fff;
}
.box-tooltips .tooltip-content-2:after {
  content: "";
/*
  width: 10px;
  height: 10px;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.27);
  top: -5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
  background: #fff;
*/
}
.box-tooltips .tooltip-content .box-content {
  position: relative;
  z-index: 4;
  width: 100%;

  overflow: hidden;
  border-radius: 10px;
}.box-tooltips .tooltip-content-2 .box-content {
  position: relative;
  z-index: 4;
  width: 100%;

  overflow: hidden;
  border-radius: 10px;
}
.box-tooltips .tooltip-content .box-content .wrap-tool {
  padding: 10px;
}.box-tooltips .tooltip-content-2 .box-content .wrap-tool {
  padding: 10px;
}
.box-tooltips .tooltip-content .box-content .wrap-tool .ttl-tool {
  margin: 0 0 10px;
}.box-tooltips .tooltip-content-2 .box-content .wrap-tool .ttl-tool {
  margin: 0 0 10px;
}
.tool-tip-hover:hover .tooltip-content {
  opacity: 1;
  z-index: 9999 !important;
  visibility: visible;
}
.tool-tip-hover:hover .tooltip-content-2 {
  opacity: 1;
  z-index: 9999;
  visibility: visible;
}
/*HOVER END TOOL TIPS*/
.tool-tip-hover-2 .tooltip-content.active {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}



.tool-tip-hover-2 .tooltip-content-2.active {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
/*CLICK TOOL TIPS*/
.tool-tip-click {
  margin-top: 50px;
  position: relative;
}
.tool-tip-click .popup {
  transition: all 0.3s;
  opacity: 0;
  z-index: -9999;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tool-tip-click .popup.active {
  opacity: 1;
  z-index: 9999;
  visibility: visible;
}
.tool-tip-click .tooltip-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.tool-tip-click .box-content {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  width: 300px;
  text-align: left;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.27);
  position: relative;
  z-index: 99991;
  transform: translate(-60px, 60px);
  opacity: 0;
  transition: 0.2s;
}
.tool-tip-click .popup.active .box-content {
  opacity: 1;
  transform: translate(0px, 0px);
}
.tool-tip-click .box-content .icon {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 15px;
  height: 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 15px;
  background: #000;
  border-radius: 2px;
}
.tool-tip-click .box-content .icon:after {
  content: "+";
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  top: 0;
  left: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
.tool-tip-click .box-content .icon:hover:after {
  transform: translateX(-50%) rotate(314deg);
}
/*CLICK END TOOL TIPS*/
.avatar1 {
  object-fit: cover;
  width: 50px !important;
  height: 50px !important;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  /*    margin: 7px 0 0 5px;*/
  /*    float: left;*/
}
.avatar2 {
  object-fit: cover;
  border-radius: 50%;
  width: 200px;
  height: 200px;
}
.avatar100 {
  object-fit: cover;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.selecttabs {
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #555555;
  background: #FBFBFB none repeat scroll 0 0;
  border: 1px solid #E5E5E5;
  font-size: 1.5em;
  margin-right: 1em;
  margin-top: 0.5em;
  padding: 0.5em;
  width: 100%;
  height: 2.5em;
}
mobilemenu select {
  display: none;
}
.nodesktop {
  display: none;
}
div.tuck {
  width: 100%;
  overflow: hidden;
  height: 1.5em;
}
div.tuck:hover {
  width: 100%;
  overflow: auto;
  height: 1.5em;
}
div.tuck2 {
  width: 100%;
  overflow: hidden;
  color: #FFFFFF;
  height: 1.3em;
}
div.tuck3 {
  width: 100%;
  overflow: hidden;
  height: 1.3em;
}

.homeicons-a {
  /*display: block;
		background-color: #666;
		color: #FFFFFF;*/
  padding: 0.5em 0em 0.5em 0em;
  width: 100%;
}
.homeicons-a:visited {
  /*display: block;
		background-color: #666;
		color: #FFFFFF;*/
  width: 100%;
  padding: 0.5em 0em 0.5em 0em;
}
.homeicons-a:link {
  /*display: block;
		
		background-color: #666;
		color: #FFFFFF;*/
  width: 100%;
  padding: 0.5em 0em 0.5em 0em;
}
.homeicons-a:hover {
  /*display: block;
		
		background-color: #666;
		color: #FFFFFF;*/
  width: 100%;
  padding: 0.5em 0em 0.5em 0em;
}
.homeicons-a2 {
  /*display: block;
		
		background-color: #1475bf;
		color: #FFFFFF;*/
  width: 100%;
  padding: 1em 0em 1em 0em;
}
.homeicons-a2:link {
  /*display: block;
		width: 100%;
		background-color: #1475bf;
		color: #FFFFFF;
		padding: 0.5em 0em 0.5em 0.5em;*/
  width: 100%;
  padding: 1em 0em 1em 0em;
}
.homeicons-a2:visited {
  /*display: block;
		width: 100%;
		background-color: #1475bf;
		color: #FFFFFF;
		padding: 0.5em 0em 0.5em 0.5em;*/
  width: 100%;
  padding: 1em 0em 1em 0em;
}
.homeicons-a2:hover {
  /*display: block;
		width: 100%;
		background-color: #1475bf;
		color: #FFFFFF;
		padding: 0.5em 0em 0.5em 0.5em;*/
  width: 100%;
  padding: 1em 0em 1em 0em;
}
ul.featuremenu {
  padding-left: 0px;
  margin-left: 0px;
}
ul.featuremenu li {
  list-style: none;
  margin: 1em 0 1.5em 0em;
  color: #FFFFFF;
}
.featuremenu-a {
  /*display: block;
		background-color: #666;
		color: #FFFFFF;*/
  padding: 0.5em 0em 0.5em 0em;
  width: 100%;
}
.featuremenu-a:visited {
  /*display: block;
		background-color: #666;
		color: #FFFFFF;*/
  width: 100%;
  padding: 0.5em 0em 0.5em 0em;
}
.featuremenu-a:link {
  /*display: block;
		
		background-color: #666;
		color: #FFFFFF;*/
  width: 100%;
  padding: 0.5em 0em 0.5em 0em;
}
.featuremenu-a:hover {
  /*display: block;
		
		background-color: #666;
		color: #FFFFFF;*/
  width: 100%;
  padding: 0.5em 0em 0.5em 0em;
}
.featuremenu-a2 {
  /*display: block;
		
		background-color: #1475bf;
		color: #FFFFFF;*/
  width: 100%;
  padding: 1em 0em 1em 0em;
}
.featuremenu-a2:link {
  /*display: block;
		width: 100%;
		background-color: #1475bf;
		color: #FFFFFF;
		padding: 0.5em 0em 0.5em 0.5em;*/
  width: 100%;
  padding: 1em 0em 1em 0em;
}
.featuremenu-a2:visited {
  /*display: block;
		width: 100%;
		background-color: #1475bf;
		color: #FFFFFF;
		padding: 0.5em 0em 0.5em 0.5em;*/
  width: 100%;
  padding: 1em 0em 1em 0em;
}
.featuremenu-a2:hover {
  /*display: block;
		width: 100%;
		background-color: #1475bf;
		color: #FFFFFF;
		padding: 0.5em 0em 0.5em 0.5em;*/
  width: 100%;
  padding: 1em 0em 1em 0em;
}
.showcursor:hover {
  cursor: pointer;
}
.accordian_box {
  background-color: #1475bf;
  padding: 10px;
  border: rgba(0, 0, 0, 0.25) solid thin;
  border-radius: 0.3em;
  font-size: 1.2em; /* margin-top: -0.5em; */
  color: white;
  font-weight: 700;
}
.div03 {
  float: left;
  width: 100%;
  margin-bottom: 0.3em;
  box-sizing: border-box;
}
.div05 {
  float: left;
  width: 100%;
  margin-bottom: 0.5em;
  box-sizing: border-box;
}
.div1 {
  float: left;
  width: 100%;
  margin-bottom: 1em;
  box-sizing: border-box;
}
.div2 {
  float: left;
  width: 100%;
  margin-bottom: 2em;
  box-sizing: border-box;
}
.div3 {
  float: left;
  width: 100%;
  margin-bottom: 3em;
  box-sizing: border-box;
}
.div4 {
  float: left;
  width: 100%;
  margin-bottom: 4em;
  box-sizing: border-box;
}
.taright {
  text-align: right !important;
}
.tacenter {
  text-align: center;
}
.padding1 {
  padding: 1em;
}
.padding09 {
  padding: 0.7em;
}
.padding75 {
  padding: 0.3em 0.7em 0.3em 0.7em;
}
.paddingb1 {
  padding-bottom: 1em;
}
.paddingt1 {
  padding-top: 1em;
}
.paddingt2 {
  padding-top: 2em;
}
.paddingr1 {
  padding-right: 1em;
}
.paddingl1 {
  padding-left: 1em;
}
.borderbottom1 {
  border-bottom: solid 1px #CCC;
}
img.featuresimage {
  max-height: 425px;
  max-width: 800px;
}
a.proftab1:link {
  color: #1475bf;
  display: inline-block;
  line-height: 1.8em;
  font-weight: normal;
  padding-top: 8px;
}
a.proftab1:visited {
  color: #1475bf;
  display: inline-block;
  line-height: 1.8em;
  font-weight: normal;
}
a.proftab1:hover {
  color: #1475bf;
  display: inline-block;
  line-height: 1.8em;
  font-weight: normal;
}
a.proftab1:focus {
  color: #1475bf;
  display: inline-block;
  line-height: 1.8em;
  font-weight: normal;
}
a.proftab1:active {
  color: #1475bf;
  display: inline-block;
  line-height: 1.8em;
  font-weight: normal;
}
a.proftab2:link {
  color: #1475bf;
  display: inline-block;
  border-top: 2px solid #1475bf;
  line-height: 1.8em;
  font-weight: normal;
}
a.proftab2:visited {
  color: #1475bf;
  display: inline-block;
  border-top: 2px solid #1475bf;
  line-height: 1.8em;
  font-weight: normal;
}
a.proftab2:hover {
  color: #1475bf;
  display: inline-block;
  border-top: 2px solid #1475bf;
  line-height: 1.8em;
  font-weight: normal;
}
a.proftab2:focus {
  color: #1475bf;
  display: inline-block;
  border-top: 2px solid #1475bf;
  line-height: 1.8em;
  font-weight: normal;
}
a.proftab2:active {
  color: #1475bf;
  display: inline-block;
  border-top: 2px solid #1475bf;
  line-height: 1.8em;
  font-weight: normal;
}
a.proftab4:link {
  color: #1475bf;
  font-size: 2.5em;
  display: inline-block;
  line-height: 1.8em;
  font-weight: normal;
}
a.proftab4:visited {
  color: #1475bf;
  font-size: 2.5em;
  display: inline-block;
  line-height: 1.8em;
  font-weight: normal;
}
a.proftab4:hover {
  color: #1475bf;
  font-size: 2.5em;
  display: inline-block;
  line-height: 1.8em;
  font-weight: normal;
}
a.proftab4:focus {
  color: #1475bf;
  font-size: 2.5em;
  display: inline-block;
  line-height: 1.8em;
  font-weight: normal;
}
a.proftab4:active {
  color: #1475bf;
  font-size: 2.5em;
  display: inline-block;
  line-height: 1.8em;
  font-weight: normal;
}
a.proftab3:link {
  color: #1475bf;
  font-size: 2.5em;
  display: inline-block;
  border-top: 2px solid #1475bf;
  line-height: 1.8em;
  font-weight: normal;
}
a.proftab3:visited {
  color: #1475bf;
  font-size: 2.5em;
  display: inline-block;
  border-top: 2px solid #1475bf;
  line-height: 1.8em;
  font-weight: normal;
}
a.proftab3:hover {
  color: #1475bf;
  font-size: 2.5em;
  display: inline-block;
  border-top: 2px solid #1475bf;
  line-height: 1.8em;
  font-weight: normal;
}
a.proftab3:focus {
  color: #1475bf;
  font-size: 2.5em;
  display: inline-block;
  border-top: 2px solid #1475bf;
  line-height: 1.8em;
  font-weight: normal;
}
a.proftab3:active {
  color: #1475bf;
  font-size: 2.5em;
  display: inline-block;
  border-top: 2px solid #1475bf;
  line-height: 1.8em;
  font-weight: normal;
}
td.proftab1 {
  color: #333333;
  border-bottom: none;
  border-top: none;
  border-right: none;
  border-left: none;
  font-size: 12px;
  padding: 0.5em 1.5em 0.5em 0em;
}
.proftab1 a {
  /*	color: #333333;*/
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  line-height: 1.8em;
  padding: 0.5em 1.5em 0.5em 0em;
}
.proftab1 a:hover {
  /*	color: #333333;*/
  font-size: 14px;
  border-top: 2px solid #666;
  line-height: 1.7em;
}
.proftab2 {
  border: none;
  /*	color: #333333;*/
  font-size: 14px;
  padding: 0.5em 1.5em 0.5em 0em;
}
.proftab2 a {
  text-decoration: none;
  border: none;
  /*	color: #333333;*/
  font-size: 14px;
  display: inline-block;
  border-top: 2px solid #666;
  line-height: 1.8em;
}
.proftab2 a:hover {
  color: #333333;
  font-size: 14px;
  border-top: 2px solid;
  line-height: 1.8em;
}
.hrefbutton2 {
  text-decoration: none;
  padding: 0.25em 1.5em 0.25em 1.5em;
  border: solid 4px #1475bf;
  font-size: 2.0em;
  display: inline-block;
  line-height: 1.8em;
  font-weight: normal;
  border-radius: 25px
}
.hrefbutton {
  text-decoration: none;
  color: #FFF;
  padding: 0.4em 1em 0.4em 1em;
  background-color: #1475bf;
}
a.hrefbutton:link {
  text-decoration: none;
  color: #FFF;
  padding: 0.4em 1em 0.4em 1em;
  background-color: #1475bf;
}
a.hrefbutton:visited {
  text-decoration: none;
  color: #FFF;
  padding: 0.4em 1em 0.4em 1em;
  background-color: #1475bf;
}
a.hrefbutton:active {
  text-decoration: none;
  color: #FFF;
  padding: 0.4em 1em 0.4em 1em;
  background-color: #1475bf;
}
a.hrefbutton:hover {
  text-decoration: none;
  color: #FFF;
  padding: 0.4em 1em 0.4em 1em;
  background-color: #1475bf;
}
.pdfhref {
  text-decoration: none;
  color: #FFF;
  padding: 0.5em 1em 0.6em 1em;
  background-color: #1475bf;
}
a.pdfhref:link {
  text-decoration: none;
  color: #FFF;
  padding: 0.5em 1em 0.6em 1em;
  background-color: #1475bf;
}
a.pdfhref:visited {
  text-decoration: none;
  color: #FFF;
  padding: 0.5em 1em 0.6em 1em;
  background-color: #1475bf;
}
a.pdfhref:active {
  text-decoration: none;
  color: #FFF;
  padding: 0.5em 1em 0.6em 1em;
  background-color: #1475bf;
}
a.pdfhref:hover {
  text-decoration: none;
  color: #FFF;
  padding: 0.5em 1em 0.6em 1em;
  background-color: #1475bf;
}
.hrefbuttong {
  text-decoration: none;
  color: #FFF;
  padding: 0.4em 1em 0.4em 1em;
  background-color: #096;
}
a.hrefbuttong:link {
  text-decoration: none;
  color: #FFF;
  padding: 0.4em 1em 0.4em 1em;
  background-color: #096;
}
a.hrefbuttong:visited {
  text-decoration: none;
  color: #FFF;
  padding: 0.4em 1em 0.4em 1em;
  background-color: #096;
}
a.hrefbuttong:active {
  text-decoration: none;
  color: #FFF;
  padding: 0.4em 1em 0.4em 1em;
  background-color: #096;
}
a.hrefbuttong:hover {
  text-decoration: none;
  color: #FFF;
  padding: 0.4em 1em 0.4em 1em;
  background-color: #096;
}
ul#directory {
  text-justify: justify;
  width: 100%;
  padding-left: 0em;
  margin-left: 0em;
}
ul#directory li {
  display: inline-block;
  justify-content: space-between;
  text-transform: uppercase;
  text-align: justify;
  margin-right: 1.0em;
}
.ui-tooltip {
  white-space: pre-line;
}
.tooltip {
  border-bottom: 1px dotted #000000;
  color: #000000;
  outline: none;
  cursor: help;
  text-decoration: none;
  position: relative;
}
.tooltip span {
  margin-left: -999em;
  position: absolute;
}
.tooltip:hover span {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px;
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  /*			font-family: Verdana;*/
  position: absolute;
  top: 2em;
  z-index: 99;
  margin-left: 0;
  width: 450px;
  left: -500px;
  text-align: left;
}
.tooltip:hover img {
  border: 0;
  margin: -10px 0 0 -55px;
  float: left;
  position: absolute;
}
.tooltip:hover em {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  padding: 0.2em 0 0.6em 0;
}
.classic {
  padding: 0.8em 1em;
}
.custom {
  padding: 0.5em 0.8em 0.8em 2em;
}
.classic {
  background: #FFFFAA;
  border: 1px solid #FFAD33;
}
.critical {
  background: #FFCCAA;
  border: 1px solid #FF3334;
}
.help {
  background: #9FDAEE;
  border: 1px solid #2BB0D7;
}
.info {
  background: #9FDAEE;
  border: 1px solid #2BB0D7;
}
.warning {
  background: #FFFFAA;
  border: 1px solid #FFAD33;
}
.tooltip2 {
  border-bottom: 1px dotted #000000;
  color: #000000;
  outline: none;
  cursor: help;
  text-decoration: none;
  position: relative;
}
.tooltip2 span {
  display: none;
}
.tooltip2:hover span {
  display: inline-block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px;
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  /*			font-family: Verdana;*/
  position: absolute;
  left: 1em;
  top: 2em;
  z-index: 99;
  margin-left: 0;
  width: 800px;
  text-align: left;
}
.tooltip2:hover img {
  border: 0;
  margin: -10px 0 0 -55px;
  float: left;
  position: absolute;
}
.tooltip2:hover em {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  padding: 0.2em 0 0.6em 0;
}
.classic {
  padding: 0.8em 1em;
}
.custom {
  padding: 0.5em 0.8em 0.8em 2em;
}
.classic {
  background: #FFFFAA;
  border: 1px solid #FFAD33;
}
.critical {
  background: #FFCCAA;
  border: 1px solid #FF3334;
}
.help {
  background: #9FDAEE;
  border: 1px solid #2BB0D7;
}
.info {
  background: #9FDAEE;
  border: 1px solid #2BB0D7;
}
.warning {
  background: #FFFFAA;
  border: 1px solid #FFAD33;
}
#proftab1 {
  color: #1475bf;
  border-bottom: none;
  border-top: none;
  border-right: none;
  border-left: none;
  font-size: 14px;
  padding: 0.5em 2em 0.5em 0em;
}
#proftab1 a {
  color: #1475bf;
  text-decoration: none;
  font-size: 14px;
  display: inline-block
}
#proftab1 a:hover {
  color: #1475bf;
  font-size: 14px;
  border-top: 2px solid #666;
}
#proftab2 {
  border: none;
  color: #1475bf;
  font-size: 14px;
  padding: 0.5em 2em 0.5em 0em;
}
#proftab2 a {
  text-decoration: none;
  border: none;
  color: #1475bf;
  font-size: 14px;
  display: inline-block;
  border-top: 2px solid #666;
}
#proftab2 a:hover {
  color: #1475bf;
  font-size: 14px;
  border-top: 2px solid;
}
#proftab4 {
  border-bottom: none;
  border-top: none;
  border-right: none;
  border-left: none;
  font-size: 14px;
  padding: 0.5em 2.5em 0.5em 0em;
}
#proftab4 a {
  color: #1475bf;
  text-decoration: none;
  font-size: 14px;
  display: inline-block
}
#proftab4 a:hover {
  color: #1475bf;
  font-size: 14px;
  border-top: 2px solid #666;
}
#proftab3 {
  border: none;
  color: #1475bf;
  font-size: 14px;
  padding: 0.5em 2.5em 0.5em 0em;
}
#proftab3 a {
  text-decoration: none;
  border: none;
  color: #1475bf;
  font-size: 14px;
  display: inline-block;
  border-top: 2px solid #666;
}
#proftab3 a:hover {
  color: #1475bf;
  font-size: 14px;
  border-top: 2px solid;
}
#main {
  width: 1250px;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}
#head {
  width: 1250px;
  height: 160px;
  float: left;
  position: relative;
}
#logo {
  width: 200px;
  height: 200px;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
}
#logo_name {
  width: 507px;
  height: 33px;
  float: left;
  margin-left: 5px;
  margin-top: 50px;
}
#warper {
  width: 1250px;
  float: left;
  background: #FFF;
}
#flash {
  width: 1250px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}
#Text {
  width: 1250px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  color: #1475bf;
}
#Text p {
  text-align: justify;
  line-height: 20px;
  color: #1475bf;
}
#Text h3 {
  color: #1475bf;
  font-size: 14px;
  padding: 0px;
  margin-bottom: 10px;
}
#module {
  width: 1100px;
  float: left;
  padding-left: 1em;
}
#module1 {
  width: 265px;
  float: left;
  margin-left: 10px;
  background-color: #1475bf;
}
#module1 {
  display: inline;
}
#module1 h2 {
  font-size: 18px;
  margin-left: 20px;
  color: #FFF;
  margin-bottom: 10px;
}
#module1 h2 {
  display: inline;
}
#module1_text img {
  padding-left: 10px;
  margin-right: 5px;
  float: left;
}
#module1_text img {
  display: inline;
}
#module1_text {
  width: 265px;
  float: left;
  padding-top: 10px;
  border-top: dotted thin #FFF;
}
#module1_text p {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  color: #FFF;
  font-size: 12px;
  word-spacing: 2px;
  text-align: left;
}
#module2 {
  width: 265px;
  float: left;
  margin-left: 20px;
  background-color: #1475bf;
}
#module2 {
  display: inline;
}
#module2 h2 {
  font-size: 18px;
  margin-left: 20px;
  color: #FFF;
  margin-bottom: 10px;
}
#module2 h2 {
  display: inline;
}
#module3 {
  width: 265px;
  float: left;
  margin-left: 20px;
  background-color: #1475bf;
}
#module3 {
  display: inline;
}
#module3 h2 {
  font-size: 18px;
  margin-left: 20px;
  color: #FFF;
  margin-bottom: 10px;
}
#module3 h2 {
  display: inline;
}
#cream_div {
  width: 100%;
  float: left;
  height: 2px;
  background-color: #1475bf;
  margin-top: 3em;
}
#footer {
  width: 1100px;
  float: left;
  height: 25px;
  margin-bottom: 10px;
  padding-top: 10px;
}
#leftmeu {
  width: 190px;
  padding: 10px;
  float: left;
  margin-top: 10px;
  color: #1475bf;
  margin-left: 10px;
}
#sidebar {
  float: left;
  width: 195px;
  margin-left: 10px;
  margin-top: 20px;
}
.leftmeu ul {
  margin: 0 0 31px;
  padding: 0;
  list-style: none;
  float: left;
}
.leftmeu h3 {
  margin: 0;
  color: #fff;
  background: #0E6733;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  padding: 12px 0 11px;
}
.leftmeu li {
  line-height: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #f4f2f2;
}
.leftmeu li p {
  display: block;
  background: url(../images/bg-nav-bar.gif) repeat-y;
  color: #000;
  text-decoration: none;
  padding: 6px 0 9px 27px;
  width: 168px;
}
.leftmeu li a {
  display: block;
  background: url(../images/bg-nav-bar.gif) repeat-y;
  color: #000;
  text-decoration: none;
  padding: 6px 0 9px 27px;
  width: 168px;
  font-weight: bold;
}
.leftmeu li.active a, .leftmeu li a:hover {
  background: url(../images/bg-nav-bar-hover.gif) repeat-y;
}
.leftmeu li a.last {
  border-bottom: 0;
  background: url(../images/bg-last.gif) no-repeat 0 100%;
  padding: 9px 0 10px 27px;
}
.item-117 {}
.tblRow1 {
  background-color: #1475bf;
  color: #FFFFFF;
  font-weight: bold;
}
#leftmenubar {
  width: 150px;
  float: left;
}
#prof1 {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: #000000;
}
#mainM1 {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: #e9e9e9;
}
table.logoT {
  border-top: none;
  border-bottom: #000080;
  border-right: #000080;
  border-left: none;
}
#topCell {
  border: none;
}
td.topCell {
  border: none;
}
#bottomC {
  border: none;
  font-size: 10px;
  color: #999999;
}
#mCell {
  border: none;
  font-size: 14px;
}
td.mCell {
  border: none;
  font-size: 14px;
  height: 25px;
}
#ls {
  font-size: 12px;
  color: #000000;
  padding-left: 10px;
}
a.ls {
  font-size: 12px;
  color: #000000;
}
#tabs {
  background-color: #ffffff;
}
#active_tab {
  background-color: #eeeeee;
  border: solid;
  border-width: 1px;
  border-color: #eeeeee;
  text-align: center;
  border-bottom: none;
  height: 20px;
  padding: 0px;
}
#inactive_tab {
  color: #FFF;
  text-align: center;
  border: solid;
  border-width: 1px;
  border-color: #1475bf;
  background-color: #1475bf;
  padding: 0px;
}
#lightgbg {
  background-color: #f9f9f9;
}
.lightgbg {
  background-color: #f9f9f9;
}
f9f9f9 #inactive_tab a {
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #000;
}
#tblCol2 {
  background-color: #F8F8F8;
}
#tblCol2 a {
  color: #666;
}
#tblCol2 a:hover {
  color: #1475bf;
  text-decoration: none;
}
.tblhighlight tbody tr:hover {
  background-color: #C1ECBD;
}
.tblhighlighta tbody tr:hover {
  background-color: #C1ECBD;
  cursor: pointer;
}
.divhighlight:hover {
  background-color: #C1ECBD;
}
#tblCol2:hover {
  background-color: #C1ECBD;
}
#tblCol3:hover {
  background-color: #C1ECBD;
}
#tblCol3 {
  background-color: #eeeeee;
}
#tblCol3 a {
  color: #666;
  text-decoration: none;
}
#tblCol3 a:hover {
  color: #1475bf;
}
#tblCol4 {
  background-color: #efefef;
}
#tblCol5 {
  background-color: #F8F8F8;
}
#tblCol5:hover {
  background-color: #C1ECBD;
  cursor: pointer;
}
#tblCol6:hover {
  background-color: #C1ECBD;
  cursor: pointer;
}
#tblCol6 {
  background-color: #eeeeee;
}
#tblCol7 {
  background-color: #C1ECBD;
}
#tblCol7:hover {
  background-color: #C1ECBD;
  cursor: pointer;
}
#tblCol8 {
  border-bottom: solid #eeeeee 1px;
  color: #5C5C5C;
  padding-top: 15px;
  padding-bottom: 15px;
}
#tblCol8:hover {
  background-color: #C1ECBD;
}
#tblCol12 {
  background-color: #D6BDA3;
  color: #FFF;
}
#tblCol12 td {
  border-right: solid 1px #FFF;
}
#tblCol12 a {
  color: #FFF;
}
#topmenubar div {
  width: 100%;
  color: #FFF;
  background-color: #000;
  padding: 0;
  float: left;
}
ul.topbar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: none;
  top: 10px;
  width: 100%;
}
ul.topbar li {
  white-space: nowrap;
  margin: 0;
  padding: 0;
  border: none;
  float: left;
  min-height: 1.3em;
  min-width: 9.5em;
  font-size: 10.0pt;
  color: #FFF;
  background-color: #000;
}
ul.topbar li div {
  color: #FFF;
  background-color: #000;
  text-decoration: none;
  font-weight: bold;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}
ul.topbar div a {
  margin: 0;
  padding: 0px 3px 2px 3px;
  width: 95%;
  border-left: 1px solid #FFF;
  color: #FFF;
}
li.topbar a {
  margin: 0;
  padding: 2px 0px 2px 3px;
  width: 95%;
  border-left: 1px solid #FFF;
  color: #FFF;
}


/* GENERAL NAVIGATION CSS BEGINS | DEBUT DU CSS DE NAVIGATION GENERALE */
div.leftmenu h2.nav, div.leftmenu h2.nav a:link, div.leftmenu h2.nav a:visited, div.leftmenu div.h2nav, div.leftmenu div.h2nav a:link, div.leftmenu div.h2nav a:visited, div.leftmenu p.h2nav, div.leftmenu p.h2nav a:link, div.leftmenu p.h2nav a:visited {
  color: #1475bf;
  text-decoration: none;
  float: left;
  width: 145px;
  border-bottom: solid 2px #1475bf;
  /*	font: Verdana;*/
  font-size: 15px;
  text-align: left;
  font-weight: normal;
  padding-left: 0px;
  margin-left: 0px;
}
div.leftmenu h2.nav a:hover, div.leftmenu h2.nav a:active, div.leftmenu h2.nav a:focus, div.leftmenu div.h2nav a:hover, div.leftmenu div.h2nav a:active, div.leftmenu div.h2nav a:focus, div.leftmenu p.h2nav a:hover, div.leftmenu p.h2nav a:active, div.leftmenu p.h2nav a:focus {
  text-decoration: underline;
}
/* GENERAL NAVIGATION CSS ENDS | FIN DU CSS DE NAVIGATION GENERALE */
/* SIDE MENU CSS BEGINS | DEBUT DU CSS DU MENU LATERAL */
div.leftmenu li.menucontent, div.leftmenu div.menucontent {
  /*border-bottom: 1px dotted #FFF;*/
  width: 138px;
}
div.leftmenu li.menucontent, div.leftmenu div.menucontent, div.leftmenu a.menulink {
  color: #666;
  /*background-color: #B1C3D9;font-weight:bold;*/
  float: left;
  width: 138px;
  margin-bottom: 3px;
  padding: 3px;
  text-align: left;
  font-size: 14px;
}
a.menulink:hover {
  text-decoration: underline;
  color: #666;
}
div.leftmenu li.menucontent {
  /*border:solid;
	border-color:#999;
	border-width:1px;
	background-color:#e9e9e9;*/
}
div.leftmenu li.menucontent2, div.leftmenu div.menucontent2, div.leftmenu a.menulink {
  color: #666;
  /*background-color: #B1C3D9;*/
  float: left;
  width: 138px;
  margin-left: 0px;
  padding-left: 0px;
}
div.leftmenu li.menucontent3, div.leftmenu div.menucontent3, div.leftmenu a.menulink {
  color: #666;
  /*background-color: #B1C3D9;*/
  float: left;
  width: 138px;
  margin-left: 0px;
  padding-left: 0px;
}
li.menucontent, li.menucontent li, div.menucontent, div.menucontent li {
  font-size: 10.0pt;
  vertical-align: middle;
  margin: 0;
}
div.leftmenu li.menucontent3 {
  padding: 0px
}
li.menucontent3, li.menucontent3 li {
  font-size: 10.0pt;
  vertical-align: middle;
  margin: 0;
  padding: 0px;
  width: 138px;
}
li.menucontent3 ul {
  width: 138px;
  float: left;
  margin: 0px;
  padding: 0px;
}
li.menucontent3 ul li {
  width: 138px;
  float: left;
  margin: 0px;
  padding: 0px;
  border: solid;
  border-width: 1px;
  border-color: green;
  background-color: #AADAA5;
  text-align: center;
}
li.menucontent3, li.menucontent3 li a.menulink {
  font-size: 10.0pt;
  vertical-align: middle;
  widows: 138px;
}
div.leftmenu li.menucontent3 {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  width: 148px;
  margin-bottom: 5px;
  height: 100%;
}
li.menucontent, div.menucontent {
  padding: 2px 3px 2px 7px;
}

#bsearch1 {
  margin-top: 1em;
}
#tblCol8 {
  background-color: #CCCCCC;
}
#tblCol8:hover {
  background-color: #BAC9DC;
  cursor: pointer;
}
#tblCol9 {
  background-color: #eeeeee;
}
#tblCol9:hover {
  background-color: #BAC9DC;
  cursor: pointer;
}
.hidden {
  display: none;
}
#tblCol10 {
  background-color: #E1E3FF;
}
#tblCol10:hover {
  background-color: #C1ECBD;
  cursor: pointer;
}
#tblCol11 {
  background-color: #B9CCFF;
}
#tblCol11:hover {
  background-color: #C1ECBD;
  cursor: pointer;
}
/*Initialize*/
ul#menu, ul#menu ul.sub-menu {
  padding: 0;
  margin: 0;
  width: 100px;
}
ul#menu li, ul#menu ul.sub-menu li {
  list-style-type: none;
  display: inline-block;
  width: 100px;
}
/*Link Appearance*/
ul#menu li a, ul#menu li ul.sub-menu li a {
  text-decoration: none;
  color: #fff;
  background: #1475bf;
  padding: 5px;
  display: inline-block;
  width: 100px;
}
/*Make the parent of sub-menu relative*/
ul#menu li {
  position: relative;
}
/*sub menu*/
ul#menu li ul.sub-menu {
  display: none;
  left: 0;
  width: 100px;
}
ul#menu li:hover ul.sub-menu {
  display: block;
}
.mobiTextBox {
  position: absolute;
  width: 90%;
  left: 1em;
  top: 5.5em;
}
.mobiText {
  text-align: center;
  /*		font-family: verdana;*/
}
.locName {
  font-size: 2.5em;
  color: #5C5C5C;
}
.locNum {
  font-size: 3.3em;
  color: #5C5C5C;
}
.mobiShow {
  display: inline;
}
.mobiLine {
  width: 25%;
  border: #1475bf solid thin;
}
#staffPhoto {
  /* opacity: 0.45; */
}
#wrap {
  width: 100%;
}
#homeContent {
  width: 100%;
}
#appyData {
  -webkit-column-span: all;
  column-span: all;
}
#searchCommand {
  display: inline-block;
  width: 9%;
  font-size: 2em;
  color: #1475bf;
}
.headTop {
  width: 100%;
  margin-top: 0.5em;
}
.mobiBlock {
  display: block;
}
.mobiLogin {
  padding: 0.5em;
  background-color: #1475bf;
}
.mobiInput {
  margin-bottom: 0.5em;
  padding: 0.5em 0 0.5em 0.5em;
  width: 95%;
  font-size: 1.5em;
  border-radius: 2px;
}
.mobiAuto {
  width: 100%;
}
.mobiButton {
  padding-top: 0.33em;
  padding-bottom: 0.33em;
  font-size: 1.33em;
  border-radius: 2px;
  border: solid 1px #ffffff;
  background-color: #1475bf;
  color: #ffffff;
}
#nav_bar a {
  padding: 0.5em;
  border-bottom: #1475bf solid thin;
  display: inline-block;
  width: 100%;
  font-size: 1.25em;
}
.userInfo {
  color: white;
}
.userInfo img {
  width: 100%;
  border: #1475bf solid thin;
  font-size: 1.5em;
}
#employementContent {
  width: 97%;
  padding: 0.5em 0 0 0.5em;
}
.accordian_button {
  background-color: #1475bf;
  color: white;
  padding: 0.25em 0.25em 0.25em 0.5em;
  border-radius: 0.3em;
}
h2.accordian_button {
  font-size: 16px;
  background-color: rgba(54, 95, 145, 1);
}
.mobi_tr {
  height: 3.5em;
}
.mobi_lbl {
  position: absolute;
  top: 1px;
  left: 3px;
}
.mobi_disp {
  text-align: right;
  width: 100%;
}
.mobi_table {
  background-color: rgb(239, 239, 239);
  border-radius: 0.3em;
  margin-bottom: 0.5em;
  width: 100%;
  padding: 1px;
}
.mobi_table td {
  padding: 0.3em 0 0.3em 0.3em;
  /* border: rgba(54, 95, 145, 0.20) solid thin;
	border-radius: 0.3em; */
}
.joblist_item {
  background-color: rgb(239, 239, 239);
  border-radius: 0.3em;
  margin-bottom: 0.5em;
  width: 100%;
}
.joblist_item td {
  padding: 0.3em 0 0.3em 0.3em;
  /* border: rgba(54, 95, 145,0.25) solid thin;
	border-radius: 0.3em; */
}
.interviewer_name {
  font-size: 1.2em;
}
.user_table td {
  padding: 0.3em;
  color: #FFF;
}
.launch_button {
  background-color: #1475bf;
  color: white;
  padding: 0.35em;
  border-radius: 0.3em;
  font-size: 1.5em;
  border: none;
}
.condTable table tr td {
  vertical-align: top;
}
#conditionsContent {
  width: 97%;
  padding: 0.5em 0 0.5em 0;
}
#indexContent {
  width: 100%;
  padding: 0 0 0.5em 0;
}
.sec_job_table td {
  vertical-align: top;
}
.overflow {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  height: 100px;
  /* margin: 20px;
	border: 5px solid #AAA; */
}
.ellipsis:before {
  content: "";
  float: left;
  width: 5px;
  height: 200px;
}
.ellipsis > *:first-child {
  float: right;
  width: 100%;
  margin-left: -5px;
}
.ellipsis:after {
  content: "\02026";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  float: right;
  position: relative;
  top: -25px;
  left: 100%;
  width: 3em;
  margin-left: -3em;
  padding-right: 5px;
  text-align: right;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}
.home-list {
  width: 30%;
  float: left;
}
.desc-box {
  width: 59%;
}
#lightgbg {
  background-color: #e9e9e9;
}
#headTop hr {
  border: #1475bf solid thin;
}
.profile input {
  font-size: 1.1em;
}
.profile select {
  font-size: 1.1em;
  height: 1.3em;
}
#timesheet {
  width: 49%;
  float: left;
}
#timectrl {
  width: 49%;
  float: right;
  margin-top: 0.6em;
}
.shiftitem {
  text-align: center;
  border: #1475bf solid thin;
  color: #1475bf;
  border-radius: 0.3em;
}
.shiftitem legend {
  font-weight: bold;
}
.sheetButton {
  background-color: #1475bf;
  color: white;
  border-radius: 0.3em;
  border: none;
  width: 100%;
  font-size: 1.66em;
  padding-top: 0.74em;
  padding-bottom: 0.74em;
  margin-bottom: 0.2em;
}
.shifttime {
  font-size: 1.3em;
}
#searchlink:link {
  text-decoration: none;
}
#searchlink:visited {
  text-decoration: none;
}
#searchlink:hover {
  text-decoration: none;
}
#searchlink:active {
  text-decoration: none;
}
#nav_link {
  padding-top: 0.2em;
}
.curveTop {
  border-top-left-radius: 0.3em;
  border-top-right-radius: 0.3em;
}
.curveBottom {
  border-bottom-left-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
}
#occurenceTable td {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
ol#incidentList {}
#incidentList li {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
#commTabs td {
  background-color: #1475bf;
  border-radius: 0.3em;
  text-align: center;
}
#commTabs a {
  color: white;
}
#mobi_links {
  color: #FFF;
  text-decoration: none;
}
#tblCol5 {
  background-color: #F8F8F8;
}
#tblCol5:hover {
  background-color: #C1ECBD;
  cursor: pointer;
}
#tblCol6:hover {
  background-color: #C1ECBD;
  cursor: pointer;
}
#tblCol6 {
  background-color: #eeeeee;
}
.redfont {
  color: red !important;
}
.greenfont {
  color: green !important;
}
.amberfont {
  color: #E76C33 !important;
}
.yellowfont {
  color: #d2d606 !important;
}
.greenfont2 {
  color: #27b927 !important;
}
.whitefont {
  color: #fff !important;
}
.tabs {
  float: left;
  margin-right: 1em;
}
.col-02 {
  width: 2%;
}
.col-03 {
  width: 3%;
}
.col-04 {
  width: 4%;
}
.col-05 {
  width: 5%;
}
.col-06 {
  width: 6%;
}
.col-07 {
  width: 7%;
}
.col-1 {
  width: 8.33%;
}
.col-903 {
  width: 9.3%;
}
.col-010 {
  width: 10%;
}
.col-13 {
  width: 14.28%;
}
.col-14 {
  width: 12%;
}
.col-2 {
  width: 16.66%;
}
.col-22 {
  width: 20%;
}
.col-3 {
  width: 25%;
}
.col-38 {
  width: 38%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-76 {
  width: 60%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-94 {
  width: 94%;
}
.col-97 {
  width: 97%;
}
.col-98 {
  width: 98%;
}
.col-10 {
  width: 83.33%;
}
.col-15 {
  width: 88%;
  padding-left: 2em;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}
.col-16 {
  display: inline-block;
  word-break: break-all;
  padding-left: 2em;
}
.row {
  color: #333;
}
.row:after {
  content: "";
  clear: both;
  display: block;
}
[class*="col-"] {
  float: left;
}

ul.ultable {
  padding: 0px 0px 10px 0px;
  display: block;
  list-style: none;
}
ul.ultable li {
  float: left;
  width: 100%;
  display: block;
  padding-bottom: 1em;
}
.border1 {
  border-right: solid;
  border-top: solid;
  border-color: #FFF;
  border-width: 1px;
}
.border2 {
  border-right: solid;
  border-top: solid;
  border-color: #FFF;
  border-width: 1px;
  padding-left: 3px;
  color: #FFF;
}
.border3 {
  overflow: hidden;
  border-right: solid;
  border-top: solid;
  border-color: #FFF;
  border-width: 1px;
  padding-left: 3px;
}
.border4 {
  border-right: solid;
  border-top: solid;
  border-left: solid;
  border-color: #FFF;
  border-width: 1px;
}
.border5 {
  border-right: solid;
  border-top: solid;
  border-left: none;
  border-color: #FFF;
  border-width: 1px;
}
.border6 {
  border-right: solid;
  border-top: solid;
  border-color: #FFF;
  border-width: 1px;
  padding-left: 3px;
}
.notcover {
  background-color: #FF8080 !important;
}
.publishemployee {
  background-color: #FFB3D9;
}
.publishqualified {
  background-color: #98F9FE;
}
.breakrelief {
  background-color: #808000;
}
.shiftsatisified {
  background-color: #AAFFAA;
}
.publishtender {
  background-color: #b0c4de;
}
.shiftsatisified2 {
  background-color: #999999;
}
.fullcoverage {
  background-color: #FFFF99;
}
.overcoverage {
  background-color: #FFCC99;
}
.loginout {
  background-color: #0606C8;
}
.loginout2 {
  background-color: #000000;
}
.break {
  background-color: #9933FF;
}
.sickb {
  background-color: #000000;
}
.sicky {
  background-color: #FFFF66;
}
.hover_class {
  background: pink;
}
.hover_class2 {
  background-color: #B6D6E2;
}
.tooltip {
  border-bottom: 1px dotted #000000;
  color: #000000;
  outline: none;
  cursor: help;
  text-decoration: none;
  position: relative;
}
.tooltip span {
  margin-left: -999em;
  position: absolute;
}
.tooltip:hover span {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px;
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  /*	font-family: Verdana;*/
  position: absolute;
  top: 2em;
  z-index: 99;
  margin-left: 0;
  width: 450px;
  left: -500px;
  text-align: left;
}
.tooltip:hover img {
  border: 0;
  margin: -10px 0 0 -55px;
  float: left;
  position: absolute;
}
.tooltip:hover em {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  padding: 0.2em 0 0.6em 0;
}
.classic {
  padding: 0.8em 1em;
}
.custom {
  padding: 0.5em 0.8em 0.8em 2em;
}
* html a:hover {
  background: transparent;
}
.classic {
  background: #FFFFAA;
  border: 1px solid #FFAD33;
}
.critical {
  background: #FFCCAA;
  border: 1px solid #FF3334;
}
.help {
  background: #9FDAEE;
  border: 1px solid #2BB0D7;
}
.info {
  background: #9FDAEE;
  border: 1px solid #2BB0D7;
}
.warning {
  background: #FFFFAA;
  border: 1px solid #FFAD33;
}
.dropzone, .dropzone * {
  box-sizing: border-box;
}
.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
.arrival {
  border: solid 1px #000;
  background-color: #FFDC26;
  color: #000000;
  padding: 0.4em 1.5em 0.4em 1.5em;
  font-weight: 600;
  font-size: 14px;
  width: 150px
}
.arrival:hover {
  cursor: pointer;
}
.arrival:disabled {
  border: solid 1px #000;
  background-color: lightgrey;
  color: #8A8A8A;
  padding: 0.4em 1.5em 0.4em 1.5em;
  font-weight: 600;
  font-size: 14px;
  width: 150px
}
.white-footer {
  /*  padding-top: 25px;*/
  padding-bottom: 10px;
  background-color: #24467b;
  font-size: 16px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.w-container:before, .w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.footer-row {
  padding-right: 25px;
  padding-left: 25px;
}
.footer-row.white-footer-row {
  padding-right: 0px;
  padding-left: 0px;
}
.w-row:before, .w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.white-footer-column {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-3 {
  width: 25%;
}
.dark-footer-title {
  /*	margin-top: -5px;*/
  /*  margin-bottom: 21px;*/
  color: hsla(218.57142857142856, 0.00%, 100.00%, 1.00);
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.light-footer-link {
  display: block;
  margin-bottom: 7px;
  color: white !important;
  font-size: 16px;
  text-decoration: none;
}
.light-footer-link:hover {
  color: hsla(222.00000000000006, 0.00%, 62.00%, 1.00);
}
.color-social-button {
  width: 30px;
  height: 30px;
  margin-right: 2px;
  margin-bottom: 4px;
  padding-top: 3px;
  border-radius: 4px;
  background-color: #4e5f97;
  text-align: center;
}
.color-social-button:hover {
  opacity: 0.8;
}
.color-social-button.twitter {
  background-color: #37a5e4;
}
.color-social-button.google {
  background-color: #e22047;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.footer-small-social-icon {
  height: 15px;
}
.footer-contact-info-block {
  margin-top: 20px;
  color: #94979e !important;
  font-size: 14px;
}
.paragraph-2 {
  margin-top: 20px;
  opacity: 1;
  color: hsla(222.00000000000006, 11.68%, 79.62%, 1.00) !important;
}
.paragraph-3 {
  color: hsla(222.00000000000006, 11.68%, 79.62%, 1.00) !important;
  margin-top: 25px;
}
.simple-bottom-footer {
  padding: 1em;
  text-align: left;
  background-color: #666 !important;
}
.bottom-footer-block.white-footer-block {
  margin-top: 0px;
}
.bottom-footer-block.white-footer-block {
  margin-top: 0px;
}
.w-clearfix:before, .w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.bottom-footer-paragraph {
  margin-bottom: 0px;
  float: left;
  font-size: 12px;
}
.bottom-footer-paragraph.right {
  float: right;
}
.bottom-footer-paragraph.right.dark {
  margin-left: 31px;
  color: hsla(222.00000000000006, 0.00%, 100.00%, 1.00);
}
.bottom-footer-paragraph.dark {
  padding-top: 0px;
  padding-bottom: 0px;
  opacity: 0.72;
  color: hsla(222.00000000000006, 0.00%, 100.00%, 1.00);
}
.bottom-footer-paragraph.dark {
  color: #94979e;
}
@media screen and (max-width: 767px) {
  .maincontainer {
    width: 100%;
    margin: 1em auto;
  }
  .loader {
    background-size: 400px;
  }
}
@media screen and (max-width: 640px) {
  #mymobilemenu {
    margin-bottom: 1em;
  }
  .footer-row.white-footer-row {
    padding-left: 1em;
    padding-right: 1em;
  }
  .footer-row {
    padding: 1em;
  }
  h1 {
    display: block !important;
    margin-bottom: 1em !important;
  }
  .burger {
    width: 15%;
  }
  #burger_img {
    max-height: 20px !important;
  }
  .ostLogo {
    width: 60%;
    max-height: 40px;
    float: left;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    padding: 0em 1em 0 1em;
  }
  .taright {
    text-align: left !important;
  }
  .maincontainer {
    width: 100%;
    margin: 1em auto;
  }
}
table.DTFC_Cloned thead, table.DTFC_Cloned tfoot {
  background-color: white
}
div.DTFC_Blocker {
  background-color: white
}
div.DTFC_LeftWrapper table.dataTable, div.DTFC_RightWrapper table.dataTable {
  margin-bottom: 0;
  z-index: 2
}
div.DTFC_LeftWrapper table.dataTable.no-footer, div.DTFC_RightWrapper table.dataTable.no-footer {
  border-bottom: none
}
div.container {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .maincontainer {
    width: 100%;
    margin: 1em auto;
  }
  .featuresimage img {
    max-width: 100%;
  }
  ul.ultable {
    padding: 0px 0px 0px 0px;
    display: block;
    list-style: none;
  }
  ul.ultable li {
    float: left;
    width: 100%;
    display: block;
    padding-bottom: 0em;
  }
  #staffPhotoContainer {
    width: 97%;
    padding-left: -0.5em;
  }
  #registerBox {
    float: left;
    width: 97%;
    margin-bottom: 0.5em;
  }
  .pagetop {
    display: none;
  }
  .home-list {
    width: 97%;
  }
  .desc-box {
    width: 100%;
  }
  .directorsearch {
    padding: 1em 0 0 0;
    width: 100%;
    float: left;
  }
  .span1 {
    display: inline-block;
    width: 150px;
  }
  .nomobile {
    display: none;
  }
  .nodesktop {
    display: inline-block;
  }
  .dropzone, .dropzone * {
    box-sizing: border-box;
  }
  .dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
  }
  .dropzone.dz-clickable {
    cursor: pointer;
  }
  .dropzone.dz-clickable * {
    cursor: default;
  }
  .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer;
  }
  .dropzone.dz-started .dz-message {
    display: none;
  }
  .dropzone.dz-drag-hover {
    border-style: solid;
  }
  .dropzone.dz-drag-hover .dz-message {
    opacity: 0.5;
  }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
  }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
  }
  .dropzone .dz-preview:hover {
    z-index: 1000;
  }
  .dropzone .dz-preview:hover .dz-details {
    opacity: 1;
  }
  .dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd);
  }
  .dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
  }
  .dropzone .dz-preview.dz-image-preview {
    background: white;
  }
  .dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
  }
  .dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline;
  }
  .dropzone .dz-preview:hover .dz-details {
    opacity: 1;
  }
  .dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
  }
  .dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
  }
  .dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
  }
  .dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
  }
  .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
  }
  .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px;
  }
  .dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
  }
  .dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10;
  }
  .dropzone .dz-preview .dz-image img {
    display: block;
  }
  .dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
  }
  .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
  }
  .dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
  }
  .dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
  }
  .dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
  }
  .dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
  }
  .dropzone .dz-preview.dz-error .dz-error-message {
    display: block;
  }
  .dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
  }
  .dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
  }
  .dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626;
  }
  mobilemenu ul {
    display: none;
  }
  mobilemenu select {
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #555555;
    background: #FBFBFB none repeat scroll 0 0;
    border: 1px solid #E5E5E5;
    font-size: 1.5em;
    margin-right: 1em;
    margin-top: 0.5em;
    padding: 0.5em;
    width: 100%;
    height: 2.5em;
  }
}