body {font-family: 'Roboto Slab', serif;}
h1,h2,h3 {color:#c1c1c1}
a {color:#b9b9b9}
a:hover {color:#ffbf00}

h2 span {font-size:0.6em}

.signin-sidebar {
	background-color: #ffbf00;
	height:100vh;
	background-image:url(sidebar-bg.png);
	background-size:80% auto;
	background-position:center;
	background-repeat:no-repeat;
}

img {max-width:100%;}

#login_logo {
	background-image:url(HDLogo.png);
	width:100%;
	height:80px;
	background-size:auto 60px;
	background-position:center;
	background-repeat:no-repeat;
	margin-top:20vh;
		
}

#signin_form {text-align:center;}
#signin_form input {margin-bottom:10px}

.btn-primary {
    background-color: #ffbf00;
    border-color: #efb300;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):hover, .show>.btn-primary.dropdown-toggle {
    background-color: #ffa500;
    border-color: #efb300;
}

.btn-medium {
    padding: 2px 8px;
    font-size: 0.9em;
}

.btn-small {
    padding: 1px 4px;
    font-size: 0.8em;
}

pre.regular {
    font-family: inherit;
    font-size: 1em;
}

.ui-dialog .ui-dialog-content {
    background: #fff;
}

.card-footer-alt {
    border-top: 0px;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

input[type="checkbox"] {
  width:20px;height:20px;
}

.pill {
    font-size: 0.9em;
    display: inline-block;
    margin: 5px 10px 0 0;
    background: #ffbf00;
    padding: 3px 15px;
    border-radius: 10px;
    color: #fff;
}

.pill.small {
    font-size: 0.8em;
    font-weight: 300;
    padding: 1px 10px;
}

.pill input[type="checkbox"] {
  width:15px;height:15px;
  margin-right: 6px;
  border:0px;
}

.pill2 {
    margin: 3px 10px 0 0;
    background: #e4e4e4 !important;
    color: #000;
    padding: 2px 10px;
}


#submission_screen {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	text-align:center;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.7);
	background-image:url(ajax-loader.gif);
	background-position:50% 50%;
	background-repeat:no-repeat;
	z-index:200;	
}

#submission_message {
	margin:20% auto;
	text-align:center;
	font-size:18px;	
	padding:20px;
	background:#fff;
}
#header-user {
	color:#fff;
	text-align:right;	
}

#dashboard .menu_company .feather {
    width: 30px;
    height: 30px;
    color: #fff;
    cursor: pointer;
    margin-right: 10px;
}

#dashboard .sidebar {
    position: fixed;
    top: 54px;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 0;
    /*box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);*/
    opacity: 1;
    transition: all 0.5s ease;
    background: #f9f9f9;
    font-family: 'Roboto Condensed', sans-serif;
}

#dashboard .sidebar.hidden {
	left:-25%;
	opacity:0;	
}

#dashboard .sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;

  height: calc(100vh - 48px);
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

#dashboard .sidebar .nav-link {
    font-weight: 500;
    color: #8a8a8a;
    border-left: 3px solid transparent;
    border-bottom: 1px solid rgb(239, 239, 239);
    background-color: #f9f9f9;
    box-shadow: inset -1px 0 0 #f9f9f9;
    background-position:  center right ;
    background-repeat:no-repeat;
}



#dashboard .sidebar .nav-link i {
    margin-right: 4px;
    color: rgba(193, 193, 193, 0.8);
}

#dashboard .sidebar .nav-link.active, #dashboard .sidebar .nav-link:hover {
    color: #949494;
    background-color: #ececec !important;
    border-left: 3px solid #ffd149;
}


#dashboard .sidebar .nav-link:hover .feather,
#dashboard .sidebar .nav-link.active .feather {
  color: inherit;
}

#dashboard .sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

#dashboard .sidebar .nav-link i {width:20px;text-align:center}

#dashboard .sidebar .nav-link.nav-child {
	display:none;	
	background-color:#fdfdfd;
	font-size:0.95em;
}

.parent-nav-item {
	background-image:url(carrot-expand.png);	
}
.parent-nav-item.expanded {
	background-image:url(carrot-contract.png);	
}

#dashboard .sidebar .nav-link.nav-child.vis {
	padding-left:35px;
	display:block;
	
}

/*
 * Navbar
 */
 
#dashboard .navbar {
    background-color: #ffd149;
    background-image:url(logo-no-text.png);
    background-size:auto 80%;
    background-position:center;
    background-repeat:no-repeat;
} 

#dashboard .navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  /*background-color: #ffc107;
  box-shadow: inset -1px 0 0 rgb(255, 191, 0);*/
  color:#fff
}

#dashboard .navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

#dashboard .form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

#dashboard .form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.pull-right {float:right}

.btn-info {
    color: #fff;
    background-color: #177db8;
    border-color: #18638e;
}

.btn-info:hover {
    color: #fff;
    background-color: #134d96;
    border-color: #11428b;
}

.table.table-small td, .table th {
    padding: .25rem;
    font-size: 0.8em;
}

*:focus { outline: none; }
.form-control:focus,.btn-info.focus, .btn-info:focus {
    box-shadow: none;
}

main[role="main"] {
    transition: all 0.5s ease;
}

