﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    font-size: 1em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

    header h1, #header h1 {
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        color: #fff;
        border: none;
        line-height: 2em;
        font-size: 32px !important;
        text-shadow: 1px 1px 2px #111;
    }

#main {
    padding: 30px 30px 15px 30px;
    background-color: #f4f5f8;
}

footer,
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 0 0;
    font-size: .9em;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
    }

        ul#menu li#greeting {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            color: #fff;
        }

        ul#menu li a {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            background-color: #e8eef4;
            color: #034af3;
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
        }

            ul#menu li a:hover {
                background-color: #fff;
                text-decoration: none;
            }

            ul#menu li a:active {
                background-color: #a6e2a6;
                text-decoration: none;
            }

        ul#menu li.selected a {
            background-color: #fff;
            color: #000;
        }

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"],
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

input[type="file"] {
    border: 1px solid #ccc;
    color: #444;
    background: white;
    width: 300px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    background-color: #fff;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

input[type="button"] {
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

    table td {
        padding: 5px;
        border: solid 1px #e8eef4;
    }

    table th {
        padding: 6px 5px;
        text-align: left;
        background-color: #e8eef4;
        border: solid 1px #e8eef4;
    }

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav,
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 14px;
    display: block;
    text-align: right;
    height: 40px;
    color: #fff;
    line-height: 1;
}

    #logindisplay a:link, #logindisplay a:visited, #logindisplay a:hover {
        color: #fff;
        text-decoration: none;
        width: auto;
        height: auto;
        opacity: 1;
    }


    #logindisplay a:hover {
        text-decoration: underline;
        background-color: transparent;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label {
    margin: 1em 0 0 0;
}

.display-field,
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

/* HiCom Theme
--------*/

.headerCls {
    height: 75px;
}

    .headerCls .panel-title {
        font-size: 21px;
        color: #E9204F;
        line-height: 65px;
    }

.headerCareCls {
    height: 75px;
}

    .headerCareCls .panel-title {
        font-size: 21px;
        color: #7bc144;
        line-height: 65px;
    }


.mainheader .panel-title {
    color: white;
}

#leftMenu a:link, #leftMenu a:visited, #leftMenu a:hover {
    color: white;
    text-decoration: none;
    width: 100%;
    height: auto;
    display: block;
    font-size: 1em;
    padding: 10px;
}

#leftMenu a.menuActive {
    background: #E9204F;
}

#leftMenu a:hover {
    background: #E9204F;
}

.careLeftMenu a:hover {
    background: #7bc144 !important;
}

.careLeftMenu a.menuActive {
    background: #7bc144 !important;
}

h3.pageTitle {
    color: #333333;
    margin-top: 0px;
}

h2.pageTitle {
    color: #333333;
    margin-top: 0px;
    font-size: 2em;
    margin-bottom: 15px;
}

#leftMenu {
    width: 180px;
    background-color: #393A3D;
    border-left: 5px #E9204F solid;
}

.careLeftMenu {
    border-left: 5px #7bc144 solid !important;
}

.datagrid-cell {
    padding: 5px 5px 5px 5px;
    /*font-family:'Roboto';*/
}

#jobLink .l-btn {
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    border-radius: 30px 30px 30px 30px;
    padding: 6px 10px 6px 10px;
}

#jobLink .l-btn-text {
    font-weight: bold;
}

#jobLink {
}

.jobLink .l-btn {
    border-color: #E9204F;
}

.invoiceLink .l-btn {
    border-color: #7bc144;
}

.button-selected {
    border-color: white !important;
}

.datagrid-header, .datagrid-header-row {
    background-color: #393A3D;
    color: white;
}

    .datagrid-header-row .datagrid-cell {
        padding: 10px 5px 10px 5px;
    }

    datagrid-row-over,
    .datagrid-header td.datagrid-header-over {
        background: #393A3D;
        color: white;
        cursor: default;
    }

.datagrid-toolbar {
    padding: 10px 5px 10px 5px;
    background-color: #e6ecf3;
}

a.gray-small-link {
    font-size: 12px;
}

.accounting-header {
    padding-left: 77px;
    background: url('ha-logo-50.png') no-repeat 15px center #E9204F;
}

.care-header {
    padding-left: 77px;
    background: url('hc-logo-50.png') no-repeat 15px center #7c4198;
}



