@font-face {
    font-family: 'icons';
    src: url('../../fonts/fa-regular-400.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/fa-regular-400.ttf') format('truetype'),
    url('../../fonts/fa-regular-400.svg#fontawesomeregular') format("svg");
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    font-family: "proxima-nova", sans-serif;
    padding-top: 6px;
    position: relative;
}

body:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background: #2c8fc6;
    background: linear-gradient(to right, #2c8fc6 0%, #0E6397 100%);
    background: -moz-linear-gradient(left, #2c8fc6 0%, #0E6397 100%);
    background: -webkit-linear-gradient(left, #2c8fc6 0%, #0E6397 100%);
}

header {
    padding-bottom: 15px; /*border-bottom:2px solid #c0c0c0;*/
    margin-bottom: 15px;
}

h1 {
    font-size: 32px;
    font-weight: 300;
    color: #4a4b4c;
    line-height: 1.15;
}

h2 {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.1;
}

h3 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 5px;
}

h4 {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.1;
    color: #9c9c9c;
    margin: 0;
}

.mt-5 {
    margin-top: 5px;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

.button {
    display: inline-block;
    text-align: center;
    color: #fff !important;
    background: #50bc34;
    font-size: 20px;
    line-height: 1;
    padding: 15px 35px;
    cursor: pointer;
    transition: 0.25s all;
    width: 145px;
    text-decoration: none !important;
    border: 0;
    box-shadow: none;
    -webkit-appearance: none;
    outline: 0 !important;
    border-radius: 7px;
}

.btn {
    border-radius: 7px;
}

.button:hover, .button:focus {
    transition: 0.25s all;
}

.button:hover, .button:focus {
    background: #409629;
}

p.small-copy {
    margin-bottom: 25px;
}

.button.disabled {
    background: #9d9e9f !important;
    cursor: not-allowed;
}

.light-gray {
    color: #9c9c9c !important;
}

.dark-gray {
    color: #4a4b4c !important;
}

.clearfix {
    float: none !important;
    display: block !important;
    clear: both !important;
}

.logo {
    width: 186px;
}

input.error {
    border-bottom: 1px solid #970d0d !important;
}

.error ::-webkit-input-placeholder {
    color: #970d0d !important;
}

.error ::-moz-placeholder {
    color: #970d0d !important;
}

.error :-ms-input-placeholder {
    color: #970d0d !important;
}

.error :-moz-placeholder {
    color: #970d0d !important;
}

.error::placeholder {
    color: #970d0d !important;
}

.no-padding {
    padding: 0;
}

.float-right {
    float: right;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-0 {
    margin: 0;
}

.mt-10 {
    margin-top: 10px;
}

.margin-5 {
    margin: 5px;
}

.margin-0 {
    margin: 0 !important;
}

.no-padding-left {
    padding-left: 0;
}

.width-100 {
    width: 100%;
}

.readonly-select-field {
    pointer-events: none;
    background-color: #eee !important;
    color: #666;
}

.readonly-select-field button {
    border: none !important;
}

.editing .readonly-text-field {
    border-bottom: 1px solid #666 !important;
    color: #666 !important;
}

.editing .readonly-select-field button  {
    border-bottom : 1px solid #666 !important;
    color: #666 !important;
}

.readonly-text-field {
    pointer-events: none;
    background-color: #eee !important;
    color: #666;
}

#edit-info.editing .bootstrap-select.valid.readonly-select-field .btn {
    color: #666 !important;
}