html, body {
     min-height: 100% !important;
	 height: 100% !important;
	 margin-bottom:1px;
	 color:#777;
}

body {
	background-color:#fff;
	background-image : url("../images/_bg1.png");
	background-repeat : repeat;
	background-position : 0px 0px ;
	background-attachment : fixed ;
}
.containermain {
	height:80% !important;
	margin: 10px 0 0 0;
}
.grouping {
	border-top-left-radius:9px;
	border-top-right-radius:9px;
	background-color: #fff;
	width:100%;
	max-width:1200px;
}
.navbar {
	border-radius:0px;
	border-top-left-radius:9px;
	border-top-right-radius:9px;
	background-color: #fff;
	max-width:1200px;
	width:auto;
	/*margin-top:0px;*/
	padding:4px;
	border-bottom:1px solid #999;
}
.siteheader {
	height:155px;
	min-height:77px;
	width : 100%;
	max-width: 1200px;
	margin:0 auto;
	border-bottom:1px solid #999;
	background-image : url("../images/header2AFText.png"), url("../images/header2AF.png");
	background-position : 70% 70%, 0px 0px;
	background-repeat : no-Repeat;
	background-size: initial, cover;
}
@media only screen and (max-width: 768px) {
	.siteheader {
		background-image : url("../images/header2AFText-sm.png"), url("../images/header2AF.png");
		background-position : 60% 70%, 0px 0px;
		background-repeat : no-Repeat;
		background-size: initial, cover;
	}

}
.maincontent {
	margin:-5px 0 0 0;
	max-width: 1200px;
	height:auto !important;
	min-height:300px;
}
span {
	position: relative;
	display: inline-block;
}
.hand {
	cursor:pointer;
}
.inblock {
	display:inline-block;
}
.gotop {vertical-align:top;}
.gomid {vertical-align:middle;}
.gobot {vertical-align:bottom;}
.brdr-rad {
     border-radius:10px !important;
}
.brdr {
	border:1px solid #A5ACB2;
	border-radius:5px;
}
.brdr-red {
	border:1px solid #f00;
	border-radius:5px;
}
.brdr-white {
	border:1px solid #fff;
	border-radius:5px;
}
.brdr-blue {
     border:1px solid #3a87ad;
     border-radius:5px;
}
.nobrdr {
	border:none;
}
.nopad {
	padding:0px;
}
.pad2 {
	padding:2px;
}
.pad10 {
	padding:10px;
}
.nomarg {
	margin:0px;
}
.marg2 {
	margin:2px;
}
.marg10 {
	margin:10px;
}
input[type="checkbox"], input[type="radio"], select {
	cursor:pointer;
	border: solid 1px #eee;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
input, select, textarea {
	border-radius:3px;
	border-color:#eee;
	border-style:outset;
	border-width:1px;
	padding: 0 0 0 4px;
	height:26px;
	background-color:transparent;
}
input[type="image"] {
	border:none;
}

a.btn:link, a.btn:visited {
	background-color:#f4f4f4;
	border-radius:6px;
	height: 26px;
	line-height:18px;
	vertical-align:middle;
	padding: 3px;
}
.bluelink {
	color:#05f !important;
}
.bluetext {
	color:#428bca;
}
label.formlabel {
	margin:0 4px;
	color:#666;
	font-weight:normal;
}
label.error {
	color:#f00;
	margin:0 0 0 -1px;
	font-weight:normal;
}
#loading-indicator {
	position: fixed;
	top:200px;
	/*margin: 0 auto;*/
	z-index:3000;
	height:66px;
	width:66px;
	display:none;
}
.centerit {
	/*position:fixed;*/
	left:50%;
	transform:translate(-50%, 10px);
}
.z100 {
	z-index:100;
}
.z200 {
	z-index:200;
}
.opacity5 {
	opacity:.5;
	filter: alpha(opacity=50);
}
.opacity8 {
	opacity:.8;
	filter: alpha(opacity=80);
}
.opacity9 {
	opacity:.9;
	filter: alpha(opacity=90);
}

.bottext {
	margin:-5px 0 0 0;
	padding:8px 0;
	max-width: 1200px;
	color:#9a9a9a;
	border:1px solid #fff;
	border-radius:0 0 9px 9px;
}

/*.srccode {
	color:#05f !important;
	float:right;
}*/

.sourcecontainer {
	height:250px;
	width:1200px;
	max-width:100%;
	position:relative;
	border-radius:9px;
	padding:0 15px 15px 15px;
	margin:5px 0;
	cursor:move;
	background-color:#fff;
	color:#999;
}
.sourcecode {
	width:100%;
	height:90%;
	margin:0 0 50px 0;
	overflow:auto;
	cursor:text;
}
pre {border:none;}
.spacerh25 {
	margin: 0 25px;
}

