@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');

main{
  background: #F2F4F7;
}

textarea {
  width: 100%;
  height: 100px;
  border:1px solid #ddd;
  padding: 1em;
}

.row_price {
  line-height: 2.5 !important;
}

input {
    -webkit-appearance: none;
}

.log-out {
      position: absolute;
    right: 20px;
    top: 20px;
}

.log-out .fa-sign-out-alt {
  font-size: 33px;
  color:#fff;
  position:absolute;
  right: 20px;
  top:14px;
    -webkit-transition:all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}


  .accordion-toggle {
    cursor: pointer;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.15);
    display: block;
    padding: 22px 0;
    text-align: center;
    background: #fff;
    margin-bottom: 10px;
  }
  .content-inner{
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.15);
  }
  .accordion-content {display: none;}
  .accordion-content.default {display: block;}

  .accordianheader {color:#fff; background:#222; padding:10px 20px; margin-top:20px; text-align: center;}
.accordianbody {background:#f4f4f4;}
.accordianbody ul {margin:0; list-style:none; padding:0;}
.accordianbody ul li {padding:10px; border-bottom: 1px solid lightgrey;}

.ui-state-active i {
    color: #ACD4CE;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.value-column {
    width: calc((100% / 3) - 35px);
    background: #fff;
    padding: 40px 10px;
    display: inline-block;
    vertical-align: top;
    margin: 5px 10px 10px 0;
    text-align: center;
    border-radius: 6px;
    color: #333;
}

.value-column i {
    color: #FFB300;
    font-size: 30px;
    margin-bottom: 20px;
}

h5 {
  font-weight: 300;
}

.swpm-login-form-pw-reset-link {
  color:#fff;
}

.swpm-login-widget-form {
  position: relative;
  top: 90px;
}

.swpm-username-label {
  display: none;
}

.swpm-login-widget-form{
  max-width: 450px;
  margin: 0 auto;
}

.logo-top {
    background: transparent;
    padding: 22px 0 15px 0;
    text-align: center;
}

.swpm-login-widget-form {
    width: 500px;
    margin: 0 auto;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.6) !important;
    padding: 20px;
    border-radius: 0 !important;
}

.menu-icon {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #fff;
    font-size: 1.9rem;
}

.inner-wrapper {
    background: #fff;
    position: relative;
    overflow: hidden;
    min-height: 100%;
}

.wrap-collabsible {
    margin: 1.2rem 0;
}

input[type='checkbox'] {
  display: none;
}

.order-item div span{
  min-width: 100px;
}

.stuff-title {
    display: block !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px;
}

.total_weight {
    margin-right: 20px;
    padding: 10px;
    border-radius: 4px;
    background: #fff;
    color: #333;
    border: 1px solid #f5f5f5;
}

.total_price{
    margin-right: 20px;
    padding: 10px;
    border-radius: 4px;
    background: #fff;
    color: #333;
    border: 1px solid #f5f5f5;
}

.information span{
  display: block !important;
  margin-bottom: 1em;
  font-weight: 600;
  font-size: 18px;
}

.lbl-toggle {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  padding: 1rem;
  background: #fff;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out;
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.15);
}

.lbl-toggle:hover {
  color: #7C5A0B;
}

.lbl-toggle::after{
  content: ' ';
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
  vertical-align: middle;
  margin-right: .7rem;
  transform: translateY(-2px);
  transition: transform .2s ease-out;
  margin-left: 10px;
}

.toggle:checked + .lbl-toggle::after {
  transform: rotate(90deg) translateX(-3px);
}

.collapsible-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height .25s ease-in-out;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 350px;
    max-height: none;
}

.toggle:checked + .lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.collapsible-content .content-inner {
  padding: .5rem 1rem;
}


.stuff-header {
    border-bottom: 1px solid #f5f5f5;
    margin:0;
    overflow: hidden;
    padding: 0.4em 0;
}

.stuff-header span {
    display: inline-block;
    vertical-align: top;
    line-height: 3.3;
}

input{
width: 100%;
padding: 0.8em;
border: none;
border-radius: 6px;
margin: 1em 0;
}

input[type=text] {
padding: 0.8em;
border: none;
border-radius: 0;
margin-right: 5px;
display: inline-block;
width: 80px;
float: right;
height: 45px;
font-size: 14px;
vertical-align: top;
}

input[type=password] {
padding: 0.8em;
border: none;
border-radius: 0;
margin-right: 5px;
display: inline-block;
width: 80px;
float: right;
height: 45px;
font-size: 14px;
vertical-align: top;
}

