﻿html {
    /*overflow: -moz-scrollbars-vertical;
    overflow: scroll;*/
    overflow:auto;
}

body {
    font-family: Arial, Sans-Serif;
    background-color: #f1f1f1;
}

img {
    -ms-interpolation-mode: bicubic;
}

.dropdown-inline {
    display: inline-block;
}

.maxlength-counter {
    text-align: right;
    color: #999999;
    font-size: 12px;
    margin-top: 7px;
    height: 12px;
}

.placeholder {
    color: #aaa !important;
}

.icon {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    margin-right: 5px;
    background-image: url(../img/icons/icons_18.png);
}

#desktop-nav .icon {
    top: 3px;
}

a:hover .icon-hover {
    background-position-y: -18px;
}

.icon-user {
    background-position: -96px 0;
}

.icon-home {
    background-image: url(../img/icons/home.png);
}

.icon-message {
    background-position: -90px 0;
}

.icon-settings {
    background-position: -144px 0;
    width: 30px !important;
}

.icon-dialog {
    background-position: 0 0;
}

.icon-neighbours {
    background-position: -18px 0;
}

.icon-calendar {
    background-position: -36px 0;
}

.icon-sale {
    background-position: -54px 0;
}

.icon-payment {
    background-image: url(../img/icons/payrent.png);
}

.icon-location {
    background-image: url(../img/icons/location.png);
}

.icon-documents {
    background-image: url(../img/icons/documents.png);
}

.icon-menu {
    background-image: url(../img/icons/menu.png);
}

.icon-newsletter {
    background-image: url(../img/icons/newsletter.png);
}

.icon-assistance {
    background-image: url(../img/icons/assistance.png);
}

.has-badge {
    position: relative;
}

#header {
    background-color: #fff;
    padding: 5px 0;
}

    #header .icon {
        width: 24px;
        height: 24px;
        top: 50%;
        margin-left: 15px;
        margin-top: 10px;
        background-image: url(../img/icons/icons_24.png);
    }

    #header .icon-message {
        background-position: -120px 0;
    }

    #header a:hover .icon-hover {
        background-position-y: -24px;
    }

    #header .has-badge .badge {
        position: absolute;
        top: -15px;
        left: 5px;
        background-color: #ff5a00;
        font-size: 10px;
    }

    #header a {
        text-decoration: none;
    }

#mobile-top-bar {
    background-color: #f5f5f5;
    margin-top: -5px;
}

#mobile-nav .menu-header,
#mobile-nav .sub-menu {
    padding: 3px 20px;
}

    #mobile-nav .sub-menu a {
        display: block;
        color: #000;
        padding: 3px 20px;
        text-decoration: none;
        margin: 0 -20px;
        white-space: nowrap;
        text-indent: 20px;
    }

        #mobile-nav .sub-menu a:hover {
            background-color: #428bca;
            color: #fff;
        }

#nav-container {
    background-color: #313c72;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}

#desktop-nav > ul {
    width: 100%;
    font-size: 16px;
    margin: 0;
}

    #desktop-nav > ul > li > a {
        display: block;
        padding: 7px 25px 10px;
        color: #fff;
        font-weight: 500;
        text-decoration: none;
        border-right: 1px solid #cfcfcf;
    }

    #desktop-nav > ul > li {
        padding: 0;
        margin: 0;
        margin-right: -4px;
    }

        #desktop-nav > ul > li.property-name {
            color: White;
            float: right;
            padding-top: 7px;
        }

        #desktop-nav > ul > li.selected > a,
        #desktop-nav > ul > li:hover > a {
            background: url(../img/icons/menu-indicator.png) no-repeat 50% 100%;
            background-size: 10px 5px;
        }

#main-content {
    padding-top: 40px;
    padding-bottom: 70px;
}

#footer {
    background-color: #555;
    padding: 5px 0;
    color: #fff;
}

    #footer ul {
        display: inline-block;
    }

    #footer a {
        color: #fff;
        font-weight: bold;
    }

#main-content a {
    color: #316ea7;
}

    #main-content a.title-link {
        font-size: 16px;
    }

h3 {
    font-weight: normal;
    font-size: 26px;
    line-height: 26px;
    color: #ff6600;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

#main-content .info-widget h3 {
    font-weight: normal;
    font-size: 26px;
    line-height: 26px;
    color: #ff6600;
    text-align: left;
    border-bottom: 2px solid #333333;
    margin-top: 0;
    padding-bottom: 10px;
}

