/* 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-image: url(../img/background_3.jpg);
	background-repeat: repeat;*/
	background: url('../img/background_4.jpg') no-repeat left center;
	/*background: url('../img/background_xmas.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:#1163a7;
	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;
}

.warning {
	display: flex;
	flex-wrap: wrap;
	justify-content:center ;
	align-items: center;
	font-size: 16px;
	padding: 10px 20px;
	margin-left: -15px;
	margin-right: -15px;
}

.alert-danger.warning a{
	color: #a94442;
}

.nav-section-highlighted {
	background-color: #2f4050;
    color: #FFFFFF;
}
.table-bordered {
	background-color: #fff;
}
.table {
	margin-bottom: 0;
}
.table thead > tr > th {
	border-color: #C6E1C6;
	border-top: 1px solid #c6e1c6 !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: #1163a7 !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;
}

#option-menu-btn {
	position: absolute;
	top: 19px;
	right: 15px;
	z-index: 10;
}

#option-menu-dd {
	position: absolute;
	top: 57px;
	right: 15px;
	left: auto;
}

#option-menu-dd.dropdown-menu > li > button {
	display: block;
	padding: 3px 20px;
	clear: both;
	white-space: nowrap;
	border-radius: 3px;
	border:0;
	color: inherit;
	line-height: 25px;
	margin: 4px;
	text-align: left;
	font-weight: normal;
	width: calc(100% - 8px);
	background: initial;
}

#option-menu-dd.dropdown-menu > li > button:hover,
#option-menu-dd.dropdown-menu > li > button:active {
	background: #F4F4F4;
}

#option-menu-dd.dropdown-menu > li > button:disabled {
	color: #cacaca;
	background:initial;
}

.checkbox-label-margin {
    margin-right:10px;
    margin-bottom:0;
}

#admin-currency-switch {
    padding: 6px 12px;
    margin: 20px 0 0 5px;
    font-size: 14px;
    float: right;
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
    border-radius: 3px;
}

.btn-spacing {
	margin: 0 2px;
}
