﻿
@font-face {
    font-family: SMRTScape;
    src: url('../fonts/SMRTScape/DINNextLTPro-Regular.eot?v=3.0.1');
    src: url('../fonts/SMRTScape/DINNextLTPro-Regular.eot?#iefix&v=3.0.1') format('embedded-opentype'), url('../fonts/SMRTScape/DINNextLTPro-Regular.woff?v=3.0.1') format('woff'), url('../fonts/SMRTScape/DINNextLTPro-Regular.woff2') format('woff2'), url('../fonts/SMRTScape/DINNextLTPro-Regular.ttf?v=3.0.1') format('truetype');
}

@font-face {
    font-family: SMRTScape-Light;
    src: url('../fonts/SMRTScape/DINNextLTPro-Light.eot?v=3.0.1');
    src: url('../fonts/SMRTScape/DINNextLTPro-Light.eot?#iefix&v=3.0.1') format('embedded-opentype'), url('../fonts/SMRTScape/DINNextLTPro-Light.woff?v=3.0.1') format('woff'), url('../fonts/SMRTScape/DINNextLTPro-Light.woff2') format('woff2'), url('../fonts/SMRTScape/DINNextLTPro-Light.ttf?v=3.0.1') format('truetype');
}

@font-face {
    font-family: SMRTScape-UltraLight;
    src: url('../fonts/SMRTScape/DINNextLTPro-UltraLight.eot?v=3.0.1');
    src: url('../fonts/SMRTScape/DINNextLTPro-UltraLight.eot?#iefix&v=3.0.1') format('embedded-opentype'), url('../fonts/SMRTScape/DINNextLTPro-UltraLight.woff?v=3.0.1') format('woff'), url('../fonts/SMRTScape/DINNextLTPro-UltraLight.woff2') format('woff2'), url('../fonts/SMRTScape/DINNextLTPro-UltraLight.ttf?v=3.0.1') format('truetype');
}

/*@font-face {
    font-family: SMRTScape-Black;
    src: url('../fonts/SMRTScape/DINNextLTPro-Black.eot?v=3.0.1');
    src: url('../fonts/SMRTScape/DINNextLTPro-Black.eot?#iefix&v=3.0.1') format('embedded-opentype'), url('../fonts/SMRTScape/DINNextLTPro-Black.woff?v=3.0.1') format('woff'), url('../fonts/SMRTScape/DINNextLTPro-Black.woff2') format('woff2'), url('../fonts/SMRTScape/DINNextLTPro-Black.ttf?v=3.0.1') format('truetype');
}*/

@font-face {
    font-family: SMRTScape-Heavy;
    src: url('../fonts/SMRTScape/DINNextLTPro-Heavy.eot?v=3.0.1');
    src: url('../fonts/SMRTScape/DINNextLTPro-Heavy.eot?#iefix&v=3.0.1') format('embedded-opentype'), url('../fonts/SMRTScape/DINNextLTPro-Heavy.woff?v=3.0.1') format('woff'), url('../fonts/SMRTScape/DINNextLTPro-Heavy.woff2') format('woff2'), url('../fonts/SMRTScape/DINNextLTPro-Heavy.ttf?v=3.0.1') format('truetype');
}

@font-face {
    font-family: SMRTScape-Bold;
    src: url('../fonts/SMRTScape/DINNextLTPro-Bold.eot?v=3.0.1');
    src: url('../fonts/SMRTScape/DINNextLTPro-Bold.eot?#iefix&v=3.0.1') format('embedded-opentype'), url('../fonts/SMRTScape/DINNextLTPro-Bold.woff?v=3.0.1') format('woff'), url('../fonts/SMRTScape/DINNextLTPro-Bold.woff2') format('woff2'), url('../fonts/SMRTScape/DINNextLTPro-Bold.ttf?v=3.0.1') format('truetype');
}

@font-face {
    font-family: SMRTScape-Medium;
    src: url('../fonts/SMRTScape/DINNextLTPro-Medium.eot?v=3.0.1');
    src: url('../fonts/SMRTScape/DINNextLTPro-Medium.eot?#iefix&v=3.0.1') format('embedded-opentype'), url('../fonts/SMRTScape/DINNextLTPro-Medium.woff?v=3.0.1') format('woff'), url('../fonts/SMRTScape/DINNextLTPro-Medium.woff2') format('woff2'), url('../fonts/SMRTScape/DINNextLTPro-Medium.ttf?v=3.0.1') format('truetype');
}


