@CHARSET "ISO-8859-1";

body
{	
    background-color: #E6E6E6;
    color: #0F0F0F;
}

.controlBar
{
	min-height: 35px;
	background-color: #ffffff;
}

#logoHeader
{
	background-color:#3dcd58;
	height:42px;
	width:100%;
	opacity: 0.7;
	/* background-image: url(../images/SE-Lockup-Logo-170x32.png);
	background-repeat: no-repeat;
	background-position: left;
	background-position-x: 5px;
	background-position-y: 10px; */
}

#logoHeaderHome
{
	background-color:#3dcd58;
	height:42px;
	width:100%;
	-webkit-box-shadow: inset 0 8px 6px -6px #007626;
    -moz-box-shadow: inset 0 8px 6px -6px #007626;
    box-shadow: inset 0px 8px 6px -6px #007626;
	/* background-image: url(../images/SE-Lockup-Logo-170x32.png);
	background-repeat: no-repeat;
	background-position: left;
	background-position-x: 5px;
	background-position-y: 10px; */
}

.appImg
{
	margin-top: 5px;
}

#loadingDiv
{   
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(191,191,191,.4);
}

.mainRow
{
   	margin-right: 15px;
    margin-left: 15px;
    margin-top: 15px;
}

.menuItem
{
	font-size: 18px;
	padding: 12px 15px 7px 15px;
	cursor:pointer;
	display: none;
}

.menuItem:hover
{
	background-color: #E6E6E6;
}

