﻿
@media screen and (max-width: 450px) {
    .Switch {
        width: 100% !important;
        height: 85px !important;
    }

        .Switch span:nth-of-type(2n) {
            margin-top: 5px;
            margin-left: 0px !important;
        }
}
@media screen and (min-width: 455px) {
    .Switch {
        width: 400px !important;
        height: 40px;
    }

        .Switch span:nth-of-type(2n) {
            margin-left: 15px !important;
            margin-top: 0px;
        }
}
.Switch {
    position: relative;
    display: block;
    font-size: 1.6em;
    height: 18px;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}

    .Switch span {
        text-align: center;
        display: block;
        float: left;
        width: 180px !important;
        margin-right: 15px;
        width: 150px;
        border-radius: 30px;
        box-shadow: 0px 0px 4px rgba(0,0,0,0.1), inset 0px 1px 3px 0px rgba(0,0,0,0.1);
        cursor: pointer;
    }

        .Switch span.Off {
            color: #087482;
            text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
            background: #ddddd5;
            border: 1px solid #ccc;
        }

        .Switch span.On {
            color: #ffffff;
            text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
            background: #796e66;
            border: 1px solid #ccc;
        }

        .Switch span:nth-of-type(2n) {
            margin-right: 0px;
        }

#heading_SearchCriteria {
    width: 200px;
    border-radius: 10px !important;
}

.panel-default {
    border-color: transparent !important;
    padding-top: 40px !important;
}

#closeID_SearchCriteria {
    border-color: #ddd;
    border-style: solid;
    border-width: 1px;
}