/* This controls the outer container/tab */
#qs-slider {
    z-index: 1000;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
}

#qs-slider * {
    outline: 0;
    font-weight: bold;
    color: #4E443C;
    font-style: normal;
    font-size: 100%;
    font-family: 'Lato',sans-serif;
    vertical-align: baseline;
    line-height: normal;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#qs-slider a {
    text-decoration: none
}

#qs-slider label {
    cursor: pointer
}

#qs-slider input[type="radio"] {
    display: none
}

#qs-slider label.open, #qs-slider label.close {
    text-align: center;
    position: relative;
}

#qs-slider label.open {
    font-size: 11px;
    color: #222;
    background: #fff;
    border-left: thin #657dad solid;
    border-top: thin #657dad solid;
    border-right: thin #657dad solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100px;
    bottom: 0px;
    left: 50%;
    right: 0;
    top: auto;
    margin: 0 auto;
    padding: 3px 0;
    text-transform: uppercase;
    z-index: 1
}

#qs-slider section {
    margin: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 999;
    transform: translateY(100%)
}

#qs-slider input#close-item:checked ~ section {
    transform: translateY(100%)
}

#qs-slider input#open-item:checked ~ section {
    transform: translateY(0)
}

#qs-slider label {
    transition: all 0.1s ease-in-out
}

#qs-slider label.open:hover, #qs-slider label.open:focus {
    background: #7A0429;
    color: #fff
}

#qs-slider label.open:hover i, #qs-slider label.open:focus i {
    color: #fff
}

#qs-slider a {
    transition: all 0.1s ease-in-out
}

#qs-slider section {
    transition: all 0.4s cubic-bezier(0.2, 0.6, 0.3, 1)
}

#qs-slider input#close-item:checked ~ label.open {
    transition: bottom 0.3s ease 0.4s,background 0.1s ease,color 0.1s ease
}


/* This controls the Bill Search Form */
.qs-container {
    background-color: #fff;
    padding: 10px 20px 0px 20px;
    border: 2px solid #6b6b6b;
    border-radius: 12px 12px 0 0;
    box-shadow: 0px 7px 12px #000;
}

@media screen and (max-width: 39.9375em) {
    .qs-container {
        padding: 10px 5px 0px 5px;
    }
}

.qs-head {
    margin-bottom: 6px;
}

.qs-head div {
    padding: 0;
    margin: 0;
}

.form-horizontal .prefix {
    padding-top: 10px;
}
.qs-container select option:checked {
	background-color: #2163A6;
	color: #fff !important;
}
.qs-container form select option:hover {
	background: #ccc;
}

.close-hover {
    margin-top: -11px !important;
}
#bslink {
    font-size: 18px;
    padding: 2px 7px;
}
#bsclose {
    background-color: #4d4d4d;
    color: #FFF !important;
    padding: 2px 7px;
    border: 1px solid #6b6b6b;
    border-radius: 0px 0px 6px 6px;
}
#bsclose:hover {
    color: #fff;
	background-color: #6b6b6b;
}

.qs-container .form-control {
    height: 37px;
}

.qs-button {
    background-color: #7793CC;
    color: #fff !important;
    border: none;
    opacity: 1;
}
.qs-button:hover {
    opacity: 0.8;
    text-decoration: none;
}
.qs-button:focus {
    opacity: .6;
}
/* Responsive -> Still needs checking */
@media (max-width: 1029px) {
    #slideit2 label.open {
        font-size:11px;
        color: #222;
        background: #fff;
        border-left: thin #657dad solid;
        border-top: thin #657dad solid;
        border-right: thin #657dad solid;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        width: 100px;
        bottom: -50px;
        left: 0;
        right: 0;
        top: auto;
        margin: 0 auto;
        padding: 3px 0;
        text-transform: uppercase;
        z-index: 1
    }
}

@media screen and (max-width: 640px) {
    #slideit2 p.copyright {
        width:100%
    }
}

@media screen and (max-width: 480px) {
    #slideit2 section .wrap {
        text-align:center
    }

    #slideit2 .links a {
        width: 100%;
        display: block;
        margin-left: 0
    }

    #slideit2 p.copyright {
        float: left;
        margin: 10px 0 0 0
    }
}

