body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: rgb(0, 0, 0);
    background-color: #F0F0F0;

}

#header {
    background-color: #193f69;

}

#header p {
    color: #ffffff;
    font-size: 16px;
    text-align: right;
    position: relative;
    top: 36px;
    line-height: 20px;

}

#header img {
    float: left;
    width: auto;
    height: auto;
    padding: 10px 0px;
}

#head h3 {
    font-size: 35px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    margin: 10px 0px;
    font-family: 'Lato', sans-serif;

}

#head {
    background-color: #193F69;
}

.nopadding {
    padding: 0px;
}

.padtop {
    padding-top: 40px;
}

.padbot {
    padding-bottom: 50px;
}

#event-detail {
    background-color: #ffffff;
    padding-bottom: 23px;
    border-radius: 10px 0px 0px 10px;
    min-height: 200px;
}

#event-detail h3 {
    color: #193F69;
    font-size: 30px;

}

#event-detail p {
    color: #806A6A;
    font-size: 16px;

}

#event-detail h5 {
    color: #000000;
    font-size: 22px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    text-align: center;
    float: left;
    padding: 5px 0px;
    width: 450px;
}

#eve-code {
    color: #000000;
    font-size: 20px;
    text-align: center;
    background-color: #C4C4C4;
    padding: 5px 10px;
    margin: 10px 0px;
    width: 250px;
    position: relative;
    float: right;
    line-height: 26px;
}

#fee-detail {
    padding: 20px 20px;
    background-color: #193F69;
    color: #ffffff;
    border-radius: 0px 10px 10px 0px;
    min-height: 200px;
}

#fee-detail h4 {
    font-size: 24px;
    margin-top: 0px;
    text-align: center;
}

#fee-detail p {
    font-size: 16px;
}

#form-content {
    background-color: #ffffff;
    padding: 20px 0px;
    margin: 0px;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666666 !important;
    background-color: #DEDEDE;
    background-image: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

label {
    display: inline-block;
    max-width: 100%;
    margin: 5px 0px;
    font-weight: 700;
}

.form-control[readonly] {
    background-color: #fff;
    opacity: 1;
    color: #000;
   
    font-weight: bold;
}

.form-control[readonly]:focus {
    border-color: #ffffff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.error {
    color: #f74c4c;
    font-size: 14px;
}

.form-group.amt_pay1.col-md-2 {
    text-align: center;
}

#add_more {
    background-color: #0EB500;
    border-radius: 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    padding: 5px 5px;
    border: none;
    position: absolute;
    top: 26px;

    cursor: pointer;
}

.remove {
    background-color: #FF0000;
    border-radius: 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    padding: 5px 5px;
    border: none;
    position: absolute;

    cursor: pointer;

}

.add_icon {
    position: relative;
    padding-right: 4px;
}

select {
    border-radius: 0px;
    border-color: 1px solid #193F69;
    background-color: #ffffff;
}

option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
    border-radius: 0px;
    border-color: 1px solid #193F69;
    background-color: #ffffff;
}

.dash_line {
    border-bottom: 1px dashed #000;
    margin-bottom: 10px;
}

#process {
    background: #193f69;
    color: #ffffff;
    border: none;
    padding: 5px 15px;
    margin: 20px 0px;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
}

#process:hover {
    background: #b3b4b4;
    color: #000000;
    border: none;

}

/*modlal*/

.modal-content{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    background: linear-gradient(180deg, #193F69, #041930);
}

.modal-content .form-control {
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff !important;
    background-color: transparent;
    background-image: none;
    border-bottom: 1px solid #fff !important;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;

    transition: none;
    border: none;
}

.modal-content .form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #fff !important;
}

.reg_btn {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    padding: 5px;
    margin-top: 20px;
}

.reg_btn:hover {
    background: #fff;
    color: #071f3a;
}

input[type]::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255, 255, 255, 0.8);
    opacity: 1;
    /* Firefox */
}

#note {
    font-size: 15px;
    color: #FFFFFF;
    font-weight: lighter;
    text-align: center;

}

.error {
    color: #d82626;
}

#note a {
    font-weight: bold;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #102f52;
    background-color: #FFF;
}
.nav>li>a{
    color :#FFF;
}

.btn-default, .btn-default:hover,.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #FFF;
    background-color: inherit;
    border-color: transparent;
}