/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 22, 2021, 1:51:56 PM
    Author     : jeremyjacobs
*/

:root {
    --primary-color: #E6D9BA;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 13px;
    padding-right: 13px;
}
.ui-widget {
    font-size: 90% !important;
}
.ui-panel, .ui-panel-titlebar, .ui-panel-content, .ui-panelgrid-cell {
    border:none !important;
    color: #525252 !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.ui-panel-titlebar, .ui-dialog-titlebar, .ui-widget-header {
    background-color: #E6D9BA !important
}
.ui-float-lable {margin-top: 10px;}
.gc-anchor, .gc-anchor:active, .gc-anchor:focus {
    color: #525252 !important;
    font-size: 90%;
    margin-top: 30px;
}
.gc-anchor:hover {
    color: #cca300 !important;
}
body .ui-button {
    background-color: white !important;
    color: #525252 !important;
    border: 1px solid #cca300 !important;
}
.ui-button:hover, .ui-button:active, .ui-button:focus {
    box-shadow: 0 0 0.4rem 0.2rem #cca300 !important;
    border: none !important;
}
.ui-inputfield, .ui-chkbox-box {
    border: 1px solid #cca300 !important;
}
.ui-inputfield:hover, .ui-inputfield:focus, .ui-chkbox-box:hover, .ui-chkbox-box:focus{
    box-shadow: 0 0 0.4rem 0.2rem #cca300 !important;
    border:none !important;
}
.header {
    padding: 10px 10px !important;
}
.header .ui-commandlink {
    color: #525252 !important;
    margin-left: 10px;
}
.gc-panel {
    width:400px; margin-left: auto; margin-right: auto;
    border: 1px solid #dee2e6 !important;
}
.login-content {
    font-size: 88%;
    text-align: center;
    color:#525252;
    margin-bottom: 10px;
}

.passphraseMessage .ui-panel-content { 
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}            
.ui-fluid label {font-weight: bold;}
.center {text-align: center;}
.ui-button-icon-only {
    font-size: 100% !important;
    border: none !important;
    background: transparent !important;
}

.small-text {font-size: 80% !important;}

.header .small-text {padding-left: 20px;}

hr {
    border: 1px solid #dee2e6;
    width: 100%;
}
.pi {
    font-size: 120% !important;
    color: #495057 !important; 
}

.ui-tabs .ui-tabs-nav li.ui-tabs-header.ui-state-active a {
    color:#525252 !important;
    /* color: #525252 !important;*/
}

.moveto.ui-treetable .moveto.ui-state-highlight{
    background-image: none;
    background-color: white !important;
    color: #525252 !important;

}

/** used for the ajax processing cogs **/
.blink_me {
    animation: blinker 2s linear infinite;
}

.ui-panelgrid td, .ui-panelgrid tr, .ui-panelgrid table {
    border-style: none !important;
    box-shadow: none !important;
    padding: 2px !important;
    border: none !important;
}
.ui-panelgrid {
    box-shadow: none !important;
    box-shadow: 0px 0px !important;
    background: #D8D4D3 !important;
}

.ui-panelgrid-cell.bottom {
    box-shadow: none !important;
    box-shadow: 0px 0px !important;
}

.ui-panelgrid, .ui-widget {
    box-shadow: none !important;
    box-shadow: 0px 0px !important;
}

.noShadow.ui-shadow {
    box-shadow: none !important;
}

.ui-widget {
    font-size: 90% !important;
}
.ui-fileupload-content {
    min-height: 100px;               
} 

.ui-cell-editor-input input {
    width: 90%;
}
.ui-cell-editor-output {
    margin-top:8px;
}
body .ui-datatable .ui-datatable-header{
    padding: 10px 10px;
}        
body .ui-tree {
    border-radius: unset;
}
.ui-commandlink, .ui-link {
    color: #525252 !important;
    margin-right: 15px !important;
    text-decoration:none !important;

}
.ui-commandlink:hover, .ui-link:hover {
    color: #E6D9BA !important;
    margin-right: 15px !important;
    text-decoration:none !important;
}

body .ui-tabs .ui-tabs-nav {
    background-color: white !important;
}
.notReadBold {
    font-weight: bold !important;
}
.ui-datatable-even {
    border: none !important;
}
.ui-datatable-odd {
    border: none !important;
}
.ui-treetable .ui-state-highlight {
    background-image: none;
    box-shadow: 0 0 0.4rem 0.2rem  #E6D9BA !important;
    background-color: white !important;
    margin-bottom: 10px !important;
}

.ui-tree .ui-state-highlight {
    background-image: none;
    box-shadow: 0 0 0.4rem 0.2rem  #E6D9BA !important;
    background-color:  #f4ebdc !important;
    margin-bottom: 10px !important;
}

.ui-datatable .ui-state-highlight {
    background-image: none;
    background-image: none;
    box-shadow: 0 0 0.4rem 0.2rem  #E6D9BA !important;
    background-color:  #f4ebdc !important;
    /*  background-color:  #525252 !important;
        color:#E6D9BA !important;*/
    font-size: 14px;
}

.ui-toggleswitch-checked .ui-toggleswitch-slider {
    background: #E6D9BA !important;
    background-color: #E6D9BA!important;
    color: #525252 !important;
}

.ui-toggleswitch-slider {
    background: #525252 !important;
    color: #525252 !important;
}
div.ui-datatable-scrollable-header-box {
    margin-right: 0px !important;

}

body .ui-dialog .ui-dialog-titlebar {
    background: #E6D9BA;
    color: #525252 !important;
    border-bottom: 0 none; 
    padding: .5rem !important; 
    font-weight: normal !important;
    font-size: 12px !important;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-size: 1rem !important;
}

body .ui-datatable thead th.ui-state-active {
    color: #cdbf58 !important;
}

body .ui-datatable thead th.ui-state-hover {
    color: #525252 !important;
    font-weight: bold !important;
    font-size:18px !important;
}

body .ui-datatable thead th.ui-state-focus th.ui-state-active{
    border:none !important;
    box-shadow: 0 0 0 0 !important;
}

body .ui-datatable thead th.ui-sortable-column.ui-state-focus{
    border:none !important;
    box-shadow: none !important;
}
body .ui-fileupload .ui-fileupload-content {
    border:none !important;
    box-shadow: none !important;
}
.ui-chkbox .ui-chkbox-box.ui-state-disabled, .ui-chkbox .ui-chkbox-box.ui-chkbox-readonly  {
    display:none !important;
}
body .ui-chkbox .ui-chkbox-box.ui-state-active {
    background: #525252 !important;
}
body .ui-chkbox .ui-chkbox-box.ui-state-active {
    color:#E6D9BA !important;
}
.selectableFileShare .ui-datatable-data > tr.ui-datatable-selectable {
    font-weight: bold !important;
}
.subscription.ui-message.ui-message-warn {
    background: darkorange;
    border: 1px solid #ffaf4d;
    border-width: 0 0 0 0px;
    color: white;
    size: 16px;
}

.subscription.ui-message.ui-message-error {
    background: #C70202;
    border: 1px solid #C70202;
    border-width: 0 0 0 0px;
    color: white;
    size: 16px;
}

.blink {
    animation: blink-animation 1s steps(5, start) 5;
    -webkit-animation: blink-animation 1s steps(5, start) 5;
}
@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}


