@font-face {
    font-family: 'Nunito';
    src: url('../font/nunito-regular-webfont.woff2') format('woff2'),
    url('../font/nunito-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Lato';
    src: url('../font/lato-regular-webfont.woff2') format('woff2'),
    url('../font/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
    width: 100%;
}

body {
    overflow-x: hidden !important;

}

.lotno-btns {
    margin: 5px !important;
}

.btn-font-color {
    color: white !important;
}

/* Loader */
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../img/loader.gif") center no-repeat #fff;
}

.show-spinner {
    background: #fff;
}

.navbar .navbar-left {
    flex-basis: 35% !important;
}

.alert {
    z-index: 10000 !important;
}

.counts {
    position: absolute;
    background: #f44336;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    top: 5px;
    right: 10px;
    width: 25px;
    font-size: 15px;
    line-height: 20px;
    height: 25px;
}

/* Hide everything under body tag */
body.show-spinner > * {
    opacity: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", sans-serif !important;
}

.dropdown-menu {
    padding: 0 !important;
}

.dropdown-item {
    color: #104978 !important;
    font-weight: 700 !important;
}

.dropdown-item:hover {
    background: #dde2e6 !important;
}

/* Spinner */
body.show-spinner::before {
    content: " ";
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    border-top-color: rgba(0, 0, 0, 0.3);
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    position: fixed;
    z-index: 1;
}

#app-container {
    background: url(../img/shapebg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vh;
}

#app-container main {
    padding: 130px 60px 40px 190px;
    margin: 0 !important;
}

.breadcrumb-container .breadcrumb-item a {
    font-style: italic;
    font-size: 15px;
    color: #fff;
}

.breadcrumb-container .breadcrumb-item .current {
    color: #b8d4e0;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #eee;
    content: "/";
}

/******************* Sidebar Styles **************************/
.topdropdown .dropdown-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: .75rem 1.5rem;
    font-size: .8rem !important;
}

.topdropdown .dropdown-item i {
    font-size: 17px;
    font-weight: 700;
    padding-right: 5px;
}

#sidebar-nav {
    top: 40px;
    padding-top: 130px;
}

#sidebar-nav .sub-menu {
    background: transparent;
    box-shadow: none;
}

#sidebar-nav .main-menu {
    background: transparent;
    height: 550px;
    overflow: scroll;
}

#sidebar-nav .main-menu li {
    background: #fff;
    margin-bottom: 10px;
    border-radius: 0px 4px 4px 0px;
}

#sidebar-nav .main-menu ul li.active:after {
    background: #5F89DD;
    height: 112px;
}

#sidebar-nav .main-menu ul li a {
    font-weight: 700;
    font-size: 12px;

}

#sidebar-nav .main-menu ul li a:hover {
    background: #dde2e6;
    text-decoration: none;
}

.notify-profile {
    cursor: pointer;
}

.profilepic {
    position: absolute;
    top: -50px;
    z-index: 4;
    left: -20px;
    width: 150px;
}

#sidebar-nav .main-menu li i {
    font-size: 37px;
    font-weight: 700;
    color: #104978;
    margin-bottom: 5px;
    text-shadow: 1px 0 #104978;
}

#inner-submenu ul {
    background: #fff;
    margin-bottom: 0;
}

#inner-submenu li {
    color: #104978;
    cursor: pointer;
    font-weight: 700;
    font-size: 12px;
    padding: 10px 0;
    margin-bottom: 0;
    margin-left: 10px;
}

#inner-submenu .dropdownList a {
    color: #104978;
    cursor: pointer;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 10px 25px;
    border-bottom: 1px solid #ccc;
}

#inner-submenu .dropdownList a:hover {
    background: #dde2e6;
}

#inner-submenu .dropdownList i {
    color: #104978;
    font-size: 14px;
    padding-right: 5px;
    font-weight: 600;
}

