.hidden {
  display: none;
}
.clear-input {
  color: #777777;
  font-size: 12px;
  font-family: Arial;
}
.italic-input {
  color: #bcbaba;
  font-style: italic;
}
.small {
  font-size: 14px;
}
.show_on_mobile {
  display: none;
}

#module_wrap {
  background: url(../images/bg.png) repeat-x;
}
#module_content {
  background: url(../images/man_bg.png) no-repeat;
  width: 1358px;
  max-width: 100%;
  min-height: 646px;
  margin: 0 auto;
  overflow: hidden;
}
#wizard_container {
  width: 1102px;
  margin: 0 auto;
  padding-left: 8px;
}
#wizard_header {
  height: 183px;
  padding: 55px 0 0 360px;
  position: relative;
}
#wizard_header h1 {
  font-size: 48px;
  line-height: 58px;
}
#wizard_header p {
  color: #333333;
  font-size: 24px;
  line-height: 30px;
}
#wizard_header #step1_intro_img {
  position: absolute;
  bottom: 30px;
  right: 333px;
}
.garage_word {
  display: none;
}

#left_wizard_box {
  width: 404px;
  height: 286px;
  margin-left: 147px;
  position: relative;
  float: left;
}
#banner {
  background: #fff;
  border: 1px solid #c7c7c7;
  padding: 6px;
}
#banner_slide {
  width: 391px;
  height: 273px;
}
#banner_slide_images img {
  width: 391px;
  height: 273px;
}
.hands_overlay {
  background: url(../images/hands_overlay.png) no-repeat;
  width: 404px;
  height: 286px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#left_box_info {
  /*  background: url(../images/step1_left_img.png) no-repeat 6px 6px;*/
  width: 274px;
  height: 182px;
  padding: 52px 65px;
  color: #fff;
  font-size: 36px;
  text-align: center;
  text-shadow: 0 1px 1px #000;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
#left_box_info_header {
  color: #f3bd01;
  font-size: 60px;
  font-family: 'The Sans Bold', 'Myriad Pro', Arial;
  line-height: 60px;
}

#wizard_content {
  width: 380px;
  height: 274px;
  color: #333333;
  font-size: 24px;
  text-align: center;
  line-height: 30px;
  padding: 12px 0 0 20px;
  margin: 0 0 0 4px;
  float: left;
  position: relative;
}

.license_plate {
  background: url(../images/license_plate.png) no-repeat;
  width: 316px;
  height: 58px;
  color: #000;
  font-size: 58px;
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  line-height: 56px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  padding: 18px 11px 32px 53px;
  margin: 20px 0 25px 0;
}

.button_link {
  background: url(../images/blue_button.png) no-repeat top left;
  width: 130px;
  height: 28px;
  color: #fff;
  font-size: 14px;
  font-family: 'The Sans Light', 'Myriad Pro', Arial;
  text-align: center;
  text-decoration: none;
  line-height: 27px;
  padding: 0 28px 3px 0;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}
.button_link:hover {
  background-position: bottom left;
  color: #fff;
}

.back_button {
  background: url(../images/blue_back_button.png) no-repeat top left;
  width: 130px;
  height: 28px;
  color: #fff;
  font-size: 14px;
  font-family: 'The Sans Light', 'Myriad Pro', Arial;
  text-align: center;
  text-decoration: none;
  line-height: 27px;
  padding: 0 0 3px 28px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}
.back_button:hover {
  background-position: bottom left;
  color: #fff;
}
.prev_step {
  position: absolute;
  left: 0;
  bottom: -80px;
}

