/* CSS Document */

[class^="showRow"] {
    font-size: 13px;
	display:none;
	background-color: #FAFAFA;
}
[class^="displayTransaction"] {
    text-decoration: underline;
	cursor: pointer;
}


.margin-top-20{	margin-top:20px; }
.margin-top-40{	margin-top:40px; }
.margin-bottom-20{ margin-bottom:20px; }

.margin-right-15{margin-right:15px;}

.padding-top-20{padding-top:20px;}

.ibox-title{
	background-color: #88B1D3;
	font-size: 13px;
    color: #676a6c;
}

body{
	background: url('../img/background_1.jpg') no-repeat left center;
	background-size: cover;
	background-attachment: fixed;
	color:#111;
}

h2{
	margin-top:5px;
}

.highlight_parameters{
	background-color:#FFF;
	padding:15px;
	margin-top:20px;
	margin-bottom:15px;
	font-size:15px;
	line-height:180%;
}

.highlight_parameters .showhidebutton{
	cursor:pointer;
	font-size:18px;
	line-height:20px;
	padding:3px 8px;
}

.highlight_parameters .showhidebutton:hover{
	background-color:#18A091;
	color:#FFF;
}


.highlight_parameters span{
	border-right:1px solid #CCC;margin-right:10px;padding-right:10px;
}

.nav > li.active {
	background-color:rgba(33, 33, 33, 0.5);
}

.nav-second-level li a {
  padding-left: 46px;
  font-weight:normal;
}


.nav-section-highlighted {
	background-color: #2f4050;
    color: #FFFFFF;
}


.table-bordered {
	background-color: #fff;
}
.table {
	margin-bottom: 0;
}
.table thead > tr > th {
	border-color: #b6b6b6;
	border-top: 1px solid #b6b6b6 !important;
}
.table tbody a {
	color: #23527c;
	border-bottom: 0.5px dotted #23527c;
}
.table tbody a:hover {
	text-decoration: none;
	border-bottom: 0.5px solid #23527c;
}
.grid_container {
	margin-bottom: 20px;
}
.pagination-container {
	margin-bottom: 0;
}
.no-records-found {
	padding: 25px;
	margin-bottom: 0px;
}
.tools {
	height: auto;
	min-height: 38px;
}

.white-panel{
	background-color:#FFF;
	padding:15px;
}

.footer{
	border:0;
	background-color:transparent;
}

.sidebar-container .sidebar-message {
    padding: 8px 20px;
}

.sidebar-container ul.nav-tabs li a {
    background: #999;
}

.sidebar-container ul.nav-tabs li.active a {
    background: #18A091 !important;
	color:#FFF;
}


@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

.remove {
	display: block;
	position: relative;
	margin-top:4px;
	margin-right:8px;
	left:15%;
	height:20px;
	width:20px;
	border: 1px solid #ddd;
	border-radius: 3px;
	opacity: 0.3;
}

.remove:hover {
	opacity: 1;
}

.remove:before, .remove:after {
	position: absolute;
	left: 8px;
	content: ' ';
	height: 18px;
	width: 2px;
	background-color: red;
}

.remove:before {
	transform: rotate(45deg);
}

.remove:after {
	transform: rotate(-45deg);
}

.plus {
	display: block;
	position: relative;
	margin-top:4px;
	margin-right:8px;
	left:15%;
	height:20px;
	width:20px;
	border: 1px solid #ddd;
	border-radius: 3px;
	opacity: 0.3;
}

.plus:hover {
	opacity: 1;
}

.plus:before, .plus:after {
	position: absolute;
	top: 1.2px;
	left: 8px;
	content: ' ';
	height: 15px;
	width: 2px;
	background-color: green;
}

.plus:before {
	transform: rotate(0deg);
}

.plus:after {
	transform: rotate(-90deg);
}
  
.dropdown-menu-right {
	columns: 3 auto;
}

.dropdown-menu-right li a{
	display: inline-block!important;
	margin: 0px!important;
	padding: 4px 20px!important;
}

.required-label:after{
	content:" *";
	color:red; 
}