*   {
    font-family: 'Open Sans', sans-serif;
}

html, body, #left-sidebar, #main-content {
    height:100%;
}

body  {
    background: #e9e9e9;
}

h1,h2,h3,h4 {
    font-weight: 300;
    color: #3c9e93;
    margin-bottom: 20px;
}

p   {
    margin-bottom:20px;
    font-weight: 400;
    color: #3C3A4B;
    font-size: 16px;
    line-height: 18px;
}

    p.yell  {
        text-transform: uppercase;
        font-weight: 600;
    }

.clear  {
    clear: both;
    height:20px;
}

.split-content  {
    width:50%;
    float: left;
}

.split-pad {
    padding-left:20px;
    box-sizing: border-box;
}

figure:first-child {
    margin-top: 0;
}

figure  {
    margin: 20px 0;
}
figcaption  {
    color: #c8c8c8;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom:10px;
    font-size: 9px;
}

#left-sidebar   {
    position: fixed;
    left: 0;
    top: 0;
    background: #3C3A4B;
    width:200px;
}

#main-content   {
    padding: 20px 20px 20px 220px;
    box-sizing: border-box;
    background: #e9e9e9;
}

img#logo    {
    display: block;
    display: block;
    width:160px;
    margin: 20px auto 20px;
    height: 33px;
}

#nav-inner {
    height: calc(100% - 40px);
    overflow-y: auto;
}

.nav-search {
    height: 40px;
    padding:0 20px;
    position: relative;
}

.nav-search input   {
    outline: none;
    border:1px solid #c8c8c8;
    border-radius: 2px;
}

.nav-search i.far.fa-times-circle {
    position: absolute;
    right: 20px;
    top: 3px;
    color: #c8c8c8;
    cursor: pointer;
}

.nav-search i.far.fa-times-circle:hover {
    color:#3c9e93;
}
ul#nav {
    height: calc(100% - 199px);
    overflow-y: auto;
}

#nav li  {
    display: block;
    text-decoration: none;
    color: white;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size:12px;
    cursor: pointer;
}

    #nav li:hover {
        border-left: 4px solid #9DD7D0;
        padding-left: 16px;
    }

img#accent  {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width:50px;
    height:50px;
}

#help  {
    display: block;
    position: fixed;
    bottom: 90px;
    right: 23px;
    width:50px;
    height:50px;
}

.section    {
    background: white;
    border-radius: 2px;
    max-width: 800px;
    min-width: 400px;
    padding:20px 20px 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.color-chip-wrap {
    width:20%;
    margin-right:5%;
    /*min-width: 120px;*/
    float:left;
    margin-bottom: 10px;
}
    .color-chip {
        margin-bottom:5px;
        height:50px;
    }

    .color-chip-wrap p   {
        margin-bottom: 0;
        font-size:12px;
        line-height: 12px;
    }

    .color-chip-wrap p.chip-type-title   {
        font-weight: 600;
        font-size:10px;
        color: #3C3A4B;
    }

ul ul a {
    padding-left: 40px !important;
}

.icon-wrap   {
    width: 85px;
    float:left;
    margin-right:10px;
}
.icon-wrap img  {
    display: block;
    margin:0 auto;
    max-width:50px;
    max-height:50px;
}

.icon-wrap p{
    font-size:10px;
    display: block;
    height: 30px;
    line-height: 11px;
    margin-bottom:20px;
    margin-top: 10px;
}

.icon-inner {
    height: 50px;
}

.photo-wrap {
    width: 250px;
    float: left;
}

.photo-wrap img  {
    display: block;
    margin:0 auto;
    max-width:230px;
}
.photo-inner {
    height: 125px;
    overflow: hidden;
}

.photo-wrap p{
    font-size:10px;
    display: block;
    height: 20px;
    line-height: 11px;
    margin-bottom:20px;
    margin-top: 10px;
    padding:0 10px;
}

.image-tile {
    width: 17%;
    margin: 5px 1.5%;
    display: inline-block;
    border: 1px solid #c8c8c8;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 3px;
    background: white;
}

.file-tile {
    width: 97%;
    margin: 5px 1.5%;
    display: inline-block;
    border: 1px solid #c8c8c8;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 3px;
    background: white;
    padding: 5px;
}

.tile-preview   {
    height:125px;
    text-align: center;
}

.tile-preview.dark {
    background: #333;
}

.image-tile img {
    max-width: 90%;
    max-height: 115px;
    vertical-align: middle;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.image-tile p, .file-tile p{
    font-size: 10px;
    text-transform: uppercase;
    margin: 0 5%;
    font-weight: 700;
    color: #53575a;
}

.image-tile input, .file-tile  input{
    width: 90%;
    margin: 0 5% 10px;
    font-size: 12px;
    box-sizing: border-box;
}

h3 {
    text-transform: uppercase;
    margin-left: 1.5%;
    font-weight: 700;
    margin-bottom: 0;
    color: #53575a;
}

.preview-mode-wrap {
    float: right;
    border: 1px solid #c8c8c8;
    border-radius: 2px;
    overflow: hidden;
    margin-right:1.5%;
}

.preview-mode-wrap span{
    display: inline-block;
    width:50px;
    text-align: center;
    padding: 5px 0;
    box-sizing: border-box;
    cursor: pointer;

}

.preview-mode-wrap span i{
    display: inline-block;
    width: 100%
}

.preview-mode-wrap span.active{
    background: #3c9e93;
}

.preview-mode-wrap span.active i{
    color: white;
}

.file-tile h4   {
    display: inline-block;
    width: 58%;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    color: #333;
}

.file-tile  input{
    width: 35%;
    margin: 0;
    font-size: 12px;
    box-sizing: border-box;
    display: inline-block;
}

h2 {
    font-size: 24px;
    padding-top: 2px;
    width:50%;
    display: inline-block;
    margin-left: 1.5%;
}

.clip {
    display: block;
    float: right;
    color: #c8c8c8;
    cursor: pointer;
    padding:0 1px;
    border-radius: 2px;
    margin-bottom: 2px;
    font-size: 10px;
    font-weight: 700;
}

.clip:hover {
    color: #fff;
    background: #3c9e93;
}

.file-tile .clip {
    margin-top: 4px;
    margin-right: 6px;
    padding: 2px 1px;
}

#folder-add {
    position: absolute;
    bottom: 0;
    padding: 20px;
    box-sizing: border-box;
    border-top: 1px solid #53575a;
}

#folder-add button {
    width: 100%;
    border: 1px solid #c8c8c8;
    background: none;
    border-radius: 2px;
    color: #c8c8c8;
    cursor: pointer;
    margin-top: 5px;
}
    #folder-add button:hover {
        border-color: #3c9e93;
        background:  #3c9e93;
        color: white;
    }

    #folder-add button:disabled:hover {
        border-color: #c8c8c8;
        background:  transparent;
        color: #c8c8c8;
        cursor: not-allowed;
    }

