﻿/* main settings */
@font-face {
    font-family: 'Candara';
    src: url(/assets/fonts/Candara.ttf);
}

.upd_panel {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

    .upd_panel .center {
        z-index: 1000;
        margin: 300px auto;
        padding: 10px;
        width: 380px;
        height: 380px;
        background-color: black;
        border-radius: 10px;
        filter: alpha(opacity=100);
        opacity: 1;
        -moz-opacity: 1;
    }

        .upd_panel .center img {
            height: 320px;
            width: 320px;
            position: absolute !important;
            top: 32% !important;
            left: 28% !important;
        }

body {
    background-color: #fff !important;
    /*font-family: Candara !important;*/
}

.tf-navbar {
    background-color: #0D0F41 !important;
}

.tf-footer {
    padding-top: 5px;
    padding-bottom: 0;
    border: none !important;
}

.tf-footer-wrapper {
    bottom: 0;
    position: absolute;
    width: calc(100% - 220px);
}

.tf-header-padding {
    padding-top: 5px;
    padding-bottom: 5px;
}

.tf-border-right {
    border-right: 1px solid #fff;
}

.tf-first-menu {
    margin-top: 25px;
}

.tf-sidebar {
    background-color: #fafafa !important;
}

.tf-sidebar-icons {
    max-height: 20px !important;
    display: inline-block !important;
}

.tf-user-icon {
    max-height: 30px !important;
    display: inline-block !important;
}

.tf-user-a {
    padding: 6px 15px !important;
}

.tf-user-quick-add {
    padding: 10px 5px !important;
    max-height: 30px !important;
    display: inline-block !important;
}

    .tf-user-quick-add img {
        max-height: 25px !important;
        display: inline-block !important;
    }



.tf-user-name {
    text-align: center;
    background-color: #188ae2 !important;
    color: #fff !important;
}


.tf-menu-caret {
    font-size: 1.2rem !important;
}

.tf-sidebar-menu-items ul li:hover {
    background-color: #f2f1f1 !important;
    border-left: 5px solid #007eff !important;
}

.tf-sidebar-menu-items ul li ul li:hover {
    border: none !important;
    background-color: #188ae2 !important;
}

    .tf-sidebar-menu-items ul li ul li:hover a {
        color: #fff !important;
    }

.tf-sidebar-menu-items a {
    color: #000 !important
}

.tf-vno {
    text-align: center;
    position: absolute;
    bottom: -1px;
    width: 100%;
    color: #fff !important;

    /* KS */
    /* background: #008cff; */
    background: #2b2b2b;
}

.tf-footer-logo {
    width: 25px;
}

.tf-footer-name {
    color: #fff;
}

    .tf-footer-name:hover {
        color: #fff;
    }

.tf-color-white {
    color: #fff !important;
}


.tf-color-gray {
    color: #999999 !important;
}

.tf-footer-border-right {
    border-right: 1px solid #fff;
}

.tf-font-times-new-roman {
    font-size: 12px !important;
}

.tf-mt-5 {
    margin-top: 5px;
}


.tf-mt-3 {
    margin-top: 3px;
}

.tf-alert-danger {
    border: 1px solid #f94949 !important;
    background: none !important;
    color: #000 !important;
}

    .tf-alert-danger span i {
        color: #f94949;
    }

    .tf-alert-danger p {
        display: inline-block;
        margin-top: 6px;
        position: absolute;
        margin-left: 10px;
    }

.tf-alert-success p {
    display: inline-block;
    margin-top: 6px;
    position: absolute;
    margin-left: 10px;
}

.tf-alert-success {
    border: 1px solid #a7d700 !important;
    background: none !important;
    color: #000 !important;
}

    .tf-alert-success span i {
        color: #a7d700;
    }

.radio-danger {
    color: #f94949;
}

.radio-success {
    color: #a7d700;
}

.tf-approved-btn {
    background-color: #575757;
    padding: 4px 9px 5px 9px;
    border-radius: 100px;
    border: none !important;
    color: #fff;
}

    .tf-approved-btn:hover {
        background-color: #a7d700;
    }

    .tf-approved-btn i {
        font-family: fontawesome;
        font-style: normal;
        font-size: 20px;
    }

.tf-back-btn {
    background-color: #575757;
    padding: 4px 10px 6px 10px;
    border-radius: 100px;
    border: none !important;
    color: #fff;
}

    .tf-back-btn:hover {
        background-color: #222222;
    }

    .tf-back-btn i {
        font-family: fontawesome;
        font-style: normal;
        font-size: 20px;
    }

.tf-disapproved-btn {
    background-color: #575757;
    padding: 4px 10px 6px 10px;
    border-radius: 100px;
    border: none !important;
    color: #fff;
}

    .tf-disapproved-btn:hover {
        background-color: #f94949;
    }

    .tf-disapproved-btn i {
        font-family: fontawesome;
        font-style: normal;
        font-size: 20px;
    }

.tf-excel-btn {
    background-color: #575757;
    padding: 4px 10px 6px 10px;
    border-radius: 100px;
    border: none !important;
    color: #fff;
}

    .tf-excel-btn i {
        font-family: fontawesome;
        font-style: normal;
        font-size: 20px;
    }

.tf-exit-btn {
    background-color: #575757;
    padding: 8px 10px 7px 10px;
    border-radius: 100px;
    border: none !important;
    color: #fff;
}

    .tf-exit-btn:hover {
        background-color: #222222;
    }

    .tf-exit-btn i {
        font-family: fontawesome;
        font-style: normal;
        font-size: 20px;
    }

.tf-note-btn {
    background-color: #575757;
    padding: 6px 10px 7px 10px;
    border-radius: 100px;
    border: none !important;
    color: #fff;
}

    .tf-note-btn:hover {
        background-color: #007eff;
    }

    .tf-note-btn i {
        font-family: fontawesome;
        font-style: normal;
        font-size: 20px;
    }

.tf-pdf-btn {
    background-color: #575757;
    padding: 8px 11px 7px 10px;
    border-radius: 100px;
    border: none !important;
    color: #fff;
}

    .tf-pdf-btn:hover {
        background-color: #4242d8;
    }

    .tf-pdf-btn i {
        font-family: fontawesome;
        font-style: normal;
        font-size: 20px;
    }

.tf-print-btn {
    background-color: #575757;
    padding: 8px 10px 7px 10px;
    border-radius: 100px;
    border: none !important;
    color: #fff;
}

    .tf-print-btn:hover {
        background-color: #007eff
    }

    .tf-print-btn i {
        font-family: fontawesome;
        font-style: normal;
        font-size: 20px;
    }

.tf-review-btn {
    background-color: #575757;
    padding: 4px 11px 6px 11px;
    border-radius: 100px;
    border: none !important;
    color: #fff;
}

    .tf-review-btn:hover {
        background-color: #007eff;
    }

    .tf-review-btn i {
        font-family: fontawesome;
        font-style: normal;
        font-size: 20px;
    }

.tf-save-btn {
    background-color: #575757;
    padding: 4px 10px 6px 10px;
    border-radius: 100px;
    border: none !important;
    color: #fff;
}

    .tf-save-btn:hover {
        background-color: #f4a406;
    }

    .tf-save-btn i {
        font-family: fontawesome;
        font-style: normal;
        font-size: 20px;
    }

.tf-send-btn {
    background-color: #575757;
    padding: 4px 10px 6px 8px;
    border-radius: 100px;
    border: none !important;
    color: #fff;
}

    .tf-send-btn:hover {
        background-color: #a7d700;
    }

    .tf-send-btn i {
        font-family: fontawesome;
        font-style: normal;
        font-size: 20px;
    }

.tf-add-btn {
    background-color: #575757;
    /*padding: 4px 11px 6px 10px;*/
    padding: 7px 9px 7px 10px;
    border-radius: 100px;
    border: none;
    color: #fff;
    margin-bottom: 4px;
}

    .tf-add-btn:hover {
        background-color: #0d0f41;
    }

    .tf-add-btn i {
        font-family: fontawesome;
        font-style: normal;
        font-size: 20px;
    }

.tf-download-btn {
    background-color: #575757;
    /*padding: 4px 11px 6px 10px;*/
    padding: 7px 9px 7px 10px;
    border-radius: 100px;
    border: none;
    color: #fff;
    margin-bottom: 12px;
}

    .tf-download-btn:hover {
        background-color: #0d0f41;
    }

    .tf-download-btn i {
        font-family: fontawesome;
        font-style: normal;
        font-size: 20px;
    }

.tf-next-btn {
    background-color: #575757;
    /*padding: 4px 11px 6px 10px;*/
    padding: 9px 11px 6px 13px;
    border-radius: 100px;
    border: none;
    color: #fff;
    margin-bottom: 12px;
}

    .tf-next-btn:hover {
        background-color: #4242d8;
    }

    .tf-next-btn i {
        font-family: fontawesome;
        font-style: normal;
        font-size: 20px;
    }


.tf-upload-btn {
    background-color: #575757;
    padding: 8px 9px 8px 9px;
    border-radius: 100px;
    border: none !important;
    color: #fff;
}

    .tf-upload-btn:hover {
        background-color: #4242d8;
    }

    .tf-upload-btn i {
        font-family: fontawesome;
        font-style: normal;
        font-size: 20px;
    }

.tf-view-btn {
    background-color: #575757;
    padding: 4px 10px 6px 10px;
    border-radius: 100px;
    border: none !important;
    color: #fff;
}

    .tf-view-btn:hover {
        background-color: #a7d700;
    }

    .tf-view-btn i {
        font-family: fontawesome;
        font-style: normal;
        font-size: 20px;
    }
/*media queries*/
@media (max-width: 767px) {
    .navbar-inverse .navbar-collapse {
        background: #1576c2;
    }

    .navbar-toolbar > .open > a, .navbar-toolbar > .open > a:hover, .navbar-toolbar > .open > a:focus {
        background-color: #0d0f41;
    }
}

.navbar {
    min-height: 45px !important;
}

.navbar-brand {
    height: 45px !important;
    line-height: 28px !important;
    padding: 10px 20px !important;
}

.navbar-toolbar > li > a {
    height: 50px !important;
}

.tf-client-logo {
    max-height: 40px;
}

/*reports page*/
.tf-tile {
    box-shadow: inset 0 -15px 30px rgba(0, 0, 0, 0), 0 5px 10px rgba(0,0,0,0.5);
    background-color: #fff !important;
}

.tf-border-lime {
    border-color: #A7D700 !important;
}

    .tf-border-lime:hover {
        background-color: #A7D700 !important;
        color: #FFF;
        border: #fff;
        cursor: pointer;
    }

.tf-border-black {
    border-color: #222222 !important;
}

    .tf-border-black:hover {
        background-color: #222222 !important;
        color: #FFF;
        border: #fff;
        cursor: pointer;
    }

.tf-border-red {
    border-color: #F94949 !important;
}

    .tf-border-red:hover {
        background-color: #F94949 !important;
        color: #FFF;
        border: #fff;
        cursor: pointer;
    }

.tf-border-yellow {
    border-color: #F4A406 !important;
}

    .tf-border-yellow:hover {
        background-color: #F4A406 !important;
        color: #FFF;
        border: #fff;
        cursor: pointer;
    }

.tf-border-blue {
    border-color: #007EFF !important;
}

    .tf-border-blue:hover {
        background-color: #007EFF !important;
        color: #FFF;
        border: #fff;
        cursor: pointer;
    }

.tf-border-purple {
    border-color: #4242D8 !important;
}

    .tf-border-purple:hover {
        background-color: #4242D8 !important;
        color: #FFF;
        border: #fff;
        cursor: pointer;
    }

.tf-page-heading-img {
    display: inline-block !important;
    max-height: 30px !important;
    margin-top: -10px !important;
    margin-left: 15px;
}

.tf-page-heading-text {
    display: inline-block !important;
}

.tf-widget {
    box-shadow: inset 0 -15px 30px rgba(0, 0, 0, 0), 0 5px 10px rgba(0,0,0,0.1);
}

.tf-bg-purple {
    background-color: #4242D8;
    color: #fff;
}

.tf-bg-lime {
    background-color: #A7D700;
    color: #FFF;
}

th {
    /* KS */
    /* background-color: #188ae2; */
    background-color: #606060;
    color: #fff;
}

.wrap {
    padding-top: 0 !important;
}

hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border: 0;
    border-top: 1px solid #b9b9b9;
}