/*********************************************************/
/**** Common - Begin *************************************/
/*********************************************************/

/* Main Font */
body, h1, h2, h3, h4, h5, h6,
.button, input[type="button"], input[type="submit"],
input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, select, button {
    font-family: SMRTSCape, "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.body-16 {
    font-size: 16px;
}

.page-header-title {
    color: #0C81DA;
    font-family: SMRTScape-Bold;
}

#titlebar h2.page-header-title {
    font-size: 25px;
    font-weight: normal;
}

.headline {
    font-family: SMRTScape, Sans-Serif;
    font-size: 25px;
    color: #0C81DA;
}

.featured-list-item,
.about-list-item {
    font-family: SMRTScape, Sans-Serif;
    font-size: 16px;
    list-style: disc;
    margin-left: -20px;
    margin-bottom: 15px;
}

@media screen and (max-width: 414px) {
    #titlebar h2.page-header-title {
        font-size: 19px;
        margin-left: 0;
    }

    .headline {
        font-size: 22px;
    }
}

@media screen and (max-width: 320px) {
    #titlebar h2.page-header-title {
        font-size: 16px;
    }
}


/*********************************************************/
/**** Page Header - Begin ********************************/
/*********************************************************/
#header .whats-new {
    display: none;
    position: absolute;
    bottom: 0;
    margin-bottom: -1px;
    margin-left: 3px;
}

    #header .whats-new a {
        font-size: 16px;
        font-weight: bold;
    }

        #header .whats-new a:hover {
            /*color: #e11d39;*/
            color: white;
        }

div.logo-container {
    height: 88px;
    position: relative;
}

div#logo {
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#logo a img {
    max-width: 448px;
}

@media only screen and (max-width: 767px) {
    #header div#logo {
        margin-top: 0;
        margin-left: 47px;
    }

    #header .whats-new {
        margin-left: 50px;
    }
}

.nav-menu-item {
    color: #0C81DA;
}

/*********************************************************/
/**** Page Footer - Begin ********************************/
/*********************************************************/

.copyright {
    font-family: SMRTScape-Light, Sans-Serif;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 5px;
}

a.ss-footer-logo-toro {
    display: inline-block;
    width: 100px;
}

    a.ss-footer-logo-toro img {
        width: 100%;
        height: auto;
    }

a.ss-footer-logo-irritrol {
    display: inline-block;
    width: 130px;
}

    a.ss-footer-logo-irritrol img {
        width: 100%;
        height: auto;
    }

span.ss-footer-logo-spacer {
    display: inline-block;
    width: 20px;
}

div.company-logos {
    text-align: right;
}

@media screen and (max-width: 960px) {
    a.ss-footer-logo-toro {
        width: 80px;
    }

    a.ss-footer-logo-irritrol {
        display: inline-block;
        width: 100px;
    }
}

@media screen and (max-width: 767px) {

    .copyright-n-links,
    div.company-logos {
        text-align: center;
    }

    .company-logos img {
        float: none;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }
}

@media screen and (max-width: 480px) {

    .copyright-n-links .copyright {
        font-size: 80%;
    }

    .copyright-n-links .footer-links a {
        font-size: 95%;
    }

    #footer-bottom .container {
        width: 95%;
    }

    .company-logos img {
        width: 50%;
    }
}

@media screen and (max-width: 390px) {

    .copyright-n-links .copyright {
        font-size: 70%;
    }

    .copyright-n-links .footer-links a {
        font-size: 85%;
    }
}

@media screen and (max-width: 342px) {

    .copyright-n-links .copyright {
        font-size: 64%;
    }

    .copyright-n-links .footer-links a {
        font-size: 78%;
    }
}

/*********************************************************/
/**** Page Footer - End ********************************/
/*********************************************************/


/*********************************************************/
/**** Home page (Index) specific - Begin *****************/
/*********************************************************/

.fullwidthbanner-container {
    margin-bottom: 0;
}

div.sign-in {
    padding-left: 24px;
    margin-right: 0;
}

.headline-line,
.smrtscape-headline-line {
    background: black;
}

div.featured {
    padding-top: 22px;
}

.featured-box {
    min-height: 75px;
    margin-bottom: 15px;
}

