@import url(https://fonts.googleapis.com/css?family=Abel|Allura);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);

/*
	Affinity by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

#wrapper-gray {
    overflow: hidden;
    padding: 0px 0px 50px 0px;
    background: #E6E6E6; /*url(images/img11.png) repeat*/
}

#wrapper-home {
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    /*background: #E6E6E6 url(images/img02.png) repeat;*/ /*#D47028 url(images/img02.png) repeat*/
    background: #FFFFFF;
    position: fixed;
    width: 100%;
    z-index: 1095;
}

#page-wrapper-home {
    overflow: hidden;
    padding: 0px 0px;
    background: #FFFFFF;
}


/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v8/ATKpv8nLYAKUYexo8iqqrg.woff2) format('woff2');
}

.navbar-right {
    float: right !important;
    margin-right: 0px;
}


.container-fluid {
    padding-left: 5% !important;
    padding-right: 5% !important;
}

#bodycell {
    margin-left: 1px;
}

@media (min-width: 768px) {

    .container-fluid {
        /*
        margin-top: 420px;
    */
    }
}

@media (min-width: 1024px) {

    .container-fluid {
        /*
        margin-top: 500px;
*/
    }
}

@media (min-width: 1600px) {

    .container-fluid {
        /*
      margin-top: 0px;
*/
    }
}



.banner {
    height: 200px;
    background: url('../../../Images/flowers-large.png') center center no-repeat;
    background-size: cover;
}

.banner2 {
    height: 200px;
    background: url('../../../Images/flowers-large.png') center center no-repeat;
    background-size: cover;
}

.bannerShort {
    height: 100px;
    background: url('../../../Images/flowers-large.png') center center no-repeat;
    background-size: cover;
}

/*
@media (min-width: 768px) {
 
       .banner {
        width: 100%;
        height: 180px;
        background: url('../../Images/flowers-large.png');
        background-size: 100%;
        background-repeat: no-repeat;
    }
}
*/
.banner2xxx {
    width: 100%;
    min-height: 200px;
    max-height: 360px;
    background: url('../../../Images/flowers.png');
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 50px;
}

@media (min-width: 768px) {

    .banner2 {
        width: 100%;
        height: 240px;
        background: url('../../../Images/flowers.png');
        background-size: 100%;
        background-repeat: no-repeat;
        margin-top: 100px;
    }
}

.MenuSpacer {
    color: #F7882F !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 15px !important;
    font-size: 20pt !important;
    font-family: fangsong !important;
    margin-top: -13px;
    display: block;
    margin-left: 0px;
}

@media (min-width: 768px) {

    .MenuSpacer {
        color: #F7882F !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 15px !important;
        font-size: 20pt !important;
        font-family: fangsong !important;
        margin-top: -13px;
        display: block;
    }
}


