/**************************************
*
*    bootstrap overwrite
*
**************************************/
html, body {
    height: 100%;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
h6, .h6 {
    font-size: 12px;
	color: rgb(133, 135, 150);
}
h2, .h2 {
    /* text-transform: capitalize; */
    margin-right:15px;
    margin-bottom:0;
    font-size: 1.5rem;
}
h4 {
    font-size: 1.4vw;
}

h1 {
    font-size: 2.5rem;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.text-info {
    color: #36b9cc !important;
	font-weight: bold;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #10707f;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a {
    color: #fff;
}
a.disabled {
    color: #6c757d;
    cursor: not-allowed;
    text-decoration: none;
    font-weight: bold;
}

button.btn-settings {
    margin: 25px;
    padding: 20px 30px;
    font-size: 1.2em;
    background-color: #337ab7;
    color: white;
}

button.btn-settings:active {
    color: white;
}

.card-header{
    /* height: 4vw; */
    padding: 0.25rem 1.25rem;
}


.card-body{
    font-size: 0.8rem;
}
/**************************************
*
*    created for SOXS
*
**************************************/
/**************************************
* Blinking NEW
**************************************/
/* Base style for the rectangle */
.status-bar {
	width: 50px;
	height: 20px;
	display: inline-block;
	border-radius: 6px; /* Adjust this for more/less "smoothness" */
	vertical-align: middle;
}
/* Red Background */
.status-red {
	background-color: #dc3545; /* Bootstrap danger red */
}
/* Green Background */
.status-green {
	background-color: #28a745; /* Bootstrap success green */
}
/* Keep your existing blinking animation */
.blinking {
	animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
	50% { opacity: 0; }
}

.bg-acceptedOB {
    background-color: #1BBF20 !important;
}
.bg-rejectedOB {
    background-color: #D92B2B !important;
}


/**************************************
* Blinking
**************************************/
.blinking {
	-webkit-animation: 0.5s blink ease infinite;
	-moz-animation: 0.5s blink ease infinite;
	-ms-animation: 0.5s blink ease infinite;
	-o-animation: 0.5s blink ease infinite;
	animation: 0.5s blink ease infinite;
}
@keyframes "blink" {
	from, to {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}
@-moz-keyframes blink {
	from, to {
		opacity: 0;
	}
	50% {
	opacity: 1;
	}
}
@-webkit-keyframes "blink" {
	from, to {
		opacity: 0;
	}
	50% {
	opacity: 1;
	}
}
@-ms-keyframes "blink" {
	from, to {
		opacity: 0;
	}
	50% {
	opacity: 1;
	}
}
@-o-keyframes "blink" {
	from, to {
		opacity: 0;
	}
	50% {
	opacity: 1;
	}
}


/* (A1) BACKGROUND COLOR SEQUENCE */
@keyframes morph {
  0% { color: red; }
  33% { color: green; }
  66% { color: blue; }
  100% { color: red; }
}

      @keyframes spinner {
        0% {
          transform: translate3d(-50%, -50%, 0) rotate(0deg);
        }
        100% {
          transform: translate3d(-50%, -50%, 0) rotate(360deg);
        }
      }


#cover {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
	background-color: #ddd;
	animation: morph 1.5s infinite;
	color:#1c87c9;
	font-size:40px;
	text-align:center;
	opacity: 0.5;
}

      .spin::before {
        animation: 1.5s linear infinite spinner,morph;
        	

        animation-play-state: inherit;
        border: solid 5px #cfd0d1;
        border-bottom-color: #1c87c9;
        border-radius: 50%;
        content: "";
        height: 100px;
        width: 100px;
        position: absolute;
        top: 15%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        will-change: transform;
        text-align:center;
      }

.full-height {
    height: 100%;
    min-height : initial;
    padding: 0;
    /* width: 12vw !important; */
}
.soxs-modal-size-full {
    height: 510px;
}

.soxs-modal-size-medium {
    height: 350px;
}

.soxs-modal-size-small {
    height: 200px;
}

#userDropdown {
    padding: 0 0;
}

#focusOnUrlAPI[data-toggle="collapse"].collapsed::after {
    content: '';
  }
  #focusOnUrlAPI[data-toggle="collapse"]::after {
    content: '';
  }
