﻿.input-sm {
    height: 28px;
    padding: 5px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 15px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
}

.radio input[type='radio'], .radio-inline input[type='radio'], .checkbox input[type='checkbox'], .checkbox-inline input[type='checkbox'] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}

input[type='text'] {
    border: 1px solid #869898;
}

.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0px;
    font-weight: normal;
    cursor: pointer;
}

.breadcrumb {
    background-color: White;
}

.btn {
    padding: 6px 12px;
    font-size: 14px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4285;
    color: #333;
    background-color: #fff;
}

input, button, select, textarea {
    margin: 5px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a:link:not(.btn) {
    color: #0239BB;
    /*    text-decoration: underline;*/
}

a:visited:not(.btn) {
    color: #022F97;
}

a:hover:not(.btn) {
    color: #002680;
    text-decoration: none;
}

a:active:not(.btn) {
    color: #12eb87;
}

.footertext {
    color: #0239BB;
}

legend {
    font-size: 1em;
}

fieldset {
    margin-bottom: 0.5em;
}

h1 {
    font-size: 2em;
    margin-top: 10px;
}

h2 {
    font-size: 1.75rem;
}

h3 {
    font-size: 1.5rem;
}

.recaptcha-checkbox-border {
    border: 1px solid #869898;
}


/* from login page*/

#CaptchaInputText {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin-top: 10px;
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -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;
}


#rc-imageselect, .g-recaptcha {
    transform: scale(0.84);
    -webkit-transform: scale(0.84);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}


/* From occupants Confirm*/

.btnFade {
    opacity: 0.6;
    transition: 0.3s;
}

.wellUndo {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 15px;
    background-color: #c8c5c5;
    border: 1px solid #808080;
    border-radius: 4px;
    /*        opacity: 0.6;*/
    transition: 0.3s;
}

    .wellUndo:hover {
        opacity: 10;
    }

a .tip {
    position: relative;
}

    a.tip span {
        /*display: none;*/
        position: absolute;
        top: 0px;
        left: -4000px;
        width: 325px;
        padding: 5px;
        z-index: 100;
        background: #000;
        color: #fff;
        -moz-border-radius: 5px;
        /* this works only in camino/firefox */
        -webkit-border-radius: 5px;
        /* this is just for Safari */
    }

        a:hover.tip span:before {
            content: '';
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-right: 8px solid black;
            left: -8px;
            top: 7px;
        }

a:hover.tip {
    /*font-size: 99%;*/  /*Removed as has strange effects in other browsers*/
    /* this is just for IE */
}

    a:hover.tip span{
        /*display: block;*/
        left: 40px;
    }


/* From language select*/

.ErrorMessages {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ErrorMessages > ul {
    color: Red;
    list-style-type: none;
    margin-left: -40px;
}

.Eligibility {
    margin: 10px 0px 15px 0px;
    font-weight: bold !important;
}
.form-group label, .editor-field legend {
    font-weight:600 ;
}

.editor-field > fieldset label {
    font-weight:normal !important;
}