html {
    font-size: 14px;
    font-family: calibri,sans-serif;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.border-red {
    border: 1px solid red;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    /*margin-bottom: 60px;*/
    height:100% !important;
}

.spacer5 {
    min-height: 5px;
    max-height: 5px;
}

.spacer10{
    min-height: 10px;
    max-height: 10px;
}

.spacer15 {
    min-height: 15px;
    max-height: 15px;
}

.spacer20 {
    min-height: 20px;
    max-height: 20px;
}

.spacer25 {
    min-height: 25px;
    max-height: 25px;
}

.spacer30 {
    min-height: 30px;
    max-height: 30px;
}

.spacer40 {
    min-height: 40px;
    max-height: 40px;
}

.spacer50 {
    min-height: 50px;
    max-height: 50px;
}

.spacer100 {
    min-height: 100px;
    max-height: 100px;
}

.button{
    width:90px;
}

.text-270 {
    width: 270px;
    height: 30px;
}

.text-225 {
    width: 225px;
    height: 30px;
} 

.text-md {
    width: 200px;
    height: 30px;
}

.text-lg {
    width: 300px;
    height:30px;
}

.text-ex-lg {
    width: 450px;
    height: 30px;
}

.textarea-xx-lg {
    width: 602px;
    height: 60px;
}

.text-exx-sm {
    width: 70px;
    height: 30px;
}

.text-msm {
    width: 130px;
    height: 30px;
}

.text-sm {
    width: 150px;
    height: 30px;
}

.text-ex-sm {
    width: 100px;
    height: 30px;
}

.text-xx-sm {
    text-align: center;
    width: 30px;
    height: 30px;
}

.text-cal-sm {
    width: 90px;
    height: 30px;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-centre {
    text-align: center !important;
}

.valign-middle {
    vertical-align: middle !important;
}

.valign-top {
    vertical-align: top !important;
}

h4{
    padding-bottom:10px;
}

.bold{
    font-weight:bold;
}

.padding-l-r-3{
    padding-left: 3px;
    padding-right: 3px;
}

.border-r-gray-1 {
    border-right: 1px solid gray;
}

.border-rb-gray-1 {
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
}

.padding15 {
    padding: 15px;
}

.border-b-gray-1 {
    border-bottom: 1px solid gray;
}

.padding15 {
    padding: 15px;
}

.linkBtn {
    background-color: #ffffff;
    border:1px solid gray;
    color: black;
    padding:4px 8px;
    text-decoration: none;
    border-radius:3px;
}

.panel {
    border: 1px solid gray;
    border-radius: 8px;
}

.grey-panel {
    border: 1px solid gray;
    border-radius: 8px;
    background-color: #efefef
}

.tblDetailRow {
    height: 150px;
    min-height: 100px;
    border: 1px solid gray;
    border-radius:5px;
}

.tblSummaryRow {
    cursor: pointer;
}

.ui-dialog-titlebar-close{
    display:none;
}

.hide{
    display:none;
}

.updatesGreyBg{
    background-color: #efefef;
}

.updatesWhiteBg {
    background-color: #ffffff;
}

.border-none {
    border: none;
}

.border-red {
    border: 1px solid red;
}

.sortableHdr {
    height: 75px;
    min-height: 75px;
}