@import url('Style.css');

/*Customer Application Page*/

.image-checkmark {
    height: 26px !important;
    width: 26px !important;
    margin-right: 25px !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;
}

#mainContent_divDocDetailInfo .clsdocdelete {
    align-items: center;
    flex-flow: column;
}

#mainContent_divDocDetailInfo #divUploadContainer_2104_2092 {
    justify-content: end;
}


.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;
}
.colap_title {
    line-height: 35px;
    /*margin: 20px 0 15px;*/
}
.invalid {
    color: #ff0000;
}

/* Custom Button */
.box-card-btn {
    display: block;
    margin: 0 auto;
    height: 33px !important;
    width: initial;
}

.btn-primary-last {
    background-color: #335E6E !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 #335E6E;
    background-color: #ffffff !important;
    color: #335E6E !important;
    padding: 5px 9px 5px 9px;
}

    .btn-view-delete:hover {
        border: 1px solid #335E6E;
        background-color: #335E6E !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-default > #statusHeader {
    color: #ffffff;
    background-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: 30px;*/
            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;
}

.form-group {
    margin-bottom: 0px !important;
}

/*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: 30px;
    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: 274px;
    height: 270px;
    background: #F1F1F1 0% 0% no-repeat padding-box;
    opacity: 1;
    margin: 14px 0px 0px 0px;
}

.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: 0 auto;
}

.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;
}

.group_toggle{
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 15px 0 15px auto;
}

.group_toggle .btn_toggle{
    width: 140px;
    padding: 8px;
    font-size: 15px;
    font-weight:500;
    text-align:center;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#197980;
    border:solid 1px #197980;
    outline:none !important;
    box-shadow:none;
}

.group_toggle .btn_toggle:first-child{
    border-radius: 5px 0px 0px 5px !important;
}

.group_toggle .btn_toggle:last-child{
    border-radius: 0px 5px 5px 0px !important;
}

.group_toggle .btn_toggle.active{
    display:flex;
    float:none;
    background:#197980;
    color:#fff;
}

.apl_white_box{
    width:100% !important;
    height:100% !important;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}


@media (max-width:767px) {
    #divPermitDetails .col-md-4 .form-group, #mainContent_divContactInfo .col-md-4 .form-group {
        margin-bottom: 1rem !important;
    }
}


    @media only screen and (min-width: 200px) and (max-width: 1024px) {
        .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;
        }
    }

    @media only screen and (min-width: 200px) and (max-width: 1024px) {
        .box-card-btn {
            width: auto !important;
            padding: 5px 25px;
        }
    }
