/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

 @font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/poppins/Poppins-Regular.ttf'); 
  }
  
  @font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/poppins/Poppins-Medium.ttf'); 
  }
  
  @font-face {  
    font-family: Poppins-Bold;
    src: url('../fonts/poppins/Poppins-Bold.ttf'); 
  }
  
  @font-face {
    font-family: Poppins-SemiBold;
    src: url('../fonts/poppins/Poppins-SemiBold.ttf'); 
  } 
  
.text-bold {
    font-weight: 700;
}

.text-small {
    font-size: 0.9rem;
}

.text-xsmall {
    font-size: 0.8rem;
}

.text-gray {
    color: #868e96;
}

a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

body {
    overflow-x: hidden;
    /* font-family: Poppins-Regular; */
}

body i {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    
}

i {
    display: inline-block;
}

span {
    display: inline-block;
}

.mt-30{
    margin-top: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

i[class*='icon-'] {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}

table {
    font-size: 0.9em;
    color: #666;
}

.btn-xs {
    font-size: 0.7em !important;
    padding: 2px 5px !important;
    border-radius: 2px !important;
}

.badge {
    font-weight: 400;
    border-radius: 0;
}

.badge.badge-primary {
    background: #18bcd1;
}


.page {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
    width: calc(100% - 200px);
    background-color: #fff;
    min-height: 100vh;
    padding-bottom: 50px;
}

.page.active {
    width: calc(100% - 70px);
}

h2 {
    color: #555;
    font-weight: 400;
}

.breadcrumb-holder {
    background: #eceeef;
    box-shadow: 1px 0 8px rgb(0 0 0 / 23%);
}

.breadcrumb-holder .breadcrumb {
    padding: 10px 0;
    font-size: 0.85em;
    font-weight: 500;
    color: #333;
    margin-bottom: 0;
}
.cal-position{
    position: relative;
}
.cal-position i.fa.fa-calendar {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 33px;
    height: 34px;
    background-color: #e9e9e9;
    border-radius: 0px 5px 5px 0px;
    line-height: 35px;
    padding-left: 10px;
}
.pl15{
    padding-left: 15px !important;
}
input.form-control.input-group.date {
    font-size: 16px;
}

.breadcrumb-holder .breadcrumb a:hover,
.breadcrumb-holder .breadcrumb:focus {
    text-decoration: none;
}

.breadcrumb-holder .breadcrumb .container {
    padding: 0;
}

.card {
    margin-bottom: 30px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.card-header h1,
.card-header h2,
.card-header h3,
.card-header h4,
.card-header h5,
.card-header h6 {
    margin-bottom: 0;
}

.card:not([class*="text"]) p {
    color: #888;
}

.display {
    font-weight: 400 !important;
}

.section-padding {
    padding: 3rem 0;
}

.section-no-padding-bottom {
    padding-bottom: 0;
}

section header {
    padding-top: 1rem;
    padding-bottom: 1rem;
}



/*Main NAVBAR*/

nav.navbar {
    background-image: linear-gradient(to right, #1DB9A0 0%, #4d94c4 100%);
    padding: .3rem 0;
}

nav.navbar .side-navbar-wrapper {
    width: 100%;
    height: 100%;
}

nav.navbar .container-fluid {
    width: 100%;
}

nav.navbar .navbar-holder {
    width: 100%;
}

nav.navbar a {
    font-size: .9rem;
    color: #fff;
    position: relative;
}

nav.navbar .badge {
    position: absolute;
    top: 0;
    right: 0;
}

nav.navbar a.language span {
    margin-left: .2rem;
    vertical-align: middle;
}

nav.navbar a.logout i {
    margin-left: 5px;
}

nav.navbar small {
    font-size: 0.75rem;
    color: #999;
}

nav.navbar a.navbar-brand {
    margin-left: 10px;
}

nav.navbar .brand-text {
    text-transform: uppercase;
}

nav.navbar .brand-text strong {
    font-size: 1.5em;
}

nav.navbar .nav-menu {
    margin-bottom: 0;
}

nav.navbar .dropdown-toggle::after {
    border: none !important;
    content: '\f107';
    vertical-align: baseline;
    font-family: 'FontAwesome';
    margin-left: .3rem;
}

nav.navbar .dropdown-menu {
    right: 0;
    left: auto;
    float: left;
    margin-top: 16px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
    padding: 1rem;
}

nav.navbar .dropdown-menu .dropdown-item {
    color: #666;
    padding: 10px;
}

nav.navbar .dropdown-menu .dropdown-item:active {
    color: #fff;
}

nav.navbar .dropdown-menu .dropdown-item:active span,
nav.navbar .dropdown-menu .dropdown-item:active small {
    color: #fff;
}

nav.navbar .dropdown-menu .dropdown-item span {
    color: #777;
}

nav.navbar .dropdown-menu .dropdown-item i {
    margin-right: 5px;
}

nav.navbar .msg-body span,
nav.navbar .msg-body strong {
    display: block;
}

nav.navbar .msg-body span {
    font-size: 0.85em;
}

nav.navbar .msg-profile {
    margin-right: 10px;
    width: 50px;
}

nav.navbar .notification-content {
    font-size: .8rem;
    margin-right: .5rem;
}

nav.navbar a.menu-btn {
    width: 40px;
    height: 30px;
    line-height: 28px;
    background: #2c2c2c;
    color: #fff;
    text-align: center;
    padding: 0 !important;
    border-radius: 3px;
}

nav.navbar a.menu-btn i[class*='icon-'] {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}

nav.navbar a.menu-btn:hover {
    background: #2c2c2c;
}



/*SIDE NAVBAR*/

.side-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    width: 200px;
    text-align: left;
    background: #ffffff;
    color: #fff;
    z-index: 999;
    overflow-y: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: -5px 0px 9px 2px #333
}

.side-navbar .scrolled-wrapper {
    width: 100%;
    height: 100%;
}

.side-navbar.hide {
    left: -70px;
}

.side-navbar a.brand-small {
    text-transform: uppercase;
    font-weight: 500;
    padding: 0;
}

.side-navbar a.brand-small:hover,
.side-navbar a.brand-small:focus {
    background: none;
}

.side-navbar a.brand-small strong {
    font-size: 1.0rem;
}

.side-navbar li {
    position: relative;
}

.side-navbar li a {
    position: relative;
    font-size: .9rem;
    font-weight: 300;
    color: #797979;
    text-decoration: none;
    width: 100%;
    padding: 10px;
}

.side-navbar li a:focus,
.side-navbar li a:hover,
.side-navbar li a[aria-expanded="true"] {
    background: #18bcd1;
    color: #fff;
    text-decoration: none;
}

.side-navbar li a[data-toggle="collapse"]::before {
    content: '\f104';
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 20px;
}

.side-navbar li a[aria-expanded="true"]::before {
    content: '\f107';
    color: #fff;
}

.side-navbar li.active>a {
    background: #0c7caf;
    color: #fff;
}

.side-navbar li li.active>a {
    background: #364e63 !important;
}

.side-navbar li ul {
    background: #f1f1f1;
    position: relative;
    min-width: 100%;
    left: 0;
    padding-left: 0;
}

.side-navbar li ul a {
    padding-left: 20px;
    font-size: .85rem;
}

.side-navbar li ul.collapse a {
    border-left: 2px solid #18bcd1;
    border-bottom: 1px solid #38383817;
}


.side-navbar li ul.collapse a:hover {
    background: #364e63;
}

.side-navbar .sidenav-header {
    background: #18bcd1;
    padding: 11.3px;
    margin-bottom: 0px;
    background-image: linear-gradient(to right, #4d94c4 0%, #1DB9A0 100%);
}

.side-navbar .sidenav-header img {
    width: 50px;
    height: 50px;
}

.side-navbar .sidenav-header span {
    font-size: 0.8em;
    color: #666;
}

.side-navbar .sidenav-header h2 {
    margin: 0px 0 0;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.side-navbar .sidenav-heading {
    font-weight: 700;
    color: #adb5bd;
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.side-navbar i[class*='icon-'] {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

.side-navbar span {
    display: inline-block;
}

.side-navbar i {
    font-size: inherit;
    margin-right: 10px;
}

.side-navbar .badge {
    display: inline-block;
    font-size: 0.6em;
}

.side-navbar .brand-small {
    display: none;
}

.side-navbar.shrink {
    width: 70px;
    text-align: center;
}

.side-navbar.shrink .brand-small {
    display: block;
}

.side-navbar.shrink .sidenav-header-inner {
    display: none;
}

.side-navbar.shrink .sidenav-heading {
    margin-left: 0;
    font-size: .8rem;
}

.side-navbar.shrink ul li a {
    font-size: .7rem;
    padding-left: 5px;
    padding-right: 5px;
}

.side-navbar.shrink ul li a[data-toggle="collapse"]::before {
    content: '\f107';
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    position: absolute;
    top: auto;
    right: 50%;
    bottom: 0;
    left: auto;
}

.side-navbar.shrink ul li a[data-toggle="collapse"][aria-expanded="true"]::before {
    content: '\f106';
}

.side-navbar.shrink ul li ul a {
    padding-left: 10px;
    font-size: .7rem;
}

.side-navbar.shrink i {
    display: block;
    margin-right: 0;
    font-size: 1rem;
}

.side-navbar.shrink .arrow {
    float: none;
    -webkit-transform: none !important;
    transform: none !important;
}

.side-navbar.shrink .badge {
    display: none;
}




/* Malihu Custom Scroll */

.mCSB_scrollTools {
    width: 4px;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0 !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #18bcd1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
    background-color: #18bcd1;
}


/*DASHBOARD COUNTS*/

.dashboard-counts {
    color: #333;
}

.dashboard-counts .count-title span {
    font-size: 0.8em;
    color: #aaa;
    display: block;
}

.dashboard-counts .count-title i {
    font-size: 1.5em;
    color: #18bcd1;
}

.dashboard-counts .icon {
    margin-right: 10px;
}

.dashboard-counts strong {
    font-size: 0.9em;
    font-weight: 500;
    color: #555;
    display: block;
}

.dashboard-counts .count-number {
    font-size: 2.2em;
    font-weight: 300;
}


/*DASHBOARD HEADER*/

.dashboard-header {
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.dashboard-header .check-lists {
    margin-top: 20px;
}

.dashboard-header .check-lists label {
    font-size: 0.75em;
}

.dashboard-header .pie-chart {
    position: relative;
    width: 300px;
    height: 300px;
    max-width: 100%;
    margin: 0 auto;
}

.dashboard-header p {
    font-size: 0.75rem;
    font-weight: 400;
    color: #888;
}

.dashboard-header li {
    margin-bottom: 10px;
}




/*STATISTICS*/



.statistics div[class*='col-'] .card {
    padding: 20px;
    margin-bottom: 0;
    height: 100%;
}

.statistics h2 {
    margin-bottom: 20px;
}

.statistics p {
    font-size: 0.8em;
    color: #999;
    margin-bottom: 5px;
}

.statistics .income .icon {
    font-size: 3.5em;
}

.statistics .income .number {
    font-size: 2.5em;
    color: #555;
}

.statistics .income strong {
    font-size: 1.5em;
}

.statistics .data-usage canvas {
    width: 100%;
    max-width: 200px;
    border: none;
}

.statistics .data-usage strong {
    font-size: 1.5em;
    display: block;
}

.statistics .data-usage small {
    font-size: 0.85em;
    font-weight: 300;
    color: #aaa;
}

.statistics .data-usage span {
    font-size: 0.95em;
    color: #aaa;
    display: block;
}

.statistics .data-usage p {
    margin-top: 10px;
    margin-bottom: 0;
}

.statistics .user-activity .number {
    font-size: 2.5em;
    font-weight: 300;
    color: #555;
}

.statistics .user-activity .progress {
    border-radius: 0;
    background: #f5f5f5;
}

.statistics .user-activity .progress .progress-bar.bg-primary {
    background: #18bcd1 !important;
}

.statistics .user-activity .page-statistics {
    margin-top: 20px;
}

.statistics .user-activity .page-statistics strong {
    display: block;
    text-transform: uppercase;
    color: #18bcd1;
    font-size: 2em;
}



/* UPDATES WIDGETS*/

.updates .left-col {
    padding-right: 20px;
}

.updates .icon {
    margin-right: 10px;
}

.updates li {
    border-bottom: 1px solid #f3f3f3;
    padding: .75rem 1.25rem;
}

.updates .update-date {
    font-size: 1.3em;
    font-weight: 700;
    color: #bbb;
    display: block;
}

.updates span {
    font-size: 0.7em;
    font-weight: 300;
    color: #aaa;
    line-height: 0.5em;
    display: block;
}

.updates strong {
    font-weight: 400;
    color: #555;
    font-size: 0.9em;
}

.updates small {
    font-size: 0.75em;
}

.updates a {
    color: #555;
}

.updates a:hover,
.updates a:focus {
    color: #555;
    text-decoration: none;
}

.updates h2 {
    margin-bottom: 0;
}

.updates p {
    font-size: 0.9em;
    color: #999;
    margin-bottom: 5px;
}




/*DAILY FEEDS AND ACTIVITES WIDGETS*/


/*  Daily Feeds  */

.daily-feeds a.feed-profile {
    margin-right: 10px;
    width: 45px;
    height: 45px;
}

.daily-feeds a.feed-profile img {
    width: 100%;
    height: 100%;
}

.daily-feeds .badge {
    margin-right: 10px;
}

.daily-feeds strong {
    display: inline-block;
    margin-right: 5px;
}

.daily-feeds small {
    color: #999;
    display: block;
    margin-bottom: 5px;
}

.daily-feeds .message-card {
    padding: 10px;
    background: #fafafa;
    margin-left: 55px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.daily-feeds .full-date {
    line-height: 0.7em;
    margin-bottom: 10px;
}

.daily-feeds .CTAs a {
    margin-right: 5px;
}

.daily-feeds .CTAs a i {
    margin-right: 5px;
}

.daily-feeds .CTAs a:last-of-type {
    margin-right: 0;
}

.daily-feeds a.btn {
    color: #fff;
}


/* Activities */

.activities li {
    padding: 0;
}

.activities .date-holder {
    padding-right: 0;
}

.activities .date-holder .date {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.activities .date-holder .date span {
    font-size: 0.8em;
}

.activities .date-holder .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #f5f5f5;
    text-align: center;
    margin: 0;
    display: inline-block;
}

.activities .date-holder span {
    display: block;
    margin: 10px;
}

.activities .content {
    border-left: 1px solid #eee;
    border-bottom: 20px;
    padding: 10px 20px;
}

.activities .content strong {
    display: block;
    margin-right: 5px;
}



/* PROGRESS CIRCLE */

.gmpc {
    padding: 0 !important;
    width: 100% !important;
    height: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #18bcd1 !important;
    border-right: 1px solid #eee;
}


/*MAIN FOOTER*/

footer.main-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-image: linear-gradient(to right, #1DB9A0 0%, #4d94c4 100%);
    padding: 10px 0;
}

footer.main-footer p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    text-align: right;
    margin-right: 10px;
}


/*FORMS ELEMENTS*/

label {
    font-size: 16px;
    color: #676767;
    margin-bottom: 2px;
}

input.form-control,
select.form-control,
textarea.form-control {
    border-radius: 3px;
}

input.form-control::-moz-placeholder {
    font-size: 0.75em;
    font-weight: 400;
    color: #aaa;
    font-family: "Roboto", sans-serif;
}

input.form-control::-webkit-input-placeholder {
    font-size: 0.75em;
    font-weight: 400;
    color: #aaa;
    font-family: "Roboto", sans-serif;
}

input.form-control:-ms-input-placeholder {
    font-size: 0.75em;
    font-weight: 400;
    color: #aaa;
    font-family: "Roboto", sans-serif;
}

select.form-control {
    border-radius: 3px;
    font-size: 13px;
    color: #a2a2a2;
    border-color: #ddd;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

select.form-control option {
    color: #999;
    font-weight: 300;
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox;
    font-size: 13px;
    color: #a2a2a2;
}

.form-group div[class*='col-'] {
    margin-bottom: 10px;
}
.container-form{
    width: 800px;
    margin: 0px auto;
}
.w3-bar {
    display: flex; 
    justify-content: space-between;
}
.btn-spaceing{
    margin: 0px auto;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    padding-left: 0px;
    padding-right: 0px;
}
.pl0{
    padding-left: 0px;
    padding-right: 0px;
}
.input-group-text {
    color: #868e96;
    background: #fff;
    border-radius: 0;
}

.form-group-material {
    position: relative;
    margin-bottom: 20px;
}

input.input-material {
    width: 100%;
    border: none;
    border: 1px solid #bcbcbc;
    padding: 0px 36px 0px;
    color: #868e96;
    font-weight: 300;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #333333;
    height: 45px;
    border-radius: 10px;
}

input.input-material.is-valid {
    border-color: #28a745 !important;
}

input.input-material.is-invalid {
    border-color: #dc3545 !important;
}

input.input-material:focus {
    border-color: #18bcd1;
    outline: none;
}

input.input-material~label {
    color: #aaa;
    position: absolute;
    top: 13px;
    left: 15px;
    cursor: text;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: 300;
    font-size: 16px;
    font-family: Poppins-Regular;
    line-height: 22px;
}

input.input-material~label.active {
    font-size: 14px;
    top: -10px;
    color: #18bcd1;
}

input.input-material.is-invalid~label {
    color: #dc3545;
}

input.form-control-custom {
    visibility: hidden;
    width: 1px;
}

input.form-control-custom:checked+label::before {
    background: #18bcd1 !important;
}

input.form-control-custom:checked+label::after {
    opacity: 1 !important;
}

input.form-control-custom.radio-custom+label::before {
    border-radius: 50%;
}

input.form-control-custom.radio-custom+label::after {
    content: '';
    width: 6px;
    height: 6px;
    line-height: 6px;
    background: #fff;
    border-radius: 50%;
    top: 7px;
    left: 5px;
}

input.form-control-custom[disabled]+label {
    cursor: not-allowed;
}

input.form-control-custom[disabled]+label::before,
input.form-control-custom[disabled]+label::after {
    border: 0px solid #aaa;
    cursor: not-allowed;
}
input.form-control-custom+label {
    font-size: 13px;
    margin-bottom: .5rem;
    margin-left: 0;
    color: #333;
    padding-left: 25px;
    padding-top: 0px;
    position: relative;
}

input.form-control-custom+label span {
    margin-left: 20px;
}

input.form-control-custom+label::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: #fff;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 2px;
    left: 2px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    cursor: pointer;
    border: 1px solid #c6bcbc;
    border-radius: 2px;
}

input.form-control-custom+label::after {
    content: '\f00c';
    display: block;
    font-family: 'FontAwesome';
    font-size:13px;
    color: #fff;
    position: absolute;
    top: 1px;
    left: 3.2px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    opacity: 0;
    cursor: pointer;
}

button {
    cursor: pointer;
}


/*FORMS GENERAL*/

.forms .line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #eee;
    margin: 20px 0 30px;
}

.forms p {
    font-size: 0.8rem;
    color: #868e96;
}

.forms small {
    color: #868e96;
}

/*LOGIN PAGE*/

.login-page,
.register-page {
    width: 100%;
    min-height: auto;
    padding-bottom: 0;
    background: url(../img/bg-img.jpg) no-repeat center center fixed;
    background-position: center center;
    background-attachment: fixed;
    background-position: 100% 100%;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    
}
.opacity-gray{
background: rgb(0 0 0 / 12%);
}

.login-page .form-outer,
.register-page .form-outer {
    min-height: 100vh;
    width: 540px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
}

.login-page .copyrights,
.register-page .copyrights {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}

.login-page .copyrights p,
.register-page .copyrights p {
    font-size: 0.6em;
    font-weight: 300;
    margin-bottom: 10px;
}

.login-page .form-inner,
.register-page .form-inner {
    padding: 0px 0px 0px 0px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    width: 540px;
    margin: 0px auto;
    box-shadow: 1px 1px 5px 0px #8e8e8e;
    border-radius:10px;
    display: flex;
}
.login-left{
    width: 10%;
    background: #23aae1;
    height: auto;
    border-radius: 10px 0px 0px 10px;
    display: flex;
    text-align: center;
    background-image: linear-gradient(to right, #1DB9A0 0%, #4d94c4 100%);
}
.login-right{
    width:90%;
    padding: 25px 30px 15px 30px;
}
.rotated {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    font-family: Poppins-Regular;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    color:#fff;
    letter-spacing: 2px;
    margin-left: 10px;
    width: 100%;
}

.login-page .logo,
.register-page .logo {
    font-size: 1.5em;
    font-weight: 500;
    font-family: Poppins-Regular;
}
.download-btn {
    font-size: 20px;
    background-color: #0c7caf;
    padding: 7px;
    border-radius: 50%;
    color: #fff;
    margin-top: -10px;
}
.mar-top21 {
    margin-top: 28px;
}

.login-page .logo span,
.register-page .logo span {
    color: #ccc;
}

.login-page p,
.register-page p {
    font-size: 0.8em;
    font-weight: 300;
    color: #aaa;
    margin-bottom: 0;
}

.login-page form,
.register-page form {
    margin: 2rem auto 20px;
}

.login-page a.forgot-pass,
.login-page a.signup,
.register-page a.forgot-pass,
.register-page a.signup {
    font-size:13px;
    color: #66b0ff;
    font-family: Poppins-Regular;
}

.login-page a.forgot-pass:hover,
.login-page a.forgot-pass:focus,
.login-page a.signup:hover,
.login-page a.signup:focus,
.register-page a.forgot-pass:hover,
.register-page a.forgot-pass:focus,
.register-page a.signup:hover,
.register-page a.signup:focus {
    color: #66b0ff;
    text-decoration: none;
}

.login-page a.forgot-pass,
.register-page a.forgot-pass {
    display: block;
    font-size: 14px;
    font-family: Poppins-Regular;
    text-decoration: underline;
    
}

.login-page a.create-account,
.register-page a.create-account {
    border-radius: 50px;
    font-size: 0.75em;
    margin-top: 10px;
    color: #999;
    text-transform: uppercase;
}

.login-page .terms-conditions,
.register-page .terms-conditions {
    margin-top: 20px;
}

.login-page small,
.register-page small {
    font-size: 15px;
    color: #333333;
    line-height: 0.9em;
    font-family: Poppins-Regular;
    padding-top: 10px;
    padding-right: 10px;
    float: left;
}
input.form-control-custom {
    display: none;
    font-family: Poppins-Regular;
}
.login-right input.form-control-custom+label{
    font-size: 14px;
    font-family: Poppins-Regular;
    margin-bottom: 15px;
}
.remember-login{
    display: inline-block;
    width: 100%;
}
.bottom-line{
    border-bottom: 1px solid #eee;
    margin-bottom:20px;
}
.sign-btn{
    border: 1px solid #fc9005;
    color: #fc9005;
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
    float: right;
}
.sign-btn:hover, .sign-btn:focus{
    background: #fc9005;
    color:#fff;
    text-decoration: none;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-inner.forgot-passwrod, .form-inner.register-page{
    padding: 25px;
}
.login-page .form-inner.forgot-passwrod, .login-page .form-inner.register-page{
background: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    width: 540px;
    margin: 0px auto;
    box-shadow: 1px 1px 5px 0px #8e8e8e;
    border-radius: 10px;
    display: block;
    padding: 0px;
    display: flex;
}
.rotated-forgot {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    font-family: Poppins-Regular;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    letter-spacing: 2px;
    margin-left: 10px;
    transform: translate(10%, 30%) rotate(-180deg);
    width: 100%;
}
.rotated-signup {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    font-family: Poppins-Regular;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    letter-spacing: 2px;
    margin-left:7px;
    transform: translate(10%, 44%) rotate(-180deg);
    width: 100%;
}


/*STYLE SWITCHER FOR DEMO*/

#style-switch-button {
    position: fixed;
    top: 120px;
    right: 0px;
    border-radius: 0;
    z-index: 2;
}

#style-switch {
    width: 300px;
    padding: 20px;
    position: fixed;
    top: 160px;
    right: 0px;
    background: #fff;
    border: solid 1px #ced4da;
    z-index: 2000;
}

#style-switch h4 {
    color: #495057;
}


/*THEMING OF BOOTSTRAP COMPONENTS*/


/* 1. NAVBAR */

.navbar {
    padding: 0.5rem 1rem;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: 0;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}


/*2. BUTTONS*/

.btn {
    font-weight: 400;
    border: 1px solid transparent;
    padding: 0.55rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: 0;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn:focus,
.btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 179, 90, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(51, 179, 90, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: .65;
}

.btn:not([disabled]):not(.disabled):active,
.btn:not([disabled]):not(.disabled).active {
    background-image: none;
}

.btn-primary {
    color: #18bcd1;
    background-color: #18bcd1;
    border-color: #18bcd1;
}

.btn-primary:hover {
    color: #2b954b;
    background-color: #2b954b;
    border-color: #288b46;
}

.btn-primary:focus,
.btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 179, 90, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(51, 179, 90, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #18bcd1;
    border-color: #18bcd1;
}

.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #288b46;
    background-color: #288b46;
    border-color: #258141;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 179, 90, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(51, 179, 90, 0.5);
}

.btn-secondary {
    color: #868e96;
    background-color: #868e96;
    border-color: #868e96;
}

.btn-secondary:hover {
    color: #727b84;
    background-color: #727b84;
    border-color: #6c757d;
}

.btn-secondary:focus,
.btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #868e96;
    border-color: #868e96;
}

.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #6c757d;
    background-color: #6c757d;
    border-color: #666e76;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-success {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #ffffff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #1e7e34;
    background-color: #1e7e34;
    border-color: #1c7430;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
    color: #17a2b8;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #138496;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #117a8b;
    background-color: #117a8b;
    border-color: #10707f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
    color: #ffc107;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #e0a800;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:not([disabled]):not(.disabled):active,
.btn-warning:not([disabled]):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #d39e00;
    background-color: #d39e00;
    border-color: #c69500;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
    color: #dc3545;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #c82333;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:not([disabled]):not(.disabled):active,
.btn-danger:not([disabled]):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color:#bd2130;
    background-color: #bd2130;
    border-color: #b21f2d;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
    color: #f8f9fa;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #e2e6ea;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not([disabled]):not(.disabled):active,
.btn-light:not([disabled]):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #dae0e5;
    background-color: #dae0e5;
    border-color: #d3d9df;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
    color: #343a40;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #23272b;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not([disabled]):not(.disabled):active,
.btn-dark:not([disabled]):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #1d2124;
    background-color: #1d2124;
    border-color: #171a1d;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-default {
    color: #ffffff;
    background-color: #ced4da;
    border-color: #ced4da;
}

.btn-default:hover {
    color: #ffffff;
    background-color: #b8c1ca;
    border-color: #b1bbc4;
}

.btn-default:focus,
.btn-default.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-default.disabled,
.btn-default:disabled {
    background-color: #ced4da;
    border-color: #ced4da;
}

.btn-default:not([disabled]):not(.disabled):active,
.btn-default:not([disabled]):not(.disabled).active,
.show>.btn-default.dropdown-toggle {
    color: #b1bbc4;
    background-color: #b1bbc4;
    border-color: #aab4bf;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-outline-primary {
    color: #18bcd1;
    background-color: transparent;
    background-image: none;
    border-color: #18bcd1;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #18bcd1;
    border-color: #18bcd1;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 179, 90, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(51, 179, 90, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #18bcd1;
    background-color: transparent;
}

.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #18bcd1;
    border-color: #18bcd1;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 179, 90, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(51, 179, 90, 0.5);
}

.btn-outline-secondary {
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent;
}

.btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.btn-outline-success:not([disabled]):not(.disabled):active,
.btn-outline-success:not([disabled]):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not([disabled]):not(.disabled):active,
.btn-outline-info:not([disabled]):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-warning:not([disabled]):not(.disabled):active,
.btn-outline-warning:not([disabled]):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-danger:not([disabled]):not(.disabled):active,
.btn-outline-danger:not([disabled]):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not([disabled]):not(.disabled):active,
.btn-outline-light:not([disabled]):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not([disabled]):not(.disabled):active,
.btn-outline-dark:not([disabled]):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
}


/*3. TYPE */

body {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
}

a {
    color: #18bcd1;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #22773c;
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}

h1,
.h1 {
    font-size: 1.5rem;
}

h2,
.h2 {
    font-size: 1.3rem;
}

h3,
.h3 {
    font-size: 1.2rem;
}

h4,
.h4 {
    font-size: 1.1rem;
}

h5,
.h5 {
    font-size: 1rem;
}

h5 {
    color: #6c757d;
}

h6,
.h6 {
    font-size: 0.8rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1;
}

hr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 2rem;
    font-size: 1.25rem;
    border-left: 5px solid #18bcd1;
}

