/* RESET DEFAULT STYLES */
html,body { width:100%; height:100%; }
body      { padding:0; margin:0; }
div,p,a,span,em,strong,img,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,td,tr,form,fieldset,label,select,checkbox,input,textarea {
	padding:0;
	margin:0;
	outline:none;
	list-style:none;
}
textarea{
    resize: none;
}
select, input, textarea { font:14px 'Open Sans', Arial, sans-serif; vertical-align:middle; box-sizing: border-box;}
textarea { vertical-align:top; }
:focus   { outline:none; }
input[type=submit] { cursor:pointer; }
img, fieldset { border:0; }
table    { border-collapse:collapse; border-spacing:0;width: 100% }
a:link, a:visited {text-decoration:none;}
a:hover  { text-decoration:none; }

/* DEFAULT CLASSES */
.floatright { float:right !important; }
.floatleft { float:left !important; }
.no-float { float:none !important; }
.no-border { border:0 !important; }
.no-bg   { background:none !important; }
.no-margin { margin:0 !important; }
.no-padding { padding:0 !important; }
.no-display { display:none !important; }
.display { display:block !important; }
.inline  { display:inline !important; }
.overflow { overflow:hidden !important; }
.alignright { text-align:right !important; }
.alignleft { text-align:left !important; }
.aligncenter { text-align:center !important; }
.clear   { clear:both; }


/* WRAPPER */

img{
  max-width:100%;
}


.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

#system-message > div {
    width: 400px;
    position: fixed;
    left: 50%;
    top: 30%;
    margin-left: -200px;
    z-index: 999;
    background: white;
    padding: 30px;
    border: 1px solid #505b71;
    text-align: center;
   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

#system-message > div .close {
    display: inline-block;
    text-decoration: none;
    position: absolute;
    top: -17px;
    right: -17px;
    width: 33px;
    height: 33px;
    text-align: center;
    cursor: pointer;
    z-index: 1100;
   /* background: url("../images/close.png") no-repeat;*/
    color: #fff;
    background: #505b71;
    border-radius: 50%;
    line-height: 33px;
    font-size: 18px;
}
#system-message > div h4 {
    margin-top: 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}
#system-message > div p {
    font-size: 16px;
    line-height: 16px;
    text-align: left;
}
#system-message > div.alert-warning h4 {
    color: #ef4036;
}


.image-holder{
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align: middle;
}

.image-holder img {
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}


.modal_div.jmoddiv.jmodinside{
	position: fixed;
	top: 50%;
    left: 50%;
}
	