#Password-modal .modal-content {
    border-radius: 4px;
}

#Password-modal .modal-dialog {
    margin: 100px auto;
}

#Password-modal .modal-header {
    padding: 10px;
    background: #104978;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    color: #fff;
    display: block;
}

#Password-modal .modal-body {
    padding: 10px;
}

#Password-modal .card {
    padding: 20px;
}

#Password-modal .modal-header h4 {
    text-align: right;
    font-size: 13px;
    padding-right: 40px;
}

#passwordrest label {
    padding: 0 4px;
    font-weight: 600;
}

#passwordrest .form-group {
    padding: 0;
    margin-bottom: 20px;
}

.btnsection {
    text-align: right;
}

#passwordrest h5 {
    text-align: right;
    color: #104978;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 15px;
    margin-bottom: 40px;
}

.modalclosebtn {
    position: absolute;
    right: 0;
    top: 0px;
    border-radius: 50%;
    background-color: #f8f9fa !important;
    /* text-align: center; */
    width: 35px;
    height: 35px;
    line-height: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

/************* Modal ************/
#basicmodals .modal-content {
    border-radius: 4px;
}

#basicmodals .modal-dialog {
    margin: 100px auto;
}

#basicmodals .modal-header {
    padding: 10px;
    background: #104978;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    color: #fff;
    display: block;
}

#basicmodals .modal-header h4 {
    font-size: 13px;
    text-transform: uppercase;
    display: inline;
}

#basicmodals .modal-body {
    padding: 10px;
}

#basicmodals .card {
    padding: 20px;
}

#basicmodals .modal-footer {
    border-top: none;
}

#basicmodals .close {
    color: #fff;
}

