/**
 * Copyright (C) 2019-2024 IDENTITY, Lda.
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; version 2
 * of the License.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 **/

html {
    --primary-color: rgb(250,80,50);
    --secondary-color: rgb(231,56,39); /*Secondary color, used for hover states.*/
    --background-color: rgb(48,57,82); /*Background color for header in Applications mode.*/
}

html,body {
    margin: 0;
    padding: 0;
    color: #535a70;
    height:100%;
    font-family: 'Raleway', sans-serif !important;
    text-shadow: rgba(0,0,0,.01) 0 0 1px !important;
    font-synthesis: none;
    -webkit-font-feature-settings: 'kern';
    -moz-font-feature-settings: 'kern';
    direction: ltr;
    font-weight: 200;
    overflow-x: hidden;
    animation-timing-function: linear !important;
    background: #3E5151;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #5A6262, #3E5151);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #5A6262, #3E5151); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-position: center;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-size: cover;
    background-origin: padding-box;
    background-clip: border-box;
}

.swiper-container{
    position: absolute !important;
    z-index: -2 !important;
}

.a_fullscreen{
    position: fixed;
    bottom: 30px;
    right: 10px;
}

.input__field{
    font-family: 'Raleway', sans-serif !important;

}

.input__label-content{
    font-weight: 400 !important;
}

label{
    font-weight: 400 !important;
}

#logout_link{
    color: #333 !important;
    font-weight: 200;
}

#disconnect_link{
    color: #333 !important;
}

.navbar-pf{
    border-top: 3px solid var(--primary-color) !important;
}

.nav-pf-vertical .list-group-item:hover>a .fa {
    color: var(--primary-color) !important;
}

.nav-pf-vertical .list-group-item:hover>a .glyphicon {
    color: var(--primary-color) !important;
}

img {
    border: none;
}

ul{
    list-style-type: none;
    padding-left: 0px;
}

a {
    text-decoration: none;
    border: none;
    font-weight: bold;
}

a:hover {
}

.advbody{
    color: #444;
}

.user-options{
    min-width: 148px !important;
    padding: 10px 17px !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #333;
    background-color: #fffffe !important;
}

.adv_set{
    margin-top:0px;
    text-align: center;
    padding:0px;
}

.menucross{
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    color: #555;
}

.btn-primary{
    background-color:var(--primary-color) !important;
    border-color: transparent !important;
    background-image: none !important;
    font: 600 15px/1.5 'Source Sans Pro',Helvetica,Helvetica Neue,Arial;
}

.btn-primary:hover{
    background-color:var(--secondary-color) !important;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: left;
    color: #3d4253;
    font-size: 1.3em;
}

::-moz-focus-inner {
    border: 0;
}

input[type=button] {
    padding: 6px 13px;
    cursor: pointer;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    color: #999;
    border: none;
    background-color: transparent;
    font-size: 11px;
}


input[type=submit] {
}

input[type=submit]:enabled {
    cursor: pointer;
    color: white;

}

input[type=submit]:enabled:active {
    outline: 0 none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15) inset, 0 1px 2px rgba(0,0,0,0.05);
}

input[type=submit]:enabled:focus,input[type=submit]:enabled:hover {
    transition: background-position 0.1s linear 0s;
    background-image: none;
    background-position: 0 -15px;
}

input[type=submit]:disabled {
    transition: background-position 0.1s linear 0s;
    background-image: none;
    background-position: 0 -15px;
}

input[type=radio] {
    margin: 10px;
}

input[type=radio] + label {
    display: inline-block;
    margin-right: 5px;
    padding: 4px 12px;
    cursor: pointer;
    background: transparent;
}

input[type=radio]:checked + label {
    border: 1px solid #999;
    background: transparent;
    color: #333;
    font-weight: bold;
}

.progress-bar-info {
    background-color: var(--primary-color) !important;
}

.icon-color{
    color:var(--primary-color);
}

.taskBarBottom{
    bottom: 0px;
    position: fixed !important;
    color: white;
    background: #333 !important;
}

.taskBarBottom li{
    height: 40px;
    width: 250px;
    background:transparent;
    display: inline-flex;
}

.applicationTaskbar img {
    max-width: 30px;
    max-height: 19px;
}

div.application_icon {
    text-align: center;
    width: 30px;
}

img.application_icon {
    height: 32px;
}

.exit{
    float: right;
    margin-top: -60px;
}

button:focus {outline:0;}

textarea:focus{outline:0;}

.list-group-item{
    border: 0 !important;
}

