﻿.exc-schedule > div:first-of-type {
    width: 20%;
}

.exc-pr-main {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    font-family: Open-Sans, Arial, Helvetica Neue, Helvetica, sans-serif;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.exc-page-content {
    padding-left: 15px !important;
    padding-right: 15px !important;
}


/*dev-express updates */

.dx-field-label {
    color: #000000 !important;
    text-overflow: initial !important;
    white-space: normal !important;
    font-size: 16px !important;
}

.dx-fieldset .dx-field-value {
    height: 55px;
}

.cool.dx-radiobutton-checked .dx-radiobutton-icon .dx-radiobutton-icon-dot {
    background: blue;
}

.heat.dx-radiobutton-checked .dx-radiobutton-icon .dx-radiobutton-icon-dot {
    background: red;
}

.off.dx-radiobutton-checked .dx-radiobutton-icon .dx-radiobutton-icon-dot {
    background: gray;
}

.dx-tooltip-wrapper .dx-overlay-content .dx-popup-content {
    padding: 11px 13px !important;
    font-size: 1.5em !important;
    font-weight: bold !important;
}

#radio-group-with-selection {
    margin-bottom: 10px;
}

#tasks-list {
    margin: 0 0 10px 10px;
    white-space: normal;
}

#list {
    margin: 10px 0 0 20px;
    padding-left: 0;
    text-align: left;
}


.exc-schedule-list {
    padding: 0;
}

    .exc-schedule-list li {
        list-style-type: none;
    }

    .exc-schedule-list i {
        font-size: 30px;
        color: #170d67;
        display: block;
    }

    .exc-schedule-list > div {
        display: table-cell;
        vertical-align: middle;
    }

.exc-schedule-logo {
    padding-right: 5px;
}

.exc-schedule-temp {
    padding-right: 5px;
}


.exc-schedule > div {
    display: table-cell;
}



.exc-schedule {
    display: table;
    width: 100%;
}

.thermostatIcon {
    width: 36px;
    height: 36px;
    margin-bottom: -12px;
    display: block;
}

.wake {
    background: url(../exc-images/PRSprite.png) no-repeat 0px 2px;
    background-size: 72px 72px;
}

.sleep {
    background: url(../exc-images/PRSprite.png) no-repeat -36px 2px;
    background-size: 72px 72px;
}

.return {
    background: url(../exc-images/PRSprite.png) no-repeat 0px -34px;
    background-size: 72px 72px;
}

.leave {
    background: url(../exc-images/PRSprite.png) no-repeat -36px -34px;
    background-size: 72px 72px;
}


.wakeG {
    background: url(../exc-images/PRSpriteO.png) no-repeat 0px 2px;
    background-size: 72px 72px;
}

.sleepG {
    background: url(../exc-images/PRSpriteO.png) no-repeat -36px 2px;
    background-size: 72px 72px;
}

.returnG {
    background: url(../exc-images/PRSpriteO.png) no-repeat 0px -34px;
    background-size: 72px 72px;
}

.leaveG {
    background: url(../exc-images/PRSpriteO.png) no-repeat -36px -34px;
    background-size: 72px 72px;
}

.exc-ac-icon {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 72px;
    width: 72px;
    padding-top: 72px;
    overflow: hidden;
    background: url(../exc-images/acProgram.png) no-repeat;
}

@media (min-width: 768px) {
    .thermostatIcon {
        width: 54px;
        height: 54px;
        margin-bottom: -12px;
        display: block;
    }

    .wake {
        background: url(../exc-images/PRSprite.png) no-repeat 0px 5px;
        background-size: 108px 108px;
    }

    .sleep {
        background: url(../exc-images/PRSprite.png) no-repeat -54px 5px;
        background-size: 108px 108px;
    }

    .return {
        background: url(../exc-images/PRSprite.png) no-repeat 0px -50px;
        background-size: 108px 108px;
    }

    .leave {
        background: url(../exc-images/PRSprite.png) no-repeat -54px -50px;
        background-size: 108px 108px;
    }

    .wakeG {
        background: url(../exc-images/PRSpriteO.png) no-repeat 0px 4px;
        background-size: 108px 108px;
    }

    .sleepG {
        background: url(../exc-images/PRSpriteO.png) no-repeat -54px 4px;
        background-size: 108px 108px;
    }

    .returnG {
        background: url(../exc-images/PRSpriteO.png) no-repeat 0px -50px;
        background-size: 108px 108px;
    }

    .leaveG {
        background: url(../exc-images/PRSpriteO.png) no-repeat -54px -50px;
        background-size: 108px 108px;
    }

    .exc-schedule-text {
        width: 60px;
        font-size: 16px;
    }

    .exc-schedule {
        padding-bottom: 20px;
        border-bottom: 1px solid #eeeeee;
        margin-bottom: 15px;
    }

    .prlabel {
        border: 2px solid;
        border-radius: 0.7em;
        display: block;
        margin-right: 5px;
        text-align: center;
        text-shadow: none;
        color: white;
        margin-top: 15px;
    }

    .thermostatmodelabeltime {
        font-size: 15px;
        width: 90px;
    }
}


