@import url('Style.css');

/*Customer Application Page*/
.testcolla_tag{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

    .testcolla_tag .tag_title {
        font-size: 18px;
        font-weight: 400;
        color: var(--themeColor);
    }
.image-checkmark {
    height: 26px !important;
    width: 26px !important;
    margin-right: 25px !important;
}

@media only screen and (min-width: 200px) and (max-width: 380px) {
    .testcolla_tag .tag_title {
        font-size: 14px;
    }

    .image-checkmark {
        height: 18px !important;
        width: 18px !important;
        margin-right: 10px !important;
    }

    .testcolla_tag .image-arrow {
        width: 18px !important;
        height: auto !important;
    }
}
@media only screen and (min-width: 381px) and (max-width: 575px) {
    .testcolla_tag .tag_title {
        font-size: 16px;
    }

    .image-checkmark {
        height: 20px !important;
        width: 20px !important;
        margin-right: 10px !important;
    }

    .testcolla_tag .image-arrow {
        width: 20px !important;
        height: auto !important;
    }
}
.panel-default .panel-heading {
    background-color: #335E6E;
    color: #ffffff;
    border: 2px solid grey;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: bold;
    border-radius: unset !important;
}

.successmessage {
    display: block;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #43FF00;
    margin-bottom: 5px;
}

label {
    font-weight: 600;
}

.panel-default > .panel-heading {
    color: #ffffff;
}

.successicons {
    display: block;
    margin: 0 auto;
    height: 30px;
    width: 30px;
}

.form-control:disabled, .form-control[readonly] {
    background: none !important;
}

.lnkfiledisable {
    cursor: no-drop !important;
    background-color: #849398 !important;
}

.viewdeletedisable {
    cursor: no-drop !important;
}

.active {
    padding-bottom: 15px;
    float: left;
    display: inherit;
}


.activeuploadsuccess {
    text-align: center;
    font-weight: bold;
    color: #005B00;
    margin-bottom: 15px;
}

.modals {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
}

.center {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 250px;
    background-color: White;
    border-radius: 10px;
    text-align: center;
}

.container h2 {
    margin: auto;
    border-bottom: 3px double #000;
    color: #c2baa6 !important;
    font-family: "open_sanssemibold";
    font-size: 30px;
    line-height: 35px;
    /*margin: 20px 0 15px;*/
    padding: 15px 0px 8px 0px;
    margin-bottom: 10px;
}

.invalid {
    color: #ff0000;
}

/* Custom Button */
.box-card-btn {
    display: block;
    margin: 0 auto;
    height: 33px !important;
    width: initial;
}

.btn-primary-last {
    background-color: var(--themeColor) !important;
    color: #ffffff !important;
    padding: 5px 50px 5px 50px;
}

.btn-primary-last-main {
    background-color: #335E6E !important;
    color: #ffffff !important;
    padding: 5px 50px 5px 50px;
}

#btnFinalize {
    display: block !important;
    color: #ffffff;
}

.btn-view-delete {
    border: 1px solid var(--themeButton) ;
    background-color: #ffffff !important;
    color: #335E6E !important;
    padding: 5px 9px 5px 9px;
}

    .btn-view-delete:hover {
        border: 1px solid  var(--themeButton);
        background-color:  var(--themeButton) !important;
        color: #ffffff !important;
    }
/* Custom Button End */

/*Customer Application Page End*/

/*Application Status Page Start*/
.panel-default .panel-heading {
    background-color: #ffffff;
    border-color: #ddd;
    border: 1px solid black;
    color: #335E6E;
}
 

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: bold;
    color: #335E6E;
}

/* Custom Button */
.box-card-btn {
    display: block;
    margin: 0 auto;
    width: 100%;
}

/* Custom Button End */


.btnFinalizedisable {
    cursor: no-drop !important;
    background-color: #849398 !important;
}

.deactive {
    display: none;
    padding-bottom: 15px;
}

.progressbar {
    counter-reset: step;
}

    .progressbar li {
        list-style-type: none;
        float: left;
        width: 33%;
        position: relative;
    }

        .progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 30px;
            height: 20px;
            line-height: 30px;
            border: 2px solid #ddd;
            display: block;
            text-align: center;
            color: transparent;
            border-radius: 50%;
            background-color: white;
            position: relative;
            z-index: 9;
        }

        .progressbar li:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            background-color: #ddd;
            top: 15px;
            left: 0px;
        }

        .progressbar li:last-child:after {
            background: none;
        }

        .progressbar li.active {
            color: green;
        }

            .progressbar li.active:before {
                border-color: green;
                background-color: green;
            }

            .progressbar li.active + li:after {
                border-color: green;
            }

        .progressbar li.reject {
            color: red;
        }

            .progressbar li.reject:before {
                border-color: red;
                background-color: red;
            }

.panel-body {
    padding: 15px;
    font-family: "Open Sans", Arial, sans-serif;
    margin: -1px 0px 0px 0px;
}

/*Application Status Page End*/

/*Applications Page Start*/

.addbutton {
    background-color: transparent;
    height: 30px;
    width: 125px;
    color: #6FA01C;
    border: none;
    font-weight: bold;
}

input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: 4px 4px 0;
}

.file_image_none {
    display: none !important;
}

.dpr-heading {
    background-color: #335E6E !important;
    border-color: #ddd !important;
    border: 1px solid black !important;
    padding: 10px 15px !important;
    border-bottom: 1px solid transparent !important;
    border-top-right-radius: 3px !important;
    border-top-left-radius: 3px !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-weight: bold !important;
    color: #ffffff !important;
}

#mainContent_mcsSelection tr td label {
    margin-left: 10px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

.dpr-btn-primary {
    background-color: #335E6E !important;
    color: #ffffff !important;
    border-radius: 20px !important;
    padding: 5px 30px 5px 30px;
}

.box-card {
    width: 100%;
    background: #fff;
    opacity: 1;
    margin: 14px 0px 0px 0px;
    padding: 0px 15px 15px 15px;
}
    .box-card .cardfirst_title {
        font-size: 16px;
        font-weight: 400;
    }
    .box-card .card_heading {
        font-size: 16px;
    }
.btn-primary-box {
    background-color: #335E6E !important;
    color: #ffffff !important;
}

.img-center {
    display: block;
    padding: 15px;
    height: 166px;
    width: 100%;
}

.box-card-title {
    font-family: "Open Sans", Arial, sans-serif;
    display: block;
    margin: 0 auto;
    padding-bottom: 20px !important;
}

.box-card-btn {
    display: block;
    margin: 0 auto;
}

.noimage {
    color: #ccc;
    font-size: x-large;
    font-weight: 400;
    margin-right: 18px;
}

.panel-default {
    margin: 50px 0 0 0;
}

/*Application Page Ends*/

/*Application Pass*/
/*.img-center{
    height: 166px; 
    width: 100%;
}*/

.application_passes_list {
    width: 100%;
    margin-left: 10px;
}
.card-Listing {
    justify-content: flex-start;
    flex-flow: column;
}
.customerApplication .pa_subtitle {
  display:inline-block;
}
.modal {
    padding: 0px !important;
}

@media only screen and (min-width: 200px) and (max-width: 575px) {
    .modal .modal-footer .btn-primary-last {
        padding: 5px 20px 5px 20px;
    }
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    .fancybox-wrap {
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
        padding: 25px !important;
    }

    .fancybox-skin {
        width: auto !important;
        height: auto !important;
    }

    .fancybox-inner {
        width: auto !important;
        height: auto !important;
    }
}