.app-name{
	font-weight: 300;
	font-size: 24px;
	font-family: "Raleway",sans-serif;
	padding-left: 5px;
}
.bg-sapi {
	background: url('../images/landing.jpg') !important;
	/* background-color: #ffffff; */
    background-size: 100% 100% !important;   /* stretch to fill width and height */
  	background-repeat: no-repeat !important; /* don’t tile */
  	background-position: center !important;  /* not strictly needed here */
}
.box-login, .form-login, .form-login fieldset{
	background: rgba(255, 255, 255, .8) !important;
}
.copyright {
	color: #4A4A4A;
	font-weight: bold;
}
.modal-content{
	background-color: #fff;
}
/* .ng-table th {
  text-align: right;just change that parameter to left/right
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
} */
#page-title {
	padding: 30px 0
}

td .btn {
	padding: 5px 7px 2px 6px;
}

td ul {
	margin: 0;
}

.cropArea {
    background: #fefefe;
    overflow: hidden;
    width:100%;
    margin-top: 5px;
    border: solid thin #c0c0c0;
}
.progress {
    line-height: 30px;
}
.progress {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
.progress div {
    font-size: smaller;
    background: orange;
    width: 0;
}
.progress-container {
	/* margin: 20px 10px 20px 10px; */
}
.btn-change-pic {
	margin-top: 10px;
	margin-bottom: 20px;
}

.title-text {
	font-weight: bold;
	font-size: 18px;
}

.title-number {
	font-weight: bold;
	font-size: 24px;
}

.typeahead .custom-popup-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    background-color: #f9f9f9;
  }

.typeahead .custom-popup-wrapper > .message {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    color: #868686;
}

.typeahead .custom-popup-wrapper > .dropdown-menu {
    position: static;
    float: none;
    display: block;
    min-width: 160px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
  
.box {
  	background-color: #f0f0f0;
  	border: solid thin #d0d0d0;
  	padding: 5px;
  	margin: 10px 0 10px;
}
.bold {
  	font-weight: bold; 
}
.error {
  	color: red;
}

#navigate td.active{font-weight:bold;color:yellow;background-color:#5cb85c}
#navigate td{padding:4px;text-align:center}

.table > tfoot > tr > th {
	background-color: #d0d0d0;
}

.ng-table th.filter .input-filter {
	width: 100%;
	height: 30px;
}

p{
	margin-bottom: 5px;
}

.report-content {
	margin-top: 20px;
}
.bg-black {
	background-color: #000;
}

.text-title {
	font-weight: bold;
	font-size: 18px;
}

#loading-bar {
  pointer-events: all;
  z-index: 99999;
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: wait;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
}

.headrow {
	position:absolute; 
    width:auto; 
    left:0;
    top:0;
    background-color: white;
    border: solid 1px #d0d0d0 !important;
    vertical-align: middle;
    height: 80px;
	text-overflow: ellipsis;
}

.headcol {
    position:absolute; 
    width:100px; 
    left:0;
    top:auto;
    background-color: white;
    border: solid 1px #d0d0d0 !important;
    vertical-align: middle;
}
.headcol:nth-child(2n+1) {
	background-color: #efeff0 !important;
}
.headcol:first-child{
	border-bottom: none !important;
	margin-top:-1px;
}
.headcol:last-child{
	margin-bottom:-1px;
}

.logitik-row-input {
	height: 50px;
}

.logitik-row-header {
	height: 80px;
	text-overflow: ellipsis;
}

.text-very-small {
	font-size:10px !important;
	line-height: 12px;
}

.btn-tpk:active {
	background-color: orange;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search{
	max-width: 200px;
	height: 28px;
}

.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

.summary-mcpm .ng-table-counts {
	display: none !important;
}

.label-value {
	font-size: 14px;
	font-weight: bold;
}

.table-data tr td {
}

.title-status {
	font-weight: normal;
	font-size: 14px;
	text-decoration: underline;
}

.force-bold, .force-bold td {
	font-weight: bold !important;
}

.header-logo {
	width: 100%;
	background: #282828;
	padding: 20px;
	text-align: center;
}

.logo-title {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 20px;
  padding-left: 10px;
  vertical-align: middle;
}