
label {
    display: inline;
}

div.bold label {
    font-weight: 600;
}

.input-group {
    width: 100%;
}

    .input-group .form-control {
        margin-bottom: 15px;
    }

.row {
    margin-right: 0px;
}

.container {
    padding-left: 2px;
    padding-right: 2px;
}

#component {
    margin-bottom: 20px;
}

.btn {
    margin: 8px 4px;
    background-image: none !important;
}

.btn-default.active, .btn-default.active:hover, .btn-default.active:focus,
.btn-default:active, .btn-default:hover, .btn-default:focus,
.btn:active, .btn:hover, .btn:focus {
    background-color: #00274D !important;
    color: white !important;
}

.btn-primary, .btn-primary:visited {
    background-color: #F19231 !important;
    background-image: none !important;
}

.btn-primary {
    background-color: #F19231;
    color: #003E69;
    border: white;
}

.btn-share {
    border: none !important;
    margin: 6px;
    text-align: center;
    display: inline-block !important;
    min-width: 150px !important;
}

.btn-share:hover {
    color: white;
    background-color: #00274D;
    border-color: #00274D;
}

.btn-share label {
    text-align:center;
    width:100%;
    line-height:26px;
}

.btn-share label:hover {
    color: white;
}

.btn-share input {
    margin-top:10px;
    margin-left:10px;
}

.btn-share img {
    display: flex;
    margin: auto;
}

.a-share {
    text-align: center;
    text-decoration: none;
}

.a-share:hover {
    color:#00274D;
    text-decoration: none;
}

.a-share div {
    background: #00274D;
    background-color: #00274D;
    border-bottom-left-radius:3px; border-bottom-right-radius:3px;
    text-decoration: none;
}

.a-share div:hover {
    background: white;
    background-color: white;
    color: #00274D;
    text-decoration: none;
}

.custom-fade:hover {
    animation: customFadeIn ease 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes customFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.panel .panel-heading {
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #434345;
    display: block;
    font: 500 16px/24px 'Fira Sans', sans-serif;
    padding: 14px 20px 10px 21px;
    text-transform: uppercase;
}

.panel .panel-body {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    /*-webkit-box-shadow: none; */
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 2px;
    padding-right: 2px;
}

label[disabled] {
    pointer-events: none;
}

label.active span.fa.fa-square-o {
    display: none;
}

label.active span.fa.fa-check-square-o {
    display: inline;
}

label span.fa.fa-square-o {
    display: inline;
}

label span.fa.fa-check-square-o {
    display: none;
}

.alert:before {
    content: none !important;
    color: none !important;
}