.thumbnailmenu {
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serf !important;
    font-size: 8pt;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.thumbnailsmall {
    width: 60px;
    height: 60px;
    margin-bottom: 8px;
}

.thumbnailhome {
    width: 60px;
    height: 60px;
    margin-bottom: 8px;
}

@media (min-width: 500px) {
    .thumbnailmenu {
        font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serf !important;
        font-size: 12pt;
        text-transform: uppercase;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .thumbnailsmall {
        width: 80px;
        height: 80px;
    }

    .thumbnailhome {
        width: 100px;
        height: 100px;
    }
}


.assoctitle {
    background: #6B7A8F;
    color: #FFF;
    font-size: 12pt;
    padding-left: 15px;
    text-transform: uppercase;
}

.assoctitlenobackground {
    color: #666666;
    font-size: 12pt;
    padding-left: 15px;
    padding-top: 10px;
    text-transform: uppercase;
}

h1 {
    font-size: 12pt;
}

h2 {
    font-size: 11pt;
}

h3 {
    font-size: 10pt;
}

h4 {
    font-size: 9pt;
}

h5 {
    font-size: 8pt;
}


@media (min-width: 500px) {
    .assoctitle {
        background: #6B7A8F;
        color: #FFF;
        font-size: 18pt;
        padding-left: 15px;
        padding-bottom: 10px;
        padding-top: 10px;
        text-transform: uppercase;
    }

    .assoctitlenobackground {
        color: #666666;
        font-size: 18pt;
        padding-left: 15px;
        padding-top: 10px;
        text-transform: uppercase;
    }

    h1 {
        font-size: 16pt;
    }

    h2 {
        font-size: 14pt;
    }

    h3 {
        font-size: 12pt;
    }

    h4 {
        font-size: 10pt;
    }

    h5 {
        font-size: 8pt;
    }
}

@media (min-width: 768px) {
    .thumbnailmenu {
        font-size: 14pt;
    }
}

@media (min-width: 1024px) {
    .thumbnailmenu {
        font-size: 16pt;
    }

    .assoctitle {
        background: #6B7A8F;
        color: #FFF;
        font-size: 20pt;
        padding-left: 15px;
        padding-bottom: 10px;
        padding-top: 10px;
        text-transform: uppercase;
    }

    .assoctitlenobackground {
        color: #666666;
        font-size: 20pt;
        padding-left: 15px;
        padding-top: 10px;
        text-transform: uppercase;
    }

    h1 {
        font-size: 18pt;
    }

    h2 {
        font-size: 16pt;
    }

    h3 {
        font-size: 14pt;
    }

    h4 {
        font-size: 12pt;
    }

    h5 {
        font-size: 10pt;
    }
}

hr.smallmenu {
    color: #F7882F;
    background-color: #F7882F;
    height: 2px;
    margin-bottom: 25px;
    margin-top: 25px;
}



.WelcomeHeader {
    display: none;
}

@media (min-width: 768px) {

    .WelcomeHeader {
        display: inline;
        float: left;
        position: relative;
        top: 23px;
        margin-left: 20px;
        font-size: 14pt;
        color: #666666;
    }
}



.u12 {
    background: #6B7A8F;
    margin-top: -30px;
}

    .u12 h1 {
        color: #fff;
        margin-left: 45px;
        line-height: 1.6;
        text-transform: uppercase;
        vertical-align: middle;
        padding: 0px;
        margin-bottom: -1px;
        margin-top: -100px;
    }


@media (min-width: 768px) {

    .u12 {
        background: #6B7A8F;
        margin-top: 65px;
    }

        .u12 h1 a {
            color: #FFF;
            margin-left: 45px;
            line-height: 1.6;
        }
}

@media (min-width: 1024px) {

    .u12 {
        background: #6B7A8F;
        margin-top: 90px;
    }

        .u12 h1 a {
            color: #FFF;
            margin-left: 45px;
            line-height: 1.6;
        }
}

html, body {
    height: 100%;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serf !important;
    font-style: normal;
    font-weight: 400;
}

body {
    margin: 0px;
    padding: 0px;
    background: lightgrey;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serf !important;
    font-size: 10pt;
    color: #666666;
    min-width: 320px;
}

.BodyTitle {
    text-align: center;
}

h1, h2, h3 {
    margin: 0px;
    padding: 0px;
    /*font-family: 'Oswald', sans-serif;*/
    font-weight: 300;
    color: #666666;
}

p {
    line-height: 180%;
}

a {
    color: #f7882f;
}

strong:not(.reset-this) {
    font-weight: 700;
    color: #2A2A2A;
}

#StatusImg {
    padding-left: 15px;
}

/* Wrapper */

#wrapper {
    overflow: hidden;
    background: #6B7A8F;
}




/* Copyright */

#copyright {
    overflow: hidden;
    padding: 25px 0px;
    background: #6B7A8F;
    width: 100%;
}


    #copyright p {
        text-align: center;
        font-size: 11pt;
        color: #fff;
    }


    #copyright a {
        /*color: #AD7253;*/
        color: #fff;
    }

        #copyright a:hover {
            text-decoration: none;
        }


/* Button Style */

.button-style a {
    display: block;
    width: 174px;
    height: 50px;
    margin-top: 30px;
    background: url(images/img01.png) repeat;
    border-radius: 10px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 14pt;
    font-weight: 200;
    color: #FFFFFF;
}

/* Table Style */
.alternating {
    width: 100%;
}

    .alternating tr {
        line-height: 1.5;
    }

        .alternating tr:nth-child(odd) td {
            background-color: #E6E6E6;
        }

        .alternating tr:nth-child(even) td {
        }

/** LIST STYLE 1 */

ul.style1 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    ul.style1 li {
        padding: 15px 0px 15px 0px;
        border-bottom: 1px solid #E6E6E6;
    }

        ul.style1 li:last-child {
            border-bottom: 0;
        }

    ul.style1 a {
        display: block;
        padding: 0px 0px 0px 30px;
        background: url(images/img03.png) no-repeat left top;
        text-decoration: none;
        color: #525252;
    }

        ul.style1 a:hover {
            text-decoration: underline;
        }

/** LIST STYLE 2 */

ul.style2 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    ul.style2 li {
        padding: 0px 0px 40px 0px;
    }

    ul.style2 a {
        text-decoration: none;
        color: #525252;
    }

        ul.style2 a:hover {
            text-decoration: underline;
        }

    ul.style2 .date {
        display: inline-block;
        margin: 0px 0px 25px 0px;
        padding: 5px 10px;
        background: url(images/img01.png) repeat;
        letter-spacing: 1px;
        line-height: none;
        text-transform: uppercase;
        font-family: 'Oswald', sans-serif;
        font-weight: 200;
        color: #FFFFFF;
    }

        ul.style2 .date a {
            color: #FFFFFF;
        }

