@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,600|Open+Sans+Condensed:300,700';
@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc2/css/bootstrap-glyphicons.css");
@import 'bootstrap.css';

body {
	color: #333;
	font-family: 'Open Sans', sans-serif;
}

a {
	color: #008fd5;
}

a:hover, a:focus {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'Open Sans Condensed', sans-serif;
}

p,
ol,
ul {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
}

hr {
	border-top: 1px solid #bfbfbf;
	border-bottom: 0;
	margin: 24px 0;
}

label {
	font-weight: 600;
}

.form-control {
	width: auto;
	display: inline-block;
}

.no-padding {
	padding: 0;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

#main-header {
	margin-bottom: 24px;
}

#main-header #top-bar {
	background: #d9eef9;
	padding: 6px 0;
}

#main-header #top-bar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main-header #top-bar ul li {
	display: inline-block;
}

#main-header #top-bar ul li {
	margin-right: 18px;
}

#main-header #top-bar ul li:last-of-type {
	margin-right: 0;
}

#main-header #top-bar ul li a {
	display: block;
	font-size: 16px;
	font-weight: 800;
}

#main-header .pull-left {
	font-size: 13px;
	text-transform: uppercase;
	color: #555;
}

#main-header .alt#top-bar {
	background: #efefef;
}

#main-header .alt#top-bar ul li a {
	color: #16b99d;
}

#logos {
	padding: 24px 0;
}

.start-box {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #fff;
	text-align: center;
	padding: 36px 12px;
	margin-bottom: 12px;
	cursor: pointer;
}

#start-buttons .start-box {
	min-height: 177px;
}

.start-box img {
	display: block;
	margin: 0 auto 12px;
}

#new-box {
	background: #008fd5;
}

a:hover #new-box {
	background: #2db8ee;
}

#modify-box {
	background: #16b99d;
}

a:hover #modify-box {
	background: #36cfb5;
}

#download-box {
	background: #2e5b97;
	margin-right: 0;
}

a:hover #download-box {
	background: #4b78b4;
}

::-webkit-input-placeholder {
	font-style: italic;
}

:-moz-placeholder {
	font-style: italic;
	opacity: 1;
}

::-moz-placeholder {
	font-style: italic;
	opacity: 1;
}

:-ms-input-placeholder {
	font-style: italic;
}

form label {
	display: block;
}

form input {
	margin: 12px 0;
	font-size: 14px;
}

form input {
	padding: 4px 12px;
}

form input[type="radio"],
form input[type="checkbox"] {
	margin-right: 6px;
}

form input[type="submit"] {
	background: #008fd5;
	color: #fff;
	font-size: 18px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	padding: 6px 24px;
	border: 0;
}

form input[type="submit"]:hover {
	background: #0075af;
}

.form-group {
	margin-bottom: 12px;
}

.invalid-input {
	border-color: red;
	border-width: 2px;
}

.error-box {
	background: #f5cdcd;
	color: #980000;
	border: 1px solid #980000;
	padding: 5px;
	margin: 18px 0;
}

.error-box ul {
	margin: 0;
	padding: 6px 0;
	list-style: none;
}

.error-heading {
	font-weight: 700;
	text-transform: uppercase;
}

.error-box ul li {
	margin-bottom: 6px;
}

.error-box ul li:last-of-type {
	margin-bottom: 0;
}

.form-error {
	display: inline-block;
	transform: translate(0%,50%);
	color: #da2222;
	font-weight: 600;
	margin-left: 4px;
}

.error-message {
	margin-left: 32px;
	font-size: 13px;
}

.star-icon,
.error-icon,
.clock-icon,
.calendar-icon {
	width: 22px;
	height: 22px;
	display: inline-block;
	position: absolute;
}

.star-icon {
	background: url('../img/star.png') no-repeat;
}

.error-icon {
	background: url('../img/error.png') no-repeat;
}

.clock-icon {
	background: url('../img/clock.png') no-repeat;
}

.calendar-icon {
	background: url('../img/calendar.png') no-repeat;
}

#main-footer {
	background: #494949;
	font-weight: 300;
	color: #fff;
	text-align: center;
	padding: 12px 0;
	margin-top: 24px;
}

