.checkWarrantyAndSupportFormSection{
    min-width: 200px!important;
    max-width: 400px;
}
.checkWarrantyAndSupportForm .crm_licence_code{
    border: 1px solid rgba(10, 36, 106, 0.47) !important;
    width: 100%;
    height: 44px;
    border-radius: 5px;
    margin-top: 5px;
}
/*.checkWarrantyAndSupportForm .crm_licence_code:focus{*/
/*    border: 1px solid rgba(10, 103, 106, 0.47) !important;*/
/*}*/

.checkWarrantyAndSupportForm .captchaInput{
    border: 1px solid rgba(10, 36, 106, 0.47) !important;
    width: 100%;
    height: 44px;
    border-radius: 5px;
    margin-top: 5px;
    margin-left: 10px;
}
.checkWarrantyAndSupportForm .captchaImage{
    width: 100%;
    margin-top: -5px;
    height: 100%;
    padding: 0;
}
.checkWarrantyAndSupportForm button{
    display: flex;
    height: 36px;
    border-radius: 5px;
    margin-top: 8px;
    color: white !important;
    border: 1px solid white !important;
    background: #124fae !important;
    font-size: 13px;
    transition: all ease-in-out .1s !important;
    margin-right: 13px;
    align-content: center;
    align-items: center;
    padding-top: 8px !important;
}
.checkWarrantyAndSupportForm button:hover , .checkWarrantyAndSupportForm 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;
}
.checkWarrantyAndSupportForm input:focus{
    border: 1px solid rgba(10, 103, 106, 0.47) !important;
}

.checkWarrantyAndSupportResualt .divTable{
    display: table;
    width: 100%;
}
.checkWarrantyAndSupportResualt .divTableRow {
    display: table-row;
}
.checkWarrantyAndSupportResualt .divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}
.checkWarrantyAndSupportResualt .divTableCell,.checkWarrantyAndSupportResualt  .divTableHead {
    border: 1px solid #bbc1f2;
    display: table-cell;
    padding: 5px 10px;
    border-radius: 4px;
}
.checkWarrantyAndSupportResualt .divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}
.checkWarrantyAndSupportResualt .divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}
.checkWarrantyAndSupportResualt .divTableBody {
    display: table-row-group;
}

.Idea-form-group{
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.Idea-form-group-inline{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.Idea-d-inline-flex{
    display: flex !important;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.Idea-form-group-inline img{
    padding: 10px 0 0 0;
}
.checkWarrantyAndSupportFormSection label{
    padding: 0 3px 6px 0;
    font-size: 14px;
}
.checkWarrantyAndSupportFormSection .Idea-form-control {
    height: 36px;
    padding: 0 5px;
    font-size: 13px;
    width: 100%;
}
.checkWarrantyAndSupportFormSection .ideaCrmBorderRed {
    border: 1px solid red !important;
}
.checkWarrantyAndSupportFormSection .ideaCrmBorderRed:focus {
    border: 1px solid red !important;
}
.checkWarrantyAndSupportFormSection .input-has-error {
   color: red;
    font-size: 13px;
    display: none;
}
.checkWarrantyAndSupportFormSection .statusColorCode {
    display: block;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-right: 12px;
}
.checkWarrantyAndSupportFormSection .checkWarrantyAndSupportResualt {
    margin: 20px 5px;
}
.rokama_footer{
    margin-right: 20px;
    font-size: 13px;
}
.reloadCaptcha{
    font-size: 30px;
    margin-left: 6px;
    cursor: pointer;
}
#captchaChangeTimer{
    position: absolute;
    bottom: -22px;
    left: 0;
}

.checkWarrantyAndSupportFormSection #selectType a{
    text-decoration: none;
    padding: 8px 10px;
    max-height: 33px;
    font-size: 14px;
}