/** LIST STYLE 3 */

ul.style3 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    ul.style3 li {
        padding: 20px 0px 25px 0px;
    }

    ul.style3 a {
        display: block;
        text-decoration: none;
        color: #C18062;
    }

        ul.style3 a:hover {
            text-decoration: underline;
        }

    ul.style3 .date {
        float: left;
        width: 80px;
        height: 78px;
        margin: 0px 25px 0px 0px;
        padding: 10px 0px 0px 0px;
        background: #D34C0D;
        line-height: normal;
        text-align: center;
        text-transform: uppercase;
        font-family: 'Abel', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
    }

        ul.style3 .date b {
            display: block;
            margin: 0px 0px 0px 0px;
            padding: 0;
            letter-spacing: -1px;
            font-size: 40px;
            font-weight: 400;
            color: #FFFFFF;
        }

        ul.style3 .date a {
            color: #FFFFFF;
        }

            ul.style3 .date a:hover {
                text-decoration: none;
            }

    ul.style3 .first {
        padding-top: 0px;
        background: none;
    }

/** LIST STYLE 4 */

ul.style4 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    ul.style4 li {
        padding: 15px 0px 15px 0px;
        text-shadow: 1px 1px 1px 1px rgba(0,0,0, .4);
        border-top: solid 1px #fff;
    }

        ul.style4 li:first-child {
            border-top: 0;
        }

    ul.style4 a {
        display: block;
        padding: 0px 0px 0px 30px;
        background: url(images/img09.png) no-repeat left 5px;
        line-height: 160%;
        text-decoration: none;
        color: #F3F1EE;
    }

        ul.style4 a:hover {
            text-decoration: underline;
        }

    ul.style4 .first {
        background: none;
        padding-top: 0px;
    }

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #666666;
}

/** Footer Column Content */

#footer-content {
    padding: 10px 0px 10px 0px;
    color: #818284;
    background: #fff;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serf !important;
    font-size: 14pt;
}


    #footer-content h2 {
        text-transform: uppercase;
        font-size: 20pt;
    }

    #footer-content hr {
        color: #F7882F;
        background-color: #F7882F;
        height: 2px;
        margin-bottom: 40px;
    }

    #footer-content .imgleft {
        float: left;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-right: 30px;
        border: 5px solid #FFFFFF;
    }


.user-content-title {
    padding: 10px 10px 10px 10px;
    background-color: #6B7A8F;
    margin-bottom: 12px;
    color: #fff;
    text-align: center;
}

.user-content-title-header {
    font-size: 12pt;
    font-weight: bold;
}

.user-content-area {
    padding: 10px 10px 10px 10px;
    border-radius: 22px;
    background-color: #6B7A8F;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    min-height: 200px;
}

.user-content-area-big {
    padding: 10px 10px 10px 10px;
    border-radius: 22px;
    background-color: #6B7A8F;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    min-height: 200px;
}


.user-content-image {
    height: 300px;
    background: url('../../../Images/GardenPond.jpg') center center no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    border-radius: 22px;
}


