.btn {
    display: inline-block;
    text-align: center;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    background-color: #60b1f2;
    border: none;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    padding: 8px 16px;
}


.nav>li>a:hover, .nav>li>a:focus {
    background-color: #3B9FF0;
}

.pagination>li>a, .pagination>li>span {
    border: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

.form-horizontal {
    margin-bottom: 0;
}

.form-horizontal .control-label {
    margin-bottom: 0;
    font-weight: normal;
}

.form-group {
    margin-bottom: 13px;
}

.variations_form.form-horizontal .control-label {
    text-align: left;
    padding-top: 1px;
    padding-right: 0px;
}
.variations_form .radio,
.variations_form .checkbox {
    padding-top: 0;
}
.variations_form select {
    width: 100%;
}
.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 0;
    height: auto;
}
.form-control[readonly] {
    cursor: auto;
    background: none;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-color: #3B9FF0;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    border-color: transparent;
}

.form-row {
    width: 48%;
}

.well {
    padding: 12px 19px;
    background: #fafafa;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.well ul {
    margin-bottom: 0;
}