#main_content {font-family: 'Roboto Condensed', sans-serif; }

.card-header,.card-footer {
    padding: .4rem 1.25rem;
}

.card-header h3 {font-size:1.3em;font-weight:300;margin:0px}

.card-body {
    padding: 0.5rem 1rem;
}

#main_content {padding:10px}

ul.listing {
    list-style: none;
    padding: 0px;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
}

ul.listing li.active {
    background: #666;
    color: #fff;
}

ul.listing li:hover {
    background: #666;
    color: #fff;
    cursor: pointer;
}
ul.listing li {
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1);
    padding: 5px 5px;
}

#photos_list .ui-state-highlight {
  width:60px;
}
#photos_list img {cursor:grab;margin-top:5px;clear:both;}

#photos_list .fa-trash-alt {
  color:white;
}

.status {
    padding: 5px 0px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
}

.status.New {
  background:#59cd59;
}

label {
    margin-bottom: 0;
    color: #ccc;
    font-size: 0.8em;
}

.tabs {
	display:flex	
}

.tabs div {
	flex:1;	
	padding:10px 0;
	text-align:center;
	cursor:pointer;
	box-sizing:border-box;
	border-bottom: 3px solid #e7e7e7;
    background: #fdfdfd;
}

.tabs div.active, .tabs div:hover {
	border-bottom:3px solid #ffd149;
	background:#ffd14921;	
}

.changing {background:#fff5d0}

table.table-hover td:hover {cursor:pointer;}

#calendar_display {
border:1px solid #ccc;
padding:5px;
}
.calendar_nav {
text-align:center;
font-size:1.5em;
position:relative;
}

.calendar_nav a {
position:absolute;
top:0px;
width:45px;
font-size:28px;
padding:3px 0;
}
.calendar_nav a:hover {
background-color:#eee;
}
.calendar_nav a.prev_month {
left:0px;
}
.calendar_nav a.next_month {
right:0px;
}
#dispatch_cal tr td {
border:1px solid #ccc;
width:14%;
vertical-align:top;
text-align:right;
padding:5px;
height:100px;
}
#dispatch_cal tr td.weekend {
width:15%;
}
#dispatch_cal tr td.outmonth {
background-color:#eee;
color:#aaa;
}
#dispatch_cal tr td:hover {
    color: #fff;
    background: linear-gradient(#0c71c3,#125489);
    cursor: pointer;
}
#dispatch_cal tr td ul {
text-align:left;
margin:0;
padding:0;
list-style:none;
}
#dispatch_calendar ul li {
font-style:italic;
margin-left:10px;
font-size:1.0em;
}
#date_nav {
text-align:center;
position:relative;
}
#date_nav #next_date, #date_nav #prev_date {
position:absolute;
font-size:40px;
bottom:0px;
}
#date_nav #next_date:hover, #date_nav #prev_date:hover {
color:#75040C;
}
#date_nav #next_date {
right:0px;
}
#date_nav #prev_date {
left:0px;
}

.tech_board {
  display:inline-block;
  width:200px;
  border:1px solid #c3c3c3;

  vertical-align: top;
}

.tech_board_header {
  font-size:16px;
  border-bottom:1px solid #c3c3c3;
  padding:10px;
}

.tech_board_jobs {
  padding:15px 10px 10px;
}

.tech_board_job {
  cursor:move;
  padding:5px;
  margin-bottom: 5px;
}

.tech_board_job p { font-weight: 300; font-size:0.8em; }

.date_selector div {
    text-align: center;
    font-size: 1.2em;
}

#footer_nav {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

#footer_nav div  {
    background: #515151;
    border-right: 1px solid #828282;
    font-size: 12px;
    padding-bottom: 10px;
    color: #ccc;
}

#footer_nav div.active  {
    background: #cacaca;
    color: #000;
}

#footer_nav i {
    display: block;
    margin: 15px 0 5px;
    font-size: 16px;
}

#job_details {
    padding-bottom: 80px;
}

img {max-width: 100%}


@media (min-width: 767px) {
	.hidden-desktop {display:none}
}
@media (min-width: 1600px) {

}

@media (min-width: 1200px) and (max-width: 1599px) {

}

@media (min-width: 980px) and (max-width: 1199px) {


}

@media (min-width: 768px) and (max-width: 979px) {


}

@media (max-width: 767px) {

	.hidden-phone {display:none}
	
	.signin-sidebar {height:60px;background-size:auto 90%}
	
	#login_logo {background-size:auto 90%;margin-top:10vh;}
	
	#dashboard .sidebar .nav-link {font-size:18px}

	table.responsive,table.responsive tbody,table.responsive tr, table.responsive td {
	display:block;
	}
	table.responsive th {display:none}
	
	
	#dashboard .sidebar.hidden {
    left:0%;
    opacity:1;
    display:block !important;
	}
	
	nav.navbar {
		background-position:center 8%;
		background-size:auto 80%;
		background-color:transparent;	
	}
	
	#dashboard .navbar-brand {background-color:transparent;box-shadow:none}
	
	#dashboard .org_name {display:none}
	

	table td label {
	    float:none;
	}
	div[role="dialog"] {max-width:96%}
}

@media (max-width: 480px) {
	
	
	#header-user {display:none}
	
	

}