body {
    overflow-x: hidden;
}

#wrapper {
    padding-left: 0;
    padding-top: 50px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 36px;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #004b78;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled div#sidebar-wrapper:hover {
    margin-left: -250px;
}

#sidebar-wrapper:hover {
    width: 250px;
}

#sidebar-wrapper a {
    color: #ffffff;
}

#sidebar-wrapper a:hover {
    color: #333333;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px 0 15px 36px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}


/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.nav .open > a {
    color: #000;
}

#sidebar-wrapper .open a {
    color: #000;
}

#sidebar-wrapper .open .nav-second-level a {
    color: #f3f3f3;
}

#sidebar-wrapper .open .nav-second-level a:hover {
    color: #000000;
}

@media (min-width: 768px) {
    #wrapper {
        padding-left: 0;
    }

    #wrapper.toggled {
        padding-left: 250px;
    }

    #sidebar-wrapper {
        width: 38px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }

    #page-content-wrapper {
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

@media (max-width: 575.98px) {
    #sidebar-wrapper {
        width: 0px;
    }

    #page-content-wrapper {
        width: 100%;
        position: absolute;
        padding: 15px 0 15px 0px;
    }

}

#page-inner {
    width: 100%;
    margin: 10px 20px 10px 0px;
    background-color: #fff !important;
    padding: 10px;
    #min-height: 600px;
}

.page-head-line {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    padding-bottom: 20px;
    border-bottom: 2px solid #d2d2d2;
    margin-bottom: 30px;
}

.btn {
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

.progress {
    height: 5px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #A3A3A3 !important;
}


/*==============================================
    MENU STYLES    
 =============================================*/


.navbar-cls-top .navbar-brand {
    color: #fff;
    background: #DD1533;
    width: 180px;
    text-align: center;
    height: 75px;
    font-size: 18px;
    letter-spacing: 1px;
    padding-top: 25px;
}

.navbar-cls-top .navbar-brand:hover {
    background: #DD1533;
    color: #fff;
}

.header-right {
    color: #fff;
    padding: 15px 50px 5px 50px;
    float: right;
    font-size: 16px;
}

.user-img-div {
    min-height: 130px;
    padding: 20px;
    background-color: #262626;
    text-align: center;
}

.user-img-div img {
    height: 130px;
    border: 5px solid #DD1533;
}


.active-menu {
    background-color: #fff !important;
    border-left: 5px solid #DD1533;
}

.active-menu-top {
    background-color: #000 !important;
}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}


.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

.nav-second-level li a {
    padding-left: 37px;
}

.nav-third-level li a {
    padding-left: 55px;
}

.sidebar-collapse, .sidebar-collapse .nav {
    background: none;
}

.sidebar-collapse .nav {
    padding: 0;
}

.sidebar-collapse .nav > li > a {
    color: #000;
    background: #E2E2E2;
    text-shadow: none;
    border-bottom: 1px solid #D2D2D2;
}

.sidebar-collapse > .nav > li > a {
    padding: 15px 10px;
}

.sidebar-collapse .nav > li > a:hover,
.sidebar-collapse .nav > li > a:focus {
    background: #D2D2D2;
    outline: 0;
}


.nav-second-level > li:last-child > a:after,
.nav-third-level > li:last-child > a:after {
    height: 50%;
}

.nav-third-level > li > a:after,
.nav-third-level > li > a:before {
    left: 40px;
}

.navbar-side {
    border: none;
    background-color: #202020;
}

.navbar-cls-top {
    background: #262626;
    border-bottom: none;
}


.navbar-default {
    border: 0px solid black;
}

.navbar-header {
    background: #000000;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #DD1533;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;

}

.nav > li > a > i {
    margin-right: 10px;
}

/*==============================================
    NOTIFICATION  STYLES    
 =============================================*/
.notifications-wrapper {
    margin-left: 3px;
}

.notifications-wrapper .nav {
    background-color: #D2d2d2;
}

.notifications-wrapper li {
    display: inline-block;
}


.notifications-wrapper li a {
    padding: 25px;
    min-height: 50px;
}


.notifications-wrapper .dropdown-tasks {
    width: 250px;
    min-width: 0;
}


.notifications-wrapper .dropdown-menu li {
    display: block;
}

.notifications-wrapper .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.notifications-wrapper .nav > li > a {
    background-color: #E2E2E2;
    color: #000;
}