.featured-desc {
    margin-top: 4px;
    margin-left: 22px;
    padding-right: 15px;
}

    .featured-desc h3 {
        font-family: SMRTScape, Sans-Serif;
        font-size: 25px;
        margin-bottom: 0;
        margin-top: 0;
    }

.carousel h2 {
    font-family: SMRTScape-Heavy, Sans-Serif;
    font-size: 46px;
}

.carousel h3 {
    font-family: SMRTScape, Sans-Serif;
    font-size: 30px;
}

.carousel span {
    font-family: SMRTScape, Sans-Serif;
    font-size: 14px;
}

.carousel.span16Bold span {
    font-family: SMRTScape-Bold, Sans-Serif;
    font-size: 16px;
    text-transform: uppercase;
}

.carousel.span12 span {
    font-family: SMRTScape, Sans-Serif;
    font-size: 12px;
}

@media screen and (max-width: 1200px) {
    .carousel.slider-access-anywhere h2 {
        font-size: 3.7vw;
    }

    .carousel.slider-options h2 {
        font-size: 3.8vw;
    }

    .carousel.slider-options-controllers span {
        margin-left: -50px;
    }

    .carousel.slider-access-got-distance h2,
    .carousel.slider-access-got-distance h3 {
        margin-left: -60px;
    }

    #feature-2 {
        min-height: 122px;
    }
}

@media screen and (max-width: 992px) {
    .carousel.slider-cloud-based h2 {
        font-size: 4vw;
    }

    .carousel.slider-cloud-based h3 {
        margin-top: 1vw;
        font-size: 2.5vw;
    }

    .carousel.slider-cloud-based-span {
        margin-top: 50px;
    }

        .carousel.slider-cloud-based-span span {
            font-size: 1.75vw;
        }

    .carousel.slider-options-controllers span {
        margin-left: -65px;
    }
}

@media screen and (max-width: 960px) {

    .feature-div {
        padding-right: 0;
    }

    .featured-desc {
        padding-right: 0;
    }

        .featured-desc h3 {
            font-size: 20px;
        }

    .featured-list-item {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .carousel.slider-cloud-based-span {
        margin-top: 65px;
    }

    .carousel.slider-options h2 {
        margin-top: -15px;
        margin-left: -7px;
    }

    .carousel.slider-options-controllers span {
        margin-left: -50px;
    }

    .carousel.span16Bold.slider-options-controllers span {
        font-size: 1.7vw;
    }

    .carousel.span12.slider-options-controllers span {
        font-size: 1.4vw;
    }

    .carousel.slider-access-got-distance h3 {
        margin-top: 0;
    }

    #feature-2 {
        min-height: 10px;
    }

    .featured-box {
        min-height: 10px;
    }

    .featured-list-item {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 414px) {
    .carousel.slider-access-anywhere h2 {
        margin-top: -10px;
        margin-left: -20px;
    }

    .carousel.slider-options h2 {
        margin-top: -10px;
        margin-left: -20px;
    }

    .carousel.slider-options-controllers span {
        margin-left: -35px;
    }

    .carousel.slider-access-got-distance h2 {
        margin-top: -7px;
        margin-left: -40px;
        font-size: 5vw;
    }

    .carousel.slider-access-got-distance h3 {
        margin-top: -5px;
        margin-left: -40px;
        font-size: 3.5vw;
    }
}

@media screen and (max-width: 360px) {
    .carousel.slider-options-controllers span {
        margin-left: -40px;
    }
}


/*********************************************************/
/**** Home page (Index) specific - End *****************/
/*********************************************************/


/* ========================================================================================================================================================= */
/* Add Controller Page - Begin                                                                                                                               */
/* ========================================================================================================================================================= */

#mini-receiver-discovery {
    width: 100%;
    border: 1px solid #BBB;
    border-radius: 10px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

    #mini-receiver-discovery #clmr-disc-help-title {
        font-weight: bold;
    }

    #mini-receiver-discovery #clmr-disc-help-body {
        margin-bottom: 10px;
    }

        #mini-receiver-discovery #clmr-disc-help-body ol {
            margin-left: 0;
            padding-left: 30px;
        }

    #mini-receiver-discovery #discovery-mode-inactive input {
        margin-left: 15px;
    }

/* ========================================================================================================================================================= */
/* Add Controller Page - End                                                                                                                                 */
/* ========================================================================================================================================================= */


/*********************************************************/
/**** Contact page specific - Begin *****************/
/*********************************************************/
.address-block {
    font-family: SMRTScape-Medium, Sans Serif;
    font-size: 16px;
    line-height: 19px;
}

