﻿@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,600);
@import url(https://fonts.googleapis.com/css?family=Merienda);
@import url('materialdesignicons.min.css');
@import url('lightslider.css');
@import url('bootstrap.css');

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #c92d33a6;
    font-size: 14px;
    font-weight: 500;
    font-family: Roboto,Helvetica,Arial,sans-serif;
}

img {
    max-width: 100%;
}

a, a:hover, a:focus, a:active, a:visited, button, button:focus, button:active, button:visited {
    text-decoration: none !important;
    outline: none !important;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.page-header {
    display: flex;
    align-items: center;
    height: 70px;
    box-shadow: 0 0 20px -4px #a07e7f;
    background: #fff;
}

    .page-header .navbar-brand {
        height: 70px;
        align-items: flex-start;
        display: flex;
    }

    .page-header img {
        height: 90px;
    }

    .page-header .center-img {
        height: 70px;
        text-align: center;
        padding-top: 5px;
    }

        .page-header .center-img img {
            height: 120px;
            border-radius: 100%;
            box-shadow: 0 0 0 2px white;
        }

    .page-header .login-link {
        height: 70px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }

        .page-header .login-link a[href] {
            padding: 7px 30px;
            border-radius: 4px 4px 0px 0px;
            background: #cd222a;
            color: #fff;
            box-shadow: 0 0 16px -2px #908f8e;
            -webkit-transition: box-shadow 0.3s ease;
            -moz-transition: box-shadow 0.3s ease;
            transition: box-shadow 0.3s ease;
        }
            .page-header .login-link a[href]:hover {
                box-shadow: none;
            }
/*section.banner {
    display: flex;
    align-items: flex-start;
    /*height: calc(100vh);
    overflow: hidden;
    background:#c72228;
}*/

section.banner {
    display: flex;
    align-items: flex-start;
    /*height: calc(100vh);*/
    overflow: hidden;
    background-image:url('../../QaurusAssets/images/section-bg.jpg');
    background-repeat:repeat;
}

    section.banner img {
        width: 100%;
        max-width: 1280px;
    margin: 0 auto;
    }

section.notice-board {
    padding: 60px 0 0;
}
section.photo-gallery{
    padding-top: 60px;
}
.section-headiing-wrap {
    margin-bottom: 40px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #E91E63;
}

    .section-headiing-wrap h1 {
        font-size: 2.2rem;
        font-family: 'Merienda', cursive;
    }

.notice-list {
    justify-content: center;
}

.notice-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    max-width: 300px;
}

    .notice-box .notice-box-wrap {
        -webkit-border-radius: 8px;
        border-radius: 8px;
        border: 1px solid transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: 0px;
        overflow: hidden;
        min-height: 50px;
        padding: 15px;
        position: relative;
        cursor: default;
        user-select: none;
        -webkit-transition: box-shadow .218s linear;
        transition: box-shadow .218s linear;
    }

        .notice-box .notice-box-wrap:hover {
            -webkit-box-shadow: 0 1px 2px 0 rgba(60,64,67,0.30), 0 1px 3px 1px rgba(60,64,67,0.15);
            box-shadow: 0 1px 2px 0 rgba(60,64,67,0.30), 0 1px 3px 1px rgba(60,64,67,0.15);
        }

        .notice-box .notice-box-wrap * {
            margin: 0;
        }

.navbar-brand {
    padding: 5px;
    height: 60px;
}

    .navbar-brand > img {
        border-radius: 50%;
        border: 2px solid #ffffff;
        -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    }

._aHeader.navbar {
    background: #c92d33;
    height: 60px;
    overflow: visible;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1020;
    -moz-box-shadow: 0 1px 20px 0px #9e0006;
    -webkit-box-shadow: 0 1px 20px 0px #9e0006;
    box-shadow: 0 1px 20px 0px #9e0006;
}

.navbar-expand-md .navbar-nav .nav-link {
    color: #ffffffcf;
    border: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #ffffff;
    border: 0;
}

._mawrp:not(.row) {
    display: flex;
    flex-flow: column;
    margin-top: 100px;
    min-height: calc(100vh - 178px);
}

._mYprO {
    line-height: 0px;
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-size: cover;
}

    ._mYprO > img {
        margin: 0px;
        padding: 0px;
        max-width: 55px;
        max-height: 55px;
        opacity: 0;
    }

