a:focus, button:focus,
a:active, button:active {
	outline: none;
}
.r-15{
	right: 15px;
}
.w-20{
	width: 20px;
}
.w-30{
	width: 30px;
}
.w-100{
	width: 100px;
}
.w-160{
	width: 160px;
}
.w-200{
	width: 200px;
}
.w-400{
	width: 400px;
}
.w-p100,
.form-inline .form-control.w-p100{
	width: 100%;
}
.h-150{
	height: 150px;
}
.h-160{
	height: 160px;
}
.h-250i{
	height: 250px !important;
}
.mh-150{
	max-height: 150px;
}
.mnh-200{
	min-height: 200px;
}
.p-0{
	padding: 0;
}
.p-5{
	padding: 5px;
}
.p-10{
	padding: 10px;
}
.p-0-2{
	padding: 0 2px;
}
.p-3-5{
	padding: 3px 5px;
}
.p-0-15{
	padding: 0 15px;
}
.p-6-12,
.nav > li > a.p-6-12{
	padding: 6px 12px;
}
.p-5-15{
	padding: 5px 15px;
}
.p-12-18{
	padding: 12px 18px;
}
.p-7-0{
	padding: 7px 0;
}
.p-15-0{
	padding: 15px 0;
}
.p-20-0{
	padding: 20px 0;
}
.pt-10{
	padding-top: 10px;
}
.pt-26{
	padding-top: 26px;
}
.pr-20{
	padding-right: 20px;
}
.m-0{
	margin: 0;
}
.m-10-0{
	margin: 10px 0;
}
.m-20-0{
	margin: 20px 0;
}
.mt-m1{
	margin-top: -1px;
}
.mt-m20{
	margin-top: -20px;
}
.mt-0{
	margin-top: 0;
}
.mt-2{
	margin-top: 2px;
}
.mt-5{
	margin-top: 5px;
}
.mt-10{
	margin-top: 10px;
}
.mt-15{
	margin-top: 15px;
}
.mt-20{
	margin-top: 20px;
}
.mt-30{
	margin-top: 30px;
}
.mt-51{
	margin-top: 51px;
}
.mt-60{
	margin-top: 60px;
}
.mt-100{
	margin-top: 100px;
}
.mt-150{
	margin-top: 150px;
}
.mr-5{
	margin-right: 5px;
}
.mr-10{
	margin-right: 10px;
}
.mr-15{
	margin-right: 15px;
}
.mr-20{
	margin-right: 20px;
}
.mb-0{
	margin-bottom: 0;
}
.mb-5{
	margin-bottom: 5px;
}
.mb-10{
	margin-bottom: 10px;
}
.mb-15{
	margin-bottom: 15px;
}
.mb-20{
	margin-bottom: 20px;
}
.mb-30{
	margin-bottom: 30px;
}
.mb-35{
	margin-bottom: 35px;
}
.mb-40{
	margin-bottom: 40px;
}
.ml-15{
	margin-left: 15px;
}
.ml-20{
	margin-left: 20px;
}
.ml-111{
	margin-left: 111px;
}
.f-14{
	font-size: 14px;
}
.set-inline{
	display: inline;
}
.set-hidden{
	display: none;
}
.set-bold{
	font-weight: 600;
}
.set-ohidden{
	overflow: hidden;
}
.set-relative{
	position: relative;
}
.set-block,
.checkbox.set-block{
	display: block;
}
.label.text-muted {
    color: #777;
}
.nr-corner{
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.br-0{
	border-right: none;
}
.bl-0{
	border-left: none;
}
.b-0{
	border: none;
}
.bs-0{
	border-right: none;
	border-left: none;
}
.sqc-a{
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.sqc-l{
	-webkit-border-radius: 0 4px 4px 0;
	   -moz-border-radius: 0 4px 4px 0;
			border-radius: 0 4px 4px 0;
}
.sqc-r{
	-webkit-border-radius: 4px 0 0 4px;
	   -moz-border-radius: 4px 0 0 4px;
			border-radius: 4px 0 0 4px;
}
.nb-l{
	border-left: none;
}
.nb-r{
	border-right: none;
}
.f-11{
	font-size: 11px;
}
.f-12{
	font-size: 12px;
}
.f-14{
	font-size: 14px;
}
.lh-1-3,
.btn.btn-xs.lh-1-3{
	line-height: 1.3;
}
.nrc{
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.bg-muted{
	background-color: #f5f5f5;
}
.no-hover:hover,
.no-hover tr:hover td,
.no-hover tr:hover th,
tr.no-hover:hover td img,
.content-wrapper .panel table.no-hover tr:hover td,
.content-wrapper .panel table.no-hover tr:hover th{
	background-color: inherit !important;
	color: inherit !important;
}
tr.no-hover:hover td a{
	background-color: inherit !important;
	color: #337ab7 !important;	
}
tr.no-hover:hover td a.btn-sg-navy{
	background-color: #31708f !important;
    border-color: #2d6783 !important;
    color: #fff !important;
}
.text-sg-orange{
	color: #ed8b00;
}
.text-sg-navy{
	color: #31708f;
}
.btn-sg-navy, 
.sg-navy{
	background-color: #31708f;
    border-color: #2d6783;
    color: #fff;
}
.btn-sg-navy:hover,
.btn-sg-navy:focus,
.btn-sg-navy:active{
	background-color: #2d6783;
    color: #fff;
}
.label-sg-navy{
	background-color: #31708f;
}
.text-sg-light-navy{
	color: #7e99aa;
}
.text-sg-lightest-navy{
	color: #b3bfc9;
}
.bg-sg-lightest-navy{
	background-color: #e9f3f9;
}
.bg-bs-black{
	background-color: #222;
}
.table-sg-bordered{
	border: 1px solid #ddd;
}
.glyphicon-xs-circle{
	content: '';
	border-radius: 20px 20px 20px 20px;
	width: 10px;
	height: 10px;
	background-color: #7e99aa;
}
.two-digits{
	font-size: 30px;
}
.long-number{
	font-size: 28px;	
}
.form-divider{
	background-color: #e5e5e5;
    height: 1px;
    margin: 9px 0;
}
.blank-row,
.table > tbody > tr > td.blank-row{
	padding: 0;
	border: none; 
}
.top-caret{
	border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px dashed #ddd;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
}
.top-outside{
	position: absolute;
	top: -6px;
	left: 20px;
}
.data-separator {
	height: 1px;
	overflow: hidden;
	background-color: #e5e5e5;
}
.lst-none{
	list-style-type: none;
}
.fileinput-new .input-group .btn-file {
    border-radius: 4px;
}
.fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists {
    display: block;
}
.form-inline.custom-checkbox .checkbox, .form-inline.custom-checkbox .radio{
	margin-right: 10px;
	margin-bottom: 10px;
}
.progress-label{
	position: absolute;
	width: 100px;
	top: 0;
	left: 50%;
	margin-left: -50px;
	text-align: center;
	color: #333;
}
.progress{
	position: relative;
}
.plain-list{
	padding-left: 0;
}
.plain-list li{
	list-style-type: none;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
.bg-sg-warning,
.panel-heading.bg-sg-warning{
	background-color: #fcf8e3;
}
.bg-sg-info,
.panel-heading.bg-sg-info{
	background-color: #d9edf7;
}
.rc-isse-list {
	margin: 0;
	padding: 0;
}
.rc-isse-list li{
	list-style-type: none;
	display: inline;
	float: left;
	margin-right: 30px;
}
@media(max-width: 768px){
	.mb-xs-10{
		margin-bottom: 10px;
	}
}