﻿.menuActive {
    color: blue;
}

html, body {
    height: 100%;
}

::-webkit-scrollbar {
    width: 6px;
    height: 10px;
}

.ancSec1 {
    background: #4a4a4a;
}

.questionbgn-alt {
    padding-bottom: 0px;
    min-height: 0px;
}

.fancymodal {
    padding: 120px 8px 225px;
}

#answer p {
    padding-top: 10px;
    font-size: 16px;
}

.fancymodal .fancymodal-overlay {
    -webkit-backface-visibility: hidden;
    background: rgba(218, 212, 212, 0.45);
}

.cd-header {
    height: 100px;
    line-height: 170px;
    position: relative;
}

    .cd-header h1 {
        text-align: center;
        color: #FFFFFF;
        font-size: 2.2rem;
    }

.starting {
    margin-bottom: -15px;
    text-align: left;
    padding-left: 63px;
    color: #999;
    font-size: 12px;
    margin-top: -2px;
    padding-bottom: 5px;
}

.emptyfeature {
    height: 40px;
    background-color: #FFF !important;
}

@media only screen and (min-width: 768px) {
    .cd-header {
        height: 160px;
        line-height: 280px;
    }

        .cd-header h1 {
            font-size: 3.6rem;
            font-weight: 300;
        }
}

.cd-pricing-container {
    width: 90%;
    margin: 3em auto;
}

@media only screen and (min-width: 768px) {
    .cd-pricing-container {
        margin: 3em auto;
    }

        .cd-pricing-container.cd-full-width {
            width: 100%;
            max-width: none;
        }
}

.cd-pricing-switcher {
    text-align: center;
}

    .cd-pricing-switcher .fieldset {
        display: inline-block;
        position: relative;
        padding: 0px;
        border-radius: 50em;
        border: 1px solid #00a9ff;
        background-color: #0af;
    }

    .cd-pricing-switcher input[type="radio"] {
        position: absolute;
        opacity: 0;
    }

    .cd-pricing-switcher label {
        position: relative;
        z-index: 1;
        display: inline-block;
        float: left;
        width: 92px;
        height: 40px;
        line-height: 45px;
        cursor: pointer;
        font-size: 1.4rem;
        color: #FFFFFF;
    }

    .cd-pricing-switcher .cd-switch {
        /* floating background */
        position: absolute;
        top: 2px;
        left: 2px;
        height: 40px;
        width: 90px;
        background-color: #216eaf;
        border-radius: 50em;
        -webkit-transition: -webkit-transform 0.5s;
        -moz-transition: -moz-transform 0.5s;
        transition: transform 0.5s;
    }

    .cd-pricing-switcher input[type="radio"]:checked + label + .cd-switch,
    .cd-pricing-switcher input[type="radio"]:checked + label:nth-of-type(n) + .cd-switch {
        /* use label:nth-of-type(n) to fix a bug on safari with multiple adjacent-sibling selectors*/
        -webkit-transform: translateX(90px);
        -moz-transform: translateX(90px);
        -ms-transform: translateX(90px);
        -o-transform: translateX(90px);
        transform: translateX(90px);
    }

.no-js .cd-pricing-switcher {
    display: none;
}

.nopricingmargin {
    margin: 3em 0 0 !important;
}

.yearplan {
    padding-bottom: 0px !important;
}

.showPlan {
    text-align: center;
    font-size: 17px;
    color: #ffffff;
    background-color: #8BC34A;
    padding: 5px;
    width: 25%;
    margin: 0 auto;
    margin-bottom: 40px;
    border-radius: 5px;
}

.cd-pricing-list {
    margin: 2em 0 0;
}

    .cd-pricing-list > li {
        position: relative;
        margin-bottom: 1em;
    }

@media only screen and (min-width: 768px) {
    .cd-pricing-list {
        margin: 7em 0 0;
    }

        .cd-pricing-list:after {
            content: "";
            display: table;
            clear: both;
        }

        .cd-pricing-list > li {
            width: 33.3333333333%;
            float: left;
        }

    .cd-has-margins .cd-pricing-list > li {
        width: 23%;
        float: left;
        margin-right: 1.5%;
    }

        .cd-has-margins .cd-pricing-list > li:last-of-type {
            margin-right: 0;
        }
}