@media (max-width: 500px) {
    .exc-schedule-text {
        width: 50px;
        font-size: 12px;
    }

    .exc-schedule {
        padding-bottom: 15px;
        border-bottom: 1px solid #eeeeee;
    }

    .thermostatmodelabeltime {
        font-size: 12px;
        width: 60px;
    }

    .prlabel {
        border: 2px solid;
        border-radius: 0.7em;
        display: block;
        margin-right: 5px;
        text-align: center;
        font-size: 11px;
        text-shadow: none;
        color: white;
        margin-top: 15px;
    }

    .dx-field-label {
        font-size: 12px !important;
    }
}


.prlabel {
    border: 2px solid;
    border-radius: 0.7em;
    display: block;
    margin-right: 5px;
    text-align: center;
    font-size: 14px;
    text-shadow: none;
    color: white;
    margin-top: 15px;
}

.thermostatmodelabel {
    padding-left: 5px;
    margin-top: 0px;
    position: absolute;
}
/*.thermostatmodetempBGRed{background:rgb(242, 66, 29);}*/
.thermostatmodetempBGRed {
    background: #EE7F4B;
}

/*.thermostatmodetempBGBlue{background:rgb(128, 187, 255);}*/
.thermostatmodetempBGBlue {
    background: #0D9DDB;
}

.thermostatmodedivtemparatues {
    width: 55% !important;
}
/*50*/
.thermostatmodedivtime {
    width: 20% !important;
}
/*35*/
.thermostatmodedivicon {
    width: 10% !important;
}
/*15*/
.thermostatmodelabeltime {
    font-weight: bold;
    vertical-align: middle;
    margin-bottom: 0px;
}
/*.thermostatmodeupdateR{font-size:55px;color:rgb(242, 66, 29);}*/
.thermostatmodeupdateR {
    font-size: 35px;
    color: #EE7F4B;
}

/*.thermostatmodeupdateC{font-size:55px;color:rgb(128, 187, 255);}*/
.thermostatmodeupdateC {
    font-size: 35px;
    color: #0D9DDB;
}

.thermostatmodeupdateGray {
    font-size: 35px;
    color: grey;
}

/*.prModeRed  input[type="radio"]:checked + label {background:rgb(242, 66, 29);}*/
.prModeRed input[type="radio"]:checked + label {
    background: #EE7F4B;
    border: 1px solid #EE7F4B;
    color: white;
    text-shadow: none !important;
    font-weight: normal;
}

/*.prModeBlue input[type="radio"]:checked + label {background:rgb(128, 187, 255);}*/
.prModeBlue input[type="radio"]:checked + label {
    background: #0D9DDB;
    border: 1px solid #0D9DDB;
    color: white;
    text-shadow: none !important;
    font-weight: normal;
}

.prModeGrey input[type="radio"]:checked + label {
    background: grey;
    border: 1px solid grey;
    color: white;
    text-shadow: none !important;
    font-weight: normal;
}

.prModeGreen input[type="radio"]:checked + label {
    background: #74a961;
    border: 1px solid grey;
    color: white;
    text-shadow: none !important;
    font-weight: normal;
}

.prBBGGreen {
    background-color: #74a961;
}
/*prButtonbackgroudGreen*/
.prBBGGrey {
    background-color: grey;
}
/*prButtonbackgrouGrey*/
/*
 input.toggle-switch-temp:checked ~ label:before {
    content: "C";
}

input.toggle-switch-temp:empty ~ label:before {
    content: "F";
}
*/


