﻿html {
    position: relative;
    min-height: 100%;
}

html,
body,
.body-content {
    height: 100%;
    box-sizing: border-box;
    font-family: 'Numans', sans-serif;
    font-size: 0.85rem;
    /*margin-bottom: 50px;*/
}

.btn, button {
    font-size: 18px !important;
}
/*body {
    font-family: 'Numans','Open Sans', sans-serif !important;
    margin-bottom: 80px;
}*/

/* #region Footer styles */
#footer {
    background: #fff;
    padding: 0 0 30px 0;
    color: #47536e;
    font-size: 14px;
    background: #eff2f8;
}

#footer .copyright {
    text-align: center;
    float: left;
    color: #47536e;
}

#footer .credits {
    float: right;
    text-align: center;
    font-size: 13px;
    color: #47536e;
    padding-left: 10px;
	display: inline-block;
}
/* #endregion */

/* #region custom Kendo UI styles */
#configure {
    display: none;
}

.k-panelbar .k-content {
    padding: 20px;
}

p .k-button {
    margin: 0 15px 0 0;
}

.k-state-active .label {
    font-size: 1em;
}
/* #endregion */

@media (max-width: 767px) {
    #responsive-panel {
        transition: all linear .2s;
    }

    #configure {
        display: block;
        float: right;
    }

    .k-rpanel {
        width: 100%;
    }

    .k-rpanel-expanded {
        margin-top: 1rem;
    }

    .navbar-header {
        width: 100%;
    }

    .footer {
        height: 60px;
    }

    .k-menu .k-item,
    .k-menu .k-link {
        width: 100%;
    }

    .k-menu .k-link {
        box-sizing: border-box;
    }
}

/*label {
    margin-top: 0.5rem;
}*/

h4 {
    font-size: 1rem;
    font-weight: bold;
}


.clsValidationMsgs {
    display: none;
    margin-top: 10px;
    padding: 5px;
}
.fa-info, .fa-info-circle {
    cursor: help;
}

.clsLink {
    color: #007bff !important;
    text-decoration: underline !important;
}

.clsCursor_Pointer{
    cursor:pointer;
}

.clsCusrsor_Info{
    cursor: help;
}



.logo img{
    width:100px;
}

.cls_footerLinks {
    padding-left: 10px;
    display: inline-block;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #000;
}

.table thead th {
    border-bottom: 1px solid #000;
    vertical-align:middle;
}

.clsInfoIcon_Cards{
    font-size: 20px !important;
}

.btn-IBS {
    padding: 5px !important;
   /* font-size: 12px !important;*/
}

.GridImages
{
    width:100px;
    border-radius:10px;
}

/*System Settings > tab_WorkGallery*/
.divWorkGalleryImages {
    float: left;
    /*width: 220px;*/
    height: 200px;
    margin: 0;
    padding: 8px;
    cursor: pointer;
}

    .divWorkGalleryImages .imgProduct {
        float: left;
        width: 275px;
        height: 150px;
        border-radius: 50px;
    }

/*System Settings > tab_Banners*/
.divBanners {
    float: left;
    /*width: 220px;*/
    height: 200px;
    margin: 0;
    padding: 8px;
    cursor: pointer;
}

    .divBanners .imgProduct {
        float: left;
        width: 275px;
        height: 150px;
        border-radius: 50px;
    }

.btn-info {
    border-color: #17a2b8 !important;
    color: white !important;
    background-color: #17a2b8 !important;
}

/*Customer Index*/
.div_Customer_Index, .div_Customer_Popup_QuickInfo, .div_Customer_Appointment {
    display: inline-flex !important;
    /*padding: 10px !important;*/
    max-height: 195px;
    cursor: pointer;
    margin-right: unset !important;
    margin-left: unset !important;
}

    .div_Customer_Index .card {
        width: 20rem;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.50);
    }

    .div_Customer_Index .card-subtitle {
        margin-top: 7px;
    }

    .div_Customer_Index .card-title, .div_Customer_Index .card-subtitle, .div_Customer_Popup_QuickInfo .card-title, .div_Customer_Popup_QuickInfo .card-subtitle {
        font-size: 20px;
        font-weight: bold;
        float: unset;
    }

    .div_Customer_Index .card-text, .div_Customer_Popup_QuickInfo .card-text {
        margin: unset;
    }

    .div_Customer_Index .div_card-body-details, .div_Customer_Popup_QuickInfo .div_card-body-details {
        margin-bottom: 5px;
    }

/*Customer Details Popup*/

.div_Customer_Popup_QuickInfo {
    display: inline-flex !important;
    /*padding: 10px !important;*/
    max-height: unset;
    cursor: pointer;
    margin-right: unset !important;
    margin-left: unset !important;
}

    .div_Customer_Popup_QuickInfo .card {
        width: 20rem;
        margin:unset;
        margin-bottom: 10px;
    }