#wizard_nav {
  background: url(../images/nav_bg.png) no-repeat;
  width: 212px;
  height: 44px;
  padding: 0;
  margin: 40px auto 0;
}
#wizard_nav li {
  width: 35px;
  height: 36px;
  list-style-type: none;
  padding: 6px 4px 4px 4px;
  margin-right: 10px;
  float: left;
}
#wizard_nav li a {
  background: url(../images/nav_buttons.png) no-repeat 0 0;
  width: 35px;
  height: 36px;
  color: #e7e6e6;
  font-size: 1px;
  text-align: center;
  text-decoration: none;
  display: block;
}
#wizard_nav li.nav1 a {
  background-position: 0 0;
}
#wizard_nav li.nav2 a {
  background-position: -35px 0;
}
#wizard_nav li.nav3 a {
  background-position: -70px 0;
}
#wizard_nav li.nav4 a {
  background-position: -105px 0;
}

/*#wizard_nav li.nav1 a.wizard_nav_link {
  background-position: 0 -72px;
}
#wizard_nav li.nav2 a.wizard_nav_link {
  background-position: -35px -72px;
}
#wizard_nav li.nav3 a.wizard_nav_link {
  background-position: -70px -72px;
}
#wizard_nav li.nav4 a.wizard_nav_link {
  background-position: -105px -72px;
}*/

#wizard_nav li.nav1 a.wizard_nav_link:hover {
  background-position: 0 -36px;
}
#wizard_nav li.nav2 a.wizard_nav_link:hover {
  background-position: -35px -36px;
}
#wizard_nav li.nav3 a.wizard_nav_link:hover {
  background-position: -70px -36px;
}
#wizard_nav li.nav4 a.wizard_nav_link:hover {
  background-position: -105px -36px;
}

#wizard_nav li.nav1 a.active {
  background-position: 0 -72px;
}
#wizard_nav li.nav2 a.active {
  background-position: -35px -72px;
}
#wizard_nav li.nav3 a.active {
  background-position: -70px -72px;
}
#wizard_nav li.nav4 a.active {
  background-position: -105px -72px;
}

/* Step 2 */

#car_info {
  background: #fff;
  width: 287px;
  height: 229px;
  border: 1px solid #C3C3C4;
  padding: 55px 50px 0 65px;
}
#car_info h2 {
  margin-bottom: 30px;
}
#car_details {
  width: 125px;
  color: #666666;
  font-size: 14px;
  font-family: 'The Sans Light', 'Myriad Pro', Arial;
  line-height: 22px;
  text-align: left;
  float: left;
}
#car_details h3 {
  margin-bottom: 12px;
}
#car_image {
  width: 160px;
  text-align: center;
  float: left;
  overflow: hidden;
}
#car_image img {
  width: 160px;
}
#step_2 .button_link {
  position: absolute;
  right: 10px;
  bottom: -80px;
}
#step_3 .button_link {
  position: absolute;
  right: 65px;
  bottom: -80px;
}

#step_4 .button_link {
  position: absolute;
  right: 29px;
  bottom: -80px;
}
.job_descr {
  padding-right: 65px;
}

#step_5 .garage_word {
  display: inline-block;
}
#step_5 .button_link {
  position: absolute;
  right: 46px;
  bottom: -80px;
}
#step_3 {
  background: url(../images/step3_bg.png) no-repeat right bottom;
}
#step_3 #wizard_content {
  width: 435px;
  line-height: 30px;
}
.kilometers {
  background: url(../images/kms.png) no-repeat;
  width: 306px;
  height: 86px;
  color: #f3bd01;
  font-size: 99px;
  font-family: 'Digital', 'Myriad Pro', Arial;
  font-style: normal;
  font-weight: normal;
  text-align: right;
  letter-spacing: 6px;
  border: none;
  padding: 30px 38px;
  margin: 20px 0 6px 0;
}
.disclaimer {
  width: 355px;
  color: #666666;
  font-size: 12px;
  font-family: 'The Sans Light', 'Myriad Pro', Arial;
  text-align: left;
  line-height: 14px;
  margin: 0 auto;
}

#km_warning {
  width: 272px;
  line-height: 22px;
  padding: 30px 35px;
}
#km_warning h1 {
  text-align: center;
  margin-bottom: 25px;
}

