﻿html {
    font-family: sans-serif;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.42857143;
    background-color: #fff;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-control {
    font-size: 14px;
    line-height: 20px;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.form-select {
    padding: .375rem 2.10rem .375rem .75rem;
}

.btn-light {
    border-color: #ccc;
}

.form-group {
    margin-bottom: 15px;
}

p {
    margin: 0 0 10px;
}

.h4, h4 {
    font-size: 18px;
}

.text-justify {
    text-align: justify;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.modal-header .btn-close {
    float: right;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    cursor:pointer;
}

.navbar {
    position: relative;
    display: block;
    padding: 0px;
}

a {
    text-decoration: none;
}
