.main-body{
    padding-top:60px !important;
}

.main-body-secure{
    padding-top:60px !important;
}

#block-ui {
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1500;
}

#block-ui img {
    height: auto;
    left: 50%;
    max-width: 100%;
    position: fixed;
    top: 50%;
    vertical-align: middle;
}

.feedback {
  position: fixed;
  right: -39px;
  top: 100px;
  background-color: #ec5b00;
  color: #ffffff;
  width: 100px;
  height: 25px;
  text-align: right;
  padding-right: 10px;
  padding-top: 7px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* BACKGROUND COLORS */
.deliv-yellow { background-color: #EFBC43; }
.send-red { background-color: #F15A49; }
.send-green { background-color: #00A7B8; }
.otw-blue { background-color: #10C3FA; }
.ret-yellow { background-color: #FFA037; }
.his-green { background-color: #2CB673; }
.set-blue { background-color: #118ACB; }
.fav-orange { background-color: #F36F21; }
.light-grey { background-color: #A39993; }
.dark-grey { background-color: #5A5A5A; }
.contrast-yellow { background-color: #D89F19; }
.banner-blue { background-color: #A1E3F5; }
.logo-blue { background-color: #15BAE6; }
.logo-orange { background-color: #EA5A0B; }
.white-bkg{ background-color: #FFF;}

.text-deliv-yellow { color: #EFBC43; }
.text-send-red { color: #F15A49; }
.text-send-green { color: #00A7B8; }
.text-otw-blue { color: #10C3FA; }
.text-ret-yellow { color: #FFA037; }
.text-his-green { color: #2CB673; }
.text-set-blue { color: #118ACB; }
.text-fav-orange { color: #F36F21; }
.text-light-grey { color: #A39993; }
.text-dark-grey { color: #5A5A5A; }
.text-contrast-yellow { color: #D89F19; }
.text-grey { color: #28373C; }
.text-banner-blue { color: #A1E3F5; }
.text-logo-blue { color: #15BAE6; }
.text-logo-orange { color: #EA5A0B; }
.text-white{ color: #FFF;}
.text-black { color: black;}

/*generic in use at many places*/
div .fancy-line{
    background-color: lightgrey;
    height: 1px;
    min-height: 1px !important;
}

/* TOP BAR  */

.top-links{
    margin-top: 2px;
    height:42px;
    min-width:40px;
    /*border:red 1px solid;*/
    text-align: center;   
    font-size: 12px;
}

.top-links .home-icon{
    background: rgba(16,195,250,0) url('../img/new_ui/menu_home.svg') no-repeat scroll  center center;
    height: 28px;
    min-width: 28px;
}

.top-links .home-text{
    color: #10C3FA !important;
    text-transform: uppercase;
}

.top-links .menu-icon{
    background: rgba(255,160,55,0) url('../img/new_ui/menu_menu.svg') no-repeat scroll  center center;
    height: 28px;
    min-width: 28px;
}

.top-links .menu-text{
    color: #FFA037 !important;
    text-transform: uppercase;
}

.top-links .mypage-icon{
    background: rgba(241,90,73,0) url('../img/new_ui/menu_mypages.svg') no-repeat scroll  center center;
    height: 28px;
    min-width: 28px;
}

.top-links .mypage-text{
    color: #F15A49 !important;
    text-transform: uppercase;
}

.top-links .login-icon{
    background: rgba(44,182,115,0) url('../img/new_ui/menu_login.svg') no-repeat scroll  center center;
    height: 28px;
    min-width: 28px;
}

.top-links .login-text{
    color: #2CB673 !important;
    text-transform: uppercase;
}

.top-links .logout-icon{
    background: rgba(44,182,115,0) url('../img/new_ui/menu_logout.svg') no-repeat scroll  center center;
    height: 28px;
    min-width: 28px;
}

.top-links .logout-text{
    color: #2CB673 !important;
    text-transform: uppercase;
}

.top-links .user-icon{
    background: rgba(163,153,147,0) url('../img/new_ui/menu_user.svg') no-repeat scroll  center center;
    height: 28px;
    min-width: 28px;
}

.top-links .user-text{
    color: #A39993 !important;
}

/* TOP BAR - END */

/* BANNER */

.top-banner-bkg{
    /*margin-top: 50px;*/
    /*background-color: #10C3FA;*/
    background: url("../img/new_ui/banner-bg.png") no-repeat scroll center bottom;
}

.top-banner-sun{
    background: url("../img/new_ui/banner-bg.png") no-repeat scroll center bottom;
}

.top-banner{
    min-height: 395px;
}
.top-banner .my-carousel-indicator{
    text-align: center;
    margin-top:-45px;
    position: relative;
}

.top-banner .banner1-station-image{
    height: 385px;
    background: rgba(161,227,245,0) url('../img/new_ui/banner1_man_station.svg') no-repeat scroll right center;
}


.top-banner .banner1-swipbox-logo{
    margin-top: 10px;
    height: 130px;
    background: rgba(161,227,245,0) url('../img/new_ui/banner1_swipbox.svg') no-repeat scroll center 30px;
}

.top-banner .banner1-text{
    font-family: 'Breuer Text';
    color: #585a5a;
    text-align: center;
    line-height: 27px;
    /*border:red 1px solid;*/
    font-size:27px;
}

.top-banner .banner1-video{
    margin-left: -12px;
    margin-top: -5px;
    vertical-align: text-top;
}
.top-banner .banner1-video-link{
    padding:8px 16px 5px;
    margin-top: 25px;
    font-size: 16px;
    font-family: 'Breuer Text';
}


.top-banner .banner2-left-image{
    height: 385px;
    background: url("../img/new_ui/banner2.png") no-repeat scroll center center;
    /*background: rgba(161,227,245,0) url('../img/new_ui/banner2.svg') no-repeat scroll center center;*/
}

.top-banner .banner3-right-image{
    height: 385px;
    background: url("../img/new_ui/banner3.png") no-repeat scroll center center;
    /*background: rgba(161,227,245,0) url('../img/new_ui/banner3.svg') no-repeat scroll center center;*/
}

.top-banner .banner4-left-image{
    height: 385px;
    background: url("../img/new_ui/banner4.svg") no-repeat scroll center center;
    /*background: rgba(161,227,245,0) url('../img/new_ui/banner4.svg') no-repeat scroll center center;*/
}

.top-banner .banner5-right-image{
    height: 385px;
    background: rgba(161,227,245,0) url('../img/new_ui/banner1_man_station.svg') no-repeat scroll center center;
}

.top-banner .banner-number{
    font-family: 'Breuer Text'; 
    color: white; 
    padding: 0px; 
    font-size: 237px;
    margin-top: 76px;
}

.top-banner .banner-heading{
    font-family: 'Breuer Text'; 
    line-height: 50px; 
    font-size: 54px;
}

.top-banner .small-text{
    font-size: 24px; 
    line-height: 24px;
}


.top-banner .banner3-image{
    height: 385px;
    background: rgba(16,195,250, 1) url('../img/new_ui/banner3.svg') no-repeat scroll center 40px;
}

.top-banner .banner6-image{
    height: 385px;
    background: url("../img/new_ui/banner6.png") no-repeat scroll  center top;
}

/* FOOTER  */
.foot-banner{
    margin-top:40px;
    /*height: 250px;*/
    background: #A39993 url('../img/new_ui/front_grey_sun.svg') no-repeat scroll top center;
    text-align: center;
}

.foot-banner p{
    color: #FFF !important;
    font-size:11px;
}

.foot-banner .twitter-icon{
    background: rgba(163,153,147,0) url('../img/new_ui/twitter.svg') no-repeat scroll  center center;
    display: inline-block;
    width: 50px;
    height: 50px;
}

.foot-banner .youtube-icon{
    background: rgba(163,153,147,0) url('../img/new_ui/youtube.svg') no-repeat scroll  center center;
    display: inline-block;
    width: 50px;
    height: 50px;
}
.foot-banner .facebook-icon{
    background: rgba(163,153,147,0) url('../img/new_ui/facebook.svg') no-repeat scroll  center center;
    display: inline-block;
    margin-left:40px;
    margin-right:40px;
    width: 50px;
    height: 50px;
}

.foot-banner .dark_blue-text{
    color: #1589CB  !important;
    font-size:14px;
    font-weight: bold;
    
}

/* PAGE OPTIONS  */

.page-options-container{
    margin-left: auto;
    margin-right: auto;
    /*width: 80%;*/
}


.page-options{
    text-align: center;
    /*margin-top:30px;*/
}

.page-options .h3{
    color: #28373C ;
    font-size:24.5px;
    font-weight: bold;
}

.page-options .h4{
    color: #10C3FA;
    font-size:18.5px;
    
}

.page-options .option-name{
    color: #28373C;
    font-weight: bold;
    font-size:16px;
}

.page-options span{
    display:inline-block;
}

.page-options .option-hint{
    color: #10C3FA;
}

.page-options .page-icon{
    height: 150px;
    min-width: 175px;
    background-position: center center;
    background-repeat:  no-repeat;
    /*border: red solid 1px;*/
}

.page-options .new-line{
    margin-top:40px;
}

.page-options .send-package-icon{
    background-image: url('../img/new_ui/front_sendparcel.svg');
}

.page-options .track-trace-icon{
    background-image: url('../img/new_ui/front_truck.svg');
}

.page-options .user-reg-icon{
    background-image: url('../img/new_ui/front_user.svg');
}

.page-options .mypage-icon{
    background-image: url('../img/new_ui/front_user.svg');
}

.page-options .hotline-icon{
    background-image: url('../img/new_ui/front_hotline.svg');
}

.page-options .webshop-icon{
    background-image: url('../img/new_ui/front_basket.svg');
    background-color: rgba(241,90,73,0);
}

.page-options .swipbox-icon{
    background-image: url('../img/new_ui/front_station.svg');
}

.page-options .returns-icon{
    background-image: url('../img/new_ui/front_returns.svg');
}

.page-options .swipbox-mobile-icon{
    background-image: url('../img/new_ui/front_mobile.svg');
}

.page-options .find-swipbox-icon{
    background-image: url('../img/new_ui/front_map.svg');
}

/* SUB PAGE TEMPLATE */
 #page-logo {
    cursor: pointer;
    height: 77px;
    background: url('../img/new_ui/subpages_swipbox.png') no-repeat left center;
    background: rgba(0,0,0,0) url('../img/new_ui/subpages_swipbox.svg') no-repeat left center;
}

#page-title-container{
    /*margin-left:90px;*/
    height: 75px;
    display: table;
}

#page-title-container .page-title{
    padding-bottom: 5px;
    color:#10C3FA;
    font-size: 2em;
    font-weight: 100;
    overflow: hidden;
    display: table-cell;    
    vertical-align: bottom;
    word-break: break-all;
}

#page-top-line{
    position: relative;
    top:10px;
    /*margin-bottom: 40px;*/
    margin-bottom: 10px;
}

/*  MY PAGE */

.border{
    border: red 1px solid;
}

#loggedin-img {
    position: relative;
    height: 128px;
    background: rgba(0,0,0,0) url('../img/new_ui/my_page/user_box.svg') no-repeat center center;
}


#loggedin-img .log_txt{
    position: relative;
    left: 42px;
    top: 15px;

    color: white;
    width: 80px;
    text-align: right;

}
#loggedin-img .p_margin { margin: -4px; }


.my-page-options-rect{
    width: 180px;
    height: 132px;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
}

.my-page-options-rect .text-container{
    text-align: left;
    padding-left: 10px;
    /*padding-top: 5px;*/
    float:left;
    width:70%;
}

.my-page-options-rect .heading{
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
}

.my-page-options-rect .desc{
    font-size: 12px;
    line-height: 15px;
    color: #FFF;
}

.my-page-options-rect .send-img{
    background: rgba(0,0,0,0) url('../img/new_ui/my_page/sendparcel_button.svg') no-repeat center 15px;
    height: 90px;
}

.my-page-options-rect .history-img{
    background: rgba(0,0,0,0) url('../img/new_ui/my_page/history_button.svg') no-repeat center 15px;
    height: 90px;
}

.my-page-options-rect .trace-img{
    background: rgba(0,0,0,0) url('../img/new_ui/my_page/trace_button.svg') no-repeat center 15px;
    height: 90px;
}

.my-page-options-rect .return-img{
    background: rgba(0,0,0,0) url('../img/new_ui/my_page/return_button.svg') no-repeat center 15px;
    height: 90px;
}

.my-page-options-rect .favorite-img{
    background: rgba(0,0,0,0) url('../img/new_ui/my_page/favorite_button.svg') no-repeat center 15px;
    height: 90px;
}

.my-page-options-rect .signup-img{
    background: rgba(0,0,0,0) url('../img/new_ui/my_page/signup_button.svg') no-repeat center 15px;
    height: 90px;
}

.my-page-options-rect .settings-img{
    background: rgba(0,0,0,0) url('../img/new_ui/my_page/settings_button.svg') no-repeat center 15px;
    height: 90px;
}


.my-page-info{
    margin-top: 15px;
}

.my-page-info .info-heading{
    font-size: 11px;
    margin-top: -6px;
    margin-bottom: -6px;
    margin-left: 20px;
}

.my-page-info .info-desc{
    font-size: 11px;
    margin-top: -6px;
    margin-bottom: -6px;
    margin-left: 20px;
}


.my-page-top-options-rect {
    cursor: pointer;
    display: inline-block;
    height: 44px;
    width: 285px;
    margin: 0 auto;
    text-align: left;
}

.my-page-top-options-rect .ready-pickup-img{
    background: rgba(0,0,0,0) url('../img/new_ui/my_page/ready_to_pickup_button.svg') no-repeat 10px center;
    height: 43px;
    width:65px;
    display: inline-block;
}

.my-page-top-options-rect .ready-send-img{
    background: rgba(0,0,0,0) url('../img/new_ui/my_page/ready_to_send_button.svg') no-repeat 10px center;
    height: 43px;
    width:65px;
    display: inline-block;
}

.my-page-top-options-rect .text-container{
    text-align: left;
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
}

.my-page-top-options-rect .heading{
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    display: inline-block;
    
}

.my-page-top-options-rect .desc{
    font-size: 12px;
    line-height: 15px;
    color: #FFF;
    margin-top: -4px;
}

.mobile-img{
    background: rgba(0,0,0,0) url('../img/new_ui/my_page/phone.svg') no-repeat center center;
    height: 95px;
    min-width: 145px;
}

/* Number Circle -common */
.circle-container{
    float: right;
    text-align: center;
   /*line-height: 44px;
    margin-right: 11px;*/
    overflow: hidden;
}

.circle-container .number-circle{    
    font-weight: bold;
    font-size: 14px;
    font-family: Arial;
    border-radius: 14px;
    width:27px;
    height:27px;
    line-height: 27px;
    display: inline-block;
}

/* Sub-pages */
.left-tab{
    margin-right: -1px;
}
 

.left-tab .left-tab-container{
    float: left;
    width: 100% !important;
    margin: 0px;
}

.left-tab .left-tab-rect{
    height: 40px;
    cursor: pointer;
    list-style: none;
    padding: 4px 1px 6px 15px;
    border-radius: 10px 0 0 10px;
    /*margin-bottom: 4px;*/
    
    border-top: white 1px solid;
    border-bottom: white 1px solid;    
    border-left: white 1px solid;
}

.left-tab .left-tab-rect:hover{
    
    /*border-top: #A49993 1px solid;
    border-bottom: #A49993 1px solid;    
    border-left: #A49993 1px solid;*/
}

.left-tab .active{
    border-top: #A49993 1px solid;
    border-bottom: #A49993 1px solid;    
    border-left: #A49993 1px solid;
    border-right: #FFFFFF 1px solid;
    position: relative;
}


.left-tab-rect .text-container{
    text-align: left;
    padding-left: 10px;
    float: left;
}

.left-tab-rect .heading{
    font-size: 14px;
    font-weight: bold;
}

.left-tab-rect .desc{
    font-size: 12px;
    line-height: 15px;
}

.left-tab-rect .send-img{
    background: rgba(0,0,0,0) url('../img/new_ui/my_page/tab_sendparcel.svg') no-repeat left center;
    height: 40px;
    width:50px;
    float:left;
}

.left-tab-rect .history-img{
    background: rgba(0,0,0,0) url('../img/new_ui/my_page/tab_history.svg') no-repeat left center;
    height: 40px;
    width:50px;
    float:left;
}

.left-tab-rect .trace-img{
    background: rgba(0,0,0,0) url('../img/new_ui/my_page/tab_truck.svg') no-repeat left center;
    height: 40px;
    width:50px;
    float:left;
}

.left-tab-rect .return-img{
    background: rgba(0,0,0,0) url('../img/new_ui/my_page/tab_return.svg') no-repeat left center;
    height: 40px;
    width:50px;
    float:left;
}

.left-tab-rect .favorite-img{
    background: rgba(0,0,0,0) url('../img/new_ui/my_page/tab_favorite.svg') no-repeat left center;
    height: 40px;
    width:50px;
    float:left;
}

.left-tab-rect .settings-img{
    background: rgba(0,0,0,0) url('../img/new_ui/my_page/tab_settings.svg') no-repeat left center;
    height: 40px;
    width:50px;
    float:left;
}

#right-content-container{
    margin-left: 0px !important;
    border-left: 1px solid #A49993;
    min-height: 400px;
}

#right-content-container .content-area{
    margin-left: 20px !important;
    margin-top: 20px;
}

/* My Swip Box STAR */

.location_star {

    position: relative;
    margin-left:10px !important;
    margin-right:10px;
    width: 42px;
    height: 30px;
    background: rgba(0,0,0,0) url('../img/selection/star.svg') no-repeat center center;
}


.location_star_sel {

    position: relative;
    margin-left:10px !important;
    margin-right:10px;
    width: 42px;
    height: 30px;
    background: rgba(0,0,0,0) url('../img/selection/star_sel.svg') no-repeat center center;
}

/* Parcels on the way  */

.search-table-border{
    border-bottom: 1px solid #DDDDDD;
}
.custom-list-table{
    background-color: transparent !important;
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.custom-list-table td{
    border-bottom: 1px solid #DDDDDD;
    line-height: 18px;
    padding: 10px 4px;
    vertical-align: top;
    text-align: left;
    text-align-last: right;

    /*border:1px solid red;*/
}

.custom-list-table a:link {
    color:rgb(80,82,82);
    text-decoration:underline;
}      /* unvisited link */
.custom-list-table a:visited {
    color:rgb(80,82,82);
    text-decoration:none;
}   /* visited link */
.custom-list-table     a:hover {
    color:rgb(80,82,82);
    text-decoration:none;
}  /* mouse over link */
.custom-list-table a:active {
    color:rgb(80,82,82);
    text-decoration:none;
}   /* selected link */
    
.dt-margin-top{
    margin-top: 20px;
}

.parcel_on_the_way_list_img{
    background: rgba(0,0,0,0) url('../img/new_ui/my_page/parcel_on_the_way.svg') no-repeat center center;
    height: 30px;
    width: 50px;
}

.parcel_ready_to_pick_up_list_img{
    background: rgba(0,0,0,0) url('../img/new_ui/my_page/parcel_ready_to_pickup.svg') no-repeat center center;
    height: 30px;
    width: 50px;
}

.parcel_ready_to_send_list_img{
    background: rgba(0,0,0,0) url('../img/new_ui/my_page/parcel_ready_to_send.svg') no-repeat center center;
    height: 30px;
    width: 50px;
}

.parcel_ready_to_return_list_img{
    background: rgba(0,0,0,0) url('../img/new_ui/my_page/parcel_ready_to_return.svg') no-repeat center center;
    height: 40px;
    width: 52px;
}


.parcel_history_list_img{
    background: rgba(0,0,0,0) url('../img/new_ui/my_page/parcel_history.svg') no-repeat left center;
    height: 30px;
    width:50px;
    float:left;
}

.grey-medium-label{
    color: #28373C;
    
}

.fav-orange-label{
    color: #F36F21;
    font-size: 1em;
    font-weight: bold;
}

.dark-grey-label {
    color: #5A5A5A;
    font-size: 1em;
    font-weight: bold;
}

.light-grey-small-label{
    color: #A39993;
    font-size: 11px;
}

/* Send Instructions */

#send-instructions{
    
}

#send-instructions li{
    list-style-type: decimal;
    font-weight:bold;
    padding-bottom: 10px;
    /*line-height: 15px !important;*/
}

#send-instructions li div{
    list-style-type: decimal;
    font-weight:normal;
    padding: 5px 5px 0px 10px;
}

.send-heading{
    color: #00B9E9;
    padding-left:10px;
    margin-bottom: 10px;
    font-weight: bold;
}
.sender-box{
    text-align: center;
    border: #F36F21 1px solid;
    height: 240px;
    background-color: #E1E1E1;
}

.arrow-pointer{    
    background-image: url("../img/new_ui/fshop/arrow.svg");
    background-repeat: no-repeat;
    height: 100%;
    margin-left: -175px;
    margin-top: -77px;
    position: relative;
    width: 100%;
}

.arrow-pointer-instruction{    
/*    background-image: url("../img/new_ui/fshop/arrow.svg");
    background-repeat: no-repeat;*/
    margin-left: -400px;
    margin-top: -103px;
    position: relative;
}

.sender-box-content{
    height:75px;
    padding: 25px 93px 0 40px;
    /*padding:25px 97px 0 45px;*/
}

.sender-station{
   font-weight: bold;
   font-size: 20px;
}

.sender-name{
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    /*overflow: hidden;
    text-overflow: ellipsis;*/
    white-space: nowrap;
    height: 28px;
    line-height: 28px;
    margin-left:5px;
}

.sender-box-img{
    background: url('../img/new_ui/fshop/lfs_parcel.png') no-repeat center center;
    height: 110px;
}

.send-expand-arrow{
    margin-right:0px;
    cursor:pointer;
}

.send-instr-box{
    border:none !important;
}

/* FSHOP Parcels */
#fshop{
    
}

#fshop .control-group {
    margin-bottom: 2px;
}

#fshop .input-large{
    width:90%;        
}

#fshop .input-small{
    width:81%;
}

#fshop .detail_color{
    color:#00B9E9;
}    

#fshop .box{    
    height: 160px;
    width: 168px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1);
    cursor:pointer;
}

#fshop .small_box{
    background: url('../../www/img/new_ui/fshop/box_small.png') no-repeat scroll center bottom;
    /*background: rgba(0,0,0,0) url('../../www/img/new_ui/fshop/box_small.svg') no-repeat scroll center bottom;*/
    height: 105px;
    width: 150px;
}
#fshop .medium_box{
   background: url('../../www/img/new_ui/fshop/box_medium.png') no-repeat scroll center bottom;
    /*background: rgba(0,0,0,0) url('../../www/img/new_ui/fshop/box_medium.svg') no-repeat scroll center bottom;*/
    height: 105px;
    width: 150px;
}

#fshop .large_box{
    background: url('../../www/img/new_ui/fshop/box_large.png') no-repeat scroll center bottom;
    /*background: rgba(0,0,0,0) url('../../www/img/new_ui/fshop/box_large.svg') no-repeat scroll center bottom;*/
    height: 105px;
    width: 150px;
}
#fshop .large_box_desc{
    background: rgba(0,0,0,0) url('../../www/img/new_ui/fshop/20kg.svg') no-repeat scroll  center center;
    height:50px;
    width:50px;
}
#fshop .medium_box_desc{
    background: rgba(0,0,0,0) url('../../www/img/new_ui/fshop/20kg.svg') no-repeat scroll  center center;
    height:50px;
    width:50px;
}

#fshop .small_box_desc{
    background: rgba(0,0,0,0) url('../../www/img/new_ui/fshop/20kg.svg') no-repeat scroll  center center;
    height:50px;
    width:50px;
}

#fshop .box_lbl{
    padding:10px;
    font-weight:bold;    
}

#fshop .box_size{
    font-size: 16px;
}

#fshop .box_price{
    display: inline-block;
    width:48%;
}

#fshop .box-container{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1);
    padding-left:15px;
}

#fshop .receiver-info-box{
    height:40px;
    line-height: 40px;
    margin-left: -15px;
    margin-bottom: 15px;
    padding-left: 15px;
    font-weight: bold;
    font-size: 22px;
}

#fshop .sender-info-box{
    height:40px;
    line-height: 40px;
    margin-left: -15px;
    margin-bottom: 15px;
    padding-left: 15px;
    font-weight: bold;
    font-size: 22px;
}

#fshop .read-only-text{
    margin-bottom: 5px;
    color: #000000;
}


#fshop .info-container{
    border: #F36F21 1px solid;
    height:280px;
}

/*star*/   

#fshop .location_star {

    position: relative;

    width: 42px;
    height: 30px;
    background: rgba(0,0,0,0) url('../../www/img/selection/star.svg') no-repeat center center;
}

