﻿
:root {
    --bg-light: #C5EAFF;
    --dark-text: #1D3855;
}

.bg-light-blue {
    background-color: var(--bg-light);
}

.dark-bg{
    background-color:var(--dark-text);
    color:white;
}

/*.overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);*/ /* Adjust the alpha value (last parameter) for darkness */
    /*z-index: 9999999;*/ /* Adjust z-index as needed */
/*}*/


/*.swal2-backdrop-show {
    position:fixed !important;
    top: 0;*/ /* Align the backdrop to the top of the body */
    /*left: 0;*/ /* Align the backdrop to the left of the body */
    /*width: 100% ;*/ /* Make the backdrop cover the entire width of the viewport */
    /*height: 100% ;*/ /* Make the backdrop cover the entire viewport height */
    /*background-color: rgba(0, 0, 0, 0.6) !important;*/ /* Adjust the opacity and color as needed */
    /*z-index: 9999999 !important;*/ /* Ensure the backdrop is behind the toast */
/*}

.swal2-backdrop-hide {
    opacity: 0;
}*/

#submitbtn .btn:hover{
    /*background-color: var(--dark-text);*/
    color: white !important;
}

#login-page ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 10px; /* Adjust the font size as needed */
}

#login-page .social li {
    display: inline-flex;
    margin-right: 17px;
}

#login-page .contact li {
    display: block;
}

    #login-page .social li a, #login-page .contact li a {
        color: #48B6F3;
        font-size: 16px;
        text-decoration: none;
    }

.form-control {
    border-radius: 0.30rem;
}