/******************* Dashboard **************************/
.dashboardbox {
    background: #0C324A;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

.flexdisplay {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.flexdisplay i {
    font-weight: 700;
    font-size: 55px !important;
}

.flexdisplay p {
    font-weight: 700;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 25px;
}

.txtdashboard {
    padding: 0 20px;
    color: #ccc;
    font-size: 0.90rem !important;

}

.inner-light-box .col-md-3:nth-child(2) .dashboardbox {
    background: #104978;
}

.inner-light-box .col-md-3:nth-child(3) .dashboardbox {
    background: #15689A;
}

.inner-light-box .col-md-3:nth-child(4) .dashboardbox {
    background: #1390DB;
}

.numbercircle {
    position: absolute;
    bottom: -20px;
    right: -20px;
    display: flex;
    align-items: center;
}

.numbercircle .dnum span {
    color: #8E3C9D;
    background: #fff;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    width: 85px;
    display: table-cell;
    line-height: 85px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-weight: 700;
    font-size: 38px;
}

.inner-light-box {
    background: rgba(255, 255, 255, 0.43);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 50px;
    min-height: 500px;
}

.userprofile {
    display: flex;
    cursor: pointer;
    align-items: center;
}

.userprofile .name {
    padding: 0 8px;
    font-size: 15px;
    color: #fff;
}

.userprofile i {
    font-size: 20px;
    font-weight: 900 !important;
    color: #104978;
    border: 1px solid;
    border-radius: 50%;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    text-shadow: 1px 0 #104978;
}

.prevspecificla {
    margin-bottom: 10px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

/******************** Default Button *************************/
.uploadbtns {
    cursor: pointer;
    background: #104978 !important;
    color: #fff !important;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 10px 15px !important;
    font-size: 12px !important;
    font-weight: 200;
    border-radius: 4px !important;
    outline: initial !important;
    box-shadow: none !important;
    border: 1px solid #104978 !important;
    text-transform: uppercase;
    min-width: 140px;
    font-weight: 500;
    line-height: 1.5em !important;
    text-decoration: none !important;
}

.uploadbtns {
    cursor: pointer;
    background: #104978 !important;
    color: #fff !important;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 10px 15px !important;
    font-size: 12px !important;
    font-weight: 200;
    border-radius: 4px !important;
    outline: initial !important;
    box-shadow: none !important;
    border: 1px solid #104978 !important;
    text-transform: uppercase;
    min-width: 140px;
    font-weight: 500;
    line-height: 1.5em !important;
    text-decoration: none !important;
}

.button-history-view {
    margin-top: 15px;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1rem;
    background: #787f88;
    padding: 10px 15px;
    border: none;
    outline: none;
    display: inline-block;
    transition: all .3s;
    border-radius: 4px !important;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.btnround {
    margin-top: 15px;
    border-radius: 4px !important;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.btnround:hover {
    border: none !important;
}

/******************* Inner pages **************************/
.zerop {
    padding: 0 !important;
}

.padding35 {
    padding: 35px;
}

#formtabs {
    padding: 0 60px 20px 60px;
}

#formtabs .info-text {
    color: #104978;
}

.fomcard {
    padding: 10px 60px;
}

.recallpanel {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 30px;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: .5rem;
}

input[type=text]:read-only, input:disabled {
    background: #eee;
}

.subsections {
    margin: 30px auto;
}

.remark-panel {
    /*padding: 30px;*/
    width: 750px;
    margin: 10px auto;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04);
}

.assigntable {
    padding: 0 40px;
}

.assigntable span {
    color: #104978 !important;
    font-size: 14px;
}

.remark-panel label {
    display: inline-block;
    margin-bottom: 1rem;
    color: #104978 !important;
}

.remark-panel textarea {
    border-radius: .1rem;
    width: 100%;
    outline: initial !important;
    box-shadow: none !important;
    font-size: .8rem;
    padding: 10px;
    line-height: 1.5;
    border: 1px solid #104978;
    color: #104978 !important;
}

.wrapper {
    position: relative;
    max-width: 1080px;
    margin: 50px auto;
}

.main-card {
    padding: 0;
    border-radius: 4px !important;
    background: #fafafa !important;
    border: none !important;
}

.topbar {
    background: #104978;
    width: 100%;
    height: 90px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

.topmain-title {
    height: auto;
}

.topmain-title h5 {
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}

#innerbox {
    padding-top: 0;
}

.search-area {
    min-height: 450px;
}

.topsearchbtn {
    padding: 0 !important;
}

.searchiconbox {
    padding: 0;
}

#dropdiv {
    position: relative !important;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04);
    border: none;
}

.righttext {
    text-align: right;
}

.cardpanel {
    padding: 10px;
}

.searchbelow {
    margin: 0;
}

.bottomcards {
    margin-top: 30px;
    padding: 30px;
}

.masterfilesbtn {
    border-radius: 4px !important;
}

.searchcard {
    padding: 40px 20px 30px 20px;
    width: 100%;
}

.innercard {
    margin: auto;
}

.form-control:disabled {
    background: #eee !important;
}

#master-search-results-container {
    padding: 0;
}

#dropdowncaret {
    margin-left: 10px;
    padding: 10px;
}

.pright0 {
    padding-left: 10px;
    padding-right: 0;
}

.inner-wizard-card {
    position: absolute;
}

.wizardstyles {
    top: -50px;
    padding: 0 45px;
}

.wizardstyles #navpills {
    background-color: #6c757d;
}

#navpills .wizardtabs {
    padding: 25px;
}

#navpills .wizardtabs a {
    color: #fff !important;
}

.wizard-card .moving-tab {
    background-color: #0C324A !important;
    padding: 27px !important;
    width: 525px !important;
    padding-left: 50px !important;
}

.wizard {
    max-width: 620px;
    margin: 0 auto;
}

.wizardtabs {
    padding: 10px;

}

.wizardtabs a {
    cursor: auto
}

.searchicons {
    font-weight: 700;
    font-size: 15px;
    width: 37px;
}

