﻿body {
    /*color: #1b222f;*/
    font-size:14px;
    font-family: "MMC Display","Noto Sans",arial,sans-serif;
}
.hideBk{
    display:none;
}

.page-header.navbar .page-logo .logo-default {
    margin: 0px 0px 0 !important;
}


/*DarkBlue */
.bg-DarkBlue-gallery{
    background:#002C77!important;
 
}
.font-DarkBlue-gallery{
    color:#002C77!important;
}
.border-DarkBlue-gallery{
    border-color:#002C77!important;
}
.bg-DarkBlue-color{
    background:#002C77!important;
    color:#FFF !important;
    border-color:#002C77!important;
}
.font-DarkBlue-color{
    color:#002C77!important;
}
.border-DarkBlue-color{
    border-color:#002C77!important;
}
.border-top-DarkBlue-color{
    border-top-color: #002C77!important;
}

/*PINC */
.bg-pinc-gallery{
    background:#EE3D8B!important;
 
}
.font-pinc-gallery{
    color:#EE3D8B!important;
}
.border-pinc-gallery{
    border-color:#EE3D8B!important;
}
.bg-pinc-color{
    background:#EE3D8B!important;
    color:#FFF !important;
    border-color:#EE3D8B!important;
}
.font-pinc-color{
    color:#EE3D8B!important;
}
.border-pinc-color{
    border-color:#EE3D8B!important;
}
.border-top-pinc-color{
    border-top-color: #EE3D8B!important;
}

/*grey2 */
.bg-grey-gallery{
    background:#949494!important;
 
}
.font-grey-gallery{
    color:#949494!important;
}
.border-grey-gallery{
    border-color:#949494!important;
}
.bg-grey-color{
    background:#949494!important;
    color:#FFF !important;
    border-color:#EE3D8B!important;
}
.font-grey-color{
    color:#949494!important;
}
.border-grey-color{
    border-color:#949494!important;
}
.border-top-grey-color{
    border-top-color: #949494!important;
}

.modal-footer {
        align-items: center !important;
    justify-content: center !important;
}

.btn-lightBlue-common{
     background:#009DE0!important;
    color:#FFF !important;
    border-color:#009DE0!important;
}

.black-text-color{
    color: #1b222f;
}
.btn-colorCombination-common{
    background-image: linear-gradient(to right,#138fd8, #7051b5);
    color:#FFF !important;
}
.btn-white:hover{
    color:#FFF !important;
}
.btn-white-color, .btn-white-color:hover{
    background:#FFF;
    color:#002C77 !important;
     border-color:#FFF !important;
}

input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #333;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset;/*your box-shadow*/
    -webkit-text-fill-color: #333;
} 

/*purple */
.bg-purple-gallery{
    background:#8246AF!important;
 
}
.font-purple-gallery{
    color:#8246AF!important;
}
.border-purple-gallery{
    border-color:#8246AF!important;
}
.bg-purple-color{
    background:#8246AF!important;
    color:#FFF !important;
    border-color:#8246AF!important;
}
.font-purple-color{
    color:#8246AF!important;
}
.border-purple-color{
    border-color:#8246AF!important;
}
.border-top-purple-color{
    border-top-color: #8246AF!important;
}
/*blue */
.bg-blue-gallery{
    background:#009DE0!important;
 
}
.font-blue-gallery{
    color:#009DE0!important;
}
.border-blue-gallery{
    border-color:#009DE0!important;
}
.bg-blue-color{
    background:#009DE0!important;
    color:#FFF !important;
    border-color:#009DE0!important;
}
.font-blue-color{
    color:#009DE0!important;
}
.border-blue-color{
    border-color:#009DE0!important;
}
.border-top-blue-color{
    border-top-color: #009DE0!important;
}

/*Teal*/
.bg-Teal-color{
    background:#0077A0!important;
    color:#FFF !important;
    border-color:#0077A0!important;
}
.font-Teal-color{
    color:#0077A0!important;
}
.border-Teal-color{
    border-color:#0077A0!important;
}
.border-top-Teal-color{
    border-top-color: #0077A0!important;
}

/*Turquoise */
.bg-Turquoise-gallery{
    background:#00968F!important;
 
}
.font-Turquoise-gallery{
    color:#00968F!important;
}
.border-Turquoise-gallery{
    border-color:#00968F!important;
}
.bg-Turquoise-color{
    background:#00968F!important;
    color:#FFF !important;
    border-color:#00968F!important;
}
.font-Turquoise-color{
    color:#00968F!important;
}
.border-Turquoise-color{
    border-color:#00968F!important;
}
.border-top-Turquoise-color{
    border-top-color: #00968F!important;
}