/* ==========================================================================
crap START
========================================================================== */
@font-face {
    font-family: 'LinotypeUniversW02Light-Stoppage';
    src: url("webfonts/LinotypeUniversW02Light.eot");
    src: local('☺'), url("webfonts/LinotypeUniversW02Light.woff") format('woff'), url("webfonts/LinotypeUniversW02Light.svg") format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LinotypeUniversW02Bold-Stoppage';
    src: url("webfonts/LinotypeUniversW02Bold.eot");
    src: local('☺'), url("webfonts/LinotypeUniversW02Bold.woff") format('woff'), url("webfonts/LinotypeUniversW02Bold.svg") format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ingeborg-BoldItalic-Stoppage';
    src: url("webfonts/Ingeborg-BoldItalic.eot");
    src: local('☺'), url("webfonts/Ingeborg-BoldItalic.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fontello-Stoppage';
    src: url('webfonts/fontello/fontello.eot?726507');
    src: url('webfonts/fontello/fontello.eot?726507#iefix') format('embedded-opentype'),
    url('webfonts/fontello/fontello.woff?726507') format('woff'),
    url('webfonts/fontello/fontello.ttf?726507') format('truetype'),
    url('webfonts/fontello/fontello.svg?726507#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}


#stoppageoverlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #000;
    z-index: 10;
    display: none;
}

#stoppagecontent {
    width: 80%;
    max-width: 900px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0;
    z-index: 11;
    /*display: none;*/
    background: transparent;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    color: #666666;
}
#stoppagecontent .relative {
    position: relative;
    padding: 13px;
}

#stoppageloader {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -18px;
    z-index: 10;
    padding: 10px;
    background-color: white;
}
#stoppageerror {
    position: fixed;
    z-index: 11;
    width: 300px;
    top: 300px;
    left: 50%;
    margin-left: -150px;
    margin-bottom: 10px;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    border: 3px solid #ffffff;
    background: #009a3d url(images/xicon_white.png) no-repeat scroll 270px 8px;
    color: #ffffff;
}

#stoppagecontent .btn {
    padding: 6px 20px 6px 10px;
    position: relative;
    text-transform: uppercase;
    font: bold normal 12px 'LinotypeUniversW02Light-Stoppage', Arial, Tahoma, Verdana, Helvetica, sans-serif;
    border-radius: 6px;
}
#stoppagecontent .btn:after {
    position: absolute;
    right: 10px;
    font-family: "fontello-Stoppage";
    content: '\e820';
}
#stoppagecontent .btn-info {
    background-color: #ed8707;
    border-color: #cc8210;
    border-top: 1px solid #f4cc98;
    -webkit-box-shadow: 0 1px 0 0 #903312;
    box-shadow: 0 1px 0 0 #903312;
    background: -moz-linear-gradient(top, #ed8707 0%, #de3d10 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed8707), color-stop(100%,#de3d10));
    background: -webkit-linear-gradient(top, #ed8707 0%,#de3d10 100%);
    background: -o-linear-gradient(top, #ed8707 0%,#de3d10 100%);
    background: -ms-linear-gradient(top, #ed8707 0%,#de3d10 100%);
    background: linear-gradient(to bottom, #ed8707 0%,#de3d10 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed8707', endColorstr='#de3d10',GradientType=0 );
}
/*hover*/
#stoppagecontent .btn-info:hover {
    color: #fff;
    background-color: #ff7707;
    border-color: #cc8210;
    -webkit-box-shadow: 0 -1px 0 0 #e88a16, 0 0 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 -1px 0 0 #e88a16, 0 0 2px 0 rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(top, #ea7f00 0%, #c12906 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea7f00), color-stop(100%,#c12906));
    background: -webkit-linear-gradient(top, #ea7f00 0%,#c12906 100%);
    background: -o-linear-gradient(top, #ea7f00 0%,#c12906 100%);
    background: -ms-linear-gradient(top, #ea7f00 0%,#c12906 100%);
    background: linear-gradient(to bottom, #ea7f00 0%,#c12906 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea7f00', endColorstr='#c12906',GradientType=0 );
}
/*focus*/
#stoppagecontent .btn-info:focus, #stoppagecontent .btn-info.focus {
    color: #fff;
    background-color: #ed8707;
    border-color: #cc8210;
    outline-color: #ed8707;
}

#stoppagecontent input[type="checkbox"] {
    display: block;
}

#stoppagecontent input.error {
    background-color: #FFFFFF;
    color: red;
}

#stoppagecontent select {
    font-size: 14px;
}



#stoppagecontent fieldset.stoppage {
    border: none !important;
    margin: 0;
    padding: 0;
}

#stoppagecontent label {
    cursor: pointer;
}

#stoppagecontent img.okimg {
    display: none;
    float: left;
    margin: 9px 0 0 5px;
}

