<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Roboto';
    /*src: url('../fonts/Roboto-Regular.ttf') format('truetype');*/
}

body {
    /*padding-top: 90px;*/
    /*padding-bottom: 10px;*/
    background-color: #333;
    background-color: #F5F5F5;
    background-color: rgba(238, 242, 244, 1);
    height: 100%;
    font-size: 14px;
    /*font-family: Roboto;*/
    color: rgba(0,0,0,0.6);
    font-weight: normal;
}

select {
    width:100%;
}
.body-master {
    background-color: #F5F5F5;
    background-color: rgba(238, 242, 244, 1);
    /*overflow: auto;*/
}

.signin-background {
    background-color: transparent !important;
    background: url('Images/SignIn.jpg') no-repeat center center fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.lockuser-background {
    background-color: transparent !important;
    background: url('Images/SignIn.jpg') no-repeat center center fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.full-width {
    width: 100%;
}

.margin-left-zero {
    margin-left: 0px !important;
}

.font-weight-bold {
    font-weight: bold;
}

.login-product-description {
    width: 100% !important;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-left-50 {
    padding-left: 50px;
}

.overlayProcess {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9000;
    opacity: 0.5;
}

.overlayMessage {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9000;
    opacity: 0.5;
}

.progressbar_container {
    z-index: 9001;
    position: absolute;
    height: 125px;
    width: 400px;
    top: 284px;
    left: 490px;
    text-align: left;
    font-weight: normal;
    background-color: #FFFFFF;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 5px solid #888888;
    vertical-align: middle;
    font-weight: normal;
    background-color: #FFFFFF;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 2px solid #888888;
    cursor: pointer;
    border-color: #00aaff;
    -webkit-box-shadow: 0 0 3px rgba(0, 170, 255, 0.7), 0 0 10px rgba(0, 170, 255, 0.30000000000000004);
    -moz-box-shadow: 0 0 3px rgba(0, 170, 255, 0.7), 0 0 10px rgba(0, 170, 255, 0.30000000000000004);
    box-shadow: 0 0 3px rgba(0, 170, 255, 0.7), 0 0 10px rgba(0, 170, 255, 0.30000000000000004);
    outline: none;
}

.progressbar_header {
    color: #0076CC;
    font-size: 15px;
    font-weight: bold;
    background-color: #E6E6E6;
    height: 50px;
    float: left;
    padding-top: 10px;
    width: 100%;
}

.progressbar_separator {
    background-color: #0076CC;
    height: 1px;
}

.progressbar_content {
    padding-left: 10px;
    color: #555555;
}

.messagebox_container {
    z-index: 9001;
    position: absolute;
    height: 125px;
    width: 400px;
    top: 284px;
    left: 490px;
    text-align: left;
    font-weight: normal;
    background-color: #FFFFFF;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 5px solid #888888;
    vertical-align: middle;
    font-weight: normal;
    background-color: #FFFFFF;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 2px solid #888888;
    cursor: pointer;
    border-color: #00aaff;
    -webkit-box-shadow: 0 0 3px rgba(0, 170, 255, 0.7), 0 0 10px rgba(0, 170, 255, 0.30000000000000004);
    -moz-box-shadow: 0 0 3px rgba(0, 170, 255, 0.7), 0 0 10px rgba(0, 170, 255, 0.30000000000000004);
    box-shadow: 0 0 3px rgba(0, 170, 255, 0.7), 0 0 10px rgba(0, 170, 255, 0.30000000000000004);
    outline: none;
}

.messagebox_header {
    color: #0076CC;
    font-size: 15px;
    font-weight: bold;
    background-color: #E6E6E6;
    height: 50px;
    float: left;
    padding-top: 10px;
    width: 100%;
}

.messagebox_separator {
    background-color: #0076CC;
    height: 1px;
}

.messagebox_images {
    padding-left: 10px;
    padding-top: 5px;
    vertical-align: top;
}

.messagebox_content {
    padding-left: 10px;
    padding-top: 5px;
    color: #555555;
    overflow: auto;
    height: 80px;
    float: left;
}

.messagebox_buttons {
    text-align: right;
}

.functions-list-item {
    cursor: pointer;
}

.property_name {
    font-weight: bold;
    margin-right: 15px;
}

.business_date {
    font-style: italic;
}

.profile-image {
    width: 75px !important;
    height: 75px !important;
    border-radius: 50%;
}

.property-image-imini {
    width: 40px;
    height: 40px;
    padding: 0px !important;
}

.property-image {
    width: 200px !important;
    height: 200px !important;
}

.logo-image {
    height: 40px;
    margin-right: 10px;
    margin-top: -3px;
}

.img-PropertyLogo {
    border-radius: 4px;
    width: 100%;
    height: 300px;
}

.img-Releases {
    text-align: center;
    border: 1px solid #999999;
}

    .img-Releases img {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }

.products-list-item {
    cursor: pointer;
}

.product-description-header {
    color: #999999;
    font-weight: bold;
}

.product-description-body {
    color: #999999;
    font-weight: normal;
    font-style: italic;
}

.modal-large {
    width: 900px;
}

.knowledgebase-release-block {
    height: 150px;
}

.knowledgebase-video-block {
    height: 180px;
    text-align: center;
}

    .knowledgebase-video-block img {
        width: 100%;
        height: 100%;
        display: block;
        /*margin-bottom: 20px;*/
    }

.knowledgebase-interface-block {
    height: 100px;
}

/*Sticky DIV*/

a.back-to-top {
    display: none;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    background: url("Images/back-to-top.png") no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

#knowledgebase-content-rightsidebar {
    float: right;
    position: fixed;
    right: 15px;
    top: 60px;
    width: 180px;
}

/* navigation */
knowledgebase-content-rightsidebar-nav {
    color: #AAAAAA;
}

    knowledgebase-content-rightsidebar-nav.stick {
        position: fixed;
        top: 20px;
        z-index: 10000;
        margin-top: 12px;
    }

    knowledgebase-content-rightsidebar-nav ul {
        list-style-type: disc;
        margin: 0;
        padding: 5px;
    }

    knowledgebase-content-rightsidebar-nav li {
        padding-bottom: 10px;
    }

        knowledgebase-content-rightsidebar-nav li a {
            color: #666666;
            font-size: 12px;
            padding-left: 5px;
            padding-bottom: 10px;
        }

a.knowledgebase-content-rightsidebar-nav-active {
    color: #ccc;
    border-left: 3px solid #3c8dbc;
}

.content-block {
    /*border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;*/
    width: 100%;
    /*box-shadow: 0 0 12px 0 rgba(0,0,0,0.12);*/
    background-color: #FFFFFF;
    padding-top: 15px;
    /*margin-bottom: 15px;*/
    /*cursor: pointer;*/
}


    .content-block img {
        cursor: pointer;
    }

.content-actions a {
    text-decoration: none;
}

.border-bottom-dashed {
    border-bottom: 2px dotted #EEEEEE;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.border-solid {
    border-top: 3px solid rgba(104,153,153,0.12);
    margin-top: 10px;
    margin-bottom: 10px;
}

.right-align {
    text-align: right;
}

.center-align {
    text-align: center;
}

.grid {
    border-collapse: separate;
    border-spacing: 0 .4em;
}

    .grid &gt; thead {
        text-transform: uppercase;
        color: rgba(0,0,0,0.20);
        background-color: rgba(47, 199, 247,1);
        background-color: #BBB;
        color: #fff;
    }

        .grid &gt; thead &gt; tr &gt; th {
            height: 30px;
            vertical-align: middle;
        }

    .grid &gt; tbody &gt; tr &gt; td {
        vertical-align: middle;
    }

.color-highlight {
    color: rgba(0,0,0,0.80);
}

.color-primary {
    color: rgba(0,0,0,0.60);
}

.color-seconday {
    color: rgba(0,0,0,0.40);
}

.color-disable {
    color: rgba(0,0,0,0.20);
}

.bold {
    font-weight: bold;
}

.amount {
    text-align: right;
    color: #42B769;
}


.background-white {
    background-color: white;
    border: 0;
}


.select-slide-section {
    /*border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;*/
    width: 100%;
    /*box-shadow: 0 0 12px 0 rgba(0,0,0,0.12);*/
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 3px solid #F7D5D4;
    height: 52px;
    vertical-align: middle;
    display: inline-block;
}

    .select-slide-section .item {
        text-align: center;
        height: 42px;
        color: rgba(0,0,0,0.4);
    }

        .select-slide-section .item label {
            font-size: 12px;
            font-weight: normal;
        }

    .select-slide-section .exapnd {
        text-align: right;
        height: 52px;
    }


    .select-slide-section .active {
        border-bottom: 3px solid #E57373;
        color: #4A4A4A;
        font-size: 15px;
        font-weight: normal;
    }

        .select-slide-section .active label {
            font-size: 12px;
            font-weight: normal;
        }

/*Menu-Home*/
.menu-list-home {
    text-align: center;
    cursor: pointer;
    background-color: #FFFFFF;
    background-color: rgba(255,255,255,1);
}

.menu-list-home-icon {
    height: 180px;
}

.overlayPopUpLevel1 {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9001;
    opacity: 0.5;
}




.functionpopup {
    z-index: 9002;
    position: absolute;
    display: none;
    width: 100%;
    bottom: 0;
    background-color: #FFFFFF;
    padding: 0px 0px 0px 0px;
}

.popup_header {
    height: 40px;
    width: 100%;
    font-weight: normal;
    text-align: left;
    background-color: #BBB;
    color: #FFFFFF;
    padding: 5px 5px 5px 5px;
}

.popup_header_text {
    color: #FFFFFF;
    font-size: 18px;
    margin-top: 5px;
    margin-left: 15px;
}

.popup_container {
    min-height: 330px;
    /*overflow: auto;*/
    width: 100%;
    font-weight: normal;
    text-align: left;
    background-color: #FFFFFF;
    margin-top: 10px;
}

.popup-header {
    color: #1c6ba5;
}

.help-text {
    color: #CCCCCC;
}

.label-text {
    color: rgba(0,0,0,0.8);
}

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript,
        if it's not present, don't show loader */
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*background: url(../Content/themes/default/css/images/Preloader_3.gif) center no-repeat #fff;*/
}

.preloader_popup {
    position: absolute;
    left: 0px;
    top: 40px;
    width: 100%;
    height: 85%;
    z-index: 99999;
    /*background: url(../Content/themes/default/css/images/Preloader_3.gif) center no-repeat #fff;*/
}

.min-height {
    min-height: 700px;
}

.min-height_left {
    min-height: 780px;
}

.show-progress {
    height: 75px;
    /*background: url(../Content/themes/default/css/images/Preloader_3.gif) center no-repeat #fff;*/
}

.margintop12 {
    margin-top: 12px;
}

.error-message {
    color: red;
}
.info-message {
    color:dodgerblue;
}

.button_disabled {
    background-color: #D6D6D6 !important; /*#138F9B;*/ /*#B6B6B6;*/
    background: -webkit-gradient(linear, left top, left bottom, from(#D6D6D6), to(#D6D6D6)) !important; /* for webkit browsers */
    background: -moz-linear-gradient(top, #D6D6D6, #D6D6D6) !important; /* for firefox 3.6+ */
    background: -o-linear-gradient(top, #D6D6D6, #D6D6D6) !important; /* for Opera */
    /*border-radius: 5px;*/
    color: #FFFFFF !important;
    cursor: default; /*-webkit-box-shadow: 0px 5px 0px #1884b6;
    -moz-box-shadow: 0px 5px 0px #1884b6;
    box-shadow: 0px 5px 0px #1884b6;*/
}


.main-sidenavbar {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 1px;
    min-height: 100%;
    text-wrap:normal;
    width: 230px;
    background-color: #222d32;
    z-index: 810;
    -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
    transition: transform .3s ease-in-out, width .3s ease-in-out
}


@media screen (max-width:1280) {
    .main-sidenavbar {
        /*padding-top: 100px;*/
        width: 100px;
        overflow: hidden;
        /*margin: 0 -150px 0 -150px;*/
    }
}

@media screen (max-width:1024) {
    .main-sidenavbar {
        /*padding-top: 100px;*/
        width: 50px;
        overflow: hidden;
        /*margin: 0 -150px 0 -150px;*/
    }
}


/*@media (max-width:767px) {
    .main-sidenavbar {
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0)
    }
}

@media (max-width:767px) {
    .main-sidenavbar {
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0)
    }
}*/</pre></body></html>