.notifications-wrapper .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #FFF !important;
    color: #000 !important;

}

.notifications-wrapper .dropdown-menu {
    margin: 0px;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

/*==============================================
    FOOTER  STYLES    
 =============================================*/
footer {
    background-color: #262626;
    padding: 20px 50px;
    color: #fff;
    font-size: 12px;
}

footer a {
    color: #fff;
}

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

/*===============================================================================================
    DASHBOARD STYLES
 ===============================================================================================*/

.style-box-one {
    text-align: center;
    padding: 20px;
    margin-bottom: 40px;
    border-left: 10px solid #262626;
}

.style-box-one a, .style-box-one a:hover {
    color: #fff;
    text-decoration: none;
}

.style-box-one span {
    font-size: 50px;
    padding-bottom: 10px;
}

.Style-one-clr-one {
    background-color: #d96614;
}

.Style-one-clr-two {
    background-color: #2bbeb5;
}

.Style-one-clr-three {
    background-color: #e83dab;
}

.Style-one-clr-four {
    background-color: #adab36;
}

.current-notices ul {
    padding-left: 20px;
    list-style: decimal-leading-zero;
    line-height: 30px;
}

/*==============================================
    MEDIA QUERIES     
  =============================================*/

@media (min-width: 768px) {
    .page-wrapper-cls {
        margin: 0 0 0 180px;
    }


    .navbar-side {
        z-index: 1;
        position: absolute;
        width: 180px;
    }

    .navbar {
        border-radius: 0px;
    }
}

@media (min-width: 280px) and (max-width: 767px ) {
    #menuClose {
        visibility: hidden;
    }
}

.card {
    padding: 10px;
    border: 1px solid #ddd;
    transition: 0.1s all;
}

.card:hover{
    border: 1px solid #c2c2c2;
}

.card-title {
    color: #333;
    font-size: 16px;
    text-align: center;
}

.card-text {
    color: #84919B;
    font-size: 12px;
    text-align: center;
}

.front_btn {
    display: block;
    padding: 5px 5px;
    border: 1px solid #002a80;
    width: 32%;
    margin-top: 1%;
    margin-left: 1%;
    text-decoration: none;
}

.btn-main-col{
    display: flex;
    justify-content: normal;
    align-items: center;
    flex-flow: wrap;
}

.front_btn:hover {
    background-color: #0A246A;
    color: #ffffff;
    text-decoration: none;
}

#menu-toggle {
    display: block;
    padding: 12px;
    background-color: #faaf00;
    color: #ffffff;
    width: 38px;
    height: 50px;
}

#menu-toggle a {
    color: #ffffff;
}

a.btn-top {
    display: block;
    float: left;
    padding: 12px;
}

a.top-btn-right {
    display: block;
    float: right;
    padding: 12px;
}

/*Login style*/

#col22 {
    background-image: url(../images/image_login.jpg);
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;

}

.form11 {
    margin-top: 10vw;
    padding: 20px 40px;
    width: 500px;
}

.navButton {
    display: inline-block;
    margin: 40px;
    width: 100px;
    height: 100px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;

    box-shadow: 0 0 20px rgba(0, 0, 0, 1),
    inset 0 2px 0 rgba(255, 255, 255, .6),
    0 2px 0 rgba(0, 0, 0, .1),
    inset 0 0 20px rgba(0, 0, 0, .1);
}

.navButton:hover {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, .2),
    0 2px 0 rgba(255, 255, 255, .4),
    inset 0 2px 0 rgba(0, 0, 0, .1);
}

#btn111 {
    position: relative;
    top: 370px;
    right: 105px;
    font-size: 65px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}


#btn111:hover {
    color: #808080;
}

@media (max-width: 576px) {

    .form11 {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        padding: 10px;
        margin-top: 20px;
    }

    #col22 {
        display: none;

    }

    .navButton {
        display: none;
    }

    #btn111 {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    #col22 {
        display: none;

    }

    .navButton {
        display: none;
    }

    #btn111 {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #col22 {
        display: none;

    }


    .navButton {
        display: none;
    }

    #btn111 {
        display: none;
    }
}

.footer {
    padding: 20px;
    color: #000000;
    font-size: 12px;
    position: fixed;
    width: 100%;
    height: auto;
    background-color: #f8f8f8;
    bottom: -10px;
    z-index: 111;
}

