#inv_table,
#inv_table tr,
#inv_table td { border: 0; width: 30%; margin-left: auto; margin-right: auto }

body {
    text-align:center;
    background: white;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: navy;
    font-size: 12px;
}

h1
{

    text-align:center;
    /*margin-top: 10px;*/
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    color: navy;
    font-size: 28px;
}

h2
{
    text-align:center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    color: navy;
    font-size: 20px;
}

table
{
    font-size: 14px;
    text-align:center;
    border-collapse:collapse;
    width:100%;
    margin-left: auto;
    margin-right: auto;
}


td, th
{
    line-height: 100%;
    text-align:center;
    border:1px solid grey;
    border-collapse:collapse;
    width:0%;
    padding:10px;
}


p
{
    text-align:left;
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    color: navy;
    font-weight:bold;
    font-size: 20px;
}


textarea.codebox-sm
{
    resize: none;
    background-color: #e8ecf2;
    border: none;
    height: 500px;
    width: 800px;
    text-align: left;
    font-size: 12px;

}


textarea.codebox-large
{
    resize: none;
    background-color: #e8ecf2;
    border: none;
    height: 4500px;
    width: 1050px;
    text-align: left;
    font-size: 12px;

}


.td_config_dlink
{
    line-height: 130%;
    text-align:left;
    border:1px solid grey;
    border-collapse:collapse;
    font-family: 'Courier New', Courier, monospace;
}

.pl
{
    text-align:center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    color: navy;
    font-size: 20px;
}

.p2
{
    text-align:center;
    color: navy;
    font-size: 25px;
}

.loadertext {
    margin: auto;
    margin-top: 10px;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3d3f42; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    margin: auto;
    margin-top: 20px;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.container {
    /*width: 935px;*/
    width: 1135px;
    height: 630px;
    background: white;
    margin: 0 auto;
}

.header {
    margin-top: 20px;
    margin-bottom: 0px;
    float: center;
    height: 70px;
    /*width: 312px;

    margin-right: auto;
    margin-left: auto;
    background-color: white;
    /*background-image: url(../images/aquestora_ase_logo.jpg);
    background-position:center top;
    background-repeat: 	no-repeat;
    */
}

.center {
    float: center;
    /*width: 926px;*/
    /*height: 50px;*/
    background-color: white;
}

.content{
    /*
    width: 926px;
    height: 600px;
    */
    width: 100%;
    height: 100%;
}


#footer {
    float: center;
    color: navy;
    display: inline-block;
    vertical-align: bottom;
    /* 
    background-position:bottom;
    background-repeat: 	no-repeat;
    width: 913px;
    height: 25px;
    background-image: url(../images/footer1.png); 
    margin-right: auto;
    margin-left: auto;
    */

}

/* 
# Buttons generated by CSSButtonGenerator.com 
*/

.button_ok_left {
    float: left;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
    background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
    background-color:#77d42a;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius:15px;
    display:inline-block;
    color:#306108;
    font-family:arial;
    font-size:31px;
    font-weight:bold;
    padding:7px 40px;
    text-decoration:none;
}.button_ok_left:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
    background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
    background-color:#5cb811;
}.button_ok_left:active {
    position:relative;
    top:1px;
}



.button_nok_right {
    float: right;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
    background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
    background-color:#fe1a00;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius:15px;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:31px;
    font-weight:bold;
    padding:7px 40px;
    text-decoration:none;
}.button_nok_right:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
    background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
    background-color:#ce0100;
}.button_nok_right:active {
    position:relative;
    top:1px;
}


.button_nok_center {
    float: center;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
    background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
    background-color:#fe1a00;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius:15px;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:31px;
    font-weight:bold;
    padding:7px 40px;
    text-decoration:none;
}.button_nok_center:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
    background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
    background-color:#ce0100;
}.button_nok_center:active {
    position:relative;
    top:1px;
}



.button_ok_center {
    float: center;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
    background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
    background-color:#77d42a;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius:15px;
    display:inline-block;
    color:#306108;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:7px 40px;
    text-decoration:none;
}.button_ok_center:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
    background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
    background-color:#5cb811;
}.button_ok_center:active {
    position:relative;
    top:1px;
}

/*	
.ftth {
        float: left;
        width: 256px;
        height: 256px;
        background-image: url(../~images/home.png);
        color: navy;
        font-size: 20px;
}

.fttb {
        float: right;
        width: 256px;
        height: 256px;
        background-image: url(../~images/business.png);
        color: navy;
        font-size: 20px;
}
*/

.error_msg
{
    text-align:center;
    color: red;
    font-size: 16px;
}



/* ###### Start - unordered lists used for the menu ####### */  

.aquestora_logo { 
    position: absolute;	
    right: 46%;
}


ul {
    position: fixed;
    top: 0;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #0d0d0d;
    font-family: Verdana,Lucida, Courier, Arial;
    /*text-transform: uppercase;*/
    font-size: 130%;
}

li {
    float: left;
}

/*li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 24px 16px;
    height: 12px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: #8000ff;
}*/

li.dropdown {
    display: inline-block;
    height: 65px;
    color: white;
    padding-left: 12px;
    padding-top: 5px;
}

.dropdown-content {
    display: none;
    position: fixed;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: red;
    text-decoration: none;
}


.illuminato_icon a { 
    display: inline-block;
    position: fixed;
    right: -35px;
    width: 65px;

    background:url("../images/ase-black_65x65.png") no-repeat 0px -2px transparent; 
}

a:link{
    color: white;
}
a:visited{
    color: white;
}
a:hover{
    color: red;
}
a:active{
    color: red;
}


/* ###### End - unordered lists used for the menu ####### */