#stoppagecontent div#closebutton {
    width: 16px;
    height: 16px;
    position: absolute;
    top: -20px;
    right: 0px;
    background: url("images/close.png") no-repeat;
    display: none;
}

#stoppagecontent div.stoppage_upper {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin-bottom: 6px;
    padding: 0 20px 20px;
}


#stoppagecontent div.stoppage_body {
    background: #fff;
    padding-bottom: 20px;
    float: left;
    margin-bottom: 20px;
}

/*#wrapper {
    position: relative;
    height: 700px;
    width: 1170px;
    margin: 0 auto;
    z-index: 1;
}*/

#stoppagecontent a {
    text-decoration: none;
}

#stoppagecontent .row7 label.checkbox,
#stoppagecontent .row8 label.checkbox {
    margin-left: 0px;
}

/*top*/
#stoppagecontent .login_bar {
    background-color: #113c2b;
    border: none;
    padding: 10px 0;
    font-size: 11px;
    font-family: "LinotypeUniversW02Light-Stoppage", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}
#stoppagecontent .login_bar,
#stoppagecontent .login_bar span,
#stoppagecontent .login_bar label {
    color: #fff;
}
#stoppagecontent .login_bar .submit-container {
    padding-right: 0;
}

#stoppagecontent .login_bar input[type="text"],
#stoppagecontent .login_bar input[type="number"],
#stoppagecontent .login_bar input[type="password"]{
    width: 100%;
}
#stoppagecontent .login_bar .form-submit {
    margin-top: 5px;
}
#stoppagecontent .login_bar .no-margin-top .form-submit {
    margin-top: 8px;
}
#stoppagecontent .login_bar .login-label {
    font-size: 12px;
    margin-top: 16px;
}

#stoppagecontent .top-info {
    border-bottom: 5px solid #009645;
    margin-bottom: 10px;
    padding: 30px 0 20px;
    font-family: "LinotypeUniversW02Bold-Stoppage", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-weight: normal !important;
    text-transform: uppercase;
}

#stoppagecontent .top-info span {
    color: #009645;
    font-size: 36px;
    font-weight: normal;
}


#stoppagecontent .top-info span.dark_green {
    color: #113c2b;
}

body.it_IT #stoppagecontent .newhere {
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 15px;
}

#stoppagecontent .newhere {
    height: 91px;
    margin-bottom: 15px;
    margin-top: 20px;
    position: relative;
}
#stoppagecontent .newhere > span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

#stoppagecontent .newhere span {
    font-family: "LinotypeUniversW02Bold-Stoppage", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 35px;
    color: #009645;
}

.it_IT #stoppagecontent .newhere span {
    font-size: 30px;
}

#stoppagecontent .registrate_block {
    float: left;
    background-color: #fff;
    position: relative;
}

#stoppagecontent .username, #stoppagecontent .password {
    height: 41px;
    background: none;
}

