﻿


/* ------------------------------------------------------------------------------------------------------------------------------ */
/* 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) {

}









































/* ***************************************************************************************************** */
/* ALL CONTENT BELOW HERE IS THE OLD SYSTEM */





body.mobile
{
    font-size:2.8em;
}
body h2.mobile
{
    font-size:1em;
}

.page
{
    width: 85%;    
    min-width: 1080px;
    background-color: #FFF;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
    border-radius:10px ;
    
}
.page.mobile
{
    width:98%;
    min-width: 500px;
    height:100%;
    padding-bottom:80px;
}


.header
{
    background: #eaebff;
    overflow:hidden;
    width: 100%;
    margin:0px;
    padding:0px;
    padding-top:10px;
    border-top-left-radius:inherit;
    border-top-right-radius:inherit;
}


.header h1
{
    font-weight: 700;
    font-size: 2em;
}


div.footerSignOutMobile
{
   font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
   width:100%;
   height:120px;
   line-height:120px;
   background-color:grey; 
   font-size:1.4em;
   color:#FFF;
   text-align:center;
   cursor:pointer;
   bottom:0;
   position:fixed;
}


.title
{
    display: block;
    float: left;
    text-align: left;
    margin-left:8px;
    margin-bottom:15px;
    width: auto;
}
.title.mobile
{
    text-align:center;
    float:none;
}

.loginDisplay
{
    font-size: 1.9em;
    font-weight:600;
    display: block;
    text-align: right;
    padding: 10px;   
    margin-top:8px; 
    color:#656ca2;
}
.loginDisplay.mobile
{
    display:none;
}

