/*--Main Stylehseet---*/
/*html body.bg-full-screen-image {*/
/*    background: url("../images/samras-3.jpg") center center no-repeat fixed;*/
/*    background-size: cover;*/
/*}*/
body, caption {
    color: #444;
}
h1,h2,h3,h4,h5,h6 {
    color: #121212;
}
html body .content .content-wrapper {
    padding: 1rem 1rem;
}
html body .pace .pace-progress {
    background: #198f8f;
}
body.bg-full-screen-image {
    background: url(../images/bg2.jpg) center right no-repeat fixed !important;
    background-position: center;
    background-size: 100% !important;
}
    body.bg-full-screen-image::before {
        content: '';
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -3;
        background: linear-gradient(30deg, #2d8c8d, #1d2b36);
        opacity: 0.8;
    }

body .carousel::before {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0,0,0,.45);
}
.carousel {
    position: fixed; left: 0;right: 0;top: 0;bottom: 0;z-index: -1;
}
.carousel-inner .carousel-item {
    transition: -webkit-transform 2.5s ease-in-out;
    transition: transform 2.5s ease-in-out;
    transition: transform 2.5s ease-in-out, -webkit-transform 2.5s ease-in-out;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999;
}
input.form-control::-moz-placeholder,
textarea.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #999;
}
input.form-control:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #999;
}
input.form-control:-moz-placeholder,
textarea.form-control:-moz-placeholder { /* Firefox 18- */
    color: #999;
}

.card-header, .card-body, .card-footer {
    padding: 1rem;
}
.card-header .heading-elements, .card-header .heading-elements-toggle {
    top: 15px;
    right: 15px;
}
.card .card-title {
    font-weight: 600;
}
form label {
    font-weight: 600;
}
.form-control {
    height: calc(2.3rem + 0px);
    padding: .25rem 1rem;
}
.form-control-position {
    line-height: 2.3rem;
}
.form-control:focus {
    border-color: #98d2d2;
    box-shadow: 0 0 0 0.2rem rgba(25, 143, 143,0.30);
    -moz-box-shadow: 0 0 0 0.2rem rgba(25, 143, 143,0.30);
}
.custom-control-label::after, .custom-control-label::before {
    width: 1.2rem;
    height: 1.2rem;
}
.custom-control-label::before {
    border: 1px solid #198f8f;
    background: #fff;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #FFF;
    background-color: #198f8f !important;
}
.btn {
    padding: .55rem 1rem;
}
.table td, .table th {
    padding: 0.5rem 1rem
}
.table .thead-light th {
    color: #FFF;
    background: rgb(0, 119, 119) !important;
    border-color: #818A91;
}
.table td {
    font-size: 13px
} 
.table-striped > thead > tr > th {
    background: rgb(0, 119, 119) !important;
    color: #fff;
}
.table-hover tbody tr:hover, .table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
.table-hover tbody tr:hover, .table-striped tbody tr:nth-of-type(even) {
    background: rgba(242, 249, 249,1) !important;
}

/*.table-hover tbody tr:hover, .table-striped tbody tr:nth-of-type(odd) {
    background: rgba(242, 249, 249,1) !important;
    background: rgb(210,233,233);
}*/
.table .table  {
    background: #fefefe;
}.table .table-striped tbody tr:nth-of-type(odd) {
    background: rgba(255,255,255);
}
.c-radiobtnlist tbody tr:nth-of-type(odd) {
    background: transparent;
}
.main-menu.menu-dark .navigation > li.active > a {
    border-right-color: #F6BB42;
}
html body a {
    color: #198f8f;
}
html body a:hover {
    color: #2D5D5D;
}
.bg-info {
    background: #198f8f !important;
}
.text-info, .info {
    color: #198f8f !important;
}
.btn.btn-info {
    background: #198f8f !important;
    border-color: #198f8f !important;
}
.btn.btn-info:hover {
    background: #2D5D5D !important;
    border-color: #2D5D5D !important;
}

.btn.btn-danger {
    background: #f3a81b !important;
    border-color: #f3a81b !important;
}

