﻿@import url('fontAwesome/css/font-awesome.css');

#internalnav {
    font-size: 16px;
}

.registrationContainer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 0;
    font-size: 16px;
}

    .registrationContainer > div {
        padding: 0 15px;
        border: 1px solid #000;
        width: 100%;
        max-width: 1240px;
    }

    .registrationContainer > .bcat-results {
        padding: 0 15px;
        border: 1px solid #000;
        width: 100%;
        max-width: 1240px;
    }

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*overflow: hidden;*/
}

.text-center {
    text-align: center;
}

.registration-navbar {
    line-height: 0;
}

.registration-navbar > li {
    display: block;
    color: #000;
    font-size: 14px;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    background-color: #A4C3E1;
    border: 1px solid #000;
    border-bottom: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    cursor: pointer;
}

 .registration-navbar > li > a, .registration-navbar > li > a:hover, .registration-navbar > li > a:active {
     color: inherit;
     text-decoration: none;
 }

.registration-navbar li:hover {
    background: #F1AB17;
}

.registration-navbar li.active-li {
    background: #F1AB17;
}


    .registration-navbar li.active-li:hover {
        background: #e19d0e;
    }

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.details {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #E0E0E0;
    margin-top: -2px;
    cursor: pointer;
    position: relative;
    float: left;
    width: 100%;
}

.faIconRight {
    border: 1px solid #000;
    border-radius: 50%;
    height: 20px;
    width: 20px;
}

.divBorder {
    border: 1px solid #000;
    width: 100%;
    margin-bottom: 5px;
}

.drop-menu-content {
    width: 100%;
    margin-bottom: 5px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0px;
    padding: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .field > label {
        margin: 0;
        padding: 0;
    }

    .field > input {
        margin: 0;
    }

.presonalDetails {
    width: 50%;
}

input[type="text"] {
    padding: 5px;
    width: 40%;
}

input [type="checkbox"] {
    padding: 10px;
}

.field > select {
    width: 40%;
    padding: 5px;
}

.info {
    height: 40px;
    padding: 5px;
}

#info {
    padding: 5px;
    margin-top: 5px;
}

    #info ul {
        list-style-type: disc;
        padding: 15px;
        padding-top: 0;
        margin: 0;
        overflow: visible;
        font-size: 14px;
    }

    #info h5 {
        color: red;
        font-size: 16px;
        padding: 10px;
        margin: 0;
    }

button {
    padding: 10px;
    border: 1px solid #000;
    box-shadow: none;
    cursor: pointer;
}

    button a {
        text-decoration: none;
        color: #000;
    }

#resetApplication {
    margin-right: 10px;
}

.hover-color-red:hover {
    background: #d00;
}

.hover-color-blue:hover {
    background: #2162f3;
}

.top-buttons {
    margin-top: -10px;
    font-size: 14px;
}

    .top-buttons button {
        padding: 5px !important;
    }

.hover-color:hover {
    cursor: pointer;
    background: #ccc;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-25-per {
    margin-right: 25% !important;
}

.margin-left-25-per {
    margin-left: 25% !important;
}

.textbox {
    width: 30% !important;
    margin-right: 10% !important;
}

.pay-button {
    margin-top: 20px;
}

