﻿@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
    /* font-family: 'Poppins', sans-serif !important; */
    font-family: 'Roboto', sans-serif !important;

}


.headingcss {
    font-size: 13px;
    color: #242424;
}

.loginHeader {
    padding: 10px 0;
}

a.trigger {
    float: right;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
}

a.trigger:hover {
    color: #e02828;
}


.logoIMG {
    background-image: url(images/Logo.png);
}

.login-footer {
    margin-bottom: 10px;
}

.login-footer a {
    font-size: 12px;
    color: #181818;
    cursor: pointer;
    text-decoration: none;
    transition: 0.4s;
    padding-bottom: 0px;
}

.login-footer a:hover {
    color: #2abdbc;
    letter-spacing: 1px;
    padding-bottom: 10px;
}

.login-footer p {
    text-align: center;
    font-size: 12px;
}

span#lblversion {
    vertical-align: top;
    margin-right: 15px;
}

.imgfooter:before {
    position: absolute;
    bottom: 10px;
}

.radiobtn {
    width: 270px !important;
    padding-left: 0 !important;
}


/*New Enquiry Form*/
.form-group {
    margin: 5px auto;
}

.form-control {
    font-size: 12px !important;
}

#newEnquiry .formlabel {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
}

#newEnquiry .valid-label {
    font-size: 10px;
    color: #f76068;
    font-weight: 500;
}

#newEnquiry textarea#txtCompleteAdd {
    height: 44px !important;
}


#sidebar .btnmenu {
    color: #fff !important;
    font-size: 13px;
}

#ac-info h4.card-title {
    font-weight: 600 !important;
    color: #242424 !important;
}

#SummaryTable table th {
    background-color: #6fcbe2;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

#SummaryTable table th.leftTh {
    text-align: left;
    background-color: #f1f1f1;
    color: #181818;
    font-size: 13px;
    width: 25%;
}

#SummaryTable table td {
    text-align: center;
}

#payHistory table th.hEAD {
    padding: 16px 10px;
    background: #6fcbe2;
    border: 1px solid #b0dce7;
}

#payHistory table td {
    border: 1px solid #d7d7d7;
    color: #1c1c1c;
    padding: 1px 10px;
    vertical-align: middle;
    text-align: center;
}

#payHistory table td a {
    text-decoration: none;
    color: #1b85db;
}

#payHistory table td a:hover{
    text-decoration: underline;
    margin-top: -5px; 
}

.col-form-label, .form-label{
    font-weight: 600 !important;   
    font-size: 13px !important;
}

.form-select{
    font-size: 12px !important;
}

.form-select::after{
    color: #e02828 !important;
}

/* Customer care Accordian */
.HeaderCSS {
    padding: 10px 15px;
    border: 1px solid #fcfcfc;
    border-bottom: 1px solid #ccc;
    background: #f8f1f1;/*#EB984E;*/
    cursor: pointer;                    
}

.HeaderSelectedCSS { 
    background: #85d4f8;
    border: 1px solid #60a6c7;                    
    padding: 10px 15px;                    
}

.ContentCss {
    border: 1px solid #60a6c7;
    padding: 25px 25px 25px 25px; 
    font-size: 13px;
    line-height: 1.5;
}

/* --- */































/* If screen size is 763px wide */
@media screen and (max-width: 763px) {

    .topbar span{
        font-size: 12px;
        text-align: left !important;
    }

}