/*!
 * IHSS Bootstrap Overides & Specific styles
 *

 */

/* Header */


.login .header {
    background:url(/assets/img/bg_header_login.jpg) no-repeat top left;
    height:200px;
}

.header img {
    margin: 25px;
}

.breadcrumb {
	background-color: #00A9E0;
	background-image: -moz-linear-gradient(top, #00A9E0, #00A9E0);
	background-image: -ms-linear-gradient(top, #00A9E0, #00A9E0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00A9E0), to(#00A9E0));
	background-image: -webkit-linear-gradient(top, #00A9E0, #00A9E0);
	background-image: -o-linear-gradient(top, #00A9E0, #00A9E0);
	background-image: linear-gradient(top, #00A9E0, #00A9E0);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A9E0', endColorstr='#00A9E0', GradientType=0);
	border: none;
}

.breadcrumb li {
    color: #000;
    /*text-shadow: 0px 1px 0px #0E8EB5;*/
    text-shadow: none;
}

.breadcrumb li a {
	color: #000;
}

.breadcrumb .divider {
    color: #000;
}

.footer {
    padding: 15px 0px 0;
    text-align: center;
    border-radius: 4px;
    color: #000;
    background: url("/assets/img/tile.gif") repeat scroll 0% 0% transparent;
    font-size: 14px;
    margin: 0 auto 20px auto;
}

.navbar {
    margin-bottom: 10px;
}

/* Tables */

table {
    width:100%;
}

th, td {
    padding-left:4px;
    padding-right:4px;
    text-align:left;
    vertical-align: middle;
}

th {
    font-size:14px;
    position:relative;
    background:#eee;
}

.request_id {
    width:6%;
}

td.sla {
    width:22%;
}


.date {
    width:10%;
}

.charge {
    width:5%;
}

.time {
    width:8%;
}

.status {
    width:10%;
}

.view {
    width:9%;
}


/* ihss orders table */

.ihss .customer {
    width:15%;
}

.ihss .date {
    width:8%;   
}

.ihss .date.completed {
    width:10%;
}

.ihss .date.actioned {
    width:9%;
}

.ihss .view {
    width:10%;
}


/* IHSS SLA table */

.sla th.view, .customers th.view {
    width:10%;
}

/* Table controls etc. */

td.update {
    padding-top:5px;
    padding-bottom:5px;
    text-align: center;
}

td.passed {
    color:green;
    font-weight:bold;
}

td.fail {
    color:red;
    font-weight:bold;
}

/* label class extension */

.label.request-status {
   padding:4px;
}

.label.request-status select {
   margin:0;
   width:100%;
}

.label.label-large {
    padding:10px;
    font-size:14px;
}

label {
    font-weight:bold;
}

label.sub {
    font-weight:normal;
}

/* Label additions for status */

/* Open (0) */

.label-status0,
.badge-status0 {
    background-color: #999999;
}

/* Approved (1) */
.label-status1,
.badge-status1 {
  background-color: #3a87ad;
}
.label-status1[href],
.badge-status1[href] {
  background-color: #2d6987;
}

/* Completed  (2) */
.label-status2,
.badge-status2 {
  background-color: #468847;
}
.label-status2[href],
.badge-status2[href] {
  background-color: #356635;
}

 /* Cancelled (3 - ihss, 4 - user)*/
.label-status3,
.badge-status3,
.label-status4,
.badge-status4
{
  background-color: #b94a48;
}
.label-status3[href],
.badge-status3[href],
.label-status4[href],
.badge-status4[href]
{
  background-color: #953b39;
}

 /* Not approved (5) */
.label-status5,
.badge-status5 {
  background-color: #f89406;
}
.label-status5[href],
.badge-status5[href] {
  background-color: #c67605;
}


/* pagination */
.pagination {
  margin: 0 0 20px 0;
  background:#fff;
  height: 35px; 
}

.pagination a {
  line-height: 33px;
}

/* forms */

.filter input, .filter select {
    margin-right:10px;
}

.request-notes textarea {
    width:98%;
}
textarea {
	height:100px;
}
span.required {
    font-weight:bold;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    margin-bottom: 0;
    background: white;
    font-weight: bold;
    margin-right: 1%;
    margin-left: 6px;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-color: #e6e6e6;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #cccccc;
    border: 0;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    
}

.custom-file-upload:hover{
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    background-color: #d9d9d9;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.archiving-table{
    table-layout: auto;
    width: 100%;
    border-collapse: collapse;
    border: 3px solid black;
}
.archive-row {

    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    
}

.archive-column {
    
}


.download-content input {
    display: none;
}

.archive-pagination ul {
    margin: 0;
    padding: 0;
}

.archive-pagination li  {
    color: #00A9E0;
    display:inline;
    padding-right: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
}

.archive-pagination li a {
    color: #00A9E0;
}

.archive-pagination li.active {
    color: purple;
}
.archive-pagination li.active a  {
    color: purple;
}

.archive-filters label {
    display: inline;

}

.service-checkbox{
    display: flex;
    flex-direction: column;
}

.checkbox-group{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.sla-section {
margin-left: 30px;
}

.sla-dropdown {
    height: 200px;
}

