﻿
/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #FF0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #FF0000 !important;
    background-color: #Fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

.error {
    color: rgb(221, 31, 31) !important;
    margin-left: 10px;
    font-size: 12px;
}

.pagination {
    margin: 0 !important;
    border-radius: :0 !important;
}

.footer {
    padding: 20px 0px 10px 0px;
    text-align: center;
    background-color: #fff;
}

.modalfull {
    width: 90%;
}

.modalLinks {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-open .modalLinks {
    overflow-x: hidden;
    overflow-y: auto;
}

.liststyle {
}

    .liststyle li {
        margin: 0 0 0 0px;
        background: url(images/listicon.png) no-repeat left 5px;
        padding: 5px 0 5px 25px;
        font-size: 14px;
        list-style: none;
    }

#privacypolicy .modal-body, #TermsandConditions .modal-body {
    padding-left: 25px;
    padding-right: 25px;
}

#privacypolicy p b, #TermsandConditions p b {
    font-size: 16px;
    color: #000;
}

#privacypolicy p, #TermsandConditions p {
    line-height: 20px;
    margin-bottom: 15px;
}

.popbutton {
    background: #3e62ac none repeat scroll 0 0;
    color: #fff;
}

    .popbutton:hover, .popbutton:focus, .popbutton:visited, .popbutton:active {
        background: #0ea3b6 none repeat scroll 0 0;
        color: #fff;
    }

.pointer {
    cursor: pointer;
}

.popheader {
    margin: 0 0 20px;
    font-weight: 600;
    color: #3e62ac;
    font-size: 22px;
    text-transform: capitalize;
}

.modal.fade .modal-dialog1 {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog1 {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}


.modal-dialog1 {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content1 {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}
.modal-body1 {
    position: relative;
    padding-left: 25px;
padding-right: 25px;
}


@media (min-width: 768px) {
    .modal-dialog1 {
        width: 90%;
        margin: 30px auto
    }
    .modal-content1 {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
}
