﻿/*Main*/
body {
    background-color: #F5F5FF;
    background-repeat: repeat;
    background-size: cover;
}
html, body {
    height: 100%;
}

.text-bold {
    font-weight: bold;
}
.pointer {
    cursor: pointer;
}

/*Buttons*/
.btn-card {
    border: 1px solid #090958;
    background-color: none;
    color: #090958;
}
.btn-card:hover {
    background-color: #090958;
    color: #FFFFFF;
    border-bottom-color: #090958;
}
.btn-hand {
    background-color: #090958;
    color: #dedddd;
    border-bottom-color: #090958;
}
.btn-hand:hover {
    background-color: #090958;
    color: #ffffff;
    border: 1px solid #FFFFFF;
}
.btn-hand:focus {
    box-shadow: none;
}
.btn-hand-outline {
    background-color: transparent;
    color: #090958;
    border-color: #090958;
}
.btn-hand-outline:hover {
    background-color: #090958;
    color: #ffffff !important;
    border: 1px solid #FFFFFF;
}
.btn-hand-outline:focus {
    box-shadow: none;
}

/*Cards*/
.card-important {
    border-left: 4px solid red;
}
.card-warning {
    border-left: 4px solid #090958;
}
.card-text-dashboard {
    color: #5c5c5c;
    font-weight: 200;
    font-size: 1rem;
}
.card-title-dashboard {
    color: #5c5c5c;
    font-weight: 400;
    font-size: 1.5rem;
}
.card-body-clients {
    box-shadow: rgba(0, 0, 0, 0.1) 2px 0px 15px;
}
.card-body-dashboard {
    box-shadow: rgba(0, 0, 0, 0.1) 2px 0px 15px;
}
.card-body-reports {
    box-shadow: rgba(0, 0, 0, 0.1) 2px 0px 15px;
    padding-left: 2em;
    padding-right: 2em;
}

.card-terms {
    box-shadow: rgba(0, 0, 0, 0.1) 2px 0px 15px;
    background-color: transparent;
    border-color: rgba(9, 9, 88, 0.4);
}
.card-header-terms {
    background-color: #090958;
    border-color: rgba(9, 9, 88, 0.4);
    color: white;
}

.card-body-terms {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(9, 9, 88, 0.4);
    color: #4e555b;
}

.card-timesheets {
    background-color: transparent;
    border-color: rgba(9, 9, 88, 0.4);
}

.card-text-clients {
    color: #5c5c5c;
    font-weight: 200;
    font-size: 1rem;
}
.card-text-placements {
    color: #5c5c5c;
    font-weight: 200;
    font-size: smaller;
}
.card-text-placements-important {
    color: red;
    font-weight: 800;
    font-size: 0.7rem;
}
.card-text-placements-warning {
    color: #090958;
    font-weight: 800;
    font-size: 0.7rem;
}
.card-text-reports {
    color: #5c5c5c;
    font-weight: 200;
    font-size: 1rem;
}
.card-title-clients {
    color: #333333;
    font-weight: 600;
    font-size: 1.2rem;
}
.card-title-placements {
    color: #333333;
    font-weight: 600;
    font-size: smaller;
}
.card-title-reports {
    color: #5c5c5c;
    font-weight: 600;
    font-size: 1.2rem;
}
.slim-cards .card-body {
    padding: 15px;
}

/*Clients*/
.clients-line {
    border-top: 1px solid #c3c3c3;
}
.clients-placed {
    background-color: #3b86ff;
    border-radius: 20px;
    text-align: center;
    color: white;
}

/*Forms*/
.form-control-line {
    background: none;
    border: none;
    border-bottom: 1px solid #808080;
    border-radius: 0;
    color: #000000;
}
.form-control-line:focus {
    box-shadow: none;
    background: white;
    border-bottom: 1px solid #090958;
}
.form-search {
    background: white;
    border-radius: 0;
    border: 0;
}
.form-search:focus {
    box-shadow: none;
    background: white;
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 0px 15px;
    z-index: 0;
}
.form-search-icon {
    background: white;
    border: none;
    border-radius: 0;
    z-index: 5;
}