input[type=submit] {
    background: rgb(2,136,209);
    background: -moz-linear-gradient(45deg, rgba(2,136,209,1) 0%, rgba(2,136,209,1) 4%, rgba(3,169,244,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(2,136,209,1) 0%,rgba(2,136,209,1) 4%,rgba(3,169,244,1) 100%);
    background: linear-gradient(45deg, rgba(2,136,209,1) 0%,rgba(2,136,209,1) 4%,rgba(3,169,244,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0288d1', endColorstr='#03a9f4',GradientType=1 );
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400;
}

input[type=submit]:hover {
    background: rgb(2,136,209);
    background: -moz-linear-gradient(45deg, rgba(2,136,209,1) 0%, rgba(2,136,209,1) 100%, rgba(3,169,244,1) 4%);
    background: -webkit-linear-gradient(45deg, rgba(2,136,209,1) 0%,rgba(2,136,209,1) 100%,rgba(3,169,244,1) 4%);
    background: linear-gradient(45deg, rgba(2,136,209,1) 0%,rgba(2,136,209,1) 100%,rgba(3,169,244,1) 4%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0288d1', endColorstr='#03a9f4',GradientType=1 );
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400;
}

.shadow {
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.15);
}

.t-icon {
    width: 80px;
    height: 70px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 6px;
    background: rgb(2,136,209);
    background: -moz-linear-gradient(45deg, rgba(2,136,209,1) 0%, rgba(2,136,209,1) 4%, rgba(3,169,244,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(2,136,209,1) 0%,rgba(2,136,209,1) 4%,rgba(3,169,244,1) 100%);
    background: linear-gradient(45deg, rgba(2,136,209,1) 0%,rgba(2,136,209,1) 4%,rgba(3,169,244,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0288d1', endColorstr='#03a9f4',GradientType=1 );
}

.t-icon .fa-truck{
  font-size: 2rem;
  color: #fff;
  position: relative;
  top: 18px;
}

.accordion {
  width: 100%;
  max-width: 360px;
  margin: 30px auto 20px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link { color: #b63b4d; }

.accordion li.open i { color: #b63b4d; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/


.submenu {
  display: none;
  background: #444359;
  font-size: 14px;
}

.submenu li { border-bottom: 1px solid #4b4a5e; }

.submenu a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #b63b4d;
  color: #FFF;
}

#toggle {
      display: block;
      width: 28px;
      height: 30px;
      margin: 30px 0 0 20px;
      position: absolute;
      top:0;
      z-index: 999999999999;
 }
  #toggle span:after, #toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -9px;
 }
  #toggle span:after{
      top: 9px;
 }
  #toggle span {
      position: relative;
      display: block;
 }
  #toggle span, #toggle span:after, #toggle span:before {
      width: 100%;
      height: 5px;
      background-color: #fff;
      transition: all 0.3s;
      backface-visibility: hidden;
 }
  #toggle.on span {
      background-color: transparent;
 }
  #toggle.on span:before {
      transform: rotate(45deg) translate(5px, 5px);
 }
  #toggle.on span:after {
      transform: rotate(-45deg) translate(7px, -8px);
 }
  #toggle.on + #menu {
      opacity: 1;
      visibility: visible;
 }
 #menu {
     width: 100%;
     padding: 10px;
     margin: auto;
     text-align: center;
     background: #171717;
     opacity: 0;
     visibility: hidden;
     transition: opacity .4s;
     position: absolute;
     z-index: 99999;
     top: 0;
     min-height: 255px;
 }
 #menu ul li a {
       color: #888;
       text-decoration: none;
       transition: all .2s;
       padding: 12px;
       border-bottom: 1px solid #444;
       color: #fff;
       text-transform: uppercase;
       font-size: 20px;
       margin: 0;
       line-height: 1.3;
 }
  ul, li, li a {
      list-style: none;
      display: block;
      margin: 0;
      padding: 0;
 }
  li a {
      color: #888;
      text-decoration: none;
      transition: all .2s;
 }
  li a:hover, li a:focus {
      background: #1ABC9C;
      color: #fff;
 }

input{
  width: 100%;
padding: 0.8em;
border: none;
border-radius: 6px;
margin: 1em 0;
}

.container {
    position: relative;
    margin: 2em;
    padding: 2em 2em 0 2em;
    max-width: 1170px;
    margin: 0 auto; 
}



.stuff {
    width: calc((100% / 4) - 35px);
    background: #fff;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    margin: 5px 10px 10px 0;
    text-align: center;
    border-radius: 6px;
}