#soxsImgProfile {
    height: 3rem;
    width: 3rem;
    cursor: pointer;
}

#soxsNameProfile {
    font-size: 1rem;
    font-weight: 700;
    padding: 1.5rem 0;
    margin-left: 8px;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
    /* display: none !important; */
}

#soxsContainerMain {
    margin-top: 20px;
}

#soxsLayoutAll, #soxsLayoutRight {
    flex-grow: 1;
/*    flex-shrink: 0; */
    flex-basis: auto;
    height: 100%;
    padding: 0;
}

#soxsLayoutLeft {
    height: 100%;
    padding: 0;
}

#soxsLayoutMain {
    height: 100%;
    padding: 0;
    overflow: auto;
}

#soxsLayoutTop {
    background-color: #4e70D7;
}

#soxsLayoutBottom {
    padding: 0;
}

#soxsMoveTop {
    right: 2rem;
    bottom: 2rem;
    background: rgba(119, 134, 230, 0.5);
}

#soxsObPicture {
    max-height: 280px;
    max-width: 280px;
}

#soxsObPictureAvailable {
    border-style: solid;
    border-width: 5px;
    border-color: #585858;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#soxsObPictureNotAvailable {
    border-style: solid;
    border-width: 5px;
    border-color: #585858;
    border-radius: 10%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#soxsCardLogin {
    border-radius: 1rem;
}

.soxsSelect {
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border : #d1d3e2 solid 1px;
    border-radius: 0.35rem;
}