._mYInfO {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    flex-flow: column;
    padding: 6px 30px;
}

    ._mYInfO #dvName, ._mYInfO #spFName {
        font-size: 18px;
        line-height: 20px;
        text-transform: capitalize;
    }

    ._mYInfO #dvID, ._mYInfO #spProfileID {
        font-weight: 700;
        color: #E91E63;
    }

    ._mYInfO ~ div {
        flex: 1 0 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1rem;
        margin-left: -21px;
        max-width: initial;
        margin-right: -21px;
        margin-bottom: -1px;
        overflow: hidden;
        border-radius: 0.25rem;
    }

        ._mYInfO ~ div > ul {
            list-style: none;
            margin: 0;
            padding: 0;
            max-width: 100%;
            flex: 1 0 100%;
            justify-content: space-between;
        }
            ._mYInfO ~ div > ul > li {
                flex: auto;
            }
                ._mYInfO ~ div > ul > li > .nav-link {
                    color: #666;
                    border-radius: 0.15rem 0.15rem 0 0; /*0.25rem*/
                    overflow: hidden;
                    color: #666;
                    border-bottom: 2px solid #fff;
                    padding: 0.3rem 0.6rem 0.2rem;
                    text-align: center;
                    margin: 0;
                    z-index: 1;
                    position: relative;
                }
                    ._mYInfO ~ div > ul > li > .nav-link.active,
                    .nav-link:hover, .nav-link:focus, ._mYInfO ~ div > ul > li > .nav-link:hover, ._mYInfO ~ div > ul > li > .nav-link:focus {
                        color: #fff;
                    }
                    ._mYInfO ~ div > ul > li > .nav-link:after {
                        content: '';
                        position: absolute;
                        width: 0%;
                        top: 0;
                        bottom: 0;
                        right: 0;
                        background: #d9575cd9;
                        opacity: 0;
                        z-index: -1;
                        -webkit-transition: width 0.6s ease, opacity 0.6s ease;
                        -moz-transition: width 0.6s ease, opacity 0.6s ease;
                        transition: width 0.6s ease, opacity 0.6s ease;
                    }
                    ._mYInfO ~ div > ul > li > .nav-link:before {
                        content: '';
                        position: absolute;
                        width: 0%;
                        top: 0;
                        bottom: 0;
                        left: 0;
                        background: #d9575cd9;
                        opacity: 0;
                        z-index: -1;
                        -webkit-transition: width 0.6s ease, opacity 0.6s ease;
                        -moz-transition: width 0.6s ease, opacity 0.6s ease;
                        transition: width 0.6s ease, opacity 0.6s ease;
                    }
                    ._mYInfO ~ div > ul > li > .nav-link.active:before,
                    ._mYInfO ~ div > ul > li > .nav-link.active:after,
                    ._mYInfO ~ div > ul > li > .nav-link:hover:after,
                    ._mYInfO ~ div > ul > li > .nav-link:hover:before {
                        width: 100%;
                        opacity: 1;
                    }
._sEcRw {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid rgba(201, 45, 51, 0.58);
    margin-bottom: 20px;
    /*overflow: hidden;*/
}

    ._sEcRw ._sEcHd, #frmContent ._sEcHd {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 10px;
        margin-bottom: 25px;
    }

        ._sEcRw ._sEcHd h3, #frmContent ._sEcHd h3 {
            margin: 0;
            font-size: 20px;
            color: #c92d33;
            text-transform: capitalize;
        }

    ._sEcRw ._inFliSt {
        padding: 0 1.3rem;
        list-style: none;
        margin: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: calc(100% - 130px);
        flex: 1 0 100%;
    }

        ._sEcRw ._inFliSt > li {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            min-height: 30px;
            position: relative;
            max-width: 50%;
            flex: 1 0 50%;
        }

            ._sEcRw ._inFliSt > li > label {
                margin: 0;
                flex: 1 0 auto;
                max-width: calc(100% - 250px);
            }
                ._sEcRw ._inFliSt li > label._2lbl {
                    display: flex;
                    align-items: center;
                }
                ._sEcRw ._inFliSt li > label._2lbl span{
                    line-height: 25px;
                }
        ._sEcRw ._inFliSt > li > label:first-child {
            max-width: 150px;
            flex: 1 0 150px;
            padding-right: 8px;
            position: relative;
            font-weight: 600;
            line-height: 25px;
        }

                    ._sEcRw ._inFliSt > li > label:first-child:after {
                        content: ':';
                        position: relative;
                        font-size: 14px;
                        font-weight: 600;
                        float: right;
                        margin-right: 0px;
                    }

    ._sEcRw ._2mabd {
        display: flex;
        align-items: flex-start;
    }

        ._sEcRw ._2mabd ._pRoImg {
            max-width: 130px;
            flex: 1 0 130px;
            height: 150px;
            overflow: hidden;
            border-radius: 2px;
        }

