body { background: #f7f7f7;
	letter-spacing: 0.5px;
	 }
img { max-width: 100%; }

body.logged-in { padding-top: 50px; }

.navbar-brand img { max-height: 25px; vertical-align: middle; }

#content, #footer { padding: 0 0; }

@media (max-width: 767px){
	.navbar-fixed-top{ position: relative; }
	body.logged-in { padding-top: 0; }
}

@media (min-width: 768px) {
	#side-nav {
		position: fixed;
		top: 51px;
		left: 0;
		width: 150px;
		max-height: 100%;
		border: none;
		border-radius: 0;
		overflow-y: auto;
		background-color: #222;
		bottom: 0;
		overflow-x: hidden;
		padding-bottom: 40px;
		text-align: center;
	}
	#side-nav .navbar-nav,
	#side-nav .navbar-nav > li {
		float: none;
	}
	#side-nav .navbar-nav > li > a > i {
		font-size: 24px;
	}
	#side-nav .navbar-nav > li > a > .nav-title {
		display: block;
	}
	.navbar-nav > li > ul > li > a > i {
		display: inline-block;
		min-width: 20px;
	}
	#side-nav .dropdown-menu {
		position: relative;
		min-width: 150px;
		float: none;
	}
	body.logged-in #wrap { padding-left: 150px; }
}

@media (min-width: 992px) {
	#content, #footer { padding: 0 25px; }
}

@media (min-width: 768px) and (max-width: 992px) {
	#side-nav .navbar-nav > li > a > .nav-title {
		display: none;
	}
	#side-nav {
		width: 70px;
	}
	body.logged-in #wrap { padding-left: 70px; }
}

.panel.panel-fixed-height > .panel-body,
.panel.panel-fixed-height > .list-group
{
	max-height: 400px;
	overflow-y: auto;
}

.panel-body .pagination { margin: 0; }

/* login */
#login {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#login #logo {
	margin: -30px auto 40px;
	text-align: center;
}
#login form {
	position: relative;
	display: block;
	width: 400px;
	min-height: 330px;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-50%);
	padding: 75px 35px 15px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
}

#login form .has-feedback .form-control-feedback { right: 5px; }

/* client frame view */

.frame-wrap{  }
#frame-list,
#frame-view
{
	display: block;
	float: left;
	transition: all .5s ease;
	overflow: hidden;
}
#frame-list{ width: 100%; }
#frame-view{ width: 0; height: 0; position: relative; top: 0; }

