﻿/*********************************************************************************************************************
    
    Eventually the parts of this document that apply to all pages should be added to the framework main css file.
    
*********************************************************************************************************************/
/*Fonticons*/
@font-face {
	font-family: 'TMW_glyphs';
	src: url('TMW_v1/TMW_glyphs.eot');
	src: url('TMW_v1/TMW_glyphs.eot?#iefix') format('embedded-opentype'),  
	url('TMW_v1/TMW_glyphs.woff') format('woff'),  url('TMW_v1/TMW_glyphs.ttf') format('truetype'),  
	url('TMW_v1/TMW_glyphs.svg#TMW_glyphs') format('svg');
	font-weight: normal;
	font-style: normal;
}
.fonticon {
	font-family: 'TMW_glyphs';
}
.Fonticon {
    font-family: 'TMW_glyphs';
}

a.TileAnchor
{
     text-decoration: inherit;
}

.TileWrap {
    overflow: hidden;
}


    /*.TileWrap span {
        color: navy;
    }*/


    .TileWrap .TileTitle {
        font-size: 1.5em !important;
        font-family:'Arial';
    }

    .TileWrap .TileContent .TileTitle {
        top: 6px;
    }

.TileIcon {
    font-family: TMW_Glyphs !important;
}

.SubInfo {
    font-size: 20px;
}


.TileWrap {
    height: 150px;
    float: left;
    margin-left: 5px;
    margin-bottom: 10px;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.62);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.62);
    cursor: pointer;
}


    .TileWrap:active {
        -webkit-box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, .8);
        box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, .8);
        outline: 4px solid;
    }

    .TileWrap:hover {
        outline: 4px solid;
    }


    .TileWrap.Tile1 {
        margin-left: 0px;
    }

    .TileWrap .TileTitle {
        color: white;
        position: absolute;
        top: 10px;
        left: 10px;
        font-family: Arial;
        font-size: 40px;
        text-shadow: #fff 0px 1px 0, #000 0 -1px 0;
    }

    .TileWrap .TileIcon {
        position: absolute;
        right: 10px;
        bottom: -13px;
        color: white;
        font-size: 95px;
        font-family: Arial;
        text-shadow: #fff 0px 1px 0, #000 0 -1px 0;
    }

    .TileWrap.GraphTileLarge {
        height: 240px;
        width: 49.5%;
    }    

    .TileWrap.GraphTileLarge.DoubleTall {
        height: 455px;
        width: 49.5%;
    }
        .TileWrap.GraphTileLarge.FullTall {
            height: 790px;
        }

    .TileWrap.GraphTileLarge.OneThird {
        width:32.66666666666667%;
    }

        .TileWrap.GraphTileLarge.TwoThirds {
            width: 65.33333333333334%;
        }

.TileWrap{color:white;}


/*Remove Hover/active From Non Link Tiles*/
.TileWrap.NoLink:active {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.62)!important;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.62)!important;
    outline: none!important;
}

.TileWrap.NoLink:hover {
    outline: none!important;
}

.TileWrap.NoLink {
    cursor: default;
}

/**/

/* Tile Specific Grid Styling */
.TileWrap .RadGrid_TMW_v1 {
    background: transparent!important;
}


    .TileWrap .RadGrid_TMW_v1 .rgDataDiv {
        background: transparent!Important;
    }

    .TileWrap .RadGrid_TMW_v1 .rgAltRow {
        background-color: rgba(214, 214, 214, 0.11);
    }

    .TileWrap .RadGrid_TMW_v1 .rgRow {
        background-color: rgba(214, 214, 214, 0.25)!important;
    }

    .TileWrap .RadGrid_TMW_v1 td {
        color: white!important;
    }

        .TileWrap .RadGrid_TMW_v1 td a {
            color: white!important;
        }

    .TileWrap .RadGrid_TMW_v1 .rgAltRow td {
        color: white!important;
    }

        .TileWrap .RadGrid_TMW_v1 .rgAltRow td a {
            color: white!important;
        }
/* End - Tile Specific Grid Styling*/


