/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 3, 2021, 11:37:38 AM
    Author     : Ashutosh.K
*/


@media (min-width: 768px){
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
        transition: margin-left .3s ease-in-out;
        margin-left: 0px; 
    }


}

/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    /*border-radius: 10px;*/
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
    /*border-radius: 10px;*/
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

body{
    /*font-family: 'Sora', sans-serif;*/
    /*font-family: 'Manrope', sans-serif;*/
    /*font-family: 'Montserrat', sans-serif;*/
    /*font-family: 'Lato', sans-serif;*/
    /*font-family: 'Oxygen', sans-serif;*/
    /*font-family: 'Epilogue', sans-serif;*/
    /*font-family: 'Inter', sans-serif;*/
    /*font-family: 'Hahmlet', serif;*/
    /*font-family: 'Lora', serif;*/
    font-family: 'Nunito', sans-serif;
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-family: 'Raleway', sans-serif;*/
    /*font-family: 'Roboto', sans-serif;*/
    /*font-family: 'Source Sans Pro', sans-serif;*/
    /*font-family: 'Work Sans', sans-serif;*/
    font-weight: 400;
    letter-spacing: .25px;
}
.content-wrapper{
    /*background: #f0f3f6;*/                
    background: #fcfcfc;  
    /*background: #fff;*/
}
.dropdown-menu li{
    padding: 4px 8px;
    border-top: 1px solid #eee;
}
.dropdown-menu{
    padding: 0px;
    right: 4px;
    left: auto;
    /*white-space: nowrap;*/
    margin-top: 5px !important;
    border-bottom: none;
    border: none;
    /*border-radius: 12px;*/ 
    z-index: 1021;
}
.dropdown-menu li{
    padding: 0px;
}
.bootstrap-datetimepicker-widget.dropdown-menu{
    z-index: 999;
}
table .btn.btn-sm{
    min-width: 60px;
}
.select2-container--default .select2-dropdown.select2-dropdown--below{
    z-index: 999;
}
.dropdown-item {
    padding: 0.40rem 0.80rem !important;
    white-space: normal !important;
    line-height: normal !important;
}
/*            .dropdown-item.active, .dropdown-item:active {
                color: #fff;
                text-decoration: none;
                background-color: #343a40;
            }*/

.bg-customBlueLight{
    /*background: #eceff1;*/
    /*background: #eceff1a1;*/
    background: #eceff1d9;
}
.bg-customBlueDark{
    /*background: #cfd8dc;*/
    background: #cfd8dc;
}

@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1185px;
    }
}
@media (min-width: 1300px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1260px;
    }
}
/*            @media (min-width: 1300px){
            .container, .container-lg, .container-md, .container-sm, .container-xl {
                max-width: 1280px;
            }
            }
            @media (min-width: 130px){
            .container, .container-lg, .container-md, .container-sm, .container-xl {
                max-width: 1280px;
            }
            }*/

@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 50px; /* adjust to height of navbar */
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 75%;
        height: 100%;
    }

    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }
}
@media (max-width: 992px){
    .navbar-collapse.show {
        background: #343a40;
    }
}
@media (max-width: 992px){
    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 200ms ease-in-out;
    }
}