table, th, td {
    border: 1px solid #000;
    height: 40px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

.txt-center {
    text-align: center;
    vertical-align: middle;
}

.bg-red {
    background-color: #F44336;
    color: #fff;
}

.bg-blue {
    background-color: #2196F3;
    color: #fff;
}

th {
    background-color: #9E9E9E;
    color: #fff;
    text-align: center;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

.eligibility > div {
    padding: 0 15px;
    width: 100%;
    max-width: 1240px;
    border: 1px solid #000;
}

.fa-xl {
    font-size: 20px;
    color:#000;
}

.chevron-down-border {
    width: 30px;
    height: 30px;
    border: 1px solid #959595;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    color: #959595;
}

.txt-right {
    text-align: right;
}

.padding-bottom-3 {
    padding-bottom: 3px;
}

.padding-twentyp {
    padding: 20px;
}

.padding-fivep {
    padding: 5px;
}

.padding-ten-px {
    padding: 10px;
}

.padding-left-35p {
    padding-left: 35px;
}

.margin-right-minus-40p {
    margin-right: -40px;
}

.info-img {
    height: 30px;
}

.candidate-table, admin-candidate-table {
    width: 98%;
}

    .candidate-table tr > th:first-child {
        width: 6%;
    }

    .candidate-table tr > th:nth-child(2) {
        width: 20%;
    }

    .candidate-table tr > th:nth-child(3) {
        width: 30%;
    }

.fa-disable {
    cursor: not-allowed;
    color: #9e9e9e;
}

#message {
    text-align: left !important;
    padding-left: 15px;
    font-size: 11px;
}

.vertical-middle {
    vertical-align: middle;
}

.candidate-table tbody tr td:first-child {
    padding-left: 10px;
    vertical-align: middle;
}

td, th {
    position: relative;
}

.admin-table tr > th:first-child {
    width: 25%;
}

.admin-table tr > th:nth-child(2) {
    width: 15%;
}

.admin-table tr > th:nth-child(3) {
    width: 15%;
}

.admin-table tr > td:nth-child(6) {
    padding-right: 10px;
}

sup {
    color: red;
}

.active-li {
    font-weight: bold;
    background-color: #f1ab17 !important;
}

#internalnav {
    border-bottom: 0 !important;
}


.navul > ul {
    border-bottom: 1px solid #447a96;
    padding-bottom: 15px !important;
}

.credential-details {
    display: inline-block;
    font-size: 12px;
    float: left;
}

    .credential-details > p {
        float: left;
    }

    .credential-details div {
        color: blue;
        cursor: pointer;
    }

.save-registration {
    margin-bottom: 5px;
    font-size: 14px;
    padding: 5px !important;
}

.passed {
    color: green;
    font-weight: bold;
}

.issue-id {
    padding: 5px;
    color: #FF0000;
    font-size: 13px;
}

.note {
    font-size: 14px;
    padding-bottom: 10px;
}

/*Start of Modal Content*/

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 35%;
    margin-top: 150px;
    display: block;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

textarea {
    width: 100%;
    height: 150px;
}

.user-modal-table tr > th:first-child {
    width: 15%;
}

.user-modal-table tr > th:nth-child(2) {
    width: 10%;
}

.user-modal-table tr > th:nth-child(3) {
    width: 10%;
}

.modal-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 5px;
}

    .modal-button > button {
        padding: 10px 20px;
    }

/*End of Modal Content*/


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #cbcbcb;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #cbcbcb;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #cbcbcb;
}

:-moz-placeholder { /* Firefox 18- */
    color: #cbcbcb;
}


/*-------BCAT RESULT-------*/

.bcat-table th {
    color: #000;
    background: #bbc8d4;
}

.bcat-table thead {
    font-size: 14px;
}

.bcat-table tbody {
    font-size: 15px;
    text-align: center;
}

.bcat-table td {
    vertical-align: middle;
}


.bcat-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.import-button {
    padding: 5px 20px;
    border: 1px solid #a4a4a4;
    border-radius: 3px;
    font-weight: bold;
    background: #F1AB17;
    margin-left: 60px;
    box-shadow: none;
    cursor: pointer;
}

.margin-left-20px {
    margin-left: 20px;
}

.to-calander {
    position: absolute;
    top: 32px;
    right: 420px;
}

#from-date-picker, #to-date-picker, #search {
    width: 150px;
}

.form-calander {
    position: absolute;
    top: 32px;
    right: 615px;
}

.padding-top-0 {
    padding-top: 0px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.width-60px {
    width: 60px !important;
}

.width-145px {
    width: 145px !important;
}

.width-200px {
    width: 200px !important;
}