/* could Be removed Maybe - Copy of Kendo Example*/
.chart-wrapper {
    width: 460px;
    height: 100%;
    margin: 0 auto 30px auto;
    padding: 0 0 30px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.climate, .temperature, .conditioner {
    margin: 0 30px;
    padding: 30px 0 0 0;
}

h1 {
    margin-bottom: 20px;
    font-size: 1.2em;
}

.history {
    border-collapse: collapse;
    width: 100%;
}

    .history td {
        padding: 0;
    }

        .history td.item {
            text-align: right;
            line-height: normal;
            vertical-align: bottom;
        }

        .history td.spark {
            text-align: center;
            line-height: 50px;
            padding: 0 5px;
        }

        .history td.value {
            font-size: 2em;
            font-weight: normal;
            line-height: normal;
            vertical-align: bottom;
        }

            .history td.value span {
                font-size: .5em;
                vertical-align: top;
            }

.stats {
    text-align: center;
}

.pie-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .pie-list li {
        display: inline-block;
        width: 54px;
    }

#stats-mon,
#stats-tue,
#stats-wed,
#stats-thu,
#stats-fri,
#stats-sat,
#stats-sun {
    display: block;
    width: 54px;
    line-height: 50px;
}

#temp-range {
    width: 400px;
    line-height: 50px;
}

/*-- Disabled Style ---*/
.DisabledTile {
    opacity: .6;
    pointer-events: none;
}


button.TileSettingsButton {
    margin-left: 2px;
    margin-top: 10px!important;
    height: 19px!important;
    width: 28px!important;
    font-size: 15px!important;
    padding-right: 6px;
    padding-top: 0;
}
button.TileSettingsButton span.Fonticon{
    padding:0px;
}
    .TileSettingsButton.Last {
        margin-right: 9px; /*remove important after attribute is removed from the element level*/
    }



/* WorkFlows */

.TileWrap.AutoHeightTile {
    height: auto!important;
    padding-bottom: 13px!important;
}

.WorkflowContainer {
    padding: 55px 13px 13px 13px;
}


.WorkflowItemWrap {
    width: 20.5%;
    min-height: 50px;
    padding: 8px;
    float: left;
}

.WorkFlowIcon {
    float: left;
    width: 50px;
    height: 47px;
    overflow: hidden;
    margin-top: -7px;
}

.FlowTextContainer {
    padding-left: 50px;
}

.WorkflowTitle {
    font-size: 14px;
    float: left;
    font-weight: bold;
    width: 100%;
}


.WorkflowSubTitle {
    font-size: 12px;
    float: left;
}

.WorkflowArrowWrap {
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 33px;
    text-align: center;
    width: 6%;
}


.SubItemContainer {
    width: 20.5%;
    float: left;
}

.WorkflowArrowWrap.DownArrow {
    /* Safari */
    -webkit-transform: rotate(90deg);
    /* Firefox */
    -moz-transform: rotate(90deg);
    /* IE */
    -ms-transform: rotate(90deg);
    /* Opera */
    -o-transform: rotate(90deg);
    /* Internet Explorer */
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-3);*/
    height: auto;
    line-height: normal;
    width: 47%;
}

    .WorkflowArrowWrap.DownArrow .fonticon {
        color: rgba(255, 255, 255, 0.69);
        font-size: 24px;
    }

.DownArrow.ArrowMargin {
    margin-right: 6%;
}



.WorkflowItemWrap.WorkflowSubItem {
    width: 49%;
}

.WorkflowSubItem.SubItemMargin {
    margin-right: 2%;
}

/*#region glows on hover  */

.WorkflowItemWrap:hover .LabelColor {
    text-shadow: #4E88B1 0 0 3px, #4E88B1 0 0 10px, #4E88B1 0 0 25px !important;
    color: #B9D0E0!important;
}

a:active .WorkflowItemWrap {
    filter: none !important;
    background-color: #005F9E ;
    box-shadow: inset black 0 0 10px 0,inset white -1px -1px 1px 0 !important;
    -webkit-box-shadow: inset black 0 0 47px 0,inset white -1px -1px 1px 0 !important;
    border: none !important;
}

