﻿/*
    BLUE: #178acc
    ORNAGE: #f99c1d

*/

body {
    background-color: #f8f8f8;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.mt-38 {
    margin-top: 38px;
}
.mt-24-dashboard {
    margin-bottom: 24px !important;
}
hr {
    color: #178acc;
    background-color: #178acc;
    border-color: #178acc;
    border-width: 2px;
}

.table {
    border: 1px solid #CCC;
    border-radius: 4px !important;
/*    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);*/
}

    .table tbody tr {
        background-color: #F5F5F5;
    }

        .table tbody tr:hover {
            background-color: #EBEBEB;
        }

        .table tbody tr td {
            padding: 6px !important;
        }

.border-right {
    border-right: 1px solid #CCC;
}

.bg-white {
    background-color: white !important;
}

    .bg-white:hover {
        background-color: #EBEBEB !important;
    }

#pnlApplyForVariance {
    border-color: #2cb841 !important;
}

.aVarianceH {
    background-image: linear-gradient(130deg, #2cb841, #75e285) !important;
}

    .aVarianceH a {
        color: #FFF;
        text-decoration: none;
        font-size: 18px;
    }

        .aVarianceH a:hover {
            text-decoration: underline;
        }

#pnlRegisterVehicle {
    border-color: #ddd !important;
}

.rVehicleH {
    background-image: linear-gradient(130deg, #0071bb, #0071bb) !important;
    background-image: linear-gradient(130deg, #f8941c, #fcdc10) !important;
}

    .rVehicleH a {
        color: #FFF;
        text-decoration: none;
        font-size: 18px;
    }

        .rVehicleH a:hover {
            text-decoration: underline;
        }

.parkingPermit {
    background-image: linear-gradient(130deg, #66066c, #df86b7) !important;
}

    .parkingPermit a {
        color: #FFF;
        text-decoration: none;
        font-size: 18px;
    }

        .parkingPermit a:hover {
            text-decoration: underline;
        }

.parkingAlert {
    background-image: linear-gradient(130deg, #000, #0071bb) !important;
}

    .parkingAlert a {
        color: #FFF;
        text-decoration: none;
        font-size: 18px;
    }

        .parkingAlert a:hover {
            text-decoration: underline;
        }

#pnlNoticeAlert {
    border-color: #f8941c !important;
}

.row-form [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
}

.row-form-small [class^=col-] {
    padding-top: 3px;
    padding-bottom: 3px;
}

.form-control.k-widget {
    padding: 0;
    width: 100% !important;
    height: auto;
}

    .form-control.k-widget:not(.k-autocomplete) {
        border-width: 0;
    }

.oversii-btn-permitStatus {
    display: block;
    font-size: 12px;
    padding: 6px 6px;
}

.oversii-box {
    background-color: #ffffff;
    border: 3px solid #d8d8d8;
    border-radius: 5px;
    /*min-height: 200px;*/
    text-align: center;
    padding: 5px;
}

.oversii-box-title {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
}

.oversii-box-content {
    min-height: 100px;
}

.oversii-box-help {
    float: right;
    color: #178acc;
    /*display: none;*/
}

.oversii-box-content-number {
    font-size: 60px;
    line-height: 60px;
    display: block;
}

.oversii-box-content-view {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
}

.oversii-box-footer {
    font-weight: bold;
    padding-top: 15px;
}

.oversii-heading {
    color: #54b4eb;
}
.dp-bg-red {
    background-color: #FFA7A7 !important;
}
.dp-bg-black {
    background-color: black !important;
}
.dp-bg-white {
    background-color: white !important;
}
.dp-bg-wall {
    background-color: #FDE9D9 !important;
}

.dp-bg-blue {
    background-color: #B6DDE8 !important;
}

.dp-bg-northeast {
    background-color: #f5e6ff !important;
}
.dp-bg-east {
    background-color: #d3e8ff !important;
}
.dp-bg-southeast {
    background-color: #fce5cd !important;
}
.dp-bg-south {
    background-color: #f3f3f3 !important;
}
.dp-bg-central {
    background-color: #d9d2e9 !important;
}
.dp-bg-southwest {
    background-color: #FCE5CD !important;
}
.navbar-oversii {
    /*background-image: -webkit-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-image: -o-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#54b4eb), color-stop(60%, #2fa4e7), to(#1d9ce5));
    background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);*/
    background-color: #f8f8f8;
    border-bottom: 3px solid #178acc;
    /*-webkit-filter: none;
    filter: none;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 10px rgba(0,0,0,0.1);*/
}

    .navbar-oversii .navbar-brand {
        padding: 5px 15px;
    }

        .navbar-oversii .navbar-brand img {
            height: 40px;
        }

/*
.sidebar .nav-second-level li, .sidebar .nav-third-level li {
    border-bottom: 1px solid #178acc!important;
}
    */

@media(min-width:768px) {
    .sidebar {
        margin-top: 53px;
    }
}

.sidebar-mini {
    width: 50px !important;
    overflow: hidden;
}

    /*.sidebar-mini:hover {
        width: 250px !important;
    }*/

    .sidebar-mini ul li a {
        text-wrap: none;
        white-space: nowrap;
        padding-left: 5px;
    }
        /*.sidebar-mini:hover ul li a {
            text-wrap: normal;
            white-space: normal;
        }*/

        .sidebar-mini ul li a i {
            font-size: 2.25em;
        }

        /*.sidebar-mini:hover ul li a i {
            font-size: 1em;
        }*/

        .sidebar-mini ul li a span.arrow {
            display: none;
        }

    /*.sidebar-mini:hover ul li a span.arrow {
        display: inline;
    }*/

    .sidebar-mini ul li ul {
        display: none !important;
    }
/*.sidebar-mini:hover ul li ul.in {
        display:block !important;
    }*/

.page-wrapper-mini {
    margin-left: 50px !important;
}

.text-v-center {
    vertical-align: middle;
    border: solid 2px red;
}

.pt-px {
    padding-top: 15px !important;
}

.commName {
    height: 80px;
    text-align: center !important;
    width: auto;
}

.nCommunity {
    padding: 10px 0 10px 0;
    color: #fff;
    background-color: transparent;
    height: 42px !important;
    display: inline-block;
}

    .nCommunity span {
        padding: 10px 0 10px 0;
        color: #0070bc;
        border-radius: 20px 0 0 20px;
        background-color: #FFF;
        border: 2px solid #FFF;
        height: 42px !important;
        font-size: 15px;
        display: inline-block;
    }

.nCommunitylabel {
    padding: 10px 0 10px 0;
    color: #fff;
    border-radius: 0 20px 20px 0;
    background-color: transparent;
    height: 42px !important;
    display: inline-block;
}

    .nCommunitylabel label {
        padding: 8px 20px 4px 10px;
        color: #0070bc;
        border-radius: 0 20px 20px 0;
        background-color: transparent;
        height: 42px !important;
        display: inline-block;
        font-size: 18px;
        border: 2px solid #fff;
        text-transform: uppercase;
    }