.address-line {
    display: block;
}

.contact-line {
    background: black;
}

.contact-company-info-map {
    height: 275px;
}

.contact-company-header {
    font-family: SMRTScape-Bold, Sans-Serif;
    font-size: 18px;
    color: #0C81DA;
}

.contact-company-info {
    display: block;
    font-size: 18px;
    margin-top: -11px;
}

    .contact-company-info div {
        height: 29px;
    }

.contact-company-info-deets {
    margin-left: 4px;
}

.stacked-icon {
    font-size: 12px;
    margin-top: -4px;
}

.stacked-icon-background {
    color: #8D8D90;
}

.stacked-icon-foreground {
    font-size: 16px;
}

.contact-issues {
    margin-top: 20px;
}

@media screen and (max-width: 959px) {

    .contact-company-info {
        font-size: 15px;
    }
}

/*********************************************************/
/**** Contact page specific - End ************************/
/*********************************************************/

/*********************************************************/
/**** About page specific - Begin ************************/
/*********************************************************/

.about-body {
    font-size: 17px;
}

.about-main-image {
    background-image: url('../Images/SMRTScape/AboutSMRTScape.png');
    height: 400px;
    width: 100%;
}

.about-controller-image-tooltip + .tooltip {
    opacity: 1;
}

    .about-controller-image-tooltip + .tooltip > .tooltip-inner {
        background-color: transparent;
        color: #000;
        font-size: 10px;
        padding: 5px;
        font-size: 14px;
        max-width: 300px;
    }

a.about-controller-image-tooltip {
    cursor: pointer;
}

div.irritrol-controllers-pad {
    height: 35px;
}


@media screen and (max-width: 1200px) {
    div.irritrol-controllers-pad {
        height: 51px;
    }
}

@media screen and (max-width: 767px) {
    div.columns div.irritrol-controllers-pad {
        display: none;
    }
}


/*********************************************************/
/**** About page specific - End **************************/
/*********************************************************/


body.boxed {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,023450+7,1e95db+40,1e95db+60,1e95db+60,023450+93,000000+100 */
    background: rgb(0,0,0); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(2,52,80,1) 7%, rgba(30,149,219,1) 40%, rgba(30,149,219,1) 60%, rgba(30,149,219,1) 60%, rgba(2,52,80,1) 93%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(2,52,80,1) 7%,rgba(30,149,219,1) 40%,rgba(30,149,219,1) 60%,rgba(30,149,219,1) 60%,rgba(2,52,80,1) 93%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(2,52,80,1) 7%,rgba(30,149,219,1) 40%,rgba(30,149,219,1) 60%,rgba(30,149,219,1) 60%,rgba(2,52,80,1) 93%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}

#footer {
    padding: 0;
}

#footer-bottom.dark {
    background-color: #000;
    color: #fff;
    padding: 30px 0;
}

.footer-links a {
    font-size: 15px;
}

#footer-bottom.dark a {
    font-weight: normal !important;
    color: white;
}

#current:after, .pagination .current, .pagination ul li a:hover,
.tags a:hover, .button.gray:hover, .button.light:hover, .button.color,
/*input[type="button"], input[type="submit"], input[type="button"]:focus,*/
input[type="submit"]:focus, .tabs-nav li.active a, .ui-accordion .ui-accordion-header-active:hover,
.ui-accordion .ui-accordion-header-active, .trigger.active a, .trigger.active a:hover, .skill-bar-value,
.highlight.color, .notice-box:hover,
input[type="button"], input[type="submit"], input[type="button"]:focus, input[type="submit"]:focus, input[type="button"]:hover, input[type="submit"]:hover {
    /*background: #0c81da;*/
}

header#header {
    background-color: #000;
}

.menu ul > li > a, #tmc-menu-item {
    color: #fff;
}

    #current,
    .menu ul li a:hover,
    .menu ul > li:hover > a,
    #tmc-menu-item:hover {
        border-bottom: 3px solid #a0a0a0;
        background-color: #222;
    }


/* =================================================================== */
/* Blue #169fe6
====================================================================== */

.ui-widget-content a, a, a:visited,
#not-found i,
.comment-by span.reply a:hover,
.comment-by span.reply a:hover i,
.categories a:hover,
.testimonials-author,
.happy-clients-author,
.dropcap,
.meta ul li a:hover,
.list-1 li:before,
.list-2 li:before,
.list-3 li:before,
.list-4 li:before {
    color: #0C81DA;
    text-decoration: none !important;
}

