html 
{
	padding: 0;
	margin: 0;
}

body {
    padding: 0;
    margin: 0;
    background-color: #d6d6d6;
    background: linear-gradient(180deg, #fafafa, #d6d6d6) fixed;
}

body, select, button, input, textarea, 
.ui-widget, .ui-widget input, .ui-widget select, .ui-widget button {
    font-family: "Jost", "Roboto", Arial,sans-serif;
    font-size: 13px;
}

button, input[type=button], input[type=file] {
    border: none;
    padding: 6px 8px;
    background: linear-gradient(#ffffff, #f0f0f0);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
    margin-left: 0px;
    cursor: pointer;
    /*color: #606060;*/
    border-radius: 4px;
}

button:hover, input[type=button]:hover {
    background: linear-gradient(#ffffff, #ffffff);
}

input:[readonly], select[readonly], textarea[readonly] {
    color: #c0c0c0;
}

form label 
{
	display:block;
}

.block 
{
	display: block;
}

h1 
{
	font-size: 150%;
	margin: 10px 0;
	color: #505050;
}

h2
{
	font-size: 120%;
	margin: 20px 0 10px;
	color: #000000;
}

.centered
{
	margin: 0 auto;
}

.security-header tr
{
	box-shadow: 0px 0px 2px #888;
}

.security-header td
{
	background-color: #e0e0e0;
	border-bottom: 1px solid #c0c0c0;
	padding: 4px 10px;
}

.security-toolbar 
{
	margin: 10px 0;
}

.detail-field-container
{
	width: 100%;
    padding: 4px 0;
}
.detail-field-container .textbox,
.detail-field-container .password,
.detail-field-container .select
{
	width: 90%;
	padding: 4px;
	box-shadow: 0 1px 1px #888888;
    border: 1px solid #f0f0f0;
    border-radius: 1px;
}

.detail-field-container .select
{
	width: 92.5%;
}

.detail-field-container .checkbox
{
	width: 20px;
}
.detail-field-container label 
{
	margin: 8px 0 4px 0;
	/*font-weight: bold;*/
}
.detail-field-container .input-validation-error
{
	background-color: #ffe0e0;
}

.checkbox-list
{
	margin-top: 8px;
}
.checkbox-list-option label,
.checkbox-list-option-inline label
{
	display: inline;
}

.checkbox-list-option-inline 
{
	float: left;
	margin-right: 10px;
}

.field-validation-error 
{
	color: #ff0000;
	font-weight: bold;
}

.validation-summary-errors 
{
    background-color: #FFE0E0;
    border: 2px solid #FFA0A0;
    color: #FF0000;
    font-weight: bold;
    padding: 8px;
    margin: 20px 0;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 2px #e0e0e0;
}
.validation-summary-errors ul
{
	display:none;
}

.content 
{
	padding: 10px;
	margin: 0 auto;
	width: 1300px;
}

.filter-container {
    border: 1px solid #c0c0c0;
    background-color: #eeeeee;
    /*padding: 10px;*/
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 2px 5px #c0c0c0;
}

/* UPLOADER */
DIV.ProgressBar { width: 100px; padding: 0; border: 1px solid black; margin-right: 1em; height:.75em; margin-left:1em; display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline; }
DIV.ProgressBar DIV { background-color: #8E3033; font-size: 1pt; height:100%; float:left; }
SPAN.asyncUploader OBJECT { position: relative; top: 5px; /* left: 10px; */ display: block; margin: 0 auto; }
IMG.uploadedPhoto {
    background-color: white;
    border: 2px solid #C0C0C0;
    display: block;
    margin: 10px auto;
    padding: 35px 10px;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 2px #e0e0e0;
    max-width: 145px;
    max-height: 145px;
}

/* LOADING MESSAGE */
.loading-message 
{
/*	position: absolute;
	top: 0px;
	right: 0px;
	margin: 60px 30px 0 0; */

	position: fixed;
	/*top: 60px;
	right: 30px;*/
	top: 70px;
	left: 50%;
	margin-left: -50px;
	z-index: 10000;

	display: none;
	
	font-weight: bold;
	background-color: #FFD8D9;
	_text-align: center;
	border: 2px solid #CC9DA1;
	padding: 6px 6px 4px 6px;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #e0e0e0;
}

DIV#securityMenuContainer {
    border-bottom: 7px solid black;
    height: 45px;
    background-color: #252525;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
    width: 1300px;
    margin: 0 auto;
    border-radius: 0 0 6px 6px;
}

DIV#securityMenu
{
	/*width: 1000px;*/
	margin: 0 auto;
}

ul.main-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.main-menu li {
    display: inline;
}

ul.main-menu li a {
    color: white;
    text-decoration: none;
    padding: 8px;
    line-height: 44px;
}

ul.main-menu li a:hover {
    /*background-color: #808080;*/
    background-color: #aaefff;
    color: black;
    border-radius: 4px;
}

span.username {
    color: #a0a0a0;
    padding: 8px;
    font-style: italic;
    text-transform: lowercase;
}

.site-logo 
{
	float: left;
	margin: 0 20px;
	/*width: 85px;*/
	height: 44px;
}

.file-upload-label 
{
    color: #808080;
    display: block;
    font-size: 80%;
    margin-top: 10px;
}

.credential-message 
{
    background-color: #F0F0FF;
    border: 2px solid #0050FF;
    color: #0050FF;
    font-weight: bold;
    padding: 8px;
    margin: 20px 0;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #E0E0E0;

/*    background-color: #FFE0E0;
    border: 2px solid #FFA0A0;
    color: #FF0000;
    font-weight: bold;
    padding: 8px;
    margin: 20px 0;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 2px #e0e0e0;*/
		
    /*background-color: #f0f0f0;
    border: 2px solid #d0d0d0;
    color: #505050;
    font-weight: bold;
    padding: 8px;
    margin: 20px 0;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 2px #e0e0e0;*/
}

.hint 
{
	float: left;
	margin: 5px 0 4px 4px;
	cursor: help;
}

.mandatory 
{
	float: left;
	margin: 5px 0 4px 4px;
	color: #ff0000;
}

.left 
{
	float: left;
}

#credential-form .textbox 
{
	width: 85%;
}
#credential-form .select 
{
	width: 87.5%;
}

.mandatory-message 
{
	color: #ff0000;
}
.mandatory-message a
{
	color: #ff0000;
	font-weight: bold;
}
.black 
{
	color: #505050;
}
.hidden
{
	display: none;
}

.ui-jqgrid {
    border: 1px solid #c0c0c0;
    background-color: white;
    box-shadow: 1px 1px 1px #c0c0c0;
}
.ui-jqgrid .ui-jqgrid-view  {
    font-size: inherit;
}
.ui-jqgrid-htable thead tr th {
    background-color: #f0f0f0;
    background: linear-gradient(#f0f0f0, #ffffff);
}
.ui-jqgrid-htable thead tr {
    height: 30px;
}
.ui-jqgrid tr.jqgrow td {
    height: 30px;
    padding: 0 8px;
    border-color: #e0e0e0;
    border-right: none;
}
.ui-jqgrid tr.jqgrow:hover {
    background-color: #fafafa;
}
.ui-jqgrid tr.ui-state-highlight {
    background-color: #f0f0f0;
}
.ui-jqgrid tr.ui-state-highlight td {
    font-weight: normal;
    background-color: #a6d6ff;
}
.ui-jqgrid .tree-plus,
.ui-jqgrid .tree-minus,
.ui-jqgrid .tree-leaf {
    top: 5px;
}


.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    text-align: left;
}
.ui-jqgrid .ui-jqgrid-htable th div {
    padding-left: 6px;
}
.ui-jqgrid .ui-jqgrid-pager {
    height: 30px;
    font-size: inherit;
    background-color: #f0f0f0;
    background: linear-gradient(#ffffff, #f0f0f0);
}
/*.ui-jqgrid .ui-jqgrid-pager .ui-icon {
    border: 1px solid #c0c0c0;
    padding: 4px;
    width: 16px;
    text-align: center;
    background-color: #f0f0f0;
    cursor: pointer;
}*/
.ui-jqgrid tr.jqgrow:last-child td {
    border-bottom: none;

}
.ui-icon-plus:before {
    content: '+';
}
.ui-icon-minus:before {
    content: '-';
}
.ui-icon-triangle-1-e:before {
    content: '\25ba';
}
.ui-icon-triangle-1-s:before {
    content: '\25bc';
}
.ui-icon-radio-off:before {
    content: '\25a1';
}
.ui-icon-seek-first:before {
    content: '<<';
}
.ui-icon-seek-prev:before {
    content: '<';
}
.ui-icon-seek-next:before {
    content: '>';
}
.ui-icon-seek-end:before {
    content: '>>';
}
.ui-jqgrid .ui-separator {
    border: none;
}
.ui-jqgrid .ui-pg-selbox {
    height: 24px;
}
.ui-jqgrid .ui-pg-input {
    height: 18px;
}
.ui-jqgrid tr.jqgrow td {
    white-space: normal !important;
}
.ui-jqgrid .tree-wrap-ltr {
    width: 18px;
}
/**
 * TABS
 *
 * -------------------------------------------------------------------------------------------------
 */
div.tabs {
}

.tabs ul {
    list-style: none outside none;
    margin: 0 0 8px 0;
    padding: 0;
}

.tabs li {
    border-bottom: 4px solid #E5E5E5;
    display: inline-block;
}

.tabs a {
    color: black;
    display: block;
    padding: 8px 10px;
    text-decoration: none;
}

.tabs li:hover {
    /*background: #a0cac0;*/
    border-bottom: 4px solid #404040;
}

.tabs li:hover a {
    color: black;
}

.tabs li.active {
    border-bottom: 4px solid #404040;
}
.tabs li.active a {
    color: black;
    font-weight: bold;
}

.access-button {
    margin: 4px;
    border-radius: 4px;
}

button.important {
    font-weight: bold;
}
/*button.important:hover {
    background: linear-gradient(#ffa0a0, #ffa0a0);
}*/
button i {
    margin-right: 4px;
}
/*form label {
    font-weight: bold;
}
*/
.ui-jqgrid tr.jqgrow td.parent-cell {
    border-top: 2px solid #606060;
    font-weight: bold;
}

a.table-a {
    display: inline;
    padding: 0 0 0 10px;
}

table.regular-table {
    width: 100%;
    border: 1px solid #c0c0c0;
    background-color: white;
    box-shadow: 1px 1px 1px #c0c0c0;
    border-collapse: collapse;
}
table.regular-table thead tr th, table.regular-table tbody tr td {
    text-align: left;
    padding: 0 8px;
    height: 30px;
    border-bottom: 1px solid #e0e0e0;
}
a.grid-icon-button {
    display: inline;
    color: #a0a0a0;
}
a.grid-icon-button:hover {
    color: black;
}

div.file-select input[type="file"] {
    display: none;
}

div.credential-files-container {
    border: none;
    padding: 8px;
    background: linear-gradient(#ffffff, #f0f0f0);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
    border-radius: 4px;
    margin-top: 16px;

    display: flex;
    flex-direction: column;
    gap: 4px;
}
div.credential-files-container h1 {
    font-size: 120%;
    font-weight: bold;
    margin: 4px;
}
table.regular-table a {
    display: inline;
    color: black;
}
div.credential-files-container-title {
    display: flex;
    justify-content: center;
}
div.credential-files-container-title div.hint {
    float: initial;
}
a.button {
    color: black;
    border: 1px solid #d0d0d0;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
    background: linear-gradient(#ffffff, #f0f0f0);
    cursor: pointer;
}
a.button:hover {
    background: white;
}
p.help {
    margin-top: 4px;
    font-style: italic;
}


td.ui-datepicker-unselectable.ui-state-disabled {
    opacity: 1;
}
td.ui-datepicker-unselectable.ui-state-disabled span {
    padding: 6px;
    text-align: center;
    background: none;
    border: none;
}
td.ui-datepicker-unselectable.ui-state-disabled.date_available span {
    background-color: #40ff40;
}
td.ui-datepicker-unselectable.ui-state-disabled.date_not_available span {
    background-color: #ff4040;
}

.ui-datepicker-trigger {
    width: 24px;
    cursor: pointer;
}

div.h_container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.h_circle {
    font-size: 18px;
}
.h_NONE {
    color: #808080;
}
.h_AVAILABLE {
    color: #40ff40;
}
.h_NOT_AVAILABLE {
    color: #ff4040;
}

.checkbox-list-option-2 {
    display: flex;
    align-items: center;
}

div.sticky {
    position: sticky;
    top: 0;
    z-index: 100;
}


.unassign-warning {
    font-size: 48px;
    color: red;
    margin-top: 8px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    color: #0040ff;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar {
    width: 8px;
}


.filter-container-2 {
    /*border: 1px solid #c0c0c0;*/
    /*background-color: #eeeeee;*/
    border: 1px solid #7ed0e3;
    background-color: #aaefff;

    border-radius: 4px;
    box-shadow: 1px 1px 3px #c0c0c0;
    display: flex;
    flex-flow: wrap;
    gap: 4px 12px;
    align-items: flex-end;
    padding: 8px;
}
.filter-field-2 {
    width: 200px;
}
.filter-field-2 > label {
    margin: 0 0 2px 0;
    font-weight: normal;
}
.filter-field-2 > input,
.filter-field-2 > select {
    width: 100%;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    padding: 4px;

    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
}
.filter-field-2 > input {
    padding: 5px 4px;
}
.filter-actions-2 {
}
.filter-break {
    width: 100%; 
    height: 0;
}
.filter-container-2 >* .security-toolbar {
    margin: 8px 0 0;
}

.bold {
    font-weight: bold;
}

div.files-container {
    border: none;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}