﻿
.td-border-left-marker {
    border-left-width: medium !important;
    border-left-color: mediumseagreen !important;
}

.td-wordwrap {
    word-wrap: break-word;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.ui-resizable-helper {
    border: 1px dotted gray;
}

.input-size-height {
    height: 35px;
}

.text-red {
    color: red;
}

.logo-image-big{
    text-align: center;
}

.logo-image-big img {
    width: 80px;
}

.dataTables_filter {
    float:right;
}

.w-15 {
    width: 15%;
}

.ptop-1 {
    padding-top: 1px;
}

.f8 {
    font-size: 8px !important;
}

.f10 {
    font-size: 10px !important;
}

.f12 {
    font-size: 12px !important;
}

.f15 {
    font-size: 15px !important;
}

.f17 {
    font-size: 17px !important;
}

.f20 {
    font-size: 20px !important;
}

.f25 {
    font-size: 25px !important;
}

textarea.form-control {
    padding: 2px 2px 2px 2px !important;
}

.img-menu {
    width: 34px;
    float: left;
    margin-right: 10px;
}

.top-6 {
    margin-top: 6px;
}
.top-06 {
    margin-top: -6px;
}

.tab-content {
    height: auto;
    border-left: solid 1px #ecebeb;
    border-right: solid 1px #ecebeb;
    border-bottom: solid 1px #ecebeb;
    border-top: solid 1px #ecebeb;
    width: 100%;
    padding: 15px 15px 15px 15px;
}

.content {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
}

.table-responsive {
    overflow-x: visible;
    overflow-y: visible;
}

.colorful-inner {
    font-size: 12px;
}

.pull-center {
    margin-left:auto;
    margin-right:auto;
}

progress {
    background-color:red;    
    bottom: -6px;
    position: relative;
    width: 100%;
    height: 1px;
}
progress::-webkit-progress-bar {
    background-color:#808080;
}
progress::-webkit-progress-value {
    background-color:#6bd098;
    height:2px;
}
progress::-moz-progress-bar {
    background-color:red;
}

.upload-modal .modal-body {
    padding: 10px 0px 0px 0px;
}

.lbl-company-name {    
    font-size: 12px !important;
    margin-top: -12px;
    position: absolute;
}

/*.mnu-company-active {
    color: #fff!important;
    opacity: 1;
    text-decoration: none;
    background-color: #66615b;
}*/

.btn-company-active {
    background-color: #6bd098!important;
    color: hsla(0,0%,100%,.8)!important;
    border-color: #6bd098!important;
}

.btn-edit-company, .btn-default-company {
    margin-top:0px;
}

h4 {
    margin-top: 0px !important;
}

.text-decoration-none:hover {
    text-decoration: none;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ecebeb;
  font-size: 12px;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ecebeb;
  font-size: 12px;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ecebeb;
  font-size: 12px;
}

.dv-benefits-category-container {
    background-color: #ecebeb;
    margin-left:auto;
    margin-right: auto;
    width: 95%;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    padding: 5px 5px 5px 5px;
}

.dv-benefits-category-container .dv-benefits-category-name {
    width: 48%;
    float:left;
    margin-left: 3px;
    margin-right: 3px;
    cursor: pointer;
}
.dv-benefits-category-name  i.green {
    color: #1d8522;
}

.dv-benefits-category-name:hover {
    color: #1d8522;
}

.card .avatar-icon {
    width: 30px;
    overflow: hidden;
    border-radius: 0% !important;
    margin-bottom: 15px;
}

.full-width-panel {
    float: none !important;
    width: 100% !important;
}

.input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group .form-control:first-child {
    border-right: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

span.input-group-append {
    display: none;
}

.w-80 {
    width: 80%;
}

.w-75 {
    width: 75%;
}

.w-25 {
    width: 25%
}

.w-20 {
    width: 20%;
}

.w-60 {
    width: 60%;
}

.w-10 {
    width: 10%;
}

.w-0 {
    width: 0%;
}

.w-40 {
    width: 40%;
}

.w-30 {
    width: 30%;
}

.w-5 {
    width: 5%;
}

.dv-template-name {
    float: left;
    width: 60%;
}

.dv-template-has-permission {
    float: left;
    width: 40%;
}


.tableFixHead          { overflow-y: auto; height: 500px; }
.tableFixHead thead th { position: sticky; top: 0; background-color: #fff; }

.dv-filter .btn {
    padding: 2px 5px !important;
}

.tbl-payslip td {
    padding: 4px 4px 4px 4px !important;
}

.li-menu {
    height: 30px !important;
}

.sidebar-mini i{
    font-size: 10px !important;
}


/* Toggle switch */
.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 25px;
}

    .slider.round:before {
        border-radius: 60%;
    }

.date-placeholder:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
}

.date-placeholder:focus:before,
.date-placeholder:valid:before {
    content: "";
}

.menu-dropdown-bg {
    background: #51CBCE !important;
    color: white !important;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index: 2000 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.modal-scroll-bar {
    max-height: 550px;
    overflow-y: auto;
}

.selectize-dropdown-content {
    max-height: 125px !important;
}

.dv-modal-scrollable {
    max-height: 350px;
    overflow-y: auto;
}

.custom-file-label, .custom-file-label:after {
    padding-top: 10px !important;
    padding-left: 10px !important;
}

.dv-logo-container {
    width: 100vw;
    height: auto;
    background-color: rgba(255, 255, 255, .3);
    text-align: center;
    margin: 0px 0 10px 0;
    padding: 5px 0px 5px 0px;
}

.dv-logo-container img {
    width: 200px
}

.dv-uploaded-photo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-size: cover !important;
}

.nav-badge-pill {
    position: absolute;
    height: 13px;
    font-size: 9px;
    right: 23px;
    background-color: #ff6666;
    color: white;
}

.page-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

::-webkit-calendar-picker-indicator {
    margin-left: -20px;
}

.dv-unscheduled-scrollable {
    overflow-y: auto;
    max-height: 610px;
}

.dv-notification {
    overflow-y: auto;
    max-height: 600px;
}

@media screen and (max-width: 991px) {
    #minimize-sidebar {
        display: none;
    }
}

.color-input {
    padding: 2px;
}