/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

.glyphicon-modal-window:before {
  content: "\e237";
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
 
}
.modal-open{overflow:auto;padding-right:0 !important;}

body.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  	background-color: rgba(19, 21, 25, 0.15);
	background-image: url("../../images/overlay.png");
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.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: hidden;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
 max-height: 100%;
    overflow-y: auto;
}
.modal-dialog::-webkit-scrollbar {
  width: 0.2em;
  background-color: #F5F5F5;
}
 
.modal-dialog::-webkit-scrollbar-thumb {
  background-color: #000000;
}
 
.modal-dialog::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}


.modal-dialog.large {
  position: relative;
  width: auto;
	max-width: 500px;
  margin: 10px auto; 
  scale:0.8;
  top:20em;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    background: rgba(255, 255, 255, .94);

}
.modal-backdrop {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
  
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background-image: url("../images/modalbg.png");
}
.modal-header .close {
  margin-top: -2px;
    color: rgb(0,0,244);
}
.modal-title {
  margin: 0;
  line-height: 2.8;
  color:#000;
  height:40px;
}
.modaltitle{
	scale:0.5;
    margin-top: -24px;
	position: relative;
    left: 2em;
}
.modal-title2 {
   margin: 0;
  line-height: 2.8;
  color:#000;
  height:40px;
}
.modaltitle2{
scale:0.5;
    margin-top: -24px;
	position: relative;
    left: 2em;
}
.modal-title3 {
  margin: 0;
  line-height: 2.8;
  color:#000;
  height:40px;
}
.modaltitle3{
	scale:0.5;
    margin-top: -24px;
	position: relative;
       left: 6em;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
padding: 10px;
  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;
}

.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-header:after,
.modal-footer:after {
  clear: both;
}

/* Width Responsive -62 */

@media (min-width: 992px) {
  .modal-lg {
    width: 350px;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 310px auto;
	
  }
  .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;
  }
}






/* Height Responsive -220 */
@media screen and (max-width: 1171px) and (max-height: 620px){
	.modal-dialog.large {
 scale: 0.6!important;
    max-height: 700px;
    top: 1em !important;
}
}
@media screen and (max-width: 1171px){
	.modal-dialog.large {
    position: relative;
    width: auto;
    max-width: 500px;
    margin: 10px auto;
    scale: 0.8;
    top: 10em;
}
}
@media screen and (max-width: 965px) and (max-height: 500px) {
	.modal-dialog.large {
scale: 0.45!important;
    max-height: 700px;
    top: -4em !important;
}
}
@media screen and (max-width: 770px) and (max-height: 400px){
	.modal-dialog.large {
scale: 0.45!important;
    max-height: 700px;
    top: -4em !important;
}
}
	@media screen and (max-width: 962px) {
			.modal-dialog.large {
}
		}
		@media screen and (max-width: 742px) {
			.modal-dialog.large {
}
		}
			@media screen and (max-width: 372px) {
			.modal-dialog.large {
    scale: 0.45!important;
    width: 490px!important;
    left: -65px;
    margin: 0px!important;
    top: 0em!important;
    max-height: 700px;
}
	.modaltitle{
    left: 2em;
    top: 2.5em;
}
.modaltitle2{
	left: 3em;
    top: 0em;
}
.modaltitle3{
	left: 5em;
}
		}
				@media screen and (max-width: 348px) {
			.modal-dialog.large {
        left: -5.5em;
}
		}
		@media screen and (max-width: 318px) {
			.modal-dialog.large {
      scale: 0.45!important;
    width: 490px!important;
    left: -95px;
    margin: 0px!important;
    top: -3em!important;
    max-height: 700px;
}
	.modaltitle{
    left: 2em;
    top: 2.5em;
}
.modaltitle2{
	left: 3em;
    top: 0em;
}
.modaltitle3{
	left: 5em;
}
		}
		@media screen and (max-width: 268px) {
			.modal-dialog.large {
scale: 0.4!important;
    width: 419px!important;
    left: -80px!important;
    margin: 0px!important;
}
	.modaltitle{
	left: 0em;
    top: 1.5em;
}
.modaltitle2{
	left: 1em;
    top: 0em;
}
.modaltitle3{
	left: 3.2em;
}
		}
		@media screen and (max-width: 248px) {
			.modal-dialog.large {
   scale: 0.4 !important;
    width: 420px !important;
    left: -100px !important;
    margin: 0px !important;
}
	.modaltitle{
	left: 0em;
    top: 1.5em;
}
.modaltitle2{
	left: 1em;
    top: 0em;
}
.modaltitle3{
	left: 3.2em;
}
		}