.navbar{
    padding: 5px 8px !important;
}
.form-group,.select2-container--default .select2-results__option {
    font-size: small;
}
.card,.small-box,.form-control,.select2-container--default .select2-selection--single
{    
    /*border-radius: 10px;*/
}
.btn{
    border-radius: 4px;
}
.card-footer, .small-box-footer{
    /*border-radius: 0px 0px 10px 10px;*/
}
.form-control,.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple{
    font-size: small;
    border: 0.5px solid #ececec;
    /*background-color: #f8f9fa42;*/
    background-color: rgb(255 255 255);
    /*border-radius: 10px;*/
}
.card{
    border: 0.5px solid #eee;
    /*box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.08), 0px 1px 12px rgba(0, 0, 0, 0.04);*/
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.btn{
    box-shadow: 0px 2px 5px #bbb;
}
.bxShadow{
    /*box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.08), 0px 1px 12px rgba(0, 0, 0, 0.04);*/
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.card, .card-body, .card-header, .card-footer{
    /*background: #fff;*/
}
/*            tr:first-child th:first-child { border-top-left-radius: 10px; }
            tr:last-child th:last-child { border-top-right-radius: 10px; }

            tr:first-child td:first-child { border-top-left-radius: 10px; }
            tr:first-child td:last-child { border-top-right-radius: 10px; }
            tr:last-child td:last-child { border-bottom-right-radius: 10px; }*/

/*tr th:first-child, tr td:first-child { border-top-left-radius: 8px; }
tr th:last-child, tr td:last-child { border-top-right-radius: 8px; }
tr th:first-child, tr td:first-child { border-bottom-left-radius: 8px; }
tr th:last-child, tr td:last-child { border-bottom-right-radius: 8px; }*/


.table > tbody > tr > td {
    vertical-align: middle;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
    transition: all .5s;
}
nav ul li a:hover {
    color: #555;
}
.navbar-nav .nav-link{
    font-size: 15px;
    /*font-weight: 700;*/
    color:#fff !important;
}

/* SHIFT */
nav.shift ul li a {
    position:relative;
    z-index: 1;
}
nav.shift ul li a:hover {
    color: #91640F;
}
nav.shift ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #0D47A1;
    visibility: none;
    opacity: 0;
    z-index: -1;
}
nav.shift ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.sticky-top{
    /*    z-index: 999999999;*/
}


/* Keyframes */
@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }
    50% {
        width: 100%;
        height: 1px;
    }
    100% {
        width: 100%;
        height: 100%;
        background: #333;
    }
}

/* Keyframes */
@-webkit-keyframes circle {
    0% {
        width: 1px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 1px;
        z-index: -1;
        background: #eee;
        border-radius: 100%;
    }
    100% {
        background: #aaa;
        height: 5000%;
        width: 5000%;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 0;
    }
}



/* stroke */
nav.stroke ul li a,
nav.fill ul li a {
    position: relative;
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #aaa;
    height: 1px;
}
nav.stroke ul li a:hover:after {
    width: 100%;
}

nav.fill ul li a {
    transition: all 2s;
}

nav.fill ul li a:after {
    text-align: left;
    content: '.';
    margin: 0;
    opacity: 0;
}
nav.fill ul li a:hover {
    color: #fff;
    z-index: 1;
}
nav.fill ul li a:hover:after {
    z-index: -10;
    animation: fill 1s forwards;
    -webkit-animation: fill 1s forwards;
    -moz-animation: fill 1s forwards;
    opacity: 1;
}

/* Circle */
nav.circle ul li a {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
nav.circle ul li a:after {
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '.';
    color: transparent;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    background: #aaa;
}
nav.circle ul li a:hover:after {
    -webkit-animation: circle 1.5s ease-in forwards;
}

.dropdown-menu li:first-child{border-top: 0px solid;}
/*.dropdown-menu li:first-child a:hover:after{border-radius: 10px 10px 0px 0px;background-color: transparent;}*/
/*.dropdown-menu li:last-child a:hover:after{border-radius: 0px 0px 10px 10px;background-color: transparent;}*/

.border-ddd{
    border-color: #ddd;
}

.bootstrap-datepicker-widget.dropdown-menu{
    /*z-index: -99999;*/
}

.sidebarFlyout {
    height: 100%;
    width: 0;
    position: fixed;
    /*z-index: 9999;*/
    z-index: 1026;
    top: 0;
    right: 0;
    background-color: #fcfcfc;
    overflow-x: hidden;
    transition: 0.5s;
    /*padding-top: 60px;*/
    box-shadow: 0px 4px 10px #ddd;
}

.sidebarFlyout a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidebarFlyout a:hover {
    color: #222;
}

.sidebarFlyout .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    /*                right: 25px;*/
    font-size: 36px;
    /*margin-left: 50px;*/
}

