@import url(//fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,700,500italic,500,700italic);
BODY {margin:0px;font-size:11px; font-family: 'Roboto',Verdana;background-color:white;}
p {
	font-size:12px;
	font-family: 'Roboto',Verdana}

@charset "utf-8";
/* CSS Document  */



.bordered {*border-collapse: collapse;border-spacing: 0;}
.bordered {font-family: 'Roboto', sans-serif !important; border:solid #ccc 1px;-moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px;-webkit-box-shadow: 0 1px 1px #ccc;-moz-box-shadow: 0 1px 1px #ccc;box-shadow: 0 1px 1px #ccc;font-size: 14px;}
.bordered tr:hover {background: #DDDDDD;-o-transition: all 0.1s ease-in-out;-webkit-transition: all 0.1s ease-in-out;-moz-transition: all 0.1s ease-in-out;-ms-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;}    
.bordered td, .bordered th {border-left: 1px solid #ccc;border-top: 1px solid #ccc;padding: 8px;text-align: left;}
.bordered th {background: #f0f9ff;background: -moz-linear-gradient(top,  #f0f9ff 0%, #bbd9f7 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f9ff), color-stop(100%,#bbd9f7)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #f0f9ff 0%,#bbd9f7 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #f0f9ff 0%,#bbd9f7 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #f0f9ff 0%,#bbd9f7 100%); /* IE10+ */background: linear-gradient(to bottom,  #f0f9ff 0%,#bbd9f7 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#bbd9f7',GradientType=0 ); /* IE6-9 */-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset; box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        border-top: none;text-shadow: 0 1px 0 rgba(255,255,255,.5);}
.bordered td:first-child, .bordered th:first-child {border-left: none;}
.bordered th:first-child {-moz-border-radius: 6px 0 0 0;-webkit-border-radius: 6px 0 0 0;border-radius: 6px 0 0 0;}
.bordered th:last-child {-moz-border-radius: 0 6px 0 0;-webkit-border-radius: 0 6px 0 0;border-radius: 0 6px 0 0;}
.bordered th:only-child{-moz-border-radius: 6px 6px 0 0;-webkit-border-radius: 6px 6px 0 0;border-radius: 6px 6px 0 0;}
.bordered tr:last-child td:first-child {-moz-border-radius: 0 0 0 6px;-webkit-border-radius: 0 0 0 6px;border-radius: 0 0 0 6px;}
.bordered tr:last-child td:last-child {-moz-border-radius: 0 0 6px 0;-webkit-border-radius: 0 0 6px 0;border-radius: 0 0 6px 0;}
table.bordered a, .bordered a:hover {color: #000;}
.borderedzebra tbody tr:nth-child(even) {
    background: #F7F7F7;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
}
.borderedzebra tbody tr:hover:nth-child(even) {background: #DDDDDD;-o-transition: all 0.1s ease-in-out;-webkit-transition: all 0.1s ease-in-out;-moz-transition: all 0.1s ease-in-out;-ms-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;}    

.documentPrint {
	padding:15px;
	border:1px solid #CCC;
	margin:10px;
	width:350px;
	font-size:14px;
	font-family: Verdana,Arial;
	text-align:center;
	cursor:pointer;
	border-radius:5px;
}

.documentPrint:hover {
	background: #E1F4FF;
}
.bluebutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:3px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
}.bluebutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}.bluebutton:active {
	position:relative;
	top:1px;
}	


.trhover1 {background-color: #E1F4FF;cursor:pointer;}
.printselectedbutton {
	color:#0e4778 !important;
	text-decoration:none;
	padding:10px 15px;
	position:relative;
	display:inline-block;
	-webkit-transition:border-color .218s;
	-moz-transition:border .218s;
	-o-transition:border-color .218s;
	transition:border-color .218s;
	background:url('../dj_event_planner/images/agt_print.png') no-repeat #ccdfef;
background-position: 7px 9px;
padding-left:30px;
	border:solid 1px #999;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	margin-right:10px;}
.printselectedbutton:hover {color:#0e4778 !important; border-color:#0272AE; -moz-box-shadow:0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2); box-shadow:0 1px 2px rgba(0, 0, 0, 0.15); text-decoration:none !important;}
.printselectedbutton:active {color:#000; border-color:#444;}
.planningiconli {
	border-radius:6px;
	border:2px solid #666;
	text-align:center;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:227ab2;
	font-weight:700;
	background-color: #ebebeb;
	text-decoration:none;
	float:left;
	margin:0 3px;
	width:70px !important;
	height:70px !important;
	list-style: none;
}
.planningicona {
	text-decoration:none;
	color:#227ab2 !important;
}
.planningicona img {
	margin:-1px;
	width:55px;
	height:55px;
	border:none;
	text-decoration:none;
}
.planningiconli:hover {
	background-color: #FFF;
	text-decoration:none;
}
.planningicona:hover {
	color:#227ab2 !important;
	text-decoration:none !important;
}
.small_select {font-size:10px;}
a:link,a:visited {color:blue;text-decoration:none;}
a:hover {color:red;text-decoration:underline}
a.inherit {color: inherit !important;}
a.black {color:black;}
a.white:link,a.white:active,a.white:visited {color:white;}
a.white:hover {color:white;}
a.plain_text_link {color:black;text-decoration:none;}
a.sortheader {color:#FFFFFF;text-decoration: none;}
a.sortheader:hover {text-decoration: underline;}
a.cp_button {padding:2px;width:65px;height:15px;background-color:#C6D5F3; font-family:Arial;font-weight:bold; font-size: 10px; color:#000000; text-decoration:none;border:1px solid #000000;}
a.cp_button:hover {background-color:#CCCCCC;color:#000000;border-color:#000000;}
a.download_button {padding-left:15px;padding-right:15px;padding-bottom:5px;padding-top:5px;background-color:#C00000;font-family:Verdana;font-weight:bold;font-size: 11px;color:#FFFFFF;text-decoration:none;border:1px solid #000000;}
a.download_button:hover {background-color:#900000;color:#FFFFFF;border-color:#000000;}
tr.mail_row  {background-color: #FFFFFF;cursor:normal;}
tr.mail_row_highlight  { background-color: #EBF0FB;cursor:pointer;}
TD.mail_row {padding:3px;color:black;font-family:Verdana,Arial;font-size:12px;text-align:left;border-bottom: 1px solid #CCC;font-weight:normal;}
TD.mail_row_bold {padding:3px;color:#222222;font-family:Verdana,Arial;font-size:12px;text-align:left;border-bottom: 1px solid #CCC;font-weight:bold;}
TD.mail_header_row {padding:3px;color:#330066;font-family:Verdana,Arial;font-size:11px;background:#DCEEF9;font-weight:normal;text-align:left;border-bottom: 1px solid #CCC}
TD.alphnav {font:11px Verdana;font-weight:normal;color:#000000;text-align:center;text-decoration:none;background-color:#5B80CC;border-left:1px #000000 solid;border-right:0px #000000 solid;border-top:1px #000000 solid;border-bottom:0px;margin:0px;padding:0px;padding-left:5px;padding-right:5px;padding-top:2px;padding-bottom:2px;width:1em;}
TD.alphnav2 {cursor:pointer;font-family:Verdana,Arial;font-size:11px;font-weight:normal;color:#000000;background-color:#ADADD1;text-decoration:none;border-left:1px #000000 solid;border-right:0px #000000 solid;border-top:1px #000000 solid;border-bottom:0px;margin:0px;padding:0px;padding-left:5px;padding-right:5px;padding-top:2px;padding-bottom:2px;width:1em;text-align:center;text-decoration:none;}
TD.alphnav3 {font-family:Verdana,Arial;font-size:11px;font-weight:normal;color:#000000;background-color:#5B80CC;border-left:1px #000000 solid;border-right:1px #000000 solid;border-top:1px #000000 solid;border-bottom:0px;margin:0px;padding:0px;padding-left:5px;padding-right:5px;padding-top:2px;padding-bottom:2px;width:1em;text-align:center;text-decoration:none;}
TD.alphnav4 {cursor:pointer;font-family:Verdana,Arial;font-size:11px;font-weight:normal;color:#000000;background-color:#ADADD1;text-decoration:none;border-left:1px #000000 solid;border-right:1px #000000 solid;border-top:1px #000000 solid;border-bottom:0px;margin:0px;padding:0px;padding-left:5px;padding-right:5px;padding-top:2px;padding-bottom:2px;width:1em;text-align:center;text-decoration:none;}
.alph A:link, .alph A:visited, .alph A:active {font-family:Verdana,Arial;font-size:12px;color:#000000;background-color:#CCCCCC;border-color:#CCCCCC;border-style:solid;border-width:1px;margin:0px;padding:0px;padding-left:3px;padding-right:3px;padding-top:1px;padding-bottom:1px;width:1em;text-align:center;text-decoration:none;}
.ah A:link, .ah A:visited, .ah A:active {font-family:Verdana,Arial;font-size:12px;color:#000000;background-color:#FFFFFF;border-color:#FFFFFF;border-style:solid;border-width:1px;margin:0px;padding:0px;padding-left:3px;padding-right:3px;padding-top:1px;padding-bottom:1px;text-align:center;text-decoration:none;}
.ah A:hover {font-family:Verdana,Arial;font-size:12px;color:#000000;background-color:#5B80CC;text-decoration:none;border-color:#000000;border-style:solid;border-width:1px;margin:0px;padding:0px;padding-left:3px;padding-right:3px;padding-top:1px;padding-bottom:1px;text-align:center;text-decoration:none;}
    #tabsI {
      float:left;
      width:100%;
      background:#FFFFFF;
      font-size:93%;
      line-height:normal;
          border-bottom:2px solid #000000;
      }
    #tabsI ul {
        margin:0;
        padding:10px 10px 0 20px;
        list-style:none;
      }
    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsI a {
      float:left;
      background:url("tableftI.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsI a span {
      float:left;
      display:block;
      background:url("tabrightI.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#FFF;
      }
    #tabsI a:hover {
      background-position:0% -42px;
      }
    #tabsI a:hover span {
      background-position:100% -42px;
      }

        #tabsI #current a {
                background-position:0% -42px;
        }
        #tabsI #current a span {
                background-position:100% -42px;
        }
/* refactoring done up to here */
.alph A:hover {font-family:Verdana,Arial;font-size:11px;color:#000000;background-color:#ADADD1;text-decoration:none;border-color:#000000;border-style:solid;border-width:1px;margin:0px;padding:0px;padding-left:3px;padding-right:3px;padding-top:1px;padding-bottom:1px;width:1em;text-align:center;text-decoration:none;}
.btnSearch2 {font-weight:bold;font-size:11px;color:black;font-family:Verdana,Arial;background-color:#ADADD1}
 option.dropdown_section_header {background-color: #313186; font-weight: bold; color:white;text-align:center;}
 option.item {background-color: #FFFFFF; font-weight: normal; color: black;}
.btn {font-weight:bold;font-size:12px;color:#000000;font-family:Verdana,Arial;background-color:#CCCCCC;border-color:#CCCCCC;padding:2px;}
.btn3 {font-family:verdana;font-size:10px; font-weight:normal; font-style:none; border-style:solid;border-color:#122947; border-width:1px; background:#000080;color:#FFFFFF; width:5em;}
.btn3:hover {font-family:verdana;font-size:10px; font-weight:bold; font-style:none; border-style:solid;border-color:#0C0D0C; border-width:1px; background:#000080;color:#FFFFFF; width:5em;}
a.tooltip {text-decoration:none;text-align:left;}
a.tooltip span {display:none; padding:8px; margin-left:8px; width:300px;}
a.tooltip:hover span{display:inline;position:absolute;background:#ffff99;border:1px solid #cccccc;color:#000000;}
a.blue_rounded_button {
	border-top: 1px solid #96d1f8;
	background: #65a9d7;
	background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
	background: -moz-linear-gradient(top, #3e779d, #65a9d7);
	padding: 4px 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px; -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 10px;
	font-family: Helvetica, Arial, Sans-Serif; text-decoration: none; vertical-align: middle; }
a.blue_rounded_button:hover { border-top-color: #28597a; background: #28597a; color: #ccc; } .button:active { border-top-color: #1b435e; background: #1b435e; }

/* rounded corners test */
.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FFFFFF}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #dee7f8;
  border-right:1px solid #dee7f8;
  background:#f0f4fc}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #cbd9f4;
  border-right:1px solid #cbd9f4;
  background:#f4f7fc}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f4f7fc;
  border-right:1px solid #f4f7fc;}
.spiffy4{
  border-left:1px solid #dee7f8;
  border-right:1px solid #dee7f8}
.spiffy5{
  border-left:1px solid #f0f4fc;
  border-right:1px solid #f0f4fc}
.spiffyfg{
  background:#FFFFFF;
  padding:10px;
  }





.menuBox {BORDER-RIGHT:#e7e7e7 1px solid;BORDER-TOP:#e7e7e7 1px solid;PADDING-LEFT:2px;BORDER-LEFT:#e7e7e7 1px solid;BORDER-BOTTOM:#e7e7e7 10px solid}
#hider1 div {display:none;}
#hider2 div {display:none;}
#hider3 div {display:none;}
TD.navigationheader {BORDER: black 1px solid;background-color:orange;font-weight:bold;font-size:11px;color:#000000;font-family:Verdana,Arial,Helvetica,sans-serif;TEXT-DECORATION:none;text-align:left}
TD.navigationheader2 {BORDER-TOP:black 1px solid;BORDER-LEFT:black 1px solid;BORDER-BOTTOM:black 1px solid;background-color:orange;font-weight:bold;font-size:12px;color:#000000;font-family:Verdana,Arial,Helvetica,sans-serif;TEXT-DECORATION:none;text-align:left}
TD.navigationheader3 {BORDER-TOP:black 1px solid;BORDER-RIGHT:black 1px solid;BORDER-BOTTOM:black 1px solid;background-color:orange;font-weight:bold;font-size:12px;color:#000000;font-family:Verdana,Arial,Helvetica,sans-serif;TEXT-DECORATION:none;text-align:right}
TD.navigationheader4 {BORDER-BOTTOM:black 1px solid;background-color:orange;font-weight:bold;font-size:12px;color:#000000;font-family:Verdana,Arial,Helvetica,sans-serif;TEXT-DECORATION:none;text-align:left}
TD.navigationheader5 {BORDER-BOTTOM:black 1px solid;background-color:orange;font-weight:bold;font-size:12px;color:#000000;font-family:Verdana,Arial,Helvetica,sans-serif;TEXT-DECORATION:none;text-align:right}
TABLE.data_table {border:1px solid #000000;background-color:white;}
TABLE.data_table_calendar {border:1px solid #000000;background-color:white;}
TABLE.nav_table{background:#E7E7E7;border:1px solid #000000;padding-left:1px;padding-right:1px;padding-top:1px;padding-bottom:1px}
TD.black {background-color:#000000;color:white;font-family:Verdana,Arial;font-size:12px;font-weight:normal;text-align:left;}
TD.header_center_small {color:white;font-family:Verdana,Arial;font-size:10px;background:#000000;font-weight:bold;text-align:center;}
TD.header_left {background-color:#000080;color:white;font-family:Verdana,Arial;font-size:12px;font-weight:bold;text-align:left;}
TD.header_center {background-color:#000080;color:white;font-family:Verdana,Arial;font-size:12px;font-weight:bold;text-align:center;}
TD.header_right {background-color:#000080;color:white;font-family:Verdana,Arial;font-size:12px;font-weight:bold;text-align:right;}
TD.stc {color:black;font-family:Verdana,Arial;font-size:12px;background:white;font-weight:normal;text-align:center;}
TD.stl_nocolor {color:black;font-family:Verdana,Arial;font-size:12px;font-weight:normal;text-align:left;}
TD.stl_pink {color:black;font-family:Verdana,Arial;font-size:12px;background:#FFCCCC;font-weight:normal;text-align:left;}
TD.stl_black {color:white;font-family:Verdana,Arial;font-size:12px;background:#000000;font-weight:normal;text-align:left;}
TD.str_pink {color:black;font-family:Verdana,Arial;font-size:12px;background:#FFCCCC;font-weight:normal;text-align:right;}
TD.stc_pink {color:black;font-family:Verdana,Arial;font-size:12px;background:#FFCCCC;font-weight:normal;text-align:center;}
TD.smc {color:black;font-family:Verdana,Arial;font-size:10px;background:white;font-weight:normal;text-align:center;}
TD.stl {color:black;font-family:Verdana,Arial;font-size:12px;background:white;font-weight:normal;text-align:left;}
TD.sml_yellow {color:black;font-family:Verdana,Arial;font-size:10px;background:#FFFFCC;font-weight:normal;text-align:left;}
TD.smc_yellow {color:black;font-family:Verdana,Arial;font-size:10px;background:#FFFFCC;font-weight:normal;text-align:center;}
TD.stl_green {color:black;font-family:Verdana,Arial;font-size:12px;background:#CCFFCC;font-weight:normal;text-align:left;}
TD.stc_green {color:black;font-family:Verdana,Arial;font-size:12px;background:#CCFFCC;font-weight:normal;text-align:center;}
TD.str_yellow {color:black;font-family:Verdana,Arial;font-size:12px;background:#FFFFCC;font-weight:normal;text-align:right;}
TD.stc_yellow {color:black;font-family:Verdana,Arial;font-size:12px;background:#FFFFCC;font-weight:normal;text-align:center;}
TD.stl_yellow {color:black;font-family:Verdana,Arial;font-size:12px;background:#FFFFCC;font-weight:normal;text-align:left;}
TD.sml {color:black;font-family:Verdana,Arial;font-size:10px;background:white;font-weight:normal;text-align:left;}
TD.str {color:black;font-family:Verdana,Arial;font-size:12px;background:white;font-weight:normal;text-align:right;}
TD.stldg {color:black;font-family:Verdana,Arial;font-size:12px;background:#c6d5f3;font-weight:normal;text-align:left;}
TD.strdg {color:black;font-family:Verdana,Arial;font-size:12px;background:#c6d5f3;font-weight:normal;text-align:right;}
TD.stcdg {color:black;font-family:Verdana,Arial;font-size:12px;background:#c6d5f3;font-weight:normal;text-align:center;}
TD.stclg {color:white;font-family:Verdana,Arial;font-size:12px;background:#FFFFFF;font-weight:normal;text-align:center;}
TD.smcblg {color:black;font-family:Verdana,Arial;font-size:10px;background:#FFFFFF;font-weight:normal;text-align:center;}
TD.cd {color:black;font-family:Verdana,Arial;font-size:11px;background:#F0F0F0;font-weight:normal;text-align:left;}
TD.cd2 {color:black;font-family:Verdana,Arial;font-size:11px;background:#D7D7DD;font-weight:normal;text-align:left;}
TD.cdc {color:black;font-family:Verdana,Arial;font-size:11px;background:#F0F0F0;font-weight:normal;text-align:center;}
TD.cdb {color:black;font-family:Verdana,Arial;font-size:11px;font-weight:normal;text-align:center;}
TD.ed {color:black;font-family:Verdana,Arial;font-size:12px;background:#F0F0F0;font-weight:normal;text-align:left;}
TD.msmed {color:black;font-family:Verdana,Arial;font-size:11px;background:#F0F0F0;font-weight:normal;text-align:left;}
tr.g td {color:black;font-family:Verdana,Arial;font-size:12px;background:#F0F0F0;font-weight:normal;text-align:center;}
TD.ed2 {color:black;font-family:Verdana,Arial;font-size:12px;background:#D7D7DD;font-weight:normal;text-align:left;}
TD.edhc {background-color:#5B80CC;color:white;font-family:Verdana,Arial;font-size:12px;font-weight:bold;text-align:center;}
TD.edhr {background-color:#5B80CC;color:white;font-family:Verdana,Arial;font-size:12px;font-weight:bold;text-align:right;}
TD.edhl {background-color:#5B80CC;color:white;font-family:Verdana,Arial;font-size:12px;font-weight:bold;text-align:left;}
TH.edhc {background-color:#5B80CC;color:white;font-family:Verdana,Arial;font-size:12px;font-weight:bold;text-align:center;}
TH.edhr {background-color:#5B80CC;color:white;font-family:Verdana,Arial;font-size:12px;font-weight:bold;text-align:right;}
TH.edhl {background-color:#5B80CC;color:white;font-family:Verdana,Arial;font-size:12px;font-weight:bold;text-align:left;}
TH.stldg {color:black;font-family:Verdana,Arial;font-size:12px;background:#c6d5f3;font-weight:normal;text-align:left;}

/* css for Table Filter */
/*
tr.fltrow {background-color:#E6EEEE;color:black;font-family:Verdana,Arial;font-size:12px;font-weight:bold;text-align:left;}
 */
td.fltcell {border-color: blue blue blue blue;border-width: 0px 0px 0px 0px;background-color:#E6EEEE;color:black;font-family:Verdana,Arial;font-size:12px;font-weight:bold;text-align:left;}
/* css for jQuery Table Sorter */
table.tablesorter {font-family:arial;background-color: #CDCDCD;margin:10px 0pt 15px;font-size: 8pt;width: 100%;text-align: left;}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

TD.edc {color:black;font-family:Verdana,Arial;font-size:12px;background:#F0F0F0;font-weight:normal;text-align:center;}
TD.edr {color:black;font-family:Verdana,Arial;font-size:12px;background:#F0F0F0;font-weight:normal;text-align:right;}
TD.edclickable {cursor:pointer;color:black;font-family:Verdana,Arial;font-size:12px;background:#F0F0F0;font-weight:normal;text-align:left;}
TD.edryellow {color:black;font-family:Verdana,Arial;font-size:12px;background:#FFFF99;font-weight:normal;text-align:right;}
TD.edrgray {color:black;font-family:Verdana,Arial;font-size:12px;background:#D7D7DD;font-weight:normal;text-align:right;}
TD.sw {color:black;font-family:Verdana,Arial;font-size:10px;background:#FFFFFF;font-weight:normal;text-align:left;}
TD.swd {color:black;font-family:Verdana,Arial;font-size:10px;background:#F0F0F0;font-weight:normal;text-align:left;}
.AppMenuTD     {color:black;font-family:Verdana,Arial;font-size:12px;font-weight:bold;text-align:center;padding:3px;}
.AppMenuTDover {color:black;font-family:Verdana,Arial;font-size:12px;font-weight:bold;text-align:center;background-color:#FF9933;padding:2px;border-width:1px;border-style:solid;border-color:#000000;cursor:pointer;}
.AppMenuTD2     {color:white;font-family:Verdana,Arial;font-size:12px;font-weight:bold;text-align:center;padding:3px;border-width:1px;border-style:solid;border-color:#000000;padding:5px 15px 5px 15px;background-color:#009000;}
.AppMenuTDover2 {color:white;font-family:Verdana,Arial;font-size:12px;font-weight:bold;text-align:center;background-color:#007000;padding:5px 15px 5px 15px;border-width:1px;border-style:solid;border-color:#000000;cursor:pointer;}
.AppMenuTD3     {color:#400040;font-family:Verdana,Arial;font-size:12px;font-weight:bold;text-align:center;padding:3px;border-width:1px;border-style:solid;border-color:#000000;padding:5px 15px 5px 15px;background-color:#FFFF33;}
.AppMenuTDover3 {color:#400040;font-family:Verdana,Arial;font-size:12px;font-weight:bold;text-align:center;background-color:#f0ed2e;padding:5px 15px 5px 15px;border-width:1px;border-style:solid;border-color:#000000;cursor:pointer;}
TD.header_left_small {background-color:#000080;color:white;font-family:Verdana,Arial;font-size:10px;font-weight:bold;text-align:left;}
TD.header_center_small {background-color:#000080;color:white;font-family:Verdana,Arial;font-size:10px;font-weight:bold;text-align:center;}
TD.header_right_small {background-color:#000080;color:white;font-family:Verdana,Arial;font-size:10px;font-weight:bold;text-align:right;}
TD.left_small {background-color:#F0F0F0;color:black;font-family:Verdana,Arial;font-size:10px;font-weight:normal;text-align:left;}
TD.note_small_left {background-color:#CCCCFF;color:black;font-family:Verdana,Arial;font-size:10px;font-weight:normal;text-align:left;}
TD.date_header {color:black;font-family:Verdana,Arial;font-size:14px;font-weight:bold;text-align:center;}
.next_action   {color:black;font-family:Verdana,Arial;font-size:11px;font-weight:normal;text-align:center;background-color:#FFFFFF;border-width:1px;border-style:solid;border-color:#000000;padding:1px 1px 1px 1px;}
input.bs1{border-top-width:1px;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-color:#c1c1c1;border-left-color:#c1c1c1;border-bottom-color:#000000;border-right-color:#000000;color:#FFFFFF;width:150;background:#4e4e4e;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px;font-style:normal;font-weight:bold;}
input.small_button{padding: 1px 1px 1px 1px;border-top-width:1px;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-color:#c1c1c1;border-left-color:#c1c1c1;border-bottom-color:#000000;border-right-color:#000000;color:#000000;width:150;background:#CCCCCC;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:10px;font-style:normal;font-weight:normal;}
input.bs2{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#C6D5F3 none repeat scroll 0 0;
	border-color:#FFFFFF;
	border-width:1px;
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	padding:3px;
	}
input.bs2:hover{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#000080 none repeat scroll 0 0;
	border-color:#FFFFFF;
	border-width:1px;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	padding:3px;
	}
input.bs3:hover{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#000080 none repeat scroll 0 0;
	border-color:#FFFFFF;
	border-width:1px;
	color:#F0F0F0;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	padding:3px;
	}
input.bs3{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#5B80CC none repeat scroll 0 0;
	border-color:#5B80CC;
	border-width:1px;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	padding:3px;
	}
input.bs4:hover{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#000080 none repeat scroll 0 0;
	border-color:#FFFFFF;
	border-width:1px;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	padding:1px;
	}
input.bs4{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#CCCCCC none repeat scroll 0 0;
	border-color:#FFFFFF;
	border-width:1px;
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	padding:1px;
	}
input.bs5:hover{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#993300 none repeat scroll 0 0;
	border-color:#993300;
	border-width:1px;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	padding:3px;
	}
input.bs5{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#DC550B none repeat scroll 0 0;
	border-color:#DC550B;
	border-width:1px;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	padding:3px;
	}
input.bs6:hover{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#009900 none repeat scroll 0 0;
	border-color:#009900;
	border-width:1px;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:bold;
	padding:2px;
	height:19px;
	width:19px;
	}
input.bs6{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#33cc00 none repeat scroll 0 0;
	border-color:#33cc00;
	border-width:1px;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:bold;
	padding:2px;
	height:19px;
	width:19px;
	}
input.bs7:hover{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#5B80CC none repeat scroll 0 0;
	border-color:#009900;
	border-width:1px;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:bold;
	padding:2px;
	height:19px;
	width:19px;
	}
input.bs7{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#000080 none repeat scroll 0 0;
	border-color:#33cc00;
	border-width:1px;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:bold;
	padding:2px;
	height:19px;
	width:19px;
	}
input.bs8:hover{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#5B80CC none repeat scroll 0 0;
	border-color:#FFFFFF;
	border-width:1px;
	color:#F0F0F0;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	padding:3px;
	}
input.bs8{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#000080 none repeat scroll 0 0;
	border-color:#C6D5F3;
	border-width:1px;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	padding:3px;
	}

input.bsd:hover{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#610B0B none repeat scroll 0 0;
	border-color:#993300;
	border-width:1px;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	padding:3px;
	width:80px;
	}
input.bsd{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#8B0000 none repeat scroll 0 0;
	border-color:#000000;
	border-width:1px;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	padding:3px;
	width:80px;
	}
input.bsg{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#006321 none repeat scroll 0 0;
	border-color:#000000;
	border-width:1px;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	padding:3px;
	}
input.bsg:hover{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#003D14 none repeat scroll 0 0;
	border-color:#FFFFFF;
	border-width:1px;
	color:#99B280;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	padding:3px;
	}
input.bs9, a.bs9{
	background:#CCCCCC none repeat scroll 0 0;
	border-color:#000000;
	border-width:1px;
	border-style:solid;
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	padding:3px;
	}
input.bs9:hover, a.bs9:hover{
	background:#333333 none repeat scroll 0 0;
	border-color:#FFFFFF;
	border-width:1px;
	border-style:solid;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	padding:3px;
	}
input.bs10{
	background:#5B80CC none repeat scroll 0 0;
	border-color:#5B80CC;
	border-width:1px;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	padding:3px;
	}
input.bs10:hover{
	background:#333333 none repeat scroll 0 0;
	border-color:#FFFFFF;
	border-width:1px;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	padding:3px;
	}

input.bs11{
	background:#009900 none repeat scroll 0 0;
	border-color:#009900;
	border-width:1px;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	padding:3px;
	}
input.bs11:hover{
	background:#333333 none repeat scroll 0 0;
	border-color:#FFFFFF;
	border-width:1px;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	padding:3px;
	}

input.bs12{
	background:#009900 none repeat scroll 0 0;
	border-color:#009900;
	border-width:1px;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	padding:3px;
	}
input.bs12:hover{
	background:#333333 none repeat scroll 0 0;
	border-color:#FFFFFF;
	border-width:1px;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	padding:3px;
	}
input.bs13{
	background:#000080 none repeat scroll 0 0;
	border-color:#009900;
	border-width:1px;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	padding:3px;
	}
input.bs13:hover{
	background:#5B80CC none repeat scroll 0 0;
	border-color:#FFFFFF;
	border-width:1px;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	padding:3px;
	}

input.bsp{
	background:#5B60A0 none repeat scroll 0 0;
	border-color:#000000;
	border-width:1px;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	padding:3px;
	}
input.bsp:hover{
	background:#333333 none repeat scroll 0 0;
	border-color:#FFFFFF;
	border-width:1px;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	padding:3px;
	}

input.availability_button {
	color:#000000;
	background-color:#C6D5F3;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	font-size:10px;
	font-family:Arial;
	padding:2px;
}
input.availability_button:hover {
	color:#000000;
	background-color:#CCCCCC;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	font-size:10px;
	font-family:Arial;
	padding:2px;
}
input.small_availability_button {
	color:#000000;
	background-color:#C6D5F3;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	font-size:9px;
	font-family:Arial;
	padding:1px;
}
input.small_availability_button:hover {
	color:#000000;
	background-color:#CCCCCC;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	font-size:9px;
	font-family:Arial;
	padding:1px;
}

input.add_option_button {
	color:#000000;
	background-color:#C6D5F3;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	font-size:14px;
	font-family:Arial;
	padding:0px;
}
input.add_option_button:hover {
	color:#000000;
	background-color:#CCCCCC;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	font-size:14px;
	font-family:Arial;
	padding:0px;
}





div.file_link_div {background-color:#000080;padding:4px;}
div.file_link_div:hover {background-color:#778899;padding:4px;}
a.file_link {text-decoration:none;color:white;}
.formDisabler {position:absolute;top:0;left:0;background:#F00;opacity: 0;-moz-opacity: 0;filter: alpha(opacity=0);}


div.calendar {position:relative;}
.calendar, .calendar table {border:1px solid #556;font-size:11px;color:#000;cursor:default;background:#F0F0F0;font-family:tahoma,verdana,sans-serif;}
.calendar .button {text-align:center;padding:2px;}
.calendar .nav {background:#F0F0F0 no-repeat 100% 100%;}
.calendar thead .title {font-weight:bold;text-align:center;background:#D7D7DD;color:#000;padding:2px;border-bottom:1px solid #556;border-left:1px solid #556;border-right:1px solid #556;}
.calendar thead .headrow {background:#F0F0F0;color:#000;}
.calendar thead .daynames {background:#D7D7DD;}
.calendar thead .name {border-top:1px solid #556;border-bottom:1px solid #556;padding:2px;text-align:center;color:#000;}
.calendar thead .weekend {color:#a66;}
.calendar thead .hilite {background-color:#ADADD1;color:#000;border:1px solid #04f;padding:1px;}
.calendar thead .active {background-color:#77c;padding:2px 0px 0px 2px;}
.calendar tbody .day {width:2em;color:#456;text-align:right;padding:2px 4px 2px 2px;}
.calendar tbody .day.othermonth {font-size:80%;color:#bbb;}
.calendar tbody .day.othermonth.oweekend {color:#fbb;}
.calendar table .wn {padding:2px 3px 2px 2px;border-right:1px solid #000;background:#bdf;}
.calendar tbody .rowhilite td {background:#def;}
.calendar tbody .rowhilite td.wn {background:#eef;}
.calendar tbody td.hilite {background:#def;padding:1px 3px 1px 1px;border:1px solid #bbb;}
.calendar tbody td.active {background:#cde;padding:2px 2px 0px 2px;}
.calendar tbody td.selected {font-weight:bold;border:1px solid #000;padding:1px 3px 1px 1px;background:#fff;color:#000;}
.calendar tbody td.weekend {color:#a66;}
.calendar tbody td.today {font-weight:bold;color:#00f;}
.calendar tbody .disabled {color:#999;}
.calendar tbody .emptycell {visibility:hidden;}
.calendar tbody .emptyrow {display:none;}
.calendar tfoot .footrow {text-align:center;background:#556;color:#fff;}
.calendar tfoot .ttip {background:#fff;color:#445;border-top:1px solid #556;padding:1px;}
.calendar tfoot .hilite {background:#aaf;border:1px solid #04f;color:#000;padding:1px;}
.calendar tfoot .active {background:#77c;padding:2px 0px 0px 2px;}
.calendar .combo {position:absolute;display:none;top:0px;left:0px;width:4em;cursor:default;border:1px solid #655;background:#def;color:#000;font-size:90%;}
.calendar .combo .label,
.calendar .combo .label-IEfix {text-align:center;padding:1px;}
.calendar .combo .label-IEfix {width:4em;}
.calendar .combo .hilite {background:#acf;}
.calendar .combo .active {border-top:1px solid #46a;border-bottom:1px solid #46a;background:#eef;font-weight:bold;}
.calendar td.time {border-top:1px solid #000;padding:1px 0px;text-align:center;background-color:#f4f0e8;}
.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {padding:0px 3px 0px 4px;border:1px solid #889;font-weight:bold;background-color:#fff;}
.calendar td.time .ampm {text-align:center;}
.calendar td.time .colon {padding:0px 2px 0px 3px;font-weight:bold;}
.calendar td.time span.hilite {border-color:#000;background-color:#667;color:#fff;}
.calendar td.time span.active {border-color:#f00;background-color:#000;color:#0f0;}

.CheckboxOrb {background:url('images/CheckboxUncheckedA.gif') no-repeat center center;display:block;height:20px;}
a.CheckboxOrb, a.CheckboxCheckedOrb {display:block;width:100%;height:20px;cursor:pointer;cursor:hand;}
a.CheckboxOrb {background:url('images/CheckboxUncheckedA.gif') no-repeat center center;}
a.CheckboxCheckedOrb {background:url('images/CheckboxCheckedA.gif') no-repeat center center;}

.hovertip {
    position: absolute;
    padding: 7px 10px;
    z-index: 2;
    width: 325px;

    color: #303030;
    background-color: #f5f5b5;
    border: 1px solid #DECA7E;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
}

/*
TROY - NEW CSS CODE                                
*/


a.upsidedowntab {
	background-color:#AAA;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	color:black;
	padding-top:2px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	margin: 0px;
	font-weight:bold;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.new_copybutton2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf) );
	background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
	background-color:#63b8ee;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #3866a3;
	display:inline-block;
	color:#14396a;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:2px 20px;
	text-decoration:none;
	text-shadow:1px 1px 0px #7cacde;
}

/*
ALEX - NEW CSS CODE                                
*/
.spacer {
	clear: both;
	height: 1px;
}
@media (min-width:1280px){
.third {
	width: 31.31%;
	margin: 0.5555%;
	float: left;
	height:100%;
	padding:5px;
	}
}
@media (min-width:320px) and (max-width:1279px) {
.third {
	width: 31%;
	margin: 0.5555%;
	float: left;
	height:100%;
	padding:5px;
}
}
.third p, .topblocks p {
	margin: 4px;
	padding:0;
}
a.third {
	text-decoration:none;
	color:inherit !important;
}

.bluedivs {
}
/*
CODE USED IN MULTIPLE PAGES - MAY NEED TO REFACTOR
*/
.LargeDropdown {border: 1px solid #CCCCCC;border-radius: 3px 3px 3px 3px;color: #006699 !important;display: inline-block;font-size: 16px !important;height: 34px;line-height: 18px;margin-bottom: 10px;padding: 4px;width: 300px;}
.MediumDropdown {border: 1px solid #CCC;border-radius: 3px 3px 3px 3px;color: #069 !important;display: inline-block;font-size: 14px !important;height: 30px;line-height: 18px;}
.SmallTextbox {border: 1px solid #CCC;border-radius: 3px 3px 3px 3px;color: #069 !important;display: inline-block;font-size: 16px !important;height: 25px;line-height: 18px;}
.NarrowTextbox {border: 1px solid #CCCCCC;border-radius: 3px 3px 3px 3px;color: #006699 !important;display: inline-block;font-size: 16px !important;height: 25px;line-height: 18px;padding: 4px;width: 200px;}
.LargeTextbox {border: 1px solid #CCCCCC;border-radius: 3px 3px 3px 3px;color: #006699 !important;display: inline-block;font-size: 16px !important;height: 25px;line-height: 18px;margin-bottom: 10px;padding: 4px;width: 300px;}
.LargerTextbox {border: 1px solid #CCCCCC;border-radius: 3px 3px 3px 3px;color: #006699 !important;display: inline-block;font-size: 16px !important;height: 25px;line-height: 18px;margin-bottom: 10px;padding: 4px;width: 350px;}
.NoMargin {margin:0px !important;}
.NoLeftBorder {border-left:0px !important;}
.WideLargeTextbox {border: 1px solid #CCCCCC;border-radius: 3px 3px 3px 3px;color: #006699 !important;display: inline-block;font-size: 16px !important;height: 25px;line-height: 18px;margin-bottom: 10px;padding: 4px;width: 500px;}
.pagetitle_v2 {font-family: 'Roboto', sans-serif;font-size:28px;font-weight:700;color:#036;margin-left:10px; margin-bottom:5px;}

.pagetitle_div {}
.pagetitle_text{font-family: 'Roboto', sans-serif;font-size:22px;font-weight:500;color:#FFF;background: #2481D2;border-radius: 0px;width: auto;padding: 8px;}
.pagetitle_text img {width: 42px; margin-right:10px;}

.copytoclipboardbutton_v2 {-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;box-shadow:inset 0px 1px 0px 0px #ffffff;background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');background-color:#f9f9f9;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:1px solid #dcdcdc;display:inline-block;color:#666666 !important;font-family:arial;font-size:12px;font-weight:bold;padding:3px 8px;text-decoration:none;text-shadow:1px 1px 0px #ffffff;right:18px;top: 6px;position:absolute;z-index:1000;}
.preview_link_v2 {text-decoration:none !important;color:#FFF !important;border:1px solid gray;padding: 1px 2px 1px 2px;background-color:#000;font-size:10px;}

.smallbluebutton {-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;box-shadow:inset 0px 1px 0px 0px #bbdaf7;background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');background-color:#79bbff;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:1px solid #84bbf3;display:inline-block;color:#ffffff !important;font-family:Verdana;font-size:10px;font-weight:normal;padding:1px 12px;text-decoration:none;text-shadow:1px 1px 0px #528ecc;}
.smallbluebutton:hover {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');background-color:#378de5;text-decoration:none;font-size:10px;}
.smallbluebutton:active {position:relative;top:1px;font-size:10px;}

.toptabgraystyle {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f5f5f5), color-stop(1, #b3b3b3) );
	background: -moz-linear-gradient( center top, #f5f5f5 5%, #b3b3b3 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#b3b3b3');
	background-color: #f5f5f5;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	border: 1px solid #666;
	border-bottom: none !important;
	display: inline-block;
	color: #000000 !important;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none !important;
}
.toptabgraystyle:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d6d6d6), color-stop(1, #828282) );
	background: -moz-linear-gradient( center top, #d6d6d6 5%, #828282 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#828282');
	background-color: #d6d6d6;
}
.gray_header {
	font-size: 24px;
	color: #666;
	font-weight: 700;
	line-height: 1.7em;
}


.smalltext {
font-size: 11px;
height: 35px;
}
.bluedivs:hover {
	-moz-box-shadow: 0px 0px 3px 1px #999999;
-webkit-box-shadow: 0px 0px 3px 1px #999999;
box-shadow: 0px 0px 3px 1px #999999;
}
div.glowinglink {
	margin:4px;	
	width:72px;
}
.glowinglink:hover{
	background: #CCC;
	border-radius:6px;
	-moz-box-shadow: 0px 0px 3px 1px #999999;
	-webkit-box-shadow: 0px 0px 3px 1px #999999;
	box-shadow: 0px 0px 3px 1px #999999;
}

a img {
	border:none;
	outline:none;
}

.navybluestyle {
background: #006091;
background: -moz-linear-gradient(top,  #006091 0%, #07293f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006091), color-stop(100%,#07293f));
background: -webkit-linear-gradient(top,  #006091 0%,#07293f 100%);
background: -o-linear-gradient(top,  #006091 0%,#07293f 100%);
background: -ms-linear-gradient(top,  #006091 0%,#07293f 100%);
background: linear-gradient(to bottom,  #006091 0%,#07293f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006091', endColorstr='#07293f',GradientType=0 );
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#FFF;
font-weight:700;
margin-top:10px;
padding: 10px;
border: 1px solid black;
}
.div-as-dt {
    padding: 5px 10px;
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6) );
    background: -moz-linear-gradient( center top, #ffffff 5%, #f6f6f6 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
	line-height:18px !important;
}
.new_input_text {
	height:25px;
	width:350px;
	color:#069 !important;
	font-size:16px !important;
	margin-bottom:10px;
	display: inline-block;
	padding: 4px;
	line-height: 18px;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.new_copybutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf) );
	background:-moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
	background-color:#63b8ee;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #3866a3;
	display:inline-block;
	color:#14396a;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #7cacde;
	margin-left:25px;
}
.new_copybutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee) );
	background:-moz-linear-gradient( center top, #468ccf 5%, #63b8ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
	background-color:#468ccf;
}

.mint {
	background: #CCFFCC;
}

.silvergrad {
background: #feffff;
background: -moz-linear-gradient(top,  #feffff 20%, #d3d3d3 81%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#feffff), color-stop(81%,#d3d3d3));
background: -webkit-linear-gradient(top,  #feffff 20%,#d3d3d3 81%);
background: -o-linear-gradient(top,  #feffff 20%,#d3d3d3 81%);
background: -ms-linear-gradient(top,  #feffff 20%,#d3d3d3 81%);
background: linear-gradient(to bottom,  #feffff 20%,#d3d3d3 81%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d3d3d3',GradientType=0 );
}


/* DropUI CSS Start */

.dropui
{
	display: -moz-inline-stack;
    display: inline-block;
    zoom: .99;
    *display: inline;
	position: relative;
	z-index: 10;
}

	.dropui:hover { z-index: 10000 !important; }
	*:first-child+html .dropui:hover { zoom: 1 !important;  }

	.dropui .dropui-tab
	{
		background: url(images/dropui/button-gradient.png) repeat-x right -400px;	
		font-weight: bold;
		color: #222;	
		text-decoration: none;
		line-height: 0;	
		display: block;
		padding: 15px 35px 15px 10px;	
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;	
		cursor: pointer;	
		position: relative;	
		z-index: 2;	
	}
	

		.dropui:hover .dropui-tab
		{
			background-position: right -100px; 
			/* background-color: #AAA; */
			-webkit-border-bottom-right-radius: 0;
			-webkit-border-bottom-left-radius: 0;
			-moz-border-radius-bottomright: 0;
			-moz-border-radius-bottomleft: 0;
			border-bottom-right-radius: 0;
			border-bottom-left-radius: 0;
		}
	
	.dropui .dropui-content 
	{ 
		background: #FFF;
		width: 154px;
		display: none; 
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		padding: 15px 10px 15px;
		position: absolute;
		top: 100%;	
		right: 0px;
		border: 1px solid red;
		text-align: left;
		color: #222;
		font-size: 11px;
		z-index: 1;
	}

		.dropui:hover .dropui-content { display: block; border-color: #aaa; }
		

/* Utility Classes */

.dropui-small .dropui-content { width: 175px; }
.dropui-medium .dropui-content { width: 350px; }
.dropui-large .dropui-content { width: 525px; }

.dropui-left .dropui-content { left: 0; }
.dropui-right .dropui-content { left: auto; right: 0; }

	.dropui-right .dropui-content 
	{ 
		-webkit-border-radius: 4px;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius: 4px;
		-moz-border-radius-topright: 0;
		border-radius: 4px;
		border-top-right-radius: 0;	
	}


/*.dropui .dropui-tab { background-color: #1B80DC; color: #FFF; background-position: right top;  border: 1px solid #1461A7;}
.dropui:hover .dropui-tab { background-color: #1461A7; }
.dropui:hover .dropui-content { border-color: #1461A7; }
.dropui.dropui-menu .dropui-content { background-color: #1461A7; }
*/
.dropui-blue .dropui-tab { background-color: #1B80DC; color: #FFF; background-position: right top;  border: 1px solid #1461A7;}
.dropui-blue:hover .dropui-tab { background-color: #1461A7; }
.dropui-blue:hover .dropui-content { border-color: #1461A7; }
.dropui-blue.dropui-menu .dropui-content { background-color: #1461A7; }


.dropui-orange .dropui-tab { background-color: #D58000; color: #FFF; background-position: right top; border: 1px solid #D58000; }
.dropui-orange:hover .dropui-tab { background-color: #D58000; background-position: right -100px; }
.dropui-orange:hover .dropui-content { border-color: #D58000; }
.dropui-orange.dropui-menu .dropui-content { background-color: #D58000; }

.dropui-green .dropui-tab { background-color: #77B32F; color: #FFF; background-position: right top; border: 1px solid #689C29; }
.dropui-green:hover .dropui-tab { background-color: #689C29; background-position: right -100px; }
.dropui-green:hover .dropui-content { border-color: #689C29; }
.dropui-green.dropui-menu .dropui-content { background-color: #689C29; }

.dropui-red .dropui-tab { background-color: #C00; color: #FFF; background-position: right top; border: 1px solid #B00000; }
.dropui-red:hover .dropui-tab { background-color: #B00000; background-position: right -100px; }
.dropui-red:hover .dropui-content { border-color: #B00000; }
.dropui-red.dropui-menu .dropui-content { background-color: #FFFFFF; }

.dropui-purple .dropui-tab { background-color: #6E0D6A; color: #FFF; background-position: right top; border: 1px solid #590B55; }
.dropui-purple:hover .dropui-tab { background-color: #590B55; background-position: right -100px; }
.dropui-purple:hover .dropui-content { border-color: #590B55; }
.dropui-purple.dropui-menu .dropui-content { background-color: #590B55; }

.dropui-teal .dropui-tab { background-color: #39A7B6; color: #FFF; background-position: right top; border: 1px solid #2E8794; }
.dropui-teal:hover .dropui-tab { background-color: #2E8794; background-position: right -100px; }
.dropui-teal:hover .dropui-content { border-color: #2E8794; }
.dropui-teal.dropui-menu .dropui-content { background-color: #2E8794; }

.dropui-pink .dropui-tab { background-color: #FF0066; color: #FFF; background-position: right top; border: 1px solid #DA0C59; }
.dropui-pink:hover .dropui-tab { background-color: #DA0C59; background-position: right -100px; }
.dropui-pink:hover .dropui-content { border-color: #DA0C59; }
.dropui-pink.dropui-menu .dropui-content { background-color: #DA0C59; }

.dropui-grey .dropui-tab { background-color: #999; border: 1px solid #888; background-position: right top; color: #FFF; }
.dropui-grey:hover .dropui-tab { background-color: #888; }
.dropui-grey:hover .dropui-content { border-color: #888; }
.dropui-grey.dropui-menu .dropui-content { background-color: #888; }

.dropui-black .dropui-tab { background-color: #111; border: 1px solid #000; background-position: right top; color: #FFF; }
.dropui-black:hover .dropui-tab { background-color: #111; }
.dropui-black:hover .dropui-content { border-color: #000; }
.dropui-black.dropui-menu .dropui-content { background-color: #111; }

.dropui-transparent .dropui-tab { background-color: none !important; border: 1px solid #CCC; background-position: right top; color: #000; }
.dropui-transparent:hover .dropui-tab { background-color: none !important; }
.dropui-transparent:hover .dropui-content { border-color: #000; }
.dropui-transparent.dropui-menu .dropui-content { background-color: none !important; }

.dropui-mint .dropui-tab { background: CCFFCC !important; border: 1px solid #CCC; background-position: right top; color: #000; }
.dropui-mint:hover .dropui-tab { background-color: CCFFCC !important; }
.dropui-mint:hover .dropui-content { border-color: #ccc; }
.dropui-mint.dropui-menu .dropui-content { background-color: CCFFCC !important; }



/* Icon Only Styles */

.dropui-icon .dropui-tab { background-position: right top; padding-left: 13px; padding-right: 16px; width: 1px; text-indent: -9999px; }
*:first-child+html .dropui-icon .dropui-tab { float: left;  }
@media screen and (-webkit-min-device-pixel-ratio:0) { .dropui-icon .dropui-tab { padding-top: 18px; padding-left: 15px; } }
	

/* Drop Menu Styling */

.dropui-menu .dropui-content { background: white; padding: 10px 5px 5px; }

.dropui-menu ul { list-style-type: none; }

.dropui-content ul {
	-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
padding:0;
margin:0;
}
	
	.dropui-menu li { margin-bottom: .5em; }
	
		.dropui-menu li a
		{			 
			background: url(images/dropui/link-menu-arrow.png) no-repeat 4px 50%;  
			display: block;
			padding: 10px 15px 10px 28px;
			font-size: 12px;
			color: #358;
			text-decoration: none;
			font-weight: bold;
			-moz-border-radius: 4px; 
			-webkit-border-radius: 4px; 
			border-radius: 4px;
			border: 1px solid #CCC;
		}
		
			.dropui-menu li a:hover { background-color: #DDD; }


/* Dropui Icons */

.accept a { background-image: url(images/silk/accept.png) !important; }
.weather_rain a { background-image: url(images/silk/weather_rain.png) !important; }
.lightning a { background-image: url(images/silk/lightning.png) !important; }
.camera a { background-image: url(images/silk/camera.png) !important; }
.telephone a { background-image: url(images/silk/telephone.png) !important; }
.dropui-employeeicon a { background-image: url(../dj_event_planner/images/group.png) !important; }
.dropui-systemsicon a { background-image: url(images/dropui/16_cube_blue.png) !important; }
.dropui-standaloneicon a { background-image: url(images/silk/organize.png) !important; }
.dropui-addonicon a { background-image: url(images/silk/plusicon.png) !important; }
.dropui-meetingicon a { background-image: url(../dj_event_planner/images/icons/home.gif) !important; } 
.dropui-settingsicon a { background-image: url(../dj_event_planner/images/wrench_orange.png) !important; } 

/* DropUI CSS Finish */


.itemassignedtoevent {
	-moz-border-radius: 3px;
	-moz-box-shadow: inset 0 1px 0 0 #c1ed9c;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 0 #c1ed9c;
	background: 0;
	background-color: #9dce2c;
	border: 1px solid #83c41a;
	border-radius: 3px;
	box-shadow: inset 0 1px 0 0 #c1ed9c;
	color: #fff;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c',endColorstr='#8cb82b');
	font-family: arial;
	font-size: 9px;
	font-weight: 700;
	padding: 3px 15px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #689324;
	width:70px;
}

.itempending {
	-moz-border-radius: 3px;
	-moz-box-shadow: inset 0 1px 0 0 #fce2c1;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 0 #fce2c1;
	background: 0;
	background-color: #ffed78;
	border: 1px solid #fa0;
	border-radius: 3px;
	box-shadow: inset 0 1px 0 0 #fce2c1;
	color: #f60;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffed78',endColorstr='#facf25');
	font-family: arial;
	font-size: 9px;
	font-weight: 700;
	margin-right: 5px;
	padding: 3px 15px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #ccbc54;
	width:70px;
}

.itembooked {
	-moz-border-radius: 3px;
	-moz-box-shadow: inset 0 1px 0 0 #f5978e;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 0 #f5978e;
	background: 0;
	background-color: #dc1000;
	border: 1px solid #630a0a;
	border-radius: 3px;
	box-shadow: inset 0 1px 0 0 #e94133;
	color: #fff;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc1507',endColorstr='#b50e00');
	font-family: arial;
	font-size: 9px;
	font-weight: 700;
	margin-right: 5px;
	padding: 3px 15px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #810e05;
	width:70px;
}
.itemavailable{
	-moz-border-radius: 3px;
	-moz-box-shadow: inset 0 1px 0 0 #d9d9d9;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 0 #d9d9d9;
	background: 0;
	background-color: #dadada;
	border: 1px solid #343434;
	border-radius: 3px;
	width:4px;
	box-shadow: inset 0 1px 0 0 #cfcfcf;
	color: #575757;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bebebe',endColorstr='#838383');
	font-family: arial;
	font-size: 9px;
	font-weight: 700;
	margin-right: 5px;
	padding: 3px 15px;
	text-decoration: none;
}
.itemavailable:hover {
	-moz-border-radius: 3px;
	-moz-box-shadow: inset 0 1px 0 0 #787878;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 0 #d9d9d9;
	background: 0;
	background-color: #787878;
	border: 1px solid #343434;
	border-radius: 3px;
	width:4px;
	box-shadow: inset 0 1px 0 0 #cfcfcf;
	color: #fff;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bebebe',endColorstr='#838383');
	font-family: arial;
	font-size: 9px;
	font-weight: 700;
	margin-right: 5px;
	padding: 3px 15px;
	text-decoration: none;
}
.itemselected {
	-moz-border-radius: 3px;
	-moz-box-shadow: inset 0 1px 0 0 #c1ed9c;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 0 #c1ed9c;
	background: 0;
	background-color: #9dce2c;
	border: 1px solid #83c41a;
	border-radius: 3px;
	width:70px;
	box-shadow: inset 0 1px 0 0 #c1ed9c;
	color: #fff;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c',endColorstr='#8cb82b');
	font-family: arial;
	font-size: 9px;
	font-weight: 700;
	padding: 3px 15px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #689324;
}



/*
PRODUCTION CSS CODE 
This is code we are going to use for sure!                               
*/
.newpages {
	width: 99%;
	max-width:1500px;
	margin:10px auto;	
}
.newpages a:hover {
	color: inherit;
	text-decoration: none;
}


.bottomtabgraystyle {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f5f5f5), color-stop(1, #b3b3b3) );
	background:-moz-linear-gradient( center top, #f5f5f5 5%, #b3b3b3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#b3b3b3');
	background-color:#f5f5f5;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	border-radius:0px 0px 6px 6px;
	border:1px solid #666;
	border-top:none !important;
	display:inline-block;
	color:#000000 !important;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none !important;
}
.bottomtabgraystyle:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d6d6d6), color-stop(1, #828282) );
	background:-moz-linear-gradient( center top, #d6d6d6 5%, #828282 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#828282');
	background-color:#d6d6d6;
}


.inner_padding10 {
	padding:10px;
}

.closeWindowButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #f6f6f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
	background-color:#ffffff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:3px 20px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.closeWindowButton:hover {
	color:#FF0000;
}
.closeWindowButton:before
{
float: left;
width: 1em;
text-align: center;
margin: 0 0.5em 0 -1em;
padding: 0 .2em;
pointer-events: none;
color:#FF0000;
}
.closeWindowButton:before  { content: "\2716"; }


#TB_ajaxWindowTitle {
	font-size:18px;
	color: #FFF;
	font-weight:700;
}

.EditButton {
-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
-webkit-box-shadow: inset 0px 1px 0px 0px #FFF;
box-shadow: inset 0px 1px 0px 0px #FFF;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFF), color-stop(1, #F6F6F6) );
background: -moz-linear-gradient( center top, #ffffff 5%, #f6f6f6 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
background-color: #FFF;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
border: 1px solid #DCDCDC;
display: inline-block;
color: #666;
font-family: arial;
font-size: 11px;
font-weight: bold;
padding: 5px 14px;
text-decoration: none;
text-shadow: 1px 1px 0px #FFF;
cursor:pointer;
}
.EditButton:hover {
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F6F6F6), color-stop(1, #FFF) );
background: -moz-linear-gradient( center top, #f6f6f6 5%, #ffffff 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff');
background-color: #F6F6F6;
}
	.navybluestyle2 {
		-webkit-print-color-adjust: exact;	
	}

@media screen {
	.showonprint {
		display:none;
		}
}
.clearfix {
	clear:both;
	float:none;
	height:2px;
}
/* Reusable Effects */
.imgfade{
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
.imgfade:hover{
	opacity:1;
filter:alpha(opacity=100); /* For IE8 and earlier */	
}
.imgbottomshadow{
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
.imgbottomshadow:hover{
-webkit-box-shadow: 0px 5px 15px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 5px 15px rgba(50, 50, 50, 0.75);
box-shadow:         0px 5px 15px rgba(50, 50, 50, 0.75);	
}

.reportCategory{
	margin-left: 15px;
	font-size:15px;
	font-weight:500;
	color:#999;
}
.largegreenbutton{ 
        -moz-box-shadow:inset 0px 1px 0px 0px #9acc85;
        -webkit-box-shadow:inset 0px 1px 0px 0px #9acc85;
        box-shadow:inset 0px 1px 0px 0px #9acc85;
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
        background:-moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
        background:-webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
        background:-o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
        background:-ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
        background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);
        background-color:#74ad5a;
        border:1px solid #3b6e22;
        display:inline-block;
        color:#ffffff;
        font-family:arial;
        font-size:16px;
        font-weight:bold;
        padding:18px 36px;
        text-decoration:none;
		cursor:pointer;
}
.largegreenbutton:hover {
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
        background:-moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
        background:-webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
        background:-o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
        background:-ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
        background:linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a',GradientType=0);
        background-color:#68a54b;
}
.marginmiddle {
	margin:5px auto;	
}
.OrangeSaveButton {-moz-box-shadow: inset 0px 1px 0px 0px #fceaca;-webkit-box-shadow: inset 0px 1px 0px 0px #fceaca;box-shadow: inset 0px 1px 0px 0px #fceaca;background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffce79), color-stop(1, #eeaf41) );background-image: -moz-linear-gradient( center top, #ffce79 5%, #eeaf41 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce79', endColorstr='#eeaf41');background-color: #ffce79;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;border: 1px solid #eeb44f;display: inline-block;color: #ffffff !important;font-family: arial;font-size: 15px;font-weight: bold;padding: 6px 24px;text-decoration: none;text-shadow: 1px 1px 0px #ce8e28;cursor: pointer;margin: 3px;}
.OrangeSaveButton:hover {background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeaf41), color-stop(1, #ffce79) );background-image: -moz-linear-gradient( center top, #eeaf41 5%, #ffce79 100% );filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeaf41', endColorstr='#ffce79');background-color: #eeaf41;color: #FFFFFF !important;text-decoration: none;}
.RedCancelButton {-moz-box-shadow: inset 0px 1px 0px 0px #8a2a21;-webkit-box-shadow: inset 0px 1px 0px 0px #8a2a21;box-shadow: inset 0px 1px 0px 0px #8a2a21;background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24437));background:-moz-linear-gradient(top, #c62d1f 5%, #f24437 100%);background:-webkit-linear-gradient(top, #c62d1f 5%, #f24437 100%);background:-o-linear-gradient(top, #c62d1f 5%, #f24437 100%); background:-ms-linear-gradient(top, #c62d1f 5%, #f24437 100%);background:linear-gradient(to bottom, #c62d1f 5%, #f24437 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24437',GradientType=0);background-color:#c62d1f;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;border:1px solid #d02718;display: inline-block;color: #ffffff !important;font-family: arial;font-size: 15px;font-weight: bold;padding: 6px 24px;text-decoration: none;text-shadow:0px 1px 0px #810e05;
}
.RedCancelButton:hover {background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24437), color-stop(1, #c62d1f));background:-moz-linear-gradient(top, #f24437 5%, #c62d1f 100%); background:-webkit-linear-gradient(top, #f24437 5%, #c62d1f 100%); background:-o-linear-gradient(top, #f24437 5%, #c62d1f 100%);background:-ms-linear-gradient(top, #f24437 5%, #c62d1f 100%);background:linear-gradient(to bottom, #f24437 5%, #c62d1f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24437', endColorstr='#c62d1f',GradientType=0); background-color:#f24437;color: #FFFFFF !important;
}



.GrayPrintButton {
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
        -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
        box-shadow:inset 0px 1px 0px 0px #ffffff;
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d6d6d6), color-stop(1, #c9c9c9));
        background:-moz-linear-gradient(top, #d6d6d6 5%, #c9c9c9 100%);
        background:-webkit-linear-gradient(top, #d6d6d6 5%, #c9c9c9 100%);
        background:-o-linear-gradient(top, #d6d6d6 5%, #c9c9c9 100%);
        background:-ms-linear-gradient(top, #d6d6d6 5%, #c9c9c9 100%);
        background:linear-gradient(to bottom, #d6d6d6 5%, #c9c9c9 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#c9c9c9',GradientType=0);
        background-color:#d6d6d6;
        -moz-border-radius:4px;
        -webkit-border-radius:4px;
        border-radius:4px;
        border:1px solid #9e9e9e;
        display:inline-block;
        color:#525252 !important;
        font-size:14px;
        font-weight:bold;
        padding:7px 20px;
        text-decoration:none;
        text-shadow:0px 1px 0px #ffffff;
        cursor: pointer;
		text-decoration: none !important;
		margin: 3px;
	}
.GrayPrintButton:hover {background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c9c9c9), color-stop(1, #d6d6d6));
        background:-moz-linear-gradient(top, #c9c9c9 5%, #d6d6d6 100%);
        background:-webkit-linear-gradient(top, #c9c9c9 5%, #d6d6d6 100%);
        background:-o-linear-gradient(top, #c9c9c9 5%, #d6d6d6 100%);
        background:-ms-linear-gradient(top, #c9c9c9 5%, #d6d6d6 100%);
        background:linear-gradient(to bottom, #c9c9c9 5%, #d6d6d6 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9c9c9', endColorstr='#d6d6d6',GradientType=0);
        background-color:#c9c9c9;}
.GrayPrintButton img {
	display: inline-table !important;
	float: left !important;
	margin-right: 5px !important;
}






.orangeheader{
color: #E17009;
font-size: 14px;
line-height: 1.2em;
}
.exporteroptionstable {
	font-size:16px;
	text-decoration:none;
}

.datepicker {
background-color:#ffffff;
background-image: url(../dj_event_planner/images/calendar_month_checkmark.png); 
background-repeat: no-repeat; 
background-position: 95% 50%;
border: 1px solid rgb(204, 204, 204);
border-radius: 3px 3px 3px 3px;
color: rgb(0, 102, 153) !important;
display: inline-block;
margin-bottom: 10px;
padding: 4px;
cursor: pointer;
-webkit-margin-collapse:separate;
}
.datepicker-large {
width: 130px;
font-size: 16px !important;
height: 25px;
line-height: 18px;
}

.GreenEditButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #268a16;
	display:inline-block;
	color:#306108;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:5px 14px;
	text-decoration:none;
	text-shadow:1px 1px 0px #aade7c;
}.GreenEditButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}.GreenEditButton:active {
	position:relative;
	top:1px;
}

.RoundedBlueButton {-moz-box-shadow: 0px 10px 14px -7px #276873;-webkit-box-shadow: 0px 10px 14px -7px #276873;box-shadow: 0px 10px 14px -7px #276873;        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);        background-color:#599bb3;        -moz-border-radius:14px;-webkit-border-radius:14px;border-radius:14px;        display:inline-block;color:#ffffff !important;font-family:arial;font-size:12px;font-weight:bold;padding:10px 30px;text-decoration:none;        text-shadow:0px 1px 0px #3d768a;        }
.RoundedBlueButton:hover {background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);        background-color:#408c99;text-decoration:none;}


.grayheaderblock {
background: #fcfcfc; /* Old browsers */
background: -moz-linear-gradient(top,  #fcfcfc 0%, #dddddd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fcfcfc 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fcfcfc 0%,#dddddd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fcfcfc 0%,#dddddd 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fcfcfc 0%,#dddddd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dddddd',GradientType=0 );
border:1px solid #666;font-family:Arial, Helvetica, sans-serif;font-size:14px;color:#000;font-weight:700;padding: 9px 6px; /* IE6-9 */
}
.eventprepitemdiv{
border:1px solid #bcbcbc;
background: #f2f2f2; /* Old browsers */
margin:0 auto;
max-width:1200px;
padding:8px;
border-radius:8px;
-moz-border-radius:8px;
}
.checkboxcss {
height: 15px;
width: 15px;
border: 1px solid #4B4B4B;
background-color: #e5e5e5;
text-align: center;
display: inline-table;
margin-top: -1px;
float: left;
margin-right: 10px;
color:#f1f1f1;
}
.eventprepitemdiv .bordered td {
		font-size:14px;
}
.qntybadge {
display: inline-block;
padding: 2px 6px;
font-size: 11.844px;
font-weight: bold;
line-height: 14px;
color: #FFF;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
white-space: nowrap;
vertical-align: baseline;
background-color: #0066CC;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
font-family:Arial, Helvetica, sans-serif;
}


.em_additembuttonlink {
        -moz-box-shadow:inset 0px 1px 0px 0px #ebebeb;
        -webkit-box-shadow:inset 0px 1px 0px 0px #ebebeb;
        box-shadow:inset 0px 1px 0px 0px #ebebeb;
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c4c4c4), color-stop(1, #a1a1a1));
        background:-moz-linear-gradient(top, #c4c4c4 5%, #a1a1a1 100%);
        background:-webkit-linear-gradient(top, #c4c4c4 5%, #a1a1a1 100%);
        background:-o-linear-gradient(top, #c4c4c4 5%, #a1a1a1 100%);
        background:-ms-linear-gradient(top, #c4c4c4 5%, #a1a1a1 100%);
        background:linear-gradient(to bottom, #c4c4c4 5%, #a1a1a1 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4c4c4', endColorstr='#a1a1a1',GradientType=0);
        background-color:#c4c4c4;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border-radius:3px;
        border:1px solid #a6a6a6;
        display:inline-block;
        color:#ffffff !important;
        font-family:arial;
        font-size:10px;
        font-weight:bold;
        padding:3px 10px;
        text-decoration:none;
        text-shadow:0px 1px 0px #b3adb3;
}.em_additembuttonlink:hover {
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a1a1a1), color-stop(1, #c4c4c4));
        background:-moz-linear-gradient(top, #a1a1a1 5%, #c4c4c4 100%);
        background:-webkit-linear-gradient(top, #a1a1a1 5%, #c4c4c4 100%);
        background:-o-linear-gradient(top, #a1a1a1 5%, #c4c4c4 100%);
        background:-ms-linear-gradient(top, #a1a1a1 5%, #c4c4c4 100%);
        background:linear-gradient(to bottom, #a1a1a1 5%, #c4c4c4 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1a1a1', endColorstr='#c4c4c4',GradientType=0);
        
        background-color:#a1a1a1;
        text-decoration:none;
}

.metroblue {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 700;
color: #FFF;
background: #2481D2;
border-radius: 0px;
padding: 5px;
}
.modalwindow-titlebar {
	background: #3186B1;
	font-family:Arial, Helvetica, sans-serif;font-size:16px;color:#FFF;font-weight:700;padding: 6px; margin: 5px auto;
}
.fancybox-title {
	background: #3B5898 !important;
}
#TB_title{
background: #3B5898;
height:39px;
}
.playvidbutton { 
-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none !important;
	text-shadow:0px 1px 0px #154682;
}
.playvidbutton:hover { 
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}



















/* This is styles pulled from the following page:  Support Page */
.supportpagetopicon {
float: left;
margin: 5px;
}
/* .pagesubheader {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: 500;
color: #036;
line-height: 1em !important;
-webkit-margin-before: 0.5em;
-webkit-margin-after: 0.5em;
}
*/
.pagesubheader {
font-family: 'Roboto', sans-serif;
font-size: 20px;
font-weight: 500;
color: #444444;
line-height: 1em !important;
-webkit-margin-before: 0.5em;
-webkit-margin-after: 0.5em;
}
.faqsearchbox {
	width: 55%;
	float:left;
	height: 150px;
}
.faqpopularbox {
	width:42%;
	float:right;
	height: 150px;
}
.supportboxstyle1 {
padding: 5px 10px;
-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
-webkit-box-shadow: inset 0px 1px 0px 0px #FFF;
box-shadow: inset 0px 1px 0px 0px #FFF;
background: #ededed;
border: 1px solid #DCDCDC;
line-height: 18px !important;
border-radius: 2px;
}
.spacer {
	height:2px;
	float:none;
	clear:both;
}
.DarkBlueWhiteTextButton {
-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;	
-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;border:1px solid #337fed;display: inline-block;color: #fff !important;font-family: arial;font-size: 15px;font-weight: bold;padding: 6px 24px;text-decoration: none;text-shadow: 1px 1px 0px #1570cd;}
.DarkBlueWhiteTextButton:hover {
	cursor:pointer;	
}
#faqiframe {
	margin-top:10px;
}
.forumlinkbox {
	float:left;
	width: 30%;
	margin: 1.05%;
	height:170px;
}
.centerdiv {
	width: auto;
	margin: 5px auto;
}
.forumlinkbox p {
	font-size:12px;	
}
.forumlinkbox img {
	float:left;
	margin: 0px 20px;	
}
ol.iframefaqlinks li {
	margin-bottom:10px;
}
.iframefaqlink {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	text-decoration:underline;
	margin-bottom:5px;
	line-height: 16px;
}
#reshow3blocks {
	display:none;
}
.box_style4 {
padding: 5px;
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
border-radius: 3px;
	background-color:#dedede;
	display:inline-block;
	color:#999 !important;
	font-family:arial;
	margin:8px;
}
.box_style4 p {
	color: #777;
}
.wper_43 {
width: 43%;
}
.float_left {
float: left;
}
h3.reviewname {
color: #333;
}
.reviewtext {
font-size: 11px;
color: #666;
}
.reviewlink {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #f6f6f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
	background-color:#ffffff !important;;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666 !important;
	font-family:arial;
	font-size:10px !important;;
	font-weight:bold;
	padding:3px 16px !important;;
	text-decoration:none;
}
#videopage {
	display:none;
}
.supporttopicon {
float: left;
margin: 5px 5px 10px;
}
.bluedivs {
	cursor:pointer; 
}

/* This is styles pulled from the following page:  Setup Page */
.OrangeSettingsParagraph {color: #E17009;font-size: 14px;line-height: 1.2em;margin-bottom: 8px;}
.DescriptionText {color: #666666;font-size: 11px;}
tr.bluehovertr:hover {background:#FFD273;}

/* This is styles pulled from the following page:  Packages Page */
	.explanation {font:arial;color:#000;font-size:14px;padding:10px;}

/* This is styles pulled from the following page:  Income Page */
	.DTTT_container {float:right !important;}	
	.DTTT_print_info {background:blue !important;}


/* This is styles pulled from the following page:  Equipment Manager Page */
/* Not imported due to possible conflictions throughout the system */

div.document_div {-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;min-height:50px;-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;box-shadow:inset 0px 1px 0px 0px #ffffff;background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');background-color:#f9f9f9;border:1px solid #DADADA;width:95%;margin:5px auto;padding:10px;cursor:pointer;}
	div.document_div:hover{border:1px solid #000000;background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #e9e9e9));}
	
	
	
	
	
	.navybluestyle {background: #006091;background: -moz-linear-gradient(top, #006091 0%, #07293f 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006091), color-stop(100%,#07293f));background: -webkit-linear-gradient(top, #006091 0%,#07293f 100%);background: -o-linear-gradient(top, #006091 0%,#07293f 100%);background: -ms-linear-gradient(top, #006091 0%,#07293f 100%);background: linear-gradient(to bottom, #006091 0%,#07293f 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006091', endColorstr='#07293f',GradientType=0 );border:1px solid #666;font-family:Arial, Helvetica, sans-serif;font-size:16px;color:#FFF;font-weight:700;padding: 6px;}	
.navybluestyle2 {padding: 8px;-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;box-shadow:inset 0px 1px 0px 0px #ffffff;background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #777777), color-stop(1, #555555) );background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3399CC', endColorstr='#3399FF');background-color:#ededed;border:0px solid #dcdcdc;color:#FFFFFF;font-family:arial;font-size:15px;font-weight:bold;border-bottom:0px solid #dcdcdc;}

.websitetoolswebsitetoolsaccordion {margin: 10px;}
.websitetoolsaccordion a {text-decoration:none;outline:none;border:none;}
.websitetoolsaccordion a:focus {text-decoration:none;outline:none;border:none;}
.websitetoolsaccordion dt:hover {cursor:pointer;-webkit-box-shadow: inset 0px 0px 25px 2px #a3e2ff;box-shadow: inset 0px 0px 25px 2px #a3e2ff;}
.websitetoolsaccordion dt, .websitetoolsaccordion dd {padding: 5px 10px;-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;box-shadow: inset 0px 1px 0px 0px #ffffff;background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6) );background: -moz-linear-gradient( center top, #ffffff 5%, #f6f6f6 100% );filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');background-color: #ffffff;border: 1px solid #dcdcdc;border-bottom: 0;line-height:18px !important;}
.websitetoolsaccordion dt:last-of-type, .websitetoolsaccordion dd:last-of-type {border: 1px solid #dcdcdc;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;}
.websitetoolsaccordion dt a img{float: left;margin: 2px 15px 2px 2px;}
.websitetoolsaccordion dd {border-top: 0;font-size: 12px;border-top-left-radius: 0px;border-top-right-radius: 0px;margin:0px;}
.websitetoolsaccordion dd:last-of-type {position: relative;top: -1px;border-top: 0;}
.websitetoolspopupwindowtitle, .websitetoolsaccordion table td {font-size:14px;color:#036;font-weight:700;}
.websitetoolsaccordion table td a {font-size:12px;color:#000;}
.websitetoolsaccordion table td a {font-size:12px;color:#000;text-decoration:none; }
.websitetoolstopicon {float:left; margin:5px;}

.accordian dt:nth-of-type(1) {border-radius: 5px;}
.SilverButton {-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;box-shadow:inset 0px 1px 0px 0px #ffffff;background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');background-color:#f9f9f9;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:1px solid #dcdcdc;color:#666666 !important;font-family:arial;font-size:12px;font-weight:bold;padding:8px 13px;text-decoration:none;text-shadow:1px 1px 0px #ffffff;}
.SilverButton:hover {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');background-color:#e9e9e9;color:#616161 !important;text-decoration: none;}
#previewcontainer {margin: 0 auto;min-height: 360px;max-height: 660px;width: 98%;position: relative;}
#preview_mainbg {width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
#previewoverlay {z-index: 10;background: url(../dj_event_planner/images/previewoverlay.png) repeat;}
#previewoverlay {width: 95%;height: 95%;position: absolute;top: 0;left: 0;}
#tabs_container {margin-bottom: 25px;}
#tabs_container .ui-tabs-panel {padding: 0em 1.4em !important;}
#tabs_container .ui-widget-content {border: none !important;}
.ColorPickerTextfield {border: 1px solid #CCCCCC;border-radius: 3px 3px 3px 3px;color: #006699 !important;display: inline-block;font-size: 16px !important;height: 25px;line-height: 18px;margin-bottom: 10px;padding: 4px;width: 130px;}
.DescriptionText {color: #666666;font-size: 11px;}
.DayNameYearCalendar {font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;text-align:center;font-size:10px;padding:0px;background: #FFFFFF;}
.MonthNameYearCalendar, .DayCellYearCalendar {font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;color: #0070a3;font-size:10px;padding-top:3px;padding-bottom:3px;padding-left:0px;padding-right:2px;border: 1px solid #74b2e2;background: aliceblue;-o-background-size: 100% 100%;-moz-background-size: 100% 100%;-webkit-background-size: 100% 100%;background-size: 100% 100%;/* Recent browsers */background: -webkit-gradient(linear,left top, left bottom,from(#aaeeff),to(aliceblue));background: -webkit-linear-gradient(top,#aaeeff,aliceblue);background: -moz-linear-gradient(top,#aaeeff,aliceblue);background: -o-linear-gradient(top,#aaeeff,aliceblue);background: linear-gradient(top,#aaeeff,aliceblue);}
.MonthNameYearCalendar {text-align:center;}
.DayCellYearCalendar, .BlackedOutDayCellYearCalendar, .SoftClosedDayCellYearCalendar {text-align:right;}
.SoftClosedDayCellYearCalendar {font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;color: #FFFFFF;font-size: 10px;padding-top: 3px;padding-bottom: 3px;padding-left: 0px;padding-right: 2px;border: 1px solid #FF0000;background: black;-o-background-size: 100% 100%;-moz-background-size: 100% 100%;-webkit-background-size: 100% 100%;background-size: 100% 100%;/* Recent browsers */background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(black));background: -webkit-linear-gradient(top, #cccccc, black);background: -moz-linear-gradient(top, #cccccc, black);background: -o-linear-gradient(top, #cccccc, black);background: linear-gradient(top, #cccccc, black);}
.DayCellYearCalendar:hover {background:white;cursor:pointer;}
.BlackedOutDayCellYearCalendar {font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;color: #FFFFFF;font-size: 10px;padding-top: 3px;padding-bottom: 3px;padding-left: 0px;padding-right: 2px;border: 1px solid #000000;background: black;-o-background-size: 100% 100%;-moz-background-size: 100% 100%;-webkit-background-size: 100% 100%;background-size: 100% 100%;/* Recent browsers */background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(black));background: -webkit-linear-gradient(top, #cccccc, black);background: -moz-linear-gradient(top, #cccccc, black);background: -o-linear-gradient(top, #cccccc, black);background: linear-gradient(top, #cccccc, black);}
a.roundedlink {font-size:16px;border-radius: 18px;-moz-border-radius: 18px;-webkit-border-radius: 18px;border: 1px solid #CCCCCC;text-decoration:none;padding: 3px 15px 3px 15px;background: #FFF;color: #0070A3;}
a.roundedlink:hover {background: #CCC;border: 1px solid #999;}
.onoffswitch {position: relative; width: 120px;-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;}
.onoffswitch-checkbox {display: none;}
.onoffswitch-label {display: block; overflow: hidden; cursor: pointer;border: 2px solid #999999; border-radius: 20px;}
.onoffswitch-inner {width: 200%; margin-left: -100%;-moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;-o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;}
.onoffswitch-inner:before, .onoffswitch-inner:after {float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.onoffswitch-inner:before {content: "Enabled";padding-left: 10px;background-color: #044162; color: #FFFFFF;}
.onoffswitch-inner:after {content: "Disabled";padding-right: 10px;background-color: #EEEEEE; color: #999999;text-align: right;}
.onoffswitch-switch {width: 18px; margin: 6px;background: #FFFFFF;border: 2px solid #999999; border-radius: 20px;position: absolute; top: 0; bottom: 0; right: 86px;-moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;-o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; }
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {margin-left: 0;}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {right: 0px; }
.onoffswitch2 {position: relative; width: 120px;-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;}
.onoffswitch2-checkbox {display: none;}
.onoffswitch2-label {display: block; overflow: hidden; cursor: pointer;border: 2px solid #999999; border-radius: 20px;}
.onoffswitch2-inner {width: 200%; margin-left: -100%;-moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;-o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;}
.onoffswitch2-inner:before, .onoffswitch2-inner:after {float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.onoffswitch2-inner:before {content: "Yes";padding-left: 10px;background-color: #044162; color: #FFFFFF;}
.onoffswitch2-inner:after {content: "No";padding-right: 10px;background-color: #EEEEEE; color: #999999;text-align: right;}
.onoffswitch2-switch {width: 18px; margin: 6px;background: #FFFFFF;border: 2px solid #999999; border-radius: 20px;position: absolute; top: 0; bottom: 0; right: 86px;-moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;-o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; }
.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-inner {margin-left: 0;}
.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-switch {right: 0px; }
.RoundedBlueButton {-moz-box-shadow: 0px 10px 14px -7px #276873;-webkit-box-shadow: 0px 10px 14px -7px #276873;box-shadow: 0px 10px 14px -7px #276873;        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);        background-color:#599bb3;        -moz-border-radius:14px;-webkit-border-radius:14px;border-radius:14px;        display:inline-block;color:#ffffff !important;font-family:arial;font-size:12px;font-weight:bold;padding:10px 30px;text-decoration:none;        text-shadow:0px 1px 0px #3d768a;        }
.RoundedBlueButton:hover {background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);        background-color:#408c99;text-decoration:none;}
.RoundedBlueButton:active {position:relative;top:1px;}
.CircularDiv {border-radius: 50px;border: 1px solid black;background: rgb(85, 144, 218);color:white;font-size:18px;width:80px;height:65px;text-align:center;padding-top:15px;}
.CircularContainer {width: 100%;min-height: 80px;border: 1px solid black;padding: 10px;margin-bottom:5px;}
table.bluezebratable {width: 100%;font-size:12px;text-align: left; }
tr.bluehovertr:hover {background:#FFD273;}
th.bluezebrath {font-weight: bold; font-size:13px;background-color: #06C;border-bottom: 1px solid #cef;color: #FFF; }
td.bluezebratd {padding: 4px 5px; }
th.bluezebrath {padding: 9px 5px; }
.odd {background-color: #def; }
.odd td {border-bottom: 1px solid #cef; } 







 
 /* 
  * Imported from account page 
  * Some changes made be needed!!
 */
 .metro-block-title {
font-size: 19px;
font-weight: 700;
font-family: 'Roboto';
margin: 0.5em 0px 1em;
}
.metro-widget-headline {
font-size: 19px;
font-weight: 700;
font-family: 'Roboto';
color: #FFF;
text-transform: uppercase;
}
.metro-span12 {
width: auto;
max-width: 100%;
}
.metro-block {
padding: 8px; 
margin-bottom: 8px;
background-color: #FFFFFF;
color: #666666;
}
.metro-block-clear {
padding: 8px; 
margin-bottom: 8px;
background-color: none !important;
color: #666666;
}
.metro-block-trans {
padding: 8px; 
margin-bottom: 8px;
background: transparent !important;
background-color: transparent !important;
color: #666666;
}
.metro-block-clear-whitetext {
padding: 8px; 
margin-bottom: 8px;
background-color: none !important;
color: #FFF;
}
.metro-button {
position: relative;
display: inline-block;
overflow: visible;
margin: 0;
padding: 10px 14px;
cursor: pointer;
outline: 0;
border: 0;
background-color: #EEE;
-webkit-background-clip: padding;
-moz-background-clip: padding;
background-clip: padding;
zoom: 1;
z-index: 1;
font-family: Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 14px;
color: #333;
min-width: 42px;
text-align: center;
text-decoration: none;
white-space: nowrap;
vertical-align: inherit;
}
.metro-button-small{
position: relative;
display: inline-block;
overflow: visible;
margin: 0;
padding: 5px 7px;
cursor: pointer;
outline: 0;
border: 0;
background-color: #EEE;
-webkit-background-clip: padding;
-moz-background-clip: padding;
background-clip: padding;
zoom: 1;
z-index: 1;
font-family: Helvetica,Arial,sans-serif;
font-size: 10px;
line-height: 14px;
color: #333;
min-width: 42px;
text-align: center;
text-decoration: none;
white-space: nowrap;
vertical-align: inherit;
}
.metro-button-medium{
position: relative;
display: inline-block;
overflow: visible;
margin: 0;
padding: 6px 7px;
cursor: pointer;
outline: 0;
border: 0;
background-color: #EEE;
-webkit-background-clip: padding;
-moz-background-clip: padding;
background-clip: padding;
zoom: 1;
z-index: 1;
font-family: Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 14px;
color: #333;
min-width: 42px;
text-align: center;
text-decoration: none;
white-space: nowrap;
vertical-align: inherit;
}
.metro-button-large{
position: relative;
display: inline-block;
overflow: visible;
margin: 0;
padding: 17px 35px;
cursor: pointer;
outline: 0;
border: 0;
background-color: #EEE;
-webkit-background-clip: padding;
-moz-background-clip: padding;
background-clip: padding;
zoom: 1;
z-index: 1;
font-family: Helvetica,Arial,sans-serif;
font-size: 22px;
line-height: 14px;
color: #333;
min-width: 42px;
text-align: center;
text-decoration: none;
white-space: nowrap;
vertical-align: inherit;
}
.metro-button-xlarge{
position: relative;
display: inline-block;
overflow: visible;
margin: 0;
padding: 28px 45px;
cursor: pointer;
outline: 0;
border: 0;
background-color: #EEE;
-webkit-background-clip: padding;
-moz-background-clip: padding;
background-clip: padding;
zoom: 1;
z-index: 1;
font-family: Helvetica,Arial,sans-serif;
font-size: 32px;
line-height: 14px;
color: #333 !important; 
min-width: 42px;
text-align: center;
text-decoration: none;
white-space: nowrap;
vertical-align: inherit;
}
.metro-button:hover, .metro-button-small:hover, .metro-button-large:hover, .metro-button-xlarge:hover{ 
	text-decoration: none;
} 

.metro-input-text { 
display: inline-block;
position: relative;
background-color: #FFF;
border: 1px #D9D9D9 solid;
padding: 3px; 
outline: 0;
font-family: arial;
height: 28px;
}
.metro-input-textarea { 
display: inline-block;
position: relative;
background-color: #FFF;
border: 1px #D9D9D9 solid;
padding: 3px; 
outline: 0;
font-family: arial;
}
.metro-input-boxsize-border { 
	box-sizing:border-box;
	min-height: 36px;
} 
.metro-label { 
	font-size: 1.18em;
}
.metro-label-medium {
	font-size: 17px;
}
.metro-label-large {
	font-size: 22px;
}
.input-size-fullwidth { 
	width: 100%  !important;
	font-size: 16px;
}
.input-size-99 { 
	width: 99%  !important;
	font-size: 16px;
}
.input-size-98 { 
	width: 98%  !important;
	font-size: 16px;
}
.input-size-hack-89per{
width: 89.5%;
}
.input-size-large {
width: 95% !important;
font-size: 16px;
}
.input-size-medium {
width: 79% !important;
font-size: 16px;
}
.input-size-smallmedium { 
width: 65% !important;
font-size: 16px;
}

.input-size-small { 
width: 45% !important;
font-size: 16px;
}
.input-size-xsmall { 
width: 25% !important;
font-size: 16px;
}
.input-size-xxsmall { 
width: 10% !important;
font-size: 16px;
}
.input-size-xxxsmall { 
width: 5% !important;
font-size: 16px;
}
.metro-table select, .metro-select { 
height: 35px;
/* font-size: 16px !important;  ---- We felt this was too big on the "contacts" edit page and swapped to 12px below globally ... if breakages swap back - 3 june 2015 */
font-size: 12px !important; 
display: inline-block;
cursor: pointer;
position: relative;
background-color: #FFF;
border: 1px #D9D9D9 solid;
padding: 3px; 
outline: 0;
font-weight: 200 !important;
max-width: 100%;
}
.metro-table select optgroup.bigtext, .metro-select  optgroup.bigtext, .metro-table select optgroup.bigtext label, .metro-select  optgroup.bigtext label {
font-size: 18px;
background-color: #FFF;
padding: 3px;
font-weight: 200 !important;
}

.metro-table, .metro-table-striped { 
	font-size: 13px;
	width: 100%;
}
.metro-table-rowpadded { 
	border-spacing: 0 10px;
}
.metro-table tr td, .metro-table-striped tr td {
	padding: 5px;
}
.metro-table-striped tr:nth-child(odd) { 
	background-color: #727272;
}
.metro-table-striped tr:nth-child(even) { 
	background-color: none;
}
.display-inline{ 
	display: inline;
}
.metro-block-text-large { 
	font-size: 1.5em;
}
.metro-table-hover tr:hover td { 
	background: #D7E7FF;
}

/* Metro - Red Shades */
.metro-block-darkred, .metro-button-darkred{
	background-color: #7A0000 !important; 
	color: white !important;  
}
.metro-block-fadedred, .metro-button-fadedred{
	background-color: #ef5a5a !important; 
	color: white !important;  
}
.metro-block-red{
	background-color: #c60000 !important; 
	color: white !important;  
}
.metro-block-lightred, .metro-button-lightred {
	background-color: #FF0A0A !important; 
	color: white !important;  
}
.metro-button-red {
	color: white !important;  
	text-shadow: none !important;
	background-color:#fe1a00 !important;
}
.metro-button-red:hover {
	background-color:#CC0000 !important;
		color: white !important;  
}
.metro-button-darkred:hover{
	background-color: #470000 !important; 
	color: white !important;  
}


/* Metro - Blue Shades */
.metro-block-darkblue, .metro-button-darkblue{
	background-color: #094D70 !important; 
	color: white !important; 
}
.metro-button-darkblue:hover{ 
	background-color: #052D41 !important; 
	color: white !important; 
}

.metro-block-darkerblue, .metro-button-darkerblue{
	background-color: #06384F !important; 
	color: white !important; 
}
.metro-button-darkerblue:hover{
	background-color: #03222D !important; 
	color: white !important; 
}

.metro-block-pompey, .metro-button-pompey{
	background-color: #7887AB !important; 
	color: white !important; 
}


.metro-block-accountblue, .metro-button-accountblue { 
	background-color: #01A8EC  !important; 
	color: white !important; 
}
.metro-button-accountblue:hover { 
	background-color: #0190C9  !important; 
	color: white !important; 
}
.metro-block-blue{
	background-color: #0e73a8 !important; 
	color: white !important; 
}
.metro-button-blue {
	color: white !important;  
	text-shadow: none !important;
	background-color:#0059B3 !important;
}
.metro-button-blue:hover {
	background-color:#003366 !important;
		color: white !important;  
}
.metro-block-lightblue, .metro-button-lightblue {
	background-color: #17A5EC !important; 
	color: white !important; 
}
.metro-block-pastelteal, .metro-button-pastelteal{
	background-color: #62AAA6 !important; 
	color: #162A28 !important; 
}
.metro-block-fancyboxblue, .metro-button-fancyboxblue { 
	background-color: #3B5898 !important; 
	color: white !important; 
}
.metro-button-fancyboxblue:hover { 
	background-color: #2A3F6C !important; 
	color: white !important; 
}
.metro-block-atlasblue, .metro-button-atlasblue { 
	background-color: #0097BC !important;
	color: white !important; 
}
.metro-button-atlasblue:hover { 
	background-color: #007089 !important; 
	color: white !important; 
}
.metro-block-deepmarine, .metro-button-deepmarine { 
	background-color: #0079A4 !important;
	color: white !important; 
}
.metro-button-deepmarine:hover { 
	background-color: #006181 !important; 
	color: white !important; 
}





/* Metro - Green Shades */
.metro-block-subsgreen, .metro-button-subsgreen  { 
	background-color: #6BA908 !important; 
	color: white !important; 
}
.metro-button-subsgreen:hover  { 
	background-color: #638707 !important; 
	color: white !important; 
}
.metro-block-darkgreen, .metro-button-darkgreen {
	background-color: #005026 !important; 
	color: white !important; 
}
.metro-block-green{
	background-color: #00a651 !important; 
	color: white !important; 
}
.metro-button-green {
	color: white !important;  
	text-shadow: none !important; 
	background-color:#1D7B13 !important;
}
.metro-button-green:hover {
	background-color:#175011 !important;
		color: white !important;  
}
.metro-block-lightgreen, .metro-button-lightgreen {
	background-color: #00F372 !important; 
	color: #007936 !important; 
}
.metro-block-greenmoss, .metro-button-greenmoss {
	background-color: #1C4B25 !important; 
	color: white !important; 
}
.metro-block-pistachio, .metro-button-pistachio {
	background-color: #AAC77F !important; 
	color: #303C1A !important; 
}
.metro-block-crocodile, .metro-button-crocodile {
	background-color: #064624 !important; 
	color: white !important; 
}
.metro-button-crocodile:hover {
	background-color: #042F18 !important; 
	color: white !important; 
}
.metro-block-grasshopper, .metro-button-grasshopper {
	background-color: #418C2F !important; 
	color: white !important; 
}
.metro-button-grasshopper:hover {
	background-color: #357126 !important; 
	color: white !important; 
}
.metro-block-turtle, .metro-button-turtle {
	background-color: #115641 !important; 
	color: white !important; 
}
.metro-button-turtle:hover {
	background-color: #0B3929 !important; 
	color: white !important; 
}
.metro-block-mermaid, .metro-button-mermaid {
	background-color: #84D7BE !important; 
	color: #236C69 !important; 
}
.metro-button-mermaid:hover {
	background-color: #4EC49F !important; 
	color: #1B514E !important; 
}
.metro-block-darkgreen, .metro-button-darkgreen {
	background-color: #0D3805 !important; 
	color: white !important; 
}
.metro-button-darkgreen:hover {
	background-color: #042F18 !important; 
	color: white !important; 
}


/* Metro - Yellow Shades */
.metro-block-darkyellow, .metro-button-darkyellow {
	background-color: #A6A600 !important; 
	color: white !important; 
}
.metro-block-yellow, .metro-button-yellow {
	background-color: #D9D900 !important; 
	color: white !important; 
}
.metro-block-lightyellow, .metro-button-lightyellow {
	background-color: #FFFF5A !important; 
	color: #8C6900 !important; 
}
.metro-button-lightyellow:hover {
	background-color: #FFCE46 !important; 
	color: #8C6900 !important; 
}
.metro-block-pastelyellow, .metro-button-pastelyellow {
	background-color: #ffc853 !important; 
	color: white !important; 
}
.metro-block-frenchfry, .metro-button-frenchfry {
	background-color: #D79713 !important; 
	color: white !important; 
}
.metro-button-frenchfry:hover {
	background-color: #CE8F12 !important; 
	color: white !important; 
}
.metro-block-mustard, .metro-button-mustard {
	background-color: #ECC124 !important; 
	color: white !important; 
}
.metro-button-mustard:hover {
	background-color: #CBA312 !important; 
	color: white !important; 
}




/* Metro - Orange Shades */
.metro-block-orange, .metro-button-orange {
	background-color: #D93600 !important; 
	color: white !important; 
}
.metro-block-pastelorange, .metro-button-pastelorange {
	background-color: #EF684D !important; 
	color: white !important; 
}
.metro-block-carrot, .metro-button-carrot {
	background-color: #ED9220 !important; 
	color: white !important; 
}
.metro-button-carrot:hover {
	background-color: #C16E0F !important; 
	color: white !important; 
}
.metro-block-coral, .metro-button-coral {
	background-color: #FF8049 !important; 
	color: white !important; 
}
.metro-button-coral:hover {
	background-color: #FF5C16 !important; 
	color: white !important; 
}
.metro-block-tang, .metro-button-tang {
	background-color: #FF4E02 !important; 
	color: white !important; 
}
.metro-button-tang:hover {
	background-color: #D84100 !important; 
	color: white !important; 
}



/* Metro - Brown Shades */
.metro-block-brown, .metro-button-brown {
	background-color: #661A00 !important; 
	color: white !important; 
}
.metro-block-lightbrown, .metro-button-lightbrown {
	background-color: #8C8070 !important; 
	color: white !important; 
}
.metro-button-lightbrown:hover {
	background-color: #6E6151 !important; 
	color: white !important; 
}
.metro-block-darksand, .metro-button-darksand {
	background-color: #8A5518 !important; 
	color: white !important; 
}
.metro-block-chocolate, .metro-button-chocolate{
	background-color: #630 !important; 
	color: white !important; 
}
.metro-block-mocha, .metro-button-mocha {
	background-color: #564D41 !important; 
	color: white !important; 
}
.metro-button-mocha:hover {
	background-color: #312719 !important; 
	color: white !important; 
}
.metro-block-expresso, .metro-button-expresson {
	background-color: #211910 !important; 
	color: white !important; 
}


/* Metro - Purple Shades */
.metro-block-statspurple { 
	background-color: #6E36CF !important; 
	color: white !important;  
}
.metro-block-darkpurple, .metro-button-darkpurple {
	background-color: #560076 !important; 
	color: white !important;  
}
.metro-block-purple, .metro-button-purple {
	background-color: #8600B3 !important; 
	color: white !important;  
}
.metro-block-purple-alt, .metro-button-purple-alt { 
	background-color: #662d91 !important;  
	color: white !important; 
}
.metro-block-contactspurple, .metro-button-contactspurple {
	background-color: #362340 !important; 
	color: white !important;  
}
.metro-button-contactspurple:hover {
	background-color: #221629 !important; 
	color: white !important;  
}
.metro-block-lightpurple, .metro-button-lightpurple {
	background-color: #C926FF !important; 
	color: white !important;  
}
.metro-block-purplebloom, .metro-button-purplebloom {
	background-color: #BD689E !important; 
	color: white !important;  
}
.metro-button-purplebloom:hover {
	background-color: #A84A85 !important; 
	color: white !important;  
}
.metro-block-plum, .metro-button-plum {
	background-color: #794267 !important; 
	color: white !important;  
}
.metro-button-plum:hover {
	background-color: #623553 !important; 
	color: white !important;  
}
.metro-block-purpletitlebar, .metro-button-purpletitlebar {
	background-color: #362340  !important; 
	color: white !important;  
}
.metro-button-purpletitlebar:hover {
	background-color: #221629 !important; 
	color: white !important;  
}
.metro-block-plum-faded, .metro-button-plum-faded {
	background-color: #AC859A !important; 
	color: white !important;  
}
.metro-button-plum-faded:hover {
	background-color: #7F566D !important; 
	color: white !important;  
}





/* Metro - Pink Shades */
.metro-block-fushia, .metro-button-fushia {
	background-color: #FF0080 !important; 
	color: white !important; 
}
.metro-block-darkpink, .metro-button-darkpink {
	background-color: #B3002D !important; 
	color: white !important; 
}



/* Metro - Gray Shades */
.metro-block-darkgray, .metro-button-darkgray {
	background-color: #222222 !important; 
	color: #BBBBBB !important; 
}
.metro-block-gray, .metro-button-gray {
	background-color: #8E8E8E !important; 
	color: #FFF !important;  
}
.metro-block-lightgray, .metro-button-lightgray {
	background-color: #EEEEEE !important; 
	color: #3B3B3B !important; 
}
 .metro-button-lightgray:hover {
	background-color: #B6B6B6 !important; 
	color: #3B3B3B !important; 
}
.metro-block-gray2, .metro-button-gray2 {
	background-color: #CCCCCC !important; 
	color: #222222 !important;  
}
.metro-button-gray2:hover {
	background-color:#777777 !important;
		color: white !important;  
}
.metro-block-gray3, .metro-button-gray3 {
	background-color: #999999 !important; 
	color: #222222 !important;  
}



.metro-block-steelgray, .metro-button-steelgray {
	background-color: #9C9FAB !important; 
	color: #FFF !important;  
}
.metro-button-steelgray:hover {
	background-color:#838383 !important;
		color: #FFF !important;  
}

.metro-block-tarnishsilver, .metro-button-tarnishsilver {
	background-color: #4E5158 !important; 
		color: #FFF !important;  
}
.metro-button-tarnishsilver:hover {
	background-color:#3D4045 !important;
		color: #FFF !important;  
}
.metro-block-rocky, .metro-button-rocky {
	background-color: #93969A !important; 
		color: #FFF !important;  
}
.metro-button-rocky:hover {
	background-color:#797C81 !important;
		color: #FFF !important;  
}



/* Metro - Blacks and Whites */
.metro-block-white, .metro-button-white { 
	background-color: #FFF !important;
	color: black !important;
}
.metro-button-white:hover { 
	background-color: #CACACA !important;
	color: black !important;
}
.metro-block-stucco, .metro-button-stucco { 
	background-color: #E6E2D6 !important;
	color: black !important;
}
.metro-button-stucco:hover { 
	background-color: #DAD3C4 !important;
	color: black !important;
}
.metro-block-eggshell, .metro-button-eggshell { 
	background-color: #EBFFF9 !important;
	color: black !important;
}
.metro-button-eggshell:hover { 
	background-color: #DDF9EE !important;
	color: black !important;
}
.metro-block-milk, .metro-button-milk { 
	background-color: #FDFBF9 !important;
	color: black !important;
}
.metro-button-milk:hover { 
	background-color: #F0E6D7 !important;
	color: black !important;
}
.metro-block-cream, .metro-button-cream { 
	background-color: #FFDFAB !important;
	color: black !important;
}
.metro-button-cream:hover { 
	background-color: #FFDFAB !important;
	color: black !important;
}
.metro-block-black, .metro-button-black { 
	background-color: #000000 !important;
	color: #DDDDDD !important;
}
.metro-button-black:hover { 
	background-color: #1A1A1A !important;
	color: #DDDDDD !important;
}

.metro-button-backbutton { 
	background-color: none !important;
	background: none !important;
	color: white !important;  
	font-weight: 300;
	border: 1px solid white;
}
.metro-button-backbutton:hover { 
	background-color: #221629 !important; 
}

.metro-button-rainbow { 
    background: red; /* not working, let's see some red */
	color: white;
    background: -moz-linear-gradient( top ,
        rgba(255, 0, 0, 1) 0%,
        rgba(255, 255, 0, 1) 15%,
        rgba(0, 255, 0, 1) 30%,
        rgba(0, 255, 255, 1) 50%,
        rgba(0, 0, 255, 1) 65%,
        rgba(255, 0, 255, 1) 80%,
        rgba(255, 0, 0, 1) 100%);
    background: -webkit-gradient(linear,  left top,  left bottom, 
        color-stop(0%, rgba(255, 0, 0, 1)), 
        color-stop(15%, rgba(255, 255, 0, 1)),
        color-stop(30%, rgba(0, 255, 0, 1)),
        color-stop(50%, rgba(0, 255, 255, 1)),
        color-stop(65%, rgba(0, 0, 255, 1)),
        color-stop(80%, rgba(255, 0, 255, 1)),
        color-stop(100%, rgba(255, 0, 0, 1)));
}
.metro-button-rainbow2 { 
background: -webkit-linear-gradient(-55deg, #ffeeb0 30%, #a2d49f 30%, #a2d49f 40%, #c7c12f 40%, #c7c12f 50%, #f26247 50%, #f26247 60%, #ec2045 60%, #ec2045 70%, #ffeeb0 70% );
    background: -moz-linear-gradient(-55deg, #ffeeb0 30%, #a2d49f 30%, #a2d49f 40%, #c7c12f 40%, #c7c12f 50%, #f26247 50%, #f26247 60%, #ec2045 60%, #ec2045 70%, #ffeeb0 70% );
    background: linear-gradient(-55deg, #ffeeb0 30%, #a2d49f 30%, #a2d49f 40%, #c7c12f 40%, #c7c12f 50%, #f26247 50%, #f26247 60%, #ec2045 60%, #ec2045 70%, #ffeeb0 70% );
}



@-moz-keyframes charlieeee {
  from { background-position:top left; } 
  to {background-position:top right; }
}
@-webkit-keyframes charlieeee { 
  from { background-position:top left; }  
  to { background-position:top right; }  
}
@-o-keyframes charlieeee { 
  from { background-position:top left; }  
  to { background-position:top right; }  
}
@-ms-keyframes charlieeee { 
  from { background-position:top left; }  
  to { background-position:top right; }  
}
@-khtml-keyframes charlieeee { 
  from { background-position:top left; }  
  to { background-position:top right; }  
}
@keyframes charlieeee { 
  from { background-position:top left; }  
  to { background-position:top right; }  
}
.catchadream{
  background-image:-webkit-linear-gradient( left, red, orange, yellow, green,
                                          blue, indigo, violet, indigo, blue,
                                          green, yellow, orange, red );
  background-image:-moz-linear-gradient( left, red, orange, yellow, green,
                                         blue,indigo, violet, indigo, blue,
                                         green, yellow, orange,red );
  background-image:-o-linear-gradient( left, red, orange, yellow, green,
                                         blue,indigo, violet, indigo, blue,
                                         green, yellow, orange,red );
  background-image:-ms-linear-gradient( left, red, orange, yellow, green,
                                         blue,indigo, violet, indigo, blue,
                                         green, yellow, orange,red );
  background-image:-khtml-linear-gradient( left, red, orange, yellow, green,
                                         blue,indigo, violet, indigo, blue,
                                         green, yellow, orange,red );
  background-image:linear-gradient( left, red, orange, yellow, green,
                                         blue,indigo, violet, indigo, blue,
                                         green, yellow, orange,red );
  -moz-animation:charlieeee 2.5s forwards linear infinite;
  -webkit-animation:charlieeee 2.5s forwards linear infinite;
  -o-animation:charlieeee 2.5s forwards linear infinite;
  -khtml-animation:charlieeee 2.5s forwards linear infinite;
  -ms-animation:charlieeee 2.5s forwards linear infinite;
  -lynx-animation:charlieeee 2.5s forwards linear infinite;
  animation:charlieeee 2.5s forwards linear infinite;
  background-size:50% auto;
}




















.border-all-1px{border-width: 1px;}.border-all-2px{border-width: 2px;}.border-all-3px{border-width: 3px;}.border-all-4px{border-width: 4px;}.border-lr-1px{border-left-width: 1px;border-right-width: 1px;}.border-lr-2px{border-left-width: 2px;border-right-width: 2px;}.border-lr-3px{border-left-width: 3px;border-right-width: 3px;}.border-lr-4px{border-left-width: 4px;border-right-width: 4px;}.border-l-1px{border-left-width: 1px;}.border-l-2px{border-left-width: 2px;}.border-l-3px{border-left-width: 3px;}.border-l-4px{border-left-width: 4px;}.border-r-1px{border-right-width: 1px;}.border-r-2px{border-right-width: 2px;}.border-r-3px{border-right-width: 3px;}.border-r-4px{border-right-width: 4px;}.border-t-1px{border-top-width: 1px;}.border-t-2px{border-top-width: 2px;}.border-t-3px{border-top-width: 3px;}.border-t-4px{border-top-width: 4px;}.border-b-1px{border-bottom-width: 1px;}.border-b-2px{border-bottom-width: 2px;}.border-b-3px{border-bottom-width: 3px;}.border-b-4px{border-bottom-width: 4px;}
.border-style-solid {border-style: solid;}.border-style-dashed { border-style: dashed;}.border-style-dotted { border-style: dotted;}.border-style-double { border-style: double;}.border-style-outset {border-style: outset;}.border-style-inset { border-style: inset;}

.border-color-black { 
	border-color: black;
}
.border-color-white { 
	border-color: white;
}
.border-color-gray { 
	border-color: #6F6F6F;
}
.border-color-lightgray { 
	border-color: #AFAFAF;
}
.border-color-darkgray { 
	border-color: #3C3C3C;
}
.border-color-red { 
	border-color: #B30000;
}
.border-color-lightred{ 
	border-color: #FF2A2A;
}
.border-color-darkred { 
	border-color: #760000;
}
.border-color-blue { 
	border-color: #0059B3;
}
.border-color-lightblue{ 
	border-color: #57ABFF;
}
.border-color-darkblue { 
	border-color: #183B5E;
}

.border-box { 
    box-sizing: border-box;
}
.padding-all-3{ 
	padding: 3px;
	box-sizing: border-box;
}
.padding-all-4{ 
	padding: 4px;
	box-sizing: border-box;
}
.padding-all-5{ 
	padding: 5px;
	box-sizing: border-box;
}
.padding-all-5-important {padding: 5px !important; box-sizing: border-box;}

.padding-all-8{ 
	padding: 8px;
	box-sizing: border-box;
}
.padding-all-10{ 
	padding: 10px;
	box-sizing: border-box;
}
.padding-all-12{ 
	padding: 12px;
	box-sizing: border-box;
}
.padding-all-15{ 
	padding: 15px;
	box-sizing: border-box;
}
.padding-all-20{ 
	padding: 20px;
	box-sizing: border-box;
}
.padding-lr-4{ 
	padding-left: 4px;
	padding-right: 4px;
}
.padding-lr-5{ 
	padding-left: 5px;
	padding-right: 5px;
}
.padding-lr-8{ 
	padding-left: 8px;
	padding-right: 8px;
}
.padding-lr-10{ 
	padding-left: 10px;
	padding-right: 10px;
}


.padding-tb-0{ 
	padding-top: 0px;
	padding-bottom: 0px;
}
.padding-tb-1{ 
	padding-top: 1px;
	padding-bottom: 1px;
}
.padding-tb-2{ 
	padding-top: 2px;
	padding-bottom: 2px;
}
.padding-tb-3{ 
	padding-top: 3px;
	padding-bottom: 3px;
}
.padding-tb-5{ 
	padding-top: 5px;
	padding-bottom: 5px;
}
.padding-tb-6{ 
	padding-top: 6px;
	padding-bottom: 6px;
}
.padding-tb-8{ 
	padding-top: 7px;
	padding-bottom: 7px;
}
.padding-tb-10{ 
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding-tb-12{ 
	padding-top: 12px;
	padding-bottom: 12px;
}
.padding-tb-16{ 
	padding-top: 16px;
	padding-bottom: 16px;
}

.margin-all-0{ 
	margin: 0px;
}
.margin-all-1{ 
	margin: 1px;
}
.margin-all-2{ 
	margin: 2px;
}
.margin-all-3{ 
	margin: 3px;
}
.margin-all-5{ 
	margin: 5px;
}
.margin-all-8{ 
	margin: 8px;
}
.margin-all-10{ 
	margin: 10px;
}

.margin-t-0{ 
	margin-top: 0px;
}
.margin-t-1{ 
	margin-top: 1px;
}
.margin-t-2{ 
	margin-top: 2px;
}
.margin-t-3{ 
	margin-top: 3px;
}
.margin-t-5{ 
	margin-top: 5px;
}
.margin-t-6{ 
	margin-top: 6px;
}
.margin-t-8{ 
	margin-top: 8px;
}
.margin-t-10{ 
	margin-top: 10px;
}
.margin-t-12{ 
	margin-top: 12px;
}
.margin-t-16{ 
	margin-top: 16px;
}

.margin-b-0{ 
	margin-bottom: 0px;
}
.margin-b-1{ 
	margin-bottom: 1px;
}
.margin-b-2{ 
	margin-bottom: 2px;
}
.margin-b-3{ 
	margin-bottom: 3px;
}
.margin-b-5{ 
	margin-bottom: 5px;
}
.margin-b-6{ 
	margin-bottom: 6px;
}
.margin-b-8{ 
	margin-bottom: 8px;
}
.margin-b-10{ 
	margin-bottom: 10px;
}
.margin-b-12{ 
	margin-bottom: 12px;
}
.margin-b-16{ 
	margin-bottom: 16px;
}

.margin-tb-0{ 
	margin-top: 0px;
	margin-bottom: 0px;
}
.margin-tb-1{ 
	margin-top: 1px;
	margin-bottom: 1px;
}
.margin-tb-2{ 
	margin-top: 2px;
	margin-bottom: 2px;
}
.margin-tb-3{ 
	margin-top: 3px;
	margin-bottom: 3px;
}
.margin-tb-4{ 
	margin-top: 4px;
	margin-bottom: 4px;
}
.margin-tb-5{ 
	margin-top: 5px;
	margin-bottom: 5px;
}
.margin-tb-6{ 
	margin-top: 6px;
	margin-bottom: 6px;
}
.margin-tb-7{ 
	margin-top: 7px;
	margin-bottom: 7px;
}
.margin-tb-8{ 
	margin-top: 7px;
	margin-bottom: 7px;
}
.margin-tb-10{ 
	margin-top: 10px;
	margin-bottom: 10px;
}
.margin-tb-12{ 
	margin-top: 12px;
	margin-bottom: 12px;
}
.margin-tb-15{ 
	margin-top: 15px;
	margin-bottom: 15px;
}
.margin-tb-16{ 
	margin-top: 16px;
	margin-bottom: 16px;
}

.margin-lr-0{ 
	margin-left: 0px;
	margin-right: 0px;
}
.margin-lr-1{ 
	margin-left: 1px;
	margin-right: 1px;
}
.margin-lr-2{ 
	margin-left: 2px;
	margin-right: 2px;
}
.margin-lr-3{ 
	margin-left: 3px;
	margin-right: 3px;
}
.margin-lr-5{ 
	margin-left: 5px;
	margin-right: 5px;
}
.margin-lr-6{ 
	margin-left: 6px;
	margin-right: 6px;
}
.margin-lr-8{ 
	margin-left: 8px;
	margin-right: 8px;
}
.margin-lr-10{ 
	margin-left: 10px;
	margin-right: 10px;
}
.margin-lr-12{ 
	margin-left: 12px;
	margin-right: 12px;
}
.margin-lr-15{ 
	margin-left: 15px;
	margin-right: 15px;
}
.margin-lr-16{ 
	margin-left: 16px;
	margin-right: 16px;
}
/* Adjustment to style.css required on the following items: */
.roboto { 
font-family: 'Roboto';
}
.toolboxtitletext {
font-size: 16px;
font-weight: 200 !important;
font-family: 'Roboto';
text-transform: uppercase;
}
.smalltext {
font-size: 11px;
height: 35px; 
font-weight: 700;
}
.largetext {
font-size: 22px; 
}
.pointer { 
	cursor: pointer;
}
.pointer-help { 
	cursor: help;
}
.nopointer { 
	cursor: default;
}
#hiddenstats, #hiddensubscription { 
display: none;
margin: 10px; 
}
.hoverglow:hover {
	-moz-box-shadow: 0px 0px 3px 1px #666666;
	-webkit-box-shadow: 0px 0px 3px 1px #666666;
	box-shadow: 0px 0px 3px 1px #666666;
}

select optgroup { 
	background: #FFF;
	color: black; 
	padding: 3px 5px;
}
select optgroup option { 
	background: #FFF;
}
.largetickbox {
	display: inline-block;
	margin: 2px 10px;
	background: #eee;
	border: 1px solid #ccc;
	padding: 2px 10px 2px 0px;
	min-width: 230px;
}
.largetickbox:hover {
	background-color: #555555 !important;
	color: white !important;
	cursor: pointer; 
}
.largetickbox input[type="checkbox"], .largetickbox input[type="radio"]{
	height: 25px; 
	width: 30px;
	vertical-align: middle;
}

.mediumtickbox { 
	display: inline-block;
	margin: 2px 10px;
	background: #eee;
	border: 1px solid #ccc;
	padding: 2px 10px 2px 0px;
	min-width: 210px;
}
.mediumtickbox:hover {
	background-color: #555555 !important;
	color: white !important;
	cursor: pointer; 
}
.mediumtickbox input[type="checkbox"], .mediumtickbox input[type="radio"]{
	height: 15px; 
	width: 20px;
	vertical-align: middle;
}

.smalltickbox { 
	display: inline-block;
	margin: 2px 10px;
	background: #eee;
	border: 1px solid #ccc;
	padding: 2px 10px 2px 0px;
	min-width: 150px;
}
.smalltickbox:hover {
	background-color: #555555 !important;
	color: white !important;
	cursor: pointer; 
}
.smalltickbox input[type="checkbox"], .smalltickbox input[type="radio"]{
	height: 25px; 
	width: 30px;
	vertical-align: middle;
}

/* New Bootstrap Framework stuff --- To help make things responsive and sizable */
/*!
 * Bootstrap v2.3.2 Gridding System
 * Used to create grib and table styled div systems
 * Alex has checked the current stylesheet for any conflictions for the elements below and can not find any.
 * Date Implemented: 03/03/2014
 */.clearfixer{*zoom:1}.clearfixer:after,.clearfixer:before{display:table;content:"";line-height:0}.clearfixer:after{clear:both}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row{margin-left:-20px;*zoom:1}.row:after,.row:before{display:table;content:"";line-height:0}.row:after{clear:both}[class*=span]{float:left;min-height:1px;margin-left:20px}.navbar-fixed-bottom .container,.navbar-fixed-top .container,.navbar-static-top .container{width:940px}.row-fluid{width:100%;*zoom:1}.row-fluid:after,.row-fluid:before{display:table;content:"";line-height:0}.row-fluid:after{clear:both}.row-fluid [class*=span]{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.127659574468085%;*margin-left:2.074468085106383%}.row-fluid [class*=span]:first-child{margin-left:0}.row-fluid .controls-row [class*=span]+[class*=span]{margin-left:2.127659574468085%}.row-fluid .span12{width:100%;*width:99.94680851063829%}.row-fluid .span11{width:91.48936170212765%;*width:91.43617021276594%}.row-fluid .span10{width:82.97872340425532%;*width:82.92553191489361%}.row-fluid .span9{width:74.46808510638297%;*width:74.41489361702126%}.row-fluid .span8{width:65.95744680851064%;*width:65.90425531914893%}.row-fluid .span7{width:57.44680851063829%;*width:57.39361702127659%}.row-fluid .span6{width:48.93617021276595%;*width:48.88297872340425%}.row-fluid .span5{width:40.42553191489362%;*width:40.37234042553192%}.row-fluid .span4{width:31.914893617021278%;*width:31.861702127659576%}.row-fluid .span3{width:23.404255319148934%;*width:23.351063829787233%}.row-fluid .span2{width:14.893617021276595%;*width:14.840425531914894%}.row-fluid .span1{width:6.382978723404255%;*width:6.329787234042553%}.row-fluid .offset12{margin-left:104.25531914893617%;*margin-left:104.14893617021275%}.row-fluid .offset12:first-child{margin-left:102.12765957446808%;*margin-left:102.02127659574467%}.row-fluid .offset11{margin-left:95.74468085106382%;*margin-left:95.6382978723404%}.row-fluid .offset11:first-child{margin-left:93.61702127659574%;*margin-left:93.51063829787232%}.row-fluid .offset10{margin-left:87.23404255319149%;*margin-left:87.12765957446807%}.row-fluid .offset10:first-child{margin-left:85.1063829787234%;*margin-left:84.99999999999999%}.row-fluid .offset9{margin-left:78.72340425531914%;*margin-left:78.61702127659572%}.row-fluid .offset9:first-child{margin-left:76.59574468085106%;*margin-left:76.48936170212764%}.row-fluid .offset8{margin-left:70.2127659574468%;*margin-left:70.10638297872339%}.row-fluid .offset8:first-child{margin-left:68.08510638297872%;*margin-left:67.9787234042553%}.row-fluid .offset7{margin-left:61.70212765957446%;*margin-left:61.59574468085106%}.row-fluid .offset7:first-child{margin-left:59.574468085106375%;*margin-left:59.46808510638297%}.row-fluid .offset6{margin-left:53.191489361702125%;*margin-left:53.085106382978715%}.row-fluid .offset6:first-child{margin-left:51.063829787234035%;*margin-left:50.95744680851063%}.row-fluid .offset5{margin-left:44.68085106382979%;*margin-left:44.57446808510638%}.row-fluid .offset5:first-child{margin-left:42.5531914893617%;*margin-left:42.4468085106383%}.row-fluid .offset4{margin-left:36.170212765957444%;*margin-left:36.06382978723405%}.row-fluid .offset4:first-child{margin-left:34.04255319148936%;*margin-left:33.93617021276596%}.row-fluid .offset3{margin-left:27.659574468085104%;*margin-left:27.5531914893617%}.row-fluid .offset3:first-child{margin-left:25.53191489361702%;*margin-left:25.425531914893618%}.row-fluid .offset2{margin-left:19.148936170212764%;*margin-left:19.04255319148936%}.row-fluid .offset2:first-child{margin-left:17.02127659574468%;*margin-left:16.914893617021278%}.row-fluid .offset1{margin-left:10.638297872340425%;*margin-left:10.53191489361702%}.row-fluid .offset1:first-child{margin-left:8.51063829787234%;*margin-left:8.404255319148938%}.row-fluid [class*=span].hide-span,[class*=span].hide-span{display:none}.pull-right{float:right}.pull-left{float:left}


/* Bootstrap v3 Gridding System
 * To be used from now on --- need to update previous elements using V2 of the bootstrap grid
 * Alex has checked the current stylesheet for any conflictions for the elements below and can not find any.
 * Date Implemented: 03/24/2014
*/
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:0px;padding-right:0px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:0}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:0}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}


/* Bootstrap alignment extras
 * Coded by Alex manually ... this allows different alignments at different screensizes
 * This is beta code and may not fully work as intended
 * Date Implemented: 04/23/2014
*/
@media (max-width:992px) {
	.col-xs-align-left {
		text-align: left;
		margin-left:2%;
	}
	.col-xs-align-center {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.col-xs-align-right {
		text-align: right;
		margin-right: 2%;
	}
}
@media (min-width:992px) { 
	.col-xs-align-left {
		text-align: left;
		margin-left:2%;
	}
	.col-xs-align-center {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.col-xs-align-right {
		text-align: right;
		margin-right: 2%;
	}
	.col-sm-align-left {
		text-align: left;
		margin-left:2%;
	}
	.col-sm-align-center {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.col-sm-align-right {
		text-align: right;
		margin-right: 2%;
	}
	.col-md-align-left {
		text-align: left;
		margin-left:2%;
	}
	.col-md-align-center {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.col-md-align-right {
		text-align: right;
		margin-right: 2%;
	}
} 
@media (min-width:1200px) {
	.col-xs-align-left {
		text-align: left;
		margin-left:2%;
	}
	.col-xs-align-center {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.col-xs-align-right {
		text-align: right;
		margin-right: 2%;
	}
	.col-sm-align-left {
		text-align: left;
		margin-left:2%;
	}
	.col-sm-align-center {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.col-sm-align-right {
		text-align: right;
		margin-right: 2%;
	}
	.col-md-align-left {
		text-align: left;
		margin-left:2%;
	}
	.col-md-align-center {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.col-md-align-right {
		text-align: right;
		margin-right: 2%;
	}

	.col-lg-align-left {
		text-align: left;
		margin-left:2%;
	}
	.col-lg-align-center {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.col-lg-align-right {
		text-align: right;
		margin-right: 2%;
	}
}
 /*! Responsive Utilities
 * Imported from Bootstrap 3 - No conflicts detected and all generic "tags" such as body or th or table ... have been removed. Classes only left!
 */
  .img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (max-width:767px){.hidden-xs{display:none}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none}}@media (min-width:1200px){.hidden-lg{display:none}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}@media print{.hidden-print{display:none !important}}

  /*! Responsive Tables
* Imported from Bootstrap 3 - No conflicts detected
*/
.table{max-width:100%;background-color:transparent}.table{width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}@media (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}
 
/*! Pagination
* Imported from Bootstrap 3 - No conflicts detected
*/
 .pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#0866c6;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#05407c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;background-color:#0866c6;border-color:#0866c6;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}

/*! Labels
* Imported from Bootstrap 3 - No conflicts detected
*/
.bs-label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.bs-label[href]:hover,.bs-label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.bs-label:empty{display:none}.btn .bs-label{position:relative;top:-1px}.bs-label-default{background-color:#999}.bs-label-default[href]:hover,.bs-label-default[href]:focus{background-color:#808080}.bs-label-primary{background-color:#0866c6}.bs-label-primary[href]:hover,.bs-label-primary[href]:focus{background-color:#064d95}.bs-label-success{background-color:#5cb85c}.bs-label-success[href]:hover,.bs-label-success[href]:focus{background-color:#449d44}.bs-label-info{background-color:#5bc0de}.bs-label-info[href]:hover,.bs-label-info[href]:focus{background-color:#31b0d5}.bs-label-warning{background-color:#f0ad4e}.bs-label-warning[href]:hover,.bs-label-warning[href]:focus{background-color:#ec971f}.bs-label-danger{background-color:#d9534f}.bs-label-danger[href]:hover,.bs-label-danger[href]:focus{background-color:#c9302c} .bs-label-hover:hover{ background-color: #FFDC73; }
 
/*! Alert Box Styling - Top of page notifications
* Imported from Bootstrap 3 - No conflicts detected
*/
 .alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}

/*! Panel Box Styling - Options for future expansion into panels (Can be merged with new metro styles)
* Imported from Bootstrap 3 - No conflicts detected
*/
 .panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px;overflow:hidden}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#0866c6}.panel-primary>.panel-heading{color:#fff;background-color:#0866c6;border-color:#0866c6}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#0866c6}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#0866c6}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1}

 
 .clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
content: " ";
display: table;
}


/*! Forms and Input Groups
* Important from Bootstrap 3 - No conflicts detected
*/

 .form-control { display: block; width: 100%; font-size: 14px; line-height: 1.42857143; color: #555555; background-color: #ffffff; background-image: none; border: 1px solid #cccccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); } .form-control::-moz-placeholder { color: #777777; opacity: 1; } .form-control:-ms-input-placeholder { color: #777777; } .form-control::-webkit-input-placeholder { color: #777777; } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; background-color: #eeeeee; opacity: 1; } textarea.form-control { height: auto; } input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm { line-height: 30px; } input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg { line-height: 46px; } .form-group { margin-bottom: 15px; } .radio, .checkbox { position: relative; display: block; min-height: 20px; margin-top: 10px; margin-bottom: 10px; } .radio label, .checkbox label { padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; } .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-left: -20px; margin-top: 4px \9; } .radio + .radio, .checkbox + .checkbox { margin-top: -5px; } .radio-inline, .checkbox-inline { display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; } .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; } input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; } .radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline { cursor: not-allowed; } .radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label { cursor: not-allowed; } .form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; } .form-control-static.input-lg, .form-control-static.input-sm { padding-left: 0; padding-right: 0; } .input-sm, .form-horizontal .form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } select.input-sm { height: 30px; line-height: 30px; } textarea.input-sm, select[multiple].input-sm { height: auto; } .input-lg, .form-horizontal .form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } select.input-lg { height: 46px; line-height: 46px; } textarea.input-lg, select[multiple].input-lg { height: auto; } .has-feedback { position: relative; } .has-feedback .form-control { padding-right: 42.5px; } .form-control-feedback { position: absolute; top: 25px; right: 0; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; } .input-lg + .form-control-feedback { width: 46px; height: 46px; line-height: 46px; } .input-sm + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; } .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline { color: #3c763d; } .has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; } .has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; } .has-success .form-control-feedback { color: #3c763d; } .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline { color: #8a6d3b; } .has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; } .has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; } .has-warning .form-control-feedback { color: #8a6d3b; } .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline { color: #a94442; } .has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; } .has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; } .has-error .form-control-feedback { color: #a94442; } .has-feedback label.sr-only ~ .form-control-feedback { top: 0; } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; } @media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } .form-inline .input-group { display: inline-table; vertical-align: middle; } .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; } .form-inline .input-group > .form-control { width: 100%; } .form-inline .control-label { margin-bottom: 0; vertical-align: middle; } .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; } .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .form-inline .has-feedback .form-control-feedback { top: 0; } } .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px; } .form-horizontal .radio, .form-horizontal .checkbox { min-height: 27px; } .form-horizontal .form-group { margin-left: -15px; margin-right: -15px; } @media (min-width: 768px) { .form-horizontal .control-label { text-align: right; margin-bottom: 0; padding-top: 7px; } } .form-horizontal .has-feedback .form-control-feedback { top: 0; right: 15px; } @media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top: 14.3px; } } @media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; } } .input-group { position: relative; display: table; border-collapse: separate; } .input-group[class*="col-"] { float: none; padding-left: 0; padding-right: 0; } .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn { height: 46px; line-height: 46px; } textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn { height: auto; } .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn { height: 30px; line-height: 30px; } textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn { height: auto; } .input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; } .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; } .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } .input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: normal; line-height: 1; color: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #cccccc; border-radius: 4px; } .input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; border-radius: 3px; } .input-group-addon.input-lg { padding: 10px 16px; font-size: 18px; border-radius: 6px; } .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; } .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0; border-top-right-radius: 0; } .input-group-addon:first-child { border-right: 0; } .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-bottom-left-radius: 0; border-top-left-radius: 0; } .input-group-addon:last-child { border-left: 0; } .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } .input-group-btn > .btn { position: relative; } .input-group-btn > .btn + .btn { margin-left: -1px; } .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active { z-index: 2; } .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px; } .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { margin-left: -1px; } .clearfix:before, .clearfix:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after { content: " "; display: table; } .clearfix:after, .form-horizontal .form-group:after { clear: both; } 



/*! Button
* Imported from Bootstrap 3 - No conflicts detected
*/

.bs-btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; border-radius: 1px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .bs-btn:focus, .bs-btn:active:focus, .bs-btn.active:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .bs-btn:hover, .bs-btn:focus { color: #333333; text-decoration: none; } .bs-btn:active, .bs-btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .bs-btn.disabled, .bs-btn[disabled], fieldset[disabled] .bs-btn { cursor: not-allowed; pointer-events: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } .bs-btn-default { color: #333333; background-color: #ffffff; border-color: #cccccc; } .bs-btn-default:hover, .bs-btn-default:focus, .bs-btn-default:active, .bs-btn-default.active, .open .dropdown-toggle.bs-btn-default { color: #333333; background-color: #ebebeb; border-color: #adadad; } .bs-btn-default:active, .bs-btn-default.active, .open .dropdown-toggle.bs-btn-default { background-image: none; } .bs-btn-default.disabled, .bs-btn-default[disabled], fieldset[disabled] .bs-btn-default, .bs-btn-default.disabled:hover, .bs-btn-default[disabled]:hover, fieldset[disabled] .bs-btn-default:hover, .bs-btn-default.disabled:focus, .bs-btn-default[disabled]:focus, fieldset[disabled] .bs-btn-default:focus, .bs-btn-default.disabled:active, .bs-btn-default[disabled]:active, fieldset[disabled] .bs-btn-default:active, .bs-btn-default.disabled.active, .bs-btn-default[disabled].active, fieldset[disabled] .bs-btn-default.active { background-color: #ffffff; border-color: #cccccc; } .bs-btn-default .badge { color: #ffffff; background-color: #333333; } .bs-btn-primary { color: #ffffff; background-color: #428bca; border-color: #357ebd; } .bs-btn-primary:hover, .bs-btn-primary:focus, .bs-btn-primary:active, .bs-btn-primary.active, .open .dropdown-toggle.bs-btn-primary { color: #ffffff; background-color: #3276b1; border-color: #285e8e; } .bs-btn-primary:active, .bs-btn-primary.active, .open .dropdown-toggle.bs-btn-primary { background-image: none; } .bs-btn-primary.disabled, .bs-btn-primary[disabled], fieldset[disabled] .bs-btn-primary, .bs-btn-primary.disabled:hover, .bs-btn-primary[disabled]:hover, fieldset[disabled] .bs-btn-primary:hover, .bs-btn-primary.disabled:focus, .bs-btn-primary[disabled]:focus, fieldset[disabled] .bs-btn-primary:focus, .bs-btn-primary.disabled:active, .bs-btn-primary[disabled]:active, fieldset[disabled] .bs-btn-primary:active, .bs-btn-primary.disabled.active, .bs-btn-primary[disabled].active, fieldset[disabled] .bs-btn-primary.active { background-color: #428bca; border-color: #357ebd; } .bs-btn-primary .badge { color: #428bca; background-color: #ffffff; } .bs-btn-success { color: #ffffff; background-color: #5cb85c; border-color: #4cae4c; } .bs-btn-success:hover, .bs-btn-success:focus, .bs-btn-success:active, .bs-btn-success.active, .open .dropdown-toggle.bs-btn-success { color: #ffffff; background-color: #47a447; border-color: #398439; } .bs-btn-success:active, .bs-btn-success.active, .open .dropdown-toggle.bs-btn-success { background-image: none; } .bs-btn-success.disabled, .bs-btn-success[disabled], fieldset[disabled] .bs-btn-success, .bs-btn-success.disabled:hover, .bs-btn-success[disabled]:hover, fieldset[disabled] .bs-btn-success:hover, .bs-btn-success.disabled:focus, .bs-btn-success[disabled]:focus, fieldset[disabled] .bs-btn-success:focus, .bs-btn-success.disabled:active, .bs-btn-success[disabled]:active, fieldset[disabled] .bs-btn-success:active, .bs-btn-success.disabled.active, .bs-btn-success[disabled].active, fieldset[disabled] .bs-btn-success.active { background-color: #5cb85c; border-color: #4cae4c; } .bs-btn-success .badge { color: #5cb85c; background-color: #ffffff; } .bs-btn-info { color: #ffffff; background-color: #5bc0de; border-color: #46b8da; } .bs-btn-info:hover, .bs-btn-info:focus, .bs-btn-info:active, .bs-btn-info.active, .open .dropdown-toggle.bs-btn-info { color: #ffffff; background-color: #39b3d7; border-color: #269abc; } .bs-btn-info:active, .bs-btn-info.active, .open .dropdown-toggle.bs-btn-info { background-image: none; } .bs-btn-info.disabled, .bs-btn-info[disabled], fieldset[disabled] .bs-btn-info, .bs-btn-info.disabled:hover, .bs-btn-info[disabled]:hover, fieldset[disabled] .bs-btn-info:hover, .bs-btn-info.disabled:focus, .bs-btn-info[disabled]:focus, fieldset[disabled] .bs-btn-info:focus, .bs-btn-info.disabled:active, .bs-btn-info[disabled]:active, fieldset[disabled] .bs-btn-info:active, .bs-btn-info.disabled.active, .bs-btn-info[disabled].active, fieldset[disabled] .bs-btn-info.active { background-color: #5bc0de; border-color: #46b8da; } .bs-btn-info .badge { color: #5bc0de; background-color: #ffffff; } .bs-btn-warning { color: #ffffff; background-color: #f0ad4e; border-color: #eea236; } .bs-btn-warning:hover, .bs-btn-warning:focus, .bs-btn-warning:active, .bs-btn-warning.active, .open .dropdown-toggle.bs-btn-warning { color: #ffffff; background-color: #ed9c28; border-color: #d58512; } .bs-btn-warning:active, .bs-btn-warning.active, .open .dropdown-toggle.bs-btn-warning { background-image: none; } .bs-btn-warning.disabled, .bs-btn-warning[disabled], fieldset[disabled] .bs-btn-warning, .bs-btn-warning.disabled:hover, .bs-btn-warning[disabled]:hover, fieldset[disabled] .bs-btn-warning:hover, .bs-btn-warning.disabled:focus, .bs-btn-warning[disabled]:focus, fieldset[disabled] .bs-btn-warning:focus, .bs-btn-warning.disabled:active, .bs-btn-warning[disabled]:active, fieldset[disabled] .bs-btn-warning:active, .bs-btn-warning.disabled.active, .bs-btn-warning[disabled].active, fieldset[disabled] .bs-btn-warning.active { background-color: #f0ad4e; border-color: #eea236; } .bs-btn-warning .badge { color: #f0ad4e; background-color: #ffffff; } .bs-btn-danger { color: #ffffff; background-color: #d9534f; border-color: #d43f3a; } .bs-btn-danger:hover, .bs-btn-danger:focus, .bs-btn-danger:active, .bs-btn-danger.active, .open .dropdown-toggle.bs-btn-danger { color: #ffffff; background-color: #d2322d; border-color: #ac2925; } .bs-btn-danger:active, .bs-btn-danger.active, .open .dropdown-toggle.bs-btn-danger { background-image: none; } .bs-btn-danger.disabled, .bs-btn-danger[disabled], fieldset[disabled] .bs-btn-danger, .bs-btn-danger.disabled:hover, .bs-btn-danger[disabled]:hover, fieldset[disabled] .bs-btn-danger:hover, .bs-btn-danger.disabled:focus, .bs-btn-danger[disabled]:focus, fieldset[disabled] .bs-btn-danger:focus, .bs-btn-danger.disabled:active, .bs-btn-danger[disabled]:active, fieldset[disabled] .bs-btn-danger:active, .bs-btn-danger.disabled.active, .bs-btn-danger[disabled].active, fieldset[disabled] .bs-btn-danger.active { background-color: #d9534f; border-color: #d43f3a; } .bs-btn-danger .badge { color: #d9534f; background-color: #ffffff; } .bs-btn-link { color: #428bca; font-weight: normal; cursor: pointer; border-radius: 0; } .bs-btn-link, .bs-btn-link:active, .bs-btn-link[disabled], fieldset[disabled] .bs-btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .bs-btn-link, .bs-btn-link:hover, .bs-btn-link:focus, .bs-btn-link:active { border-color: transparent; } .bs-btn-link:hover, .bs-btn-link:focus { color: #2a6496; text-decoration: underline; background-color: transparent; } .bs-btn-link[disabled]:hover, fieldset[disabled] .bs-btn-link:hover, .bs-btn-link[disabled]:focus, fieldset[disabled] .bs-btn-link:focus { color: #999999; text-decoration: none; } .bs-btn-lg, .bs-btn-group-lg > .bs-btn { padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } .bs-btn-sm, .bs-btn-group-sm > .bs-btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .bs-btn-xs, .bs-btn-group-xs > .bs-btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .bs-btn-block { display: block; width: 100%; padding-left: 0; padding-right: 0; } .bs-btn-block + .bs-btn-block { margin-top: 5px; } input[type="submit"].bs-btn-block, input[type="reset"].bs-btn-block, input[type="button"].bs-btn-block { width: 100%; } .bs-btn-group, .bs-btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } .bs-btn-group > .bs-btn, .bs-btn-group-vertical > .bs-btn { position: relative; float: left; } .bs-btn-group > .bs-btn:hover, .bs-btn-group-vertical > .bs-btn:hover, .bs-btn-group > .bs-btn:focus, .bs-btn-group-vertical > .bs-btn:focus, .bs-btn-group > .bs-btn:active, .bs-btn-group-vertical > .bs-btn:active, .bs-btn-group > .bs-btn.active, .bs-btn-group-vertical > .bs-btn.active { z-index: 2; } .bs-btn-group > .bs-btn:focus, .bs-btn-group-vertical > .bs-btn:focus { outline: none; } .bs-btn-group .bs-btn + .bs-btn, .bs-btn-group .bs-btn + .bs-btn-group, .bs-btn-group .bs-btn-group + .bs-btn, .bs-btn-group .bs-btn-group + .bs-btn-group { margin-left: -1px; } .bs-btn-toolbar { margin-left: -5px; } .bs-btn-toolbar .bs-btn-group, .bs-btn-toolbar .input-group { float: left; } .bs-btn-toolbar > .bs-btn, .bs-btn-toolbar > .bs-btn-group, .bs-btn-toolbar > .input-group { margin-left: 5px; } .bs-btn-group > .bs-btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } .bs-btn-group > .bs-btn:first-child { margin-left: 0; } .bs-btn-group > .bs-btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; } .bs-btn-group > .bs-btn:last-child:not(:first-child), .bs-btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } .bs-btn-group > .bs-btn-group { float: left; } .bs-btn-group > .bs-btn-group:not(:first-child):not(:last-child) > .bs-btn { border-radius: 0; } .bs-btn-group > .bs-btn-group:first-child > .bs-btn:last-child, .bs-btn-group > .bs-btn-group:first-child > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0; } .bs-btn-group > .bs-btn-group:last-child > .bs-btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; } .bs-btn-group .dropdown-toggle:active, .bs-btn-group.open .dropdown-toggle { outline: 0; } .bs-btn-group > .bs-btn + .dropdown-toggle { padding-left: 0px; padding-right: 11px; } .bs-btn-group > .bs-btn-lg + .dropdown-toggle { padding-left: 12px; padding-right: 12px; } .bs-btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .bs-btn-group.open .dropdown-toggle.bs-btn-link { -webkit-box-shadow: none; box-shadow: none; } .bs-btn .caret { margin-left: 0; } .bs-btn-lg .caret { border-width: 5px 5px 0; border-bottom-width: 0; } .dropup .bs-btn-lg .caret { border-width: 0 5px 5px; } .bs-btn-group-vertical > .bs-btn, .bs-btn-group-vertical > .bs-btn-group, .bs-btn-group-vertical > .bs-btn-group > .bs-btn { display: block; float: none; width: 100%; max-width: 100%; } .bs-btn-group-vertical > .bs-btn-group > .bs-btn { float: none; } .bs-btn-group-vertical > .bs-btn + .bs-btn, .bs-btn-group-vertical > .bs-btn + .bs-btn-group, .bs-btn-group-vertical > .bs-btn-group + .bs-btn, .bs-btn-group-vertical > .bs-btn-group + .bs-btn-group { margin-top: -1px; margin-left: 0; } .bs-btn-group-vertical > .bs-btn:not(:first-child):not(:last-child) { border-radius: 0; } .bs-btn-group-vertical > .bs-btn:first-child:not(:last-child) { border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .bs-btn-group-vertical > .bs-btn:last-child:not(:first-child) { border-bottom-left-radius: 4px; border-top-right-radius: 0; border-top-left-radius: 0; } .bs-btn-group-vertical > .bs-btn-group:not(:first-child):not(:last-child) > .bs-btn { border-radius: 0; } .bs-btn-group-vertical > .bs-btn-group:first-child:not(:last-child) > .bs-btn:last-child, .bs-btn-group-vertical > .bs-btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .bs-btn-group-vertical > .bs-btn-group:last-child:not(:first-child) > .bs-btn:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } .bs-btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } .bs-btn-group-justified > .bs-btn, .bs-btn-group-justified > .bs-btn-group { float: none; display: table-cell; width: 1%; } .bs-btn-group-justified > .bs-btn-group .bs-btn { width: 100%; } [data-toggle="buttons"] > .bs-btn > input[type="radio"], [data-toggle="buttons"] > .bs-btn > input[type="checkbox"] { display: none; } 


/* Bootstrap Dropdown Button Classes */
/* Slight tweeks to make sure it doesn't conflict with previous stylings */
.dropdown { position: relative; } .dropdown-toggle:focus { outline: 0; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 14px; background-color: #ffffff; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; } .dropdown-menu.pull-right { right: 0; left: auto; } .dropdown-menu .divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857143; color: #333333; white-space: nowrap; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; color: #262626; background-color: #f5f5f5; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #ffffff; text-decoration: none; outline: 0; background-color: #428bca; } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #999999; } .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed; } .open > .dropdown-menu { display: block; } .open > a { outline: 0; } .dropdown-menu-right { left: auto; right: 0; } .dropdown-menu-left { left: 0; right: auto; } .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857143; color: #999999; } .dropdown-backdrop { position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 990; } .pull-right > .dropdown-menu { right: 0; left: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px solid; content: ""; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; }
.bs-btn > .caretblack, .dropup > .bs-btn > .caretblack { border-top-color: #000 !important; } .bs-btn > .caretwhite, .dropup > .bs-btn > .caretwhite { border-top-color: #FFF !important; }  .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px solid; border-right: 4px solid transparent; border-left: 4px solid transparent; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px solid; content: ""; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px solid; content: ""; } .bs-btn .caret { margin-left: 10px; } .bs-btn-lg .caret { border-width: 5px 5px 0; border-bottom-width: 0; } .dropup .bs-btn-lg .caret { border-width: 0 5px 5px; } 
/* BG Helper Classes */
.bg-primary {color: #fff; background-color: #428bca;}a.bg-primary:hover { background-color: #3071a9;}.bg-success {  background-color: #dff0d8;}a.bg-successhover {  background-color: #c1e2b3;}.bg-info {  background-color: #d9edf7;}a.bg-info:hover {  background-color: #afd9ee;}.bg-warning { background-color: #fcf8e3;}a.bg-warning:hover {  background-color: #f7ecb5;}.bg-danger {  background-color: #f2dede;}a.bg-danger:hover {  background-color: #e4b9b9;}


/* Popover Bootstrap CSS*/
/* Imported from Bootstrap - Fairly confident it shouldn't intefer with existing CSS */

.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}


/* Nav Bar Stuff */
/* Imported from Bootstrap - Fairly confident it shouldn't intefer with existing CSS */
@media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } .form-inline .input-group > .form-control { width: 100%; } .form-inline .control-label { margin-bottom: 0; vertical-align: middle; } .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; padding-left: 0; vertical-align: middle; } .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { float: none; margin-left: 0; } .form-inline .has-feedback .form-control-feedback { top: 0; } } .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px; } .form-horizontal .radio, .form-horizontal .checkbox { min-height: 27px; } .form-horizontal .form-group { margin-left: -15px; margin-right: -15px; } .form-horizontal .form-control-static { padding-top: 7px; } @media (min-width: 768px) { .form-horizontal .control-label { text-align: right; } } .form-horizontal .has-feedback .form-control-feedback { top: 0; right: 15px; } .nav { margin-bottom: 0; padding-left: 0; list-style: none; } .nav > li { position: relative; display: block; } .nav > li > a { position: relative; display: block; padding: 10px 15px; } .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eeeeee; } .nav > li.disabled > a { color: #999999; } .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #999999; text-decoration: none; background-color: transparent; cursor: not-allowed; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eeeeee; border-color: #428bca; } .nav .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } .nav > li > a > img { max-width: none; } .nav-tabs { border-bottom: 1px solid #dddddd; } .nav-tabs > li { float: left; margin-bottom: -1px; } .nav-tabs > li > a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 4px 4px 0 0; } .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #dddddd; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; background-color: #ffffff; border: 1px solid #dddddd; border-bottom-color: transparent; cursor: default; } .nav-tabs.nav-justified { width: 100%; border-bottom: 0; } .nav-tabs.nav-justified > li { float: none; } .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; } .nav-tabs.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } .nav-tabs.nav-justified > li > a { margin-bottom: 0; } } .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 4px; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #dddddd; } @media (min-width: 768px) { .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #dddddd; border-radius: 4px 4px 0 0; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #ffffff; } } .nav-pills > li { float: left; } .nav-pills > li > a { border-radius: 4px; } .nav-pills > li + li { margin-left: 2px; } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #ffffff; background-color: #428bca; } .nav-stacked > li { float: none; } .nav-stacked > li + li { margin-top: 2px; margin-left: 0; } .nav-justified { width: 100%; } .nav-justified > li { float: none; } .nav-justified > li > a { text-align: center; margin-bottom: 5px; } .nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-justified > li { display: table-cell; width: 1%; } .nav-justified > li > a { margin-bottom: 0; } } .nav-tabs-justified { border-bottom: 0; } .nav-tabs-justified > li > a { margin-right: 0; border-radius: 4px; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border: 1px solid #dddddd; } @media (min-width: 768px) { .nav-tabs-justified > li > a { border-bottom: 1px solid #dddddd; border-radius: 4px 4px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border-bottom-color: #ffffff; } } .tab-content > .tab-pane { display: none; } .tab-content > .active { display: block; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; } .navbar { position: relative; min-height: 50px; margin-bottom: 20px; border: 1px solid transparent; } @media (min-width: 768px) { .navbar { border-radius: 4px; } } @media (min-width: 768px) { .navbar-header { float: left; } } .navbar-collapse { max-height: 340px; overflow-x: visible; padding-right: 15px; padding-left: 15px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; } .navbar-collapse.in { overflow-y: auto; } @media (min-width: 768px) { .navbar-collapse { width: auto; border-top: 0; box-shadow: none; } .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } .navbar-collapse.in { overflow-y: visible; } .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { padding-left: 0; padding-right: 0; } } .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-right: -15px; margin-left: -15px; } @media (min-width: 768px) { .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } } .navbar-static-top { z-index: 1000; border-width: 0 0 1px; } @media (min-width: 768px) { .navbar-static-top { border-radius: 0; } } .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; } @media (min-width: 768px) { .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } } .navbar-fixed-top { top: 0; border-width: 0; } .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } .navbar-brand { float: left; padding: 15px 15px; font-size: 18px; line-height: 20px; height: 50px; } .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } @media (min-width: 768px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: -15px; } } .navbar-toggle { position: relative; float: right; margin-right: 15px; padding: 9px 10px; margin-top: 8px; margin-bottom: 8px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 4px; } .navbar-toggle:focus { outline: none; } .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } @media (min-width: 768px) { .navbar-toggle { display: none; } } .navbar-nav { margin: 7.5px -15px; } .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 20px; } @media (max-width: 767px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { line-height: 20px; } .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } } @media (min-width: 768px) { .navbar-nav { float: left; margin: 0; } .navbar-nav > li { float: left; } .navbar-nav > li > a { padding-top: 15px; padding-bottom: 15px; } .navbar-nav.navbar-right:last-child { margin-right: -15px; } } @media (min-width: 768px) { .navbar-left { float: left !important; } .navbar-right { float: right !important; } } .navbar-form { margin-left: -15px; margin-right: -15px; padding: 10px 15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: 8px; margin-bottom: 8px; } @media (min-width: 768px) { .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; } .navbar-form .input-group > .form-control { width: 100%; } .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; } .navbar-form .radio, .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; padding-left: 0; vertical-align: middle; } .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { float: none; margin-left: 0; } .navbar-form .has-feedback .form-control-feedback { top: 0; } } @media (max-width: 767px) { .navbar-form .form-group { margin-bottom: 5px; } } @media (min-width: 768px) { .navbar-form { width: auto; border: 0; margin-left: 0; margin-right: 0; padding-top: 0; padding-bottom: 0; -webkit-box-shadow: none; box-shadow: none; } .navbar-form.navbar-right:last-child { margin-right: -15px; } } .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; } .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .navbar-btn { margin-top: 8px; margin-bottom: 8px; } .navbar-btn.btn-sm { margin-top: 10px; margin-bottom: 10px; } .navbar-btn.btn-xs { margin-top: 14px; margin-bottom: 14px; } .navbar-text { margin-top: 15px; margin-bottom: 15px; } @media (min-width: 768px) { .navbar-text { float: left; margin-left: 15px; margin-right: 15px; } .navbar-text.navbar-right:last-child { margin-right: 0; } } .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } .navbar-default .navbar-brand { color: #777777; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; } .navbar-default .navbar-text { color: #777777; } .navbar-default .navbar-nav > li > a { color: #777777; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #333333; background-color: transparent; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555555; background-color: #e7e7e7; } .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #cccccc; background-color: transparent; } .navbar-default .navbar-toggle { border-color: #dddddd; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #dddddd; } .navbar-default .navbar-toggle .icon-bar { background-color: #888888; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: #e7e7e7; color: #555555; } @media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777777; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333333; background-color: transparent; } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555555; background-color: #e7e7e7; } .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #cccccc; background-color: transparent; } } .navbar-default .navbar-link { color: #777777; } .navbar-default .navbar-link:hover { color: #333333; } .navbar-inverse { background-color: #222222; border-color: #080808; } .navbar-inverse .navbar-brand { color: #999999; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #ffffff; background-color: transparent; } .navbar-inverse .navbar-text { color: #999999; } .navbar-inverse .navbar-nav > li > a { color: #999999; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #ffffff; background-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #ffffff; background-color: #080808; } .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444444; background-color: transparent; } .navbar-inverse .navbar-toggle { border-color: #333333; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333333; } .navbar-inverse .navbar-toggle .icon-bar { background-color: #ffffff; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { background-color: #080808; color: #ffffff; } @media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #999999; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #ffffff; background-color: transparent; } .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: #ffffff; background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #444444; background-color: transparent; } } .navbar-inverse .navbar-link { color: #999999; } .navbar-inverse .navbar-link:hover { color: #ffffff; } .clearfix:after, .form-horizontal .form-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after { clear: both; } .affix { position: fixed; } 
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); background-color: #e8e8e8; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%); background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0); background-color: #357ebd; } .navbar-default { background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%); background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); border-radius: 4px; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); } .navbar-default .navbar-nav > .active > a { background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%); background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0); -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075); box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075); } .navbar-brand, .navbar-nav > li > a { text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); } .navbar-inverse { background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%); background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .navbar-inverse .navbar-nav > .active > a { background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%); background-image: linear-gradient(to bottom, #222222 0%, #282828 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0); -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25); box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25); } .navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
.dropdown-menu li.hidden {display:none;}



/* GlyphIcons Stuff */
/* Imported from Bootstrap - Fairly confident it shouldn't intefer with existing CSS */
@font-face{font-family:'Glyphicons Halflings';src:url('fonts/glyphicons-halflings-regular.eot');src:url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('fonts/glyphicons-halflings-regular.woff') format('woff'),url('fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}





.goldbanner { 
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffd145));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffd145 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffd145 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffd145 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffd145 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffd145 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffd145',GradientType=0);
	background-color:#ffec64;
	padding: 6px 0px;
	text-align: center;
	width: 80%;
	color: black;
}
.goldbanner p { 
	font-size: 11px;
}
.dropshadow-black { 
	-moz-box-shadow: 0px 3px 11px -3px #000000;
	-webkit-box-shadow: 0px 3px 11px -3px #000000;
	box-shadow: 0px 3px 11px -3px #000000;
}
.nomarginbeforeafter { 
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
}
.hide { 
	display:none;
}
.pull-right, .pr{float:right}.pull-left, .pl{float:left}


.stage-name-input { 
	height: 36px !important;
	box-sizing: border-box;
}
.edit-employee-css-center-fix { 
padding: 10px 0px;
}
.text-align-left {
	text-align: left;
}
.text-align-center { 
	text-align: center;
}
.text-align-right { 
	text-align: right;
}

.employees-newpages div.metro-table .clearfixer { 
 margin-bottom: 12px;
}

.employee_select_dropdown select { 
	height: 34px;
	width: 30%;
	margin-left: 0.3%;
	margin-right: 0.3%;
	font-size: 16px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	background-color: #FFF;
	border: 1px #D9D9D9 solid;
	padding: 3px;
	outline: 0;
	font-weight: 200 !important;
}

.employee_select_dropdown .dayselect { 
	width: 15%;
	height: 34px;
	font-size: 16px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	background-color: #FFF;
	border: 1px #D9D9D9 solid;
	padding: 3px; 
	outline: 0;
	font-weight: 200 !important;
}
.employee_select_dropdown .monthselect { 
	width: 50%;
	height: 34px;
	font-size: 16px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	background-color: #FFF;
	border: 1px #D9D9D9 solid;
	padding: 3px; 
	outline: 0;
	font-weight: 200 !important;
}
.employee_select_dropdown .yearselect { 
	width: 25%;
	height: 34px;
	font-size: 16px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	background-color: #FFF;
	border: 1px #D9D9D9 solid;
	padding: 3px; 
	outline: 0;
	font-weight: 200 !important;
}
.metro-file-div { padding: 8px 10px;margin: 8px 8px 0px 8px; min-width: 110px;max-width: 110px;text-align: center;float: left;}
.metro-file-link { color:inherit !important; text-decoration:none;}


/* New Calendar CSS */
.calendar-container { 
	position: relative;
	width: 100%;
	margin: 10px auto 45px;
}

.calendar-container .monthname { 
	font-size: 75px;
	font-family: arial;
	color: #00468C;
	text-align:left;
	margin-bottom: 45px;
	border-bottom: 3px solid #00468C;
}
@media (max-width: 768px) {
	.calendar-container .monthname { 
		font-size: 25px;
		font-family: arial;
		color: #00468C;
		text-align:left;
		margin-bottom: 45px;
		border-bottom: 3px solid #00468C;
	}
}

.metro-calendar {
	font-family: Arial;
	background: transparent;
	background-color: none;
}
.metro-calendar tbody tr th {
	color: #2693FF;
	font-size: 28px;
	text-align:right;
	font-weight: 200;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	text-transform: lowercase;
	width: 14.27%;
	padding: 2px 8px;

}
.calendar_daycell { 
	height: 110px;
	padding: 5px;
}
.calendar_content { 
	color: #3F3F3F;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.metro-calendar tr td:first-child {
	border-left: 1px solid #DDD;
}
.metro-calendar tr td {
	background: rgba(255,255,255,0.01);
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	vertical-align: top;
} 
.metro-calendar table tr td { 
border: none;
}
.metro-calendar table tr td:hover { 
background: none;
}
.metro-calendar tr td:hover .calendar_date{
	background: #545454;
	color: white;
}
.calendar_date { 
	position: relative;
	text-align:right;
	font-weight: 700;
	padding: 4px;
	margin-bottom: 8px;
}
.calendar_prevmonth, .calendar_nextmonth { 
	color: #A2A2A2 !important;
}
@media print {
	* { overflow: visible;}
	.bordered, .bordered tr, .bordered td, .bordered th{font-size: 8px !important;}
	.eventprepitemdiv {padding: 1px; background: #FFF !important; border:none !important; page-break-inside: avoid;}
	.minus40top {margin-top: -40px !important;}
	.bordered td {background-color: white;}
	.bordered th {background: #bbd9f7;}
	.printpagebreak {page-break-after: always;}
	.pagetitle_div {display:none;}
    .calendar-container {page-break-after: always;}
	.zoom55 {zoom:55%}
	.zoom65 {zoom:65%}
	.zoom75 {zoom:75%}
	.zoom85 {zoom:85%}
	.hideonprint {display:none !important;}
	.navybluestyle2 {border: none !important;}
	.showonprint {display:block;}
	.onlyshowonprint {display:block;}
	.table-responsive{overflow: hidden !important;}
	.metro-block-col-xs-12-print-fixer {
		width:32.33333333%;
		min-height:1px;
		padding-left:0px;
		padding-right:0px;
		float:left;
	}
	.metro-block-col-xs-12-print-fixer .toolboxtitletext {font-size: 13px;}
	.metro-block-col-xs-12-print-fixer .largetext {font-size: 18px;}
	.bordered, .bordered tr td{ 
		/* border-radius: 0px !important; - Not sure why we added this */
		/* background: none !important; */
		/* background-color: none !important; */
	}
	
	.pull-right-print {float:right;}.pull-left-print {float:left;}
	
		.col-print-1 {width:8%;  float:left;}
		.col-print-2 {width:16%; float:left;}
		.col-print-3 {width:25%; float:left;}
		.col-print-4 {width:33%; float:left;}
		.col-print-5 {width:42%; float:left;}
		.col-print-6 {width:50%; float:left;}
		.col-print-7 {width:58%; float:left;}
		.col-print-8 {width:66%; float:left;}
		.col-print-9 {width:75%; float:left;}
		.col-print-10{width:83%; float:left;}
		.col-print-11{width:92%; float:left;}
		.col-print-12{width:100%; float:left;}
}
td.blacktitlecell{ 
	background: black;
	color: white;
	font-weight: 700;
}
td.resultcell{ 
	background: #BBBBBB;
	color: black;
	font-weight: 700;
}
.vendorcontactcategorytitle {white-space: nowrap;overflow: hidden;}

/*==================================================
=            Bootstrap 3 Media Queries And Breakpoints                  =
==================================================*/
    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
    .cardtitleresponsive{font-size: 14px;}
	.vendorcontactcategorytitle {font-size: 10px;}
	.eventstatustitles_responsive {font-size: 11px;}
	.eventstatuscolorbox_responsive { height: 12px; width: 12px;}
	.pull-right-xs {float:right;}.pull-left-xs {float:left;}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
    .cardtitleresponsive{font-size: 14px;}
	.vendorcontactcategorytitle {font-size: 10px;}
	.eventstatustitles_responsive {font-size: 11px;}
	.eventstatuscolorbox_responsive { height: 12px; width: 12px;}
	.pull-right-xs {float:right;}.pull-left-xs {float:left;}
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
    .cardtitleresponsive{font-size: 16px;}
	.vendorcontactcategorytitle {font-size: 11px;}
	.eventstatustitles_responsive {font-size: 12px;}
	.eventstatuscolorbox_responsive { height: 14px; width: 14px;}
	.pull-right-sm {float:right;}.pull-left-sm {float:left;}
	}

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
    .cardtitleresponsive{font-size: 20px;}
	.vendorcontactcategorytitle {font-size: 12px;}
	.eventstatustitles_responsive {font-size: 12px;}
	.eventstatuscolorbox_responsive { height: 14px; width: 14px;}
	.pull-right-md {float:right;}.pull-left-md {float:left;}
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
    .cardtitleresponsive{font-size:25px;}
	.vendorcontactcategorytitle {font-size: 16px;}
	.eventstatustitles_responsive {font-size: 15px;}
	.eventstatuscolorbox_responsive { height: 17px; width: 17px;}
	.pull-right-lg {float:right;}.pull-left-lg {float:left;}
    }
	
    /* Responsive Hacks */
    @media only screen and (max-width:900px) and (min-width:400px) {
	.max-width-50 {max-width: 50px;}
	.max-width-75 {max-width: 75px;}
	.max-width-100 {max-width: 100px;}
	.max-width-200 {max-width: 200px;}
	.max-width-400 {max-width: 400px;}
	.max-width-600 {max-width: 600px;}
    }

/*==================================================
                   Bootstrap 3 - 5ths Column Fix                                     
===================================================*/
.col-xs-5ths {
    width: 19%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}
@media (min-width: 768px) {
.col-sm-5ths {
        width: 19%;
        float: left;
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 18.9%;
        float: left;
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 19%;
        float: left;
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
    }
}
/*==================================================
                   Bootstrap 3 - Toggle Switch CSS                                     
===================================================*/
.switch { position: relative; margin: 20px auto; height: 26px; width: 120px; background: rgba(0, 0, 0, 0.25); border-radius: 3px; -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1); }  .switch-label { position: relative; z-index: 2; float: left; width: 58px; line-height: 26px; font-size: 11px; color: rgba(255, 255, 255, 0.35); text-align: center; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45); cursor: pointer; } .switch-label:active { font-weight: bold; }  .switch-label-off { padding-left: 2px; }  .switch-label-on { padding-right: 2px; }  /* * Note: using adjacent or general sibling selectors combined with *       pseudo classes doesn't work in Safari 5.0 and Chrome 12. *       See this article for more info and a potential fix: *       http://css-tricks.com/webkit-sibling-bug/ */ .switch-input { display: none; } .switch-input:checked + .switch-label { font-weight: bold; color: rgba(0, 0, 0, 0.65); text-shadow: 0 1px rgba(255, 255, 255, 0.25); -webkit-transition: 0.15s ease-out; -moz-transition: 0.15s ease-out; -o-transition: 0.15s ease-out; transition: 0.15s ease-out; } .switch-input:checked + .switch-label-on ~ .switch-selection { left: 60px; /* Note: left: 50% doesn't transition in WebKit */ }  .switch-selection { display: block; position: absolute; z-index: 1; top: 2px; left: 2px; width: 58px; height: 22px; background: #65bd63; border-radius: 3px; background-image: -webkit-linear-gradient(top, #9dd993, #65bd63); background-image: -moz-linear-gradient(top, #9dd993, #65bd63); background-image: -o-linear-gradient(top, #9dd993, #65bd63); background-image: linear-gradient(to bottom, #9dd993, #65bd63); -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2); box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2); -webkit-transition: left 0.15s ease-out; -moz-transition: left 0.15s ease-out; -o-transition: left 0.15s ease-out; transition: left 0.15s ease-out; } .switch-blue .switch-selection { background: #3aa2d0; background-image: -webkit-linear-gradient(top, #4fc9ee, #3aa2d0); background-image: -moz-linear-gradient(top, #4fc9ee, #3aa2d0); background-image: -o-linear-gradient(top, #4fc9ee, #3aa2d0); background-image: linear-gradient(to bottom, #4fc9ee, #3aa2d0); } .switch-yellow .switch-selection { background: #c4bb61; background-image: -webkit-linear-gradient(top, #e0dd94, #c4bb61); background-image: -moz-linear-gradient(top, #e0dd94, #c4bb61); background-image: -o-linear-gradient(top, #e0dd94, #c4bb61); background-image: linear-gradient(to bottom, #e0dd94, #c4bb61); }


.nostyle-ul {
	list-style: none;
}
.fsize10 {
	font-size:10px !important;
}
.fsize11 {
	font-size:11px !important;
}
.fsize12 {
	font-size:12px !important;
}
.fsize13 {
	font-size:13px !important;
}
.fsize14 {
	font-size:14px !important;
}
.fsize15 {
	font-size:15px !important;
}
.fsize16 {
	font-size:16px !important;
}
.fsize17 {
	font-size:17px !important;
}
.fsize18 {
	font-size:18px !important;
}
.fsize19 {
	font-size:19px !important;
}
.fsize20 { 
	font-size:20px !important;
}
.cf{*zoom:1}.cf:after,.cf:before{display:table;content:"";line-height:0}.cf:after{clear:both}
.employees-newpages div.metro-table .cf {margin-bottom: 12px;}
.fullcssreset { 
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	font-size: 100% !important;
	font: inherit !important;
	vertical-align: baseline !important;
}
.mpcssreset { 
	margin: 0 !important;
	padding: 0 !important;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.addImageSrc {
max-width: 60px;
}
.ui-tabs-paging-next { 
   float: right !important;
   padding-right: 0px !important;
   }
.ui-tabs-paging-prev, .ui-tabs-paging-next {
     background: none !important;
	 border: none !important;

}
.ui-tabs-paging-prev a,
.ui-tabs-paging-next a {
   display: block; 
   position: relative; 
   top: 1px; 
   border: 0;
   z-index: 2; 
   padding: 5px 12px!important; 
   color: #FFF !important; 
   text-decoration: none;
   background: #0066CC; 
   cursor: pointer;
     border-radius: 4px !important;

}
.ui-tabs-paging-next a:hover,
.ui-tabs-paging-next a:focus,
.ui-tabs-paging-next a:active,
.ui-tabs-paging-prev a:hover,
.ui-tabs-paging-prev a:focus,
.ui-tabs-paging-prev a:active { 
   background: #eee; 
   color: #0066CC !important;
}
.ui-tabs-paging-disabled {
   visibility: hidden;
}
.truncate-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vtext { display: table-cell; vertical-align: middle;}
.trans10 {background: rgba(255,255,255,0.1);}.trans20 {background: rgba(255,255,255,0.2);}.trans30 { background: rgba(255,255,255,0.3);}.trans40 { background: rgba(255,255,255,0.4);}.trans50 { 	background: rgba(255,255,255,0.5);}.trans60 { 	background: rgba(255,255,255,0.6);}.trans70 { 	background: rgba(255,255,255,0.7);}.trans80 { 	background: rgba(255,255,255,0.8);}.trans90 { 	background: rgba(255,255,255,0.9);}

/*!
 * Bootstrap-select v1.7.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
 .bootstrap-select{width: 96%;}.bootstrap-select>.dropdown-toggle{width:100%;padding-right:25px}.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle{border-color:#b94a48}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:96%}.bootstrap-select .dropdown-toggle:focus{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{z-index:auto}.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.btn-group.dropdown-menu-right,.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group{margin-bottom:0}.form-group-lg .bootstrap-select.btn-group.form-control,.form-group-sm .bootstrap-select.btn-group.form-control{padding:0}.form-inline .bootstrap-select.btn-group .form-control{width:100%}.bootstrap-select.btn-group.disabled,.bootstrap-select.btn-group>.disabled{cursor:not-allowed}.bootstrap-select.btn-group.disabled:focus,.bootstrap-select.btn-group>.disabled:focus{outline:0!important}.bootstrap-select.btn-group .dropdown-toggle .filter-option{display:inline-block;overflow:hidden;width:100%;text-align:left}.bootstrap-select.btn-group .dropdown-toggle .caret{position:absolute;top:72%;right:30px;margin-top:-2px;vertical-align:middle}.bootstrap-select.btn-group[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;z-index:1035;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .dropdown-menu.inner{max-height:250px !important;position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li.active small{color:#fff}.bootstrap-select.btn-group .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select.btn-group .dropdown-menu li a{cursor:pointer}.bootstrap-select.btn-group .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select.btn-group .dropdown-menu li a span.check-mark{display:none}.bootstrap-select.btn-group .dropdown-menu li a span.text{display:inline-block}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option{position:static}.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{position:absolute;display:inline-block;right:15px;margin-top:5px}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle{z-index:1036}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%}select.bs-select-hidden,select.selectpicker{display:none!important}select.mobile-device{position:absolute!important;top:0;left:0;display:block!important;width:100%;height:100%!important;opacity:0}
 
.bootstrap-select div.dropdown-menu {position:relative;font-size: 17px !important; height:auto; max-height:300px !important;}"
.bootstrap-select.btn-group .dropdown-menu.inner li.selected {background:#BEDDBE;}"
.bootstrap-select.btn-group .dropdown-menu.inner li.selected a{background:#BEDDBE !important;}"
.bootstrap-select.btn-group .dropdown-menu.inner li.selected span {color:green !important; font-weight:500;}"
.bootstrap-select.btn-group .dropdown-menu.inner li.hidden {display:none;}"

 @media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	.fancybox-opened { top: 20px !important; } 
}

.topblocks .metro-block table { 
	font-size: 13px;
}
.ui-widget{font-family: 'Roboto',Verdana !important;}

input[type=text]:focus, select:focus, textarea:focus { 
    border: 1px solid #0066CC !important;
}
.uppercase { 
	text-transform: uppercase;
}
.lowercase { 
	text-transform: lowercase;
}
a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}
.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.text-black { 
	color: black !important;
}
.text-white { 
	color: white !important;
}
.text-red { 
	color: red !important;
}
.text-blue { 
	color: blue !important;
}