﻿
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}
#filterbox {
    text-align: right;
    margin-bottom: 20px;
}

    #filterbox input {
        border: 1px solid #C4C4C4;
        padding: 8px;
        width: 260px;
    }

    #filterbox a {
        display: inline-block;
        width: 26px;
        vertical-align: middle;
    }

    #filterbox img {
        line-height: 0;
    }



#loader {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
    position: fixed;
    height: 100vh;
    width: 100%;
    background: #fff;
    z-index: 90000;
}

    #loader.fadeOut {
        opacity: 0;
        visibility: hidden;
    }



.spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}


.body-wrapper {
    padding: 20px;
}

.maintenance {
    background: #d49b6a;
}
.maintenance:hover {
    background: #f4bb8a;
}
.quotes {
    background: #89b3c8;
}
.quotes:hover {
    background: #a9d3e8;
}
.usedadmin {
    background: #bb7dd0;
}
    .usedadmin:hover {
        background: #9b5db0;
    }
.usedsales {
    background: #e1e282;
}
.usedsales:hover {
    background: #8cee8b;
}
.toplink:link, .toplink:visited {
    color: #fff;
}
.W {
    color: #282;
}
.E {
    color: #944;
}
.A {
    color: #669;
    background-color: #eee;
}
.button {
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    padding: 3px 5px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    background-color: #3C69A7;
}
select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.0em;
    color: #444;
}
/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, big {
    font-size: 1.5em;
    color: #000;
    margin-bottom: 5px;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}
.tc {
    height: 150px;
    overflow: auto;
    font-size: 12px;
    padding: 7px;
}
.sui-radiobutton-label{
    top: 1em;
    margin-right: 10px;
}
.table thead tr th {
    text-align: left;
}
.table tbody tr td {
    text-align: left;
}

/*.dropdown:hover > .dropdown-menu {
    display: block;
}*/
.navbar-brand {
    padding: 0px;
    margin: 0px;
}

.bg-light {
    background-color: #527EB9 !important;
}

.navbar {
    padding: 0px;
    background-color: #527EB9;
    border-bottom: 2px solid #F9A216;
}
.dropdown-menu {
    background-color: #fff;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.dropdown-item:hover, .dropdown-item:focus {
    background-color: #729ED9;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
        color: #fff;
    }
.row {
    margin-right: 0px;
    margin-left: 0px;
}
#searchbox {
    margin-left: 10px;
    width: 120px;
}
.body-wrapper {
    background: #f6f6f6;
}

.login {
    padding: 30px;
    max-width: 350px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}
label {
    margin-bottom: 0px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-color: grey;
    text-align: center;
}
.rcorners {
    border-radius: 8px;
}

.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: -5px;
}

/** make dropdown active on hover and fade in **/
ul.nav li.dropdown > ul.dropdown-menu {
    visibility: hidden;
    display: block;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    visibility: visible;
    opacity: 0.9;
    display: block;
    background: #ccc;
}

.dropdown-menu.sub-menu {
    margin-left: 147px;
    margin-top: -20px;
}

.glyphicon-ok:before {
    content: "\f00c";
}

.glyphicon-remove:before {
    content: "\f00d";
}

.glyphicon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sui-window-content .sui-input-textbox {
    width: 300px;
}
.sui-combobox {
    width: 300px;
}
.sui-dropdown {
    width: 300px;
}
img {
    image-orientation: from-image;
}

.btn-purple {
    color: #fff;
    background-color: #bb7dd0;
    border-color: #ab6dc0;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-radius: 0;
}
    .btn-purple:hover,
    .btn-purple:active,
    .btn-purple:focus,
    .btn-purple.active {
        /* let's darken #004E64 a bit for hover effect */
        background: #ab6dc0;
        color: #ffffff;
        border-color: #9b5db0;
    }
.toplogo {
    display: inline-block
}
.topsearch {
    display: inline-block
}

.act_Low {
    width: 20px;
    height: 20px;
    background-color: #84de46;
}
.act_Medium {
    width: 20px;
    height: 20px;
    background-color: #e89a1e;
}
.act_High {
    width: 20px;
    height: 20px;
    background-color: red;
}
.bak_Low {
    border: 3px solid #84de46;
    padding: 3px;
}

.bak_Medium {
    border: 3px solid #e89a1e;
    padding: 3px;
}
.bak_High {
    border: 3px solid red;
    padding: 3px;
}

