/* CLEAR FIX */
.cf:before, .cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
/* BOX SIZING */
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* ELEMENTS */
*, .pure-g [class *="pure-u"] {
  font-family: "Raleway", Arial, Verdana, sans-serif;
  line-height: 1.2;
  color: #636466;
  font-size: 14px;
}
body {
	/*background: #fafafa;*/
  background: #eee;
}
header {
	margin-bottom: 40px;
	padding: 40px 0;
	background-color: #ffffff;
}
footer {
	margin: 20px 0;
}
/* CLASSES */
.app-name {
	margin: 0 0 20px 0;
	font-weight: 100;
	font-size: 18px;
}
.container {
	margin: 0 auto;
	width: 1200px;
}
.logo {
	display: block;
	width:232px;
	height:59px;
	overflow: hidden;
}
.logout	{
	color: #636466;
}
.progress-steps {
	margin: 10px 0;
}
.progress-actions {
	margin: 20px 0;
}
.pure-button {
	padding: 10px;
	color: #ffffff;
	background-color: #ff7f00;
	border-radius: 5px;
	font-size: 120%;
	font-weight: 100;
}
.completed-buttons {
  padding: 1em;
}
/* ID */
#loader {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5) url(../images/Disk-1s-50px.svg) no-repeat 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
/* OLD STUFF */
.pure-u-1-4, .pure-u-1-3 {padding:10px;}

.job {
    position: relative;
    display: table;
    height: 350px;
    width: 100%; /* fixes rendering issue in FF */
}
.job img {
   width: 100%;
   max-height: 100%;
	position: absolute;
}
#work-cart .job {
  cursor: move; 
}
.caption, .title {
    position: relative;
    width: 100%;
    height: 100%;
    /*vertical-align: middle;*/
    vertical-align: bottom;
    display: table-cell;
}
.caption p, .title p {
    text-align: center;
    /*color: black;*/
    color: white;
    /*padding: 5% 10%;*/
    margin: 0;
    padding: 7% 7%;
    background:#7f7f7f;
    background:rgba(0,0,0,0.8);
}

.title p {
    font-size: 14px;
}

.hover, .hover-two {
  /*position: absolute;*/  /* commenting this allows the title to get pushed up by the add/view buttons */
  bottom:0; 
  z-index: 10; 
  width:100%;
  text-align: center;
}
.a {cursor: pointer;}
.hover a {display:block; width:100%; line-height: 60px; text-align: center; color:white;}
.hover-two a {display:block; width:50%; float:left;line-height: 60px; text-align: center; color:white;}
.hover a.send, .hover-two a.add, .hover-two a.remove {background-color: #000;cursor: pointer;}
.hover a.edit {background-color: #333}
.hover a.remove, .hover-two a.view {background-color: #666}
.hover a.duplicate {background-color: #999}
.hover a:hover, .hover-two a:hover {background-color: #ff7f00;}
.hover, .hover-two {display:none;}
.job:hover > .caption p  {display:none;}
.job:hover > .caption .hover, .job:hover > .title .hover-two {display:block;}

.hover a.send {
  cursor: pointer;
}

.selected {
  background:#7f7f7f;
  background:rgba(255,255,255,0.8);
  width:100%; 
  height:100%;
  position:absolute; 
  top:0;
  left:0;
  -moz-box-shadow:    inset 0 0 10px #999;
  -webkit-box-shadow: inset 0 0 10px #999;
  box-shadow:         inset 0 0 10px #999;
}

.selected span {
	content:'';
	display:block; 
	width:75px; 
	height:75px; 
  float: left;
	/*position:absolute; 
	top:5px;
	left:5px;*/
	background:url(../images/check.png) no-repeat;
  background-position: 5px 5px;
  /*background:#7f7f7f;
  background:rgba(0,0,0,0.5);*/
}

.selected span.close {
  content:'';
  display:block; 
  width:50px; 
  height:50px;
  float: right; 
  margin: 8px 8px 0 0;
  cursor: pointer;
  background:url(../images/close.png) no-repeat;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

span.close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /*transform:scale(1.1,1.1);*/
}

/* Preload images */
/*body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}*/

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/*.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}*/

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  /*background: url(../images/prev.png) left 48% no-repeat;*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  /*background: url(../images/next.png) right 48% no-repeat;*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  /*background: url(../images/close.png) top right no-repeat;*/
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* FILTERS */
.filter { 
  font-size: 14px; 
  line-height: 14px; 
  font-weight: 100; 
}
.filter h2 {
  margin: 0;
  padding: 10px 0 10px 30px;
  color:#ffffff;
  background-color:#7f7f7f;
  background-image: url(/assets/images/open-white.png);
  background-position: 7px 50%;
  background-repeat: no-repeat;
  font-weight: normal;
  font-size: 16px;
  padding-left: 30px;
  cursor: pointer;
}
.filter h2.closed {
  background-image: url(/assets/images/closed-white.png);
}
.filter-option {border:1px solid #7f7f7f;}
.filter-option ul {
  padding: 0; 
  margin: 20px 0; 
  max-height: 150px; 
  overflow-y: scroll;
}
.filter-option label {
  display:block; 
  margin: 0 10px 10px 10px;
}
.filter-option label input[type='checkbox']{
  width: auto;
  margin: 0 5px 0 0;
}
.filter-option ul   {display:none;}
.filter-option ul.open {display:block;}
/* ALERTS */
.alert-error {
  color: red;
  font-weight: bold;
  background-color: #FF9999;
  padding: 20px;
  margin: 0 0 10px 0;
}

#Filters.stick {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 280px;
    /*border-radius: 0 0 0.5em 0.5em;*/
}