.cd-pricing-wrapper {
    /* this is the item that rotates */
    position: relative;
}

.touch .cd-pricing-wrapper {
    /* fix a bug on IOS8 - rotating elements dissapear*/
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    perspective: 2000px;
}

.cd-pricing-wrapper.is-switched .is-visible {
    /* totate the tables - anticlockwise rotation */
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-animation: cd-rotate 0.5s;
    -moz-animation: cd-rotate 0.5s;
    animation: cd-rotate 0.5s;
}

.cd-pricing-wrapper.is-switched .is-hidden {
    /* totate the tables - anticlockwise rotation */
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: cd-rotate-inverse 0.5s;
    -moz-animation: cd-rotate-inverse 0.5s;
    animation: cd-rotate-inverse 0.5s;
    opacity: 0;
}

.cd-pricing-wrapper.is-switched .is-selected {
    opacity: 1;
}

.cd-pricing-wrapper.is-switched.reverse-animation .is-visible {
    /* invert rotation direction - clockwise rotation */
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-animation: cd-rotate-back 0.5s;
    -moz-animation: cd-rotate-back 0.5s;
    animation: cd-rotate-back 0.5s;
}

.cd-pricing-wrapper.is-switched.reverse-animation .is-hidden {
    /* invert rotation direction - clockwise rotation */
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: cd-rotate-inverse-back 0.5s;
    -moz-animation: cd-rotate-inverse-back 0.5s;
    animation: cd-rotate-inverse-back 0.5s;
    opacity: 0;
}

.cd-pricing-wrapper.is-switched.reverse-animation .is-selected {
    opacity: 1;
}

.cd-pricing-wrapper > li {
    background-color: #FFFFFF;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Firefox bug - 3D CSS transform, jagged edges */
    outline: 1px solid transparent;
}

    .cd-pricing-wrapper > li::after {
        /* subtle gradient layer on the right - to indicate it's possible to scroll */
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 50px;
        pointer-events: none;
        background: -webkit-linear-gradient( right, #FFFFFF, rgba(255, 255, 255, 0));
        background: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0));
    }

    .cd-pricing-wrapper > li.is-ended::after {
        /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
        display: none;
    }

.cd-pricing-wrapper .is-visible {
    /* the front item, visible by default */
    position: relative;
    z-index: 5;
}

