﻿.footer {
    text-align: center;
    padding: 30px;
    color: #82848e;
    margin-top:50px;
}

.greenButton, .grayButton {
    background-color: #82c341 !important;
    color: white !important;
    border: none;
    cursor: pointer;
    padding: 15px 15px 15px 15px !important;
    font-size: 1.2rem !important;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none !important;
    margin-right: 5px;
    margin-top:10px;
}

.grayButton {
    background-color: #e2e2e2 !important;
    color: black !important;
}

fieldset input, fieldset select {
    border-radius: 5px;
}

fieldset .textbox .textbox-text {
    font-size:1.2em;
}

fieldset .textbox-icon {
    margin-top:5px;
}

fieldset .textbox{
    border-radius: 5px;
    border:1px solid #ccc;
}

.logOnFrame input {
    border-radius: 5px;
}

body {
    font-family: Roboto !important;
}

.headerCareCls .panel-title {
    text-transform: uppercase;
}

textarea {
    font-family: inherit;
    font-size: 1.2em;
    padding: 10px 15px 10px 15px !important;
}

.validation-summary-errors li {
    /*list-style-type: none;*/
}

.numberbox input {
    text-align: right;
}

#leftMenu a:link, #leftMenu a:visited, #leftMenu a:hover {
    font-size: 1.125rem;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5rem;
    color: #393A3D;
}

.headerCareCls .panel-title {
    font-size: 1.75rem;
}

.datagrid-header .datagrid-cell span {
    font-size: 1.125rem;
}

.headerCls .panel-title {
    font-size: 1.75rem;
}

#logindisplay {
    font-size: 1.125rem;
}

.l-btn-text {
    line-height: 28px;
}

.leftMenu {
    margin: auto;
    font-size: 1.5rem;
}

    .leftMenu span {
        font-size: 1.5rem;
        color: white;
        font-weight: lighter;
        width: 40px;
        display: inline-block;
        text-align: center;
    }


.datagrid-header-row, .datagrid-row {
    height: 55px;
}

.datagrid-row {
    height: 50px;
}

a:link, a:hover, a:visited {
    color: #7c4198;
}

.datagrid-row-over a:link, .datagrid-row-over a:hover, .datagrid-row-over a:visited {
    color: #7c4198;
}

a:link {
    text-decoration: underline;
}


a:hover {
    text-decoration: none;
}
/*.datagrid-header td.datagrid-header-over*/
.datagrid-row-over {
    background-color: #fff;
    color: #444;
}
/*
.datagrid-row-selected {
    background-color:#7bc144;
    color:white;
}*/

.datagrid-row-selected a:link, .datagrid-row-selected a:hover, .datagrid-row-selected a:visited {
}

/*.datagrid-header td.datagrid-header-over, .datagrid-header td {
    background-color: #7c4198;
}*/

.datagrid-header td, .datagrid-body td, .datagrid-footer td {
    border-left: none;
    border-right: none;
}

.datagrid-row a {
    text-transform: uppercase;
    padding: 0px 5px 0px 5px;
}

.datagrid-row a.textbox-icon {
    text-transform: uppercase;
    padding: 0px 0px 0px 0px;
    margin:0px;
}

.l-btn {
    text-transform: uppercase;
}

#main {
    background-color: #f9f9f9;
}

textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
}

fieldset {
    border: none;
    padding: 0;
}

.editor-field .datebox {
    border: 1px solid #ccc;
    padding: 6px 0px 6px 0px;
    border-radius: 5px;
}

    .editor-field .datebox input.textbox-text {
        font-size: 1.2em;
    }

.editor-field .photoReview {
    width: 100%;
    max-width: 500px;
}

.panel-icon, .panel-tool {
    height: 32px;
}

.status-processing, .status-paid, .status-pending, .status-partial-paid, .status-notshared {
    color: white;
    padding: 5px;
    font-size: 0.8em;
    border-radius: .25em;
}

.status-processing {
    background-color: #f39c12 !important;
}

.status-paid {
    background-color: #7bc144 !important;
}

.status-pending {
    background-color: #dd4b39 !important;
}

.status-partial-paid {
    background-color: #3c8dbc !important;
}

.status-notshared {
    background-color: #E7E9EB !important;
    color: #444 !important;
}

.progressbar-value, .progressbar-value .progressbar-text {
    background-color: #7bc144;
}

.progressbar {
    border-radius: 10px;
}

.successText {
    color:#82c341;
    
    display:block;
    font-weight:700;
}

.title-with-subtext h2 {
    margin-bottom:0px; padding-bottom:0px;
}
.title-with-subtext div {
    margin-bottom: 30px
}

.datagrid-toolbar {
    border-style:none;
}

.file-upload-item:hover {
    background:#E6E6E6;
    border:1px solid #ddd;
}
.file-upload-item {
    display:inline-block;
    padding:0px 5px 0px 5px;
    border:1px solid transparent;
    line-height:28px;
}
.file-upload-item a{
    text-decoration:none;
    
}

