.topspace{
    margin-top:5px;

}

.bold {
font-weight:700
}

.control-label {
    font-size:14px;
    font-weight:normal;   
    color:#808080;
    padding-top: 5px;
    padding-bottom: 10px;
    left: 0px;
    border-bottom : 1px dotted #e6e6e6;
}


.control-label-no-border  {
    font-size:14px;
    font-weight:normal;   
    color:#808080;
    padding-top: 5px;
    padding-bottom: 10px;
    left: 0px;
    border-bottom : 0px none #e6e6e6;
}



.control-label-data {
    font-size:16px;
    top: 1px;
    left: 0px;
}


h4 {
    color:#0063ba;
}

.small-label{
    font-size:10px;
    font-weight:100;
    padding-left:10px;
    color:#7c93a8;
}
.custom-textbox {
    height: 30px;
    font-size: 12px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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;
}

.custom-textbox:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.custom-textbox::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.custom-textbox:-ms-input-placeholder {
    color: #999;
}

.custom-textbox::-webkit-input-placeholder {
    color: #999;
}

.custom-textbox[disabled],
.custom-textbox[readonly],
fieldset[disabled] .custom-textbox {
    background-color: #eee;
    opacity: 1;
}

.custom-textbox[disabled],
fieldset[disabled] .custom-textbox {
    cursor: not-allowed;
}


.custom-textbox-2 {
    height: 30px;
    font-size: 12px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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;
}

    .custom-textbox-2:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .custom-textbox-2::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .custom-textbox-2:-ms-input-placeholder {
        color: #999;
    }

    .custom-textbox-2::-webkit-input-placeholder {
        color: #999;
    }

    .custom-textbox-2[disabled],
    .custom-textbox-2[readonly],
    fieldset[disabled] .custom-textbox-2 {
        background-color: #eee;
        opacity: 1;
    }

    .custom-textbox-2[disabled],
    fieldset[disabled] .custom-textbox-2 {
        cursor: not-allowed;
    }

.form-control {
    font-size:12px;
    height: auto;  
}

.form-inline .form-group{
    margin-left: 0;
    margin-right: 0;
}

.checkbox {
    margin-top:-5px;
}

.radio label {
padding-bottom:5px;
}

.accordion-group  {

    padding-left:35px;
}

div.well {
   
    top: 0px;
    bottom:40px;
    left:0;
    right:0;
    overflow-y: scroll;
}

.uppercase {
    text-transform: uppercase;
}

 textarea:required:invalid, select:invalid, input:required:invalid, input:focus:invalid {
    background-image: url(/images/asterisk.png);
    background-position: left top;
    background-repeat: no-repeat;
    -moz-box-shadow: none;
  }
  input:required:valid {
    
    background-position: right top;
    background-repeat: no-repeat;
  }

.pointer {
    cursor: pointer;
}

.transparent {
    border: 0;
    background: transparent /* the important bit */
}
.input-color {
        color: transparent;
    }