.cd-pricing-wrapper .is-hidden {
    /* the hidden items, right behind the front one */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.cd-pricing-wrapper .is-selected {
    /* the next item that will be visible */
    z-index: 3 !important;
}

@media only screen and (min-width: 768px) {
    .cd-pricing-wrapper > li::before {
        /* separator between pricing tables - visible when number of tables > 3 */
        content: '';
        position: absolute;
        z-index: 6;
        left: -1px;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 50%;
        width: 1px;
        background-color: #b1d6e8;
    }

    .cd-pricing-wrapper > li::after {
        /* hide gradient layer */
        display: none;
    }

    .cd-popular .cd-pricing-wrapper > li {
        box-shadow: inset 0 0 0 3px #e97d68;
    }

    .cd-has-margins .cd-pricing-wrapper > li, .cd-has-margins .cd-popular .cd-pricing-wrapper > li {
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    }

    .cd-secondary-theme .cd-pricing-wrapper > li {
        background: #3aa0d1;
        background: -webkit-linear-gradient( bottom, #3aa0d1, #3ad2d1);
        background: linear-gradient(to top, #3aa0d1, #3ad2d1);
    }

    .cd-secondary-theme .cd-popular .cd-pricing-wrapper > li {
        background: #e97d68;
        background: -webkit-linear-gradient( bottom, #e97d68, #e99b68);
        background: linear-gradient(to top, #e97d68, #e99b68);
        box-shadow: none;
    }

    :nth-of-type(1) > .cd-pricing-wrapper > li::before {
        /* hide table separator for the first table */
        display: none;
    }

    .cd-has-margins .cd-pricing-wrapper > li {
        border-radius: 4px 4px 6px 6px;
    }

        .cd-has-margins .cd-pricing-wrapper > li::before {
            display: none;
        }
}

@media only screen and (min-width: 1500px) {
    .cd-full-width .cd-pricing-wrapper > li {
        padding: 2.5em 0;
    }
}

.no-js .cd-pricing-wrapper .is-hidden {
    position: relative;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    margin-top: 1em;
}

@media only screen and (min-width: 768px) {
    .cd-popular .cd-pricing-wrapper > li::before {
        /* hide table separator for .cd-popular table */
        display: none;
    }

    .cd-popular + li .cd-pricing-wrapper > li::before {
        /* hide table separator for tables following .cd-popular table */
        display: none;
    }
}

.cd-pricing-header {
    position: relative;
    z-index: 1;
    height: 80px;
    padding: 1em;
    pointer-events: none;
    background-color: #3aa0d1;
    color: #FFFFFF;
}

    .cd-pricing-header h2 {
        margin-bottom: 3px;
        font-weight: 700;
    }

.cd-popular .cd-pricing-header {
    background-color: #0af;
}

@media only screen and (min-width: 768px) {
    .cd-pricing-header {
        height: auto;
        padding: 1.9em 0.9em 1.6em;
        pointer-events: auto;
        text-align: center;
        color: #173d50;
        background-color: transparent;
    }

    .best-value {
        padding: 15px;
        text-align: center;
        background-color: #2ecb24;
        color: #fff;
        font-size: 17px;
        font-weight: 500;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .cd-popular .cd-pricing-header {
        color: #0af;
        background-color: transparent;
    }

    .cd-secondary-theme .cd-pricing-header {
        color: #FFFFFF;
    }

    .cd-pricing-header h2 {
        font-size: 22px;
        letter-spacing: 2px;
    }

    .cd-pricing-header h5 {
        color: #999;
        font-size: 15px;
    }
}

.cd-currency, .cd-value {
    font-size: 3rem;
    font-weight: 300;
}

.cd-duration {
    font-weight: 700;
    font-size: 1.3rem;
    color: #8dc8e4;
}

.cd-popular .cd-duration {
    color: #f3b6ab;
}

.cd-duration::before {
    content: '/';
    margin-right: 2px;
}

@media only screen and (min-width: 768px) {
    .cd-value {
        font-size: 4rem;
        font-weight: 300;
    }

    .cd-currency, .cd-duration {
        color: rgb(23, 61, 80);
    }

    .cd-popular .cd-currency, .cd-popular .cd-duration {
        color: #0af;
    }

    .cd-secondary-theme .cd-currency, .cd-secondary-theme .cd-duration {
        color: #2e80a7;
    }

    .cd-secondary-theme .cd-popular .cd-currency, .cd-secondary-theme .cd-popular .cd-duration {
        color: #ba6453;
    }

    .cd-currency {
        display: inline-block;
        margin-top: 10px;
        vertical-align: top;
        font-size: 2rem;
        font-weight: 700;
    }

    .cd-duration {
        font-size: 1.4rem;
    }
}

.cd-pricing-body {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.is-switched .cd-pricing-body {
    /* fix a bug on Chrome Android */
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .cd-pricing-body {
        overflow-x: visible;
    }
}

.cd-pricing-features {
    width: 600px;
}

    .cd-pricing-features:after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-pricing-features li {
        padding: 1.6em 1em;
        font-size: 1.4rem;
        text-align: center;
        overflow: hidden;
        min-height: 60px;
    }

    .cd-pricing-features em {
        display: block;
        margin-bottom: 5px;
        font-weight: 600;
        font-style: normal;
        font-size: 17px;
    }

@media only screen and (min-width: 768px) {
    .cd-pricing-features {
        width: auto;
    }

        .cd-pricing-features li {
            float: none;
            width: auto;
            padding: 10px;
        }

    .cd-popular .cd-pricing-features li {
        margin: 0 3px;
    }

    .cd-pricing-features li:nth-of-type(2n+1) {
        background-color: rgba(23, 61, 80, 0.06);
    }

    .cd-pricing-features em {
        display: inline-block;
        margin-bottom: 0;
        font-style: normal;
    }

    .cd-has-margins .cd-popular .cd-pricing-features li, .cd-secondary-theme .cd-popular .cd-pricing-features li {
        margin: 0;
    }

    .cd-secondary-theme .cd-pricing-features li {
        color: #FFFFFF;
    }

        .cd-secondary-theme .cd-pricing-features li:nth-of-type(2n+1) {
            background-color: transparent;
        }
}

.suggestPlan {
    padding-top: 30px;
    margin-top: -85px;
}

.suggestSelection {
    padding-bottom: 64px;
}

.cd-pricing-footer {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    /* on mobile it covers the .cd-pricing-header */
    height: 80px;
    width: 100%;
    outline: none;
}

    .cd-pricing-footer::after {
        /* right arrow visible on mobile */
        content: '';
        position: absolute;
        right: 1em;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 20px;
        width: 20px;
    }

@media only screen and (min-width: 768px) {
    .cd-pricing-footer {
        position: relative;
        height: auto;
        padding: 1.8em 0;
        text-align: center;
    }

        .cd-pricing-footer::after {
            /* hide arrow */
            display: none;
        }

    .cd-has-margins .cd-pricing-footer {
        padding-bottom: 0;
    }
}

.cd-select {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    /* hide button text on mobile */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    outline: none;
}

    .cd-select:hover {
        text-decoration: none !important;
    }

@media only screen and (min-width: 768px) {
    .cd-select {
        position: static;
        display: inline-block;
        height: auto;
        padding: 1.3em 3em;
        color: #FFFFFF;
        border-radius: 2px;
        background-color: #0c1f28;
        font-size: 1.4rem;
        text-indent: 0;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .no-touch .cd-select:hover {
        background-color: #112e3c;
    }

    .cd-popular .cd-select {
        background-color: #0af;
    }

    .no-touch .cd-popular .cd-select:hover {
        background-color: #0af;
    }

    .cd-secondary-theme .cd-popular .cd-select {
        background-color: #0c1f28;
    }

    .no-touch .cd-secondary-theme .cd-popular .cd-select:hover {
        background-color: #112e3c;
    }

    .cd-has-margins .cd-select {
        display: block;
        padding: 10px;
        border-radius: 0 0 4px 4px;
    }
}

/* -------------------------------- 

xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }

    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(200deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
    }
}

@-moz-keyframes cd-rotate {
    0% {
        -moz-transform: perspective(2000px) rotateY(0);
    }

    70% {
        /* this creates the bounce effect */
        -moz-transform: perspective(2000px) rotateY(200deg);
    }

    100% {
        -moz-transform: perspective(2000px) rotateY(180deg);
    }
}

@keyframes cd-rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }

    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(200deg);
        -moz-transform: perspective(2000px) rotateY(200deg);
        -ms-transform: perspective(2000px) rotateY(200deg);
        -o-transform: perspective(2000px) rotateY(200deg);
        transform: perspective(2000px) rotateY(200deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        -moz-transform: perspective(2000px) rotateY(180deg);
        -ms-transform: perspective(2000px) rotateY(180deg);
        -o-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }
}

@-webkit-keyframes cd-rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
    }

    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(20deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
}

@-moz-keyframes cd-rotate-inverse {
    0% {
        -moz-transform: perspective(2000px) rotateY(-180deg);
    }

    70% {
        /* this creates the bounce effect */
        -moz-transform: perspective(2000px) rotateY(20deg);
    }

    100% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
}

@keyframes cd-rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        -moz-transform: perspective(2000px) rotateY(-180deg);
        -ms-transform: perspective(2000px) rotateY(-180deg);
        -o-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }

    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(20deg);
        -moz-transform: perspective(2000px) rotateY(20deg);
        -ms-transform: perspective(2000px) rotateY(20deg);
        -o-transform: perspective(2000px) rotateY(20deg);
        transform: perspective(2000px) rotateY(20deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}

@-webkit-keyframes cd-rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }

    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(-200deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
    }
}