.value {
    display: block;
    font-size: 28px;
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.init{
  font-size: 10px;
}

.year{
  display: block;
  margin: 0.5em 0;
  font-size: #777;
  text-transform: uppercase;
  text-align: center;
}

h4{
    text-align: center;
    text-transform: uppercase;
    font-size: 2rem;
    margin: 0;
}

h5{
      margin:0 0 4px 0;
}

.stuff h5 {
    font-size: 12px;
    text-transform: uppercase;
    color: #333;
    line-height: 1.5;
    font-weight: 300;
}

.arrow{
  color: #FFB300;
  font-size: 1.4rem;
  position: absolute;
  top: 40px;
}

.next{
  right:0;
}

.prev{
  left:0;
}

.total-init__container{
    padding: 1em;
    color: #333;
}
/*
.total-init__container:before {
  content: '';
    height: 2px;
    width: 50px;
    top: 48px;
    left: 0;
    display: block;
    position: absolute;
    background: #ee9408;
}*/

.total-init{
    text-align: center;
    color: #fff;
    position: relative;
    max-width: 1170px;
    margin: 0 auto; 
}

.day-week {
    position: absolute;
    right: 0;
    top:60px;
    padding: 10px 14px;
    text-align: center;
    left: 0;
}

.day {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-right: 5px;
    height: auto;
    line-height: 20px;
    text-transform: uppercase;
    padding: 0;
}

.month-year {
    font-size: 14px;
    line-height: 8px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
}


body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Josefin Sans', sans-serif;
    background: #f6f6f6;
    font-weight: 400;
    color: #333;
}

html{
  margin-top: 0 !important;
}

body {
    font-family: 'Josefin Sans', sans-serif;
}

body.home {
    background: url(img/klokt-husbyggande.jpg) no-repeat top !important;
    background-size: 100%;
}


@media (max-width:767px){

  .container{
    margin: 1em 0 !important;}

  h5 {
    margin: 0 0 4px 0;
    font-size: 12px;
    margin-top: 10px;
}

.next {
    right: 40px;
}

.prev {
    left: 40px;
}

  .value {
    font-size: 20px;
  }

  .value-column-year {
    width: calc((100% / 2) - 5px) !important;
    display: inline-block;
    vertical-align: top;
    margin: 20px 0 !important;
}
 .value-column { 
    width: 100%;
    background: #fff;
    padding: 2em 0;
    display: inline-block;
    vertical-align: top;
    margin: 5px 10px 10px 0;
    text-align: center;
    border-radius: 6px;
    color: #333;
    }

  .cover-image{
    max-width: 100%;
  }

  .cover-image img {
    width: auto !important;
}

.stuff {
  width: calc((100% / 2) - 13px);
    margin: 10px 5px;
    padding: 1em 0;
}

.month-year {
    font-size: 9px;
    line-height: 8px;
    color: #fff;
}

  .no-margin{
    margin: 0 !important;
  }

  .swpm-login-widget-form{
    width: auto !important;
    max-width: 100% !important;
    margin: 0 2em !important;
  }

}

@media (min-width:1200px){

.u-header{
    margin: 1em auto !important;
    width: 400px;
    }

}

html {
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Josefin Sans', sans-serif;
}

h1{
    font-size: 38px;
    text-align: center;
    text-transform: initial;
    color: #333;
    white-space: pre-line;
    word-wrap: break-word;
    margin-top: 0;
}

#overlay{
    position: fixed;
    height: 100vh;
    width: 100vw;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .9);
    z-index: 0;
}
#buss,.cal-block,.export,.u-header,.logo-top{
   position:relative;
   z-index:1000;
}

.cover-image{
  height: 275px;
  position: relative;
  overflow: hidden;
}

.cover-image:before{
  content: "";
    background: linear-gradient(
      rgba(23, 23, 23, 0.99),
      rgba(23, 23, 23, 0.1)
    );
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}

.no-margin{
  padding:0;
}


.cover-image img{
  position: absolute;
  width: 100%;
  top: -100px;
}

