﻿/*@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700');*/
@import url('https://fonts.googleapis.com/css?family=Muli:400,600,700,800');

html, body {
    height: 100%;
    width: 100%;
    /*font-family: 'Raleway', sans-serif;*/
    font-family: 'Muli', sans-serif;
    font-weight: 600 !important;
    color: #000;
}

.dispTbl {
    height: 100%;
    width: 100%;
    display: table;
    min-height: 100vh;
}

.dispTblCell {
    display: table-cell;
    vertical-align: middle;
}

.loginFormContainer {
    max-width: 400px;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
}

.loginCustRow {
    text-align: left;
}

.loginFormContainer img {
    max-width: 150px;
}

.loginFormContainer .tagLine {
    font-family: times;
    font-weight: 600;
    font-size: 22px;
    font-style: italic;
    color: #E21F26;
    margin: 15px 0 25px;
}

.loginFormContainer .glyphicon {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #999;
}

.loginFormContainer .form-group {
    position: relative;
}

    .loginFormContainer .form-group .form-control {
        padding-left: 35px;
        font-weight: 500;
    }

.loginCustRow .checkbox {
    margin-top: 0;
    margin-bottom: 20px;
}

.btn {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 20px;
}

.beforeLoginPage .body-content {
    height: 100%;
}

.before2factorPage .body-content
{
    height: 100%;
}

.body-content {
    min-height: 100%;
}

