
html {
color:#444;
}


body {
   
    padding: 0;
    margin: 0;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

audio,canvas,img,svg,video {
touch-action:none
}


.links {
    text-align: right;
}

video {
    width: 100%;
}

.register-table {
    height: 140px;
}

.Scene-Info-Available-Views .uk-button {
    min-width: 270px;
}



.zone.zone-logo {
    margin-top: 15px;
}

.user-Content.uk-flex.uk-flex-middle.uk-flex-space-between.uk-container.uk-container-center > div {
    margin-left: 15px;
}

.user-middle{
    position: absolute;
    margin-top: 8px;
    margin-left: 5px;
}

.user-size
{
    width:170px;
}


/* Start Login Box */

.uk-button-group.toolbar {
    display: block;
    text-align: center;
    width: 100%;
}
.logoWebgl {
    background: rgba(0, 0, 0, 0) url("./Images/logo-Webgl.png") no-repeat scroll 0 0;
    height: 66px;
    margin: auto;
    width: 150px;
}
.LoadingBoxContainer {
    height: 100vh;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.loginBox {
       background-color: rgba(255,255,255,1);
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    box-shadow: 5px 5px 26px 1px rgba(10,10,100,0.5);
    display: block;
    font-size: 17px;
    height: auto;
    text-align: center;
    width: 400px;
}

#passwordInput {
    color: #333;
    background: rgba(220, 220, 220, 0.75) none repeat scroll 0 0 padding-box;
    padding: 8px;
    min-width: 300px !important;
}
#userInput {
    background: rgba(220, 220, 220, 0.75) none repeat scroll 0 0 padding-box;
    color: #333;
    padding: 8px;
    min-width: 300px !important;
}

.ChangePasswordZone  label {
    margin-top: 24px;
    display:block;
}
.ChangePasswordZone h1 {
    margin: 15px;
   
}
 .ChangePasswordZone .validation-summary-errors {
    background-color: #ffcf8a87;
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
}

 .ChangePasswordZone {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    display: block;
    font-size: 17px;
    height: auto;
    text-align: center;
    width: 400px;
    box-shadow: 5px 5px 26px 1px rgba(10,10,100,0.5);
}

 .validation-summary-errors {
    background-color: #ffcf8a87;
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
}
.loginBox .uk-modal-header,.ChangePasswordZone  .uk-modal-header{
    background: #fafafa none repeat scroll 0 0;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 20px 20px 0 0;
    padding: 20px;
    margin-left: -1px;
    margin-bottom: 0;
    margin-right: -1px;
}


.line {
    font-size: 10px;
    margin: auto;
    text-align: center;
    width: 900px;
}
.logo-teia {
    background-image: url("/Media/Default/theme/teia-logo.png") !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 80px;
    margin: auto auto 30px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 230px;
    z-index: 10;
    bottom: 10px;
    right: 10px;
}
#loginform {
margin-left:0;
margin-right:0;
margin-top:20px
}



.wrap-loginTeia-form-btn {
-moz-box-shadow:0 5px 30px 0 rgba(3,216,222,0.2);
-ms-box-shadow:0 5px 30px 0 rgba(3,216,222,0.2);
-o-box-shadow:0 5px 30px 0 rgba(3,216,222,0.2);
-webkit-box-shadow:0 5px 30px 0 rgba(3,216,222,0.2);
border-radius:25px;
box-shadow:0 5px 30px 0 rgba(3,216,222,0.2);
display:block;
margin:0 auto;
overflow:hidden;
position:relative;
width:300px;
z-index:1
}

.wrap-loginTeia-form-btn:hover .loginTeia-form-bgbtn {
left:0
}


.container-loginTeia-form-btn {
display:-webkit-box;
display:-webkit-flex;
display:-moz-box;
display:-ms-flexbox;
display:flex;
flex-wrap:wrap;
justify-content:center
}



