﻿* {
    box-sizing: border-box;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

body {
    font-family: arial;
    font-size: 14px;
    color: #333;
}
body.indexpage {
        background-color: #042C51;
    }
img {
    max-width: 100%;
    height: auto;
}

.main-content.registration-page {
    margin: 60px 0 35px;
}


.header, .footer, .main-content {
    float: left;
    width: 100%;
}

.header, .footer {
    background-color: #91203e;
}

.custom-container {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
    overflow: hidden;
}

h2 {
    font-size: 30px;
    text-align: center;
    padding: 40px 10px 20px;
}
.header h2 {
    float: right;
    color: #fff;
    font-size: 30px;
    padding: 13px 0 0;
    margin: 0;
    font-family: "Times New Roman", Times, serif;
}
.banner-image {
    height: 100%;
    width: 100%;
}

    h3 {
    font-size: 24px;
    text-align: left;
    padding: 0;
}





.login-page {
    width: 100%;
    max-width: 400px;
    padding: 8% 0 0;
    margin: auto;
    position: absolute;
    top: 30%;
    right: 10%;
}

.form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

    .form input {
        border-style: none;
        border-color: inherit;
        border-width: 0;
        font-family: "Roboto", sans-serif;
        outline: 0;
        background: #f2f2f2;
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        font-size: 14px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 10px;
    }

        .form input.btn, .declareform input.btn, input.btn, .modal-body .btn-block a {
            font-family: "Roboto", sans-serif;
            text-transform: uppercase;
            outline: 0;
            background: #91203e;
            width: 100%;
            border: 0;
            padding: 15px;
            color: #FFFFFF;
            font-size: 14px;
            -webkit-transition: all 0.3 ease;
            transition: all 0.3 ease;
            cursor: pointer;
        }
.declareform .btn-block{
    width:250px;margin:0 auto;
    display:block;
}
.declareform input.btn, input.btn {
    width: 100px;
    padding: 9px;
    margin: 20px 10px 0;
    display: inline-block;
}
.modal-body .btn-block a {
    width: 100px;
    padding: 9px;
    margin: 0px 10px 0;
    display: inline-block;
    text-decoration:none;
}
input.btn {
    margin:0;
}
    .declareform input.btn:hover, input.btn:hover, .modal-body .btn-block a:hover {
        background: #F6B801;
        color: #000;
    }
    .form input.btn:hover, .form input.btn:active, .form input.btn:focus, .declareform input.btn:active, .declareform input.btn:focus {
        background: #F6B801;
        color: #000;
    }

.form .message {
    margin: 15px auto 0;
    color: #b3b3b3;
    font-size: 12px;
    padding: 0;
    width: 100%;
}

    .form .message a {
        color: #91203e;
        text-decoration: none;
        font-weight: bold;
        padding: 0 10px;
        float: left;
        cursor:pointer;       
        font-size:14px;
    }
    .form .message input.signup-btn {
        float: right;
    }

    .form .message a:hover {
        color: #F6B801 !important;
    }

.form .register-form {
    display: block;
}

.container {
    position: relative;
    z-index: 1;
    max-width: 300px;
    margin: 0 auto;
}

    .container:before, .container:after {
        content: "";
        display: block;
        clear: both;
    }

    .container .info {
        margin: 50px auto;
        text-align: center;
    }

        .container .info h1 {
            margin: 0 0 15px;
            padding: 0;
            font-size: 36px;
            font-weight: 300;
            color: #1a1a1a;
        }

        .container .info span {
            color: #4d4d4d;
            font-size: 12px;
        }

            .container .info span a {
                color: #000000;
                text-decoration: none;
            }

            .container .info span .fa {
                color: #EF3B3A;
            }


/*-------Menu start-------------*/
.menu {
    float: left;
    width: 100%;
    background-color: #A20A3A;
    border-top: 10px solid #f6b801;
}

    .menu ul {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        max-width: 1140px;
        display: block;
    }

        .menu ul li {
            float: left;
            list-style-type: none;
        }

            .menu ul li .btn {
                padding: 8px 10px;
                background-color: #A20A3A;
                color: #fff;
                font-size: 16px;
                font-weight: bold;
                cursor: pointer;
                border-right: 4px solid #f6b801;
                height: 41px;
                border-left-style: none;
                border-left-color: inherit;
                border-left-width: 0;
                border-top-style: none;
                border-top-color: inherit;
                border-top-width: 0;
                border-bottom-style: none;
                border-bottom-color: inherit;
                border-bottom-width: 0;
                width:auto;
            }

            .menu ul li:first-child .btn {
                border-left: 4px solid #f6b801;
            }

            .menu ul li .btn:hover {
                background-color: #F6B801;
                color: #000;
            }
/*-------Menu End-------------*/


/*-------form Application CSS Start-------------*/
.form-container {
    float: left;
    margin: 0;
    padding: 15px;
    background: #e7e7e7;
    border-right: 1px solid #fff;
    width: 100%;
}

.width100 {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.width80 {
    float: left;
    width: 85%!important;
}

.width50 {
    float: left;
    width: 45%;
    padding: 0 5%;
}

.width30 {
    float: left;
    width: 30%;
    margin-right: 3%;
}

.width25 {
    float: left;
    width: 24%;
}

.contact-info {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}

h4 {
    color: #000;
    display: block;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    text-align: center;
}

.heading {
    text-align: center;
    font-size: 20px;
    padding: 15px 0px;
}

.upload_img {
    width: 165px;
    float: right;
    height: 160px;
    border: 1px solid #000;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

    .upload_img .upld-txt {
        min-height: 120px;
        padding: 33px 0;
        display: block;
        line-height: 22px;
        font-size: 16px;
    }

.upload_btn {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: #b1113e;
    display: inline-block;
    position: relative;
    width: 150px;
    text-align: center;
    padding: 7px 0;
    height: 30px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

    .upload_btn span {
        margin-top: -9px;
    }

.upld_btn {
    width: 150px !important;
    margin: 0px !important;
    height: 30px !important;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}

.customlbl {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 5px;
    float: left;
    width: 50%;
}
.registration-page .registration-block .customlbl {
    padding: 5px;
    background-color: #ddd;
}
    .registration-page .registration-block .customlbl.bgnil {
        background-color: transparent;
    }



.registration-block .customradbtn {
    padding: 15px 10px 0;
    font-weight: bold;
    float: left;
}
.customlbl span {
    color: #F00;
    font-weight: bold;
    font-size: 20px;
}

.custom-input {
    border: 1px solid #bababa;
    color: #555;
    height: 34px;
    width: 50%;
    float: left;
}

.customradbtn {
    padding: 0 10px;
    font-weight: bold;
}

    .customradbtn label {
        padding: 0 5px;
    }

h5 {
    margin: 10px 0;
    font-weight: bold;
    color: #000;
    font-size: 14px;
}

.chkbx {
    color: #000;
    line-height: 30px;
}

    .chkbx input {
        width: 25px;
        height: 25px;
        float: left;
        margin-top: 8px;
    }

    .chkbx span {
        float: left;
        width: 95%;
        margin-left: 10px;
        line-height: 1.5em;
    }
/*-------form Application CSS Start-------------*/
.logo {
    margin: 5px 0;
    width: 100%;
    max-width: 300px;
    float: left;
}

.main-content.customHeight {
    height: 662px;
    width: 100%;
    background-color: #8AB5BB;
}

.main-content { /* background-image:url("../images/corporate-office.jpg");background-size: 100% 100%;*/
    height: 100%;
    margin: 112px 0 35px;
    min-height: 600px;
}

    .main-content p {
        padding: 0 20px;
        display: block;
        overflow: hidden;
        width: 100%;
    }

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.footer {
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    left: 0;
}

    .footer p {
        color: #fff;
        margin:0;
        padding:0;
        width:auto;
    }

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.error-message {
    color: rgb(145, 32, 62);
    font-weight: bold;
}
.message span {
    float: left;
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 14px;
    padding: 0 5px;

}
input.signup-btn {
    float: left;
    background: none;
    width: auto;
    margin: 0;
    padding: 0;
    color: #91203e;
    cursor:pointer;
    font-weight:bold;
}
/*-------User Registration CSS Start-------------*/
.registration-block {
    border-color: #91203e;
    margin: 20px auto;
    display: block;
    overflow: hidden;
}
    .registration-block .title {
        color: #fff;
        background-color: #91203e;
       
        text-align: center;
        padding: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        margin: 0;
    }
    .registration-block .main-form {
        float: left;
        width: 100%;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border: 3px solid #91203e;
        border-top-style: none;
        padding: 20px;
        background-color: #fff;
    }
.registration-page .registration-block .main-form {
    height: 550px;
    overflow-y: scroll;
}
.declareform {
    width: 100%;
    padding: 20px 5%;
    float: left;
}
.main-content ol {
    margin: 0;
    padding: 0 0 0 20px;
}
.main-content ol li {
    font-size: 16px;
    line-height: 1.6em;
    color: #000;
}
.indexpage .main-content .custom-container {
    min-height:0;
}
.indexpage .main-content {
    margin-top:60px;
}
.main-content .custom-container {
    background-color: #E5E5E5;
    padding: 0 20px;
    min-height: 600px;
}
.edit-block {
    padding: 20px 5% 0;
    float: left;
    width: 100%;
}
.edit-block h3{
    font-size:20px;
    border-bottom:1px solid #000;
    width:100%;
}
.mob-menu{
    display:none;
}
.err-msg {
    float: right;
    color: red;
    font-size: 14px;
    font-weight: bold;
}
.plist {
    margin: 10px;
    padding: 0;
    list-style-type: none;
    float: left;
    width: 48%;
    background: #FFFBD5;
    border: 2px solid maroon;
    min-height:200px;
}
    .plist li {
        float: left;
        padding: 5px 10px;
        color: #000;
        margin: 5px 0;
        width: 100%;
        font-size: 15px;
    }
    .plist .btn {
        font-family: "Roboto", sans-serif;     
        outline: 0;
        background: #91203e;
        width: auto;
        margin: 0 auto;
        display: block;
        border: 0;
        padding: 15px;
        color: #FFFFFF;
        font-size: 14px;
        -webkit-transition: all 0.3 ease;
        transition: all 0.3 ease;
        cursor: pointer;
    }
        .plist .btn:hover {
            background: #f6b801; color:#000;
        }
#ContentPlaceHolder1_prodlist {
    width:100%; float:left;
}
#ContentPlaceHolder1_gvDetails {
    width: 100%;
    float: left;
    font-family: Arial;
    border: 2px solid #91203e;
}
    #ContentPlaceHolder1_gvDetails th {
        background-color: #91203e;
        padding: 10px;
        text-align: left;
        color:#fff;
    }
    #ContentPlaceHolder1_gvDetails td {
        background-color: #fff;
        padding: 10px;
        border-top: 2px solid #91203e;
        font-weight: 500;
    }