.hamb{
    display:block !important;

}


.double-arrow{
    background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;
}

.shadowBox {
    position: relative;
    z-index: 100;
    top: 10%;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;

}

.shadowBox:before {
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
}

.shadowBox .boxLogo {
    float: right;
    width: 70px;
    text-align: center;
}

.boxLogo div {
    display: inline-block;
}

.shadowBox h1 {
    border-bottom: 1px solid #999;
}

.shadowBox h1,.shadowBox p {
    margin-right: 100px;
}

.boxMessage .boxLogo {
    float: none;
    width: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}

.boxMessage h1,.boxMessage p {
    width: auto;
    margin: 0;
    text-align: center;
    border: none;
}

.boxMessage {
    padding-top: 40px;
    width: 100%;
    text-align: center;
}

#loginBox {
}

#loginForm {
    min-height: 450px;
    padding-top: 25px;
    padding-bottom: 25px;
}


#loginBoxLogo {
    margin: 15px auto 15px auto;
    text-align: left;
}

#loginError {
    color: #a30505;
}

#loginMessage, #loginError {
    text-align: center;
    word-wrap: break-word;
    margin-right: 3em;
    margin-left: 3em;
    font-weight: bold;
}

.login-pf-header {
    margin-top: 25px;
    margin-bottom: 25px;
}

div#overlay {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

div#lock {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

div#news {
    display: none;
}

div#splashContainer {
    display: none;
}

div#systemTestError {
    color: #a30505 !important;
}

div#systemTestContainer {
    width: 400px;
    margin: 0 auto;
    padding: 20px;
    color: #333;
}

div#systemTestErrorContainer {
    width: 400px;
    margin: 0 auto;
    padding: 20px;
    color: #c33;
}

div#newsContainer {
    width: 400px;
    padding: 20px;
    color: #333;
}

div#newsTitle {
    width: 98%;
    margin-bottom: 15px;
    border-bottom: 1px solid #999;
    font-weight: bold;
}

div#progressBar {
}

div#progressBarContent {
}

.none{
    display: none;
}

.greenBack{
    background-color: var(--primary-color) !important;
    background-image: linear-gradient(to bottom, var(--primary-color),var(--primary-color) 100%) !important;
}

.greenBack:hover{
    background-image: linear-gradient(to bottom, var(--primary-color),var(--primary-color) 100%) !important;
}

.btn-danger{
    background-color: var(--primary-color) !important;
    background-image: linear-gradient(to bottom, var(--primary-color),var(--primary-color) 100%) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
}

.btn-danger:hover{
    background-image: linear-gradient(to bottom, var(--primary-color),var(--primary-color) 100%) !important;
}

.loading_text {
    color: #686868;
    font-size: 1.35em;
    display: none;
}

.panel-body{
    height: 150px;
}

.desktop_fullscreen_text {
    color: #686868;
    font-size: 1.1em;
    font-weight: bold;
}

#fullscreen_data{
    text-align: right;
    padding-right: 20px;
    position: fixed;
    bottom: 0;
    color: white;
    right: 0;
}

#notLi {
    padding-bottom: 5px;
    padding-top: 5px;
}

#notLi>button>span, #notLi>button>i {
    font-size: 14px;
}

button#notifications {
    color: white;
    text-transform: uppercase;
    font-size: 14px;
}

.help {
    color: white;
    text-transform: uppercase;
    font-size: 14px;
}

.helpoption {
    color: #333;
    font-size: 12px;
}

#helpLi {
    border-left: solid 1px rgba(50,50,50,0.3);
    height: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#user_displayname {
    color: white;
    text-transform: uppercase;
    font-size: 14px;
}

.btn-link:focus, .btn-link:hover {
    text-decoration: none !important;

}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: transparent !important;
    border: none !important;
    font-weight: bold !important;
}

.dropdown-menu>li>a>span {
    font-size: 14px;
}

#userLi {
    height: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#user_login_local {
    color: grey;
    font-style: italic;
}

input[type=radio] {
    display: none;
    margin: 10px;
}

.msg_ok {
    color: #05a305;
    font-weight: bold;
}

.msg_error {
    color: #a30505;
    font-weight: bold;
}

.loginElement {
    clear: right;
    margin-bottom: 0.5em;
}

.loginLabel {
    display: inline-block;
    margin-top: 0.4em;

}

.loginLabel img,.loginLabel div {
    display: inline-block;
    vertical-align: middle;
}

.navbar-utility>li>a{
    border-left:none !important;
}

