.k-task-template {
    height: 100%;
    padding: 0 !important;
}
.k-loading-mask .k-loading-image {
    background-image: url('/public/images/ovationSpinPause.gif');
}
.flexRowParent{
    display: flex;
    flex-flow: row nowrap;
}

.flexColumnParent{
    display: flex;
    flex-flow: column nowrap;
}

.flexCenterParent{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.logoHolder{
    box-sizing: border-box;
    background-color: white;
    width: fit-content;
    height:100%;
}

.logoHolder img{
    height:100%
}

body, html {
   min-height: 100%;
   height: 100%;
   width:100%;
   overflow-y: hidden;
   overflow-x: hidden;
   margin: 0;
   font-size: large;
}

.template{
    display: none;
}

#pageHeader {
    flex: 0 0 auto;
    height: 70px;
    background-color: rgb(33,89,157);
    border-bottom: 3px solid black;;
}

ul#userMenu li {
    font-size: 20px;
    color: black;
    background-color: inherit;
}

ul#userMenu span {
    background-color: inherit;
}

div#sidebar button{
    height: fit-content;
    border: none;
    background-color: inherit;
    color: rgba(0, 0, 0, 0);
    text-align: left;
    font-size: 20px;
    margin-top: 10px;
    cursor: pointer;
    background: 
      linear-gradient(90deg,#1095c1 50%,rgb(155,201,79) 0) 
      var(--_p,100%)/200% no-repeat;
    -webkit-background-clip: text;
            background-clip: text;
    transition: .4s;
    
}

div#sidebar button:hover {
    --_p: 0%;
}

#sidebar {
    flex: 0 0 auto;
    width: 200px;
    background-color: rgb(31,55,91);
    padding: 3px;
}

#mainPage{
    background-color: rgb(23,49,87);
    flex: 1 1 auto;
    height: 100%;
    padding: 5px;
    box-sizing: border-box;
    overflow-y: hidden;
}

#bottomBar {
    display:none;
    height: 35px;
    flex: 0 0 auto;
    text-align:center;
    margin:0;
    padding:4px;
    font-size:10px;
    background-color:rgb(33, 89, 157); 
    color:white;
    font-size: 13px;
    box-sizing: border-box;
}

/* .k-menu-link {
    width:100%;
    height:100%;
} */

/* * {
    outline:1px solid red
} */



body{
    font-family: Roboto, sans-serif !important;
    background-color:#2c2933;
}

button{
    font-family: Roboto, sans-serif !important;
}

/* custom scrollbar for chrome, safari, edge, opera (doesn't work on firefox)*/
/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
    background-color: #8d869d;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2c2933;
    border-radius: 5px;
    border: 1px solid #8D869D
}

.flash{
    animation: flash 0.2s ease-out;
    animation-iteration-count: 1;
}

@keyframes flash {
    0% { background-color:none;}
    50% { background-color:#ff6e6e;}        
    100% {background-color:none;}
}

#primary-navigation {
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 16px;
    height:100%
}

#primary-navigation>ul {
    margin: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
  
#primary-navigation ul li {
    flex: 0 0 auto;
    list-style: none;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    text-decoration: none;
    text-align: center;
    height: 20px;
}

#tests {
    min-width: 60px;
}

#primary-navigation li a {
    color: black;
}
#primary-navigation li a:hover {
    color: #3ca0e7;
}
#primary-navigation li:hover {
    cursor: pointer;
}
#primary-navigation ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding-left: 0;
    left: -50px;
    display: none;
    background: white;
}

#primary-navigation ul li:hover > ul,
#primary-navigation ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
    min-width: 250px;
    text-align: left;
    padding-top: 20px;
    box-shadow: 0px 3px 5px -1px #ccc;
}
#primary-navigation ul li ul li {
    clear: both;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    border-style: none;
}
#primary-navigation ul li ul li a:hover {
    padding-left: 10px;
    border-left: 2px solid #3ca0e7;
    transition: all 0.3s ease;
}
  
a {
    text-decoration: none;
}
a:hover {
    color: #3CA0E7;
}
  
ul li ul li a {
    transition: all 0.5s ease;
}

/* Styles for vertical orientation */
@media (orientation: portrait) {

    #loginFormWrapper{
        width:90% !important;
        gap: 80px !important;
    }

    html body {
        font-size: xx-large !important;
    }

    #pageHeader{
        height: 120px !important;
    }

    #sidebarWrapper{
        width: 500px !important;
        z-index: 999999;
    }

    div#sidebar button{
        font-size: 50px !important;
        margin-top: 20px;
    }

    #clientLogoWrapper{
        height: 150px !important;
    }

    #clientTitle{
        font-size: 50px !important;
    }

    #jobCreationFormWrapper{
        width: 90%;
    }

    #reportFormWrapper{
        width: 90%;
    }

    #jobCreationFormWrapper *{
        font-size: 40px !important;
    }

    #tilelayout *{
        font-size: 30px !important;
    }

    /* #workflowViewerHeader {
        height: 150px !important;
    } */

    #workflowViewerHeader *{
        font-size: 40px !important;
    }

    #reportSelectorWrapper *{
        font-size: 40px !important;
    }

    .dropdownSizing{
        font-size: 25px !important;
    }

    #spiderControlsWrapper{
        width:400px !important;
    }
}