.loginTeia-form-bgbtn {
-moz-transition:all .4s;
-o-transition:all .4s;
-webkit-transition:all .4s;
background:#a64bf4;
background:-webkit-linear-gradient(right,#00dbde,#0080ff,#00dbde,#0080ff);
background:-o-linear-gradient(right,#00dbde,#0080ff,#00dbde,#0080ff);
background:-moz-linear-gradient(right,#00dbde,#0080ff,#00dbde,#0080ff);
background:linear-gradient(right,#00dbde,#0080ff,#00dbde,#0080ff);
height:100%;
left:-100%;
position:absolute;
top:0;
transition:all .4s;
width:300%;
z-index:-1
}

.loginTeia-form-btn {
align-items:center;
color:#fff;
display:-webkit-box;
display:-webkit-flex;
display:-moz-box;
display:-ms-flexbox;
display:flex;
font-size:16px;
height:50px;
justify-content:center;
line-height:1.2;
text-transform:uppercase;
width:100%
}
.logo-teia {
background-image:url(/Media/Default/theme/teia-logo.png)!important;
background-position:50% 50%;
background-repeat:no-repeat;
bottom:10px;
height:80px;
margin:auto auto 30px;
position:absolute;
right:10px;
text-align:center;
top:10px;
width:230px;
z-index:10
}

.logoWebgl {
background:rgba(0,0,0,0) url(./Images/logo-Webgl.png) no-repeat scroll 0 0;
height:66px;
margin:auto;
width:150px
}

td.Button-Login {
height:100px
}

td.displayel {
background-color:#FAFAFA;
border-bottom:1px solid #E5E5E5;
border-top:1px solid #E5E5E5;
height:50px
}

.logo-logon {
    background-image: url("/Media/Default/theme/effia.png") !important;
    background-position: 50% 50%;
     background-size: cover;
    
    background-repeat: no-repeat;
    height: 110px;
    margin: 0px auto 0px;
    position: relative;
    text-align: center;
    width: 230px;
    z-index: 10;
}
}
.loader {
    background-image: url("./images/box.gif") !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 100px;
    margin: -20px auto auto 0px;
    position: relative;
    text-align: center;
    top: 10px;
    width: 230px;
    z-index: 10;
}
.footer-contents {
    bottom: 0;
    color: #fff;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
}

.ChangePasswordZone td.displayel {
    background-color: #FAFAFA;
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    height: 270px;
    padding-bottom: 20px;
   
}

.ChangePasswordZone form {
    margin-top: 20px;
}
.ChangePasswordZone p {
    font-size: 12px;
    margin: 0px;
}
/* End login box   */


.ManagePreferencesZone {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    display: block;
    font-size: 17px;
    height: 600px;
    width: 800px;
    box-shadow: 5px 5px 26px 1px rgba(10,10,100,0.5);
}

.ManagePreferencesZone .preferences-list-container {
    height: 500px;
    max-height: 500px;
}

.ManagePreferencesZone .preferences-list-container i {
    cursor: pointer;
}


.logo-stereo {
    background-image: url("./images/teia-logo.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    border: 0 none;
    bottom: -12px;
    height: 35px;
    left: -8px;
    position: absolute;
    width: 31px;
}

.uk-icon-list-ul {
    border-radius: 3px;
}

.uk-icon-list-ul:hover {
    color: #000;
}

.uk-icon-list-ul {
    color: #000;
    font-size: 18px;
    text-decoration: none;
}




/** NavIcons ************************************************/
.uk-icon-inhibitiondesalarmes:before {
    content: url("/Media/Default/Effia/NavIcons/bell-slash.png");
    transform: scale(.18);
    top: -35px !important;
    bottom: -20px !important;
    left: -10px;
}

.uk-icon-inhibitiondesalarmes:hover:before,
.dropdown-toggle:hover .uk-icon-inhibitiondesalarmes:before {
    content: url("/Media/Default/Effia/NavIcons/bell-slash-hover.png");
    transform: scale(.18);
}

.uk-icon-rapport:before {
    content: url("/Media/Default/Effia/NavIcons/file.png");
    transform: scale(.16);
    left: -7px;
}

.uk-icon-rapport:hover:before,
.dropdown-toggle:hover .uk-icon-rapport:before {
    content: url("/Media/Default/Effia/NavIcons/file-hover.png");
    transform: scale(.16);
}

.uk-icon-maincourante:before {
    content: url("/Media/Default/Effia/NavIcons/bar-chart.png");
    transform: scale(.19);
    left: -8px;
    top: -5px !important;
}

.uk-icon-maincourante:hover:before,
.dropdown-toggle:hover .uk-icon-maincourante:before {
    content: url("/Media/Default/Effia/NavIcons/bar-chart-hover.png");
    transform: scale(.19);
}
/************************************************************/

.uk-icon-welcome:before {
    content: "\f015";
}

.uk-icon-bing:before {
    content: "\f041";
}

.uk-icon-corebusinesses:before, .uk-icon-postesource:before {
    content: "\f12e";
}

.uk-icon-demo {
    background: url("./Images/logo-altair-ico.png") no-repeat scroll center center transparent;
    height: 64px;
    width: 64px;
}

.uk-icon-contact:before {
    content: "\f095";
}

.uk-notouch .tm-sidebar .uk-navbar-nav > li > a > i, .uk-notouch .tm-sidebar .uk-navbar-nav > li > a > img {
    color: #09367a;
    font-size: 25px;
    transition: opacity 0.1s linear 0s;
    width: 50px;
}



.logo {
background-image:url(/Media/Default/theme/logo.svg) !important;
background-position:50% 50%;
background-repeat:no-repeat;
background-size: contain;
height:165px;
margin:0 auto;
position:relative;
text-align:center;
width:230px;
z-index:10
}


.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 15px auto;
    position: relative;
    top: 30%;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #ffffff;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

.textLoading {
    font-size: 12px;
    margin: 15px auto;
    position: relative;
    top: 40%;
}

.textLoading i {
    margin-top: 0px;
    margin-left: -30px;
    position: absolute;
}

#loading {
    background-color: transparent;
    pointer-events:none;
}

#loading span {
    font-size: 14px;
}

#loading p:after {
    -webkit-animation: 0.8s steps(6, end) 0s normal none infinite loading;
    animation: 0.8s steps(6, end) 0s normal none infinite loading;
    background: url("./Images/loading-teia.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 70px;
    content: " ";
    display: block;
    height: 50px;
    left: 49%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}

@-webkit-keyframes loading {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 -300px;
    }
}


@keyframes loading {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 -300px;
    }
}