.user-div {
    position: relative;
    height: 40px;
    text-align: center;
}

    .user-div img {
        width: 40px;
        border-radius: 20px 20px 20px 20px;
        margin-right: 5px;
        position: relative;
    }

    .user-div span {
        width: 40px;
        border-radius: 20px 20px 20px 20px;
        margin-right: 5px;
        position: relative;
        top: -15px;
        font-weight: bold;
    }

#notification {
    width: 320px;
    position: absolute;
    top: 55px;
    right: 120px;
    background-color: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    visibility: hidden;
    z-index: 2;
}

#noti-pointer {
    position: absolute;
    top: 47px;
    background: url('noti-point.png') no-repeat center transparent;
    width: 17px;
    height: 8px;
    z-index: 1000;
    visibility: hidden;
}

#noti-title {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-bottom: 1px #e8eef4 solid;
    font-weight: bold;
}

    #noti-title a {
        float: right;
        margin-left: 10px;
        font-weight: normal;
        font-size: 12px;
    }

#noti-list {
    max-height: 500px;
    padding: 10px;
    overflow-y: auto;
}

#notiNumber, #notiNumber:hover {
    background-color: white !important;
    color: #333333 !important;
    padding: 2px 6px 2px 6px;
    border-radius: 12px 12px 12px 12px;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none !important;
}

.noti-item {
    clear: both;
    padding-bottom: 10px;
}

.noti-item-left {
    float: left;
    width: 40px;
}

    .noti-item-left img {
        width: 100%;
        border-radius: 20px 20px 20px 20px;
    }

.noti-item-right {
    float: left;
    width: 243px;
    padding-left: 10px;
    border-bottom: solid 1px #e8eef4;
    padding-bottom: 15px;
}

.noti-item-date {
    font-size: 12px;
    font-weight: bold;
    color: gray;
}

.fixedInvoices {
    position: fixed;
    top: 75px;
    z-index: 1;
}

.logOnFrame {
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 50px;
}

    .logOnFrame fieldset {
        background-color: white;
        padding: 10px 0px 20px 0px;
        text-align: center;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .logOnFrame input[type="text"], .logOnFrame input[type="password"] {
        background-color: rgb(232, 240, 254) !important;
    }

.blackButton {
    background-color: #2d2d2d;
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px 15px 10px 15px !important;
    font-size: 14px !important;
}

.editor-field input {
    padding: 10px 15px 10px 15px !important;
}

    /* FORM */
    .editor-field textarea, .editor-field input[type='date'], .editor-field select {
        padding: 10px 15px 10px 15px !important;
        font-size: 16.8px;
        font-family: Arial;
        width: 200px;
    }

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* PREVILEGE*/

#previlege-section {
}

.previlege-left {
    float: left;
    margin-right: 50px;
}

/*#region Budget Timeline*/
.bar-container {
    width: 100% !important;
    height: 240px;
}

    .bar-container .block-title {
        margin-bottom: 10px;
    }

    .bar-container .progressbar-background-color {
        background-color: #7bc144 !important;
    }

    .bar-container .progressbar-value .progressbar-text {
        background-color: #7c4198 !important;
    }

    .bar-container .row-time-title {
        margin-left: 40px;
        margin-right: 133px;
    }

        .bar-container .row-time-title .row-time-content {
            text-align: center;
            width: 101px;
            color: #7bc144;
        }

    .bar-container .row-time-icon {
        margin-left: 76px;
        margin-right: 97px;
    }

        .bar-container .row-time-icon img {
            height: 20px;
        }

    .bar-container .bar-box {
        position: relative;
        height: 35px;
    }

        .bar-container .bar-box .left-title {
            float: left;
            width: auto;
            position: absolute;
            text-align: center;
        }

        .bar-container .bar-box .content {
            margin-left: 85px;
            margin-right: 85px;
        }

        .bar-container .bar-box .right-title {
            text-align: center;
            position: absolute;
            right: 0px;
        }

    .bar-container .row-budget-icon {
        margin-left: 76px;
        margin-right: 97px;
    }

        .bar-container .row-budget-icon img {
            height: 20px;
        }

    .bar-container .row-budget-title {
        margin-left: 20px;
        margin-right: 153px;
    }

        .bar-container .row-budget-title .row-budget-content {
            text-align: center;
            width: 140px;
            color: #7c4198;
        }
/*#endregion */

/*#region Budget Timeline*/
.tool-item {
    width: 170px;
    height: 170px;
    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: 50px;
            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;
    }
/*#endregion */