@media screen and (max-height: 450px) {
    .sidebarFlyout {padding-top: 15px;}
    .sidebarFlyout a {font-size: 18px;}
}
#main {
    transition: margin-left .5s;
    padding: 0px;
}
.select2-dropdown{
    /*z-index: 10011;*/
}
.btn {
    margin: 1.5px auto;
}
.panel{
    padding: 15px;
    padding-top: 55px;
    /*background: #fff;*/
    /*background: #fcfcfc;*/
    /*background: #f0f3f6;*/
    background: #f9f9f9;
    height: 100%;
}
.panel-header{
    background: #fcfcfc;
    position: fixed;
}
.flyout-title{

}
.view-group{
    padding: 5px;
    background: #fcfcfc;
    border-left: 3px solid #e1e1e1;
    /*border-radius: 4px 10px 10px 4px;*/
}
.nav-link{
    margin-left: 3px;
}
.nav-link:hover,.nav-link:active,.nav-link:focus{
    background: #4b4d4e54;
    /*border-radius: 35px;*/
    border-radius: 5px;
}

.page-link{
    padding: .2rem .35rem;
}

/*            yellow #ffea00
            dark-blue #1a237e
            red #d50000
            green #1b5e20   or   #2e7d32
            black #212121*/

#toast-container>div{
    opacity: .95;
    /*z-index: 99999;*/
    /*    position: absolute; 
        left: 50%;
        transform: translate(-50%, 0);*/
}
/*.toast-top-center {
    top: 15px;
    margin: 0 auto;
    left: 50%;
}*/

/* Style for positioning toast */
/*            .toast{
                position: fixed; 
                bottom: 10px; 
                right: 10px;
                background-color: rgba(255,255,255,.95);
                z-index: 99999;
            }

            @media screen and (max-height: 450px) {
                .toast{
                    position: fixed; 
                    bottom: 10px; 
                    right: 10px;
                    left: 10px;
                } 
            }*/
.select2-selection__arrow,.select2-selection--single{
    height: calc(2.25rem + 2px) !important;
    padding: 0.75rem !important;
}
.select2-container--default .select2-selection--multiple{
    /*height: calc(2.25rem + 2px) !important;*/
    padding: 0.25rem !important;
}


