/*.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front{height:550px !important;;overflow-x: hidden;overflow-y: scroll;}*/
.mail{float: left; width: 100%; padding-bottom: 20px; border-bottom: 1px solid rgb(255, 255, 255); margin-bottom: 20px;}
.labelcls{float: left; width: 46%;padding:0 2% 15px;}	
.labelcls label{float: left; width: 100%;margin-bottom: 10px;}
.labelcls input[type="number"]{margin:0px;width:100%;}
.labelcls input[type="button"]{height:auto;text-align:center;float:right;width:90px;padding:10px;line-height:15px;background:#0e5899;color:white;border:none;}
.labelcls input{text-align:left;float:left;width:100%;border:1px solid #eee;padding:5px;height:auto;}
.labelcls a{display:none;}
.labelcls span{width:100%;}
#loader-wrapper {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 160;
}
.loader-content {
    left: 0;
    margin-top: -50px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
.loader-content .circle1 {
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 1.5s;
    animation-fill-mode: none;
    animation-iteration-count: infinite;
    animation-name: move1;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    background-size: auto auto;
    border-radius: 50%;
    display: inline-block;
    height: 100px;
    position: relative;
    width: 100px;background:#0E5899;
}
.loader-content .circle2 {
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 1.5s;
    animation-fill-mode: none;
    animation-iteration-count: infinite;
    animation-name: move2;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(35, 44, 59);
    background-size: auto auto;
    border-radius: 50%;
    display: inline-block;
    height: 100px;
    position: relative;
    width: 100px;
}	
.loader-content .title {
    color: rgb(35, 44, 59);
    font-family: "black",sans-serif,Arial;
    font-size: 30px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 120%;
    width: 100%;
}
@-webkit-keyframes move2
{
    0%
    {
        -webkit-transform: translateX(0);
    }
    25%
    {
        -webkit-transform: scale(1.25);
    }
    50%
    {
        -webkit-transform: translateX(-105px);
    }
    100%
    {
        -webkit-transform: translateX(0);
    }
}

@keyframes move2
{
    0%
    {
        transform: translateX(0);
    }
    25%
    {
        transform: scale(1.25);
    }
    50%
    {
        transform: translateX(-105px);
    }
    100%
    {
        transform: translateX(0);
    }
}
@-webkit-keyframes move1
{
    0%
    {
        -webkit-transform: translateX(0) scale(1);
    }
    50%
    {
        -webkit-transform: translateX(105px) scale(1);
    }
    75%
    {
        -webkit-transform: scale(1.25);
    }
    100%
    {
        z-index: 1;

        -webkit-transform: translateX(0) scale(1);
    }
}

@keyframes move1
{
    0%
    {
        transform: translateX(0) scale(1);
    }
    50%
    {
        transform: translateX(105px) scale(1);
    }
    75%
    {
        transform: scale(1.25);
    }
    100%
    {
        z-index: 1;

        transform: translateX(0) scale(1);
    }
}
.width100 .toolbtn{font-size: 14px; color: white; height: 20px; border-radius: 0px; background: #0f304e none repeat scroll 0% 0%; width: 20px; display: inline-block; line-height: 20px; text-align:center !important;float:right;position:absolute;right:-12px;top:0px;}

.resp-container {
	position: relative;
	overflow: hidden;
}
.resp-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* RESET CSS */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video { border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration: none; color:rgba(6, 71, 118, 1);}
/* change colours to suit your needs */
ins { background-color:#ff9; color:#000; text-decoration:none; }
/* change colours to suit your needs */
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
/* change border colour to suit your needs */
hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }
*:focus { outline: 0; }

/* GENERIC CLASSES */

body { font-family: 'proxima-nova',Helvetica,sans-serif; background-image: url('img/background.jpg'); background-repeat:repeat; margin: 0; /*color:white; background:#232c3b;*/ }
label { font-family: 'proxima-nova',Helvetica,sans-serif;}
/* input { height:20px; } */
h1 { font-size:35px; font-family: 'proxima-nova',Helvetica,sans-serif;}
h2 { font-size:20px; font-family: 'proxima-nova'. Helvetica, Sans-Serif;}
p { margin:0px; font-family: 'proxima-nova',Helvetica,sans-serif; }

/* UNIVERSAL CLASSES */
#calculator {color:white;}
#calculator p  {color:white;}
.labelUnit { margin: 0 20px 0 20px; display:inline;}
.uppercase { text-transform: capitalize; }
.bold { font-weight:700; }
.notbold { font-weight:400; }
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
.light { font-size:14px; }
.medium { font-size:16px; }
.medium2 { font-size:20px; }
.large { font-size: 26px; }
.blue { color: #191970; }
.red { color: rgb(170,0,0); }
.green{ color:lightgreen; }
.orange { color:#f56f10; }
.dark { color: rgb(25,25,25); }
.displaynone { display: none; }
.proxima { font-family: 'proxima-nova', "Helvetica Neue", Helvetica, Arial, sans-serif; }
.opacity5{ opacity: .5; }
.noPointer{ cursor: default; }
.floatLeft { float:left; }
.line10{ line-height: 10px; }

/* CALCULATOR CLASSES */

#calcContainer { margin:0 auto; max-width:920px; margin-top:34px;width:100%;}
#calc1{ text-align: left; }

/* TITLE CLASSES */

.blockTitle {padding:8px 20px 8px 20px; color:rgb(255,255,255); background-color:#0E5899; /*margin: 42px 0 0 0;*/ font-size: 22px; font-weight: 300; text-align: left;float:left;width:100%;}

/* TARGET BOX CLASSES */

.targetBox { height: 148px; background-color: rgba(255,255,255,.2);}
.target { width: 400px; padding: 10px 20px 20px 20px; position: relative; float:left; }

/* RECOVERY TIME CLASSES */

#recoveryTimeBox { /*margin-right:20px; */}
.rtoTitle,.rpoTitle { margin-bottom: 20px; }
.rtoTarget, .rpoTarget { width: 100%; }
.rtoTarget label, .rpoTarget label{ left:30%; position:relative; }

/* CALCULATOR CLASSES */

/*#recoveryInfo { width:920px; height:314px; background-color: rgba(255,255,255,.2); }
#downtimeCosts { width:920px; height: 336px; background-color: rgba(255,255,255,.2); }*/

.opacity60 { opacity: .60; }

/* COLUMN CLASSES */

#col1, #col2, #col3, #col4 { width: 400px; float:left; padding:10px;}
.columnList li { list-style-type: none; }
#col1, #col3 { margin: 5px 20px 0 0; }
.margin32 { margin: 0 0 32px 0; }
.margin27 { margin: 0px 0px 50px; }

/* INPUT CLASSES */

#inner-editor { height:30px; }
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
input[type=number]{ width:48px; /*height: 22px;*/}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family:'proxima-nova',Helvetica,sans-serif; text-align:center; font-weight: 700; !important }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { border-bottom-right-radius: 0px; !important }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { border-bottom-left-radius: 0px; !important }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { border-top-right-radius: 0px; !important }
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { border-top-left-radius: 0px; !important }

/* CALCULATE BUTTON CLASSES */

#calcButton{ /*margin-bottom:42px;*/ }
button#openModal { background:#0E5899; padding:10px 20px; cursor: pointer; border: none; font-family: 'proxima-nova',Helvetica,sans-serif; color:white;}
button#openModal:hover{ background-color:#477cbd; }

/* RESULTS CLASSES */

.main-dialog-class{ display: none; }
.counter{ display:block; }

/* FOOTER */

#footer{ width: 100%; margin: 0 auto; background-color: rgba(255,255,255,1); padding:20px 0 20px 0; }
.footerText{ margin:0; text-align: center; }

/* LOGO ANAIMATION */

#logoBlock{
    height: 132px;
    width:30%;
    display: block;
    float: left;
}

#logoBlock img{
    width:100%
}

/* PRINT BUTTON */

input#printBtn { background:royalblue; padding:10px 20px; cursor: pointer; border: none; font-family: 'proxima-nova',Helvetica,sans-serif; float:right; height:40px; color:#fff;}
input#printBtn:hover { background-color:darkblue; }

/* RADIO BUTTON */

input[type=radio], input[type=checkbox] {
    display:none;
}

input[type=radio] + label, input[type=checkbox] + label {
    display:inline-block;
    margin:-2px;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

input[type=radio]:checked + label, input[type=checkbox]:checked + label{
    background: none repeat scroll 0% 0% #0e5899;
    outline: 0;
    color: #fff;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}
/*.columnList .tooltipHolder {
	text-align:left !important;
}*/
.tooltipHolder .tooltip{
	box-shadow:3px 3px 5px rgb(84, 84, 84);
	color:rgb(255, 255, 255) !important;
	background:#000 !important;
	border-radius:5px;
}
.tooltipHolder .tooltip::after{
	border-top-color: #000 !important;
}
.width100{
	float:left !important;
	width:100% !important;
}
.width50{
	float:left !important;
	width:50% !important;
}
.padding0{padding:0;}
.padding15{padding:15px 0px !important;}
.padding20{padding:16px 0px !important;}
.width94{
	width: 100%; padding: 10px 3% !important;
}
.width92{
	width: 94%; padding: 10px 4% !important;
}
.margin0{
	margin:0 !important;
}
.marginbtm30{
	margin-bottom:30px !important;
}
.bgcls{
	background:#598ecf none repeat scroll 0 0;
	border:1px solid #4169e1;
}
.marginleft34{
	margin-left: -40px !important;
}
div.ui-dialog.ui-widget{
	max-width:620px;
	width:100% !important;
	padding:0px !important;
	/*position: fixed !important;
	top:calc(55% - 272px ) !important;
	left: 35%;*/
	top: 50%;

	left: 50%;

	transform: translate(-50% , -50%);

	position: fixed;
}
div.ui-dialog.ui-widget .ui-dialog-titlebar{
	background:#0E5899!important;
	color:white;
}
div.ui-dialog.ui-widget #results{
	background:#598ECF!important;
	color:#fff;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front{ background:#598ECF!important;}
.medium{
	float:left;
	width:35%;
}
.floatLeft p{
	float:Left;
	width:100%;
}
.floatLeft p .medium{
	float:Left;
	width:100%;
}
.ui-widget-overlay{
	background:rgb(0,0,0) !important;
	opacity:0.6 !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{background:royalblue!important;border-color:#royalblue!important;}
.position{position:relative;}
.tooltipHolder .tooltip{padding:10px 15px !important;}
span.medium::after {
    content: ":";
    position: absolute;
    left: 33%;
    color: white;
}
@media (max-width:640px){
	.width50{
		float:left !important;
		width:100% !important;
		padding-bottom:15px;
	}
	.padding20{padding:10px 0px !important;}
	
	ul li .width50.center {
    border-bottom-color: rgb(175, 175, 175);
    border-bottom-style: solid;
    border-bottom-width: 1px;
	}
	.rtoTarget label, .rpoTarget label{
		left:5% !important;
	}
	.labelUnit{
		margin-right:15px !important;
	}
	h1{
		font-size:25px;
	}
	h2{
		font-size:14px;
	}
	.description{
		text-align:left;
		margin-top:10px;
	}
	#calcContainer { margin-top:0px;}
	#calcContainer{
		padding: 0px 3%; width: 94%;
	}
	.medium{
		width:100%;
	}
	div.ui-dialog.ui-widget{
		position: absolute !important;
		top:calc(100% - 50px ) !important;
	}
	#resultsPrint > #calc1 span {
		padding:5px 0px !important;
	}
}

@media (max-width:1080px) {
	
}


/*** new css P_24-5-2019 ***/

#calculator .bgcls #calcButton {text-align:center;}
#calculator .bgcls {margin-bottom: 0px;}
#calculator h2 {margin-bottom: 0px;}
#results .mail .labelcls label {display:none;}
#calculator #results .mail {padding-bottom: 0px;margin-bottom: 15px;}