@charset "utf-8";
.newaccount {
    position:fixed;
	
    font-family:calibri;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(240, 240, 240, 1);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
	border:1px #69B5D7 solid;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,87,186,.5);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,87,186,.5);
box-shadow: 0px 0px 10px 0px rgba(0,87,186,.5);
	
}

.newaccount > div{
    width:80%;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 5px;
    background-color:#f0f0f0;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 5px 5px 5px 5px rgba(0,0,0,.9);
	box-shadow: inset 5px 5px 5px 5px rgba(0,0,0,.9);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
    /*background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);*/
	
}
.newaccount > table{

    width: 80%;
    position: relative;
    margin: 8%;
    padding: 5px 20px 13px 20px;
    border-radius: 5px;
    background-color:#f0f0f0;
	border: 1px solid #69B5D7;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
    /*background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);*/
}
.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.newaccount:target {
    opacity:1;
    pointer-events: auto;
}
.newaccount > td{
	line-height:25px;
}

/*Account Edit*/
.accountedit {
    position:fixed;
	
    font-family:calibri;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(240, 240, 240, 1);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
	border:1px #69B5D7 solid;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,87,186,.5);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,87,186,.5);
box-shadow: 0px 0px 10px 0px rgba(0,87,186,.5);
}

.accountedit > div{
    width:80%;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 5px;
    background-color:#f0f0f0;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 5px 5px 5px 5px rgba(0,0,0,.9);
	box-shadow: inset 5px 5px 5px 5px rgba(0,0,0,.9);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
    /*background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);*/
	
}
.accountedit > table{

    width: 80%;
    position: relative;
    margin: 8%;
    padding: 5px 20px 13px 20px;
    border-radius: 5px;
    background-color:#f0f0f0;
	border: 1px solid #69B5D7;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
    /*background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);*/
}


.accountedit:target {
    opacity:1;
    pointer-events: auto;
}
.accountedit > td{
	line-height:25px;
}

/*New Order*/

/*.neworder {
    position:fixed;
	
    font-family:calibri;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(240, 240, 240, 1);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
	border:1px #69B5D7 solid;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,87,186,.5);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,87,186,.5);
box-shadow: 0px 0px 10px 0px rgba(0,87,186,.5);
} */


.neworder {
    position:fixed;
 
    font-family:calibri;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(240, 240, 240, 1);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
 border:2px #297cc0 solid;
 /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0,87,186,.5);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,87,186,.5);
box-shadow: 0px 0px 10px 0px rgba(0,87,186,.5);*/
box-shadow: 1.5px 2.598px 9px 0 rgb(0, 0, 0);
}

.neworder > div{
    width:80%;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 5px;
    background-color:#f0f0f0;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 5px 5px 5px 5px rgba(0,0,0,.9);
	box-shadow: inset 5px 5px 5px 5px rgba(0,0,0,.9);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
    /*background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);*/
	
}
.neworder > table{

    width: 80%;
    position: relative;
    margin: 8%;
    padding: 5px 20px 13px 20px;
    border-radius: 5px;
    background-color:#f0f0f0;
	border: 1px solid #69B5D7;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
    /*background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);*/
}


.neworder:target {
    opacity:1;
    pointer-events: auto;
}
.neworder > td{
	line-height:25px;
}

/*Newmanager*/
.newmanager {
     position:fixed;
	
    font-family:calibri;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(240, 240, 240, 1);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
	border:1px #69B5D7 solid;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,87,186,.5);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,87,186,.5);
box-shadow: 0px 0px 10px 0px rgba(0,87,186,.5);
}

.newmanager > div{
    width:80%;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 5px;
    background-color:#f0f0f0;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 5px 5px 5px 5px rgba(0,0,0,.9);
	box-shadow: inset 5px 5px 5px 5px rgba(0,0,0,.9);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
    /*background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);*/
	
}
	
}
.newmanager > table{

    width: 80%;
    position: relative;
    margin: 8%;
    padding: 5px 20px 13px 20px;
    border-radius: 5px;
    background-color:#f0f0f0;
	border: 1px solid #69B5D7;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
    /*background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);*/
}


.newmanager:target {
    opacity:1;
    pointer-events: auto;
}
.newmanager > td{
	line-height:25px;
}
/*Disconnect confirmation*/