.navbar-utility>li>a:hover{
    background-color:rgba(0,0,0,0.1) !important;
}


.loginField {
}

#loginBox {
}

#loginBox:before {
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
}

#back{
    z-index: 9998;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
}

#advanced_settings {
    padding: 25px;
    clear: right;
    display: none;
    box-shadow: 0px 1px 11px rgba(3,3,3,0.375);
    width: 100%;
    padding: 17px;
    position: absolute;
    margin: 0;
    overflow: hidden;
    margin-top: 10px;
    z-index: 99999;
}

#advanced_settings_gettext {
    padding: 0;
    font-size: 14px;
}

#advanced_settings_status {
    cursor: pointer;
}

#advanced_settings .loginLabel {
    font-size: 14px;
}

#advanced_settings .cs-options {
    text-align: center;
    left: 43%;
    top: 90%;
    height: 350px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
}

#advanced_settings .cs-options::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

#submitLoader {
    display: none;
}

#submitLoader .image_rotate_gif, #submitLoader img {
    margin: 0px 30px;
}

#user_login_local {
    display: inline-block;
    width: 230px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
    text-decoration: none;
    color: #535a70;
    border: 1px solid #ccc;
    border-radius: 4px 4px 4px 4px;
    background-color: #eee;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
    font-size: 1.3em;
    font-style: normal;
}

#session_language {
    padding-right: 20px;
    background-repeat: no-repeat;
}

#session_mode{
    padding-right: 25px;
}

#session_language option {
    background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #session_language.macos, #session_language.macos  option {
        -webkit-appearance: none;
        cursor: pointer;
    }
}

#sso-signed-in {
    display: none;
}

#sign_in_different_account_gettext {
    text-decoration: underline;
}

#notifications{
    border-bottom-right-radius: 0px !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

div#notification {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 1.2em;
}

div#error {
    position: relative;
    z-index: 100;
    width: 100%;
    padding: 10px;
    background: #fcc;
}

div#ok {
    position: relative;
    z-index: 100;
    width: 100%;
    padding: 10px;
    background: #cfc;
}

div#info {
    position: relative;
    z-index: 100;
    width: 100%;
    padding: 10px;
    background: #f1f2a1;
}

#sessionContainer {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0 0;
    display: none;
}

#communication {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    background-color: gray;
    display: none;
}

#message {
    position: absolute;
    z-index: -1;
    top: 50%;
    width: 100%;
}

#navbarLogo {
    padding-left: 0px;
}

#desktopContainer {
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

div.fullScreenMessageContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.fullScreenBackground {
    width: 100%;
    height: 100%;
    color: #333;
    background-color: #ddd;
}

div.fullScreenBackground #applicationsHeader {
    z-index: 100;
}

div.hopscotch-bubble{
    border: 1px solid rgba(0,0,0,.5);
}

.seen{
    opacity:0.5;
}

.notSeen{
    color: #0ba081 !important;
}

.notSeen div span{
    color: #1cb192 !important;
}

.important div span{
    color: #F8BB86 !important;
}

.t-20{
    top: 20px !important;
}

#googleplay{
    position:absolute;
    top:80px;
    right: 50%;
    margin-right: 205px;
    transform: translate(90px,0);
}

#apple{
    position:absolute;
    top:130px;
    right: 50%;
    margin-right: 205px;
    transform: translate(90px,0);
}

#windows{
    position:absolute;
    top:300px;
    right: 50%;
    margin-right: 205px;
    transform: translate(90px,0);
}

#macos{
    position:absolute;
    top:350px;
    right: 50%;
    margin-right: 205px;
    transform: translate(90px,0);
}

#linux{
    position:absolute;
    top:400px;
    right: 50%;
    margin-right: 205px;
    transform: translate(90px,0);
}

#rpi{
    position:absolute;
    top:450px;
    right: 50%;
    margin-right: 205px;
    transform: translate(90px,0);
}

.search {
    padding-right: 100px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    background: #333;
    border-radius: 2px;
    font-size: 14px;
    color: #ffe;
    border: none;
    outline: none !important;
}

