.testCache {
  background:green;
}

/* TODO: split out css to sections */
body {
	min-height: 100vh;
	padding-top: 70px;
	overflow-y: scroll;
	padding-bottom: 25px;
  padding-right: 0px !important;
 }

.errorMsg {
	color: #d9534f;
  }
  .clear {
	  clear: both;
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0;
  }
  .sect {
	  margin-left: 10px;
	  margin-right: 10px;
	  float: left;
  }
  .categoryHeader {
	margin-bottom:0px;
  }
  .subCatHeader {
	margin-bottom:0px;
  min-height: 15px;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 500;
  line-height: 1.1;
  }
  .title {
    font-size: 6px;
    text-align: center;
  }
  .borderOn {
  opacity: 0.5;
  float: left;
  }
  .borderOff {
	border: 0px;
  }
  .progressRight {
	float:right;
	margin-top:10px;
  }
  
  #logo {
	display: inline-block;
	position:relative;
	top:-4px;
	width: 150px;
	height: 30px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	background-image: url("/final-armory/images/logo.png");
  }
  
  #logo:hover,#logo:focus {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
	border: 0
  }
  
  @media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi), (min-resolution: 1.3dppx) {
	  #logo {
		  background-image: url("/final-armory/images/logo.png");
		  background-size: 150px 30px;
	  }
  }
  
  .achGrid {
	  float:left;
	  display: block;
	  width: 220px;
	  margin-right:20px;
  }
  
  /* ## Header ############################### */
  .navbar {
	  min-height:0px !important;
  }
  .navbar-nav > li > a {
	  padding-top: 11px;
	  padding-bottom: 10px;
  }
  .navbar-char-link {
	  margin:0px !important;
	  padding:0px !important;
	  padding-top: 5px !important;
	  padding-bottom: 4px !important;
	  padding-left:13px !important;
	  padding-right:13px !important;
  }
  .navbar-char-image {
	  height:32px;
	  width:32px;
	  border-radius: 3px;
	  margin: 0px;
  }
  .navbar-brand {
	  padding-right:10px;
	  padding-top: 10px;
	  padding-bottom: 10px;
	  height: 41px;
  }
  .navbar-toggle {
	padding:5px;
	margin-top: 7px;
  }
  
  .page-header {
	  margin-top: 0px;
	  margin-bottom: 10px;
	  padding-bottom:0px;
	  overflow:hidden;
  }
  .signin-label {
	  color: #767676;
	  padding: 3px 20px;
  }
  .signin-name {
	  color: #767676;
	  font-weight: 600;
	  padding: 3px 20px;
    white-space: nowrap;
    text-transform: capitalize;
  }
  .owned{
    opacity: 0.3;
  }
  .thumbnail {
    position: relative;
	  padding: 0px;
	  width:48px;
	  height:48px;
	  float:left;
	  margin-bottom:5px;
	  margin-top:0px;
    border: none;
    background-color: transparent;
  }
  .thumbnail-img {
    position: absolute;
    top: 2px !important;
    left: 4px !important;
    display: block;
  }
  .thumbnail-frame {
    background: url(https://img.finalfantasyxiv.com/lds/h/J/-A7DYl4vvLtvGz_nshoUsqtrEc.png) no-repeat;
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
  }
  .pbThumbnail {
	margin-bottom:0px;
  }
  .form-control {
	  border-radius: 0px;
  }
  .input-group-label {
	  min-width: 100px;
  }
  .combobox-container > .input-group {
	  width:100%;
  }
  .pbCell {
	  display:inline-block;
	  position:relative;
	  padding-bottom:6px;
  }
  .pbQual {
	  position:absolute;
	  bottom:0px;
	  right:0px;
	  left:0px;
	  height:6px;
  }
  .pbLevel,.pbBreed
  {
	  color: white;
	  position:absolute;
	  left:38%;
	  top: 2px;
	  height:6px;
	  font-weight:bold;
	  opacity:0;
	  -webkit-transition: opacity .25s ease-in-out;
	 -moz-transition: opacity .25s ease-in-out;
	  transition: opacity .25s ease-in-out;
  }
  .pbBreed {
	  top: 15px;
	  left:20%;
  }
  .opacityOn {
	opacity:1;
  }
  .pbCheckButtom {
	font-size: 12px;
	padding: 4px;
	margin-bottom: 10px;
  }
  .pbSmall {
	display:inline-block;
  }
  .pbSmall > input {
	margin-right: 4px;
  }
  .pbSmall > label {
	font-weight: 400;
  }
    
  /* ## Reputation Page ############################### */
  .rep ul {
	list-style-type: none;
	min-width:665px;
	overflow:none;
	margin:0px;
	padding:0px;
  }
  .rep li {
	min-height: 20px;
	margin-left:25px;
  }
  .rep h3 {
	margin-bottom: 0px;
  }
  
  .factionLabel {
	display:inline-block;
	margin: 0 15px 0 0;
	text-align: right;
	width: 10em;
	font-size: 14px;
	position:relative;
  }
  
  .repProgressBlock {
	display:inline-block;
	height: 10px;
	border-radius: 2px;
	margin-right:1px;
	position: relative;
  }
  
  .repLabel {
	font-size: 10px;
	font-style: italic;
	background-color: transparent
  }
  .repValue {
	position: absolute;
	font-weight: bold;
	font-size: 20px;
	width: 200px;
	top: -10px;
	left: 170px;
	z-index:1;
  }
  /* ## Reputation Page ############################### */
  
  /* ## Mounts Page ############################### */
  .mnt-plan-boss-col {
	min-width: 110px;
  }
  .mnt-plan-mount-col {
	min-width: 200px;
  }
  .mnt-plan-icon {
	width: 15px;
	height: 15px;
	position: relative;
	top: -2px;
	margin-right: 4px;
  }
  .mnt-plan-rare {
	color: #0070dd;
  }
  .mnt-plan-epic {
	color: #a335ee;
  }
  .mnt-icon-step {
	position: relative;
	top: -2px;
	margin-right: 3px;
  }
  /* ## Mounts Page ############################### */
  
  /* Fix up the widths for bigger header */
  @media (min-width: 768px) {
	  .container {
		  width:800px
	  }
  }
  
  @media (min-width: 992px) {
	  .container {
		  width:970px
	  }
  }
  
  @media (min-width: 1200px) {
	  .container {
		  width:1170px
	  }
  }
  
  /* ## Setting Page ############################### */
  .settingsPage .input-group {
	margin: 15px 0;
  }
  .autoLogin {
	display:block;
	font-weight: 400;
	cursor: pointer;
  }
  
  /* Fix bootstrap bug in ios 9 where it zooms in */
  .modal-open {
	overflow-y: auto;
  }
  
  .bug-footer {
	position: fixed;
	right: 0;
	bottom: 0;
	text-align: right;
	background-color: white;
	opacity: 0.8;
	border: 1px solid #eee;
  }
  
  /* Footer */
  .footer {
	display:none;
  }
  
  /* Darkmode overwrites */
  .toggleTheme {
	  cursor: pointer;
  }
  
  body.dark {
	  background-color: hsl(220, 20%, 14%);
	  color: #ffffff;
  }
  
  /* Dark navbar */
  body.dark .navbar {
	  background-color: hsl(220, 20%, 13%);
	  border-color: hsl(220, 20%, 26%);
  }
  
  body.dark .navbar-default .navbar-nav > li > a {
	  color: rgba(255, 255, 255, .7);
  }
  
  body.dark .navbar-default .navbar-nav a {
	  outline: 0;
  }
  
  body.dark .navbar-default .navbar-nav > li > a:hover,
  body.dark .navbar-default .navbar-nav > li > a:focus {
	  color: #ffffff;
  }
  
  body.dark .navbar-default .navbar-nav > .active > a,
  body.dark .navbar-default .navbar-nav > .active > a:focus,
  body.dark .navbar-default .navbar-nav > .open > a,
  body.dark .navbar-default .navbar-nav > .open > a:hover,
  body.dark .navbar-default .navbar-nav > .open > a:focus,
  body.dark .navbar-default .navbar-nav > .active > a,
  body.dark .navbar-default .navbar-nav > .active > a:hover,
  body.dark .navbar-default .navbar-nav > .active > a:focus,
  body.dark .dropdown-menu > .active > a,
  body.dark .dropdown-menu > .active > a:hover,
  body.dark .dropdown-menu > .active > a:focus,
  body.dark .dropdown.open {
	  background-color: hsl(220, 20%, 26%);
	  color: #ffffff;
  }
  
  body.dark .dropdown-menu {
	  background-color: hsl(220, 20%, 13%);
	  color: #ffffff;
  }
  
  body.dark .navbar-default .navbar-toggle,
  body.dark .navbar-default .navbar-toggle:hover,
  body.dark .navbar-default .navbar-toggle:focus {
	  border-color: hsl(220, 20%, 26%);
	  color: #ffffff;
  }
  
  body.dark .navbar-default .navbar-toggle:hover,
  body.dark .navbar-default .navbar-toggle:focus {
	  background-color: hsl(220, 20%, 26%);
  }
  
  @media (max-width: 767px) {
  
	  body.dark .navbar-default .navbar-collapse {
		  border-top: 1px solid hsl(220, 20%, 26%);
	  }
  
	  body.dark .navbar-nav .open .dropdown-menu {
		  background-color: hsl(220, 20%, 13%);
	  }
  
	  body.dark .navbar-default .navbar-nav .open .dropdown-menu > li > a {
		  color: rgba(255, 255, 255, .7);
	  }
  
	  body.dark .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	  body.dark .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	  body.dark .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		  background-color: hsl(220, 20%, 26%);
		  color: #ffffff;
	  }
  }
  
  /* Dark dropdown */
  body.dark .dropdown-menu .divider {
	  background-color: rgba(255, 255, 255, .12);
  }
  
  body.dark .dropdown-menu > li > a {
	  color: rgba(255, 255, 255, .7);
  }
  
  body.dark .dropdown-menu > li > a:hover {
	  background-color: hsl(220, 20%, 26%);
	  color: #ffffff;
  }
  
  /* Dark content styles */
  body.dark .page-header {
	  border-bottom: 1px solid hsl(220, 20%, 26%);
  }
  
  body.dark .progress {
	  background-color: hsl(220, 20%, 26%);
  }
  
  body.dark .progress-bar {
	  background-color: hsl(220, 20%, 35%);
  }
  
  body.dark .signin-label,
  body.dark .signin-name {
	  color: rgba(255, 255, 255, .7);
  }
  
  body.dark .table > thead > tr > th {
	  border-bottom: 2px solid hsl(220, 20%, 39%);
  }
  
  body.dark .cal td:not(.dayspacer) {
	  border: 1px solid hsl(220, 20%, 39%);
  }
  
  body.dark .table > thead > tr > th,
  body.dark .table > tbody > tr > th,
  body.dark .table > tfoot > tr > th,
  body.dark .table > thead > tr > td,
  body.dark .table > tbody > tr > td,
  body.dark .table > tfoot > tr > td {
	  border-top: 1px solid hsl(220, 20%, 39%);
  }
  
  body.dark .table > tbody + tbody {
	  border-top: 2px solid hsl(220, 20%, 39%);
  }
  
  body.dark code {
	  background-color: hsl(220, 20%, 13%);
  }
  
  body.dark .bug-footer {
	  background-color: hsl(220, 20%, 13%);
	  border-color: hsl(220, 20%, 26%);
  }
  
  /* Dark modal */
  body.dark .modal-content {
	  background-color: hsl(220, 20%, 19%);
  }
  
  body.dark .modal-header {
	  border-bottom: 1px solid hsl(220, 20%, 26%);
  }
  
  body.dark .modal-footer {
	  border-top: 1px solid hsl(220, 20%, 26%);
  }
  
  /* Dark input */
  body.dark .input-group-label {
	  background-color: hsl(220, 20%, 19%);
	  border-color: hsl(220, 20%, 26%);
	  color: #ffffff;
  }
  
  body.dark .ui-select-bootstrap .ui-select-choices-row.active > a {
	  background-color: hsl(220, 20%, 26%);
  }
  
  body.dark .ui-select-choices-row-inner div {
	  color: #ffffff;
  }
  
  body.dark textarea,
  body.dark .btn-default,
  body.dark select,
  body.dark .form-control,
  body.dark .cal select {
	  background-color: hsl(220, 20%, 13%);
	  border-color: hsl(220, 20%, 26%) !important;
	  color: #ffffff;
  }
  
  body.dark .btn-default:active,
  body.dark .btn-default:hover,
  body.dark .bnt-default:focus {
	  background-color: hsl(220, 20%, 26%);
	  color: #ffffff;
  }

/* TODO: MOVE TO CALENDAR */
.cal table {
    border-collapse: collapse;
    border-spacing: 0;
}
.cal td {	
    width: 100px;
    min-width: 100px;
    height: 100px;
    color: #333;
    border: 1px solid #ccc;
    font-weight: normal;
    vertical-align: top;
    text-align: left;	
}
.cal td div 
{
    width: 96px;
    height: 72px;
    margin: 2px;
    overflow-y: auto
}
.cal td.dayspacer {
    border: 0
}   
