/*
Theme Name: Progressive
Theme URI: http://template.progressive.itembridge.com/
Author: blueStyle
Author URI: http://themeforest.net/user/blueStyle
Description: Progressive responsive theme
Version: 2.2.5
License: ThemeForest Regular & Extended License
License URI: http://themeforest.net/licenses/regular_extended
*/

@charset "utf-8";

/******************************************************************************
  General
*******************************************************************************/

body {
  font-family: 'Arimo', sans-serif;
  height: 100%;
  line-height: 1.6;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
input,
button,
select,
textarea {
  font-family: 'Arimo', sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}

/* Text */
a {
  color: #2e5481;
}
hr {
  border: 0;
  border-top: 1px solid #e1e1e1;
  border-top: 1px solid rgba(0,0,0,.1);
  border-bottom: 0 none;
  margin: 40px 0;
}

ul,
ol {
  padding: 0 0 0 60px;
  margin: 0 0 10px 0;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* Forms */
form {
  margin-bottom: 22px;
}
.selectBox:hover,
.selectBox:focus,
button {
  outline: none;
  text-decoration: none;
}

/* IMG */
.alignnone {
  margin: 0 0 25px;
}

/* Video */
embed,
iframe,
object,
video,
audio {
  max-width: 100%;
}

h1, h2, h3, h4, h6 {

  font-weight: 700;

  font-family: Arial, Verdana, sans-serif; }

input::-webkit-input-placeholder { font-size: 10pt; color: #555; padding-bottom:35px; }
input:-ms-input-placeholder { font-size: 13pt; color: #555;  padding-bottom:35px; }

/* Button */
.btn,
.btn:visited {
  border: 0 none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
  line-height: 22px;
  outline: none;
  padding: 9px 20px;
  text-shadow: none;
  filter: none;
  -webkit-transition:
    background .2s linear,
    color .2s linear;
  transition:
    background .2s linear,
    color .2s linear;
  white-space: normal;
}
.btn.btn-blue,
.btn.btn-blue:visited {
  background: #0098ca;
}
.btn.btn-lg {
  font-size: 14px;
  padding: 16px 45px;
}

.full-width-box {
  background-color: #ccc;
  overflow: hidden;
  padding: 76px 0;
  position: relative;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.full-width-box.auto-width {
  margin-left: -15px;
  margin-right: -15px;
  opacity: 0;
}
.container .full-width-box {
  margin-left: -15px;
  margin-right: -15px;
}
.full-width-box.auto-width.loaded {
  margin-left: 0;
  margin-right: 0;
  opacity: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.full-width-box .container,
.full-width-box .page-header {
  position: relative;
}
/*.full-width-box .fwb-paralax*/
.full-width-box .fwb-blur .blur-box {
  bottom: 0;
  display: block !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -100;
}
.full-width-box .fwb-blur .blur-box canvas {
  background-size: cover;
  background-attachment: fixed;
  max-width: inherit;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  vertical-align: top;
  width: 100%;
}

.full-width-box .fwb-video video,
.full-width-box .fwb-video iframe,
.full-width-box .fwb-video img {
  background-attachment: fixed;
  vertical-align: top;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: inherit;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
}

/* Accordion */
.panel {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 22px;
}
.panel-heading {
  padding: 9px 20px;
  border: 0 none;
  border-radius: 0;
}
.panel-title, h4.panel-title {
  font-size: 14px;
}
.panel-body {
  padding: 10px 20px;
}
.panel-default > .panel-heading {
  background-color: #f2f2f2;
  color: #1e1e1e;
}
.panel-default {
  border-color: #e1e1e1;
}
.panel-default > .panel-heading {
  background-color: #e1e1e1;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  background-color: inherit;
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-group .panel .panel-heading {
  background-color: inherit;
  padding: 0;
  position: relative;
}
.panel-group .panel .panel-heading > .panel-title:before {
  background: #e1e1e1;
  background: rgba(255,255,255,.4);
  bottom: 0;
  content: "";
  display: block;
  left: 45px;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 1;
}
.panel-group .panel .panel-heading > .panel-title > a {
  background-color: #f2f2f2;
  color: #1e1e1e;
  display: block;
  line-height: 22px;
  padding: 9px 9px 9px 60px;
  text-decoration: none;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}
.panel-group .panel .panel-heading > .panel-title > a:before,
.panel-group .panel .panel-heading > .panel-title > a:after {
  background-color: #c10841; /* red */
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: 19px 0 0 15px;
  position: absolute;
  top: 0;
  width: 16px;
}
.panel-group .panel .panel-heading > .panel-title > a:after {
  height: 16px;
  margin: 12px 0 0 22px;
  width: 2px;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0 none;
}
.panel-group .panel-default .panel-heading > .panel-title > a {
  background-color: #f2f2f2;
}
.panel-group .panel-body {
  padding: 10px 0 10px 1px;
}
/* Icons */
.icon {
  background: none;
  color: #1e1e1e;
  display: inline-block;
  font-size: 20px;
  height: 32px;
  line-height: 32px;
  margin: 0 0 4px 0;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: 32px;
}
.icon.pull-left {
  float: left;
  margin-right: 10px;
}
.icon.pull-right {
  float: right;
  margin-left: 10px;
}
.icon.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.bg {
  background-color: #f2f2f2;
}
.bottom-padding {
  margin-bottom: 80px;
}

/* Fixed Header */
.fixed-header {
  margin-top: 0;
}
.fixed-header .header {
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  /*-webkit-transform: translateZ(0);*/
  width: auto;
}

.pricing .price-box .icon i,
.pricing .price-box .icon .livicon {
  background: none;
  font-size: 30px;
  height: auto;
  line-height: 52px;
  margin: 0;
  width: auto;
}

/******************************************************************************
  Slider
*******************************************************************************/
.slider {
  background: #f2f2f2;
  padding: 54px 0;
}
.slider > .container {
  position: relative;
}
.progressive-slider-two .slider-banners {
  display: table;
  height: 100%;
  table-layout: fixed;
}
.progressive-slider-two .slider-banners .banner {
  display: table-row;
  height: 33.33333333%;
}
.progressive-slider-two .slider-banners .banner {
  background: #f6a232;
}
.progressive-slider-two .slider-banners .banner:nth-child(1) {
  background: #ee485c;
}
.progressive-slider-two .slider-banners .banner:nth-child(2) {
  background: #65a93c;
}
.banner {
  display: block;
  text-align: center;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

/* Social */
.social .sbtnf {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  display: block;
  height: 40px;
  float: left;
  line-height: 40px;
  margin: 0 10px 0 0;
  opacity: .35;
  filter: alpha(opacity=35);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  text-align: center;
  width: 40px;
}
.social .sbtnf:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}


/******************************************************************************
  Main
*******************************************************************************/
#main {
  padding: 80px 0;
}
.title-box {
  border-bottom-width: 1px;
  margin-bottom: 40px;
  position: relative;
}
.title-box:before {
  background: #1e1e1e;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 0 -1px;
  position: absolute;
  width: 40px;
}
.title-box .title {
  color: #7f7f7f; /* Gray*/
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 12px 0;
  padding: 14px 0 0;
}
.title-box h1.title,
.title-box .h1.title {
  font-size: 24px;
}
/* Features */
.features-block .header-box {
  display: block;
  min-height: 30px;
  margin: 0 0 13px;
  overflow: hidden;
}
.icon-box {
  background: none;
  float: left;
  height: 30px;
  margin: 0 10px 0 0;
  text-align: center;
  width: 24px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.features-block .header-box h6 {
  margin: 6px 0 0;
}
.big-services-box {
  margin-bottom: 40px;
  text-align: center;
}
.big-icon,
.big-icon:visited {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #E10606; /* red */
  display: block;
  height: 100px;
  margin: 0 auto 20px;
  text-align: center;
  width: 100px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.big-icon i:before {
  font-size: 50px;
  line-height: 100px;
}

/******************************************************************************
  Carousel
*******************************************************************************/
.carousel .col-sm-1,
.carousel .col-sm-2,
.carousel .col-sm-3,
.carousel .col-sm-4,
.carousel .col-sm-5,
.carousel .col-sm-6,
.carousel .col-sm-7,
.carousel .col-sm-8,
.carousel .col-sm-9,
.carousel .col-sm-10,
.carousel .col-sm-11,
.carousel .col-sm-12 {
  display: block;
  float: left;
}
.carousel .col-md-3 {
  max-width: 242px;
}
.carousel-box > * {
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.overflow {
  overflow: hidden;
}

/******************************************************************************
  Pricing
*******************************************************************************/
.pricing {
  background-color: #fff;
  margin: 0 auto 40px;
  /* [disabled]max-width: 270px; */
  position: relative;
  text-align: left;
}

.pricing * {
  position: relative;
}
.pricing:before {
  background: #f7f7f7; 
  background: rgba(30,30,30,.06);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.pricing .title {
  line-height: 32px;
  padding: 17px 20px 21px;
}
.pricing .title a {
  color: #1e1e1e; /* black */
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  text-decoration: none;
}

.pricing.prising-pink .title a {
  color: red;
}

.pricing .price-box {
  font-size: 12px;
  line-height: 1;
  overflow: hidden;
  padding: 0 20px 20px;
}
.pricing .price-box .icon {
  background: #fff;
  color: #505050;
  height: 60px;
  text-align: center;
  width: 60px;
  z-index: 0;
}
.pricing .price-box .icon i,
.pricing .price-box .icon .livicon {
  background: none;
  font-size: 30px;
  height: auto;
  line-height: 52px;
  margin: 0;
  width: auto;
}
.pricing .price-box .icon .livicon {
  height: 60px !important;
}

.pricing .price-box .icon .livicon svg {
  top: 0 !important;
  vertical-align: middle;
}
.pricing .price-box .price {
  font-size: 36px;
  font-weight: bold;
  margin: 13px 0 0;
}
.pricing .price-box .price span {
  font-size: 12px;
}
.pricing .options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pricing .options li {
  border-top: 1px solid rgba(30,30,30,.1);
  color: #999;
  color: rgba(30,30,30,.4);
  line-height: 22px;
  padding: 13px 10px 13px 45px;
  position: relative;
}
.pricing .options li span {
  color: #1e1e1e; /* black */
  display: none;
  left: 25px;
  line-height: 1;
  position: absolute;
  top: 16px;
}
.pricing .options li.active {
  color: #1e1e1e; /* black */
}
.pricing .options li.active span {
  display: block;
}
.pricing .bottom-box {
  border-top: 1px solid rgba(30,30,30,.1);
  background: rgba(30,30,30,.05);
  overflow: hidden;
  padding: 0px 19px 20px;
}
.pricing .bottom-box .more {
  color: #7f7f7f;
  color: rgba(30,30,30,.7);
  display: block;
  float: left;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.pricing .bottom-box .more:hover {
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.pricing .bottom-box .more span {
  font-size: 17px;
  line-height: 12px;
  margin: 0 0 0 3px;
  vertical-align: top;
}
.pricing .bottom-box .rating-box {
  float: right;
}
.pricing .bottom-box .btn {
  font-weight: bold;
  margin: 19px 0 0;
  width: 100%;
}

.btn-gris,.btn-gris:visited {
    background: #576265;
}

.btn.btn-gris:hover, .btn.btn-gris:focus, .btn.btn-gris:active {
  background-color: #999;
}

.pricing.prising-blue:before {
 background: rgba(1,165,219,.06);
}
.pricing.prising-blue .title a {
  color: #01a5db;
}

.pricing.prising-blue .price-box .icon {
  color: #35beeb;
  border-color: #35beeb;
}
.pricing.prising-blue .options li,
.pricing.prising-blue .bottom-box {
  border-color: rgba(1,165,219,.1);
  color: rgba(1,165,219,.4);
}
.pricing.prising-blue .bottom-box {
  border-top: 1px solid rgba(1,165,219,.1);
  background: rgba(1,165,219,.05);
}
.pricing.prising-blue .options li span,
.pricing.prising-blue .bottom-box .more,
.pricing.prising-blue .options li.active {
  color: #01a5db;
}
.pricing.pricing-green:before {
  background: rgba(132,162,0,.06);
}
.pricing.pricing-green .title a {
  color: #84a200;
}
.pricing.pricing-green .price-box .icon {
  border-color: #9ab71a;
  color: #9ab71a;
}
.pricing.pricing-green .options li,
.pricing.pricing-green .bottom-box {
  border-color: rgba(132,162,0,.1);
  color: rgba(132,162,0,.4);
}
.pricing.pricing-green .bottom-box {
  border-top: 1px solid rgba(132,162,0,.1);
  background: rgba(132,162,0,.05);
}
.pricing.pricing-green .bottom-box .more,
.pricing.pricing-green .options li span,
.pricing.pricing-green .options li.active {
  color: #84a200;
}
.pricing.pricing-rouge:before {
 background: rgba(212,7,70,.06);
}
.pricing.pricing-rouge .title a {
	color: #AE3420;
}

.pricing-blue {
  background-color: #F6F6F6;
}
.pricing.pricing-blue .title a {
	color: #01A5DB;
}
.pricing.pricing-rouge .price-box .icon {
  border-color: #de2a61;
  color: #de2a61;
}
.pricing.pricing-rouge .options li,
.pricing.pricing-rouge .bottom-box {
  border-color: rgba(212,7,70,.1);
  color: rgba(212,7,70,.4);
}
.pricing.pricing-rouge .bottom-box {
  border-top: 1px solid rgba(174,52,32,.1);
  background: rgba(174,52,32,.05);
}
.pricing.pricing-rouge .options li span,
.pricing.pricing-rouge .bottom-box .more,
.pricing.pricing-rouge .options li.active {
	color: hsla(8,69%,40%,1.00);
}

.pricing.pricing-blue .options li span,
.pricing.pricing-blue .bottom-box .more,
.pricing.pricing-blue .options li.active {
	color: hsla(195, 99%, 43%,1.00);
}

.pricing.prising-poussin .bottom-box .more {
  color: #F7D971;
}

/* changing yellow text colour and black background for icon*/
.pricing.prising-poussin .title a, 
.pricing.prising-poussin .options li.active, 
.pricing.prising-poussin .options li span {
  color: #585d63;
}  

.btn.btn-pink:hover,
.btn.btn-pink:focus,
.btn.btn-pink:active {
  color: #ffffff;
  background-color: #e4aba0;
}
.btn.btn-pink:active {
  background-color: #e4aba0;
}

.pricing.prising-pink:before {
  background: rgba(238, 85, 85,.06);
}

.pricing.prising-pink .title a,
.pricing.prising-pink .options li span, 
.pricing.prising-pink .bottom-box .more, 
.pricing.prising-pink .options li.active {
    color: #ee5555;
}

.prising-pink .rating-box .rating svg polygon {
  fill: #ee5555;
}

.pricing.prising-pink .price-box .icon {
  color: #ee5555;
  border-color: #ee5555;
}
.pricing.prising-pink .options li,
.pricing.prising-pink .bottom-box {
  border-color: rgba(238, 85, 85,.1);
  color: rgba(238, 85, 85,.4);
}
.pricing.prising-pink .bottom-box {
  border-top: 1px solid rgba(238, 85, 85,.1);
  background: rgba(238, 85, 85,.05);
}

.prising-gris .rating-box .rating svg polygon {
  fill: #576265;
}

.btn.btn-gris,
.btn.btn-gris:visited {
  background: #576265;
}
/* debut bouton couleur plus clair*/
.btn.btn-gris:hover,
.btn.btn-gris:focus {
  color: #ffffff;
  background-color: #999999;
}
.btn.btn-gris:active {
  background-color: #576265;
}

.pricing.prising-gris:before {
  background: rgba(102,102,102,.06);
}
.pricing.prising-gris .title a {
  color: #576265;
}
.pricing.prising-gris .price-box .icon {
  color: #576265;
  border-color: #576265;
}
.pricing.prising-gris .options li,
.pricing.prising-gris .bottom-box {
  border-color: rgba(102,102,102,.1);
  color: rgba(102,102,102,.4);
}
.pricing.prising-gris .bottom-box {
  border-top: 1px solid rgba(102,102,102,.1);
  background: rgba(102,102,102,.05);
}
.pricing.prising-gris .options li span,
.pricing.prising-gris .bottom-box .more,
.pricing.prising-gris .options li.active {
  color: #576265;
}

.btn.btn-pink:active,
.btn.btn-pink:hover, 
.btn.btn-pink:focus, 
.btn.btn-pink:active {
    background-color: #e4aba0;
    color: #ffffff;
}

.btn.btn-pink, 
.btn.btn-pink:visited {
    background: #ee5555;
}

a.list-group-item {
    color: #555;
}

.livicon svg {
  vertical-align: top;
}
.big-icon .livicon svg,
.icon .livicon svg {
  top: 25% !important;
}

/******************************************************************************
  Full Width Box
*******************************************************************************/
.full-width-box {
  background: #CCCCCC;
  overflow: hidden;
  padding: 76px 0;
  position: relative;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.full-width-box .container,
.full-width-box .page-header {
  position: relative;
}
.one-page #main {
  padding-top: 0;
  padding-bottom: 0;
}
/******************************************************************************
  Footer
*******************************************************************************/
#footer {
  color: #7f7f7f;
  overflow-x: hidden;
}
#footer .footer-top {
  background: #f2f2f2;

  line-height: 21px;
  padding: 50px 0 13px;

}
#footer .widget p {
  margin: 0 0 16px;
}
#footer .footer-bottom {
  background: #f7f7f7;
  border-top-width: 1px;
  font-size: 11px;
  line-height: 17px;
  padding: 21px 0 20px;
}
.accordion-header-panel{
    background: #30399a;
    border-radius: 3px;
    color:white;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 900px;
  }

.accordion-header-panel:hover{
    background: rgba(54, 63, 201, 0.94);
    cursor: pointer; cursor: hand;
}

.accordion-header-icon{
    width: 15px;
    margin: 5px 5px 8px 5px;
}

.bluenav {
    font-size: 15px;
    color: #2E3092;
    font-weight: bold;
}
.fixtr {
    line-height:5px;
}
.manage-container-closed{
    height: 0;
    transition: max-height 0.15s ease-out;
}

.manage-container-opened{
    transition: max-height 0.25s ease-in;
}

.manage-nameservers-container{
    display: block;
    overflow: hidden;
    transition: all .8s ease;
}

.manage-dns-container{
    display: block;
    overflow: hidden;
    transition: all .8s ease;
}
.search2 {
    vertical-align: top;
    width: 110px;
    height: 27px;
    margin-top: 9px;
}

/* On the linux hosting page and email accounts page */
div#wrap .page-box2 div.full-width-box .fwb-bg {
    background: #cccccc; 
    overflow: hidden;
    padding: 76px 0;
    position: relative;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;

}
.onoffswitch {
  position: relative; width: 64px;
  -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block; overflow: hidden; cursor: pointer;
  border: 2px solid #999999; border-radius: 25px;
}

.onoffswitch-inner {
  display: block; width: 200%; margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block; float: left; width: 50%; height: 20px; padding: 0; line-height: 20px;
  font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "ON";
  background-color: #3FAD30; color: #FFFFFF;
  padding-right: 6px;
}

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #FF0303; color: #FFFFFF;
  text-align: right;
}

.onoffswitch-switch {
  display: block; width: 13px; margin: 3.5px;
  background: #FFFFFF;
  position: absolute; top: 0; bottom: 0;
  right: 40px;
  border: 2px solid #999999; border-radius: 25px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
.wrapword{
  white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
  white-space: -webkit-pre-wrap; /*Chrome & Safari */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  white-space: pre-wrap;       /* css-3 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
  word-break: break-all;
  white-space: normal;
}




/*buttons faded*/

.onoffswitch {
  position: relative; width: 64px;
  -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox-faded {
  display: none;
}

.onoffswitch-label-faded {
  display: block; overflow: hidden; cursor: pointer;
  border: 2px solid #999999; border-radius: 25px;
}

.onoffswitch-inner-faded {
  display: block; width: 200%; margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner-faded:before, .onoffswitch-inner-faded:after {
  display: block; float: left; width: 50%; height: 20px; padding: 0; line-height: 20px;
  font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
  box-sizing: border-box;
}

.onoffswitch-inner-faded:before {
  content: "ON";
  background-color: #E3AEBF; color: #FFFFFF; /** C7E8C3 */
  padding-right: 6px;
}

.onoffswitch-inner-faded:after {
  content: "OFF";
  background-color: #E3AEBF; color: #FFFFFF;
  text-align: right;
  padding-right: 10px;
}

.onoffswitch-switch {
  display: block; width: 15px; margin: 5px;
  background: #FFFFFF;
  position: absolute; top: 0; bottom: 0;
  right: 40px;
  border: 2px solid #999999; border-radius: 25px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox-faded:checked + .onoffswitch-label-faded .onoffswitch-inner-faded {
  margin-left: 0;
}

.onoffswitch-checkbox-faded:checked + .onoffswitch-label-faded .onoffswitch-switch {
  right: 0px;
}









/*button to autorenew all 71px*/

.onoffswitch-all
{ position: relative; width: 98px; -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none; }

.onoffswitch-checkbox-all
{ display: none; }

.onoffswitch-label-all
{ display: block; overflow: hidden; cursor: pointer; border: 2px solid #999999; border-radius: 19px; }

.onoffswitch-inner-all
{ display: block; width: 200%; margin-left: -100%; transition: margin 0.3s ease-in 0s; }

.onoffswitch-inner-all:before
{ display: block; float: left; width: 50%; height: 24px; padding: 0; padding-right: 6px; line-height: 24px; font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold; box-sizing: border-box; }

.onoffswitch-inner-all:after
{ display: block; float: left; width: 50%; height: 24px; padding: 0; line-height: 24px; font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold; box-sizing: border-box; }


/* .onoffswitch-inner-all:before
{ content: "ON"; padding-left: 10px; background-color: #C7E8C3; color: #FFFFFF; }*/
.onoffswitch-inner-all:before
{ content: "ALL ON"; padding-right: 9px; background-color: #C7E8C3; color: #FFFFFF; }

/*.onoffswitch-inner-all:after
{ content: "ON"; padding-right: 10px; background-color: #DB0D0D; color: #FFFFFF; text-align: right; cursor:pointer;}*/
.onoffswitch-inner-all:after
{ content: "ALL ON"; padding-right: 15px; background-color: #3fad30; color: #FFFFFF; text-align: right; cursor:pointer;}

.onoffswitch-switch-all
{ display: block; width: 18px; margin: 5px; background: #FFFFFF; position: absolute; top: 0; bottom: 0; right: 70px; border: 2px solid #999999; border-radius: 19px; transition: all 0.3s ease-in 0s; }

.onoffswitch-checkbox-all:checked + .onoffswitch-label-all .onoffswitch-inner-all
{ margin-left: 0; }

.onoffswitch-checkbox-all:checked + .onoffswitch-label-all .onoffswitch-switch-all
{ right: 0px; }