.button-a,
.button-b,
.button-c,
.button-d,
.button-e,
.button-f {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	margin-right: 18px;
	padding: 6px 24px;
	font-size: 16px;
	display: inline-block;
	cursor: pointer;
	text-align: center;
}

.button-a:hover {
	background: #0075af;
}

.button-b:hover {
	background: #82afc8;
}

.button-c:hover {
	background: #389cce;
}

.button-d:hover {
	background: #61a9cc;
}

.button-e:hover {
	color: #fff;
	border-color: #fff;
}

.button-a:hover,
.button-c:hover,
.button-f:hover {
	color: #fff;
}

.button-b:hover,
.button-d:hover {
	color: #000;
}

.button-a {
	background: #008fd5;
	color: #fff;
}

.button-b {
	background: #b2ddf2;
	color: #000;
}

.button-c {
	background: #4cb0e2;
	color: #fff;
}

.button-d {
	background: #7fc7ea;
	color: #000;
}

.button-e {
	border: 1px solid #fff;
	color: #fff;
	border-radius: 2px;
}

.button-f {
	background: #6f6f6f;
	color: #fff;
}

.button-f:hover {
	background: #494949;
}

.button-large {
	font-size: 150%;
	padding: 18px 48px;
	margin: 18px 0;
}

form input[type="submit"].button-large {
	font-size: 150%;
	width: 100%;
	padding: 12px;
}

.upload-area {
	margin: 32px 0;
	padding: 48px;
	text-align: center;
	background: #7fc7ea;
	color: #fff;
}

.upload-imaging-area {
	margin: 32px 0;
	padding: 48px;
	text-align: center;
	background: #b22222;
	color: #fff;
}

.dz-hover {
	background: #008fd5;
}

.upload-area a {
	margin-top: 6px;
	margin-right: 0;
	display: inline-block;
}

.upload-imaging-area a {
	margin-top: 6px;
	margin-right: 0;
	display: inline-block;
}

.search-box {
	background: #d9eef9;
	padding: 24px;
}

.search-box h2 {
	margin: 0;
}

.search-box input:not([type='checkbox']) {
	width: 100%;
	height: 40px;
	border: 0;
}

table {
	width: 100%;
}

table thead th,
table tfoot td {
	border-right: 1px solid #6e6e6e;
}

table tbody td {
	border-right: 1px solid #e5e5e5;
}

table thead tr th:last-child,
table tbody tr td:last-child,
table tfoot tr td:last-child {
	border-right: 0;
}

table thead th,
table tbody td,
table tfoot td {
	padding: 6px 18px;
}

table tbody tr:nth-child(even) {
	background: #efefef;
}

table thead,
table tfoot {
	background: #7b7b7b;
	color: #fff;
	text-transform: uppercase;
}


table tbody tr.clickable:hover {
	background: #d9eef9;
	cursor: pointer;
}

tr.last-clicked {
	background: #ffff99 !important;
}

table .star-icon,
table .error-icon,
table .clock-icon {
	position: static;
	float: right;
}

.button-form-a,
.button-form-b,
.button-form-c,
.button-form-d,
.button-form-e,
.button-form-a-alt,
.button-form-c-alt {
	font-family: 'Open Sans', sans-serif;
	padding: 2px 6px;
	text-align: center;
	display: block;
	text-transform: uppercase;
}

.button-form-a {
	background: #16b99d;
	color: #fff;
}

.button-form-b {
	background: #f9f864;
}

.button-form-e {
	background: #facbcb;
}

.button-form-a-alt {
	background: #a0cfc7;
}

.button-form-c-alt {
	background: #fff473;
}

.button-form-b,
.button-form-c,
.button-form-e,
.button-form-a-alt,
.button-form-c-alt {
	color: #333;
}

.button-form-a:hover,
.button-form-d:hover {
	color: #fff;
}

.button-form-b:hover,
.button-form-c:hover,
.button-form-e:hover,
.button-form-a-alt:hover,
.button-form-c-alt:hover {
	color: #333;
}

.button-form-d {
	background: #008fd5;
	color: #fff;
}

.button-form-d:hover {
	background: #0075af;
}




.status-none,
.status-error,
.status-new,
.status-download,
.status-mrd,
.status-qa,
.status-invoice,
.status-held
 {
	font-family: 'Open Sans', sans-serif;
	padding: 2px 6px;
	text-align: center;
	display: block;
	text-transform: uppercase;
}