#ContentPlaceHolder1_btnExportToExcel {
    width: auto;
    margin:20px 0 0;
}
.change-password .declareform .btn-block {
    width: 360px;
}
    .change-password .declareform .btn-block input.btn {
        width: 150px;
    }

/* Model popup*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999999; /* Sit on top */
    padding-top: 10%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#000000', endColorstr='#000000');
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

#model {
    z-index: 1000000000;
}
/* Modal Content */
.modal-content {
    position: relative;
    margin: auto;
    padding: 10px 0;
    border: 1px solid #888;
    width: 100%;
    max-width: 390px;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    border-radius: 10px;
    background-color: #fedea9;
    box-shadow: 0px 0px 12px 0 #000;
    animation-name: animatetop;
    animation-duration: 0.4s;
    overflow: hidden;
}

.modal-header h2 {
    margin: 5px 0 5px;
    font-size: 20px;
    padding: 10px 0;
}

.reset-credential p {
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

.modal-content .input-group {
    width: 100%;
    float: left;
}

    .modal-content .input-group label, .modal-content .input-group .myinput {
        width: 150px;
    }

#feedbackModal .modal-content .input-group label, #feedbackModal .modal-content .input-group .myinput {
    width: 50%;
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

#mobileNoReset {
    width: auto;
    padding: 0;
    float: none;
}
/* The Close Button */
.close, #close, #closefdbk {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin: 0 10px 0 0;
    cursor: pointer;
}

