:root {
	--main-bg-color: rgb(245,245,250); /* Cool Grey */
	--supplement-bg-color: rgb(255,255,255); /* White */
	--main-color: rgb(0,80,70); /* British racing green */
	--main-color-light: rgb(174,204,197); /* Pantone 559 C */
	--supplement-color: rgb(255,106,66); /* Pantone 1645 C */
	--supplement-color-light: rgb(255,191,172); /* Pantone 162 C */
  }

html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

/* .footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
} */

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: var(--supplement-color);
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.error-summary p {
    font-weight: bold;
}

.body-admin-assignment-index section.content h1, .body-admin-role-index section.content h1, .body-admin-permission-index section.content h1, .body-admin-route-index section.content h1, .body-admin-rule-index section.content h1 {
    display: none;
}

.container-narrow div.row {
	margin: 0;
}

.container-narrow .input-group-addon, .input-group.date .input-group-addon, .input-group-btn select {
	padding-left: 4px;
	padding-right: 4px;
}

.container-narrow div.row > div {
	padding-left: 0px;
	padding-right: 2px;
}

.container-narrow div.row div.form-group label {
	white-space: nowrap;
}

.site-index h1 {
    text-align: center;
    margin-bottom: 25px;
}

.client-subsidy-call-update .subsidy-cooperation-contract-detailview .form-actions {
	display: none;
}

div.email-form > div.box {
    margin-bottom: 0;
}

.client-create #has-name.disabled, .client-create #has-id-number.disabled, .client-update #has-name.disabled, .client-update #has-id-number.disabled {
    display: none;
}

.box .comment-grid thead th[data-col-seq="1"] {
	width: 25%;
}

.field-comment-color button, .field-risc-color button, .field-alert-type button {
    width: 50px;
}

.help-item-icon {
    margin-left: 5px;
    font-size: 16px !important;
    color: var(--main-color);
}

.scheduler-log-message {
    width: 100%;
    height: 400px;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%!important;
        max-width:1200px!important;
    }
}

.scheduler-command-info {
    border: 1px solid silver;
    background-color: white;
    padding: 20px;
}

.notification-read {
    background-color: #f9f9f9 !important;
}

.notification-unread {
    background-color: rgba(101, 224, 255, 0.47) !important;
}

.notification-subscription .not-subscribed {
    color: red;
    margin-bottom: 20px;
}

.notification-subscription .checkbox-attributes {
    content: "";
    display: table;
    clear: both;
}

.notification-subscription .checkbox-attributes > div {
    float: left;
    padding-right: 20px;
}

.action-buttons {
    padding-bottom: 10px;
}
.action-buttons .dropdown {
    padding: 0 15px 0 0;
}

.form-actions .pull-left {
    margin-right: 5px;
}

.dropdown-pull-left {
    float: left !important;
    margin-right: 3px;
}

select[readonly] {
    pointer-events: none;
}

.has-error .input-group .input-group-btn input {
    border-color: #dd4b39;
}

.grid-view .filters input[type=text] {
    min-width: 50px;
}

.logo-display img {
    width: 80px;
}

.logo-buttons {
    position: absolute;
    bottom: 0;
    margin-left: 85px;
}

.logo-display {
    position: relative;
}

.email-form .show-more, .email-form .show-less {
    display: block;
    position: relative;
    padding-bottom: 15px;
    margin-top: -5px;
}

.email-form .show-more a, .email-form .show-less a {
    right: 0px;
    position: absolute;
}

.btn-fix-width {
    text-align: left;
    white-space: normal;
    overflow-wrap: break-word;
    width: 300px;
    display: inline-block;
}

.sso-btn {
    display: inline-block !important;
    border-style: solid;
    border-width: 2px;
    border-color: var(--supplement-color-light) !important;
    background-color: var(--supplement-color) !important;
    height: 34px !important;
}

.sso-move-left {
    margin-left: -4px !important;
}

.hr-margin {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

.box-header-buttons .dropdown {
    display: inline-block;
    background: transparent;
}

.box-header-buttons .dropdown .btn {
    padding: 3px 6px;
}

.json-form-from .buttons {
    visibility: hidden;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
    border: none;
}

.json-form-from .buttons input,  .json-form-from .buttons a{
    visibility: hidden;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
    border: none;
}

.dropdown-light .dropdown-btn-title-light{
    background-color: white !important;
    border-color: #ddd;
    border-radius: 3px;
    color: var(--main-color) !important;
}

.dropdown-light .dropdown-btn-title-light.btn-primary:focus,
.dropdown-light .dropdown-btn-title-light.btn-primary:active,
.dropdown-light .dropdown-btn-title-light.btn-primary:hover {
    background-color: white !important;
    border-color: #ddd !important;
    border-radius: 3px !important;
}

.dropdown-light .dropdown-btn-item-light {
    color: var(--main-color) !important;
}

.dropdown-light .dropdown-btn-item-light {
    margin-left: 0;
}

#json-form-bsdialog .modal-header {
    padding-bottom: 0 !important;
    border: 0 !important;
}

#json-form-bsdialog .box-body {
    padding-top: 0 !important;
}

.form-box {
    border-top: 0 !important;
}

.form-box-body {
    padding-top: 0 !important;
}
.modal-content .modal-body .row .form-group {
    margin-bottom: 15px !IMPORTANT;
}

.inline-grouped .col-md-2 {
    padding: 0 !IMPORTANT;
}

.inline-grouped .col-md-2:first-child {
    padding-left: 15px !IMPORTANT;
}

.inline-grouped .col-md-2:last-child {
    padding-right: 15px !IMPORTANT;
}

.table > thead > tr > td.success-dark, .table > tbody > tr > td.success-dark, .table > tfoot > tr > td.success-dark, .table > thead > tr > th.success-dark, .table > tbody > tr > th.success-dark, .table > tfoot > tr > th.success-dark, .table > thead > tr.success-dark > td, .table > tbody > tr.success-dark > td, .table > tfoot > tr.success-dark > td, .table > thead > tr.success-dark > th, .table > tbody > tr.success-dark > th, .table > tfoot > tr.success-dark > th {
    background-color: var(--main-color-light);
}

.search-category-checkbox-columns {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}
.search-category-column {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.user-display-name {
    margin-right: 20px;
}

.user-icon {
    font-size: 1.25em;
}