.btn-toggle {
    top: 50%;
    transform: translateY(-50%);
}
.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    /*background: #bdc1c8;*/
    background: #d50000;
}
.btn-toggle:focus, .btn-toggle:focus.active, .btn-toggle.focus, .btn-toggle.focus.active {
    outline: none;
}
.btn-toggle:before, .btn-toggle:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity .25s;
}
.btn-toggle:before {
    content: 'Out';
    left: -4rem;
}
.btn-toggle:after {
    content: 'In';
    right: -4rem;
    opacity: .5;
}
.btn-toggle > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left .25s;
}
.btn-toggle.active {
    transition: background-color .25s;
}
.btn-toggle.active > .handle {
    left: 1.6875rem;
    transition: left .25s;
}
.btn-toggle.active:before {
    opacity: .5;
}
.btn-toggle.active:after {
    opacity: 1;
}
.btn-toggle.btn-sm:before, .btn-toggle.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: .75px;
    left: 0.4125rem;
    width: 2.325rem;
}
.btn-toggle.btn-sm:before {
    text-align: right;
}
.btn-toggle.btn-sm:after {
    text-align: left;
    opacity: 0;
}
.btn-toggle.btn-sm.active:before {
    opacity: 0;
}
.btn-toggle.btn-sm.active:after {
    opacity: 1;
}
.btn-toggle.btn-xs:before, .btn-toggle.btn-xs:after {
    display: none;
}
.btn-toggle:before, .btn-toggle:after {
    color: #6b7381;
}
.btn-toggle.active {
    /*background-color: #29b5a8;*/
    background-color: #2e7d32;
}
.btn-toggle.btn-lg {
    margin: 0 5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 2.5rem;
    width: 5rem;
    border-radius: 2.5rem;
}
.btn-toggle.btn-lg:focus, .btn-toggle.btn-lg:focus.active, .btn-toggle.btn-lg.focus, .btn-toggle.btn-lg.focus.active {
    outline: none;
}
.btn-toggle.btn-lg:before, .btn-toggle.btn-lg:after {
    line-height: 2.5rem;
    width: 5rem;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity .25s;
}
.btn-toggle.btn-lg:before {
    content: 'Out';
    left: -5rem;
}
.btn-toggle.btn-lg:after {
    content: 'In';
    right: -5rem;
    opacity: .5;
}
.btn-toggle.btn-lg > .handle {
    position: absolute;
    top: 0.3125rem;
    left: 0.3125rem;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 1.875rem;
    background: #fff;
    transition: left .25s;
}
.btn-toggle.btn-lg.active {
    transition: background-color .25s;
}
.btn-toggle.btn-lg.active > .handle {
    left: 2.8125rem;
    transition: left .25s;
}
.btn-toggle.btn-lg.active:before {
    opacity: .5;
}
.btn-toggle.btn-lg.active:after {
    opacity: 1;
}
.btn-toggle.btn-lg.btn-sm:before, .btn-toggle.btn-lg.btn-sm:after {
    line-height: 0.5rem;
    color: #fff;
    letter-spacing: .75px;
    left: 0.6875rem;
    width: 3.875rem;
}
.btn-toggle.btn-lg.btn-sm:before {
    text-align: right;
}
.btn-toggle.btn-lg.btn-sm:after {
    text-align: left;
    opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:before {
    opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:after {
    opacity: 1;
}
.btn-toggle.btn-lg.btn-xs:before, .btn-toggle.btn-lg.btn-xs:after {
    display: none;
}
.btn-toggle.btn-sm {
    margin: 0 .5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 4.5rem;
    height: 2.6rem;
    width: 7rem;
    border-radius: 1.5rem;
}
.btn-toggle.btn-sm:focus, .btn-toggle.btn-sm:focus.active, .btn-toggle.btn-sm.focus, .btn-toggle.btn-sm.focus.active {
    outline: none;
}
.btn-toggle.btn-sm:before, .btn-toggle.btn-sm:after {
    line-height: 1.5rem;
    width: .5rem;
    text-align: center;
    font-weight: 600;
    /*font-size: .55rem;*/
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 22%;
    transition: opacity .25s;
}
.btn-toggle.btn-sm:before {
    content: 'Out';
    left: -0.5rem;
}
.btn-toggle.btn-sm:after {
    content: 'In';
    right: -0.5rem;
    opacity: .5;
}
.btn-toggle.btn-sm > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 2.23rem;
    height: 2.23rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left .25s;
}
.btn-toggle.btn-sm.active {
    transition: background-color .25s;
}
.btn-toggle.btn-sm.active > .handle {
    /*left: 1.6875rem;*/
    left: 3.17rem;
    left: 4.6rem;
    transition: left .25s;
}
.btn-toggle.btn-sm.active:before {
    opacity: .5;
}
.btn-toggle.btn-sm.active:after {
    opacity: 1;
}
.btn-toggle.btn-sm.btn-sm:before, .btn-toggle.btn-sm.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: .75px;
    /*left: 0.4125rem;*/
    left: 1.4rem;
    /*width: 2.325rem;*/
    /*width: 3.8rem;*/
    width: 5.1rem;
}
.btn-toggle.btn-sm.btn-sm:before {
    text-align: right;
}
.btn-toggle.btn-sm.btn-sm:after {
    text-align: left;
    opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:before {
    opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:after {
    opacity: 1;
}
.btn-toggle.btn-sm.btn-xs:before, .btn-toggle.btn-sm.btn-xs:after {
    display: none;
}
.btn-toggle.btn-xs {
    margin: 0 0;
    padding: 0;
    position: relative;
    border: none;
    height: 1rem;
    width: 2rem;
    border-radius: 1rem;
}
.btn-toggle.btn-xs:focus, .btn-toggle.btn-xs:focus.active, .btn-toggle.btn-xs.focus, .btn-toggle.btn-xs.focus.active {
    outline: none;
}
.btn-toggle.btn-xs:before, .btn-toggle.btn-xs:after {
    line-height: 1rem;
    width: 0;
    text-align: center;
    font-weight: 600;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity .25s;
}
.btn-toggle.btn-xs:before {
    content: 'Out';
    left: 0;
}
.btn-toggle.btn-xs:after {
    content: 'In';
    right: 0;
    opacity: .5;
}
.btn-toggle.btn-xs > .handle {
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 0.75rem;
    background: #fff;
    transition: left .25s;
}
.btn-toggle.btn-xs.active {
    transition: background-color .25s;
}
.btn-toggle.btn-xs.active > .handle {
    left: 1.125rem;
    transition: left .25s;
}
.btn-toggle.btn-xs.active:before {
    opacity: .5;
}
.btn-toggle.btn-xs.active:after {
    opacity: 1;
}
.btn-toggle.btn-xs.btn-sm:before, .btn-toggle.btn-xs.btn-sm:after {
    line-height: -1rem;
    color: #fff;
    letter-spacing: .75px;
    left: 0.275rem;
    width: 1.55rem;
}
.btn-toggle.btn-xs.btn-sm:before {
    text-align: right;
}
.btn-toggle.btn-xs.btn-sm:after {
    text-align: left;
    opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:before {
    opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:after {
    opacity: 1;
}
.btn-toggle.btn-xs.btn-xs:before, .btn-toggle.btn-xs.btn-xs:after {
    display: none;
}
.btn-toggle.btn-secondary {
    color: #6b7381;
    background: #bdc1c8;
}
.btn-toggle.btn-secondary:before, .btn-toggle.btn-secondary:after {
    color: #6b7381;
}
.btn-toggle.btn-secondary.active {
    background-color: #ff8300;
}


#entryCountList .list-group-item .badge{
    font-size: small !important;
}

.btn-rounded{
    /*border-radius:12px;*/
}
.is-invalid ~ .select2-container--default .select2-selection--single, .is-invalid ~ .select2-container--default .select2-selection--multiple {
    border: 1px solid #d50000;
}

.badge {
    padding: 0.33em 0.4em 0.25em;
}

#loader {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #444444;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
}

.table thead th{
    font-weight: 500 !important;
    border-bottom: 0px;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.content-wrapper {
    height: 95%;
}

#entryCountList.list-group-horizontal .list-group-item {
    padding:  0.75rem !important;
}

.lineHeader {
    width: 100%; 
    border-bottom: 1px solid #000; 
    line-height: 0.1em;
    margin: 10px 0 20px; 
}
.lineHeader span{
    background:#fff; 
    padding:0 10px; 
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #userWebProfile{
        display: none;
    }
    #mobileMenuBars{
        display: block;
    }
    .main-sidebar{
        display: block;
    }
}