input.toggle-switch-temp:empty {
    margin-left: -9999px;
}

    input.toggle-switch-temp:empty ~ label {
        position: relative;
        float: left;
        height: 35px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        input.toggle-switch-temp:empty ~ label:before,
        input.toggle-switch-temp:empty ~ label:after {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: "";
            line-height: 2.5;
            width: 80px;
            background-color: #170d67;
            color: white;
            border-radius: 2px;
            box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.3);
            -webkit-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
        }

        input.toggle-switch-temp:empty ~ label:after {
            width: 30px;
            top: 3px;
            bottom: 2px;
            margin-left: 3px;
            background-color: #fff;
            border-radius: 2px;
            box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.3);
            content: "";
            text-indent: 37px;
            text-align: right;
        }

        input.toggle-switch-temp:empty ~ label:before {
            content: "\00b0 C";
            text-transform: uppercase;
            text-indent: 43px;
        }

input.toggle-switch-temp:checked ~ label:before {
    background-color: #170d67;
    content: "\00b0 F";
    text-transform: uppercase;
    text-indent: 12px;
    color: white;
}

input.toggle-switch-temp:checked ~ label:after {
    margin-left: 47px;
    content: "";
    text-indent: 8px;
}


/*****************************
	START DASHBOARD TOPNAV
******************************/
.prcontainer {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

ul.dashboard_topnav {
    clear: both;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: #e8eaeb;
    margin-top: -20px;
    margin-bottom: 90px;
}

    ul.dashboard_topnav > li {
        float: left;
        margin: 0;
        padding: 0;
        height: 65px;
        width: 25%;
        border-bottom: 1px solid #dcdfe0;
        border-top: 1px solid #dcdfe0;
        border-left: 1px solid #dcdfe0;
        text-align: center;
        background-color: #e8eaeb;
    }

        ul.dashboard_topnav > li:last-child {
            border-right: 1px solid #dcdfe0;
        }

        ul.dashboard_topnav > li.active {
            background-color: #fff;
        }

        ul.dashboard_topnav > li > a {
            display: block;
            color: #5e686f !important;
            padding: 0;
            font-size: 14px;
            display: block;
            margin: 0 auto;
            line-height: 65px;
        }

            ul.dashboard_topnav > li > a:hover {
                text-decoration: none;
            }

            ul.dashboard_topnav > li > a:before {
                font-family: 'Prmenu';
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                /* Better Font Rendering =========== */
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                font-size: 32px;
                color: #909090;
                padding: 0 10px 0 0;
                vertical-align: middle;
                display: inline-block;
                margin: -3px 0 0 0;
            }

        ul.dashboard_topnav > li.manual > a:before {
            content: "\0041";
        }

        ul.dashboard_topnav > li.optout > a:before {
            content: "\0042";
        }

        ul.dashboard_topnav > li.schedule > a:before {
            content: "\0043";
        }

        ul.dashboard_topnav > li.enrolled > a:before {
            content: "\0044";
        }

        ul.dashboard_topnav > li.active > a {
            font-weight: bold;
        }

        ul.dashboard_topnav > li > a[disabled="disabled"] {
            opacity: 0.25;
        }

        ul.dashboard_topnav > li.active > a:before {
            color: #73b865;
        }

        ul.dashboard_topnav > li > a:before:hover {
            text-decoration: none;
        }

@font-face {
    font-family: 'Prmenu';
    src: url('../exc-fonts/exc-icons/Prmenu.eot');
    src: url('../exc-fonts/exc-icons/Prmenu.eot?#iefix') format('embedded-opentype'), url('../exc-fonts/exc-icons/Prmenu.woff') format('woff'), url('../exc-fonts/exc-icons/Prmenu.ttf') format('truetype'), url('../exc-fonts/exc-icons/Prmenu.svg#Prmenu') format('svg');
    font-weight: normal;
    font-style: normal;
}


.pr-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1024px) {
    .exc-pr-buttons:before {
        content: "";
        height: 1px;
        background-color: #aaaaaa;
        margin: 0px -27.5px 15px -27.5px;
    }

    .exc-pr-buttons .btn {
        width: 100%;
        margin-bottom: 10px;
    }
}


@media (min-width: 768px) {
    .exc-pr-buttons:before {
        margin: 0px -10px 15px -10px;
    }
}


.exc-pr-buttons:before {
    content: "";
    height: 1px;
    background-color: #aaaaaa;
    margin: 0px -27.5px 15px -27.5px;
}

.exc-pr-buttons .btn {
    width: 100%;
    margin-bottom: 10px;
}



@media (min-width: 1024px) {
    .exc-pr-buttons {
        position: absolute;
        width: 100%;
        left: -20px;
        bottom: 10px;
    }

        .exc-pr-buttons:before {
            display: none;
        }

        .exc-pr-buttons .btn {
            width: 200px;
            margin-bottom: 0px;
        }
}
