
@import url('reset.css');
@import url('colors.css');
@import url('font-awesome.css');


* {
    box-sizing: border-box;
}



html, body {
    height: 100%;
    font-size: 100%;
}
body {
    overflow-y: scroll;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background: #27873D;
    color: #0F1E13;
}
.ds-gl-wrapper {
    min-height: 100%;
}
section.ds-gl-content {
    padding: 1rem 1rem 10rem 1rem;
    min-height: 100%;
}
footer.ds-gl-footer {
    background: #222;
    height: 10rem;
    margin-top: -10rem;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/*Typography*/
h6 {
    font-size: 1rem;
}
h5 {
    font-size: 1.1rem;
}
h4 {
    font-size: 1.2rem;
}
h3 {
    font-size: 1.3rem;
}
h2 {
    font-size: 1.4rem;
}
h1 {
    font-size: 1.5rem;
}
legend {
    display: block;
    position: relative;
    font-size: 1em;
}
p {
    margin-bottom: 1rem;
}

/*inputs*/
.btn {
    border: none;
    font-size: 1em;
    padding: 0 1em;
    line-height: 2em;
    margin: 0;
    display: inline-block;
}
.neu-btn {
    background: #27873D;
    color: #DAFFD0;
}
.neg-btn {
    background: #875327;
    color: #fff;
}
.dark-btn {
    background: #1A3321;
    color: #fff;
}
.blu-btn {
    background: #42575C;
    color: #fff;
}
select {
    border: 1px solid #CCC;
    line-height: 1rem;
    padding: 0.25rem;
}
input[type="text"], input[type="password"] {
    border: 1px solid #ccc;
    margin: 0;
    padding: 0 0.25em;
    line-height: 2em;
    font-size: 1em;
}
label {
    display: inline-block;
}
.label-text {
    display: inline-block;
}



.triangle-isosceles {
    position: relative;
    padding: 15px;
    margin: 1em 0 3em;
    color: #000;
    background: #5ABA40;
}
.triangle-isosceles.left {
    margin-left: 50px;
    background: #5ABA40;
}
/*not set*/
.triangle-isosceles:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50px;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: transparent #5ABA40;
    display: block;
    width: 0;
}

.triangle-isosceles.left:after {
    top: 50%;
    left: -1.5rem;
    bottom: auto;
    border-width: 0.8rem 1.5rem 0.8rem 0;
    border-color: transparent #5ABA40;
    margin-top: -0.75rem;
}




/*Global Masthead*/
header.ds-gl-masthead {
    padding: 0.25rem 0.5rem 0.25rem 0.25rem;
    font-size: 0.8rem;
}
.ds-gl-masthead h3 {
    display: inline-block;
    margin-right: 1rem;
    font-size: 1rem;
}
.ds-gl-masthead h3 span {
    display: inline-block;
    margin-right: 0.25em;
}
.ds-gl-masthead p,
.ds-gl-masthead span,
.ds-gl-masthead a {
    display: inline-block;
}
.ds-gl-masthead p {
    float: right;
    margin: 0;
}
.ds-gl-masthead p > span {
    margin-left: 0.5rem;
    line-height: 1.75em;
}
.ds-gl-masthead p a > .fa {
    display: inline-block;
    margin-right: 0.25em;
}
.ds-gl-masthead a {
    color: inherit;
    text-decoration: none;
}


/*Local Mastheads*/
.ds-loc-masthead {
    margin-bottom: 2rem;
    background: #5ABA40;
    position: relative;
}
.ds-loc-masthead h2 {
    padding: 0 0.25rem;
    color: #146E29;
    text-transform: uppercase;
    letter-spacing: -2px;
    display: inline-block;
}
.app-masthead-link {
    color: #146E29;
    line-height: 1rem;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    top: 0.4rem;
    right: 0.5rem;
}


/*dialogs*/
.ui-widget-overlay.ui-front {
    background: #000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
}
.ds-gl-dialog {
    background: #5ABA40;
    box-shadow: 2px 3px 8px #000;
    z-index: 999;
}
.ui-dialog-titlebar {
    padding: 1rem;
    color: #fff;
}
.ui-dialog-titlebar-close {
    float: right;
    background: #fff;
    border: none;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1rem;
    text-align: center;
    padding: 0;
    vertical-align: middle;
    border-radius: 1rem;
    font-weight: 700;
    color: #27873D;
}
.ui-dialog-title {
    line-height: 1em;
    display: inline-block;
    font-weight: 700;
}
.ds-gl-dialog-content {
    padding: 1rem;
}
.ui-dialog-buttonset {
    background: none repeat scroll 0 0 #DAFFD0;
    text-align: right;
    padding: 1rem;
    border-top: 1px solid #B5EAA7;
}
.ui-dialog-buttonset button {
    margin-left: 0.5rem;
}

.ds-gl-buttonset {
    background: #1A3321;
    padding: 1rem;
    text-align: right;
}



#ui-datepicker-div {
    background: #FFF;
    padding: 1rem;
    border: 1px solid #5ABA40;
    margin: 0.25rem 0;
    display: none;
}
.ui-datepicker-header {
    background: rgb(26, 51, 33);
    color: #DAFFD0;
    position: relative;
    padding: 0.25rem 1.5rem;
}
.ui-datepicker-header > a {
    position: absolute;
    top: 0.25rem;
    color: #fff;
}
.ui-datepicker-title {
    text-align: center;
}
.ui-datepicker-prev {
    left: 0.25rem;
}
.ui-datepicker-next {
    right: 0.25rem;
}
.ui-datepicker-calendar {
    width: 100%;
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
    text-align: center;
    min-width: 2rem;
}
.ui-datepicker-unselectable {
    color: #888;
}
.ui-datepicker-calendar a {
    text-decoration: none;
    display: block;
    background: #DAFFD0;
    min-width: 2rem;
    padding: 0 0.25em;
    line-height: 2em;
    border: 1px solid #fff;
}
.ui-icon.ui-icon-circle-triangle-w,
.ui-icon.ui-icon-circle-triangle-e {
    display: block;
    font-size: 0.7rem;
    line-height: 1.5rem;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 480px) {
    .ds-gl-masthead span.ds-gl-date {
        display: none;
    }
}

/* Tablets (portrait and landscape) ----------- */
@media only screen and (max-width : 768px) {
}

/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1024px) {
}

/* Large screens ----------- */
@media only screen  and (min-width : 1224px) {
}



#maintenance {
    margin: 3em auto 5em;
    background: #f0e378;
    padding: 1em;
    max-width: 60em;
}
#maintenance p {
    margin: 0 0 0.5em;
    text-align: justify;
}
#maintenance ul {
    margin: 1em 0;
    list-style: disc outside;
    padding: 0 0 0 2em;
}

#maintenance p:last-child {
    margin: 0;
    font-weight: bold;
}