.user-content-header {
    font-size: 10pt;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.user-content-header-big {
    font-size: 10pt;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
}

.user-content {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 8pt;
}

.user-content-big {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 10pt;
}


@media (min-width: 500px) {
    .user-content-title {
        padding: 10px 10px 10px 10px;
        background-color: #6B7A8F;
        margin-bottom: 20px;
        color: #fff;
        text-align: center;
    }

    .user-content-title-header {
        font-size: 16pt;
        font-weight: bold;
    }

    .user-content-area {
        padding: 10px 10px 10px 10px;
        border-radius: 22px;
        background-color: #6B7A8F;
        margin-bottom: 20px;
        color: #fff;
        text-align: center;
        min-height: 250px;
    }

    .user-content-area-big {
        padding: 10px 10px 10px 10px;
        border-radius: 22px;
        background-color: #6B7A8F;
        margin-bottom: 20px;
        color: #fff;
        text-align: center;
        min-height: 300px;
    }


    .user-content-image {
        height: 300px;
        background: url('../../../Images/GardenPond.jpg') center center no-repeat;
        background-size: cover;
        margin-bottom: 20px;
    }


    .user-content-header {
        font-size: 16pt;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .user-content-header-big {
        font-size: 16pt;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .user-content {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 12pt;
    }

    .user-content-big {
        padding-left: 50px;
        padding-right: 50px;
        font-size: 14pt;
    }
}

.footer-header {
    padding: 8px 8px 8px 8px;
    border-radius: 22px;
    background-color: #F7882F;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12pt;
    color: #fff;
}

.footer-item {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 8pt;
}

.footer-item-title {
    font-size: 10pt;
    font-weight: bold;
    text-transform: uppercase;
}


@media (min-width: 500px) {
    .footer-header {
        padding: 10px 10px 10px 10px;
        border-radius: 22px;
        background-color: #F7882F;
        margin-bottom: 20px;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 16pt;
        color: #fff;
    }

    .footer-item {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 12pt;
    }

    .footer-item-title {
        font-size: 14pt;
        font-weight: bold;
        text-transform: uppercase;
    }
}

.u6 {
    width: 45%;
    display: table-cell;
    padding-right: 2.5%;
    padding-left: 2.5%;
}

/* Kendo Overrides */

.k-grid-footer td, .k-group-footer td, .k-grouping-row td {
    color: #666666;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list > .k-state-highlight, .k-list > .k-state-selected, .k-marquee-color, .k-panel > .k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    color: #fff;
    background-color: #f7882f;
    border-color: #f7882f;
}

.k-overflow-container .k-primary, .k-primary {
    color: #fff;
    border-color: #e45200;
    background-image: url(textures/highlight.png);
    background-image: none,-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.2)),to(rgba(255,255,255,0)));
    background-image: none,-webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,0) 100%);
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,0) 100%);
    background-position: 50% 50%;
    background-color: #f7882f;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-panelbar > .k-item > .k-link {
    border-color: #cccccc;
    color: #fff;
    font-size: 12pt;
}

.k-block, .k-button, .k-draghandle, .k-grid-header, .k-grouping-header, .k-header, .k-pager-wrap, .k-toolbar, .k-treemap-tile, html .km-pane-wrapper .k-header {
    background-color: #cccccc;
}

.k-button {
    color: #fff;
    border-color: #F7882F;
    background-color: #F7882F;
    background-image: none;
}

.secondaryDialogButton {
    color: #000;
    background-color: #cccccc;
    border-color: #c5c5c5;
}

.boldColumn {
    background-color: #F7882F;
    font-weight:bold;
}


@media (max-width: 500px) {
    k-textbox {
        width: 180px !important;
    }
}



.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1-5 {
    width: 20%;
    float: left;
}

.col-xs-2-5 {
    width: 40%;
    float: left;
}

.col-xs-3-5 {
    width: 60%;
    float: left;
}

.col-xs-4-5 {
    width: 80%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }

    col-sm-2-5 {
        width: 40%;
        float: left;
    }

    col-sm-3-5 {
        width: 60%;
        float: left;
    }

    col-sm-4-5 {
        width: 80%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }

    .col-md-2-5 {
        width: 40%;
        float: left;
    }

    .col-md-3-5 {
        width: 60%;
        float: left;
    }

    .col-md-4-5 {
        width: 80%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }

    .col-lg-2-5 {
        width: 40%;
        float: left;
    }

    .col-lg-3-5 {
        width: 60%;
        float: left;
    }

    .col-lg-4-5 {
        width: 80%;
        float: left;
    }
}

#violationListGrid td {
    white-space: pre-wrap;
}

#violationListGrid td.k-detail-cell {
    white-space: normal;
}


#violationListGrid div[id^=ActionMsgGrid_] td {
    white-space: normal !important;
}

div[id^=ActionMsgGrid_] {
    white-space: normal !important;
    margin-top: -10px;
}

.side-nav > li {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.side-nav > li > a{
    padding-top: 5px !important;    
    padding-bottom: 5px !important;   
}

.side-nav > li > ul > li > a {
    padding-top: 0px !important;
    padding-bottom: 5px !important;
}

#myTasksDashboardDiv span {
    display:inline-block;
    margin-left:15px;
}

#myTasksDashboardDiv a {
    color: #2e2e2e;
    text-decoration: none;
}

#myTasksDashboardDiv a:hover {
    color: #f7882f;
    text-decoration: underline;
}

button.k-upload-action > span.k-i-close {
    color: #2e2e2e;
}

div.k-popup div.k-nodata {
    display: none !important;
}

#YesNo_Dialog ~ div.k-button-group button{
    background-color: rgb(244, 244, 244) !important;
    color: black !important;
    border-style: none !important;
}

#YesNo_Dialog ~ div.k-button-group button:hover {
    background-color: rgb(247, 136, 47) !important;
    color: white !important;
    border: 1px solid rgb(247, 136, 47);
}

.k-scheduler .k-nonwork-hour {
    background-color: transparent;
}