.btn.btn-danger:hover {
    background: #ffa800 !important;
    border-color: #ffa800 !important;
}
.pagination .page-item.active .page-link {
    background: #F6BB42;
    border-color: #F6BB42;
}
.dropdown-item.active, .dropdown-item:active {
    color: #FFF;
    text-decoration: none;
    background-color: #F6BB42;
}
/*--Login-Register--*/
.password-show {
    position: absolute;
    top: 10px;
    right: 10px;
}
#forgot_password {
    display: none;
}
.line-on-side span {
    color: #000;
}
/*---Navbar--*/
.header-navbar .navbar-header .navbar-brand .brand-logo {
    max-width: 100%;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    filter: brightness(0) invert(1);
}
.header-navbar .navbar-header .navbar-brand {
    padding: 5px 0;
}
.brand-logo-2 {
    display: none;
}

.menu-collapsed .brand-logo-2 {
    display: block !important;
    margin: 0 auto;
    height: 50px;
}
body.vertical-layout.vertical-menu.menu-collapsed .navbar .navbar-brand {
    padding: 10px 0;
}
.menu-collapsed .brand-logo {
    display: none !important;
}
.header-navbar .navbar-header {
    height: 4.57em;
}
.main-menu.menu-fixed {
    top: 4.57em;
}
.header-title {
    padding: 1.35rem 0;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}
/*--Wizard Steps--*/
.app-content .wizard > .steps > ul > li.current .step {
    border-color: #198f8f;
    background-color: #FFF;
    color: #198f8f;
}
.app-content .wizard > .steps > ul > li.done .step {
    background-color: #198f8f;
    border-color: #198f8f;
    color: #FFF;
}
.app-content .wizard.wizard-circle > .steps > ul > li:after, .app-content .wizard.wizard-circle > .steps > ul > li:before {
    background: #666;
    top: 37px;
}
.app-content .wizard.wizard-circle > .steps > ul > li:after, .app-content .wizard.wizard-circle > .steps > ul > li:after {
    background: #666;
    top: 37px;
}
.app-content .wizard > .actions > ul > li > a {
    background-color: #198f8f;
}
.app-content .wizard.wizard-circle > .steps .step {
    width: 40px;
    height: 40px;
    line-height: 30px;
    border-width: 4px;
    font-size: 1.2rem;
}
.app-content .wizard > .steps > ul > li a {
    padding-bottom: 20px;
}
li.current a#steps-uid-0-t-0 {
    color: #198f8f;
}
li.current a#steps-uid-0-t-1 {
    color: #1E88E5;
}
li.current a#steps-uid-0-t-1 span.step{
    border-color: #1E88E5;
    color: #1E88E5;
}
li.done a#steps-uid-0-t-1 span.step {
    background: #1E88E5;
    color: #fff;
    border-color: #1E88E5;
}
li.current a#steps-uid-0-t-2 {
    color: #F6BB42;
}
li.current a#steps-uid-0-t-2 span.step{
    border-color: #F6BB42;
    color: #F6BB42;
}
li.done a#steps-uid-0-t-2 span.step {
    background: #F6BB42;
    color: #fff;
    border-color: #F6BB42;
}
li.current a#steps-uid-0-t-3 {
    color: #009699;
}
li.current a#steps-uid-0-t-3 span.step{
    border-color: #009699;
    color: #009699;
}
li.done a#steps-uid-0-t-3 span.step {
    background: #009699;
    color: #fff;
    border-color: #009699;
}
li.current a#steps-uid-0-t-4 {
    color: #FF662E;
}
li.current a#steps-uid-0-t-4 span.step{
    border-color: #FF662E;
    color: #FF662E;
}
li.done a#steps-uid-0-t-4 span.step {
    background: #FF662E;
    color: #fff;
    border-color: #FF662E;
}
li.current a#steps-uid-0-t-5 {
    color: #626E82;
}
li.current a#steps-uid-0-t-5 span.step{
    border-color: #626E82;
    color: #626E82;
}
li.done a#steps-uid-0-t-5 span.step {
    background: #626E82;
    color: #fff;
    border-color: #626E82;
}
li.current a#steps-uid-0-t-6 {
    color: #A34DBA;
}
li.current a#steps-uid-0-t-6 span.step{
    border-color: #A34DBA;
    color: #A34DBA;
}
li.done a#steps-uid-0-t-6 span.step {
    background: #A34DBA;
    color: #fff;
    border-color: #A34DBA;
}
li.current a#steps-uid-0-t-7 {
    color: #DA4453;
}
li.current a#steps-uid-0-t-7 span.step{
    border-color: #DA4453;
    color: #DA4453;
}

