@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,500i,600,700,800);

body, html {
    color:#4e585e;
    font: normal normal 500 16px/22px montserrat,verdana,geneva,sans-serif;

}

h1 {
    color:#ff7476;
}

h4 {
    color:#526064;
}

.card-blue .card-body {

}

.card-blue {
    border:1px solid #90bed4;

     background: #e6f4f8;
}

.card {
    background-color: #eaf3f9;
    background-clip: border-box;
    border: 1px solid #9fbdd9;
    border-radius: 0.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    color: white;
    background-color: #9fbdd9;
    border-bottom: 1px solid #9fbdd9;
    font-weight: 700;
}
.card-header h5 {
    font-size:16px;
}



.btn-danger {
    color: #fff;
    background-color: #f08372;
    border-color: #f08372;
}


.btn-primary, .btn-primary:hover {
    background: #ff7871;
    border:0;
}

.table thead th{
    border:0;
    border-bottom:1px solid #4c595e;
}

.table td{
    border:0;
}

.customer h1 {
    font-weight: bold;
}
.customer button {
    height: 50px;
    padding-left:20px !important;
    padding-right:20px !important;
}
.customer .dropzone {
    border-radius: 20px;
    border-width: 4px;
    border-style: dashed;
}
.customer .table-condensed td {
    padding:2px;
}

.customer .disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}
