* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
	height: 100%;
	width: 100%;
	
	font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
	line-height: 25px;    
    
    color: #444;
    box-sizing: border-box;
}

body {
	height: 100%;
	background-color: #eee;
}

h1 {
	font-size: 30px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 16px;
}
h4 {
}
h5 {
}
h6 {
}

/*****************************************************/

a {
    text-decoration: none;
    color: #17f;
}
a:hover {
	color: #59f;
}

a.white {
    color: #fff;
}
a.white:hover {
    color: #ccf;
}
a.gray {
    color: #aaa;
}
a.gray:hover {
    color: #59f;
}


.fr {
	float: right;
}

.ib {
    display: inline-block;
    vertical-align: top;
}

.t-center {
	text-align: center;
}

.t-right {
	text-align: right;
}

.txt-s {
    font-size: 13px;
    line-height: 15px;
}

.hide {
    display: none !important;
}

div.ib {
	display: inline-block;
	vertical-align: top;
}

#toast {
    position: fixed;
    top: 60%; width: 100%;
    text-align: center;
    z-index: 9999;
}
#toast b {
    background-color: rgba(0,0,0,0.6);
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
}
#toast b.e {
    background-color: rgba(200,0,0,0.6);
}
/********************************* Header */

header {
	position: relative;
	
	padding: 50px 0;

    text-align: center;
}

header a.bot-logo img {
	width: 80%;
}

/********************************* Footer */

footer {
	padding: 20px;
	min-height: 100px;
    text-align: center;
    background-color: #333;
}

footer a {
    margin: 0 20px;
}



/********************************* Section */

section {
	padding: 10px;
}
section.min-600 {
    min-height: 760px;
}
ul {
    margin-left: 10px;
}

section h2 {
	margin-top: 0;
}

hr {
	border: 0 none;
	border-bottom: 1px solid #ccc;
	
	margin: 10px 0;
}

/* VFA *************************************************************************************/

body.uic-vfa a {
    color: #cc0000;
}
body.uic-vfa a:hover {
    color: #ee0000;
}
body.uic-vfa a.white {
    color: #fff;
}
body.uic-vfa a.white:hover {
    color: #fdd;
}
body.uic-vfa a.gray {
    color: #aaa;
}
body.uic-vfa a.gray:hover {
    color: #cc0000;
}



/** Mobile ********************************************************************************/

@media (max-width: 800px) {

html {
    letter-spacing: 0.5px;
}

section {
	padding: 5px;
}


}



/******************************** Menu Title */

.menu-title {
    background-color: #ddd;
    padding: 15px 10px;
    font-size: 20px;
}
.menu-title > span,
.menu-title > a {
    padding: 0 10px;
}
.menu-title > span {
    cursor: default;
}

.menu-title > a.small {
    font-size: 80%;
    font-weight: bold;
}

.menu-title > span.small {
    font-size: 80%;
    font-weight: bold;
}


.menu-title .menu-right {
    margin-top: -5px;
}



/******************************** Dialog */
div.dialog-bg,
div.dialog-bg-noclick {
	display: block;
	
	position: fixed;
	background-color: rgba(0,0,0,0.8);
	text-align: center;
	
	width: 100%;
	height: 100%;
	top: 0;
	
	z-index: 200;
}

div.dialog {
	display: inline-block;
	text-align: left;
	
	margin-top: 70px;
	padding: 20px;
	background-color: #eee;
}

div.dialog h3 {
    line-height: 30px;
}

div.dialog input[name='key'],
div.dialog input[name='key2'] {
	font-weight: bold;
	letter-spacing: 2px;
}

div.dialog-load {
    display: inline-block;

    margin-top: 100px;
    width: 100px;
    height: 140px;
    color: #fff;
}


/* Loading *********************************************/