#fshop .location_star_sel {

    position: relative;
    width: 42px;
    height: 30px;
    background: rgba(0,0,0,0) url('../../www/img/selection/star_sel.svg') no-repeat center center;
}

.fshop_help_img{
    background: rgba(255,160,55,0) url('../../www/img/new_ui/fshop/how_to_do.svg') no-repeat scroll  center center;
    width:905px;
    height:391px;
}

#fshop .alternate_fav{
    margin-left: auto;
    margin-right: auto;
    margin-top:10px;
    text-align: left;
    width: 85%;
}

/*end FSHOP */

.ret-instruction{
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    border-top: none none;
    padding:10px; 
    margin-bottom: 10px;
}

/* RETURN Parcels */
#return{
    
}

#return .control-group {
    margin-bottom: 2px;
}

#return .input-large{
    width:90%;        
}

#return .input-small{
    width:81%;
}

#return .detail_color{
    color:#00B9E9;
}    

#return .box{    
    height: 160px;
    width: 168px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1);
    cursor:pointer;
}

#return .small_box{
    background: rgba(0,0,0,0) url('../../www/img/new_ui/fshop/box_small.png') no-repeat scroll center bottom;
    height: 105px;
    width: 150px;
}
#return .medium_box{
    background: rgba(0,0,0,0) url('../../www/img/new_ui/fshop/box_medium.png') no-repeat scroll center bottom;
    height: 105px;
    width: 150px;
}