/* Appointments - Customer Details*/
.div_Customer_Appointment .card {
    width: 20rem;
    padding: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.50);
}
.card:hover {
    transform: scale(1.05);
    transition: all 0.1s ease-in;
    /* box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);*/
    box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
}

.k-listview-content{
    text-align:center;
}
.ibs-card {
    background-color: #333 !important;
}

/*Ribbon Styling for Cards*/
.card {
    /*   width: 200px;
        height: 300px;*/
    position: relative;
    /* border: 1px solid #bbb;
        background: #eee;*/
    float: left;
    margin: 20px;
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 93px;
    height: 93px;
    text-align: right;
}

    .ribbon span {
        font-size: 0.8rem;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
        line-height: 32px;
        transform: rotate(45deg);
        width: 125px;
        display: block;
        background: #79a70a;
        background: linear-gradient(#9bc90d 0%, #79a70a 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 17px;
    }

        .ribbon span::before {
            content: '';
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #79A70A;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #79A70A;
        }

        .ribbon span::after {
            content: '';
            position: absolute;
            right: 0%;
            top: 100%;
            z-index: -1;
            border-right: 3px solid #79A70A;
            border-left: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #79A70A;
        }

.red span {
    background: linear-gradient(#f70505 0%, #8f0808 100%);
}

    .red span::before {
        border-left-color: #8f0808;
        border-top-color: #8f0808;
    }

    .red span::after {
        border-right-color: #8f0808;
        border-top-color: #8f0808;
    }


/*System Settings*/
.tblDefaultTab th, .tblCompanyDetailsTab th {
    width: 200px
}
/*Banner Edit Popup*/
.imgBanner_Popup {
    width: 200px;
    border-radius: 15px;
}

.tblBannerDetails th{
    width:80px !important;
    text-align:left;
}

.tblBannerDetails td {
    width: 150px;
    text-align: left;
}

.cls_chkMotReminder {
    font-size: 25px;
    font-weight: bold;
}

.tbl_CustomerUpdate th{
    width: 25%;
    text-align: left;
}

#MOTReminderEnabled_Update {
    width: 20px;
    height: 20px;
}

.brand-image{
    opacity:1 !important;
    background-color:white;
    border-radius:0px !important;
}

.small-box .icon > i
{
    font-size: 80px !important;
}

.pt-20{
    padding-top: 20px !important;
}

.pl-18{
    padding-left: 18px !important;
}

.IBS-link{
    text-decoration: none;
    color: grey;
}

.pt-50{
    padding-top: 1rem !important;
}

.pb-50{
    padding-bottom: 1rem !important;
}

.col-40{
    width: 40% !important;
}

.col-20{
    width: 20% !important;
}

/* To Nav Icons */
.topnav_icon {
    font-size: 2rem;
    transition: all 0.1s ease-in-out 0.1s;
}

.topnav_icon:hover {
    font-size: 3rem;
    color: dodgerblue;
    transform: scale(1);
}

.topnav_icon.fa-user-plus {
    color: #716fb3;
}

.fa-calendar-plus {
    color: #e0a800;
}

.fa-file-invoice-dollar {
    color: #dc3545;
}

.fa-comment-sms {
    color: #28a745;
}

.fa-expand-arrows-alt {
    color: #138496;
}
@media only screen and (max-width: 600px) {
    .card-body .row .mobileWidth {
        width: 100% !important;
    }
    #TestDetails.col-sm-2.mobileWidth {
        width: 100% !important;
    }
    #TestDetails{
        display: block !important;
    }
    td.col-2.tdWidth {
        width: 30% !important;
    }
    .col-40 {
        width: 50% !important;
    }

    .col-20 {
        width: 40% !important;
    }
    .row .gy-5 .p-3 {
        padding-top: 0rem !important;
    }
}

.nav-link {
    cursor:pointer;
}
.main-logo {
    display: flex;  
    background: white;
    padding-top: 2rem;
    padding-bottom: 2rem;    
}
.main-logo-image{
    max-height: 90px;
}

.selected-layout{
    border-bottom: 18px solid;
}

#btnSendSMS {
    margin-right: 5px;
}

.blink_me {
    animation: blinker 3s linear infinite;
}

@keyframes blinker {
    25% {
        opacity: 0;
    }
}

.hint{
    color: lightgray !important;
    font-weight: bold !important;
    font-size: 18px !important;
}

.border-radius-50{
    border-radius: 10px !important;    
}


.radio-row {
    display: flex;
    align-items: center;
    padding-left: 20px;
    margin-bottom: 10px;
    height: 60px !important;
    margin-right: 12px !important;
}

.ibs-radio {
    width: 30px !important;
    height: 30px !important;
    margin-right: 10px;
}

.radio-label {
    font-size: 18px;
}

.pl-5x {
    padding-left: 5px !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.validation-ul {
    list-style: none;
    color: white;
    font-size: 18px;
}

.error-focus {
    border: 2px solid red !important;
}