/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
    padding-bottom: 40px;
    color: #5a5a5a;
    overflow-y: scroll;
    font-family: Poppins, sans-serif;
    -webkit-transition: all 0.13s;
    -o-transition: all 0.13s;
    -moz-transition: all 0.13s;
    transition: all 0.13s;
}
a:hover {
    text-decoration: none!important;
}
label {
    margin-top: 5px;
}
input[type="checkbox"], input[type="radio"] {
    margin: 2px !important;
}
body .btn, .job-list-page .form-button-group .faweless {
    padding: 5px 6px;
    -webkit-border-radius: 3.5px;
       -moz-border-radius: 3.5px;
            border-radius: 3.5px;
    font-weight: 600;
}
.twitter-typeahead .tt-dropdown-menu {
    -webkit-box-shadow: 0 5.5px 6px #808080ba;
       -moz-box-shadow: 0 5.5px 6px #808080ba;
            box-shadow: 0 5.5px 6px #808080ba;
}
.tt-dropdown-menu .tt-dataset-vehicles .tt-suggestion a .title {
    background-color: lightgrey;
}
.tt-dropdown-menu {
    margin-top: -0.5px;
}
.input_login {
    border: 1px solid #fddeb7;
    width: 25%;
    padding: 4px;
}
.open td {
    word-break: break-word;
}
#listedJobs td a {
    display: block;
    width: 100%;
}
#listedJobs td .btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
}
.supersessions-select-make-page table tr:hover, .supersessions-select-model-page table tr:hover, .supersessions-page table tr:hover {
    -webkit-transition: all 0.13s;
    -o-transition: all 0.13s;
    -moz-transition: all 0.13s;
    transition: all 0.13s;
    background-color: #eefcf3;
}
.supersessions-page table {
	box-shadow: 0 0 15px #80808042;
}
#listedJobs tr:hover {
    -webkit-transition: all 0.13s;
    -o-transition: all 0.13s;
    -moz-transition: all 0.13s;
    transition: all 0.13s;
    background-color: #eefcf3;
    cursor: pointer;
}
#listedJobs tr:hover td a {
    -webkit-transition: all 0.13s;
    -o-transition: all 0.13s;
    -moz-transition: all 0.13s;
    transition: all 0.13s;
    color: #003F84;
}
#listedJobs tr:hover td a.btn {
    -webkit-transition: all 0.13s;
    -o-transition: all 0.13s;
    -moz-transition: all 0.13s;
    transition: all 0.13s;
    color: #FFFFFF;
}
#navbar {
    font-size: 14px;
    font-family: Poppins, sans-serif !important;
}
#navbar a {
    font-size: 14px;
    font-family: Poppins, sans-serif !important;
    font-weight: 600;
}
/* media queries */
@media only screen and (max-width: 1200px) {
    .input_login {
        width: 65%;
    }
}
@media only screen and (max-width: 1000px) {
    .input_login {
        width: 65%;
    }
}
@media only screen and (min-width: 800px) {
    .input_login {
        width: 85%;
    }
    .features_button {
        margin-top: -8px;
    }
}
@media only screen and (max-width: 600px) and (min-width: 400px) {
    .input_login {
        width: 80%;
    }
}
@media (max-width: 600px) {
    #map-canvas {
        height: 300px;
    }
}
@media (max-width: 1050px) {
    #map-canvas {
        height: 300px;
    }
}
/*.navbar-default {
	border-bottom: 5px solid #0017a8;	
}*/
.navbar-light .navbar-toggler {
    margin-top: 25px;
}
.powered-by {
    float: right;
    margin-top: 5px;
}
.login_box {
    background-color: #f7f7f7;
    border: 2px dashed #0017a8;
}
.center_div {
    text-align: center;
}
.space_grid {
    margin-top: 50px;
}
.preload {
    display: none;
}
.features_button {
    background-color: #bd1622;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    padding: 15px 0;
    margin-top: 15px;
}
.features_button a {
    color: #fff;
    text-decoration: none;
    display: block;
}
a {
    text-decoration: none;
}
.button_text {
    margin: 10px 0;
    color: #fff;
}
.button_text:a {
    color: #fff;
}
.h_logo {
    height: 59px;
}
@media only screen and (min-width: 1000px) {
    .features_button {
        margin-top: 15px;
    }
    .home_features {
        width: 100% !important;
        height: 100% !important;
    }
    .button_text {
        font-size: 35px;
        font-weight: 700;
    }
    .glyphicon-chevron-right {
        font-size: 25px;
    }
}
@media only screen and (min-width: 990px) and (max-width: 999px) {
    .features_button {
        margin-top: 15px;
    }
    .home_features {
        width: 100% !important;
        height: 100% !important;
    }
    .button_text {
        font-size: 30px;
        font-weight: 700;
    }
    .glyphicon-chevron-right {
        font-size: 22px;
    }
}
@media only screen and (min-width: 900px) and (max-width: 990px) {
    .features_button {
        margin-top: 15px;
    }
    .home_features {
        width: 70% !important;
        height: 70% !important;
    }
    .button_text {
        font-size: 30px;
        font-weight: 700;
    }
    .glyphicon-chevron-right {
        font-size: 22px;
    }
}
@media only screen and (min-width: 750px) and (max-width: 900px) {
    .features_button {
        margin-top: 15px;
    }
    .home_features {
        width: 65% !important;
        height: 65% !important;
    }
    .button_text {
        font-size: 30px;
        font-weight: 700;
    }
    .glyphicon-chevron-right {
        font-size: 22px;
    }
}
@media only screen and (min-width: 500px) and (max-width: 750px) {
    .features_button {
        margin-top: 15px;
    }
    .home_features {
        width: 80% !important;
        height: 80% !important;
    }
    .button_text {
        font-size: 30px;
        font-weight: 700;
    }
    .glyphicon-chevron-right {
        font-size: 22px;
    }
}
@media only screen and (min-width: 350px) and (max-width: 500px) {
    .features_button {
        margin-top: 15px;
    }
    .home_features {
        width: 80% !important;
        height: 80% !important;
    }
    .button_text {
        font-size: 30px;
        font-weight: 700;
    }
    .glyphicon-chevron-right {
        font-size: 22px;
    }
    /*
	.h_logo {
		width: 265px;
		height: 75px;	
	}
*/
    .top_space {
        margin-top: 76px;
    }
    #map-canvas {
        margin-top: 75px;
    }
}
@media only screen and (min-width: 100px) and (max-width: 349px) {
    /*
	.h_logo {
		width: 225px;
		height: 70px;	
	}
*/
    .top_space {
        margin-top: 71px;
    }
    #map-canvas {
        margin-top: 71px;
    }
}
@font-face {
	font-family: UKreg;
	src:url('../fonts/UKNumberPlate.eot');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: UKreg;
	src:url('../fonts/UKNumberPlate.woff2') format('woff2'),
		url('../fonts/UKNumberPlate.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
/*@font-face {
    font-family: UKReg;
    src: url('../fonts/UKNumberPlate.ttf');
}*/
#jobRegno {
    background-color: #FED700;
    background: url(/images/uk_plate.svg);
    -webkit-background-size: auto 4.8rem;
       -moz-background-size: auto 4.8rem;
         -o-background-size: auto 4.8rem;
            background-size: auto 4.8rem;
    background-repeat: no-repeat;
    background-position: top left;
    -webkit-border-radius: 0.4rem;
       -moz-border-radius: 0.4rem;
            border-radius: 0.4rem;
    border: 0;
    color: #000;
    font-size: 3.3rem;
    font-weight: normal;
    height: 4.8rem;
    line-height: 4.8rem;
    padding: 0 0 0 1.6rem;
    text-transform: uppercase;
    width: 19rem;
    font-family: UKreg, 'Impact', 'Franklin Gothic Bold', 'Arial Black', sans-serif;
    text-align: center;
    min-width: unset;
    outline: none;
}
#jobRegno::-webkit-input-placeholder {
    color: #ccab00;
}
#jobRegno:-moz-placeholder {
    color: #ccab00;
}
#jobRegno::-moz-placeholder {
    color: #ccab00;
}
#jobRegno:-ms-input-placeholder {
    color: #ccab00;
}
#jobRegno::-ms-input-placeholder {
    color: #ccab00;
}
#jobRegno::placeholder {
    color: #ccab00;
}
#synetiq-footer {
    padding: 2rem;
    background: #f8f8f8;
    margin-top: 10rem;
    font-size: 1.4rem;
    border-top: 3px solid #0017a8;
    padding-bottom: 3rem;
    height: auto;
    margin-top: 20px;
}
#synetiq-footer div.col-xs-12 {
    min-height: 230px;
}
#synetiq-footer ul {
    list-style-type: none;
    list-style-position: inside;
}
#synetiq-footer ul li {
    margin-bottom: .3rem;
}
#synetiq-footer ul li a:hover {
    text-decoration: underline;
}
#synetiq-footer h5 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #0017a8;
    padding-bottom: 1rem;
}
.sm_links {
    font-size: 3rem;
    color: #888;
}
#synetiq-footer .fa-ul {
    margin-left: 2rem;
}
#synetiq-footer .fa-ul i {
    color: #ddd;
}
#synetiq-footer .container {
    overflow: auto;
}
#synetiq-footer .tw:hover {
    color: #1da1f2;
}
#synetiq-footer .fb:hover {
    color: #3b5998;
}
#synetiq-footer .in:hover {
    color: #e1306c;
}
#synetiq-footer .yt:hover {
    color: #ff0000;
}
.sm_links i {
    font-style: normal;
}
.social-col {
    position: relative;
}
/*.poweredby_footer {
    position: absolute;
    right: 1.4rem;
    bottom: 4rem;
}*/
body {
    padding-bottom: 0;
}
.required-part-has-quotes-btn-active:before, .required-part-has-quotes-btn:before {
    color: #5bb75b;
    text-shadow: 0 0 1px #00ff64,0 0 1px #08ff00,0 0 1px #00ff04;
}
.icon-left {
    margin-right: .5rem;
}
.icon-right {
    margin-left: .5rem;
}
select {
    padding: 2px 6px!important;
    font-weight: 600;
    /*-webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    border: 1px solid rgba(128, 128, 128, 0.7);*/
	color: #6f6f6f;
	outline: 0;
	border-radius: 4px;
	border-style: solid;
	border-color: #bdbdbd;
}
select:focus, select:hover {
    -webkit-transition: all 0.13s;
    -o-transition: all 0.13s;
    -moz-transition: all 0.13s;
    transition: all 0.13s;
    /*border-color: #66afe9;*/
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px #00000013, 0 0 8px #66afe999;
	box-shadow: inset 0 1px 1px #00000013, 0 0 8px #66afe999;
}
input, textarea {
	font-weight: 600;
}
.navbar-fixed-bottom, .navbar-fixed-top {
    position: absolute;
}
.report-output a {
    border: none;
    word-wrap: break-word;
    white-space: normal;
}
.navbar-collapse.in {
    box-shadow: 0px 1px 3px rgb(139, 139, 139);
}
.text_blue {
    color: #0018A8;
}
.header_icons_out {
    text-align: right;
    font-size: 18px;
}
.main-logo {
    padding: 17px 0 15px;
}
@media (min-width:768px) {
 .navbar-collapse.in {
        box-shadow: none;
    }
}