﻿ 
/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/
@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merienda&display=swap');

@import url('Site.css');


body {
    /*background-color: antiquewhite;*/
    font-family: 'Merienda', cursive;
   /* display: contents;*/
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.body-content {
     margin-top: 115px;
    margin-right: 15px;
    margin-bottom: 0px; 
}

@media screen and (max-width:767px) {
    .body-content {
        margin-top: 78px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

.disable-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by any browser but < IE9 */
}

.textR{
    text-align:right !important;
    direction:rtl;
}

    .textR .bmd-label-static, .bmd-label-floating, validation-summary-errors {
        width: 100%;
        direction: rtl;
        text-align: right;
        position: inherit !important;
        font-size: 0.8rem !important;
        margin: 0px 0px 12px 0px !important;
    }

    .textR .invalid-feedback, field-validation-error, validation-summary-errors, .bmd-label-static, .bmd-label-floating {
        width: 100%;
        text-align: right;
    }

    .textR .li {
        margin-bottom: 4px !important;
        text-align: right;
    }

.textL {
    text-align: left !important;
    direction: ltr;
}

    .textL .bmd-label-static, .bmd-label-floating, validation-summary-errors {
        width: 100%;
        direction: ltr;
        text-align: left;
        position: inherit !important;
        font-size: 1.2rem !important;
        margin: 0px 0px 12px 0px !important;
    }

    .textL .invalid-feedback, field-validation-error, validation-summary-errors, .bmd-label-static, .bmd-label-floating {
        width: 100%;
        text-align: left;
    }
 
.textL .li {
    margin-bottom: 4px !important;
    text-align: left;
}

.splash-section {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: calc(100vw - 200px);
    margin: auto;
    padding: 15px;
    height: 75vh;
}


.required:after {
    content: " *";
    color: red;
    font-size: 24px;
}

.map-container {
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 8px 0px 0px 0px;
    border-radius: 5px;
}

.index-top-section {
    margin-top:  60px;   
    min-height: 80vh;
}

.validation-summary-errors {
    color: red;
}

    .validation-summary-errors ul {
        list-style:circle;
    }

    .validation-summary-errors ul li {
        text-align:start;
    }

    .card .card-title {
        background: #4527A0;
        padding: inherit;
        margin-top: -22px;
        border-radius: 8px;
        color: white;
        font-weight: 600;
        text-align: center;
    }

.login-btn {
    background-color: #21349c;
}

.sign-company {
   background-color:  #1db923;
}

.sign-personal {
    background-color: #282e31;
}
.forgot-btn {
    background-color: #f44336;
}

.prop-table {
    height: 300px;
    overflow: auto;
}

.page {
    padding: 0px;
    margin: 0;
    min-height: 450px;
}

    .page .with-bg-image {
        background-image: url(/assets/img/login_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 90vh;
        width: 92vw;
    }

.page-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 76px;
    bottom: auto;
    height: 82px;
    width: 100%;
    z-index: 5;
    background-color: white;
}

.page-title { 
    width:100%;
    padding: 0rem 0.3rem;
    margin-bottom: 0;
    background-color: #4527a0;
    color: white;
    border-radius: 20px;
}

.page-content {
    margin: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: stretch;
    align-items: stretch;
    padding-top: 36px;
}

.page-footer {
    width: 100%;
    display: flex;
    padding: 0px 8px;
    position: relative;
    margin: auto 8px 0px 8px;
}

.login-page {
    padding: 60px 0px 0px 0px;
    width: 400px;
    margin: auto auto;
    opacity: 0.9;
}
     

.truncate {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-image-header {
    display: flex;
    justify-content: center;
    z-index: 50;
    margin-top: 12px;
   
}

    .card-image-header img {
        width: 110px;
        height: 110px;
        /* border-radius: 100%;*/
        /*  height: 128px;
        border-radius: 100px;*/
    }


.navbar-nav a, .nav-link, a {
    font-weight: 600;
    
}

/*.navbar-collapse {
    margin-top: 0px !important;
}*/

.navbar-nav {
    padding-right: 0;
    margin-top: 15px; 
    margin: auto;
}


.img-round {
    border-radius: 50%;
}

.services-grid {
    display: flex;
    justify-content: center;
    margin: 15px;
    flex-wrap: wrap;
}

.control-label {
    font-size: 1.1rem !important;
    color: blue !important;
}

.bmd-form-group .bmd-label-static {
    font-size: 1.1rem !important;
    color: blue !important;
}

.service-item {
    width: 132px;
    margin: 15px;
    width: 132px;
    margin: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}

    .service-item img {
       /* width: 128px;*/
        height: 128px;
        border-radius: 100px;
    }
    .service-item:hover {
        cursor: pointer;
        box-shadow: 0 3px 6px rgba(0,0,0,0.25);
    }

    .service-item p {
        width: 85px;
        text-overflow: ellipsis;
    }

.req-doc-container {
    width: 65%;
    margin: auto;
}

.req-title {
    font-size: 18px;
    color: #283593;
    margin: 0 15px;
    max-width: 75%;
}

.req-doc {
    width: 100%;
    margin: 15px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.25);
    padding: 15px;
}
 

.required-docs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(275px,1fr));
    /* grid-template-columns: 1fr 1fr ;*/
    /*display: flex;
    flex-direction:column;*/
}