#stoppagecontent .username span, #stoppagecontent .password span {
    font-size: 11px;
    margin: 0;
    display: none;
}

#stoppagecontent .username input, #stoppagecontent .password input {
    background-color: #fff;
    color: #666;
    height: 26px;
    margin-left: 0px;
    margin-top: 10px;
    padding: 0 0 0 4px;
    border: 1px solid #ccc;
}

#stoppagecontent .login_bar_text1 {
    padding-bottom: 10px;
}

#stoppagecontent .login_bar_text1 a.forgotten,
#stoppagecontent .login_bar_text1 a:visited.forgotten {
    text-decoration: underline;
    color: #fff;
}

#stoppagecontent .login_bar_text1 img {
    margin-top: 4px;
    float: left;
    margin-right: 5px;
}

#stoppagecontent .login_bar_text2 {
    float: right;
    margin-right: 10px;
    font-size: 11px;
    /*	width: 125px; */
    height: 19px;
    margin-top: 16px;
}

#stoppagecontent .login_bar_text2 input {
    float: left;
    padding:0;
    margin: 1px 4px 0 0;
}

#stoppagecontent .login_button {
    float: right;
    width: 78px;
    height: 26px;
    margin-top: 11px;
    margin-right: 40px;
    cursor: pointer;
}

#stoppagecontent .login_button span {
    font-size: 11px;
    color: #666;
}

/*top end*/

/*left*/


#stoppagecontent .left_text {
    margin-top: 31px;
    letter-spacing: -0.05em;
    border-bottom: 5px solid #009645;
    padding-bottom: 15px;
}


#stoppagecontent .left_text h2 {
    color: #113c2b;
    font-size: 18px;
    line-height: 22px;
    margin: 6px 0 0 0;
    font-weight: normal;
    font-family: "LinotypeUniversW02Bold-Stoppage", Arial, Tahoma, Verdana, Helvetica, sans-serif;
}


#stoppagecontent .left_text span {
    color: #113c2b;
    font-size: 16px;
    line-height: 22px;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}


#stoppagecontent .left_text span.light_green {
    color: #009645;
    font-weight: bold;
}

#stoppagecontent .left_text .hint-image {
    width: 78px;
    height: 78px;
    float: left;
    margin-right: 16px;
}

#stoppagecontent .register-banner {
    margin-top: 15px;
}
#stoppagecontent .left_img {
    margin-top: 10px;
}
#stoppagecontent .left_img img {
    max-width: 100%;
}
#stoppagecontent .img_text {
    font-size: 20px;
    margin-top: 23px;
    font-family: "Ingeborg-BoldItalic-Stoppage", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    color: #113c2b;
}

#stoppagecontent #formcontainer-all {
    position: relative;
    overflow: hidden;
}
#stoppagecontent #formcontainer-all .form-row {
    float: none;
    position: relative;
    padding-left: 1px;
}
#stoppagecontent #formcontainer-all .form-row span {
    font-size: 12px;
    font-family: Arial, sans-serif;
}
#stoppagecontent #formcontainer-all .form-row .margin-left-0 {
    margin-left: 0;
}
#stoppagecontent #formcontainer-all .form-row .strong-label{
    font-weight: bold;
    margin-top: 17px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: #113c2b;
    padding: 0 5px;
}
#stoppagecontent #formcontainer-all .form-row .input-city-wrapper {
    padding-left: 0;
}

#stoppagecontent #formcontainer-all .form-row input[type=text],
#stoppagecontent #formcontainer-all .form-row input[type=number],
#stoppagecontent #formcontainer-all .form-row input[type=password]{
    background-color: #fff;
    float: left;
    height: 26px;
    width: 90%;
    margin-left: 4px;
    margin-top: 5px;
    padding: 0 4px 0 4px;
    font-size: 12px;
    border: 1px solid #B1B2B3;
}
#stoppagecontent #formcontainer-all .form-row input.medium-input{
    width: 70%;
}
#stoppagecontent #formcontainer-2 {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    padding: 0 10px;
}