/* Responsive */

@media screen and (min-width: 1280px) and (max-width: 1280px) and (min-height: 720px) and (max-height: 720px) {
	.modal-dialog.large {
	scale: 0.6;
    top: 5em;
}
}
@media screen and (min-width: 1024px) and (max-width: 1024px) and (min-height: 768px) and (max-height: 768px) {
	.modal-dialog.large {
	scale: 0.6;
    top: 5em;
}
}
@media screen and (min-width: 1024px) and (max-width: 1024px) and (min-height: 600px) and (max-height: 600px) {
	.modal-dialog.large {
	scale: 0.6;
    top: 5em;
	max-height: 700px!important;
}
}
@media screen and (min-width: 912px) and (max-width: 912px) {
.modal-dialog.large {
	scale:1.2;
	top:30em;
}
}
@media screen and (min-width: 800px) and (max-width: 800px) and (min-height: 600px) and (max-height: 600px) {
	.modal-dialog.large {
	scale: 0.6;
    top: 5em;
	max-height: 690px !important;
}
}
@media screen and (min-width: 540px) and (max-width: 540px) {
	.modal-dialog.large {
    scale: 0.5;
    top: 5em;
    max-height: 690px !important;
    width: 490px!important;
    left: 0em!important;
}
.modaltitle{
    left: 2em !important;
top: 0em !important;
}
.modaltitle2{
left: 3em!important;
    top: -0.2em!important;
}
.modaltitle3{
	left: 6em!important;
}	
}
@media screen and (min-width: 411px) and (max-width: 414px) {
	.modal-dialog.large {
    scale: 0.5;
    top: 5em;
    max-height: 690px !important;
    width: 490px!important;
    left: -2.5em!important;
}
.modaltitle{
    left: 2em !important;
top: 0em !important;
}
.modaltitle2{
left: 3em!important;
    top: -0.2em!important;
}
.modaltitle3{
	left: 6em!important;
}	
}
@media screen and (min-width: 393px) and (max-width: 393px) {
	.modal-dialog.large {
    scale: 0.5;
    top: 5em;
    max-height: 690px !important;
    width: 490px!important;
    left: -3em!important;
}
.modaltitle{
    left: 2em !important;
top: 0em !important;
}
.modaltitle2{
left: 3em!important;
    top: -0.2em!important;
}
.modaltitle3{
	left: 6em!important;
}	
}
@media screen and (min-width: 390px) and (max-width: 390px) {
	.modal-dialog.large {
        scale: 0.6;
    top: 12em;
    max-height: 690px !important;
    width: 490px!important;
    left: -3em!important;
}
.modaltitle{
    left: 2em !important;
top: 0em !important;
}
.modaltitle2{
left: 3em!important;
    top: -0.2em!important;
}
.modaltitle3{
	left: 6em!important;
}	
}
@media screen and (min-width: 375px) and (max-width: 375px) {
	.modal-dialog.large {
    scale: 0.5;
    top: 5em;
    max-height: 690px !important;
    width: 490px!important;
    left: -4em!important;
}
.modaltitle{
    left: 2em !important;
    top: 2.5em !important;
}
.modaltitle2{
left: 3em!important;
    top: -0.2em!important;
}
.modaltitle3{
	left: 6em!important;
}	
}
@media screen and (min-width: 360px) and (max-width: 360px) {
	.modal-dialog.large {
	scale: 0.5;
    top: 5em;
    max-height: 690px !important;
    width: 490px!important;
    left: -4.5em!important;
}
.modaltitle{
    left: 2em !important;
    top: 2.5em !important;
}
.modaltitle2{
left: 3em!important;
    top: -0.2em!important;
}
.modaltitle3{
	left: 6em!important;
}	
}
@media screen and (min-width: 320px) and (max-width: 320px) {
	.modal-dialog.large {
scale: 0.5!important;
    top: 5em;
    max-height: 690px !important;
    width: 490px!important;
    left: -6em!important;
}
.modaltitle{
    left: 2em !important;
    top: 2.5em !important;
}
.modaltitle2{
left: 3em!important;
    top: -0.2em!important;
}
.modaltitle3{
	left: 6em!important;
}	
}
@media screen and (min-width: 280px) and (max-width: 280px) {
	.modal-dialog.large {
    scale: 0.4!important;
    top: 3em!important;
    max-height: 690px !important;
    width: 490px!important;
    left: -5.5em!important;
}
.modaltitle{
    left: 2em !important;
    top: 2.5em !important;
}
.modaltitle2{
left: 3em!important;
    top: -0.2em!important;
}
.modaltitle3{
	left: 6em!important;
}	
}