.WorkFlowIcon {
    overflow: visible;
}
/*#endregion */


/*#region Glyph Buttons Tile top right */
.TileSettingsButton {
    line-height: 20px!important;
}

/*#endregion */

/*#region Media-Query */


@media (max-width:1280px) {
    .LinkTile .TileTitle, .GraphTileLarge .TileTitle {
        font-size: 23px!important;
    }
}

@media (max-width:817px) {
    .LinkTile .SubInfo {
        display: none!important;
    }

    .TileWrap .TileIcon {
        /* margin-top: 40px; */
        position: static!important;
        margin-right: 0px;
        color: white;
        font-size: 95px;
        font-family: Arial;
        text-shadow: #fff 0 1px 0, #000 0 -1px 0;
        margin-left: auto;
        width: 90px;
        text-align: center;
    }
    
    .TileWrap.GraphTileLarge.OneThird {
        width:100%!important;
    }
}

@media (max-width:723px) {
    .LinkTile .TileTitle {
        font-size: 15px!important;
    }
}

@media (min-width: 940px) and (max-width: 1023px) {
    .TileWrap {
        width: 32%;
    }

    .Tile2, .Tile3, .Tile5, .Tile6 {
        margin-left: 2%;
    }

    .Tile4, .Tile7 {
        margin-left: 0;
    }


    .TileWrap.GraphTileLarge {
        width: 100%;
        margin-left: 0 !important;
    }
    
        .TileWrap.GraphTileLarge.OneThird {
        margin-left:1%;
    }
}

@media (min-width: 1023px) and (max-width:1224px) {
    .TileWrap {
        width: 32.5%;
    }

    .Tile2, .Tile3, .Tile5, .Tile6, .Tile8, .Tile9 {
        margin-left: 1%;
    }

    .Tile4, .Tile7 {
        margin-left: 0;
    }

    .TileWrap.GraphTileLarge {
        width: 49.5%!important;
    }

        .TileWrap.GraphTileLarge.Tile2 {
            margin-left: 1%!important;
        }
    
    .TileWrap.GraphTileLarge.OneThird {
        width:32.66666666666667%!important;
    }
}

/*End - Media Queries*/


@media (max-width: 700px) {
    .TileWrap {
        width: 100%;
        margin-left: 0 !important;
    }

        .TileWrap.GraphTileLarge {
            width: 100%;
            margin-left: 0 !important;
        }
    
    .TileWrap.GraphTileLarge.OneThird {
            width: 100%!important;
            margin-left: 0 !important;
        }
}

@media (min-width: 700px) and (max-width: 940px) {
    .TileWrap {
        width: 49%;
    }

    .Tile2, .Tile4, .Tile6, .Tile8, .Tile10, .Tile12, .Tile14, .Tile16 {
        margin-left: 2%;
    }


    .Tile3, .Tile5, .Tile7, .Tile9, .Tile11, .Tile13, .Tile15, .Tile17, .Tile19 {
        margin-left: 0;
    }

    .TileWrap.GraphTileLarge {
        width: 100%;
        margin-left: 0 !important;
    }
    
        .TileWrap.GraphTileLarge.OneThird {
            width: 100%!important;
            margin-left: 0 !important;
        }

}

@media (min-width: 940px) and (max-width: 1013px) {
    .TileWrap {
        width: 32%;
    }

    .Tile2, .Tile3, .Tile5, .Tile6, .Tile8, .Tile9, .Tile11, .Tile12, .Tile14, .Tile15, .Tile17, .Tile18, .Tile20 {
        margin-left: 2%;
    }

    .Tile4, .Tile7, .Tile10, .Tile13, .Tile16, .Tile19 {
        margin-left: 0;
    }


    .TileWrap.GraphTileLarge {
        width: 100%;
        margin-left: 0 !important;
    }
    
    .TileWrap.GraphTileLarge.OneThird {
        width: 100%!important;
    }
}

