@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: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -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;
}

a {
    color: #35a0d7;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #35a0d7;
        text-decoration: underline;
    }

#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 {
    padding: 9px 0px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
    height: 60px;
}

.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;
    }

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

.dropdown2:hover .dropdown2-menu {
    opacity: 1;
    visibility: visible;
}

/* dropdown2: dropdown2 inside dropdown */

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.375rem;
}

    .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;
}

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

.footer {
    padding-bottom: 10px;
    background-color: #223a66 !important;
}

    .footer .copyright a {
        font-weight: 600;
    }

footer li {
    list-style: none;
    display: inline-block;
    color: #ffffff;
    padding: 10px;
}

    footer li a {
        color: white;
    }

        footer li a:hover {
            color: white;
            text-decoration: none;
        }


.no-focus-border:focus {
    border: none !important;
    box-shadow: none !important;
}

/* Common in BomOffice and Addin.web */
.bg-bom {
    background: #223a66 !important;
    color: #fff !important;
}

/* Common in BimContent and Addin.Web*/
.cur-pointer {
    cursor: pointer;
}

.banner {
    position: relative;
    background: #fff;
    background-size: cover;
}

    .banner .block {
        padding: 80px 0px 160px;
    }

        .banner .block h1 {
            font-size: 60px;
            line-height: 1.2;
            letter-spacing: -1.2px;
            text-transform: capitalize;
            color: #223a66;
        }