#stoppagecontent .stern_row {
    position: absolute;
    left: -5px;
    top: 6px;
    font-weight: normal;
}

#stoppagecontent .signup1 {
    background: #eaeaea;
    color: #113c2b;
    position: relative;
    padding: 5px;
}

#stoppagecontent .signup1 .signup1_text {
    font-size: 18px;
    margin: 14px 0 0 19px;
    font-family: "LinotypeUniversW02Bold-Stoppage",Arial,Tahoma,Verdana,Helvetica,sans-serif;
}


#stoppagecontent .signup1 .signup1_text span {
    text-transform: uppercase;
}

#stoppagecontent .login-submit .col-xs-12{
    padding-left: 0;
}

#stoppagecontent .row1 {
    height: 26px;
    margin-top: 5px;
    position: relative;
}

#stoppagecontent .row1 .stern {
    float: left;
    font-size: 11px;
    margin: 0 0 0 135px;
}

#stoppagecontent .row1 select{
    float: left;
    margin-left: 20px;
    font-size: 14px;
}

#stoppagecontent .show_stoppage {
    display: none;
    padding-left: 5px;
}
#stoppagecontent .show_stoppage label.checkbox{
    margin: 5px 0 0 0;
}
#stoppagecontent .show_stoppage label.checkbox label span{
    margin-top: 2px;
}

#stoppagecontent .show_stoppage input {
    float: left;
    margin: 4px 0 0 0;
}

#stoppagecontent .show_stoppage span {
    float: left;
    margin: 3px 0 0 4px;
    font-size: 11px;
    color: #666666;
}

#stoppagecontent .show_stoppage img {
    float: left;
    margin-right: 9px;
    margin-top: 4px;
    margin-left: 4px;
}

#stoppagecontent .row2 {
    height: 30px;
    margin-top: 0px;
    position: relative;
}

#stoppagecontent .row2_input {
    float: left;
    width: 175px;
    height: 30px;
    background-image: none;
}

#stoppagecontent .row3 {
    height: 30px;
    margin-top: 1px;
    position: relative;
}

#stoppagecontent .row3_input {
    float: left;
    width: 175px;
    height: 30px;
    background-image: none;
}

#stoppagecontent .row4 {
    height: 30px;
    margin-top: 1px;
    position: relative;
    width: 100%;
}

#stoppagecontent .row4_input {
    float: left;
    width: 245px;
    height: 30px;
    background-image: none;
}

#stoppagecontent .row5 {
    height: 30px;
    position: relative;
}

#stoppagecontent .row5 .chose {
    color: #645A4E;
    font-weight: bold;
    font-size: 12px;
    margin: 9px 0 0 5px;
    float: left;
}

#stoppagecontent .row6 {
    height: auto;
    width: auto;
    position: relative;
}

#stoppagecontent .row6 span {
    font-size: 12px;
    color: #113c2b;
    font-weight: normal;
}

#stoppagecontent .row6 input {
    float: left;
    margin-right: 3px;
    margin-top: 4px;
    border: 1px solid #B1B2B3;
}

#stoppagecontent #hintbox_tmmodel_31 {
    background: url("images/label_warning.png") no-repeat scroll 20px 35px #FFFFFF;
    min-height: 225px;
    top: 400px;
    left: -312px;
    width: 490px;
}
#stoppagecontent #hintbox_tmmodel_31 .triangleright{
    top: 88px;
}

#stoppagecontent #hintbox_tmmodel_31 p.hint {
    width: 360px;
}

#stoppagecontent #hintbox_tmmodel_31 .tmmodeldisclaimer {
    float: right;
    margin: 10px 10px -2px 0;
}

#stoppagecontent #hintbox_tmmodel_31 .tmmodeldisclaimer a{
    text-decoration: none;
    color: #009A3D;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: bold;
}