span.soxsInputField {
    text-align: center;
    justify-content: flex-start;
    margin-top: 5px;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

p.soxsInputLabel{
    flex: 0 0 41.666667%;
    max-width: 41.666667%;    
}

div.soxsViewField {
    /* text-align:left; */
    /* justify-content: flex-end; */
    /* margin-top: 5px; */
    /* background-color: #eaecf4; */
    /* padding: 0.375rem 0.5rem; */
    /* margin-left: 5px; */
    /* width: 50%; */
    /* font-size: 0.8rem !important; */
}

input.soxsInputField {
    display: initial;
    width: 100px;
    padding: 0.375rem 0.375rem 0.375rem 0.75rem;
}

.soxsSelectField {
    text-align: left;
    justify-content: flex-start;
    margin-top: 10px;
}


/**************************************
*
*    .modal
*
**************************************/
.modal.fade.in {
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
}

.modal-backdrop.in {
    opacity : 0.5;
}

.modal-backdrop.fade {
    opacity: 0.5 !important;
}

.modal-content {
    border-radius: 1.3rem !important;
    box-shadow: 0 1rem 3rem rgba(78, 112, 215, 0.8);
}

.modal-content .modal-header {
    border-top-left-radius: 1.3rem;
    border-top-right-radius: 1.3rem;
    height: 30px;
    padding: 20px;
    background-color: #4e73df;
    text-align: center;
    color: white;
}

.modal.in .modal-dialog {
    transition : transform 0.4s ease-out;
    transform: translate(0, 10%);
    /* width: 800px; */
}

.modal.fade .modal-dialog {
   transition : transform 1s ease-in-out;
   transform: translate(0, 0);
   left: 6.4%;
   top: 8%;
   width: 800px;
   max-width: 800px;
}

.modal {
    overflow: hidden;
}

.modal-title {
    margin-top: -10px;
    font-size: 16px;
}

.modal-header .close {
    color: #fff;
}

.modal-body {
    color: #888;
    padding: 5px 35px 20px;
}

.modal-body-question {
    color: #888;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 20px 20px 20px 20px;
    text-align: center;
    height: auto;
}

.modal-body h3 {
    text-align: center;
}

.modal-body p {
    /* padding-top: 10px; */
    /* white-space: nowrap; */
    /* overflow-x: hidden; */
    /* text-overflow: ellipsis; */
    /* word-break: break-word; */
    /* word-wrap: break-word; */
    font-size: 0.9rem;
    /* white-space: normal; */
    /* overflow: hidden; */
    /* border: 1px solid rgb(232 10 10); */
    /* display: contents; */
    /* flex-shrink: 5; */
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.input-modal{
  font-size: 1rem !important;
}
/**************************************
*
*    input & forms
*
**************************************/
.bg-login-image {
    background : url("../images/soxs_logo.png") center no-repeat;
    background-position: center;
    background-size: auto;
}
 
.forbidden_color {
    color: rgba(255, 255, 255, 0.5);
    /*background-color: rgba(75, 115, 223, 0.5);*/
    cursor: not-allowed  !important;
    /* pointer-events: none; */
    text-decoration: none;
    font-weight:bold;
}
.forbidden_color:hover {
    color: rgba(255, 255, 255, 0.5);
    /*background-color: rgba(75, 115, 223, 0.5);*/
    cursor: not-allowed  !important;
    pointer-events: none;
    text-decoration: none;
    font-weight:bold;
}

.allowed_color {
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
    font-weight:bold;
}

.invalidField {
    border-color: rgba(228, 210, 210, 1);
    box-shadow: 0 0 0 0.2rem rgba(223, 78, 78, 0.8);
}

.thumb {
      padding: 0.5rem 0.5rem;
      /* max-width:400px; */
      max-height: 300px;
      text-align: center;
      /* flex: 0 0 100%; */
      justify-content: stretch;
}
md-tab-item  {
    flex-grow: 1;
    padding:0!important;
    /* vertical-align: middle; */
}
.jslider div.jslider-value {
        visibility: hidden !important;
}
/*
div.jslider-scale span ins {
    margin-left: -6px;
}
*/
/**************************************
*
*    .footer & copyright
*
**************************************/
footer.sticky-footer {
    padding: 2rem 0;
    flex-shrink: 0;
    background-color: rgb(34, 74, 190);
}

footer.sticky-footer .copyright {
    line-height: 1;
    font-size : 0.8rem;
    color: #fff;
    font-weight: 700;
}

.container-copyright {
    margin-top: auto;
    margin-bottom: 20px;
    padding: 5px;
    position: absolute;
    bottom: 0;
    width: 6.5rem;
}

.container-copyright .copyright a {
    text-decoration: none;
}

.container-copyright.toggled {
    overflow: hidden;
}
/*
@media (min-width: 768px) {
    .container-copyright {
        width: 14rem !important;
    }

    .container-copyright.toggled {
        overflow: visible;
        width: 6.5rem !important;
    }

    .container-copyright .copyright span {
        font-size: 0.85rem;
        display: inline;
        font-weight: 700;
    }

    .container-copyright.toggled .copyright span {
        font-size: 0.65rem;
        display: block;
        font-weight: 700;
    }
}
*/
/**************************************
*
*    st-table
*
**************************************/
.pagination {
    margin-bottom: 0;
    flex: 1 1 auto;
    justify-content: center;
    font-size: 1rem;
}
    

.pagination > li:first-child > a, .pagination > li:first-child > span {
    
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {

    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
  
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

  .st-sort-ascent:before {
    content: '\25B2';
  }

  .st-sort-descent:before {
    content: '\25BC';
  }

    .sidebar .sidebar-brand-install {
      height: 4.375rem;
      text-decoration: none;
      font-size: 0.7rem;
      font-weight: 800;
      padding: 1.5rem 1rem;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 0.05rem;
      z-index: 1;
      color: #fff;
    }





    .sidebar .nav-item .nav-link{
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 1.5rem;
        padding-right: 1rem;
        width: 12vw;
        word-wrap: break-word;
        font-size: 0.8rem;
        min-width: 5rem;
        font-size: 0.8rem;
        text-align: left;
    }
/*
        min-width: 120px;
        padding-top: 0.5vw;
        padding-bottom: 0.5vw;
        padding-left: 2vw;
        padding-right: 1vw;
        width: 35vw;
*/        
    .sidebar .nav-item .nav-link-activable{
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        /* padding-left: 2rem; */
        padding-right: 1rem;
    }



    .table-data-notification {
        font-size: 0.8rem;
    }
    .table-data-notification-small {
        /*font-size: 0.8rem;*/
    }

    .table thead th.searchString{
        border-width: 0;
    } 
    .table thead th.searchSlider{
        border-width: 0;
        vertical-align:top;
    } 

    .clock , .clock-logger{
        font-size: 1rem;
        font-weight: 700;
        padding: 1.5rem 0;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: center;
        color: #d1d3e2;
    }

    .header-label {
        /* font-size: 1vw; */
        line-height: 1vw; 
        flex: 1 1 auto;
        justify-content: flex-end;
        font-size: 1rem;
        margin-bottom: 1vw;
        padding: 0.75rem;
        font-weight: bold;
        width: 9vw;
    }


    #itemsByPageLabel {
        padding: 0;
        font-weight: bold;
        margin: auto 0;
        padding-right: 0.5rem;
        /* font-size: 1rem; */
        /* line-height: 1vw; */
        /* flex: 1 1 auto; */
        /* justify-content: flex-end; */
        /* margin-bottom: 1vw; */
        /* padding: 0.75rem; */
        /* font-weight: bold; */
    }


    .header-input-group{
        line-height: 1rem;
        /* margin: auto 0; */
        flex: 1 1 auto;
        justify-content: flex-end;
        /* padding: 0; */
        font-size: 1rem;
        margin-bottom: 1vw;
        /* padding: 0.75rem; */
        font-weight: bold;
        width: 280px;
        /* width: 14vw; */
        /* min-width: 110px; */
    }

    #itemsByPage {
        font-size: 1rem;
        width: 2.5rem;
        /* height: 2.2vw; */
        padding: 0.2vw 0.3vw;
        font-weight: 400;
        line-height: 1.5;
        border-radius: 0.25rem;
        margin: auto 0;
        flex: 0 1 auto;
        bottom: 0;
    }
/*
    .header-date-input{
        font-size: 0.9vw;
        width: 6vw !important;
        padding: 0.5vw 0.5vw;
        font-weight: 400;
        text-align:center;
    }
    

    .input-group {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        /* width: 9vw; */
    }*/
    .header-input-group > .header-input{
        font-size: 1rem;
        width:6vw  !important;
        padding: 0.5vw 0.5vw;
        min-width: 94px !important;
        font-weight: 400;
        text-align:center;
        margin-top: 5px;
        border-radius: 0.25rem !important;
    }
    .header-button {
        bottom: 0;
        padding: 0.75rem 0 0 0.5rem;
        display: flex;
        align-items: flex-end;
        margin-bottom: 1vw;
    }
/*    #dateinput_header{
        font-size: 0.9vw;
        width:6vw ;
        padding: 0.5vw 0.5vw;
        font-weight: 400;   
        text-align:center;
    }
    #button_header{
        font-size: 0.9rem;
    }
    */
    .table-action-button{
        font-size: 0.8vw;  
        margin-top: 2px; 
    }
    #accordionSidebar {
        width: 12vw !important;
    }
    #soxs_logo {
        width: 64px;
        height: 64px;
    }
    #soxs_site_name {
        margin-left: 0.8vw !important;
        margin-right: 0.8vw !important;
        width: 6vw;
        text-align: center;
        margin: 0 auto;
        /* word-wrap: break-word !important; */
    }

    .sidebar .nav-item .nav-link i {
        font-size: 0.85rem;
        margin-right: 0.25rem;
    }