.loginOptions
{
    font-size: 13px;
    font-weight:normal;
}
.loginOptions a:link { text-decoration:none; color: #696969; }
.loginOptions a:hover { text-decoration:underline; color: #696969; }
.loginOptions a:visited { text-decoration:none; color: #696969; }



/* ------------------------------------------------------------------------------------------------------------------------------ */






/* ------------------------------------------------------------------------------------------------------------------------------ */
/* NAV MENU */

div.hideSkiplink
{
    background-color:#656ca2;
    width:100%;
    height:36px;
}
div.hideSkiplink.mobile
{
    display:none;
    margin-bottom:150px;
}

.SearchBox 
{ 
    font-family: "Lucida Grande", Verdana, sans-serif; 
    font-size: 10px;
    vertical-align: middle;  
    border-radius:8px ;
    background-color:#fff; 
    text-align:right;
    display:inline-block;
    border: 1px solid #bbb;
    padding: 5px 5px 5px 5px; 
    height:15px;
    margin-top:3px;
}

div.menu
{
    padding: 4px 0px 4px 8px
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;    
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #abafc9;
    border: 1px #4e667d solid;
    color: #fdfde8;
    display: block;
    line-height: 1.45em;
    width:100px;
    padding-top:3px;
    padding-bottom:3px;
    text-decoration: none;
    text-align:center;
    font-weight:600;
    font-size:14px;
    white-space: nowrap;
    border-radius:5px;
}

div.menu ul li a:hover
{
    background-color: #fffec3;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #fffec3;
    color: #465c71;
    text-decoration: none;
}
/* ------------------------------------------------------------------------------------------------------------------------------ */



/* ------------------------------------------------------------------------------------------------------------------------------ */
/*  HOME PAGE  */

.AppLinkBox {
    border: 2px solid #656ca2;
    width: 150px;
    height: 150px;
    background-color: #FFF;
    background-size: 150px 150px;
    margin: 15px;
    border-radius: .5em;
    float: left;
    color: #FFF;
    text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    display: table;
}
.AppLinkBox.mobile {
    width:300px;
    height:300px;
    background-size:300px;
}
.AppLinkText {
    display:table-cell;
    vertical-align:middle;
}
.AppLinkText.mobile {
    font-size:1.5em;
}
.AppLinkBox:hover  {    
    color: palevioletred;
    border-color:palevioletred;
    cursor:pointer;
}

/* ------------------------------------------------------------------------------------------------------------------------------ */




/* ------------------------------------------------------------------------------------------------------------------------------ */
/*  TABS  */

.tabsBackGround
{
    height:35px;
    background-color:#c8cbff;  
}
.tabsContainer
{
   
}
.tabsTab
{    
    float:left;    
    margin-left:5px;
    background-color:#fff;
    width:100px;
    height:30px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    text-align:center;
}
.tabsTab:hover
{
    background-color:#e8eff3;
    cursor:pointer;
}
.tabsUnSelected
{    
    background-color:#eae6e6;    
    border-bottom:1px solid #c8cbff;
    margin-top:4px;
    font-weight:normal;
}
.tabsSelected
{
    background-color:#fff;
    border-bottom:1px solid #fff;    
    margin-top:5px;
    font-weight:bold;
}
.tabsSelected:hover
{
    background-color:#fff;
    cursor:default;
}
.tabsText 
{
    padding-top:5px;
    display:block;
    font-size:13px;
}
.tabsContentContainer
{
    margin:8px;
}
/* ------------------------------------------------------------------------------------------------------------------------------ */





/* ------------------------------------------------------------------------------------------------------------------------------ */
/* Buttons */
.button                 { display: inline-block; outline: none; cursor: pointer;
	                      text-indent:30px; text-decoration: none; text-align:left; padding-top:7px; 
	                      border:1px solid #dedede; line-height:18px;
	                      width:110px;
	                      background-color:#F5F5F5;
	                      font-family:"Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif; 
	                      font-weight:600; font-size:14px;
	                   	  height: 30px;
	                   	  border-radius: .5em; }
.button:hover           { text-decoration: none; }
.button:active          { position: relative; top: 1px; }

.button.mobile          { width:320px; height: 80px; font-size:1em; text-align:center; }

.btnLogin               { color:green;                           
                          background-image:url(../Images/padlock.png); background-repeat:no-repeat; background-position: 12% 50%; }
.btnLogin:hover         { background-color:#bff6bf; }
.btnLogin:active        { background-color:#bff6bf; }
.btnLogin.btnMobile     { background-position:6% 50%; background-size: auto 40%; }

.btnLogout              { color:#4481bc;                           
                          background-image:url(../Images/door-exit.png); background-repeat:no-repeat; background-position: 12% 50%; }
.btnLogout:hover        { background-color:#c8e4ff; }
.btnLogout:active       { background-color:#c8e4ff; }

.btnSubmit              { color:green;                           
                          background-image:url(../Images/tick.png); background-repeat:no-repeat; background-position: 12% 50%; }
.btnSubmit:hover        { background-color:#bff6bf; }
.btnSubmit:active       { background-color:#bff6bf; }
.btnSubmit.btnMobile    { background-position:6% 50%; background-size: auto 40%; }

.btnCancel              { color:#5558d1; 
                          background-image:url(../Images/blue-cross.png); background-repeat:no-repeat; background-position: 12% 50%; }
.btnCancel:hover        { background-color:#cdceff; }
.btnCancel:active       { background-color:#cdceff; }
.btnCancel.btnMobile    { background-position:6% 50%; background-size: auto 40%; }

.btnReset              { color:#3aa8e8; 
                          background-image:url(../../images/arrow-leftcircle.png); background-repeat:no-repeat; background-position: 12% 50%; }
.btnReset:hover        { background-color:#c8e4ff; }
.btnReset:active       { background-color:#c8e4ff; }

.btnSearch              { color:#8e897d; 
                          background-image:url(../Images/magnifier.png); background-repeat:no-repeat; background-position: 12% 50%; }
.btnSearch:hover        { background-color:#ffedbe; }
.btnSearch:active       { background-color:#ffedbe; }

.btnAdd                 { color:green;                           
                          background-image:url(../Images/green-plus.png); background-repeat:no-repeat; background-position: 12% 50%; }
.btnAdd:hover           { background-color:#bff6bf; }
.btnAdd:active          { background-color:#bff6bf; }

.btnDelete              { color:#c63d3d; 
                          background-image:url(../../images/red-cross.png); background-repeat:no-repeat; background-position: 12% 50%; }
.btnDelete:hover        { background-color:#fbd3d5; }
.btnDelete:active       { background-color:#fbd3d5; }

.btnDownload              { color:#3aa8e8; 
                          background-image:url(../../images/ico_download.png); background-size: 16px 16px; background-repeat:no-repeat; background-position: 12% 50%; }
.btnDownload:hover        { background-color:#c8e4ff; }
.btnDownload:active       { background-color:#c8e4ff; }

.btnExport               { color:#cc51d4; 
                          background-image:url(../../images/ico_export.png); background-size: 16px 16px; background-repeat:no-repeat; background-position: 12% 50%; }
.btnExport:hover         { background-color:#fdd8ff; }
.btnExport:active        { background-color:#fdd8ff; }

.btnPrint               { color:#464649; 
                          background-image:url(../../images/ico_printer.png); background-repeat:no-repeat; background-position: 12% 50%; }
.btnPrint:hover         { background-color:#c9c9d2; }
.btnPrint:active        { background-color:#c9c9d2; }

.btnLock               { color:#464649; 
                          background-image:url(../../images/padlock.png); background-repeat:no-repeat; background-position: 12% 50%; }
.btnLock:hover         { background-color:#c9c9d2; }
.btnLock:active        { background-color:#c9c9d2; }
/* ------------------------------------------------------------------------------------------------------------------------------ */











/* ------------------------------------------------------------------------------------------------------------------------------ */
/*  MISC   */





.Right
{
    text-align:right; 
}

.NoBold
{
    font-weight:normal;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-style: italic;
    color: #f7f7f7;
}
::-moz-placeholder { /* Firefox 19+ */
    font-style: italic;
    color: #f7f7f7;
}
:-ms-input-placeholder { /* IE 10+ */
    font-style: italic;
    color: #f7f7f7;
}
:-moz-placeholder { /* Firefox 18- */
    font-style: italic;
    color: #f7f7f7;
}

/* ------------------------------------------------------------------------------------------------------------------------------ */







/* ------------------------------------------------------------------------------------------------------------------------------ */
/*  DOCUMENT MODAL WINDOWS  */
div.MessageContainer 
{
    display:none;
    width:350px;
    height:200px;
    background-color:#FFF;
    border-radius:20px; 
    border: 4px solid #656ca2;
    text-align:center;
    padding:20px;
    font-weight:600;
    font-size:15px;    
}
div.MessageContainer.mobile
{
    width:80%;
    height:700px;
    font-size:1em;
}
div.ModalTitle
{
    font-size:25px;
    font-weight:600;
    margin-bottom:20px;
    color:#656ca2;
}
div.ViewLogContainer 
{
    display:none;
    width:650px;
    height:500px;
    background-color:#FFF;
    border-radius:20px; 
    border: 4px solid #656ca2;
    padding:20px;
    font-weight:600;   
    overflow:hidden;
}
.ViewLogLink
{
    text-align:right;
    font-size:12px;
    cursor:pointer;
}

/* ------------------------------------------------------------------------------------------------------------------------------ */







/* ------------------------------------------------------------------------------------------------------------------------------ */
/*  STANDARD LIST TABLE   */
div.ListTableContainer
{
    max-height:630px;    
    overflow-x:hidden;  
    overflow-y:auto; 
}
div.ListTableContainer.mobile
{
    max-height:850px;
}
table.ListTable 
{ 
    width:98%; padding:0px;  
    border-collapse:collapse; table-layout:fixed;  
    margin-left:auto; margin-right:auto;
    border-radius:5px;   
    text-align:center;         
}
.ListTable tr td        
{ 
    border-right:1px solid #C0C0C0; border-bottom:1px solid #C0C0C0;
}
.ListTable tr td.IncludeLeftBorder                            
{ 
    border-left:1px solid #C0C0C0; border-right:1px solid #C0C0C0; border-bottom:1px solid #C0C0C0;
} 
.ListTable tr td.BeingTyped                            
{ 
    color:Red; 
} 
.ListTable tr td.DownloadAvailable                           
{ 
    color:Green; 
} 
.ListTable tr.Header
{
    background-color:#dde2ff;
    font-weight:bold;    
}
.ListTable tr.Header td
{
    padding:8px;  
}
    /* use CSS "DataItem" on a row to hightlight the whole row on mouseover */
.ListTable tr.DataItem td
{
    cursor:pointer;  
    padding:5px;
}
.ListTable tr.DataItem:hover
{
    background-color:#feffe6; 
}
   /* use CSS "DataItem" on a cell to hightlight the cell only on mouseover */
.ListTable tr td.DataItem
{
    cursor:pointer;
    padding:5px;
}
.ListTable td.DataItem:hover
{
    background-color:#feffe6;
}
.DataItemOddRow
{
    background-color:#f9f9f9; 
}
.DataItemOwner
{
    color:#c83c5a; 
}

.TableRowPad
{
    padding:13px;
}
/* ------------------------------------------------------------------------------------------------------------------------------ */





div.ListContainer 
{
    margin-left:10px;
    margin-right:10px;
    float:left;
    width:70%;
    min-height:564px;   
    overflow:hidden;    
    border: 1px solid #656ca2;
    border-radius:10px;     
    padding-bottom:5px;
}
div.ListContainer.mobile
{
    width:98%;
    min-height:900px;
    float:none;
}
div.ListItemInfoContainer 
{
    width:25%;
    min-height:450px;
    overflow:hidden;    
    border: 1px solid #656ca2;
    border-radius:10px; 
    vertical-align:top;
}
div.ListItemInfoContainer.mobile {
    width:98%;
    min-height:900px;
}
div.ListContainerHeader
{
    background-color:#f3f3f3;
    width:100%;
    height:25px;
    padding:5px;
    font-size:1.2em;
    color:#656ca2;
    vertical-align:middle;
}
div.ListContainerHeader.mobile{
    height:40px;
    font-size:0.7em;
}
img.ListContainerHeaderImage 
{
    width:18px;
    float:left;
    margin-right:5px;
    bottom:0;
    padding-top:2px;
}



div.TwoDivContainer-Left
{
    margin-left:10px;
    margin-right:10px;
    float:left;
    width:30%;
    min-height:600px;   
    overflow:hidden;    
    border: 1px solid #656ca2;
    border-radius:10px;     
    padding-bottom:5px;
}
div.TwoDivContainer-Right
{
    width:60%;
    min-height:600px;
    overflow:hidden;    
    border: 1px solid #656ca2;
    border-radius:10px; 
    vertical-align:top;
}
div.TwoDivContainerHeader
{
    background-color:#f3f3f3;
    width:100%;
    height:25px;
    padding:5px;
    font-size:1.2em;
    color:#656ca2;
    vertical-align:middle;
}




div.ThreeDivContainer-Left
{
    margin-left:10px;
    margin-right:10px;
    float:left;
    width:30%;
    min-height:600px;   
    overflow:hidden;    
    border: 1px solid #656ca2;
    border-radius:10px;     
    padding-bottom:5px;
}
div.ThreeDivContainer-Middle 
{
    width:30%;
    margin-right:10px;
    float:left;
    min-height:600px;
    overflow:hidden;    
    border: 1px solid #656ca2;
    border-radius:10px; 
    vertical-align:top;
}
div.ThreeDivContainer-Right
{
    width:30%;
    min-height:600px;
    height:600px;
    overflow:hidden;  
    border: 1px solid #656ca2;
    border-radius:10px; 
    vertical-align:top;
}
div.ThreeDivContainerHeader
{
    background-color:#f3f3f3;
    width:100%;
    height:25px;
    padding:5px;
    font-size:1.2em;
    color:#656ca2;
    vertical-align:middle;
}
div.ThreeDivMiddleForm
{
    margin:12px;
}



div.fileTypes
{
    color:#C3C3C3;
    font-weight:500;
}


div.MiningResults 
{
    width:350px;
    border-radius:10px;
    border:1px solid #808080;
    padding:10px;
    text-align:left;
    font-size:13px;
    overflow:auto;
    margin-left:auto;
    margin-right:auto;
    max-height:600px;
    background-color:#f7f7f7;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
}