#stoppagecontent .row7 {
    margin-top: 10px;
    margin-left: 4px;
    position: relative;
}

#stoppagecontent .row7 input {
    float: left;
    width: 13px;
    height: 13px;
    margin-right: 4px;
    margin-top: 4px;
    border: 1px solid #B1B2B3;
}

#stoppagecontent .row7 .row7_text {
    float: left;
    font-size: 11px;
    color: #666666;
    margin: 2px 0 0;
}

#stoppagecontent .description_offer {
    font-size: 8px;
}

#stoppagecontent .row8 {
    margin-top: 5px;
    margin-left: 4px;
    position: relative;
    font-size: 11px;
    color: #666666;
    line-height: 14px;
}
#stoppagecontent .login-submit.forward {
    text-align: right;
}

#stoppagecontent .row8 input {
    float: left;
    width: 13px;
    height: 13px;
    margin-right: 4px;
    margin-top: 4px;
    border: 1px solid #B1B2B3;
}

#stoppagecontent .row8 .row8_text {
    float: left;
    font-size: 11px;
    color: #666666;
    margin-top: 0px !important;
}

#stoppagecontent .row8  a {
    text-decoration: underline;
    color: #0f9a4d;
}

#stoppagecontent .row8 .row8_star {
    margin: 0;
    font-size: 16px;
    color: #113c2b;
    background: none !important;
}

#stoppagecontent .row8 .checkbox {
    padding-bottom: 0px;
}

#stoppagecontent .row9 input {
    float: left;
    width: 13px;
    height: 13px;
    margin-right: 4px;
    margin-top: 4px;
    border: 1px solid #B1B2B3;
}

#stoppagecontent .row9 .row9_text {
    float: left;
    font-size: 11px;
    color: #666666;
    margin-top: 0px !important;
}

#stoppagecontent .row9  a {
    text-decoration: underline;
    color: #0f9a4d;
}

#stoppagecontent .row9 .row9_star {
    margin: 0;
    font-size: 16px;
    color: #113c2b;
    background: none !important;
}

#stoppagecontent .row9 .checkbox {
    padding-bottom: 0px;
}

#stoppagecontent .next_button {
    width: 200px;
    height: 24px;
    float: right;
    margin-top: 8px;
    margin-right: 25px;
    text-align: right;
}

#stoppagecontent .next_button span {
    float: left;
    margin: 5px 0 0 29px;
    font-size: 11px;
    color: #fff;
}

/* form 2*/

#stoppagecontent .save_button {
    width: 200px;
    height: 24px;
    float: right;
    margin-top: 24px;
    margin-right: 25px;
    text-align: right;
}


#stoppagecontent .save_button span {
    float: left;
    margin: 5px 0 0 29px;
    font-size: 11px;
    color: #fff;
}
.skill {
    float: left;
    width: 350px;
    height: 20px;
    margin-top: 10px;
}

#stoppagecontent .skill span {
    float: left;
    margin-right: 13px;
    font-weight: normal;
    font-family: arial;
}

#stoppagecontent .skill input{
    float: left;
    margin: 3px 5px 0 0;
}

#stoppagecontent a.back {
    font-size: 11px;
    text-decoration: underline;
    color: #009645;
    background: url("images/icon-arrowleft.png") 0 5px no-repeat;
    padding-left: 10px;
    float: left;
    margin-top: 8px;
    cursor: pointer;
    padding-bottom: 10px;
}

/* end form 2 */


/* hint */

#stoppagecontent .hintbox {
    position: absolute;
    z-index: 90000;
    right: 0;
    display: none;
    background: url("images/label_hint.png") no-repeat scroll 20px center #FFFFFF;
    border: 1px solid #B1B2B3;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    min-height: 120px;
    padding: 19px 0.769em 0.769em 96px;
    width: 340px;
}

#hintboxes {
    position: absolute;
    top: -195px;
}