.topbar .topbar-divider {
    width: 0;
    border-right: 1px solid #e3e6f0;
    height: calc(4.375rem - 2rem);
    margin: auto 1vw;
}

.left-div:hover {
    background: radial-gradient(#30419c, transparent);
}

.left-div-disable:hover {
    background:none  !important;;
}

.weather-body-dimm{
/*        background:aquamarine;*/
        margin-bottom: 0;
        display: flex;
        align-items: center;
        width: fit-content;
        min-width: 12rem;
}
.weather-body-update{
 /*       background: green;*/
        margin-bottom: 0;
        display: flex;
        align-items: right;
        font-size: 0.6rem;
        width: fit-content;
}

.weather-body-label{/*    background: orange;*/padding-right: 5px;margin-bottom: 0;margin-right: auto;flex: 0 0 80%;max-width: 13rem;/* min-width: 10rem; */}
.weather-body-value{
/*    background: yellow;*/
    text-align:center;
    margin: auto  auto auto auto;
    min-width: 4rem;
    font-size: 0.8rem !important;
    width: 50%;
}


@media (min-width: 769px) and (max-width: 1264px) {
    .weather-body-dimm{
/*            background:aquamarine;*/
            margin-bottom: 0;
            display: flex;
            align-items: center;
            width: fit-content;
            min-width: 12rem;
    }
    .weather-body-update{
/*            background: green;*/
            margin-bottom: 0;
            display: flex;
            align-items: right;
            font-size: 0.6rem;
            width: fit-content;
    }

    .weather-body-label{
/*        background: orange;*/
        padding-right: 5px;
        padding-left:5px;
        margin-bottom: 0;
        margin-right: auto;
        flex: 0 0 80%;
        max-width: 13rem;
        min-width: 10rem;
        /* width: 80%; */
    }
    .weather-body-value{
/*        background: yellow;*/
        text-align:center;
        margin: auto  auto auto auto;
        min-width: 4rem;
    }
    
    .card-body{
        font-size: 0.7rem;
        padding: 0.8rem;
    }

}
@media (max-width: 768px) {

    .weather-body-dimm{
 /*           background:aquamarine;*/
            margin-bottom: 0;
            display: flex;
            align-items: center;
            width: fit-content;
            min-width: 8rem;
            text-align:center;
            
    }
    .weather-body-update{
 /*           background: green;*/
            margin-bottom: 0;
            display: flex;
            align-items: right;
            font-size: 0.6rem;
            width: fit-content;
    }

    .weather-body-label{
/*        background: orange;*/
        padding-right: 0px;
        padding-left:0px;

        margin-bottom: 0;
        margin-right: auto;
        flex: 0 0 80%;
        max-width: 13rem;
        min-width: 10rem;
        /* width: 80%; */
    }
    .weather-body-value{
/*        background: yellow;*/
        text-align:center;
        margin: auto  auto auto auto;
        min-width: 4rem;
    }
    
    .card-body{
        font-size: 0.7rem;
        padding: 0.8rem;
    }




    #soxs_logo {
   /*     width: 64p ;*/
     /*   height: 8vw;*/
    }
    #soxsNameProfile {
      /*  display: none;*/
    }
    div.clock-logger{
       /* font-size: 2.2vw; */
       margin-left: 0vw;
       margin-right: 6vw;
    }
    div.clock{
       /* font-size: 2.2vw; */
       margin-left: 0vw;
       margin-right: 0vw;

    }
    .sidebar .sidebar-brand-install .sidebar-brand-text{
        display: none;
    }


    .sidebar .nav-item .nav-link{
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 0.5rem;
        padding-right: 1.5rem;
        width: 15vw;
        word-wrap: break-word;
        font-size: 0.6rem;
        min-width: 5rem;
        font-size: 0.7rem;
        text-align: left;
    }
