body{
    font-family: 'Inter', sans-serif!important;
    background-color:#F4F6F9
}
header {
    background-color: #D33C44;
    color: #ffffff;
    font-size: 30px;
    height: 84px;
    line-height: 64px;
    padding: 16px 0px;
    box-shadow: 0px 1px rgba(0, 0, 0, 0.24);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-weight:700!important;
}
.ui.menu{
    background-color: rgba(0,0,0,.03);
}
.top-bar.expanded .title-area {
    background: #01545b;
}
.top-bar.expanded, .top-bar,.top-bar-section ul li,.top-bar-section li:not(.has-form) a:not(.button) {
    background: #116d76;
}
.top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #308e97;
    background: #308e97;
}

header .header-title {
    padding-left:80px
}
/* .content {
    padding: 2rem;
}  */
/* Use 'one true layout' methods to get equal height columns */
.container {
    overflow: hidden;
    min-height: 92%; /* full height almost always */
}

/* Force equal height by overflowing */
.content,
#actions-sidebar {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
footer{
       height: 80px; 
}
.container .row,
.container-fluid .row {
    max-width: none;
    width:auto;
}

#login-card > .row{
    max-width:100%;
    width:100%
}


.table-input{
    background-color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    min-height: 1.5em;
}


div .table-scroll {
    overflow-x: auto;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
}
.ui.menu{
    border-radius: 0.25rem!important;
}
.ui.button{
    font-weight:normal!important;
}
#result_div{
    font-size:16px;
    padding-left:0;
}
.tabulator .tabulator-tableholder .tabulator-placeholder{
    justify-content: left!important;
}
/*-----LINKS-----*/
.disabled a,
a.disabled {
    pointer-events: none;
}
a:hover {
    color:#0056b3;
}


a {
    color: #007bff;
}

.po-table-link a {
    color:#FFF;
}

.po-table-link a:hover{
	color:#FFF;
}


.side-nav li a:not(.button) {
    color:#0056b3;
}

.side-nav li a:not(.button):hover {
    color:#0056b3;
}
.sort-link a {
    color: #ffffff;
}
.sort-link a:hover {
    text-decoration: none;
}
ul.pagination li a {
    color: rgba(0, 0 ,0 , 0.54);
}

ul.pagination li.active a {
    background-color: #DCE47E;
    color: #FFF;
    font-weight: bold;
    cursor: default;
}
ul.pagination .disabled:hover a {
    background: none;
}
/*-----LINKS-----*/



/*-----DIV'S-----*/
#actions-sidebar {
    background: #fafafa;
}

legend {
    color:#15848F;
}
div.message {
    /*text-align: center; */
    cursor: pointer;
    display: block;
    font-weight: normal;
    padding: 0 1.5rem 0 1.5rem;
    transition: height 300ms ease-out 0s;
    background-color: #fff;
    color: #626262;
    top: 15px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    /* height: 50px; */
    /* line-height: 2.5em; */
}

/* div.message:before {
    line-height: 0px;
    font-size: 20px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
    background-color: #FFF;
    padding: 12px 14px 12px 10px;
    content: "i";
    color: #a0d3e8;
} */


/* Chrome, Safari, Edge, Opera (hide number arrows) */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox  (hide number arrows)*/
input[type=number] {
  -moz-appearance: textfield;
}

div.message.error {
    background-color: #C3232D;
    color: #FFF;
}

div.message.error:before {
    padding: 11px 16px 14px 7px;
    color: #C3232D;
    content: "x";
}
div.message.hidden {
    height: 0;
}

div.editIcon {
    font-size: 0.75rem;
    color:#6c757d;
    cursor:pointer;
}

div.errorIcon {
    font-size: 0.75rem;
    color:#dc3545;
    cursor:pointer;
}


i.sort {
    color: #DEDED5;
    font-size:1.2em;
}


div.enabled-input{
    margin: 0em;
    max-width: 100%;
    height: 37px;
    cursor:text;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    text-align: left;
    line-height: 1.21428571em;
    font-family: 'Inter', sans-serif!important;
    padding: 0.67857143em 1em;
    background: #FFFFFF;
    border: 1px solid rgba(34, 36, 38, 0.15);
    color: rgba(0, 0, 0, 0.87);
    border-radius: 0.28571429rem;
    -webkit-transition: border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
    transition: border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
    transition: box-shadow 0.1s ease, border-color 0.1s ease;
    transition: box-shadow 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
    -webkit-box-shadow: none;
            box-shadow: none;
    word-break: normal;
}



/*-----PAGINATION / SORT-----*/
.paginator {
    text-align: center;
}
.paginator ul.pagination li {
    float: none;
    display: inline-block;
}
.paginator p {
    text-align: right;
    color: rgba(0, 0 ,0 , 0.54);
}

.asc:after {
    content: " \2193";
}
.desc:after {
    content: " \2191";
}


/*-----TYPOGRAPHY-----*/
.view h2 {
    color: #6F6F6F;
}
.view .strings p {
    border-bottom: 1px solid #eee;
}
.view .numbers .subheader, .view .dates .subheader {
    color:#747474;
}
.view .booleans .subheader {
    color: #E9E9E9
}

.view .texts .columns {
    margin-top:1.2rem;
    border-bottom: 1px solid #eee;
}
.content h3 {
    color: #be140b;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
}

.content h4 {
    color: #be140b;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #be140b;
}

.content .related h4 {
    color: #4d8f97;
    padding-bottom: 0.5rem;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 0px;
}

.side-nav li.heading {
    color: #007bff;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.4375rem 0.875rem;
}


/*-----TABLE-----*/
.related table {
    border: 0;
    width: 100%;
    table-layout: fixed;
}

