* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}
.modal-dialog-centered{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.fade.in {
	opacity: 1
}
.collapse {
	display: none
}
.collapse.in {
	display: block
}
tr.collapse.in {
	display: table-row
}
tbody.collapse.in {
	display: table-row-group
}
.modal.fade:not(.in).right .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease
}

.modal-header h4{
    margin-bottom: 0;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}
.modal-body h5{
    font-size: 19px;
    margin-bottom: 20px;
    color: #166A94;
    font-weight: 700;
}
.popup-frm .fieldset{
    background-color: #F9F9F9;
    color: #4B91B4;
    border: none;
    border-radius: 3px;
    font-size: 17px;
    font-weight: 700;
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}
.popup-log-frm .fieldset{ margin-bottom: 0px; }

.pp-select{appearance: none;-webkit-appearance: none;background-color:#F9F9F9;box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.05);-moz-box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.05);
-ms-box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.05);background-color: #F9F9F9;color: #4B91B4;border: none;font-size: 17px;
font-weight: 700;box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.05);height: 40px;float: right;width: 110px;
background-image: url(../images/icons/icon5.svg);background-repeat: no-repeat;background-position: right 15px center;background-size: 16px;}
.popup-frm ::-webkit-input-placeholder {
   color: #4B91B4 !important;
}
.popup-frm :-moz-placeholder { /* Firefox 18- */
   color: #4B91B4 !important;
}
.popup-frm ::-moz-placeholder {  /* Firefox 19+ */
   color: #4B91B4 !important;
}
.popup-frm :-ms-input-placeholder {  
   color: #4B91B4 !important;
}

.close {
	/* float: right;
	font-size: 21px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	background-color: transparent; */
}
/* .close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5
} */
button.close {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.modal-open {
	overflow: hidden
}
.modal {
	    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    display: none;
    overflow: hidden;
    outline: 0;
}
.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
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}
.modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	outline: 0;
	width: 100%;
	overflow: hidden;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	display: none;
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}
.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5
}
.modal-header {
	padding: 18px 15px;
	border-bottom: 1px solid #e8e7e7;
	background-color: #0C99E1;
	position: relative;
}
.modal-header .close {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 30px;
	right: 16px;
	background-image: url(../images/icons/close.svg);
	/* background: rgba(0, 0, 0, 0.6); */
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	z-index: 99;
	font-size: 0;
	padding: 0 !important;
}

/*.modal-header .close:hover {
	background-color: #464646;
	opacity: 1;
	color: #fff;
}*/
.modal-title {
	margin: 0;
	line-height: 1.42857143
}
.modal-body {
	position: relative;
	padding: 30px;
	float: left;
	width: 100%;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}
.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}
.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
	margin-left: 0
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}


/***************************** SIDEBAR POPUP *****************************/
.sidebar-popup{ left: auto; padding-right: 0px !important; top: 67px;}
.modal-dialog-right{min-height: 100%; display: -webkit-box; display: -ms-flexbox; width: 100%;z-index: 6;max-width: 350px; width: 350px;
margin: 0px;}
.modal-dialog-right .modal-content{ border: none; box-shadow: 0 0 0 #000; -moz-box-shadow: 0 0 0 #000; -webkit-box-shadow: 0 0 0 #000;
border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; }
.modal-dialog-right .modal-body { padding: 20px;}
.modal:after, .sidebar-popup:after { content: ''; position: fixed;top: 0px; right: 0; bottom: 0; left: 0; z-index: 5; background-color: #000;
width: 100%; height: 100%; opacity: .5; }
.sidebar-popup:after {top: 67px;}
.modal-dialog-centered{ z-index: 6; }


@media (max-width:640px) {
.sidebar-popup:after { top: 54px;}
.sidebar-popup { top: 54px;}
.modal-dialog-right{max-width: 93%;width: 93%;right: 0;left: auto;margin-left: auto;}
.modal-header {padding: 20px;}
}

@media (max-width:480px) {

}

@media (max-width:360px) {
.sidebar-popup:after { top: 52px;}
.sidebar-popup { top: 52px;}
}

@media (min-width: 576px){
.modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));}
}



@media (min-width:768px) {
.modal-dialog {
	margin: 0 auto;
	width: 90%;
	max-width: 412px;
}
.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5)
}
.modal-sm {
	width: 300px
}
.modal-dialog-right{width: 100%;max-width: 350px; width: 350px;}
}
@media (min-width:992px) {
.modal-lg {
	width: 900px
}
}


@media (max-width:350px) {
.modal-dialog-right{ width: 100%; max-width: 100%; }
}


