/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 14, 2019, 1:16:28 PM
    Author     : gasper
*/



/*html {
  position: fixed;
  height: 100%;
  overflow: hidden;
}*/

body {
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    min-height: 100%;
    background-color: #f0f1f6;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    color: #3d465a;
}


.pageBackground{
    position: absolute;
    top: 0px;
    right: 0px;
}

h1, h2{
    margin: 0;
    padding: 0;
}

a:focus{
    outline:  none !Important;
}

.acquisitionsPageBackground{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 25%;
}


.step1Back img{
    width: 20px;
    margin: 20px;
}


.equipmentPageTitle{
    font-size: 24px;
    font-weight: 600;
    color: #3d465a;

}
.equipmentPageSubTitle{
    margin-bottom: 30px;
}

.equipmentsContainer{
    margin-top: 20px;
}

.equipmentCard{
    background-color: #ffffff;
    height: 145px;
    margin-bottom: 10px;
    padding: 15px;
    transition: .3s;
    color: #3d465a;
}

.equipmentCard:hover{
    box-shadow: 0 0 7px rgba(33, 33, 33, 0.12);
    cursor: pointer;
}

.equipmentCardImageBox{
    padding-top: 20px;
    height: 120px;
    padding-bottom: 20px;
    text-align: center;
    width: 100%;
}



.equipmentCardImageBox img{
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 100%;
}

.equipmentCardTextBox{
    height: 120px;
    border-left: 1px solid #f0f1f6;
    padding-left: 15px;
}

.equipmentCardTextBox h2{
    font-size: 10px;
    margin-bottom: 5px;
}

.equipmentCardTextBox h1{
    font-size: 14px;
    font-weight: 700;
    padding-top: 56px;
}

.equipmentCardSerialNumber{
    position: absolute;
    bottom: 0px;
}

.equipmentCardSerialNumber div{
    font-size: 12px;
    font-weight: 700;
}

.employedCardTextBox{
    height: 120px;
    border-left: 1px solid #f0f1f6;
    padding-left: 15px;
    padding-top: 55px;
}

.employedCardTextBox h2{
    font-size: 12px;
    margin-bottom: 5px;
}

.employedCardTextBox h1{
    font-size: 16px;
    font-weight: 700;
}

.acquisitionCard{
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.01);
    border: none;
    margin-bottom: 1.5rem;
}

.card-header {
    font-weight: 400;
    color: #2c304d;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #eeeeee;
    background: none;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    height: 55px;
}

.card-header h4 {
    font-weight: 400;
    color: #2c304d;
    font-size: 16px;
}

.card-block {
    flex: 1 1 auto;
    padding: 1.25rem;
}

label {
    font-size: 12px;
    font-weight: 400;
    color: #3d465a;
}

textarea {
    resize: none;
    width: 100%;
    height: 125px;
    border-radius: 2px;
    border: solid 1px #e9eaf3;
}

input {
    width: 100%;
    border-radius: 2px;
    border: solid 1px #e9eaf3;
    padding: 5px 10px;
    height: 38px;
}

#sig-canvas {
    border-radius: 15px;
    cursor: crosshair;
    max-width: 100%;
    background-color: #ffffff;
}

.btn-primary {
    width: 192px;
    height: 42px;
    border: none;
    border-radius: 25px;
    box-shadow: 0 1px 16px 0 rgba(197, 197, 197, 0.5);
    background-image: linear-gradient(to bottom, #00448d, #00a2d7);
    font-size: 14px;
    font-weight: 600;
    transition: .3s;
}

.btn-primary:hover{
    opacity: 0.7;
}


.btn-outline-primary {
    width: 192px;
    height: 42px;
    border: none;
    background-color: #ffffff;
    border-radius: 25px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    font-size: 14px;
    font-weight: 600;
    transition: .3s;
    color: #00448d;
}

.btn-outline-primary:hover{
    box-shadow: 0 2px 27px 1px rgba(0, 0, 0, 0.12);
}

.signatureActionBox{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: right;
}


.submitAcquisition{
    margin-top: 20px;
}


.slick-dots{
    bottom: -45px;
}

.slick-dots li button {
    text-indent: -9999px;
    overflow: hidden;
    color: #ffffff;
    border: solid 1px #979797;
    border-radius: 50%;
    margin-bottom: 10px;
    height: 14px;
    width: 14px;
    /* more CSS */
}

.slick-dots li{
    margin-bottom: 7px;
}

.slick-dots li.slick-active{
    background-color: #3d465a;
    border-radius: 50%;
    height: 14px;
    width: 14px;
}

.slick-dots li.slick-active button{
    border: none;
}


.equipmentSearch{
    width: 300px;
    position: absolute;
    right: 15px;
    top: 0px;
}

.equipmentSearch input{
    background: #e9eaf3;
    border-radius: 20px;
    padding-left: 20px;
}

.equipmentSearch input::placeholder{
    color: #8191ab;
}

.equipmentSearch img{
    width: 20px;
    position: absolute;
    float: right;
    right: 13px;
    top: 9px;
}


.signatureCard{
    margin-top: 54px;
}

.signature-pad{
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.01);
}

.signatureReloadButton{
    width: 20px;
    transition: .3s;
    margin-left: 380px;
}

.signatureReloadButton:hover{
    opacity: 0.8;
    cursor: pointer;
}

.equipmentNoresults{
    text-align: center;
    padding: 50px;
    font-size: 20px;
    color: #3d465a;
}

.equipmentNoresults img{
    width: 50px;
    margin-bottom: 20px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #74b3d5 !Important;
    border-color: #1b5fa1 !important;
    color: #fff;
}


@media screen and (max-width: 991px){
    .equipmentCardImageBox{
        padding-top: 40px;
    }

    .employedCardTextBox{
        padding-top: 43px;
    }

    .equipmentSearch {
        width: 219px;
        position: absolute;
        right: 15px;
        top: -5px;
        font-size: 10px;
    }
    
    .signature-pad{
        max-width: 100%;
    }
    
    .signatureReloadButton{
        margin-left: 0px;
    }

}