﻿    .inner-frm-wrap.cmi-frm-wrap {
        display:table;
        width:100%;
    }
    .form-group.fg-custom {
        display:table-row;        
    }
    .frm-lbl-wrapper {
        display:table-cell;
        padding:5px;
        width:170px;
        text-transform:uppercase;

    }
    .frm-lbl-wrapper label {
        color:#505050;
        font-size:12px;
    }
    .frm-input-wrapper {
        display:table-cell;
        padding:5px;
    }
    .eta-date-inputs select {
        display:inline-block;
        min-width:70px;         
    }
     .eta-time-inputs select {
         display:inline-block;
         min-width:50px;         
     }
     .form-submit-btn-wrapper input {
       float:right;   
     }
     .fg-custom select {
        height:30px;
        color:#505050;
     }
     @media screen and (min-width:768px) {
        .left-form-split-column {
            padding-right: 30px !important;
            border-right: 1px solid #ccc;
        }
     }

     .center-container {
         width:100%;
     }
     .center-form-wrapper {
         margin:auto; text-align:left; max-width:350px;
     }
     .form-ddl {
         width:100%;
     }

    