body {
    /*  padding-top: 50px;
	padding-bottom: 20px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.loading {
    background-color: rgb(240 240 240 / 25%);
    position: fixed;
    display: block;
    z-index: +1000000 !important;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
}

.loading img {
    position: relative;
    top: 30%;
    
}


fieldset {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 2px groove (internal value);
}

    fieldset.scheduler-border {
        border: solid 1px #DDD !important;
        padding: 0 10px 10px 10px;
        border-bottom: none;
    }

legend.scheduler-border {
    width: auto !important;
    border: none;
    font-size: 14px;
}

.control-group.required label:after {
    content: " *" !important;
    color: #ff8100 !important;
}

.form-group.required label:after {
    content: " *" !important;
    color: #ff8100 !important;
}

span.required:after {
    content: " *" !important;
    color: #ff8100 !important;
}

form label.required:after {
    color: red;
    content: " *";
}

.error .select2-choice.select2-default,
.error .select2-choices {
    color: #a94442;
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.error:focus,
.error .select2-choice.select2-defaultLfocus,
.error .select2-choicesLfocus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices,
.error {
    border-radius: 1px;
}

.red {
    color: red;
}

.form-control {
    padding: 2px 4px;
    height: calc(1.75rem + 2px);
    max-width: unset;
    font-size: 0.80rem;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 2px;
    padding-left: 2px;
}

.content-header {
    padding: 2px;
    padding-left: 15px;
    padding-right: 15px;
}

.table td {
    padding: 2px;
    font-size: 0.95rem;
}

label {
    margin-bottom: 2px;
    margin-top: 4px;
}

input[readonly=readonly], input.readonly {
    background-color: lightgray;
}

.row_selected {
    background-color: #17a2b8 !important;
}

.action-button {
    right: 5px;
    display: inline-block;
    position: absolute;
    top: 4px;
}

div.dataTables_wrapper div.dataTables_length select {
    min-width: 50px;
}

.h3 {
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.brand-link {
    background-color: white;
    color: black !important;
}

    .brand-link .brand-image {
        margin-left: -1px;
    }

.maxWidthInput {
    width: 70px;
    text-align: center;
}

.minWidthInput {
    min-width: 70px;
}

.minDisplayInput {
    max-width: 85px;
}

.TitleInput {
    width: 150px;
    text-align: left;
}

.maxWidthDate {
    max-width: 130px;
    text-align: center;
}

.select2-container--default * {
    font-size: 12px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    padding: 5px;
    height: 30px;
    padding-bottom: 8px;
}
/*.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
    padding: 5px;
    height: 30px;
    padding-bottom: 8px;
}*/
th {
    font-size: 14px;
}

.select2-search--dropdown .select2-search__field {
    width: 100%;
    max-width: 100%;
}

table .select2-container {
    width: 100% !important;
}

.available {
    /*  background-color: transparent !important;*/
    background-color: #ADD1F3 !important;
}

.construction {
    background-color: #d0d1d4 !important;
}

.hold {
    background-color: #f5aeae !important;
}

.booked {
    background-color: #9ade92 !important;
}

.mortgage {
    background-color: #ffffbb !important;
}
.registry {
    background-color: #FFFFFF !important;
}
.underconstruction {
    background-color: #d0d1d4 !important;
}

.div-charges table td,
.div-charges table th {
    padding: 2px;
}

.table td {
    padding: 2px;
}

.numeric {
    text-align: right;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: bold;
    font-size: 14px;
}

.menu-icon {
    background-size: contain;
    width: 20px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.technometer-icon {
    background-image: url(image/Dashboard.png);
}

.master-icon {
    background-image: url(image/Master.png);
}

.general-master-icon {
    background-image: url('image/general master.png');
}

.project-icon {
    background-image: url(image/Project.png);
}

.project-list-icon {
    background-image: url('image/Project list.png');
}

.building-list-icon {
    background-image: url('image/Building list.png');
}

.floor-list-icon {
    background-image: url('image/Floor List.png');
}

.flat-list-icon {
    background-image: url('image/Flat list.png');
}

.plot-list-icon {
    background-image: url('image/Plot list.png');
}

.rowhouse-list-icon {
    background-image: url('image/Row house list.png');
}

.project-commission-icon {
    background-image: url('image/Project commission.png');
}

.inventory-report-icon {
    background-image: url('image/Inventory Report.png');
}

.project-summary-icon {
    background-image: url('image/Project Summary.png');
}

.associatedform-icon {
    background-image: url('image/Associate Form.png');
}

.associatedform-list-icon {
    background-image: url('image/Associated from list.png');
}

.leads-icon {
    background-image: url('image/leads list.png');
}

.lead-list-icon {
    background-image: url('image/leads list.png');
}

.sitevisit-icon {
    background-image: url('image/site visit.png');
}

.sitevisit-report-icon {
    background-image: url('image/site visit report.png');
}

.booking-icon {
    background-image: url('image/Booking list.png');
}

.booking-report-icon {
    background-image: url('image/Booking Reports.png');
}

.loan-icon {
    background-image: url('image/Associated from list.png');
}

.attendance-icon {
    background-image: url('image/Attendance.png');
}

.notification-icon {
    background-image: url('image/Notification.png');
}

.report-icon {
    background-image: url('image/Booking Reports.png');
}

[class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:hover {
    background-color: rgb(23 162 184);
    color: #e9ecef;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: rgb(23 162 184);
    color: #e9ecef;
}

.btn {
    line-height: 1;
}

.card-header {
    padding: .5rem 1.25rem;
}

.table-title {
    color: #17a2b8;
    font-weight: 800;
}

.nav.nav-tabs > li.disabled {
    pointer-events: none;
}

    .nav.nav-tabs > li.disabled a.nav-link {
        color: silver;
    }
.loginMessage {
    display:none;
}
.select2 select2-container select2-container--default{
    width :100% !important;
}
/*
.card-warning:not(.card-outline) > .card-header {
    background-color: #cee7f9;
}*/
.border-warning, .border-info, .border-success {
    border-width: 1.3px;
}
/*
.action-button a {
    color: white !important;
}*/
.btn-outline-success {
    color: #28a745 !important;
}
.btn-outline-success:hover {
    color: #fff !important;
}

.btn-outline-light {
    color: #f8f9fa !important;
}
.btn-outline-light:hover {
    color: #1f2d3d !important;
}

.card-info:not(.card-outline) > .card-header {
    background-color: #407eb2;
}
.btn-info {
    color: #fff;
    background-color: #407eb2;
    border-color: #407eb2;
    box-shadow: none;
}
.padding40 {
    padding-left:10px;
}
.has-error .select2-selection {
    border-color: rgb(185, 74, 72) !important;
}
.has-error .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single {
    /*border-color: #80bdff;*/
    border: 1px solid rgb(185, 74, 72) !important;
}
.clk {
    cursor:pointer;
}
.nav-sidebar .nav-item > .nav-link {
    margin-bottom: 0;
}

#login-page {
    font-family: 'Poppins', sans-serif !important;
}
/*added by pratik*/
.login-page {
        background-image: url(/Content/image/background.jpg);
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#login-page p 
{
    color:gray;
    font-size:12px;
}



/* Apply the Poppins font to the login-page div */ 
.login-page {
    
}
.noExport {
    
}
table tfoot {
    display: table-row-group;
}
.callout {
    padding:2px;
}
div.hide {
    display:none !important;
}
input.hide {
    display: none !important;
}
div.hidden {
    display:none !important;
}
input.hidden {
    display: none !important;
}
.select2-dropdown--below {
    top: 0rem; /*your input height*/
}
thead tr {
    background-color: #cee7f9;
}
thead tr.no-bgcolor {
    background-color: unset !important;
}

/* ashish patidar */
.accordion-button.resize {
    padding: 5px 15px !important;
}

.description-subtext {
    display: block;
    font-size: 80%;
    font-weight: 400;
}

/* slick */
.slick-slide {
    box-shadow: 0px 0px 10px lightblue;
    padding-top: 10px;
    padding-left: 10px;
    margin: 5px;
    cursor: pointer;
}

.slick-current {
    font-weight: 800;
    background-color: lightblue;
    color: blue;
    outline: 2px solid deepskyblue;
    outline-style: inset;
}

.slick-prev:before, 
.slick-next:before {
    color: lightcoral !important;
}

/* DASHBAORD ICON */
.dashboard-icon {
    background-size: contain;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.sx-alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
}

.sx-alert-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #d32535;
}