html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.btn {
    border: 0px;
    line-height: 1.42857143;
    padding: 6px 12px;
    margin-bottom: 0;
}
.form-control{
    /*height: 37px!important;*/
}
.validation_error{
    color:red;
}
.vs-readonly-input-text {
    background-color: #d3d3d3;
    pointer-events: none;
}

@media (min-width:768px) {
    /*.col-sm-12 {
        width: 100%
    }*/
}

.vs-sub-group-header {
    background: #FF9900;
    color: #FFFFFF;
    padding: 15px;
    font-size: 16px;
    margin: 10px 0px 20px 0px;
    font-weight: bold;
    border-radius: 5px;
}

.vs-download-link {
    color: #0066CC !important;
}