body {
    color:#666;
}

.col-md-6 img{
    max-width: 550px;
}

.faq-search {
    margin-bottom: 2em;
    text-align: right;
}

.faq-search input {
    width: 100%;
    display: block;
}

.faq-empty {
    display: none;  
}



.faq-toc {
    padding: 1.5em 0;
    margin: 2em 0 0;
    border: 1px dotted #CCC;
    border-right: none;
    border-left: none;
    font-size: 1.2em;
    font-weight: bold;
}

.faq-toc ol {
    padding: 0;
    margin: 0;
}

.faq-toc li {
    margin-bottom: .75em;

    list-style: none;
}

.faq-toc a {
    margin-left: .5em;
}



.faq-list {
    padding: 0;
    margin: 0px;
    list-style: none;	
}

.faq-list h4{
    padding-top: 5px;
}

.faq-list li {
    display: table;
    /*margin-bottom: 2em;*/
    padding-top: 5em;
}

@media (max-width:991px){
    .faq-list li {
        padding-top: 4em;
    }
    #navigation_mobile {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 9;
    }
    .faq-text img{
        max-width: 300px;
    }
}
@media (max-width:767px){
    .faq-text img{
        max-width: 260px;
    }
}

.faq-icon {
    /*display: table-cell;*/
    /*padding-right: 1.25em;*/
    padding-right: 10px;
    float: left;
    vertical-align: top;
}

.faq-text {
    /*display: table-cell;*/
    vertical-align: top;

}


.faq-number {
    width: 42px;
    height: 42px;

    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 35px;
    color: #FFF;

    background: #F90;

    border: 3px solid #FFF;

    box-shadow: 1px 1px 3px rgba(0,0,0,.4);

    border-radius: 100px;

    text-shadow: 1px 1px 2px rgba(0,0,0,.4);
}

.compare_plans table,
.compare_plans table th{
    text-align: center;
    font-weight: bold;
}

.compare_plans table tr td:first-child{
    text-align: left;
    font-weight: normal;
}

.compare_plans .fa{
    color: #419641;
}
.compare_plans .btn-custom .fa{
    color: #fff;
}
.compare_plans th{
    color: #ff6969;
    font-size: 1.2em;
}

.btn.btn-custom{
    line-height: 1em;
}

#login_form .captcha_label{
    line-height: 40px;
}

.form-group.error{
    position: relative;
}

.form-group span.error {
    background: #b94a48 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block !important;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 1em;
    padding: 4px 8px;
    position: absolute;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
    top: 9px;
    right: 12px;
    z-index: 9;
}

.form-group.success span.error {
    display: none !important;
}

/*.form-group span.error::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #b94a48;
    bottom: -6px;
    content: "";
    display: inline-block;
    left: 7px;
    position: absolute;
}*/

.client_sidebar ul{
    padding: 0px;
}
.client_sidebar ul li{
    list-style: none;
    width: 100%;
}
.client_sidebar li a{
    background-color: #ff6969;
    border: 1px solid #d84242;
    border-radius: 3px;
    color: #fff !important;
    font-family: Roboto,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    /*line-height: 50px;*/
    padding: 13.5px 25px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.label{
    font-size: 100%;
}

.sr-only {
    position: static;
    font-weight: bold;
}

.account_table h4{
    margin: 0px;
}
.account_table tr td{
    font-weight: bold;
}

.progress {
    margin-bottom: 0px;
}

input[type="checkbox"]{
    height: auto;
    width: auto;
    float: left;
    margin-right: 10px;
}

.form-group.check{
    min-height: 40px;    
}

.alert,
.btn{
    border-radius: 3px;
}

select.form-control{
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    color: #666;
    font-family: Roboto,Arial,sans-serif;
    font-size: 16px;
    height: 50px;
    outline: medium none !important;
    padding: 0 20px;
}

select.form-control option{
    padding: 10px 20px;
}

textarea{
    resize: vertical;
}

hr{
    width: 100%;
    clear: both;

}

.order_table th{
    font-weight: normal;
    text-align: center;
}
.order_table td{
    font-weight: bold;
    text-align: center;
}
/*.order_table td:last-child{
    font-weight: bold;
    text-align: center;
}*/

.chosen-container-single .chosen-single {
    line-height: 50px;
    padding-left: 20px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
}

ol, ul {
    padding-left: 20px;
}

@media (max-width:991px){
    .btn_wide{
        width: 100%;
    }
    #header .navbar {
        padding-top: 80px;
    }
}

@media (max-width:767px){
    .col-md-6 img{
        max-width: 250px;
    }
}


#features {
    background:#212425 url('../images/base-header.jpg') no-repeat fixed top center;
    background-size:cover;
    color: #fff;
}

#features .post-heading-center h2,
#features h4 {
    color: #fff;
}


.session_data{
    background-color: #fff;
    color: #666;
    font-size: 12px;
    border: 1px solid #ccc;
    padding: 10px;
    position: fixed;
    top: 5px; 
    left: 5px; 
    z-index: 9999;
}

input[type="text"].input-small{
    font-size: 14px;
    height: auto;
    padding: 5px 10px;
}

.btn.input-small{
    font-size: 14px;
    height: auto;
    padding: 8px 10px;
}

#form_voucher .form-group span.error{
    position: static;
    margin-bottom: 0px;
}

/*##### Facebook #######*/

#fbplikebox{
    display: block;
    padding: 0;
    z-index: 99999;
    position: fixed;}

.fbplbadge {
    background-color:#3B5998;
    display: block;
    height: 150px;
    top: 50%;
    margin-top: -75px;
    position: absolute;
    left: -47px;
    width: 47px;
    background-image: url('../images/facebook.png');
    background-repeat: no-repeat;overflow: hidden;
    /*    -webkit-border-top-left-radius: 8px;
        -webkit-border-bottom-left-radius: 8px;
        -moz-border-radius-topleft: 8px;
        -moz-border-radius-bottomleft: 8px;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;*/
}


/*##### Facebook END #######*/


.post-heading-center p {
    color: #666;
}

.register_small_form button {
    border-radius: 4px;
    bottom: 0;
    line-height: 58px;
    padding: 0px 40px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    /*width: 150px;*/
}
@media (min-width:768px){
    .register_small_form {
        margin: 0 auto;
        width: 640px;
    }

    .affa_feature_icon i {
        left: 0;
        position: absolute;
        top: 6px;
        /*width: 64px;*/
    }
}

@media (max-width:767px){
    .register_small_form button {
        position: static;
    }
}

.register_small_form .form-group span.error {
    right: 230px;
    padding: 8px;
}

#register_form_invoices .form-group span.error {
    right: 240px;
    padding: 8px;
}

img {
    max-width: 100%;
}

#ksef_ready_front img{
    max-height: 150px;
}