@media (min-width: 1013px) and (max-width:1224px) {
    .TileWrap {
        width: 32.5%;
    }

    .Tile2, .Tile3, .Tile5, .Tile6, .Tile8, .Tile9, .Tile11, .Tile12, .Tile14, .Tile15, .Tile17, .Tile18, .Tile20 {
        margin-left: 1%;
    }

    .Tile4, .Tile7, .Tile10, .Tile13, .Tile16, .Tile19 {
        margin-left: 0;
    }

    .TileWrap.GraphTileLarge {
        width: 49.5%!important;
    }

        .TileWrap.GraphTileLarge.Tile2 {
            margin-left: 1%!important;
        }
    
        .TileWrap.GraphTileLarge.OneThird {
            width:32.66666666666667%!important;
    }
}

@media (min-width: 1224px) {
    .TileWrap {
        width: 24.25%;
    }

    .Tile2, .Tile3, .Tile4, .Tile6, .Tile7, .Tile8, .Tile10, .Tile11, .Tile12, .Tile14, .Tile15, .Tile16, .Tile18, .Tile19, .Tile20 {
        margin-left: 1%;
    }

    .Tile5, .Tile9, .Tile13, .Tile17, .Tile21 {
        margin-left: 0;
    }
}

/*#endregion */

/*#region Telerik hover overide */
.BarChart .k-tooltip {
    left: 15px!important;
}
/*#endregion */
/*END Tiles*/

        .TileWrap.LinkTile {
            height: 60px!important;
        }

            .TileWrap.LinkTile .TileIcon {
                font-size: 4em !important;
            }

        .LitGreen {
            color: lightgreen;
            text-shadow: green 1px 1px 2px;
        }

        .LitRed {
            color: red;
            text-shadow: darkRed 1px 1px 2px;
        }

        .LitYellow {
            color: rgb(255, 220, 0);
            text-shadow: rgb(98, 86, 10) 1px 1px 2px;
        }

        .LitGold {
            color: gold;
            text-shadow: rgb(98, 86, 10) 1px 1px 2px;
        }

        .LitGray {
            color: gray;
            text-shadow: darkgray 1px 1px 2px;
        }

        .LessHeightLinks .TileWrap.LinkTile {
            height: 86px!important;
        }

            .LessHeightLinks .TileWrap.LinkTile .TileIcon {
                font-size: 49px!important;
            }

        .WorkflowArrowWrap {
            font-size: 25px;
        }

            .WorkflowArrowWrap.DownArrow2 {
                height: 26px!important;
                color: rgba(255, 255, 255, 0.69);
                font-size: 30px;
                line-height: 26px;
            }

                .WorkflowArrowWrap.DownArrow2 span {
                    color: rgba(255, 255, 255, 0.69);
                }

        .FivePerLine .TileWrap.LinkTile {
            max-width: 19.2%;
        }
.Gradient {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.07)), color-stop(100%, rgba(0,0,0,0.34))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12000000', endColorstr='#57000000', GradientType=0 ); /* IE6-9 */
}
.Color {
	background-color: #005F9E !important;
}
@font-face {
	font-family: 'TMW_glyphs';
	src: url('TMW_v1/tmw_expansion_v1-webfont.eot');
	src: url('TMW_v1/TMW_glyphs.eot?#iefix') format('embedded-opentype'),  
	url('TMW_v1/TMW_glyphs.woff') format('woff'),  url('TMW_v1/TMW_glyphs.ttf') format('truetype'),  
	url('TMW_v1/TMW_glyphs.svg#TMW_glyphs') format('svg');
	font-weight: normal;
	font-style: normal;
}
.fonticon {
	font-family: 'TMW_glyphs';
}
.Fonticon {font-family: 'TMW_glyphs';}


article, aside, figure, hgroup, menu, nav, section {
	display: block;
}


/*#region Content Module Columns (contain content columns - Formerly ParameterColumn)*/