@keyframes pulse {
    0%   {color: #fff;}
    50%  {color: #0ba081;}
    100% {color: #fff;}
}

.pulsate {
    animation:  pulse 2s infinite;
}

.taskbarPreview {
    text-align: center;
    position: absolute;
    width: 220px;
    height: 143px;
    line-height: 140px;
    transform: translate(0, 143px);
    transition-delay: 0.5s;
    background: #333;
}

.previewHighlight {
    transform: translate(0, -206px);
}

.previewShortcut{
}

.image_preview {
    width: auto !important;
    margin-top: 10px;
    max-height: 120px !important;
    max-width: 180px !important;
    vertical-align: middle;
}

.name_preview{
    margin-top: 15px
}

.pr-0{
    padding-right: 0px !important;
}

.search::placeholder{
    color: #ffe;
    opacity:0.6;
    font-size:12px;
}

.tri{
    position: relative;
    width: 0px;
    height: 0px;
    border-style: solid;
    margin-left: 43px;
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent var(--primary-color) transparent;

}

.not-menu{
    background-color: transparent !important;
    border: 0 !important;
    padding: 1px !important;
    box-shadow: none !important;
}

.typeText{
    margin-left: 5px;
    font-weight: 200;
}

/* Left-side menu is disabled.
#menuContainer {
    height: 100%;
    top: 0;
    background: transparent;
    border: none;
    transition-duration: 0.1s;
    transform: translate(-100%, 0);
    right: 0;
}

#menuContainer:hover {
    transform: translate(0, 0);
}

#menuButton {
    background: rgba(0, 0, 0, 0.3);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    z-index: 1023;
    transition-duration: 0.1s;
    display: none;
}

#menuButton:hover ~ #menuContainer {
    transform: translate(0, 0);
}
*/

#menuContainer2 {
    left: auto;
    background: transparent;
    top: 0;
    right: 0;
    transition-duration: 0.1s;
    transform: translate(100%, 0);
    overflow-y: hidden;
}

#menuContainer2:hover {
    transform: translate(0, 0);
}

#menuButton2 {
    left: auto;
    right: 200px;
    background: rgba(0, 0, 0, 0.3);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    z-index: 1023;
    /* This messes up fadeIn()
    transition-duration: 0.1s;
     */
    transform: translate(200px, 0);
    display: none;
}

#menuButton2:hover {
    transform: translate(0, 0);
}

#menuButton2:hover ~ #menuContainer2 {
    transform: translate(0, 0);
}

#menuContainer_main {
    color: #444;
    font-weight: bold;
    height: 100%;
    background: #333;
    transition-duration: 0.1s;
    top: 0;
}

.menuContainer_control {
    height: 130px;
    background-color: #444;
}

#menuContainer_bottom {
    height: 17px;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    color: #000;
    background: rgba(222, 222, 222, 0.95);
    border: 1px solid darkgrey;
    border-top: none;
    font-size: 120%;
    display: none;
    padding-bottom: 2px;
    font-family: "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";

}

#menuContainer_bottom:hover, #menuContainer_bottom.glow {
    color: #fff;
    text-shadow: 0 0 20px #fff;
    font-size: 120%;
    font-weight: bold;
}

.printjob {
    font-weight: normal;
}

.printjob_get, .printjob_clear {
    margin-left: 5px;
}

.diskjob {
    font-weight: normal;
}

.diskjob_get, .diskjob_clear {
    margin-left: 5px;
}

.smartcard {
    font-weight: normal;
}

.smartcard_text {
    margin-left: 10px;
}

.printjob_icon, .printjob_get, .printjob_clear, .diskjob_icon, .diskjob_get, .diskjob_clear, .smartcard_icon, .smartcard_text {
    font-size: 14px;
}

.menu_button{
    position: fixed;
    top: 50%;
    left:0;
    background: transparent;
    border: none;
    color: #eee;
}

.ms-0{
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mb-0{
    margin-bottom: 0 !important;
}

.mt-0{
    margin-top: 0 !important;
}

.aColor{
    color: var(--primary-color);
}

.aColor:hover{
    color: var(--secondary-color);
}

.allAlert {
    display: none;
    position: fixed !important;
    bottom: 40px;
    right: 30%;
    left: 30%;
    z-index: 1;
}

.notTitle{
    padding: 5px 20px;
    width: 100%;
    font-weight: 400;
    background-image: linear-gradient(to bottom, var(--primary-color),var(--primary-color) 100%) !important;
    color: white;
    border-top-right-radius: 2px;
    font-size: 14px;
}


#applicationsHeader {
    background-color: #222;
}

#applicationsHeader #headerLogo {
    margin-left: 0px;
    float: initial;
    padding: 0;
}

#applicationsHeader h1 {
    float: right;
    margin: 30px 20px 10px 20px;
    color: #fff;
    font-size: 2em;
}

