/* Copyright  FIREnet Systems 2017. All rights reserved */

/* Default Styles */
body {font-family: Arial;; font-size: 12px; background-color: black;} /*background-image: url(../images/bg11.png);  background-repeat: no-repeat; background-position: 10% 10%; margin:0px; background-size: 30% 30%; z-index: 100;}*/
label {	font-weight: bold; font-size: 12px; margin: 0px; color: #666666; font-family:Arial; margin-left: 20px;}
input { border-radius:2px; -moz-border-radius:2px; -ms-border-radius:2px; -o-border-radius:2px; -webkit-border-radius:2px;  border:1px solid #ccc; font-family: Arial; font-size:10px; padding:5px 10px; box-shadow: 4px 4px 20px silver;}

#wrapper {height: 120px; width: 100%; margin-top: -30px; margin-left:0%; background: black;}
#data, #rightdiv {float: left; min-height: 120px;}
#data {padding-top: 0px; width: 60%;}
#data a{font-weight: bold; font-size: 10px; margin: 0px; color: #666666; font-family:Arial; text-decoration: none;}
.redtext { font-family: Arial; font-size: 10px; color: #df3a26; }
.header1 {margin-left: 50px; margin-top: 0px;}
.data {margin-left: 20px;}

.whitetext {font-weight: bold; font-size: 10px; margin: 0px; color: white; font-family:Arial; }
.whitetext1 {font-weight: bold; font-size: 10px; margin: 0px; color: white; font-family:Arial; }
.whitetext2  {font-size: 10px; margin: 0px; color: white; font-family:Arial; }

.centre {text-align: center;}
.right {text-align: right;}
#rightdiv {float: right; width:40%; margin-top: 10px; }

#options {position: absolute; top: 80px; width: 15%; text-align: center; font-family: Arial; font-size: 10px; font-weight: normal;}
#options a{color: white;}

/* Style for login Screen */
#logoimg img {width: 80%; height: 80%;}
#logoimg {margin-left: 45%; margin-top: 10%;}
#copyright { position:fixed; margin-left: auto; margin-right: auto; left: 30%; top: 75%; font-family:Arial; font-size:10px; color:#666666; text-align:center;}
#loginwrapper { position: absolute; top: 340px; left: 58% ; border: 4px solid silver;}
.bluetext { font-family: Arial; font-size: 10px; color: #3399cc; }
.login {padding-left: 30px; padding-top: 20px; padding-right: 50px; padding-bottom: 20px;}
input.button_login {
    background-image: url(../images/buttons/login.png); background-repeat: no-repeat; background-position: 6px 4px; padding-left: 16px; padding-right: 10px;  cursor: pointer; vertical-align:middle;  
    border-radius:2px; border:1px solid #286090; -moz-border-radius:2px; -ms-border-radius:2px; -o-border-radius:2px; -webkit-border-radius:2px; font-size:12px; font-weight: normal; background:  #286090;}
input.button_lock {
    background-image: url(../images/buttons/lock.png); background-repeat: no-repeat; background-position: 6px 4px; padding-left: 16px; padding-right: 10px;  cursor: pointer; vertical-align:middle;  
    border-radius:2px; border:1px solid #31b0d5; -moz-border-radius:2px; -ms-border-radius:2px; -o-border-radius:2px; -webkit-border-radius:2px; font-size:12px; font-weight: normal; #31b0d5}
input.button_reject {
    background-image: url(../images/buttons/reject.png); background-repeat: no-repeat; background-position: 6px 8px; padding-left: 16px; padding-right: 10px; cursor: pointer; vertical-align:middle;  
    border-radius:10px; border:1px solid #ccc; -moz-border-radius:10px; -ms-border-radius:10px; -o-border-radius:10px; -webkit-border-radius:10px;
    font-size:12px; font-weight: normal;}

    .white {color:white;}
    .redtext {color:red; font-size: 14px; margin-left: 50px; width: 500px; text-align: center;}
    #error {margin-top: 5px;}
    #content {margin-top: 5px;}
    hr {border:1px solid white; width:95%; text-align: center;}

.topmargin {margin-top :20px;}
*::-webkit-input-placeholder {
  font-family: Arial; font-size: 12px; font-weight: normal; color: lightgrey;
}
*:-moz-placeholder {
  font-family: Arial; font-size: 12px; font-weight: normal; color: lightgrey;
}
*:-ms-input-placeholder { /* IE10+ */
 font-family: Arial; font-size: 12px; font-weight: normal; color: lightgrey;
}


/*style for div popup */
#backgroundPopup { 
	z-index:1;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	background:#000000;	
	top:0px;  
	left:0px;
}
#toPopup {
	font-family: Arial;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid darkgrey;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
	font-size: 14px;
    left: 57%;
    margin-left: -402px;
    position: fixed;
    top: 5%;
    width: 800px;
    z-index: 2;
}
div.loader {
    background: url("../img/loading.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	position: absolute;
	margin-left: -10px;
}
div.close {
    background: url("../img/closebox.png") no-repeat scroll 0 0 transparent;
    bottom: 24px;
    cursor: pointer;
    float: right;
    height: 30px;
    left: 27px;
    position: relative;
    width: 30px;
}
span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
div#popup_content {
    margin: 4px 7px; 
	overflow-y:scroll;
    height:500px;
}

/* end style for div popup */