.msg .x-box-mc {
    font-size: 14px;
}

#msg-div {
    position: absolute;
    left: 50%;
    top: 10px;
    width: 400px;
    margin-left: -200px;
    z-index: 20000;
}

#msg-div .msg {
    border-radius: 8px;
    -moz-border-radius: 8px;
    background: #F6F6F6;
    border: 2px solid #ccc;
    margin-top: 2px;
    padding: 10px 15px;
    color: #555;
}

#msg-div .msg h3 {
    margin: 0 0 8px;
    font-weight: bold;
    font-size: 15px;
}

#msg-div .msg p {
    margin: 0;
}

#theia {
    height: 100vh;
    width: 100%;
}

body .x-panel-body-default {
    background: url("./Images/fond-teia.png") no-repeat scroll 0 0 #fafafa;
    border: 0px;
}

.x-window-header .x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-left {
    width: 40px;
}

.x-window-header .x-window-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default {
    height: 32px;
    width: 32px;
}


#silverlightControlHost {
    height: 100%;
}

.silverlight-view {
    height: 100%;
}


.content-control {
    height: 100%;
}

.zone-content {
    height: 100%;
}

#content {
    color: #FFF;
    height: 100%;
}

#center2 {
    height: 100%;
}

#layout-main {
    height: 100%;
}

#layout-main-container {
    height: 100%;
}

