﻿@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../../fonts/glyphicons-halflings-regular.eot');
    src: url('../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.inline-rb {
    width: 100%;
}

.inline-rb input[type="radio"] {
        width: auto;
    }

.inline-rb label {
        display: inline;
    }

input[type="checkbox"],
input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    float: left;
    margin-right: -2em;
    opacity: 0;
    width: 1em;
    z-index: -1;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
        text-decoration: none;
        color: rgba(0, 0, 0, 0.75);
        cursor: pointer;
        display: inline-block;
        font-size: 1em;
        font-weight: 100;
        padding-left: 2.0em;
        padding-right: 0.25em;
        position: relative;
        padding-bottom: 0.8em;
    }

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-transform: none !important;
        }

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
            border-radius: 4px;
            border: solid 1px rgba(0, 0, 0, 0.3);
            content: '';
            display: inline-block;
            height: 1.8em;
            left: 0;
            line-height: 1.725em;
            position: absolute;
            text-align: center;
            width: 1.8em;
        }

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
        background: rgba(0, 0, 0, 0.25);
        color: black;
        font-family: 'Glyphicons Halflings';
        content: "\e013";
    }

input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
        border-color: #e44c65;
    }

input[type="checkbox"] + label:before {
        border-radius: 4px;
    }

input[type="radio"] + label:before {
        border-radius: 100%;
    }

.input-group-addon {
    padding: .3rem .3rem;
}

.showCityTown {
    background-color: #e9ecef;
    color: #495057;
}