@-moz-keyframes cd-rotate-back {
    0% {
        -moz-transform: perspective(2000px) rotateY(0);
    }

    70% {
        /* this creates the bounce effect */
        -moz-transform: perspective(2000px) rotateY(-200deg);
    }

    100% {
        -moz-transform: perspective(2000px) rotateY(-180deg);
    }
}

@keyframes cd-rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }

    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(-200deg);
        -moz-transform: perspective(2000px) rotateY(-200deg);
        -ms-transform: perspective(2000px) rotateY(-200deg);
        -o-transform: perspective(2000px) rotateY(-200deg);
        transform: perspective(2000px) rotateY(-200deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        -moz-transform: perspective(2000px) rotateY(-180deg);
        -ms-transform: perspective(2000px) rotateY(-180deg);
        -o-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }
}

@-webkit-keyframes cd-rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
    }

    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(-20deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
}

@-moz-keyframes cd-rotate-inverse-back {
    0% {
        -moz-transform: perspective(2000px) rotateY(180deg);
    }

    70% {
        /* this creates the bounce effect */
        -moz-transform: perspective(2000px) rotateY(-20deg);
    }

    100% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
}

@keyframes cd-rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        -moz-transform: perspective(2000px) rotateY(180deg);
        -ms-transform: perspective(2000px) rotateY(180deg);
        -o-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }

    70% {
        /* this creates the bounce effect */
        -webkit-transform: perspective(2000px) rotateY(-20deg);
        -moz-transform: perspective(2000px) rotateY(-20deg);
        -ms-transform: perspective(2000px) rotateY(-20deg);
        -o-transform: perspective(2000px) rotateY(-20deg);
        transform: perspective(2000px) rotateY(-20deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}

.formlabel {
    text-align: left;
    font-size: 10px;
    color: #666;
    padding-bottom: 5px;
}

.premiumModal {
    height: 340px;
}

#tdesc p {
    line-height: 25px;
}

