137 lines
2.9 KiB
CSS
137 lines
2.9 KiB
CSS
|
/**
|
||
|
* NOTICE OF LICENSE
|
||
|
*
|
||
|
* This source file is subject to a commercial license from Common-Services Co., Ltd.
|
||
|
* Use, copy, modification or distribution of this source file without written
|
||
|
* license agreement from the SARL SMC is strictly forbidden.
|
||
|
* In order to obtain a license, please contact us: contact@common-services.com
|
||
|
* ...........................................................................
|
||
|
* INFORMATION SUR LA LICENCE D'UTILISATION
|
||
|
*
|
||
|
* L'utilisation de ce fichier source est soumise a une licence commerciale
|
||
|
* concedee par la societe Common-Services Co., Ltd.
|
||
|
* Toute utilisation, reproduction, modification ou distribution du present
|
||
|
* fichier source sans contrat de licence ecrit de la part de la Common-Services Co. Ltd. est
|
||
|
* expressement interdite.
|
||
|
* Pour obtenir une licence, veuillez contacter Common-Services Co., Ltd. a l'adresse: contact@common-services.com
|
||
|
* ...........................................................................
|
||
|
*
|
||
|
* @package So Colissimo Flexibilite
|
||
|
* @author Alexandre D.
|
||
|
* @copyright Copyright (c) 2011-2015 Common Services Co Ltd - 90/25 Sukhumvit 81 - 10260 Bangkok - Thailand
|
||
|
* @license Commercial license
|
||
|
* Support by mail : support.soflexibilite@common-services.com
|
||
|
*/
|
||
|
|
||
|
#soflexibilite_logo_area {
|
||
|
float: right;
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
#soflexibilite_em {
|
||
|
color: red;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.soflexibilite_desc {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.sf_slider_trigger {
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.float-left {
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
#sf_panel {
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
|
||
|
#sf_panel div.float-left:first-child {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
#sf_panel div.float-left {
|
||
|
width: 50%;
|
||
|
}
|
||
|
|
||
|
#sf_panel .sf_delivery_mode {
|
||
|
color: #fb4f14;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
* GMAP
|
||
|
*/
|
||
|
|
||
|
.soflexibilite_overlay {
|
||
|
display: none;
|
||
|
position: fixed;
|
||
|
top: 0px;
|
||
|
bottom: 0px;
|
||
|
left: 0px;
|
||
|
right: 0px;
|
||
|
z-index: 6000;
|
||
|
background-color: black;
|
||
|
opacity: 0.75;
|
||
|
-moz-opacity: 0.75;
|
||
|
-khtml-opacity: 0.75;
|
||
|
filter: alpha(opacity=75);
|
||
|
}
|
||
|
|
||
|
#so_box {
|
||
|
color: #000;
|
||
|
display: none;
|
||
|
box-sizing: border-box;
|
||
|
position: fixed;
|
||
|
top: 50%;
|
||
|
left: 50%;
|
||
|
right: 50%;
|
||
|
z-index: 6001;
|
||
|
background: #fbfbfb;
|
||
|
width: 950px;
|
||
|
height: 645px;
|
||
|
margin-left: -475px;
|
||
|
margin-top: -350px;
|
||
|
padding: 20px;
|
||
|
text-align: left;
|
||
|
font: normal 11px/14px Arial, Verdana, sans-serif;
|
||
|
-webkit-border-radius: 5px;
|
||
|
-moz-border-radius: 5px;
|
||
|
border-radius: 5px;
|
||
|
}
|
||
|
|
||
|
#so_box .col-lg-10 {
|
||
|
width: 83.33333%;
|
||
|
}
|
||
|
|
||
|
#so_box .col-lg-2 {
|
||
|
width: 16.66667%;
|
||
|
}
|
||
|
|
||
|
#so_box #sf_address.sf_loading {
|
||
|
background-image: url("../img/import-loader.gif");
|
||
|
background-repeat: no-repeat;
|
||
|
background-position-x: 100%;
|
||
|
background-position-y: 1px;
|
||
|
background-size: 26px;
|
||
|
}
|
||
|
#so_box #sf_address {
|
||
|
width: 82%;
|
||
|
}
|
||
|
|
||
|
|
||
|
#so_box .float-right {
|
||
|
float: right;
|
||
|
}
|
||
|
|
||
|
#sf_map {
|
||
|
border: 1px solid silver;
|
||
|
height: 565px;
|
||
|
}
|
||
|
|
||
|
#sf_map .sf_active {
|
||
|
background-color: gainsboro;
|
||
|
}
|