/*
        min-width: 120px;
        padding-top: 0.5vw;
        padding-bottom: 0.5vw;
        padding-left: 2vw;
        padding-right: 1vw;
        width: 35vw;
*/        
    .sidebar .nav-item .nav-link-activable{
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        /* padding-left: 2rem; */
        padding-right: 1rem;
    }


    .card-body{
        font-size: 0.6rem;
    }

    
}

/*
border-radius: 0.25rem;
    margin-top: 5px;
    width: 60px;
    flex: 0 1 auto;
*/
/*
@media (max-width: 1019px) {
    .bg-gradient-primary {
        background-color: #df4de5;
        background-image: linear-gradient(180deg, #c84edf 10%, #ab22be 100%);
        background-size: cover;
    }
    body {
        font-size: 0.7rem;
    }
    .form-control {
        display: block;
        width: 100%;
        height: calc(1.5em + 0.75rem + 2px);
        padding: 0.375rem 0.1rem;
        font-size: 0.7rem;
        font-weight: 400;
        line-height: 1.5;
    }
    th.searchString{
        padding: 0.25rem;
    } 
    th.searchSlider{
        padding: 0.45rem;
    } 
    .table thead tr.search{
        display: none;
    } 

    .btn-sm, .btn-group-sm > .btn {
        padding: 0.25rem 0.5rem;
        font-size: 0.5rem;
        line-height: 2;
        border-radius: 0.2rem;
    }
    #soxsNameProfile{
        display: none;
    }
    .font-weight-bold {
        font-weight: 300 !important;
    }
    #button_header{
        font-size: 0.75rem;
        height:calc(1.5em + 0.75rem);
    }
    #itemsByPage {
        font-size: 0.9rem;
        width:calc(1.4rem ) ;
    }
    #dateinput_header{
        font-size: 0.9rem;
        width:1.4rem ;
        padding: 0.2rem 0.2rem;
        font-weight: 300;
        height:calc(1.5em + 0.6rem);;
    }
}

@media (min-width: 1020px) and (max-width: 1114px) {
    .bg-gradient-primary {
        background-color: #d8e54d;
        background-image: linear-gradient(180deg, #dddf4e 10%, #bea922 100%);
        background-size: cover;
    }
    body {
        font-size: 0.7rem;
    }
    .sidebar {
        width: 6.5rem !important;
    }
    .sidebar .sidebar-brand .sidebar-brand-text {
        display: none;
    }
    .sidebar .nav-item .nav-link{
        padding-top: 0.5rem; 
        padding-bottom: 0.5rem;
        padding-left: 2rem;
    }

    .form-control {
        display: block;
        width: 100%;
        height: calc(1.5em + 0.75rem + 2px);
        padding: 0.375rem 0.1rem;
        font-size: 0.7rem;
        font-weight: 400;
        line-height: 1.5;
    }
    th.searchString{
        padding-left: 0.1rem;
        padding-right: 0.1rem;
    } 
    th.searchSlider{
        padding-left: 0.45rem;
        padding-right: 0.45rem;
    } 
    th.searchString .form-control{
        padding-left: 0;
        padding-right: 0;
    } 
    th.searchSlider{
        padding-left: 0.45rem;
        padding-right: 0.45rem;
    } 
   .sidebar .nav-item .nav-link{
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 2rem;
        padding-right: 0.5rem;
        width: 3rem;
        text-align: center;    
    }
    .sidebar .nav-item .nav-link-activable{
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 2rem;
        padding-right: 0.5rem;
        width: 3rem;
        text-align: center;
    }
    #sidebarToggle{
        display: none;
    }
    .btn-sm, .btn-group-sm > .btn {
        padding: 0.25rem 0.5rem;
        font-size: 0.5rem;
        line-height: 2;
        border-radius: 0.2rem;
    }
    .font-weight-bold {
        font-weight: 350 !important;
    }
    #button_header{
        font-size: 0.75rem;
        height:calc(1.5em + 0.75rem);
    }
    #itemsByPage {
        font-size: 0.9rem;
        width:calc(1.4rem ) ;
    }
    #dateinput_header{
        font-size: 0.9rem;
        width:1.4rem ;
        padding: 0.2rem 0.2rem;
        font-weight: 300;
        height:calc(1.5em + 0.7rem);;
    }
    

}
@media (min-width: 1115px) and (max-width: 1299px) {
    .bg-gradient-primary {
        background-color: rgb(0 221 22);
        background-image: linear-gradient(180deg, #3ee73b 10%, rgb(31 183 34) 100%);
        background-size: cover;
    }
    .sidebar {
        width: 10rem !important;
    }
    .sidebar .sidebar-brand .sidebar-brand-text {
        display: none;
    }

    body {
        font-size: 0.8rem;
    }
    .form-control {
        display: block;
        width: 100%;
        height: calc(1.5em + 0.75rem + 2px);
        padding: 0.375rem 0.75rem;
        font-size: 0.7rem;
        font-weight: 400;
        line-height: 1.5;
    }
    th.searchString{
        padding-left: 0.1rem;
        padding-right: 0.1rem;
    } 
    th.searchSlider{
        padding-left: 0.45rem;
        padding-right: 0.45rem;
    } 
    th.searchString .form-control{
        padding-left: 0;
        padding-right: 0;
    } 
    th.searchSlider{
        padding-left: 0.45rem;
        padding-right: 0.45rem;
    } 
    .sidebar .nav-item .nav-link{
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 1.5rem;
        padding-right: 4rem;
    }
    .sidebar .nav-item .nav-link-activable{
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 1.5rem;
        padding-right: 0.5rem;
    }
    #sidebarToggle{
        display: none;
    }
    .btn-sm, .btn-group-sm > .btn {
        padding: 0.25rem 0.5rem;
        font-size: 0.58rem;
        line-height: 2;
        border-radius: 0.2rem;
    }
    .font-weight-bold {
        font-weight: 400 !important;
    }
    #button_header{
        font-size: 0.80rem;
        height:calc(1.5em + 0.75rem);
    }
    #itemsByPage {
        font-size: 0.9rem;
        width:1.8rem ;
        padding: 0.2rem 0.2rem;
        font-weight: 300;
    }
    #dateinput_header{
        font-size: 0.9rem;
        width:1.8rem ;
        padding: 0.2rem 0.2rem;
        font-weight: 300;
        height:calc(1.5em + 0.7rem);;
    }
    
}
@media (min-width: 1300px) and (max-width: 1919px) {
    .bg-gradient-primary {
        background-color: rgb(221,44,0);
        background-image: linear-gradient(180deg, #e74a3b 10%, rgb(245,0,87) 100%);
        background-size: cover;
    }
    .form-control {
        display: block;
        width: 100%;
        height: calc(1.5em + 0.75rem + 2px);
        padding: 0.375rem 0.1rem;
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1.5;
    }
    th.searchString{
        padding-left: 0.45rem;
        padding-right: 0.45rem;
    } 
    th.searchSlider{
        padding-left: 0.45rem;
        padding-right: 0.45rem;
    } 
    th.searchString .form-control{
        padding-left: 0.45rem;
        padding-right: 0.45rem;
    } 
    th.searchSlider{
        padding-left: 0.45rem;
        padding-right: 0.45rem;
    } 
    .btn-sm, .btn-group-sm > .btn {
        padding: 0.25rem 0.5rem;
        font-size: 0.75rem;
        line-height: 1.5;
        border-radius: 0.2rem;
    }
    .font-weight-bold {
        font-weight: 600 !important;
    }
    #button_header{
        font-size: 0.80rem;
        height:calc(1.5em + 0.75rem + 2px);;
    }

    #itemsByPage{
        font-size: 0.95rem;
        width:1.8rem ;
        padding: 0.3rem 0.2rem;
        font-weight: 300;
    }
    #dateinput_header{
        font-size: 0.95rem;
        width:1.8rem ;
        padding: 0.3rem 0.2rem;
        font-weight: 300;
        height:calc(1.5em + 0.7rem);;
    }
    

}
@media (min-width: 1920px) {
    .bg-gradient-primary {
        background-color: #4e73df;
        background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%);
        background-size: cover;
    }

    #itemsByPage {
        font-size: 1rem;
        width:2rem ;
        padding: 0.3rem 0.3rem;
        font-weight: 400;
        line-height: 1.5;
    }
    #dateinput_header{
        font-size: 1rem;
        width:2rem ;
        padding: 0.3rem 0.3rem;
        font-weight: 400;
        height:calc(1.5em + 0.95rem );
    }

}
*/