#explore-widget a {
    color: #333;
}

#explore-widget .icon {
    top: 4px;
}

a.action-link {
    color: #428bca !important;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

    a.action-link:hover {
        color: #2a6496 !important;
    }

/* Pooldeck */
.link-list {
    padding-top: 10px;
}

    .link-list > li {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .link-list a {
        color: #3d3d3d;
    }

    .link-list .icon {
        top: 6px;
        margin-right: 5px;
    }

.info-widget {
    margin-bottom: 40px;
}

#property-details {
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #fff;
}

    #property-details a {
        color: #3d3d3d;
    }

    #property-details .icon {
        top: 5px;
        margin-right: 5px;
    }

.property-logo {
    margin-bottom: 20px;
}

#sponsors {
    margin-top: 40px;
}

    #sponsors .panel a img {
        margin: 0 auto;
    }

    #sponsors .panel a {
        display: block;
        background-color: #fafafa;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }

.data-panel {
    margin-top: 20px;
    border-top-width: 4px;
    padding-bottom: 10px;
}

    .data-panel h3 {
        border-bottom-width: 0 !important;
        padding-top: 20px;
        padding-bottom: 25px;
        color: #3d3d3d !important;
    }

.edit-profile-photo {
    position: relative;
    display: inline-block;
}

    .edit-profile-photo img {
        background-color: #f5f5f5;
        width: 100px;
        height: 100px;
    }

    .edit-profile-photo .edit-icon {
        z-index: 1;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
    }

    .edit-profile-photo:hover .edit-icon {
        background-image: url(../img/icons/camera.png);
    }

#edit-profile-name {
    text-decoration: none;
}

.error-banner {
    border: 1px solid #cfcfcf;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #ff5706;
    padding: 10px 20px;
}

.modal-screen {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: Black;
    opacity: 0.1;
}

#payment-form {
    margin-bottom: 50px;
}

.show-inline {
    display: inline-block;
}

.input-validation-error {
    border: 1px solid #ff5706
}

.input-validation-valid { /* Optional: you can set whatever style you want */
}

.field-validation-error {
    color: #ff5706
}

.field-validation-valid {
    display: none
}

.validation-summary-errors {
    color: #ff5706;
    padding: 10px;
    margin-bottom: 20px;
}

.validation-summary-valid {
    display: none
}

.validation-summary-errors ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/***************************
 * Credit card logos
 ***************************/
ul.cards {
    display: block;
    list-style: none;
    padding: 0;
}

.cards {
    display: block;
    width: 200px;
    height: 32px;
    margin-left: 10px;
    margin-bottom: 10px;
    background-image: url(/content/images/site/card_logos.png);
    text-indent: -9999px;
}

ul.cards li {
    display: block;
    float: left;
    width: 51px;
    height: 32px;
    margin: 0;
    margin-right: 5px;
    margin-bottom: 10px;
    background-image: url(/content/images/site/card_logos.png);
    text-indent: -9999px;
}

    ul.cards li.visa {
        background-position: 0 0;
    }

    ul.cards li.amex {
        background-position: 204px 0;
    }

    ul.cards li.mastercard {
        background-position: 153px 0;
    }

    /*ul.cards li.maestro {
    background-position: 102px 0;
}*/

    ul.cards li.discover {
        background-position: 51px 0;
    }

    ul.cards li.visa.off {
        background-position: 0 32px;
    }

    /*ul.cards li.visa_electron.off {
    background-position: 204px 32px;
}*/

    ul.cards li.amex.off {
        background-position: 204px 32px;
    }

    ul.cards li.mastercard.off {
        background-position: 153px 32px;
    }

    /*ul.cards li.maestro.off {
    background-position: 102px 32px;
}*/

    ul.cards li.discover.off {
        background-position: 51px 32px;
    }

.modal-header {
    background-color: #9fc2ec;
}

.modal-footer {
    background-color: #e3e3e3;
}

