﻿
.customer_service {
   color: #1b78be;
    float: right;
    font-weight: bold;
    height: 75px;
    margin-left: 5px;
    text-align: center;
    width: 210px;
}

.site_logo {
    background: url(images/logo.png) #FFFFFF no-repeat;
    height: 69px;
    width: 500px;
    display: inline-block;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-top: 2px;
}

.ace-nav > li {
    height: 65px;
    line-height: 65px;
}

.sidebar {
    width: 215px;
}

.sidebar + .main-content {
    margin-left: 215px;
}

.sidebar ~ .footer .footer-inner {
    left: 215px;
}

.main-content {
    /*padding: 0 0 90px;*/
    margin-bottom:32px;
}
.form-group {
    background-color:transparent;
}
.form-control, select {
    background-color:#f2f2f2;
}
.form-group input[type=email], .form-group input[type=url], .form-group input[type=search], .form-group input[type=tel], .form-group input[type=color], .form-group input[type=text], .form-group input[type=password], .form-group input[type=datetime], .form-group input[type=datetime-local], .form-group input[type=date], .form-group input[type=month], .form-group input[type=time], .form-group input[type=week], .form-group input[type=number], .form-group select, .form-group textarea {
    background: #f2f2f2;
    color: #202020;
}
input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], textarea {
    background-color: #f2f2f2;
    color: #202020;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #c1c1c1;
}
.full-spectrum .sp-palette {
    max-width: 200px;
}

#logout-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: .50;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    z-index: 1000;
}
#logout-content {
    text-align:center;
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 20px 0 #222;
    -webkit-box-shadow: 0 0 20px 0 #222;
    -moz-box-shadow: 0 0 20px 0 #222;
    display: none;
    height: 140px;
    left: 32.5%;
    padding: 22px;
    position: fixed;
    top: 30%;
    width: 380px;
    z-index: 1000;
}
    #logout-background.active, #logout-content.active {
        display: block;
    }