/* New Hiring Page */

label {
    /*font-weight:bold!important;*/
    display: block;
}

.hiring-or {
    margin-top: 10px;
}

.btn-save {
    background-color: #0d0f41;
    color: #fff;
    border-color: #0d0f41;
}

.hiring-or {
    font-weight: bold;
    font-size: 16px;
    margin-top: 19px;
}

.tf-mg-top {
    margin-top: 20px !important;
}

.tf-num-field {
    width: 50px;
}

.table {
    margin-bottom: 0;
    border: 1px solid #bfbebe;
}

.back-button-top-mg {
    margin-top: 12px;
}

.mg-bottom {
    margin-bottom: 20px;
    margin-top: 10px;
}

/* Employe List Page */

.user-img-div img {
    width: 200px !important;
}

.user-img-div {
    width: 200px;
}

.user-img-button {
    padding: 10px;
    border: none;
    border-radius: 4px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.employe-tables h4 {
    margin-top: 32px;
    margin-bottom: 8px;
    font-weight: bold;
    padding-left: 12px;
}

.select2-container {
    width: 100% !important;
}

.form-group {
    margin-bottom: 0px !important;
}

.month-name-table {
    cursor: pointer !important;
}

h4 {
    font-size: 16px;
    margin-top: 14px;
}
/*.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #ffffff!important;
    background-color: #188ae2!important;
    border-bottom: 2px solid #188ae2!important;
}*/
.nav-tabs > li > a {
    padding: 14px 16px !important;
}

.heading-h3 {
    background-color: #0d0f41;
    color: #fff;
    padding: 10px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.user-img-div button {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.error {
    color: red !important;
}

#button {
    margin-top: 20px;
}

section.app-content .col-sm-4 .pull-right {
    margin-top: 12px;
}


/* Procurment Module */

.input-group {
    width: 100%;
}

label {
    font-size: 16px;
    margin-top: 14px !important;
}

.col-sm-4 .pull-right {
    margin-top: 13px !important;
    margin-bottom: 0px;
}

.btn-add-items {
    margin-right: 5px;
}

aside#menubar {
    /* KS */
    /* background-image: url(../images/Sidebar.JPG) !important; */
    background-color: #2b2b2b !important;

    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
}

.tf-navbar {
    background-color: #ffffff !important;
}

.tf-sidebar-menu-items a {
    color: #fff !important;
}

a.navbar-brand {
    border-right: 1px solid #cacaca !important;
}

/* TF Buttons Square*/
.tf-note-btn {
    background-color: #575757 !important;
    padding: 10px !important;
    border-radius: 0px !important;
    border: none !important;
    color: #fff !important;
    box-shadow: 0 8px 6px -5px #cacaca !important;
}

.tf-add-btn {
    background-color: #575757;
    padding: 10px !important;
    border-radius: 0px !important;
    box-shadow: 0 8px 6px -5px #cacaca !important;
}

.tf-disapproved-btn {
    background-color: #575757;
    padding: 10px !important;
    border-radius: 0px !important;
    box-shadow: 0 8px 6px -5px #cacaca !important;
}

.tf-back-btn {
    background-color: #575757 !important;
    padding: 10px !important;
    border-radius: 0px !important;
    box-shadow: 0 8px 6px -5px #cacaca !important;
}

.tf-save-btn {
    background-color: #575757;
    padding: 3px 11px 7px 10px;
    border-radius: 0px;
    box-shadow: 0 8px 6px -5px #cacaca !important;
}

.tf-del {
    padding: 13px 12px 9px 12px !important;
}

table th {
    border: none !important;
    border-right: 1px solid #fff !important;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
    border: 0px solid #ddd !important;
    border-bottom: 3px solid #f6f9ff !important;
    border-right: 3px solid #f6f9ff !important;
}

table {
    border: none !important;
    background-color: #fff;
}

td {
    border: 0px solid #ddd !important;
    border-bottom: 3px solid #f6f9ff !important;
    border-right: 3px solid #f6f9ff !important;
}

body p {
    font-family: 'Muli', sans-serif !important;
}

h2 {
    font-family: 'Muli', sans-serif !important;
}

h3 {
    font-family: 'Muli', sans-serif !important;
}

h4 {
    font-family: 'Muli', sans-serif !important;
}

h5 {
    font-family: 'Muli', sans-serif !important;
}
/*span {
    font-family: 'Muli', sans-serif !important;
}*/
a {
    font-family: 'Muli', sans-serif !important;
}

h6 {
    font-family: 'Muli', sans-serif !important;
}

body h1 {
    font-family: 'Muli', sans-serif !important;
}

table tr td {
    font-family: 'Muli', sans-serif !important;
}

table tr th {
    font-family: 'Muli', sans-serif !important;
}

body {
    background-color: #edf0f5 !important;
}

section.app-content {
    padding: 17px;
}

.tf-sidebar-menu-items ul li:hover {
    background-color: #4943a7 !important;
    border-left: 5px solid #f4a406 !important;
}

table td span {
    color: #a1a09f !important;
}

.tf-page-heading-text {
    font-weight: 600 !important;
    color: #999999 !important;
}

.app-footer ul > li > a {
    color: #999999 !important;
}

ul.pagination {
    float: right !important;
}

div#gv_info {
    margin-top: 19px !important;
}