#skip {
    font-size: 20px;
    margin: 10px;
    color: blue;
    text-decoration: underline;
}

.close:hover, .close:focus, #close:hover, #close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    color: #000;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    color: #000;
}
.modal-body .btn-block {
    width: 100%;
    display: block;
    margin: 15px auto;
    text-align: center;
    overflow: hidden;
}
.modal-body .form-grp {
    width: 100%;
    float: left;
    padding: 0 10% 0;
}
/*-------User Registration CSS End-------------*/
/*-------Responsive CSS Start-------------*/
@media only screen and (max-width:1140px) {
}

@media only screen and (max-width:991px) {
    .main-content{
        margin-top:0!important;
    } .header, .footer {
        position: relative;
    }
    .mob-menu {
        display: block;
        width:10px;
        position: absolute;
        right: 10px;
        top: 125px;
        width:20px;
    }
        .mob-menu span {width:20px;display:block; height:3px; margin:3px auto; background-color:#fff;
        }
    .menu{
        min-height:50px;
    } 
    .menu ul {
        margin-top: 50px;
        display:none;
    } 
    .menu ul li {
        width: 100%;
    }
        .menu ul li:first-child .btn, .menu ul li .btn {
            width: 100%;
            border: none;
            border-bottom: 4px solid #f6b801;
        }
}

@media only screen and (max-width:768px) {
    .login-page {
        left: 15%;
    }

    .width50, .width30, .width25 {
        width: 100%;
        margin: 5px 0;
    }
    .declareform input.btn, input.btn{
        width:100%;
    }

}

@media only screen and (max-width:479px) {
    .login-page {
        left: 0;
    }
}

@media only screen and (max-width:360px) {
}
