.btn {
    font-size: 15px;
    padding: 6px 14px;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    transition: all .5s ease
}

.btn-default {
    background-color: transparent;
    border-color: transparent;
    color: #001d3a;
    -webkit-box-shadow: inset 0 0 0 1px #e1e1e1;
    box-shadow: inset 0 0 0 1px #e1e1e1;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    list-style: outside none none;
    margin-bottom: 20px;
    padding: 0;
}

.breadcrumb > .active {
    color: #001d3a;
}
.panel {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: inset 0 0 0 1px #e1e1e1;
    margin-bottom: 20px;
}
.modal.fade .modal-dialog {
    z-index: 10001;
}
.btn:active, .btn.active, .btn-group.open .dropdown-toggle {
    box-shadow: none;
}


.form-control {
    border: 1px solid #d7d7d7;
    border-radius: 0;
    box-shadow: none;
}
.input-group-addon {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 0;
}
.btn-lg, .btn-group-lg > .btn {
    border-radius: 0px;
    font-size: 20px;
    padding: 10px 16px;
}
.btn-danger {
    background-color: #9c4047;
    border-color: #9c4047;
    color: #fff;
}
.btn-danger:hover {
    background-color: #021f3b;
    border-color: #021f3b;
    color: #fff;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border: 1px solid #d7d7d7; 
    border-bottom: 0;
    color: #001d3a;
    text-transform: uppercase;
    font-size: 18px;  
    font-weight: normal;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border: 1px solid #d7d7d7;
    font-size: 15px;
    color: #858585;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 12px 20px;
    line-height: 1.3;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
}
.dropdown-menu {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 0;
    font-size: 17px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.pagination {
    margin: 0;
}
.pagination > li {
    float: left;
    display: block;
}
.pagination > li > a, .pagination > li > span {
    color: #5a5a5a;  
    padding: 0 10px;
    border: 0;
    background-color: transparent;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: transparent;
    border-color: transparent;
    color: #001d3a;
    line-height: 1;
    font-size: 29px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: transparent;
}