._mTrbLck ._sEcRw, ._mTrYlsT ._sEcRw, ._sSrB ._sEcRw {
    padding-bottom: 0px;
}

    ._mTrbLck ._sEcRw ._sEcAcT, ._mTrYlsT ._sEcRw ._sEcAcT, ._sSrB ._sEcRw ._sEcAcT {
        margin-top: 10px;
        padding: 0px 0px;
        height: 32px;
        margin-left: -10px;
        margin-right: -10px;
        background: #ffd0d2;
        display: flex;
        align-items: center;
        justify-content: space-around;
        position: relative;
    }

        ._mTrbLck ._sEcRw ._sEcAcT > a, 
        ._mTrYlsT ._sEcRw ._sEcAcT > a, 
        ._sSrB ._sEcRw ._sEcAcT > a {
            display: flex;
            height: 32px;
            align-items: center;
            justify-content: center;
            max-width: 100%;
            flex: 1 0 auto;
            text-decoration: none;
            border-right: 1px solid #c92d33;
            color: #c92d33;
            font-size: 15px;
            font-weight: 500;
            transition: background 0.3s ease;
        }

            ._mTrbLck ._sEcRw ._sEcAcT > a:last-child, 
            ._mTrYlsT ._sEcRw ._sEcAcT > a:last-child, 
            ._sSrB ._sEcRw ._sEcAcT > a:last-child {
                border-right: 0;
            }

            ._mTrbLck ._sEcRw ._sEcAcT > a > i,
            ._mTrYlsT ._sEcRw ._sEcAcT > a > i, 
            ._sSrB ._sEcRw ._sEcAcT > a > i {
                margin-right: 5px;
            }

            ._mTrbLck ._sEcRw ._sEcAcT > a:hover,
            ._mTrYlsT ._sEcRw ._sEcAcT > a:hover, 
            ._sSrB ._sEcRw ._sEcAcT > a:hover{
                background: #ddd;
            }

._inFliSt li label._2lbl input, ._inFliSt li label._2lbl select {
    margin: 0;
    padding: 3px 6px;
    border: 1px solid #eef1f5;
    width: 100%;
    font-size: 13px;
    outline: none;
    height: 25px;
}

._inFliSt li label._2lbl select {
    -webkit-appearance: menulist;
    min-width: 65px;
    font-size: 13px;
    margin-right: 0px;
    padding: 0;
}

input.form-control ~ label,
select.form-control ~ label,
textarea.form-control ~ label,
._w50 ~ label {
    color: #565454;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    margin: 0;
    line-height: 32px;
    font-size: 15px;
    font-weight: 600;
    padding: 0 10px;
    background: transparent;
    text-transform: capitalize;
    max-width: 50%;
    flex: 1 0 50%;
}

input.form-control:focus ~ label, input.form-control:not(:placeholder-shown) ~ label,
textarea.form-control:focus ~ label, textarea.form-control:not(:placeholder-shown) ~ label {
    font-size: 15px;
    color: #565454;
    padding: 0 10px;
    white-space: nowrap;
    line-height: 40px;
    background: transparent;
}

select:focus ~ label, select:not([value=""]):valid ~ label {
    color: #565454;
    padding: 0 12px;
    font-weight: 600;
    line-height: 40px;
    background: transparent;
}

input.form-control ~ label,
textarea.form-control ~ label {
    background: #fff;
}

input.form-control[disabled] ~ label, input.form-control[readonly] ~ label,
textarea.form-control[disabled] ~ label, textarea.form-control[readonly] ~ label {
}

.form-group {
    position: relative;
    min-height: 36px;
    display: flex;
    align-items: flex-start;
    flex-flow: row-reverse;
    justify-content: center;
    margin-bottom: 15px;
}

.form-control {
    background-color: transparent;
    border: 1px solid #acc4d8;
    border-radius: 30px;
    color: #858585;
    line-height: normal;
    font-size: 0.8571em;
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
    box-shadow: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}

.form-group .form-control, .input-group .form-control {
    padding: 7px 10px 7px 10px;
    height: 40px;
    line-height: 13px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0.1875rem;
    max-width: 100%;
    background-image: none !important;
}

.form-group > .bootstrap-select.form-control ~ label > ._rQr, ._w50 ~ label > ._rQr, .form-control ~ label > ._rQr, ._rQr {
    margin-left: -8px;
    margin-right: 3px;
    color: red;
}
._sEcRw ._inFliSt li > label:first-child > ._rQr {
    margin-left: 3px;
    margin-right: -8px;
    color: red;
    font-size: 16px;
    line-height: 14px;
}
.form-group > .bootstrap-select.form-control {
    padding: 0;
    position: relative;
    max-width: 50%;
    flex: 1 0 50%;
}

    .form-group > .bootstrap-select.form-control > button > .filter-option {
        display: block;
        width: calc(100% - 12px);
        text-align: left;
        float: left;
    }

    .form-group > .bootstrap-select.form-control ~ label,
    ._2InBlCk ~ label {
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
        margin: 0;
        font-size: 15px;
        color: #565454;
        padding: 0 10px;
        font-weight: 500;
        line-height: 40px;
        background: transparent;
        max-width: 330px;
        flex: 1 0 330px;
    }

._frMrG > .row {
    margin-left: 0;
    margin-right: 0;
}

    ._frMrG > .row > .col {
        flex: 1 0 100%;
    }

._mawrp > ._2mawrp {
    padding: 10px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid rgba(201, 45, 51, 0.58);
    margin-bottom: 20px;
    overflow: hidden;
}