#version {
    position: absolute;
    bottom: 15px;
    left: 70px;
}

#copy {
    position: absolute;
    bottom: 15px;
    right: 45%;
}

/* Dropdown */

.dropdown-lang {
    display: inline-block;
    position: relative;
    margin-top: 12px;
    margin-right: 10px;
    float: right;
}

.dd-input {
    display: none;
}

.dd-button {
    color: #004b78;
    font-weight: 500;
}

.dd-menu {
    position: absolute;
    top: 100%;
    right: 0;
    border: 1px solid #ccc;
    /*border-radius: 4px;*/
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    list-style-type: none;
}

.dd-input + .dd-menu {
    display: none;
}

.dd-input:checked + .dd-menu {
    display: block;
}

.dd-menu li {
    padding: 10px 20px;
    cursor: pointer;
    white-space: nowrap;
}

.dd-menu li:hover {
    background-color: #f6f6f6;
}

.dd-menu li a {
    display: block;
    margin: -10px -20px;
    padding: 10px 20px;
}


.dd-menu li.divider {
    padding: 0;
    border-bottom: 1px solid #cccccc;
}

@media (min-width: 575.98px) {
    .news-widget {
        height: 89vh;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

@media (max-width: 575.98px) {
    .m-none {
        display: none !important;
    }

    .m-xs-1 {
        margin: .25rem;
    }

    .m-xs-2 {
        margin: .5rem;
    }

    .m-xs-3 {
        margin: 1rem;
    }

    .m-xs-4 {
        margin: 1.5rem;
    }

    .m-xs-5 {
        margin: 3rem;
    }

    .mt-xs-1 {
        margin-top: .25rem;
    }

    .mt-xs-2 {
        margin-top: .5rem;
    }

    .mt-xs-3 {
        margin-top: 1rem;
    }

    .mt-xs-4 {
        margin-top: 1.5rem;
    }

    .mt-xs-5 {
        margin-top: 3rem;
    }

    .mb-xs-1 {
        margin-bottom: .25rem;
    }

    .mb-xs-2 {
        margin-bottom: .5rem;
    }

    .mb-xs-3 {
        margin-bottom: 1rem;
    }

    .mb-xs-4 {
        margin-bottom: 1.5rem;
    }

    .mb-xs-5 {
        margin-bottom: 3rem;
    }

    .ml-xs-1 {
        margin-left: .25rem;
    }

    .ml-xs-2 {
        margin-left: .5rem;
    }

    .ml-xs-3 {
        margin-left: 1rem;
    }

    .ml-xs-4 {
        margin-left: 1.5rem;
    }

    .ml-xs-5 {
        margin-left: 3rem;
    }

    .mr-xs-1 {
        margin-right: .25rem;
    }

    .mr-xs-2 {
        margin-right: .5rem;
    }

    .mr-xs-3 {
        margin-right: 1rem;
    }

    .mr-xs-4 {
        margin-right: 1.5rem;
    }

    .mr-xs-5 {
        margin-right: 3rem;
    }

    .p-xs-1 {
        padding: .25rem;
    }

    .p-xs-2 {
        padding: .5rem;
    }

    .p-xs-3 {
        padding: 1rem;
    }

    .p-xs-4 {
        padding: 1.5rem;
    }

    .p-xs-5 {
        padding: 3rem;
    }

    .pt-xs-1 {
        padding-top: .25rem;
    }

    .pt-xs-2 {
        padding-top: .5rem;
    }

    .pt-xs-3 {
        padding-top: 1rem;
    }

    .pt-xs-4 {
        padding-top: 1.5rem;
    }

    .pt-xs-5 {
        padding-top: 3rem;
    }

    .pb-xs-1 {
        padding-bottom: .25rem;
    }

    .pb-xs-2 {
        padding-bottom: .5rem;
    }

    .pb-xs-3 {
        padding-bottom: 1rem;
    }

    .pb-xs-4 {
        padding-bottom: 1.5rem;
    }

    .pb-xs-5 {
        padding-bottom: 3rem;
    }

    .pl-xs-1 {
        padding-left: .25rem;
    }

    .pl-xs-2 {
        padding-left: .5rem;
    }

    .pl-xs-3 {
        padding-left: 1rem;
    }

    .pl-xs-4 {
        padding-left: 1.5rem;
    }

    .pl-xs-5 {
        padding-left: 3rem;
    }

    .pr-xs-1 {
        padding-right: .25rem;
    }

    .pr-xs-2 {
        padding-right: .5rem;
    }

    .pr-xs-3 {
        padding-right: 1rem;
    }

    .pr-xs-4 {
        padding-right: 1.5rem;
    }

    .pr-xs-5 {
        padding-right: 3rem;
    }
}

@media (max-width: 575.98px){
    .m-none{
        display: none;
    }

    .w-xs-100{
        width: 100%;
    }

    .w-xs-80{
        width: 80%;
    }

    .m-0{
        margin: 0;
    }
}

@media (min-width: 575.98px){
    .pc-none{
        display: none;
    }
}

@media (min-width: 575.98px) and (max-width: 1400px){
    #kassa .kassa-btn-modal{
        font-size: 14pt;
        margin-top: 3px;
    }

    .kassa-td-text{
        font-size: 12pt !important;
    }

    .input-lg{
        height: 30px!important;
    }

    .input-lg::placeholder{
        font-size: 10pt!important;
    }

    .kassa-btn-cat-add .btn{
        font-size: 10pt!important;
    }

    .kassa-btn-otch .btn-sm{
        font-size: 8pt!important;
    }

    #kassa .chosen-container-single .chosen-single{
        height: 30px !important;
        display: flex !important;
        align-items: center !important;
    }

    #kassa .chosen-container-single .chosen-single div b{
        margin-top: 2px;
    }

    .kassa-table-result .btn-success{
        font-size: 18pt !important;
    }

    .kassa-table-result .btn-danger{
        font-size: 14pt !important;
    }

    #kassa:not(.kassabuy) #selected_goods_container,
    #kassa:not(.kassabuy) #journal_container{
        min-height: 280px;
        overflow-y: scroll;
        border-bottom: 1px solid #ccc;
    }

    #kassa.kassabuy #selected_goods_container,
    #kassa.kassabuy #journal_container{
        min-height: 335px;
        overflow-y: scroll;
        border-bottom: 1px solid #ccc;
    }

}