.menuItem:focus
{
	background: linear-gradient(to bottom, #626469,#333333);
	color: #FFFFFF;
	outline: 0;
}

.iconMargin
{
	margin-right: 10px;
}

.RightDiv
{
	height: 100%;
	float: right;
	padding-right: 0px;
}

.LeftDiv
{
	float: left;
	background-color: #F7F7F7;
	border: 1px solid #CBCBCB;
	padding: 0px;
}

.StartupDiv
{
	margin-top: 25px;
	border: 1px solid;
    background-color: white;
}

.vertical-center-row
{
	display: table-cell;
    vertical-align: middle;
}

.container-table
{
	display: table;
	height: 100%;
	margin-top: 60px;
}

.StartUp
{
	background: url('../images/StartupPageBlur.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#StartImg
{
	width: 100%;
	height: 100%;
}

.imgSchneiderDiv 
{
    position: relative;
    top: 43px;
    z-index: 9999;
    padding-left: 20px;
}

.AppTitleDiv
{
    min-height: 70px;
    background-color: #000000;
    opacity: 0.5;
}

.AppTitle
{
	color: #ffffff;
    font-size: 30px;
    position: relative;
    top: 55px;
    z-index: 9999;
}

.btnBeginDiv
{
	margin-top: 50px;
}

.btnBegin
{
	background-color: #3dcd58;
	color: #ffffff;
	font-size: 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btnBegin:hover
{
	background-color: #3dcd58;
	color: #ffffff;
	font-size: 20px;
}

.btnBegin:focus
{
	outline: 0;
	color: #ffffff;
}

.WelcomeTitle
{
	font-size: 22px;
	color: #ffffff;
	text-shadow: 2px 2px 4px #000000;
}

.bottomDiv
{
	margin-top: 40px;
	color: #ffffff;
}

.card
{
	width: 250px;
 	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 	text-align: center;
}

.overlay 
{
	background:rgba(0,0,0,.5);
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index:2;
}

.open
{
	position: fixed;
	width:70%;
	z-index:9999;
	height: 100% !important;
	top: 42px;
    right: 0;
	overflow:auto;
	padding:0px;
}

.btnCollapse
{
	height: auto;
    min-height: 25px;
    width: auto;
    cursor: pointer;
    font-size: 14px;
    background-color: #3dcd58; /* #3dcd58; */
    border-radius: 3px;
    border: 0;
    margin: 1px 4px;
    color: #101010; /* white */
   	margin-top:8px;
   	float: right;
   	padding: 2px 6px 1px 7px;
}

.rightDivSmallDeviceWidth
{
	width: 100% !important;
}

.btnCollapse:focus
{
	outline: 0;
}

.MenuSeperator
{
	margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #626469;
}

.TitleDiv
{
	color: #32AD3C;
	border-bottom: 1px solid #cbcbcb;
	padding-top: 6px;
    padding-left: 12px;
    padding-right: 15px;
    font-weight: bold;
    min-height: 32px;
}

.btnDisabled
{
	font-size: 20px;
	min-width: 50%;
	white-space: normal;
    word-wrap: break-word;
    border-radius: 3px;
	background-color: #F7F7F7;
    color: #9FA0A4;
    border: 1px solid #E6E6E6;
}

.customLabel
{
	color: #626469;
}

.ErrorLogo 
{
    color: #DC0A0A;
    height: 14px;
    width: 14px;
}

.ErrorSpan 
{
    font-size: 12px;
}

.ErrMsg
{
	color: #DC0A0A;
	text-align: left;
}

.ErrControl
{
	background-color: #FCEAE7 !important;
    border: 1px solid #dc0a0a !important;
}

.footerRow
{
	border-top: 1px solid #CBCBCB;
	height: 42px;
	padding-left: 8px;
	padding-right: 8px;
}

.customTextBox
{
    border: 1px solid #9FA0A4;
    padding-left: 8px;    
    padding-right: 8px;
    font-size: 14px;
    height: 36px;
    border-radius: 3px;
}

.customTextBox:focus
{
    border: 1px solid #3dcd58;
    padding-left: 8px;    
    padding-right: 8px;
    font-size: 14px;
    height: 36px;
    border-radius: 3px;
    box-shadow: none;
}

.customSelectBox
{
	border: 1px solid #9FA0A4;
    padding-left: 8px;    
    padding-right: 8px;
    font-size: 14px;
    height: 36px;
    border-radius: 3px;
    line-height: 20px;
}

.customSelectBox:hover
{
	border: 1px solid #3dcd58;
    padding-left: 8px;    
    padding-right: 8px;
    font-size: 14px;
    height: 36px;
    border-radius: 3px;
}

.customSelectBox:focus
{
    color: #FFFFFF;
    border: 1px solid #9FA0A4;
    background: linear-gradient(to bottom, #626469,#333333);
}

.customSelectBox option
{
	color: #0F0F0F;
	height: 20px;
	padding: 5px;
}

.customSelectBox option:hover
{
	color: #FFFFFF;
    background: linear-gradient(to bottom, #626469,#333333);
}

.errorCounter
{
	float: right;
    position: relative;
    font-size: 14px;
    color: #DC0A0A;
}

.ErrorCounterSpan
{
	font-size: 12px;
}

#HomeWelcomeTitle
{
	font-size: 20px;
    margin-top: 20px;
}

.UserMsg
{
	font-size: 20px;
	margin-top: 20px;
	padding-left: 15px;
    padding-right: 15px;
}

.TitleHr 
{
	border : 0;
	height: 2px;
	margin-top: 5px;
    margin-bottom: 20px;
	background-image: linear-gradient(to right, rgba(228, 127, 0, 0), rgba(228, 127, 0, 0.75), rgba(228, 127, 0, 0)); 
}

.SysContainer
{
	height: 100%;
	background-color: #F7F7F7;
	border: 1px solid #CBCBCB;
}

.SystemTypeDiv
{
	margin-top: 30px;
}

.PhaseNoSeperator
{
	border-right:1px solid #ffffff;
	margin-right: 8px;
}

.customBtn
{
	font-size: 20px;
	min-width: 50%;
	white-space: normal;
    word-wrap: break-word;
    background-color: #EDEDED;
    color: #333333;
    border: 1px solid #9FA0A4;
    border-radius: 3px;
}

.customBtn:hover
{
	background-color: #E6E6E6;
    color: #333333;
    border: 1px solid #3DCD58;
}

.btnDisabled[disabled]:hover
{
	background-color: #F7F7F7 !important;
    color: #9FA0A4 !important;
    border: 1px solid #E6E6E6 !important;
}

.customBtn:focus
{
	background: -moz-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(98,100,105,1) 100%);
    background: -webkit-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(98,100,105,1) 100%);
    background: -o-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(98,100,105,1) 100%);
    background: -ms-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(98,100,105,1) 100%);
    background: linear-gradient(to bottom, rgba(51,51,51,1) 0%, rgba(98,100,105,1) 100%);
    filter: ~"progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#626469', GradientType=0 )";
    color: #FFFFFF;
    outline: 0;
}

.CardMargin
{
	margin-top: 20px;
}

.FaultCalcForm
{
	margin-top: 20px;
	padding-bottom: 12px;
}

.required
{
	margin-left: 5px;
    margin-right: 11px;
	color: #DC0A0A;
}

.divMargin
{
	margin-bottom: 8px;
}

.divAlign
{
	text-align: right;
	padding-right: 0px;
}

.controlDiv
{
	padding-left: 0px;
	max-width: 30%;
}

.AddTransformerTitle
{
	padding-left: 0px;
}

.MotorCurrentDisplayDiv
{
	font-size: 20px;
    margin-top: 5px;
}

#MotorCurrentDiv, #FinalCurrentDiv
{
	margin-top: 20px;
}

#MotorCurrentContainer, #FinalCurrentContainer
{
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    padding: 10px;
    border-left: 5px solid #DC0A0A;	
}

#btnAddMotorToSystem
{
	min-width: 14.5%;
	font-size: 16px !important;
}

#AddMotorButtonDiv
{
	padding-left: 15px;
}

#btnMotorCalculate
{
	background-color: #3DCD58;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(50,173,60,0.75);
	-moz-box-shadow: 2px 2px 2px 0px rgba(50,173,60,0.75);
	box-shadow: 2px 2px 2px 0px rgba(50,173,60,0.75);
	color: #FFFFFF;
	border: 0px;
	
	font-size: 20px;
    white-space: normal;
    word-wrap: break-word;
    border-radius: 3px;
}

#btnMotorCalculate:hover
{
	background-color: rgb(50,173,60);
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,149,48,0.75);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,149,48,0.75);
	box-shadow: 2px 2px 2px 0px rgba(0,149,48,0.75);
	color: #FFFFFF;
	border: 0px;
}