#stoppagecontent #hintboxes.form1-additional-1 .form1-dynamic-margin-30,
#stoppagecontent #hintboxes.form1-additional-1 .form1-dynamic-margin-60,
#stoppagecontent #hintboxes.form2-additional-1 .form2-dynamic-margin-30,
#stoppagecontent #hintboxes.form2-additional-1 .form2-dynamic-margin-60,
#stoppagecontent #hintboxes.form1-additional-2 .form1-dynamic-margin-30,
#stoppagecontent #hintboxes.form2-additional-2 .form2-dynamic-margin-30{
    margin-top: 30px;
}
#stoppagecontent #hintboxes.form1-additional-2 .form1-dynamic-margin-60,
#stoppagecontent #hintboxes.form2-additional-2 .form2-dynamic-margin-60{
    margin-top: 60px;
}

#stoppagecontent .triangleright {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #B1B2B3;
    border-right: 1px solid #B1B2B3;
    height: 1.154em;
    right: -8px;
    position: absolute;
    top: 1.154em;
    width: 1.154em;
}
#stoppagecontent .rotation-45 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#hintbox_prename {
    top: 240px;
}

#hintbox_surname {
    top: 271px;
}

#hintbox_emailaddress {
    top: 302px;
}

#hintbox_confirm_emailaddress {
    top: 333px;
}

#hintbox_alias {
    top: 364px;
}

#hintbox_terms {
    top: 526px;
}

#hintbox_telephone {
    top: 300px;
}

#hintbox_birthday {
    top: 330px;
}

#hintbox_street {
    top: 206px;
}

#hintbox_city,
#hintbox_zipcode {
    top: 236px;
}
#hintbox_city {
    left: -244px !important;
}
#hintbox_country {
    top: 270px;
}

#stoppagecontent span.hint {
    font-size: 18px;
    font-family: arial;
    float: left;
    width: 200px;
    margin-left: 20px;
    color: #113C2B;
    margin-top: 10px;
}

#stoppagecontent p.hint {
    float: left;
    font-size: 13px;
    font-family: arial;
    width: 200px;
    margin-left: 20px;
    margin-top: 10px;
    color: #666;
}

/* hint end */



#stoppagecontent a.graphic_button {
    color: #fff;
    height: 24px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-weight: normal;
    text-decoration: none;
}

#stoppagecontent a.graphic_button span {
    height: 24px;
    text-align: center;
    display: inline-block;
    line-height: 23px;
    padding: 0 20px;
    cursor: pointer;
}


#stoppagecontent .search-dropdown-box {
    position: relative;
    float: left;
    width: 148px;
    margin-right: 7px;
    padding: 0 0 0 8px;
    border: 1px solid #b1b2b3;
    background: #ffffff url('images/select_downarrow.png') no-repeat scroll right 0.769em;
    line-height: 24px;
}

#stoppagecontent .search-dropdown-box .layer {
    display: none;
    position: absolute;
    z-index: 1;
    width: 148px;
    top: 1.769em;
    left: -1px;
    padding: 0 0.615em;
    border-right: 1px solid #b1b2b3;
    border-bottom: 1px solid #b1b2b3;
    border-left: 1px solid #b1b2b3;
    background: #ffffff;
}

#stoppagecontent .search-dropdown-box:hover .layer {
    display: block;
}

#stoppagecontent .search-dropdown-container-inner {
    margin: 3px 0 10px 0;
    padding-top: 4px;
    border-top: 1px solid #b1b2b3;
}

#stoppagecontent .search-dropdown-box .layer .filterlist,
#stoppagecontent .search-dropdown-box .layer .mysearcheslist {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #b1b2b3;
}

#stoppagecontent .search-dropdown-container-inner ul {
    padding-left: 0;
}

#stoppagecontent .search-dropdown-container-inner .label-title a {
    text-decoration: none;
    color: #113c2b;
}