#return .large_box{
    background: rgba(0,0,0,0) url('../../www/img/new_ui/fshop/box_large.png') no-repeat scroll center bottom;
    height: 105px;
    width: 150px;
}
#return .large_box_desc{
    background: rgba(0,0,0,0) url('../../www/img/new_ui/fshop/20kg.svg') no-repeat scroll  center center;
    height:50px;
    width:50px;
}
#return .medium_box_desc{
    background: rgba(0,0,0,0) url('../../www/img/new_ui/fshop/20kg.svg') no-repeat scroll  center center;
    height:50px;
    width:50px;
}

#return .small_box_desc{
    background: rgba(0,0,0,0) url('../../www/img/new_ui/fshop/20kg.svg') no-repeat scroll  center center;
    height:50px;
    width:50px;
}

#return .box_lbl{
    padding:10px;
    font-weight:bold;    
}

#return .box_size{
    font-size: 16px;
}

#return .box_price{
    display: inline-block;
    width:48%;
}

#return .box-container{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1);
    padding-left:7px;
    
    min-height: 375px;
}

#return .receiver-info-box{
    height:40px;
    line-height: 40px;
    margin-left: -7px;
    margin-bottom: 15px;
    padding-left: 15px;
    font-weight: bold;
    font-size: 22px;
}