body.beforeLoginPage {
    background: url(../images/loginBg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
}

body.before2factorPage {
    background: url(../images/homeBannerBg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    background-position: top left;
}

.afterLoginPage {
    padding-top: 68px;
    background-color: #505661;
}

    .afterLoginPage .custNavBar + .container-fluid {
        padding-top: 15px;
        padding-bottom: 20px;
        background-color: #fff;
    }

.assigneeView .custNavBar + .container-fluid {
    background-color: #333c4c;
}

.custNavBar > .container-fluid {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}

nav.navbar.navbar-inverse.navbar-fixed-top.custNavBar .caret {
    float: right;
    margin-top: -10px;
}

.custNavBar .navbar-right {
    padding-top: 5px;
    margin-right: 10px;
}

.field-validation-error {
    font-weight: 500;
    text-shadow: none;
    color: red;
    display: block;
    margin-top: 5px;
    font-size: 13px;
}

a {
    color: #333333;
}

/*Navigation bar css*/
.custNavBar.navbar-inverse {
    background-color: #e91e22;
    border-width: 0 0 5px;
    border-color: #960404;
}

.custNavBar .navbar-brand > img {
    height: 55px;
}

.navbar.custNavBar > .container-fluid .navbar-brand {
    margin-right: 50px;
}

.custNavBar .navbar-brand, .navbar-inverse.custNavBar .navbar-brand:hover, .navbar-inverse.custNavBar .navbar-brand:focus {
    background-color: #fff;
    height: auto;
    padding: 4px;
}

.navbar-inverse.custNavBar .navbar-nav > li > a {
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 8px 15px 0;
}

.navbar-inverse.custNavBar .navbar-nav > .active > a, .navbar-inverse.custNavBar .navbar-nav > .active > a:hover, .navbar-inverse.custNavBar .navbar-nav > .active > a:focus, .navbar-inverse.custNavBar .navbar-nav li > a:hover
.navbar-inverse.custNavBar .navbar-nav > .open > a, .navbar-inverse.custNavBar .navbar-nav > .open > a:hover, .navbar-inverse.custNavBar .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #960404;
}

.navbar-inverse.custNavBar .navbar-btn {
    padding: 3px 20px;
    margin: 0;
    width: 100%;
    text-align: left;
    color: #333;
}

    .navbar-inverse.custNavBar .navbar-btn:focus, .navbar-inverse.custNavBar .navbar-btn:hover, .custNavBar .dropdown-menu > li > a:hover, .custNavBar .dropdown-menu > li > a:focus {
        background-color: #960404;
        color: #fff;
        text-decoration: none;
    }

.navTxt {
    display: block;
    text-align: center;
}

.navIcon {
    height: 30px;
    width: 30px;
    display: inline-block;
    margin: 0 auto;
    background-image: url('../images/sprite.png');
    background-repeat: no-repeat;
}

.profileIconContainer .triangle-bottomright {
    position: absolute;
    top: 32px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    left: calc(50% + 10px);
}

.profileIconContainer .caret {
    float: right;
    margin-top: -10px;
}

.homeIcon {
    background-position: -5px -5px;
}

.active .homeIcon {
    background-position: -5px -45px;
}

.userIcon {
    background-position: -245px -5px;
}

.userListIcon {
    background-position: -5px -85px;
}

.active .userListIcon {
    background-position: -5px -125px;
}

.propertyIcon {
    background-position: -45px -85px;
}

.active .propertyIcon {
    background-position: -45px -125px;
}

.companyIcon {
    background-position: -85px -5px;
}

.active .companyIcon {
    background-position: -85px -45px;
}

.cityIcon {
    background-position: -83px -83px;
}

.active .cityIcon {
    background-position: -83px -123px;
}

.myDetailIcon {
    background-position: -44px -5px;
}

.active .myDetailIcon {
    background-position: -44px -45px;
}

.orintationIcon {
    background-position: -125px -5px;
}

.active .orintationIcon {
    background-position: -125px -45px;
}

.momIcon {
    background-position: -205px -5px;
}

.active .momIcon {
    background-position: -205px -45px;
}

.welcomeKitIcon {
    background-position: -165px -5px;
}

.active .welcomeKitIcon {
    background-position: -165px -45px;
}

.mapsIcon {
    background-position: -165px -5px;
}

.active .mapsIcon {
    background-position: -165px -45px;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle {
    background-color: #960404;
    border-color: #960404;
}

.custTblBtn {
    border-radius: 50%;
    padding: 0;
    height: 25px;
    width: 25px;
    margin-left: 5px;
}

td .custTblBtn:nth-child(1) {
    margin-left: 0;
}

.custTblBtn .glyphicon {
    font-size: 12px;
    line-height: 0;
    top: 0;
    left: 0;
}

table.dataTable thead {
    background-color: #111;
    color: #fff;
}

.tableContainer.clearfix {
    padding: 15px 0;
    border: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    border-top-style: solid;
    border-top-width: 1px;
}

.nav-tabs > li > a {
    border-color: #ccc;
    font-weight: bold;
}

    .nav-tabs > li.active > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li.active > a:hover {
        background-color: #960404;
        border-color: #960404;
        color: #fff;
    }

.addRecordBtnContainer {
    margin: 15px 15px 10px 0;
}

.ui-widget-overlay {
    background: #AAA url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .30;
    filter: Alpha(Opacity=30);
}

    .ui-widget-overlay.ui-front {
        background: #000;
        opacity: 0.5;
        z-index: 1030;
    }

.ui-widget.ui-widget-content {
    z-index: 1031;
    padding: 0;
    border: none !important;
    border-radius: 6px;
}

    .ui-widget.ui-widget-content .row {
        margin-left: -1em;
        margin-right: -1em;
    }

.ui-draggable .ui-dialog-titlebar, .ui-widget-header {
    background-color: #960404;
    border-color: #960404;
    color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    .ui-draggable .ui-dialog-titlebar .ui-button:active {
        background-color: #2b2b2b;
        border-color: #2b2b2b;
    }
/*Data table Cust CSS*/
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #ccc;
    margin-right: 15px;
}

.dataTables_info {
    padding-left: 15px;
}
/*Loader CSS*/
#loaderContainer {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 99999;
}

.loaderBg {
    position: absolute;
    height: 120px;
    width: 120px;
    top: 50%;
    left: 50%;
    background-image: url(../images/earth.png);
    background-repeat: no-repeat;
    margin-top: -50px;
    margin-left: -50px;
    background-size: 100px;
}

.loader {
    position: relative;
    height: 120px;
    width: 120px;
    border-radius: 120px;
    border: 1px solid rgba(255,255,255, .5);
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: loader1 3s linear infinite;
    animation: loader1 3s linear infinite;
}

    .loader:after {
        content: "\2708";
        position: absolute;
        top: -25px;
        left: 40px;
        width: 11px;
        height: 11px;
        color: #e91e22;
        font-size: 34px;
        text-shadow: 1px 2px 1px #000;
    }

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loader1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btn-primary:focus, .btn-primary.focus, .btn:focus {
    outline: none;
}
/*property modal*/
.properyInfoItem {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 15px 7px;
    position: relative;
    font-size: 16px;
    margin-bottom: 25px;
}

.assigneeView .properyInfoItem {
    color: #fff;
}

.assigneeView #previewDetailModal .properyInfoItem, .assigneeView #previewDetailModalNew .properyInfoItem, .assigneeView .rightTabContainer .properyInfoItem {
    color: #000;
    font-size: 14px;
}

.properyInfoItemTitle {
    position: absolute;
    left: 7px;
    top: -12px;
    background-color: #fff;
    padding: 0 7px;
    font-size: 13px;
    font-weight: 600;
    color: #666;
}

.assigneeView .properyInfoItemTitle {
    padding: 0px 7px 2px;
    font-size: 13px;
    border-radius: 8px;
    line-height: 20px;
}

.assigneeView .propTitle {
    color: #fff;
}

.iconBox {
    font-weight: normal;
    font-size: 14px;
    width: 100px;
    float: left;
    text-align: center;
    height: 80px;
    margin: 10px 0;
}

    .iconBox > div {
        background-image: url('../images/svgfinal.png');
        height: 40px;
        width: 40px;
        margin: 0 auto;
        background-repeat: no-repeat;
        margin-bottom: 7px;
    }

