@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");


 hr { margin:  10px 10px; }
 .dot {
   height: 10px;
   width: 10px;
   border-radius: 50%;
 }
 .smallBadge {
  position: absolute;
  top: -12px;
  right: -15px;
  padding: 0px 5px 4px 5px;
  border-radius: 75%;
  background: #F11;
  color: white;
}
.mainHeader {
	 position :fixed;
    top: 0px;
		padding-top:10px;
		padding-right:10px;
    width: 100%;
		max-width:500px;
		background-color:#fff;
		height:90px;
		z-index:10;
}
.zIndex{
	opacity:0;
	z-index:0;
	display:none;

}

.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.mainHeaderLarge {
	 position :fixed;
    top: 0px;
		padding-top:10px;
		padding-right:10px;
    width: 100%;
		max-width:500px;
		background-color:#fff;
		z-index:10;
		display:block;
		height:140px;
}

.ui-autocomplete {margin-top:50px;z-index:99999 !important;}

.footerBlock{
	display:block;
	position:fixed;
	bottom:0px;
	left:0px;
	height:50px;
	padding-top:10px;
	background-color:#fff;
	border-top:dashed #ccc 1px;
	font-size:1.1em;
	opacity:1;
	z-index: 99;
	width:100%;
	max-width:500px;
}

.mainBodyLarge{
	display:block;
	margin-top:150px;
	margin-bottom:100px;
}
.mainBody{
	display:block;
	margin-top:100px;
	margin-bottom:100px;
}
body{
	padding: 50px;
  font-family: 'Tahoma' !important;
	max-width : 500px;
	overflow-x:hidden;
	margin-bottom:50px;
	overflow:auto;
}

label{
	position: relative;
	cursor: pointer;
	font-size: 14px;
}

input[type="checkbox"], input[type="radio"]{
	position: absolute;
	right: 9000px;
}

/*Check box*/
input[type="checkbox"] + .label-text:before{
	content: "\f096";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);

	margin-right: 5px;
}

input[type="checkbox"]:checked + .label-text:before{
	content: "\f14a";
	color: #2980b9;
	animation: effect 250ms ease-in;

}

input[type="checkbox"]:disabled + .label-text{
	color: #aaa;

}

input[type="checkbox"]:disabled + .label-text:before{
	content: "\f0c8";
	color: #ccc;
}

/*Radio box*/

input[type="radio"] + .label-text:before{
	content: "\f10c";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
}

input[type="radio"]:checked + .label-text:before{
	content: "\f192";
	color: #2980b9;
	animation: effect 250ms ease-in;
}

input[type="radio"]:disabled + .label-text{
	color: #aaa;
}

input[type="radio"]:disabled + .label-text:before{
	content: "\f111";
	color: #ccc;
}

/*Radio Toggle*/

.toggle input[type="radio"] + .label-text:before{
	content: "\f204";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 10px;
}

.toggle input[type="radio"]:checked + .label-text:before{
	content: "\f205";
	color: #16a085;
	animation: effect 250ms ease-in;
}

.toggle input[type="radio"]:disabled + .label-text{
	color: #aaa;
}

.toggle input[type="radio"]:disabled + .label-text:before{
	content: "\f204";
	color: #ccc;
}


@keyframes effect{
	0%{transform: scale(0);}
	25%{transform: scale(1.3);}
	75%{transform: scale(1.4);}
	100%{transform: scale(1);}
}

.ui-autocomplete { position: absolute; cursor: default;z-index:30 !important;}

/* BEGIN BREADCRUMB STYLE*/
.cd-breadcrumb li::after, .cd-multi-steps li::after {
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}
/* END BREADCRUMB STYLE*/

.dateOff, .dateOff:hover{
	padding:5px;
	display:block;
	width : 35px;
	text-align:center;
	background-color:#ccc;
	border-radius: 10px;
	color:#000;
	border:solid 1px #999;
	font-size:0.8em;
	cursor : default;
	text-decoration : none;
}
.dateOn,.dateOn:hover{
	padding:5px;
	display:block;
	width : 35px;
	background-color:#003300;
	text-align:center;
	border-radius: 10px;
	color:#fff;
	border:solid 1px #999;
	font-size:0.8em;
	cursor : default;
	text-decoration : none;
}
.dateInvalid, .dateInvalid:hover{
	padding:5px;
	display:block;
	width : 35px;
	text-align:center;
	background-color:#CCCCCC;
	border-radius: 10px;
	color:#999;
	border:solid 1px #999;
	font-size:0.8em;
	cursor : default;
	text-decoration : none;
}

.seven-cols .col-md-1,
.seven-cols .col-sm-1,
.seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
}


.seven-cols .col-md-1,
.seven-cols .col-sm-1,
.seven-cols .col-lg-1 {
  width: 14.285714285714285714285714285714%;
  *width: 14.285714285714285714285714285714%;
}
.formTitle{
	background-color:#337ab7;
	border-radius: 5px;
	color:white;
	padding:5px;
	margin-top:10px;
}
.formTitle .badge{
	color:#337ab7;
	background-color:white;
}
.invert{
	color:#337ab7;
	background-color:white;
	border:solid 2px #337ab7;
	border-radius: 8px;
}
.badge{
	color:white;
	background-color:#337ab7;
}
.badge a{
}
.large{
	font-size:1.2em;
}
.sub{
	background-color:#339ab7;
}

.profilePic{
  border: 1px solid #999;
  border-radius: 18px;
  padding: 2px;
}
a:hover{
	cursor:pointer;
	text-decoration:none;
}
.activeDot {
  height: 15px;
  width: 15px;
  background-color: #0c0;
  border-radius: 50%;
  display: inline-block;
}
.inactiveDot {
  height: 15px;
  width: 15px;
  background-color: #c00;
  border-radius: 50%;
  display: inline-block;
}
.mediumDot {
  height: 15px;
  width: 15px;
  background-color: #ff3;
  border-radius: 50%;
  display: inline-block;
}
