 form label.w-100,
 button.w-100,
 .form-control.w-100 {
 width:99%;
 margin-right:1%;
 float:left;
 display:inline-block;
 }

button.w-100 {
    height: 30px;
    font-size: 13px;
    padding: 3px 5px;
    margin-right: 0;
}

.details_holder span.quote {
    color: #333;
}

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

.bg-light {
    background-color: #f9f9f9;
    padding: 10px;
}

.logo img {
    max-height: 50px;
    max-width: 150px;
    width: auto !important;
}

.login .logo img {
    max-height: 100px;
    max-width: 200px;
    width: auto !important;
}

.login .logo a {
    display: block;
    text-align: center;
    padding: 10px 0;
}

.login .logo .octocor {
    width: 100%;
    margin: 0 auto;
}
.login .logo .octocor img {
    width:50px;
}

img.logo {
    max-height: 100px;
    max-width: 150px;
}

img.report-banner {
    min-height: 100px;
    width: 100%;
}

.invoice-listing thead { display: table-header-group }
.invoice-listing tfoot { display: table-row-group }
.invoice-listing tr { page-break-inside: avoid }

.font-16 {
    font-size: 16px !important;
}

.inspection-report-container ul.list-group.details li span.border-bottom {
    font-size: 15px !important;
}

.inspection-report-container ul.list-group.details li strong {
    font-size: 15px !important;
}

.loading {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10000;
}

.navbar .current-user li {
    list-style: none;
}

.current-user li > a {
    height: auto;
}

.current-user ul.dropdown-menu {
    top: 65px;
    left: -40px;
}

.main_header .selectbox select {
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0) url("../images/select-arrow1.png") no-repeat scroll right 5px;
    border: 0 none;
    color: #000;
    cursor: pointer;
    font-family: "arvoregular";
    font-size: 12.5px;
    height: 17px;
    /*margin: 0 0 0 -5px;*/
    margin: 0 0 0 15px;
    padding: 0;
    text-overflow: "";
    width: 100%;
}

.angucomplete-dropdown {
    min-width: 250px !important;
    width: auto !important;
}

.action-btn.download span {
    color: #09974f;
    font-weight: 400;
    padding-left: 15px;
}

.quote-content {
    font-size: 18px;
}

#online-booking-fields select {
    padding-left: 4px;
    padding-right: 10px;
}

.color-picker-input-wrapper .form-control {
    margin-bottom: 0;
}

.color-picker-wrapper div.color-picker-input-wrapper {
    display: block;
}

.datepicker-highlight {
    background-color: #1f7f44;
}
.picker__day--highlighted {
  background: #1f7f44;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  background: #0e5a81 !important;
  color: white !important;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  background: #1f7f44 !important;
  border: 1px solid #1f7f44 !important;
  color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover {
  background: #f5f5f5 !important;
  border-color: #f5f5f5;
  color: #dddddd !important;
  cursor: default;
}
.picker__day--today:before {
  border-top: 0.5em solid #0e5a81 !important;
}

button.btn-sm, input.btn-sm {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 10px 20px;
    width: auto;
    height: auto;
}

.uib-day .text-muted {
    color: #aaa;
}

.fc table td{
    font-size: 1em;
}

#flash-messages {
    position: fixed;
    display: inline-block;
    text-align: center;
    width: 200px;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    border-radius: 5px;
    font-size: .7em;
    z-index: 1000;
}

#flash-messages.success {
    background-color: #1f7f44;
    color: white;
}

#flash-messages.error {
    background-color: #cc0000;
    color: white;
}

.start-up-wizard #create-inspection-reports-container {
    display: inline-block;
}

/* MODAL */
#overlay {
    position: fixed;
    left: 25%;
    top: 25%;
    padding: 25px;
    border: 2px solid black;
    background-color: #ffffff;
    width: 50%;
    height: auto;
    z-index: 100;
}
#fade {
    position: fixed;
    left: 0%;
    top: 0%;
    background-color: black;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
    z-index: 90;
}

#custom-modal.ng-enter {
  transition: opacity .5s ease-out;
  opacity: 0;
}
#custom-modal.ng-enter.ng-enter-active {
  opacity: 1;
}
#custom-modal.ng-leave {
  transition: opacity .5s ease-out;
  opacity: 1;
}
#custom-modal.ng-leave.ng-leave-active {
  opacity: 0;
}
.error{
    color: red;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
}
.td-amount {
    text-align: right;
}
.modal-body .table .form-group{
    line-height: 0.5;
}
.no-border {
    border: none;

}
.table-hover>tbody>tr.no-border:hover {
    background-color: #ffffff;
}