.menuActive1 {
	color:#05f !important;
	text-decoration:none !important;
}
/*.menuActive2 {
	color:#900 !important;
	text-decoration:none !important;
}*/
.menuActive3 {
	color:#990 !important;
	text-decoration:none !important;
}

li.none {
	list-style : none;
	margin: 0 0 0 -12px;
	/*list-style-position: outside;*/
}
.toggleonehead {
	display:inline-block;
	padding:8px 10px 8px 32px;
	margin:2px;
    background: #ccc;
	width:500px;
	text-indent:-10px;
	border:1px solid #999;
	border-radius:5px;
}
.togplusminus {
	display:inline-block;
	font-weight:bold;
	width:10px;
	margin-right:-6px;
}
.togglebody {
	padding:5px;
	background-color:#eee;
	border:1px solid #bbb;
	border-radius:5px;
	margin:0 0 0 25px;
}
.xclr {
     width:250px !important;
     height:4px !important;
}
.cname,.iname {width:100%;margin:0px;}
.ui-menu {
	background:#fff;
	border:1px solid #999;
	border-radius:10px;
}
.ui-menu-item {
	border-bottom:1px dotted #999 !important;
}
.ui-menu-item span {
	font-weight:normal !important;
	font-size:12px !important;
}
.ui-state-focus {
	background: #eee !important;
	border-color: #999 !important;
	border-style: dotted !important;
}
.clickactive {
	color: #b00 !important;
}
.ui-state-focus span {
	color: #084 !important;
	font-weight:normal !important;
	/*font-size:12px !important;*/
}

.searchbox {
	padding:0px;
	margin:2px auto 0 auto;
	width:330px;
	height:30px;
	background-color:#fff;
	border-radius: 12px;
}

