input.form-control  {
    padding: 6px 15px;
}

.form-control {
    /*display: block;*/
    /*width: 100%;*/
   height: 32px !important;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 1.42857143 !important;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 4px !important;
    }
    
    /*.textbox, input[type=password], input[name=dcode] {
        border: 1px solid #ccc !important;
        height: 32px !important;
    }*/
    
    /*    input[id=txt_locationname], select {
        font-size: 14px !important;
    }*/
    
    .input-group {
        position: relative;
        display: table;
        border-collapse: separate;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group-addon {
        padding: 6px 12px;
        font-size: 14px;
        font-weight: normal;
        line-height: 1;
        color: #555;
        text-align: center;
        background-color: #eee;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        /*width: 100%;*/
        margin-bottom: 0;
    }

    .input-group-addon, .input-group-btn, .input-group .form-control {
        display: table-cell;
    }

    .input-group-addon, .input-group-btn {
        width: 1%;
        white-space: nowrap;
        vertical-align: middle;
    }

    .input-group-addon:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .form-group.required .control-label:after {
      content:"*";
      color:red;
      padding-left: 2px
    }
    
    .control-label{
        top: -4px;
        position: relative;
    }
    

    .innerfonts {font-size: 14px; font-weight: bold !important}
    
        .button_new {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        background: #004E6D !important;
        color: #fff;
        text-decoration: none;
        box-shadow: none !important
    }
    
    input:disabled, textarea:disabled {
    background: #cccccc
}

#footer-bottom-border-radius {
     border-bottom-right-radius: 20px;
     border-bottom-left-radius: 20px;    
}
.form-control-red{padding:0 5px;color: #555;line-height:25px;height:32px;background-color: #fff !important;background-image: none !important;border: 1px solid #ccc !important;border-radius: 4px !important;}