/* Mailborder v5 Overrides and Styles */

/* general */
body {
  font-size: 13px;
}

/* az adjustments */
.az-content {
  padding-top: 10px;
}

.az-dashboard-eight {
  background-color: #F5F5F5;
}

.az-mb-background-white {
  background-color: #fff;
}

/* datatables */
table.mb-datatable {
  display: none;
}

table.mb-datatable th {
  text-align: center;
}

table.mb-datatable th, table.mb-datatable td  {
  font-size: 12px;
  padding: 6px;
}

table.mb-table th, table.mb-table td  {
  font-size: 12px;
  padding: 2px;
}

table.table-server-status th, table.table-server-status td  {
  font-size: 12px;
  padding: 2px;
}

table.table-queue-status th, table.table-queue-status td  {
  font-size: 12px;
  padding: 8px;
}

div.mb-cpuhist {
  height: 140px;
}

div.mb-email-stat {
  line-height: 0px;
}

/* dropdown */
.dropdown-item {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

/* font awesome slow spin */
.slow-spin {
  -webkit-animation: fa-spin 6s infinite linear;
  animation: fa-spin 6s infinite linear;
}

/* make font awesome blue */
.fa-make-blue {
  color: #428bca;
}
/* make font awesome green */
.fa-make-green {
  color: #04B404;
}
/* make font awesome white */
.fa-make-white {
  color: #fff;
}
/* make font awesome red */
.fa-make-red {
  color: #a94442;
}
/* make font awesome red */
.fa-make-orange {
    color: #FF8C00;
}
/* make font awesome muted */
.fa-make-muted {
  color: #d9d9d9;
  opacity: 0.5;
}

/* make font awesome gray */
.fa-make-gray {
  color: #AAAAAB;
  opacity: 0.5;
}

/* no padding */
.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* toolbar buttons */
.mb_default_btn{
  font-weight: normal;
    opacity:0.9;
    line-height: 1.42857;
    font-size: 13px;
    color: #428bca;
    background: transparent;
}
.mb_default_btn:hover {
  border: 1px solid #999;
  color:#000;
}

.mt0 { margin-top: 0 !important; }
.mt3 { margin-top: 3px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }
.mb0 { margin-bottom: 0px; }
.mb5 { margin-bottom: 5px; }
.mb8 { margin-bottom: 8px; }
.mb9 { margin-bottom: 9px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.padding10 { padding: 10px; }
.padding15 { padding: 15px; }
.padding20 { padding: 20px; }
.noborder { border: 0; }
.height200 { height: 200px; }
.height300 { height: 300px; }
.width100p { width: 100%; }
.width300 { width: 300px; }
.width20 { width: 20px; max-width: 20px; }

div.loadIMG { 
	position: fixed; 
	background-color: #ffffff; 
	height: 100%; 
	width: 100%; 
	z-index: 100000; 
	opacity: 0.5; 
	top: 63px; 
	display: none; 
}

div.loadSpinner { 
	position: fixed; 
	top: 50%; 
	left: 50%; 
	z-index: 110000; 
	margin-left: -50px; 
	margin-top: -100px; 
	display: block; 
}

.formbuttonblock-1{
	font-weight: normal;
	position:fixed;
    z-index:-1;
    bottom:50px;
    right: 40px;
    z-index: 999;
}
.savebutton{
	background-color: #848484;
	border: 1px solid #848484;
	color: #F2F2F2;
	font-weight: normal;
	height:40px;
    opacity:0.9;
    margin-left: 10px;
}
.savebutton:hover {
	border: 1px solid #999;color:#000;
}
.cancelbutton{
	background-color: #848484;
	border: 1px solid #848484;
	color: #F2F2F2;
	font-weight: normal;
	height:40px;
    opacity:0.9;
    margin-left: 10px;
}
.cancelbutton:hover {
	border: 1px solid #999;color:#000;
}
.helpbutton {
	background-color: #848484;
	border: 1px solid #848484;
	color: #F2F2F2;
	font-weight: normal;
	height:40px;
  opacity:0.9;
  margin-left: 10px;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
}
.helpbutton:hover {
	border: 1px solid #999;color:#000;
}

.mb-trans-btn {
  background-color: transparent;
  border: 1px solid #848484;
  font-weight: normal;
  opacity:0.9;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  box-shadow:none;
}
.mb-trans-btn:hover {
  border: 1px solid #999;color:#000;
  background:rgba(255, 255, 255, 0.65);
}
.mb-trans-btn:not(:disabled):not(.disabled):active:focus,
.mb-trans-btn:focus, .mb-trans-btn.focus {
    box-shadow:none;
}
.mb-filter-btn {
  background-color: #cc2900;
  border: 1px solid #801a00;
  color: #F2F2F2;
  font-weight: normal;
  opacity:0.9;
  margin-left: 10px;
  border-radius: 0.2rem;
  padding: 0.375rem 0.75rem;
}

.mb-search-btn-grp {
  border-radius: 0.2rem !important;
}

.mb-filter-btn:hover {
  border: 1px solid #000;color:#000;
  background:rgba(204, 41, 0, 0.65);
}

.mb-abort-btn {
  background-color: #cc2900;
  border: 1px solid #801a00;
  color: #F2F2F2;
  font-weight: normal;
  height:40px;
  width: 40px;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  display: none;
}

.mb-abort-btn:hover {
  border: 1px solid #000;color:#000;
  background:rgba(204, 41, 0, 0.65);
}

.mb-button-block-button {
	background-color: #848484;
	border: 1px solid #848484;
	color: #F2F2F2;
	font-weight: normal;
	height:40px;
    opacity:0.9;
    margin-left: 10px;
}
.mb-button-block-button:hover {
	border: 1px solid #999;color:#000;
}

.mb_default_btn{
	font-weight: normal;
    opacity:0.9;
    line-height: 1.42857;
    font-size: 13px;
    color: #428bca;
}
.mb_default_btn:hover {
	border: 1px solid #999;color:#000;
}
.btn[disabled], .btn[disabled]:hover{
	background-color: #F8F8F8;
	color: #333;
	cursor: not-allowed;
}

.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

table.font-11 td {
  font-size: 11px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.db-server-status-table, .db-server-status-table td  {
  font-size: 11px;
  padding: 0px;
}

.db-server-alert {
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}

@media only screen and (max-device-width:768px){
  .modal { -webkit-overflow-scrolling: touch; }
}

/* view msg */
.mb-msg-tab {
  display: none;
  margin-bottom: 10px;
}

.mb-msg-view-modal {
  
}

.mb-msg-data-hover:hover {
  background: #e6e6e6;
}

.mb-total-spam-score {
  text-decoration: overline; 
  text-decoration-style: dashed; 
  color: #686d7d;
}

.mb-dt-table {
  width: 100%;
}

.mb-w-90 {
  width: 90%;
}

.mb-w-95 {
  width: 95%;
}

.mb-w-96 {
  width: 96%;
}

.mb-w-100 {
  width: 100%;
}

.mb-portal-body {
  background-color: #F5F5F5;
}

.mb-portal-header {
  background-color: #843ef4;
}

.mb-portal-content {
  background-color: inherit;
}

.mb-portal-user-icon {
  color: #fff;
}

.mb-portal-navbar {
  background-color: #f9f9f9;
}

table.mb-slim-table th, table.mb-slim-table td  {
  font-size: 12px;
  padding: 6px;
}

.btn-default {
  background-color: #D6DBDF;
}
.btn-default:hover {
  background-color: #A6ACAF;
}

/* toastr growl notices */
.toast {max-width: 90% !important; } 
#toast-container>div { opacity: .9 !important; } 
.toast-success, .toast-error, .toast-info, .toast-warning { box-shadow: none !important; }