#searchclose {visibility:hidden;vertical-align:middle;margin-right:1px;}
#calsearchclose {visibility:hidden;vertical-align:middle;margin-right:1px;}
.itemcontent {
	position:fixed;
	left:10%;
	top:10%;
	font-size: 14px;
	visibility:hidden;
	max-width:100%;
	width:500px;
	max-height:400px;
	overflow:auto;
	padding:2px;
	border-radius: 12px;
	opacity:0.90;
	cursor:move;
}
@media only screen and (max-width: 768px) {
	.itemcontent {
		left:1px;
		top:1px;
		opacity:1;
	}
	#focuser {
		left:1px;
		top:1px;
	}
}
#focuser {
	height:0px;
	width:0px;
	position:fixed;
	left:10%;
	top:10%;
}
.itemhead {
	background-color:#d8d9d0;
	padding:2px;
	min-height:28px;
	max-height:56px;
	height:auto;
	width:500px;
	max-width:100%;
	border-radius: 12px;
	margin-top:-1px;
}
.itemname, .brandname {
	color:#000;
	font-weight:bold;
	font-size:13px;
	margin-left:4px;
	overflow:hidden;
	max-width:450px;
	vertical-align:middle;
}
.brandname {
	font-size:12px;
}
@media only screen and (max-width: 768px) {
	.col-md-2 {
		/*width: 100%;
		float: left;*/
		text-align: left;
	}
}
/*@media (max-device-width: 767px) {
	.collapsed {
		float:left !important;
	}
}*/
.hr {
	height:1px;
	color:#999;
	margin:0px;
	width:80%;
}
.img {
	max-width:100%;
}
.p100 {
	width:100%;
}
.p97 {
	width:97%;
}
.p80 {
	width:80%;
}
.p50 {
	width:50%;
}
.p33 {
	width:33%;
}
.w600 {
	width:600px;
	max-width:100%;
}
.w500 {
	width:500px;
	max-width:100%;
}
.w400 {
	width:400px;
	max-width:100%;
}
.w350 {
	width:350px;
	max-width:100%;
}
.w300 {
	width:300px;
	max-width:100%;
}
.w200 {
	width:200px;
	max-width:100%;
}
.w150 {
	width:150px;
	max-width:100%;
}
.w100 {
	width:100px;
	max-width:100%;
}
.w75 {
	width:75px;
	max-width:100%;
}
.wauto {
	width:auto;
	max-width:100%;
}
.bgwhite {
	background-color:#fff;
}
.bggrey {
	background-color:#999;
}
.bgblack {
	background-color:#000;
}
.navlink a {
	/*font-family: 'Darby Sans';	*/
	/*font-family: 'Glyphicons Halflings';*/
	font-family: 'Papyrusx';/*misspelling on purpose just to make sure is loading*/
	font-size: 18px;
	color:#9a9a9a;
}
@font-face {
  font-family: 'Darby Sans';
  font-style:  normal;
  font-weight: 400;
  src: url(../fonts/DarbySans-Bold.otf) format('otf');
}
@font-face {
  font-family: 'Papyrusx';
  font-style:  normal;
  font-weight: normal;
  src: url('../fonts/papyrusx.ttf');
}
/*.papyrus {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Papyrusx';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/

/*form val*/
.xmonitor {
	margin:4px;
	padding:2px;
	position:absolute;
	background:#fefefe;
	border-radius:25px;
	border:1px solid #999;
	width:200px;
}
.needsmsg {
	font-size:12px;
	color:#555;
}
.statusmsg {
	color:#900;
}
.infomsg {
	color:#f00;
}
#calendar {
	max-width: 900px;
	margin: 0 auto 25px auto;
}
#eventcontainer {
	width:auto;
	max-width:270px !important;
     min-width:150px !important;
	height:auto;
	padding:10px 3px 3px 3px;
	position:absolute;
	/* cursor:move; */
	display:none;
	background-image : url("../images/translucent.png") !important;
	background-repeat : repeat !important;
	background-position : 0px 0px;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:12px;
     flex-direction: column !important; 
     z-index:200;
}
.numberfield {
	width:40px;
}
.nodrag {
	cursor:default;
}
#thiseventclose {
	float:right;
	margin:1px;
}
.fc-content {
    cursor: pointer;
    margin:2px;
    width:118px;
}
.fc-time {
     /* width:40px; */
     display:inline-block;
}
.fc-title {
     display:inline-block;
     /* width:72px; */
     width:116px;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     vertical-align:middle;
}
/* .teasetxt {
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
} */
.ui-datepicker-year, .ui-datepicker-month {
	background-color:#8099c2;
}
.ui-datepicker-trigger {
    cursor: pointer;
}
/* .fc-day-number {
	cursor:pointer;
} */
.fc-widget-content {
	cursor:pointer;
}
/*.fc-right {
	margin:0 50px 0 0;
}*/
/*.fc-button-group {
	margin:0 3px 0 0;
}*/
/*.fc-agendaWeek-button {
	display:none;
}*/
#gmap {
	width:100%;
	/*max-width:100%;*/
	height:500px;
	max-height:100%;
	/*margin: 0 auto;*/
}
.loginbox {
	background-color:#fff;
	height:auto;
	min-width:275px;
	padding:4px;
	position:absolute;
	left:5px;
	top:5px;
}
#loginhelp {
	position:absolute;
	top:100%;
	left:0px;
	width:auto;
	height: auto;
	padding:2px 2px 2px 4px;
	overflow:auto;
}
#help {
	position:absolute;
	top:30px;
	left:20px;
	width:30%;
	height: 100%;
	padding:2px 2px 2px 4px;
	overflow:auto;
}
.infoholder {
	position:absolute;
	top:120px;
	right:2px;
	height:100%;
	min-width:100px;
	width:auto;
	max-width:30%;
}
#infospan {
	top:32px;
	right:2px;
	width:100%;
	height:auto;
	padding:2px 2px 2px 4px;
	overflow:auto;
}

#directions {
	position:absolute;
	top:2px;
	right:2px;
	width:30%;
	height: 100%;
	padding:0px;
}
#directionsclose {
	position:absolute;
	top:0px;
	right:0px;
	z-index:20;
}
.markerlabel {
    width:100px;
    text-align:center;
}
.markerlabel span {
	white-space: nowrap;
	padding: 2px;
	background-color: #fff;
	border:1px solid #999;
	border-radius: 3px 3px 0 0;
	/*opacity:.7;*/
	min-width:22px;
	width:auto;
}
.deletemarker {
	/*position:absolute;*/
	bottom:0px;
	right:0px;
	z-index:20;
}
.contactbox {
	background-color:#eee;
	height:auto;
	min-width:200px;
	padding:4px;
	position:absolute;
	left:5px;
	bottom:5px;
}
.contactmsg {
	color:#f00;
	margin:0 0 0 -1px;
	font-weight:normal;
}

.mediaplayer {
	max-width:100%;
	margin: 20px auto;
}

::selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none;
}
::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #bbb !important;
}
::-webkit-scrollbar-thumb {
    background: #9a999d !important;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
::-webkit-scrollbar-corner {
    background: #bbb !important;
}
@media print {
     .noprint {
          display:none !important;
     }
}
