﻿ .login-placeholder{
            text-align: left;
        }
        .error{
            color: red;
            font-size: 11px;
            font-weight: 600;
        }
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

::-webkit-scrollbar {
    width: 0.8em;
    height: 0em
}
::-webkit-scrollbar-button {
    background: #FFF
}
::-webkit-scrollbar-track-piece {
    //background: #6b2068
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(to top, #808080, #85807f) !important;
}​

  img.wp-smiley,
        img.emoji {
            display: inline !important;
            border: none !important;
            box-shadow: none !important;
            height: 1em !important;
            width: 1em !important;
            margin: 0 .07em !important;
            vertical-align: -0.1em !important;
            background: none !important;
            padding: 0 !important;
        }
        .page-id-1085 .vc_row .sample-page,
        .page-id-1094 .vc_row .sample-page {
            margin-top: 0;
        }
        
        .page-id-1085 .bbp_separator,
        .page-id-1085 .bbp-love,
        .page-id-1094 .bbp_separator,
        .page-id-1094 .bbp-love {
            display: none;
        }
        
        .sample-page.vc_col-sm-3 {
            margin-top: 0;
        }
        
        .header .navbar-brand {
            margin-top: -25px;
        }
        
        .navbar-brand > img {
            width: 68%;
        }
        
        .header_secondary .navbar-brand > img {
            width: 100%;
        }



.header .header-align {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    background: linear-gradient(85deg, #074e7d, #096064);
}
footer .footer {
    color: #fff;
    padding-bottom: 60px;
    background:#353949;
}
footer .copyright-footer {
    background-color: #353949 important;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 60px;
}
footer .footer a {
    color: #fff important;
}

footer .widget-container ul li a:before {
    color: #fff !important;
}

footer h6 i {
    color: #fff !important;
}

 .vc_custom_1494269899456 {
            padding: 0px 0 50px;
            

        }
        
      
        
        .vc_custom_1496735609796 {
            padding-bottom: 90px !important;
            background-image: url(wp-content/uploads/2017/05/testbg.jpg?id=1846) !important;
            background-position: center !important;
            background-repeat: no-repeat !important;
            background-size: cover !important;
        }
        
        .vc_custom_1488823217485 {
            margin-top: 40px !important;
            margin-bottom: 45px !important;
        }
        
        .vc_custom_1488808062632 {
            margin-top: 0px !important;
            margin-bottom: 60px !important;
        }
        
        .vc_custom_1488805483732 {
            padding-top: 40px !important;
            padding-right: 10px !important;
            padding-bottom: 50px !important;
            padding-left: 10px !important;
        }
        
        .vc_custom_1488822945766 {
            margin-top: 20px !important;
        }
        
        .vc_custom_1496737569211 {
            margin-top: 0px !important;
            padding-top: 60px !important;
        }
        
        .vc_custom_1490004238851 {
            margin-top: 0px !important;
        }
        
        .vc_custom_1488807743299 {
            margin-top: 0px !important;
        }


         .wpb_animate_when_almost_visible {
                opacity: 1;
            }
             .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #30d9a4!important;
}
        .back-top-heading {
            background-image: linear-gradient(to top, #fefec8, #fbfbf3);
            padding: 5px 0px 1px 0px;
            text-align: center;
        }
        
        .openingtext {
            font-family: cursive;
            font-size: 17px;
            letter-spacing: .01em;
            color: #d60303;
        }
        
        .openingtext2 {
            font-family: cursive;
            font-size: 17px;
            letter-spacing: .01em;
            color: #00a4ef;
        }
        
.error {
  color: #ffb100;
}
 
label.error {
  display: inline;
}

.mark, mark {
    padding: .2em;
    color: #fff;
    background-color: #ff00e0 !important;
}

#bbt_topic_popup .popup_content.please_login .btn-submit {
    border-radius: 0px !important;
    padding: 16px 0;
    transition: background-color .5s ease;
    width: 190px;
    height: auto;
}
.sidebar .login-details .login-button button, .sidebar .login-details .login-button .bbt-btn-login, footer .login-details .login-button button, footer .login-details .login-button .bbt-btn-login {
    width: 140px;
    height: 40px;
    border-radius: 1px !important;
}

.widget-submit-topic .btn-submit, .widget-api .btn {
    border-radius: 1px !important;
   
}



.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
 #bbt_login_modal .modal-body .login-details a {
    float: none;
    display: block;
    height: auto !important;
    line-height: 30px !important;
    margin: 5px !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 600 !important;
}
.modal-body .login-details a {
    float: left !important;
    width: 100% !important;
    font-size: 11px !important;
    text-align: left !important;
    color: #3c4145 !important;
    opacity: 0.8;
    margin-bottom: 47px !important;
}

#bbt_login_modal .modal-body .login-details .login-placeholder input {
    width: 100%;
    border: solid #ededed;
    border-width: 0 0 1px 0;
    opacity: 1;
    padding: 10px;
    margin: 0;
    border-radius: 0;
    height: 30px;
    font-size: 13px;
    font-weight: 400;
    color: #3c4145;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.social-login .btn-twitter {
    background-color: #e42012 !important;
    margin-left: 20px;
}
 .widget-container ul li a {
    color: #454545;
    font-weight: 700 !important;
}

.help-desk .title {
    margin-top: 10px;
    margin-bottom: 18px !important;
}

.sample-page .title {
    margin-bottom: 12px !important;
    font-size: 1.5em !important;
    font-weight: 600 !important;
}

.dropdown:hover .dropdown-menu {
    display: block !important;
    margin-top: 0 !important; // remove the gap so it doesn't close
 }


   #example_filter{
        float: right!important;
    }
    .paginate_button{
        color: #fff;
        background: #6b2068db;
        padding: 5px 5px 5px 5px;
        margin: 1.50px;
        font-size: 16px;
    }
    .dataTables_paginate {
        float: right !important; 
    }