div#gv_filter {
    float: right;
}

.dataTables_filter {
    float: right !important;
}

.tf-footer-name {
    color: #999999 !important;
}

ul.app-menu li.has-submenu.open {
    /* KS */
    /* background-color: #008cff !important; */
    background-color: #2b2b2b !important;
}

.tf-sidebar-menu-items ul li ul li:hover {
    border: none !important;
    background-color: #4943a7 !important;
}

tbody tr:hover {
    background-color: #edf0f5 !important;
}

.tf-page-heading-img {
    margin-left: -12px;
    margin-top: -15px !important;
}

.total {
    font-size: 18px !important;
}

.app-menu a {
    padding: 13px 12px !important;
}

section.app-content {
    padding-bottom: 50px !important;
}

button.tf-approved-btn {
    padding: 0px !important;
    height: 40px !important;
    width: 40px !important;
    border-radius: 0px !important;
}

button.tf-back-btn {
    padding: 0px !important;
    height: 40px !important;
    width: 40px !important;
    border-radius: 0px !important;
}

button.tf-disapproved-btn {
    padding: 0px !important;
    height: 40px !important;
    width: 40px !important;
    border-radius: 0px !important;
}

button.tf-save-btn {
    padding: 0px !important;
    height: 40px !important;
    width: 40px !important;
    border-radius: 0px !important;
}