#btnMotorCalculate:focus
{
	background: -moz-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(98,100,105,1) 100%);
    background: -webkit-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(98,100,105,1) 100%);
    background: -o-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(98,100,105,1) 100%);
    background: -ms-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(98,100,105,1) 100%);
    background: linear-gradient(to bottom, rgba(51,51,51,1) 0%, rgba(98,100,105,1) 100%);
    filter: ~"progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#626469', GradientType=0 )";
    color: #FFFFFF;
    box-shadow: none;
    outline: 0;
}
/*
#UTLabel
{
	padding: 10px;
    border: 2px solid #B10043;
    background-color: #333333;
    color: #FFD100;
    border-right: 1px solid #9FA0A4;
    margin-bottom: 0px;
}

#UTCurrentValue
{
	padding: 10px;
    border: 2px solid #B10043;
    border-left: 0px;
    font-weight: bold;
}
*/
#UTCurrentValueDiv
{
	padding-left: 0px;
	max-width: 30%;
}

.modal-header .close:focus
{
	outline:0;
}

.modal-header 
{
	background-color: #3DCD58;
	min-height:44px;
	padding: 6px 12px 0px 12px;
}
.modal-title 
{
	font-size:22px;
	color: #ffffff;
}

.close 
{
    color: #ffffff;
    opacity: 1;
    padding: 7px !important;
}

.close:hover 
{
	color:#ffffff;
	opacity:1;
}

#SelLangTitle
{
	font-size: 20px;
}

