.alert-container{
	width: 100%;
	padding: 10px;
	color: #fff !important;
	display: block;
	border-radius: 2px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
.alert-container.red{
	background-color: #d20000 !important;
}
.alert-container.yellow{
	background-color: #ffae00 !important;
}
.alert-container.green{
	background-color: #47ae79 !important;
}
.alert-container.blue{
	background-color: #1f4e79 !important;
}
.alert-container .main-title{
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px;
	margin-bottom: 2px;
}

.alert-container .sub-title{
	font-size: 12px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0px;
}
.alert-container .alert-close{
	text-decoration: none;
	position: absolute;
	top:18px;
	right: 15px;
}
.alert-container .alert-icon{
	margin-right: 10px;
}
.alert-container .alert-icon,
.alert-container .alert-text{
	float: left;
	display: inline-block;
}
.alert-container.red .alert-close{
	color: #9c0000 !important;
}
.alert-container.yellow .alert-close{
	color: #da9603 !important;
}
.alert-container.green .alert-close{
	color: #1f8b53 !important;
}
.alert-container.blue .alert-close{
	color: #0f375b !important;
}

/*loading 1 modal css*/

#loading1-modal .modal-dialog {
  width: 370px;
}
#loading1-modal .modal-content {
  border: none;
  box-shadow: none;
  border-radius: 0;
}
#loading1-modal .modal-header {
  padding: 15px;
  background: #f1f1f1;
  border: none;
}
#loading1-modal .modal-header .progress{
	margin: 0px;
	height: 25px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 25px;
}
#loading1-modal .progress-bar {
    background-color: #316493;
		line-height: 25px;
}
#loading1-modal .modal-body {
  padding: 15px;
}
#loading1-modal .modal-body h4{
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	text-transform: capitalize;
}
#loading1-modal .modal-body h5{
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	color: #1f4e79;
}
#loading1-modal .modal-body .info-text{
	font-size: 13px;
	font-weight: 600;
	color: #666666;
	text-transform: capitalize;
	line-height: 17px;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

/*loading 2 modal*/
#loading2-modal .modal-dialog {
	margin: 30px auto;
	margin-top: 250px;
}
#loading2-modal .modal-dialog {
  width: 90%;
}

#loading2-modal .progress{
	margin: 0px;
	height: 30px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 30px;
}
#loading2-modal .progress-bar {
    background-color: #316493;
		line-height: 25px;
}
#loading2-modal .modal-body {
  padding: 0px;
	background-color: transparent;;
}
