#ajaxLoader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height:100%;
  width: 100%;
  background: rgba( 128, 128, 128, .8 ) 
                url('../image/ajax-loader.gif') 
                50% 50% 
                no-repeat;
  z-index: 1100;
}

#ajaxLoaderTitleText {
  margin: 17% auto;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 2em;
  color: white;
  font-weight: bold;  
  z-index: 1100;
}

#errorMsgContainer, #successMsgContainer, #infoMsgContainer {
	z-index: 1100;
	display: none;
}

.clickable {
	cursor: pointer;
}

.bold {
	font-weight: bold;	
}

.card-header {
	min-height: 44px !important;
	font-weight: bold !important;
}

[data-toggle="collapse"] .fa:before {   
  content: "\f107";
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f104";
}

.f-red {
	color:red;
}

.f-yellow {
	color:yellow;
}

.f-green {
	color:green;
}

.navbar-padding {
	padding-top: 55px;
}	
@media (min-width: 992px) {
	.navbar-padding {
		padding-top: 75px !important;
	}	
}

.break-word {
	word-break: break-word;
}