.navbar {
    border: 0 none;
    margin-bottom: 0;
}

.navbar-default {
    background-color: transparent;
    font-size: 16px;
}


body > header {
    background: #FFFFFF;
    border-bottom: 2px solid #d9d9d9;
}

body > header .container {
    padding: 0;
    
}

body > header .navbar-right {
    margin-right: -25px;
}

body > footer {
    background-color: #ffffff;
    padding: 15px 0;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #3D4CA1;
}

.table > tbody > tr > td {
    border-top: 0;
}

.table > thead > tr > th {
    border-bottom: 0;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 0;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #F6F6F6;
}

.table-striped-double > tbody > tr:nth-of-type(4n+1),
.table-striped-double > tbody > tr:nth-of-type(4n+2) {
    background-color: #F6F6F6;
}


a {
    color: #1F2F91;
}

.btn {
    border-radius: 0;
    border: 0;
    font-weight: bold;
    padding: 4px 8px;
    text-transform: uppercase;
}

.btn-default, .btn-default:hover {
    color: #1F2F91;
    border: 1px solid #1F2F91;
}

.table-striped-double .btn-default,
.table-striped-double .btn-default:hover {
    border: 1px solid #777;
    text-transform: none;
    padding: 2px 4px;
    color: #777;
}

.btn-success, .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover {
    border-color: #4cae4c;
    color: #fff;

    border: 0;

    background: #f59644; /* Old browsers */
    background: -moz-linear-gradient(top, #f59644 0%, #f58323 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f59644), color-stop(100%,#f58323)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f59644 0%,#f58323 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f59644 0%,#f58323 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f59644 0%,#f58323 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f59644 0%,#f58323 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59644', endColorstr='#f58323',GradientType=0 ); /* IE6-9 */
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border: 0;;
}

.btn-danger:hover {color:#fff;background-color:#c9302c;border: 0}

 .btn-primary, .btn-primary:hover {
    color: #FFFFFF;
    border: 0;
 }
 
/* Check box fix */
.form-horizontal .checkbox, .form-horizontal .radio {
    margin-left: 22px;
    width: 60%;
}