.load {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80% 80%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 32 32" fill="%230a78ff"><path opacity=".5" d="M16 0 A16 16 0 0 0 16 32 A16 16 0 0 0 16 0 M16 4 A12 12 0 0 1 16 28 A12 12 0 0 1 16 4"/><path d="M16 0 A16 16 0 0 1 32 16 L28 16 A12 12 0 0 0 16 4z"><animateTransform attributeName="transform" type="rotate" from="0 16 16" to="360 16 16" dur="0.8s" repeatCount="indefinite" /></path></svg>');
}

.load.over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

/* Aris div data ***********************************/

div.div-data {
    background-color: #fff;
    border: 3px solid #eee;
    margin-bottom: 10px;
    display: flex;
}
div.div-data .left {
    padding: 10px;
    flex: 2;
}
div.div-data .right {
    flex: 1;
}

div.div-data label {
	width: 140px;
	display: inline-block;
	color: #888;
}

div.div-data input[readonly] {
    font-weight: bold;
    letter-spacing: 2px;
}

div.div-data .d-filter {
    margin-top: 20px;
}


/******************************************************** table at-list */

table.at-list {
    width: 100%;
}

table.at-list th,
table.at-list td {
    text-align: left;
    padding: 5px 10px;
    cursor: default;
}

table.at-list th {
    background-color: #cdf;
}
table.at-list th:hover {
    color: #17f;
}
table.at-list td {
    background-color: #fff;
}
table.at-list tr:nth-child(odd) td {
    background-color: #f6f6ff;
}

table.at-list .w1 {
    width: 1%;
    font-size: 80%;
    color: #aaa;
}
table.at-list .w3 {
    width: 3%;
}
table.at-list .w5 {
    width: 5%;
}
table.at-list .w10 {
    width: 10%;
}
table.at-list .w15 {
    width: 15%;
}
table.at-list .w20 {
    width: 20%;
}
table.at-list .w25 {
    width: 25%;
}



/********************************************** Last connection */

b.con {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    font-size: 0;
}
b.con.red {
    background-color: #c00;
}
b.con.orange {
    background-color: #fc0;
}
b.con.green {
    background-color: #0c0;
}
b.con.false {
    background-color: #c00;
}
b.con.true {
    background-color: #0c0;
}

/*
b.con.uninst {
    background-color: #666;
}
*/

/*
.ar-list .item span b.con {
    float: right;
}
*/

/* Charts *************************************************************/

div.click-charts {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

div.click-charts .clicks {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 200px;
    text-align: center;
}

div.click-charts .load {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; left: 0;
    background-size: 20% 20%;
    background-color: rgba(255,255,255,0.8);
}


/* Custom range */

#bc-cust-range {
    position: absolute;
    top: 35px;
    right: 0;
    background-color: #fff;
    z-index: 2;
    box-shadow: 0 0 5px #000;
    border-radius: 5px;
}

#bc-cust-range input {
    width: 50px;
    margin: 0;
    padding: 5px 5px;
    font-size: 12px;
}
#bc-cust-range input#bc-cust-1,
#bc-cust-range input#bc-cust-4 {
    width: 60px;
}


/** UI User **************************************************/

body.uiu-adm b.con.hide {
    display: inline-block !important;
}




/** Mobile ********************************************************************************/

@media (max-width: 800px) {


}


/********************************* ARIS */

header.aris {
	padding: 20px;
	background-image: none;
	background-color: #203864;

    display: flex;
}

header.aris div.logo {
}

header.aris h1 {
	font-size: 30px;
	font-weight: normal;
	margin: 0;
}

header.aris h6 {
	color: rgba(255,255,255,0.6);
	font-size: 11px;
	line-height: 12px;
    letter-spacing: 1.5px;
	margin-top: 5px;
	margin-bottom: 0;
}


header.aris .center {
    flex: 1;
    margin-right: 75px;
}
header.aris .center a {
    font-size: 20px;
    padding: 0 10px;
    position: relative;
    top: 20px;
}

header.aris .account {
	position: absolute;
	top: 0;
	right: 10px;
}
header.aris .account b {
	font-weight: normal;
	margin-right: 10px;
    color: #ccc;
}



