﻿
.container, .container-fluid {
    margin-left: 3px !important;
    margin-right: 3px !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.navbar-default {
    border-color: transparent !important;
    border-width: 0 !important;
}

.container {
    width: 100% !important;
}

.btn-signout {
    right: 20px;
    position: absolute;
}

.inbox-data-from {
    width: 30%;
}
.inbox-data-message {
    margin: 3px -3px !important;
    width: 50%;
    max-width: 300px;
}
.inbox-data-date {
    width: 15%;
}

.table-wrap {
    overflow: hidden;
}

nav ul li {
    padding-left: 20px;
}

.bg-blue {
    background-color: #0077C0;
    color:white;
}

.bg-white {
    background-color:#fff;
}

.btn-primary {
    -ms-border-radius: 10px;
    border-radius: 10px;
    background-color: #f15c22;
    color: White !important;
    text-transform: lowercase;
    font-size: 9pt;
    font-weight: bold;
    font-family: Arial, Sans-Serif;
    /*padding: 10px 14px;*/
    position: relative;
    right: auto;
    text-decoration: none;
    display: inline-block;
    border:0;
}
.btn-primary a {
     padding: 8px;
    color: #fff !important;
    text-decoration:none;
}
.rounded {
    -ms-border-radius:10px;
    border-radius:10px;
}

.rounded-top {
     -ms-border-top-left-radius:10px;
    border-top-left-radius:10px;
    -ms-border-top-right-radius:10px;
    border-top-right-radius:10px;
}

#inbox-table thead th {
    background-color: #fff;
    color:#0077C0;    
}

#inbox-table > tbody > tr {
    border-bottom: 2px solid #eee;
    /*border-bottom: 2px dashed #9dceec;*/
}

#inbox-table{font-size:12px;border-top:none;border-left-color:transparent!important;border-right-color:transparent!important}

#inbox-table.table-hover tbody tr:hover{cursor:pointer;background-color: #f15c22;}

#inbox-table tr td{border-right:none;border-left:none;line-height:26px;padding:6px 4px 7px!important}

#inbox-table .inbox-table-icon{padding-left:15px!important}

#inbox-table tbody tr th{overflow:hidden}

#inbox-table.table tbody>tr>td{border-color:#fff!important}

#inbox-table .checkbox,#inbox-table .radio{margin-top:-1px;margin-bottom:0}

.inbox-data-message > *:first-child > *:first-child::after {
    content: "";
}

.inbox-data-message > *:first-child {
    height: auto;
}

#inbox-table> tbody > tr:nth-child(2n+1) > td {
    
}	

#inbox-table > tbody > tr:nth-child(2n) > td {
    
}	

ul.nav-pills li,
ul.nav-pills li.active {
    background-color:#fff;
    -ms-border-top-left-radius:10px;
    border-top-left-radius:10px;
    -ms-border-top-right-radius:10px;
    border-top-right-radius:10px;
    margin:0 10px;
}

ul.nav-pills li.active {
    background-color: #fff;

}
ul.nav-pills li {
    background-color: gainsboro;
}

.nav-pills > li.active > a, 
.nav-pills > li.active > a:focus, 
.nav-pills > li.active > a:visited, 
.nav-pills > li > a:hover {
    background-color: #fff !important;
    color: #f15c22 !important;
    -ms-border-top-left-radius:10px;
    border-top-left-radius:10px;
    -ms-border-top-right-radius:10px;
    border-top-right-radius:10px;
}

.inbox-data-message>:first-child>:first-child {
    font-size: 12px;
}

.modal-backdrop.in {
    display: none;
}

.inbox-download {
    width: 100%;
    padding: 0px 0px 4px 0px;
}
.inbox-download-list li>:first-child>:first-child>.fa {
    font-size: 20px;
    vertical-align: middle;
    margin: 1px;
}
.inbox-download-list li>:first-child {
    margin-bottom: 0;
    width: 100%;
    height: 27px;
    overflow: hidden;
    font-size: 10px;
    padding: 2px;
    font-weight: bold;
    background-color: gainsboro;
    min-width: 160px;
    padding-top: 3px;
}
.inbox-download-list li>:first-child>:first-child>img {
    height: 20px;
}
.inbox-download-list li>:first-child>:first-child {
    display: inline-block;
    color: #000;
    padding: 2px;
}

.inbox-message {
    height: 500px;
    overflow-y: scroll;
}