.doc-item {
    padding: 8px;
    display: flex;
    align-items: center; 
}

    .doc-item:hover, .doc-item:focus {
        cursor: pointer;
        box-shadow: 0 3px 6px rgba(0,0,0,0.25);
    }

    .doc-item span {
        margin: 8px;
        border-radius: 50%;
        border: 0.01rem solid #E91E63;
        width: 40px;
        height: 40px;
        font-size: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
    }

#serviceContainer {
    background-image: url(/assets/img/b1.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    padding: 20px;
    display:flex;
    justify-content: center;
}



#requestService {
    width:700px !important;
}

.td-ministry-logo {
    width: 50px;
    height: auto;
    border-radius: 100px;
}

.ms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(120px,1fr));
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

    .ms-grid a {
        font-size: large;
        margin: 5px 8px;
        /* color: #434eb5;*/
        text-align: center;
    }

.ministrys-grid {
    display: flex;
    justify-content: center;
    margin: 15px;
    flex-wrap: wrap;
}

.ministry-item {
   /* width: 220px;*/
   /* margin: 8px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}
    .ministry-item:hover {
        cursor: pointer;
        border-radius: 5px;
        box-shadow: 0 3px 6px rgba(0,0,0,0.25);
    }

    .ministry-item img {
        width: 110px;
        height: 110px;
        /*border-radius: 100px;*/
    }

.dl-horizontal dt {
    white-space: normal;
}
 
.co-header {
    display: flex;
    justify-content: space-around;
}

.co-container {   
    overflow: auto;
}


.co-cart-item {
    /*margin: 15px;*/
    width: auto;
}

.co-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.co-item-grid {
    display: grid;
    grid-template-columns: 110px 2fr;
    grid-column-gap: 8px;
}

.co-item-image {
    margin: 10px;
}

.co-btn-bar {
    height: 35px;
    bottom: 8px;
    top: auto;
    position: absolute;
    background-color: gainsboro;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-around;
}

.co-qty {
    width: 65px;
    border: none;
    border-radius: 27px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.co-icon-btn {
    display: inline-block;
    width: 32px;
    padding: 6px !important;
}


  

#regIndividual {
    width: 50% !important;
    margin: 50px auto !important;
}

 .textR .footer {
     text-align:right !important;
}
.textL .footer {
    text-align: left !important;
}

#footer .list-group-item {
    padding: 0.31rem !important;
}

.receipt {
    width:70%;
    margin:15px auto;
}

.op-list {
    padding: 8px !important;
    font-size: large;
}

#serviceGridContainer {
    margin: 15px auto;
    width: 46%;
}

#servicesCard .card-header {
    height: 42px; 
    width: 50%;
    margin: 8px auto 0px;
    padding: 8px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 900px) {
    .dropdown-toggle::after {
        margin-right: 120px;
    }
        .navbar-collapse {
        margin-top: 76px !important;
    }

    .navbar-nav {
        padding-right: 0;
        margin-top: 15px;
        width: 200px;
        margin: auto;
    }
}

@media screen and (max-width: 767px) {

    .splash-section {
        width:  100vw;
        margin: auto;
        padding: 15px;
        height: 75vh;
    }

    .req-doc-container {
        width: 100%;
        margin: auto;
    }

    .buildings-grid {
        display: block !important;
        grid-template-columns: repeat(auto-fill,minmax(48%,1fr));
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }
    

    .b-item-grid {
        grid-template-columns: 24% 2% 72% !important;
    }

    #requestService {
        width: 100% !important;
    }
    #serviceGridContainer {
        margin: 15px auto !important;
        width: 100%;
    }

    .about-page {
        width:100% !important;
        margin: 0px;
    }

    #servicesCard .card-header {
        height: 42px !important;
        width: 85% !important;
        margin: 8px auto 0px;
        padding: 8px 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #regIndividual {
        width: 100% !important;
        margin: 50px auto !important;
    }

    #regCompany {
        width: 100% !important;
        margin: 50px auto !important;
    }

    #servicesCard {
        width: 100% !important;
    }

    .login-page {
        /*padding: 10px 0px 0px;*/
        width: 312px;
        /* margin: 15px auto;*/
    }

    .carousel-item img {
        height: 30vh !important;
    }


    .receipt {
        width: 95%;
        margin: 15px auto;
    }

    .req-doc {
        width: 100%;
        margin: 3px !important;
        padding: 8px !important;
    }

    .req-title {
        font-size: 16px;
        color: #283593;
        margin: 0 15px;
        max-width: 60% !important;
    }

    .navbar-collapse {
        margin-top: 76px !important;
    }

    .navbar-nav {
        padding-right: 0;
        margin-top: 15px;
        width: 200px;
        margin: auto;
    }

    .nivoSlider {
        height: 310px !important;
    }

        .nivoSlider img {
            height: 310px !important;
        }

     

}

