﻿.inputNumber {
    max-width: 280px;
}

.sidebar ul.menu-elements {
    /*border-bottom: 1px solid #444;*/
    transition: all .3s;
}

.sidebar ul li a {
    display: block;
    padding: 10px 20px;
    /*border: 0;*/
    color: #636464;
}

    .sidebar ul li a:hover,
    .sidebar ul li a:focus,
    .sidebar ul li.active > a:hover,
    .sidebar ul li.active > a:focus {
        outline: 0;
        background: #d8d8d8;
        color: #636464;
    }

    .sidebar ul li a i {
        margin-right: 5px;
    }

.sidebar ul li.active > a,
a[aria-expanded="true"] {
    background: #d8d8d8;
    color: #636464;
}

.sidebar ul ul a {
    /*background: #444;*/
    padding-left: 30px;
    font-size: 14px;
    text-decoration: none;
}

.sidebar ul ul li.active > a {
    background: #d8d8d8;
}

.sidebar a[data-toggle="collapse"] {
    position: relative;
}

.sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.table-style1 {
    width: 100%;
    background-color: #f3f3f3;
}

    .table-style1 tbody {
        height: 200px;
        overflow-y: auto;
        width: 100%;
    }

    .table-style1 thead, .table-style1 tbody, .table-style1 tr, .table-style1 td, .table-style1 th {
        display: block;
    }

        .table-style1 tbody td {
            float: left;
        }

        .table-style1 thead tr th {
            float: left;
            background-color: gold;
            border-color: gold;
        }

.Error {
    color: red;
}

.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
}
