
body { font-size:13px; color:#000000; }

header { padding-top: 20px; padding-bottom: 20px; }
header strong { color: ##669933; }

.navbar-ssc { background: #f5f5f5; border: none; border-radius: 0; min-height: 10px; }
.navbar-ssc .navbar-toggle { border-radius: 0; border: 1px solid #777; }
.navbar-ssc .icon-bar { background: #777; }
.navbar-ssc li.active a, .navbar-ssc a:hover { border-bottom-color: ##669933; background: transparent !important; }
.navbar-ssc a { font-weight: 700; color: #000; border-bottom: solid 4px transparent; padding-top: 8px !important; padding-bottom: 4px !important; }
.navbar #navbar { padding-left: 0; }

.container-login { margin: 0 auto; width: auto; max-width: 560px; }
.container-login div.logo { padding-top: 14px; padding-bottom: 14px; }

.box-1 { border: solid 1px #cccccc; padding: 20px; }
.box-2 { background: #f8f9f9; padding: 20px; }
.box-margin-top { margin-top: 20px; }
.box-margin-bottom { margin-bottom: 20px; }
.mspace { padding-top: 6px; padding-bottom: 2px; }
.lspace{margin-top: 10px; margin-bottom:5px;}
.sspace{margin-top: 4px;margin-bottom:2px;}

table.table-padding td { padding: 8px; vertical-align: top; }
table.table-padding td:first-child { padding-left: 0; }
table.table-padding td:last-child { padding-right: 0; }
table th { background-color: #e0e0dd; }
table tr .glyphicon-triangle-top, table tr .glyphicon-triangle-bottom { margin-left: 6px; }

h1{ font-size:20px; color: ##669933; ?>; margin-bottom:10px; margin-top:10px; }
h2{ font-size:16px; color: ##4D4F53; font-weight: 700; margin-bottom:10px; margin-top:10px; }
h3{ font-size:16px; color:#444; margin-bottom:10px; margin-top:10px; }
h4{ font-size:16px; color:#669933; margin-bottom:14px; margin-top:14px; font-weight: 700; }
.heading-top { margin-top: 0; padding-top: 0; }
.heading-top-login { color : #00d639 !important;}
.page-header { margin-top: 0; margin-bottom: 0; border-bottom: none; }

a.customer-portal-logo { font-size:16px; font-weight: 600; color:#444; }
a.customer-portal-logo:hover { text-decoration: none;}

a, .a { color: ##669933; cursor: pointer; }
.login-a {color : #00d639 !important;}

.btn { border: none; border-radius: 0; }
.btn-primary { background-color: ##669933; }
.btn-login { background-color: #00d639 !important;}

ul { padding-left: 16px; }

.location-list { list-style: none; }
.location-list li { padding: 2px; }
.location-list li:nth-child(even) { background-color: #f5f5f5; }
.location-list li:hover { background-color: #e3f2e3 }
.location-list a { display: block; color: #000; }

.form-control { border-radius: 0; box-shadow: none; -webkit-box-shadow: none; }
label{ font-size:13px; color:#000000; line-height: 32px; }

.column-left { border-right: solid #eee 1px; padding-right: 30px; }
.column-left-divider { border-top: solid 1px #eee; margin: 20px 0; }

.collect-payment-iframe {
	display: flex; justify-content: center;
}

#notifications {
	max-width: 440px;
	position: fixed;
	right: 20px;
	top: 20px;
	width: 90%;
	z-index: 1100;
}
#notifications .notification {
	box-shadow: 0 0 5px #888;
	margin-bottom: 20px;
	padding: 34px 24px;
}
#notifications .notification-close {
	cursor: pointer;
	float: right;
	font-size: 18px;
	margin: 0 0 4px 4px;
}
#notifications .notification-title {
	font-size: 1.385em;
}
#notifications .bg-danger {
  background: #f00;
  color: #fff;
}
#notifications .bg-success {
  background: #a0c957;
  color: #fff;
}
#notifications .bg-info {
  background: #57a0c9;
  color: #fff;
}

footer { padding: 20px; margin-top: 50px; border-top: 1px dotted #BDD2FF; margin-bottom:10px; text-align: center; }

/* xs devices */
@media(max-width:767px) {

.navbar-ssc .nav > li > a { display: block; padding-left: 40px; }
.container-login div.logo img, .company-logo img { margin: 0 auto; }

.column-left { border-right: none; padding-right: 0; }
.column-left h2 { cursor: pointer; background: #f5f5f5; padding: 10px; }
.column-left .column-left-divider, .column-left .column-left-content { display: none; }
.column-left h2 .glyphicon { margin-right: 10px; color: #41a940; }
.column-left .column-left-content { background: #F5F5F5; padding: 10px; }

}

/* sm devices */
@media (min-width: 768px) and (max-width: 979px) {
}

/* >= sm devices */
@media (min-width: 768px) {
.navbar-ssc .container { padding-left: 0; padding-right: 0; }
}

/* md devices */
@media(min-width:992px) and (max-width: 1199px){
}

@media (min-width: 1060px) {
.modal-lg { width: 1030px; }
}

