input[type="submit"] {
    width: auto;
    padding: 15px;
    border: 1px solid #757575 !important;
    font-size: 15px;
    letter-spacing: 0.7px;
    background: #4360a4;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

input[type="submit"]:hover {
    background: #4b8244;
}

.crmSearch .crm_advanced_search input[type="submit"] {
    padding: 0;
}

.crmSearch .DisplaySearch .header select {
    font-size: 14px ;
    width: 200px !important;
}

.CRM_create_header, .crm_create_header {
    background: #4460a4 !important;
    color: #fff !important;
    padding: 20px !important;
}

.crmSearch .DisplaySearch .header {
    background: #4460a4 !important;
    padding: 20px !important;
}

.crmSearch .DisplaySearch .header span {
    color: #fff;
}

td.tbl_header {
    background: #4460a4 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 10px !important;
}

.rfp-btn {
    padding: 10px;
    color: #fff !important;
    background-color: #4460a4;
    font-weight: bold !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.rfp-btn:hover {
    background-color: #4b8244;
}

.rfp-search-status-o {
    color: #4b8244 !important;
}

.rfp-search-name a {
    font-size: 16px;
    color: #4460a4 !important;
}

