.printables-logo{
  float: left;
  max-height: 150px;
  max-width: 320px;
}

.assignagentrp{
	width: 180px;
}

.assignagentrppostcode{
  width: 150px;
}

.assignselect{
  width: 100%;
}

.agentlabel{
  width: 50px;
}

.assignagenta{
	width: 150px;
}

.navbar-custom {
	background-color:#1a1a1a;
    color:#ffffff;
  	border-radius:0;
}

.navbar-custom a{
	
    color:#ffffff;
  	
}

.navbar > li > a:hover, .dropdown-menu > li > a:focus {
            background-image:none !important;
 }
 .navbar > li > a:hover, .dropdown-menu > li > a:focus {
            background-color:red;
 }

select:required:invalid {
  color: #999999;
}
option[value=""][disabled] {
  display: none;
}
option {
  color: black;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
    .assignpaste{
      margin-top: 5px;
    }
}


@media (min-width: 0px) and (max-width: 768px) {
    .assignpaste, .assigncopy{
      margin-top: 5px;
    }
}

.assignpaste{
  width: 120px;
}

.assigncopy{
  margin-right: 10px; 
  width: 120px;
}


.outofhours{
  background-color: #d9534f;
  color: #ffffff;
  padding-left: 2px;
  padding-right: 2px;
}

.someClass{
  color: #ff0000;
}

#aaa{

    width: 15px;
    height: 15px;
    background: #4a4a4a;


}

#aaa:hover {
    background: #656565
}
#aaa.active, div.active:hover {
    background: #96f226
}

.col-court-checkbox{
  width: 25px;
  padding-top: 0px;
}

.court-text-label{
  padding-top: 5px;
}

.col-court-follow{
  width: 25px;
  margin-left: -15px;
}

.btn-pink {
  color: #fff;
  background-color: #b733a2;
  background-image: linear-gradient(to bottom,#b733a2 0,#882677 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb733a2', endColorstr='#ff882677', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #802471;
}

.btn-pink:active,
.btn-pink:focus,
.btn-pink:hover {
  color: #fff;
  background-color: #882677;
  background-position: 0 -15px;
}

.iso-button{
  margin-right: 3px;
  margin-top: 10px;
}

.iso-report dt{
  width:200px;
  margin-right: 15px;
}

.bg-red {
  background-color: #ff0000;
  color: #ffffff;
}

.bg-agentdanger{
  background-color: #ff0000;
  color: #ffffff;
}

.bg-agentwarning {
  background-color: #ffec4a;
  color: #000;
}

.pdv-date.bg-agentwarning,
.pdv-date.bg-agentdanger {
  padding: 0 10px;
}

.selectdropdown{
  width:150px;
  border: 1px solid #cfcfcf;
  height: auto;
  border-radius: 5px;
  padding:3px 4px 4px;
  position: relative;
  z-index: 0;
  overflow:hidden;
  }

.selectdropdown select{
  border: none;
  background-color: transparent;
  outline: none;
  padding: 0;
  width:150px;
    /* background: url(http://i57.tinypic.com/nnmgpy_th.png) no-repeat right; */
    /* background-position: 55%; */
  }

/* not 100% sure this next option rule is needed */
.selectdropdown option {
    width:150px
}

/* this places an arbitrary element inside the dropdown but before it's children elements */
/* We use it to cover half the select box as well as display the custom arrow 
.selectdropdown:before {
    height:29px;
    width:75px;
    display:block;
    content:'';
    position:absolute;
    top:0;
    right:3px;
    background: url(http://i57.tinypic.com/nnmgpy_th.png) #fff no-repeat right;
     pointer-events:none;
}*/

.assignhighlight{
  background-color: #f2f2f2;
}

.agentassign h3{
  margin-top: 0px;
}

.assigninputs{
  padding-top: 10px;
}

.tab-content div.active:hover {
  background: #fff;
}

.redpill{
  background-color: #ff2323;
  color: #fff;
  max-width: 200px;
}

.redpill:hover{
  background-color: #ff4848 !important;
  color: #fff;
}

.redpill:active{
  background-color: #ff4848 !important;
  color: #fff;
}

.redpill:focus{
  background-color: #ff4848 !important;
  color: #fff;
}

.yellowpill{
  background-color: #ffec4a;
  color: #000;
  max-width: 200px;
}

.yellowpill:hover{
  background-color: #feef6d !important;
  color: #000;
}

.yellowpill:active{
  background-color: #feef6d !important;
  color: #000;
}

.yellowpill:focus{
  background-color: #feef6d !important;
  color: #000;
}

.nothingtoreport{
  background-color: #e0e0e0;
  color: #000;
  max-width: 200px;  
}

.nothingtoreport:hover{
  background-color: #e5e5e5 !important;
  color: #000;
}

.nothingtoreport:active{
  background-color: #e5e5e5 !important;
  color: #000;
}

.nothingtoreport:focus{
  background-color: #e5e5e5 !important;
  color: #000;
}

.nav-pills>li.active>a.nothingtoreport{
  background-color: #e5e5e5 !important;
  color: #000;
  border-bottom-style: solid;
  border-width: 3px;
  border-color: #000;
}

.nav-pills>li.active>a.yellowpill{
  background-color: #feef6d !important;
  color: #000;
  border-bottom-style: solid;
  border-width: 3px;
  border-color: #000;
}

.nav-pills>li.active>a.redpill{
  background-color: #ff4848 !important;
  color: #fff;
  border-bottom-style: solid;
  border-width: 3px;
  border-color: #000;
}

.active-table-button{
  height: 30px;
  padding-top: 4px;
}

.isolationfollow{
  margin-left: 3px !important;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.customernotesbuttons{
  padding-left: 15px;
}

.addcustomernotes{
  margin-top: 10px;
}

.subject, .notes{
  margin-bottom: 10px;
}

.notedismiss{
  margin-left: 5px;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

.bg-notes-notification{
  background-color:#ff0000;
  color:#fff;
  padding: 0px 2px 0px 2px;
}

.bg-important{
  background-color:#ffc600;
  color:#000;
  padding: 0px 2px 0px 2px;
}

.status{
  font-size: 150%;
  color: blue;
}

.status:hover{
  color: black;
}

#remindersToggleLabel{
  margin-bottom: 10px;  
  padding-right: 20px;
}

.toggle{
  margin-right: 5px;
}

.warrantObtained{
  padding-top: 5px;

}

.warrantObtainedCustomerPage{
  padding: 0px;
  margin: 0px;
}

#remindersToggleLabelCustomerPage{
  padding-top: 5px;
}

.warrant_toggles{
  padding-top: 5px;
}

#bookings_multi_select{
  width: 50%;
}