#layout-content {
    height: 100%;
}

#loader {
    background: url("./images/loader.svg") repeat scroll 0 0 transparent;
    height: 50px;
    left: 50%;
    margin: -30px 0 0 -30px;
    position: fixed;
    text-indent: -999em;
    top: 50%;
    width: 50px;
    z-index: 0;
}



.item_table {
    text-align: center;
    width: 50px;
}

.item_table caption {
    color: #000;
}

#right_bar {
    display: inline-block;
    box-shadow: none;
    border-left: none;
    z-index: 3;
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 100%;
    right: 0;
    margin-right: 0px;
    background-color: rgba(255,255,255,0.8);
}

#left_bar {
    z-index: 3;
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 100%;
    left: 0;
    background-color: rgba(255,255,255,0.8);
}

#left_bar .item_table.item_table_bottom td {
    height: 45px;
}

.gray {
    background-color: none;
}

#right_bar .AsideButton {
    height: 60px;
    width: 60px;
    margin-top: 10px;
    margin-left: 10px;
}

#left_bar .AsideButton {
    height: 60px;
    width: 60px;
    margin-top: 10px;
    margin-left: 0px;
}

ul.item_table {
    list-style-type: none;
    margin: 0;
}

.AsideFirstTag {
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0px;
    left: -50px;
    border-top-left-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
}

#clickableTag {
    cursor: hand;
    background-color: transparent;
}

#AsideFirstClickableTag {
    cursor: hand;
}

#AsideFirstControlsZone {
    width: 100%;
    height: 100%;
    background-color: #EEEEEE;
    color: #888888;
}

.user-actions
{
    font-size: 16px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.info_box_container {
    pointer-events: none;
    position: absolute;
    top: 0;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.state-widget-container .state-info-container h3 {
    font-size: 16px;
    color: #5790e2;
}

.state-widget-container .state-form-container h3 {
    font-size: 16px;
    color: #5790e2;
}

.wrapper {
}

#main .state-widget-container .state-form-container .state-form .state-select {
    margin: 0;
}

.canvas_2D {
    z-index: 3;
    left: 0;
    top: 0;
    position: absolute;
    pointer-events: none;
}

#changeStateButton {
    position: relative;
    right: 0px;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.pp_cls {
    background-image: url("./images/pp_cls.png") !important;
}

.bpa_cls {
    background-image: url("./images/bpa_cls.png") !important;
}

.pco_cls {
    background-image: url("./images/pco_cls.png") !important;
}

.ldpe_cls {
    background-image: url("./images/ldpe_cls.png") !important;
}

.pcr_cls {
    background-image: url("./images/pcr_cls.png") !important;
}

#overlay-menu
{
pointer-events: all;
background-color: #fff;
}

.align_bottom {
    margin-top: 30px;
}

.teia-header-container {
    list-style: none;
}

#TextLoading-saasContentbanner {
    display: none;
}


[id^="teia-3d-"] {
position:absolute;
top:0
}

.container-3d {
    width: 100%;
    z-index: 100;
    left: 0;
    height: 100vh;
    background: radial-gradient(ellipse at center, #ffffff 0%,#ffffff 48%,#eaeaea 100%);
}

.rt-fss-container {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-image: url(./images/background.jpg);
}

body .stereograph-treeView-container {
    max-height: 85%;
    max-width: 380px;
    height: auto;
}

body .stereograph-treeView-container {
    left: 50px;
    overflow-y: hidden;
    position: fixed;
    top: 20px;
}

/*treeview*/


.detail-smart-scenes-viewer .teia-block-bottom-a {
    position: absolute;
    bottom: 155px;
    width: 100%;
    margin: auto;

}

.detail-smart-scenes-viewer{
    overflow:hidden;
}



.teia-block-top-a {
margin:0;
padding:0;
pointer-events:none;
position:absolute;
right:0;
top:116px;
width:100%;
z-index:1000
}

.detail-smart-scenes-viewer .zone-content header {
    display: none;
}

.detail-smart-scenes-viewer .teia-block-bottom-a {
    z-index: 120;
}

.detail-smart-scenes-viewer .teia-block-bottom-b {
    z-index: 120;
}

.detail-smart-scenes-viewer .teia-block-bottom-c {
    z-index: 120;
}

#overlay-menu .menu-main-menu {
    margin-top: 100px;
}