.LangImg
{
	margin-right: 20px;
}

.LangDiv
{
	padding: 10px;
}

.LangSpan
{
	width: 50%;
    display: inline-block;
    text-align: left;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 20px;
    border: 1px solid #9FA0A4;
    background-color: #EDEDED;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.modal-body
{
	color: #333333;
    padding: 24px;
    padding-right: 32px;
}

.modal-footer
{
	padding: 12px;
}

.modalFooterBtn
{
	min-width: 96px;
	border-radius: 3px;
	border: 1px solid #9FA0A4;
	background-color: #EDEDED;
	color: #333333;
    padding-left: 12px;
    padding-right: 12px;	
}

.modalFooterBtn:hover
{
	background-color: #E6E6E6;
    color: #333333;
    border: 1px solid #3DCD58;
}

.modalFooterBtn:focus
{
	background: -moz-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(98,100,105,1) 100%);
    background: -webkit-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(98,100,105,1) 100%);
    background: -o-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(98,100,105,1) 100%);
    background: -ms-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(98,100,105,1) 100%);
    background: linear-gradient(to bottom, rgba(51,51,51,1) 0%, rgba(98,100,105,1) 100%);
    filter: ~"progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#626469', GradientType=0 )";
    color: #FFFFFF;
    outline: 0;
    border: 0px;
}

.LangSelectIcon
{
	float: right;
    margin-top: 3px;
    color: #009530;
    font-size: 18px;
}

.SelectedLang
{
	border: 2px solid #009530;
}

#SelLangError
{
	width: 50%;
    display: inline-block;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    color: #DC0A0A;
}

.customRadio
{
    margin-top: 0px !important;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
}

#CableFormDiv
{
	padding-top: 20px;
	overflow-y: auto;
	overflow-x: hidden;
}

.screenTitle
{
	text-align: center;
}

.PageBack
{
	font-size: 20px;
    margin-top: -3px;
}

.IconBack
{
	cursor: pointer;
	visibility: hidden;
}

.btnPageBack
{
	height: auto;
    min-height: 25px;
    width: auto;
    cursor: pointer;
    font-size: 18px;
    background-color: #3dcd58;
    border-radius: 3px;
    border: 0;
    margin: 1px 2px;
    color: white;
    margin-top: 8px;
}

.btnPageBack:focus
{
	outline: 0;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button
{ 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

input[type=number]
{
    -moz-appearance:textfield;
}

#AddCableNote {
    font-size: 16px;
    font-weight: 700;
}

#addCableContainer{
	margin-top: 20px;
}

/* Help Menu Button */