.wizard-card .moving-tab {
    background-color: #104978;
    box-shadow: 0 16px 26px -10px rgba(39, 87, 176, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(39, 87, 176, 0.2);
}

/* Accordian menu */
.accordion-container {
    position: relative;
    width: 100%;
    height: auto;
}

.accordion-container > h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
}

.set > a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.set > a i {
    float: right;
    margin-top: 2px;
}

.set > a.active {

}

.accordion-container .content {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: none;
}

.accordion-container .content p {
    padding: 10px 15px;
    margin: 0;
    color: #333;
}

.wizard__header-content {
    position: absolute;
    width: 100%;
    padding: 0 50px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
}

.wizard__header-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(77, 99, 123, 0.6);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.wizard__title {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0;
}

.wizard__subheading {
    text-transform: uppercase;
    margin: 0;
    font-size: .8rem;
    font-weight: 100;
    letter-spacing: 2px;
}

.wizard-footer {
    padding: 0 65px !important;
}

.wizard__subheading span {
    font-weight: 600;
}

.wizard__steps {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(50%);
    z-index: 10;
}

.wizard__footer {
    padding: 0 50px 50px;
    border-radius: 5px;
}

.wizard__content {
    background: #FFF;
    box-shadow: 0px 0px 10px #c5c5c5;
    border-radius: 5px;
}

.wizard__congrats-message {
    color: #676767;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.wizard.completed .wizard__content {
    animation: gettingOut 2s cubic-bezier(1, -0.71, 1, 1.16) forwards;
}

.wizard.completed .wizard__congrats-message {
    animation: fadeIn 2s cubic-bezier(1, -0.71, 1, 1.16) forwards;
}

.masterform .form-control {
    border-radius: .1rem;
    height: auto;
    outline: initial !important;
    box-shadow: none !important;
    font-size: .8rem;
    padding: 10px;
    line-height: 1.5;
    border: 1px solid #104978;
    background-image: linear-gradient(#fff, #fff);
    color: #104978 !important;
}

.form-group.is-focused .form-control {
    background-image: linear-gradient(#fff, #fff) !important;
}

.select2-selection__rendered {
    min-height: 41px;
    border-radius: .1rem;
    height: auto;
    outline: initial !important;
    box-shadow: none !important;
    font-size: .8rem;
    padding: 10px !important;
    line-height: 1.5 !important;
    border: 1px solid #104978 !important;
    background-image: linear-gradient(#fff, #fff) !important;
    color: #104978 !important;
}

.p0 {
    padding-right: 10px;
    padding-left: 10px;
}

.form-row {
    margin-bottom: 30px;
}

.select2-container--default .select2-selection--single {
    border: none !important;
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
}

.masterform select {
    height: 41px !important;
}

.topinput {
    margin-bottom: 25px;
}

.masterform .form-group {
    margin-top: 10px;
}

.masterform label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #104978 !important;
    position: absolute;
    top: -10px;
    left: 15px;
    z-index: 2;
    background: #fff;
    padding: 0 4px;
    font-weight: 600;
    font-size: 14px;
}

.line {
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: -1;
    height: 6px;
    transition: all 0.5s ease;
}

.line.-start {
    left: 0%;
    background: #5094de;
    width: 50%;
}

.line.-end {
    left: 50%;
    background: #5094de;
    width: 50%;
}

.line.-background {
    background: #c3c3c3;
    width: 100%;
}

.line.-progress {
    background: #5094de;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left center;
}

.line.-in-progress {
    transform: scaleX(1);
}

.panels {
    position: relative;
    overflow: hidden;
}

.panel {
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s all;
    padding: 50px;
}

.panel__header {
    margin-bottom: 30px;
}

.panel__title {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0;
}

.panel__subheading {
    font-size: .9rem;
    line-height: 1.2rem;
    margin: 0;
}

.panel.movingOutBackward {
    transform: translateX(-620px);
}

.panel.movingOutFoward {
    transform: translateX(620px);
}

.panel.movingIn {
    transform: translateX(0);
}

.steps {
    position: relative;
    display: flex;
    flex: 0 1 auto;
    color: #fff;
}

.step {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
}

.step__content {
    position: relative;
    z-index: 2;
}

.step__number {
    font-size: 1.3rem;
    color: #676767;
    background: #FFF;
    font-weight: 800;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    border-radius: 50%;
    border: 5px solid #c3c3c3;
    transition: opacity .5s;
    opacity: 1;
    z-index: 5;
}

.step.-completed .step__number {
    opacity: 0;
}

.step.-completed .checkmark {
    z-index: 0;
    animation: fill .4s ease-in-out forwards, scale .3s ease-in-out .6s both;
}

.step.-completed .checkmark__check {
    animation: stroke .5s linear .4s forwards;
}

.step.-completed .line {
    transform: scaleX(1);
}

.step:last-child .line {
    width: 50%;
}

/*noinspection ALL*/
.checkmark {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #75b2f5;
    z-index: -1;
}

/*noinspection ALL*/
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 8;
    stroke-miterlimit: 10;
    stroke: #5094de;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

/*noinspection ALL*/
.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 40;
    stroke-dashoffset: 40;
    stroke: #FFF;
    stroke-width: 5;
}

.masterfiledetails .righttext {
    float: right;
    color: #fff;
    font-size: 15px;
    padding: 20px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 0;
}

.masterfiledetails .lefttext {
    display: inline-block;
}

.tabcard {
    box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04);
    border: none;
    padding: 30px 20px;
}

