html {
  font-size: 16px;
}

@media print {
    #leftNav,
    #toggleLeftNav,
    #logout {
        display: none;
    }
}
/*.printfooter {
    position: absolute;
    bottom: 0;
}*/

@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

.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;
}

html {
    position: relative;
    min-height: 100%;
    background: none;
    /*background-color: #edecec;*/
    background-color: white;
}

body {
  margin-bottom: 60px;
}

/*** INPUT TYPE NUMBER BEGIN ***/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
/*** INPUT TYPE NUMBER END ***/

/*** HEADER BEGIN ***/
.page-header {
    background-image: linear-gradient(45deg, #063a61, #77c6f3 ) !important;
    box-shadow: 0 0.7px 1px rgb(0 0 0 / 30%);
    background-color: #f3f3f3;
    height: 50px;
    position: relative;
    z-index: 905;
}


/*** HEADER END***/
/*** FOOTER BEGIN***/
.page-footer {
    background: #4c4f53b3;
    height: 50px;
   /* border-top: 5px solid #CECECE;
    bottom: 0px;
    position: absolute;*/
}

.txt-color-white {
    color: #ffffff !important;
}
/*** FOOTER END***/


/*** NAV BEGIN***/
.navbar-brand {    
    font-size:larger;
}

.navbar-brand,
a.nav-link:active,
a.nav-link:focus,
a.nav-link:hover {
    background-color: #4c4f53b3;
    color: white !important;
    font-size: larger;
    transition: .5s ease-out;
    background: linear-gradient(to left, #4c4f53b3 50%, lightgray 50%) right;
    background-size: 200%;
}

/*.nav-item:hover {
    -ms-transform: scale(1.2);*/ /* IE 9 */
    /*-webkit-transform: scale(1.2);*/ /* Safari 3-8 */
    /*transform: scale(1.2);
    display: inline-flex;
    transition: transform 0.6s;
    transform-origin: top left;*/
    /*background-color: #4c4f53b3;*/
    /*border-color:white;
    color: white !important;
    overflow: hidden;
}*/

.UserImage {
    border: 3px solid rgba(153, 153, 153, 0.96);
    border-radius: 50%;
    box-sizing: content-box;
    width: 34px;
    height: 34px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 25%;
    border-left-color: #40ac2b !important;
}


/*** NAV END***/

.panel-heading {
    background-color: #4c4f53b3;
    color: white;
    padding: 8px 15px;
}

.content {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 2px;
    padding-bottom: 10px;
}

.contentLabel {
    margin: 0px;
    /*height: 16px;*/
    font-size: 12px;
    color: #999999;
    font-weight: 400;
}

.contentLine {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    line-height: 20px;
}

.contentLine:hover {
    overflow: visible;
    white-space: normal;
}


li a.activeSm {
    border-bottom: solid;
    border-bottom-width: medium;
    border-bottom-color: orange;
}

li a.active::after {
    /* f0d9 f08d f04a f0c8 f137 f053*/
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    color: orange;
    float: right;
    font-size: large;
}


/*table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after {
    font-family: "Font Awesome 6 Free" !important;
    content: "\f161" !important;
}

table.dataTable thead .sorting_desc::after {
    font-family: "Font Awesome 6 Free" !important;
    content: "\f161" !important;
}

table.dataTable thead .sorting::before,
table.dataTable thead .sorting_asc::before {
    font-family: "Font Awesome 6 Free" !important;
    content: "\f884" !important;
}

table.dataTable thead .sorting_desc::before {
    font-family: "Font Awesome 6 Free" !important;
    content: "\f884" !important;
    font-weight:900;
}*/