﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    /*font-family: RajaFon !important;*/
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


/*******************************************/





.passanger-registor {
    direction: rtl;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    padding: 30px 35px;
    margin-top: 15px;
    background-color: #fff;
    text-align: right;
}

.table thead > tr > th {
    vertical-align: middle !important;
    text-align: center !important;
    background-color: #ebebeb;
}

.table tbody > tr > td {
    vertical-align: middle !important;
    text-align: center !important;
}

.containers {
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .containers input {
        position: absolute;
        opacity: 0;
    }

/* Create a custom checkbox */
.checkmark {
    border: 2px solid;
    position: absolute;
    top: 0;
    right: 0;
    height: 28px;
    width: 28px;
    background-color: #fff;
}

/* On mouse-over, add a grey background color */
.containers:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containers input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containers input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containers .checkmark:after {
    left: 10px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.descwrapper {
    margin: 0;
}

    .descwrapper p {
        text-align: right;
        margin: 10px 20px 18px 20px;
        line-height: 22px;
        font-size: 12px;
        position: relative;
    }

        .descwrapper p::before {
            content: '\e90dd';
            font-family: 'RjIconFont';
            display: inline-block;
            vertical-align: middle;
            font-size: 16px;
            margin: 0 0 0 10px;
            color: #003d73;
            position: absolute;
            right: -25px;
            top: 1px;
        }

h2.stepCap {
    padding: 5px 0 20px 0;
    text-align: center;
    color: green;
    font-size: 17px;
    margin: 20px 0;
    border-bottom: 1px dashed #ccc;
}



/**************** Refund All ****************/

.g-recaptcha>div{
    margin:0 auto;
}



.error h2 {
    text-align: center;
    color: red
}

.error p {
    text-align: right;
    font-size: 14px;
}

.boldtext {
    font-weight: bold;
    color: #09025e;
    font-size: 12px !important;
}


#divPmSuccess,
#divPmWarning,
#divPmDanger,
#divPmInfo {
    padding-right: 6px;
    visibility: hidden;
    min-width: 250px;
    margin-left: 10px;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 1%;
    bottom: 30px;
    font-size: 17px;
    color: #FFF;
    direction: rtl;
}

#divPmWarning {
    background-color: #f0ad4e;
}

#divPmDanger {
    background-color: #d9534f;
}

#divPmSuccess {
    background-color: #5cb85c;
}

#divPmInfo {
    background-color: #5bc0de;
}




    #divPmSuccess.show,
    #divPmInfo.show,
    #divPmDanger.show,
    #divPmWarning.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s;
        animation: fadein 0.5s;
    }

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}





#rdRefundType1 {
    position: relative;
}


#rdRefundType2 {
    margin-right: 15px;
    position: relative;
    top: 2px;
}


/**************** End Refund All ****************/