table.listtable {
    border: 1px solid #cccccc;
}

    table.listtable tr {
        background-color: #ffffff;
    }

        table.listtable tr.separator {
            height: 1px;
        }

            table.listtable tr.separator td {
                padding-top: 0;
                padding-bottom: 0;
            }

            table.listtable tr.separator hr {
                height: 0;
                border: none;
                border-bottom: 1px dashed #e4e4e4;
                margin: 0;
            }

    table.listtable td {
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: none !important;
    }

    table.listtable tr:first-child {
        height: 35px;
        background-color: #E6EDF5;
        line-height: 35px;
    }

    table.listtable tr:nth-child(2) td {
        padding-top: 30px;
    }

    table.listtable tr th {
        font-weight: normal;
        font-size: 16px;
        color: #666666;
    }

        table.listtable tr td:first-child,
        table.listtable tr th:first-child {
            padding-left: 15px;
        }

        table.listtable tr td:last-child,
        table.listtable tr th:last-child {
            padding-right: 15px;
        }

    table.listtable tr:last-child {
        height: 20px;
        background-color: #E6EDF5;
        line-height: 20px;
    }

        table.listtable tr:last-child td {
            padding: 0;
        }

    table.listtable tr.message-body td {
        padding-top: 0;
    }

    table.listtable tr.message-control td {
        padding-top: 0;
    }

#main-content .btn {
    padding: 0 15px;
    font-family: Arial;
    font-weight: bold;
    font-size: 13px;
    height: 25px;
    text-decoration: none;
}

#main-content a.btn {
    display: inline-block;
    line-height: 25px;
}

#main-content a.btn-lg {
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.33;
    height: auto;
}

#main-content .btn-primary {
    background-color: #3C86CB;
    color: #ffffff;
}

    #main-content .btn-primary:hover {
        background-color: #333C6B;
    }

#main-content .btn-secondary {
    background-color: #C7D3D4;
    color: #434343;
}

    #main-content .btn-secondary:hover {
        background-color: #757D7D;
        color: #ffffff;
    }

#main-content .btn[disabled] {
    background-color: #F2F2F2;
    color: #CCCCCC;
    cursor: default;
}

.last-post-details {
    font-size: 12px;
    color: #999999;
}

    .last-post-details .highlight {
        color: #FE5526;
        font-weight: bold;
    }

.search-bar {
    text-align: right;
    /*padding-bottom: 7px;*/
}

ul.paginginfo {
    display: block;
    list-style: none;
    margin: 0;
    float: right;
    color: #333333;
    font-size: 12px;
    background-color: transparent;
    border: none;
    height: 100%;
    padding-right: 20px;
    line-height: 20px;
}

    ul.paginginfo li {
        display: block;
        margin: 0;
        margin-left: 5px;
        float: left;
    }

        ul.paginginfo li span {
            display: block;
            line-height: 20px;
        }

        ul.paginginfo li a {
            font-weight: normal;
            color: #316EA7;
        }

.search-text {
    z-index: 1;
    width: 215px;
    height: 25px;
    font-size: 12px;
    color: #999999;
    font-family: Arial;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #cccccc;
    margin-left: 15px;
    margin-bottom: 15px;
}

.breadcrumb {
    font-size: 13px;
    color: #333333;
}

    .breadcrumb a {
        color: #316EA7;
    }

ul.message-list {
    display: block;
    list-style: none;
    padding: 15px;
    border: 1px solid #cccccc;
    margin-bottom: 15px;
}

    ul.message-list > li {
        border-top: 1px dashed #E4E4E4;
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-left: 0;
        position: relative;
        padding-left: 45px;
    }

        ul.message-list > li:first-child {
            border-top: none;
        }

        ul.message-list > li#thread-post-load {
            border-top: none;
            height: 20px;
            background-color: #E6EDF5;
            line-height: 20px;
            padding: 0 15px;
        }

            ul.message-list > li#thread-post-load a {
                display: block;
                text-align: center;
            }

        ul.message-list > li .message-title,
        ul.message-list > li .message-reply {
            display: none;
        }

        ul.message-list > li a.message-icon {
            position: absolute;
            display: block;
            top: 15px;
            left: 0;
            width: 30px;
            height: 30px;
            border: 1px solid #cccccc;
            text-align: center;
        }

            ul.message-list > li a.message-icon img {
                max-width: 30px;
                height: auto;
            }

        ul.message-list > li a.message-sender {
            font-weight: bold;
        }

.post-edit-controls {
    display: inline-block;
    float: right;
}

.message-control {
    position: relative;
    font-size: 13px;
    display: inline-block;
}