#applicationsHeader > a {
    display: block;
    float: right;
    margin: 25px 20px 0 0;
    text-align: center;
}

#applicationsHeader a {
    color: #eee;
    text-decoration: none;
}

#applicationsHeader a:focus {
    color: var(--primary-color);
    text-decoration: none;
}

#applicationsHeader a:hover {
    color: #aaa;
}

#applicationsHeader #newsList {
    color: black;
    float: left;
    border: none;
    padding: 5px;
    background-color: white;
    top: auto;
    left: auto;
    min-width: 270px;
    border-radius: 0 0 4px 4px;
}

#applicationsHeader #newsList ul {
    margin: 0;
}

#applicationsHeader #newsList li {
    cursor: pointer;
    padding-bottom: 10px;

}

#applicationsHeader #newsList li:hover {
    opacity: 0.9;
    border-radius:2px;
    background: rgba(0,0,0,0.1);
}

#applicationsHeader #newsList .date {
    font-weight: 300;
}

#applicationsHeader #newsList .title {
    font-weight: bold;
}

#applicationsHeader #newsList .title:before {
    margin-right: 6px;
}

#applicationsHeader > a:hover img,#applicationsHeader > a:hover div {
    opacity: 0.5;
}

#newsList > ul {
    list-style-type: none;
}

#newsList > ul > li > div > div {
    font-size: 14px;
}

.collapse {
    clear: both;
}

#applicationsContainer {
    position: relative;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0 0;
    padding: 0px;
    border-bottom: 1px solid #ccc;
    background: #eee;
}

#appsContainer ul {
    clear: left;
    margin: 0;
    padding: 0;
}

#appsContainer ul:last-child {
    padding-top: 10px;
    padding-left: 6px;
}

#appsContainer li {
    color:white;
    display: block;
    float: left;
    padding-top:10px;
    border: 1px solid;
    border-color: rgba(256,256,256,0.2);
    width: 110px;
    height: 110px;
    margin: 0 0 15px 10px;
    list-style: none;
    text-align: center;
    background-color: transparent;
}

.highlight{
    background: rgba(3,3,3,0.6) !important;
}

#appsContainer li.applicationLauncherEnabled:hover {
    background-color: var(--secondary-color);
}

#appsContainer li.launching,#appsContainer li.applicationLauncherEnabled.launched:hover,#appsContainer li.applicationLauncherEnabled.launching:hover {
    background-color: var(--secondary-color);
}

#appsContainer li.launched {
    color: #fff;
    background-color: var(--primary-color);
}

#appsContainer li.launching {
    color: #fff;
    background-color: var(--primary-color);
}

#appsContainer li.launched {
    background-color: var(--primary-color);
}

#appsContainer li.applicationLauncherDisabled {
    opacity: 0.40;
    font-weight: bold;
    filter: alpha(opacity=40);
    -moz-opacity: 0.40;
}

#appsContainer li.applicationLauncherEnabled {
    cursor: pointer;
    opacity: 1.00;
    filter: alpha(opacity=100);
    -moz-opacity: 1.00;
}

#appsContainer li .application_instance_counter {
    width: 25px;
    margin-top: 10px;
    margin-left: 42px;
    margin-bottom: 5px;
}

#appsContainer li .application_name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin: 0 10px 0;
    padding: 10px 0 0 0;
    line-height:15px;
    font-size: 14px;
    width: 90px;
    text-overflow: ellipsis;
    overflow: hidden;
}

#appsContainer li.list .application_name {
    padding: 0;
    width: auto;
}

.applicationTaskbar{
    border-left: 1px solid rgba(256,256,256,0.3) !important;
}

.applicationTaskbar:hover{
    opacity:0.9;
}

.applicationTaskbar:hover div.taskbarPreview {
    transform: translate(0,-153px);
}

#appsContainer li.applicationTaskbar {
    background-color: #dcc;
}

#appsContainer li.applicationTaskbar .application_icon {
    max-width: 100px;
    max-height: 50px;
}

#appsContainer li.applicationTaskbar:hover .application_icon {
    box-shadow: 2px 3px 5px rgba(0,0,0,0.3), 0 0 50px rgba(0,0,0,0.1) inset;
}

#appsContainer li.applicationTaskbar .application_name {
    overflow: hidden;
    max-width: 100%;
    max-height: 2em;
    /* Workaround for EOVD-155. Messes up on Chrome, tough. */
    line-height: 1em;
}