#step_4 #wizard_content {
  width: 419px;
  height: 356px;
  padding: 0;
  margin-top: -70px;
}
#step_4 .disclaimer {
  width: 402px;
}
.repairs_list {
  background: #fff;
  width: 374px;
  height: 254px;
  border: 1px solid #c4c4c4;
  padding: 15px 15px 15px 28px;
  margin: 10px 0 6px 0;
  color: #333333;
  font-size: 14px;
  line-height: 16px;
}

#left_wizard_box .repairs_list {
  width: 359px;
  margin: 0;
}
.repairs_list_scroll {
  width: 382px;
  height: 256px;
  overflow: auto;
}
#left_wizard_box .repairs_list_scroll {
  width: 367px;
}
.repairs_list ul {
  margin: 0;
  padding: 0;
}
.repairs_list ul li {
  width: 366px;
  min-height: 17px;
  list-style-type: none;
  text-align: left;
  line-height: 17px;
  border-bottom: 1px solid #d4d4d4;
  padding: 7px 0;
}
#left_wizard_box .repairs_list ul li {
  width: 350px;
}
.repairs_list ul li label {
  float: left;
  cursor: pointer;
}
.repairs_list ul li:hover {
  color: #01aeee;
}

.job_desc {
  color: #333333;
  font-size: 12px;
  font-family: 'The Sans Light', 'Myriad Pro', Arial;
  line-height: 24px;
}

#step_5 #wizard_content {
  width: 416px;
  height: 356px;
  margin-top: -82px;
}
#map_wrap {
  background: url(../images/map.png) no-repeat 7px 7px #fff;
  width: 400px;
  height: 270px;
  border: 1px solid #c4c4c4;
  padding: 7px;
  margin: 10px 0 6px;
}

#post_code_search {
  background: url(../images/map_overlay.png) no-repeat;
  width: 269px;
  height: 91px;
  padding: 28px 43px 58px 43px;
  margin: 60px auto 0;
  color: #333333;
  font-size: 16px;
}
#post_code_search p {
  color: #333333;
  font-size: 16px;
  margin: 8px 0;
}
#postcode_search {
  background: url(../images/search_input.png) no-repeat;
  width: 200px;
  height: 18px;
  border: none;
  padding: 6px 38px 6px 10px;
  color: #333333;
  font-size: 15px;
  line-height: 17px;
}
#post_code_search div {
  width: 269px;
  position: relative;
}
.postcode_search_button {
  background: url(../images/search_button.png) no-repeat;
  width: 39px;
  height: 30px;
  text-decoration: none;
  position: absolute;
  top: 1px;
  right: 9px;
  display: block;
}

/* Garages */

#results_wrap {
  width: 940px;
  margin: 0 auto;
}
#results_header {
  height: 24px;
  padding-top: 42px;
}
#results_header h1 {
  line-height: 28px;
}
#results_sidebar {
  width: 301px;
  padding-top: 41px;
  margin-right: 20px;
  float: left;
}

#garages_search_results_container {
  width: 611px;
  float: left;
}

