﻿h1, h2 {
    color: #0062a9 !important;
    border-bottom: 1px solid #12aaed;
}

label {
    font-size: 13px;
    font-family: Arial;
}

.btn-progress {
    width: 100%;
    border-bottom: 2px solid #ccc;
    margin: 0;
    color: #ccc;
}
a.btn-progress {
    width: 100%; margin: 0;
    color: #0076CC;
}

.btn-progress-active {
    color: #0076CC;
    border-bottom: 3px solid #0076CC !important;
    font-weight: bold !important;
}

.btn-progress:hover {
    color: #0076CC !important;
    border-bottom-color: #0076CC;
}

.btn-default, .btn-primary {
    min-width: 150px;
}
.btn-default.icon, .btn-primary.icon {
    min-width: 30px;
}
.row-margin {
    margin-bottom: 15px;
}

.form-control.control-sm, .input-group.control-sm { width: 25%; }
.form-control.control-normal, .input-group.control-normal { width: 50%; }
.form-control.control-large, .input-group.control-large { width: 100%; }

/* tablet & mobile */
@media(max-width: 1025px){
    .form-control.control-sm, .input-group.control-sm { width: 100%; }
    .form-control.control-normal, .input-group.control-normal { width: 100%; }
}

.form-control.input-validation-error {
    border-color:#a94442;
}
.field-validation-error {
    color:  #a94442;
    font-size: 14px;
}
.control-label {
    font-weight: normal;
}
.tooltip-inner {
    background-color: #337ab7;
}
