.blocker {
    z-index: 999999 !important;
}

html, body {
    padding: 0;
    margin: 0;
    font-family: "Arial";
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 00001;
}

#bg0 {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 00002;
    background-color: #000000;
    opacity: 0.7;
}

.bg0 {
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.8;
}

.container {
    width: 100%;
    position: relative;
    z-index: 00003;
    min-height: 100%;
}

.container2 {
    background: rgb(240,239,239);
background: linear-gradient(90deg, rgba(240,239,239,1) 0%, rgba(166,165,164,1) 100%);
    min-height: 100%;
}

.section1 {
    width: 100%;
    position: relative;
    z-index: 00003;
    height: 100%;
    background-color: #ffffff;
    background-attachment: fixed;
    background-size: cover;
    background-image: url();
    background-position: center center;
    border-bottom: 1px #9E287B solid;
}

.section2 {
    width: 100%;
    position: relative;
    z-index: 00003;
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-image: url(media/bg4.jpg);
    background-position: center center;
    border-bottom: 1px #9E287B solid;
}

.section3 {
    width: 100%;
    position: relative;
    z-index: 00003;
    height: 100%;
    background-color: #ffffff;
    background-attachment: fixed;
    background-size: cover;
    background-image: url();
    background-position: center center;
    border-bottom: 1px #9E287B solid;
}

.section4 {
    width: 100%;
    position: relative;
    z-index: 00003;
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    border-bottom: 1px #9E287B solid;
}

.header0 {
    /*opacity:0.3;*/
    background-color:#000;
    z-index:3;
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 40px;
}

.header {
    position: relative;
    height: 20px;
    border-bottom: 1px #9E287B solid;
    text-align: left;
    padding: 10px 50px 10px 20px;
    z-index:4;
    color: #ffffff;
}

.header span {
    font-weight: bold;
    font-size: 17px;
    padding: 0px 50px 0px 0px;
    color: #ffffff;
}

.right {
    float: right;
    padding: 0px 0px 0px 50px;
    margin: 1px 0px 0px 0px;
}

.link01 {
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
}

.link01:hover {
    color: #ffffff;
    background-color: #9E287B;
}

.content {
    width: 100%;
    overflow: auto;
}

.content_left {
    width: 15%;
    min-width: 150px;
    float: left;
    min-height: 100%;       
}

.content_right {
    width: 84%;
    float: left;
    min-width: 300px;
    min-height: 100%;
    margin-left: 1%;
}

.box01 {
    padding: 10px;
    min-height: 100%;
}

.box02 {
    padding: 10px;
    min-height: 100%;
}

.ivp {
    margin-left: 8%;
    margin-top: 6%;

    background: #FF550D;
background: linear-gradient(to right, #FF550D 0%, #9E287B 27%, #946F59 63%, #EB1814 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

    width: auto;
    display: inline-block;
}

.ivp div::first-letter  {
    font-weight: bold;
}

.footer {
    border-top: 1px #9E287B solid;
    text-align: center;
    padding: 10px;
    color: #ffffff;
    font-size: 12px;
    width: 100%;
}

.table {
width: 100%;
font-size: 12px;
}

.table th {
    border-bottom: 1px #999 solid;
    background-color: #ccc;
    padding: 6px;
    font-weight: bold;
}

.table th:first-child {
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
}

.table th:last-child {
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
}

.table td {
border-bottom: 1px #999 solid;
padding: 6px;
}   

.td01 {
    vertical-align: top;
    padding: 3px 0px 0px 0px;
}

.table tr:nth-child(even) {
background: #eee;
}  

.table tr:nth-child(odd) {
background: #ddd;
}  

.ui-widget {
border: 1px #9E287B solid !important;
border-radius: 0px 0px !important;

}

.ui-widget-content {
background: #ffffff;
color: #000000;
padding: 5px;
}

.ui-dialog {
left: 0;
outline: 0 none;
padding: 0 !important;
top: 0;
}

.ui-dialog .ui-dialog-content {
background: none repeat scroll 0 0 transparent;
border: 0 none;
overflow: auto;
padding: 10px !important;
}

.ui-widget-header {
background: #000000;
border: 0;
color: #ffffff;
font-weight: normal;
display: none;
}

.ui-dialog .ui-dialog-titlebar {
font-size: 11px;
}

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 631px) {
.ivp {
font-size: 7em;
}
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 630px) {
.ivp {
font-size: 5em;
}
}



