﻿
.btn-primary {
    background-color: #e4720a;
    border-color: #e4720a;
}

.btn-primary:hover {
    background-color: #002147;
    border-color: #002147;
}

.badge-custom {
    color: #fff;
    background-color: #e4720a;
    padding: 2px 8px;
}

a.badge-custom:hover, a.badge-custom:focus {
    color: #fff;
    background-color: #e4720a;
}

a.badge-custom:focus, a.badge-custom.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(16, 183, 89, 0.5);
}
.content-auth {
    min-height: calc(100vh - 50px);
}
.nav-item.disabled > .nav-link, .nav-item.disabled > .nav-link > .feather {
    color: rgba(0,0,0,0.3);
    cursor: not-allowed;
}
.admin-iconBox > div {
    overflow: hidden;
    display: flex;
    width: 75px;
    height: 75px;
}

    .admin-iconBox > div::before {
        content: '';
        position: absolute;
        top: -40%;
        left: -50%;
        width: 130%;
        height: 103%;
        background-color: #f3f5f9;
        transform: rotate(45deg);
    }

    .admin-iconBox > div svg {
        width: 25px;
        height: 25px;
        margin-top: calc(20% - 6px);
        margin-left: calc(25% - 8px);
        position: relative;
        z-index: 1;
    }

.admin-iconBox h6 {
    text-align: right;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 4px;
    margin-bottom: 5px;
}

.admin-iconBox h5 {
    text-align: right;
    font-size: 34px;
    margin-bottom: 0;
    line-height: 40px;
}

.admin-iconBox > div i {
    width: 25px;
    height: 25px;
    margin-top: calc(20% - 4px);
    margin-left: calc(25% - 6px);
    position: relative;
    z-index: 1;
    font-size: 25px;
}

/* By Amit Parmar (11-09-2019 12:36 PM) */
body {
    font-size: 14px;
}

