﻿/* 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. */

/*Notifications Number Position*/
.notification {
    text-decoration: none;
    position: relative;
    display: inline-block;
}

    .notification .badge {
        position: absolute;
        top: 5px;
        right: 2px;
        font-size: 60%;
    }

.notification-badge-align-top-right {
    position: absolute;
    margin-top: -5px;
    margin-left: -15px;
    padding-bottom: .4em !important;
    padding-right: .5em !important;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/*Fix for aligning content to center of the navbar*/
li.navbar-line-height {
    line-height: 60px;
}

.normal-line-height {
    line-height: 1.5;
}

/* Chat Icon Placement*/
.chat {
    /*background-color: #31B0D5;
    color: white;*/
    padding: 10px 20px;
    /*border-radius: 4px;
    border-color: #46b8da;*/
}

#chatbutton {
    position: fixed;
    bottom: -80px;
    right: -80px;
}

/*Home Menu Styles*/
.home-menu-bg {
    background-color: #213256;
    color: white;
}

    .home-menu-bg .card-text {
        display: none;
    }

    .home-menu-bg:hover .card-text {
        display: block;
    }

    .home-menu-bg:hover {
        background-color: white;
        color: #213256;
    }

    .home-menu-bg img:last-of-type {
        display: none;
    }

    .home-menu-bg img:first-child {
        display: block;
    }

    .home-menu-bg:hover img:last-of-type {
        display: block;
    }

    .home-menu-bg:hover img:first-child {
        display: none;
    }


/*Rounded Images*/
img.rounded {

    /*height and width changed to 25 from 50 by Ravikanth on 13 sept 2021*/
    height: 25px;
    width: 25px;
    border-radius: 50%;
    object-fit: cover;
}

/* Sticky footer styles
-------------------------------------------------- */
.footer-text {
    font-size: 70%;
    font-weight: 400;
}