.list-group-item .sm-margin { margin: 11px auto; }
.text-black{ color: #000; }
form.search { margin: 0; }
.note-require{ display: none; }
#frame-content{ overflow-y: auto; }
.panel-slide { cursor: pointer; }
.panel-slide + div,
.panel-slide + ul { display: none; }
.datepicker{ z-index: 9999 !important; }
.client-facilities{ font-size: 24px }

.export-checkbox {
    margin-right: 15px !important;
    height: 18px;
    width: 18px;
    vertical-align: top;
}

/* Statistics Compare */
.row2 {
	position: relative;
	font-size: 14px;
}
.row2:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.span2 {
	min-height: 1px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
@media (min-width: 768px) {
	.span2{ float: left; }
}

.row2.header { background-color: #7FCAE3; font-weight: bold; }
.row2 .span2:first-child { font-weight: bold; }
.row2.odd { background-color: #F0F0F0; }
.row2:hover { background-color: #DBDBDB; }
/* Statistics Compare End */



.panel-primary {
    border-color: #eaeaea;
}
.panel-primary > .panel-heading {
    background-color: #333;
    border-color: #000;
}
.panel-heading {
   /* padding: 15px;*/
	text-transform: uppercase;
}


.page-header {
    background-color: #333;
    color: #FFF;
    margin: 30px 0 50px;
    padding: 10px 0 10px 20px;
    text-transform: uppercase;
	border-bottom: 1px solid #333;
}
.margin-top { margin-top: -10px; }
.btn { font-size: 14px; text-transform: uppercase; }
.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}

.btn-primary { background-color: #337AB7; border-color: transparent; }
.btn-primary:hover { background-color: #296596; border-color: transparent; }

.btn-danger { background-color: #D9534F; border-color: transparent; }
.btn-danger:hover { background-color: #D53E39; border-color: transparent; }

.btn-success { background-color: #5CB85C; border-color: transparent; }
.btn-success:hover { background-color: #46A246; border-color: transparent; }

.btn-info { background-color: #5BC0DE; border-color: transparent; }
.btn-info:hover { background-color: #2EAFD6; border-color: transparent; }

.input-group {

	font-size: 15px;
}
.form-control {
	font-size: 15px;
}
.search-control	{
    /*padding: 5px;*/
	font-size: 15px;
}
.search-padding {
	padding: 7px 15px 6px
}
h1, .h1 {
    font-size: 20px;
}
.text-warning, .text-warning:hover {
    color: #CC0000;
}
.list-header { background-color: #EAEAEA; text-transform: uppercase; font-size: 16px; font-weight: normal; }
.list-header strong { font-weight: normal; color: #000; }

a:hover, a:focus { color: #383838; text-decoration: none; }

.panel-success { border-color: transparent; }

input, button, select, textarea { padding: 10px; }

.newsletter-success { background-color: #A5E346; }
.newsletter-warning { background-color: #F76B48; }

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th { background-color: #F76B48; }

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th { background-color: #F75A33; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { vertical-align: inherit; }

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #71AA1A;
}
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #379f15;
}

.alert-danger { background-color: #CC0000; }

.bg-1 { background-color: #666; color: #FFF; }
.bg-2 { background-color: #EAEAEA; color: #000; }

.min-height-500 { min-height: 500px; }

.mailbox__new-messages .badge { margin: -5px 0 0px; }
.mailbox__navigation .mailbox__pagination { margin-right: 15px; padding-top: 5px; }

@media (max-width: 767px) {
	.mailbox__navigation { margin-top: 10px; }
	.mailbox__navigation .mailbox__pagination { float: left; margin-right: 0; margin-left: 15px;  }
	.mailbox__navigation .btn-toolbar { float: left; }
}

.float-left { float: left; }
.float-right { float: right; }

/*
.mailbox__folders .list-group { display: none; }
.mailbox__folders.mailbox__folders-open .list-group { display: block; }
*/
.mailbox__folders .panel-title { position: relative; }
.mailbox__folders .panel-title span { position: absolute; top: 0; right: 0; }

#mailbox__container .list-group-item:hover  {
	background-color: #eee;
}
#mailbox__container .mailbox__unseen,
#mailbox__container .mailbox__unseen a {
	color: #092444;
	font-weight: bold;
}
#mailbox__container .mailbox__unseen:hover,
#mailbox__container .mailbox__unseen a:hover {
	color: #2e63a4;
}

#mailbox__list-wrapper,
.mailbox__compose { position: relative; }
.mailbox__loading { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fff; z-index: 999; opacity: 0.75; }
.mailbox__loading img { position: absolute; top: 50px; left: 50%; transform: translateX( -50% ); }
.mailbox__external-resource { width: 30px; height: 30px; }
.mailbox__allow-blocked-resources { vertical-align: unset; }
#mailbox__email-viewer .modal-footer { text-align: left;  }
#mailbox__email-viewer .mailbox__attachments { display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start; gap: 10px 10px; justify-content: start; }
#mailbox__email-viewer .mailbox__attachments .label { padding: 10px; }
#mailbox__email-viewer .mailbox__download-attachments-wrap { margin-top: 10px; }
#mailbox__email-viewer .mailbox__download-attachments-wrap + .mailbox__actions { margin-top: 10px; }
#mailbox__email-viewer .mailbox__iframe { width: 100%; height: 100%; min-height: 600px; border: none; }

#mailbox__contextmenu {
	position: absolute;
	z-index: 99999;
}

.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default.focus {
	color: #fff;
	background-color: #444;
	border-color: #444;
}

.smartbill-logo {
    max-width: 16px;
    vertical-align: top;
    position: relative;
    top: 3px;
    left: 3px;
}