.pointer { cursor: pointer }
.tooltip-no-arrow, .tooltip { display: inline-block; position: relative; } /* add this class have a data-tip attribute */
.tooltip-no-arrow:hover:after, .tooltip:hover:after { font-size: 12px; background: #333; background: rgba(0,0,0,.8);border-radius: 5px;
	bottom: 32px; color: #fff; content: attr(data-tip); left: 0%; padding: 8px 12px;
	position: absolute; z-index: 98; max-width: 400px; white-space:nowrap;
}
.tooltip:hover:before { border: solid; border-color: #333 transparent;
	border-width: 6px 6px 0 6px; bottom: 20px; content: ""; top: -5px; left: 35%;
    position: absolute; z-index: 99;
}
.toggle-tabs { text-align: right; }
.toggle-tabs > li { cursor: pointer; display: inline-block; cursor:pointer; font-weight: bold; color: #999; margin: 10px; }
.toggle-tabs > li.selected { display: none }
.toggle-tabs > li:hover { text-decoration: underline; }
.wide-left { width: 100%; text-align: left; }
.wizard > li > span {
	background: #4da3ca;
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center;
	font-weight: normal;
	border-radius: 25px; -moz-border-radius: 25px;
	transition: all .3s ease-out;
	color: white;
	padding: 3px 8px;
	margin-right: 5px;
}
.wizard { list-style-type:none; margin:20px 10px 0px 10px; padding:0px;  font-weight: bold; text-align: center }
.wizard > li { position:relative; display:inline-block; width:auto; margin-right: 25px;
	padding:0px 10px 0px 3px; color:#666; background: #F0EEE3;
	text-decoration:none; text-shadow:1px 1px 1px rgba(255,255,255, 0.8); padding-top: 2px; height: 26px;
}
.wizard > li:before { width:0px; height:0px; border-top: 14px solid #F0EEE3; border-bottom: 14px solid #F0EEE3;
	border-left:14px solid transparent;	position: absolute;	content: ""; top: 0px; left: -14px;
}
.wizard > li:after { width: 0; height: 0; border-top: 14px solid transparent; border-bottom: 14px solid transparent;
	border-left:14px solid #F0EEE3; position: absolute; content: ""; top: 0px; right: -14px;
}
.wizard > li.completed { color:#bbb;  }
.wizard > li.selected { background:#A3C1C9; color: #ffd; text-shadow:1px 1px 1px rgba(0,0,0, 0.8); }
.wizard > li.selected:before { border-top: 14px solid #A3C1C9; border-bottom: 14px solid #A3C1C9; }
.wizard > li.selected:after { border-left: 14px solid #A3C1C9; }
.link {
	cursor: pointer; margin: 0; padding: 10px; background: none;
	border:none; font-size:12px; font-weight: bold; color: purple;
}
.link:last-child { margin-right: 0; }
.link:hover { text-decoration: underline; border: none; }
.link:focus { outline:0 }
.styleMe, .root {
	left: -25px; top: 40px;
	cursor:pointer; opacity: 0.9; background-color: #49afcd; position: fixed; padding: 9px;
	visibility: visible; -webkit-transition: opacity .4s linear; /* bottom: 30px; right: 30px; */
	-moz-transition: opacity .4s linear; -ms-transition: opacity .4s linear; -o-transition: opacity .4s linear; transition: opacity .4s linear;
	color: #444; font-size: 16px; font-weight: bold; vertical-align: middle; white-space: nowrap; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	-webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.root:hover { opacity: 1; outline: 0; color: #ffd }
.chat { left: -15px; top: 200px }
.mainProgram { left: -50px; top: 350px }
.reports { left: -25px; top: 300px }

#status { position: fixed; background-color: #ff9; color: #444; z-index: 500; margin-left: 50px; }
.a { margin-right: 5px; text-decoration:underline; cursor: pointer }
.a:link { margin-right: 5px; text-decoration: underline }
.a:visited { margin-right: 5px; text-decoration: none }
.a:hover { margin-right: 5px; background: yellow; }
.a:active { margin-right: 5px; text-decoration: none }
.a img { border: none; max-height:40px }
.a + .img-btn { margin-left: -5px; display: none }
.a + .img-btn:hover, .a:hover + .img-btn { display: inline-block }


fieldset { margin: 0; padding: 0; border: 1px solid #e0e0ff }
fieldset, ul, ol, dl, li, dt, dd { margin: 0; padding: 0 }
a img, iframe { border: none;  border: none }
/* page nos in boxes  as in video gallery */
.thumb_ii { border-radius:50%; color: #444; cursor: pointer; padding-right:4px; padding-left: 4px; margin-right:9px; margin-left: 9px;  border: 2px solid #eae; display:inline-block; text-align: center; float:left }
.thumb_ii.selected { color:#fff; background: #0a4; border: 2px solid #06a;  }
.thumb_ii:hover:hover {
	color:#fff; background: #43a; border: 2px solid #60a; padding-right:4px; padding-left: 4px; margin-right:9px; margin-left: 9px;
	-webkit-transition: background-color 0.3s linear; -moz-transition: background-color 0.3s linear; -o-transition: background-color 0.3s linear;
}
.pages > li, .ntabs {
	color: #777; background-color: #eef; border-color: #3ebf3e; display: inline-block;
	cursor: pointer; border: 1px solid transparent; text-align: center; padding: 0 5px;
	margin: 4px;
}
.pages > li:hover, .ntabs:hover { border-color: #3ebf3e; background: #aaf; color: #ffd; }
.pages > li.selected, .ntabs.selected { color: #2c5c2b; background-color: #fff; border: none; }
.filler { cursor:move; position:relative; border: 1px solid #ddd; background:#fbfbfb; padding:0; margin:0; color:#000;
	box-shadow:1px 1px 2px #333; -moz-box-shadow: 1px 1px 2px #333 }
.filler:hover { background:#fcd6a7  }
.filler-selected { background:#bbf  }
.round { color: #bbb; font-weight: bold; border: 1px solid #bbb; -moz-border-radius: 15px; border-radius: 15px; padding: 2px 5px 2px 5px }
.round:hover { color: #777; border: 1px solid #777 }
.left-arrow, .right-arrow, .up-arrow, .down-arrow {
	display:inline-block; width:0; height:0; border-color: transparent #bbb transparent  transparent ;  border-style: solid; border-width: 8px
}
.left-arrow:hover, .right-arrow:hover, .up-arrow:hover, .down-arrow:hover  {
	display:inline-block; width:0; height:0; border-color: transparent  #777 transparent  transparent;  border-style: solid; border-width: 8px
}
.right-arrow { border-color: transparent  transparent  transparent #bbb }
.up-arrow { border-color: transparent  transparent  #bbb transparent }
.down-arrow { border-color: #bbb transparent  transparent  transparent }
.right-arrow:hover { border-color: transparent  transparent  transparent #777 }
.up-arrow:hover { border-color: transparent  transparent  #777 transparent  }
.down-arrow:hover { border-color: #777 transparent  transparent  transparent }


.left-arrow, .right-arrow, .up-arrow, .down-arrow {
	display:inline-block; width:0; height:0; border-color: transparent #bbb transparent  transparent ;  border-style: solid; border-width: 8px
}
.left-arrow:hover, .right-arrow:hover, .up-arrow:hover, .down-arrow:hover  {
	display:inline-block; width:0; height:0; border-color: transparent  #777 transparent  transparent;  border-style: solid; border-width: 8px
}
.right-arrow { border-color: transparent  transparent  transparent #bbb }
.up-arrow { border-color: transparent  transparent  #bbb transparent }
.down-arrow { border-color: #bbb transparent  transparent  transparent }



ul.tabs { text-align: left; margin-left: 10px; font-weight: bold;
	list-style-type: none; padding: 3px 10px 3px 10px }
ul.tabs li { cursor: pointer; display: inline;line-height:24px }
ul.tabs li { border-bottom: 1px solid #fff; background: #777; top: 1px; padding: 2px 10px; border: 1px solid #444; color: #ddd; margin-right: 0px;
	text-decoration: none; border-bottom: none }
ul.tabs li:hover {
	background-color: #449; color:#fff;
	-webkit-transition: background-color 1.5s linear; -moz-transition: background-color 1.5s linear; -o-transition: background-color 1.5s linear;
 }
ul.tabs li.selected { font-weight: bold; color:#000; background: #fff }
ul.tabs li.selected:hover {  }

.thumb1 { cursor: pointer; display:inline-block;
	border-radius: 10px; box-shadow:10px 10px 20px #333; -moz-box-shadow: 10px 10px 20px #333;
	margin-left:20px; margin-top: 20px; float:left; padding-bottom:10px; width: 155px; height: 125px }
.thumb1 span { padding:6px }
.thumb1 img { text-align:center; display: table-cell; vertical-align: middle ; margin: 0px auto }

#pop-white, #ftpop {
	display:none; background: #fff;
	position: fixed; top: 50%; left: 50%; z-index:1202; overflow: auto;
	border: 1px solid #aaa;
}
#pop-black {
	display:none;
	position: fixed; top: 0%; left: 0%; width: 100%; height: 100%;
	z-index:1201; opacity:.5;
}
.clear { clear: both;  }
td select { padding: 2px 5px; margin: 0 }
td button { padding: 0; margin: 0; }
#sign_out { cursor: pointer }
#sign_out:hover { color:#f00 }
html { width: 100%;height: 100% }
body { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size:12px; margin: 0 }
.paper { width:860px;margin:0px auto; background:#fff;  }

#footer { margin-top: 3px; color: #555 }
#frame {
	color:#000; background: white; min-width: 1000px; min-height:550px;
	-moz-border-radius: 5px;-webkit-border-radius: 5px;-khtml-border-radius: 5px;border-radius: 5px;box-shadow: 0px 3px 3px 1px #ddd;
}
#buttons_signIn, #buttons_forgotPassword { text-align: right; }
#welcome { font-size: 14px; color: #444; padding: 7px 0 }
#welcome > div  span:hover { text-decoration: underline }
#band {width: 100%;margin-bottom: -100px;height: 130px;background: #0287ca;}
#app1, #arrows { width: 100%; }
#arrows { position: fixed; left: 0; top: 0; background: #ddd; border-bottom: 2px solid #aaa }
#app2 { margin-left: auto; margin-right: auto; padding-top: 36px }
.button-area { background: #ccf; width: 1000px; color: #ffd; }
.button-area > div { display: inline-block; width: 100% }
.button-area input[type="range"] { width: 100%; cursor: pointer }
.vbox { display: box; box-orient: vertical; box-align:center; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: center; display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: center; }
.hbox1, .hbox { display: box; box-orient: horizontal; display: -moz-box; -moz-box-orient: horizontal; display: -webkit-box; -webkit-box-orient: horizontal; }
.simple { display: box; box-orient: vertical; display: -moz-box; -moz-box-orient: vertical; display: -webkit-box; -webkit-box-orient: vertical;  }
.simple fieldset fieldset { border:0; background: none; clear: both }
.simple fieldset legend { margin-left:10px; font-weight: bold; clear: both }
.mylabel { display: inline-block; padding-right: 5px; vertical-align: top; text-align: right; width: 115px; }
.simple li li .mylabel { margin-left: -125px } //rtabs
.simple fieldset li { list-style: none; padding: 5px 10px 7px;  }
.simple li { list-style: none; padding: 5px 10px 7px }
.simple fieldset fieldset legend { padding: 0 0 5px;font-weight: normal }
.simple em { display: inline; font-weight: bold; font-style: normal; color: #f00 }
.simple { margin: 5px;}
.simple fieldset ol { margin: 0; padding: 0 }
.simple fieldset li { list-style: none; padding: 5px; margin: 0 }
.simple em { font-weight: bold; font-style: normal; color: #f00 }
.across { max-width:600px; display: inline-block }
.across > label { cursor: pointer; display: inline-block; }
.across > input { cursor: pointer; margin-bottom: -8px }
.indent > input { cursor: pointer; }
.indent { display: inline-block; }
.indent > label { cursor: pointer; display: block; display: block; margin-left: 30px; margin-top: -17px; margin-bottom: 10px }
.fancy-radio > input { display: none }
:root .fancy-radio > input { display: inline\9; margin-left: -9999px\9; margin-right: 9999px\9;}
.fancy-radio > p { display: block; text-rendering: optimizelegibility; margin: -25px 40px 20px 60px;
	font-size: 1.3em; font-weight: bold; letter-spacing: 0px; }
.fancy-radio > input:checked + label { background-color: #0099cc; color: #fff }
.fancy-radio > label {
	cursor: pointer; width: 18px; text-align: center; background-color: #ccc;
	color: #666; margin-right: 8px; padding: 9px; border-radius: 50px; display: inline-block;
	height: 10px; line-height: 10px; font-weight: normal;
}
.like, input[type="search"], input[type="number"], input[type="tel"], input[type="url"], input[type="email"],
input[type="password"], input[type="text"], .date3 input,
.select0 select, .select0 input, textarea {
	text-shadow: 0px 1px 0px #ccc; outline: none;
	border: 1px solid #ccc; box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	padding: 5px 5px; line-height: 1.5; border-radius: 3px;
	-webkit-transition: all .30s ease-in-out; transition: all .30s ease-in-out;
}
input[type="range"] { cursor: pointer }
.like, input[type="text"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="url"]:focus,
	input[type="email"]:focus, input[type="password"]:focus, .select0 select:focus {
	 box-shadow: 0 0 5px #0287ca; border: 1px solid #0287ca;
}
.select0 select { background: white }
.select0 { position: relative; display: inline-block }
.select0:after { content: "\25bc"; position: absolute; top: 0; right: 0; bottom: 0; font-size: 80%; line-height: 25px; padding: 4px 7px;
	background: #bbb; color: white; pointer-events:none; border-radius: 0 6px 6px 0 }
.no-pointer-events .select0:after { content: none }
.input-bg-char { display:inline-block; margin:-24px; color:#aaa; width: 48px }
.sort-char  { float: right }
/*\*//*/ .simple legend { display: inline-block } /* IE Mac legend fix */

.simple-inline, .simple-inline div { display: inline-block; margin: 0; margin-right: 2px; padding-bottom: 0;  }
.simple-inline .simple-inline { width: 350px;  } /* Date Range in Find */
.simple-inline .mylabel { display: inline; width: auto; vertical-align: middle; padding-left: 5px }
.simple-inline li { display: inline-block; }
.simple-inline .simple-inline, #pop-white .simple-inline { background: none }

.pgrid { overflow:auto; margin:0; padding: 0; border-bottom:1px solid #aabcfe; margin-bottom:10px; }
.grid { border-bottom: 2px solid #bbcdfe; text-align:left;border-collapse:collapse; border-right: 4px solid #bbcdfe }
.grid th {
	border: 1px solid #aaa; font-size: 13px;
	text-align:center;font-weight:normal;background:#b9c9fe;border-top:4px solid #bbcdfe;border-bottom:1px solid #aaa;padding:8px;
}
.grid tr:hover td { color: #339;}
.grid td { border-left: 1px solid #ddd;padding: 8px;
	border-bottom:1px solid #fff;color:#669;border-top:1px solid transparent;padding:8px; }
.grid tr:nth-child(even) td { background:#eef; }
.grid tr.selected td { background:#a0a0cf; color:#fff  }
.grid tr.highlight td { background:#fcd6a7 }
.grid fieldset { border:none }
.grid thead th, .grid tfoot td  { font-weight:bold; padding:0 5px; margin:0 4px 4px; background:#e1e1cd; color:#666; border-bottom: 1px solid #ddd; }
.grid tfoot td { padding-top:10px; padding-bottom:10px; }

#app2 .pgrid { overflow:auto; margin:0; padding: 0; border: none }
#app2 .grid { vertical-align:middle; border:1px solid #ddd; margin:2px 4px;padding:0; border-collapse:collapse }
#app2 .grid td { border:1px solid #838b8b; padding:2px 2px 2px 2px }
#app2 .grid thead th, .grid tfoot td  { font-weight:bold; padding:0 5px; margin:0 2px 2px; background:#e1e1cd; color:#3c3c0c }
#app2 .grid tfoot td { padding-top:10px; padding-bottom:10px; }
#app2 .grid th { border:1px solid #838b8b }
#app2 .grid tr:hover { background:#fcd6a7 }
#app2 .grid tr.selected td	{ background:#a0a0cf; color:#fff }
#app2 .grid td { color: #444; background: none }



a.highlight { padding:0px; margin:0px; background:#fcd6a7 } /* acb */
.acb { position: absolute }
.acb table thead th { font-weight:bold; padding:2px 4px; border-bottom:1px solid #c3c3ae; background-color:#e1e1cd; color:#3c3c0c }
.acb table { margin: 0; padding: 0; background-color: #fffeff; }
.acb table td + td { text-align: right }
h1 { text-align:center; border: none; text-transform: uppercase; color: #0099cc; font-size: 21px; }


.menu { clear:both; background:none; border: 0; margin: 10px;  }
.menu, .menu ul { margin:0; list-style-type:none; list-style-position:outside; }
.menu > ul {
	z-index:1000; overflow:visible;
	-webkit-transition: background-color 0.3s linear; -moz-transition: background-color 0.3s linear; -o-transition: background-color 0.3s linear;
}
.menu > ul > li {
	float:left; cursor: pointer; display:block; font-weight:bold; padding: 7px 10px;
	margin: 2px 5px;
	text-decoration:none;
	background:#069; color:#ccc;
	border-bottom:0;
	text-shadow: -1px -1px 2px rgba(192,192,192, 0.6), 0px 0px -1px #fff;
	-moz-box-shadow: 0px -1px 10px rgba(80, 80, 80, 0.5);
	box-shadow: 0px -1px 10px rgba(80, 80, 80, 0.5);
	border-top-right-radius:8px;
	border-top-left-radius:8px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.4)), color-stop(30%,  rgba(255, 255, 255, 0.2)));
	background: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.4) 20%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0));
	position:relative;
	-webkit-transition: background-color 0.3s linear; -moz-transition: background-color 0.3s linear; -o-transition: background-color 0.3s linear;
}
.menu > ul > li:hover { background:#494; color:#fff;
	text-shadow: -1px -1px 6px rgba(0, 0, 0, 0.6), -1px -1px 1px #000; text-decoration:none;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.4)), color-stop(30%,  rgba(255, 255, 255, 0.2)));
	background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.4) 20%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0));
	-webkit-transition: background-color 0.9s linear; -moz-transition: background-color 0.9s linear; -o-transition: background-color 0.9s linear;
}
.menu > ul > li > ul {
	letter-spacing: 1px;
	z-index:1001; position: absolute;
	visibility:hidden; width: 250px;
	#background:#494;
	color: #888;
	text-shadow: 0px 1px 0px rgba(64,64,64, 0.6), 0px 0px 1px #ddd;
	-moz-box-shadow: 0px -1px 3px rgba(190, 190, 190, 0.5);
	margin-top: 6px; margin-left: -10px; border: 1px solid #ccc;
	background-position: 0px 20px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.9)), to(rgba(255,255,255,.9)));
	background: -moz-linear-gradient(top,  #fff,  #fff);

	-webkit-transition: background-color 2s linear; -moz-transition: background-color 2s linear; -o-transition: background-color 2s linear;
}
.menu > ul > li > ul > li { margin: 10px }
.menu > ul > li > ul > li:hover { text-decoration:underline;  }
.menu > ul > li:hover > a, .menu > ul > li.selected > a { color: #ffd; text-shadow: -1px -1px 6px rgba(192, 180, 128, 0.6) }
.menu > ul > li:hover > ul, .menu ul > li:hover > ul > li:hover > ul,
.menu > ul > li:hover > ul > li > ul, .menu > ul > li:hover > ul > li:hover > ul { visibility:visible }
.menu2 ul li { display: inline-block; cursor: pointer; margin-right: 8px }
.menu2 ul li a:hover { text-decoration: underline }
.menu2 ul li:before { content: " | " }
.menu2 ul li:first-child:before { content: "" }
.menu2 > ul > li:nth-child(1) { padding-top: 3px; }
.menu2 > ul > li:nth-child(2) {; }
.menu2 > ul > li > ul {
	letter-spacing: 1px;
	z-index:1001; position: absolute;
	visibility:hidden; width: 250px;
	#background:#494;
	color: #888;
	text-shadow: 0px 1px 0px rgba(64,64,64, 0.6), 0px 0px 1px #ddd;
	-moz-box-shadow: 0px -1px 3px rgba(190, 190, 190, 0.5);
	margin-top: 6px; margin-left: -10px; border: 1px solid #ccc;
	background-position: 0px 20px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.9)), to(rgba(255,255,255,.9)));
	background: -moz-linear-gradient(top,  #fff,  #fff);

	-webkit-transition: background-color 2s linear; -moz-transition: background-color 2s linear; -o-transition: background-color 2s linear;
}
.menu2 > ul > li > ul > li { margin: 10px }
.menu2 > ul > li > ul > li:hover { text-decoration:underline;  }
.menu2 > ul > li:hover > ul, .menu2 ul > li:hover > ul > li:hover > ul,
.menu2 > ul > li:hover > ul > li > ul, .menu2 > ul > li:hover > ul > li:hover > ul { visibility:visible }

.treeicon { border: 0px; vertical-align: middle }

.btn { cursor: pointer; padding: 3px 6px; border: 1px solid #ddd;
	border-radius: 4px 4px 4px 4px; color: #666; font-weight: bold; margin: 5px }
.btn:hover { color: #ffd; border: 1px solid #444;  }
.btn { text-shadow: none }
/* if 'primary' button */
.primary { font-weight:bold; color:#000 }

.save-above { border-top: 40px solid #659; border-top-left-radius: 25px; border-top-right-radius: 25px; }

#board1_name { font-weight: bold; }
#boards .grid td { border: 1px solid #ddf }

.well {
	border-top-width: 2px; border-right-width: 5px; border-bottom-width: 5px; border-left-width: 2px; border-style: solid; border-color: #082f70;
	background: #eee;
	background: rgba(243,243,243,1);
}
#chart { background-color: #9fb2c1; border-top-width: 2px; border-right-width: 5px; border-bottom-width: 5px; border-left-width: 2px; border-style: solid; border-color: #082f70; }
#alert_nop { border: none; box-shadow: none; background: none; }
.like { background: #ffd; border:none; box-shadow:2px 2px 4px #333; }
#thumbs1, #thumbs { width: 700px }
.testimonial, .taglineWrap { width:1400px;  }
.testimonial { margin-top:200px;  }
input, textarea, select, .uneditable-input { width: auto; margin-bottom: 0 }
.navbar-fixed-top .container { width:1000px }
label input, label textarea, label select { display: inline; }
input[type="checkbox"], input[type="radio"] { margin-right: 5px; margin-top: -3px }
input, textarea, select { height: auto }
.keys span + span {
    background-color: rgba(0,0,0, 0.8);
    border-radius: 15px 15px 15px 0px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    color: #fff;
    margin-left: 2px;
    margin-top: -75px;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    position: absolute;
    text-decoration: none;
    z-index: 10;
}
.keys:hover span + span {
    opacity: 1;
    visibility: visible;
}
.keys table, .keys td { border: none }

#upload { width: 1px; height: 1px; overflow: hidden; }
.notification ol { list-style-type: none; margin-top:50px }
.notification ol li:first-child { font-weight: bold }
.sigma { list-style-type: none; }
.sigma li { margin-right: 5px; cursor: pointer; display: inline-block }
.sigma li:hover { text-decoration: underline; }
.sigma li.selected { display: none }
.nav li a { cursor: pointer }
.ctau, .ttau, .gtau, .stau, .ftau { display: -webkit-box;  -webkit-box-orient: horizontal; z-index: 2; cursor:move; color: #444; }
.ctau, .ttau, .gtau, .stau { box-shadow:2px 2px 4px #333;  }
.ctau, .ttau, .gtau, .brtau { -webkit-box-align: start; -webkit-box-pack: start; padding: 5px; z-index: 1; margin:0px; }
.stau { -webkit-box-align: start; -webkit-box-pack: start; -webkit-box-orient: vertical; padding: 5px; z-index: 1; margin:0px;  }
.inner-tau { overflow:hidden; -webkit-box-flex: 1;  margin-left: 2px }
.zsizer { cursor: e-resize; width: 5px; height: 100%; background: #444; height: 10px; margin-top: 3px; margin-right: 3px; visibility: hidden }
.tau-delete { width:8px; height: 8px; background:#f44; margin: 0 5px;  margin-top: 4px; border-radius:50%;cursor:pointer; visibility: hidden }
.ctau:hover .tau-delete, .ttau:hover .tau-delete, .gtau:hover .tau-delete,
.stau:hover .tau-delete, .ftau:hover .tau-delete, .ftau:hover .zsizer { visibility: visible }
.ctau.selected .tau-delete, .ttau.selected .tau-delete, .gtau.selected .tau-delete,
.stau.selected .tau-delete, .ftau.selected .tau-delete, .ftau.selected .zsizer { visibility: visible }
.ctau.selected, .ttau.selected, .gtau.selected, .stau.selected, .ftau.selected, .ftau:hover, #avails tr:hover { background: rgba(0,0,243,0.2); }
.ctau.selected, .ttau.selected, .gtau.selected, .stau.selected, .ftau.selected { border: 1px dashed #444 }
.zarrow { cursor: pointer }
.tau-delete:hover { background:red }
.zsizer:hover { background:#444 }
#avails { position: fixed; top: 100px; left: 1100px; z-index: 5000; background-color: white; }
#avails .pgrid { height: 400px; }
#avails .grid { margin: 20px }
#avails td { background: none }
#avails tr { border: 1px solid #ddd; box-shadow:2px 2px 4px #333 }
#tau fieldset { border: none }
#tau .indent { margin-left: 0 }
#tau li:nth-child(3) { display: inline-block }
#tau li:last-child { display: inline-block }
@page { margin: 0 }
@media print {
	.alert-box, .root, .menu, .button-area, .link, .btn, #header, #welcome, #status, #status1, #arrows, #buttons_app1 { display:none; }
	margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
span + fieldset { border: none }
#sigmaStub, #sigma11 { font-size: 24px; min-height: 550px; padding-top: 200px; }
#sigmaStub { background: #efe; border: 2px solid #ffd; border-radius: 10px; box-shadow:10px 10px 20px #333; -moz-box-shadow: 10px 10px 20px #333;}
#title  { font-size:16px; font-weight: bold; text-shadow: -1px -1px 6px rgba(192, 180, 128, 0.6); color: #444 }
input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: searchfield-cancel-button; }

.rich-empty, .rich-passive { cursor: pointer; min-width: 100px; min-height: 18px;  }
.rich-passive, .piclist-passive { cursor: pointer; width: 90% }
.rich-passive:hover, .piclist-passive:hover { background: #eef }
#sendMessage .rich-empty, #sendMessage .rich-passive { border: 1px solid #ddd; width: 90%; min-height: 80px; padding: 20px;
	-moz-box-shadow: inset 0 0 5px #888; box-shadow: inset 0 0 30px 10px #E1E1E1; }
#sendMessage .rich-empty:before { content: "Enter message...";font-size: #20px; color: #888 }
#sendMessage .piclist-passive:hover:before { content: 'Click to edit...'; color: #aaa }

.img-btn { cursor: pointer; background-color: transparent; border: none }
.img-btn:hover { color:#666; text-decoration:underline; border: none }

#styles1 { position: fixed; top: 50px; left: 200px; background: white; border: 2px solid #aaa }
#styles { background: white; border: 2px solid #aaa }
#styles .button-area { width: 100%; background: #aaf }
#styles td { padding: 0}
#styles textarea, #styles input[type="text"] { border: none; box-shadow: none }
#styles textarea { resize: none }

.display-inline { display: inline }
#searchItems button { display: none; }
.text-class { display: inline-block }
#choices .pgrid, #choices .grid, #choices td { border: none }
#choices .selected { font-weight: bold }
#titleChoices:before { content: "Change the various combo selection options that appear in the product here."; font-weight: bold; margin: 5px; font-size: 14px;  }
#help { width: 100%; background: #eee; margin: 0 }

#buttons_help {
	position: fixed; top: 40px; right: 100px;
	cursor:pointer; opacity: 0.8; background-color: #aef; padding: 2px; z-index: 9999;
	visibility: visible; -webkit-transition: opacity .4s linear; /* bottom: 30px; right: 30px; */
	color: #444; font-size: 16px; font-weight: bold; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
#buttons_help .link { padding: 0; }
.like-pop  { border: none; }
.like-pop thead { background: #ccc }
.like-pop td { cursor: pointer; background: none; padding: 3px 2px; border: none }
.like-pop tr.selected td { color: #eee; background: #7575CE }
.like-pop tr:hover td { color: #444; background: #ddddce }
.multi > .pages > li { border:none; background-color: #fff; color: #aaa; padding: 2px 5px }
.multi > .pages > li:hover { border:none; background: none; background-color: #fff; color: #444; }
.multi > .pages > li.selected { color: #000; border:none }
.multi-table  { border: none; margin-left: 80px }
.multi-table thead { display: none }
.multi-table td { background: none; padding: 0 2px; border: none }
.multi-table button { padding: 0 }
.close-ftpop { cursor:pointer; margin: 5px; float: right }
.simple-inline .alert-box { display: block; margin-left: 5px }
.client-box, .alert-box {
	color: #b94a48; background-color: #f2dede; padding: 8px 35px 8px 14px; margin: 0 4px 4px 5px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-moz-border-radius: 4px; border-radius: 4px;
}
.client-box span, .alert-box span { font-weight:bold; text-transform:uppercase; }
.client-box > button, .alert-box > button {
	position: relative;top: -2px; right: -21px; padding: 0; cursor: pointer;
	background: transparent; border: 0; -webkit-appearance: none; float: right; font-size: 14px;
	font-weight: bold; line-height: 20px; color: #000000; text-shadow: 0 1px 0 #ffffff; opacity: 0.2;
}
.client-box > i, .alert-box > i {
	display: inline-block; width: 30px; height: 30px; vertical-align: middle;
	margin-right: 10px; background: url(/images/warning.png) no-repeat;
}
.error > i { background: url('/images/warning.png') no-repeat; }
.success > i { background: url('/images/success.png') no-repeat;}
.warn > i { background: url('/images/warn.png') no-repeat; }
.info > i { background: url('/images/info.png') no-repeat; }

.error { background:#ffecec; border:1px solid #eed3d7; }
.success { background:#e9ffd9; border:1px solid #a6ca8a; }
.warn { background:#fff8c4; border:1px solid #f2c779; }
.info { background:#e3f7fc; border:1px solid #8ed9f6; }

.client-box > div, .alert-box > div {
	color: #c3716f; display: inline-block; font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); max-width: 980px;
}

.error_x { color: #f00; height: 22px; width: 8px; font-weight:bold }

@-moz-document url-prefix() { #band { width:1900px; }}
.form { padding: 10px 0 }
.form > .simple-inline { width: 100px; font-weight: bold }
.form > .vbox { width: 600px;  display: inline-block }
.form:nth-child(even) { background: #eef }
.title { display: inline-block; margin-right: 10px; width: 130px }

#connect { width: 400px }
/* Editable */
.static li { padding: 0; font-size: 14px }
.static .mylabel { max-width: 200px; color: #bbb }
.static { border: 1px solid #eee; border-radius: 10px }
.static li { padding: 0 }
.static .mylabel { max-width: 200px }

.wait {  padding: 150px 300px }
.wait1 {  font-size: 40px; color: #f0f0f0; padding: 60px; border: 140px solid #f9f9f9; border-radius: 50%; text-align:center; }
.big-button {
	cursor: pointer; margin: 4px 0px; padding: 10px 25px; background-color: #3399ff; color: #ffffff;
	border-style: none; border-radius: 0px; font-size: 17.5px; font-family: 'ZegoeUIURegular', Fallback, sans-serif;
}
.big-button:hover { text-decoration: underline }
.simple li li .mylabel { margin-left: 0 }
#list_programScores td a, #list_datedScores td a, #list_scores td a { text-decoration: underline }

.head > ol > li { display: inline-block; margin: 15px; margin-right: 30px }
.head > ol > li > label { display: block; line-height: 1.42857143; font-size: 14px; text-align: left; width: auto; padding: 1px 0;  }
.head > ol > li > span { font-size: 12px; color: #0287ca; font-weight: bold; text-align: left }
.head > ol > li > .error_x { display: none }
.head { width: 100%; border: 1px solid #eee; background: #fbfbfb; margin: 0; }

td > input { width: 70% }
.pd-cont { position: relative; z-index: 1250; border:none; }
.pd-cal { display: table-cell; margin: 0px; padding: 5px; border-top-width: 2px; border-right-width: 5px;
	border-bottom-width: 1px; border-left-width: 2px; border-style: solid; border-color: #777; min-width: 240px  }
.pd-cal > div:first-child { cursor: pointer; font-weight: bold; font-size: 16px; margin-top: -5px; }
.pd-cont table { margin-top: 10px; border-top: 2px solid #777;  }
.pd-cal th, .pd-cal td { text-align: center; padding: 1px 4px }
.pd-cal th, pd-empty, .pd-cal tr { cursor: none }
.pd-cal td { cursor: pointer }
.pd-cal th { color: #777 }
.pd-empty, .pd-cal td:hover { background: #ddd }
.pd-today { background: #7bf }
.pd-selected { font-weight: bold; color: #f00 }
input[type="text"].pd-input { cursor:pointer; width: 10em; background-image: url(/images/date.jpg);
	background-repeat: no-repeat; background-position: 0 2px;padding-left: 35px }
.font18 { font-size: 18px }
#app2 .font18 .grid thead th, #app2 .font18 .grid, #app2 .font18 .grid td { border: none; padding: 2px 24px; }
/* #app2 img { max-height: 30px } */
.font18 { padding: 50px; }
.font18 .vbox { margin-bottom: 50px; }
#items1, #items2, #items3, #items4, #items5 { display: block }