﻿/* main settings */
@font-face {
    font-family: 'Candara';
    src: url(/assets/fonts/Candara.ttf);
}
body, h1 , h2 , h3 , h4 , h5, h6 , p {
    font-family: 'Roboto', sans-serif !important;
}
.form-control {
    font-size: 15px !important;
}

.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: #fff !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: 0;
    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;
}

.tf-footer-logo {
    width: 25px;
}

.tf-footer-name {
    color: #fff;
}

    .tf-footer-name:hover {
        color: #fff;
    }

.tf-color-white {
    color: #fff !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-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: 5px;
        position: absolute;
        margin-left: 7px;
        font-size: 13px;
    }

.tf-alert-success p {
    display: inline-block;
    margin-top: 5px;
    position: absolute;
    margin-left: 7px;
    font-size: 13px;
}

.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: 9px 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;
    }

.gv-overflow-scrool {
    overflow: scroll;
}

.dataTables_filter {
    margin-bottom: 10px;
    float: right;
}
/*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;
    margin-left:20px;
}

/*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 {
    background-color: #188ae2 !important;
    color: #fff !important;
}

.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;
}

.col-sm-4 .pull-right {
    margin-top: 13px !important;
    margin-bottom: 0px;
}

.btn-add-items {
    margin-right: 5px;
}

aside#menubar {
    background-image: url(../images/Sidebar.JPG) !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
}
.tf-bell-btn {
    background-color: #0272e9 !important;
    padding: 5px !important;
    border-radius: 50px !important;
    border: none !important;
    border: 1px solid #e8e8e8 !important;
    box-shadow: none !important;
    height: 30px !important;
    width: 30px;
    margin-top: 6px;
    margin-bottom: 14px;
}


.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;
    color: #fff !important;
    box-shadow: 0 8px 6px -5px #cacaca !important;
}

.tf-add-btn {
    background-color: #575757;
    padding: 6px !important;
    box-shadow: 0 8px 6px -5px #cacaca !important;
}

.tf-disapproved-btn {
    background-color: #575757;
    padding: 10px !important;
    box-shadow: 0 8px 6px -5px #cacaca !important;
}

.tf-back-btn {
    background-color: #575757 !important;
    padding: 10px !important;
    box-shadow: 0 8px 6px -5px #cacaca !important;
}

.tf-save-btn {
    background-color: #575757;
    padding: 3px 11px 7px 10px;
    box-shadow: 0 8px 6px -5px #cacaca !important;
}

.tf-del {
    padding: 5px 12px 7px 11px !important;
    margin-right: 5px;
}

.tf-del2 {
    margin-right: 5px;
}

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;
}
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;
    margin-bottom: 10px;
}

.tf-footer-name {
    color: #999999 !important;
}

ul.app-menu li.has-submenu.open {
    background-color: #008cff !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;
}

.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;
}
button.tf-back-btn {
    padding: 0px !important;
    height: 40px !important;
    width: 40px !important;
}
button.tf-disapproved-btn {
    padding: 0px !important;
    height: 40px !important;
    width: 40px !important;
}

button.tf-save-btn {
    margin-right: 5px !important;
    padding: 0px !important;
    height: 40px !important;
    width: 40px !important;
}
button.tf-send-btn {
    padding: 0px !important;
    height: 40px !important;
    width: 40px !important;
}
button.tf-upload-btn {
    padding: 0px !important;
    height: 40px !important;
    width: 40px !important;
}
button.tf-view-btn {
    padding: 0px !important;
    height: 40px !important;
    width: 40px !important;
}
button.tf-add-btn {

}
.tf-pdf-btn {
    padding: 0px !important;
    height: 40px !important;
    width: 40px !important;
}
.tf-pdf-btn {
    padding: 0px !important;
    height: 40px !important;
    width: 40px !important;
    margin-right: 5px;
}


.tf-back-btn {
    background-color: #575757 !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;
}
::-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: 'Roboto', sans-serif;
    color: #999999 !important;
}
button.btn.rounded.mw-md.btn-primary {
    font-family: 'Roboto', sans-serif;
}
.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;
    width: 8px !important;
}
.modal-header {
    background-color: #009dfe;
    color:#fff;
}
.modal-header .close{
    color: #fff;
    opacity:1;
}


body.menubar-unfold .menubar {
    width: 240px;
}

@media (min-width: 768px) {
    body.menubar-left .navbar-header {
        width: 240px;
        background: white !important;
        padding: 5px 0px 10px 0;
    }
    .navbar-collapse.collapse {
        padding-top: 5px !important;
    }
}

.flex{
    display:flex;
    align-items:center;
}

.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 38px !important;
    border-radius: 5px !important;
}

.dataTables_filter {
    margin-bottom: 10px;
}

.form-control {
    border-color: #8c8c8c !important;
}

.blueBtn {
    background: #0080ff;
    border: 1px solid white;
    padding: 5px 10px;
    color: white;
    border-radius: 5px;
}
.slimScrollDiv {
    height: 85vh !important;
}
.menubar-scroll-inner {
    height: 85vh !important;
}

body::-webkit-scrollbar {
    width: 20px!important;
}

body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}




.dt-buttons button {
    background-color: #575757 !important;
    padding: 10px 13px 8px 14px !important;
    font-size: 18px !important;
    margin-right: 3px !important;
    float: right !important;
    font-weight: bold;
}

.dt-buttons {
    float: right !important;
    margin-bottom: 0px !important;
    color: #fff !important;
    margin-left: 14px !important;
    width: 150px !important;
}

table#gvClient {
    font-size: 13px;
}
table#gvSupplier {
    font-size: 13px;
}