.index table {
    margin-top: 0rem;
    border: 0;
    width: 100%;
    table-layout: fixed;
}
.index table thead {
    height: 3.5rem;
}

.vertical-table th {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #007bff;
    border: none;
    text-align: left;
}
.vertical-table {
    vertical-align: middle;
}
.vertical-table td {
    text-align: right;
}

.jexcel > tbody > tr > td:first-child{
    background-color:transparent;
    font-weight:bold;
}

table {
    background: #fff!important;
    margin-bottom: 1.25rem;
    border: none;
    /* table-layout: fixed;
    width: 100%; */
}
/* table thead {
    background: none;
} */
table thead tr {
    border-bottom: 1px solid #007bff;
}
table thead tr td{
    word-break:normal;
}
table tr {
    border-bottom: 1px solid #ebebec;
}
table tr:nth-of-type(even) {
    background: none;
}
table tr th {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #007bff;
    text-align: left;
    border-bottom: 2px solid #007bff;
}
table td {
    vertical-align: top;
    word-break: break-all;
}
table td .input-group{
  word-break: normal;  
}
.table-sm td, .table-sm th {
    padding: .5rem .3rem!important;
}
.table-info{
    background-color: #bee5eb !important;
}


/*-----FORMS-----*/
/* .required > label {
    font-weight: bold;
} */
.required > label:after {
    content: ' *';
    color: #C3232D;
}
.error label,
.error label.error {
    color: #C3232D;
}

.form .error-message {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    color: rgba(0, 0, 0, 0.54);
}
.form button[type="submit"] {
    float: right;
    text-transform: uppercase;
    box-shadow: none;
}

.form button:hover, .form button:focus {
    background: #BE840B;
    box-shadow: none;
}
label {
    color: #666;
    margin-right: 1em;
    margin-bottom: .2rem!important;
    font-weight: 400;
}

select{
    font-size: 14px!important;
    background-color: transparent;
}
select[multiple] {
    min-height:150px;
    background: none;
}
.date select,
.time select,
.datetime select {
    display: inline;
    width: auto;
    margin-right: 10px;
}
.bootstrap-datetimepicker-widget{
    width:300px!important;
}

input[type=checkbox],
input[type=radio] {
    margin-right: 0.5em;
}
fieldset {
    border: none;
    padding: 1.25rem;
    margin: 1.125rem 0;
}

fieldset legend {
    border-bottom: 2px solid #007bff;
    width: 100%;
    line-height: 2rem;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea, select {
    border-radius: 2px;
    box-shadow: none;
    border-color: #e1e1e1;
}
button {
    background: #966600;
}
input[type="submit"]{
    border-radius:4px;
}
 /*-----CARDS-----*/
.ui.grey.card {
    box-shadow: 0px 0px 16px 3px rgba(201,201,201,1)!important;
    border-radius: 0.55em;
}
.ui.card, .ui.cards > .card{
    -webkit-box-shadow: 0px 0px 16px 3px rgba(201,201,201,1)!important;
    -moz-box-shadow: 0px 0px 16px 3px rgba(201,201,201,1)!important;
    box-shadow: 0px 0px 16px 3px rgba(201,201,201,1)!important;
    width: 500px!important;
}
/* .card-subtitle{
    margin-top:0!important;
} */
#login-subtitle{
    font-size: 1.5rem;
    margin-top:15px;
    margin-bottom:15px;
    color:#4C4C4C;
}
#forgot-password{
    font-size:14px;
    margin-top:15px;
    margin-bottom:10px;
}
.ui.card>.extra,
.ui.cards>.card>.extra{
    border-top:0!important;
}


.view .columns.strings {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right:0.7rem;
}
.view .numbers {
    background-color: #B7E3EC;
    color: #FFF;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right: 0.7rem;
}
.view .columns.dates {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right:0.7rem;
    background-color:#DCE47E;
    color: #fff;
}
.view .columns.booleans {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right:0.7rem;
    background-color: #8D6E65;
    color: #fff;
}


.checks {
    padding:30px;
    color: #626262;
    background-color: #B7E3EC;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-bottom: 2em;
}
.checks h4 {
    margin-bottom: 1.5rem;
}
.checks hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.checks .success,
.checks .problem {
    margin-left: 10px;
}
.checks .success:before,
.checks .problem:before {
    line-height: 0px;
    font-size: 28px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
}
.checks .success:before {
    content: "✓";
    color: green;
    margin-right: 9px;
}
.checks .problem:before {
    content: "✘";
    color: red;
    margin-right: 9px;
}

/** Notices and Errors **/
.cake-error,
.cake-debug,
.notice,
p.error,
p.notice {
    display: block;
    clear: both;
    background-repeat: repeat-x;
    margin-bottom: 18px;
    padding: 7px 14px;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
}

.cake-debug,
.notice,
p.notice {
    color: #000000;
    background: #ffcc00;
}

.cake-error,
p.error {
    color: #fff;
    background: #C3232D;
}

pre {
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin: 15px 0px;
    color: rgba(0, 0 ,0 , 0.74);
    padding:5px;
}

.cake-error .cake-stack-trace {
    margin-top:10px;
}

.cake-stack-trace code {
    background: inherit;
    border:0;
}

.cake-code-dump .code-highlight {
    display: block;
    background-color: #FFC600;
}

.cake-error a,
.cake-error a:hover {
    color:#fff;
    text-decoration: underline;
}

@media(max-width: 640px) {
    #actions-sidebar {
        padding-bottom: 2rem;
        margin-bottom: 0;
    }
}

.tabulator-col-sorter {
    right: auto !important;
    left: 0;
}

.tabulator-col-title {
    /* margin-left: 15px */
}


.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
    display: none;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
    display: none; 
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
    display: none; 
}