body {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 80%;
    margin: 0;
    padding: 0;
    background-color: #AAA;
    text-decoration: none;

}

#A_I0_SHOW:checked + #A_I0_EVEMENTS {
    display: block !important;
}

details summary::-webkit-details-marker {
    display: none;
}

details > summary:first-of-type {
    list-style-type: none;
}

.ubtn {
    border: 2px solid black;
    background-color: #eee;
    color: black;
    font-size: 12px;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
}


.dangerbtn {
    border-color: #f44336;
    color: red
}

.dangerbtn:hover {
    background: #f44336;
    border-color: #eee;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(242,17,17,0.5);
    -moz-box-shadow: 0px 0px 7px 0px rgba(242,17,17,0.5);
    box-shadow: 0px 0px 7px 0px rgba(242,17,17,0.5);
    color: white;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/**************************************************************************************************************************************************/

summary::-webkit-details-marker {
    display: none;
}

summary::-moz-list-bullet {
    list-style-type: none;
}

summary::marker {
    display: none;
}

summary {
    padding: .3em .6em .3em 1.5em;
    display: inline-block;
    font-size: 1.4em;
    cursor: pointer;
    position: relative;
}

summary:before {
    left: .3em;
    top: .4em;
    color: transparent;
    background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjM0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIzNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC41OSAxNi4zNGw0LjU4LTQuNTktNC41OC00LjU5TDEwIDUuNzVsNiA2LTYgNnoiLz48L3N2Zz4=") no-repeat 50% 50% / 1em 1em;
    width: 1em;
    height: 1em;
    content: "";
    position: absolute;
    transition: transform .5s;
}

details[open] > summary:before {
    transform: rotateZ(90deg);
}

summary ~ * {
    padding: 0 1em 0 1em;
}

details[open] summary ~ * {
    animation: sweep .5s ease-in-out;
}

@keyframes sweep {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

summary:focus {
    outline: 0;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), inset 0 0 2px rgba(0, 0, 0, 0.3);
}

details {
    display: block;
    margin-bottom: .5rem;
}

body {
    background: #AAA;
}

/**************************************************************************************************************************************************/

.button {
    background-color: #00558b;
    color: white;
    border: 2px solid gray;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.button:hover {
    background-color: white;
    color: black;
}

.button:active {
    background-color: #3e8e41;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

/**************************************************************************************************************************************************/

.buttonR {
    background-color: red;
    color: white;
    border: 2px solid gray;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.buttonR:hover {
    background-color: white;
    color: black;
}

.buttonR:active {
    background-color: #3e8e41;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

/*****************************************BUTTON WITH SHIFT>>******************************************************************************************************/
.buttonE {
    display: inline-block;
    border-radius: 4px;
    background-color: #00558b;
    border: none;
    color: white;
    text-align: center;
    font-size: 14px;
    padding: 12px 24px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.buttonE span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.buttonE span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.buttonE:hover span {
    padding-right: 25px;
}

.buttonE:hover span:after {
    opacity: 1;
    right: 0;
}

/**************************************************************************************************************************************************/

/********************************************CHECKBOX*****************************************************************************************************/
/* The container */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #00558b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/**************************************************************************************************************************************************/


.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}


.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 7px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "HIGH";
    padding-left: 10px;
    background-color: #00558b;
    color: #FFFFFF;
    text-align: left;
}

.onoffswitch-inner:after {
    content: "LOW";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

/************************************************************************************************************************

/**************************************************************************************************************************************************/


.onoffswitch_wialon {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch_wialon-checkbox {
    display: none;
}


.onoffswitch_wialon-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 7px;
}

.onoffswitch_wialon-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch_wialon-inner:before, .onoffswitch_wialon-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 18px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch_wialon-inner:before {
    content: "2.0";
    padding-left: 1px;
    background-color: #00558b;
    color: #FFFFFF;
    text-align: center;
}

.onoffswitch_wialon-inner:after {
    content: "1.1";
    padding-right: 1px;
    background-color: #EEEEEE;
    color: black;
    text-align: center;
}

.onoffswitch_wialon-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch_wialon-checkbox:checked + .onoffswitch_wialon-label .onoffswitch_wialon-inner {
    margin-left: 0;
}

.onoffswitch_wialon-checkbox:checked + .onoffswitch_wialon-label .onoffswitch_wialon-switch {
    right: 0px;
}


/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.goodFont {
    font-size: 25px;
    height: auto;
    src: url("Anonymous_Pro_B.ttf");
    text-decoration: none;
}

input:checked + .slider {
    background-color: #00558b;
}

input:focus + .slider {
    box-shadow: 0 0 1px #00558b;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


.tbl1 {
    background: url('back.jpg');
    background-repeat: no-repeat;
    background-color: #DDD;
    margin-top: 0.5em;
    border: 1px solid #222;
}

#navcontainer {
    width: 100%;
    border-top: 1px solid #777;
}

@font-face {
    font-family: "My Custom Font";
    src: url("ethnocentric rg.ttf") format("truetype");
    text-decoration: none;
}

#navcontainer ul {
    margin-top: 0px;
    margin-left: -15px;
    padding-left: 0;
    list-style-type: none;
    font-size: 100%;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    border-radius: 4px;
    background: #00558b;
}

#navcontainer a {
    display: block;
    width: 98%;
    padding-top: 13px;
    color: white;
    border-style: solid;
    border-color: gainsboro;
    border-width: 2px;
    text-decoration: none;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;

}

#navcontainer a:hover {
    background-color: white;
    color: #013368;

}


p, main {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 75%;
    text-decoration: none;
    color: black;
}

h1, h2, h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;

}

a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #119;
}

a:visited {
    color: #007;
}

