.copyright {
    background-color: black;
}
.copyright a {
    color:white;
}

#userNav .profile_pic {
    max-height: 34px;
}

li .expire {
    position: absolute;
    top: 5px;
    right: 7px;
    font-size: 60%;
}
.certificates .cert-name {
    display: block;
    margin: 7px -3px 0 -3px;
}

#type-visitor .border {
    border-color:#0075c2!important;border-width:2px!important;border-radius:8px
}
#type-visitor a {
    color:#0075c2!important;
    font-size:1.5rem;
    font-weight:600;
    opacity:.8;
}
#type-visitor a:hover {
    opacity:1;
    text-decoration: none;
}
@media (min-width: 576px) {
    #type-visitor a {
        font-size: 2rem;
    }
}

#type-visitor .open-clients .border {
    border-color:#e89803!important;
}
#type-visitor .open-clients a {
    color:#e89803!important;
}
#type-visitor .col{display:flex;flex-direction:column;position:relative}#type-visitor .col .border{height:100%}

#visitor-type .open-clients, #visitor-type .open-contractors {
    position: relative;
}
#visitor-type a {
    position: absolute;
    top:0;
    right: 0;
    bottom:0;
    left:0;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    padding-top: 5px; /*30%*/
    background: rgba(0,0,0,.5);
}
#visitor-type a img {
    max-width:50%;
}
#visitor-type  a:hover {
    background: rgba(0,0,0,.2);
    text-decoration: none;
}
@media (min-width: 576px) {
    #visitor-type a {
        font-size: 2rem;
    }
}
@media (min-width: 768px) {
    #visitor-type a {
        font-size: 3rem;
    }
}

ul#pos {
    list-style: none;
    padding: 0;
}
#pos li {
    padding-left: 1.3em;
}
#pos li:before {
    content: "\f00c"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
    color: #28a745!important;
}

.cropit-preview {
    width: 250px;
    height: 250px;
    background: url('../img/users/img_profile-lg.png') no-repeat center center;
    background-size: cover;
}
#logo .cropit-preview {
    background-image: url('../img/contractors/no-logo.png');
}
.image-cropper .controls-wrapper {
    width:250px
}
.image-cropper .controls-wrapper .slider-wrapper .large-image {
    font-size: 22px;
}
.image-cropper .controls-wrapper .slider-wrapper .cropit-image-zoom-input.custom {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 5px;
    background: #eee;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none;
}
.image-cropper .controls-wrapper .slider-wrapper .cropit-image-zoom-input {
    width: 110px;
    margin: 0 10px;
}


#assignments .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
}
#assignments .assignment {
    position: relative;
}
#assignments .assignment .logo {
    width: 50%;
    margin: auto;
}
#assignments .assignment:hover, #tasks .task:hover {
    background-color: #d1d1d1 !important;
}
#assignments .assignment h3 {
    font-size: 1.2rem;
}
#assignments .assignment .status {
    line-height: 2.35rem;
}
#assignments .assignment.inactive .basics, #assignments .assignment.inactive .status, #assignments .assignment.inactive h3, #assignments .assignment.inactive small {
    opacity: .6;
}

#assignment form .function .form-group{margin-bottom:0}
#totals h3 {
	font-size: 1rem;
}
@media (min-width: 768px) {
	#totals h3 {
		font-size: 1.5rem;
	}
}
@media (min-width: 992px) {
	#totals h3 {
		font-size: 1.75rem;
	}
}
@media (min-width: 576px) {
    #totals .border-bottom{
        border-bottom:0!important;
        border-right:1px solid #dee2e6!important;
    }
}

#assignmentResponse h2 {font-size: 1rem;}
.linked {
    cursor: pointer;
}
.linked:hover .border {
    border-color: #343a40!important;
}

.line-through {
    text-decoration: line-through;
}

fieldset {
    margin-bottom: 30px;
}

.required label:after {
    content: " *";
}