/** UI Customer - VFA ************************************************************************************/

body.uic-vfa header {
    background-color: #cc0000;
}



/** Mobile ********************************************************************************/

@media (max-width: 800px) {

header.aris div.logo {
	width: 100%;
}
header.aris h6 {
	display: none;
}


header.aris h2 {
	width: 100%;
}
header.aris h2 a {
	width: 50%;
	margin-top: 15px;
}


}


/******************************** Button */

button, a.b {
    display: inline-block;

    background-color: #17f;
    color: #fff;
    border: 1px solid #17f;

    border-radius: 4px;
    padding: 8px 20px;

    font-size: 14px;
    font-weight: normal;
    line-height: initial;
    letter-spacing: 1px;

    vertical-align: middle;
    cursor: pointer;
}

button.s, a.b.s {
    padding: 5px 10px;
    font-size: 13px;
}

button.xs, a.b.xs {
    padding: 2px 5px;
    font-size: 12px;
    letter-spacing: 0;
}

button.white, a.b.white {
    background-color: #fff;
    color: #17f;
}

button.gray, a.b.gray {
    background-color: #fff;
    color: #aaa;
    border-color: #aaa;
}
button.gray:hover, a.b.gray:hover {
    color: #17f;
    border-color: #17f;
}

button.trans, a.b.trans {
    background: transparent;
    border: none;
}

button.close {
    background-color: transparent;
    border: 0 none;
    color: #aaa;
    padding: 0;
    font-size: 40px;
    height: 30px;
    line-height: 30px;
    vertical-align: bottom;
    position: relative;
    top: -3px;
}
button.close:hover {
    color: #17f;
}

/* Button Group *****************************************************************/

span.button-group.xs {
    font-size: 12px;
}

span.button-group b {
    border-style: solid;
    border-width: 1px;
    border-right-width: 0;
    cursor: default;

    border-color: #444;
    color: #444;
}
span.button-group b:hover {
    color: #17f;
}

span.button-group b:first-child {
    border-radius: 5px 0 0 5px;
}
span.button-group b:last-child {
    border-radius: 0 5px 5px 0;
    border-right-width: 1px;
}

span.button-group.xs b {
    font-weight: normal;
    padding: 5px 5px 3px;
}

span.button-group b.sel {
    background-color: #17f;
    color: #fff;
}

/* Reload ******************************************/

a.reload {
    font-weight: bold;
    font-size: 25px;
    vertical-align: middle;

    margin: 0 20px;
    display: inline-block;
    transform: scale(1.2);
}


/* VFA *******************************************************/

body.uic-vfa button,
body.uic-vfa a.b {
    background-color: #cc0000;
    border-color: #cc0000;
    color: #fff;
}
/******************************** Form input */

input, textarea, select {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 5px 0;
	
	padding: 5px 10px; 
	font-size: 14px;
	font-family: inherit;
	color: #444;
}

textarea {
	font-size: 13px;
}

input:disabled, textarea:disabled, select:disabled {
	background-color: #ddd;	
	color: #888;
}
input[readonly] {
}

input[type='submit'] {
	background-color: #17f;	
	color: #fff;
	font-weight: bold;
}

/********************************** SVG Icons */

svg.i {
    fill: #000;
    stroke: #000;
    vertical-align: middle;
    box-sizing: content-box;
}

/********************************** Colors */

svg.i.blue {
    fill: #17f;
    stroke: #17f;
}
svg.i.black {
    fill: #000;
    stroke: #000;
}
svg.i.g888 {
    fill: #888;
    stroke: #888;
}
svg.i.gaaa {
    fill: #aaa;
    stroke: #aaa;
}

/********************************** Sizes */

svg.i.s30 {
    width: 30px;
    height: 30px;
}
svg.i.s40 {
    width: 40px;
    height: 40px;
}
svg.i.s50 {
    width: 50px;
    height: 50px;
}