._tUwYaLfIaLp {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    margin-bottom: 25px;
    font-size: 20px;
    color: #c92d33;
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
    background: #fbbbbe36;
    box-shadow: 0 1px 20px 0px #c92d3363;
}

._frMrG > .row > .col > ._sEcHd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    margin-left: 0px;
    padding: 10px 10px 3px 10px;
    position: relative;
    border-bottom: 2px solid rgba(201, 45, 51, 0.58);
}

    ._frMrG > .row > .col > ._sEcHd h3 {
        margin: 0;
        font-size: 20px;
        color: #c92d33;
    }

        ._frMrG > .row > .col > ._sEcHd h3:before {
            content: '';
            position: absolute;
            font-family: "Material Design Icons";
            font-size: 25px;
            margin-left: 0;
            margin-right: 8px;
            left: -30px;
            top: 0;
            bottom: -3px;
            display: flex;
            align-items: flex-end;
        }

        ._frMrG > .row > .col > ._sEcHd h3.mdi-map-marker-radius:before {
            content: '\f352';
        }

        ._frMrG > .row > .col > ._sEcHd h3.mdi-book-open-page-variant:before {
            content: '\f5da';
        }

        ._frMrG > .row > .col > ._sEcHd h3.mdi-information-outline:before {
            content: '\f2fd';
        }

._w50 {
    max-width: 50%;
    flex: 1 0 50%;
    display: flex;
    min-height: 40px;
    position: relative;
    align-items: center;
}

.form-group > label:after {
    content: ':';
    font-size: 15px;
    font-weight: 600;
    float: right;
    margin-right: 50px;
}