#return .sender-info-box{
    height:40px;
    line-height: 40px;
    margin-left: -7px;
    margin-bottom: 15px;
    padding-left: 15px;
    font-weight: bold;
    font-size: 22px;
}

/*star*/   

#return .location_star {

    position: relative;

    width: 42px;
    height: 30px;
    background: rgba(0,0,0,0) url('../../www/img/selection/star.svg') no-repeat center center;
}

#return .location_star_sel {

    position: relative;
    width: 42px;
    height: 30px;
    background: rgba(0,0,0,0) url('../../www/img/selection/star_sel.svg') no-repeat center center;
}

.return_help_img{
    background: rgba(255,160,55,0) url('../../www/img/new_ui/return_flow/image_howtodo.svg') no-repeat scroll  center center;
    width:482px;
    height:391px;
}


/*end FSHOP */

/* YOU ARE A WEBSHOP START */

#you-are-webshop ul{
    list-style-type: none;
    margin-left: 0px;
}

#you-are-webshop ul li{
    font-size: 16px;
    color: #F36F21;
}

#you-are-webshop ul li div{
    font-size: 12px;
    color: #A39993;
    margin-bottom: 20px;
}

#you-are-webshop .box-dimension-container{
    font-size: 16px;
    color: #A39993;
    height:110px;
    line-height: 110px;
}
#you-are-webshop h5{
    margin-top: 0px;
}
#you-are-webshop .lead{
    margin: 15px 0px;
}
#you-are-webshop .black-text{
    color: #000000;
}


/* END - YOU ARE A WEBSHOP*/

.mobile-icon-site {
    background-color: #ffffff;
    background-image: url("../img/mobileview.svg");
    background-repeat: no-repeat;
    background-position: 95% center;
    width: 178px;
    margin: 0 auto;
    border-radius: 5px;
    padding-left: 18px;
    padding-top: 9px;
    padding-bottom: 9px;
    margin-bottom: 16px;

}
.mobile-icon-site a {
    color: #4f4f4f;
    font-weight: bold;
    font-size: 16px;
    display: block;
    text-align: left;

}
.foot-banner {
    padding-bottom: 21px;
}