/*
* Artico 8
* @copyright 	Copyright (c) 2008, Marco Moser
* @author       Marco Moser <marco.moser@webtonic.it>
* @version      26/2/2008 dev
*
* cyan #cef ex a1c6f5 border
* blue #08d ex 0078d7 btn
*/


body,table {
    font-family: Arial;
    /*font-size: 90%;*/
}
body {
    margin: 0;
}
img {
    border: 0;
    max-width: 100%;
}
a {
    text-decoration: none;
    color: #08d;
}
a:hover {
    opacity: 0.6;
}
h1,h2,h3,h4,p,li { /* p:empty */
    margin: 2px 0;
    min-height: 1em;
}



/*
* custom
*/

body {
    background-color: #f3f2f1;
}

input,select {
    padding: 4px;
}


.adlg_header {
    background-color: #08d; /* ms */
    color: #fff;
    font-size: 200%;
    font-weight: bold;
}
.adlg_tools {
    font-size: 200%;
    background-color: #fff;
}





/*******************************************************************************
* m1form-xx.css
*/

.aform_div {
}
.aform_row {
    border-bottom: 1px dotted #cef;
}
.aform_lab {
    font-size: 85%;
    font-weight: bold;
}
.aform_val {
}
.aform_val .aform_out {

}

.label_must {
    color: #08d;
}
.aform_val input[readonly="readonly"] {
    background-color: #f0f0f0;
    border-width: 1px;
}
.aform_val textarea[readonly="readonly"] {
    background-color: #f0f0f0;
    border-width: 1px;
}


.inet_tdiv {
    max-height: 65vh;
}
.inet_tdiv_full {
    max-height: none;
}

.inet_tlist thead th,.inet_tlist thead td {
    position: sticky;
    top: 0;
}
.inet_tlist tfoot th,.inet_tlist tfoot td {
    position: sticky;
    bottom: 0;
}

@media (max-width: 768px) {
    .inet_tdiv {
	max-height: none;
    }
}
@media print {
    .inet_tdiv {
	max-height: none;
    }
}



.inet_default {
    background-color: #08d;
    color: #fff;
    text-transform: uppercase;
}
.inet_secondo {
    color: #08d;
}
.inet_remove {
    color: #ee6611;
}
.inet_buttons {
    background-color: #eee;
    min-height: 1em;
}






.inet_tools {
}
.inet_tools li {
    border: 1px solid transparent;
}
.inet_tools li:hover {
    border: 1px solid #fff;
    background-color: #fff;
}
.agridtb a {
}