/*Default Module 1/3 width*/
.ContentModule {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    padding: 0px;
    margin-bottom: 0px;
    position: relative;
    margin: 20px 0px 0px 4%;
    width: 30.6%;
}

    .ContentModule.First {
        margin: 20px 0px 0px 0px;
    }

    .ContentModule.TopRow {
        margin-top: 15px;
    }

    .ContentModule.OneFourth {
        width: 22%;
    }

    .ContentModule.OneHalf {
        width: 48%;
    }


    .ContentModule.TwoThirds {
        width: 65.4%;
    }

    .ContentModule.FullRow {
        width: 100%;
        margin-left: 0%;
    }

@media screen and (max-width: 1013px) {
    .ContentModule {
        min-width: 200px;
        width: 100% !important;
        clear: right;
        margin-left: 0px;
    }
}
/*#endregion */
/*#region New Content Columns */
.MainSearchDiv .ContentRow .MiniParameterUC {
    margin-top: 5px;
    float: left;
}

.ContentRow {
    width: 100%;
    float: left;
}

.ContentCol {
    margin-left: 2%;
    margin-right: 0;
    float: left;
    display: block;
}

.ContentRow .ContentCol.First {
    margin-left: 0;
}

.ContentRow > .ContentCol.OneFourth {
    width: 23.5%;
}
div.ContentCol.OneFourth.sm {
    margin: 10px; ;
}
.ContentRow > .ContentCol.ThreeFourths,
.ContentRow > .ContentCol.ThreeFourths {
    width: 74.5%;
}

    .ContentRow > .ContentCol.ThreeFourths:first-of-type {
        margin-left: 0;
    }

.ContentRow > .ContentCol.OneFourth:first-of-type {
    margin-left: 0;
}


.ContentRow .ContentCol.TwoThirds {
    width: 66%;
}

.ContentRow .ContentCol.OneThird {
    width: 32%;
}

.ContentRow .ContentCol.OneFifth {
    width: 18%;
}

.ContentRow .ContentCol.TwoFifths {
    width: 38.8%;
}

.ContentCol.OneSixth {
    width: 15%;
}

.ContentCol.FiveSixth {
    width: 85%;
}

.ContentRow > .OneThird:first-of-type {
    margin-left: 0;
}

.ContentRow .OneHalf {
    width: 49%;
}

.ContentRow > .OneHalf:first-of-type {
    margin-left: 0;
}

.MainSearchDiv .MiniParameterUC {
    margin-bottom: 5px;
}

.SliderList{
    float:left;
    padding-top:1em;
    width: 100%;
}

.SliderList .ContentRow.SliderListItem {
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left:.5em;
    padding-right:.5em;
    box-sizing: border-box;
}

.SliderList .ContentRow.SliderListItem {
    border-top: solid rgba(128, 128, 128, 0.2) 1px;
}

    .SliderList .ContentRow.SliderListItem:first-of-type {
        /*border-top: none;*/
    }

    .SliderList .ContentRow.SliderListItem:last-of-type {
        border-bottom: solid rgba(128, 128, 128, 0.2) 1px;
    }

.SliderList .ContentRow.SliderListItem:nth-child(2n) {
    background-color: rgba(128, 128, 128, 0.05);
}

.ContentColInner,
.ContentModuleInner {
    padding-left: .5em;
    padding-right: .5em;
}

.ContentModule.FormModule .ContentModuleInner {
    padding-top: .4em;
    box-sizing: border-box;
    float: left;
    width: 100%;
}


/*#endregion */




/* Better On off switches - Kory Thompson | TMWSystems | 5-01-2014 -*/
/* To use create a checkbox with the classes switch and SliderButton. To have the slider display text On/Off in   
    stead of yes no add the class OnOffSwitch to the others mentioned above: 
   Ex. class="switch SliderButton OnOffSwitch"
*/

/* GLOBALS for all switches - MORE TO COME -*/