/*Icons*/
.icon-download {
    color: #808080;
}
.icon-edit {
    color: #808080;
}

.icon-download:hover {
    color: #090958;
    border: none;
}

.icon-download:focus {
    color: rgba(9, 9, 88, 0.6);
    border: none;
}

/*Invoice*/
.invoice-text {
    font-size: 0.8em;
}
.invoice-text-main {
    font-size: 0.8em;
    font-weight: bolder;
}
.line-invoice {
    border-bottom: 1px solid #cfcfd2;
    margin: 0px 10px 15px 10px;
}

/*Login*/
.login-left {
    background-image: url('../images/login.jpg');
    background-repeat: repeat;
    background-size: cover;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 0px 15px;
}
.login-handlogo {
    max-width: 100px;
}
.login-header {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1rem;
    font-weight: 200;
    color: #808080;
}
/* Customize the label (login-form-checkbox) */
.login-form-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.login-form-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.login-checkbox {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: none;
    border: 1px solid black;
    font-family: "Font Awesome 5 Pro";
}
/* On mouse-over, add a grey background color */
.login-form-checkbox:hover input ~ .login-checkbox {
    background-color: none;
    border: 1px solid black;
}
/* When the checkbox is checked, add a blue background */
.login-form-checkbox input:checked ~ .login-checkbox {
    background-color: none;
}
/* Create the checkmark/indicator (hidden when not checked) */
.login-checkbox:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.login-form-checkbox input:checked ~ .login-checkbox:after {
    display: block;
}
/* Style the checkmark/indicator */
.login-form-checkbox .login-checkbox:after {
    left: 2px;
    top: -1px;
    content: "\f00c";
}
.login-bottom {
    position: absolute;
    bottom: 0;
}

/*Navigation*/
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    font-weight: bold;
}
.nav-bg {
    background-color: #FFFFFF;
    max-width: 230px;
    min-width: 230px;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 0px 15px;
}
.nav-link {
    color: #333333;
    border-bottom: 1px solid #cecece;
}
.nav-link .fa-fw {
    margin-right: 10px;
    color: #090958;
}
.nav-link:hover, .nav-link.active {
    background-color: #090958;
    color: #FFFFFF;
    border-bottom-color: #090958;
}
.nav-link:hover .fa-fw, .nav-link.active .fa-fw {
    color: #FFFFFF;
}
nav.nav {
    margin-left: -15px;
    margin-right: -15px;
}
.nav-sidebar {
    left: 15px;
    width: 200px;
}

/*Placements*/
.badge-placements {
    color: #090958;
}
.badge-placements-important {
    color: red;
}
.list-group-placement li {
    border: 0;
    font-size: smaller;
}
.new-placement {
    background-color: white;
    border: 1px solid #d8d7d7;
}
.placement-link {
    color: #5c5c5c;
    font-weight: 600;
}
.placement-link-active {
    color: #090958;
    font-weight: 600;
}
.placement-link-active:hover {
    color: #1c1c6d;
    text-decoration-line: none;
}
.placement-link:hover {
    color: #333333;
    text-decoration-line: none;
}
.placement-scroll {
    max-height: 80vh;
    overflow-y: auto;
}

/*Tables*/
.table-placed {
    background-color: #008709;
    color: white;
}
.table-workers {
    background-color: white;
    margin-left: 5px;
    margin-right: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 0px 15px;
    border: 1px solid rgba(128, 128, 128, 0.25);
}
.table-workers td, .table-workers th {
    border: 0;
}
.table-workers-header th {
    border: 0;
    background-color: #090958;
    color: white;
    font-weight: normal;
}