.detail-smart-scenes-viewer .teia-block-bottom-d {
    z-index: 120;
}

body .mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 15px;
}

body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 0px;
}

body ul.jqtree-tree li.jqtree-folder .jqtree-title {
    font-size: 14px;
    margin-left: 20px;
}


body ul.jqtree-tree ul.jqtree_common {
    display: block;
    margin-left: 12px;
    margin-right: 0 !important;
}

body .stereograph-treeView {
    padding: 0 !important;
}

.user-Content {
    z-index: 101;
    width:auto;
    margin:auto;
        height: 40px;
        margin-top:5px;
}

.teia-nav-logo {
    z-index: 101;
display:block;
left:10px;
min-height:40px;
min-width:250px;
pointer-events:all;
position:absolute;
top:10px
}

.infobox-button-ss {
    width: 250px;
}




body .mCSB_container {
    margin-right: 0px !important;
    overflow: hidden;
    width: auto;
}

.uk-notouch .tm-page {
    background: none repeat scroll 0 0 #333;
}

.uk-icon-video-camera {
    font-size: 32px;
    line-height: 40px;
    color: #8cc14c;
}

.uk-comment-title {
    font-size: 16px;
    line-height: 22px;
    margin: 5px 0 0;
    color: #000;
}


body .notShowing:after {
    color: Black;
    content: "";
    font-family: FontAwesome;
    font-size: 18px;
    margin: 5px;
}

body ul.jqtree-tree {
    margin-left: 0 !important;
}

.treeview-icone.glyphicons.glyphicons-screenshot, .glyphicons.glyphicons-chat {
    color: #004a8d;
    text-shadow: none;
    font-size: 14px;
    line-height: 19px;
    margin-left: 7px;
    font-weight: normal;
}

.treeview-icone.glyphicons.glyphicons-screenshot:hover {
    color: red;
}

.treeview-icone.glyphicons.glyphicons-eye-open {
    color: #004a8d;
    text-shadow: none;
    font-size: 10px;
    line-height: 19px;
    margin-left: 5px;
    margin-right: 10px;
    font-weight: normal;
}

.treeview-icone.glyphicons.glyphicons-eye-open:hover {
    color: red;
}

.treeview-icone.glyphicons.glyphicons-eye-close {
    color: #004a8d;
    text-shadow: none;
    font-size: 10px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 20px;
}

.treeview-icone.glyphicons.glyphicons-eye-close:hover {
    color: red;
}

#AsideSecondPanel .container-box {
    height: 700px;
    overflow-y: auto;
}

.searchBox {
    margin: auto;
}

.toolbar, .camera_controls {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.AsideSecondTag,
.AsideFirstTag,
.BeforeMainTag,
.toolbar .item_table tr td {
    cursor: pointer;
}

ul.jqtree-tree {
    margin-left: 16px !important;
}

#container-3d {
    height: 500px;
    margin-left: -24px;
    margin-right: -26px;
}

.widget-content > div {
    padding: 33px 15px;
}

.widget-content .uk-icon-bullseye {
    font-size: 20px;
    margin-right: 10px;
}

.widget-content p {
    font-size: 12px;
}

#notification .notification {
    border-bottom: 1px solid #000;
    margin: 0;
    padding: 10px 15px;
}

#notification .notification li {
    width: 120px;
    color: #000;
}

#notification h1 {
    font-size: 12px;
    line-height: 12px;
    background: #222;
    padding: 5px;
    color: #999;
}

.datenow {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    padding: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
}

body input[type="text"], body input[type="password"] {
    margin-bottom: 0px;
    border: 0 none;
}