span.print-checkbox {
    text-align: center;
}
span.print-label {
    font-weight: 700;
    font-size: 12px;
}
.action-btn.download a {
    padding-right: 0;
}
.mechanical-fitness-assessment-container .grey-bg {
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mechanical-fitness-assessment-container table.assessment td {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1em;
}
.mechanical-fitness-assessment-container table.assessment {
    margin-bottom: 5px;

}
.mechanical-fitness-assessment-container table th {
    padding: 5px;
    color: #FFF;
    text-transform: capitalize;
    font-size: 0.9em;
    line-height: 1.4em;
}
.mechanical-fitness-assessment-container label {
    margin-bottom: 0;
}
.mechanical-fitness-assessment-container .heading{
    background-color: #111;
    color: #FFF;
    text-transform: capitalize;
    font-size: 0.9em;
    line-height: 1.4em;
    padding: 5px;
    font-weight: 700;
}
.mechanical-fitness-assessment-container span.underline {
    margin-bottom: 5px;
}
.mechanical-fitness-assessment-container span.small {
    font-size: 0.8em;
}
.mechanical-fitness-assessment-container span.overline {
	border-top:1px solid #bbbbbb;
	margin-bottom: 14px;
    padding: 0;
    display: inline-block;
    width: 100%;
	color:#555;
}
.page-mechanical-fitness-assessment.print p {
    letter-spacing: 0;
}
.inspection-report-container ul.list-group {
    width:100%;
}
#side-panel-content select {
    max-width: 180px;
}

.help-page li {
    border:none;
}

.help-page > .panel-heading {
    background-color: #292f2f;
    color: #fff;
}

.help-page > .panel-heading a:hover {
    color: #ddd !important;
}

/* HOLIDAY PAGE */
.services_header{background: #f3f3f3 none repeat scroll 0 0;border-bottom: 1px solid #c7cfd7;border-top: 1px solid #e2e6ea;color: #000;float: left;font-family: "avenir_lt_std95_black";font-size: 13px;line-height: 25px;text-align: center;text-transform: uppercase;width: 100%;}
.services_header .text_holidayname, .services_header .text_holidaymessage, .services_header .text_action, .services_header .text_holidaydate{height: 30px;padding: 10px 20px;word-break: break-all;}
.text_holidaydate {background: rgba(0, 0, 0, 0) url("../images/dot2.png") repeat-y scroll right 0;float: left;width: 8%;text-align:center!important;}
.text_holidaymessage {background: rgba(0, 0, 0, 0) url("../images/dot2.png") repeat-y scroll right 0;float: left;width: 47%;}
.text_holidayname {background: rgba(0, 0, 0, 0) url("../images/dot2.png") repeat-y scroll right 0;float: left;width: 10%;}
.holiday_row .text_holidaydate, .holiday_row .text_holidaymessage, .holiday_row .text_holidayname{height: 70px;padding: 20px 20px 0;text-align: left;word-break: break-all;}
.holiday_row .text_action, .services_header .text_action{width:15%;}
.holiday_row .text_action{padding-left: 20px;padding-right: 20px;}
.holiday_row .text_action ul li, .services_header .text_action ul li:last-child{width:50%;}

@media only screen and (max-width:720px),(max-width:760px), (max-width:980px), (max-width:100%) {
    .services_header .text_action{font-size:10px;}
    .text_holidaymessage{width:52%}
    .text_holidaydate{width:18%;}
    .text_holidayname{width:10%;}
    .holiday_row .text_action, .services_header .text_action{width:9%;}
    .holiday_row .text_holidaydate, .holiday_row .text_holidaymessage, .holiday_row .text_holidayname{height:85px;}
    .services_header .text_holidaydate, .services_header .text_holidaymessage, .services_header .text_action, .services_header .text_holidayname{line-height: 12px;padding:10px 5px;}
    .holiday_row .text_holidaydate, .holiday_row .text_holidaymessage, .holiday_row .text_action, .holiday_row .text_holidayname{line-height: 12px;padding:10px 5px;font-size:10px;}
}

.img-preview img {
    margin: 5px;
    max-width: 100px;
}

.img-container {
    display: inline-block;
    width: 110px;
    position: relative;
}
.img-container .trash {
    position: absolute;
    top: 5px;
    right: 10px;
}