/* Workaround for bug EOVD-155. This fixes thing on Chrome. */
@media screen and (-webkit-min-device-pixel-ratio:0)and (min-resolution:.001dpcm) {
    #appsContainer li.applicationTaskbar .application_name {
        max-height: 1.9em;
    }
}

#fileManagerContainer {
    position: absolute;
    top: 100px;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 69%;
    width: calc(65%);
    border-left: 5px solid;
    background-color: inherit;
    display: none;
}

#fileManagerContainer h2 {
    padding: 6px;
}

#fileManagerContainer div {
    position: absolute;
    top: 32px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

#fileManagerContainer iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.list-group-item-value{
    color: #333 !important;
}

.navbar-pf .navbar-toggle{
    padding: 10px 12px !important;
}

#taskbar{
    width:100%;
    z-index: 1023;
    display: none;
}

.list-group-item{
    border-bottom: 1px solid rgba(0,0,0,0.1) !important;
}

.nav-pf-vertical{
    width: 45px;
}

.nav-pf-vertical .list-group-item:hover>a{
    background-color: rgba(0,0,0,0.1) !important;
}

.nav-pf-vertical .list-group-item>a{
    padding-left: 10px !important;
}

.appsStyle{
    font-size: 25px;
    text-align: right;
    color: #333;
}

.active{
    color: rgba(256,256,256,.9);
}

.list{
    float: initial !important;
    height: 55px !important;
    width: 98% !important;
    text-align: left !important;
    padding-left: 15px !important;
    padding-bottom: 20px !important;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}

.list img{
    float: left;
    margin-right: 10px;
}

.list span{
    margin: 0 !important;
    margin-top: 8px !important;
    float: left;
}

.list p{
    margin-top: 10px !important;
    float: left;
}

.ta-c{
    text-align: center;
}


.bg{
    width:100%;
    height:100%;
    z-index: 0;
    position: absolute;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.bg1 {
    background: url(../image/backgrounds/background-01.jpg);
}

.bg2 {
    background: url(../image/backgrounds/background-02.jpg);
}

.bg3 {
    background: url(../image/backgrounds/background-03.jpg);
}

.bg4 {
    background: url(../image/backgrounds/background-04.jpg);
}

.bg5 {
    background: url(../image/backgrounds/background-05.jpg);
}

.bg6 {
    background: url(../image/backgrounds/background-06.jpg);
}

.bg7 {
    background: url(../image/backgrounds/background-07.jpg);
}

.bg8 {
    background: url(../image/backgrounds/background-08.jpg);
}

.bg9 {
    background: url(../image/backgrounds/background-09.jpg);
}

.bg10 {
    background: url(../image/backgrounds/background-10.jpg);
}

.bg11 {
    background: url(../image/backgrounds/background-11.jpg);
}

.bg12 {
    background: url(../image/backgrounds/background-12.jpg);
}

.bg13 {
    background: url(../image/backgrounds/background-13.jpg);
}

.bg14 {
    background: url(../image/backgrounds/background-14.jpg);
}

.bg15 {
    background: url(../image/backgrounds/background-15.jpg);
}

.bg16 {
    background: url(../image/backgrounds/background-16.jpg);
}

#appsContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
    margin-top: 0 !important;
    background: #3E5151;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #5A6262, #3E5151);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #5A6262, #3E5151); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-position: center;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-size: cover;
    background-origin: padding-box;
    background-clip: border-box;
}

#appsContainer::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

#appsContainer.withFileManager {
    width: 30%;
    background-color: inherit;
}

.menuToggled #fileManagerContainer {
    z-index: 1000;
    opacity: 0.95;
}

.menuToggled #appsContainer {
    z-index: 1000;
    opacity: 0.95;
}

.menuToggled #applicationsHeader {
    z-index: 1001;
}

.menuToggled #headerLogo {
    border-radius: 15px;
}

html[dir="rtl"] .loginElement {
    clear: left;
}

html[dir="rtl"] .loginField {
    float: left;
}

html[dir="rtl"] #loginBoxLogo {
    float: right;
}

html[dir="rtl"] #loginForm {
    margin-right: 330px;
    margin-left: 0;
    border-right: 1px solid #eee;
    border-left: none;
}

html[dir="rtl"] #advanced_settings {
    clear: left;
}

html[dir="rtl"] #advanced_settings_status {
    left: -17px;
}

html[dir="rtl"] #advanced_settings_gettext {
    padding-right: 18px;
    padding-left: 0px;
}

html[dir="rtl"] #fileManagerContainer {
    right: auto;
    left: 0;
    border-right: 5px solid;
    border-left: none;
}