body .x-form-trigger-wrap-default {
    border-color: none;
    border-style: solid;
    border-width: 0px;
}

body .x-panel-default-framed {
    background-color: white;
    border-radius: 40px;
    border-style: solid;
    border-width: 1px;
    padding: 0;
}

body .x-toolbar-footer {
    background-color: rgba(255,255,255,0.7);
    background-image: none;
    border-color: #cecece;
    border-style: solid;
    border-width: 0;
    padding: 6px 0 6px 6px;
}

.layout-content-login {
    height: 100%;
    left: 0;
    margin-left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.layout-logo-login {
    background-image: url("./images/logo.png") !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    margin-left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}



body .uk-comment-header {
    margin: 20px;
}

body .uk-notify-message {
    margin: 20px;
}


[class*='Teia-Icons-']:hover {
    opacity: 1;
}

.Teia-Icons-help {
    background-image: url("./images/icon-help.svg");
}

.Teia-Icons-MapSceneViewer {
    background: url(/Media/TeiaIcons/Color/Teia-Icons-Map-Scene-Viewer.svg) no-repeat 100% 100%;
    background-size: cover;
}

.Teia-Icons-Page {
    background: url(/Media/TeiaIcons/Color/Teia-Icons-Page.svg) no-repeat 100% 100%;
    background-size: cover;
}

.Teia-Icons-SmartScenesViewer {
    background: url(/Media/TeiaIcons/Color/Teia-Icons-Smart-Scenes-Viewer.svg) no-repeat 100% 100%;
    background-size: cover;
}


header {
    /*  background: #FFF;*/
    /*	 float: left;*/
    width: 100%;
}


.tm-headerbar.uk-clearfix.uk-visible-large {
    pointer-events: none;
}

body .glyphicon {
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 29px;
}

body .uk-nav-navbar > li > a {
    color: #fff;
}

.zone-content h1 {
    margin-left: 10px;
}


.homepage-title {
    background-image: url("./Images/logoerdf.png") !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    margin-left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


#videoElementRA {
    position: absolute;
    width: 100%;
    z-index: -1;
}



body .uk-scrollable-box {
    border: 1px solid #dddddd;
    border-radius: 2px;
    box-sizing: border-box;
    height: auto;
    overflow: auto;
    padding: 0px;
    resize: both;
    width: auto;
    max-height: 75%;
}

body .uk-comment-header {
    background: none repeat scroll 0 0 rgba(200, 200, 200, .9);
    border: none;
}


body * + .uk-table {
    margin: 0;
}

div#expanderHeader {
    padding: 5px;
    background-color: #FAFAFA;
}

.uk-grid-bingmap .jqx-grid-column-header.jqx-grid-columngroup-header.jqx-widget-header {
    background-color: #004a8d;
    border-bottom: 3px solid #f31921;
    color: #fff;
    font-weight: bold;
}

.uk-grid-bingmap .jqx-grid-column-header.jqx-widget-header.jqx-disableselect {
    background-color: #fff;
    color: #f31921;
    text-align: center;
}

body .uk-grid-bingmap .jqx-grid-column-filterbutton {
    background-color: #fff;
}

body .uk-notouch .tm-sidebar .uk-dropdown:before {
    background: none repeat scroll 0 0 #0f2d8a;
}


body .uk-nav-navbar > li > a {
    color: #ff9450;
}



body select:focus, body textarea:focus, body input[type="text"]:focus, body input[type="password"]:focus, body input[type="datetime"]:focus, body input[type="datetime-local"]:focus, body input[type="date"]:focus, body input[type="month"]:focus, body input[type="time"]:focus, input[type="week"]:focus, body input[type="number"]:focus, body input[type="email"]:focus, body input[type="url"]:focus, body input[type="search"]:focus, body input[type="tel"]:focus, body input[type="color"]:focus, body .uneditable-input:focus {
    background: none repeat scroll 0 0 #fafafa;
    color: #f31921;
    box-shadow: none;
    outline: 0 none;
}

