@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:400, 600, 700|Open+Sans:400, 600, 700&display=swap");

*,
:after,
:before {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body,
html {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    font-size: 14px;
    /* font-family: 'Lato' */
}

.h2,
h2 {
    font-size: 1.6em;
}

:focus {
    outline: 0 !important;
}

a {
    color: inherit;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #eb6400 !important;
    ;
    text-decoration: underline;
}

a:active,
a:focus,
a:link,
a:visited,
*:focus,
*:active,
*:visited {
    outline: 0 !important;
    /*border: none;*/
    text-decoration: none !important;
    -moz-outline-style: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

button,
input {
    overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

b,
strong {
    font-weight: 700 !important;
}

.form-control:focus,
input:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
input[type="checkbox"]:focus-visible {
    box-shadow: none;
    outline: none;
}

.pad0 {
    padding: 0;
}

.text-center {
    text-align: center;
}

.mt0 {
    margin-top: 0px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt50 {
    margin-top: 50px;
}

.mt35 {
    margin-top: 35px !important;
}

.mb20 {
    margin-bottom: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml0 {
    margin-left: 0 !important;
}

.mr0 {
    margin: 0;
}

.mr10 {
    margin-right: 10px;
}

.mt90 {
    margin-top: 90px;
}

.pt25 {
    padding-top: 25px !important;
}

.container {
    width: 95% !important;
    max-width: 95% !important;
}

.bg-color {
    background-color: #f4f6fb;
}

.orange-text {
    color: #ff8603;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.text-right {
    text-align: right;
}

.whitearrow {
    background: url(../images/icon-sprits.svg) no-repeat;
    background-position: -37px -9px;
    height: 15px;
}

.btn-orange {
    color: #fff;
    background-color: #ff8603;
    border-color: #ff8603;
    margin: 0 10px;
}

.btn-orange:hover {
    color: #fff !important;
    background-color: #fb4d4d;
}

.btn-primaryBlue {
    background-color: #2b2e8c !important;
    border-color: #2b2e8c !important;
    outline: none !important;
}

.btn-primaryBlue:hover {
    background-color: #373cd3 !important;
    border-color: #373cd3 !important;
    outline: none !important;
}

.navbar {
    background-color: #fcb017;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10);
    padding: 5px 45px;
    height: 60px;
}

.nav-item .nav-link {
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
}

.nav-item .nav-link .tabicon {
    margin-right: 8px;
}

.nav-item .nav-link .tabicon .fa {
    font-size: 16px;
}

/* .nav-item .nav-link:after{
    content: '';
    display: block;
    height: 2px;
    background: #FBC02D;
    transform: scaleX(0);
    transition: transform .3s;
    width: 24px;
    margin-left:35px; 
} */
.nav-item .nav-link:hover:after {
    transform: scaleX(1);
    transition: transform .3s;
}

.nav-item .nav-link span:last-child {
    margin-top: 5px;
    display: inline-block;
}

@media only screen and (min-width: 1025px) {
    .Loginbox {
        width: 35%;
        margin: 0 auto;
        max-width: 768px;
    }
}

.Loginbox,
.box {
    background-color: #ffffff;
    /*box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .4);*/
    box-shadow: rgb(0 0 0 / 20%) 0px 10px 30px;
    border: 0;
    padding: 20px 30px;
    border-radius: 0;
    position: relative;
}

.breadcrum li {
    float: left;
    color: #918e85;
    font-size: 12px;
    margin-right: 7px;
}

.breadcrum li a {
    color: #918e85;
    vertical-align: middle;
}

.breadcrum li a .fa {
    margin-top: 4px
}

.main-title {
    font-size: 1.4em;
}

.form-group {
    position: relative;
}

.form-control,
.btn-orange {
    height: 30px;
    padding: 5px;
    font-size: 14px;
}

.searchbox {
    position: relative;
}

.searchbox .search-icon {
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 2px;
    cursor: pointer;
}

/*---Table Css---*/
table {
    border-collapse: unset;
}

.table thead tr {
    background-color: #c9c9c9;
    border-radius: 4px;
}

.table thead th {
    background-color: #c9c9c9;
    position: sticky;
    top: 0;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

/* Th border radius */
.table tr th:nth-child(1) {
    border-radius: 5px 0 0 5px;
}

.table tr th:nth-last-child(1) {
    border-radius: 0 5px 5px 0;
}

.table tbody td,
.table thead th {
    border: 0;
}

.table-responsive.tblheight {
    height: 380px;
    overflow-y: scroll;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-button {
    background: #c9c9c9;
}

::-webkit-scrollbar-track-piece {
    background: #c9c9c9;
}

::-webkit-scrollbar-thumb {
    background: #ff8603;
    border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-track {
    margin-top: 50px
}

.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-button {
    background: transparent;
}

button .gj-icon {
    color: #ff8603 !important;
    top: 4px !important;
}

.gj-picker-bootstrap table tr td.today div {
    color: #fff !important;
    background-color: #ff8603 !important;
    font-weight: 700;
    border-radius: 4px;
}

.gj-picker-bootstrap table tr td.focused div,
.gj-picker-bootstrap table tr td.gj-cursor-pointer div:hover {
    background: #fff0b7 !important;
    border-radius: 4px;
    color: #212529;
}

/*---radio button ----*/
.radio input[type="radio"] {
    display: none;
}

.radio input[type="radio"] {
    opacity: 0;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 0.32rem;
    padding: 0 0.32rem 0 2.19rem;
}

.radio label:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 17px;
    height: 17px;
    margin-left: 0.63rem;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
    margin-left: 0.63rem;
}

button,
input {
    overflow: visible;
}

footer.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    z-index: 1111;
    height: 30px;
}

.nav-tabs {
    border: 0;
}

.MainTab .nav-item {
    width: 18%;
    margin: 0 1%;
    text-align: center;
}

.MainTab .nav-item .nav-link {
    font-size: 15px;
    text-transform: uppercase;
    color: #000000;
    width: 100%;
    margin: 0 1%;
    min-height: 50px;
    border-radius: 0;
    background: #fff;
    text-align: left;
    position: relative;
}

.MainTab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    background-color: #fff;
    border-color: #ff8603;
    box-shadow: rgb(0 0 0 / 20%) 0px 10px 30px;
}

.MainTab .nav-item .nav-link img {
    width: 25px;
    float: left
}

.MainTab .nav-item .nav-link span {
    margin-left: 10px;
}

.MainTab .nav-item .nav-link:after {
    margin-left: 35px;
}

.nav-tabs .nav-link.active:after {
    /* border-right: solid 15px transparent;
  border-left: solid 15px transparent; */
    border-top: solid 15px #e15915;
    transform: translateX(-50%);
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 120px;
    height: 0;
    width: 0;
    background: transparent;
    margin-left: 0px !important;
}

.clicks {
    text-align: right;
    margin: 5px;
}

.clicks .count {
    font-size: 1.3em;
    color: #e15915;
    /*animation: animate 1s linear infinite;*/
}

.clicks small {
    text-transform: lowercase;
}

@keyframes animate {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 0.9;
    }
}

/*----- responsive -----*/
.navbar-toggler {
    /* background-color: #ff8603; */
    color: #fff;
}

@media (min-width: 768px) {}

@media screen and (max-width:768px) {
    .navbar {
        padding: 5px 10px;
    }

    .form-group {
        margin-bottom: 1rem;
    }

    .searchbox {
        float: left;
    }

    .table tbody td,
    .table thead th {
        padding: 5px;
    }

    .btn-orange {
        margin: 0 6px;
        margin-bottom: 70px;
    }

    .MainTab .nav-item {
        width: 100%;
        margin: 1% 0;
    }
}

@media screen and (max-width:991px) {}

@media screen and (max-width:1200px) {}

@media screen and (max-width:576px) {}

@media screen and (max-width:1399px) {}



.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>a:after {
    content: "\f0da";
    float: right;
    border: none;
    font-family: 'FontAwesome';
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

@media (min-width: 991px) {
    .dropdown-menu {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.form-control {
    display: block;
    width: 100%;
    height: 38px !important;
    /*height: calc(2.25rem + 2px);*/
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-bottom: 1px solid #bfc3ce;
    border-radius: 0;
    /*transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
}

.form-control {
    border: 0;
    padding: 7px 0;
    border-bottom: 1px solid #ccc;
}

.form-control~.focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #3399FF;
    transition: 0.4s;
}

.form-control:focus~.focus-border {
    width: 100%;
    transition: 0.4s;
}

.form-group i {
    position: absolute;
    left: 0;
    top: 9px;
    width: 25px;
    height: 25px;
    margin-top: -1px;
}

.form-group i.user-icon {
    background: url(../images/user.png) no-repeat;
    filter: sepia(1);
}

.form-group i.password-icon {
    background: url(../images/password.png) no-repeat;
    filter: sepia(1);
}

.page-heading {
    text-align: center;
}

.page-heading h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin: 20px 0;
}

.page-heading h3:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    padding-top: 10px;
    border-bottom: 2px solid #f0870b;
}

/*.Loginbox .form-group {
    margin: 1.5rem;
    margin-top: 0;
}*/
.Loginbox .text-error {
    color: red;
    text-align: left;
    float: left;
    margin-left: 25px;
}

.Loginbox .form-control {
    padding: 7px 0 7px 30px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-orange {
    color: #fff;
    background-color: #fb4d4d;
    border-color: #fb4d4d;
    height: 36px;
    width: 100%;
}

.Loginbox .btn-orange {
    width: 95%;
}

.bdr {
    border-bottom: 1px solid #ff8603;
    margin-bottom: 15px;
}