.message-report a.flagged {
    color: #FE5526;
}

ul.report-menu {
    position: absolute;
    z-index: 10;
    display: block;
    list-style: none;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    top: 20px;
    right: 0;
    margin: 0;
    padding: 0;
}

    ul.report-menu li {
        display: block;
        margin-left: 0;
        padding-top: 3px;
        padding-bottom: 3px;
    }

        ul.report-menu li.separator {
            border-bottom: 1px solid #cccccc;
        }

        ul.report-menu li a {
            display: block;
            padding-left: 15px;
            padding-right: 15px;
            text-decoration: none;
        }

        ul.report-menu li:hover a {
            color: #ffffff;
            background-color: #3398cc;
        }

ul.message-list > li a.message-attachment {
    display: inline-block;
    margin-top: 20px;
    width: auto;
    height: 22px;
    line-height: 22px;
    text-indent: 22px;
    background: transparent url(/content/images/icons/icon_paperclip.gif) no-repeat 4px center;
}

ul.message-list.first-message > li {
    padding-top: 60px;
    padding-left: 65px;
}

    ul.message-list.first-message > li .message-title {
        display: block;
        font-weight: normal;
        font-size: 16px;
        color: #666666;
        height: 35px;
        background-color: #E6EDF5;
        line-height: 35px;
        padding-left: 15px;
        padding-right: 15px;
        position: absolute;
        top: -15px;
        left: -15px;
        right: -15px;
    }

    ul.message-list.first-message > li a.message-icon {
        top: 60px;
        width: 50px;
        height: 50px;
    }

        ul.message-list.first-message > li a.message-icon img {
            max-width: 50px;
            height: auto;
        }

    ul.message-list.first-message > li .message-reply {
        display: inline-block;
        margin-top: 20px;
    }

    ul.message-list.first-message > li .responded-text {
        display: none;
    }

.sort-bar {
    margin-bottom: 15px;
    padding-left: 5px;
    font-size: 13px;
}

ul.two-column {
    list-style: none;
    padding: 30px 25px;
    border: 1px solid #cccccc;
    display: block;
    font-size: 14px;
}

    ul.two-column li {
        margin: 0;
        width: 50%;
        min-height: 40px;
        float: left;
        margin-bottom: 15px;
        display: block;
    }

        ul.two-column li:last-child {
            margin-bottom: 0;
        }

ul.cgs-categories li a.category-title {
    font-size: 16px;
    text-transform: capitalize;
    display: block;
}

.search-results .result-count,
.search-results .search-term {
    font-size: 13px;
    color: #999999;
}

.search-results .forum-title {
    font-size: 14px;
    color: #316EA7;
}

.search-results .thread-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    color: #333333;
}

.search-results .message {
    font-size: 14px;
    color: #333333;
}

.post-images {
    margin-top: 20px;
}

ul.report-menu {
    position: absolute;
    z-index: 10;
    display: block;
    list-style: none;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    top: 20px;
    right: 0;
    margin: 0;
}

    ul.report-menu li {
        display: block;
        margin-left: 0;
        padding-top: 3px;
        padding-bottom: 3px;
    }

        ul.report-menu li.separator {
            border-bottom: 1px solid #cccccc;
        }

        ul.report-menu li a {
            display: block;
            padding-left: 15px;
            padding-right: 15px;
        }

        ul.report-menu li:hover a {
            color: #ffffff;
            background-color: #3398cc;
        }

.input-validation-error {
    border-color: #dc1431;
}

label.input-validation-error {
    color: #d40014;
}

#main-content textarea {
    border: 1px solid #cccccc;
}

.maxlength-counter {
    text-align: right;
    color: #999999;
    font-size: 12px;
    margin-top: 7px;
    height: 12px;
}

img.profile-photo {
    padding: 2px;
    border: 1px solid #333;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}

img.profile-photo-100 {
    width: 100px;
    height: 100px;
}

img.profile-photo-60 {
    width: 60px;
    height: 60px;
}

#jcrop-target {
    margin-top: 20px;
    margin-bottom: 20px;
}