.icon-lift {
    background-position: -11px -11px;
}

.icon-parking {
    background-position: -62px -11px;
}

.icon-power {
    background-position: -113px -11px;
}

.icon-security {
    background-position: -164px -11px;
}

.icon-children {
    background-position: -215px -11px;
}

.icon-vaastu {
    background-position: -267px -11px;
}

.icon-club-house {
    background-position: -318px -11px;
}

.icon-gym {
    background-position: -369px -11px;
}

.icon-swimming-pool {
    background-position: -420px -11px;
}

.icon-football {
    background-position: -471px -11px;
}

.icon-jogging-track {
    background-position: -11px -62px;
}

.icon-intercom {
    background-position: -114px -62px;
}

.icon-weather {
    background-position: -267px -62px;
}

.icon-builder {
    background-position: -318px -62px;
}

.icon-garden {
    background-position: -419px -62px;
}

.icon-atm {
    background-position: -113px -117px;
}

.icon-maitenance {
    background-position: -62px -62px;
}

.icon-golf {
    background-position: -164px -62px;
}

.icon-coffee {
    background-position: -215px -62px;
}

.icon-multiroom {
    background-position: -370px -62px;
}

.icon-shop {
    background-position: -471px -62px;
}

.icon-school {
    background-position: -11px -117px;
}

.icon-hospital {
    background-position: -62px -117px;
}

/*Furnishing*/
.icon-ac {
    background-position: -11px -266px;
}

.icon-wardrobe {
    background-position: -62px -266px;
}

.icon-TV {
    background-position: -113px -266px;
}

.icon-fridge {
    background-position: -266px -266px;
}

.icon-sofa {
    background-position: -216px -266px;
}

.icon-washing-machine {
    background-position: -267px -266px;
}

.icon-wifi {
    background-position: -318px -266px;
}

.icon-microwave {
    background-position: -369px -266px;
}

.icon-dining-table {
    background-position: -420px -266px;
}

.icon-fire {
    background-position: -471px -266px;
}

.icon-bed {
    background-position: -11px -317px;
}

.iconBox p {
    margin: 0;
    padding: 0 7px;
    line-height: 15px;
    font-weight: 600;
}

.list-group.checkBoxListGroup {
    height: 223px;
    overflow: auto;
    margin-bottom: 3px;
    font-size: 14px;
}

    .list-group.checkBoxListGroup .list-group-item {
        padding: 6px 6px 6px 13px;
        z-index: 2;
    }

.checkBoxListGroup label.form-check-label {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 6px 6px 6px 37px;
    cursor: pointer;
}

.list-group.checkBoxListGroup .list-group-item input:checked + label:before {
    background-color: #ebebeb;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}

label.dummyLabel {
    color: #fff;
    display: block;
}

.custCheckBoxSendMail input[type='checkbox'] {
    margin: 0;
    left: 0;
    top: 24px;
}

label {
    font-weight: 500;
}

/*Common alert, success and confirm modal css*/
#commonModal, #commonModal .modal-footer, #commonModal .modal-header {
    text-align: center;
    border: none;
}

    #commonModal .modal-header .modal-title {
        font-size: 22px;
    }

    #commonModal .modal-body {
        font-weight: bold;
    }

.f-modal-error, .f-modal-warning, .f-modal-success {
    display: none;
}

.confirmModal .f-modal-error, .alertModal .f-modal-warning, .successModal .f-modal-success {
    display: block;
}