@font-face {
    font-family: 'halcom-regular';
    src: url('../../../../fonts/halcom/halcom-regular-webfont.woff2') format('woff2'), url('../../../../fonts/halcom/halcom-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'halcom-book';
    src: url('../../../../fonts/halcom/halcom-book-webfont.woff2') format('woff2'), url('../../../../fonts/halcom/halcom-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.min-vh-76 {
    min-height: 76vh !important;
}

html, body {
    /*font-size: 14px;*/
    font-family: halcom-book !important;
    /*height: 72%;*/
}


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.burger-menu {
    height: 50px;
    width: 50px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") no-repeat top left;
}

.servicerequests-menu-active {
    background-color: #77C2C6 !important;
}

.payments-menu-active {
    background-color: #77C2C6 !important;
    border-color: #77C2C6;
}

#propertyimage {
    width: 100%;
    height: 200px;
}

/*Manage Menu Icon widths height*/
@media (max-width: 576px) {
    .nav-bar-width {
        width: unset !important;
    }

    .home-menu-card {
        min-height: 174px;
    }

    .menu-icon {
        height: 35px;
    }

    img.rounded {
        height: 35px;
        width: 35px;
    }

    .menu-icon-logo {
        height: 60px;
        margin-left: -20px;
    }

    .burger-menu {
        height: 35px;
        width: 35px;
    }

    .servicerequests-menu {
        /*height: 110px;*/
    }

        .servicerequests-menu div h5 {
            line-height: 1.4em;
            font-size: 18px;
            padding-top: 5px;
        }

    .payments-menu {
        height: 85px;
    }

        .payments-menu div h5 {
            line-height: 2em;
            font-size: 13px;
            padding-top: 5px;
        }

        .payments-menu div img {
            height: 35px;
        }
}


@media (min-width: 576px) {
    .servicerequests-menu {
        /*height: 125px;*/
    }

        .servicerequests-menu div h5 {
            line-height: 3em;
        }

    .payments-menu {
        height: 100px;
    }

        .payments-menu div h5 {
            line-height: 3em;
        }

        .payments-menu div img {
            height: 45px;
        }

    .menu-icon {
        height: 50px;
    }

    .nav-bar-width {
        width: 100% !important;
    }

    .burger-menu {
        height: 50px;
        width: 50px;
        color: white;
    }

    .home-menu-card {
        min-height: 198px;
    }
}

@media (min-width: 768px) {
    .servicerequests-menu {
        /*height: 125px;*/
        /*width: 75%;*/
    }

    .servicerequests-content {
        /*width: 75%;*/
    }

    .payments-menu {
        /*height: 125px;*/
        width: 75%;
    }

    .payments-content {
        width: 75%;
    }

    .menu-icon {
        height: 50px;
    }

    .burger-menu {
        height: 50px;
        width: 50px;
    }

    .nav-bar-width {
        width: 100% !important;
    }

    .home-menu-card {
        min-height: 198px;
    }
}

@media (min-width: 992px) {
    .servicerequests-menu {
        /*height: 125px;*/
        /*width: 75%;*/
    }

    .servicerequests-content {
       /* width: 75%;*/
    }

    .payments-menu {
        /*height: 125px;*/
        width: 75%;
    }

    .payments-content {
        width: 75%;
    }

    .menu-icon {
        height: 50px;
    }

    .nav-bar-width {
        width: 100% !important;
    }

    .burger-menu {
        height: 50px;
        width: 50px;
    }

    .home-menu-card {
        min-height: 198px;
    }
}

@media (min-width: 1200px) {
    .servicerequests-menu {
        /*height: 125px;*/
        /*width: 75%;*/
    }

    .servicerequests-content {
        /*width: 75%;*/
    }

    .payments-menu {
        /*height: 125px;*/
        width: 75%;
    }

    .payments-content {
        width: 75%;
    }

    .menu-icon {
        height: 25px; /*Changed to 25 from 50 by Ravikanth on 13 Sept 2021*/
    }

    .nav-bar-width {
        width: 100% !important;
    }

    .burger-menu {
        height: 50px;
        width: 50px;
    }

    .home-menu-card {
        min-height: 198px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

a.custom-card,
a.custom-card:hover {
    color: inherit;
    text-decoration: none;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 134px;*/
}

    body video {
        position: absolute;
        z-index: -1;
        top: 0;
        width: 100%;
        height: 100%;
        /*  object-fit is not supported on IE  */
        object-fit: cover;
        opacity: 0.5;
    }

@supports (object-fit: cover) and (-ms-ime-align:auto) {
    body video {
        height: auto;
    }
}

.footer {
    position: absolute;
    bottom: 0;
    width: 90%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 114px;
    line-height: 114px; /* Vertically center the text there */
}
/*KEEP ONLY BOTTOM BORDER FOR TEXT AND PASSWORD INPUT CONTROLS*/
input[type="text"], input[type="password"] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #8F9AAA;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    color: white;
}


    input[type="text"]:focus {
        -webkit-box-shadow: none;
        background: transparent;
        box-shadow: none;
        color: white;
    }

    input[type="password"]:focus {
        -webkit-box-shadow: none;
        background: transparent;
        box-shadow: none;
        color: white;
    }


.custom-control-label::before, .custom-file-label, .custom-select {
    background: transparent;
    color: white;
}

select.form-control, textarea.form-control, input[type="file"] {
    background: transparent;
    border: 1px solid #8F9AAA;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
}

.cursor-pointer {
    cursor: pointer;
}

select.form-control:focus, textarea.form-control:focus, input[type="file"]:focus {
    -webkit-box-shadow: none;
    background: transparent;
    box-shadow: none;
    color: white;
}

select option {
    -webkit-box-shadow: none;
    background-color: #1F2A44;
    box-shadow: none;
    color: white;
}

    select option:checked {
        -webkit-box-shadow: none;
        background-color: gray;
        box-shadow: none;
        color: white;
    }

.letter-space-1 {
    letter-spacing: 1px;
}

.letter-space-2 {
    letter-spacing: 2px;
}

.letter-space-3 {
    letter-spacing: 3px;
}

.letter-space-4 {
    letter-spacing: 4px;
}

.letter-space-5 {
    letter-spacing: 5px;
}

.flag-icon {
    height: 16px;
}
/* ---------------------------------------------------
    SIDEBAR STYLE - START
----------------------------------------------------- */
#sidebar {
    width: 350px;
    position: fixed;
    top: 0;
    left: -350px;
    height: 100vh;
    z-index: 999;
    background: #F5F5F6;
    color: #1F2A44;
    /*font: normal 14px Halcom;*/
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

    #sidebar.active {
        left: 0;
    }
    #sidebar.activeright {
        right: 0;
    }

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #F5F5F6;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #CCCCCC;
    font: bold 28px Halcom;
}

    #dismiss:hover {
        background: #E3E3E3;
        color: #1F2A44;
    }

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    top: 0px;
}

    .overlay.active {
        display: flex !important;
        opacity: 1;
    }

#sidebar .sidebar-header {
    padding: 30px;
    background: #F5F5F6;
}

#sidebar ul.components {
    padding: 20px 0;
    /*border-bottom: 1px solid #47748b;*/
}

#sidebar ul p {
    color: #1F2A44;
    padding: 10px;
}

#sidebar ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.1em;
    display: block;
    color: #1F2A44;
}

    #sidebar ul li a:hover {
        color: #1F2A44;
        background: #E3E3E3;
        text-decoration: none;
    }

#sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #1F2A44;
    /*background: #F5F5F6;*/
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    /*position: absolute;*/
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    /*background: #F5F5F6;*/
}
/* ---------------------------------------------------
    SIDEBAR STYLE - END
----------------------------------------------------- */
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
.caret-right {
    background-image: url('../images/dropdown-icon.svg');
    height: 20px;
    width: 20px;
}

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}
/* FILE UPLOAD COMPONENT STYLE - START*/
/*Downloaded from https://www.codeseek.co/aaronvanston/custom-drag-file-upload-in-bootstrap-4-dpRkXO */
.inputDnD .form-control-file {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 6em;
    outline: none;
    visibility: hidden;
    cursor: pointer;
    background-color: #c61c23;
    box-shadow: 0 0 5px solid currentColor;
}

    .inputDnD .form-control-file:before {
        content: attr(data-title);
        position: absolute;
        top: 0.5em;
        left: 0;
        width: 100%;
        min-height: 2.1em; /*6em*/
        line-height: 2.1em;
        padding-top: 1.1em;
        padding-bottom: 1.1em;
        opacity: 1;
        visibility: visible;
        text-align: center;
        border: 0.1em dashed currentColor;
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        overflow: hidden;
    }

    .inputDnD .form-control-file:hover:before {
        border-style: solid;
        box-shadow: inset 0px 0px 0px 0.25em currentColor;
    }
/* FILE UPLOAD COMPONENT STYLE - END*/
/*VERTICAL SCROLL EFFECT IN CAROUSEL - START*/
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
    -webkit-transform: translate3d(0,-100%, 0);
    transform: translate3d(0,-100%, 0);
}

.downarrow {
    background-image: url('../images/downarrow-icon.svg');
}
/*VERTICAL SCROLL EFFECT IN CAROUSEL - END*/
/*Data Table Customization - Start*/
div.dataTables_filter input {
    border: 2px solid #DDDDDD;
    border-radius: 30px;
    background-color: transparent;
    color: #fff;
}

    div.dataTables_filter input:focus {
        background-color: transparent;
        color: #fff;
    }

.thead-custombg {
    background-color: #495265;
}

.table thead[class='thead-custombg'] th {
    border-bottom: 0px;
    border-top: 0px;
}

table.table.custom tbody td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 0px;
}

table.custom.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}
/*Data Table Customization - End*/
/*Remove the clear button from Search Input in DataTable - Start*/
input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
/*Remove the clear button from Search Input in DataTable - Ends*/
.pagination > li > a, .pagination > li > span {
    /*border-radius: 5px !important;
    margin: 0 2px;*/
    border-radius: .25rem;
    margin: 0 2px;
}


/*Data Table Scrollbar*/

.scrollbar::-webkit-scrollbar {
    width: 14px;
    background-color: #C4C4C4;
    border-radius: 10px;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: rgba(0,0,0,.3);
    background-color: #989898;
}


/* Custom Check Box Indicator - Used in Announcements Page*/
.checkbox-control-indicator {
    display: inline-block;
    /*position: absolute;*/
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #aaa;
    transition: .3s;
}

/* Contact Us*/
#mapcontainer{
    max-height:75vh !important;
}

#divProgress {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
   
}

[dir="rtl"] .navbar {
    padding: 0.5rem 0rem !important;
}

/*recording*/

canvas {
    display: inline-block;
    background: #202020;
    width: 95%;
    height: 45%;
    box-shadow: 0px 0px 10px blue;
}

#controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    height: 20%;
    width: 50%;
}

#record {
    height: 15vh;
}

    #record.recording {
        background: red;
        background: -webkit-radial-gradient(center, ellipse cover, #ff0000 0%,lightgrey 75%,lightgrey 100%,#7db9e8 100%);
        background: -moz-radial-gradient(center, ellipse cover, #ff0000 0%,lightgrey 75%,lightgrey 100%,#7db9e8 100%);
        background: radial-gradient(center, ellipse cover, #ff0000 0%,lightgrey 75%,lightgrey 100%,#7db9e8 100%);
    }

#save, #save img {
    height: 10vh;
}

#save {
    opacity: 0.25;
}

    #save[download] {
        opacity: 1;
    }

#viz {
    height: 80%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

@media (orientation: landscape) {
    body {
        flex-direction: row;
    }

    #controls {
        flex-direction: column;
        height: 100%;
        width: 10%;
    }

    #viz {
        height: 100%;
        width: 50%;
    }
}
ul {
    list-style: none;
}

#recordingslist audio {
    display: block;
    margin-bottom: 10px;
}



.ctrl-demo {
    background-color: #F3F4F6;
}

.fh-file-picker, .fh-file-box, .fh-file-block {
    margin: 2rem auto;
}
