@media print {	
	@page {
		size: landscape;
		-webkit-print-color-adjust: exact;
		margin: 0mm;
	}

	body {
		-webkit-print-color-adjust: exact;
		margin-top: 0mm; 
		margin-bottom: 0mm; 
		margin-left: 0mm; 
		margin-right: 0mm;
	}
	
	* {
		font-size: 10px;
		padding: 0;
		margin: 0;
	}
}

@media (max-width: 768px) {
    .powered_by {
		
	}
}

#page-wrapper {
	background-color: transparent;
	min-height: auto;
}

a {
	cursor: pointer;
}

.chartContainer {
	border: 2px solid lightgray; 
	border-radius: 8px; 
	padding: 8px;
	margin: 8px 0;
}

body {
	-webkit-print-color-adjust: exact;
}

#basicAnalysisHeading {
	-webkit-print-color-adjust: exact;
}

.chat li.left .chat-body {
    margin-left: 5px;
}

.bottom-divider {
	border-bottom: 2px solid lightgrey;
}

.top-divider {
	border-top: 2px solid lightgrey;
}

.tools {
	float: right;
	text-align: right;
	color: white;
	font-family: FontAwesome;
	margin-top: -10px;
	padding: 0;
}

.tool {
	display: block;
	float: left;
	margin-left: 16px;
	cursor: pointer;
}

.collapseTool {
	font-size: 32px;
}

.collapseToolReverse {
	font-size: 32px;
}

.excelTool {
	margin-top: 15px;
}

.panel-heading .collapseTool:after {
    content:"\f0d8";
}
.panel-heading .collapseTool.collapsed:after {
    content:"\f0d7";
}

.panel-heading .collapseToolReverse:after {
	content:"\f0d8";
}
.panel-heading .collapseToolReverse.collapsed:after {
    content:"\f0d7";
}

.collapsing {
	width: 100%;
}
a.ajaxlink:hover{
	background-color:#6B0011 !important;
}
.navbar-default .navbar-toggle:hover{
	background-color:#6B0011 !important;
}
.navbar-toggle{
	color:#fff !important;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #FF9600 !important;
}
.navbar-top-links>li>a:focus, .navbar-top-links>li>a:hover , .navbar-right>li>a:hover , .navbar-right>li>a:focus, .navbar-left>li>a:focus, .navbar-left>li>a:hover {
    text-decoration: none;
    background-color: #BD1022;
    background-color: #6B0011;
}
.navbar-static-top{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cedce7+0,596a72+100;Grey+3D+%231 */
background: rgb(206,220,231); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(206,220,231,1) 0%, rgba(89,106,114,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
background: #151E47;
}
.huge {
    font-size: 30px;
}
@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 200px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.action {
	cursor: pointer;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 200px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}
.samagm_warning{
	padding-left:10px;
	padding-right:10px;
}
.samagm_warning_inside{
	margin-top:0px;
}

.red {
	background: red;
}

.green {
	background: green;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none;
}

.custom-combobox {
	position: relative;
	display: inline-block;
}

.custom-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
}

.custom-combobox-input {
	margin: 0;
	padding: 5px 10px;
}
.panel-default>.panel-heading{
	background: #3ab1a7;
	color: white;
	border-radius:0px;
	font-size:16px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.panel-info>.panel-heading{
	background: #3ab1a7;
	color: white;
	font-size:16px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
div.login-panel{
	border-radius:0px;
}
.btn-success:hover{
	background-color: #151E47;
	background: #151E47;
	border-color: #151E47;
}
.btn-success:active,.btn-success:focus{
	background-color: #3ab1a7;
	background: #3ab1a7;
	border-color: #3ab1a7;
}
.btn-success{
	background-color: #3ab1a7;
	background: #3ab1a7;
	border-color: #3ab1a7;
}
.nav>li>a {
    font-size: 14px;
    font-family: verdana;
	color: #151e47e0;
}
@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
	
	/* navbar */
	.navbar-top-links {
		margin-right: 0;
		bottom: 0;
		position: fixed;
		width: 100%;
		left: 0;
		background: #00476b;
	}
	#page-wrapper{
		padding-bottom:50px;
	}
}
select.sba-select-multiple{
	height: 100px;
}
.loader {
	border-top: 8px solid #151e47 !important;
}

.panel-primary>.panel-heading {
    background-image: linear-gradient(to bottom,#151E47, #151E47 100%);
}

.panel-primary {
    border-color: #151e47;
}

.hr-m-small {
	margin: 0.5rem 0;
}

/* ---- TT-dashboard sba-crud-table cell styles ---- */
.bg-ttdashboard-target-1 {
	background-color: #d4edda;
}
.bg-ttdashboard-target-2 {
	background-color: #fff3cd;
}
.bg-ttdashboard-target-3 {
	background-color: #ffc782;
}
.bg-ttdashboard-target-4 {
	background-color: #f8d7da;
}
/* ---- TT-dashboard styles ---- */
.tt_dashboard_table2 {
	border: 1px solid #ddd;
}
.tt_dashboard_table2>tbody>tr>td{
	border: 1px solid #ddd;
}
.tt_dashboard_table2>thead>tr>th{
	border: 1px solid #ddd;
}

/* ---- Custom padding style ---- */
.py-0{
	padding-top: 0;
	padding-bottom: 0;
}
.pt-2{
	padding-top: 2rem;
}
.pr-2{
	padding-right: 2rem;
}
.pb-2{
	padding-bottom: 2rem;
}
.pl-2{
	padding-left: 2rem;
}

/* ---- Custom margin style ---- */
.mt-0{
	margin-top: 0;
}
.mr-0{
	margin-right: 0;
}
.mb-0{
	margin-bottom: 0;
}
.ml-0{
	margin-left: 0;
}
.mt-1{
	margin-top: 1rem;
}
.mr-1{
	margin-right: 1rem;
}
.mb-1{
	margin-bottom: 1rem;
}
.ml-1{
	margin-left: 1rem;
}
.mt-2{
	margin-top: 2rem;
}
.mr-2{
	margin-right: 2rem;
}
.mb-2{
	margin-bottom: 2rem;
}
.ml-2{
	margin-left: 2rem;
}
.mt-3{
	margin-top: 3rem;
}
.mr-3{
	margin-right: 3rem;
}
.mb-3{
	margin-bottom: 3rem;
}
.ml-3{
	margin-left: 3rem;
}

.float-right{
	float: right;
}
.text-align-center{
	text-align: center;
}

.gray-border {
    border: 1px solid #d3d3d3;
}
.w-100 {
	width: 100%;
}

.modal-log{
	margin-left: 17px;
}

.password-requirements {
	padding-left: 20px !important;
}

.clickable {
	cursor: pointer;
}