﻿@import url("https://fonts.googleapis.com/css?family=Exo:500,600,700|Roboto&display=swap");

html {
    overflow-x: hidden;
}

body {
    line-height: 1.6;
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #6F8BA4;
    font-weight: 400;
}

html, body {
    height: 100% !important;
}

#app {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Exo", sans-serif;
    font-weight: 700;
    color: #222;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 44px;
}

h3, .h3 {
    font-size: 1.5rem;
}

h4, .h4 {
    font-size: 1.3rem;
    line-height: 30px;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

p {
    line-height: 30px;
}

#navbarmain {
    padding: 10px 0px;
}

    #navbarmain .nav-link {
        font-weight: 600;
        padding: 10px 15px;
        color: #222;
        font-family: "Exo", sans-serif;
        text-transform: capitalize;
        font-size: 16px;
        transition: all .25s ease;
    }

.navbar-toggle .icon-bar {
    background: #223a66;
}

.header-top-bar {
    background: #223a66;
    font-size: 14px;
    padding: 10px 0px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
}

.top-bar-info li a {
    color: #fff;
    margin-right: 20px;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown .dropdown-menu {
    position: absolute;
    display: block;
    background: #fff;
    min-width: 240px;
    top: 130%;
    left: 0;
    right: 0px;
    opacity: 0;
    padding: 0px;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    border: 0px;
    border-top: 5px solid #e12454;
    border-radius: 0px;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 115%;
}

.dropdown .dropdown-item {
    padding: 13px 20px;
    border-bottom: 1px solid #eee;
    background: transparent;
    font-weight: 400;
    color: #555;
}

    .dropdown .dropdown-item:hover {
        color: #e12454;
    }

input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
    box-shadow: none;
    font-size: 14px;
}

    input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
        box-shadow: none;
        border: 1px solid #223a66;
    }

.form-control {
    box-shadow: none;
    border-radius: 0;
}

    .form-control:focus {
        box-shadow: none;
        border: 1px solid #223a66;
    }

.btn:focus {
    outline: 0px;
    box-shadow: none;
}

.gray-bg {
    background: #f4f9fc;
}

.border-bg-pink {
    border-top: 5px solid #e12454;
    opacity: inherit;
}

.zoom-image:hover {
    cursor: zoom-in;
}

.flag {
    position: fixed;
    top: 25px;
    left: -60px;
    z-index: 100;
    width: 200px;
    text-align: center;
    vertical-align: middle;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
    color: #fff;
}

    .flag.test {
        background-color: #dc3545;
    }

figure.zoom {
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
}

    figure.zoom img:hover {
        opacity: 0;
    }

#preview {
    position: absolute;
    background: #333;
    padding: 2px;
    max-width: 250px;
}

.overflow-dot {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.rz-data-grid {
    min-height: 8rem;
}

#productModels .rz-grid-table tbody tr:hover td {
    background: rgba(17, 81, 243, 0.16) !important;
}

.modelList .rz-grid-table thead {
    display: none !important;
}

.hoverDisabled {
    pointer-events: none;
}

.rz-multiselect-filter-container .rz-inputtext {
    height: auto;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
}

.form-control:focus, .form-select:focus {
    box-shadow: none !important;
    border: 1px solid #223a66 !important;
}

.is-invalid {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
}

.menuLeftBorderDesign {
    border-left: 3px solid rgb(0, 0, 255);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #dc3545;
}

.validation-message {
    color: #dc3545;
}

.bg-image-bp {
    background-image: url("../images/background.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-bp {
    background: #2D6372 !important;
    color: #fff !important;
}

.text-bp {
    color: #2D6372 !important;
}

.text-bp-light {
    color: #3FA0BB !important;
}

.hr-bp {
    border-top: 5px solid #2D6372;
    opacity: 1;
    margin-top: 0px;
}

.scrollbar-bp {
    overflow-y: scroll;
    scrollbar-width: auto;
    scrollbar-color: #2D6372 #E1E1E1 !important;
    height: 50vh;
}

.breadcrumb a.active {
    color: #fff !important;
}

.bp-tooltip-text {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2) !important;
}

    .bp-tooltip-text:hover {
        border-bottom: 1px dotted rgba(0, 0, 0, 1) !important;
    }
