﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #fff;
}
.btn-custom {
  background-color: hsl(208, 100%, 39%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006ac6", endColorstr="#006ac6");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#006ac6), to(#006ac6));
  background-image: -moz-linear-gradient(top, #006ac6, #006ac6);
  background-image: -ms-linear-gradient(top, #006ac6, #006ac6);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006ac6), color-stop(100%, #006ac6));
  background-image: -webkit-linear-gradient(top, #006ac6, #006ac6);
  background-image: -o-linear-gradient(top, #006ac6, #006ac6);
  background-image: linear-gradient(#006ac6, #006ac6);
  border-color: #006ac6 #006ac6 hsl(208, 100%, 39%);
  border-radius: 6px;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.00);
  -webkit-font-smoothing: antialiased;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

.mobile-content {
    margin-top: 0.25%;
    width: 25%;
    height: 600px;
    background: url(../images/onlydevice.png) no-repeat;
    position: relative;
    top: 20%;
    left: 35%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.mobile-monitor {
    position: relative;
    top: 97px;
    left: 35px;
}

    .mobile-monitor input[type=button] {
        background-color: #0070d2;
        color: white;
        width: 100%;
        margin-top: 4px;
        padding: 0.8em;
        border: 2px solid #337ab7;
    }

    .mobile-monitor label {
        font-size: 11px;
        color: gray;
    }

    .mobile-monitor p {
        margin: 0px;
    }

    .mobile-monitor .ui-slider {
        margin: 8px 0px 0px 2px;
    }
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }

    .mobile-monitor {
        margin: 0 auto;
        position:relative;
        top:10%;
        left:0%;
    }

    .mobile-content {
        background:none !important;
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        margin: 5% auto;
        height:100%;
        width:100%;
        left:0%;
    }

    footer {
        text-align: center;
    }
}