.box_header {
  background: url(../images/box_header.png) no-repeat;
  width: 272px;
  height: 40px;
  font-family: 'The Sans Bold', 'Myriad Pro', Arial;
  text-shadow: 0 1px 0 #fff;
  line-height: 39px;
  padding: 0 9px 0 20px;
}
.box_header_title {
  float: left;
}
.modify_details {
  background: url(../images/icon-edit.png) no-repeat right center;
  width: 75px;
  height: 18px;
  color: #777777;
  font-family: 'The Sans Light', 'Myriad Pro', Arial;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  line-height: 17px;
  padding: 11px 0;
  display: block;
  float: right;
}
.modify_details span.edit {
  visibility: hidden;
}
.modify_details:hover span.edit {
  visibility: visible;
}
#appointment_data {
  /*  height: 138px;*/
}
.app_label {
  width: 112px;
  padding-left: 20px;
}
.side_box {
  margin-bottom: 22px;
}
.sidebox_wrap {
  background: #fafbfc;
  width: 299px;
  min-height: 98px;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  padding: 15px 0 17px 0;
}
.side_box table {
  width: 301px;
  font-size: 14px;
}
.side_box #car_details {
  width: 301px;
  padding: 0;
}
th {
  font-family: 'The Sans Bold', 'Myriad Pro', Arial;
  font-weight: normal;
  text-align: left;
  padding: 0;
}
td {
  padding: 0;
}
table.jobs_list {
  background: url(../images/notebook_pattern.png) repeat-y #fafbfc;
  /*  border-top: 1px solid #d5d5d5;*/
  width: 301px;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  padding: 0;
}
table.jobs_list td {
  line-height: 36px;
  border-top: 1px solid #e4e4e4;
}
td.check {
  background: url(../images/icon-check.png) no-repeat center center;
  width: 39px;
  height: 36px;
}
td.spacer {
  width: 1px;
  height: 36px;
  border-left: 1px solid #f9ccd1;
  border-right: 1px solid #f9ccd1;
}
td.jobs {
  padding-left: 15px;
}

#location_information {
  line-height: 31px;
  padding: 0;
}
#location_information .info_label {
  width: 108px;
  padding-left: 20px;
}
#location_information .postcode {
  color: #333333;
}
.value {
  padding-right: 20px;
}
#location_information input {
  background: url(../images/info_input.png) no-repeat;
  width: 136px;
  height: 17px;
  border: none;
  padding: 5px 10px 7px 10px;
  color: #bcbaba;
  font-size: 12px;
  font-family: Arial;
}
#location_information .button_link {
  margin-top: 12px;
}

tbody {
  margin: 15px 0 17px 0;
}

/* Garages */

#garages_list thead th {
  background: url(../images/garage_hdr.png) repeat-x;
  height: 38px;
  color: #777777;
  text-shadow: 0 1px 0 #fff;
  line-height: 38px;
  border-bottom: 1px solid #a5a5a5;
  padding-left: 20px;
}
#garages_list td {
  background: #fcfcfc;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #d5d5d5;
  vertical-align: top;
}
#garages_list td h3 {
  margin: 15px 0 5px 0;
}
td.garage_image {
  width: 80px !important;
  height: 80px;
  padding: 17px 20px;
}
td.garage_image div {
  witdh: 80px;
  height: 80px;
}

td.garage_image img {
  width: 80px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  vertical-align: middle;
}

.garage_details {
  width: 208px;
  height: 114px;
}
.location {
  background: url(../images/icon-location.png) no-repeat 6px 5px;
  padding-left: 30px;
  line-height: 20px;
  display: block;
}
.phone {
  background: url(../images/icon-phone.png) no-repeat 6px 6px;
  padding-left: 30px;
  line-height: 20px;
  display: block;
}

.garage_distance {
  width: 130px;
  padding-left: 20px;
}
.show_on_map {
  color: #777777;
  text-decoration: none;
  display: block;
}
.show_on_map:hover {
  color: #01aeee;
}
.go_to_website {
  color: #777777;
  text-decoration: none;
  display: block;
}
.go_to_website:hover {
  color: #01aeee;
}
.show_on_map a:hover {
  color: #01aeee;
}

.garage_row_expander {
  width: 142px;
  vertical-align: middle !important;
}

.view_price {
  background: url(../images/arrow_right.png) no-repeat right center;
  width: 90px;
  height: 24px;
  color: #444444;
  font-size: 14px;
  text-shadow: 0 1px 0 #fff;
  text-decoration: none;
  padding-right: 20px;
  display: block;
}
.view_price:hover {
  color: #01aeee;
}
/*.view_price.closed {
  background: url(../images/expander.png) no-repeat top left;
}
.view_price.open {
  background: url(../images/expander.png) no-repeat bottom left;
}*/