/* multiselect styles */

ul.jquery-multiselect {
  cursor: pointer;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  overflow-y: scroll;
  overflow-x: hidden;
}
ul.jquery-multiselect li {
  list-style: none;
  display: block;
  padding: 3px;
  border: none;
  color: #333;
  margin: 3px;
  position: relative;
  border-radius: 3px;
}
ul.jquery-multiselect li:hover {
  background-color: #f5f5f5;
}
ul.jquery-multiselect li.selected {
  background-color: #6FA3F2;
  color: white;
}
ul.jquery-multiselect li.selected:after {
  display: block;
  position: absolute;
  top: 3px;
  right: 7px;
  color: #fff;
  content:  "\2713 ";
}

.hr_letter, .cng_hr_letter, .info_sheet, .english_warrant, .glasgow_warrant, .scottish_warrant, .new_hr_letter, .single_scottish_warrant {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 17px;
  margin: 0px 50px 0px 50px;
  text-rendering: geometricPrecision;
}

.new_hr_letter{
  font-size: 11px;
}

.new_hr_letter strong{
  font-size: 110%;
}

.cng_hr_letter{
  font-size: 10px;
}

.info_sheet{
  font-size: 12px;
}

.english_warrant {
  font-size: 14px;
  margin: 50px;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
}

.glasgow_warrant{
  margin: 0px 100px 0px 100px;
  font-size: 12px;
  line-height: 23px;
}