.blockquote-footer {
    color: #868e96;
}

.blockquote-footer::before {
    content: "\2014 \00A0";
}

.text-primary {
    color: #18bcd1 !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #288b46 !important;
}


/*
 * 4. PAGINATION
 */

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #18bcd1;
    border-color: #18bcd1;
}

.page-item.disabled .page-link {
    color: #868e96;
    background-color: #fff;
    border-color: #ddd;
}

.page-link {
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    color: #18bcd1;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page-link:focus,
.page-link:hover {
    color: #22773c;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #ddd;
    outline: 0;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}


/*5. DROPDOWNS*/

.dropdown-menu {
    z-index: 1000;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
}

.dropdown-item:last-child {
    border-bottom: 0px solid #f5f5f5;
}

.dropdown-item {
    padding: 5px 10px;
    color: #6b6b6b;
    font-size: 13px;
    border-bottom: 1px solid #f5f5f5;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    background-color: #18bcd1;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #868e96;
}

.dropdown-header {
    padding: 0.5rem 1.5rem;
    font-size: 0.875rem;
    color: #868e96;
}


/* 6. UTILITIES*/

.bg-primary {
    background-color: #18bcd1 !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #288b46 !important;
}

.bg-secondary {
    background-color: #868e96 !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover {
    background-color: #6c757d !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:focus,
a.bg-light:hover {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:focus,
a.bg-dark:hover {
    background-color: #1d2124 !important;
}

.border-primary {
    border-color: #18bcd1 !important;
}

.border-secondary {
    border-color: #868e96 !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.text-primary {
    color: #18bcd1 !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #288b46 !important;
}

.text-secondary {
    color: #868e96 !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #6c757d !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important;
}

.badge-primary {
    color: #18bcd1;
    background-color: #18bcd1;
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #18bcd1;
    text-decoration: none;
    background-color: #288b46;
}

.badge-secondary {
    color: #868e96;
    background-color: #868e96;
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #868e96;
    text-decoration: none;
    background-color: #6c757d;
}

.badge-success {
    color: #28a745;
    background-color: #28a745;
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #28a745;
    text-decoration: none;
    background-color: #1e7e34;
}

.badge-info {
    color: #17a2b8;
    background-color: #17a2b8;
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #17a2b8;
    text-decoration: none;
    background-color: #117a8b;
}

.badge-warning {
    color: #ffc107;
    background-color: #ffc107;
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #ffc107;
    text-decoration: none;
    background-color: #d39e00;
}

.badge-danger {
    color: #dc3545;
    background-color: #dc3545;
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #dc3545;
    text-decoration: none;
    background-color: #bd2130;
}

.badge-light {
    color: #f8f9fa;
    background-color: #f8f9fa;
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #f8f9fa;
    text-decoration: none;
    background-color: #dae0e5;
}

.badge-dark {
    color: #343a40;
    background-color: #343a40;
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #343a40;
    text-decoration: none;
    background-color: #1d2124;
}


/* 7.CODE*/

code {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f8f9fa;
    border-radius: 0;
}

a>code {
    padding: 0;
    color: inherit;
    background-color: inherit;
}


/* 8. NAV*/

.nav-link {
    padding: 0.5rem 1rem;
}

.nav-link.disabled {
    color: #868e96;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef;
}

.nav-tabs .nav-link.disabled {
    color: #868e96;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: #6e8a9c;
    border-color: #6e8a9c;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
}

.nav-pills .nav-link {
    border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #18bcd1;
}


/*9. CARD*/
 textarea::placeholder {
    font-size: 14px !important;
  }
.card {
    margin-bottom: 0px;
    background-color: #f9f9f9;
    min-height: 525px;
    margin-top: 25px;
    border-radius: 0px;
    height: auto;
    -webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
    box-shadow: 1px 1px 6px rgb(0 0 0 / 10%);
    border-top: 3px solid #44a0ca;
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.card-body {
    padding: 1rem;
}

.card-title {
    margin-bottom: 1rem;
}

.card-subtitle {
    margin-top: -0.5rem;
}

.card-link+.card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding:10px 0 5px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.card-header:first-child {
    border-radius: 0 0 0 0;
}

.card-header-transparent {
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: none;
}

.card-footer {
    padding: 1rem 1.25rem;
    background-color: #f8f9fa;
    border-top: 1px solid #eee;
}

.card-footer:last-child {
    border-radius: 0 0 0 0;
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -1rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    padding: 1.25rem;
}

.card-img-overlay-opacity {
    background: rgba(0, 0, 0, 0.2);
}

.card-img {
    border-radius: 0;
}

.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.card-deck .card {
    margin-bottom: 15px;
}

/*Start New CSS*/

.top-menu li {
    padding: 0 5px;
}

.top-menu-border {
    border-right: 1px solid #ccc;
}

.login-user {
    margin-left: 10px;
}

nav.navbar .login-user a {
    color: #fff;
    text-decoration: none;
}

nav.navbar .login-user a span {
    font-weight: bold;
}

nav.navbar .login-user a:hover {
    text-decoration: none;
}

nav.navbar a,
nav.navbar a:hover {
    text-decoration: none;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #eaf5ff;
}
.thead-bg {
    background: #6e8a9c;
}

.thead-bg th {
    color: #ffffff;
    font-weight: 400;
    border-collapse: collapse;
}

.thead-bg td {
    border-collapse: collapse;
}

.table tr,
.table td {
    border-collapse: collapse;
    font-size: 13px;
    vertical-align: middle;
}

.table-bordered thead th {
    border-bottom-width: 1px;
}

.table thead th {
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
    border-top: 1px solid #6e8a9c;
}

.dataTables_info {
    color: #898989;
    font-size: 12px;
}

.pagination {
    font-size: 14px;
}

.employee-list-table tr td img {
    margin-right: 5px;
    border: 1px solid #6e8a9c;
    border-radius: 50%;
    width: 35px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

.inactive-btn {
    color: #e64545;
    border: 1px solid #e64545;
    min-width: 58px;
    text-align: center;
    background: #ffffff;
    padding: 1px 6px;
    font-size: 12px;
    border-radius: 3px;
}

.active-btn {
    color: #0d9674;
    border: 1px solid #0d9674;
    min-width: 58px;
    text-align: center;
    background: #ffffff;
    padding: 1px 6px;
    font-size: 12px;
    border-radius: 3px;
}

.icon-edit-btn {
    color: #fff;
    background: #24ac00;
    padding: 2px 5px;
    border-radius: 3px;
    margin-bottom: 3px;
}

.icon-view-btn {
    color: #fff;
    /* background: #18bcd1; */
    padding: 2px 5px;
    border-radius: 3px;
    float: left;
    margin-right: 3px;
    margin-bottom: 3px;
    border: none;
}

.icon-more-btn {
    color: #fff;
    background: #5ab1ff;
    padding: 2px 5px;
    border-radius: 3px;
    margin-bottom: 3px;
}

.icon-delete-btn {
    color: #fff;
    background: #e64545;
    padding: 2px 5px;
    border-radius: 3px;
}

.icon-more-btn:hover,
.icon-edit-btn:hover,
.icon-view-btn:hover,
.icon-delete-btn:hover,
.icon-more-btn:focus,
.icon-edit-btn:focus,
.icon-view-btn:focus,
.icon-delete-btn:focus {
    text-decoration: none;
    color: #ffffff;
}

.common-btn,
.dt-button.buttons-collection.buttons-colvis {
    font-size: 14px;
    color: #ffffff;
    background: #18bcd1;
    padding: 6px 13px;
    border-radius: 3px;
    text-decoration: none;
    border: none;
    margin-bottom: 5px;
}

.common-btn.red-btn {
    background: #e64545;
}

.common-btn.green-btn {
    background: #24ac00;
}

.common-btn.gray-btn {
    background: #6c757d;
}
.common-btn.light-gray-btn {
    background: #c5c5c5;
}

.common-btn.orange-btn {
    background: #f3b220;
}

.common-btn.light-gray-btn:hover,
.common-btn.light-gray-btn:focus {
    background: #c5c5c5;
    cursor: not-allowed;
}

.deactive-btn{
    display: none;
}
.warning-icon i{
    font-size: 95px;
    color: #F8BB86;
    font-style: normal;
}
.sucsess-icon i{
   font-size: 95px;
   color: #A5DC86; 
   font-style: normal;
   font-weight: lighter;
}
.warning-text{
    color: #575757;
    font-size: 30px;
    font-weight: 600;
    text-transform: none;
}

.warning-msg{
    color: #5A5A5A;
    font-size: 16px;
    font-weight: lighter;
    text-transform: none;
}

.common-btn.red-btn:hover,
.common-btn.red-btn:focus {
    background: #d03c3c;
}

.common-btn.green-btn:hover,
.common-btn.green-btn:focus {
    background: #219602;
}

.common-btn.gray-btn:hover,
.common-btn.gray-btn:focus {
    background: #545b62;
}

.common-btn.orange-btn:hover, 
.common-btn.orange-btn:focus {
    background: #e4a312;
}

.common-btn:hover,
.dt-button.buttons-collection.buttons-colvis:hover {
    text-decoration: none;
    color: #fff;
    background: #16b3c7;
    border: none;
}

.common-btn:focus,
.dt-button.buttons-collection.buttons-colvis:hover:focus {
    text-decoration: none;
    color: #fff;
}

div.dt-button-collection button.dt-button.active:not(.disabled) {
    border: 1px solid #ccc;
    box-shadow: none;
    background: #dadada;
}

div.dt-button-collection button.dt-button.active:not(.disabled):hover {
    border: 1px solid #ccc;
    box-shadow: none;
    background: #c3c3c3;
}

.nav-tabs .nav-link {
    font-size: 13px;
}

.green-msg {
    font-size: 12px;
    color: #02ab3f;
}

.red-msg {
    font-size: 12px;
    color: #e64545;
}

p {
    font-size: 14px;
}

a.dropdown-toggle::after {
    content: none;
}

.edit-dropdown {
    float: right;
    margin-right: 3px;
}

.mt-33 {
    margin-top: 30px;
}

.form-control:focus {
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, .25);
}

.nav-tabs {
    margin-bottom: 15px;
}

.gender .i-checks {
    float: left;
    margin-right: 15px;
    margin-top: 10px;
}

.width-100 {
    width: 100%;
}

.row.width-100 {
    width: 100%;
    padding-left: 15px;
}



.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: #18bcd1;
    color: #fff !important;
    background: #18bcd1;
    border-color: #18bcd1;
    font-size: 14px;
    padding: 5px 12px;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0;
    border-radius: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    background: transparent;
    box-shadow: none;
    font-size: 14px;
    margin: 0;
    border-radius: 0;
}

.modal-footer {
    padding: 1rem 0 0px;
    margin-top:10px;
}

.col-pad {
    padding: 0;
    width: 100%;
}

.form-control {
    padding: 0.25rem 0.5rem;
    font-size: 18px;
    line-height: 1.5;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + -5px);
    min-width: 60px;
}


.icon-box {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    float: left;
    position: relative;
    top: -35px;
    margin-right: 15px;
    color: #ffffff;
    font-size: 22px;
    border-radius: 3px;
}

.title-box {
    text-align: right;
}

.title-box h1 {
    font-weight: normal;
    font-weight: lighter;
    color: #898989;
}

.title-box label {
    font-weight: bold;
    color: #898989;
    font-size: 22px;
}

.lower-section {
    clear: both;
    font-size: 13px;
    border-top: 1px solid #e2e1e1;
    padding-top: 5px;
}

.lower-section a:hover,
.lower-section a:focus {
    text-decoration: none;
}

.orange-bg {
    background: #fc9005;
}

.green-bg {
    background: #52ab56;
}

.red-bg {
    background: #e73f3c;
}

.sky-blue-bg {
    background: #18bcd1;
}

.normal-heading {
    color: #757575;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.sky-blue-border {
    border-top: 3px solid #18bcd1;
}

.red-border {
    border-top: 3px solid #e73f3c;
}

.green-border {
    border-top: 3px solid #52ab56;
}

.orange-border {
    border-top: 3px solid #fc9005;
}


.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}

.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
    background-color: #fc9005 !important;
    color: #fff !important;
}

