/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */

/*# sourceMappingURL=custom.css.map */

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.section-title-search-box {
    position: relative;
    margin: 30px 0 25px 0;
}

.card-header-description
{
    padding: 22px 25px 0px 20px !important;
    display: inline !important;
}

.modal-designed-header {
    background-color: #f7f9f9 !important;
    padding-bottom: 10px;
    border-bottom: 2px solid #dadada;
}

.footer-border
{
    border-top: 1px solid #f9f9f9 !important;
}

.help-block {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

/* Form page css*/
.orText {
    font-size: 14px;
    padding: 10px 15px;
    height: 42px;
}
.card-height {
    min-height: 200px;
}

.list-unstyled-border li {
    margin-bottom: 0px !important;
}

/* Import Lead Page */
.leadBox {
    min-height:320px;
    width:250px;
    margin: 10px;
}

.leadOptions {
    padding: 10px;
    height: 150px;
    vertical-align: middle;
    width: 100%;
}

.unchanged
{
    border: 2px solid #d0d0d0;
}

.matched
{
    border: 2px solid #52bad5;
}

.unmatched
{
    border: 2px solid #EE836E;
}

.leadSamples {
    width: 100%;
}

.sampleHeading {
    color: white;
}

.leadSamples .sampleHeading, .leadSamples .sample {
    padding: 5px 15px;
    margin: 0px;
}

.unchanged .sampleHeading {
    background-color: #e0e0e0;
}

.unchanged .sample {
    background-color: #ffffff;
}

.matched .sampleHeading {
    background-color: #52BAD5;
}

.matched .sample {
    background-color: #B1E0EC;
}

.unmatched .sampleHeading {
    background-color: #EE836E;
}

.unmatched .sample {
    background-color: #FBE3E4;
}

.leadBox .unmatchedWarning {
    color: #EE836E;
}

.leadBox .notimported {
    padding: 5px 10px;
    margin: 5px 0px;
}

.sampleHeading, .sample {
    overflow-x: hidden;
}

/* Role Page */
.table-role td {
    height: 50px !important;
}

/* Locale Page */
a.status-1{
    font-weight: bold;
}

.glyphicon-ok:before {
    content: "\f00c";
}
.glyphicon-remove:before {
    content: "\f00d";
}
.glyphicon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Start Lead Page */
.timer-clock {
    color: black;
    font-size: 24px;
    font-weight: bolder;
}

.p-t-5
{
    padding-top: 5px;
}