#powered-by {
    color: grey;
    text-align: center;
    font-size: 14px;
    position: absolute;
    right: 10px;
    bottom: 0;
}

#powered-by > a > img {
    height: 40px;
}

.not-li{
    border-right: solid 1px rgba(245,76,48,0.8);
}

#searchBox {
    margin-top: -5px;
    padding-left:0px;
}

#menuNotMenu {
    background: transparent;
}

#actionsMenu {
    background-color: white !important;
    z-index: 2000;
}

#tourMenu {
    background-color: white !important;
    z-index: 2000;
}

#endContainer {
    display: none;
}

#network-connectivity-warning {
    background-color: grey;
    margin: 15px;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
    color: #f0f0f0; 
    text-align: center;
}

#network-connectivity-warning-icon {
    margin-left: 5px;
    display: none;
}

#googleplay, #apple, #windows, #macos, #linux, #rpi {
    display: none;
}

#googleplayA > img, #appleA > img, #windowsA > img, #macosA > img, #linuxA > img, #rpiA > img {
    width: 130px;
}

.alertText {
    font-size: 16px;
}

#loginBox {
    display: none;
}

.advanced_settings_container {
    overflow: visible;
}

.card-pf-heading {
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.card-pf-title {
    font-size: 15px !important;
    text-align: center;
}

.card-pf-body {
    padding-bottom: 5px;
}

#fieldMode, #fieldKeyboard, #fieldKeymap, #fieldDebug {
    margin-bottom: 1.5em;
}

#fieldLanguage {
    margin-bottom: 1em;
}

#fieldLanguage > .loginField {
    padding-left: 10px;
}

#fieldKeyboard.hidden, #startsession > #loginElement.hidden {
    display: none;
}

.dialogSep {
    margin-top: 15px;
    margin-bottom: 15px;
}

#okButton > input {
    width: 100px;
}

#clipSync {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    z-index: 1000000;
}

#clipSync > h3 {
    text-align: center;
    padding: 10px;
}

.diskAlertText {
    font-size: 16px;
}

.uiMessage {
    width: 16px;
    height: 16px;
    float: right;
    margin-right: 20px;
}

.newsMessage {
    width: 100%;
    height: 75%;
    overflow: auto;
}

#bg.dynamic-bg {
    background: url('/background-image.php');
}

.mouseCursorPointer {
    cursor: pointer;
}

.hiddenWinTaskbarTitle {
    font-style: italic;
}

input#upload[type="file"] {
    display: none;
}

@media screen and (max-width: 1199px) {
    #googleplay{
        margin-right: 172px !important;
    }

    #apple{
        margin-right: 172px !important;
    }

    #windows{
        margin-right: 172px !important;
    }

    #macos{
        margin-right: 172px !important;
    }

    #linux{
        margin-right: 172px !important;
    }

    #rpi{
        margin-right: 172px !important;
    }
}

@media screen and (max-width: 990px) {
    #googleplay{
        margin-right: 200px !important;
    }

    #apple{
        margin-right: 200px !important;
    }

    #windows{
        margin-right: 200px !important;
    }

    #macos{
        margin-right: 200px !important;
    }

    #linux{
        margin-right: 200px !important;
    }

    #rpi{
        margin-right: 200px !important;
    }
    .adv_set_row {
        text-align: center;
    }
}

@media screen and (max-width: 800px) {
    #loginForm {
        text-align: center;
        padding:25px;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    #googleplay{
        margin-right: 172px !important;
    }

    #apple{
        margin-right: 172px !important;
    }

    #windows{
        margin-right: 172px !important;
    }

    #macos{
        margin-right: 172px !important;
    }

    #linux{
        margin-right: 172px !important;
    }

    #rpi{
        margin-right: 172px !important;
    }

    #loginBox {
        margin-top: 10px;
    }

    #loginBoxLogo {
        display: block;
    }

    .loginLabel {
        text-align: center;
        margin-bottom: 10px;
    }

    .loginField label {
        margin-bottom: 10px;
    }

    #session_language {
        width: 240px;
    }

    .loginField {
        float: none;
    }

    #powered-by {
        bottom: initial;
        padding-bottom: 10px;
    }

    #loginBox:before {
        box-shadow: none;
    }
}


