/* timerHub Live Styles */
/* Grid */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

  /*  #Mobile (Portrait) */
@media all and (max-width: 428px) {
    .hide{
        display:none;
        width:0;
        height:0;
        opacity:0;
        visibility: collapse;
    }
    .right {text-align:right !important;
		    padding-right:2%;}
	.one.column,
	.one.columns                    { width: 20%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap }
	.two.columns                    { width: 25%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap }
	.three.columns                { width: 25%; }
	.four.columns                  { width: 45%; }
}

 /* For devices larger than 428px */
@media (min-width: 430px) {
  .container {
    width: 95%;
    padding: 0;
	}
}
/* For devices larger than 428px */
@media (min-width: 430px) {
  .container {
    width: 95%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .right {text-align:right !important;}
  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%;  overflow: hidden; text-overflow: ellipsis; white-space: nowrap  }
  .three.columns                { width: 22%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap }
  .four.columns                  { width: 30.6666666667%; }
  .five.columns                  { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                { width: 56.6666666667%; }
  .eight.columns                { width: 65.3333333333%; }
  .nine.columns                  { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns              { width: 91.3333333333%; }
  .twelve.columns              { width: 100%; margin-left: 0; }
  .one-third.column          { width: 30.6666666667%; }
  .two-thirds.column        { width: 65.3333333333%; }
  .one-half.column            { width: 48%; }
}
/* Base Styles */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.4em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.3; /*1.6*/
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }


/* Typography */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.2;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.2; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.2;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.2;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 3.5rem; }
  h2 { font-size: 3.0rem; }
  h3 { font-size: 2.5rem; }
  h4 { font-size: 2.0rem; }
  h5 { font-size: 1.5rem; }
  h6 { font-size: 1.0rem; }
}

p {
  margin-top: 0; }

