/* ################################   Common Styles used in all Pages   ################################## */

.btn {
	padding-right: 13px;
}
.btn .fa {
	margin-right: 5px;
}

.fa-edit-data {
	color: #077a99;
	font-size: 14px;
	cursor: pointer;
	/* margin-top: 2px; */
	margin-bottom: 5px;
}
.fa-edit-data:hover {
	color: red;
	opacity: 0.5;
}

.fa-addrow-plus-icon {
	color: #077a99;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
}
.fa-addrow-plus-icon:hover {
	color: red;
	opacity: 0.5;
}


/** =================================  Message Modal Customized  ================================= */
#responseMsgModal hr {
	margin-top: 15px;
    margin-bottom: 10px;
}
#responseMsgModal .modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out
}

#responseMsgModal .modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

#responseMsgModal .modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

#responseMsgModal .modal-dialog {
	width: 500px;
	margin-left: 31%;
	position: relative;
}

#responseMsgModal .modal-content {
	padding: 0;
	border-radius: 4px;
	position: relative;
	background-color: #fbfbfb;
	border: 2px solid #4d828f;
}

#responseMsgModal .modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

#responseMsgModal .modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}

#responseMsgModal .modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5;
}

#responseMsgModal .modal-header {
	font-size: 14px;
    font-weight: 600;
	padding: 8px 0px 10px 5px;
}

#responseMsgModal .modal-header .close {
	margin-top: -2px;
}

#responseMsgModal .modal-body {
    font-size: 13px;
	position: relative;
	padding: 2px 3px 15px 3px;
}

#responseMsgModal .modal-body-msg {
	color: #0a8079;
    text-align: center;
    padding: 6px 10px 0 10px;
}

#responseMsgModal .modal-body-msg span {
	letter-spacing: 0 !important;
}

#responseMsgModal .modal-footer {
	text-align: right;
	padding: 0px 5px 8px 0px;
	background-color: #fbfbfb;
	border-top: none;
}

#responseMsgModal .modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px;
}

#responseMsgModal .modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
/** =================================  Message Modal Customized  ================================= */



/* ################################   Alignment, Width & Others   ################################## */

.left {
	text-align: left !important;
	font-weight: normal !important;
}
.right {
	text-align: right !important;
	font-weight: normal !important;
}
.center {
	text-align: center !important;
	font-weight: normal !important;
}
.left600 {
	text-align: left !important;
	font-weight: 600 !important;
}
.right600 {
	text-align: right !important;
	font-weight: 600 !important;
}
.center600 {
	text-align: center !important;
	font-weight: 600 !important;
}
.font600 {
	font-weight: 600 !important;
}
.fontBold {
	font-weight: bold !important;
}