.switch *,
.switch *:after,
.switch *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.switch {
    position: relative;
    float: right;
}

    .switch label {
        width: 100%;
        height: 100%;
        position: relative;
        display: block;
    }

    .switch input {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        z-index: 100;
        position: absolute;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }


    /* checkbox sliders */

    .switch.SliderBtn {
        width: 61px;
        height: 17px;
        border-radius: 2px;
    }

        .switch.SliderBtn label {
            display: block;
            width: 100%;
            height: 100%;
            /* background: #d3d3d3; */
            border-radius: 2px;
            -webkit-box-shadow: inset 0 3px 8px 1px rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.5);
            box-shadow: inset 0 3px 8px 1px rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.5);
        }

            .switch.SliderBtn label:after {
                content: "";
                position: absolute;
                z-index: -1;
                top: -1px;
                right: -1px;
                bottom: -1px;
                left: -1px;
                border-radius: inherit;
                background: #ababab;
                background: -moz-linear-gradient(#f2f2f2, #ababab);
                background: -ms-linear-gradient(#f2f2f2, #ababab);
                background: -o-linear-gradient(#f2f2f2, #ababab);
                background: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#ababab));
                background: -webkit-linear-gradient(#f2f2f2, #ababab);
                background: linear-gradient(#f2f2f2, #ababab);
                -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3), 0 1px 1px rgba(0,0,0,0.25);
                box-shadow: 0 0 10px rgba(0,0,0,0.3), 0 1px 1px rgba(0,0,0,0.25);
            }

            .switch.SliderBtn label:before {
                content: "";
                position: absolute;
                z-index: -1;
                top: -2px;
                right: -2px;
                bottom: -2px;
                left: -2px;
                border-radius: inherit;
                background: #eee;
                background: -moz-linear-gradient(#e5e7e6, #eee);
                background: -ms-linear-gradient(#e5e7e6, #eee);
                background: -o-linear-gradient(#e5e7e6, #eee);
                background: -webkit-gradient(linear, 0 0, 0 100%, from(#e5e7e6), to(#eee));
                background: -webkit-linear-gradient(#e5e7e6, #eee);
                background: linear-gradient(#e5e7e6, #eee);
                box-shadow: 0 1px 0 rgba(255,255,255,0.5);
                -webkit-filter: blur(1px);
                -moz-filter: blur(1px);
                -ms-filter: blur(1px);
                -o-filter: blur(1px);
                filter: blur(1px);
            }

            .switch.SliderBtn label i {
                display: block;
                height: 100%;
                width: 50%;
                border-radius: inherit;
                position: absolute;
                z-index: 2;
                right: 50%;
                top: 0;
                background: #b2ac9e;
                background: -moz-linear-gradient(rgba(255,255,255,0),rgba(0,0,0,.57));
                background: -ms-linear-gradient(rgba(255,255,255,0),rgba(0,0,0,.57));
                background: -o-linear-gradient(rgba(255,255,255,0),rgba(0,0,0,.57));
                background: -webkit-linear-gradient(rgba(255,255,255,0),rgba(0,0,0,.57));
                background: linear-gradient(rgba(255,255,255,0),rgba(0,0,0,.57));
                box-shadow: inset 0 0 0 white,0 0 8px rgba(0,0,0,.3),2px 0px 5px rgba(0,0,0,.2);

                background-color: #005F9E ;
            }

                .switch.SliderBtn label i:after {
                    content: "";
                    position: absolute;
                    left: 15%;
                    top: 25%;
                    width: 70%;
                    height: 0;
                    background: #d2cbc3;
                    background: -moz-linear-gradient(#cbc7bc, #d2cbc3);
                    background: -ms-linear-gradient(#cbc7bc, #d2cbc3);
                    background: -o-linear-gradient(#cbc7bc, #d2cbc3);
                    background: -webkit-gradient(linear, 0 0, 0 100%, from(#cbc7bc), to(#d2cbc3));
                    background: -webkit-linear-gradient(#cbc7bc, #d2cbc3);
                    background: linear-gradient(#cbc7bc, #d2cbc3);
                    border-radius: inherit;
                }

                .switch.SliderBtn label i:before {
                    content: "NO";
                    text-transform: uppercase;
                    font-style: normal;
                    font-weight: bold;
                    color: rgba(0,0,0,0.4);
                    text-shadow: 0 1px 0 #bcb8ae, 0 -1px 0 #97958e;
                    font-family: Helvetica, Arial, sans-serif;
                    font-size: 1em;
                    position: absolute;
                    top: 85%;
                    margin-top: -13px;
                    right: -84%;
                }

        .switch.SliderBtn.OnOffSwitch label i:before {
            content: "OFF";
            text-transform: uppercase;
            font-style: normal;
            font-weight: bold;
            color: rgba(0,0,0,0.4);
            text-shadow: 0 1px 0 #bcb8ae, 0 -1px 0 #97958e;
            font-family: Helvetica, Arial, sans-serif;
            font-size: 1em;
            position: absolute;
            top: 85%;
            margin-top: -13px;
            right: -84%;
        }

        /* .switch.SliderBtn input:checked ~ label {
            background: #d3d3d3;
        } */

            .switch.SliderBtn input:checked ~ label i {
                right: -1%;
            }

                .switch.SliderBtn input:checked ~ label i:before {
                    content: "YES";
                    right: 112%;
                    color: rgba(0,0,0,0.4);
                    text-shadow: 0 1px 0 #bcb8ae, 0 -1px 0 #97958e;
                    margin-top: -13px;
                }

        .switch.SliderBtn.OnOffSwitch input:checked ~ label i:before {
            content: "ON";
            right: 121%;
            color: rgba(0,0,0,0.4);
            text-shadow: 0 1px 0 #bcb8ae, 0 -1px 0 #97958e;
            margin-top: -13px;
        }


        .switch.SliderBtn .aspNetDisabled + label {
            opacity: .6;
            -moz-opacity: .6;
        }

        .switch.SliderBtn > input[type="checkbox"][disabled="disabled"],
        .switch.SliderBtn > input[type="checkbox"][disabled="true"],
        .switch.SliderBtn > input[type="checkbox"][enabled="false"] {
            opacity: 1;
            visibility: hidden;
            pointer-events: none;
        }

            .switch.SliderBtn > input[type="checkbox"][disabled="disabled"]:after,
            .switch.SliderBtn > input[type="checkbox"][disabled="true"]:after,
            .switch.SliderBtn > input[type="checkbox"][enabled="false"]:after {
                content: '';
                height: 100%;
                width: 100%;
                position: absolute;
                background-color: rgb(143, 143, 143);
                visibility: visible;
                opacity: .7;
            }


/*General Media Queries*/
@media (min-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */ }
@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ }
@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ }
@media (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) /*example for ideal font size { body{font-size:large;} /* hi-res laptops and desktops */ }

@media screen and (max-width: 800px) {

.ModuleMargin {
	margin-top: 15px;
	margin-bottom: 15px;
}
.last_module {
	margin-bottom: 40px;
}
}
 @media screen and (min-width: 1024px) and (max-width: 1220px) {

}
/*Labels/Text Boxes/Dropdowns That have Failed Validation*/
.ValidationFailed.LabelColor {
	color: rgba(255, 0, 0, 1) !important;
}

}
.ValidationFailed input:focus, .RadComboBox_TMW_v1.ValidationFailed textarea:focus {
	-webkit-box-shadow: 0 0 .3em .3em rgba(255, 0, 0, 0.5) !important;
    box-shadow: 0 0 .3em .3em rgba(255, 0, 0, 0.5) !important;
}
/*End of Failed Validation Section*/


/*#region Generic Simple Table (make these color themeable through the JS color extension eventually)*/


table[data-role="SimpleGenericGrid"] ,[data-role="SimpleGenericGrid"] th,[data-role="SimpleGenericGrid"] td {
    border-collapse: collapse;
    font-family: arial;
    font-size: .9em;
}

    table[data-role="SimpleGenericGrid"] {
        width: 100%;
        float:left;
    }

        table[data-role="SimpleGenericGrid"] thead tr {
            border-bottom: 1px solid rgb(30, 30, 30);
        }

        table[data-role="SimpleGenericGrid"] th {
            color: White;
            font-family: Arial;
            font-weight: bold;
            font-size: 13px;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod�EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, rgba(234,234,234,0.25) 0, rgba(0,0,0,0.25) 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0,rgba(234,234,234,0.25)), color-stop(100%,rgba(0,0,0,0.25)));
            background: -webkit-linear-gradient(top, rgba(234,234,234,0.25) 0,rgba(0,0,0,0.25) 100%);
            background: -o-linear-gradient(top, rgba(234,234,234,0.25) 0,rgba(0,0,0,0.25) 100%);
            background: -ms-linear-gradient(top, rgba(234,234,234,0.25) 0,rgba(0,0,0,0.25) 100%);
            background: linear-gradient(to bottom, rgba(234,234,234,0.25) 0,rgba(0,0,0,0.25) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40eaeaea', endColorstr='#40000000',GradientType=0 );
            background-color: #005F9E ;
            text-align: left;
            padding: 5px 8px 5px 8px;
            border-left: 1px solid rgba(30, 30, 30, 0.10);
            vertical-align: middle;
        }

        table[data-role="SimpleGenericGrid"] tr td {
            -ms-word-break: break-all;
            word-break: break-all;
            padding:8px;
        }


        table[data-role="SimpleGenericGrid"] tbody tr:nth-child(even) {
            background: #D6D6D6;
        }

        /*Selected Row Style (added by JS)*/
        table[data-role="SimpleGenericGrid"] tbody tr.SG_RowSelected,
        table[data-role="SimpleGenericGrid"] tbody tr.SG_RowSelected:nth-child(even) {
            background-color: #005F9E ;
            color: white;
        }

/*#endregion */


/* ---Failed Inspection Items--- Layout Specific*/
#InspectionTickets
{
    margin-top:15px;
}


#FilterByUnitColumn
{
    max-width:300px;
}

/*mEDIAqUERIES*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
    .ContentContainer {
        padding: 0 1em 0 1em;
    }
    
    #FilterByUnitColumn
    {
        max-width:100%;
    }
}



/*GPU acceleration*/
body, table, .ContentContainer, .ContentModule {
    -webkit-overflow-scrolling: touch;
}

table > *, .ContentContainer > *, ContentModule > * {
    -webkit-transform: translateZ(0px);
}

table > *, .ContentContainer > *, ContentModule > * {
    -webkit-transform: translate3d(0,0,0);
}

/*.k-widget.k-calendar {
            height: 100%;
            width:100%;
            font-size:x-large;
 }
 .k-widget.k-calendar .k-content tbody td {
            height: 100%;
            width:100%;
            
}

 .k-calendar th
{
    background-color: #ffffff;
    font-size:x-large;
}*/
    .custom-event {
        color: #fff;
        text-shadow: 0 1px 0 #000;
    }
    .custom-all-day-event {
        text-align: center;
        text-transform: uppercase
    }

button {
    float:right;
    margin-top:15px;
    border: none;
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.34) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.07)), color-stop(100%,rgba(0,0,0,0.34)));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.07) 0%,rgba(0,0,0,0.34) 100%);
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.07) 0%,rgba(0,0,0,0.34) 100%);
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.07) 0%,rgba(0,0,0,0.34) 100%);
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.07) 0%,rgba(0,0,0,0.34) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12000000', endColorstr='#57000000',GradientType=0 );
    font: .9em 'arial',sans-serif;
    font-weight:bold;
    padding: .4em .5em .31em .5em;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    
    color:white;
    background-color:#005F9E ;
}

.k-event .bw-d{
    height: 100%;
}

.k-event .bw-d.bw-r
{
    background-color: orangered;
}

.bw-chart-hover-text {
        color: #ffffff;
       text-shadow: 0 1px 0 #000;
}
.bw-chart-layout {
    height:405px;
    width: 100%;
    position:relative;
    /*background-color:rgba(0,0,0,0.2);*/
}
.k-more-events { 
    display: none; /* Hide the day button on the scheduler if there are more that a two items on the day  */
    height:0px;
} 
 .custom-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
    filter: alpha(opacity=10); 
   background-color: #ffffff;
    font-size: 34px;
    color:black;
}
#message{
    position: absolute; left: 30%; top: 20%;
   
}

.RadButton_TMW_v1.RadButton.rbLinkButton {
    background-color: #005F9E !important;
}