.loading {
    display: none !important;
    position: absolute;
    left: -99999%;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 1.95em;
        cursor: pointer;
        display: inline-flex;
        min-width: 20px;
        min-height: 20px;
        margin: 0;
        top: 0;
    }

        /* checkbox aspect */
        [type="checkbox"]:not(:checked) + label:before,
        [type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            border: 2px solid #ccc;
            background: #fff;
            border-radius: 4px;
            box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
            box-sizing: border-box;
        }
        /* checked mark aspect */
        [type="checkbox"]:not(:checked) + label:after,
        [type="checkbox"]:checked + label:after {
            content: '✔';
            position: absolute;
            top: 0;
            left: 1px;
            font-size: 15px;
            line-height: 0.8;
            color: #09ad7e;
            transition: all .2s;
            font-family: Helvetica, Arial, sans-serif;
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        /* checked mark aspect changes */
        [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

        [type="checkbox"]:checked + label:after {
            opacity: 1;
            transform: scale(1);
        }
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

[type="checkbox"]:disabled + label {
    color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    border: 2px dotted blue;
}

/* hover style just for information */
label:hover:before {
    border: 2px solid #4778d9 !important;
}

/*=== Radio Buttons ===*/
/* Base for label styling */
[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:not(:checked) + label,
    [type="radio"]:checked + label {
        position: relative;
        padding-left: 1.95em;
        cursor: pointer;
        display: inline-flex;
        min-width: 20px;
        min-height: 20px;
        margin: 0;
        top: 0;
        line-height: 20px;
        margin-right: 10px;
        font-size: 15px;
        font-weight: 500;
        color: inherit;
    }

        /* checkbox aspect */
        [type="radio"]:not(:checked) + label:before,
        [type="radio"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            border: 2px solid #ccc;
            background: #fff;
            border-radius: 20px;
            box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
            box-sizing: border-box;
        }
        /* checked mark aspect */
        [type="radio"]:not(:checked) + label:after,
        [type="radio"]:checked + label:after {
            content: '✔';
            position: absolute;
            top: 0px;
            left: 0px;
            font-size: 14px;
            line-height: 0.8;
            color: #09ad7e;
            transition: all .2s;
            font-family: Helvetica, Arial, sans-serif;
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        /* checked mark aspect changes */
        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            transform: scale(1);
        }
/* disabled checkbox */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="radio"]:disabled:checked + label:after {
    color: #999;
}

[type="radio"]:disabled + label {
    color: #aaa;
}
/* accessibility */
[type="radio"]:checked:focus + label:before,
[type="radio"]:not(:checked):focus + label:before {
    border: 2px dotted blue;
}

/* hover style just for information */
label:hover:before {
    border: 2px solid #4778d9 !important;
}

._mawrp > ._2mawrp._pRmY {
    border: 0;
    background: transparent;
    padding: 0;
}

._nxtBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0px;
}



._nxtBtn a.btn {
    min-width: 200px;
    max-width: 200px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    margin: 0;
}
._nxtBtn a.btn:not(:first-child){
    margin-left: 10px;
}
.btn.btn-raised {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

    .btn.btn-raised.btn-primary {
        color: #fff;
        background-color: #3F51B5;
        border-color: #3046bf;
    }

.bootstrap-select > select {
    display: none !important;
}

._3inBcK > .bootstrap-select {
    padding: 0 !important;
    position: relative;
}

    ._3inBcK > .bootstrap-select > button {
        border-radius: 0.1875rem 0 0 0.1875rem;
    }

form-group > .bootstrap-select.form-control {
    padding: 0;
    position: relative;
    max-width: 330px;
    flex: 1 0 330px;
}

.form-group > .bootstrap-select.form-control > button > .filter-option {
    display: block;
    width: calc(100% - 12px);
    text-align: left;
    float: left;
}

.bootstrap-select .dropdown-menu._bsDrpMnu {
    padding: 0;
    left: 0 !important;
    right: 0;
    width: inherit;
    max-height: inherit !important;
    min-height: inherit !important;
    will-change: inherit !important;
    box-shadow: 0 2px 15px 1px #ffddde;
}

.dropup.bootstrap-select .dropdown-menu._bsDrpMnu {
    box-shadow: 0 -2px 15px 1px #ffddde;
}

input[type=text]._lVsErcH {
    width: 100%;
    height: 30px;
    border: 0;
    display: block;
    clear: both;
    outline: none;
    padding: 4px 8px;
    border-bottom: 1px solid #ddd;
    background: #f9f9f9;
}

.bootstrap-select .dropdown-menu._bsDrpMnu ._dRpLst {
    position: static;
    width: 100%;
    padding: 0;
    margin: 0;
    max-height: 200px !important;
}

    .bootstrap-select .dropdown-menu._bsDrpMnu ._dRpLst li {
        min-height: 26px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .bootstrap-select .dropdown-menu._bsDrpMnu ._dRpLst li a {
            height: 26px;
            max-width: 100%;
            flex: 1 0 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 10px;
            color: #858585;
            cursor: pointer;
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
        }
            .bootstrap-select .dropdown-menu._bsDrpMnu ._dRpLst li a .check-mark {
                color: green;
                display: none;
            }
            .bootstrap-select .dropdown-menu._bsDrpMnu ._dRpLst li a[aria-selected="true"] .check-mark {
                display: inline-flex;
            }

            .bootstrap-select .dropdown-menu._bsDrpMnu ._dRpLst li a:hover {
                color: #004a43;
                background: #efefef;
            }

.form-group > .bootstrap-select.form-control ~ label,
._2InBlCk ~ label {
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    margin: 0;
    font-size: 15px;
    color: #565454;
    padding: 0 10px;
    font-weight: 600;
    line-height: 40px;
    background: transparent;
    max-width: 50%;
    flex: 1 0 50%;
}

.bootstrap-select .dropdown-menu._bsDrpMnu > div {
    padding: 0;
}

._tUwYaLfIaLp > * {
    margin: 0 !important;
    font-size: 20px;
}
.t-80{
    top: 80px;
}
.card > ._tUwYaLfIaLp{
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}
._pGhdg {
    margin-top: 70px;
}
._pGhdg{
    margin-top: 100px;
}
    ._pGhdg > div > h2 {
        margin: 0;
        margin-bottom: 20px;
        padding: 10px;
        background: #fff;
        border-radius: 2px;
        border: 0px solid rgba(0, 0, 0, 0.125);
        text-shadow: 1px 1px 1px #c92d3340;
        font-size: 20px;
        border-left: 3px solid #c92d33;
        color: #c92d33;
    }
._sEcRw ._2mabd ._pRoImg ._sPn{
    display: none !important;
    opacity: 0;
}
a[onclick*="View_"], ._aBtEdT, ._sEcHd > div > a {
    position: relative;
    display: flex;
    align-items: center;
    color: #666;
    border: 1px solid #666;
    float: left;
    padding: 0 5px;
    border-radius: 2px;
    -webkit-transition: background .3s ease, color .3s ease;
    -moz-transition: background .3s ease, color .3s ease;
    transition: background .3s ease, color .3s ease;
}
a[onclick*="View_"] > i, ._aBtEdT > i, ._sEcHd > div > a > i{
    margin-right: 3px;
}
 ._sEcHd > div > a > i{
     margin-right: 5px;
 }
    a[onclick*="View_"]::before {
        content: '\f208';
        position: relative;
        font-family: "Material Design Icons";
        font-size: 16px;
        margin-left: 0;
        margin-right: 4px;
    }
    a[onclick*="View_"]:hover, ._aBtEdT:hover, ._sEcHd > div > a:hover {
        background: #666;
        color: #fff;
    }
    a[onclick*="View_"]:hover:before {
    }
._0n {
    font-size: 14px;
    color: #c92d33;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

    ._0n._bGw {
        background: #fff;
        border-radius: 5px;
        box-shadow: 0 1px 0px 2px #c92d33;
        padding: 10px;
        min-height: 120px;
        font-size: 15px;
    }

    ._0n i {
        font-size: 50px;
        line-height: 70px;
    }

.form-control.dropdown-toggle{
    border: 0 !important;
}
#frmContent ._sEcHd {
    border-bottom: 2px solid #c92d33;
    padding-bottom: 3px;
}
._2InBlCk {
    display: flex;
    max-width: 330px;
    flex: 1 0 330px;
    justify-content: space-between;
    align-items: center;
}
    ._2InBlCk ._3inBcK {
        max-width: 90px;
        flex: 1 0 90px;
    }
    ._2InBlCk ._4inBcK {
        max-width: calc(100% - 100px);
        flex: 1 0 100%;
    }
._nOtI {
    position: fixed !important;
    right: 20px;
    bottom: 20px;
    margin: 0;
    z-index: 1016;
}

._hDdR {
    display: flex;
    width: 100%;
    margin: 0;
    height: 30px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 8px 8px 0px 0px;
}

._nOtI > div > .dropdown-menu {
    padding: 0;
    min-height: 110px;
    border-radius: 8px;
    margin-bottom: 15px;
}
._sRpG {
    display: none;
}
._aTcL {
    position: absolute;
    bottom: -19px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}
._sEcRw ._inFliSt li > label._2lbl > .btn-link {
    font-size: 13px;
    font-weight: 500;
    padding: 0 5px;
    height: 25px;
    line-height: 23px;
    color: #666;
    border: 1px solid #666;
    border-radius: 2px;
    margin-left: 3px;
    display: flex;
    cursor: pointer;
    -webkit-transition: background .3s ease, color .3s ease;
    -moz-transition: background .3s ease, color .3s ease;
    transition: background .3s ease, color .3s ease;
}
    ._sEcRw ._inFliSt li > label._2lbl > .btn-link:hover {
        background: #666;
        color: #fff;
    }
._inFliSt li label._2lbl input ~ input, ._inFliSt li label._2lbl select ~ select,
._inFliSt li label._2lbl input ~ select, ._inFliSt li label._2lbl select ~ input,
._inFliSt li label._2lbl span ~ span{
    margin-left: 5px;
}
.SeePlan, ._sEcRw ._2mabd ._pRoImg > a > span.SeePlan {
    display: none !important;
}
section._abtUS {
    padding: 80px 0;
}
._abtt {
    padding: 20px;
    background: #fff;
    border-radius: 3px;
    text-align: justify;
}
    section._abtUS ._abtt p {
        font-size: 16px;
        font-weight: 400;
    }
._ixFtr {
    background: #fff;
    height: 30px;
    display: flex;
    align-items: center;
}
._ixFtr p{
    margin-bottom: 0;
    cursor: default;
    user-select: none;
}
._sSrB ._sEcRw ._sEcHd h3 {
    font-size: 18px;
    text-transform: capitalize;
}
._RGFRMWRP {
    background: #fff;
    padding: 0px;
    margin-top: -48px;
    padding-bottom: 10px;
    box-shadow: 0 0 16px -2px #908f8e;
    min-width: 340px;
    max-width: 340px;
    pointer-events: all;
    margin-right: 0px;
}

._RGFRMH {
    background: #cc232a;
    color: #fff;
    padding: 10px;
    margin-bottom: 15px;
}

    ._RGFRMH h2 {
        margin: 0;
        font-family: 'Josefin Sans', sans-serif;
        font-size: 24px;
        text-align: center;
        text-shadow: 0 2px 2px #ec7906;
    }
    @media(max-width: 380px){        
        ._RGFRMWRP {
            min-width: 100%;
            margin: 0;
        }
    }
    @media(max-width: 768px){
        ._RGFRMWRP {
            margin: 0 auto;
            margin-top: 0px;
        }
        .ffsmr{
            flex-flow: column-reverse;
        }
    }
@media(max-width: 699px) {
    section.banner {
        height: 320px;
    }
}
    @media(max-width: 500px){
        section.banner{
            height: 240px;
        }
        .page-header img {
            height: 80px;
        }
        .page-header .navbar-brand{
            width: 100%;
        }
        .page-header div.col-4{
            padding: 0 !important;
        }
        .page-header .login-link {
            justify-content: center;
        }
    }
/*@media(min-width: 700px) {
    section.banner {
        height: 400px;
    }
}
@media(min-width: 1024px) {
    section.banner {
        height: 500px;
    }
}*/
._rGiIdxFrM {
    position: sticky;
    z-index: 1020;
    top: 90px;
    right: 30px;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
._RGFRMWRP form .col label{
    margin: 0 !important;
    padding-left: 2px;
}
._gallery .card {
    border: 0;
    border-radius: 0.1875rem;
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    height: 230px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
    ._gallery .card img {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    ._gallery .card ._crdH {
        background: linear-gradient(transparent, rgba(0, 0, 0, .7));
        bottom: 0;
        color: #fff;
        height: 60px;
        left: 0;
        position: absolute;
        width: 100%;
        padding: 10px 10px;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }
        ._gallery .card ._crdH span {
            display: flex;
            max-width: 100%;
            flex: 1 0 100%;
        }
._2iem {
    font-size: 18px;
    line-height: 15px;
}
._2ieq {
    font-size: 14px;
    line-height: 15px;
}
.w-72{
    width: 72%;
}
._gallery > .row{
    margin: 0;
    padding: 0 10px;
}
._gallery > .row > div[class*="col-"]{
    padding: 0 5px !important;
}
.hidden{
    display: none !important;
}
@media (max-width: 768px) {
    ._rGiIdxFrM {
        position: static;
        margin: 0 auto;
        margin-top: 50px;
        padding: 0 15px;
        width: 100%;
    }
        ._rGiIdxFrM ~ .container-fluid{clear: both;}
        ._rGiIdxFrM ~ .container-fluid .w-72{width: 100%;}
}

@media (max-width: 500px) {
    .page-header .login-link a[href] {
        padding: 7px 10px;
    }

    .section-headiing-wrap h1 {
        font-size: 1.6rem;
    }

    .w-72 {
        width: 100%;
    }

    ._gallery .card {
        height: 140px;
    }
}

.modalLoader {
    
    position: fixed;
    z-index: 1222;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('http://sampsonresume.com/labs/pIkfp.gif') 50% 50% no-repeat;
}
body.loading {
    overflow: hidden;
}
    body.loading .modal {
        display: block;
    }
    @media (min-width: 1100px){
        input.form-control:focus ~ label,
        input.form-control:not(:placeholder-shown) ~ label,
        textarea.form-control:focus ~ label,
        textarea.form-control:not(:placeholder-shown) ~ label,
        .form-group .form-control, .input-group .form-control,
        input.form-control ~ label, select.form-control ~ label,
        textarea.form-control ~ label, ._w50 ~ label,
        .form-group > .bootstrap-select.form-control,
        .form-group > .bootstrap-select.form-control ~ label, ._2InBlCk ~ label,
        ._w50 {
            max-width: 330px;
            flex: 1 0 330px;
        }
    }
._RGFRMWRP > form > .col > .form-group > .form-control{
    max-width: 100%;
    flex: 1 0 100%;
}
@media(min-width: 1000px) and (max-width: 1100px){
    ._rGiIdxFrM{
        bottom: -12px;
    }
}
.navToggle, .NavBacDrp {
    display: none;
}
@media(max-width: 700px){
    .navToggle {
        background: transparent;
        border: 0;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    #navbarSupportedContent {
        position: fixed;
        top: 0;
        display: flex;
        align-items: flex-start;
        left: -250px;
        bottom: 0;
        background: #fff;
        min-width: 250px;
        z-index: 1022;
        box-shadow: 0 0 15px 0px #777777;
        padding-top: 15px;
        -webkit-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        transition: left 0.3s ease;
    }
        #navbarSupportedContent.active {
            left: 0;
        }
        #navbarSupportedContent .navbar-nav {
            max-width: 100%;
            flex: 1 0 100%;
        }
    .navbar-expand-md .navbar-nav .nav-link.dropdown-toggle {
        pointer-events: none;
        margin: 0;
        height: 40px;
        display: flex;
        align-items: center;
        font-size: 15px;
        letter-spacing: 0.5px;
    }
        .navbar-expand-md .navbar-nav .nav-link > i {
            font-size: 18px;
            margin-right: 8px;
        }
    .navbar-nav .dropdown-menu > .dropdown-item {
        padding: 0.25rem 0rem 0.25rem 2.2rem;
    }
            .navbar-expand-md .navbar-nav .nav-link.dropdown-toggle::after {
                display: none
            }
    .navbar-expand-md .navbar-nav .nav-link {
        color: #666;
        padding: 0.5rem 0.6rem 0.5rem;
    }
    .NavBacDrp {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        opacity: 0;
        background: #000;
        z-index: 1020;
        display: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
        .NavBacDrp.active {
            opacity: 0.5;
            display: flex;
        }
    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        display: block;
        border-radius: 0;
        border-right: 0;
        border-left: 0;
        border-top: 0;
        padding: 0;
    }
    .d-banner{display: none;}
    ._sEcRw ._inFliSt > li{
        max-width: 100%;
        flex: 1 0 100%;
    }
    ._sEcRw ._inFliSt li > label._2lbl {
        max-width: calc(100% - 150px);
    }
    .modal-dialog {
        margin: 0;
    }
    .modal-content {
        height: 100vh;
        border-radius: 0;
    }
    .modal-header{
        border-radius: 0;
    }
}
@media(min-width: 700px) {
    .m-banner {
        display: none;
    }
}
@media(max-width: 900px) {
    .navbar-light .navbar-toggler {
        border-color: transparent;
    }
        .navbar-light .navbar-toggler svg {
            fill: #fff !important;
        } 
    ._sEcRw ._inFliSt > li {
        max-width: 100%;
        flex: 1 0 100%;
    }

    ._sEcRw ._inFliSt li > label._2lbl {
        max-width: calc(100% - 150px);
    }
    ._mYInfO ~ div > ul{
        flex-wrap: wrap;
    }
    ._mYInfO ~ div > ul li{
        max-width: 100%;
        flex: 1 0 100%;
    }
        ._mYInfO ~ div > ul > li > .nav-link {
            text-align: left;
        }
    ._1mawrp.col-12.col-lg-4{
        padding-left: 0;
        padding-right: 0;
    }
    ._frMrG > .row > .col > ._sEcHd h3 {
        font-size: 17px;
    }
    ._frMrG > .row > .col > ._sEcHd{
        padding-left: 5px;
    }
}
@media(max-width: 450px){
    ._sEcRw ._2mabd {
        flex-flow: column;
        align-items: flex-start;        
    }
    ._mTrYlsT ._sEcRw ._2mabd {
        margin-top: 15px;
    }
    ._sEcRw ._sEcHd h3, #frmContent ._sEcHd h3 {
        font-size: 16px;
    }
        ._sEcRw ._2mabd ._pRoImg {
            max-width: 110px;
            flex: 1 0 130px;
        }
    ._sEcRw ._inFliSt {
        max-width: 100%;
        flex: 1 0 100%;
        padding: 0;
        margin-top: 15px;
    }
        ._sEcRw ._inFliSt > li > label:first-child {
            max-width: 140px;
            flex: 1 0 140px;
        }
        ._sEcRw ._inFliSt > li{
            align-items: flex-start;
        }
    ._mTrbLck ._sEcRw ._sEcAcT, ._mTrYlsT ._sEcRw ._sEcAcT, ._sSrB ._sEcRw ._sEcAcT {
        position: absolute;
        height: inherit;
        top: 40px ;
        right: 5px;
        width: 190px;
        flex-flow: column;
        align-items: flex-start;
        margin: 0;
        background: transparent;
    }
        ._mTrbLck ._sEcRw ._sEcAcT > a, ._mTrYlsT ._sEcRw ._sEcAcT > a, ._sSrB ._sEcRw ._sEcAcT > a {
            display: block;
            height: 28px;
            max-width: 100%;
            flex: 1 0 100%;
            color: #c92d33;
            font-weight: 500;
            border: 0;
            transition: background 0.3s ease;
            width: 100%;
            align-items: center;
            justify-content: flex-start;
            padding: 0 9px;
            font-size: 14px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 28px;
        }
    ._sEcRw ._inFliSt > li > label:first-child {
        max-width: 120px;
        flex: 1 0 120px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    ._sEcRw ._inFliSt li > label._2lbl {
        max-width: calc(100% - 120px);
    }
    ._mTrbLck ._sEcRw, ._mTrYlsT ._sEcRw, ._sSrB ._sEcRw{
        position: relative;
    }
    ._ixFtr{
        height: inherit;
    }
    ._gallery > .row {
        padding: 0;
    }
    section._abtUS > .container{
    padding: 0;
    }
    ._frMrG > .row > .col {
        padding: 0 5px;
    }
        ._frMrG > .row > .col > .form-group:not(._tLfG) {
            flex-wrap: wrap;
            min-height: 65px;
            align-items: flex-end;
        }
    input.form-control ~ label, select.form-control ~ label, textarea.form-control ~ label, ._w50 ~ label,
    .form-group > .bootstrap-select.form-control ~ label, ._2InBlCk ~ label,
    input.form-control:focus ~ label, input.form-control:not(:placeholder-shown) ~ label, textarea.form-control:focus ~ label, textarea.form-control:not(:placeholder-shown) ~ label {
        max-width: 100%;
        flex: 1 0 100%;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    ._nxtBtn a.btn {
        max-width: 100%;
        flex: 1 0 100%;
        margin: 0;
    }
    .form-group > .bootstrap-select.form-control, ._w50 {
        max-width: 100%;
        flex: 1 0 100%;
        margin: 0;
        margin-top: 25px;
        flex-wrap: wrap;
    }
        ._nxtBtn a.btn:not(:first-child) {
            margin: 0;
            margin-top: 10px;
        }
    ._nxtBtn {
        flex-wrap: wrap;
    }
    ._2InBlCk {
        max-width: 100%;
        flex: 1 0 100%;
    }
    .form-group > label:after{display: none;}
    ._sEcRw ._sEcHd{
        padding: 0 0px;
        margin-bottom: 0;
    }
        ._sEcRw ._sEcHd > div, #frmContent ._sEcHd > div {
            display: flex;
            justify-content: flex-end;
        }
    ._mawrp > ._2mawrp {
        margin: 0 10px;
        max-width: initial;
        flex: inherit;
        margin-bottom: 20px;
    }
    [type="radio"] ~ label:not(:last-child), [type="checkbox"] ~ label:not(:last-child) {
        max-width: 100%;
        flex: 1 0 100%;
        margin-bottom: 10px;
        margin-right: 0 !important;
    }
    ._sSrB ._sEcRw ._2mabd {
        margin-top: 15px;
    }
     ._mawrp > ._2mawrp._asd56._pRmY{
         margin: 0 0 !important;
     }
    #ManagePassword .col{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }    
}