.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
    background-color: #52ab56 !important;
    color: #fff !important;
}

.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
    background-color: #e73f3c !important;
    color: #fff !important;
}

.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
    background-color: #18bcd1 !important;
    color: #fff !important;
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 30px;
    line-height: 95px;
    background: rgba(0, 0, 0, 0.2);
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}

.progress-description,
.info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-box-text {
    text-transform: uppercase;
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 18px;
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress,
.progress>.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.info-box .progress {
    background: rgba(0, 0, 0, 0.2);
    margin: 5px -10px 5px -10px;
    height: 2px;
}

.info-box .progress,
.info-box .progress .progress-bar {
    border-radius: 0;
}

.progress-bar {
    background-color: #ffffff;
}

.progress-description,
.info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.progress-description {
    margin: 0;
}

.utilities-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.utilities-list li {
    list-style: none;
    margin: 0;
    font-size: 14px;
    font-weight: lighter;
    padding: 15px 10px;
}

.utilities-list li:nth-child(odd) {
    background: #f6f6f6;
}

.utilities-list li label {
    margin-bottom: 0;
}

.utilities-list li label i {
    background: #2fb5ff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-right: 5px;
    color: #ffffff;
    font-size: 13px;
}

.utilities-list li a {
    float: right;
    font-size: 11px;
    padding: 2px 7px;
    border-radius: 3px;
    font-weight: normal;
}

.utilities-list li a:hover,
.utilities-list li a:focus {
    text-decoration: none;
}


.system-setup-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.system-setup-list li {
    list-style: none;
    margin: 0;
    font-size: 14px;
    font-weight: lighter;
    padding: 10px;
}

.system-setup-list li:nth-child(odd) {
    background: #f6f6f6;
}

.system-setup-list li label {
    margin-bottom: 0;
}

.system-setup-list li label i {
    background: #2fb5ff;
    width: 31px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    margin-right: 5px;
    color: #ffffff;
    font-size: 14px;
}

.system-setup-list li a {
    float: right;
    font-size: 11px;
    padding: 2px 7px;
    margin-top: 4px;
    border-radius: 3px;
    font-weight: normal;
}

.system-setup-list li a:hover,
.system-setup-list li a:focus {
    text-decoration: none;
}

.sky-blue-border-btn {
    border: 1px solid #18bcd1;
    color: #18bcd1;
}

.dark-sky-blue-border-btn {
    border: 1px solid #01b2c6;
    color: #01b2c6;
}

.red-border-btn {
    border: 1px solid #e73f3c;
    color: #e73f3c;
}

.green-border-btn {
    border: 1px solid #52ab56;
    color: #52ab56;
}

.orange-border-btn {
    border: 1px solid #f3ad06;
    color: #f3ad06;
}

.bars {
    text-align: left;
    margin-top: 0;
    position: relative;
}

.bars label {
    position: absolute;
    top: 50%;
    font-size: 15px;
    color: #3895e2;
}


/* Progress Bars */

.progress--bar {
    height: 1.5rem;
    margin: 1rem;
    background-color: #ddd;
}

.progress--bar:after {
    content: '';
    display: block;
    height: 100%;
    background-color: #63b8ff;
}

.progress--circle {
    position: relative;
    display: inline-block;
    margin: 6px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #ddd;
}

.progress--circle:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: white;
}