.uk-icon-button.uk-icon-inbox {
    margin-right: 10px;
}

body .uk-navbar-flip {
    position: absolute;
    right: 30px;
    z-index: 1000;
}

.tm-action {
    padding-right: 35px;
    width: 80%;
}


#filtertreeGrid.jqx-widget-header {
    background: none repeat scroll 0 0 #004a8d;
    border-color: #004a8d;
    box-sizing: content-box;
    color: #FFF;
}



body .jqx-input.jqx-rc-l.jqx-input-group-addon.jqx-widget.jqx-widget-content {
    height: 23px;
    line-height: 18px;
}

#treeGrid tr {
    height: 45px;
}

#treeGrid .jqx-icon-arrow-right, #treeGrid .jqx-icon-arrow-right-hover, #treeGrid .jqx-icon-arrow-right-selected {
    /*height: 48px;*/
    /* width: 48px;*/
}

#treeGrid .jqx-icon-arrow-down, #treeGrid .jqx-icon-arrow-down-hover, #treeGrid .jqx-icon-arrow-down-selected {
    /*  height: 48px;*/
    /* width: 48px;*/
}

.tm-search {
    margin-right: 15px;
}

body .jqx-tree-grid-title {
  font-size: 14px;
  color: #444444;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}




.tm-action > div {
    display: inline;
    margin-left: 0px;
    margin-right: 15px;
}

#jqxNavigationBarnotification > div {
    background: white;
    padding: 5px;
}

.title-content {
    margin: 0;
}

