.dailyQuestion input[type="text"] {
    color: #000;
}

/* Product editor Style*/
.btn-delete {
    margin: 4px;
    font-size:1.2em;
    cursor:pointer;
}

/* poll style */
.poll-vote {
    float: left;
    width: 20%;
}

.poll-vote ul {
    padding-left: 5px;
}

.poll-vote ul li {
    list-style: none;
}

.poll-result {
    float: left;
    width: 80%;
}

.poll-bar1 {
    background-color: #fff176;
}

.poll-bar2 {
    background-color: #f48fb1;
}

.poll-bar3 {
    background-color: #aed582;
}

.poll-bar4 {
    background-color: #64b5f6;
}

.poll-bar5 {
    background-color: #BA6BF2;
}

.poll-bar6 {
    background-color: #FFD700;
}

.poll-bar7 {
    background-color: #a50207;
}

.poll-bar8 {
    background-color: #32CD32;
}

.poll-bar9 {
    background-color: #2b84c7;
}

.poll-bar10 {
    background-color: #8A2BE2;
}

.clear {
    clear: both;
}

.two-switch {
    display: inline-block;
    padding: 0;
    background-color: #FFFFFF;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    width: 120px;
    position: relative;
    line-height: 2em;
    vertical-align: middle;
    cursor: pointer;
}

.two-switch span {
    display: block;
    position: relative;
    z-index: 2;
    width: 50%;
    text-align: center;
    color: #ccc;
    float:left;
}

.two-switch.inactive .switch-right {
    color: #fff;
}

.two-switch.active .switch-left {
    color: #fff;
}

.two-switch .switch-cover {
    display: block;
    border: 2px solid #4e5da4;
    position: absolute;
    top: 5%;
    z-index: 1;
    width: 48%;
    height: 90%;
    padding: 0;
    background-color: #337ab7;
    border-radius: 4px;
    transition: margin .1s;
}

.two-switch.inactive .switch-cover {
    right: 0;
}

.two-switch.active .switch-cover {
    right: 50%;
}

#article_area {
    position: relative;
}

.article-drop-loading {
    background: white;
    border: 3px solid #f79232;
    border-radius: 5px;
    top: 20%;
    left: 40%;
    right: 40%;
    padding: 10px 20px 10px 20px;
    position: absolute;
    text-align: center;
    width: 20%;
    display: none;
}

.login a {
    color: #FFF;
}

.breadcrumb {
    padding: 10px 5px;
}

.faq-article {
    width:650px;
    margin:40px;
    line-height:1.8em;

    overflow: hidden;
    _zoom: 1;
}

.faq-article  dd,
.faq-article  dt{
    text-indent: -2.6em;
    padding: 0 20px 0px 50px;
}

.faq-article  dt{
    margin:20px 20px 0 0;
    font-size: 1.4em;
}

.faq-article  dd .faq-icon,
.faq-article  dt .faq-icon {
    font-size: 1.6em;
    font-weight: bold;
    margin-right:10px;
    padding:5px;
    font-family: 'Nunito', sans-serif;
}


.faq-article  dd{
    margin: 20px 0 0 10px;
    padding-bottom:20px;
    font-size: 1.1em;
}


.faq-article  dt .faq-icon {
    color: #0F78E1;
}
.faq-article dd .faq-icon {
    color: #ff6767;
}

.faq-article ul li, .faq-article ol li {
    text-indent: 0;
}

ul.errorlist {
    padding: 5px 15px;
}

ul.errorlist li {
    list-style:none;
    color:#FF3333;
    font-weight: bold;
}

.messages {
    display:none;
    position: absolute;
    top: 10px;
    width: 90%
}

#zeus_token_action_type_quick {
    display: none;
}

#zeus_token_action_type_new {
    display: none;
}

#zeus_token_card_cvv {
    display: none;
}

label[for="zeus_token_action_type_quick"] {
    display: none;
}

label[for="zeus_token_action_type_new"] {
    display: none;
}

label[for="zeus_token_card_cvv"] {
    display: none !important;
}

#contact {
    padding-left: 25px;
}
#contact dd {
    padding: 0 0 5px 20px;
}

#zeus_registerd_card_area {
    display: none;
}

@media(max-width:768px) {
.messages {
    left: 5px;
    width: 98%;
}
}

.archive-entry {
    border-bottom: 1px solid #ddd;
    margin: 5px;
    padding: 5px;
}
.archive-entry-id {
    font-size: .9em;
    display: inline-block;
    width: 50px;
    padding: 3px;
    background: #ea5519;
    color: white;
    text-align: center;
    border-radius: 2px;
}

.archive-entry-id-global {
    background: #1955d1 !important;
}

.entry-title {
    font-size: 22px !important;
    display: inline-block;
    line-height: 26px;
    font-weight: bold;
    margin: 8px;
    padding: 8px;
}
.entry-title a {
    color: #555;
}
.top-title {
    display: inline-block;
    font-size: 34px;
    line-height: 40px;
    padding: 10px;
    margin: 20px 0;
    border-bottom: 5px solid #222;
}
.entry-detail-link {
    display: inline-block;
    padding: 5px;
    margin: 0;
    color: #298dcd;
    text-decoration: none;
    font-weight: bold;
    background: #DFF4FF;
    border-left: 5px solid #589FC8;
}

.entry-detail-link a {
    color:
}

.article-detail {
    border-radius: 3px;
    background-color: #fff;
    padding: 5px;
}

.highlight{
    background-color: #ffd0db;
}