#garages_list td.afspraak {
  border: none;
}
.afspraak_wrapper {
  display: none;
  padding-bottom: 26px;
  border-bottom: 1px solid #d5d5d5;
}

#price_list_wrap {
  background: url(../images/notebook_pattern_big.png) repeat-y;
}
.jobs_price_list {

}
.jobs_price_list td {
  background: none;
  height: 63px;
  border: none;
}
.jobs_price_list .number {
  width: 40px;
  text-align: center;
}
.jobs_price_list .job_title {
  width: 418px;
  text-align: left;
  padding-left: 26px;
}
.jobs_price_list .job_title span {
  float: left;
}
.specificatie {
  color: #01aeee;
  text-align: right;
  text-decoration: none;
  padding-right: 30px;
  float: right;
}
.specificatie:hover {
  text-decoration: underline;
}
.jobs_price_list .price {
  width: 122px;
  text-align: center;
}
.min-max {
  line-height: 15px;
}

#app_form {
  margin-bottom: 26px;
}
.appointment_header {
  padding: 18px 18px 18px 30px;
}
.appointment_header h2 {
  color: #444444;
  font-size: 18px;
  font-family: 'The Sans Regular', 'Myriad Pro', Arial;
  float: left;
}
#app_header_price {
  float: right;
}
#app_header_price .app_header_price_title, 
#app_header_price .total_price {
  height: 41px;
  color: #01aeee;
  font-size: 18px;
  text-align: center;
  line-height: 37px;
  display: block;
  float: left;
}
.total_price {
  background: #fcfcfc;
  /*  width: 95px;*/
  border: 1px solid #d5d5d5;
  padding: 0 10px;
  margin-left: 10px;
  float: right;
}

.appointment_form {
  width: 270px;
  padding-left: 30px;
  margin-right: 20px;
  float: left;
}
.appointment_details {
  width: 280px;
  height: 174px;
  float: left;
  position: relative;
}
.appoint_form_field {
  background: url(../images/app_input.png) no-repeat;
  width: 250px;
  height: 17px;
  color: #777777;
  font-size: 12px;
  font-family: Arial;
  border: none;
  padding: 5px 10px 7px 10px;
  margin-bottom: 9px;
}
.date-picker {
  background: url(../images/app_input_small.png) no-repeat;
  width: 90px;
  text-align: center;
  margin-left: 10px;
  display: none;
}
.appoint_form_textarea {
  background: url(../images/app_textarea.png) no-repeat;
  width: 250px;
  height: 48px;
  color: #777777;
  font-size: 12px;
  font-family: Arial;
  border: none;
  padding: 5px 10px 7px 10px;
  resize: none;
}
.error {
  color: red !important;
}

.ez-hide {
  width: 14px;
  height: 15px;
  cursor: pointer;
}
.styled-radio {
  background: url(../images/radio.png) no-repeat top left;
  width: 14px;
  height: 15px;
  margin: 8px 20px 8px 5px;
  float: left;
  cursor: pointer;
}
.styled-radio-selected {
  background: url(../images/radio.png) no-repeat bottom left;
  width: 14px;
  height: 15px;
  cursor: pointer;
}

.app_row {
  height: 31px;
}
.app_row label {
  height: 31px;
  line-height: 30px;
  cursor: pointer;
}

#appointment_asap,
#appointment_set_date {
  cursor: pointer;
}

.make_appointment_trigger {
  position: absolute;
  left: 0;
  bottom: -2px;
}

#calendar {
  background: url(../images/icon-calendar.png) no-repeat right center;
  padding-right: 24px;
}

/* Map */

#garage-map {
  border-bottom: 1px solid #d4d4d4;
}
#garage_map {
  width: 571px;
  height: 582px;
  border: 1px solid #bcbaba;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 18px;
}
#garage_map .info_box {
  line-height: 26px;
  margin-top: -8px;
}
#garage_map .info_box .view_price {
  margin-top: 5px;
}
#change_license_km {
  margin-top: 26px;
}