.tm-bottom-log {
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 100;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.document .override-uk {
    background-color: transparent;
    width: 25px;
    height: 25px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.document .btn-add-media {
    margin: 13px 0 0 5px;
    cursor: pointer;
}


body .teia-navbar {
background-color:transparent;
border:none;
height:45px;
padding:0;
pointer-events:none;
position:relative;
touch-action:none;
width:100%;
z-index:1000;
}
/*JQWIDGET*/

  body .jqx-widget .jqx-grid-column-header, body .jqx-widget .jqx-grid-group-cell {
    border-color: transparent;
      color: #aaa;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}
 

[id*="filter"] {
    border: none medium;
    box-sizing: content-box;
}

[id*="filter"] input {
    border-left: 1px solid #e5e5e5 !important;
    height: 28px !important;
    line-height: 32px;
    margin-left: 46px !important;
    font-size: 20px !important;
}

[id*="Render"] {
  /*  margin-top: 50px;*/
}

[id*="columntable"] {
   /* margin-top: 30px ;*/
}


[id*="filter"] > div:first-child {
 
    display: none !important;
}

.security [id*="filter"] > div:first-child {
    display: block;
}

[id*="filter"] > div:last-child {
    height: 26px !important;

}
.user-Content-container {
    display: inline-block;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 107;
    pointer-events: all;
}

.Zone-Header {
    margin-top: 25px;
    text-align: center;
}

.Zone-Header a.tm-overlay-toggle.tm-icon.uk-float-right {
    text-align: left;
    margin-top: -20px;
}

aside ul.uk-grid {
    position: absolute;
    bottom: 100px;
}

.Zone-Content-Search {
    position: absolute;
    right: 13px;
    top: 13px;
    pointer-events:all;
}

.uk-offcanvas-bar a.uk-modal-close.uk-close {
    position: absolute;
    right: 10px;
    opacity: 1;
    font-size: 20px;
    z-index: 110;
    display: block;
    pointer-events: all;
}

.offcanvas-container-Breadcrumb, .offcanvas-container-Breadcrumb .uk-offcanvas-bar {
    height: -moz-calc(100% - 46px);
    height: -webkit-calc(100% - 46px);
    height: calc(100% - 46px);
}

div#teia-header {
    height: 125px;
    pointer-events:none;
}
.teia-header-content {
    height: 125px;
}


 body .jqx-icon-search {
     background-image: url(./images/search.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    cursor: pointer;
    height: 20px;
    margin-top: 14px;
    width: 20px;
}
}

 .jqx-grid .jqx-fill-state-normal
 {
    border:1px solid #D0D0D0;
    background-color:transparent;
   
}
  body .jqx-fill-state-normal.jqx-rc-r{
    border:none medium;
    background-color:transparent;
    margin-top: -15px;
   position: absolute;

}
  input.jqx-input.jqx-widget-content
  {
      border-color: none;
    box-sizing: content-box;
    font-family: 'Open Sans',Verdana,Arial,sans-serif;
    font-size: 13px;
    font-style: normal;
    border:none medium;
    border-radius: 0;
    padding: 3px;

  }
 
.jqx-grid {
    border:none medium;
}

form textarea,form input:not([type]),form input[type="text"],form input[type="password"],form input[type="datetime"],form input[type="datetime-local"],form input[type="date"],form input[type="month"],form input[type="time"],form input[type="week"],form input[type="number"],form input[type="email"],form input[type="url"],form input[type="tel"],form input[type="color"]
{
	height:35px;
	max-width:100%;
    min-width: 350px;
	padding:4px 6px;
	border:1px solid #e5e5e5;
	background:#fff;
	color:#666;
	-webkit-transition:all linear .2s;
	transition:all linear .2s;
	border-radius:2px;
}

.icon-mouse-left-double
{
    background:url(/Media/Default/assets/mouse_left_double.png) no-repeat 0 0 ;
    width:40px;
    height:40px;
    display:block;
    margin-top: 20px;
    background-size: contain;
}

.icon-mouse-left
{
     background:url(/Media/Default/assets/mouse_left.png) no-repeat 0 0 ;
    width:40px;
    height:40px;
    display:block;
    margin-top: 20px;
    background-size: contain;

}

.icon-mouse-right
{
     background:url(/Media/Default/assets/mouse_right.png) no-repeat 0 0 ;
    width:40px;
    height:40px;
    display:block;
    margin-top: 20px;
    background-size: contain;
}

.icon-mouse-center
{
     background:url(/Media/Default/assets/mouse_center.png) no-repeat 0 0 ;
    width:40px;
    height:40px;
    display:block;
    margin-top: 20px;
    background-size: contain;
}


/* Phone landscape and bigger */
@media (max-width: 767px) {
 .nologo-mobile
{
    display:none;
}



.nav-menu3D
{
    margin:0;
    padding:0;
}


}
[class*='infobox-state-'],
[class*='infobox-state-'] {
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background: #aaa;
    display: inline-block;
}

.infobox-state-1,
.infobox-state-True,
.infobox-state-true {
    background: #09b270;
}

.infobox-state-0,
.infobox-state-False,
.infobox-state-false {
    background: #e44e56;
}
body .jqx-popover-title, body .Popover-SubMenu .jqx-popover-title {
    background: linear-gradient(to left, #26dadb 0%,#0080ff 64%,#0080ff 99%);
    box-sizing: content-box;
    color: #fff;
    border-radius: 15px 15px 0 0;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
}


.hint.Teia-Icons-Help {
    margin-top: -15px;
    margin-left: 5px;
    position: absolute;
    text-indent: -9990px;
    background-size: 12px !important;
}

@media (min-width: 768px) {
    .nav-menu3D {
        
    }
}

body div#Popover-User {
    padding-bottom: 0;
}

#Popover-User .jqx-popover-content {
    padding: 0;
    margin: 0;
    /*height: 135px;*/
}

#Popover-User .jqx-popover-content > ul{
    margin: 0;
}

h3.uk-accordion-title.uk-active {
    background-color: #97be30;
}

.uk-accordion-title {
    border-radius: 15px;
    margin: 5px;
    margin-top: 0;
    margin-bottom: 0px;
    padding: 8px;
    background: #1676b5;
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
    padding-top: 10px;
    color: #fff;
}