.single_scottish_warrant{
  font-family: 'Ariali', 'serif';
  text-rendering: geometricPrecision;
  margin: 100px 90px 100px 90px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.scottish_warrant {
  margin: 0px 75px 0px 75px;
  font-size: 12px;
  line-height: 20px;
}

.letter_notification {
  text-decoration: underline;
  font-weight: bold;
}

.glasgow_warrant li {
  margin-bottom: 20px;
}

.break-before {
    page-break-before: always !important;
}

.keep-together {
    page-break-inside: avoid !important;
}

.bg-cng-warning{
  background-color: #efcf39;
  /*color: #ffffff;*/
}

.printable-report{
  font-size: 90%;
}

.awaiting-input:disabled{
  background-color: #fde7cc;
}

.no-col-padding{
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.hr-letter-table {
  width: 100%;
}

.hr-letter-table td{
  padding: 3px 0px 3px 10px;
}

.hr-letter-table table, .hr-letter-table td, .hr-letter-table tr {
  border: 1px solid black;
}

.hr-letter-court-name {
  width: 15%;
}

.hr-letter-blank-cell {
  width: 1%;
}

.hr-table-empty-line {
  color: white;
}

.hr-table-heading {
  background-color: rgb(223, 223, 223);
}

.court-believe-statement {
  padding-bottom: 60px !important;
}

.bulk_pof {
  width: 743px;
  height: 1064px;
  background-image: url('https://bapppublic.s3.eu-west-2.amazonaws.com/certificate_of_posting.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.bulk_pof table {
  font-size: 9px; 
  padding: 122px 0px 0px 35px;
}

.bulk_pof .bulk_pof_name {
  width: 180px;
  max-width: 180px;
  padding-right: 10px;
}

.bulk_pof .bulk_pof_address {
  font-size: 8px;
  width: 245;
  max-width: 245px;
}

.bulk_pof .bulk_pof_postcode {
  font-size: 8px;
  width: 50;
  max-width: 50px;
}

.bulk_pof .bulk_pof_service {
  width: 100px;
  max-width: 100px;
  padding-left: 58px;
}

.bulk_pof tr {
  height: 2.09em;
}

.bulk_pof td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bulk_pof_title {
  font-size: 10px;
  text-align: right;
  padding-top: 10px;
}

.sv_report {
  font-size: 80%;
}

/* .sv_report table {
  font-size: 12px;
  width: 100%;
} */

.rp-table-job-contents {
  margin-left: 20px;
}

.rp-client-flagged {
  background-color: #fff6d6;
}

.rp-overdue {
  background-color: #ffa7a7;
}

#overview-client-picker {
  width: 200px;
}

.row-flex {
  display: flex;
}
.col-flex {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.bulkassign {
  width: 180px !important;
}

.bulkassign:focus {
  width: 100% !important;
}

.enforceable-debt {
  width: 170px !important;
}

ul.no-style {
  margin: 0;
  padding: 0;
}

ul.no-style li {
  list-style: none;
}

.customer-table-buttons {
  margin-top: 0px;
}

.customer-warnings .alert.alert-danger {
  color: rgb(255, 255, 255);
  background-image: none;
  background: rgb(255, 0, 0);
  border-color: rgb(190, 0, 0);
}

.restrict-button {
  margin-bottom: 10px;
}

.direct-upload-progress-monitor p {
  overflow: hidden;
  max-width: 30ch;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.direct-upload-description label{
  padding-top: 7px;
  overflow: hidden;
  max-width: 30h;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.navbar-fixed-top {
  z-index: 100000;
}

.navbar-inverse ul.navbar-nav li.nav-danger {
  background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
  background-repeat: repeat-x;
  border-color: #b92c28;
  color: #fff;
}
.navbar-inverse ul.navbar-nav li.nav-danger a {
  text-decoration: none;
  color: #fff;
}

.navbar .notifications .badge {
  background-color: red;
}

/* Section Links */
h2 a[name] {
  position: relative;
  top: -6rem;
}
.section-links a:not(:last-child)::after {
  content: " / ";
  color: black;
  text-decoration: none !important;
}

.modal {
  /* Stock TBS has this at z-index 1050, I've rasied this to be above the
   * .navbar-fixed-top classed top nav.
   */
  z-index: 100050;
}

input[type=checkbox].notification-list-checkbox {
  margin-top: -6px;
  margin-left: 5px;
}

@media screen and (min-width: 768px) {
  .modal {
    margin-top: 40px;
  }
}

.codes-table .outcome-code-deleted {
  display: none;
}
.codes-table.show-deleted .outcome-code-deleted {
  display: revert;
}
.codes-table .outcome-code-deleted td {
  opacity: .75;
  text-decoration: line-through;
}