.w3-btn,.w3-button{
    border:none;
    display:inline-block;
    padding:8px 16px;
    vertical-align:middle;
    overflow:hidden;
    text-decoration:none;
    color:inherit;
    background-color:inherit;
    text-align:center;
    cursor:pointer;
    white-space:nowrap;
}
 .w3-btn,.w3-button{
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
 .w3-disabled,.w3-btn:disabled,.w3-button:disabled{
    cursor:not-allowed;
    opacity:0.3;
}
.w3-disabled *,:disabled *{
    pointer-events:none;
}
 .w3-dropdown-hover:hover > .w3-button:first-child,.w3-dropdown-click:hover > .w3-button:first-child{
    background-color:#ccc;
    color:#000;
}
 .w3-bar-block .w3-dropdown-hover .w3-button,.w3-bar-block .w3-dropdown-click .w3-button{
    width:100%;
    text-align:left;
    padding:8px 16px;
}
 .w3-bar .w3-button{
    white-space:normal;
}


@media (max-width:600px){.w3-modal-content{margin:0 10px;width:auto!important}.w3-modal{padding-top:30px}
.w3-dropdown-hover.w3-mobile .w3-dropdown-content,.w3-dropdown-click.w3-mobile .w3-dropdown-content{position:relative}	
.w3-hide-small{display:none!important}.w3-mobile{display:block;width:100%!important}.w3-bar-item.w3-mobile,.w3-dropdown-hover.w3-mobile,.w3-dropdown-click.w3-mobile{text-align:center}
.w3-dropdown-hover.w3-mobile,.w3-dropdown-hover.w3-mobile .w3-btn,.w3-dropdown-hover.w3-mobile .w3-button,.w3-dropdown-click.w3-mobile,.w3-dropdown-click.w3-mobile .w3-btn,.w3-dropdown-click.w3-mobile .w3-button{width:100%}
}

.w3-button:hover {
    color: #000!important;
    background-color: rgba(61, 205, 88, 0.91)!important;
}

.w3-black,.w3-hover-black:hover{
    color:#fff!important;
    background-color:#000!important
}
 .w3-dropdown-hover:hover .w3-dropdown-content{
    display:block
}
 .w3-dropdown-content{
    cursor:auto;
    color:#000;
    background-color:#fff;
    display:none;
    position:absolute;
    min-width:306px;
    margin:0;
    padding:0;
    z-index:1;
    margin-top: 44px;
}
 .w3-bar-block .w3-dropdown-hover .w3-dropdown-content,.w3-bar-block .w3-dropdown-click .w3-dropdown-content{
    min-width:100%
}

.w3-right {
    float: right!important;
}

.w3-dropdown-click, .w3-dropdown-hover {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 3%;
}

.w3-hide{
    display:none!important
}
.w3-show-block,.w3-show{
    display:block!important
}
.w3-show-inline-block{
    display:inline-block!important
}
 .w3-bar .w3-bar-item{
    padding:8px 16px;
    float:left;
    width:auto;
    border:none;
    display:block;
    outline:0;
}
 .w3-bar-block .w3-bar-item{
    width:100%;
    display:block;
    padding:8px 16px;
    text-align:left;
    border:none;
    white-space:normal;
    float:none;
    outline:0;
}
 .w3-bar-block.w3-center .w3-bar-item{
    text-align:center
}
.w3-block{
    display:block;
    width:100%;
}

.w3-animate-zoom {
    animation: animatezoom 0.6s;
}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-right{position:fixed;animation:animateright 0.25s}@keyframes animateright{from{right:-306px;opacity:0} to{right:0;opacity:10}}
.w3-card-4, .w3-hover-shadow:hover {
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
}

.HelpModalDialog{
    width: 50%;
    margin: 92px auto;
}

#HelpBody{overflow-y: scroll;background-color: #E6E6E6;}

.helpBtn{
	margin-right: 19px;
    float: right;
    margin-top: 7px;
    width: auto;
    max-width: 26px;
}

.helpTitle{
	background-color: #3dcd58;
	font-size: 20px;
}

#HelpDialog
{
    overflow-y: hidden;
}
.startsSystem {
    height: 576px;
    width: 69%;
    margin-left: 16%;
}

.SplashImage {
    height: 100%;
    width: 100%;
    display: block;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #cccccc;
    background-image: url("../images/Splash-Screen.jpg");
    background-repeat: no-repeat;
}

#SplashScreenContent {
    position: relative;
    top: 28%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

#SplashScreenContent h3 {
	color: white;
    font-size: 30px;
}

.AppIcon{
	background-repeat: no-repeat;
	display: initial;
	height: 150px;
}

#SplashFooter
{
	background-color:#3dcd58;
	height:42px;
	width:100%;
	-webkit-box-shadow: inset 0 8px 6px -6px #007626;
    -moz-box-shadow: inset 0 8px 6px -6px #007626;
    box-shadow: inset 0px 8px 6px -6px #007626;
	/* background-image: url(../images/SE-Lockup-Logo-170x32.png);
	background-repeat: no-repeat;
	background-position: left;
	background-position-x: 5px;
	background-position-y: 10px; */
	position: fixed;
    bottom: 0;
}

.FooterAppImage{
	margin-top: 5px;
    float: right;
    margin-right: 12px;
}