@media (min-width: 1400px){
    #kassa .kassa-btn-modal{
        font-size: 20pt;
        margin-top: 3px;
    }

    #kassa .chosen-container-single .chosen-single{
        height: 45px !important;
        display: flex !important;
        align-items: center !important;
    }

    #kassa .chosen-container-single .chosen-single div b{
        margin-top: 10px;
    }

    .kassa-table-result .btn-success{
        font-size: 30pt;
    }

    .kassa-table-result .btn-danger{
        font-size: 20pt;
    }

    #kassa:not(.kassabuy) #selected_goods_container,
    #kassa:not(.kassabuy) #journal_container{
        min-height: 380px;
        overflow-y: scroll;
        border-bottom: 1px solid #ccc;
    }

    #kassa.kassabuy #selected_goods_container,
    #kassa.kassabuy #journal_container{
        min-height: 440px;
        overflow-y: scroll;
        border-bottom: 1px solid #ccc;
    }

}



.kassa-btn-cat-add .btn{
    font-size: 16pt;
}

.kassa-td-text{
    font-size: 20pt;
    padding: 10pt;
}

.w-100{
    width: 100%;
}

.w-80{
    width: 80%;
}


.d-flex{
    display: flex;
}

.justify-content-between{
    justify-content: space-between;
}

.justify-content-around{
    justify-content: space-around;
}

.justify-content-center{
    justify-content: center;
}

.align-items-center{
    align-items: center;
}

.align-items-end{
    align-items: flex-end;
}

#kassa .buttons-kassa .btn-sm{
    text-decoration: none;
    cursor: pointer;
}

#kassa .btn-default{
    border: 1px solid #ccc;
}

#kassa .btn-default:hover{
    background-color: #f2f2f2;
}

#kassa .btn-sm{
    text-decoration: none;
    cursor: pointer;
}

#kassa .table .btn-sm{
    border: none;
}

#kassa td{
    vertical-align: middle;
}

#kassa .input-group-addon:last-child{
    text-decoration: none;
    cursor: pointer;
}

#kassa .input-group-addon:last-child:hover{
    background-color: #337ab7;
    color: #fff;
}

#kassa .input-group-addon:last-child:active,
#kassa .input-group-addon:last-child:focus{
    background-color: #286090;
    color: #fff;
}