.w3-2017-white {
    color: #333;
    background-color: #f9f9f9;
}

.selectedMenuItem {
    background-color: rgba(3, 169, 244, 0.2901960784313726);
    border: 1px solid #03A9F4;
    border-radius: 3px;
    margin-top: 3px;
}

.ng-table th {
    text-align: left !important;
}

.btn {
    outline: none !important;
}

.pagination > li > a, .pagination > li > span {
    color: #333;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #999;
    border-color: #999;
}

.elip {
    max-width: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ng-table th.filter .input-filter {
    font-weight: normal;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    outline: none;
}

.shareChannel {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #8c9eff;
    padding: 5px;
    font-size: 15px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
}

.selectedUrl {
    border: 1px solid #ddd !important;
    background-color: #fafad2;
    border-radius: 3px;
}

.iphone-6-portrait {
    background-image: url('../assets/iphone11.png');
    background-repeat: no-repeat;
    background-size: 700px 700px;
}

.ipad-portrait {
    background-image: url('../assets/ipad.png');
    padding: 111px 0 113px;
}

.dt-portrait {
    background-image: url('../assets/laptop.png');
}

.previewBtnWhite {
    font-size: 13px;
    width: 80px;
    color: #FFF;
    background: rgb(101, 113, 181);
    float: left;
    padding: 10px;
    margin: 10px;
    margin-left: 20px;
    border: 1px solid rgb(101, 113, 181);
    margin-right: 10px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 5px;
    cursor: pointer;
}

.previewBtnBlack {
    font-size: 13px;
    width: 80px;
    color: #333;
    float: left;
    padding: 10px;
    margin: 10px;
    margin-left: 20px;
    border: 1px solid #333;
    margin-right: 10px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 5px;
    cursor: pointer;
}

.selectedDeviceColor {
    color: rgb(101, 113, 181);
}

.org-title {
    padding: 5px;
    font-size: 22px;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgb(189,189,189);
}

.templatetab {
    border-bottom: 2px solid #ff4081 !important;
    color: #4455b7;
    font-weight:bold;
}

.templateActive {
    background: papayawhip;
}

.optionSelection {
    border: 3px solid rgb(140,158,255) !important;
}

#ads {
    margin: 8px 0 3px 0;
}

    #ads .card-notify-badge {
        position: absolute;
        left: -10px;
        top: -20px;
        background: #f2d900;
        text-align: center;
        border-radius: 30px 30px 30px 30px;
        color: #000;
        padding: 5px 10px;
        font-size: 14px;
    }

    #ads .card-notify-year {
        position: absolute;
        right: 35px;
        top: 17px;
        background: rgb(39, 174, 96);
        border-radius: 50%;
        text-align: center;
        color: #fff;
        font-size: 16px;
        width: 40px;
        height: 40px;
        padding: 10px 0 0 0;
    }


    #ads .card-detail-badge {
        background: #f2d900;
        text-align: center;
        border-radius: 30px 30px 30px 30px;
        color: #000;
        padding: 5px 10px;
        font-size: 14px;
    }






    #ads .ad-btn {
        text-transform: uppercase;
        width: 150px;
        height: 40px;
        border-radius: 80px;
        font-size: 16px;
        line-height: 35px;
        text-align: center;
        border: 3px solid #e6de08;
        display: block;
        text-decoration: none;
        margin: 20px auto 1px auto;
        color: #000;
        overflow: hidden;
        position: relative;
        background-color: #e6de08;
    }

        #ads .ad-btn:hover {
            background-color: #e6de08;
            color: #1e1717;
            border: 2px solid #e6de08;
            background: transparent;
            transition: all 0.3s ease;
            box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
        }

    #ads .ad-title h5 {
        text-transform: uppercase;
        font-size: 18px;
    }

