﻿select {
     -moz-appearance: menulist !important;
    -webkit-appearance: menulist !important;
}

    select:disabled {
        color: #5b5b60 !important;
        border: 1px solid #c8c7cc !important;
    }

input[type=number] {
    text-align:right;
}
input[type=text] {
    text-align:left;
}
.hop {
    display: block;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #0077ff !important;
    border-color: #0077ff !important;
}

.has-feedback .form-control {
    padding-right: 10px !important;
}
.sidebar-container {
    background-color: #333A4A;
}
.margin-right-10 {
    margin-right: 10px;
}

.small-spacing-top {
    padding-top: 1em;
}

.medium-spacing-top {
    padding-top: 1.5em;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
 
    .upload-btn-wrapper input[type=file] {
        font-size: 100px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }

.text-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
}

.navbar .navbar-right > li > a i {
    display: inline-block;
}

.dashboard {
    font-size: 15px !important;
    line-height: 54px !important;
    height: 64px !important;
}


.aTabs {
    text-decoration: none;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    margin: 0 0 0 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #646e7a;
    font-size: 12px;
    color: #ffffff;
    font-family: Helvetica, Arial, sans-serif;
}

    .aTabs:hover {
        background-color: #0077ff;
        color: #fff !important;
    }

a.activeli {
    background-color: #0077ff;
    color: #fff;
}

ul li {
    list-style-type: none;
}

.panel-tabs, .tabbable {
    background-color: #ffffff !important;
}

.borderli {
    list-style-position: inside;
    border: 1px solid black;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 5em;
}

.tab-content > div {
    display: none;
}

    .tab-content > div.active {
        display: block;
    }

.owl-nav {
    position: absolute;
    width: 100%;
    top: 0;
}

    .owl-nav [class*="owl-"] {
        position: absolute;
        background: none;
        color: black;
    }

        .owl-nav [class*="owl-"]:hover {
            background: none;
            color: black;
        }

    .owl-nav .owl-next {
        right: 0;
        transform: translate(120%);
        margin: 10px 45px 10px 0px;
    }

    .owl-nav .owl-prev {
        left: 0;
        transform: translate(-120%);
        margin: 10px 10px 10px -5px;
    }

.owl-carousel {
    list-style-type: none;
    padding-left: 10px;
    padding-right: 10px;
    margin: 20px;
    position: relative;
    max-width: 100%;
}

    .owl-carousel .owl-stage-outer {
        margin: 10px 30px 10px 1px !important;
    }

.inputfile {
    max-width: 100%;
}

.mr-05 {
    margin-right: 0.5rem;
}

.without-icon {
    margin-left: 1.6rem;
}

.mb-1 {
    margin-bottom: 1rem;
}

.action .fa-pencil-alt, .action .fa-save, .action .fa-ban {
    cursor: pointer;
}