﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #777;
    border-color: #fff
}



/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

a:hover {
    text-decoration: none;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:focus, button:focus, a {
    outline: none;
    text-decoration: none;
}

.clear {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

::-ms-clear {
    display: none;
}

.no-padding {
    padding: 0 !important;
}

a:active, a:hover, button {
    outline: none !important;
    text-decoration: none;
}

p {
    margin-bottom: 0;
}
/*******common css start*******/
body {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: "urw-form",Arial, sans-serif;
    font-weight: 400;
}

.banner-section {
    padding: 50px 0px 0 0px;
    margin: 0 0 110px 0;
}

.block-title {
    font-size: 42px;
    line-height: 52px;
    color: #000;
    font-weight: 700;
    padding: 0 0 30px 0;
}

.title {
    font-size: 32px;
    line-height: 40px;
    color: #000;
    font-weight: 400;
    padding: 0 0 32px 0;
}

.form-group .input-block {
    padding: 0 0 0 0;
}

.form-control:hover {
    box-shadow: none;
}

.form-group .input-block label {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 600;
}

.form-group .input-block .form-control {
    width: 100%;
    padding: 12px;
    appearance: auto;
}

.form-group .input-block textarea {
    height: 120px;
    resize: none;
}

.form-group .custom-checkbox {
    display: flex;
    padding: 13px 0;
}

    .form-group .custom-checkbox .check-box {
        width: 20px;
    }

    .form-group .custom-checkbox .term-data {
        padding: 0 0 0 15px;
        font-size: 18px;
        line-height: 26px;
        color: #000;
        font-weight: 500;
    }

.form-container-block {
    box-shadow: 0 2px 1px -1px #0003, 0 1px 1px #00000024, 0 1px 3px #0000001f;
    border-radius: 5px;
}

    .form-container-block .form-group {
        padding: 20px;
    }

        .form-container-block .form-group .form-box {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border: 1px solid #ced4da;
            padding: 10px;
            margin: 0 0 20px 0;
        }

            .form-container-block .form-group .form-box .input-list ul {
                overflow: auto;
                height: 144px;
                min-width: 170px;
                margin: 0 25px 0 0;
                border: 2px solid #ced4da;
            }
                /*padding: 5px;*/
                .form-container-block .form-group .form-box .input-list ul li {
                    cursor: pointer;
                }
                    /*padding: 5px 0; */
                    .form-container-block .form-group .form-box .input-list ul li a {
                        display: block;
                        font-size: 16px;
                        line-height: 24px;
                        color: #000;
                        font-weight: 400;
                    }

                    .form-container-block .form-group .form-box .input-list ul li:active {
                        background-color: #00529B;
                        color: #fff;
                    }

            .form-container-block .form-group .form-box .input-block {
                width: 100%;
                padding: 20px 0 0 0;
            }

                .form-container-block .form-group .form-box .input-block textarea {
                    height: 185px;
                }

.form-title {
    background-color: #00529B;
    padding: 10px 16px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.common-btn, .btn.common-btn {
    display: inline-block;
    padding: 12px;
    min-width: 150px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #00529B;
    background-color: #00529B;
    margin: 10px 0 0 10px;
    color: #fff;
    font-weight: 600;
}

    .common-btn:hover, .btn.common-btn:hove {
        box-shadow: 0px 0px 5px #000000;
        color: #fff;
    }

    .common-btn.disabled, .btn.common-btn:disabled, button[disabled] {
        opacity: 0.6;
    }

.form-group .logo {
    padding: 0 0 15px 0;
    text-align: center;
}
/*******common css end*******/

/**** Start Loader ****/

.loader, .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 60px auto;
    font-size: 10px;
    position: absolute;
    top: -86px;
    left: -25px;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(80, 97, 183, 0.2);
    border-right: 1.1em solid rgba(80, 97, 183, 0.2);
    border-bottom: 1.1em solid rgba(80, 97, 183, 0.2);
    border-left: 1.1em solid #314973;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.overlay {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 55555;
}

    .overlay .loader-area {
        background-repeat: no-repeat;
        background-position: center;
        width: 50px;
        height: 50px;
        position: relative;
        left: 48%;
        top: 53%;
    }

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/**** End Loader ****/

/**** Validation MSG start****/
.error-block {
    background: #ea697e;
    padding: 20px 20px 15px 20px;
    margin: 0 0 30px 0;
    position: relative;
}

#sendEmail .error-block {
    margin: 20px 0 0 0;
}

.error-block .warning-ico {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
}

.authentication-container .content-block .error-block p {
    font-size: 18px;
    color: #fff;
    padding: 0 0 0 60px;
}

.error-block p {
    font-size: 18px;
    color: #fff;
    padding: 0 0 0 60px;
}

    .error-block p a {
        color: #fff;
        text-decoration: underline;
    }

.error-block span {
    word-break: break-all;
}
/**** Validation MSG end****/
.header {
    box-shadow: 0 4px 8px rgb(0 0 0 / 16%);
    background-color: #fff;
}

    .header .navbar {
        padding: 10px 0;
        display: flex;
    }

        .header .navbar .logo .navbar-brand {
            padding: 0;
            display: block;
        }

            .header .navbar .logo .navbar-brand img {
                width: auto;
                height: 60px;
            }

        .header .navbar .navbar-collapse {
            justify-content: end;
        }

        .header .navbar .navbar-nav li {
            padding: 10px 15px;
        }

            .header .navbar .navbar-nav li a {
                padding: 0;
                position: relative;
                color: #000000;
                transition: 0.5s ease-in-out;
                font-size: 18px;
                line-height: 26px;
                font-weight: 500;
            }

            .header .navbar .navbar-nav li .dropdown-menu {
                padding: 0;
                border: none;
                border-top: 3px solid #00529B;
                box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
            }

                .header .navbar .navbar-nav li .dropdown-menu li {
                    border-bottom: 1px solid #000;
                    padding: 0;
                }

                    .header .navbar .navbar-nav li .dropdown-menu li:last-child {
                        border: none;
                    }

                    .header .navbar .navbar-nav li .dropdown-menu li a {
                        font-size: 16px;
                        line-height: 24px;
                        color: #000;
                        font-weight: 500;
                        padding: 10px 15px;
                    }

            .header .navbar .navbar-nav li:hover a {
                color: #00529B;
            }

        .header .navbar .login-btn {
            margin: 0 0 0 15px;
            background-color: #00529B;
            border-radius: 8px;
            padding: 12px 35px;
            color: #fff;
            font-size: 16px;
            line-height: 22px;
            font-weight: 600;
            border: none;
        }

.footer {
    padding: 26px 0;
    text-align: center;
    background-color: #00529B;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}

.banner-section .form-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .banner-section .form-title .info {
        display: none;
        font-size: 14px;
        line-height: 20px;
        background-color: #f7f7f7;
        color: #000;
        z-index: 99;
    }

    .banner-section .form-title .fa {
        color: #fff;
        font-size: 25px;
        display: flex;
        align-items: center;
        padding: 0 10px;
    }

    .banner-section .form-title a:hover .info {
        position: absolute;
        padding: 10px;
        display: block;
        right: 0;
        bottom: -33px;
        font-family: "urw-form",Arial, sans-serif;
    }

.banner-section table {
    margin: 0;
}

.banner-section thead tr th {
    font-weight: 900;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.banner-section tbody tr th {
    padding: 15px;
    text-align: center;
    vertical-align: middle
}

.banner-section tbody tr td {
    text-align: center;
    vertical-align: middle;
}

.table-top-margin {
    margin-top: 30px;
}

.login-container {
    padding: 25px;
    display: flex;
    height: 100vh;
    .form-container

{
    flex: 0 0 50%;
    max-width: 50%;
    display: Grid;
    align-items: center;
    align-items: center;
    height: 100%;
    padding: 56px;
    .entry-content

{
    width: 100%;
    max-width: 400px;
    margin: auto;
    .new-user

{
    padding-top: 10px;
    font-size: 14px;
}

.form-group {
    .input-block .form-control

{
    width: 100%;
    border-radius: 8px;
}

.form-group .error {
    color: red;
    font-size: 14px;
    line-height: 12px;
}

.common-btn {
    text-align: center;
    margin: 20px 0 0 0;
    width: 100%;
}

}

.block-title {
    color: #00529B;
    padding: 0 0 20px 0;
    font-size: 38px;
    line-height: 48px;
    h2

{
    padding: 20px 0 0;
}

.fa-user-circle {
    padding: 0 0 20px 0;
    color: #00529b;
}

}

.title {
    color: #000;
    font-weight: 400;
}

}
}

.img-container {
    flex: 0 0 50%;
    max-width: 50%;
}

    .img-container .data-base-img {
        display: flex;
        background-color: #00529B;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

}
/* .login-container .img-container .data-base-img img{max-width: 600px; width: auto;} */

.select-data.form-check {
    padding-left: 0px;
}

.select-data {
    label

{
    width: 100%;
    padding: 2px 5px;
}

input.form-check-input:checked ~ label {
    background-color: #00529B;
    color: #ffffff;
}

}

.banner-container {
    padding: 50px 0px;
}
/* common modal css start here */
.selected-contact {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 6px;
    padding: 7px 12px;
    margin-bottom: 16px;
    color: #000;
    overflow-x: auto;
    white-space: nowrap;
}

    .selected-contact li {
        display: inline-flex;
        border: 1px solid #00529B;
        border-radius: 15px;
        padding: 3px 7px;
        margin-right: 5px;
        background-color: #f2f2f2;
    }

// .selected-contact i {
    color: #00529B;
    font-size: 20px;
    margin: 4px 10px 0px 5px;
}

.text-inline {
    white-space: nowrap;
}

.common-modal .modal-content {
    width: 100%;
    max-width: 600px;
}

.common-modal .modal-title {
    font-family: "urw-form", Arial, sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}

.common-modal .modal-header {
    padding: 16px 30px;
}


.common-modal .table-selection-block .select-block {
    border-radius: 6px;
}

.common-modal .modal-body {
    padding: 20px 15px;
}

    .common-modal .modal-body .group-form {
        padding: 24px 32px 18px;
    }

.common-modal .button-block {
    text-align: right;
    padding: 14px;
}

.common-modal .notes, .common-modal .max-limit {
    color: #757575;
    font-family: "urw-form", Arial, sans-serif;
    font-size: 12px;
    line-height: 15px;
}

.common-modal .common-tab {
    padding: 0;
}

    .common-modal .common-tab .nav-tabs {
        padding: 0 16px;
    }

.modal-backdrop {
    background-color: #1C1E20;
}

    .modal-backdrop.show {
        opacity: 72%;
        z-index: 999 !important;
    }

.modal-close-btn.close:hover svg {
    background-color: #eeeeee;
}

    .modal-close-btn.close:hover svg path {
        fill: #101010;
    }

.common-modal .user-name-block .name {
    font-size: 20px;
    line-height: 26px;
    color: #101010;
    font-weight: 500;
}

.common-modal .user-name-block .name-note {
    font-size: 14px;
    line-height: 22px;
    color: #424242;
}

.form-btn-pad {
    padding: 5px;
}
/* common modal css end here  */
@media screen and (max-width:1029px) {
    .login-container .form-container .entry-content .block-title {
        font-size: 28px;
        line-height: 36px;
    }
}

@media screen and (max-width:842px) {
    .login-container .form-container .entry-content .block-title {
        font-size: 24px;
        line-height: 32px;
    }
}

@media screen and (max-width:767px) {
    .header .navbar .navbar-collapse {
        border-top: 1px solid #ccc;
        margin-top: 5px;
    }

    .login-container .img-container {
        display: none;
    }

    .login-container .form-container {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px;
    }
}

@media screen and (max-width: 520px) {
    .form-container-block .form-group .form-box {
        display: block;
    }
}


input::file-selector-button {
    font-weight: bold;
    color: #fff;
    padding: 0.5em;
    border: 1px solid #00529B;
    border-radius: 8px;
    background-color: #00529B
}
