﻿.qadev-theme {
    background-color: azure !important;
}

#bottomdiv {
    display: block;
}
.global-search-form {
    position: relative;
}

#global-search {
    width: 100px;
    height: 20px;
    border-color: lightgrey;
    border-width: 0 0 1px 0;
    font-style: italic;
    font-size: 12px;
    background-color: transparent;
}

input#global-search:focus::placeholder {
    color: transparent;
}

#gsearching{
    display: none;
}

#gsearchbtn {
    display: none;
    opacity: 0;
    transition: visibility 1s, opacity 1s ease-out;
    background-color: transparent;
    border-width: 0;
}

#gsearchresult {
    position: absolute;
    clear: both;
    opacity: 1;
    height: auto;
    min-width: 325px;
    margin-left: -50px;
    z-index: 100;
    margin-top: 60px;
}

#gsearchctrl {
    white-space: nowrap;
    overflow: visible;
    margin-top: 2px;
    position: absolute;
    bottom: -55px;
    vertical-align: bottom;
}

.gsearchresultlable {
    color: black;
    float: left;
    width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 11px;
}

.gsearchresulturl {
    float: left;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 11px;
}

input#global-search:valid + #gsearchbtn {
    display: inline;
    opacity: 1;
    transition: visibility 1s, opacity 1s ease-out;
}

input#global-search:invalid + #gsearching {
    display: none;
}

#mobilebottomdiv, #ToolbarMenu, #ToolbarMenuMobile, #ToolbarCloseMobile {
    display: none;
}

#ToolbarMenu, #ToolbarMenuMobile {
    padding-bottom: 8px;
}

.ToolbarWrapper {
    height: 30px;
    margin: 0 auto;
    padding: 0 8px;
}

#ToolbarControl {
    margin: 0 auto;
}

#ToolbarOpen {
    margin-bottom: 5px;
}

#ToolbarClose {
    display: none;
}


/*#HelpWidget {
    position: fixed;
    bottom: 40px;
    right: 8px;
    overflow: visible;
    cursor: pointer;
    z-index: 9999;
}*/

.help-box {
    background-color: #fff;
    border: 1px solid #999999;
    cursor: default;
    display: none;
    position: fixed !important;
    text-align: left;
    width: 500px;
    min-width: 400px;
    height: 88%;
    top: 60px;
    right: 8px;
    z-index: 50;
    box-shadow: 0 3px 3px rgba(0,0,0,0.3), inset 0 -3px 3px rgba(0,0,0,0.1);
    border: solid #ccc 1px;
    border-radius: 1px;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;
}

.help-box::-webkit-scrollbar
{
    display: none; /* Chrome Safari */
}

.help-box-header {
    width: auto;
    height: 50px;
    background-color: #263869;
    padding: 0px;
    background-image: url("/Images/icicle-logo-icon-white.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 10px 10px;
}

.help-box-header-button {
    border: 0;
    background-color: #fd8a54 !important;
    color: white !important;
    cursor: pointer;
}

.help-box-main {
    width: auto;
    padding: 4px 4px 4px;
}

.help-box-main-title {
    position: absolute;
    top: 14px;
    left: 50px;
    color: #fd8a54;
    font-size: 1.5em;
    font-weight: bolder;
}

.help-box-main-text, help-box-main-faq {
    color: #222;
    font-size: 12px;
    padding: 4px;
}

.help-box-footer {
    width: auto;
    height: 50px;
}

.help-icon-spinner {
    display: inline-block;
    animation: spin-animation .8s infinite forwards;
}

.help-tab {
    display: inline-block;
    width: 100px;
    height: 24px;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    padding: 4px;
    cursor: pointer;
    color: #0a6bcc;
}

#HelpTabContainer {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
}

#HelpTextTab {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#HelpFAQTab {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#HelpSpacerTab {
    border-bottom: 1px solid #ccc;
    height: 25px;
    flex-grow: 4;    
}

#HelpBoxFAQ{
    display: none;
}

@keyframes spin-animation {
    0% {
        transform: scale(0.8) rotate(0deg);
    }

    100% {
        transform: scale(1) rotate(360deg);
    }
}

@media screen and (max-width: 1012px) {
    #bottomdiv, .help-widget {
        display: none;
    }

    #mobilebottomdiv {
        display: block;
    }

    #ToolbarControlMoblie {
        display: inline;
    }
}