li.done a#steps-uid-0-t-7 span.step {
    background: #DA4453;
    color: #fff;
    border-color: #DA4453;
}
/*----Select 2---*/
.select2-container--classic .select2-results__options .select2-results__option[aria-selected=true], .select2-container--default .select2-results__options .select2-results__option[aria-selected=true] {
    background-color: #198f8f!important;
    color: #FFF!important;
}
.select2 {
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #5A5A5A;
    line-height: 20px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #198f8f !important;
    border-color: #0D6AAD !important;
    padding: 0 6px !important;
    font-size: 14px;
}
.select2-container--classic .select2-selection--single, .select2-container--default .select2-selection--single {
    height: 32px !important;
    padding: 5px;
    border-color: #D9D9D9 !important;
}
/*--Registeration Detais--*/
.notice-list li > p{
    font-size: 14px;
}
/*--Form--*/
.form-horizontal .py-1.row.border-bottom {
    border-color: #ccc !important;
}
/*.form-horizontal .py-1.row.border-bottom:last-child {*/
/*    border-bottom: none !important;*/
/*}*/
.form-horizontal.form-bordered {
    border: 1px solid #ccc;
}
div.form-horizontal > .form-group.row {
    border-bottom: 1px solid #ccc;
    margin: 0;
    background: #f6f6f6;
}
.form-horizontal .form-group.row:last-child {
    border-bottom: none;
}
.control-label {
    text-align: left !important;
    margin: 0;
    padding: 7px 10px !important;
    border-right: 0px solid #ccc;
    border-left: 0px solid #ccc;
    font-weight: 600;
}

.control-form {
    padding: 7px 15px;
    background: #fff;
    border-left: 1px solid #ccc;
}

.checkbox-inline {
    padding: 5px 0;
}


