/* OfferPlant Custom CSS*/

.bootbox-close-button{
    float: right!important;
    border: none;
    background:none!important;
    font-size:18px;
}

.form-control, .input-group >.btn{
    border: 1px solid #db53db!important;
}

.form-group {
    margin-top:10px;
}
.card-header{
    border-bottom: 1px solid #d2d6da!important;
    padding-bottom: 0.7em;
    padding-left: 1.6em;
    font-weight: 800;
}
.card-title{
    color: gray;
}
.error{
    color:#d00;
    font-size:10px;
}

.label{
    background-color: #d3d1d1;
    font-size:14px;
    text-transform: uppercase;
    padding:4px;
    padding-left: 10px;
    color: #464646;;
    border-radius: 3px;
    font-weight: 800;
}
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

input[readonly] {
    background-color:#f2d9f7;
    font-weight: 700;
    border:solid 1px #a029ef
  }