.main_bg {
    background: url("../images/background.jpg")no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 80px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*overflow-x: hidden;
			overflow-y: scroll;*/
}

    .main_bg::before {
        background-color: rgba(63, 81, 181, 0.3);
        bottom: 0;
        content: "";
        display: inline-block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

.card {
    background-color: rgba(229, 228, 255, 0.2);
}

.md-form label {
    color: #ffffff;
}

h6 {
    line-height: 1.7;
}

html,
body,
header,
.view {
    height: auto;
}

header {
}

    header .navbar-brand {
        width: auto;
    }

        header .navbar-brand img {
            width: 60%;
        }

.main_btn {
    float: right;
    text-align: right;
    width: 100%;
}

.add_btn {
    margin: 0px;
    padding: 0px;
}

    .add_btn li {
        display: inline-block;
        list-style: none;
    }

        .add_btn li a.btn {
            font-size: 14px;
        }

            .add_btn li a.btn:hover {
                background: #fcb040 !important;
            }

.sol .white-text:hover {
    color: #fcb040 !important;
}

.rgba-indigo-light {
    background-color: rgba(63, 81, 181, 0.3);
}

.view .card {
    margin: 50px 0px;
}

.h-100 {
    height: 100% !important;
}

.card {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.creative-lp .pink-gradient {
    background: -webkit-linear-gradient(50deg, #FF5858, #ee4392) !important;
    background: -o-linear-gradient(50deg, #FF5858, #ee4392) !important;
    background: linear-gradient(40deg, #FF5858, #ee4392) !important;
}

.login:hover {
    background: #fcb040 !important;
}

.foot {
    color: #fff;
}

    .foot p {
        margin: 0px;
    }

[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    z-index: 0;
    border: 2px solid #fff;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

[type="checkbox"]:checked + label::before {
    top: -4px;
    left: -3px;
    width: 12px;
    height: 22px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent #fcb040 #fcb040 transparent;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    opacity: 0;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 2.5rem !important;
    margin: 30px 0px !important;
}

.add_text {
}

    .add_text label {
        font-size: 18px;
    }

.add_box {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    min-height: 300px;
    border-radius: 3px;
    padding: 15px 20px;
}

.reg {
    margin-top: 30px !important;
}

    .reg:hover {
        background: #fcb040 !important;
    }

/*-----------------------------------------------------------------------*/
.sar_main {
    padding-top: 85px;
}

.title {
}

    .title h2 {
    }

.main_con .card {
    background-color: #fff !important;
}

.main_con .md-form label {
    color: #333;
}

.main_con [type="checkbox"] + label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    z-index: 0;
    border: 2px solid #333;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.main_con [type="checkbox"]:checked + label::before {
    top: -4px;
    left: -3px;
    width: 12px;
    height: 22px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent #fcb040 #fcb040 transparent;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.main_con input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    opacity: 0;
}

.main_con .md-form .prefix {
    top: 1rem;
    font-size: 1.25rem !important;
}

.main_con .form-check {
    position: relative;
    display: block;
    padding-left: 2.5rem !important;
    margin: 30px 0px !important;
}

.fa.fa-mobile.prefix {
    font-size: 28px !important;
}

.save {
    text-align: center;
}

    .save button:hover {
        background: #fcb040 !important;
    }

    .save input:hover {
        background: #fcb040 !important;
    }

.access table.table thead th {
    font-weight: bold;
}

.pref {
    padding-top: 80px;
}

    .pref .card {
        background-color: #fff !important;
    }

.update:hover {
    background: #fcb040 !important;
}

.pref .mdb-color.lighten-4 {
    background-color: #8f3f96 !important;
}

.update_pref {
}

    .update_pref table.table thead th {
        font-weight: bold;
        width: 50%;
        text-align: center;
    }

    .update_pref table.table td {
        vertical-align: middle;
        width: 50%;
        text-align: center;
    }

.update_in {
}

    .update_in .card {
        background-color: #fff !important;
    }

.update_pref_in {
}

    .update_pref_in table.table thead th {
        font-weight: bold;
        text-align: center;
    }

    .update_pref_in table.table td {
        vertical-align: middle;
        text-align: center;
    }

    .update_pref_in [type="checkbox"] + label::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 17px;
        height: 17px;
        z-index: 0;
        border: 2px solid #333;
        -webkit-border-radius: 1px;
        border-radius: 1px;
        margin-top: 2px;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        right: 0;
        margin: 0 auto;
    }

    .update_pref_in [type="checkbox"]:checked + label::before {
        top: -4px;
        left: -3px;
        width: 12px;
        height: 22px;
        border-style: solid;
        border-width: 2px;
        border-color: transparent #fcb040 #fcb040 transparent;
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg);
        -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }
    /*.update_pref_in input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    opacity: 0;
}*/
    .update_pref_in input[type="checkbox"] {
        box-sizing: border-box;
        padding: 0;
        opacity: 1;
        text-align: center;
        margin: 0px auto;
        margin-left: auto;
        width: 100%;
        margin-left: -17px;
    }

    .update_pref_in .form-check {
        position: relative;
        display: block;
        padding-left: 2.5rem !important;
        margin: 0px 0px !important;
    }

.pref_up {
}

    .pref_up button:hover {
        background: #fcb040 !important;
    }

.pref_add {
}

.pref_add p {
    display: inline-block;
    font-size: 16px;
    color: #333;
    margin-left: 100px;
}

.pref_add button:hover {
    background: #fcb040 !important;
}

.slidecontainer {

}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb:hover {
    background: #fcb040;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 25px;
    height: 25px;
    background: #FC5560;
    cursor: pointer;
}

.cont {
}

    .cont span i {
        font-size: 25px;
        color: #fcb040;
    }

    .cont span {
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: top;
    }

    .cont p {
        font-size: 16px !important;
        color: #333;
        display: inline-block;
    }

        .cont p a {
            font-size: 16px !important;
            color: #333;
            display: inline-block;
        }

            .cont p a:hover {
                color: #fcb040;
            }

.foot {
    padding: 10px 0px;
}

footer .foot a p {
    color: #333 !important;
}

footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
}

.add {
    position: relative;
    z-index: 0;
    margin-bottom: 90px;
}

@media (max-width: 799px) {

    header .navbar-brand {
        width: 50%;
    }

        header .navbar-brand img {
            width: 87%;
        }

    .aslogin {
        float: none !important;
    }
}

@media (min-width: 800px) and (max-width: 1199px) {
}

@media (min-width: 1200px) and (max-width: 1300px) {
}
/* kuldeep */
.md-form input[type="text"], .md-form input[type="password"], .md-form input[type="email"], .md-form input[type="url"], .md-form input[type="time"], .md-form input[type="date"], .md-form input[type="datetime-local"], .md-form input[type="tel"], .md-form input[type="number"], .md-form input[type="search-md"], .md-form input[type="search"], .md-form textarea.md-textarea {
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 1px solid #ced4da;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: transparent;
    color: #fff !important;
}

.form-check-label {
    padding-left: 0px !important;
    margin-bottom: 0;
}

.con_sa {
    padding-top: 50px;
}

.sar_main a {
    margin-left: 15px;
}

.sar_main .pink-gradient:hover {
    background: #fcb040 !important;
}

.sarlist .pink-gradient:hover {
    background: #fcb040 !important;
}

.sarlist a {
    margin-left: 0px;
}

.crsar .md-form input[type="text"], .crsar .md-form input[type="password"], .crsar .md-form input[type="email"], .crsar .md-form input[type="url"], .crsar .md-form input[type="time"], .crsar .md-form input[type="date"], .crsar .md-form input[type="datetime-local"], .crsar .md-form input[type="tel"], .crsar .md-form input[type="number"], .crsar .md-form input[type="search-md"], .crsar .md-form input[type="search"], .crsar .md-form textarea.md-textarea {
    color: #495057 !important;
}

form#logoutForm {
    width: 100%;
}

.aslogin {
    float: right;
}

.frgpass p {
    color: #fff;
    font-size: 1rem;
}

    .frgpass p a {
        color: #f44a7f;
        font-size: 1rem;
    }

        .frgpass p a:hover {
            color: #fcb040 !important;
            font-size: 1rem;
        }

.frgpass .form-header {
    margin-bottom: 1rem;
}

.chacc p a:hover {
    color: #fcb040;
    background: none !important;
}

.version-label-footer {
    position: fixed;
    bottom: 10px;
    left: 20px;
    font-size: 12px;
    line-height: 23px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 100;
}