form div[id^=skill_] div {
    border: 2px solid white;
    border-radius: 5px;
}
form div[id^=skill_]:not(.disabled) div {
    cursor: pointer;
}
form div[id^=skill_].disabled div {
    background-color: #aaaaaa!important;
}
form div[id^=skill_].active div {
    border-color: #28a745;
    background: #343a40!important;
}
form div[id^=skill_]:not(.active):not(.disabled) div:hover {
    border-color: #ffc107;
}
form div[id^=skill_].active:hover i {
    font-size:2rem;
}
.input-group.w-25 {
    min-width: 120px;
}
.list-group .fa-certificate, .certificates .fa-certificate {
    position: absolute;
    top:5px;
    left:5px;
}
.certificates .fa-certificate {
    left:20px;
}
form .time label {
    margin-right: 5px;
}
td.ui-state-highlight.highlight-red {
    border-color: red;
}
form .time select {
    display: inline-block;
    width: 30%;
    padding-left: 8px;
    padding-right: 0;
}
@media (max-width: 991px) {
    form .time label {
        margin-right: 0;
        display: block;
    }
    form .time select {
        width: 49%;
    }
}
@media (max-width: 461px) {
    form .time select {
        width: 100%;
    }
}
form .radio label {
    display:block;
}

.assignment .profile_pic, .contact .profile_pic {
    max-width: 40px;
}

.assignment #functions .task:nth-child(odd) .border {
    background-color: #f1f1f1;
}
.assignment #functions .task:hover .border {
    background-color: #e1e1e1;
}
.assignment #functions .task.active .border {
    background-color: #d1d1d1;
}

.list-group img.logo {
    max-width: 50px
}
.list-group .join-status strong {
    font-size: 80%;
}
.list-group .skill{
    min-width: 70px;
}
@media (min-width: 768px) {
    .list-group .skill {
        width: 25%;
    }
    .list-group .join-status strong {
        font-size: 100%;
    }
}

#jobsheet h1 {
    font-size: 1.3rem;
}
#kvk-result, #location-result {
    position: absolute;
    width: 100%;
    background: white;
    z-index: 10;
    margin-top: -1rem;
}

.custom-file-label {
    overflow: hidden;
}
.assignment .logo img {
    max-height: 150px;
}

th .active {
    color:#28a745
}

#captureSignature {
    width: 300px;
    height: 200px;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: lightgray !important;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: lightgray !important;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: lightgray !important;
  }

.multidate.planning .ui-state-highlight, .multidate.planning .ui-state-highlight .ui-state-default {
    border-color:green;
}

.filter-contractors {
    max-width:165px;
}
@media (min-width: 576px) {
    .filter-contractors {
        max-width: none;
    }
}

.week-days .day{
    width:14.28%;
}
.week-days .day .day-date {
    font-size:60%;
}
@media (min-width: 576px) {
    .week-days .day .day-date {
        font-size:80%;
    }
}
@media (min-width: 768px) {
    .week-days .day .day-date {
        font-size:100%;
    }
}

.bs-canvas-overlay {
    opacity: 0.85;
    z-index: 1100;
}
.bs-canvas {
 top: 0;
 z-index: 1110;
 overflow-x: hidden;
 overflow-y: auto;
 width: 291px;
 transition: margin .4s ease-out;
 -webkit-transition: margin .4s ease-out;
 -moz-transition: margin .4s ease-out;
 -ms-transition: margin .4s ease-out;
}
.bs-canvas-left {
 left: 0;
 margin-left: -330px;
}

@media (min-width: 1000px) {
    .bs-canvas {
        position: relative !important;
        float:left;
        margin-right: 1.5rem;
        margin-bottom: 1.5rem;
        top: auto;
        z-index: 1110;
        overflow-x: hidden;
        overflow-y: auto;
        width: auto;
        transition: margin .4s ease-out;
        -webkit-transition: margin .4s ease-out;
        -moz-transition: margin .4s ease-out;
        -ms-transition: margin .4s ease-out;
    }
    .bs-canvas-left {
        left: auto;
        margin-left: auto;
    }
    .bs-canvas header{
        display:none;
    }
    .bs-canvas .task-calendar{
        padding:0!important;
    }
}
.modal-backdrop{
    z-index:1120;
}
.modal{
    z-index:1130;
}