button.tf-send-btn {
    padding: 0px !important;
    height: 40px !important;
    width: 40px !important;
    border-radius: 0px !important;
}

button.tf-upload-btn {
    padding: 0px !important;
    height: 40px !important;
    width: 40px !important;
    border-radius: 0px !important;
}

button.tf-view-btn {
    padding: 0px !important;
    height: 40px !important;
    width: 40px !important;
    border-radius: 0px !important;
}

button.tf-add-btn {
}

.tf-pdf-btn {
    padding: 0px !important;
    height: 40px !important;
    width: 40px !important;
    border-radius: 0px !important;
}

.tf-pdf-btn {
    padding: 0px !important;
    height: 40px !important;
    width: 40px !important;
    border-radius: 0px !important;
}

.tf-back-btn {
    background-color: #575757 !important;
    border-radius: 0px !important;
    box-shadow: 0 8px 6px -5px #cacaca !important;
    height: 40px !important;
    width: 40px !important;
    display: inline-block !important;
    padding: 6px !important;
    position: relative !important;
    text-align: center !important;
}

.tf-add-btn {
    /*padding: 0px !important;*/
    height: 40px !important;
    width: 40px !important;
    border-radius: 0px !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 15px !important;
}

::-moz-placeholder { /* Firefox 19+ */
    font-size: 10px !important;
}