.prop-grid {
    display: grid;
    grid-template-columns: 36% 4% auto;
    padding: 1px;
}

.req-det-grid {
    display: grid;
    grid-template-columns: 42% 4% auto;
    padding: 1px;
}

.req-detail-text {
    line-height: 0.85em !important;
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .req-det-grid h4 {
        line-height: 1em !important;
    }

.prop-item {
    padding: 4px 2px;
    font-size: large;
    color: blue;
}

.file-valid {
   /* border: 1px solid green;*/
   /* border-radius: 5px;*/
}

.btn-xs {
    padding: 0.40625rem 0.8rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 0.2rem;
}

.form-group-btn {
    padding-top: 28px;
}



.card-body {
    padding: 0.05rem 0.05rem !important;
}

.buildings-grid {
    display: flex;
    flex-direction: column;
    width:100% !important;
    /*display: grid;
    grid-template-columns: repeat(auto-fill,minmax(100%,0fr));*/
    /*grid-column-gap: 15px;*/
    /*grid-row-gap: 15px;*/
}

.b-item-grid {
    display: grid;
    grid-template-columns: 18% 2% 76%;
    grid-row-gap: 8px;
    font-size: large;
    color: #2136ad;
}

.f-detail-grid {
    display: grid;
    grid-template-columns: 20% 2% 72%;
    grid-row-gap: 8px;
    font-size: large;
    color: #2136ad;
}

.address-title {
    font-size: 16px;
    font-weight: bold;
    max-width: 98%;
    margin: 0px;
    padding: 0px;
    color: #a02727;
    background-color: cornflowerblue;
}

.addrees {
    font-size: 16px;
    font-weight: bold;
    max-width: 98%;
    margin: 0px;
    padding: 0px;
    color: #a02727;
    margin: 4px 6px;
}

.totals {
    color: #a02727;
    font-weight: bold;
}

.tabel-wraper {
    width: 100% !important;
    height: 300px !important;
    overflow: auto !important;
    margin: 4px auto;
}

    .tabel-wraper thead th {
        position: sticky;
        top: 0;
        background: #4527a0;
        color: whitesmoke;
        z-index: 2 !important;
        text-align: center;
    }


.gt-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 15px;
    border-top: 1px solid #a09a9a8f;
    width:100% !important;
}

.detail-text {
    line-height: 1.0em !important;
    width: calc((100% - 140px) * 2);
    overflow: hidden;
    text-overflow: ellipsis;
}

 h5, .h5 {
    font-size: 1.0625rem !important;
    line-height: 0.5em !important;
    margin-bottom: 15px !important;
 }

@media screen and (min-width: 767px) {
     

    #regCompany {
        width: 98% !important;
        margin: 50px auto !important;
    }
        #regIndividual {
            width: 100% !important;
            margin: 50px auto !important;
        }

   /* .form-group-btn {
        padding-top: 0px !important;
    }*/
}

@media screen and (max-width: 767px) {


    #regCompany {
        width: 98% !important;
        margin: 50px auto !important;
    }

    #regIndividual {
        width: 100% !important;
        margin: 50px auto !important;
    }

    .form-group-btn {
        padding-top: 0px !important;
    }
}

@media screen and (max-width: 483px) {
    .prod-card {
        width: 90%;
        margin: 8px;
        margin: auto;
    }
}

@media screen and (max-width:560px) {

    .navbar {
        border: 0;
        border-radius: 3px;
        padding: 0.625rem 0;
        margin-bottom: 20px;
        color: #555;
        background-color: #ffffff !important;
        box-shadow: 0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15) !important;
    }

    .detail-text { 
        width: 200px !important;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .co-container {
        height: 250px;         
    }

    .co-qty {
        width: 42px;
    }

}

@media print {
    #toolBar, #footerContent  {
        display: none;
    }

    #sidebarMenu   {
        display: none;
    }

    .sidebar-sticky {
        display: none;
    }
    #pagecontent {
        display: block;
    }

    #footer {
        display:none;
    }

    .noprint {
        display: none;
        visibility:hidden;
    }

    .tabel-wraper {
         height: unset !important;  
    }
    .tabel-wraper thead th {
        position: unset !important;
        top: 0 !important; 
    }
     
}


@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}