
/*Palette UID: 70d0u0krBtfh7Btm6uVu1nxyMi-*/

/*body {
    background-color: #CEF0DC;
}*/
@font-face {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style : normal;
    src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
    src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
    url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
    url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
    url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
    url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}

html * {
    font-size: 12pt;
}

.btnSpacerFix {
    margin-left: 3px;
}

.btnTopSpacerFix {
    margin-top: 3px;
}


.financeBlock {
    font-weight: bold;
}

/*.btn {*/
    /*font-weight: bold;*/
    /*margin: 2px 2px 2px 2px;*/

/*}*/

.calenderPopUpButton {
    color: white !important;
    font-weight: bold;
}

label {
font-weight:bold
}

legend {
    font-size: 16pt;

}

h2 {
    font-size: 20pt;
}


.table-striped>tbody>tr:nth-of-type(odd)  {
        background-color:#FFBA6B;
        color: white;
        font-size: 12pt;
        font-weight: bold;
}



/* align the last table column to the right*/
/*.lastAlignRight >table>tr>td:last-child {
    white-space: nowrap;
    width: 1px;
}*/

#flashRender {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
}

.message {
    margin-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
}


.margin-right {
    margin-right: 5px;
}

.financeNumber{
    font-size: 40pt;
    text-align:center;
}

.red {
    color: red;
}

.green {
    color: green;
}

.subMenuItem {
    margin-left: 10px;
}

.bottom-buffer {
    margin-bottom: 10px;
}
/*
--- graphs
*/
#monthlyFinancesGraph {
    max-width: 500px;
    max-height: 200px;
}



/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
/*.sidebarWrapper {*/
/*display: flex;*/
/*align-items: stretch;*/
/*}*/

/*#sidebar {*/
/*min-width: 100%;*/
/*max-width: 100%;*/
/*!*background: #7386D5;*!*/
/*color: #fff;*/
/*transition: all 0.3s;*/
/*}*/

/*#sidebar.active {*/
/*margin-left: -250px;*/
/*}*/

/*#sidebar .sidebar-header {*/
/*padding: 20px;*/
/*!*background: #6d7fcc;*!*/
/*}*/

/*#sidebar ul.components {*/
/*padding: 20px 0;*/
/*!*border-bottom: 1px solid #47748b;*!*/
/*}*/

/*#sidebar ul p {*/
/*color: #fff;*/
/*padding: 10px;*/
/*}*/

/*#sidebar ul li a {*/
/*padding: 10px;*/
/*font-size: 1.1em;*/
/*display: block;*/
/*}*/
/*#sidebar ul li a:hover {*/
/*!*color: #7386D5;*!*/
/*background: #fff;*/
/*}*/

/*#sidebar ul li.active > a, a[aria-expanded="true"] {*/
/*!*color: #fff;*!*/
/*!*background: #6d7fcc;*!*/
/*}*/

/*a[data-toggle="collapse"] {*/
/*position: relative;*/
/*}*/

/*a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {*/
/*content: "\f061";*/

/*!*content: '\e259';*!*/
/*display: block;*/
/*position: absolute;*/
/*right: 20px;*/
/*!*font-family: 'Glyphicons Halflings';*!*/

/*font-family: FontAwesome;*/

/*font-size: 0.6em;*/
/*}*/
/*a[aria-expanded="true"]::before {*/
/*content: "\f063";*/
/*}*/

/*ul ul a {*/
/*font-size: 0.9em !important;*/
/*padding-left: 30px !important;*/
/*!*background: #6d7fcc;*!*/
/*}*/

/*ul.CTAs {*/
/*padding: 20px;*/
/*}*/

/*ul.CTAs a {*/
/*text-align: center;*/
/*font-size: 0.9em !important;*/
/*display: block;*/
/*border-radius: 5px;*/
/*margin-bottom: 5px;*/
/*}*/

/*a.download {*/
/*background: #fff;*/
/*!*color: #7386D5;*!*/
/*}*/

/*a.article, a.article:hover {*/
/*background: #6d7fcc !important;*/
/*color: #fff !important;*/
/*}*/

/*#sidebar ul li a  {*/
/*font-size: 90%;*/
/*}*/

/*#sidebar ul li ul li a  {*/
/*font-size: 40%;*/
/*}*/



#sidebar {
    overflow: hidden;
    z-index: 3;
}

#sidebar .list-group {
    min-width: 400px;
    /*background-color: #333;*/
    min-height: 100vh;
    /*font-size: 0.9em !important;*/
}

#sidebar i {
    margin-right: 6px;
}

#sidebar .list-group-item {
    border-radius: 0;
    /*background-color: #333;*/
    /*color: #ccc;*/
    border-left: 0;
    border-right: 0;
    border: 0px;
    /*border-color: #2c2c2c;*/
    white-space: nowrap;
    /*font-size: 0.9em !important;*/
}

/* highlight active menu */
#sidebar .list-group-item:not(.collapsed) {
    background-color: #F2F2F0;
}

/* closed state */
#sidebar .list-group .list-group-item[aria-expanded="false"]::after {
    content: " \f0d7";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 5px;
}

/* open state */
#sidebar .list-group .list-group-item[aria-expanded="true"] {
    /*background-color: #222;*/
}

#sidebar .list-group .list-group-item[aria-expanded="true"]::after {
    content: " \f0da";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 5px;
}

/* level 1*/
#sidebar .list-group .collapse .list-group-item,
#sidebar .list-group .collapsing .list-group-item {
    padding-left: 20px;
}

/* level 2*/
#sidebar .list-group .collapse > .collapse .list-group-item,
#sidebar .list-group .collapse > .collapsing .list-group-item {
    padding-left: 30px;
}

/* level 3*/
#sidebar .list-group .collapse > .collapse > .collapse .list-group-item {
    padding-left: 40px;
}

@media (max-width: 768px) {
    #sidebar {
        min-width: 35px;
        max-width: 40px;
        overflow-y: auto;
        overflow-x: visible;
        transition: all 0.25s ease;
        transform: translateX(-45px);
        position: fixed;
    }

    #sidebar.show {
        transform: translateX(0);
    }

    #sidebar::-webkit-scrollbar {
        width: 0px;
    }

    #sidebar, #sidebar .list-group {
        min-width: 35px;
        overflow: visible;
    }

    /* overlay sub levels on small screens */
    #sidebar .list-group .collapse.show, #sidebar .list-group .collapsing {
        position: relative;
        z-index: 1;
        width: 190px;
        top: 0;
    }

    #sidebar .list-group > .list-group-item {
        text-align: center;
        padding: .75rem .5rem;
    }

    /* hide caret icons of top level when collapsed */
    #sidebar .list-group > .list-group-item[aria-expanded="true"]::after,
    #sidebar .list-group > .list-group-item[aria-expanded="false"]::after {
        display: none;
    }
}

.collapse.show {
    visibility: visible;
}

.collapsing {
    visibility: visible;
    height: 0;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.collapsing.width {
    -webkit-transition-property: width, visibility;
    transition-property: width, visibility;
    width: 0;
    height: 100%;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.multiWithPreview {
    margin-bottom: 30px;
}

.MultiFile-preview {
    padding-left: 10px;
    padding-top: 10px;
}


.redoClass {
    color: #B3B5B7;
}