#folder-add input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #c8c8c8;
    border-radius: 2px;
    padding: 5px;
    font-size: 12px;
    outline: none;
}



















.application_message {
    border-radius: 3px 3px 0 0;
    left: 20%;
    margin-top: 0;
    position: fixed;
    bottom: 0;
    transition: bottom 0.2s ease 0s;
    width: 60%;
    border-bottom: none !important;
    display: table;
    height: 45px;
    z-index: 2000;
}
.application_message p {
    display: table-cell;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
    font-weight: 300;
}
.application_message i.fa-times {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block;
    padding: 5px 6px;
    border-radius: 50%;
    line-height: 15px;
}
.closed_application_message {
    bottom: -46px;
}
.open_application_message {
    bottom: 0;
}

.error_message {
    background: #f3dddd;
    border: 1px solid #c0504e;
}
.error_message i.fa-times {
    color: #c0504e;
}
.error_message i.fa-times:hover {
    background: #c0504e;
    color: #f3dddd;
}
.warning_message {
    background: #feeed1;
    border: 1px solid #fca712;
}
.warning_message i.fa-times {
    color: #fca712;
}
.warning_message i.fa-times:hover {
    background: #fca712;
    color: #feeed1;
}
.success_message {
    background: #e7efd7;
    border: 1px solid #9bbb58;
}
.success_message i.fa-times {
    color: #9bbb58;
}
.success_message i.fa-times:hover {
    background: #9bbb58;
    color: #e7efd7;
}
.ui-info-message    {
    text-align: center;
    border-radius: 3px;
    padding:20px;
    margin-top: 50px;
    font-size: 14px;
}

.info_message {
    background: #e2eaf4;
    border: 1px solid #4f81bb;
}
.info_message i.fa-spin {
    color: inherit !important;
}
.info_message i.fa-times {
    color: #4f81bb;
}
.info_message i.fa-times:hover {
    background: #4f81bb;
    color: #e2eaf4;
}

#upload-form {
    width: 20%;
    display: inline-block;
    text-align: right;
    float: right;
    margin-right: 1.5%;
}

#upload-form button {
    border: 1px solid #3c9e93;
    border-radius: 2px;
    color: #3c9e93;
    cursor: pointer;
    padding: 5px 20px;
    font-weight: 400;
}

#upload-form button:hover {
    background: #3c9e93;
    color: white;
}

.nav-loader {
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #c8c8c8;
    padding-top: 40px;
}

.nav-loader p{
    color: #c8c8c8;
    font-size: 12px;
    margin-top: 10px;
}

.content-loader {
    text-align: center;
    padding-top: 150px;
    font-size: 50px;
    color: #c8c8c8;
}

.content-loader p{
    color: #c8c8c8;
    font-size: 12px;
    margin-top: 10px;
}
.no-content {
    /* text-align: center; */
    color: #999999;
    padding: 50px 1.5%;
}
