main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}


.nav-item a.nav-link button{
    padding:0;
    font-size: 14px;
    text-decoration: none;
}
a.nav-link svg{
    width:18px;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.table th{
    color:#b3b3b3;
}

.table > :not(caption) > * > * {
    border-bottom-color: #e9e9e9;
}

.table tbody tr:nth-child(odd){
    background-color: #f7f8fd;
}

.line-ua{
    width: 100%;
    border-top: 2.4px #369bf9 solid;
    border-bottom: 3px yellow solid;
}



.sidebar {
    position: fixed;
    top: 0;
    /* rtl:raw:
    right: 0;
    */
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    _box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}



.sidebar-sticky {
    height: calc(100vh - 48px);
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

#sidebarMenu{
    background: white;
}

.sidebar .nav-link .feather {
    margin-right: 10px;
    color: #504aa3;

}

.sidebar .nav-link form button, .sidebar .nav-link {
    color: #686789;
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.39px;
    padding-bottom: 13px;
}
.sidebar .nav-link form{
    padding-left: 3px
}
.title{
    color:#555555;
    margin: 0;
}
#config-demo{
    width: 194px;
    font-size: 15px;
}
.el-button{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    height: 32px;
    white-space: nowrap;
    cursor: pointer;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    transition: .1s;
    font-weight: 500;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    -webkit-appearance: none;
    background-color: #e6a23c;
    border: 1px #dcdfe6 solid;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 4px;
}
.btn-blue{
    background-color: #3cb4e6;
}
.btn-blue.plain{
    background-color: #ecf5ff;
    color: #409eff;
    border-color: #a0cfff;
}
.btn-green{
    background-color: #00cc26;
    color:white;
}
.sidebar .nav-link.active {
    color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #4e4799;
    font-weight: 700;
    background: -webkit-linear-gradient(#4e4799,#36648c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.navbar{
    background: white;
    padding: 10px 0 10px 0;
    transition: 0.2s ease-out all;
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.primary-text{
    color:#a0cfff;
}

form .form-label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-group{
    margin-bottom: 25px;
}



@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
    .navbar{
        border-bottom: 2.4px solid #369bf9;
        box-shadow: 0 0 0 3px yellow;
    }
    .sm-dn{
        display: none;
    }
}

@media (min-width: 767.98px) {
    #sidebarMenu, .navbar {
        border-left: 13px #c9e4d3 solid;
    }
}


.pagination{
    font-size:15px;
}

.pagination li{
    padding: 0 5px;
}

.pagination li a{
    color:#212529;
}

.pagination li.active a{
    color: #0d6efd;
    font-size:17px;
}
