.form-control {
    border-left: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.btn {
	font-family: ElanITCStdBold;
}
.btn::first-letter {
    text-transform: uppercase;
}
.btn:focus {
    outline: 0 !important;
}
.btn-primary {
	background-color: #3266CC;
    border: none;
}
.btn-primary:hover {
    background-color: #467de9;
    border: none;
}
.btn-primary:active {
    background-color: #1b35b8;
    box-shadow: none;
}
.btn-primary:focus {
    background-color: #1b35b8;
    box-shadow: none;
    border: none;
}
.btn-anthracite {
    background-color:#3c5161;
    border: none;
}
.btn-anthracite:hover {
    color: white;
    background-color: #4c677b;
    border: none;
}
.btn-anthracite:active {
    color: white;
    background-color: #4c677b;
    box-shadow: none;
}
.btn-anthracite:focus {
    color: white;
    background-color: #4c677b;
    box-shadow: none;
    border: none;
}

.btn-red {
    background-color: #bc2514;
    border: none;
    font-size: 14px;
    font-family: "UbuntuLight";
    color: white;
}
.btn-red:hover {
    background-color: #cf2916;
    border: none;
    color: white;
}
.btn-red:active {
    background-color: #cf2916;
    box-shadow: none;
    color: white;
}
.btn-red:focus {
    background-color: #cf2916;
    box-shadow: none;
    border: none;
    color: white;
}

.btn-secondary {
    border: 1px solid #3366CC;
    background-color: rgba(0, 0, 0, 0.20);
    transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s, background-color 0.2s ease 0s, border-color 0.2s ease 0s, color 0.2s ease 0s;
    box-shadow: 0px 0px transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.btn-secondary:hover {
    color: white;
    background-color: rgba(0, 0, 0, 0.30);
    border: 1px solid rgba(255, 255, 255, 0.35);
}
.btn-secondary:active {
    background-color: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.40);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5) inset;
}
.btn-secondary:focus {
    color: white;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0 4px 4px 0;
}
.has-success .form-control,
.has-warning .form_control,
.has-error .form-control,
.has-success .form-control:hover,
.has-warning .form_control:hover,
.has-error .form-control:hover,
.has-success .form-control:focus,
.has-warning .form_control:focus,
.has-error .form-control:focus {
    box-shadow: none;
}
.modal {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal-open .modal {
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-content {
    border: 1px solid white;
}
.modal-header {
    height:45px;
    width:100%;
    border: none;
    background-color: rgba(34, 42, 48, 0.95);
    border-radius: 6px 6px 0 0;
}
.modal-header h4 {
    color: white;
    opacity: 1;
    text-shadow: none;
    font-family: 'Ubuntu';
    font-weight: bold;
    margin-top: -5px;
}
.modal-header .close {
    float: right;
    border: none;
    background-color: transparent;
    color: white;
    font-family: 'Ubuntu';
    font-size: 25px;
    font-weight: normal;
    opacity:0.8;
    margin-right:10px;
    margin-top: -5px;
}
.modal-header .close:hover {
    opacity: 1;
}
.modal-title {
    color:#ffd3b0;
    font-family:'PT Sans';
    text-shadow:0px 2px 2px #000, 0px 2px 4px #000;
    font-size:16px;
    font-weight: bolder;
    opacity:0.6;
    margin:0px;
    float:left;
}
.modal-body  {
    position:relative;
    width:100%;
    height:85px;
    background-color: rgba(56, 70, 80, 0.95);
    text-align: center;
}
.modal-body p {
    font-size:13px;
    font-family:'Ubuntu';
    font-size: 14px;
    color: white;
}
.modal-footer {
    width:100%;
    height:75px;
    background-color: rgba(56, 70, 80, 0.95);
    border: none;
    border-radius: 0 0 6px 6px;
    text-align: center;
}
.modal-footer .btn {
    text-transform: uppercase;
    height: 40px;
    width: 100px;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
.input-group-addon {
    background-color: white;
    border: none;
}
input {
    border: none;
    height: 40px;
}
input:focus {
    box-shadow: none;
    outline: none;
}
.form-control {
    box-shadow: none;
    outline: none;
    border: none;
}
.form-control:focus {
    box-shadow: none;
    outline: none;
    border: none;
}
.input-group-addon {
    border-radius: 3px;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0 3px 3px 0;
}
.bootstrap-select .dropdown-toggle:focus {
	outline: hidden;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option::first-letter,
.bootstrap-select.btn-group .dropdown-menu li a span.text::first-letter {
    text-transform: uppercase;
}
.alert-danger {
    background-color: rgba(0, 0, 0, 0.3);
    border-style: none;
    font-size: 17px;
}