#stoppagecontent .search-dropdown-box .layer .filterlist .option:hover .label-title {
    color: #009a3d;
}

#stoppagecontent .search-dropdown-box .layer .mysearchlist {
    margin: 0;
}

#stoppagecontent .search-dropdown-box .layer .mysearcheslist {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #b1b2b3;
}

#stoppagecontent .search-dropdown-box .mysearcheslist .savedsearch {
    padding-bottom: 10px;
}

#stoppagecontent .search-dropdown-box .mysearcheslist a {
    text-decoration: none;
    color: #113c2b;
}

#stoppagecontent .search-dropdown-box-title {
    padding: 5px 0;
    border-bottom: 1px solid #b1b2b3;
    font-weight: bold;
}

#stoppagecontent .search-dropdown-box-title.noborder {
    padding-bottom: 0;
    border: 0;
}

#stoppagecontent .search-dropdown-box-title a {
    text-decoration: none;
    color: #113c2b;
}

#stoppagecontent .search-dropdown-box-title a:hover {
    color: #009a3d;
}

#stoppagecontent .search-dropdown-box .layer a:hover {
    color: #009b4c!important;
}

#stoppagecontent .sortby.dropdown {
    width: 100px;
    margin-left: 5px;
    float: left;
    position: relative;
    padding: 0 0 0 8px;
    border: 1px solid #b1b2b3;
    background: #ffffff url(images/select_downarrow.png) no-repeat scroll right 9px;
    background-size: 1.615em 0.538em;
    height: 26px;
}

#stoppagecontent .sortby.dropdown .layer {
    border: 1px solid #b1b2b3;
    background-color: #fff;
    position: absolute;
    z-index: 2;
    display: none;
    width: 100px;
    left: -1px;
    border-top: none;
}
#stoppagecontent #formcontainer-2 .sortby.dropdown{
    width: 92%;
}
#stoppagecontent #formcontainer-2 .sortby.dropdown .layer {
    width: calc(100% + 2px);
}
#stoppagecontent #formcontainer-all #formcontainer-2 .inputfield {
    width: 100%;
}
#stoppagecontent .padding-none {
    padding: 0;
}
#stoppagecontent .submit-container{
    margin-top: 20px;
}
#stoppagecontent .sortby.dropdown .dropdownlist {
    padding-left: 8px;
}

#stoppagecontent .sortby.dropdown .layer ul {
    margin-bottom: 0px;
}
#stoppagecontent .sortby.dropdown .layer li,
#stoppagecontent .sortby.dropdown .layer li a,
#stoppagecontent .sortby.dropdown .selected {
    cursor: pointer;
    padding: 2px 20px 2px 1px;
}

#stoppagecontent .sortby.dropdown .layer li:hover,
#stoppagecontent .sortby.dropdown .layer li a:hover {
    color: #009645;
}

#stoppagecontent .sortby.dropdown:hover .layer {
    display: block;
}

#stoppagecontent .sortby.dropdown.dropdown-relationship {
    width: 160px;
    float: left;
}

#stoppagecontent .sortby.dropdown.dropdown-relationship .layer {
    width: 160px;
}

#stoppagecontent .sortby.dropdown.dropdown-since {
    width: 120px;
    float: right;
}

#stoppagecontent .sortby.dropdown.dropdown-since .layer {
    width: 120px;
    height: 160px;
    overflow-x: scroll;
}

#stoppagecontent .newhere .darkgreen {
    float: none;
    color: #113c2b;
}