.modal .f-modal-icon {
    border-radius: 50%;
    border: 4px solid gray;
    box-sizing: content-box;
    height: 80px;
    margin: 20px auto;
    padding: 0;
    position: relative;
    width: 80px;
}

    .modal .f-modal-icon.f-modal-success, .modal .f-modal-icon.f-modal-error {
        border-color: #A5DC86;
    }

        .modal .f-modal-icon.f-modal-success:after, .modal .f-modal-icon.f-modal-success:before, .modal .f-modal-icon.f-modal-error:after, .modal .f-modal-icon.f-modal-error:before {
            background: #fff;
            content: '';
            height: 120px;
            position: absolute;
            transform: rotate(45deg);
            width: 60px;
        }

        .modal .f-modal-icon.f-modal-success:before, .modal .f-modal-icon.f-modal-error:before {
            border-radius: 120px 0 0 120px;
            left: -33px;
            top: -7px;
            transform-origin: 60px 60px;
            transform: rotate(-45deg);
        }

        .modal .f-modal-icon.f-modal-success:after, .modal .f-modal-icon.f-modal-error:after {
            border-radius: 0 120px 120px 0;
            left: 30px;
            top: -11px;
            transform-origin: 0 60px;
            transform: rotate(-45deg);
        }

        .modal .f-modal-icon.f-modal-success .f-modal-placeholder, .modal .f-modal-icon.f-modal-error .f-modal-placeholder {
            border-radius: 50%;
            border: 4px solid rgba(165, 220, 134, 0.2);
            box-sizing: content-box;
            height: 80px;
            left: -4px;
            position: absolute;
            top: -4px;
            width: 80px;
            z-index: 2;
        }

        .modal .f-modal-icon.f-modal-success .f-modal-fix, .modal .f-modal-icon.f-modal-error .f-modal-fix {
            background-color: #fff;
            height: 90px;
            left: 28px;
            position: absolute;
            top: 8px;
            transform: rotate(-45deg);
            width: 5px;
            z-index: 1;
        }

        .modal .f-modal-icon.f-modal-success .f-modal-line, .modal .f-modal-icon.f-modal-error .f-modal-line {
            background-color: #A5DC86;
            border-radius: 2px;
            display: block;
            height: 5px;
            position: absolute;
            z-index: 2;
        }

            .modal .f-modal-icon.f-modal-success .f-modal-line.f-modal-tip, .modal .f-modal-icon.f-modal-error .f-modal-line.f-modal-tip {
                left: 14px;
                top: 46px;
                transform: rotate(45deg);
                width: 25px;
            }

            .modal .f-modal-icon.f-modal-success .f-modal-line.f-modal-long, .modal .f-modal-icon.f-modal-error .f-modal-line.f-modal-long {
                right: 8px;
                top: 38px;
                transform: rotate(-45deg);
                width: 47px;
            }

    .modal .f-modal-icon.f-modal-error {
        border-color: #F27474;
    }

        .modal .f-modal-icon.f-modal-error .f-modal-x-mark {
            display: block;
            position: relative;
            z-index: 2;
        }

        .modal .f-modal-icon.f-modal-error .f-modal-placeholder {
            border: 4px solid rgba(200, 0, 0, 0.2);
        }

        .modal .f-modal-icon.f-modal-error .f-modal-line {
            background-color: #F27474;
            top: 37px;
            width: 47px;
        }

            .modal .f-modal-icon.f-modal-error .f-modal-line.f-modal-left {
                left: 17px;
                transform: rotate(45deg);
            }

            .modal .f-modal-icon.f-modal-error .f-modal-line.f-modal-right {
                right: 16px;
                transform: rotate(-45deg);
            }

    .modal .f-modal-icon.f-modal-warning {
        border-color: #F8BB86;
    }

        .modal .f-modal-icon.f-modal-warning:before {
            animation: pulseWarning 2s linear infinite;
            background-color: #fff;
            border-radius: 50%;
            content: "";
            display: inline-block;
            height: 100%;
            opacity: 0;
            position: absolute;
            width: 100%;
            left: 0;
        }

        .modal .f-modal-icon.f-modal-warning:after {
            background-color: #fff;
            border-radius: 50%;
            content: '';
            display: block;
            height: 100%;
            position: absolute;
            width: 100%;
            z-index: 1;
        }

        .modal .f-modal-icon.f-modal-warning .f-modal-body {
            background-color: #F8BB86;
            border-radius: 2px;
            height: 47px;
            left: 50%;
            margin-left: -2px;
            position: absolute;
            top: 10px;
            width: 5px;
            z-index: 2;
        }

        .modal .f-modal-icon.f-modal-warning .f-modal-dot {
            background-color: #F8BB86;
            border-radius: 50%;
            bottom: 10px;
            height: 7px;
            left: 50%;
            margin-left: -3px;
            position: absolute;
            width: 7px;
            z-index: 2;
        }

    .modal .f-modal-icon + .f-modal-icon {
        margin-top: 50px;
    }

.animateSuccessTip {
    animation: animateSuccessTip .75s;
}

.animateSuccessLong {
    animation: animateSuccessLong .75s;
}

.f-modal-icon.f-modal-success.animate:after {
    animation: rotatePlaceholder 4.25s ease-in;
}

.f-modal-icon.f-modal-error.animate:after {
    animation: rotatePlaceholder 4.25s ease-in;
}

.animateErrorIcon {
    animation: animateErrorIcon .5s;
}

.animateXLeft {
    animation: animateXLeft .75s;
}

.animateXRight {
    animation: animateXRight .75s;
}

.scaleWarning {
    animation: scaleWarning 0.75s infinite alternate;
}

.pulseWarningIns {
    animation: pulseWarningIns 0.75s infinite alternate;
}