.login-bg {
    background: url('../img/uniBg.jpg') no-repeat;
    background-size: 100% auto;
    font-size: 16px;
    margin-top: 40px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.reg-bg {
    background: url('../img/uniBg.jpg') repeat;
    background-size: auto 100%;
    background-position-x: center;
    background-position-y: right;
    font-size: 16px;
    margin-top: 40px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.reg-bg2 {
    background: url('../img/uniBg.jpg') repeat;
    background-size: 20px;
    background-position-x: center;
    background-position-y: right;
    font-size: 16px;
    margin-top: 40px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.fixed-footer {
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: #D1A63E;
}

    .fixed-footer p {
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
        width: 100%;
        text-align: center;
    }
/*.blur{
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}*/
.breadcumb-area {
    overflow: hidden;
    padding: 20px 0;
}

.breadcumb-wrap h2 {
    float: left;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: uppercase;
}

.breadcumb-wrap ul {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    display: inline-block;
    margin-bottom: -8px;
    overflow: hidden;
    padding: 10px 50px;
    float: right;
}

.panel {
    border-radius: 0px;
}

.panel-primary > .panel-heading {
    background-color: #002147;
    border-color: #002147;
    font-size: 15px;
}

.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-weight: bold;
    font-size: 15px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.panel-primary {
    border-color: #002147;
}

.form-control {
    border-radius: 0;
}

label {
    font-weight: normal;
}

.btn {
    border-radius: 0;
}

.btn-primary {
    background-color: #002147;
    border-color: #002147;
}

    .btn-primary:hover {
        background-color: #d1a640;
        border-color: #d1a640;
    }

.login-icons {
    color: #D1A640;
}

.card {
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    height: auto;
    position: relative;
    width: 100%;
}

.card-shadow {
    box-shadow: 0px 0px 1px rgba(0,0,0,0.4);
    padding: 10px 15px;
    margin-top: 0px;
}

.card-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

    .card-1:hover {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }

.notice-logo {
    background-color: #fff;
    border: 1px solid #D1A63E;
    padding: 10px 15px;
    position: absolute;
    text-align: center;
    top: -25px;
    left: 20px;
    width: 350px;
}

.card-dark {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding-top: 100px;
}

    .card-dark h3 {
        color: #fff;
        margin: 0;
    }

.card-light {
    background-color: rgba(255,255,255,0.18);
    padding-top: 100px;
}

.card-light-box {
    background-color: #fff;
    padding-top: 100px;
}

.card-light-box-shadow {
    box-shadow: 0 0 20px rgba(0,0,0,0.7);
}

.card-title {
    background-color: #d1a63e;
    color: #fff;
    left: 0;
    margin: 0;
    padding: 20px 25px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 25px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.card-title-registration {
    padding: 15px 25px;
}

.card-dark:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    /*box-shadow: 0 14px 28px rgba(255,255,255,0.25), 0 10px 10px rgba(255,255,255,0.22);*/
}
.card-body1 {
    min-height: 125px;
    color: #fff !important;
}

    .card-body1 h1, .card-body1 h2, .card-body1 h3, .card-body1 h4, .card-body1 h5 {
        color: #fff;
        text-shadow: 0px 0px 1px rgba(209,166,62,0.5);
        border-bottom: 1px dotted #fff;
        padding: 10px 15px 0 0;
        font-weight: normal;
    }

    .card-body1 h6 {
        padding: 0 15px 0 0;
    }

.card-body1-registration {
    color: #333 !important;
    text-align: left !important;
    padding-bottom: 20px;
}

    .card-body1-registration h1,
    .card-body1-registration h2,
    .card-body1-registration h3,
    .card-body1-registration h4,
    .card-body1-registration h5,
    .card-body1-registration h6 {
        color: #333;
    }

.card-body1 i, .card-body1 p {
    color: #fff;
    font-size: 17px;
}

.card-body1 i {
    margin-right: 7px;
}
.card-body {
    min-height: 382px;
    color: #fff !important;
}

    .card-body h1, .card-body h2, .card-body h3, .card-body h4, .card-body h5, .card-body h6 {
        color: #fff;
        text-shadow: 0px 0px 1px rgba(209,166,62,0.5);
        border-bottom: 1px dotted #fff;
        padding-bottom: 5px;
        font-weight: normal;
    }

.card-body-registration {
    color: #333 !important;
    text-align: left !important;
    padding-bottom: 20px;
}

    .card-body-registration h1,
    .card-body-registration h2,
    .card-body-registration h3,
    .card-body-registration h4,
    .card-body-registration h5,
    .card-body-registration h6 {
        color: #333;
    }

.card-body i, .card-body p {
    color: #fff;
    font-size: 17px;
}

.card-body i {
    margin-right: 7px;
}

.underline-dashed {
    border-bottom: 2px dashed #D1A640;
    padding-bottom: 5px;
}

.underline-dotted {
    border-bottom: 2px dotted #D1A640;
    padding-bottom: 5px;
}

.title-color {
    color: #D1A640;
    text-shadow: 1px 0px 0px rgba(0,0,0,0.6);
}

.side-menu ul li a {
    background: #002147 none repeat scroll 0 0;
    border-bottom: 1px dashed #234759;
    color: #fff;
    display: block;
    padding: 10px 15px;
}

.side-menu ul li ul li a {
    background: #002147 none repeat scroll 0 0 !important;
    border-bottom: 1px dashed #234759;
    color: #fff;
    display: block;
    padding: 3px 20px;
    font-size: 0.9em;
}

.side-menu ul li ul {
    display: none;
}

.side-menu ul li.active ul {
    display: block;
}

.side-menu ul li ul li a > i {
    font-size: 11px;
    margin-right: 5px;
}

.side-menu ul li.active a, .side-menu ul li a:hover {
    background: #a88021 none repeat scroll 0 0;
    border-color: #a88021;
}

.side-menu ul li ul li > a.active, .side-menu ul li ul li > a:hover {
    background: #a88021 none repeat scroll 0 0;
    border-color: #a88021;
}

.side-menu ul li.active ul li a.activeSubMenu {
    background: #ffe094 none repeat scroll 0 0 !important;
    border-color: #A58027 !important;
    color: #002147 !important;
    font-weight: bold;
}

/*.side-menu ul li.NAMenu a {
    background: #626262 none repeat scroll 0 0 !important;
    border-color: #A58027 !important;
}
.side-menu ul li ul li a.NAMenu {
    background: #626262 none repeat scroll 0 0 !important;
    border-color: #A58027 !important;
}*/
.NAMenu {
    color: #ff0000 !important;
    font-size: 1.2em !important;
    text-shadow: 0 0 0 rgba(0,0,0,0.8);
}

.table-borderless > tbody > tr > td, .table-borderless > tbody > tr > th, .table-borderless > tfoot > tr > td, .table-borderless > tfoot > tr > th, .table-borderless > thead > tr > td, .table-borderless > thead > tr > th {
    border-top-width: 0px;
}

.highlight {
    color: #DEBF7E;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.6);
}

.mb0 {
    margin-bottom: 0;
}

.help-buttons > tbody > tr > td {
    background-color: #fff;
}




/*Tab*/
/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ddd #ddd transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555;
    cursor: default;
}*/
.tab-content > .tab-pane {
    padding-top: 10px;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #aaa !important;
    border-radius: 0 !important;
    cursor: text;
    height: 34px;
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        margin-top: 3px !important;
    }

.h4, h4 {
    font-size: 16px;
    font-weight: bold;
}

.h5, h5 {
    font-size: 14px;
    font-weight: bold;
}

.title-underline {
    position: relative;
    text-transform: unset !important;
}

    .title-underline:before {
        background: #002147 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 3px;
        left: 0;
        position: absolute;
        width: 50px;
    }

.login-panel-heading {
    padding-top: 21px;
    padding-bottom: 21px;
    font-size: 23px;
}

.login-panel-body {
    padding-top: 28px;
    padding-bottom: 28px;
}

.title-sub-right {
    color: #A88021;
    text-shadow: 0px 0px 1px rgba(0,0,0,0.2);
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.parsley-errors-list > li {
    color: #ff0000;
    font-size: 13px;
    position: relative;
    text-align: right;
}

.parsley-error {
    border-color: #ff0000;
}

    .parsley-error:focus {
        border-color: #ff0000;
        box-shadow: rgba(0,0,0,0.5);
    }

.jconfirm-box {
    color: #000;
    font-size: 19px;
}

.jconfirm-title {
    font-weight: bold;
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
    border-radius: 0 !important;
}

.badge-custom {
    background-color: #ff0000;
    text-shadow: 0px 0px 1px rgba(0,0,0,0.6)
}

.ptb-40 {
    padding: 40px 0px;
}