.table-striped-applications tbody tr:nth-of-type(odd) {
    background-color: #e8e8fe;
}

.table-header-applications {
    background-color: #090958;
    color: #f6f6f6;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 0px 15px;
}


/*Tabs*/
.card-tabheader {
    background-color: #e8e8fe;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #333333;
}
.nav-tabs .nav-link.active {
    background-color: #090958;
    color: white;
}
.nav-tabs {
    border-bottom: none;
}
.tab-display {
    background-color: white;
    padding: 15px;
    border: 1px solid #dee2e6;
}
.tab-icon {
    color: #5c5c5c;
}
.card-tabbody {
    background-color: #F5F5FF;
}

/*Text*/
h1.thin-title {
    font-size: 1.9rem;
}
h2.thin-title {
    font-size: 1.6rem;
}
.label-text {
    font-weight: 200;
}
.text-clients {
    color: #090958;
    font-size: smaller;
    font-weight: 700;
}
.text-strike {
    text-decoration: line-through;
}
.thin-title {
    font-weight: 200;
}

/*Tooltips*/
.tooltip {
    font-family: inherit;
}
.tooltip-inner {
    background-color: #333333;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #333333;
}

/*Workers*/
.worker-detail-form .form-control {
    padding: .25rem .5rem;
    height: calc(1.15em + .75rem + 2px);
}
.worker-detail-form .control-label {
    margin-bottom: .25rem;
}
.worker-detail-form .form-group {
    margin-bottom: 0.75rem;
}
.worker-detail-form .card-header {
    padding: .45rem 1rem;
}
.worker-detail-form .card-body {
    padding: 1rem 1.25rem;
}

/*Others A-Z*/
.filled {
    background-color: #008709;
    border-radius: 25px;
    text-align: center;
    color: white;
}
.footer {
    flex-shrink: 0;
}
.line {
    border-bottom: 1px solid #808080;
    margin: 0px 10px 15px 10px;
}

.line-terms {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #090958;
}
.list-group-item.active {
    background-color: #090958;
    border-color: #090958;
}
.lh-btn {
    line-height: 2.25;
}
.open {
    background-color: #CE0000;
    border-radius: 25px;
    text-align: center;
    color: white;
}
.page-item.active .page-link {
    z-index: 1;
    color: white;
    background-color: #090958;
    border-color: #090958;
}

.shadow {
    box-shadow: rgba(0, 0, 0, 0.1) 2px 0px 15px;
}

/*Searchable select box*/
div.searchable {
    
}

.searchable input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    font-size: 1rem;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.searchable ul {
    display: none;
    list-style-type: none;
    background-color: #ffffff;
    border-radius: 0 0 5px 5px;
    border: 1px solid #ced4da;
    border-top: none;
    max-height: 20vh;
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0;
}

.searchable ul li {
    padding: 7px 9px;
    border-bottom: 1px solid #ced4da;
    cursor: pointer;
    color: #495057;
}

.searchable ul li.selected {
    background-color: #120f4c;
    color: #ffffff;
}

.col-no-margin
{
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.form-timesheet
{
    background-color: transparent;
    border-color: rgba(9, 9, 88, 0.4);    
}

.list-dotted {
    text-decoration: underline;
    text-decoration-style: dotted;
    cursor: help;
}

.list-link {
    color: #212529;
    text-decoration: underline;
}

.special {
    background-color: transparent !important;
    border-color: transparent !important;
}

.form-transparent {
    background: transparent;
    border: none;
    border-radius: 0;
}

.form-transparent:focus {
    background: #E8E8FE;
    border: none;
    border-bottom: 1px solid #060C58;
    border-radius: 0;
}

.form-transparent:hover {
    background: #E8E8FE;
    border: none;
    border-radius: 0;
}

.file-hand
{
    background: #E8E8FE;
    border: 1px solid #060C58;
    border-radius: 10px;
    padding: 5px;
}

