﻿


/* ------------------------------------------------------------------------------------------------------------------------------ */
/* MAIN  */

html, body {
    margin: 10px 10px 0 10px;
    padding: 0;
    background-attachment: fixed;
    background-repeat: repeat;
    background-color: #fff;
    font-size: 14px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #808080;
}

h1, h2, h3, h4, h5, h6 {
    color:inherit;
}

/* Navbar */
.navbar {
    position: relative;
}
.nav-link {
    font-size: 16px;
    color: #696969;
}
.navbar-color {
    background-color: #17565b;
    box-shadow: 0 8px 16px -2px rgba(0,0,0,0.75);
}



.page-top-spacer { 
    margin-top: 90px;
}




.isLink {
    cursor: pointer
}

.Center {
    text-align: center;
}


.waitSpinner::before {
    font: var(--fa-font-solid);
    font-weight: 600;
    content: "\f1cd";
}


.col-centered {
    float: none;
    margin: 0 auto;
}



div.ColumnContainer {
    min-height: 650px;
    height:650px;
    overflow: hidden;
    border: 1px solid #656ca2;
    border-radius: 10px;
}
div.ColumnContainerHeader {
    background-color: #f3f3f3;
    width: 100%;
    height: 35px;
    line-height:35px;
    padding-left:12px;
    font-size: 1.1em;
    color: #656ca2;
    margin:0;
}




.option-selector-container {
    margin-bottom: 0;
}
.option-selector-round {
    position: relative;
    width: 120px;
    height: 120px;
    line-height: 95px;
    font-size: 45px;
    border-radius: 100%;
    background-size: cover;
    transition: transform .2s;
    padding: 10px;
    border: 2px solid #17565b;
    background: no-repeat center #effbf6;
    box-shadow: 10px 10px 5px -1px rgba(0,0,0,0.25);
    color: #17565b;    
}
.option-selector-round:hover {
    transform: scale(1.2);
    cursor:pointer;
}

.option-selector-round.prev-visted {
    width: 60px;
    height: 60px;
    line-height: 33px;
    font-size: 22px;
    border-radius: 8px;
    box-shadow: 6px 6px 3px -1px rgba(0,0,0,0.25);
}

.option-selector-container .appLabel {
    background-color: #17565b;
    font-size:13px;
    padding:6px;
    font-weight:normal;
}




/* Notification Bubbles */
.notification {
    position: absolute;
    border-radius: 100%;
    background-color: red;
    display:none;
}
.notification.show {
    display: block;
}

.option-selector-round .notification {
    top: -6px;
    right: 0;
    border-width: 1px;
    border-style: solid;
    width: 35px;
    height: 35px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    transition: transform .0s;
    border-color: #808080;
    background-color: red;
    color: #FFF;
}
.option-selector-round .notification::before {
    font: var(--fa-font-solid);
    content: "\e500";
}
.option-selector-round .notification.favourited {
    background-color:#fd6363;
}
.option-selector-round .notification.favourited::before {
    font: var(--fa-font-solid);
    content: "\f004";
}
.option-selector-round .notification.favouriteRemove {
    background-color:#a89494;
}
.option-selector-round .notification.favouriteRemove::before {
    font: var(--fa-font-solid);
    content: "\e4ff";
}




/* Modal Windows */
.modal-header {
    background-color: #f3f3f3;
}



.clear {
    clear: both;
}


.failureNotification {
    font-weight: 600;
    color: Red;
}

.confirmationNotification {
    color: Green;
}

.headerNotification {
    color: #17565b;
}

.fadedNotification {
    color: #C0C0C0;
}





/* additional form field settings */
select {
    padding: 2px;
}
input {
    padding: 2px;
}
.form-field-error {
    border-radius: 8px;
    border-width: 2px;
    border-style: solid;
}
input[type=checkbox], [type=radio] {
    transform: scale(1.2);
}
.form-check-label, .form-check-inline :hover {
    cursor: pointer;
}
.form-check-highlight {
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    margin: 1px;
}
label {
    padding: 2px;
}
.form-label {
    color:#237554;
}
.read-only {
    background-color: #e1e1e1;
}