.status-none,
.status-none:hover {
	color: #333;
}

.status-error,
.status-error:hover {
	color: #fff;
	background: #f00;
}

.status-held,
.status-held:hover {
	color: #fff;
	background: #ff6e00;
}

.status-new,
.status-new:hover {
	color: #333;
	background: #ff0;
}

.status-mrd,
.status-mrd:hover {
	color: #fff;
	background: #088200;
}

.status-qa,
.status-qa:hover {
	color: #fff;
	background: #0a9;
}

.status-invoice,
.status-invoice:hover {
	color: #fff;
	background: #0072d1;
}

.status-download,
.status-download:hover {
	color: #fff;
	background: #520082;
}


.button-form-a {
	background: #16b99d;
	color: #fff;
}

.button-form-b {
	background: #f9f864;
}

.button-form-e {
	background: #facbcb;
}

.button-form-a-alt {
	background: #a0cfc7;
}



.button-block {
	display: block;
	margin: 8px 0;
	text-align: center;
}

.button-dark {
	color: #555;
	border-color: #555;
}

.button-dark:hover {
	color: #008fd5;
	border-color: #008fd5;
}

#filter {
	margin-top: 9px;
}

#filter .button-a:hover {
	background: #c1c1c1;
	color: #000;
}

#filter h3 {
	display: inline-block;
}

.button-small {
	margin: 0;
	padding: 2px 18px;
}

.inline-label {
	display: inline-block;
	font-weight: 400;
}

.well {
	background: #d9eef9;
	text-align: center;
	padding: 38px;
	margin: 0 auto;
}

.well input {
	border: 0;
}

.well .form-group {
	margin: 0;
}

.well h2 {
	margin: 12px 0;
	font-size: 24px;
}

.well input:not([type=checkbox]) {
	width: 100%;
	max-width: 300px;
	margin: 6px auto;
}

