﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: 'Source Sans Pro';
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.loading{ 
max-height: 50%;
position: absolute;
top: 25%;
right: 15px;
}
.highlight {
    background-color: #f3f3f3;
}

.more-search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  /*  height: 40px;*/
    background-color: #2196f3;
    color: #fff;
    cursor: pointer; 
   
}

    .more-search-btn:hover {
        background-color: #0a60a5;
    }

.additional-fields div{
    margin-bottom:15px;
}

[type=file] {
    height: 0;
    overflow: hidden;
    width: 0;
}



[type=file] + label {
    background: #45cd8e;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Rubik", sans-serif;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    outline: none;
    padding: 1rem 1rem;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.img-pnl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table-cell-edit {
    background-color: lightgoldenrodyellow;
}

/* Card */
.card {
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    overflow: hidden;
}

.card-header, .card-footer {
    border-color: #ebeef4;
    background-color: #fff;
    color: #798eb3;
    padding: 15px;
}

.card-title {
    padding: 20px 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #012970;
    font-family: "Poppins", sans-serif;
}

    .card-title span {
        color: #899bbd;
        font-size: 14px;
        font-weight: 400;
    }

.card-body {
    padding: 0 20px 20px 20px;
}

.card-img-overlay {
    background-color: rgba(255, 255, 255, 0.6);
}

/* Info Cards */
.dashboard .info-card {
    padding-bottom: 10px;
}

    .dashboard .info-card h6 {
        font-size: 28px;
        color: #012970;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }

.dashboard .card-icon {
    font-size: 32px;
    line-height: 0;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    flex-grow: 0;
}

.dashboard .sales-card .card-icon {
    color: #4154f1;
    background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
    color: #2eca6a;
    background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
    color: #ff771d;
    background: #ffecdf;
}


.agents-table {
display:flex;
}

.agents-table div{
   padding:5px 10px; margin-right:15px; border-bottom:2px solid rgba(1, 41, 112, 0.1);
}

.error{
    border: 2px solid red;
}