input[type="button"], input[type="submit"]{
    display: inline-block;
    padding: 5px 7px;
    margin-bottom: 0;
    /* font-size: 13px; */
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #fff;
    background-color: #d41f19;
    border-color: #d41f19;
}
nav ul ul {
     display: none;
}
 nav ul li:hover > ul {
     display: block;
}
 nav ul {
    /* background: #008c7e;
     */
     color:white;
     list-style: none;
     position: relative;
     display: inline-table;
     font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
 nav ul:after {
     content: "";
     clear: both;
     display: block;
}
 nav ul li {
     float: left;
}
 nav ul li:hover {
     background: #d51f1a;
}
 nav ul li:hover a {
     color: #fff;
     cursor:pointer;
}
 nav ul li a {
     display: block;
     height: 35px;
     text-align:center;
     line-height: 36px;
     width: 128px;
     background:#111;
     color: white;
     text-decoration: none;
}
 nav ul ul {
     background: #2e2c2d;
     border-radius: 0px;
     padding: 0;
     z-index:1500;
     position: absolute;
     top: 100%;
     width: 128px;
}
 nav ul ul li {
     float: none;
     margin-top:-1px;
     border-top: 1px solid #fff;
     position: relative;
}
 nav ul ul li a {
     display: block;
     height:36px;
     text-align:center;
     line-height:36px;
     width: 100px;
     color: #fff;
}
 nav ul ul li a:hover {
     background: #d51f1a;
}
 nav ul ul ul {
     position: absolute;
     left: 100%;
     top:0;
}
 .border-none{
     border:none !important;
     border-top:none !important;
}
 .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-top: 0px solid #ddd;
}

 .nav-tabs>li>a {
     margin-right: 2px;
     line-height: 1.42857143;
     border: 0px solid transparent;
     border-radius: 0px 0px 0 0;
}
 .btn-create-account {
     color: #fff;
     background-color: #1b4a6d;
     border-color: none;
     border-radius: 0;
}
 .btn-create-account:hover{
     color: #FFF;
}
 .btn-login {
     color: #fff;
     background-color: #d9251c;
     border-color: none;
     border-radius: 0;
}
 .main-menu li a{
     color:#FFF;
}
 .main-menu li:hover {
     background-color: #d9251c !important;
     border:none;
     border-radius: 0;
    /* width: 100%;
     */
}
 .nav>li>a:hover, .nav>li>a:focus {
     text-decoration: none;
     background-color: #d9251c;
}
 #content > center > table > tbody > tr > td > table > tbody > tr:nth-child(1) > td{
     padding: 10px;
}
 #content > center > table > tbody > tr > td > table > tbody > tr:nth-child(2) > td > table > tbody > tr:nth-child(1) > td:nth-child(1){
     padding-right: 15px;
}
 #content > center > table > tbody > tr > td > table > tbody > tr:nth-child(2) > td > table > tbody > tr:nth-child(2) > td:nth-child(1){
     padding-right: 15px;
}
 #content > center > table > tbody > tr > td > table > tbody > tr:nth-child(2) > td > table > tbody > tr:nth-child(3) > td:nth-child(1){
     padding-right: 15px;
}
 #content > center > table > tbody > tr > td > table > tbody > tr:nth-child(2) > td > table > tbody > tr:nth-child(4) > td:nth-child(1){
     padding-right: 15px;
}
 #content > center > table > tbody > tr > td > table > tbody > tr:nth-child(2) > td > table > tbody > tr:nth-child(5) > td:nth-child(1){
     padding-right: 15px;
}
 .nav-tabs>li>a {
     margin-right: 2px;
     line-height: 1.42857143;
     border-radius: none;
}
 .nav>li>a {
     position: relative;
     display: block;
     padding: 7px 10px;
     width: 100%;
}
 .sidebar-nav>ul {
    width: 100%;
     margin: 0 -25px;
     border: 0;
     padding-bottom: 1px;
     font-size: 14px;
     white-space: nowrap;
}