.well input[type="submit"] {
	max-width: auto;
	width: auto;
	background: #00b4f7;
	background: -moz-linear-gradient(top,  #00b4f7 0%, #008fd5 100%);
	background: -webkit-linear-gradient(top,  #00b4f7 0%,#008fd5 100%);
	background: linear-gradient(to bottom,  #00b4f7 0%,#008fd5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b4f7', endColorstr='#008fd5',GradientType=0 );
	padding: 6px 64px;
}

.well input[type="submit"]:hover {
	background: #008fd5;
	background: -moz-linear-gradient(top,  #008fd5 0%, #00b4f7 100%);
	background: -webkit-linear-gradient(top,  #008fd5 0%,#00b4f7 100%);
	background: linear-gradient(to bottom,  #008fd5 0%,#00b4f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008fd5', endColorstr='#00b4f7',GradientType=0 );
}

.layout-form label {
	font-weight: 400;
}

.layout-form .form-group input,
.layout-form .form-group textarea {
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
}

.layout-form .form-group input[type="radio"],
.layout-form .form-group input[type="checkbox"] {
	width: auto;
}

.layout-form .error {
	display: inline-block;
}

.layout-form .error {
	width: 50%;
}

.layout-form select {
	width: 100%;
}

.input-calendar {
	width: 90%;
}

.layout-form .calendar-icon {
	position: absolute;
	bottom: 6px;
	margin-left: 6px;
}

textarea {
	resize: vertical;
}

@media (min-width: 992px) {
	#start-buttons .start-box {
		margin-right: 12px;
	}

	.layout-form label {
		padding-top: 13px;
	}

}


@media (min-width: 992px) {
	.date-day, .date-month {
		padding-right: 0px;
	}
}


@media (max-width: 992px) and (min-width: 768px) {
	.date-year {
		padding: 0px;
		-webkit-tranform: translate(-15px, 0px);
		transform: translate(-15px, 0px);
	}
	.date-day {
		-webkit-tranform: translate(-15px, 0px);
		transform: translate(-15px, 0px);
	}
}


.full-width {
	width: 100%;
}

@media (max-width: 992px) {
	.button-a,
	.button-b,
	.button-c,
	.button-d,
	.button-e,
	.button-f {
		display: block;
		margin-bottom: 6px;
		width: 100%;
		text-align: center;
	}

	.button-large {
		margin: 32px 0;
	}

	#main-header #logos,
	#main-header #logos .pull-right,
	#top-bar,
	#top-bar .pull-right {
		text-align: center;
		float: none !important;
	}

	#top-bar .container > div {
		display: block !important;
		width: 100%;
	}

	.text-right {
		text-align: left;
	}

	.layout-form input,
	.layout-form .error {
		width: 100%;
	}

	.layout-form .input-calendar {
		width: 90%;
	}

	.form-error {
		margin: 6px 0;
	}

	.layout-form select {
		margin-bottom: 6px;
	}


}

.delete-x {
	cursor: pointer;
	color: red;
	font-size: 120%;
	font-weight: bold;
}

.caret-up,
.caret-down {
	float: right;
}



.track-progress {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.track-progress li {
  list-style-type: none;
  display: inline-block;

  position: relative;
  margin: 0;
  padding: 0;

  text-align: center;
  line-height: 30px;
  height: 30px;

  background-color: #ccc;
}
.track-progress[data-steps="3"] li { width: 33%; }
.track-progress[data-steps="4"] li { width: 25%; }
.track-progress[data-steps="5"] li { width: 20%; }
.track-progress[data-steps="6"] li { width: 16.66%; }
.track-progress[data-steps="7"] li { width: 14.28%; }
.track-progress[data-steps="8"] li { width: 12.5%; }

.track-progress li > span {
  display: block;

  color: #888;
  font-weight: bold;
  text-transform: uppercase;
  text-indent: 15px;

}

.track-progress li.done > span {
  color: #008fd5;
  background-color: #d9eef9;
}
.track-progress li.done + li > span:before {
  border-left-color: #d9eef9;
}


.track-progress li.active > span {
  color: white;
  background-color: #008fd5;
}
.track-progress li.active + li > span:before {
  border-left-color: #008fd5;
}


.track-progress li > span:after,
.track-progress li > span:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;

  position: absolute;
  top: 0;
  left: 0;

  border: solid transparent;
  border-left-color: #ccc;
  border-width: 15px;
}

.track-progress li > span:after {
  top: -5px;
  z-index: 1;
  border-left-color: white;
  border-width: 20px;
}

.track-progress li > span:before {
  z-index: 2;
}

.track-progress li:first-child > span:after,
.track-progress li:first-child > span:before {
  display: none;
}
.track-progress li:first-child i,
.track-progress li:last-child i {
  display: block;
  height: 0;
  width: 0;

  position: absolute;
  top: 0;
  left: 0;

  border: solid transparent;
  border-left-color: white;
  border-width: 15px;
}

.track-progress li:last-child i {
  left: auto;
  right: -15px;

  border-left-color: transparent;
  border-top-color: white;
  border-bottom-color: white;
}


ul.tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.tabs li {
  list-style-type: none;
  display: inline-block;

  position: relative;
  margin: 0;
  padding: 0;

  text-align: center;
  line-height: 30px;
  height: 35px;

  -o-transition:.2s;
  -ms-transition:.2s;
  -moz-transition:.2s;
  -webkit-transition:.2s;

   font-weight:bold;
   color: #008fd5;

   border-bottom-style: solid;
   border-bottom-color: #008fd5;
   border-bottom-width: 3px;

   cursor: pointer;
}

/* Change background color of links on hover */
ul.tabs li:hover:not(.active) {
    background-color: #d9eef9;
    border-bottom-color: #e87e2e;
}

/* Create an active/current tablink class */
ul.tabs li.active {
    background-color: #008fd5;
    color: white;
}
div.tab-page {
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-color: #d9eef9;
	border-width: 2px;
	padding: 10px 20px 20px 20px;
	margin-bottom: 20px;
}

/* dropdown styling for new request button */
#new-request-menu.dropdown-menu {
	margin: -12px 15px;
    background-color: #d9eef9;
    width: 100%;
}

#new-request-menu.dropdown-menu li {
	padding: 2px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	cursor: pointer;
}

#new-request-menu.dropdown-menu li:hover {
   color: white;
   background-color: #008fd5;
}

/* autocomplete */
.ui-autocomplete {
    position: absolute;
    z-index: 1000;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.ui-autocomplete > li {
  padding: 3px 0px;
}

div.ui-state-active {
  background-color: #008fd5;
  color: white;
}

.ui-helper-hidden-accessible {
}
