/* CSS Admin */
.info-best-icon{
    background: none repeat scroll 0 0 #2D2D2D;
    color: #FFFFFF;
    min-height: 120px;
    padding: 20px;
}

.info-best-icon h2 {
    border-bottom: 1px solid #43B0D9;
    color: #43B0D9;
    float: left;
    font-size: 24px;
    padding-bottom: 5px;
}
.logo {
    float: right;
}
.text-info {
    clear: left;
}
.option-wrap-best-icon {
    background: url("images/fond.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #2D2D2D;
    min-height: 350px;
    padding: 20px;
}
.table-icon-stock caption {
    background: none repeat scroll 0 0 #333333;
    border-radius: 3px 3px 0 0;
    color: #39A9D7;
    font-size: 16px;
    padding: 0 0 10px 5px;
    text-align: left;
    text-shadow: 2px 2px 1px #000000;
}
.table-icon-stock caption:before {
    content: url("images/param.png");
    display: inline-block;
    position: relative;
    top: 8px;
    width: 35px;
}
.table-icon-stock {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    margin: 15px 15px 15px 0;
    width: 100%;
}
.tableau-left {
    text-align: left;
    width: 48%;
    float: left;
    margin: 10px;
}
.tableau-right {
    text-align: left;
    width: 48%;
     margin: 10px;
    float: left;
}
.titre-icon-stock{
    font-weight: bold;
}
.table-icon-stock th, .table-icon-stock td {
    padding: 7px;
}
.best-icon-wrap {
      width: 98%; 
}
.buton-save {
    clear: both;
    display: block;
    position: relative;
}
.sauvegarde {
    background: url("images/ok.png") no-repeat scroll 40px 37px, none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    border-bottom: 5px solid #9CD00F;
    color: #FFFFFF !important;
    font-size: 22px !important;
    left: 50%;
    margin: -35px auto 0 -150px;
    padding: 50px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 350px;
    z-index: 2147483647 !important;
}
#icon-stock-message > p {
    font-size: 16px;
}
.delete-icon {
    border: 2px solid #B01616;
    border-radius: 35px;
    color: #B01616;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 6px;
    margin: 3px 0 0;
    padding: 0 6px;
    position: relative;
    height: 23px;
    background: #FFFFFF;
}
@media screen and (max-width: 1280px) {
.tableau-left, .tableau-right{width:100% !important;float: none !important}
}
.link-bos {
    color: #999999;
    text-decoration: none;
}
.link-bos > a {
    color: #555555;
    text-decoration: none;
}
/**
 * iOS 6 style switch checkboxes
 * by Lea Verou http://lea.verou.me
 */

:root input[type="checkbox"],:root input[type="radio"] { /* :root here acting as a filter for older browsers */
	position: absolute;
	opacity: 0;
        display: none;
}

:root input[type="checkbox"].ios-switch + div, :root input[type="radio"].ios-switch + div {
	display: inline-block;
	vertical-align: middle;
	width: 3em;	height: 1em;
	border: 1px solid rgba(0,0,0,.3);
	border-radius: 999px;
	margin: 0 ;
	background: white;
	background-image: linear-gradient(rgba(0,0,0,.1), transparent),
	                  linear-gradient(90deg, hsl(210, 90%, 60%) 50%, transparent 50%);
	background-size: 200% 100%;
	background-position: 100% 0;
	background-origin: border-box;
	background-clip: border-box;
	overflow: hidden;
	transition-duration: .4s;
	transition-property: padding, width, background-position, text-indent;
	box-shadow: 0 .1em .1em rgba(0,0,0,.2) inset,
	            0 .45em 0 .1em rgba(0,0,0,.05) inset;
	font-size: 150%; /* change this and see how they adjust! */
}

:root input[type="checkbox"].ios-switch:checked + div, :root input[type="radio"].ios-switch:checked + div {
	padding-left: 2em;	width: 1em;
	background-position: 0 0;
}

:root input[type="checkbox"].ios-switch + div:before, :root input[type="radio"].ios-switch + div:before {
	content: 'On';
	float: left;
	width: 1.65em; height: 1.65em;
	margin: -.1em;
	border: 1px solid rgba(0,0,0,.35);
	border-radius: inherit;
	background: white;
	background-image: linear-gradient(rgba(0,0,0,.2), transparent);
	box-shadow: 0 .1em .1em .1em hsla(0,0%,100%,.8) inset,
	            0 0 .5em rgba(0,0,0,.3);
	color: white;
	text-shadow: 0 -1px 1px rgba(0,0,0,.3);
	text-indent: -2.5em;
}

:root input[type="checkbox"].ios-switch:active + div:before, :root input[type="radio"].ios-switch:active + div:before {
	background-color: #eee;
}

:root input[type="checkbox"].ios-switch:focus + div, :root input[type="radio"].ios-switch:focus + div {
	box-shadow: 0 .1em .1em rgba(0,0,0,.2) inset,
	            0 .45em 0 .1em rgba(0,0,0,.05) inset,
	            0 0 .4em 1px rgba(0,116,162,.5);
}

:root input[type="checkbox"].ios-switch + div:before,
:root input[type="checkbox"].ios-switch + div:after,
:root input[type="radio"].ios-switch + div:before,
:root input[type="radio"].ios-switch + div:after{
	font: bold 60%/1.9 sans-serif;
	text-transform: uppercase;
}

:root input[type="checkbox"].ios-switch + div:after, :root input[type="radio"].ios-switch + div:after {
	content: 'Off';
	float: left;
	text-indent: .5em;
	color: rgba(0,0,0,.45);
	text-shadow: none;

}
.titre-woo-best-cart > input:focus {
    box-shadow: 0 0 7px 2px rgba(0, 116, 162, 0.21) !important;
}
.radius {
    border: 1px solid #AAAAAA !important;
    border-radius: 20px;
    box-shadow: 1px 1px 3px #C1C1C1 inset !important;
}
.link-love:before{
    position: relative;
    display: inline-block;
    content: url(images/star.png);
    width: 15px;
    height: 15px;
    padding-right: 5px;
}