/* here you can put your own css to customize and override the theme */
#datatable_ajax tbody tr
{
    cursor:pointer;
}

.attachmentblk
{
    display:none;
}
.rating-box {
    float: left;
    position: relative;
    width: 69px;
    height: 16px;
    margin: 0 5px 3px 0;
    background: url(../img/product_rating_blank_star.gif) repeat-x;
}
.rating-box .rating {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    background: url(../img/product_rating_full_star.gif) repeat-x;
}
.blockhelptitle
{
    cursor:pointer;
}
.borderless>thead>tr>th
.borderless>thead>tr>td
.borderless>tbody>tr>th
.borderless>tbody>tr>td
.borderless>tfoot>tr>th
.borderless>tfoot>tr>td {
    border: none !important;
}
.order-status{
    display: inline-block;
    margin-right: 5px;
    width: 15px;
    height: 20px;
    margin-top: 6px;
    float:left;
}
.bannerBar-div{
    color: #fff;
    padding: 12px 0;
    text-align: center;
    z-index: 300;
    display: inline-block;
    float: none;
    padding: 3px 0;
    width: auto;
}
.bannerBar-content{
    margin: 0 auto;
    padding: 4px 1rem;
}
.bannerBar-content h3{
    margin: 0 0 0.25rem 1rem;
    line-height: 2rem;
}
.bannerBar-item .counter{
    background: linear-gradient(to bottom, #5d5b66 48%, #34313f 49%, #5d5b66 52%);
    background-color: #5d5b66;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin: 0 1px;
    min-width: 28px;
    padding: 0 8px;
}
.bannerBar .btn{
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    line-height: 1;
    padding: 9px 25px;
    transition: all 100ms linear 0s;
    vertical-align: middle;
}
.bannerBar .btn-primary {
    background: #4b71fc;
    border: 1px solid #4b71fc;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    text-shadow: none;
}
.bannerBar-content .select-plan {
    border-radius: 2px;
    display: inline-block;
    margin-left: 1rem;
    padding: 6px 20px 7px;
    white-space: nowrap;
}
.bannerBar-content h3 {
    display: inline-block;
}
.bannerBar-trial span {
    font-size: 19px;
}

.page-header.navbar .top-menu {
    display: inline;
}
.page-header-inner {
    text-align: center;
}


@media(max-width:480px) { 
    .bannerBar-div {
        width: 80%;
    }
    .bannerBar-trial span {
        font-size: 12px;
    }
    .page-header.navbar {
        height: auto;
    }
}
/*
account upgrade pricing boxes
*/
.pricing-page .hero-holder {
    background: #35373C url('../images/hero/hero-pricing.jpg') no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.pricing-page .actions {
    margin-top: 60px;
}
.pricing-page .actions a {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.pricing-page .actions a:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    text-decoration: none;
}
.pricing-page .actions a img {
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.pricing-page .actions a img:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.pricing-page .heading-section {
    padding-top: 180px;
}
.pricing-block {
    padding-top: 90px;
    padding-bottom: 90px;
}
.pricing-block .block-heading {
    margin-top: 0;
    margin-bottom: 90px;
    font-size: 28px;
    color: #35373C;
}
.pricing-block .item {
    margin-bottom: 30px;
}
.pricing-block .item.item-2 {
    margin-bottom: 60px;
}
.pricing-block .item-inner {
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.pricing-block .item-heading {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;
}
.pricing-block .item-intro {
    font-size: 14px;
    margin-bottom: 15px;
}
.pricing-block .summary-box {
    padding: 30px;
    background: #159bc0;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.pricing-block .item-popular .item-inner {
    position: relative;
}
.pricing-block .item-popular .summary-box {
    background: #51a852;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.pricing-block .summary-box .price p {
    color: #fff;
}

.pricing-block .summary-box .price p a{
    color: #fff;
}

.pricing-block .item-popular .popular-tag {
    color: #fff;
    background: #408641;
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
.pricing-block .currency {
    font-size: 28px;
}
.pricing-block .number {
    font-size: 46px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.pricing-block .unit {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin-bottom: 30px;
}
.pricing-block .btn-container {
    margin-bottom: 10px;
}
.pricing-block .notes {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}
.pricing-block .details-box {
    padding: 30px;
    background: #656972;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.pricing-block .details-list li {
    margin-bottom: 15px;
    font-size: 14px;
}
.pricing-block .details-list li .fa {
    color: rgba(255, 255, 255, 0.3);
}
a.btn-ghost, .btn-ghost {
    background: none;
    border: 2px solid #fff;
    color: #fff;
}

.sticky {
    position: fixed;
    -webkit-backface-visibility: hidden;
}