#current,
.menu ul li a:hover,
.menu ul > li:hover > a,
.flickr-widget-blog a:hover,
#tmc-menu-item:hover {
    border-color: #0C81DA;
}

.menu ul ul {
    border-top-color: #0C81DA;
}

.tp-leftarrow:hover,
.tp-rightarrow:hover,
.flexslider .flex-next:hover,
.flexslider .flex-prev:hover,
.featured-box:hover > .circle,
.featured-box:hover > .circle span,
.featured-box:hover > .circle-2,
.featured-box:hover > .circle-3,
.portfolio-item:hover > figure > a .item-description,
.sb-navigation-left:hover,
.sb-navigation-right:hover,
.newsletter-btn,
.search-btn {
    background-color: #0C81DA;
}

#filters a:hover, .selected {
    background-color: #0C81DA !important;
}

.premium .plan-price,
.premium .plan-features a.button:hover,
.premium.plan h3,
.premium .plan-features a.button {
    background-color: #0C81DA;
}

#current:after,
.pagination .current,
.pagination ul li a:hover,
.tags a:hover,
.button.gray:hover,
.button.light:hover,
.button.color,
/*input[type="button"],*/
/*input[type="submit"],*/
/*input[type="button"]:focus,*/
/*input[type="submit"]:focus,*/
.tabs-nav li.active a,
.ui-accordion .ui-accordion-header-active:hover,
.ui-accordion .ui-accordion-header-active,
.trigger.active a,
.trigger.active a:hover,
.skill-bar-value,
.highlight.color,
.notice-box:hover {
    background: #0C81DA;
}

.featured-desc h3 {
    color: #0C81DA;
}

.menu ul ul {
    background-color: #000;
    z-index: 999;
    border-radius: 0 0 3px 3px;
    border: 0 none;
    border-top: 3px solid #0C81DA;
    margin: -3px 0 0 0;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.04);
}

    .menu ul ul li a {
        color: #fff;
        font-size: 13px;
        line-height: 18px;
        padding: 10px 16px !important;
        border: 0;
    }

        .menu ul ul li a:hover {
            color: #fff;
            background-color: #222;
            border: 0;
        }

ul#jPanelMenu-menu {
    top: 88px;
    left: -34px;
    /*height: 300px;*/
    height: auto;
    overflow-y: auto;
    max-height: calc(100% - 94px);
    box-shadow: 0 2px 4px 1px rgba(0,0,0,0.2);
}

    ul#jPanelMenu-menu li:first-child {
        border-top: 3px solid #169fe6;
    }

    ul#jPanelMenu-menu li li:first-child {
        border-top: none;
    }

#jPanelMenu-menu li a {
    background-color: #000;
    border-bottom: 1px solid #666;
    color: lightgrey;
}

    #jPanelMenu-menu li a:hover,
    #jPanelMenu-menu li li a:hover {
        background-color: #222;
        color: white;
    }

#jPanelMenu-menu li li a {
    background-color: #000;
    color: lightgrey;
}


@media only screen and (max-width: 767px) {
    #header {
        z-index: 999;
        background-color: #fff;
        height: 88px;
        width: 100%;
        margin-top: -160px;
    }

    #tabs ul.ui-tabs-nav {
        margin-top: -73px;
    }
}

/*********************************************************/
/**** Sliders and featured *******************************/
/*********************************************************/
.tparrows {
    opacity: .5;
}


/*********************************************************/
/**** Admin Devices **************************************/
/*********************************************************/
div.devices-grid-div button.btn,
div.devices-button-div button.btn {
    padding-top: 4px;
    padding-bottom: 3px;
}


/*********************************************************/
/**** Hardware Tab - Begin *******************************/
/*********************************************************/
.hw-headline {
    font-family: SMRTScape, Sans-Serif;
}


/*********************************************************/
/**** Edit Location Page - Begin *************************/
/*********************************************************/

div.location-apan-note span {
    display: none;
}




#tmc-count {
    background-color: #0C81DA;
}


/*********************************************************/
/**** Modal Dialog Overrides - Begin *********************/
/*********************************************************/

#toroNotificationModal .modal-header {
    background-color: #337ab7;
    height: 40px;
}

#toroNotificationModal .modal-title {
    color: white;
}
