﻿
body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #fcfafa;
    font-family: Calibri;
    font-weight: 100;
    font-size: 14px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display: inline-block;
    content: "[";
    padding-right: 0.5em;
}

.btn-bracketed::after {
    display: inline-block;
    content: "]";
    padding-left: 0.5em;
}

.width250 {
    width: 250px;
}

.navbar {
    min-height: 60px;
}

.btn-primary {
    color: #fff;
    background-color: #45c48b;
    border-color: #45c48b;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #fff;
        background-color: #45c48b;
        border-color: #45c48b;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #45c48b;
        border-color: #204d74;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #45c48b;
        border-color: #45c48b;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: #45c48b;
            border-color: #122b40;
        }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus {
        background-color: #45c48b;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

/*formcontrol*/
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.text-danger {
    color: #fe4f4e;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #42424E !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #42424E !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #42424E !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #42424E !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #42424E !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}

.lblHeaderTitle {
    color: #000;
    font-size: 28px;
    font-weight: 300;
    line-height: 29px;
    text-align: center;
}

.lblWhiteSm {
    color: #42424E;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-align: center;
}

.hrefGreen {
    color: #338b8d;
}

.hrefYellowSm {
    color: #EBA200;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-align: center;
}

.txtConfirmSended {
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    color: #fff;
}

.validation-summary-errors ul {
    list-style: none;
    margin-left: -40px
}
