/* ---------------- Inquiry Box CSS --------------------------------*/
#s5_inquiryboxwrap .inputbox,#s5_inquiryboxwrap textarea {
    margin-bottom: 10px;
    padding-left: 14px;
}

#s5_inquiryboxwrap {
    padding: 20px;
    line-height: 21px;
}

#s5_inquiryboxwrap .message {
    text-align: left;
    width: 82%;
    padding: 15px 22px;
    padding-left: 33px !important;
    display: none;
    font-size: .9em;
    line-height: 20px;
}

#s5_inquiryboxwrap button,#s5_inquiryboxwrap textarea,#s5_inquiryboxwrap input {
    width: 100%;
    font-size: 13px;
    padding-right: 0;
}

#s5_inquiryboxwrap input.inputbox,#s5_inquiryboxwrap textarea {
    margin-left: 0;
    width: 95%;
    border: 1px solid #e5e5e5;
}

#s5_inquirybox_icon {
    float: left;
    height: 39px;
    width: 48px;
    background: transparent url(../images/chaticon.png) no-repeat 16px 10px;
}

#s5_inquiryboxtitle_icon {
    float: right;
    height: 39px;
    width: 48px;
    cursor: pointer;
    background: #ce4141 url(../images/chaticon.png) no-repeat 12px -53px;
}

.s5_inquirytitle {
    float: left;
    font-size: 15px;
    height: 39px;
    line-height: 39px;
    padding-left: 11px;
}

#s5_inquiryboxopentitle .s5_inquirytitle {
    line-height: 43px;
}

#s5_inquiryboxopentitle	.s5_inquirytitle {
    padding-left: 18px;
}

#s5_inquiryboxopentitle {
    height: 43px;
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #ce4141;
}

#s5_inquiryboxopen {
    -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
}

#s5_inquirybox_icon {
    float: left;
    height: 39px;
    width: 48px;
    background: transparent url(../images/chaticon.png) no-repeat 16px 10px;
}

#s5_inquiryboxopen {
    -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
    bottom: 0;
    right: 0;
    display: none;
    color: #000666;
    z-index: 9999;
    background: #fff;
    position: fixed;
    margin-right: 22px;
    width: 341px;
    height: auto;
}

#s5_inquiryboxopen,#s5_inquiryboxopentitle,#s5_inquiryboxtitle_icon,#s5_inquirybox,#s5_inquirybox_icon {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

#s5_inquirybox {
    cursor: pointer;
    height: 36px;
    width: 197px;
    background: #f0792a;
    color: #fff;
    bottom: -17px;
    right: 0;
    margin-bottom: 18px;
    margin-right: 53px;
    position: fixed;
}

.btn-system:hover {
    color: #fff;
    opacity: .8;
}

.btn-system {
    background-color: #ee3733;
}

.btn-large {
    font-size: 14px;
    padding: 9px 22px;
}

.btn-system {
    font-size: 1em;
    width: auto;
}

.btn-system {
    display: inline-block;
    color: #fff;
    margin-right: 5px;
    font-weight: 300;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
    -o-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
    -moz-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
    border: 0;
    text-transform: uppercase;
    font-weight: 400;
}

/*==========panel=======*/
#panel {
    position: fixed;
    background: transparent;
    float: right;
    right: -255px; 
    height: auto;
	z-index:10000;
    top: 25%;
}

#show_hide_button {
    position: absolute;
    width: 31px;
    cursor: hand;
    bottom: 0;
}

#content_panel {
    background-color: #EEE;
    border-radius: 6px 6px 6px 6px;
    position: relativ;
    margin-left: 31px;
    float: left;
    padding-bottom: 0px;
    height: auto;
}

.unit {
    font-size: 18px;
    font-weight: 200;
    line-height: 22px;
    color: inherit; text-align: center;border: 1px solid #f9f9f9;
    background-color: #eee;webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}

#panel .fa {
    margin-right: 10px;
	color:#0270b9;
}
#panel p{
	padding: 5px 5px;
    background: #fff;border-top: 1px solid #ccc;
}
.unit col-md-12{
	padding-left:0px !important;
	padding-right:0px !important;
}
.unit h2{
	margin-top:0px;font-weight: 500;
    font-size: 23px; padding:15px 10px 5px;
}
.unit_red{
	color:#d40202;
}