body {
    font-family: Arial;
}
.noselect {
    -webkit-touch-callout: none;   /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none;  /* Konqueror HTML */
        -moz-user-select: none;    /* Firefox */
            -ms-user-select: none; /* Internet Explorer/Edge */
                user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
table {
    border-collapse: collapse;
}
table, td, th {
    border: 1px solid black;
    cursor: default;
    text-align: center;
}
tr:nth-last-child(5n+1) {
    background: none repeat scroll 0 0 #e8e4e7 !important;
}
.asux {
    color: #d7d1d1;
    font-weight: normal;
    width: 20px;
}
.top{
    background: none repeat scroll 0 0 #ffffff !important;
}
.asu {
    font-weight: bold;
    width: 20px;
}
.menu2 {
    background: #000 none repeat scroll 0 0;
    position: fixed;
    top: 1px;
    width: 97%;
    z-index: 99999;
}
#clear {
    float: right;
}
#color-selector p {
    clear: both;
}
.color {
    float: left;
    height: 20px;
    position: relative;
    width: 9.7%;
}
.color.eraser {
    background: none repeat scroll 0 0 white;
    cursor: pointer;
    border: 1px solid black;
}
.color.red:hover, .color.pink:hover, .color.green:hover, .color.violet:hover, .color.teal:hover, .color.Blue:hover, .color.Grey:hover, .color.Orange:hover, .color.eraser:hover {
    border: 1px solid white;
}
.color.Red {
    background: none repeat scroll 0 0 #ff5050;
    cursor: pointer;
    border: 1px solid black;
}
.color.Pink {
    background: none repeat scroll 0 0 #ff99cc;
    cursor: pointer;
    border: 1px solid black;
}
.color.Green {
    background: none repeat scroll 0 0 #a9d08e;
    cursor: pointer;
    border: 1px solid black;
}
.color.Violet {
    background: none repeat scroll 0 0 #9966ff;
    cursor: pointer;
    border: 1px solid black;
}
.color.Teal {
    background: none repeat scroll 0 0 #66ffcc;
    cursor: pointer;
    border: 1px solid black;
}
.color.Blue {
    background: none repeat scroll 0 0 #9bc2e6;
    cursor: pointer;
    border: 1px solid black;
}
.color.Grey {
    background: none repeat scroll 0 0 #b2b2b2;
    cursor: pointer;
    border: 1px solid black;
}
.color.Orange{
    background: none repeat scroll 0 0 #f4b084;
    cursor: pointer;
    border: 1px solid black;
}
.color input {
    background: url("../images/colordot.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    float: right;
    left: 220px;
    position: absolute;
}
.colorpicker_submit {
    color: #ffffff;
}
.colorpicker {
    z-index: 20;
}
.selected {
    border: 1px solid white;
}
#btnSubmit {
    float: left;
    margin-top: 0;
    width: 10%;
    cursor: pointer;
}
table {
    width: 100% !important;
}

.card.card-iframe {
    border-radius: 8px;
}
.card.card-iframe .card-header {
    border-radius: 8px 8px 0 0;
}
.card.card-iframe .card-body {
    border-radius: 0 0 8px 8px;
}
