.bold {
    font-weight: bold;	
}

.lang.active {
	font-weight: bold;
	text-decoration: underline;
}

#side-menu ul li {
	padding-top: 0;	
}

#side-menu li a  {
    display: inline-block;
    width: 100%;
}

#iacpaas-tabs ul.nav {
    overflow: hidden;
    height: 47px;
    padding-left: 7px;
    padding-right: 7px;
}

#iacpaas-tabs .tab-nav {
	color: #337ab7;
	cursor: pointer;
	position: relative;
}
#iacpaas-tabs .tab-nav.glyphicon-chevron-left {
	float: left;
	top: 15px;
}
#iacpaas-tabs .tab-nav.glyphicon-chevron-right {
	float: right;
	top: -32px;
}

#iacpaas-tabs ul.nav li a  {
    background-color: #eee;
	display: inline-block;
    float: left;
}

#iacpaas-tabs ul.nav li.active a {
    background-color: #fff;
}

#iacpaas-tabs ul.nav li a span.text {
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;    
    display: inline-block;
}

#iacpaas-tabs ul.nav li a span.glyphicon {
    display: inline-block;
    float: right;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: relative;
    top: 3px;
    left: 8px;
}

/*--- Modal dialog fullscreen mode --------*/
.modal.fade.in {
	padding-right: 0 !important;
}

.fullscreen.modal-dialog, .modal-lg.modal-dialog {
    width: 100% !important;
    height: 100%;
    margin: 0;
    padding: 0;
}

.fullscreen.modal-content, .modal-lg .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}
.toggle-fullscreen {
    font-size: 12px;
    top:0;
    border: 0;
    left: 7px;
}

.fullscreen .modal-header {
	/*float: right;*/
	position: relative;
	z-index: 999;	
}

.fullscreen .modal-body {
	z-index: 0;
}

/*.fullscreen .modal-title,*/
.fullscreen ul.nav-tabs,
.fullscreen .tab-nav {
	display: none;
}

/*--- EOF: Modal dialog fullscreen mode ---*/

iframe {display: block; width: 100%; height: 100%; border: none;}

body.wait,
body.wait a,
body.wait span,
body.wait input,
body.wait select,
body.wait button,
body.wait div {
    cursor: wait !important;
}

#viewModal .modal-header button.close {
	display: inline-block;
	width: 24px;
}

.navbar-brand {
    padding: 0 5px;
}

.navbar-brand span {
    padding: 15px 0;
    display: inherit;
}

img.logo {
	width: 38px;
	margin-left: 10px;
}

footer {
	text-align: center;
}

a.btn.disabled {
    pointer-events: auto;
}

a.divider {
    color: #ccc;
    border: solid 1px #ccc;
    width: 1px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 5px;
}

.crud {
	font-size: 0;
	position: relative;
	top: -6px;
}

div.crud a {
	font-size: 16px;
}
.crud .disabled span {
	color: #777;
}

.fund .top  {
	padding-bottom: 0;
	min-height: 39px;
}

#fund-list tr th {
	background-color: #eee;
	font-weight: normal;
}

#fund-list tr.selected td {
	background-color: #78d1ed;
}

#fund-list tr td,#fund-list tr th {
    border-left-width: 0;
    border-bottom-width: 0;
    border-right-width: 0;
}

#fund-list tr:not([data-path]) .action a {
	display: none;	
}

#fund-list span.glyphicon {
	width: 18px;	
}

#fund-list .icon {
	display: inline-block;
	padding: 5px;
	text-decoration: none;
}

#fund-list span.icon {
	color: #aaa;
}

.fund a.level-up.disabled {
	color: #777;	
}

#fund-list td a {
	text-decoration: none; cursor: pointer;	
}
#fund-list td.action a span {
	font-size: xx-large; height: 16px; position: relative; top: -5px; line-height: 15px;
}

#fund-list th a.dropdown-toggle {
	padding: 0;
	left: -15px;
}

#fund-list tr[data-su-type=SERVICE] .glyphicon-play,
#fund-list tr[data-su-type=SERVICE] .glyphicon-play-circle {
	display: none;
}

#fund-tree {
	margin: 0;
	padding: 0;
}
#fund-tree li {
	list-style: none;
}
#fund-tree li div {
	list-style: none;
	min-height: 20px;
	line-height: 20px;
	display: block;
    border: 1px solid #dae2ea;
    background: #f8faff;
    color: #7c9eb2;	
    padding: 8px;
    cursor: pointer;
    margin-bottom: 3px;
    font-weight: bold;
}

#fund-tree span {
	display: inline-block;
	min-width: 18px;
	min-height: 18px;
}

#fund-tree li ul {
	padding-inline-start: 25px;
}

#fund-tree li div:hover {
    color: #438eb9;
    background: #f4f6f7;
    border-color: #dce2e8;
}

.fixed-panel {
	overflow-y: auto;
	padding: 0;
	margin-right: 0;
}

@media (min-width: 1024px) {
.navbar-right {
    float: right !important;
}
}
@media (max-width: 1024px) {
.navbar-right {
    float: none !important;
}
}

.navbar-top-links form input, .navbar-top-links form button {
	float: left;
	width: auto;
} 

.navbar .navbar-top-links li.form {
	height: 22px; 
}

.navbar .navbar-top-links a, .navbar .navbar-top-links span {
	display: inline-block;
	min-height: inherit;
}

#viewModal .glyphicon-resize-small,
#viewModal .fullscreen .glyphicon-resize-full {
	display: none;
}

#viewModal .fullscreen .glyphicon-resize-small,
#viewModal .glyphicon-resize-full {
	display: inline-block;
}

#viewModal .nav-tabs>li:not(.active)>a {
    border: 1px dashed #ccc;
}

#wizard .panel-body {
	padding: 15px;
	height: auto !important;
}

#contextMenu {
    position: absolute;
    display:none;
    height: auto;
    width: 200px;
}
#contextMenu a {
    text-align: left;
}
#contextMenu a span {
    margin-right: 5px;
    top: 3px;
    color: #337ab7;
}

.share #fund-list th {
    font-weight: bold;	
}

.share #fund-list .action a {
	display: inline-block !important;
}

#fund-list tr th.uname, #fund-list tr th.section {
	background-color: #f5f5f5;
}

#fund-list td i.fa.in {
	color: blue;	
}

#fund-list td i.fa.out {
	color: green;	
}

.share  .panel-heading .crud .glyphicon {
	top: 10px;
}

.share li.group li {
	display: none;
}

.share li.group.selected li {
	display: block;
}


.messages .panel-body {
	padding-left: 25px;
}

.messages .panel-body .row {
	margin-right: 0;
}

.float-right {
	float: right
}

.call .log {
	display: inline-block;
	float: right;
}

#iacpaas-tabs-content i.loading {
	padding-left: 10px;
	line-height: 40px;
}

.panel.amounts .panel-body {
	padding: 14px;
}

.dataTable th.id {
	width: 30px;
	text-align: center;
}