.progress--circle:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #63b8ff;
}

.progress__number {
    position: absolute;
    top: 50%;
    width: 100%;
    line-height: 1;
    margin-top: -0.75rem;
    text-align: center;
    font-size: 1.5rem;
    color: #777;
}

.progress--pie:before {
    display: none;
}

.progress--pie .progress__number {
    color: white;
    text-shadow: rgba(0, 0, 0, 0.35) 1px 1px 1px;
}


/* percentage classes in increments of five (e.g. 25, 30, 45, 50, and so on). */

.progress--bar.progress--0:after {
    width: 0%;
}

.progress--circle.progress--0:after {
    background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(90deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--5:after {
    width: 5%;
}

.progress--circle.progress--5:after {
    background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(108deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--10:after {
    width: 10%;
}

.progress--circle.progress--10:after {
    background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(126deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--15:after {
    width: 15%;
}

.progress--circle.progress--15:after {
    background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(144deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--20:after {
    width: 20%;
}

.progress--circle.progress--20:after {
    background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(162deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--25:after {
    width: 25%;
}

.progress--circle.progress--25:after {
    background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(180deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--30:after {
    width: 30%;
}

.progress--circle.progress--30:after {
    background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(198deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--35:after {
    width: 35%;
}

.progress--circle.progress--35:after {
    background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(216deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--40:after {
    width: 40%;
}

.progress--circle.progress--40:after {
    background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(234deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--45:after {
    width: 45%;
}

.progress--circle.progress--45:after {
    background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(252deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--50:after {
    width: 50%;
}

.progress--circle.progress--50:after {
    background-image: linear-gradient(-90deg, #63b8ff 50%, transparent 50%, transparent), linear-gradient(270deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--55:after {
    width: 55%;
}

.progress--circle.progress--55:after {
    background-image: linear-gradient(-72deg, #63b8ff 50%, transparent 50%, transparent), linear-gradient(270deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--60:after {
    width: 60%;
}

.progress--circle.progress--60:after {
    background-image: linear-gradient(-54deg, #63b8ff 50%, transparent 50%, transparent), linear-gradient(270deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--65:after {
    width: 65%;
}

.progress--circle.progress--65:after {
    background-image: linear-gradient(-36deg, #63b8ff 50%, transparent 50%, transparent), linear-gradient(270deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--70:after {
    width: 70%;
}

.progress--circle.progress--70:after {
    background-image: linear-gradient(-18deg, #63b8ff 50%, transparent 50%, transparent), linear-gradient(270deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--75:after {
    width: 75%;
}

.progress--circle.progress--75:after {
    background-image: linear-gradient(0deg, #63b8ff 50%, transparent 50%, transparent), linear-gradient(270deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--80:after {
    width: 80%;
}

.progress--circle.progress--80:after {
    background-image: linear-gradient(18deg, #63b8ff 50%, transparent 50%, transparent), linear-gradient(270deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--85:after {
    width: 85%;
}

.progress--circle.progress--85:after {
    background-image: linear-gradient(36deg, #63b8ff 50%, transparent 50%, transparent), linear-gradient(270deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--90:after {
    width: 90%;
}

.progress--circle.progress--90:after {
    background-image: linear-gradient(54deg, #63b8ff 50%, transparent 50%, transparent), linear-gradient(270deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--95:after {
    width: 95%;
}

.progress--circle.progress--95:after {
    background-image: linear-gradient(72deg, #63b8ff 50%, transparent 50%, transparent), linear-gradient(270deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--100:after {
    width: 100%;
}

.progress--circle.progress--100:after {
    background-image: linear-gradient(90deg, #63b8ff 50%, transparent 50%, transparent), linear-gradient(270deg, #63b8ff 50%, #ddd 50%, #ddd);
}



/*End of progress bar*/

.sidenav-header-logo strong {
    color: #ffffff;
}

.news-p {
    font-size: 13px;
    color: #999999;
}

.blog-pic {
    width: 100%;
    border: 1px solid #cccdce;
    border-radius: 3px;
}

.check-box-list {
    max-height: 150px;
    overflow: auto;
}


/*Wizard CSS*/


/*Top content */

.top-content {
    padding: 40px 0 170px 0;
}

.top-content .text {
    color: #fff;
}

.top-content .text h1 {
    color: #fff;
}

.top-content .description {
    margin: 20px 0 10px 0;
}

.top-content .description p {
    opacity: 0.8;
}

.top-content .description a {
    color: #fff;
}

.top-content .description a:hover,
.top-content .description a:focus {
    border-bottom: 1px dotted #fff;
}

.form-box {
    padding-top: 40px;
}

.f1 {
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.f1 h3 {
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.f1-steps {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.f1-progress {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.f1-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #f35b3f;
}

.f1-step {
    position: relative;
    float: left;
    width: 16.66%;
    padding: 0 5px;
    text-align: center;
}
.f1-step.com-step {
    width: 11.11%;
}
.f1-step.applicant-step {
    width: 20%;
}
.f1-step p{
    font-size: 13px;
}

.f1-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}

.f1-step.activated .f1-step-icon {
    background: #fff;
    border: 1px solid #eaa404;
    color: #eaa404;
    line-height: 38px;
}

.f1-step.active .f1-step-icon {
    width: 48px;
    height: 48px;
    margin-top: 0;
    background: #f3b220;
    font-size: 22px;
    line-height: 48px;
}

.f1-step p {
    color: #ccc;
}

.f1-step-icon a{
    color:#ffffff;
}


.f1-step.activated p {
    color: #eaa404;
}

.f1-step.active p {
    color: #eaa404;
}

.f1 fieldset {
    display: none;
    text-align: left;
}

.f1-buttons {
    text-align: right;
    margin-top: 20px;
    /*display:none;*/
}
.f1-buttons.main-tab-btn {
    display: block;
}

.f1 .input-error {
    border-color: #eaa404;
}


/*End Wizard CSS*/


/* CSS for Simple Tab */

.tab-content>.active {
    display: block;
    opacity: 1;
}

.container-box {
    margin-top: 20px;
}

.checkbox-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.checkbox-list li{
    list-style: none;
    margin: 0;
}

/*CSS for Data Table*/

table.dataTable.no-footer {
    border-bottom: 1px solid #e4e4e4;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #e4e4e4;
}
/*Wizard Custom CSS*/
.f1-step.activated.active .f1-step-icon{
    color: #ffffff;
}
.f1-step.activated{
    cursor: pointer;
}

.wd-100{
    width:100px;
}
.income-box{
    width: 100%;
    padding: 10px;
    position: relative;
    clear: both;
    display: block;
}
.income-box .income-inner-box{
    background: #eaf5ff;
    padding: 15px 0;
}
.modal.fade.text-left.show{
    background: rgba(72, 71, 71, 0.75);
}

.font-sample{
    height: 100px;
    width: 100%;
    padding: .25rem .5rem;
    font-size: 18px;
    line-height: 1.5;
    display: block;
    width: 100%;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.h5 a{
    color: #fff;
    text-decoration: none;
    font-size: 22px;
}

.h5 a:hover{
    color: #fff;
    text-decoration: none;
}
.scroll-only{
    height: 100px;
    overflow: auto;
}

/*pay grade table  */
.paygrade-table .table tr th:first-child{
    width: 40%;
}
.paygrade-table .table tr th, .paygrade-table .table tr td{
    padding: 12px;
    width: 30%;
}
.paygrade-table .table tr td{
    padding: 12px;
}
.paygrade-table .table tr td:first-child{
    width: 40%;
}
 .paygrade-table .table tr td:last-child{
    padding: 0px;
    width: 30%;
    text-align: center;
}
.paygrade-table .table tr th:last-child{
    padding-top: 13px;
    padding-right:20px;
    width: 30%;
}
.custom-number{
    font-size: .875rem;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: 3px;
    margin: 6px;
    width: 90%;
    padding: 4px;
}
.paygrade-table .table-responsive{
    height: 200px;
}
.paygrade-table  .table{
    margin-bottom: 0px;
}
/* data table heading fixed css */

/*End Wizard CSS*/


/* CSS for Simple Tab */

.tab-content>.active {
    display: block;
    opacity: 1;
}

.container-box {
    margin-top: 20px;
}

.checkbox-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.checkbox-list li{
    list-style: none;
    margin: 0;
}

/*CSS for Data Table*/

table.dataTable.no-footer {
    border-bottom: 1px solid #e4e4e4;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #e4e4e4;
}
/*Wizard Custom CSS*/
.f1-step.activated.active .f1-step-icon{
    color: #ffffff;
}
.f1-step.activated{
    cursor: pointer;
}

.wd-100{
    width:100px;
}
.income-box{
    width: 100%;
    padding: 10px;
    position: relative;
    clear: both;
    display: block;
}
.income-box .income-inner-box{
    background: #eaf5ff;
    padding: 15px 0;
}
.modal.fade.text-left.show{
    background: rgba(72, 71, 71, 0.75);
}

.font-sample{
    height: 100px;
    width: 100%;
    padding: .25rem .5rem;
    font-size: 18px;
    line-height: 1.5;
    display: block;
    width: 100%;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



/*CSS code for crop image*/


.crop-wrapper {
    background-color:rgba(255,255,255,1);
    position:relative;
    width:100%;
    height:90vh;
    overflow:hidden;
}

.resize-container {
    position: relative;
    display: inline-block;
    cursor: move;
    margin: 0 auto;
}

.resize-container-ontop {
    position:absolute;
    cursor:move;
    background-color:rgba(5,255,5,0);
    z-index:1000;
    width:100%;
    height:100%;
}

.resize-container img {
    display: block;
}

.resize-container:hover img,
.resize-container:active img {
    outline: 2px dashed rgba(0,0,0,.9);
}

.resize-handle-ne,
.resize-handle-se,
.resize-handle-nw,
.resize-handle-sw {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: rgba(0,0,0,.9);
    z-index: 999;
}

.resize-handle-nw {
    top: -5px;
    left: -5px;
    cursor: nw-resize;
}

.resize-handle-sw {
    bottom: -5px;
    left: -5px;
    cursor: sw-resize;
}

.resize-handle-ne {
    top: -5px;
    right: -5px;
    cursor: ne-resize;
}

.resize-handle-se {
    bottom: -5px;
    right: -5px;
    cursor: se-resize;
}

.top-overlay {
    z-index:990;
    background-color: rgba(222,222,222,.6);
    width:100%;
    height:50%;
    margin-top:-150px;
    position:absolute;
}

.bottom-overlay {
    z-index:990;
    background-color: rgba(222,222,222,.6);
    width:100%;
    height:50%;
    margin-bottom:-150px;
    position:absolute;
    bottom:0;
}

.right-overlay {
    z-index:990;
    background-color: rgba(222,222,222,.6);
    width:50%;
    height:300px;
    top:50%;
    margin-top:-150px;
    margin-left:-150px;
    position:absolute;
}

.left-overlay {
    z-index:990;
    background-color: rgba(222,222,222,.6);
    width:50%;
    height:300px;
    top:50%;
    right:0px;
    margin-top:-150px;
    margin-right:-150px;
    position:absolute;
}



.overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
    z-index: 999;
    width: 300px;
    height: 300px;
    border: solid 2px rgba(222,222,222,.9);
    box-sizing: content-box;
    pointer-events: none;
}

.overlay:before {
    top: 0;
    margin-left: -2px;
    margin-top: -40px;
}

.overlay:after {
    bottom: 0;
    margin-left: -2px;
    margin-bottom: -40px;
}


.overlay-inner:before {
    left: 0;
    margin-left: -40px;
    margin-top: -2px;
}

.overlay-inner:after{
    right: 0;
    margin-right: -40px;
    margin-top: -2px;
}

.btn-crop img {
    vertical-align: middle;
    margin-left: 8px;
}

.jconfirm-content {
    color: #909090;
    font-size: 14px;
}
.jconfirm-title {
    border-bottom: 1px solid #ccc;
    width: 100%;
    font-size: 20px;
    color: #696969;
    padding-bottom: 15px;
}

.flag-space{
    margin-bottom: 5px;
}
.red-flag{
    color: #e64545;
}
.blue-flag{
    color: #3c3cff;
}
.mr-15{
    margin-right: 15px;
}
.flag-space .mleft-5{
    margin-left: 5px;
}
.tax-deposits-scroll{
    height: 170px;
    overflow: auto;
    border: 1px solid #ccc;
}
.table-responsive table.dataTable{
    margin-top:0px !important;
}

.mt-15{
    margin-top: 15px;
}
.mt-10 {
    margin-top: 10px;
}
.checkliability-input{
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}
.drag-content{
    border: 1px solid #ccc;
    min-height:182px;
}
.drag-content ul{
list-style: none;
padding-left: 0px;
margin-bottom: 0px;
}
.drag-content ul li{
    padding: 9px 10px 7px 10px;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
}
.drag-content ul li:last-child{
    border-bottom:none;
}
.commen-padding{
    padding:0px;
}
.drag-content .box-container{
    height: 178px;
    overflow: auto;
}
.mt0{
    margin-top:0px;
}
.mt1-0{
    margin-top:8px;
}
.mb0{
    margin-bottom: 0px;
}
.mb10{
    margin-bottom: 10px;
}
.custom-wth{
    max-width: 380px;
    margin-left: 15px;
    display: inline-block;
}
.custom-wth1{
    max-width: 380px;
    margin-left: 0.5em;
    display: inline-block;
}
.cropping-img{
padding-left: 20px;
}
.hide {
    display: none;
}
.page-popup {
	margin: 0px;
	max-width: 768px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	height: 100%;
}
.box {
    padding: 0.5em;
    width: 100%;
    margin: 0.5em;
}
.box-2{
    padding: 0.5em;
    width: calc(100%/2 - 1em);
    float: left;
}
.result img {
	max-width: 100%;
}
.table-responsive .table td, .table th {
    padding: .50rem;
}
#Yearchecklist input.form-control-custom+label{
    margin-bottom: 15px;
}
.main-drop{
    padding: 0px 0px 2px 15px;
    line-height: 35px;
    font-size: 13px;
    color: #6c7585;
}
.labelget .list-group{
    padding-left: 15px;
}
.labelget .list-group .list-group-item{
padding: 8px 15px 8px 10px;
font-size: 13px;
border: none;

}
.labelget .list-group .list-group-item-action:hover {
    background-color: #409cff;
    color:#fff;
}
.labelget .list-group .list-group-item-action:active, .labelget .list-group .list-group-item-action:focus {
    background-color: #409cff;
    color:#fff;
}
/* 
.setuplisting{
    height: 200px;
    overflow: auto;
} */
.container1 > div.report-label{
    border: 1px solid #ccc;
    height: 180px;
    overflow: auto;
    margin: 0px;
    padding: 0px;
}
.container1 > div.report-label a.list-group-item{
    border-bottom: 2px solid #ccc;
}
.container1 > div.report-label a.list-group-item:last-child{
    border-bottom: none;
}
.report-label .list-group-item:first-child,.report-label .list-group-item:last-child {
    border-top-left-radius:0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.delete-btn{
    text-align: right;
    padding-top:10px;
}

.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  .gu-hide {
    display: none !important;
  }
  .gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
  }
  .gu-transit {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
  .common-btn.red-btn-custom{
  padding: 2px 10px 2px 10px;
  background: #e64545;
  float: left;
}
.common-btn.red-btn-custom:hover, .common-btn.red-btn-custom:focus {
    background: #d03c3c;
}

.mar-0{
    margin: 0px;
}
.ml-25{
    margin-left: 25px;
}
.form-inline .form-control {
    width: 100%;
  }
  
.mt-25 {
    margin-top: 25px;
}
.message-alert{
    font-size: 13px;
    color: #a9ec93;
}
.table-responsive .drag-text tr th{
    width: 50%;
}
.drag-content li:nth-of-type(odd) {
    background-color: #efefef;
}
.pleft-0{
    padding-left: 0px;
}

          .preloader {
            position: fixed;
            top: 0px;
            left: 0px;
            right: 0px;
            bottom: 0px;
            z-index: 10;
            background: rgba(0,0,0,0.6);
            z-index: 999999;
        }
        
        .preloader>.preloader-box {
            position: absolute;
            width: 345px;
            height: 30px;
            top: 50%;
            left: 50%;
            margin: -15px 0 0 -150px;
            perspective: 200px;
          }
          
          .preloader .preloader-box>div {
            position: relative;
            width: 30px;
            height: 30px;
            background: #CCC;
            float: left;
            text-align: center;
            line-height: 30px;
            font-family: Verdana;
            font-size: 20px;
            color: #FFF;
          }
          
          .preloader .preloader-box>div:nth-child(1) {
            background: #18bcd1;
            margin-right: 15px;
            animation: movement 600ms ease 0ms infinite alternate;
          }
          
          .preloader .preloader-box>div:nth-child(2) {
            background: #18bcd1;
            margin-right: 15px;
            animation: movement 600ms ease 75ms infinite alternate;
          }
          
          .preloader .preloader-box>div:nth-child(3) {
            background: #18bcd1;
            margin-right: 15px;
            animation: movement 600ms ease 150ms infinite alternate;
          }
          
          .preloader .preloader-box>div:nth-child(4) {
            background: #18bcd1;
            margin-right: 15px;
            animation: movement 600ms ease 225ms infinite alternate;
          }
          
          .preloader .preloader-box>div:nth-child(5) {
            background: #18bcd1;
            margin-right: 15px;
            animation: movement 600ms ease 300ms infinite alternate;
          }
          
          .preloader .preloader-box>div:nth-child(6) {
            background: #18bcd1;
            margin-right: 15px;
            animation: movement 600ms ease 375ms infinite alternate;
          }
          
          .preloader .preloader-box>div:nth-child(7) {
            background: #18bcd1;
            margin-right: 15px;
            animation: movement 600ms ease 450ms infinite alternate;
          }
          
          .preloader .preloader-box>div:nth-child(8) {
            background: #18bcd1;
            animation: movement 600ms ease 525ms infinite alternate;
          }
          
          @keyframes movement {
            from {
              transform: scale(1.0) translateY(0px) rotateX(0deg);
              box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            }
            to {
              transform: scale(1.5) translateY(-25px) rotateX(45deg);
              box-shadow: 0 25px 40px rgba(0, 0, 0, 0.4);
              background: #18bcd1;
            }
          }

/* set button(top and bottom of the scrollbar) */
.scrollbar::-webkit-scrollbar-button {
    display:none;
}


/* div box */
.scrollbar {
    height: 75vh;
    min-width: 150px;
    background: #fff;
    overflow-y: scroll}

    .container-fluid {
        padding: 0 1rem !important;
    }
    .tax-option
{
    display:none;
}

.visible
{
    display: block
}

/*slide btn */

#example16_wrapper.dataTables_wrapper div.dataTables_filter input{
    width:73%;
}


.anil_nepal{padding:0px 0px; width:31%; display:inline-block;}
.switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 180px;
    height: 25px;
    padding: 0px;
    margin: 0 10px 0px 0;
    border-radius: 18px;
    cursor: pointer;
    box-sizing: content-box;
}
.switch-one {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 130px;
    height: 25px;
    padding: 0px;
    margin: 0 10px 0px 0;
    border-radius: 18px;
    cursor: pointer;
    box-sizing: content-box;
}
label {
    font-weight: inherit;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;

    line-height: normal;
      -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}


.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}
.switch-left-right .switch-input:checked ~ .switch-label {
    background: inherit;
}
.switch-input:checked ~ .switch-label {
    background: #E1B42B;
}
.switch-left-right .switch-label {
    overflow: hidden;
    border: 1px solid #c0c0c0;
}
.switch-label, .switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}
.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-sizing: content-box;
}
.switch-left-right .switch-input:checked ~ .switch-label:before {
    opacity: 1;
    left: 100px;
}
.switch-input:checked ~ .switch-label:before {
    opacity: 0;
}
.switch-left-right .switch-label:before {
    background: #eceeef;
    text-align: left;
    padding-left:28px!important;
}
.switch-left-right .switch-label:before, .switch-left-right .switch-label:after {
    width: 20px;
    height: 20px;
    top: 4px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 11px 0 0 0;
    text-indent: 0px;
    border-radius: 20px;
}
.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #666;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

span.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    position: absolute;
  
}

.switch-label:before, .switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    box-sizing: content-box;
    font-size: 13px;
    text-transform: capitalize;
}

.switch-left-right .switch-input:checked ~ .switch-label:after {
    left: 0!important;
    opacity: 1;
    padding-left: 20px;
}


.switch-input:checked ~ .switch-label:after {
    opacity: 1;
}


.switch-left-right .switch-label:after {
    text-align: left;
    text-indent: 9px;
    background: #24ac00!important;
    left: -168px!important;
    opacity: 1;
    width: 90%!important;
    font-size: 13px;
    text-transform: capitalize;
 
}
.switch-left-right .switch-label:before, .switch-left-right .switch-label:after {
    width: 152px;
    height: 20px;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 11px 0 0 0;
    text-indent: 0px;
    border-radius: 20px;
}
.switch-input:checked ~ .switch-handle {
    left: 159px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-one .switch-input:checked ~ .switch-handle {
    left: 109px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-one.switch-left-right .switch-label:before, .switch-left-right .switch-label:after {
    width: 102px;
    height: 20px;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 11px 0 0 0;
    text-indent: 0px;
    border-radius: 20px;
}
.switch-label, .switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.switch-handle {
    position: absolute;
    top: 2px;
    left: -1px;
    width: 22px;
    height: 22px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
        box-shadow: 0px 0px 3px #333;
}

.switch-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
    background-image: -webkit-linear-gradient(top, #c8c6c6, #e3e3e3);
    border-radius: 6px;
}
.inline-space{
    padding-left: 15px;
    padding-right: 0px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.p-r10{
    padding-right: 10px;
}
.form-control.custom-width{
    width: 256px;
}
.deduction-txt p{
    font-size:13px;
}
.deduction-txt p:first-child{
    margin-bottom:5px;
}
.mtop-4{
    margin-top: 4px;
}
.data-spacing .card{
    margin-bottom: 0px;
}
.data-spacing .card-body{
    padding:0px;
}
.data-spacing .table{
    margin-bottom: 0px;
}
.data-spacing .table-responsive{
    height: 181px;
}
.enter-data .modal-lg{
    max-width: 1024px;
}
.enter-data .modal-footer {
    padding: 10px 0;
    margin-top: 10px;
    padding-bottom: 10px;
}


.padding-0{
    padding:0px;
}
.pleft0{
    padding-left:0px;
}
.mLeft8{
    margin-left: 8px;
}
.data-spacing .table-responsive.tax-report {
    height: 382px;
}

/* .table-responsive .batch-mode tr th:first-child{
    width:250px;
} */
.table-responsive .batch-mode tr td:first-child{
    width:15%;
}

.table-responsive .batch-mode tr th{
  padding: 5px;
}

.table-responsive .batch-mode input.form-control{
    padding:5px;
   width:66px;
   text-align: center;
}
.table-responsive .table.batch-mode td, .table.batch-mode th {
    padding: 5px;
    
}
.table-striped.total-amt tbody tr:nth-of-type(odd) {
    background-color: #f1f1f1;
}

.setup-listing select.form-control {
    border-radius: 3px;
    font-size: 14px;
    color: #000000;
    border-color: #ddd;
    font-weight: 300;
    height: 175px;
    font-family: "Roboto", sans-serif;
}

.form-control.custom-inputsetup {
    width: 100px;
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
    height: 30px;
    font-size: 13px;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color:#fff;
    
}
.clone-data input{
    padding:5px;

}
.padding-btm{
 padding-bottom:0px;
}
.batchmode-layout .modal-lg {
    max-width: 800px;
}
.time-sheet select.form-control{
    padding:0px;
}

.time-sheet select.form-control option{
    padding: 10px 10px 10px 10px;
    color: #333;
    border-bottom: 1px solid #d4d3d3;
}
.selectbox .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f1f1f1;
}
input.form-control-custom+label.check-color{
    color:#fff;
}
.time-sheet select.form-control option:nth-of-type(odd){
    background-color: #eaf5ff;
}
.timesheet-space {
    padding-left: 7px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
}

    /* .   {
        padding-left: 25px;
    } */

    .icon {
        display: block;
        position: absolute;
        width: 1.5em;
        height: 1.5em;
        margin: -30px auto;
        font-size: 12px;
        right: 8px;
      }
      
      .icon:before,
      .icon:after {
        content: "";
        position: absolute;
      }
      .dropp{
      position: relative;
      }
      .dropp-header {
        background: #fff;
        color: #333;
        border: 1px solid #ccc;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        box-align: stretch;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        -o-align-items: stretch;
        align-items: stretch;
        -ms-flex-align: stretch;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        border-radius: 3px 3px 0px 0px;
        font-size: 14px;
      }
      
      .dropp-header__title {
        display: block;
        padding:8px;
        -webkit-box-flex: 8;
        -moz-box-flex: 8;
        box-flex: 8;
        -webkit-flex: 8;
        -moz-flex: 8;
        -ms-flex: 8;
        flex: 8;
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        font-size: 13px;
        color:#333;
      }
      
      .dropp-header__btn {
        display: block;
        background: transparent;
        color: #333;
        padding: 0px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        height: 35px;
        width: 100%;
      }
      
      .dropp-header__btn .icon {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
      }
      
      .dropp-header__btn .icon:before,
      .dropp-header__btn .icon:after {
        top: 30%;
        left: 25%;
        width: 50%;
        height: 15%;
        background: #18bcd1;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
      }
      
      .dropp-header__btn .icon:after {
        top: 55%;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
      }
      
      .dropp-header__btn.js-open { background: transparent }
      
      .dropp-header__btn.js-open .icon {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
      }
      
      .dropp-header__btn.js-open .icon:before,
      .dropp-header__btn.js-open .icon:after { background: #fff; }
      
      .dropp-header__btn:focus { outline: none; }
      
      .dropp-body {
        overflow: hidden;
        width: 100%;
        max-height: 0;    
        background: #ffffff;
        color: #333;    
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
      }

      .dropp-body  input.form-control-custom {
        visibility: hidden;
        width: 1px;
        position: absolute;
    }
    .dropp-header__btn.js-open .icon:before, .dropp-header__btn.js-open .icon:after{
        background: #18bcd1;
    }
    .dropp-body input.form-control-custom+label {
        font-size: 13px;
        margin-bottom:0px;
        margin-left: 0;
        color: #333;
        padding-left: 25px;
        position: relative;
        padding: 10px 15px 10px 27px;
    }
      
    .dropp-body input.form-control-custom+label::before {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        line-height: 16px;
        background: #ddd;
        color: #fff;
        text-align: center;
        position: absolute;
        top: 12px;
        left: 5px;
        -webkit-transition: all 0.1s;
        transition: all 0.1s;
        cursor: pointer;
    }
    .dropp-body input.form-control-custom.radio-custom+label::after {
        content: '';
        width: 6px;
        height: 6px;
        line-height: 6px;
        background: #fff;
        border-radius: 50%;
        top: 17px;
        left: 10px;
    }
      .dropp-body.js-open { max-height: 30em; }
      
      .dropp-body label {
        display: block;
        font-size: 0.875em;
        color: #fff;
        text-decoration: none;
        padding: 0px;
        font-weight: 400;
        border-bottom: 1px solid #ccc;
        cursor: pointer;
      }
      .dropp-body .i-checks input label:last-child{
          border-bottom:none;
      }
      .dropp-body .i-checks input label:first-child{
        border-top:1px solid #ccc;
    }

    .inline-fixed.form-inline label{
        display: block;
        text-align: left;
        padding-left: 2px;
        padding-right: 0px;
    }
    .inline-fixed.inline-space {
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

.sheet-space{
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}
.dataTables_wrapper .p-left10{
    padding-left: 8px;
}
.mt-33 {
    margin-top: 33px;
}
.padding-left10{
    padding-left: 10px;
}

/*This code is only for ASP.Net Data Table don't remove it*/

/*.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 5px 12px;
    font-size: 14px;
    margin: 0;
    margin-left: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #ddd;
    background-color: #18bcd1;
    background: #18bcd1;
    border-color: #18bcd1;
    font-size: 14px;
    padding: 5px 12px;
    margin: 0;
    margin-left: 2px;
}*/
/*Print Report CSS*/

/*print CSS */

/* 
tbody {
    display:block;
    height:200px;
    overflow:auto;
}
thead, tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}
thead {
    width: calc( 100% - 1em )
} */

/* Toaser css*/

/* swich on and of*/

.siwth-shift{padding:0px 0px; width:31%; display:inline-block;}
.switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 25px;
    padding: 0px;
    margin: 0 10px 0px 0;
    border-radius: 18px;
    cursor: pointer;
    box-sizing: content-box;
}
.switch-one {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 130px;
    height: 25px;
    padding: 0px;
    margin: 0 10px 0px 0;
    border-radius: 18px;
    cursor: pointer;
    box-sizing: content-box;
}
label {
    font-weight: inherit;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;

    line-height: normal;
      -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}


.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}
.switch-left-right .switch-input:checked ~ .switch-label {
    background: inherit;
}
.switch-input:checked ~ .switch-label {
    background: #E1B42B;
}
.switch-left-right .switch-label {
    overflow: hidden;
    border: 1px solid #c0c0c0;
}
.switch-label, .switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}
.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-sizing: content-box;
}
.switch-left-right .switch-input:checked ~ .switch-label:before {
    opacity: 1;
    left: 100px;
}
.switch-input:checked ~ .switch-label:before {
    opacity: 0;
}
.switch-left-right .switch-label:before {
    background: #eceeef;
    text-align: left;
    padding-left:28px!important;
}
.switch-left-right .switch-label:before, .switch-left-right .switch-label:after {
    width: 20px;
    height: 20px;
    top: 4px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 11px 0 0 0;
    text-indent: 0px;
    border-radius: 20px;
}
.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #666;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

span.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    position: absolute;
  
}

.switch-label:before, .switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    box-sizing: content-box;
    font-size: 13px;
    text-transform: capitalize;
}

.switch-left-right .switch-input:checked ~ .switch-label:after {
    left: 0!important;
    opacity: 1;
    padding-left: 12px;
}


.switch-input:checked ~ .switch-label:after {
    opacity: 1;
}


.switch-left-right .switch-label:after {
    text-align: left;
    text-indent: 9px;
    background: #18bcd1!important;
    left: -168px!important;
    opacity: 1;
    width: 90%!important;
    font-size: 13px;
    text-transform: capitalize;
 
}
.switch-left-right .switch-label:before, .switch-left-right .switch-label:after {
    width: 152px;
    height: 20px;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 11px 0 0 0;
    text-indent: 0px;
    border-radius: 20px;
}
.switch-input:checked ~ .switch-handle {
    left: 77px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-one .switch-input:checked ~ .switch-handle {
    left: 109px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-one.switch-left-right .switch-label:before, .switch-left-right .switch-label:after {
    width: 102px;
    height: 20px;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 11px 0 0 0;
    text-indent: 0px;
    border-radius: 20px;
}
.switch-label, .switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.switch-handle {
    position: absolute;
    top: 2px;
    left: -1px;
    width: 22px;
    height: 22px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
        box-shadow: 0px 0px 3px #333;
}

.switch-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
    background-image: -webkit-linear-gradient(top, #c8c6c6, #e3e3e3);
    border-radius: 6px;
}

.batch-process select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + -5px);
    min-width: 250px;
}
.mt-6{
    margin-top: 5px;
}
.inline-space.mb-6{
    margin-bottom: 6px;
}

/* Custome date paicker css*/
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 1px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
}
.ui-datepicker .ui-datepicker-title {
    font-size: 15px;
}
.ui-datepicker th {
    font-size: 14px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
text-align: center;
}
.ui-widget-content{
    width: 250px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

/* Checks account setup pop up form CSS*/

.mt-12 {
    margin-top: 12px;
}

.mtop-5{
    margin-top: 5px;
}

/* End Checks account setup pop up form CSS*/

/* new hire check list pop up custom check box css*/
.hire-list input.form-control-custom+label{
    margin-bottom: 15px;
    }
  .common-btn.checklist-btn{
        white-space: nowrap;
        width: 100%;
        text-align: center;
    }
   .main-hirelist input.form-control{
        font-size: 13px;
    }
    .main-hirelist a.section-link{
        color: #18bcd1;
    text-decoration: none;
    }
     .table-striped.main-hirelist tbody tr:nth-of-type(odd) {
        background-color: #f7f7f7;
    }
    .img-thumbnail{
        width: 100px;
        height:90px;
        float: right;
        margin-top: 0;
        position: absolute;
        right: 0px;
        top: 0px;
    }
    .img-browse{
        position: relative;
    }
    
/* End new hire check list pop up custom check box css*/

/* Start Reconcile a Checking Account pop up css*/
.reconcile-list table tr th:first-child,  .reconcile-list table tr td:first-child{
    width:8%;
    text-align: center;
}
.reconcile-list input.form-control-custom+label{
   margin-bottom: 15px;
}

/* End Reconcile a Checking Account pop up css*/


/*  cross icon css */
.close-icon {
    position: absolute;
    opacity: 0.8;
  }
  .close-icon:hover {
    opacity: 1;
  }
  .close-icon:before, .close-icon:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height:15px;
    width: 2px;
    background-color: #333;
  }
  .close-icon:before {
    transform: rotate(45deg);
  }
  .close-icon:after {
    transform: rotate(-45deg);
  }
  /*  cross icon css */


  .pay-report table tr th:first-child, .pay-report table tr td:first-child {
    width:70%;
  }
  .padding-0{
      padding: 0px;
  }
  .padding-left0{
    padding-left: 0px;
}
h6{
    font-size: 14px;
    color: #6c757d;
}
.hide {
    display: none;
  }

   /*  Paydate Schedule Wizard pop up css 
   ========================================================================== */

  .new-wizard p{
      font-size: 13px;
      margin-bottom: 10px;
  }
  .paydate-wizard .modal-lg{
    max-width:700px;
  }

   .paydate-wizard  .modal-body{
    height: 200px;
  } 
   
     #tbltimesheetradio6 .nav-link{
         display: block !important;
     }
    #tbltimesheetradio6 .tab-content .show{
        display: block !important;
     }
.carousel-inner h5{
    color: #707070;
    padding-bottom:5px;
    text-align: center;
}

     .carousel-content {
        color:black;
        display:flex;
        align-items:center;
    }
    
    #text-carousel {
      width: 100%;
      height: auto;
      padding: 50px;
    }
    .carousel-inner {
        position: relative;
        width:80%;
        overflow: hidden;
        margin:0px auto;
    }
    .carousel-control-next, .carousel-control-prev {
        position: absolute;
        top: 50px;
        bottom: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 9%;
        color: #fff;
        text-align: center;
        opacity: 100;
        background: #18bcd1;
        height: 30px;
        border-radius: 28px;
        font-size: 14px;
        line-height:16px;
    }
    .payroll-feq{
     text-align: center;
    width: 50%;
    margin: 0px auto;
    }
    .carousel-text {
        width: 90%;
        margin:0px auto;
    }

    #tbltimesheetradio10 .nav-link{
        display: block !important;
    }
 

    #tbltimesheetradio10 .tab-content .show{
       display: block !important;
    }

    .form-control.custom-report {
        width: 255px;
    }
    .form-control.report-inputsetup {
        width: 59px;
        float: left;
        margin-right: 5px;
        margin-bottom: 10px;
        height: 27px;
        font-size: 13px;
        font-size: 13px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-top: 3px;
        margin-left: 0px;
        margin-right: 2.5px;
    }
    .form-control.report-inputsetup:first-child {
        margin-left: 3px;
        
    }
    .row-listing{
        width: 100%;
        height: 35px; 
        border: 1px solid #ccc;
        border-radius: 2px;
        margin-bottom: 10px;
        color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

.ui-draggable-dragging{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 25%;
        display: none;
    }
    .reportsetup-data .modal-footer {
        padding: 10px 0;
        margin-top: 10px;
        padding-bottom: 0px;
    }
    .mt-16{
        margin-top: 16px;
    }
    #showMe{
        display:block;
    }
    #showMe1{
        display:none;
    }

    /*  New hire list model pop up css
    ========================================================================== */
    .new-employee .modal-body {
        height:260px;
    }

    .carousel-inner .hire-employee {
        width:60%;
     }
     .hire-employee .form-control.custom-width {
        width: 174px;
     }
     .hire-dated .form-control.custom-width {
        width:210px;
     }
     .p-r40 {
        padding-right: 40px;
    }
    .hire-employee .inline-space {
        margin-bottom: 5px;
    }
    .p-r18{
    padding-right: 18px;
    }
    .carousel-inner .hire-dated {
        width: 60%;
    }
    .p-r23{
    padding-right: 23px;
    }
    .form-group.hire-time{
        width:60%;
    }
.job-btn{
    margin-left: 10px;
    margin-top: 6px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.p-r13{
padding-right: 13px;
}

.form-group.details-time{
    width: 42%;
}
.carousel-inner .job-details{
    width:95%;
}
.form-group.hire-ttile {
    width: 53%;
}
.form-control.dated{
width: 30%;
 margin-left: 10px;
}

/* New From 1099-MISC Recipient CSS 
========================================================================== */
.p-r81{
padding-right: 81px;
}
.p-r42{
padding-right: 42px;
}
.p-r52{
padding-right: 52px;
}
.p-r59{
padding-right: 59px;
}
/* Payroll Report Page inner payroll Details Report Setup pop up  CSS
========================================================================== */
.form-group .m-l25 {
    margin-left: 25px;
}

/* Payroll Report Page inner Payroll General Ledger Report Setup pop up  CSS
========================================================================== */
.mt-10{
margin-top: 10px;
}
.mt-15{
    margin-top: 16px;
 }
 
.net-pay{
    visibility: hidden;
}
.card-header.heading-setup {
padding-top:5px;
margin-bottom: 10px;
}

#example.table-striped tr th:last-child, #example.table-striped tr td:last-child{
width:11%;
} 
.m-r4{
    margin-right: 4px;
}

.i-checks.text-center .mb-15{
margin-bottom: 15px;
}

#Identification .modal-footer {
    padding: 1rem 0 0px;
    margin-top: 30px;
}

.employee-list-table.report-btn .common-btn{
    width: 100%;
    text-align: center;
}
#option .ml-25{
    margin-left: 25px;
}
#option .ml-50{
    margin-left: 50px;
}
.mb-0{
    margin-bottom: 0px;
}
/* Error Page CSS */

/* Error Page */
    .error .clip .shadow
    {
        height: 120px;  /*Contrall*/
    }
    .error .clip:nth-of-type(2) .shadow
    {
        width: 130px;   /*Contrall play with javascript*/ 
    }
    .error .clip:nth-of-type(1) .shadow, .error .clip:nth-of-type(3) .shadow
    {
        width:155px; /*Contrall*/
    }
    .error .digit
    {
        width: 100px;
        height: 100px;
        line-height: 93px;
        font-size:70px;
        font-weight: bold;
    }
    .error h2   /*Contrall*/
    {
        font-size:15px;
    }
    .error .msg /*Contrall*/
    {
        top: -154px;
        left: 35%;
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 17px;
    }
    .error span.triangle    /*Contrall*/
    {
        top: 73%;
        right: 0%;
        border-left: 19px solid #406e97;
        border-top: 7px solid transparent;
        border-bottom: 15px solid transparent;
    }


    .error .container-error-404
    {
      margin-top: 10%;
        position: relative;
        height: 195px;
        padding-top: 40px;
    }
    .error .container-error-404 .clip
    {
        display: inline-block;
        transform: skew(-45deg);
    }
    .error .clip .shadow
    {
        
        overflow: hidden;
    }
    .error .clip:nth-of-type(2) .shadow
    {
        overflow: hidden;
        position: relative;
        box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150,0.8), 20px 0px 20px -15px rgba(150, 150, 150,0.8);
    }
    
    .error .clip:nth-of-type(3) .shadow:after, .error .clip:nth-of-type(1) .shadow:after
    {
        content: "";
        position: absolute;
        right: -8px;
        bottom: 0px;
        z-index: 9999;
        height: 100%;
        width: 10px;
        background: linear-gradient(90deg, transparent, rgba(173,173,173, 0.8), transparent);
        border-radius: 50%;
    }
    .error .clip:nth-of-type(3) .shadow:after
    {
        left: -8px;
    }
    .error .digit
    {
        position: relative;
        top: 8%;
        color: white;
        background: #e64545;
        border-radius: 50%;
        display: inline-block;
        transform: skew(45deg);
    }
    .error .clip:nth-of-type(2) .digit
    {
        left: -10%;
    }
    .error .clip:nth-of-type(1) .digit
    {
        right: -16%;
    }.error .clip:nth-of-type(3) .digit
    {
        left: -20%;
    }    
    .error h2
    {
        color: #555353;
        font-weight: normal;
        padding-bottom: 20px;
        width: 40%;
        margin: 0px auto;
        font-size: 19px;
        line-height: 25px;
        
    }
    .error .msg
    {
        position: relative;
        z-index: 9999;
        display: block;
        background: #406e97;
        color: #fff;
        border-radius: 50%;
        font-style: italic;
    }
    .error .triangle
    {
        position: absolute;
        z-index: 999;
        transform: rotate(45deg);
        content: "";
        width: 0; 
        height: 0; 
    }
    .error-btn .common-btn{
        background: #135693;
        box-shadow: 0px 4px 5px 0px #cacaca;
        font-size: 17px;
        width: 19%;
        line-height: 25px;
    }
    .shadow {
        box-shadow: 0 .5rem 2rem rgba(0,0,0,.15)!important;
    }
.p-left60{
    padding-left:60px;
}
.p-left5 {
    padding-left: 5px;
}
.mb-10{
    margin-bottom: 10px;
}
.p-l0-r0{
    padding-left: 0px;
    padding-right: 0px;
}
.mt-20{
    margin-top: 20px;
}
.commen-display{
    padding-bottom: 10px;
}
.p-left40 {
    padding-left: 40px;
}
.form-group.sheet-summary{
width:50%;
}
.certified .i-checks {
    float: left;
    margin-right: 15px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.card-header.certificate-section{
    padding-top: 0px;
    margin-bottom: 4px;
}
.inline-space.worksheet-filter{
    margin-top: 0px;
}

.inline-space.filter-space{
    margin-top: 0px;
    padding-left: 5px;
}
.worksheet-datatable table{
    margin-bottom: 0px;
}
.pleft45{
    padding-left: 45px;
}

.form-control.custom-worksheet{
    width: 280px;
}
.pleft7{
    padding-left: 7px;
}
.pleft19{
    padding-left: 19px;
}
.pleft49{
    padding-left: 49px;
}
.pleft34{
    padding-left: 34px;
}
.worksheet-heading input.form-control-custom+label{
    margin-bottom: 0;
}
.modal-footer>:not(:last-child) {
    margin-right: 0;
}
/* Payroll Report Leave Balances Report Setup CSS
  */
.p-left0{
    padding-left:0px;
}
.col-heading{
    padding-left:0px;
    font-size:13px;
}
.heading-name{
    width: 100px;
    border: 1px solid #ddd;
    margin: 5px 0 5px 0px;
    text-align: center;
    font-size: 14px;
    line-height: 27px;
    border-radius: 3px;
    float: left;
}
.dynamic-coloumn{
    margin-top: 5px;
}
.dynamic-coloumn:first-child{
    margin-left: 5px;
}

input#checkbox-balance1.form-control-custom+label{
    margin-top: -15px;
}
.mleft19{
    margin-left: 19px;
}
.mleft25 {
    margin-left: 25px;
}
.p-btm8{
padding-bottom: 8px;
}
/* Error Page */
@media(max-width: 767px){
    /* Error Page */
            .error .clip .shadow
            {
                height: 100px;  /*Contrall*/
            }
            .error .clip:nth-of-type(2) .shadow
            {
                width: 80px;   /*Contrall play with javascript*/ 
            }
            .error .clip:nth-of-type(1) .shadow, .error .clip:nth-of-type(3) .shadow
            {
                width: 100px; /*Contrall*/
            }
            .error .digit
            {
                width: 80px;   /*Contrall*/
                height: 80px;  /*Contrall*/
                line-height: 80px; /*Contrall*/
                font-size: 52px;
            }
            .error h2   /*Contrall*/
            {
                font-size: 24px;
            }
            .error .msg /*Contrall*/
            {
                top: -110px;
                left: 15%;
                width: 40px;
                height: 40px;
                line-height: 40px;
                font-size: 18px;
            }
            .error span.triangle    /*Contrall*/
            {
                top: 70%;
                right: -3%;
                border-left: 10px solid #535353;
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
            }
.error .container-error-404{
    height: 150px;
  }
 
}

.login-btn{
    width:100%;
    background: #0065a4;
    font-size: 17px;
    text-transform: uppercase;
    border: none;
    border-radius:10px;
    color: #fff;
    background-image: linear-gradient(to right, #1DB9A0 0%, #4d94c4 100%);
}
.login-btn:hover {
    color: #fff;
    background: #364e63;
}
.btn.login-btn:focus, .btn.login-btn.focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}
.login-pbtm{
    padding-bottom:15px;
  }
 .register-page form {
    margin: 2rem auto 0px;
    
}
/*--------------------------------------------New hire Report CSS--------------------------------*/
.selecting-report select.form-control option {
    padding: 10px 10px 10px 10px;
    color: #333;
    border-bottom: 1px solid #d4d3d3;
}
.selecting-report select.form-control option:nth-of-type(odd) {
    background-color: #eaf5ff;
}
.mleft-10{
    margin-left:10px;
}

/*--------------------------------------------Work sheet Setup CSS--------------------------------*/
.drag-content.deduction-drag .box-container {
    height: 221px;
    overflow: auto;
}

.drag-content.deduction-drag .box-container {
    height: 221px;
    overflow: auto;
}

#reportperiod .form-group {
    margin-bottom: 0;
}
.mtop-5{
    margin-top: 5px;
}
.table tbody+tbody {
    border-top: 0px;
}
.m-top23{
    margin-top: 23px;
}
/*--------------------------------------------Check Summaries --------------------------------*/
#tbltimesheetradio3 .nav-link {
    display: block !important;
}
#tbltimesheetradio3 .tab-content .show {
    display: block !important;
}
#tbltimesheetradio5 .nav-link {
    display: block !important;
}
#tbltimesheetradio5 .tab-content .show {
    display: block !important;
}
.preloader img{
    width: 70px;
    position: absolute;
    top:50%;
    left: 50%;
}
/*--------------------------------------------Direct deposit --------------------------------*/
.direct-spacing{
padding-right: 10px;
padding-top: 5px;
}

.direct-btm .inline-space{
 margin-bottom: 0;
}
.option-space hr {
    margin-top:7px;
    margin-bottom: 5px;
}
.m-top10{
    margin-top: 10px;
}

/*--------------------------------------------Add a New Tax Deposit --------------------------------*/
.time-sheet select.form-control option{
    padding: 10px 10px 10px 10px;
    color: #333;
    border-bottom: 1px solid #d4d3d3;
}

.time-sheet .form-control:focus {
    box-shadow: none;
    border: 1px solid #ccc;
}

.card-body.demo1 {
    padding: 1rem;
    margin-top: 15px;
    height: 450px;
}
.card-body.demo1 .form-control {
    padding: .25rem .5rem;
    font-size: 15px;
    line-height: 1.5;
}
/*--------------------------------------------Framework --------------------------------*/

.overlay { position: relative; z-index: 20; } /*done*/
    .ground-color { background: white; }  /*done*/
    .item-bg-color { background: #EAEAEA } /*done*/
    
    /* Padding Section*/
        .padding-top { padding-top: 10px; } /*done*/
        .padding-bottom { padding-bottom: 10px; }   /*done*/
        .padding-vertical { padding-top: 10px; padding-bottom: 10px; }
        .padding-horizontal { padding-left: 10px; padding-right: 10px; }
        .padding-all { padding: 10px; }   /*done*/

        .no-padding-left { padding-left: 0px; }    /*done*/
        .no-padding-right { padding-right: 0px; }   /*done*/
        .no-vertical-padding { padding-top: 0px; padding-bottom: 0px; }
        .no-horizontal-padding { padding-left: 0px; padding-right: 0px; }
        .no-padding { padding: 0px; }   /*done*/
    /* Padding Section*/

    /* Margin section */
        .margin-top { margin-top: 10px; }   /*done*/
        .margin-bottom { margin-bottom: 10px; } /*done*/
        .margin-right { margin-right: 10px; } /*done*/
        .margin-left { margin-left: 10px; } /*done*/
        .margin-horizontal { margin-left: 10px; margin-right: 10px; } /*done*/
        .margin-vertical { margin-top: 10px; margin-bottom: 10px; } /*done*/
        .margin-all { margin: 10px; }   /*done*/
        .no-margin { margin: 0px; }   /*done*/

        .no-vertical-margin { margin-top: 0px; margin-bottom: 0px; }
        .no-horizontal-margin { margin-left: 0px; margin-right: 0px; }

        .inside-col-shrink { margin: 0px 20px; }    /*done - For the inside sections that has also Title section*/ 
    /* Margin section */

    hr
    { margin: 0px; padding: 0px; border-top: 1px solid rgb(233, 236, 239); }
/*--------------------------------------------FrameWork------------------------*/

/* Error1 Page CSS */
#notfound {
    position: relative;
    height: 100vh;
  }
  
  #notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    box-shadow: 0 .5rem 2rem rgba(0,0,0,.15)!important;
  }
  
  .notfound {
    max-width: 767px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
    padding: 15px;
  }
  
  .notfound .notfound-404 {
    position: relative;
    height: 220px;
  }
  
  .notfound .notfound-404 h1 {
    font-family: 'Kanit', sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 186px;
    font-weight: 200;
    margin: 0px;
    background: linear-gradient(130deg, #ffa34f, #ff6f68);
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
    text-transform: uppercase;
  }
  
  .notfound h2 {
    font-family: 'Kanit', sans-serif;
    font-size: 33px;
    font-weight: 200;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 25px;
    letter-spacing: 3px;
  }
  
  
  .notfound p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 200;
    margin-top: 0px;
    margin-bottom: 25px;
  }
  
  
  .notfound a {
    font-family: 'Kanit', sans-serif;
    color: #ff6f68;
    font-weight: 200;
    text-decoration: none;
    border-bottom: 1px dashed #ff6f68;
    border-radius: 2px;
  }
  
  .notfound-social>a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 14px;
    color: #ff6f68;
    border: 1px solid #efefef;
    border-radius: 50%;
    margin: 3px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
  .notfound-social>a:hover {
    color: #fff;
    background-color: #ff6f68;
    border-color: #ff6f68;
  }

  .edit-dropdown .dropdown-menu{
    padding: 0 0;
  }
 div.table-responsive>div#selectemployee_wrapper.dataTables_wrapper>div.row {
    margin-top: 10px;
}
.p-top0{
    padding-top: 0px;
}  

#pagesetup select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + -5px);
    min-width: 60px;
    padding-left: 5px;
}

  @media only screen and (max-width: 480px) {
    .notfound .notfound-404 {
      position: relative;
      height: 168px;
    }
  
    .notfound .notfound-404 h1 {
      font-size: 142px;
    }
  
    .notfound h2 {
      font-size: 22px;
    }
  }
    .time-sheet select.form-control option[value='0'].selected {
        background: orange;    
    }
    /*--------------------------------------------Option page CSS------------------------*/

    .option-input{
        float: left;
        padding-left: 0px;
        padding-top: 5px;
    }
    .mt-30{
        margin-top: 30px;
    }

    .pleft-25{
        padding-left: 25px;
    }
    .p-left-right{
        padding-left: 0px;
        padding-right: 0px;
    }
    .p-top12{
        padding-top: 12px;
    }
    #pagesetup .card-header {
        margin-bottom: 3px;
    }
    .form-group.personnel-wth{
        width: 85%;
    }
    #personnel-report-setup input.form-control-custom+label {
        margin-bottom: 0px;
     }
     .p-left25{
         padding-left: 25px;
     }
    .blue {
        pointer-events: auto;
      }
      
  /*--------------------------------------------Personnel Report Page CSS------------------------*/
    .commen-border{
        border-top: 0px;
        border: 1px solid #dee2e6;
        margin-bottom: 0px;
      }

    .col-sm-12.time-sheet.padding-0 {
        height: 323px;
        overflow: auto;
    }
    .combined-active{
        background-color: #18bcd1;
        color: #fff;
    }
 .table-hover tbody tr td{
        padding:10px;
    }

    .table-hover tbody tr:nth-child(even) {background: #f5f5f5}
    .table-hover tbody tr:nth-child(odd) {background: #FFF}

    /* .table-hover tbody tr:hover {
        background-color: rgb(24, 188, 209);
       color:#fff;
    } */
    .rotate {
        writing-mode: vertical-rl;
        text-align: center;
        transform:rotate(180deg);
        height:70vh;
      }
      .rotate-one {
        writing-mode: vertical-rl;
        text-align: center;
        transform: rotate(180deg);
        height: 40vh;
    }
    .logo img {
        width: 60%;
    }
      .rotate-two {
        writing-mode: vertical-rl;
        text-align: center;
        transform:rotate(180deg);
        height:55vh;
      }
      .p-top8{
        padding-top: 8px;
      }
      .select-personnel.time-sheet.padding-0 {
        height: 325px;
        overflow: auto;
        width: 100%;
    }
      

    .common-btn {
        font-size: 14px;
        color: #ffffff;
        background: #203c8ac2;
        padding: 6px 13px;
        border-radius: 3px;
        text-decoration: none;
        border: none;
        margin-bottom: 5px;
        min-width: 60px;
        text-transform: uppercase;
    }
    .common-btn.gray-btn {
        background: #2b2c2dba;
        min-width: 60px;
    }
    .btn-space {
        margin-top: 10px;
    }
    .form-group {
        margin-bottom: 10px;
    }
    .table .thead-dark tr th {
        background: #36304a;
        position: sticky;
        top: 0;
        white-space: nowrap;
        z-index: 1;
        color: #ffffff;
    }
 


    .table .thead-dark th {
        color: #fff;
        background-color: #2b2c2dba;
        border-color: #dee2e6;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
    }
    table.table.table-bordered.table-hover {
        margin-bottom: 0px;
    }
    .table .thead-dark tr th:first-child, .table .thead-dark tr td:first-child{
        width:20px;
    }
    .table .thead-dark tr th:nth-child(2), .table .thead-dark tr td:nth-child(2){
        min-width:100px;
    }
    .table tr, .table td {
        border-collapse: collapse;
        font-size: 13px;
        vertical-align: middle;
        text-align: center;
    }
    .style-8::-webkit-scrollbar-track {
        border: 1px solid black;
        background-color: #F5F5F5;
    }
    
    .style-8::-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5;
    }
    
    .style-8::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
        background-color: #F5F5F5;
        border-radius: 10px;
        border: 1px solid #ccc;
    }
    
    .style-8::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.2%, #929191), color-stop(0.2%, #929191), color-stop(0.2%, #929191));
    }
    div#report.table-responsive {
        height: 220px;
        overflow: auto;
    }
/*     .table.table-hover tbody tr:last-child{
        background: #696969;
        position: sticky;
        bottom: 0;
        white-space: nowrap;
        z-index: 1;
        color: #ffffff;
        } 
        .table.table-hover tr:last-child td {
            border: none;
        }
        .border-left{
            border-right: 1px solid #dee2e6;
        }
        .mt15{
            margin-top: 15px;
        }*/
	
.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.info {
	color: #00529B;
	background-color: #BDE5F8;
}

.success {
	color: #4F8A10;
	background-color: #DFF2BF;
}

.warning {
	color: #9F6000;
	background-color: #FEEFB3;
}

.error {
	color: #D8000C;
	background-color: #FFC2B2;
}
