﻿/* USED FOR ALL ADPRS SITES*/
/* ========================================
   =        LESS STYLES                   =
   ======================================== */
/* RED THEME */
/* GREEN THEME */
/* BLUE THEME */
/* ========================================
   =          SCAFFOLDING STYLES          =
   ======================================== */
* {
  /* border: 1px solid black; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Circular-Regular, Verdana, Arial, Helvetica, sans-serif;
}
/* This defines the standard font properties of the page */
html,
body {
  border: none;
  font-size: 12px;
  font-family: Circular-Regular, Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  outline: none;
  position: relative;
}
body {
  background: #CCC;
  background-image: linear-gradient(top, #FFFFFF 15%, #CCCCCC 50%);
  background-image: -o-linear-gradient(top, #FFFFFF 15%, #CCCCCC 50%);
  background-image: -moz-linear-gradient(top, #FFFFFF 15%, #CCCCCC 50%);
  background-image: -webkit-linear-gradient(top, #FFFFFF 15%, #CCCCCC 50%);
  background-image: -ms-linear-gradient(top, #FFFFFF 15%, #CCCCCC 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.15, #FFFFFF), color-stop(0.5, #CCCCCC));
  background-repeat: no-repeat;
}
/* this style defines the maximum width of the page */
.page-container {
  margin: 0px auto;
  padding: 10px;
  height: auto;
  max-width: 980px;
}
.page-header {
  display: inline-block;
  margin-bottom: 5px;
  /*height: 70px;*/
  width: 100%;
}
.page-header-logo {
  height: 60px;
  max-width: 230px;
}
.page-header-sub-logo img {
  float: right;
}
.page-header-logo a img {
  border: 0;
}
.page-header-welcome {
  margin: 5px 0px 0px 15px;
  font-weight: bold;
}
.page-header-sub-logo {
  height: 55px;
  margin-bottom: 5px;
  max-width: 100% /* FIREFOX BUG */;
}
.page-title-row {
  margin: 5px 0;
}
.page-title {
  margin: 0 10px;
  font-size: 16px;
  font-weight: bold;
}
.page-content {
  margin-left: 20px;
}
/* this style defines the minimum height of the page - i.e. the body */
.page-body {
  display: inline-block;
  min-height: 483px;
  /*don't change*/
  background-color: #FFF;
  border: 1px solid #CCC;
  margin: 10px 0px 8px 0px;
}
.page-body table:nth-of-type(n+2) {
  margin: 0px auto;
  margin-top: 20px;
}
.page-body table:nth-of-type(1) {
  /* width: 100%; // defines the page title as left.
    margin: 0px 0px 20px 0px;*/
}
.page-body form {
  /* defines the page title.*/
  width: 100%;
}
.page-body iframe {
  position: relative;
  z-index: 3;
}
.page-body-noborder {
  background-color: #F6F6F6;
  width: 100%;
}
.innertube {
  padding: 5px !important;
}
.left-spacing {
  padding-left: 5px;
}
.right-spacing {
  padding-right: 5px;
}
.outertube {
  margin: 5px !important;
}
.horizontaltube {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.verticaltube {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.row {
  float: left;
  width: 100%;
}
.row:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
/* USE THESE TO CREATE POSITIONING 
    BEST PRACTICE IS TO APPLY TO A DIV WITHOUT OTHER STYLE CLASSES */
.span1,
.span1fix {
  float: left;
  width: 8%;
}
/* 8.3  */
.span2,
.span2fix {
  float: left;
  width: 16.3%;
}
/* 16.6 */
.span3,
.span3fix {
  float: left;
  width: 24.5%;
}
/* 25   */
.span4,
.span4fix {
  float: left;
  width: 32.8%;
}
/* 33.3 */
.span5,
.span5fix {
  float: left;
  width: 41.3%;
}
/* 41.6 */
.span6,
.span6fix {
  float: left;
  width: 49.5%;
}
/* 50   */
.span7,
.span7fix {
  float: left;
  width: 58%;
}
/* 58.3 */
.span8,
.span8fix {
  float: left;
  width: 66.3%;
}
/* 66.6 */
.span9,
.span9fix {
  float: left;
  width: 74.5%;
}
/* 75   */
.span10,
.span10fix {
  float: left;
  width: 83%;
}
/* 83.3 */
.span11,
.span11fix {
  float: left;
  width: 91.3%;
}
/* 91.6 */
.span12,
.span12fix {
  float: left;
  width: 99.5%;
}
/* 100  */
.span13,
.span13fix {
  width: 100%;
}
/* */
.push1 {
  margin-left: 8%;
}
.push2 {
  margin-left: 16.3%;
}
.push3 {
  margin-left: 24.5%;
}
.push4 {
  margin-left: 32.8%;
}
.push5 {
  margin-left: 41.3%;
}
.push6 {
  margin-left: 49.5%;
}
.push7 {
  margin-left: 58%;
}
.push8 {
  margin-left: 66.3%;
}
.push9 {
  margin-left: 74.5%;
}
.push10 {
  margin-left: 83%;
}
.push11 {
  margin-left: 91.3%;
}
.push12 {
  margin-left: 99.5%;
}
.pull1 {
  margin-right: 8%;
}
.pull2 {
  margin-right: 16.3%;
}
.pull3 {
  margin-right: 24.5%;
}
.pull4 {
  margin-right: 32.8%;
}
.pull5 {
  margin-right: 41.3%;
}
.pull6 {
  margin-right: 49.5%;
}
.pull7 {
  margin-right: 58%;
}
.pull8 {
  margin-right: 66.3%;
}
.pull9 {
  margin-right: 74.5%;
}
.pull10 {
  margin-right: 83%;
}
.pull11 {
  margin-right: 91.3%;
}
.pull12 {
  margin-right: 99.5%;
}
/* THIS CLEARS FLOATS ON ALL SUBSEQUENT PAGE ELEMENTS */
.clear {
  clear: both;
}
/* ========================================
   =        REV UI BASE STYLES            =
   ======================================== */
/* APPLY THIS STYLE TO ANY PAGE ELEMENT THAT YOU WANT TO HAVE ROUNDED CORNERS
    WORKS WITH OTHER STYLE CLASSES */
.rounded {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.rounded-top {
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.rounded-bottom {
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
.rounded-left {
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
}
.rounded-right {
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
}
/* APPLY THIS STYLE TO ANY PAGE ELEMENT THAT YOU WANT TO HAVE A DROP SHADOW
    WORKS WITH OTHER STYLE CLASSES */
.shadow {
  -webkit-box-shadow: 3px 3px 5px #AAA;
  /* aaa */
  -moz-box-shadow: 3px 3px 5px #AAA;
  box-shadow: 3px 3px 5px #AAA;
}
/* APPLY THIS STYLE TO ANY PAGE ELEMENT THAT YOU WANT TO HAVE A SHAD
    WORKS WITH OTHER STYLE CLASSES */
.shadow-in {
  -moz-box-shadow: inset 0 0 5px 5px #CCC;
  -webkit-box-shadow: inset 0 0 5px 5px #CCC;
  box-shadow: inset 0 0 5px 5px #CCC;
}
.gradient {
  background: #CCC;
  background-image: linear-gradient(top, #EEE 0%, #CCC 100%);
  background-image: -o-linear-gradient(top, #EEE 0%, #CCC 100%);
  background-image: -moz-linear-gradient(top, #EEE 0%, #CCC 100%);
  background-image: -webkit-linear-gradient(top, #EEE 0%, #CCC 100%);
  background-image: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EEE), color-stop(1, #CCC));
}
.outline {
  border: 1px solid #CCC;
}
.title-line {
  /* THIS IS INTENDED TO BE APPLIED TO HR ELEMENTS */
  border: 0px;
  height: 3px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  background-image: -moz-linear-gradient(left, #00C 0%, #FFF 75%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #00C), color-stop(0.75, #FFF));
  background-image: -webkit-linear-gradient(left, #00C 0%, #FFF 75%);
  background-image: -o-linear-gradient(left, #00C 0%, #FFF 75%);
  background-image: -ms-linear-gradient(left, #00C 0%, #FFF 75%);
  background-image: linear-gradient(left, #00C 0%, #FFF 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#0000CC', endColorstr='#FFFFFF');
  /* IE */
}
.button {
  text-align: center;
  padding: 10px;
  border: 1px solid #CCC;
  width: auto !important;
  display: inline-block !important;
}
/* ========================================
   =             ACTION MENUS             =
   ======================================== */
/* USE THESE STYLES FOR THE POP-OUT MENUS FOR INDIVIDUAL ROW ITEMS */
/* http://www.queness.com/preview/1047/easy-to-style-jquery-drop-down-menu-tutorial */
.action-menu {
  text-align: right;
}
.action-menu img {
  position: relative;
}
.action-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.action-menu a {
  display: block;
  /* display block will make the link fill the whole area of LI */
  padding: 5px;
  color: #666;
  text-decoration: none;
}
.action-menu > ul > li > ul {
  background: #EEE;
  border: 1px solid #CCC;
  border-radius: 5px;
  display: none;
  line-height: 1em;
  padding: 3px;
  position: absolute;
  margin-top: -25px;
  right: 25px;
}
.action-menu > ul > li > ul > li {
  background: #FFF;
  text-align: left;
}
.action-menu > ul > li > ul > li:hover {
  background: #FFD;
}
/* http://www.queness.com/preview/1047/easy-to-style-jquery-drop-down-menu-tutorial */
/* ========================================
   =       REV UI CONTENT STYLES          =
   ======================================== */
img {
  text-align: center;
  max-width: 100%;
}
a:link,
a:visited,
a:active {
  color: #36C;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  cursor: pointer;
}
input {
  /*.rounded ;*/
  font-size: 1.1em;
  padding: 2px 5px;
  margin: 1px 5px !important;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
  /*border: 1px solid @adp-base;
	-webkit-box-shadow: 0 0 @shadow-blur 2px @adp-light;
	-moz-box-shadow: 0 0 @shadow-blur 2px @adp-light;
    box-shadow: 0 0 @shadow-blur 2px @adp-light;*/
}
.error-msg {
  background-color: #FCC;
  border: 1px solid #F99;
}
.warning-msg {
  background-color: #FFC;
}
.info-msg {
  background-color: #CFF;
  border: 1px solid #9FF;
}
.error-msg,
.info-msg {
  margin: 10px 0px;
  padding: 10px;
}
.warning-msg {
  margin: 0;
  padding: 10px 20px;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  transition: 0.3s height ease-in-out;
  font-family: Circular-Regular, Arial, sans-serif;
}
.warning-msg .title-14 {
  font-family: Circular-Regular;
  font-size: 16px;
}
.warning-msg.clamp {
  padding: 10px 20px 40px 20px;
}
.warning-msg.clamp .warning-clamp {
  display: block;
}
.warning-msg .clamp-more {
  display: none;
}
.warning-msg .clamp-less {
  display: block;
}
.warning-msg.close-clamp {
  padding: 10px 20px;
}
.warning-msg.close-clamp .clamp-more {
  display: block;
}
.warning-msg.close-clamp .clamp-less {
  display: none;
}
.warning-msg.close-clamp .warning-clamp {
  background: #f6f6f6;
  background: linear-gradient(0deg, #FFC 40%, rgba(0, 212, 255, 0) 100%);
}
.warning-msg .warning-clamp {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-left: -20px;
  padding: 30px 0 5px;
  text-align: center;
}
/* ===== THESE ARE FOR TEXT ===== */
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.top {
  vertical-align: top;
}
.middle {
  vertical-align: middle;
}
.bottom {
  vertical-align: bottom;
}
.bold,
.b {
  font-weight: bold;
}
.u {
  text-decoration: underline;
}
.i {
  font-style: italic;
}
/* ===== THESE ARE FOR DIVS ===== */
.centered {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  float: none !important;
}
.righted {
  clear: both;
  display: inline-block !important;
  float: right !important;
  width: 100%;
  background: #FFF;
}
.inherit {
  background: transparent;
  border: inherit;
  color: inherit;
  font: inherit;
  line-height: inherit;
}
/* ========================================
   =      HEADER LINKS STYLES             =
   ======================================== */
.page-header-links {
  display: inline-block;
}
.page-header-links ul {
  list-style: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
.page-header-links ul li {
  float: left;
}
.page-header-links ul li a,
.page-header-links ul li a:hover,
.page-header-links ul li a:visited {
  color: #000;
  font-size: 12px;
  display: inline-block;
  padding: 5px;
  text-decoration: none;
}
.page-header-links ul li a:hover {
  color: #000;
  text-decoration: underline;
}
/* ========================================
   =           NAVBAR STYLES              =
   ======================================== */
.page-header > .navbar,
.page-footer > .navbar {
  /* BREAKS IN IE8 */
  width: 100%;
  margin: 0px;
}
.navbar {
  /* BREAKS IN IE8 */
  margin: 0px;
  /* height: 37px;*/
  border: 1px solid #AAA;
  /* #CCC */
  width: 100%;
}
.navbar ul {
  /* display: inline-block;*/
  list-style: disc outside none;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
/* TOP LEVEL NAVBAR MENU ITEMS */
.navbar ul li {
  float: left;
  color: #000;
  display: inline-block;
  font-size: 12px;
}
.navbar ul li:first-child a {
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  /* LESS CSS */
}
.navbar ul li:last-child a {
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  /* LESS CSS */
}
.navMini ul li a {
  border: 0px solid transparent !important;
  padding: 5px;
}
.navbar ul li a,
.navbar ul li a:hover,
.navbar ul li a:visited {
  border-right: 1px solid #EEE;
  color: #000;
  display: inline-block;
  padding: 10px 8px;
  text-decoration: none;
  font-weight: bold;
}
.navbar ul li a:hover {
  color: #000;
  text-decoration: none;
  background-color: #f7f7f7;
}
.navbar .highlight {
  background-color: #cce;
  text-transform: uppercase;
}
/* ===== THIS CREATES A NAVBAR SUBMENU ===== 
   ===== ALSO APPLIED TO HEADER LINKS SUBMENU ===== */
.navbar > ul > li > div,
.page-header-links > ul > li > div {
  background: #EEE;
  border: 1px solid #CCC;
  max-width: 250px;
  padding: 0px;
  position: absolute;
  z-index: 1000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /* LESS */
  -webkit-box-shadow: 3px 3px 5px #AAA;
  /* aaa */
  -moz-box-shadow: 3px 3px 5px #AAA;
  box-shadow: 3px 3px 5px #AAA;
  /* LESS */
}
.navbar > ul > li > div > div,
.page-header-links > ul > li > div > div {
  z-index: 11;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /* LESS */
}
.navbar .column,
.page-header-links .column {
  background: transparent;
  float: left;
  /* width: 180px; width of each menu column*/
  padding: 10px;
  width: auto;
}
/* THESE ARE NAVBAR SUBMENU HEADERS */
.navbar .column h3,
.page-header-links .column h3 {
  /* background: #999; */
  color: #000;
  border: 1px solid #CCC;
  font-size: 12px;
  font-family: inherit;
  font-weight: bold;
  padding: 5px;
  margin: 0;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  /* LESS CSS */
  background: #CCC;
  background-image: linear-gradient(top, #EEE 0%, #CCC 100%);
  background-image: -o-linear-gradient(top, #EEE 0%, #CCC 100%);
  background-image: -moz-linear-gradient(top, #EEE 0%, #CCC 100%);
  background-image: -webkit-linear-gradient(top, #EEE 0%, #CCC 100%);
  background-image: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EEE), color-stop(1, #CCC));
  /* LESS CSS */
}
.navbar .column ul,
.page-header-links .column ul {
  /* list-style: disc outside none; */
  background: #FFF;
  display: inline-block;
  margin: 0px;
  padding: 0px !important;
  list-style: none;
  width: 100%;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  /* LESS CSS */
}
/* THESE ARE NAVBAR SUBMENU ITEMS */
.navbar .column ul li,
.page-header-links .column ul li {
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  /* margin-left: 25px;*/
  display: list-item;
  clear: both;
}
/* ASSIGN THIS STYLE TO SHOW A LINK INACTIVE - NOT WITH ANCHOR TAG */
.navbar .column ul li .inactive,
.page-header-links .column ul li .inactive {
  font-style: italic;
  color: #AAA;
  margin: 0px;
  padding: 5px !important;
}
.navbar .column ul li a,
.navbar .column ul li a:hover,
.navbar .column ul li a:visited,
.page-header-links .column ul li a,
.page-header-links .column ul li a:hover,
.page-header-links .column ul li a:visited {
  /* color: #1379b0; */
  color: #36C;
  background: transparent;
  font-weight: normal;
  border: 0px !important;
  margin: 0px;
  padding: 7px 5px;
  display: inline-block;
  text-decoration: none;
  list-style: disc outside none;
  list-style-type: none;
}
.navbar .column ul li a:hover,
.page-header-links .column ul li a:hover {
  color: #36C;
  text-decoration: underline;
  background: transparent !important;
  list-style: disc outside none;
  list-style-type: none;
}
/* FIX FOR IE BUG WITH Z-INDEX AND IFRAMES */
.iframe-shim {
  position: absolute;
  border: 0px none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.page-footer .navbar ul li a,
.page-footer .navbar ul li a:hover,
.page-footer .navbar ul li a:visited {
  /*background: transparent !important;*/
  font-weight: normal;
  color: #000 !important;
}
/* ========================================
   =       MOBILE MENU PANEL STYLES       =
   ======================================== */
/* ========================================
   =          BREADCRUMB STYLES           =
   ======================================== */
.page-breadcrumbs {
  /* text-align: center; */
  margin: 5px 0;
  padding: 5px;
}
.page-breadcrumbs ul {
  list-style: none;
  display: inline-block;
  margin: 0px;
  padding: 0px;
}
.page-breadcrumbs ul li {
  display: inline;
}
.page-breadcrumbs ul li a {
  display: block;
  float: left;
  height: 25px;
  line-height: 15px;
  background: #0000cc;
  text-align: center;
  padding: 5px 10px 5px 20px;
  position: relative;
  margin: 0 10px 0 0;
  text-decoration: none;
  color: #FFF !important;
}
.page-breadcrumbs ul li a:after {
  content: "";
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #0000cc;
  position: absolute;
  right: -12px;
  top: 0;
  z-index: 1;
}
.page-breadcrumbs ul li a:before {
  content: "";
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #FFF;
  position: absolute;
  left: 0;
  top: 0;
}
.page-breadcrumbs ul li:first-child a {
  padding-left: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.page-breadcrumbs ul li:first-child a:before {
  display: none;
}
/* 
.page-breadcrumbs ul li:last-child a {
	padding-right: 20px;
	border-top-right-radius: 10px; 
	border-bottom-right-radius: 10px;
}

.page-breadcrumbs ul li:last-child a:after {
	display: none; 
}
*/
.page-breadcrumbs li:nth-child(2) a {
  background: #2828cc;
}
.page-breadcrumbs li:nth-child(2) a:after {
  border-left-color: #2828cc;
}
.page-breadcrumbs li:nth-child(3) a {
  background: #5050cc;
}
.page-breadcrumbs li:nth-child(3) a:after {
  border-left-color: #5050cc;
}
.page-breadcrumbs li:nth-child(4) a {
  background: #7878cc;
}
.page-breadcrumbs li:nth-child(4) a:after {
  border-left-color: #7878cc;
}
.page-breadcrumbs li:nth-child(5) a {
  background: #a0a0cc;
}
.page-breadcrumbs li:nth-child(5) a:after {
  border-left-color: #a0a0cc;
}
/* ===== HOVER ===== */
.page-breadcrumbs ul li a:hover {
  background: #600;
}
.page-breadcrumbs ul li a:hover:after {
  border-left-color: #600;
}
/* ========================================
   =         PORTLET STYLES               =
   ======================================== */
.portlet {
  background: #FFF;
  border: 1px solid #AAA;
  border-collapse: separate;
  border-spacing: 0;
  display: inline-block;
  margin: 5px;
  overflow: hidden;
  position: relative;
}
.portlet-footer {
  position: absolute;
  bottom: 0px;
}
.portlet-title {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  /* used to be bold */
  vertical-align: middle;
  padding: 5px;
  margin: 0px;
}
.portlet-title-nolink {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  padding: 5px;
  margin: 0px;
}
.portlet-title a:link,
.portlet-title a:hover,
.portlet-title a:visited {
  color: #36C;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
}
.portlet-title a:hover,
.portlet-title:hover {
  text-decoration: underline !important;
}
.portlet-body {
  display: inline-block;
  font-size: 12px;
  padding: 5px 5px;
  width: 100%;
}
.portlet-bottom {
  background-color: #FFF;
  border-top: 1px solid #CCC;
  padding: 5px 3px;
}
/* ========================================
   =          TABLE STYLES                =
   ======================================== */
/* ===== ALT ROWS ===== */
.alt-rows tr:nth-child(odd) {
  background-color: #EEE;
}
.alt-rows tr:nth-child(even) {
  background-color: #FFF;
}
/* ===== ALT COLUMNS ===== */
.alt-cols td:nth-of-type(even) {
  background-color: #EEE;
}
.alt-cols tr:nth-child(even) {
  background-color: #FFF;
}
/* ===== TABLE GRID ===== */
.tablegrid {
  width: 100%;
}
.tablegrid tr:nth-child(odd) {
  background-color: #EEE;
}
.tablegrid tr:nth-child(even) {
  background-color: #FFF;
}
.tablegrid td {
  /*padding: ( @margin / 2 );*/
}
.tablegrid td:first-child {
  /* text-align: right;  */
  padding: 5px;
  font-weight: bold;
}
.tablegrid td:nth-child(n+2) {
  /* min-width: 50%; */
}
/* ===== TR-BORDERS ===== */
.tr-borders,
.tr-borders tr,
.tr-borders th {
  border-spacing: 0px;
  /* instead of border-collapse: collapse; */
}
.tr-borders tr,
.tr-borders th {
  border-top: 1px solid #CCC;
}
.tr-borders tr:last-child,
.tr-borders th:last-child {
  border-bottom: 1px solid #CCC;
}
.tr-borders td {
  padding: 5px;
}
/* ===== TH REVERSE ===== */
.th-reverse th {
  background-color: #333;
  color: #fff;
  padding: 5px;
  text-align: left;
  vertical-align: top;
}
.th-reverse td {
  padding: 5px;
}
/* ========================================
   =          LEFT NAV STYLES             =
   ======================================== */
.left-nav {
  margin-top: -40px;
  margin-left: -75px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
.left-nav ul {
  padding: 0px;
}
.left-nav li {
  /* float: left;
	width: auto;*/
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.left-nav ul li a {
  background: #EEE;
  border: 1px solid #AAA;
  height: 35px;
  margin-right: 10px;
  text-align: center;
  width: 100px;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  /* LESS */
  -webkit-box-shadow: 3px 3px 5px #AAA;
  /* aaa */
  -moz-box-shadow: 3px 3px 5px #AAA;
  box-shadow: 3px 3px 5px #AAA;
  /* LESS */
}
.leftnavlinks {
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
}
.leftnavlinks ul {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  list-style: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px 10px;
}
.leftnavlinks ul ul {
  color: #36C;
  font-size: 10px;
  list-style: none;
  list-style-type: square;
  margin: 0px;
  padding: 0px 5px;
}
/* ========================================
   SPIN CONTROL STYLES
   ======================================== */
.spin-container {
  text-align: center;
}
.spin-control {
  display: inline-block;
  margin: 5px;
  padding: 5px 10px;
}
.spin-label {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 90%;
}
.spin-field {
  background: #FFF;
  border: 0px;
  width: 60px;
  height: 45px;
  line-height: 45px;
  margin: 0px !important;
  padding: 0px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: #360;
  -webkit-text-shadow: 0px 2px 3px #666;
  -moz-text-shadow: 0px 2px 3px #666;
  text-shadow: 0px 2px 3px #666;
}
.spin-button {
  background: #FFF;
  border: 1px solid #DDD;
  width: 25px;
  height: 45px;
  margin: 0px -5px 2px !important;
  padding: 0px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  -webkit-text-shadow: 0px 2px 3px #CCC;
  -moz-text-shadow: 0px 2px 3px #CCC;
  text-shadow: 0px 2px 3px #CCC;
}
.spin-plus {
  color: #360;
}
.spin-minus {
  color: #900;
}
/* ========================================
   MEDIA QUERIES
   ======================================== */
@media only screen and (max-width: 768px) {
  .noMobile {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .span1,
  .span2,
  .span3,
  .span4,
  .span5,
  .span6,
  .span7,
  .span8,
  .span9,
  .span10,
  .span11,
  .span12,
  .span13 {
    float: left;
    margin: 0px auto;
    width: 100%;
  }
  .page-container {
    margin: 0 auto;
    height: auto;
    max-width: 100%;
    min-width: 100%;
  }
  .page-body,
  .page-body-noborder {
    margin: 10px 0px !important;
  }
}
/* ========================================
   MEDIA QUERIES - PRINT
   ======================================== */
@media print {
  .header *,
  .page-header *,
  .page-nav *,
  .page-footer * {
    display: none !important;
  }
  body {
    background: none !important;
  }
  .page-body {
    border: none;
  }
  /* THIS IS DONE TO MAINTAIN PAGE STRUCTURE AND LAYOUT */
  .noPrint {
    visibility: hidden;
    display: none !important;
  }
  form {
    position: absolute;
    left: 0;
    top: 0;
  }
  #section-to-print,
  #section-to-print * {
    visibility: visible;
  }
  #section-to-print {
    position: absolute;
    left: 0;
    top: 0;
  }
  a:link:after,
  a:visited:after {
    display: none;
    content: "";
  }
}