.tiny-slider {
    height: 150px;
    overflow: hidden;
    margin: 0 auto;
}

    .tiny-slider .viewport {
        float: left;
        width: 240px;
        height: 150px;
        overflow: hidden;
        position: relative;
    }

    .tiny-slider .buttons {
        display: block;
        margin: 30px 10px 0 0;
        float: left;
    }

    .tiny-slider .next {
        margin: 30px 0 0 10px;
    }

    .tiny-slider .disable {
        visibility: hidden;
    }

    .tiny-slider .overview {
        list-style: none;
        position: absolute;
        padding: 0;
        margin: 0;
        left: 0;
        top: 0;
    }

        .tiny-slider .overview li {
            float: left;
            margin: 0 20px 0 0;
            padding: 1px;
            display: block;
            border: 1px solid #dcdcdc;
            width: 230px;
        }

table.calendar-day-names-table {
    table-layout: fixed;
    width: 100%;
    margin-bottom: 5px;
}

    table.calendar-day-names-table tr {
        height: 16px;
        line-height: 14px;
        font-size: 12px;
    }

    table.calendar-day-names-table td {
        padding-left: 5px;
        font-weight: bold;
    }

.calendar-container {
    background-color: #fff;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    overflow: hidden;
}

.calendar-row-container {
    border-top: 1px solid #DDD;
    height: 80px;
    overflow: hidden;
    position: relative;
}

table.calendar-row-bg-table {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    margin-bottom: 0;
}

    table.calendar-row-bg-table td {
        padding-left: 5px;
        border-left: 1px solid #DDD;
    }

table.calendar-row-data-table {
    position: relative;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 0;
}

    table.calendar-row-data-table tr {
        height: 16px;
    }

    table.calendar-row-data-table td {
        padding: 0 4px;
    }

    table.calendar-row-data-table a.event-link,
    table.calendar-row-data-table a.more-events-link {
        text-decoration: none;
        /*color: #fff !important;*/
        display: inline-block;
        width: 100%;
        font-size: 11px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        table.calendar-row-data-table a.more-events-link:hover {
            text-decoration: underline;
        }

td.calendar-today {
    background-color: #EEE;
}

.event-personal {
    background-color: #356da6;
    color: #fff;
}

.event-local {
    background-color: #fe9e0c;
    color: #fff;
}

.event-property {
    background-color: #090;
    color: #fff;
}

label.event-personal,
label.event-local,
label.event-property {
    cursor: pointer;
    padding: 2px 10px;
    color: #fff;
}

label.error {
    float: none;
    color: red;
    padding-left: .5em;
    vertical-align: top;
}

.rent-due {
    font-family: Arial Sans-Serif;
    padding: 1px 3px;
    color: White;
    background-color: red;
    cursor: default;
}

ul.prop-image-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

li.prop-image {
    display: inline-block;
    position: relative;
    margin: 2px;
    border: 1px solid #c0c0c0;
}

    li.prop-image input[type=checkbox] {
        position: absolute;
        top: 5px;
        left: 5px;
    }

    li.prop-image a {
        display: block;
        width: 100px;
        height: 100px;
        float: left;
        margin: 5px;
        background-size: cover;
    }

.table.table-noborder th, .table.table-noborder td {
    border-top: none;
}

.export-widget {
    text-align: right;
    padding: 5px;
}

    .export-widget img {
        vertical-align: middle;
        margin-left: 25px;
        margin-right: 5px;
        font-size: 10px;
        width: 16px;
        height: auto;
    }

.user-info-text {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
    color: #2e5782;
}

a.attachment_link {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    font-size: 12px;
    height: 100px;
    width: 100px;
    background: transparent url(/content/images/icons/icon_paperclip.png) no-repeat center;
    border: 1px solid #aaa;
    color: #000;
    background-color: #ddd;
    text-align: center;
    position: relative;
}

    a.attachment_link span {
        position: absolute;
        bottom: 0;
        left: 0;
        display: none;
        background-color: #000;
        color: #fff;
        opacity: 0.8;
    }

    a.attachment_link:hover {
        box-shadow: 0 0 7px #8f8f8f;
    }

        a.attachment_link:hover span {
            display: block;
        }

.ui-datepicker, .ui-timepicker {
    z-index: 10 !important;
}

@media print {
    .hide-print {
        display: none;
        height: 1px;
    }
}

.form-group .datepicker,
.form-group .timepicker {
    cursor: pointer;
}

.col-md-4 {
    z-index: 0; /*z-index: 9;*/ /* bootstrap bug fix */
}

.list-selectable > li:hover,
.list-selectable > li.selected {
    background-color: #316ea7;
    color: #fff;
}

/* To be reviewed */

.userbrowserlist {
    display: block;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

    .userbrowserlist li {
        padding: 8px;
        border-top: 1px solid #eeeeee;
        margin: 0;
    }

        .userbrowserlist li:first-child {
            border-top: none;
        }

.selectlist {
    display: block;
}

    .selectlist li:first-child a {
        border-top: none;
    }

    .selectlist li a {
        background-color: #eeeeee;
        border-right: 1px solid #000000;
        border-top: 1px solid #000000;
        display: block;
        padding: 3px 0 3px 5px;
        font-size: 10px;
        text-decoration: none;
    }

        .selectlist li a.selected {
            background-color: #ffffff;
            border-right: none;
            font-weight: bold;
        }

.imgs {
    max-width: 50px;
    max-height: 50px;
    padding: 3px;
    border: 1px solid #c0c0c0;
}

.post-image {
    max-width: 100px;
    max-height: 100px;
    padding: 5px;
    border: 1px solid #c0c0c0;
    margin-bottom: 10px;
}

.post-image-hover {
    max-width: 500px;
    max-height: 500px;
    padding: 5px;
    border: 1px solid #c0c0c0;
    margin-bottom: 10px;
}

.imglink {
    display: block;
    float: left;
    margin-right: 10px;
}

.ictrl {
    float: right;
    vertical-align: middle;
    margin-right: 10px;
}

.uinlineblock {
    display: inline-block;
}

.interestCB {
    width: 100px;
    float: left;
}
/* To be reviewed */

.div-ch-grid {
    height: 120px !important;
}

/* For menu */
@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) 
{  
    #desktop-nav > ul {
        font-size: 14px;
    }

    #desktop-nav > ul > li {
        margin-right: -10px !important;
    }

    #desktop-nav > ul > li > a {
        padding: 7px 15px 10px !important;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #desktop-nav > ul {
        font-size: 12px !important;
    }
    #desktop-nav > ul > li {
        margin-right: -15px !important;
    }
    #desktop-nav > ul > li > a {
        padding: 10px 15px 10px !important;
    }

    .top-nav-welcom-text {
        float:right;
    }
}

