﻿body {
}
/*a {
    color: #15599f;
}
*/
#siteAlert {
    z-index:500;
    border-radius: 0 !important;
}

.jumbotron {
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.8) 100%,rgba(255,255,255,0.8) 100%), url(../Images/clerk-homepage1.jpg);
    background-size: cover;
    border-radius: 0 !important;
}

.nav-link {
    margin-right:8px;
}

.dropdown-large {
    padding: 1rem;
    transform: translateX(-15%)
}

@media all and (min-width: 992px) {
    .dropdown-large {
        min-width: 820px;
    }
}

/* Button used to open the chat form - fixed at the bottom of the page */
#btnOpenChat {
    width: 100%;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#slider {
    position: fixed;
    bottom: 0px;
    right: 15px;
    height: 38px;
    width: 152px;
    z-index: 999999;
}

#webContainer {
    position: relative;
    height: 462px;
}

#webchat {
    position: absolute;
    display: none;
    bottom: 0px;
    border: 1px solid #c1c1c1;
    width: 100%;
    height: 100%;
}

.gsc-control-cse {
    padding: 0px 0px 0px 0px !important;
    margin-top: 2px;
    margin-bottom:-2px;
    width: 320px !important;
    background-color: transparent !important;
    border:0px !important;
}

.gsc-search-button {
    margin:0px;
    height:35px;
}
.gsc-input {
    padding-right:0px !important;
}

.gsc-input-box {
    height:100% !important;
}