﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    background: rgba(252,252,252,1);
    background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(252,252,252,1) 18%, rgba(229,252,255,1) 74%, rgba(178,231,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,252,252,1)), color-stop(18%, rgba(252,252,252,1)), color-stop(74%, rgba(229,252,255,1)), color-stop(100%, rgba(178,231,255,1)));
    background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(252,252,252,1) 18%, rgba(229,252,255,1) 74%, rgba(178,231,255,1) 100%);
    background: -o-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(252,252,252,1) 18%, rgba(229,252,255,1) 74%, rgba(178,231,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(252,252,252,1) 18%, rgba(229,252,255,1) 74%, rgba(178,231,255,1) 100%);
    background: linear-gradient(to bottom, rgba(252,252,252,1) 0%, rgba(252,252,252,1) 18%, rgba(229,252,255,1) 74%, rgba(178,231,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#b2e7ff', GradientType=0 );
    overflow-x: hidden;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
        
    }
}


hr.fancy-line { 
    border: 0; 
    height: 6px;

}
hr.fancy-line:before {
    top: -0.5em;
    height: 1em;
}
hr.fancy-line:after {
    content:'';
    height: 0.5em;
    top: 1px;
}

hr.fancy-line:before, hr.fancy-line:after {
    content: '';
    position: absolute;
}

hr.fancy-line, hr.fancy-line:before {
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 75%);
}

hr.fancy-line:after {
    background: #f4f4f4;
}

/*vertical & text align*/
.vert-top { vertical-align:top; }
.vert-bottom { vertical-align:bottom; }
.vert-middle { vertical-align:middle; }
.text-left { text-align:left; }
.text-right { text-align:right; }
.text-center { text-align:center; }

.highlight-header {
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;
}

.highlight-header > li {
  display: inline;
}

.highlight-header > li > span {
  position: relative;
  float: left;
  padding: 0px 6px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  font-size: 22px; 
  color: #007691; 
  font-weight: bold;
}

.highlight-header > .active > span {
  color: #ffffff;
  background-color: #007691;
  border-color: #007691;
  font-size: 22px; 
  font-weight: bold;
}

.clipped {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.my-label {
  padding-top: 8px;
}

#items-andrea .item {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: linear-gradient(to bottom, #F6F6F6 0%, #EAEAEA 100%) repeat scroll 0 0 transparent;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 1px rgba(0, 0, 0, 0.1), 0 3px 1px rgba(0, 0, 0, 0.05);
    text-shadow: 0 1px 0 #DDDDDD;
    width: 320px;
    margin: 10px;
    float: left;
}

    #items-andrea .item .item-content {
        padding: 10px;
    }

    #items-andrea .item .picture-andrea .description {
        margin-top: 10px;
    }

    #items-andrea .item .meta span {
        font-size: 12px !important;
        line-height: 16px !important;
        margin-right: 5px;
    }

    #items-andrea .item .picture-andrea {
        display: block;
        position: relative;
        z-index: 5;
        border-top: 1px solid #999999;
        border-radius: 4px 4px 4px 4px;
    }

        #items-andrea .item .picture-andrea a.image {
            display: block;
            height: auto;
            width: 100%;
        }

        #items-andrea .item .picture-andrea img {
            border-radius: 2px 2px 0px 0px;
            height: auto;
            position: relative;
            width: 100%;
            z-index: -1;
        }

.picture-andrea img {
    height: auto;
    width: 100%;
}

.border-table table, .border-table th, .border-table td {border: 1px solid black;}

.list-group-item-price-plan {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

.ecommerce-button-text {
    background-color: #FFFFFF; 
    padding: 4px 4px 6px 2px;
    border-radius: 0px 0px 10px 10px; 
    margin-top: -5px;
}

.red_banner {
    position: absolute;
    top: -2px;
    left: 14px;
    display: inline-block;
    width: 120px;
    height: 120px;
    background: url('../../images/web_v2/red-badge.png') 0 0 no-repeat;
    background-size: 100%;
    color: #fff;
    text-align: center;
    padding-top: 14px;
}

.red_banner_big_text {
    font-weight: bold; 
    font-size: 32px;
}

.red_banner_small_text {
    font-weight: bold; 
    font-size: 20px;
}

.green_banner {
    position: absolute;
    top: 0;
    left: 14px;
    display: inline-block;
    width: 120px;
    height: 120px;
    background: url('../../images/web_v2/green-badge.png') 0 -14px no-repeat;
    background-size: 100%;
    color: #fff;
    text-align: center;
    padding-top: 20px;
}

.green_banner_big_text {
    font-weight: bold; 
    font-size: 28px;
}

.green_banner_small_text {
    font-weight: bold; 
    font-size: 18px;
}

.second-level-text {
    margin-top: -10px;
}

.offer_label {
    position: absolute;
    height: 24px;
    line-height: 24px;
    left: 6px;
    background-color: red;
    color: #fff;
    font-style: italic;
    font-family: "Georgia Italic","Georgia","Times New Roman","Century Schoolbook L",serif;
    font-size: .9183em;
    font-weight: normal;
    text-align: center;
    padding: 0 15px 0 20px;
    bottom: 28px;
    border-radius: 0;
}

.offer_label:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    border-style: solid;
    border-color: transparent #333;
    border-width: 0 8px 8px 0;
}

.offer_label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    left: 100%;
    width: 0;
    border-style: solid;
    border-color: red transparent;
    border-width: 24px 10px 0 0;
}

.footer-hyperlink {
    color: #ffffff;
}


.company-link {
    color: #ffffff;
}

.panel-custom {
    padding: 10px 15px;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #28B8DF !important;
    display: block;
}


.call-centre-staff-1:before {
    content:url('../../images/web_v3/WiFi_Router/call-centre-staff-1.png?v=2');
    display: block;
    height: 112px;
    padding-left: 280px;
}

.call-centre-staff-2:before {
    content:url('../../images/web_v3/WiFi_Router/call-centre-staff-2.png?v=2');
    display: block;
    height: 112px;
    padding-left: 280px;
}


.call-centre-staff-3:before {
    content:url('../../images/web_v3/WiFi_Router/call-centre-staff-3.png?v=2');
    display: block;
    height: 112px;
    padding-left: 280px;
}