/*-------Custom Steps Design----*/
/*-------Custom Steps Design----*/
.custom-steps {
    position: relative;
    display: block;
    width: 100%;
}
.c-step-tabs {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
}
.c-step-tabs li.nav-item {
    display: table-cell;
    width: auto;
    vertical-align: top;
    text-align: center;
    position: relative;
    margin-bottom: 0;
}
.c-step-tabs li.nav-item:first-child::before,
.c-step-tabs li.nav-item:last-child::after {
    content: none;
}
.c-step-tabs li.nav-item::before {
    content: '';
    z-index: 9;
    left: 0;
    top: 37px;
    width: 50%;
    height: 5px;
    display: block;
    position: absolute;
    background-color: #F3F3F3;
}
.c-step-tabs li.nav-item::after {
    content: '';
    z-index: 9;
    right: 0;
    top: 37px;
    width: 50%;
    height: 5px;
    display: block;
    position: absolute;
    background-color: #F3F3F3;
}
.c-step-tabs li.nav-item > a {
    position: relative;
    padding-top: 52px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    color: #999;
}
.c-step-tabs li.nav-item > a.active {
    color: #198f8f;
    font-weight: 600;
}
.c-step-tabs li a > .step-count {
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 1.2rem;
    color: #999;
    background: #fff;
    border:  4px solid #F3F3F3;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -24px;
    z-index: 10;
    text-align: center;
}
.custom-header-rose {
  background: linear-gradient(60deg, #ec407a, #f7f7f700);
  color: white !important;
  text-align: left;
  padding: 3px 10px 3px 10px;
  font-weight: 400;
}
.custom-header-primary {
  background: linear-gradient(60deg, #ab47bc, #f7f7f700);
  color: white !important;
  text-align: left;
  padding: 3px 10px 3px 10px;
  font-weight: 400;
}

.custom-header-ryan {
  background: linear-gradient(60deg, #00ffbf, #f7f7f700);
  color: white !important;
  text-align: left;
  padding: 3px 10px 3px 10px;
  font-weight: 400;
}

.custom-header-warning {
  background: linear-gradient(60deg, #ffa726, #f7f7f700);
  color: white !important;
  text-align: left;
  padding: 3px 10px 3px 10px;
  font-weight: 400;
}

.custom-header-blue {
  background: linear-gradient(60deg, #0080ff, #f7f7f700);
  color: white !important;
  text-align: left;
  padding: 3px 10px 3px 10px;
  font-weight: 400;
}

.custom-header-info {
  background: linear-gradient(60deg, #26c6da, #f7f7f700);
  color: white !important;
  text-align: left;
  padding: 3px 10px 3px 10px;
  font-weight: 400;
}

.custom-header-success {
  background: linear-gradient(60deg, #66bb6a, #f7f7f700);
  color: white !important;
  text-align: left;
  padding: 3px 10px 3px 10px;
  font-weight: 400;
}

.custom-header-blue {
  background: linear-gradient(60deg, #0080ff, #f7f7f700);
  color: white !important;
  text-align: left;
  padding: 3px 10px 3px 10px;
  font-weight: 400;
}

.custom-header-error {
  background: linear-gradient(60deg, #ef5350, #f7f7f700);
  color: white !important;
  text-align: left;
  padding: 3px 10px 3px 10px;
  font-weight: 400;
}

.custom-header-gray {
  background: linear-gradient(60deg, gray, #f7f7f700);
  color: white !important;
  text-align: left;
  padding: 3px 10px 3px 10px;
  font-weight: 400;
}
fieldset {
    min-width: 0;
    padding: 10px 0;
    margin: 0;
    border: 0;
}
fieldset.form-group {
    padding: 0 !important;
}
.custom-header-rose {
    background: linear-gradient(30deg, #198f8f, #f7f7f700);
    color: white !important;
    text-align: left;
    padding: 10px;
    font-weight: 500;
}

.custom-header-violet {
  background: linear-gradient(60deg, #f757f7, #f7f7f700);
  color: white !important;
  text-align: left;
  padding: 3px 10px 3px 10px;
  font-weight: 400;
}
.c-step-tabs li a.active > .step-count {
    color: #198f8f;
    font-weight: 400;
    border-color: #198f8f;
    background-color: #FFF;
}
.c-step-tabs li a.completed > .step-count {
    color: transparent;
    font-weight: 400;
    border-color: #13bc7c;
    background-color: #13bc7c;
}
.c-step-tabs li a.error > .step-count {
    color: transparent;
    font-weight: 400;
    border-color: #FF394F;
    background-color: #fff;
}
.c-step-tabs li.nav-item > a.completed {
    color: #13bc7c;
    font-weight: 600;
    position: relative;
}
.c-step-tabs li.nav-item > a.error {
    color: #FF394F;
    font-weight: 600;
    position: relative;
}
.c-step-tabs li a.completed > .step-count::after {
    content: '\f00c';
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    bottom: 0;
    text-align: center;
    font-size: 18px;
    color: #fff !important;
}
.c-step-tabs li a.error > .step-count::after {
    content: '\f00d';
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    bottom: 0;
    text-align: center;
    font-size: 18px;
    color: #FF394F !important;
}
.c-step-tabs li a + .step-name {
    display: block;
}
.blank-page .content-wrapper .flexbox-container {
    height: 100% !important;
    padding: 2rem 0;
}
/*---Media Query--*/
@media (max-width: 767px) {
    .blank-page .content-wrapper .flexbox-container {
        height: 100% !important;
    }
    .header-navbar .navbar-header .navbar-brand .brand-logo {
        width: auto;
        height: 60px;
    }
    .form-horizontal .py-1.row.border-bottom {
        border-bottom: 0 !important;
        padding: 0 !important;
    }
    .form-horizontal .py-1.row.border-bottom .col-md-3 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
}
@media (max-width: 479px) {
    .blank-page .content-wrapper .flexbox-container {
        height: 100% !important;
    }
    .blank-page .content-wrapper {
        margin: 1rem auto;
    }
    #captcha.width-65-per {
        width: 100% !important;
    }
    #captcha.width-65-per + .form-control-position {
        top: 30px;
    }
    .header-navbar .navbar-header .navbar-brand .brand-logo {
        width: auto;
        height: 50px;
    }
    .c-step-tabs li.nav-item {
        display: block;
        float: left;
        width: 100% !important;
    }
    .c-step-tabs li.nav-item:first-child::before,
    .c-step-tabs li.nav-item:last-child::after {
        content: '';
    }
}
@media (max-width: 768px) {
    .app-content .wizard > .steps > ul {
        margin-bottom: 20px
    }

    .app-content .wizard > .steps > ul > li {
        display: block;
        float: left;
        width: 50%
    }

    .app-content .wizard > .steps > ul > li > a {
        margin-bottom: 0;
    }

    .app-content .wizard > .steps > ul > li:first-child:before {
        content: '';
    }

    .app-content .wizard > .steps > ul > li:last-child:after {
        content: '';
        background-color: #967ADC
    }

    .app-content .wizard.vertical > .steps {
        width: 15%
    }
    .c-step-tabs li {
        display: block;
        float: left;
        width: 50% !important;
    }
    .c-step-tabs li.nav-item:first-child::before,
    .c-step-tabs li.nav-item:last-child::after {
        content: '';
    }
}