/* Tab Navigation */
.nav-tabs {
    margin: 0;
    padding: 0;
    border: 0;
}

.nav-tabs > li > a {
    background: #d6d5dc;
    color: black;
    border-radius: 0;
    box-shadow: inset 0 -8px 7px -9px rgba(0,0,0,.4),-2px -2px 5px -2px rgba(0,0,0,.4);
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
    background: #F5F5F5;
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.4),-2px -3px 5px -2px rgba(0,0,0,.4);
}

.grid-table {
    padding-top: 10px;
    padding-bottom: 15px;
    text-align: justify;
}

/* Start Scroll bar css chnages*/
/* width */
/*::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}*/
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 5px;
}

/* Handle */
/*::-webkit-scrollbar-thumb {
    background: #f0a000 !important;    
    border-radius: 5px;
}*/

    /* Handle on hover */
/*    ::-webkit-scrollbar-thumb:hover {
        background: #f0a000 !important;
    }*/

/*//button css*/
.rez-button {
    position: relative;
    box-shadow: 0px 2px 5px -1px #333;
    border-radius: 6px;
    border: 1px solid #ffffff;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    background: linear-gradient(to bottom, #313c72 5%, #313c72 100%);
    background-color: #313c72;
    color: #ffffff;
    /*padding: 2px 5px;*/
}

.rez-button:hover {
    background: linear-gradient(to bottom, #DE4510 5%, #DE4510 100%);
    background-color: #DE4510;
    color: white;
}

.rez-button:active {
    position: relative;
    top: 1px;
}

.cancel {
    position: relative;
    box-shadow: 0px 2px 5px -1px #333333;    
    border-radius: 6px;
    border: 1px solid #333333;
    display: inline-block;
    cursor: pointer;        
    font-weight: bold;
}
/* End Scroll bar css chnages*/

.dataTables_wrapper .dataTables_info {
    clear: inherit !important;
    float: left !important;
    padding-top: 0 !important;
    padding-left: 2% !important;
    /* text-decoration: solid; */
    /* text-align: center; */
    font-weight: bold !important;
}

.col-md-4.col-md-z-index {
    z-index: 0;
}