/* additional button CSS */
.btn {
    cursor: pointer;
    min-width: 100px;
    font-size: inherit;
}
.btn-link {
    color: inherit;
}
.btn-light {
    border-width: 1px;
    border-style: solid;
}
.big-button { /* also used on divs*/
    height: 80px;
    line-height: 55px;
    font-size: 18px;
    cursor: pointer;
}



/*  Signature Canvas */
.SigCanvas {
    width: 400px;
    height: 140px;
    border: 2px solid #808080;
    border-radius: 10px;
}






/* Log Viewer */
div.LogEntries {
    height: 450px;
    overflow: auto;
}
div.LogEntryContainer {
    margin-top: 10px;
    border-bottom: 1px solid #C0C0C0;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
}
div.LogEntryTitle {
    font-weight: 600;
    margin-right: 20px;
    vertical-align: top;
}
div.LogEntryDetail {
    font-weight: 400;
    font-style: italic;
    /*width: 480px;*/
}


/* Tables */
table tr:hover {
    background-color: #feffe6;
}
table th {
    background: white;
    position: sticky;
    top: -1px;
}
.DataItemSelected {    
    background-color: #fcffa4;
    font-weight: 600;
}


/*  Fieldset   */
fieldset {
    padding: 1em;
    border: 1px solid #656ca2;
    border-radius: 5px;
    background-color: #f3f3f3;
}
fieldset legend {
    color: #656ca2;
    font-weight: 600;
}


div.SavedBar {
    height: 60px;
    position: fixed;
    bottom: 0%;
    left: 16%;
    background-color: #2edb53;
    text-align:center;
    color: #FFF;
    font-size: 25px;
    line-height: 60px;
    display:none;
}



/* Navigation Tabs */
.nav-tabs {
    border-bottom-color: grey;
    border-bottom-width: 1px;
}
.nav-tabs .nav-link:not(.active) {
    border-color: transparent !important;
    background-color: transparent !important;
}
.nav-tabs .nav-link {
    color: #696969;
}
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: grey;
}



/* Div List Items (eg: used in Human Resources app) */
div.ListItem {
    
}
div.ListItem:hover {
    background-color:#feffe6;
}
div.ListItem.Delete {
    color:#FFF;
    background-color:red;
}
div.ListItem.Delete:hover {
    background-color:red;
}


/* Floatin list items (eg: used in Webforms Agents app) */
div.FloatingItem {
    margin:0 auto;
    margin: 8px;
    padding: 5px;
    border: 1px solid #C0C0C0;
    box-shadow: 5px 5px 4px 1px rgba(0,0,0,0.18);
    border-radius: 5px;
    cursor: pointer;
}
div.FloatingItem:hover {
    background-color: #feffe6;
}
div.FloatingItem.selected {
    background-color: #feffe6;
}
div.FloatingItem .RightColumnBorder {
    border-right:1px solid #E1E1E1;
}



/*** MEDIA SETTINGS TO OVERIDE ABOVE CSS ***/
/****************************************************/
@media screen and (max-width: 576px) {
    div.ColumnContainer {
        min-height: 350px;
        height: 350px;
    }
    .SigCanvas {
        width: 280px;
        height: 140px;
        border: 2px solid #808080;
        border-radius: 10px;
    }
    div.FloatingItem .RightColumnBorder {
        border-right:0;
    }
}

/* This effects a Samsung S8 Landscape */
@media screen and (min-width: 577px) {
    div.ColumnContainer {
        min-height: 500px;
        height: 500px;
    }
}

@media screen and (min-width: 768px) {
    div.ColumnContainer {
        min-height: 650px;
        height: 650px;
    }
    .SigCanvas {
        width: 400px;
        height: 140px;
    }
}

@media (min-width: 992px) {

}




