/* body{ */
	/* background: url("PVM_Update_Background_version_1.jpg") no-repeat center fixed;  */
	/* background-size: cover; */

	/* font-family: "Raleway", Sans-serif; */
/* } */

#plasmaLeft{
    width: 100%;
    height: 150%;
    position: absolute;
    background: url(../assets/PVM_UPD_L.jpg) no-repeat center local;
    background-size: cover;
    top: -29%;
    left: -147%;
}
#plasmaRight{
	width: 100%;
    height: 152%;
    position: absolute;
    background: url(../assets/PVM_UPD_R.jpg) no-repeat center local;
    background-size: cover;
    top: -33%;
    left: 148%;
}


#plasmaTitleHolder{
	padding-bottom: 47px;
	padding-top: 50px;
	font-family: "Raleway", Sans-serif;
    position: relative;
    /* z-index: 3; */
}


#titleImage{
    height: 100px;
	/* width:900px; */
	background: url("../assets/PVM_LOGO_w_line_BLACK_on_TRANSP_4x.png") no-repeat center; 
	background-size: contain;
	/* position:absolute; */
	/* margin-top: -95px; */
}


#updaterTitle{
	color: #000000;
    font-size: 75px;
    font-weight: bold;
    line-height: 51px;
    letter-spacing: 1.6px;
	font-family: "Raleway", Sans-serif;
	padding: 15px;
}
#updaterTitle_1{
	color: #000000;
	font-size: 45px;
    font-weight: bold;
    line-height: 51px;
    letter-spacing: 1.6px;
	font-family: "Raleway", Sans-serif;
	padding: 15px;
}
#updaterTitle_2{
    font-weight: bold;
    font-size: 25px;
}
   

#plasmaContainer{
	border-color: #000000;
	border-style: solid;
	padding: 25px;
    border-radius: 2px;
	position:relative;
	font-family: "Raleway", Sans-serif;
	/* margin-bottom: 100px; */
	margin-bottom: 10px;
    width: 350px;
}


#fwSelectHolder{
	margin-top: 20px;
}

#statusContainer{
	/* margin-top: 80px; */
}

#statusTextHolder{
	min-height: 40px;
}

#statusText{
	font-size: 23px;
	white-space: nowrap;
	/* height: 40px; */
}

#updateButtonHolder{
	/* margin-top: 80px; */
}   

#startUpdate, #cancelUpdate{
	border-radius: 5px 5px 5px 5px;
	background-color: #FFFFFF;
	font-weight: 500;
    font-style: normal;
    color: #555555;
	padding: 7px 15px 7px 15px;
	min-width:195px;
}
#startUpdate:hover, #cancelUpdate:hover{
    background-color: #7B7B7B;
    border-color: #00000000;
	color: #FFFFFF;
}

.startUpdateClicked{
    background-color: #5b5a5a!important;
    border-color: #00000000!important;
	color: #FFFFFF!important;
}
.startUpdateClicked:hover{
    background-color: #5b5a5a!important;
    border-color: #00000000!important;
	color: #FFFFFF!important;
}

#infoContainer{
	min-height: 125px;
}

.pvInfoBox{
    font-size: 16px;
}

#plasmaContainer h5{
	font-size: 20px;
}

#plasmaContainer .form-select {
	height:35px;
	font-size: 15px;
}

#plasmaVoiceInstruction{
	font-family: "Raleway", Sans-serif;
	padding-bottom: 30px;
}

#plasmaVoiceInstruction h2{
	text-align: center;
	font-weight: bold;
    font-size: 25px;
	font-family: "Raleway", Sans-serif;
	padding-bottom: 25px;
}
#plasmaVoiceInstruction ul li{
	padding-left: 10px;
    padding-bottom: 10px;
}

#plasmaVoiceChangeLog{
	font-family: "Raleway", Sans-serif;
}

#plasmaVoiceChangeLog h2{
	text-align: center;
	font-weight: bold;
    font-size: 25px;
	font-family: "Raleway", Sans-serif;
	padding-bottom: 25px;
}
#plasmaVoiceChangeLog ul li{
	padding-left: 10px;
    padding-bottom: 10px;
}

#modalOpenContainer{
	padding:0px;
	margin-bottom:90px;
}

#modalOpenContainer ul li{
	text-align:left;
	list-style-type: circle;
	font-size: 15px;
}
/* .modalOpen{ */
	/* display:block; */
	/* text-align:left; */
/* } */

#plasmaVoiceInstruction h1, #plasmaVoiceChangeLog h1 {
	font-size: 27px!important;
	font-weight:500;
	padding-top: 12px;
}
#cancelUpdateConfirm h1{
	font-size: 21px!important;
	font-weight:500;
	padding-top: 12px;
}
#cancelUpdateConfirm p{
	font-size: 16px!important;
}

#plasmaVoiceInstruction ul, #plasmaVoiceChangeLog ul, #cancelUpdateConfirm ul{
	font-size: 16px!important;
}

#plasmaVoiceInstruction .btn, #plasmaVoiceChangeLog .btn, #cancelUpdateConfirm .btn{
	border-radius: 5px 5px 5px 5px;
	/* background-color: #FFFFFF; */
	/* font-weight: 500; */
    /* font-style: normal; */
    color: #FFFFFF;
	/* padding: 7px 15px 7px 15px; */
	/* min-width:195px; */
}
   
#cancelUpdateConfirm {
	text-align:center;
}

#cancelUpdateConfirm .modal-footer{
	display:block;
}

#showUpdateInfoHolder{
	text-align:center;
}
#showUpdateInfo{
	text-align:center;
	/* display: block; */
	font-size: 18px;
	font-weight:bold;
	color:#F99302;
	text-decoration: none;
}
#showUpdateInfo:hover{
	text-decoration: underline;
}