.center-div {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rzslider .rz-tick-legend {
    max-width: 100px !important;
    padding-right: 5px;
}

.rzslider span {
    overflow-wrap: break-word;
}

.rzslider .rz-pointer {
    outline: none;
    /*background-color: #227ac9 !important;*/
}

.dropdown-caret {
    border-bottom: 0 solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top-style: solid;
    border-top-width: 4px;
    float: right;
    content: "";
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
    color: #FFF;
    margin-top: 12px;
    margin-left: 5px;
}

.oCounter {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    min-width: 20px;
    padding: 0 6px;
    text-align: center;
    border-radius: 50%;
    background-color: #ddd;
}

.oProfile {
    padding-bottom: 5px;
    font-size: 14px;
    word-break: break-all;
}

.oSideHead {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    border-top: 1px solid #ddd;
    margin-bottom: 5px;
    padding-top: 20px;
}

.odashdesc {
    padding: 15px;
    -webkit-line-clamp: 3;
    white-space: normal;
    font-size: 13px;
    border: 1px solid #d0d7de;
    border-bottom: 0px;
    height: 110px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: left;
}

.olive {
    padding: 3px;
    padding-left: 10px;
    background-color: #fff;
    padding-right: 10px;
    border-radius: 3px;
    font-size: 10px;
    letter-spacing: 2px;
    color: #6a901d;
    border: 1px solid #6a901d;
}

.oclosed {
    padding: 3px;
    padding-left: 10px;
    background-color: white;
    padding-right: 10px;
    border-radius: 3px;
    font-size: 10px;
    letter-spacing: 2px;
    border: 1px solid orangered;
    color: orangered;
}

.ogborder {
    border: 1px solid #999;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 11px;
}

.ogfborder {
    border: 1px solid #999;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    margin-top: 8px;
    font-size: 11px;
    cursor: pointer;
    margin-left: 15px;
    display: inline-block;
}

.ogfsborder {
    cursor: pointer;
    border: 1px solid #8c9eff;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 11px;
    margin-left: 15px;
    color: #fff;
    background: #8c9eff;
}

.avatarborder {
    border: 2px solid #006dd9;
    color: #006dd9;
    font-weight: bolder;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    font-size: 11px;
    cursor: pointer;
    margin: 5px;
    display: inline-block;
}

.avatarSborder {
    cursor: pointer;
    border: 2px solid #006dd9;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    margin: 5px;
    font-size: 11px;
    color: #fff;
    background: #006dd9;
}

.oblue {
    padding: 3px;
    padding-left: 10px;
    background-color: #FFF;
    padding-right: 10px;
    border-radius: 3px;
    font-size: 10px;
    letter-spacing: 2px;
    color: #539be2;
    border: 1px solid #539be2;
}

.ogreen {
    text-align: center;
    padding: 6px;
    border: 1px solid #3caf0d;
    border-radius: 5px;
    background-color: #66bd49;
    color: #fff;
}

.oOrange {
    padding: 3px;
    padding-left: 10px;
    background-color: #d69f22;
    padding-right: 10px;
    border-radius: 3px;
    font-size: 11px;
    letter-spacing: 1px;
    color: #fff;
}

.obluebtn {
    text-align: center;
    padding: 6px;
    border: 1px solid #6ba4d6;
    border-radius: 5px;
    background-color: #2090ff;
    color: #fff;
}

.ogive-opinions {
    padding: 10px;
}

.ogreen-btn {
    padding: 6px;
    border: 1px solid #c7b2b2;
    border-radius: 5px;
    background-color: yellowgreen;
}

.owhite-btn {
    text-align: center;
    padding: 6px;
    border: 1px solid #d0d7de;
    border-radius: 5px;
    background-color: #FFFFFF;
}

.oSelected {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    font-weight: bold;
    border-bottom: 2px solid #fd8c73;
}

.oblue-btn {
    padding: 6px;
    border: 1px solid #c7b2b2;
    border-radius: 5px;
    background-color: #bfe2ff;
    padding-bottom: 10px;
}

.ogold-btn {
    padding: 6px;
    border: 1px solid #c7b2b2;
    border-radius: 5px;
    background-color: gold;
}

.ocard-action {
    padding: 0;
    background-color: #FFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #DDD;
    border-top: 0px;
}

.bottom-block {
    text-align: left;
    padding-left: 5%;
}

.digit-group {
    text-align: center;
}

    .digit-group input {
        width: 50px;
        height: 50px;
        border-radius: 5px;
        border: 1px solid #999;
        line-height: 50px;
        text-align: center;
        font-size: 24px;
        font-family: 'Raleway', sans-serif;
        font-weight: 200;
        color: black;
        margin: 0 5px;
    }

    .digit-group .splitter {
        padding: 0 5px;
        color: white;
        font-size: 24px;
    }

.prompt {
    margin-bottom: 20px;
    font-size: 20px;
    color: white;
}

.modestyle {
    float: left;
    width: 100%;
    background-color: #ebedfa;
    margin-bottom: 10px;
    color: #333;
    border-radius: 3px;
    padding: 10px;
    border: 1px solid #ced4f7;
    color: #333;
    font-size: 16px;
}
/* basic positioning */
.legend {
    list-style: none;
    padding-inline-start: 0px;
    margin-top: 15px;
}

    .legend li {
        float: left;
        margin-right: 10px;
    }

    .legend span {
        border: 1px solid #ccc;
        float: left;
        width: 12px;
        height: 12px;
        margin: 2px;
    }
    /* your colors */
    .legend .received {
        background-color: #47b3a9;
    }

    .legend .completed {
        background-color: #e0e045;
    }

    .legend .yettofinish {
        background-color: #e5b0e5;
    }

.oTabs {
    width: 25%;
    float: left;
}

.oBabs img {
    width: 150px;
    height: 150px;
}

.oPTitle {
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
    color: #333;
    text-align: center;
}
/*Media query*/
@media only screen and (max-width: 900px) {
    .oTabs div span {
        display: none;
    }
    .org-title{
        display:none;
    }
    #style-1{
        padding:0px !important;
    }
    .questionsBackground-white{
        padding:0px !important;
    }
    .oPTitle {
        font-size: 18px;
    }

    .oBabs img {
        width: 100px;
        height: 100px;
    }

    .tab_container {
        width: 98%;
    }
}
.header-opinion {
    float: left;
    width: 100px;
    padding: 5px;
    color: #FFF;
    position: relative;
    z-index: 999;
    border-bottom: 3px solid rgb(0 88 169);
    background-color: rgb(0 88 169);
    text-align: center;
    cursor: pointer;
}

.shdesc {
    padding: 15px;
    -webkit-line-clamp: 3;
    white-space: normal;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius:5px;
    text-align: center;
    font-weight: bold;
    background-color:#fff;
}
.shdesc1 {
    padding: 15px;
    -webkit-line-clamp: 3;
    white-space: normal;
    font-size: 16px;
    border: 1px solid #c6bfef;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    background-color: #e0e5ff;
}
.topsec {
    height: 110px;
    padding: 15px;
    border: 1px solid #DDD;
    border-radius: 5px;
    margin: 15px;
}
.numberCircle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 7px;
    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    font: 18px Arial, sans-serif;
    font-weight: bold;
}
.numberText {
    padding: 8px;
    padding-left: 15px;
    font-size: 16px;
    font-weight: bold;
}