:-ms-input-placeholder { /* IE 10+ */
    font-size: 10px !important;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 10px !important;
}

.js-example-basic-single {
    font-size: 15px !important;
    font-family: Muli !important;
    color: #999999 !important;
}

button.btn.rounded.mw-md.btn-primary {
    font-family: Muli !important;
}

.bg-profile {
    background-color: #0096fd !important;
    width: 300px !important;
    display: block !important;
    margin: 0 auto;
    padding-bottom: 40px;
    padding-top: 40px;
}

.user-border {
    height: 1px;
    background-color: #eaeaea;
    width: 154px;
    display: block;
    margin: 0 auto;
}

.user-labels {
    padding-left: 25%;
    color: #fff;
}

.time-div {
    margin-top: 12px !important;
}

.letters-width {
    width: 925px !important;
}

.company-logo-img {
    width: 110px !important;
}

.notesTable {
    width: 100%;
    border: 0px solid #fff;
}

    .notesTable tr td:nth-child(1), .notesTable tr td:nth-child(2) {
        font-weight: bold;
        width: 25%;
    }

    .notesTable tr td {
        border: none !important;
        border-bottom: 3px solid #f6f9ff !important;
        padding: 5px;
    }

.slimScrollDiv {
    height: 540px !important;
}

.menubar-scroll-inner {
    height: 540px !important;
}

.slimScrollBar {
    background: #fff !important;
}

.menubar-scroll {
    height: 100vh !important;
}

/*.menubar-scroll-inner.tf-sidebar-menu-items {
    height: 100vh !important;
}*/

.slimScrollDiv {
    height: 100vh !important;
}


.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 2px !important;
}

.select2-selection.select2-selection--single .select2-selection__rendered {
    line-height: 46px !important;
}

.select2-selection.select2-selection--single {
    height: 46px !important;
}



.dt-buttons button {
    background-color: #575757 !important;
    padding: 10px 13px 8px 14px !important;
    font-size: 17px !important;
    margin-left: 1px !important;
    float: right !important;
}

.dt-buttons {
    float: right !important;
    margin-bottom: 0px !important;
    color: #fff !important;
    margin-left: 14px !important;
    width: 45px !important;
}

div#gv_filter {
    float: right !important;
    margin-top: -6px !important;
    padding-bottom: 11px !important;
}


.dataTables_filter {
    float: right !important;
    margin-top: -6px !important;
    padding-bottom: 11px !important;
}

.gv-overflow-scrool {
    overflow-x: scroll;
    padding-bottom: 10px;
   
}

