.checkLicenceForm{
    min-width: 200px!important;
}
.checkLicenceForm .crm_licence_code{
    border: 1px solid rgba(10, 36, 106, 0.47) !important;
    width: 100%;
    height: 44px;
    border-radius: 5px;
    margin-top: 5px;
}
/*.checkLicenceForm .crm_licence_code:focus{*/
/*    border: 1px solid rgba(10, 103, 106, 0.47) !important;*/
/*}*/

.checkLicenceForm .captchaInput{
    border: 1px solid rgba(10, 36, 106, 0.47) !important;
    width: calc(100% - 130px);
    height: 44px;
    border-radius: 5px;
    margin-top: 5px;
}
.checkLicenceForm .captchaImage{
    width: 100%;
    margin-top: -14px;
}
.checkLicenceForm button{
    display: block;
    height: 38px;
    padding: 6px 10px !important;
    border-radius: 5px;
    margin-top: 16px;
    color: white !important;
    border: 1px solid white !important;
    background: #124fae !important;
    font-size: 14px;
    transition: all ease-in-out .2s !important;
}
.checkLicenceForm button:hover , .checkLicenceForm button:active{
    border: 1px solid #093780 !important;
    color: #093780 !important;
    background: #eef8e9 !important;
}

.crm_licence_codeErr , .crm_licence_CaptchaErr{
    font-size: 14px;
    color: red;
    padding: 0 15px 5px 0;
}
.ideaCrmBorderRed{
    border: 1px dashed red !important;
}
.checkLicenceForm input:focus{
    border: 1px solid rgba(10, 103, 106, 0.47) !important;
}

.checkLicenceResualt .divTable{
    display: table;
    width: 100%;
}
.checkLicenceResualt .divTableRow {
    display: table-row;
}
.checkLicenceResualt .divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}
.checkLicenceResualt .divTableCell,.checkLicenceResualt  .divTableHead {
    border: 1px solid #999999;
    display: table-cell;
    padding: 3px 10px;
}
.checkLicenceResualt .divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}
.checkLicenceResualt .divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}
.checkLicenceResualt .divTableBody {
    display: table-row-group;
}
.Idea-form-group-inline{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.reloadCaptcha{
    font-size: 30px;
    margin-left: 6px;
    cursor: pointer;
}
#captchaChangeTimer{
    position: absolute;
    bottom: -35px;
    left: 0;
}