body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
table {
    font-size: 14px;
}
.bg-dark-1 {
    background-color: #337ab7;
}

.form-signin {
    max-width: 400px;
    padding: 15px;
    margin: 0 auto;
}

.btn-login {
    width: 370px;
    background-color: #337ab7 !important;
    color: #fff !important;
}

.btn-primary {
    background-color: #337ab7 !important;
}

.common-title {
    margin-top: 10px;
}

.common-search {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.common-sumary-grid-view {
    font-size: 17pt;
}

.no-underline {
    text-decoration: none !important;
}

.item-as-link > .dropdown-item {
    color: blue !important;
}

.btn-group > .btn {
    font-size: 14pt;
}
.growth-trial-disabled {
    cursor: not-allowed;
    color: #f73f32;
}
.growth-trial-disabled:hover {
    color: #f73f32;
}
.growth-trial-disabled {
    cursor: not-allowed;
    color: #f73f32;
}
.growth-trial-disabled:hover {
    color: #f73f32;
}
.center {
    text-align: center;
}
.col-xs-4 {
    width: 33.33333333%;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group-addon {
    padding: 10px 12px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