/* Styles for Enterprise Users Header */
.listhdr {
	font-size: 20px;
	letter-spacing:0.5px;
    	font-weight: bold;
    	text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
}
.thub {background-color:#00543C; color:#F9F9F9;}
.rct  {background-color:#BB0000; color:#FFFFFF;}
.otm  {background-color:#2A1B0A; color:#ffffff;}
.mich {background-color:#900505; color:#FF9933;}
.tcrew {background-color:#1B1B1B; color:#FFFFFF;}
.baum {background-color:#6666FF; color:#00FFFF;}
.lem  {background-color:#40003F; color:#FFFF00;}
.swo {background-color:#37C0FB; color:#FFFFFF;}
.wr {background-color:#00019F; color:#FFFFFF;}
.tf {background-color:#FF0000; color:#FFFFFF;}
.tdl {background-color:#519CD3; color:#F8DC65;}
.fst {background-color:#008000; color:#FFFFFF;}
.nts {background-color:#B65228; color:#FFFFFF;}
.rt {background-color:#C40000; color:#FFFFFF;}
.kw {background-color:#2D5C88; color:#FFFFFF;}
.ffr {background-color:#000000; color:#FFFFFF;}
.brt {background-color:#003173; color:#DFE513;}
.tvt {background-color:#006A96; color:#FFCD00;}
.hst {background-color:#FE0000; color:#000000;}
.crt {background-color:#000B84; color:#FFFFFF;}
.rrt {background-color:#1879FF; color:#FFFFFF;}
.rrto {background-color:#FF7F00; color:#000000;}
.bv {background-color:#000000; color:#FFFFFF;}
.sms {background-color:#183663; color:#FFFFFF;}
footer {
    background:#ddd;
    border-top:1px solid #ccc;
}
/*    Chrome Frame Prompt      */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* Lists */
ul {
  list-style: none; }
ol {
  list-style: none; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 0rem; }   /* 1rem */


  /* Utilities */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }

/* web Site Specific styles */
.narrow {
	margin-bottom:1rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
   	font-family:helvetica, arial, sans-serif;
   	font-size:17px;
    	line-height:20px;
    	position: relative;
   	top: 10px;
   	text-align:center;
    	font-style:oblique;
}
#tertiary {
    position:absolute;
    width: 100%;
    top:0px;
    left:0px;
    list-style:none;
}
#tertiary {
    margin-bottom:0px;
 /*   color:#333; */
    font-size:35px;
    font-family:helvetica, arial, serif;
    letter-spacing:-1px;
}
 #header_middle .container {
    padding: 20px 0px 0px 0px;
}
a {
        text-decoration:none;
        color: #000000;
}

a:hover, a:active, a:focus {
    text-decoration:underline;
    outline:none;
    color:#0040AF;
}

/*    FOOTER STYLES     */

footer { margin-top:30px; }
footer .light {
    background:none;
    overflow:auto;
}
footer .left {
	margin-top:10px;
}
footer .right {
	margin-top:10px;
}
footer h5 { color:#111; }
footer p { color:#222; }
footer ul li {
    padding:2px 0px 2px 12px;
    border-bottom:1px solid #bbb;
}
footer ul li a {
    padding:2px 0px;
    color:#444;
    font-size:10px;
}
footer ul li a:hover {
    color:#222;
    text-decoration:none;
}
#footer_bottom p {
    padding:0px 20px 0px 0px;
    color:#333;
    font-size:10px;
    line-height:11px;
}
#footer_bottom  {
    position:absolute;
    width:16px;
    height:18px;
    right:0px;
    top:7px;
}
/*
Clear
*/
.clear { clear:both; }

li.result:last-of-type {
border-bottom:1px solid #A0A0A0;
}
li.result:nth-child(odd)  {
list-style:none;
background: #EFEFEF;                            /* #D0D0D0; */
border-top:1px solid #A0A0A0;
}
li.result:nth-child(even),li.combined:nth-child(3n+5), li.agc:nth-child(5n+7) {
list-style:none;
background: #FFFFFF;                             /* #F8F8F8; */
border-top:1px solid #A0A0A0;
}


/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;}
/*   	CONTENT STYLES    */


.box {
    width: 350px;
    margin-top:0px;
    padding-bottom:0px;
    float:left;
    position:relative;

}
/* main content */
.main_content {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 4px;
	padding-top: 10px;
}
.main_content_separator{
	margin-bottom: 20px;
}

.backButton {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	height:25px;
	line-height:25px;
	width:auto;
	text-decoration:none;
	text-align:center;
}
.backButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.backButton:active {
	position:relative;
top:1px;}
.figcaption {
    font-size: 11px;
    line-height: 11px;
    padding-bottom: 10px;
    padding-top: 0px;
}

/* Panel */
.panel > ul { margin:5px 0 15px 0; padding:0; list-style:none; -webkit-border-radius:0; border-width:0; background-color:transparent; }
.panel > ul > li { margin:0; padding:0; border-width:0; }
.panel > ul > li a, .row > a { text-align:left; padding:11px 22px 10px 10px; /*background:url(images/listArrow.png) center right no-repeat;*/ display:block; text-decoration:none; overflow:hidden; text-overflow:ellipsis; color:#000; font-weight:bold; font-size:17px; }
.panel > ul > li a { margin:0; border:1px solid #aaa; border-bottom-width:0 !important; margin-top:-1px; /*background-color:#fff;*/ }
.panel > ul > li:first-child > a  { -webkit-border-top-right-radius:10px; -webkit-border-top-left-radius:10px; border-top-right-radius:10px;  border-top-left-radius:10px; }
.panel > ul > li:last-child > a { -webkit-border-bottom-right-radius:10px; -webkit-border-bottom-left-radius:10px; border-bottom-right-radius:10px; border-bottom-left-radius:10px; border-bottom-width:1px !important; }
/* LR-specific css for panel headers and footers */
.headfoot { margin:5px 0 15px 0; padding:0; list-style:none; border-radius:0; border-width:0; background-color:transparent; }
.headfoot{ margin:0; padding:0; border-width:0; margin:0;  }
.headfoot:first-child, .headfoot:last-child { background-color:#0040AF; !important; padding:2px 6px; border-width:0 1px; }
.headfoot:first-child  { border-top-right-radius:10px; border-top-left-radius:10px; border-top-width:1px !important; background:#0040AF center left no-repeat !important; text-align:right; padding:11px 22px 10px 10px;vertical-align:middle; }
.headfoot:last-child { border-bottom-right-radius:10px; border-bottom-left-radius:10px; border-bottom-width:1px !important;border-top-width:1px  border-width:0 1px; border-top-width:1px;  }
.headfoot { text-align:left;  min-height:10px !important; border:1px solid #aaa; border-width:0 1px; font-style:oblique; font-size:15px; color:#FFFF00; }
a.headfoot:last-child { background-color:#0040AF; !important; padding:2px 6px; border-width:0 1px; }
a.headfoot:last-child { border-bottom-right-radius:10px; border-bottom-left-radius:10px; border-bottom-width:1px !important;border-top-width:1px  border-width:0 1px; border-top-width:1px;  }
a.publink {word-break: break-word; hyphens: auto; }



/*    FOOTER STYLES     */

footer { margin-top:30px; }
footer .light {
    background:none;
    overflow:auto;
}
footer .left {
	margin-top:10px;
}
footer .right {
	margin-top:10px;
}
footer h3 { color:#111; }
footer p { color:#222; }
footer ul li {
    padding:2px 0px 2px 12px;
    border-bottom:1px solid #bbb;
}
footer ul li a {
    padding:2px 0px;
    color:#444;
    font-size:10px;
}
footer ul li a:hover {
    color:#222;
    text-decoration:none;
}
#footer_bottom p {
    padding:0px 20px 0px 0px;
    color:#333;
    font-size:10px;
    line-height:11px;
}
#footer_bottom  {
    position:absolute;
    width:16px;
    height:18px;
    right:0px;
    top:7px;
}



/* Misc */

section { overflow:hidden; }




/* -------------------------------------------------*/