@media only screen and (min-width: 769px) {
    /* For tablets: */
    /*    #userWebProfile{
            display: none;
        }*/
    .main-sidebar{
        display: none;
    }
    #mobileMenuBars{
        display: none;
    }
}

@media only screen and (max-device-width: 480px) {
    #mobileMenuBars{
        display: block;
    }
    #descktopMenu{
        display: none;
    }
    .main-sidebar{
        display: block;
    }
    #userWebProfile{
        display: none;
    }
    #entryCountList.list-group-horizontal{
        flex-direction: column;
        border: 0.5px solid rgba(0,0,0,.125);
    }
    #entryCountList.list-group-horizontal .list-group-item{
        /*border: 0.5px solid rgba(0,0,0,.125);*/
        border:none;
        border-top: 0.5px solid rgba(0,0,0,.125);
        border-bottom: 0.5px solid rgba(0,0,0,.125);
    }
    #entryCountList.list-group-horizontal>.list-group-item:first-child, #entryCountList.list-group-horizontal>.list-group-item:last-child{
        border-radius: 0px;
        border: 0px;
    }
    #entryCountList.list-inline{
    }
    #entryCountList.list-inline .list-inline-item{
        display: block;
        margin-bottom: 5px;
    }
    #entryCountList{
        width: 100%;
    }
    /*list-inline-item*/
}


.content-wrapper {
    padding-bottom: 60px !important;
/*    background: #fcfcfc;*/
}
.main-footer{
    position: absolute !important;
    bottom: 0 !important;
    width: 100% !important;
}




/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}