.down-arrow {
position: absolute;
top: calc(100vh - 80px);
left: calc(50% - 14px);
width: 0;
height: 30px;
border: 2px solid;
border-radius: 2px;
animation: jumpInfinite 1.5s infinite;

color: #ffffff;
}

.down-arrow:after {
content: " ";
position: absolute;
top: 12px;
left: -10px;
width: 16px;
height: 16px;
border-bottom: 4px solid;
border-right: 4px solid;
border-radius: 4px;
transform: rotateZ(45deg);
}

@keyframes jumpInfinite {
0% {
margin-top: 0;
}
50% {
margin-top: 20px;
}
100% {
margin-top: 0;
}
}

.lcdbuttons_screen {
background-color: #ddd;
margin: 10px 10px 10px 10px;
font-size: 25px;
line-height: 40px;
border: 1px #000000 solid;
padding: 10px 20px 10px 20px;
display: block;
width: auto;
border-radius: 10px;
    text-align: center;
}

.lcdbuttons_box {
background-color: #ddd;
margin: 10px 10px 10px 10px;
font-size: 25px;
border: 1px #000000 solid;
padding: 10px 20px 10px 20px;
display: block;
width: auto;
border-radius: 10px;
overflow: auto;
}

.lcdbuttons_col {
display: block;
width: 100%;
}

.lcdbuttons_row {
display: block;
width: 31%;
float: left;
padding: 1%;
text-align: center;
}

.lcdbuttons_row2 {
display: block;
width: 23%;
float: left;
padding: 1%;
text-align: center;
}

.lcdbuttons_row3 {
display: block;
width: 48%;
float: left;
padding: 1%;
text-align: center;
}

.lcdbuttons_row3plus {
    display: block;
    font-size: 10px;
}

.lcdbuttons_row4a {
display: block;
width: 31%;
float: left;
margin: 1%;
text-align: center;
}

.lcdbuttons_row4b {
display: block;
width: 29%;
float: left;
margin: 1%;
text-align: center;
}

            .lcdbuttons_row5a {
            display: block;
            width: 31%;
            float: left;
            margin: 1%;
            text-align: center;
            }

            .lcdbuttons_row5b {
            display: block;
            width: 31%;
            float: left;
            margin: 1%;
            text-align: center;
            }
            
            .lcdbuttons_link05 {
            height: 50px;
            width: 130px;
            background-color: #bbb;
            display: inline-block;
            padding: 15px 0px 0px 0px;
            cursor: pointer;
            }

.lcdbuttons_link01 {
height: 50px;
width: 65px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
padding: 15px 0px 0px 0px;
cursor: pointer;
}

.lcdbuttons_link02 {
height: 50px;
width: 65px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
padding: 15px 0px 0px 0px;
cursor: pointer;
line-height: 20px;
}

.lcdbuttons_link01:hover, .lcdbuttons_link02:hover, .lcdbuttons_link04:hover {
background-color: #fff;
}

.lcdbuttons_link03 {
cursor: pointer;
}

.lcdbuttons_link03:hover {
cursor: pointer;
color: blue;
}

.lcdbuttons_link03 {
background-color: #bbb;
border-radius: 5px;
display: inline-block;
padding: 5px 5px 5px 5px;
cursor: pointer;
}

.lcdbuttons_link04 {
height: 50px;
width: 135px;
background-color: #bbb;
display: inline-block;
padding: 15px 0px 0px 0px;
cursor: pointer;
}

.box_group {
width: 100%;
overflow: auto;
}