.detailstable tr td b {
    color: #0C324A;
    font-weight: 700;
}

.detailstable tr {
    border-bottom: 1px solid #bdc8dc;
}

.databocx {

}

.actions {
    padding: 30px 10px;
}

.detailstable td {
    border: none;
}

.masterfiletabs li {
    background: #0C324A;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px 15px 3px 3px;
    margin: 0 5px;
}

.masterfiletabs li a {
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.masterfiletabs li a:hover {
    color: #FFFFFF !important;
}

.masterfilerow {
    width: 100%;
    margin: 0;
}

.masterfiletabs .nav-link.active {
    background: #fff;
    color: #0C324A;
    font-weight: 800;
}

.masterfiletabs .nav-link.active:hover {
    color: #0C324A !important;
}

.masterfiletabs .nav-link.active:before {
    top: 40px;
}

.btnalign1 {
    float: right;
    background: linear-gradient(90deg, #3693ce 0.03%, #104978 80.06%);
}

.btnalign2 {
    float: right;
    background: linear-gradient(90deg, #3693ce 0.03%, #104978 80.06%);
}

.btn:active {
    background: linear-gradient(90deg, #3693ce 0.03%, #104978 80.06%);
    color: white;
}

table thead th {
    color: #145388;
    border-bottom: 2px solid #145388 !important;
    font-weight: 600;
    font-size: 14px !important;
}

#historyPage .modal-dialog {
    max-width: initial;
}

#historyPage table thead th, #historyPage table td {
    font-size: 12px !important;
}

table {
    margin: 15px 0;
}

table td {
    font-size: 14px !important;
    color: #104978 !important;
    padding: 10px 20px !important;
}

.btn.btnshape {
    border-radius: 3px;
}

.persontxt {
    color: #fff;
    padding: 12px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.remarkform {
    padding: 20px 30px;
}

.btn:hover {
    border: 1px solid #104978;
    color: #fff;
}

.button {
    cursor: pointer;
    font-size: 1rem;
    line-height: 1rem;
    background: #5094de;
    color: #FFF;
    padding: 10px 15px;
    border: none;
    outline: none;
    display: inline-block;
    transition: all .3s;
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    padding: 10px;
}

/* .button:hover {
  background: #7baee6;
} */
.button.previous {
    margin-right: 5px;
}

.button.disabled {
    background: #c3c3c3;
    cursor: default;
}

@keyframes stroke {
    to {
        stroke-dashoffset: 0;
    }
}

/*noinspection ALL*/
@keyframes scale {
    50% {
        transform: translateX(-50%) scale3d(1.5, 1.5, 1.5);
    }
    100% {
        transform: scale3d(0);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #75b2f5;
    }
}

@keyframes gettingOut {
    0% {
        transform: translateY(0%);
    }
    30% {
        transform: translateY(100px);
    }
    100% {
        transform: translateY(-200%);
    }
}

@keyframes fadeIn {
    100% {
        opacity: 1;
    }
}

.wizard-card[data-color="purple"] .form-group .form-control {
    background-image: linear-gradient(#f8f9fa, #f8f9fa), linear-gradient(#D2D2D2, #D2D2D2);
}

/* custom tile */

.custile {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    background: white;
    border: 1px solid #501E5C;
}

.btn.custilebtn {
    height: 9vh;
    width: 12vh;
    font-size: 18px;
    color: white;
    background: linear-gradient(90deg, #8F3685 0.03%, #501E5C 80.06%);
    /* box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25); */
    border-radius: 1.2px 12px 12px 0;
}

.btn.custilebtn:hover {
    color: #501E5C;
}

.csize {
    padding: 7px 21px 6px;
}

/* (1366x768) WXGA Display */
@media screen and (max-width: 1366px) {
    .btn.custilebtn {
        height: 10.3vh;

    }
}

/**************************** Scrollbar *********************************/

::-webkit-scrollbar {
    width: 15px; !important;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f100;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0C324A;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #104978;
}

.t-title {
    display: block;
    position: relative;
    border-bottom: 1px solid #104978;
    margin-bottom: 50px;
}

.t-title h5 {
    display: inline-block;
    position: relative;
    margin: 0;
    background: #fff;
    bottom: -8px;
    padding-right: 7px;
    font-size: 14px;
    font-weight: 600;
}

.form-column {
    margin-left: 15px;
    margin-top: 30px;
}

.h6-header {
    color: #104978;
    font-weight: bold;
}

.uploadbtns2 {
    cursor: pointer;
    background: #104978 !important;
    color: #fff !important;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 10px 15px !important;
    font-size: 12px !important;
    font-weight: 200;
    border-radius: 4px !important;
    outline: initial !important;
    box-shadow: none !important;
    border: 1px solid #104978 !important;
    text-transform: uppercase;
    /*  min-width:140px;*/
    font-weight: 500;
    line-height: 1.5em !important;
}

.card-final-report {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    padding-bottom: 1px;
}

.tab-width {
    width: 200px;
}

.select-font {
    font-family: Arial;
}

.custom-label {
    width: 200px;
    padding-left: 60px;
}

.fr-history-btn {
    padding-left: 60px;
}

.error {
    color: red;
}

.th-head-action {
    width:300px;
}

select {
    font-family: sans-serif !important; /* Adding this because default font Nunito has bug in dropdowns*/
}

.default-cursor {
    cursor: default;
}

.td-white-space {
    white-space: nowrap;
}

.over-flow {
    overflow-x: auto;
    overflow-y: auto;
}

.padding-top-fr {
    padding-top: 3%;
}

.padding-top-5 {
    padding-top: 5%;
}

.padding-top-5 {
    padding-top: 5%;
}

.btn-margin-imp {
    margin: auto !important;
}

.td-nowrap {
    white-space: nowrap;
}

.btn-margin-top-auto {
    margin-top: auto !important;
}

.vertical-align-middle {
    vertical-align:middle !important;
}

.tab-scroll {
    max-height: 550px; overflow: scroll;
}

.assign-tab-colour {
    background-color: dimgray !important;
}

.cursor-auto {
    cursor: auto; !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.overflow-xy {
    overflow-x: auto;
    overflow-y: auto;
}