@media screen and (max-width: 769px) {

    .nosm{
        display:none !important;
    }

    #googleplay{
        transform: none !important;
        margin-left: -150px;
        left: 50%;
        bottom: 80px;
        top: initial !important;
    }

    #apple{
        transform: none !important;
        margin-left: 20px;
        left: 50%;
        bottom: 80px;
        top: initial !important;
    }

    #powered-by{
        margin-top: -20px !important;
    }

    .loginContainer{
        padding-top: 0px !important;
    }

    .pt-60{
        padding-top: 0px !important;
    }

    #notLi{
        font-size: 16px;
    }

    .inlineblocksm{
        display:inline-block !important;
    }

    .navbar-pf .navbar-utility>li+li{
        text-align: center;
        border-top: 1px solid rgba(0,0,0,0.1) !important;
    }
    .navbar-pf .navbar-utility{
        border-bottom: 0 !important;
    }

    #logout_link{
        color: #999 !important;
    }

    .not-menu{
        position: absolute;
        background: transparent !important;
        margin-left: -260px;
    }

    .tri{
        float:right;
    }
}

.loginContainer{
    margin-top: -2px;
}

.pt-60{
    padding-top:60px;
}


@media screen and (max-width: 576px) {

    .inlineblocksm{
        display: block !important;
    }

    #appsContainer{
        height:89%;
        padding-left: 40px;
    }

    .list{
        margin-left: -5px !important;
    }

    .open .dropdown-toggle.btn-danger{
        position: absolute;
        right:0px;
    }

    .search{
        padding-right: 25px;
    }

    .pl-0-xs{
        padding-left: 0px !important;
    }

    .noxs{
        display:none;
    }

    .not-li{
        border: none;
        float: right;
        z-index: 1;
    }

    .col-xs-12{
        padding: 0px !important;
    }

    .not-menu{

    }

    .greenBack{
        width:100% !important;
    }

    .open{
        width: 87%;
    }

    .btn-danger{
        margin-right:15px;
    }

    .loginContainer{
        padding-top: 7%;
    }

    #applicationsHeader #newsList{
        width:100%;
        margin-top:29px;
        margin-left: -15px;
        position:absolute;
    }
}

@media screen and (max-width: 500px) {

    #advanced_settings{
        width: 70%;
        margin-left: 15%;
    }

}

@media screen and (max-width: 300px) {

    #session_language {
        width: 100%;
    }
}

#taskbar-plus{
    position: absolute;
    left: 50%;
    top: -28px;
    width:45px;
    height: 25px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: none;
    font-size: 13px;
    background: var(--primary-color);
    padding-bottom: 0px;
    display:none;
}

.input__field{
    color: #fffffa;
}

.hr{
    border-top: 1px solid #444;
}

.input__label--manami::after {
    background: #999 !important;
}

.input__field--manami {
    margin-bottom: 1em !important;
}

#ssoButton input {
    margin-top: 6px;
    font-size: 14px;
    color: white;
    border: 1px solid;
}

#menu ul li .application_name{
    font-size: 14px;
    padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 20px;
    cursor: pointer;
}

.navbar-pf .navbar-utility li.dropdown>.dropdown-toggle{
    padding-left: 8px !important
}

/* Fix problem on Safari browser. */
.sweet-alert button {
    font-weight: normal !important;
}

/* On very small screens (eg. mobile phones), make things smaller so that app
 * download buttons are shown. */
@media screen and (max-height: 720px) {
    #loginBoxLogo {
        margin: -30px auto -30px auto;
        background-position-x: center;
        background-position-y: center;
        background-size: 180px;
    }

    span.input--manami {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #loginBoxLogo {
        background-position-x: center !important;
    }
}

.navbar-header {
    background-color: var(--background-color) !important;
    border-bottom: none;
    padding-left: 0px;
}

#applicationsHeader {
	border-top: none !important; border-bottom:3px solid var(--primary-color) !important;

}

#notLi {
    border-right: solid 1px var(--background-color);
    height: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.enjoyhint_next_btn, .enjoyhint_skip_btn {
	border: 2px solid var(--primary-color) !important;
	color: var(--primary-color) !important;
}

.enjoyhint_next_btn:hover, .enjoyhint_skip_btn:hover {
	background: var(--primary-color) !important;
	color: #fff !important;
}

.enjoyhint_close_btn {
	border: 2px solid var(--primary-color) !important;
}

.enjoyhint_close_btn:hover {
        background: var(--primary-color) !important;
}

.file_progress_bar {
    width: 100%;
	height: 5px;
    background-color: #f0f0f0;
	overflow: hidden;
}

.file_progress_bar_fill {
    width: 0%;
	height: 100%;
	background-color: grey;
	transition: width 0.3s ease;
}