.box_group_left {
background-color: #ddd;
margin: 0px 10px 0px 10px;
font-size: 12px;
border: 1px;
padding: 10px 20px 10px 20px;
display: inline-block;
width: auto;
border-radius: 10px;
float: left;
min-height: 23px;
}

.box_left {
width: 30%;
min-width: 300px;
float: left;
margin-right: 1%;
}

.box_left_plus {
width: 30%;
min-width: 480px;
float: left;
margin-right: 1%;
}

.box_right {
width: auto;
float: left;
}

.ivp_left {
width: 50%;
min-width: 631px;
float: left;
min-height: 100%;
}

.ivp_right {
width: 50%;
float: right;
min-height: 100%;
}

.login_box {
margin-left: 8%;
margin-top: 6%;
width: 300px;
display: inline-block;
padding: 10px 30px 10px 30px;
text-align: center;
border-radius: 10px;
background: #FF550D;
background-image: linear-gradient(to right, #FF550D 0%, #9E287B 27%, #946F59 63%, #EB1814 100%);
}

.login_r {
font-size: 11px;
padding: 5px 0px 15px 0px;
font-style: italic;
color: #000000;
text-align: center;
}

.btn01 {
background-color: #eee;
padding: 5px 8px 5px 8px;
font-size: 12px;
font-weight: bold;
border-radius: 5px;
border: none;
width: 100%;
cursor: pointer;
}

.btn02 {
color: firebrick;
font-weight: bold;
text-decoration: none;
cursor: pointer;
}

.btn02:hover {
text-decoration: underline;
}

.btn03 {
color: #000;
background-color: #ccc;
font-weight: bold;
text-decoration: none;
padding: 5px 20px 5px 20px;
width: auto;
display: inline-block;
margin: 0px 0px 30px 0px;
border-radius: 5px;
border: 1px #999 solid;
cursor: pointer;
}

.btn03:hover {
background-color: #ddd;
}

.btn04 {
color: #fff;
background-color: #000;
font-weight: bold;
text-decoration: none;
padding: 3px 20px 3px 20px;
width: auto;
display: inline-block;
margin: 0px 0px 0px 0px;
}

.btn04:hover {
text-decoration: underline;
}

.inp01 {
width: 100%;
border-radius: 5px;
border: none;
padding: 5px;
}

.inp02 {
width: 100%;
border-radius: 5px;
border: none;
padding: 5px;
}

.box01 ul {
margin: 0;
padding: 0;
}

.box01 ul li {
list-style: none;
margin: 5px 5px 5px 5px;
padding: 5px 5px 5px 5px;
background-color: #000000;
color: #ffffff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
    border-bottom: 1px #9E287B solid;
}

.box01 ul li a {
color: #ffffff;
text-decoration: none;
display: block;
font-size: 14px;
}

.box01 ul li:hover {
    background-color: #b53813;
}

.box01 ul li a:hover {
text-decoration: none;
display: block;
}

.form-group {
border-bottom: 1px #eee solid;
}

.form-group p {
font-size: 13px;
}

.form-group p input {
width: 100%;
max-width: 300px;
}

.form-control {
width: 100%;
max-width: 300px;
padding: 5px;
}

.has-error {
border: 1px #ff0000 solid !important;
}

.menu2_ul {
padding: 0;
margin: 30px 0px 30px 0px;
display: block;
overflow: auto;
border-top: 3px #000000 solid;
}

.menu2_li {
list-style: none;
float: left;
border: 1px #000000 solid;
margin-right: 20px;
margin-top: -1px;

}

.menu2_li a {
color: #000000;
text-decoration: none;
padding: 10px 15px 5px 15px;
display: block;
}

.menu2_li .on {
color: #ffffff;
background-color: #000000;
text-decoration: none;
}

.box_upload {
padding: 10px;
background-color: #eee;
margin: 0px 0px 20px 0px;
border: 1px #ccc solid;
}

.box_upload div {
font-size: 12px;
font-weight: bold;
margin: 0px 0px 10px 0px;
}

.table-responsive {
overflow-x:auto;
}