/* Repairs overlay */

#change_repairs_overlay h2 {
  font-family: 'The Sans Light', 'Myriad Pro', Arial;
  margin-bottom: 20px;
  text-align: center;
}
#change_repairs_overlay .button_link {
  margin-top: 23px;
  float: right;
}
#repairs_list2 {
  background: url(../images/notebook_pattern_overlay.png) repeat;
  border-top: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  width: 883px;
}
#repairs_list2 td.job_check {
  width: 294px;
  height: 63px;
}
#repairs_list2 td.job_check label {
  line-height: 17px;
  float: left;
  display: block;
}



#cboxLoadedContent {
  margin-right: 20px;
}
#change_license_overlay {
  width: 462px;
  height: 435px;
  padding: 45px 20px 35px 20px;
  text-align: center;
}
#change_license_overlay span {
  color: #333333;
  font-size: 24px;
  font-family: 'The Sans Light', 'Myriad Pro', Arial;
  display: block;
}

#change_repairs_overlay {
  width: 880px;
  height: 492px;
  padding: 15px 30px;
}


#garages_login_overlay {
  width: 296px;
  padding: 40px 60px;
}
#garages_login_overlay h1 {
  font-family: 'The Sans Regular';
  text-align: left;
  line-height: 36px;
  margin-bottom: 30px;
  padding-left: 5px;
}
#garages_login_overlay .login_row {
  width: 282px;
  height: 29px;
  margin: 0 auto 12px auto;
}
.login_row a {
  font-size: 14px;
  font-family: 'The Sans Light';
  text-decoration: none;
  float: right;
}
.login_row a:hover {
  text-decoration: underline;
}
.login_row a.button_link:hover {
  text-decoration: none;
}
#garages_login_overlay label {
  width: 124px;
  font-size: 14px;
  float: left;
}
#garages_login_overlay input {
  background: url(../images/info_input.png) no-repeat;
  width: 136px;
  height: 19px;
  border: none;
  padding: 3px 10px 7px 10px;
  color: #bcbaba;
  font-size: 14px;
  font-family: 'The Sans Light';
}

#active_garage_tab_handle {
  visibility: hidden;
}

ul.etabs li#active_garage_tab_handle.active a#close_active_garage_tab {
  background: url(../images/close_button.png) no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  right: -13px;
  top: -13px;
  padding: 0;
  cursor: pointer;
}
span.profile {
  background: url(../images/garage_hdr.png) repeat-x;
  height: 38px;
  color: #777777;
  font-family: 'The Sans Bold', 'Myriad Pro', Arial;
  text-shadow: 0 1px 0 #fff;
  line-height: 38px;
  border-bottom: 1px solid #a5a5a5;
  padding-left: 20px;
  display: block;
}

/* Info tab */

.garage_info_header {
  border-bottom: 1px solid #d5d5d5;
}
.info_block {
  width: 307px;
  border-right: 1px solid #d5d5d5;
  float: left;
}

.garage_info {
  color: #666666;
  font-size: 14px;
  font-family: 'The Sans Light', 'Myiriad Pro', Arial;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #d5d5d5;
  padding: 15px 25px;
}
.garage_location {
  height: 27px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #d5d5d5;
  padding: 20px 25px;
}
.garage_location .location {
  font-size: 14px;
  float: left;
}
.garage_location .show_on_map {
  color: #01aeee;
  float: right;
}
.garage_location .show_on_map:hover {
  text-decoration: underline;
}
.garage_pictures {
  border-right: 1px solid #fff;
  padding-left: 16px;
}
.garage_pictures img {
  width: 81px;
  height: 81px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 16px 12px 16px 0;
  vertical-align: middle;
}

