/**/
body{
    background-color: transparent !important;
    background-image: none !important;
}
header{
    background-color: transparent;
}
#headerMain{
    background-color: rgba(236,236,236,0.7);
}
/**/
/**/
#homeDash{
    width: 100%;
    height: 100%;
}
#homeDash table.WRAPPER{
	position: relative;
    top: -50px;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
	color: black;
	word-break: break-all;
}
#homeDash table.WRAPPER td{
    text-align: center;
    vertical-align: middle;
}
#homeDash table.WRAPPER div.BOX{
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 10px;
    /*border: 1px solid #61c2da;*/
    background-color: rgba(255,255,255,0.9);
	/*box-shadow: 5px 5px 10px #000000;*/
	overflow: auto !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#homeDash .opener{
    display: inline-block;
    width: auto;
    min-width: 115px;
    height: 90px;
    color: white;
    background-color: #019abc;
    border-radius: 10px;
    cursor: pointer;
    padding: 5px;
    box-shadow: 1px 1px 10px #000000;
	margin-top: 18px;
	margin-bottom: 18px;
}
#homeDash .opener .fa{
    font-size: 50px;
    margin-bottom: 5px;
}
#homeDash .opener .box_open{
    position: relative;
    top: 10px;
}
#homeDash .opener:hover{
    color: #000000 !important;
}
#homeDash .opener.close{
    color: white;
    background-color: #3f4040;
    cursor: not-allowed;
}
#homeDash .opener.close:hover{
    color: #ffffff !important;
}
#homeDash .opener.wip{
    background-color: #019abc55;
    cursor: not-allowed;
    box-shadow: none;
}
#homeDash .opener.wip:hover{
    color: #ffffff !important;
}
/**/
/**/
select option[style=myGrp] {
    font-style: italic;
}
select option[style=myOpt] {
    color: grey;
    font-size: 16px;
}
.param_radio_long .radioButton{
    width: 100% !important;
}
.param_check_long .checkBox{
    width: 100% !important;
}
.CHECK .NOPE.jqx-checkbox{
    display: none !important;
}
/**/
#body_bg_slide{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index:-1;
    background-color: rgba(236,236,236,0.5) !important;
}
#bg_slide_title{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index:-1;
    background-color: transparent !important;
}
#body_bg_slide img.bg_slide{
        position: relative;
        width:100%;
        height:100%;
}
/**/
#body_bg_slide_vert{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index:-1;
    background-color: rgba(236,236,236,0.5) !important;
}
#bg_slide_title_vert{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index:-1;
    background-color: transparent !important;
}
#body_bg_slide_vert img.bg_slide{
        position: relative;
        width:100%;
        height:100%;
}