#stoppagecontent .radio-inline + .radio-inline,
#stoppagecontent .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 0;
}
#stoppagecontent .checkbox label {
    padding-left: 0;
}
#stoppagecontent .checkbox > label {
    padding-left: 23px;
}
#stoppagecontent #scrollable-form .checkbox > label {
    font-size: 13px;
}
#stoppagecontent #scrollable-form .checkbox:hover > label {
    color: #009645;
}
#stoppagecontent label input[type="checkbox"] {
    display:none;
}
#stoppagecontent label input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background: url(images/checkbox.png) left top no-repeat;
    cursor:pointer;
    margin-left: -23px;
}
#stoppagecontent label input[type="checkbox"]:checked + label span {
    background: url(images/checkbox_active.png) left top no-repeat;
}

#stoppagecontent .radio-inline {
    padding-left: 0;
}
#stoppagecontent .radio-inline label {
    font-weight: normal;
}
#stoppagecontent .radio-inline > label {
    padding-left: 23px;
}
#stoppagecontent label input[type="radio"] {
    display:none;
}
#stoppagecontent label input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background: url(images/radio.png) left top no-repeat;
    cursor:pointer;
    margin-left: -23px;
}
#stoppagecontent label input[type="radio"]:checked + label span {
    background: url(images/radio_active.png) left top no-repeat;
}
#stoppagecontent .manual-shariff .orientation-vertical {
    width: 100%;
}
#stoppagecontent .login-submit .manual-shariff{
    padding: 0 5px
}
#stoppagecontent .manual-shariff ul li a {
    display: block;
    padding-right: 0;
}

@media (min-width: 768px) {
    #stoppagecontent .login-submit .col-sm-4 {
        text-align: right;
    }
    #stoppagecontent .row6 .col-xs-6 {
        padding: 0 5px 0 0;
    }
}

@media (min-width: 768px), (max-width: 550px) {
    #stoppagecontent .row6 .col-xs-6.col-sm-12 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #hintboxes {
        right: 0;
        top: 0;
        display: flex;
        width: 100%;
        justify-content: center;
    }

    #stoppagecontent .hintbox {
        top: auto;
        left: auto;
        right: auto;
        width: min-content;
    }
    #stoppagecontent .triangleright, #stoppagecontent #hintbox_tmmodel_31 .triangleright {
        top: auto;
        bottom: -0.65em;
        left: 60px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #hintbox_prename {
        bottom: -50px;
    }

    #hintbox_surname {
        bottom: -82px;
    }

    #hintbox_emailaddress {
        bottom: -112px;
    }

    #hintbox_confirm_emailaddress {
        bottom: -144px;
    }

    #hintbox_alias {
        bottom: -174px;
    }

    #hintbox_terms {
        bottom: -344px;
    }

    #hintbox_street {
        bottom: -12px;
    }

    #hintbox_zipcode, #hintbox_city {
        bottom: -42px;
    }

    #hintbox_city {
        left: auto !important;
    }

    #hintbox_city .triangleright {
        left: 160px;
    }

    #hintbox_country {
        bottom: -102px;
    }

    #hintbox_telephone {
        bottom: -134px;
    }

    #hintbox_birthday {
        bottom: -164px;
    }

    #hintbox_tmmodel_31 {
        bottom: -196px;
    }

    #stoppagecontent #hintboxes.form1-additional-1 .form1-dynamic-margin-30,
    #stoppagecontent #hintboxes.form1-additional-1 .form1-dynamic-margin-60,
    #stoppagecontent #hintboxes.form2-additional-1 .form2-dynamic-margin-30,
    #stoppagecontent #hintboxes.form2-additional-1 .form2-dynamic-margin-60,
    #stoppagecontent #hintboxes.form1-additional-2 .form1-dynamic-margin-30,
    #stoppagecontent #hintboxes.form2-additional-2 .form2-dynamic-margin-30{
        margin-bottom: -30px;
    }
    #stoppagecontent #hintboxes.form1-additional-2 .form1-dynamic-margin-60,
    #stoppagecontent #hintboxes.form2-additional-2 .form2-dynamic-margin-60{
        margin-bottom: -60px;
    }
}

@media (max-width: 390px) {
    #stoppagecontent {
        width: 98%;
    }
}