@keyframes animateSuccessTip {
    0%,54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessLong {
    0%,65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes rotatePlaceholder {
    0%,5% {
        transform: rotate(-45deg);
    }

    100%,12% {
        transform: rotate(-405deg);
    }
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes animateXLeft {
    0%, 65% {
        left: 82px;
        top: 95px;
        width: 0;
    }

    84% {
        left: 14px;
        top: 33px;
        width: 47px;
    }

    100% {
        left: 17px;
        top: 37px;
        width: 47px;
    }
}

@keyframes animateXRight {
    0%, 65% {
        right: 82px;
        top: 95px;
        width: 0;
    }

    84% {
        right: 14px;
        top: 33px;
        width: 47px;
    }

    100% {
        right: 16px;
        top: 37px;
        width: 47px;
    }
}

@keyframes scaleWarning {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pulseWarning {
    0% {
        background-color: #fff;
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        background-color: #fff;
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        background-color: #F8BB86;
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }

    100% {
        background-color: #F8BB86;
    }
}

#commonModal .modal-footer.confirmFooter, #commonModal .confirmModal .modal-footer {
    display: none;
}

    #commonModal .confirmModal .modal-footer.confirmFooter {
        display: block;
    }

.propertyImageEdit {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 120px;
    width: 120px;
    border: 1px solid #ccc;
    padding: 5px;
    position: relative;
    margin-bottom: 15px;
    float: left;
    margin-right: 15px;
}

    .propertyImageEdit:hover {
        box-shadow: 1px 1px 3px #000;
    }

button.btnDelete.btn.btn-primary {
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 0;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: #000;
    border-color: transparent;
    display: none;
}

.propertyImageEdit:hover button.btnDelete.btn.btn-primary {
    display: block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

textarea {
    resize: none
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

/*NAF Form*/
.leftTabButtonContainer a {
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    border-radius: 0 !important;
    font-weight: normal;
}

.leftTabButtonContainer li.active a, .leftTabButtonContainer .nav > li > a:hover, .leftTabButtonContainer .nav > li > a:focus {
    color: #ffffff;
    background-color: rgba(0,0,0,0.5);
}

.leftTabButtonContainer .nav-stacked > li + li {
    margin-top: 0;
}

.checkboxEmptyDummy, .checkboxActiveDummy {
    height: 15px;
    width: 15px;
    display: inline-block;
    left: 0;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-right: 10px;
    line-height: 10px;
    vertical-align: -1px;
    position: relative;
}

    .checkboxActiveDummy:after {
        content: '\002714';
        position: absolute;
        left: 0px;
        top: -2px;
        height: 15px;
        width: 15px;
        font-size: 17px;
    }

.custInFormPanel .panel-heading {
    padding: 4px 15px;
    background-color: #505661;
    color: #fff;
    border-color: #505661
}

.panel-default.custInFormPanel {
    border-color: #505661;
}

.properyInfoItem-body label {
    font-size: 14px;
}

.panel-default.custInFormPanel label {
    font-weight: normal;
    font-size: 13px;
    color: #333c4c;
    font-family: arial;
    margin-bottom: 1px;
}

    .panel-default.custInFormPanel label.dummyLabel {
        color: #fff;
        display: block;
    }

.panel-default.custInFormPanel .form-group {
    margin-bottom: 10px;
}

.panel-default.custInFormPanel .input-sm {
    font-size: 13px;
    font-family: arial;
    font-weight: bold;
    color: #000;
}
/*Property Page*/
.propertyListContainer {
    min-height: calc(100vh - 130px);
    padding: 15px;
    background-image: url('../images/mapbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-attachment: fixed;
}

.calendarTabs.nav-pills > li > a {
    padding: 0;
    background-color: #fff !important;
    box-shadow: 1px 2px 3px #999;
    margin-right: 7px;
    font-weight: bold;
    margin-bottom: 15px;
}

.calendarTabs.nav-pills > li.active > a .dayContainer, .calendarTabs.nav-pills > li:hover > a .dayContainer {
    background-color: #960404 !important;
    color: #fff;
}

.dayContainer {
    padding: 0 5px;
    text-align: center;
    background-color: #999 !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 25px;
}

.monthYearContainer {
    color: #000;
    padding: 2px 5px;
}

.calendarTabs.nav-pills > li > a em:before, .calendarTabs.nav-pills > li > a em:after {
    content: '';
    float: left;
    position: absolute;
    top: -6px;
    width: 4px;
    height: 12px;
    background: #dadada;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
    background: -moz-linear-gradient(top, #000, #fff);
    z-index: 2;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.calendarTabs.nav-pills > li > a em:before {
    left: 13px;
}

.calendarTabs.nav-pills > li > a em:after {
    right: 13px;
}

.propertyListLeft {
    max-width: 650px;
}

.propertyListItem.activeMap {
    box-shadow: 0px 0px 5px #000
}

.propertyListItem {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 13px;
    border: 1px solid #ccc;
    position: relative;
    overflow: hidden;
}

.propertyListIcons .glyphicon {
    font-size: 17px;
    margin-left: 5px;
    color: gray;
    opacity: 0.6;
}

    .propertyListIcons .glyphicon.active {
        opacity: 1;
    }

.propertyListIcons .glyphicon-star.active {
    color: #e91e22;
}

.propertyListIcons .glyphicon-comment.active {
    color: orange;
}

.propertyListIcons .glyphicon-ok-sign.active {
    color: green;
}
/*.propertyListItem:nth-child(1)::after, .propertyListItem:nth-child(3)::after {
    position: absolute;
    right: -32px;
    top: 11px;
    content: "Shortlisted";
    background-color: green;
    color: #fff;
    padding: 2px 26px;
    line-height: 16px;
    font-size: 10px;
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}*/
.propertyListLeft .propertyListItem::after {
    display: none;
}

.properyPrice {
    color: #fff;
    background-color: #000;
    text-align: center;
    padding-top: 7px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 2%, rgba(0,0,0,0.7) 56%, rgba(0,0,0,0.7) 99%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 2%,rgba(0,0,0,0.7) 56%,rgba(0,0,0,0.7) 99%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 2%,rgba(0,0,0,0.7) 56%,rgba(0,0,0,0.7) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
}

.propertyListItem .media-left img {
    border: 1px solid #ccc;
}

.propertyListItem .media-heading {
    font-weight: bold;
    color: #ddd;
    font-size: 17px;
}

    .propertyListItem .media-heading a {
        color: #777;
    }

    .propertyListItem .media-heading span {
        color: #000;
    }

.propertyListItem .locationTxt, .propertyListItem .ratingRow {
    margin-bottom: 2px;
}

.mapArea {
    width: 100%;
    height: calc(100vh - 85px);
    position: relative;
    z-index: 0;
}

.middlebox {
    border-top: 1px solid #ccc;
    padding-top: 5px;
    font-weight: 500;
    color: #444;
    position: relative;
    padding-right: 35px;
}

.btn-LoadMap {
    position: absolute;
    right: 0;
    top: 5px;
    padding: 6px 5px;
    border-color: #ccc;
}

    .btn-LoadMap img {
        height: 20px;
    }

.middlebox b {
    color: #000;
}

.glyphicon.text-danger {
    color: #e91e22;
}

.propTitle {
    margin-top: 0
}

.feedbackBox {
    padding: 15px;
    margin: 25px 0;
    box-shadow: 0px 0px 7px #000;
    border-radius: 6px;
    background-color: #fff;
}

.timeline {
    list-style: none;
    padding: 0px 0 1px;
    position: relative;
    max-width: 750px;
    margin-bottom: 0;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 1px;
        background-color: #eeeeee;
        left: 10px;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 10px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: calc(100% - 32px);
            float: right;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 10px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            background-color: #fff;
            cursor: pointer;
            font-size: 13px;
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                display: inline-block;
                border-top: 11px solid transparent;
                border-left: 11px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 11px solid transparent;
                content: " ";
                border-left-width: 0;
                border-right-width: 11px;
                left: -12px;
                right: auto;
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                display: inline-block;
                border-top: 10px solid transparent;
                border-left: 10px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 10px solid transparent;
                content: " ";
                border-left-width: 0;
                border-right-width: 10px;
                left: -10px;
                right: auto;
            }

        .timeline > li > .timeline-badge {
            color: #e91e22;
            width: 20px;
            height: 20px;
            line-height: 18px;
            font-size: 14px;
            text-align: center;
            position: absolute;
            top: 28px;
            left: 14px;
            margin-left: -14px;
            background-color: #fff;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
            font-weight: bold;
            font-family: arial;
            border: 1px solid #ccc;
        }

        .timeline > li:hover > .timeline-panel {
            box-shadow: 0 1px 6px #e91e22;
        }

        .timeline > li:hover > .timeline-badge {
            color: #fff;
            background-color: #e91e22;
        }

            .timeline > li:hover > .timeline-badge:before {
                animation: pulseWarning 1s linear infinite;
                background-color: #fff;
                border-radius: 50%;
                content: "";
                display: inline-block;
                height: 100%;
                opacity: 0;
                position: absolute;
                width: 100%;
                left: 0;
                z-index: 0;
            }

.activityOrintaionDone .timeline > li > .timeline-panel {
    box-shadow: none;
    background-color: rgba(255,255,255,0.72);
}

.activityOrintaionDone .timeline .timeline-heading::after {
    content: "\2713";
    position: absolute;
    right: 4px;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    background-color: #5fba7d;
    color: #fff;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 600;
}

.timeline-heading p {
    margin-bottom: 0px;
}

    .timeline-heading p .text-muted {
        font-weight: 600;
        color: #333;
    }

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

.propertyListLeft.propertyListItem {
    max-width: none;
    box-shadow: none;
    border: 1px solid #ccc;
    border-top: none;
}

.themeModal .modal-header {
    background-color: #960404;
    padding: .4em 1em;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
}

    .themeModal .modal-header button.close {
        opacity: 1;
        color: #fff;
        text-shadow: none;
    }

.addDayContiner .form-group {
    width: calc(100% - 115px);
    float: left;
}

    .addDayContiner .form-group .input-group {
        max-width: 250px;
        margin-right: 15px;
        float: right;
    }

.addDayContiner.clearfix {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.bootstrap-datetimepicker-widget table td {
    padding: 4px !important;
    font-family: arial;
    font-weight: normal;
}

.datepicker-days thead tr:nth-child(1) th {
    padding: 4px !important;
    background-color: #afaeae !important;
    border-radius: 0 !important;
    font-family: arial;
    font-weight: normal;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #e91e22 !important;
}

footer {
    background-color: #000;
    color: #fff;
    clear: both;
}

    footer p {
        margin-bottom: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: right;
    }

.mobileWithCode select {
    width: 80px !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-right: none;
}

.mobileWithCode input[type='text'] {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.orintationBg {
    min-height: calc(100vh - 130px);
    padding: 15px;
    background-image: url('../images/oriantationbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-attachment: fixed;
}

.momBg {
    min-height: calc(100vh - 130px);
    padding: 15px;
    background-image: url('../images/mombg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.clearfix.formContainer .panel-body {
    padding-bottom: 0;
    padding-top: 10px;
}

.momBg .propertyListItem {
    background-color: rgba(0,0,0,0.55);
    color: #fff;
    transition: 1s;
}

.MOMTitle {
    margin-top: 0;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.momBg ul {
    padding-left: 15px;
}

.momBg .propertyListItem:hover {
    background-color: #fff;
    color: #000;
}

#MOMTopicList .panel-body input {
    margin-bottom: 10px;
}

    #MOMTopicList .panel-body input:nth-last-child(1) {
        margin-bottom: 0;
    }

.input-group-addon {
    color: #333c4c;
}

.bootstrap-datetimepicker-widget .timepicker-picker table td span, .bootstrap-datetimepicker-widget .timepicker-picker table td {
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.time .bootstrap-datetimepicker-widget {
    max-width: 150px;
}

.ui-widget.ui-widget-content {
    z-index: 9999;
}

div#commonModal {
    z-index: 99999;
}

#MOMTopicList .panel-default {
    border-color: #505661;
}

    #MOMTopicList .panel-default > .panel-heading {
        color: #333333;
        background-color: #505661;
        border-color: #505661;
        padding: 5px 15px;
        font-weight: bold;
    }

h4.sectoinTitle {
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    font-weight: bold;
}

.commentRow {
    background-color: #ebebeb;
    border-radius: 6px;
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

.commentDateTime {
    font-family: Arial;
}

h5.previewTitle {
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.outputBox {
    min-height: 26px;
    padding: 2px 10px;
    background-color: #ebebeb;
    border: 1px solid #ccc;
    border-radius: 4px;
}
/*Menu Icon Animation*/
#nav-icon {
    width: 40px;
    height: 35px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    #nav-icon span {
        display: block;
        position: absolute;
        height: 3px;
        width: 32px;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        left: 3px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        #nav-icon span:nth-child(1) {
            top: 4px;
        }

        #nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
            top: 15px;
        }

        #nav-icon span:nth-child(4) {
            top: 26px;
        }

    #nav-icon[aria-expanded="true"] span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    #nav-icon[aria-expanded="true"] span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon[aria-expanded="true"] span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-icon[aria-expanded="true"] span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle {
    background-color: transparent;
    border-color: transparent;
}

.sideBarLogo {
    display: none;
}

/*Home Section*/
.heroSection {
    background: url(../images/homeBannerBg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: calc(100vh - 68px);
    background-position: top left;
    padding-bottom: 185px;
    position: relative;
}
.twofactorheroSection {
    background: url(../images/homeBannerBg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
}

.adeptLogoTagLine {
    font-family: times;
    font-weight: 600;
    letter-spacing: 1px;
    color: #056203;
    margin-bottom: 25px;
}

    .adeptLogoTagLine span, .redColor {
        color: #e91e22;
    }

.welcomeMessage {
    line-height: 45px;
    margin-bottom: 25px;
}

.isoLine {
    font-family: times;
    font-size: 17px;
}
/*.yearsContainer {
    position: absolute;
    right: 15px;
    text-align: center;
    bottom: 0;
}*/
/****Media Rules****/
@media only screen and (max-width: 767px) {
    .loginCustRow .col-sm-6 {
        text-align: center;
    }
    /*navigation css*/
    .navbar-inverse.custNavBar .navbar-nav > li > a {
        text-align: left;
        padding: 10px 15px;
    }

    .navTxt {
        text-align: left;
    }

    .navIcon {
        display: none;
    }

    .navbar-inverse.custNavBar .navbar-btn, .navbar-inverse.custNavBar .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: #960404;
    }

    .leftTabButtonContainer a[data-toggle="collapse"] {
        color: #333;
        display: block;
        border-bottom: none;
    }

    .checkboxEmptyDummy, .checkboxActiveDummy {
        border-color: #333;
    }
}

@media only screen and (max-width: 768px) {
    .mapArea {
        width: 100%;
        height: 200px;
        position: relative;
        z-index: 0;
        position: fixed;
        left: 0;
        top: 55px;
        right: 0;
        z-index: 4;
    }

    .leftBox {
        left: 0;
        padding-top: 200px;
    }

    .propertyListItem {
        font-size: 12px;
    }

        .propertyListItem .media-heading {
            font-size: 15px;
        }

        .propertyListItem .media-object {
            width: 90px !important;
        }

    .btn-LoadMap {
        padding: 4px 5px;
    }

    .tableContainer.clearfix {
        border: none;
    }

    .assigneeView .formContainer > .visible-xs {
        color: #fff;
    }

    .js-tabcollapse-panel-body > form .col-sm-12.text-center {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #myTab-accordion .panel-title {
        font-size: 14px;
    }

    .navbar.custNavBar > .container-fluid .navbar-brand {
        margin-right: 15px;
        padding: 7px;
    }

    .custNavBar .navbar-brand > img {
        height: 36px;
    }

    .mobilePageHeaderName {
        display: inline-block !important;
        color: #fff;
        line-height: 24px;
        font-weight: bold;
    }

    .afterLoginPage {
        padding-top: 55px;
    }

    .custNavBar .navbar-collapse {
        position: fixed;
        top: 0;
        left: -200px;
        width: 200px;
        bottom: 0;
        background-color: #fff;
        height: 100%;
        z-index: 9999;
        min-height: 100%;
        overflow-x: hidden;
        transition: 0.5s;
        box-sizing: border-box;
        margin-right: 0;
        margin-left: 0;
        border: none;
        box-shadow: 0 0 7px #000;
    }

        .custNavBar .navbar-collapse.collapse.in {
            left: 0px;
        }

    .custNavBar .nav.navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

    .navbar-inverse.custNavBar .navbar-nav > li > a {
        color: #000;
        font-weight: 600;
        border-bottom: 1px solid #ccc;
    }

    .sideBarLogo {
        display: block;
        text-align: center;
    }

        .sideBarLogo img {
            width: 80px;
            margin: 25px 0;
        }

    .navbar-inverse.custNavBar .navbar-btn, .navbar-inverse.custNavBar .navbar-nav .open .dropdown-menu > li > a {
        color: #000;
    }
}

@media only screen and (min-width: 768px) {
    .profileIconContainer .navTxt {
        padding: 0 7px;
    }

    .leftTabButtonContainer {
        width: 358px;
        float: left;
    }

    .rightTabContainer {
        width: -webkit-calc(100% - 358px);
        width: -moz-calc(100% - 358px);
        width: calc(100% - 358px);
        float: left;
        padding: 15px;
        background-color: #fff;
    }

    .formContainer {
        background-color: #333c4c;
    }

    .middlebox .col-xs-4 {
        border-right: 1px solid #ccc;
    }

        .middlebox .col-xs-4:nth-last-child(2) {
            border-right: none;
        }

    .propertyListItem .carousel-control .glyphicon-chevron-left, .propertyListItem .carousel-control .glyphicon-chevron-right, .propertyListItem .carousel-control .icon-prev, .propertyListItem .carousel-control .icon-next {
        font-size: 16px;
        font-weight: 100;
        line-height: 16px;
    }

    .leftBox .tab-content {
        height: calc(100vh - 175px);
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .container-fluid {
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .container-fluid.body-content .nav-tabs > li > a {
        padding: 10px 8px;
    }
}

.carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
    top: 0;
    bottom: auto;
    text-align: left;
}

    .carousel-caption h3 {
        font-size: 18px;
        line-height: 24px;
    }

@media only screen and (min-width: 1024px) {
    .carousel-caption {
        padding-bottom: 30px;
        top: 30%;
    }

        .carousel-caption h3 {
            font-size: 28px;
            line-height: 44px;
        }
}

.propertyListItem a, .timeline a {
    color: #e91e22;
}

    .propertyListItem a:visited, .timeline a:visited {
        color: #e91e22;
    }

.disclaimer-text {
    font-size: 10px;
    font-style: italic;
    color: red;
    font-weight: bold;
}

.settling-in-container {
    background-color: white;
    border: 1px solid grey;
    margin: 10px;
    padding: 8px;
}

    .settling-in-container .document-link * {
        text-align: center;
        display: block;
    }

    .settling-in-container a {
        font-weight: bold;
        text-decoration: underline;
    }

    .settling-in-container img {
        max-width: 560px;
        max-height: 400px;
    }