.logo-top {
    padding: 15px 0 15px 0;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.logo-top img {
position: relative;
top: 20px;
}


.u-header {
    background: rgba(0,0,0,.7);
    padding: 10px;
    color: #333;
    margin: 1em 1em 1em 2em;
    border-radius: 6px;
    position: absolute;
    z-index: 20;
    right: 0;
    left: 0;
    top: 88px;
}
.u-header h5{
  color: #fff;
  font-size: 16px;
}
.profile-pic {
    background: #fff;
    display: inline-block;
    width: auto;
    border-radius: 6px;
    vertical-align: top;
    left: -30px;
    position: relative;
    border: none;
    text-align: center;
    line-height: 65px;
    font-size: 30px;
    padding: 12px;
    max-width: 80px;
}

.profile-pic img{
    max-width: 100%;
    max-height: 68px;
}

.profile-info{
    display: inline-block;
    vertical-align: top;
    margin: 10px 0;
}
.profile-info span{
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 1.4
}
.timestamper{
    display: inline-block;
    text-align: center;
    float: right;
    margin-top: 2px;
}
.weekday{
    display: block;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 20px;
    height: 12px;
    line-height: 12px;
}

.month-year b{
    margin-left: 5px;
}
.stat-block{
    background: #fff;
    margin: 10px;
    text-align: center;
    text-transform: uppercase;
   font-weight: 100;
}
.stat-block .third{
    width: calc(((100% - 2px) / 3) - 20px);
    padding: 10px;
    border-right: 1px solid #eee;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}
.stat-block .third:last-child{
    width: calc(((100% - 2px) / 3) - 20px);
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    background:rgb(2,136,209); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(2,136,209,1) 0%, rgba(2,136,209,1) 4%, rgba(3,169,244,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(2,136,209,1) 0%,rgba(2,136,209,1) 4%,rgba(3,169,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(2,136,209,1) 0%,rgba(2,136,209,1) 4%,rgba(3,169,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0288d1', endColorstr='#03a9f4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */;
    color: #fff;
    lifne-height: 35px;
    border-right:none;
}
.third span{
    display: block;
    color: #f27e4d;
    font-weight: 600;
    font-size: 20px;
}
.stat-block .third:last-child span{
   color:#fff;
}
.task{
    background: #f9f9f9;
    margin: 1px 10px;
    padding:10px;
    text-transform: uppercase;
    font-weight: 100;
   min-height: 30px;
   position:relative;
}
.rapporter{
    z-index: 100000;
    display: block;
    position: relative;
    margin: 10px;
    padding: 10px;
    background: #bada55;
    color: #fff;
}
.avslut{
    display: block;
    margin: auto;
    text-align: center;
    max-width: 200px;
    height: 40px;
    line-height: 40px;
    background:#f27e4d;
    color:#fff;
}
.cal-block{
    margin: 10px;
    background: rgb(75, 76, 77);
    padding: 0 10px;
    color: #fff;
   ´
}
.cal-block .timestamper{
    display: inline-block;
    vertical-align: middle;
    width: calc(30%);
    padding: 10px 0;
    float:none;
}
.calendar{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width:calc(70%);
}
.calendar-week{
}
.calendar-week span{
    width: calc(100% / 7);
    display: inline-block;
    vertical-align: top;
}
.calendar-month{
    background:#fff;
   text-align:left;
   padding-bottom:10px;
   margin-bottom:10px;
}
.calendar-month a{
background: rgb(2,136,209); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(2,136,209,1) 0%, rgba(2,136,209,1) 4%, rgba(3,169,244,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(2,136,209,1) 0%,rgba(2,136,209,1) 4%,rgba(3,169,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(2,136,209,1) 0%,rgba(2,136,209,1) 4%,rgba(3,169,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0288d1', endColorstr='#03a9f4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0 10px;
    padding: 5px 0;
    width: calc(((100% - 10px) / 7) - 10px);
    text-align:center;
}
.calendar-month a.current-day{
    background:#f27e4d;
}
input[type=checkbox]{
    height: 0;
    width: 0;
    visibility: hidden;
}
label {
    cursor: pointer;
    display: block;
    border-radius: 30px;
    width: 100%;
}
/*
label:after {
    content: '';
    position: absolute;
    top: 9px;
    left: 10px;
    width: 80px;
    height: 70px;
    background: rgb(2,136,209);
    background: -moz-linear-gradient(45deg, rgba(2,136,209,1) 0%, rgba(2,136,209,1) 4%, rgba(3,169,244,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(2,136,209,1) 0%,rgba(2,136,209,1) 4%,rgba(3,169,244,1) 100%);
    background: linear-gradient(45deg, rgba(2,136,209,1) 0%,rgba(2,136,209,1) 4%,rgba(3,169,244,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0288d1', endColorstr='#03a9f4',GradientType=1 );
    border-radius: 6px;
    transition: 0.3s;
}
*/
input:checked + label {
    border:1px solid #f5f5f5;
}

/*
input:checked + label:after {
    left: calc(100% - 10px);
    transform: translateX(-100%);
}
lagbel:active:after {
    width: 90px;
}
*/
a.export{
    color: rgb(75, 76, 77);
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    display: block;
    margin-bottom:20px;
   margin-top:20px;
}
a.export span{
    color: #fff;
    border: 4px solid rgb(162, 216, 251);
background: rgb(2,136,209); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(2,136,209,1) 0%, rgba(2,136,209,1) 4%, rgba(3,169,244,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(2,136,209,1) 0%,rgba(2,136,209,1) 4%,rgba(3,169,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(2,136,209,1) 0%,rgba(2,136,209,1) 4%,rgba(3,169,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageT
