@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900);

/*** COMMON ***/

html,
body {
    margin: 0;
    padding: 0;
    color: #1e1e1e;
    background-color: #fff;
    height: 100%;
}

html {
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: scrollbar;
    -webkit-font-smoothing: antialiased
}

body {
    font-family: "google sans !important";
    background-color: #fff
}


/*** SCROLLBAR ***/

::-webkit-scrollbar {
    width: 7px;
    height: 4px;
    background-color: #f0f0f0;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #f0f0f0;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #215298;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
    cursor: pointer;
}

a:active {
    text-decoration: none;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    text-overflow: ellipsis;
}

.mar-0 {
    margin: 0px
}

.mar-5 {
    margin: 5px
}

.mar-10 {
    margin: 10px
}

.mar-20 {
    margin: 20px
}

.mar-b-10 {
    margin-bottom: 10px
}

.mar-b-20 {
    margin-bottom: 20px
}

.mar-b-80 {
    margin-bottom: 80px
}

.mar-b-110 {
    margin-bottom: 110px
}

.mar-b-30-20 {
    margin: 30px 20px;
}

.mar-l-50 {
    margin-left: 50px
}

.mar-l-75 {
    margin-left: 75px
}

.mar-t-10 {
    margin-top: 10px;
}

.mar-t-50 {
    margin-top: 50px;
}

.mar-t-110 {
    margin-top: 110px;
}

.mar-r-5 {
    margin-right: 5px;
}

.mar-r-10 {
    margin-right: 10px;
}

.mar-r-20 {
    margin-right: 20px;
}

.pad-0 {
    padding: 0px
}

.pad-l-10 {
    padding-left: 10px;
}

.pad-l-20 {
    padding-left: 20px;
}

.pad-b-20 {
    padding-bottom: 20px;
}

.pad-b-10 {
    padding-bottom: 10px;
}

.pad-b-15 {
    padding-bottom: 15px;
}

.pad-t-30 {
    padding-top: 30px;
}

.pad-t-20 {
    padding-top: 20px;
}

.mar-t-b-100 {
    margin: 100px 0px;
}

.pad-t-b-15 {
    padding: 15px 0px;
}

.hand-pointer {
    cursor: pointer;
}

button.navbar-toggler {
    float: right;
    margin-top: 1%;
}

.mapouter {
    text-align: right;
    height: 400px !important;
    width: 100%;
}

.gmap_canvas {
    overflow: hidden;
    background: none!important;
    height: 400px !important;
    width: 100% !important;
}

hr {
    background-color: #999 !important;
}

.customized {
    font-size: 13px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #333;
}

body.modal-open {
    overflow: visible;
}

.modal-heade {
    border-bottom: 1px solid #e9ecef00 !important;
}

.modal-content {
    background-image: linear-gradient(#9bc5ff47, rgb(255, 242, 217), white, #7ab1ff26);
    border: 1px solid #b7a41b;
    border-radius: 0px;
}


}
.signup_image {
    width: 80px;
    margin-top: 8px;
}
.application h6 {
    color: #03326c;
    font-size: 22px;
    font-weight: 700;
    margin-top: 30px;
    text-transform: uppercase;
}
a {
    cursor: pointer;
}
.top-50 {
    padding-top: 50px;
}
.top-20 {
    padding-top: 20px;
}
p {
    text-align: justify;
}
.records_table th {
    padding: 8px;
}