.garage_properties {
  width: 300px;
  padding: 6px 0 5px 0;
  float: left;
}
.garage_properties ul {
  margin: 0;
  padding: 0;
}
.garage_properties ul li {
  background: url(../images/check_list.png) no-repeat 36px 10px;
  height: 38px;
  list-style-type: none;
  color: #666666;
  font-size: 14px;
  font-family: 'The Sans Light', 'Myriad Pro', Arial;
  line-height: 37px;
  padding-left: 76px;
}

td.delete_job {
  height: 36px;
  width: 39px;
}

.modify_custom_job_details{
  background: url("../images/icon-add.png") no-repeat scroll right center transparent;
  color: #777777;
  display: block;
  float: right;
  font-family: 'The Sans Light','Myriad Pro',Arial;
  height: 18px;
  line-height: 17px;
  padding: 11px 0;
  text-decoration: none;
  text-shadow: 0 1px 0 #FFFFFF;
  width: 80px;
}

.modify_custom_job_details span.add {
  visibility: hidden;
}
.modify_custom_job_details:hover span.add {
  visibility: visible;
}

/* LAdded - Custom job */

.delete_custom_job {
  background: url(../images/delete.png) no-repeat top left;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  display: block;
}
.delete_custom_job:hover {
  background-position: bottom left;
}

.add_custom_job_button_desktop {
  background: url(../images/add_job.png) no-repeat top left;
  width: 80px;
  height: 36px;
  color: #333333;
  font-size: 14px;
  font-family: 'The Sans Light', 'Myriad Pro', Arial;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
  padding: 0 20px 0 44px;
  position: absolute;
  top: -40px;
  right: 0;
  display: block;
}
.remove_custom_repair {
  margin-top: -2px;
  float: right;
  cursor: pointer;
}

.add_job_comment {
  background: url(../images/add_job_comment.png) no-repeat;
  width: 155px;
  height: 62px;
  position: absolute;
  top: -110px;
  right: -40px;
  display: block;
}
.add_custom_job_desktop {
  width: 420px;
  height: 280px;
  padding: 50px;
}
.add_custom_job_desktop h2 {
  font-family: 'The Sans Regular', 'Myriad Pro', Arial;
  margin-bottom: 30px;
}
.add_custom_job_desktop .row {
  width: 100%;
  min-height: 27px;
  margin-bottom: 14px;
}
.add_custom_job_desktop label {
  width: 120px;
  color: #666666;
  font-size: 14px;
  font-family: 'The Sans Light', 'Myriad Pro', Arial;
  line-height: 25px;
  float: left;
  display: inline-block;
}
.add_custom_job_desktop #custom_job_title {
  background: url(../images/app_input_large.png) no-repeat;
  width: 272px;
  height: 17px;
  color: #777777;
  font-size: 12px;
  font-family: Arial;
  border: none;
  padding: 5px 10px 7px 10px;
  margin-bottom: 0;
}
.add_custom_job_desktop #custom_job_description {
  background: url(../images/app_textarea_large.png) no-repeat;
  width: 272px;
  height: 108px;
  color: #777777;
  font-size: 12px;
  font-family: Arial;
  border: none;
  padding: 5px 10px 7px 10px;
  resize: none;
}
.button_link#create_custom_job {
  margin: 0 0 0 120px;
}

.page_navigation {
  border-bottom: 1px solid #D5D5D5;
  padding: 10px;
  text-align: right;
}

.page_navigation a{
  display: inline-block;
  padding: 0px 9px;
  margin-right: 4px;
  border-radius: 3px;
  border: solid 1px #c0c0c0;
  background: #e9e9e9;
  box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
  font-size: .875em;
  font-weight: bold;
  text-decoration: none;
  color: #717171;
  text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.page_navigation a:hover {
  background: #fefefe;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
  background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.page_navigation a.active_page {
  border: none;
  background: #616161;
  box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
  color: #f0f0f0;
  text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

.page_navigation a.no_more {
  display: none;
}