/* BUDGET PLAN */

.plan-section {
    max-width: 1200px;
    min-width: 307px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

    .plan-section b {
        text-transform: capitalize;
        margin-bottom: 15px;
    }

    .plan-head select {
        font-size: 1.25em;
        margin-top: 10px;
        margin-bottom: 30px;
        width: 100%;
        height: 50px;
        background-color: white;
        border-radius: 5px;
        padding-left: 5px;
        padding-right: 5px;
        border: 1px solid #ededed;
        box-shadow: 0 1px 2px 0 rgba(33, 33, 33, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.14);
    }

    .plan-head .datagrid-toolbar select {
        margin-top: 0px;
        margin-bottom: 0px;
        border-radius:0px;
        box-shadow:none;
        
    }

.plan-block {
    border: 1px solid #ededed;
    box-shadow: 0 1px 2px 0 rgba(33, 33, 33, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.14);
    width: 49%;
    padding: 10px;
    background: white;
    border-radius: 5px;
    margin-bottom: 30px;
}

    .plan-block:hover {
        cursor: pointer;
        border: solid 1px #7bc144;
    }

.block-left {
    float: left;
    margin-right:2%;
}

.block-right {
    float: left;
    margin-right:0px;
}

.block-title {
    margin-bottom: 20px;
    text-transform: uppercase;
}

    .block-title span {
        font-size: 1.2em;
        font-weight: 700;
    }

.plan-section .note {
    background-color: #fcf7ff;
    padding: 5px;
    float: right;
    color: #7c4198;
    border-radius: 5px;
}

.block-detail-item {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .block-detail-item span {
        float: left;
    }

    .block-detail-item div {
        float: right;
    }

.plan-section .easyui-progressbar {
    margin-bottom: 3px;
}

.plan-section .approved, .plan-section .spent, .plan-section .remaining {
    display:inline-block;
}

.plan-section .spent {
    color: #7bc144;
}

.plan-section .remaining {
    color: #7c4198;
}

.block-chart .chart-graph {
    float: left;
    width: 50%;
}

.block-chart .chart-label {
    float: right;
    width: 50%;
}

.block-chart .chart-label {
    background-color: #fcfcfc;
    border-radius: 10px;
    padding: 10px;
}

.block-chart .chart-label-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.chart-label-item span {
    float: right;
}

.plan-block .block-chart-detail {
    margin-top: 15px;
}

.block-chart-detail .block-detail-content {
    background-color: #fcfcfc;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
}

.block-chart-detail .block-detail-title {
    font-weight: 700;
}

.block-chart-detail .block-detail-item span {
    float: none;
}

.block-chart-detail .block-detail-item {
    width: 33%;
    float: left;
}

.plan-head a {
    text-transform: uppercase;
    display:inline-block;
}

.editor-label label {
    font-weight:bold;
}

/* END BUDGET PLAN */

/* BEGIN REPORT */

.report-page .block-chart .chart-graph {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.report-page .block-chart .chart-label {
    width: 100%;
    float: none;
    margin-top: 20px;
}

#categoryid .block-chart .chart-graph {
    width: 80%;
}

/* END */

/* BEGIN ARTICLE */
.article .photo {
    float: left;
    width: 30%;
    margin-right: 5%;
}

    .article .photo img {
        width: 100%;
    }

.article .detail {
    float: left;
    width: 65%;
}

    .article .detail .head {
        margin-bottom: 20px;
        margin-top: 5px;
    }

        .article .detail .head a {
            font-size: 1.2em;
            font-weight: 700;
            text-transform: uppercase;
            text-decoration: none;
            color: #7bc144;
        }

    .article .detail div {
        margin-bottom: 10px;
    }

.plan-search .search-control20 {
    width: 20%;
    float: left;
    padding: 0px 10px 0px 10px;
}

.plan-search .search-control25 {
    width: 25%;
    float: left;
    padding: 0px 10px 0px 10px;
}

.plan-search input {
    width: 100%;
    font-size: 1.25em;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px 0px 10px 0px;
    border-radius: 5px;
}


.plan-search {
    background: #e6ecf3;
    margin-bottom: 30px;
    box-shadow: 0 1px 2px 0 rgba(33, 33, 33, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.14);
}

    .plan-search select {
        box-shadow: none;
        border: 1px solid #ededed;
        margin: 10px 0px 10px 0px;
    }

    .plan-search input[type='text'] {
        box-shadow: none;
        border: 1px solid #ededed;
    }

.paging {
    box-shadow: 0 1px 2px 0 rgba(33, 33, 33, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.14);
    border: 1px solid #ededed;
}

    .paging .datagrid-pager {
        border: none;
    }

        .paging .datagrid-pager table {
            border: none;
        }

.datagrid-pager .pagination-info {
    line-height: 40px;
}
/* END */

/* BEGIN ARTICLE */

.article-page {
    box-shadow: 0 1px 2px 0 rgba(33, 33, 33, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.14);
    border: 1px solid #ededed;
    padding: 10px;
    background-color: white;
    border-radius: 5px;
}

.article-date {
    color: white;
    background-color: #7bc144;
    padding: 5px;
    margin: 15px 0px 15px 0px;
    font-size: .9em;
    display: inline-block;
}

    .article-date a {
        font-size: .9em;
        color: white;
        text-decoration:none;
    }

.article-page h2 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.article-photo {
    text-align: center;
    padding: 30px 0px 10px 0px;
}

    .article-photo img {
        width: 100%;
        max-width: 848px;
        margin-left: auto;
        margin-right: auto;
    }

    .article-photo div {
        color: #82848e;
        margin-top: 10px;
        width: 100%;
        max-width: 848px;
        margin-left: auto;
        margin-right: auto;
    }

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article-related {
    margin-top: 50px;
}

    .article-related a {
        font-size: 1.2em;
        font-weight: 700;
        text-transform: uppercase;
    }

.splitter, .related-date {
    color: #82848e;
    font-size: .9em;
}

.article-related .related-date a {
    color: #82848e;
    font-size: .9em;
    text-transform: none;
    font-weight:500;
    text-decoration:none;
}

.article-back a {
    font-size: 1.2em;
}



.datagrid-toolbar select, .datagrid-toolbar input {
    height: 30px;
    line-height: 26px;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 1px 2px 2px 1px;
    width: 150px;
}

.datagrid-toolbar input.searchText {    
    width: 300px;
}

.datagrid-toolbar select, .datagrid-toolbar a {
    position: relative;
    top: 1px;
}

.support-tool {
    padding: 0px 15px 0px 15px;
}

.tool-item {
    width: 250px;
    height: 250px;
    margin: 15px 15px 15px 15px;
    float: left;
    border: 1px solid #ededed;
    box-shadow: 0 1px 2px 0 rgba(33, 33, 33, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.14);
    padding: 10px;
    background-color: white;
    text-align: center;
}

    .tool-item a {
        text-decoration: none;
        font-size: 14px;
    }

        .tool-item a:hover div.tool-item-name {
            text-decoration: underline;
        }

        .tool-item a:hover div.tool-item-description {
            text-decoration: none;
        }

        .tool-item a i {
            font-size: 70px;
            margin-left: auto;
            margin-right: auto;
            padding: 30px;
            color: #7bc144;
        }

        .tool-item a div.tool-item-name {
            text-decoration: none;
            color: #444;
            text-align: center;
            text-transform: uppercase;
            font-weight: 700;
            color: #7c4198;
        }

        .tool-item a div.tool-item-description {
            padding-top: 5px;
            text-decoration: none;
            color: #444;
            text-align: center;
        }

    .tool-item:hover {
        cursor: pointer;
        border: solid 2px #7bc144;
    }
/* END */

/* BEGIN TOOL */
.panel-tool a {
    opacity:1;
}

    .panel-tool a:hover {
        background-color:transparent;
    }
a.disabled-tool div, a.disabled-tool i{
    color:gray !important;
}

/* END */

/* BEGIN FOLDER */

.folder-list {
    background-color:white;
    border: #ddd 1px solid;
    border-top:none;
}

.folder-item {
    width: 18%;
    min-height:210px;
    margin-top:15px; margin-bottom:15px;
    margin-left:1.7%;
    float: left;
    border: 1px solid #ededed;
    box-shadow: 0 1px 2px 0 rgba(33, 33, 33, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.14);
    padding: 10px;
    background-color: white;
    text-align: center;
}

.folder-item a {
        text-decoration: none;
        font-size: 14px;
    }

        .folder-item a:hover div.folder-item-name {
            text-decoration: underline;
        }

        .folder-item a:hover div.folder-item-description {
            text-decoration: none;
        }

        .folder-item a i {
            font-size: 70px;
            margin-left: auto;
            margin-right: auto;
            padding: 30px;
            color: #7bc144;
        }

        .folder-item a div.folder-item-name {
            text-decoration: none;
            color: #444;
            text-align: center;
            text-transform: uppercase;
            font-weight: 700;
            color: #7c4198;
        }

        .folder-item a div.folder-item-description {
            padding-top: 5px;
            text-decoration: none;
            color: #444;
            text-align: center;
        }

    .folder-item:hover {
        cursor: pointer;
        border: solid 1px #7bc144;
    }

    .folder-item:hover a i {
            color: #7bc144;
        }
/* END */

/* BEGIN GOALS */
.plan-goals {
    background-color:white;
    border: #ddd 1px solid;
    margin-top:10px;
    padding:10px;
}

    .plan-goals b.bhead {
                
    }


/* END */