.container {
    width: 100%;
}
@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}
@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}
.form-input,.form-textarea,.form-select,.form-multiselect {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563eb;
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1;
}
.form-input:-ms-input-placeholder, .form-textarea:-ms-input-placeholder {
    color: #6b7280;
    opacity: 1;
}
.form-input::placeholder,.form-textarea::placeholder {
    color: #6b7280;
    opacity: 1;
}
.form-input::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}
.form-input::-webkit-date-and-time-value {
    min-height: 1.5em;
}
.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
}
.form-checkbox,.form-radio {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
}
.form-checkbox {
    border-radius: 0px;
}
.form-checkbox:focus,.form-radio:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.form-checkbox:checked,.form-radio:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.form-checkbox:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
    border-color: transparent;
    background-color: currentColor;
}
.form-checkbox:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
}
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
}
.pointer-events-none {
    pointer-events: none !important;
}
.visible {
    visibility: visible !important;
}
.collapse {
    visibility: collapse !important;
}
.static {
    position: static !important;
}
.fixed {
    position: fixed !important;
}
.absolute {
    position: absolute !important;
}
.relative {
    position: relative !important;
}
.sticky {
    position: sticky !important;
}
.inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
}
.inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
}
.-top-14 {
    top: -3.5rem !important;
}
.-top-40 {
    top: -10rem !important;
}
.top-4 {
    top: 1rem !important;
}
.-top-2 {
    top: -0.5rem !important;
}
.-top-1 {
    top: -0.25rem !important;
}
.-left-3 {
    left: -0.75rem !important;
}
.-top-4 {
    top: -1rem !important;
}
.top-0 {
    top: 0px !important;
}
.right-4 {
    right: 1rem !important;
}
.right-3 {
    right: 0.75rem !important;
}
.top-2 {
    top: 0.5rem !important;
}
.left-0 {
    left: 0px !important;
}
.top-\[-18px\] {
    top: -18px !important;
}
.left-\[-19px\] {
    left: -19px !important;
}
.top-5 {
    top: 1.25rem !important;
}
.right-5 {
    right: 1.25rem !important;
}
.-left-\[30px\] {
    left: -30px !important;
}
.top-3 {
    top: 0.75rem !important;
}
.right-12 {
    right: 3rem !important;
}
.bottom-full {
    bottom: 100% !important;
}
.right-0 {
    right: 0px !important;
}
.top-3\.5 {
    top: 0.875rem !important;
}
.-left-6 {
    left: -1.5rem !important;
}
.top-1 {
    top: 0.25rem !important;
}
.-top-16 {
    top: -4rem !important;
}
.top-7 {
    top: 1.75rem !important;
}
.top-0\.5 {
    top: 0.125rem !important;
}
.bottom-0 {
    bottom: 0px !important;
}
.left-\[50\%\] {
    left: 50% !important;
}
.top-8 {
    top: 2rem !important;
}
.right-8 {
    right: 2rem !important;
}
.-left-80 {
    left: -20rem !important;
}
.top-10 {
    top: 2.5rem !important;
}
.right-1 {
    right: 0.25rem !important;
}
.-top-1\.5 {
    top: -0.375rem !important;
}
.-right-3 {
    right: -0.75rem !important;
}
.-top-3\.5 {
    top: -0.875rem !important;
}
.left-48 {
    left: 12rem !important;
}
.-top-3 {
    top: -0.75rem !important;
}
.top-24 {
    top: 6rem !important;
}
.z-20 {
    z-index: 20 !important;
}
.z-40 {
    z-index: 40 !important;
}
.z-30 {
    z-index: 30 !important;
}
.z-10 {
    z-index: 10 !important;
}
.z-50 {
    z-index: 50 !important;
}
.col-auto {
    grid-column: auto !important;
}
.col-span-4 {
    grid-column: span 4 / span 4 !important;
}
.col-span-8 {
    grid-column: span 8 / span 8 !important;
}
.float-right {
    float: right !important;
}
.float-left {
    float: left !important;
}
.float-none {
    float: none !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.m-0 {
    margin: 0px !important;
}
.m-auto {
    margin: auto !important;
}
.my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}
.my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
}
.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
}
.mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}
.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.-mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
}
.-my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
}
.-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
}
.-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
}
.mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}
.-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
}
.my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}
.my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
}
.mb-5 {
    margin-bottom: 1.25rem !important;
}
.mr-2 {
    margin-right: 0.5rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-8 {
    margin-top: 2rem !important;
}
.mt-4 {
    margin-top: 1rem !important;
}
.mb-12 {
    margin-bottom: 3rem !important;
}
.mb-3 {
    margin-bottom: 0.75rem !important;
}
.mr-1 {
    margin-right: 0.25rem !important;
}
.mt-10 {
    margin-top: 2.5rem !important;
}
.mt-6 {
    margin-top: 1.5rem !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.ml-2 {
    margin-left: 0.5rem !important;
}
.mt-0 {
    margin-top: 0px !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.ml-5 {
    margin-left: 1.25rem !important;
}
.mt-3 {
    margin-top: 0.75rem !important;
}
.ml-0 {
    margin-left: 0px !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mt-5 {
    margin-top: 1.25rem !important;
}
.mr-0 {
    margin-right: 0px !important;
}
.mb-4 {
    margin-bottom: 1rem !important;
}
.-mt-24 {
    margin-top: -6rem !important;
}
.mr-3 {
    margin-right: 0.75rem !important;
}
.mr-4 {
    margin-right: 1rem !important;
}
.ml-20 {
    margin-left: 5rem !important;
}
.mr-5 {
    margin-right: 1.25rem !important;
}
.-mr-\[17px\] {
    margin-right: -17px !important;
}
.ml-4 {
    margin-left: 1rem !important;
}
.ml-3 {
    margin-left: 0.75rem !important;
}
.ml-auto {
    margin-left: auto !important;
}
.mt-7 {
    margin-top: 1.75rem !important;
}
.mb-8 {
    margin-bottom: 2rem !important;
}
.mt-9 {
    margin-top: 2.25rem !important;
}
.mb-6 {
    margin-bottom: 1.5rem !important;
}
.ml-\[-540px\] {
    margin-left: -540px !important;
}
.-mt-2 {
    margin-top: -0.5rem !important;
}
.mt-24 {
    margin-top: 6rem !important;
}
.mb-32 {
    margin-bottom: 8rem !important;
}
.mb-11 {
    margin-bottom: 2.75rem !important;
}
.mb-16 {
    margin-bottom: 4rem !important;
}
.mb-9 {
    margin-bottom: 2.25rem !important;
}
.mr-11 {
    margin-right: 2.75rem !important;
}
.mr-12 {
    margin-right: 3rem !important;
}
.box-border {
    box-sizing: border-box !important;
}
.block {
    display: block !important;
}
.\!block {
    display: block !important;
}
.inline-block {
    display: inline-block !important;
}
.inline {
    display: inline !important;
}
.flex {
    display: flex !important;
}
.inline-flex {
    display: inline-flex !important;
}
.table {
    display: table !important;
}
.table-row {
    display: table-row !important;
}
.grid {
    display: grid !important;
}
.contents {
    display: contents !important;
}
.list-item {
    display: list-item !important;
}
.hidden {
    display: none !important;
}
.h-0\.5 {
    height: 0.125rem !important;
}
.h-0 {
    height: 0px !important;
}
.h-60 {
    height: 15rem !important;
}
.h-7 {
    height: 1.75rem !important;
}
.h-52 {
    height: 13rem !important;
}
.h-44 {
    height: 11rem !important;
}
.h-\[15px\] {
    height: 15px !important;
}
.h-5 {
    height: 1.25rem !important;
}
.h-auto {
    height: auto !important;
}
.h-36 {
    height: 9rem !important;
}
.h-9 {
    height: 2.25rem !important;
}
.h-8 {
    height: 2rem !important;
}
.h-20 {
    height: 5rem !important;
}
.h-full {
    height: 100% !important;
}
.h-\[38px\] {
    height: 38px !important;
}
.h-10 {
    height: 2.5rem !important;
}
.h-\[36px\] {
    height: 36px !important;
}
.h-\[750px\] {
    height: 750px !important;
}
.h-6 {
    height: 1.5rem !important;
}
.h-\[39px\] {
    height: 39px !important;
}
.h-96 {
    height: 24rem !important;
}
.h-\[40px\] {
    height: 40px !important;
}
.h-12 {
    height: 3rem !important;
}
.min-h-fit {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
}
.min-h-full {
    min-height: 100% !important;
}
.w-full {
    width: 100% !important;
}
.w-11\/12 {
    width: 91.666667% !important;
}
.w-\[782px\] {
    width: 782px !important;
}
.w-\[48\%\] {
    width: 48% !important;
}
.w-auto {
    width: auto !important;
}
.w-8\/12 {
    width: 66.666667% !important;
}
.w-96 {
    width: 24rem !important;
}
.w-3\/12 {
    width: 25% !important;
}
.w-48 {
    width: 12rem !important;
}
.w-44 {
    width: 11rem !important;
}
.w-1\/12 {
    width: 8.333333% !important;
}
.w-2\/12 {
    width: 16.666667% !important;
}
.w-3 {
    width: 0.75rem !important;
}
.w-\[440px\] {
    width: 440px !important;
}
.w-5 {
    width: 1.25rem !important;
}
.w-10\/12 {
    width: 83.333333% !important;
}
.w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important;
}
.w-80 {
    width: 20rem !important;
}
.w-40 {
    width: 10rem !important;
}
.w-72 {
    width: 18rem !important;
}
.w-60 {
    width: 15rem !important;
}
.w-\[20px\] {
    width: 20px !important;
}
.w-5\/12 {
    width: 41.666667% !important;
}
.w-\[220px\] {
    width: 220px !important;
}
.w-\[18px\] {
    width: 18px !important;
}
.w-0 {
    width: 0px !important;
}
.w-4\/12 {
    width: 33.333333% !important;
}
.w-8 {
    width: 2rem !important;
}
.w-1\/2 {
    width: 50% !important;
}
.w-1\/5 {
    width: 20% !important;
}
.w-max {
    width: -moz-max-content !important;
    width: max-content !important;
}
.w-52 {
    width: 13rem !important;
}
.w-1\/3 {
    width: 33.333333% !important;
}
.w-4\/5 {
    width: 80% !important;
}
.w-6 {
    width: 1.5rem !important;
}
.w-\[1080px\] {
    width: 1080px !important;
}
.w-\[508px\] {
    width: 508px !important;
}
.w-64 {
    width: 16rem !important;
}
.w-14 {
    width: 3.5rem !important;
}
.w-16 {
    width: 4rem !important;
}
.w-36 {
    width: 9rem !important;
}
.w-7 {
    width: 1.75rem !important;
}
.w-12 {
    width: 3rem !important;
}
.w-\[915px\] {
    width: 915px !important;
}
.w-\[525px\] {
    width: 525px !important;
}
.w-2\/3 {
    width: 66.666667% !important;
}
.min-w-full {
    min-width: 100% !important;
}
.min-w-\[141px\] {
    min-width: 141px !important;
}
.max-w-fit {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
}
.max-w-xs {
    max-width: 20rem !important;
}
.max-w-2xl {
    max-width: 42rem !important;
}
.max-w-3xl {
    max-width: 48rem !important;
}
.flex-initial {
    flex: 0 1 auto !important;
}
.flex-none {
    flex: none !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.grow {
    flex-grow: 1 !important;
}
.table-auto {
    table-layout: auto !important;
}
.table-fixed {
    table-layout: fixed !important;
}
.border-collapse {
    border-collapse: collapse !important;
}
.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.cursor-pointer {
    cursor: pointer !important;
}
.cursor-default {
    cursor: default !important;
}
.resize {
    resize: both !important;
}
.list-none {
    list-style-type: none !important;
}
.appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
}
.grid-flow-col {
    grid-auto-flow: column !important;
}
.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.place-content-center {
    place-content: center !important;
}
.items-center {
    align-items: center !important;
}
.justify-start {
    justify-content: flex-start !important;
}
.justify-end {
    justify-content: flex-end !important;
}
.justify-center {
    justify-content: center !important;
}
.justify-between {
    justify-content: space-between !important;
}
.gap-3 {
    gap: 0.75rem !important;
}
.gap-2 {
    gap: 0.5rem !important;
}
.gap-1 {
    gap: 0.25rem !important;
}
.gap-5 {
    gap: 1.25rem !important;
}
.gap-4 {
    gap: 1rem !important;
}
.gap-10 {
    gap: 2.5rem !important;
}
.gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
}
.gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-y-auto {
    overflow-y: auto !important;
}
.text-ellipsis {
    text-overflow: ellipsis !important;
}
.whitespace-nowrap {
    white-space: nowrap !important;
}
.break-words {
    overflow-wrap: break-word !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-md {
    border-radius: 0.375rem !important;
}
.rounded-lg {
    border-radius: 0.5rem !important;
}
.rounded-xl {
    border-radius: 0.75rem !important;
}
.rounded-2xl {
    border-radius: 1rem !important;
}
.rounded-full {
    border-radius: 9999px !important;
}
.rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
}
.rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
}
.border {
    border-width: 1px !important;
}
.border-l {
    border-left-width: 1px !important;
}
.border-t-0 {
    border-top-width: 0px !important;
}
.border-r-0 {
    border-right-width: 0px !important;
}
.border-b-0 {
    border-bottom-width: 0px !important;
}
.border-l-0 {
    border-left-width: 0px !important;
}
.border-t-\[19px\] {
    border-top-width: 19px !important;
}
.border-l-\[19px\] {
    border-left-width: 19px !important;
}
.border-b-\[19px\] {
    border-bottom-width: 19px !important;
}
.border-t-\[18px\] {
    border-top-width: 18px !important;
}
.border-l-\[18px\] {
    border-left-width: 18px !important;
}
.border-b-\[18px\] {
    border-bottom-width: 18px !important;
}
.border-solid {
    border-style: solid !important;
}
.border-none {
    border-style: none !important;
}
.border-transparent {
    border-color: transparent !important;
}
.border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(243 244 246 / var(--tw-border-opacity)) !important;
}
.border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}
.border-\[\#009FE3\] {
    --tw-border-opacity: 1 !important;
    border-color: rgb(0 159 227 / var(--tw-border-opacity)) !important;
}
.border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(248 113 113 / var(--tw-border-opacity)) !important;
}
.border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}
.border-\[\#bbb\] {
    --tw-border-opacity: 1 !important;
    border-color: rgb(187 187 187 / var(--tw-border-opacity)) !important;
}
.border-sky-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(14 165 233 / var(--tw-border-opacity)) !important;
}
.border-sky-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(2 132 199 / var(--tw-border-opacity)) !important;
}
.border-\[\#E0E0E0\] {
    --tw-border-opacity: 1 !important;
    border-color: rgb(224 224 224 / var(--tw-border-opacity)) !important;
}
.border-l-gray-100 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(243 244 246 / var(--tw-border-opacity)) !important;
}
.border-l-\[\#bbb\] {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(187 187 187 / var(--tw-border-opacity)) !important;
}
.border-l-sky-500 {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(14 165 233 / var(--tw-border-opacity)) !important;
}
.border-l-white {
    --tw-border-opacity: 1 !important;
    border-left-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.border-t-gray-300 {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}
.bg-sky-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(186 230 253 / var(--tw-bg-opacity)) !important;
}
.bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(21 128 61 / var(--tw-bg-opacity)) !important;
}
.bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-slate-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(248 250 252 / var(--tw-bg-opacity)) !important;
}
.bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}
.bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
}
.bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity)) !important;
}
.bg-sky-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(14 165 233 / var(--tw-bg-opacity)) !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(254 226 226 / var(--tw-bg-opacity)) !important;
}
.bg-purple-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(216 180 254 / var(--tw-bg-opacity)) !important;
}
.bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(220 252 231 / var(--tw-bg-opacity)) !important;
}
.bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(254 242 242 / var(--tw-bg-opacity)) !important;
}
.bg-orange-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 237 213 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#B1EED499\] {
    background-color: #B1EED499 !important;
}
.bg-\[\#80CFF099\] {
    background-color: #80CFF099 !important;
}
.bg-\[\#EBEBEB\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(235 235 235 / var(--tw-bg-opacity)) !important;
}
.bg-neutral-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(115 115 115 / var(--tw-bg-opacity)) !important;
}
.bg-sky-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(240 249 255 / var(--tw-bg-opacity)) !important;
}
.bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
}
.bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
}
.bg-\[url\(\'\/images\/front\/customer\/search\/search_disabled\.png\'\)\] {
    background-image: url('/images/front/customer/search/search_disabled.png') !important;
}
.from-green-200 {
    --tw-gradient-from: #bbf7d0 !important;
    --tw-gradient-to: rgb(187 247 208 / 0) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.to-sky-400 {
    --tw-gradient-to: #38bdf8 !important;
}
.bg-cover {
    background-size: cover !important;
}
.bg-no-repeat {
    background-repeat: no-repeat !important;
}
.bg-origin-padding {
    background-origin: padding-box !important;
}
.p-3 {
    padding: 0.75rem !important;
}
.p-8 {
    padding: 2rem !important;
}
.p-7 {
    padding: 1.75rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-6 {
    padding: 1.5rem !important;
}
.p-0 {
    padding: 0px !important;
}
.p-4 {
    padding: 1rem !important;
}
.p-1\.5 {
    padding: 0.375rem !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.p-12 {
    padding: 3rem !important;
}
.p-5 {
    padding: 1.25rem !important;
}
.p-2\.5 {
    padding: 0.625rem !important;
}
.px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
.py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
}
.px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
}
.px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}
.px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}
.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}
.py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
}
.py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}
.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
.px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
.px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
}
.px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
}
.px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
}
.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.pl-\[4\%\] {
    padding-left: 4% !important;
}
.pl-5 {
    padding-left: 1.25rem !important;
}
.pb-4 {
    padding-bottom: 1rem !important;
}
.pb-8 {
    padding-bottom: 2rem !important;
}
.pt-12 {
    padding-top: 3rem !important;
}
.pt-0 {
    padding-top: 0px !important;
}
.pr-3 {
    padding-right: 0.75rem !important;
}
.pb-3 {
    padding-bottom: 0.75rem !important;
}
.pl-4 {
    padding-left: 1rem !important;
}
.pl-3 {
    padding-left: 0.75rem !important;
}
.pl-6 {
    padding-left: 1.5rem !important;
}
.pl-3\.5 {
    padding-left: 0.875rem !important;
}
.pr-2 {
    padding-right: 0.5rem !important;
}
.pl-10 {
    padding-left: 2.5rem !important;
}
.pr-4 {
    padding-right: 1rem !important;
}
.pb-10 {
    padding-bottom: 2.5rem !important;
}
.pt-4 {
    padding-top: 1rem !important;
}
.pl-8 {
    padding-left: 2rem !important;
}
.pr-8 {
    padding-right: 2rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.pl-\[15px\] {
    padding-left: 15px !important;
}
.pt-5 {
    padding-top: 1.25rem !important;
}
.pt-7 {
    padding-top: 1.75rem !important;
}
.pb-9 {
    padding-bottom: 2.25rem !important;
}
.pt-3 {
    padding-top: 0.75rem !important;
}
.pl-2 {
    padding-left: 0.5rem !important;
}
.pr-1 {
    padding-right: 0.25rem !important;
}
.pb-0 {
    padding-bottom: 0px !important;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.text-justify {
    text-align: justify !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-super {
    vertical-align: super !important;
}
.font-bariol-bold {
    font-family: Bariol-bold, sans-serif !important;
}
.font-bariol {
    font-family: Bariol, sans-serif !important;
}
.text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
}
.text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}
.text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
}
.text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}
.text-\[11px\] {
    font-size: 11px !important;
}
.text-\[16px\] {
    font-size: 16px !important;
}
.text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
}
.text-\[13px\] {
    font-size: 13px !important;
}
.text-\[14px\] {
    font-size: 14px !important;
}
.text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
}
.text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
}
.text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
}
.text-\[26px\] {
    font-size: 26px !important;
}
.font-normal {
    font-weight: 400 !important;
}
.font-bold {
    font-weight: 700 !important;
}
.font-semibold {
    font-weight: 600 !important;
}
.italic {
    font-style: italic !important;
}
.leading-10 {
    line-height: 2.5rem !important;
}
.leading-6 {
    line-height: 1.5rem !important;
}
.leading-9 {
    line-height: 2.25rem !important;
}
.leading-3 {
    line-height: .75rem !important;
}
.leading-\[30px\] {
    line-height: 30px !important;
}
.leading-\[56px\] {
    line-height: 56px !important;
}
.leading-\[48px\] {
    line-height: 48px !important;
}
.leading-\[36px\] {
    line-height: 36px !important;
}
.text-\[\#E4C55C\] {
    --tw-text-opacity: 1 !important;
    color: rgb(228 197 92 / var(--tw-text-opacity)) !important;
}
.text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(34 197 94 / var(--tw-text-opacity)) !important;
}
.text-sky-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(14 165 233 / var(--tw-text-opacity)) !important;
}
.text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgb(220 38 38 / var(--tw-text-opacity)) !important;
}
.text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgb(185 28 28 / var(--tw-text-opacity)) !important;
}
.text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}
.text-success {
    --tw-text-opacity: 1 !important;
    color: rgb(36 176 111 / var(--tw-text-opacity)) !important;
}
.text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}
.text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}
.text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}
.text-orange-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(249 115 22 / var(--tw-text-opacity)) !important;
}
.text-black {
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgb(209 213 219 / var(--tw-text-opacity)) !important;
}
.text-sky-600 {
    --tw-text-opacity: 1 !important;
    color: rgb(2 132 199 / var(--tw-text-opacity)) !important;
}
.text-emerald-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(16 185 129 / var(--tw-text-opacity)) !important;
}
.text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgb(37 99 235 / var(--tw-text-opacity)) !important;
}
.text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgb(22 163 74 / var(--tw-text-opacity)) !important;
}
.underline {
    -webkit-text-decoration-line: underline !important;
            text-decoration-line: underline !important;
}
.line-through {
    -webkit-text-decoration-line: line-through !important;
            text-decoration-line: line-through !important;
}
.no-underline {
    -webkit-text-decoration-line: none !important;
            text-decoration-line: none !important;
}
.antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}
.opacity-30 {
    opacity: 0.3 !important;
}
.opacity-0 {
    opacity: 0 !important;
}
.opacity-100 {
    opacity: 1 !important;
}
.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-\[\#00000029\] {
    --tw-shadow-color: #00000029 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
}
.shadow-gray-300 {
    --tw-shadow-color: #d1d5db !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
}
.outline {
    outline-style: solid !important;
}
.ring-sky-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity)) !important;
}
.ring-gray-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity)) !important;
}
.blur {
    --tw-blur: blur(8px) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.grayscale {
    --tw-grayscale: grayscale(100%) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.transition-colors {
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.delay-100 {
    transition-delay: 100ms !important;
}
.duration-300 {
    transition-duration: 300ms !important;
}
.last\:ml-10:last-child {
    margin-left: 2.5rem !important;
}
.last\:mb-6:last-child {
    margin-bottom: 1.5rem !important;
}
.checked\:bg-blue-500:checked {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-green-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(22 101 52 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-sky-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(14 165 233 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}
.hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.hover\:text-gray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}
.hover\:text-blue-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(37 99 235 / var(--tw-text-opacity)) !important;
}
.focus\:border-sky-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgb(14 165 233 / var(--tw-border-opacity)) !important;
}
.focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
}
.focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.focus\:ring-green-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-sky-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity)) !important;
}
.disabled\:bg-gray-50:disabled {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
}
.disabled\:bg-gradient-to-b:disabled {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}
@media (prefers-color-scheme: dark) {
    .dark\:border-gray-600 {
        --tw-border-opacity: 1 !important;
        border-color: rgb(75 85 99 / var(--tw-border-opacity)) !important;
    }
    .dark\:bg-green-600 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(22 163 74 / var(--tw-bg-opacity)) !important;
    }
    .dark\:bg-gray-700 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(55 65 81 / var(--tw-bg-opacity)) !important;
    }
    .dark\:bg-gray-800 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(31 41 55 / var(--tw-bg-opacity)) !important;
    }
    .dark\:bg-green-800 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(22 101 52 / var(--tw-bg-opacity)) !important;
    }
    .dark\:bg-red-800 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(153 27 27 / var(--tw-bg-opacity)) !important;
    }
    .dark\:bg-orange-700 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(194 65 12 / var(--tw-bg-opacity)) !important;
    }
    .dark\:text-white {
        --tw-text-opacity: 1 !important;
        color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    }
    .dark\:text-gray-400 {
        --tw-text-opacity: 1 !important;
        color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
    }
    .dark\:text-green-200 {
        --tw-text-opacity: 1 !important;
        color: rgb(187 247 208 / var(--tw-text-opacity)) !important;
    }
    .dark\:text-gray-500 {
        --tw-text-opacity: 1 !important;
        color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
    }
    .dark\:text-red-200 {
        --tw-text-opacity: 1 !important;
        color: rgb(254 202 202 / var(--tw-text-opacity)) !important;
    }
    .dark\:text-orange-200 {
        --tw-text-opacity: 1 !important;
        color: rgb(254 215 170 / var(--tw-text-opacity)) !important;
    }
    .dark\:placeholder-gray-400::-moz-placeholder {
        --tw-placeholder-opacity: 1 !important;
        color: rgb(156 163 175 / var(--tw-placeholder-opacity)) !important;
    }
    .dark\:placeholder-gray-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1 !important;
        color: rgb(156 163 175 / var(--tw-placeholder-opacity)) !important;
    }
    .dark\:placeholder-gray-400::placeholder {
        --tw-placeholder-opacity: 1 !important;
        color: rgb(156 163 175 / var(--tw-placeholder-opacity)) !important;
    }
    .dark\:hover\:bg-green-700:hover {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(21 128 61 / var(--tw-bg-opacity)) !important;
    }
    .dark\:hover\:bg-gray-700:hover {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(55 65 81 / var(--tw-bg-opacity)) !important;
    }
    .dark\:hover\:text-white:hover {
        --tw-text-opacity: 1 !important;
        color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    }
    .dark\:focus\:border-sky-500:focus {
        --tw-border-opacity: 1 !important;
        border-color: rgb(14 165 233 / var(--tw-border-opacity)) !important;
    }
    .dark\:focus\:ring-green-800:focus {
        --tw-ring-opacity: 1 !important;
        --tw-ring-color: rgb(22 101 52 / var(--tw-ring-opacity)) !important;
    }
    .dark\:focus\:ring-sky-500:focus {
        --tw-ring-opacity: 1 !important;
        --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity)) !important;
    }
}
@media (min-width: 1024px) {
    .lg\:block {
        display: block !important;
    }
    .lg\:flex {
        display: flex !important;
    }
    .lg\:w-\[275px\] {
        width: 275px !important;
    }
    .lg\:w-full {
        width: 100% !important;
    }
}

/* FONTS */
@font-face {
  font-family: 'Bariol';
  src: url('/fonts/bariol_regular-webfont.eot');
  src: url('/fonts/bariol_regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/bariol_regular-webfont.woff') format('woff'), url('/fonts/bariol_regular-webfont.ttf') format('truetype'), url('/fonts/bariol_regular-webfont.svg#webfont') format('svg');
  font-display: swap;
}
@font-face {
  font-family: 'Bariol-bold';
  src: url('/fonts/bariol_bold-webfont.eot');
  src: url('/fonts/bariol_bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/bariol_bold-webfont.woff') format('woff'), url('/fonts/bariol_bold-webfont.ttf') format('truetype'), url('/fonts/bariol_bold-webfont.svg#webfont') format('svg');
  font-display: swap;
}
@font-face {
  font-family: 'Segoe-print';
  src: url('/fonts/segoeprint.eot');
  src: url('/fonts/segoeprint.eot?#iefix') format('embedded-opentype'), url('/fonts/segoeprint.woff') format('woff'), url('/fonts/segoeprint.ttf') format('truetype'), url('/fonts/segoeprint.svg#webfont') format('svg');
  font-display: swap;
}
/* BODY */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #333;
  margin: 0px;
  padding: 0px;
  line-height: 1.56em;
}
body.active-promotion {
  background-position: 0px 25px;
}
body.active-promotion .content #content {
  padding-top: 0px;
}
body.active-promotion .navigation-submenu {
  top: 123px;
}
body.not-responsive {
  min-width: 1080px;
}
#page-container {
  padding-top: 0px !important;
}
/* GENERAL ELEMENTS */
.cursorPointer {
  cursor: pointer;
}
.fontAwesomeChecklist {
  list-style: none !important;
}
.fontAwesomeChecklist li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  margin: 0 5px 0 -28px;
  font-size: 20px;
  color: #1f9960;
}
.fontAwesomeBlueChecklist {
  list-style: none !important;
}
.fontAwesomeBlueChecklist li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  margin: 0 5px 0 -28px;
  font-size: 20px;
  color: #009FE3;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.img-circle,
.img-circle img {
  border-radius: 50% !important;
}
.content a,
.blue-link {
  color: #009fe3 !important;
  text-decoration: none;
}
.ul-link,
.content a.ul-link {
  color: #e21f53 !important;
  text-decoration: none;
  cursor: pointer !important;
}
h1,
h1 span {
  font-family: Bariol-bold;
  font-size: 64px;
  line-height: 78px;
  word-wrap: normal;
  font-weight: normal;
}
h2,
h2 span {
  font-family: Bariol-bold;
  font-size: 48px;
  line-height: 62px;
  word-wrap: normal;
}
h3,
h3 span {
  font-family: Bariol-bold;
  font-size: 32px;
  line-height: 38px;
  word-wrap: normal;
}
h4,
h4 span {
  font-family: Bariol;
  font-size: 26px;
  line-height: 30px;
  word-wrap: normal;
}
h5,
h5 span {
  font-family: 'Bariol-bold';
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  word-wrap: normal;
}
h6,
h6 span {
  font-family: 'Bariol-bold';
  font-size: 22px;
  line-height: 24px;
  font-weight: normal;
  word-wrap: normal;
}
.cursive-font {
  font-family: Segoe-print;
  font-weight: bold;
}
/* ADDITIONAL MARGINS */
.topmargin-40-top {
  margin-top: 40px !important;
}
.topmargin-50-top {
  margin-top: 40px !important;
}
.topmargin-60-top {
  margin-top: 40px !important;
}
/* UI DIALOG BOX */
.ui-dialog {
  top: 242.5px;
}
#dialog-lost-password-content {
  font-family: "Open Sans", sans-serif;
}
#dialog-lost-password-content h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Bariol-bold;
  font-size: 32px;
  line-height: 48px;
  word-wrap: normal;
  font-weight: unset;
}
#dialog-lost-password-content p {
  margin-bottom: 15px;
}
#dialog-lost-password-content #txtLostEmail {
  color: #333;
  height: 48px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  width: 100%;
  border: 1px solid #bbb;
  margin-top: 20px;
}
#dialog-lost-password-content fieldset {
  padding-left: 0px;
  border: 0px;
}
#dialog-lost-password-content .lostpassword-actions {
  margin-top: 20px;
}
#dialog-lost-password-content .lostpassword-actions .cancel_block {
  display: inline;
  margin-right: 10px;
}
#dialog-lost-password-content .lostpassword-actions .cancel_block a {
  color: #009fe3 !important;
  text-decoration: none;
}
#dialog-lost-password-content .lostpassword-actions #lost-password-submit-btn {
  display: inline;
  font-family: "Open Sans", sans-serif !important;
  height: 38px;
}
#dialog-lost-password-content .lostpassword-actions #canvasloader-container {
  display: none;
  width: unset !important;
  height: unset !important;
}
/* ERROR MESSAGES */
p.error {
  color: #A00;
}
p.success {
  color: #0A0;
}
.error {
  color: #F00;
  border: 1px dotted #A00;
  padding: 5px 10px;
}
/* Smartphones and Tablet (0-979px) */
@media only screen and (max-width: 979px) {
  .login-container {
    width: 80%;
    padding: 3% 5%;
  }
}
/* ERROR PAGES */
.content-error {
  min-height: 500px;
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding-top: 100px;
  text-align: center;
}
.content-error h1 {
  font-size: 64px;
}
.content-error h4 {
  text-align: center;
  color: #009fe3 !important;
  font-size: 24px !important;
}
.content-error ul {
  list-style: disc;
  list-style-position: inside;
  padding-left: 40px;
  margin: 14px 0px;
}
.content-error ol {
  list-style: decimal;
  list-style-position: inside;
}
/* Warnings */
.warning-box {
  display: none;
  font-size: 12px;
  background: #fff0df;
  border: solid 1px #fa9319;
  border-radius: 5px;
  text-align: left;
  margin-top: 2px;
  position: relative;
  padding-right: 10px;
  padding-left: 30px;
}
.warning-box .fa-lightbulb-o {
  color: #fa9319;
  font-size: 14px;
  padding-right: 6px;
}
.warning-box .warning-box-nose {
  content: ' ';
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  background: #fff0df;
  border-style: solid;
  border-color: #fa9319;
  border-width: 0 0 1px 1px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  z-index: 99;
  top: -4px;
  right: 55px;
}
.warning-box::before {
  font-family: 'FontAwesome';
  content: '\f0eb';
  font-size: 16px !important;
  color: #fa9319;
  padding-right: 6px;
  position: absolute;
  left: 10px;
  margin: auto 0;
  height: 22px;
  top: 0px;
  bottom: 0px;
}
/* Smartphones and Tablet (0-1079px) */
@media only screen and (max-width: 1120px) {
  .content-error {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* VUE */
[v-cloak] {
  display: none;
}
/* auto-credit-comparison-table */
.auto-credit-comparison {
  position: absolute;
  z-index: 9;
  background: #F6F6F6 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  padding: 25px 19px;
}
.auto-credit-comparison table {
  border: none;
  border-spacing: 0;
}
.auto-credit-comparison table tr:nth-child(even) {
  background: #FFFFFF 0% 0% no-repeat padding-box;
}
.auto-credit-comparison table th {
  font: normal normal bold 12px/17px Open Sans;
  text-align: center;
  padding: 0 0 12px 0;
}
.auto-credit-comparison table th:nth-child(even) {
  padding: 0 11px 12px;
}
.auto-credit-comparison table td {
  font: normal normal normal 13px/28px Open Sans !important;
  text-align: center !important;
  padding: 0 !important;
}
.auto-credit-comparison:before {
  background-color: #F6F6F6;
  content: ' ';
  position: absolute;
  left: 50px;
  top: -10px;
  width: 18px;
  height: 18px;
  border: 1px solid #f0f0f0;
  transform: rotate(45deg);
  border-bottom: transparent;
  border-right: transparent;
  overflow: hidden;
}
.async-hide {
  opacity: 0 !important;
}
.table-highlight-row-hover tr:hover {
  box-shadow: 0px 8px 16px #00000029;
}
.table-highlight-row-hover tr:hover td {
  border-top: 1px solid #009FE3 !important;
  border-bottom: 1px solid #009FE3 !important;
}
.table-highlight-row-hover tr:hover td:first-child {
  border-left: 1px solid #009FE3 !important;
}
.table-highlight-row-hover tr:hover td:last-child {
  border-right: 1px solid #009FE3 !important;
}
.searchInput {
  background-image: url(/images/admin/search_icon.png);
  background-repeat: no-repeat;
  background-position: 7px 15px;
  background-size: 18px;
  padding-left: 30px !important;
}
.custom-box-shadow {
  box-shadow: 0px 10px 8px 0px rgba(121, 121, 121, 0.1);
}
.premium-container .icon-container .premium-sign-img {
  position: relative;
  top: 11px;
  left: 19px;
  width: 55px;
}
.premium-container .icon-container .premium-icon-text {
  background: transparent linear-gradient(90deg, #E9C75F 0%, #F7EC8F 51%, #E3C258 100%) 0% 0% no-repeat padding-box;
}
.premium-container:hover .premium-feature-wrapper {
  display: block;
}
.premium-container .premium-feature-wrapper {
  display: none;
  position: absolute;
  z-index: 1;
  background: transparent linear-gradient(90deg, #E9C75F 0%, #F7EC8F 50%, #E3C258 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  width: 440px;
  padding: 12px 20px;
  text-align: justify;
}
.premium-container .premium-feature-wrapper .premium-image-rocket {
  width: 30px;
  background: transparent;
  opacity: 0.25;
}
.premium-container .position-img {
  top: -10px;
  left: 30px;
}
.premium-container .position-text {
  top: -10px;
  left: 0;
}
.premium-tester-config-block-wrapper {
  position: relative;
}
.premium-tester-config-block-wrapper .premium-sign-tester-config-block {
  padding-left: 20px;
  width: 55px;
}
.premium-tester-config-block-wrapper:hover .premium-feature-wrapper {
  display: block;
}
.noseLeft:before {
  background-color: #ecce68;
  content: ' ';
  position: absolute;
  left: -8px;
  top: calc(50% - 6px);
  width: 16px;
  height: 16px;
  border: none;
  transform: rotate(45deg);
  overflow: hidden;
  z-index: 0;
}
.noseRight:before {
  background-color: #e9c860;
  content: ' ';
  position: absolute;
  right: -28px;
  top: calc(50% - 8px);
  width: 21px;
  height: 21px;
  border: none;
  transform: rotate(45deg);
  overflow: hidden;
  z-index: 0;
}
.customSelect .premium-dropdown-img {
  display: none;
}
.customSelectDropDown .dropDownItem div.flex.justify-between {
  display: block !important;
}
.customSelectDropDown .premium-dropdown-img {
  float: right;
  height: 22px;
  top: 5px;
  position: relative;
}
.premium-sign-img {
  max-width: 85px;
}
.custom-calendar .custom-calendar-container {
  width: 100%;
}
.custom-calendar .custom-calendar-header {
  width: 100%;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-radius: 4px 4px 0px 0px;
  box-sizing: border-box;
}
.custom-calendar .custom-calendar-header-item {
  text-align: center;
  height: 32px;
  line-height: 32px;
  width: 14.2857%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  background: #f8f8f8;
  font-weight: bold;
}
.custom-calendar .custom-calendar-firstColumn {
  border-left: 1px solid #bbb;
}
.custom-calendar .custom-calendar-firstRow {
  border-top: 1px solid #bbb;
}
.custom-calendar .custom-calendar-firstColumn-lastRow {
  border-radius: 0px 0px 0px 4px;
}
.custom-calendar .custom-calendar-lastElement {
  border-radius: 0px 0px 4px 0px;
}
.custom-calendar .custom-calendar-day {
  text-align: left;
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
  height: 90px;
  width: 14.2857%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
.custom-calendar .custom-calendar-day:hover {
  border: 1px solid #009fe3;
}
.custom-calendar .custom-calendar-day.selected {
  border: 1px solid #009fe3;
}
.custom-calendar .custom-calendar-day-content {
  padding: 8px;
}
.custom-calendar .custom-calendar-different-month {
  background: #f8f8f8;
  color: #ccc;
}
.custom-calendar .custom-calendar-slot {
  background: #F8FDFF;
  text-align: center;
  border: 1px solid #009fe3;
  border-radius: 2px;
  margin-top: 4px;
  color: #009fe3;
}
.custom-calendar .custom-calendar-slot-error {
  color: #FF0000;
  border-color: #FF0000;
}
.slotChooser-dialog-popup .dialogbox {
  background: #fff !important;
  width: 525px !important;
  top: 40% !important;
}
.slotChooser-dialog-popup .dialogbox-header {
  background: #fff !important;
  padding: 64px 48px 16px 48px !important;
}
.slotChooser-dialog-popup .dialogbox-header .dialogbox-title {
  font-family: Bariol;
  font-size: 26px;
  text-align: left;
}
.slotChooser-dialog-popup .dialogbox-content {
  height: 438px;
  max-height: 438px !important;
  padding: 16px 48px 48px 48px !important;
}
.slotChooser-dialog-popup .timeInput {
  height: 32px !important;
  width: 45px !important;
  border: 1px solid #bbb !important;
  border-radius: 2px !important;
  color: #333 !important;
  text-align: center !important;
  padding: 1px !important;
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
}
.slotChooser-dialog-popup .deleteIcon {
  color: #009fe3;
}
.slotChooser-dialog-popup .intervalIcon {
  color: #009fe3;
  font-size: 18px;
}
.slotChooser-dialog-popup .validationError {
  border: 1px solid red;
  border-radius: 2px;
  color: red;
}
.slotChooser-dialog-popup .flip-list-move {
  transition: transform 0.5s;
}
.slotChooser-dialog-popup .saveSlots {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin: 0px 48px 48px 0px;
}
#page-container.order-testsuite,
#page-container.customer-dashboard,
#page-container.tester-dashboard,
#page-container.customer-viewVideo,
#page-container .tester-login-credentials,
#page-container .tester-funnel-container,
#page-container #ul-custom-footer,
#page-container .home-recommendation-popup {
  /* Overlay dialog box */
}
#page-container.order-testsuite .overlay,
#page-container.customer-dashboard .overlay,
#page-container.tester-dashboard .overlay,
#page-container.customer-viewVideo .overlay,
#page-container .tester-login-credentials .overlay,
#page-container .tester-funnel-container .overlay,
#page-container #ul-custom-footer .overlay,
#page-container .home-recommendation-popup .overlay {
  opacity: 0.6;
  background-color: black;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 10000;
}
#page-container.order-testsuite .dialogbox,
#page-container.customer-dashboard .dialogbox,
#page-container.tester-dashboard .dialogbox,
#page-container.customer-viewVideo .dialogbox,
#page-container .tester-login-credentials .dialogbox,
#page-container .tester-funnel-container .dialogbox,
#page-container #ul-custom-footer .dialogbox,
#page-container .home-recommendation-popup .dialogbox {
  border: 1px solid #ccc;
  border-radius: 4px;
  z-index: 10001;
  background: #f8f8f8;
  position: fixed;
  width: 500px;
  top: 50%;
  left: 50%;
  margin-top: -260px;
  margin-left: -250px;
  box-shadow: 0px 10px 8px 0px rgba(121, 121, 121, 0.1);
}
#page-container.order-testsuite .dialogbox .green-button,
#page-container.customer-dashboard .dialogbox .green-button,
#page-container.tester-dashboard .dialogbox .green-button,
#page-container.customer-viewVideo .dialogbox .green-button,
#page-container .tester-login-credentials .dialogbox .green-button,
#page-container .tester-funnel-container .dialogbox .green-button,
#page-container #ul-custom-footer .dialogbox .green-button,
#page-container .home-recommendation-popup .dialogbox .green-button {
  font-size: 16px;
  height: 35px;
}
#page-container.order-testsuite .dialogbox .inactive-button,
#page-container.customer-dashboard .dialogbox .inactive-button,
#page-container.tester-dashboard .dialogbox .inactive-button,
#page-container.customer-viewVideo .dialogbox .inactive-button,
#page-container .tester-login-credentials .dialogbox .inactive-button,
#page-container .tester-funnel-container .dialogbox .inactive-button,
#page-container #ul-custom-footer .dialogbox .inactive-button,
#page-container .home-recommendation-popup .dialogbox .inactive-button {
  font-size: 16px;
  height: 35px;
}
#page-container.order-testsuite .dialogbox-header,
#page-container.customer-dashboard .dialogbox-header,
#page-container.tester-dashboard .dialogbox-header,
#page-container.customer-viewVideo .dialogbox-header,
#page-container .tester-login-credentials .dialogbox-header,
#page-container .tester-funnel-container .dialogbox-header,
#page-container #ul-custom-footer .dialogbox-header,
#page-container .home-recommendation-popup .dialogbox-header {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #f8f8f8;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 10px 26px;
}
#page-container.order-testsuite .dialogbox-header .dialogbox-closeBtn,
#page-container.customer-dashboard .dialogbox-header .dialogbox-closeBtn,
#page-container.tester-dashboard .dialogbox-header .dialogbox-closeBtn,
#page-container.customer-viewVideo .dialogbox-header .dialogbox-closeBtn,
#page-container .tester-login-credentials .dialogbox-header .dialogbox-closeBtn,
#page-container .tester-funnel-container .dialogbox-header .dialogbox-closeBtn,
#page-container #ul-custom-footer .dialogbox-header .dialogbox-closeBtn,
#page-container .home-recommendation-popup .dialogbox-header .dialogbox-closeBtn {
  line-height: 40px;
  cursor: pointer;
  color: #009fe3;
  position: absolute;
  top: 0;
  right: 10px;
}
#page-container.order-testsuite .dialogbox-content,
#page-container.customer-dashboard .dialogbox-content,
#page-container.tester-dashboard .dialogbox-content,
#page-container.customer-viewVideo .dialogbox-content,
#page-container .tester-login-credentials .dialogbox-content,
#page-container .tester-funnel-container .dialogbox-content,
#page-container #ul-custom-footer .dialogbox-content,
#page-container .home-recommendation-popup .dialogbox-content {
  padding: 26px 26px 26px 26px;
  max-height: 350px;
  overflow: auto;
  font-size: 14px;
}
#page-container.order-testsuite .dialogbox-buttons,
#page-container.customer-dashboard .dialogbox-buttons,
#page-container.tester-dashboard .dialogbox-buttons,
#page-container.customer-viewVideo .dialogbox-buttons,
#page-container .tester-login-credentials .dialogbox-buttons,
#page-container .tester-funnel-container .dialogbox-buttons,
#page-container #ul-custom-footer .dialogbox-buttons,
#page-container .home-recommendation-popup .dialogbox-buttons {
  display: none;
  overflow: hidden;
  padding: 0px 26px 26px 26px;
}
#page-container.order-testsuite .dialogbox-buttons-vue,
#page-container.customer-dashboard .dialogbox-buttons-vue,
#page-container.tester-dashboard .dialogbox-buttons-vue,
#page-container.customer-viewVideo .dialogbox-buttons-vue,
#page-container .tester-login-credentials .dialogbox-buttons-vue,
#page-container .tester-funnel-container .dialogbox-buttons-vue,
#page-container #ul-custom-footer .dialogbox-buttons-vue,
#page-container .home-recommendation-popup .dialogbox-buttons-vue {
  display: block;
}
#page-container.order-testsuite .dialogButtonCancel,
#page-container.customer-dashboard .dialogButtonCancel,
#page-container.tester-dashboard .dialogButtonCancel,
#page-container.customer-viewVideo .dialogButtonCancel,
#page-container .tester-login-credentials .dialogButtonCancel,
#page-container .tester-funnel-container .dialogButtonCancel,
#page-container #ul-custom-footer .dialogButtonCancel,
#page-container .home-recommendation-popup .dialogButtonCancel {
  margin-left: 20px;
  line-height: 35px;
}
#page-container.order-testsuite .dialogButtonSubmit,
#page-container.customer-dashboard .dialogButtonSubmit,
#page-container.tester-dashboard .dialogButtonSubmit,
#page-container.customer-viewVideo .dialogButtonSubmit,
#page-container .tester-login-credentials .dialogButtonSubmit,
#page-container .tester-funnel-container .dialogButtonSubmit,
#page-container #ul-custom-footer .dialogButtonSubmit,
#page-container .home-recommendation-popup .dialogButtonSubmit {
  float: right;
  margin-right: 20px;
  height: 35px;
  font-size: 16px;
}
#page-container .popup-login-container label,
#page-container .popup-password-recovery-container label {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
#page-container .popup-login-container fieldset,
#page-container .popup-password-recovery-container fieldset {
  border: 0;
  padding: 0;
}
#page-container .popup-login-container p.error,
#page-container .popup-password-recovery-container p.error {
  width: unset;
}
#page-container .popup-login-container .form-field,
#page-container .popup-password-recovery-container .form-field {
  width: 100%;
  margin-top: 20px;
}
#page-container .popup-login-container .form-field .validate-advice,
#page-container .popup-password-recovery-container .form-field .validate-advice,
#page-container .popup-login-container .form-field .validate-advice-js,
#page-container .popup-password-recovery-container .form-field .validate-advice-js {
  float: none;
  font-size: 14px !important;
  margin-top: 5px;
}
#page-container .popup-login-container .form-field input,
#page-container .popup-password-recovery-container .form-field input {
  width: 97%;
  height: 28px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 20px;
  border-radius: 3px;
}
#page-container .popup-login-container .form-field input[type="text"],
#page-container .popup-password-recovery-container .form-field input[type="text"] {
  height: 38px;
}
#page-container .popup-login-container .form-field input[type="password"],
#page-container .popup-password-recovery-container .form-field input[type="password"] {
  height: 28px;
  margin-top: 6px;
}
#page-container .popup-login-container .form-field a#dialog-lost-password,
#page-container .popup-password-recovery-container .form-field a#dialog-lost-password {
  font-size: 13px;
  float: right;
}
#page-container .popup-login-container .form-field.form-field-not-first,
#page-container .popup-password-recovery-container .form-field.form-field-not-first {
  margin-top: 0px;
}
#page-container .popup-login-container .form-field.form-field-not-first #stayLoggedIn,
#page-container .popup-password-recovery-container .form-field.form-field-not-first #stayLoggedIn {
  width: 13px;
}
#page-container .popup-login-container .form-field.form-field-not-first label[for=stayLoggedIn],
#page-container .popup-password-recovery-container .form-field.form-field-not-first label[for=stayLoggedIn] {
  display: inline;
  font-weight: normal;
}
#page-container .popup-login-container .popup-login-actions button,
#page-container .popup-password-recovery-container .popup-login-actions button {
  float: right;
}
#page-container .popup-login-container .popup-password-recovery-actions,
#page-container .popup-password-recovery-container .popup-password-recovery-actions {
  margin-top: 20px;
}
#page-container .popup-login-container .popup-password-recovery-actions button,
#page-container .popup-password-recovery-container .popup-password-recovery-actions button {
  float: right;
}
#page-container .popup-login-container a.close-popup,
#page-container .popup-password-recovery-container a.close-popup {
  cursor: pointer;
}
#page-container .expertEvaluationPopup .dialogbox {
  border: 1px solid #ccc;
  background: #f8f8f8;
  width: 1100px;
  margin-top: -344.44444444px;
  margin-left: -550px;
}
#page-container .expertEvaluationPopup .dialogbox .green-button {
  font-size: 18px;
}
#page-container .expertEvaluationPopup .dialogbox-header {
  padding: 0px;
  height: 0px;
  line-height: 0px;
}
#page-container .expertEvaluationPopup .dialogbox-content {
  padding: 16px 26px 20px 26px;
  max-height: 620px;
  overflow: hidden;
  font-size: 14px;
}
#page-container .expertEvaluationPopup .dialogbox-content .content-title {
  font-size: 32px;
  margin-top: 50px;
  margin-left: 46px;
  font-family: Bariol-bold;
}
#page-container .expertEvaluationPopup .dialogbox-content .fontAwesomeChecklist li::before {
  font-size: 16px;
  color: #009FE3;
}
#page-container .expertEvaluationPopup .dialogbox-content .left-col {
  display: inline-block;
  width: 49.8%;
}
#page-container .expertEvaluationPopup .dialogbox-content .left-col .left-col-inner {
  padding: 0px 30px 0px 46px;
}
#page-container .expertEvaluationPopup .dialogbox-content .right-col {
  vertical-align: top;
  display: inline-block;
  width: 49.8%;
}
#page-container .expertEvaluationPopup .dialogbox-content .right-col .right-col-inner {
  padding: 0px 46px 0px 30px;
}
/* Smartphones and Tablet (0-979px) */
@media only screen and (max-width: 979px) {
  #page-container .home-recommendation-popup {
    /* Overlay dialog box */
  }
  #page-container .home-recommendation-popup .dialogbox {
    width: 98%;
    margin: 0;
    top: 20%;
    left: 1%;
  }
  #page-container .home-recommendation-popup .dialogbox .dialogbox-header {
    line-height: 20px;
    margin-top: 20px !important;
  }
  #page-container .home-recommendation-popup .dialogbox .dialogButtonCancel {
    margin-left: 0px;
  }
  #page-container .home-recommendation-popup .dialogbox .dialogButtonSubmit {
    float: unset;
    display: block;
  }
}
.dialogPopup.dialogPopup-lower .dialogbox {
  top: 75% !important;
}
/* GENERAL STYLES */
.primary-cta,
.green-button,
button.green-button[type="button"] {
  height: 48px;
  font-family: Bariol;
  font-size: 18px;
  background: #25b472;
  background: linear-gradient(to bottom, #25b472 0%, #1f9960 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25b472', endColorstr='#1f9960', GradientType=0);
  color: #fff;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
}
.inactive-button {
  height: 48px;
  font-family: Bariol;
  font-size: 18px;
  border: none;
  border-radius: 2px;
  padding-left: 20px;
  padding-right: 20px;
  background: #DCDCDC;
  color: #f8f8f8;
}
.primary-cta:hover,
.green-button:hover {
  background: linear-gradient(to bottom, #1f9960 0%, #25b472 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f9960', endColorstr='#25b472', GradientType=0);
}
.primary-cta a,
.green-button a {
  color: #fff !important;
  text-decoration: none !important;
}
.grey-button {
  height: 48px;
  font-family: Bariol;
  font-size: 18px;
  background: #eeeeee;
  background: linear-gradient(to bottom, #eeeeee 0%, #d8d8d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#d8d8d8', GradientType=0);
  color: #1f9960;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
}
.grey-button:hover {
  background: linear-gradient(to bottom, #d8d8d8 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8d8d8', endColorstr='#eee', GradientType=0);
}
.secondary-cta {
  border: 1px solid #25B472;
  border-radius: 2px;
  color: #25B472;
  height: 48px;
  width: auto;
  padding: 14px 20px;
  background: #fff;
  font: normal normal normal 18px/20px Bariol;
  letter-spacing: 0px;
  cursor: pointer;
  opacity: 1;
}
.secondary-cta:hover {
  border-color: #1F9960;
  color: #1F9960;
}
/* SPECIFIC BUTTONS STYLES */
#header-top-right .green-button {
  height: 32px;
  font-size: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 30px;
}
#header-top-right .green-button.tester-make-test-button {
  margin-right: 20px;
}
#order-testsuite-header.order-testsuite-header-big #header-bottom .createTestsuiteNav #orderTestsuiteHeaderLoginButton {
  float: right;
  height: 32px;
  margin-top: -53px;
  margin-right: -118px;
}
#order-testsuite-header #header-bottom .createTestsuiteNav #orderTestsuiteHeaderLoginButton {
  float: right;
  height: 32px;
  margin-top: -3px;
  margin-right: -118px;
}
.green-button.credit-bottom-buttons {
  float: right;
  margin-top: 5px;
  display: block;
  clear: both;
}
#sticky-help-buttons {
  position: fixed;
  bottom: 0px;
  right: 160px;
  z-index: 100;
}
#sticky-help-buttons button {
  height: 35px;
  font-size: 16px;
}
.large-cta-button {
  width: 200px;
}
.green-button.five-sec-button {
  margin: auto;
  margin-top: 30px;
  margin-bottom: 45px;
  text-align: center;
  width: 100%;
  max-width: 400px;
  font-weight: bold;
}
/* MEDIA QUERIES */
@media only screen and (max-width: 768px) {
  #sticky-help-buttons {
    display: none;
  }
}
body {
  background-color: #fff;
}
#promotional-banner {
  display: none;
  background-color: #e31c21;
  height: 40px;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
  color: #fff;
}
#page-container {
  width: 100%;
  overflow-y: unset !important;
}
#page-container .wpml-ls-legacy-dropdown {
  position: fixed !important;
  width: 10em !important;
  z-index: 99999;
  top: 0;
}
#page-container #main-header {
  background-color: #f8f8f8;
  height: 115px;
  z-index: 9 !important;
}
#page-container #main-header #branch-rel-info {
  position: fixed;
  left: 0;
  background-color: #fff;
  top: 0;
}
#page-container #main-header .header,
#page-container #main-header .customer-header,
#page-container #main-header .tester-header,
#page-container #main-header .tester-funnel-header {
  display: block;
  width: inherit;
  height: 100px;
  padding-top: 5px;
  padding-left: 100px;
  padding-right: 100px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
#page-container #main-header .header #header-top,
#page-container #main-header .customer-header #header-top,
#page-container #main-header .tester-header #header-top,
#page-container #main-header .tester-funnel-header #header-top {
  display: block;
  width: inherit;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
#page-container #main-header .header #header-top .header-status-logged,
#page-container #main-header .customer-header #header-top .header-status-logged,
#page-container #main-header .tester-header #header-top .header-status-logged,
#page-container #main-header .tester-funnel-header #header-top .header-status-logged {
  position: relative;
  top: 5px;
}
#page-container #main-header .header #header-top .recommend_link,
#page-container #main-header .customer-header #header-top .recommend_link,
#page-container #main-header .tester-header #header-top .recommend_link,
#page-container #main-header .tester-funnel-header #header-top .recommend_link {
  margin-right: 40px;
  font-size: 13px;
}
#page-container #main-header .header #header-top .educate_link,
#page-container #main-header .customer-header #header-top .educate_link,
#page-container #main-header .tester-header #header-top .educate_link,
#page-container #main-header .tester-funnel-header #header-top .educate_link {
  font-size: 13px;
  float: right;
  color: #009fe3;
  text-decoration: none;
  margin: 0;
  margin-left: 40px;
}
#page-container #main-header .header #header-top .educate_link .fa,
#page-container #main-header .customer-header #header-top .educate_link .fa,
#page-container #main-header .tester-header #header-top .educate_link .fa,
#page-container #main-header .tester-funnel-header #header-top .educate_link .fa {
  font-size: 15px;
  margin-right: 2px;
}
#page-container #main-header .header #header-top #header-top-left,
#page-container #main-header .customer-header #header-top #header-top-left,
#page-container #main-header .tester-header #header-top #header-top-left,
#page-container #main-header .tester-funnel-header #header-top #header-top-left {
  float: right;
  margin-top: 5px;
  margin-right: 33px;
}
#page-container #main-header .header #header-top #header-top-left .fa,
#page-container #main-header .customer-header #header-top #header-top-left .fa,
#page-container #main-header .tester-header #header-top #header-top-left .fa,
#page-container #main-header .tester-funnel-header #header-top #header-top-left .fa {
  margin-left: 5px;
}
#page-container #main-header .header #header-top #header-top-left .ul-custom-header-phone-container-toggle,
#page-container #main-header .customer-header #header-top #header-top-left .ul-custom-header-phone-container-toggle,
#page-container #main-header .tester-header #header-top #header-top-left .ul-custom-header-phone-container-toggle,
#page-container #main-header .tester-funnel-header #header-top #header-top-left .ul-custom-header-phone-container-toggle {
  font-size: 13px;
  float: right;
  cursor: pointer;
  color: #333;
}
#page-container #main-header .header #header-top #header-top-left #ul-custom-header-phone-hiddenbox,
#page-container #main-header .customer-header #header-top #header-top-left #ul-custom-header-phone-hiddenbox,
#page-container #main-header .tester-header #header-top #header-top-left #ul-custom-header-phone-hiddenbox,
#page-container #main-header .tester-funnel-header #header-top #header-top-left #ul-custom-header-phone-hiddenbox {
  display: none;
  position: absolute;
  top: 40px;
  width: 420px;
  background: #fff;
  padding: 26px;
  padding-top: 16px;
  /* nose takes 10px */
  border: 1px solid #ddd;
  border-left: 0;
  border-top: 0;
  border-radius: 4px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
  z-index: 999;
}
#page-container #main-header .header #header-top #header-top-left #ul-custom-header-phone-hiddenbox .nose-up,
#page-container #main-header .customer-header #header-top #header-top-left #ul-custom-header-phone-hiddenbox .nose-up,
#page-container #main-header .tester-header #header-top #header-top-left #ul-custom-header-phone-hiddenbox .nose-up,
#page-container #main-header .tester-funnel-header #header-top #header-top-left #ul-custom-header-phone-hiddenbox .nose-up {
  content: ' ';
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-style: solid;
  border-color: #fff;
  border-width: 0 0 1px 1px;
  -webkit-transform: rotate(133deg);
  -moz-transform: rotate(133deg);
  -ms-transform: rotate(133deg);
  -o-transform: rotate(133deg);
  z-index: 999;
  top: -22px;
  left: 49%;
}
#page-container #main-header .header #header-top #header-top-left #ul-custom-header-phone-hiddenbox .ul-custom-header-phone-hiddenbox-left,
#page-container #main-header .customer-header #header-top #header-top-left #ul-custom-header-phone-hiddenbox .ul-custom-header-phone-hiddenbox-left,
#page-container #main-header .tester-header #header-top #header-top-left #ul-custom-header-phone-hiddenbox .ul-custom-header-phone-hiddenbox-left,
#page-container #main-header .tester-funnel-header #header-top #header-top-left #ul-custom-header-phone-hiddenbox .ul-custom-header-phone-hiddenbox-left {
  vertical-align: top;
  margin-right: 26px;
  float: left;
  text-align: center;
}
#page-container #main-header .header #header-top #header-top-left #ul-custom-header-phone-hiddenbox .ul-custom-header-phone-hiddenbox-left img,
#page-container #main-header .customer-header #header-top #header-top-left #ul-custom-header-phone-hiddenbox .ul-custom-header-phone-hiddenbox-left img,
#page-container #main-header .tester-header #header-top #header-top-left #ul-custom-header-phone-hiddenbox .ul-custom-header-phone-hiddenbox-left img,
#page-container #main-header .tester-funnel-header #header-top #header-top-left #ul-custom-header-phone-hiddenbox .ul-custom-header-phone-hiddenbox-left img {
  width: 160px;
  max-width: 160px;
}
#page-container #main-header .header #header-top #header-top-left #ul-custom-header-phone-hiddenbox .ul-custom-header-phone-hiddenbox-left span,
#page-container #main-header .customer-header #header-top #header-top-left #ul-custom-header-phone-hiddenbox .ul-custom-header-phone-hiddenbox-left span,
#page-container #main-header .tester-header #header-top #header-top-left #ul-custom-header-phone-hiddenbox .ul-custom-header-phone-hiddenbox-left span,
#page-container #main-header .tester-funnel-header #header-top #header-top-left #ul-custom-header-phone-hiddenbox .ul-custom-header-phone-hiddenbox-left span {
  display: block;
  font-weight: bold;
  font-size: 13px;
}
#page-container #main-header .header #header-top #header-top-left .ul-custom-header-phone-hiddenbox-right,
#page-container #main-header .customer-header #header-top #header-top-left .ul-custom-header-phone-hiddenbox-right,
#page-container #main-header .tester-header #header-top #header-top-left .ul-custom-header-phone-hiddenbox-right,
#page-container #main-header .tester-funnel-header #header-top #header-top-left .ul-custom-header-phone-hiddenbox-right {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  font-size: 13px;
  line-height: 17px;
  text-align: left;
  float: right;
}
#page-container #main-header .header #header-top #header-top-left .ul-custom-header-phone-hiddenbox-right .ul-custom-header-phone-hiddenbox-right-phone,
#page-container #main-header .customer-header #header-top #header-top-left .ul-custom-header-phone-hiddenbox-right .ul-custom-header-phone-hiddenbox-right-phone,
#page-container #main-header .tester-header #header-top #header-top-left .ul-custom-header-phone-hiddenbox-right .ul-custom-header-phone-hiddenbox-right-phone,
#page-container #main-header .tester-funnel-header #header-top #header-top-left .ul-custom-header-phone-hiddenbox-right .ul-custom-header-phone-hiddenbox-right-phone {
  font-size: 15px;
  font-weight: bold;
  margin-top: 14px;
}
#page-container #main-header .header #header-top #header-top-right,
#page-container #main-header .customer-header #header-top #header-top-right,
#page-container #main-header .tester-header #header-top #header-top-right,
#page-container #main-header .tester-funnel-header #header-top #header-top-right {
  float: right;
  font-size: 13px;
}
#page-container #main-header .header #header-top #header-top-right a,
#page-container #main-header .customer-header #header-top #header-top-right a,
#page-container #main-header .tester-header #header-top #header-top-right a,
#page-container #main-header .tester-funnel-header #header-top #header-top-right a {
  color: #009fe3;
  padding-left: 4px;
}
#page-container #main-header .header #header-top #header-top-right .link-customer-page-tester-header,
#page-container #main-header .customer-header #header-top #header-top-right .link-customer-page-tester-header,
#page-container #main-header .tester-header #header-top #header-top-right .link-customer-page-tester-header,
#page-container #main-header .tester-funnel-header #header-top #header-top-right .link-customer-page-tester-header {
  text-decoration: none;
  top: -5px;
  position: relative;
}
#page-container #main-header .header #header-bottom,
#page-container #main-header .customer-header #header-bottom,
#page-container #main-header .tester-header #header-bottom,
#page-container #main-header .tester-funnel-header #header-bottom {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
#page-container #main-header .header #header-bottom #logo-container,
#page-container #main-header .customer-header #header-bottom #logo-container,
#page-container #main-header .tester-header #header-bottom #logo-container,
#page-container #main-header .tester-funnel-header #header-bottom #logo-container {
  position: relative;
  top: 22px;
  pointer-events: none;
  height: 61px;
}
#page-container #main-header .header #header-bottom #logo-container .logo,
#page-container #main-header .customer-header #header-bottom #logo-container .logo,
#page-container #main-header .tester-header #header-bottom #logo-container .logo,
#page-container #main-header .tester-funnel-header #header-bottom #logo-container .logo {
  pointer-events: auto;
}
#page-container #main-header .header #header-bottom #logo-container img,
#page-container #main-header .customer-header #header-bottom #logo-container img,
#page-container #main-header .tester-header #header-bottom #logo-container img,
#page-container #main-header .tester-funnel-header #header-bottom #logo-container img {
  height: 55px;
}
#page-container #main-header .header #header-bottom .ul-custom-hamburger-container,
#page-container #main-header .customer-header #header-bottom .ul-custom-hamburger-container,
#page-container #main-header .tester-header #header-bottom .ul-custom-hamburger-container,
#page-container #main-header .tester-funnel-header #header-bottom .ul-custom-hamburger-container {
  display: none;
}
#page-container #main-header .header #header-bottom #nav,
#page-container #main-header .customer-header #header-bottom #nav,
#page-container #main-header .tester-header #header-bottom #nav,
#page-container #main-header .tester-funnel-header #header-bottom #nav {
  display: block;
}
#page-container #main-header .header #header-bottom #nav-mobile,
#page-container #main-header .customer-header #header-bottom #nav-mobile,
#page-container #main-header .tester-header #header-bottom #nav-mobile,
#page-container #main-header .tester-funnel-header #header-bottom #nav-mobile {
  display: none;
}
#page-container #main-header .header #header-bottom #ul-custom-mobile-header-bottom,
#page-container #main-header .customer-header #header-bottom #ul-custom-mobile-header-bottom,
#page-container #main-header .tester-header #header-bottom #ul-custom-mobile-header-bottom,
#page-container #main-header .tester-funnel-header #header-bottom #ul-custom-mobile-header-bottom {
  display: none;
}
#page-container #main-header .header #header-bottom .main-menu,
#page-container #main-header .customer-header #header-bottom .main-menu,
#page-container #main-header .tester-header #header-bottom .main-menu,
#page-container #main-header .tester-funnel-header #header-bottom .main-menu {
  float: left;
  position: relative;
  left: 11%;
  top: -20px;
  text-align: left;
}
#page-container #main-header .header #header-bottom .main-menu.menu-tester-profile,
#page-container #main-header .customer-header #header-bottom .main-menu.menu-tester-profile,
#page-container #main-header .tester-header #header-bottom .main-menu.menu-tester-profile,
#page-container #main-header .tester-funnel-header #header-bottom .main-menu.menu-tester-profile {
  left: 12%;
}
#page-container #main-header .header #header-bottom .main-menu ul,
#page-container #main-header .customer-header #header-bottom .main-menu ul,
#page-container #main-header .tester-header #header-bottom .main-menu ul,
#page-container #main-header .tester-funnel-header #header-bottom .main-menu ul {
  list-style: none;
}
#page-container #main-header .header #header-bottom .main-menu ul li,
#page-container #main-header .customer-header #header-bottom .main-menu ul li,
#page-container #main-header .tester-header #header-bottom .main-menu ul li,
#page-container #main-header .tester-funnel-header #header-bottom .main-menu ul li {
  position: relative;
  float: left;
  list-style-type: none;
  text-align: center;
}
#page-container #main-header .header #header-bottom .main-menu ul li.active,
#page-container #main-header .customer-header #header-bottom .main-menu ul li.active,
#page-container #main-header .tester-header #header-bottom .main-menu ul li.active,
#page-container #main-header .tester-funnel-header #header-bottom .main-menu ul li.active {
  background-image: url('/images/front/blue-line.svg');
  background-size: 50px 15px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-position-y: bottom !important;
}
#page-container #main-header .header #header-bottom .main-menu ul li a,
#page-container #main-header .customer-header #header-bottom .main-menu ul li a,
#page-container #main-header .tester-header #header-bottom .main-menu ul li a,
#page-container #main-header .tester-funnel-header #header-bottom .main-menu ul li a {
  float: left;
  padding: 15px 13px;
  list-style-type: none;
  font-family: Bariol-bold !important;
  font-weight: 500;
  font-size: 22px;
  color: #333;
  text-decoration: none;
  text-align: center;
}
#page-container #main-header .header #header-bottom .main-menu ul li a:hover,
#page-container #main-header .customer-header #header-bottom .main-menu ul li a:hover,
#page-container #main-header .tester-header #header-bottom .main-menu ul li a:hover,
#page-container #main-header .tester-funnel-header #header-bottom .main-menu ul li a:hover,
#page-container #main-header .header #header-bottom .main-menu ul li a.hover-element,
#page-container #main-header .customer-header #header-bottom .main-menu ul li a.hover-element,
#page-container #main-header .tester-header #header-bottom .main-menu ul li a.hover-element,
#page-container #main-header .tester-funnel-header #header-bottom .main-menu ul li a.hover-element {
  color: #009fe3;
}
#page-container #main-header .header #header-bottom .main-menu ul li a.has-children:hover,
#page-container #main-header .customer-header #header-bottom .main-menu ul li a.has-children:hover,
#page-container #main-header .tester-header #header-bottom .main-menu ul li a.has-children:hover,
#page-container #main-header .tester-funnel-header #header-bottom .main-menu ul li a.has-children:hover,
#page-container #main-header .header #header-bottom .main-menu ul li a.hover-element,
#page-container #main-header .customer-header #header-bottom .main-menu ul li a.hover-element,
#page-container #main-header .tester-header #header-bottom .main-menu ul li a.hover-element,
#page-container #main-header .tester-funnel-header #header-bottom .main-menu ul li a.hover-element {
  background-color: #fff !important;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3) !important;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3) !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  background-image: none !important;
}
#page-container #main-header .header #header-bottom .main-menu ul.navigation-submenu,
#page-container #main-header .customer-header #header-bottom .main-menu ul.navigation-submenu,
#page-container #main-header .tester-header #header-bottom .main-menu ul.navigation-submenu,
#page-container #main-header .tester-funnel-header #header-bottom .main-menu ul.navigation-submenu,
#page-container #main-header .header #header-bottom .main-menu .navigation-submenu,
#page-container #main-header .customer-header #header-bottom .main-menu .navigation-submenu,
#page-container #main-header .tester-header #header-bottom .main-menu .navigation-submenu,
#page-container #main-header .tester-funnel-header #header-bottom .main-menu .navigation-submenu {
  position: absolute;
  top: 45px;
  left: 0px;
  z-index: 1;
  background-color: #fff;
  padding-left: 8px;
  padding-right: 0px;
  box-shadow: 2px 5px 4px #4b4b4b;
  min-width: 271px;
  border-radius: 4px !important;
}
#page-container #main-header .header #header-bottom .main-menu ul.navigation-submenu li,
#page-container #main-header .customer-header #header-bottom .main-menu ul.navigation-submenu li,
#page-container #main-header .tester-header #header-bottom .main-menu ul.navigation-submenu li,
#page-container #main-header .tester-funnel-header #header-bottom .main-menu ul.navigation-submenu li,
#page-container #main-header .header #header-bottom .main-menu .navigation-submenu li,
#page-container #main-header .customer-header #header-bottom .main-menu .navigation-submenu li,
#page-container #main-header .tester-header #header-bottom .main-menu .navigation-submenu li,
#page-container #main-header .tester-funnel-header #header-bottom .main-menu .navigation-submenu li {
  display: block;
  height: 29px;
  float: none !important;
  margin-right: 0px !important;
  padding-top: 6px;
}
#page-container #main-header .header #header-bottom .main-menu ul.navigation-submenu li a,
#page-container #main-header .customer-header #header-bottom .main-menu ul.navigation-submenu li a,
#page-container #main-header .tester-header #header-bottom .main-menu ul.navigation-submenu li a,
#page-container #main-header .tester-funnel-header #header-bottom .main-menu ul.navigation-submenu li a,
#page-container #main-header .header #header-bottom .main-menu .navigation-submenu li a,
#page-container #main-header .customer-header #header-bottom .main-menu .navigation-submenu li a,
#page-container #main-header .tester-header #header-bottom .main-menu .navigation-submenu li a,
#page-container #main-header .tester-funnel-header #header-bottom .main-menu .navigation-submenu li a {
  font-family: 'Open Sans' !important;
  font-size: 16px;
  color: #009fe3;
  line-height: 1.56em;
  letter-spacing: 0px;
  margin-top: 0px;
  margin-left: 6px;
  padding: 0px;
  width: 90%;
  text-align: left;
}
#page-container #main-header .header #header-bottom .main-menu ul.navigation-submenu li a:hover,
#page-container #main-header .customer-header #header-bottom .main-menu ul.navigation-submenu li a:hover,
#page-container #main-header .tester-header #header-bottom .main-menu ul.navigation-submenu li a:hover,
#page-container #main-header .tester-funnel-header #header-bottom .main-menu ul.navigation-submenu li a:hover,
#page-container #main-header .header #header-bottom .main-menu .navigation-submenu li a:hover,
#page-container #main-header .customer-header #header-bottom .main-menu .navigation-submenu li a:hover,
#page-container #main-header .tester-header #header-bottom .main-menu .navigation-submenu li a:hover,
#page-container #main-header .tester-funnel-header #header-bottom .main-menu .navigation-submenu li a:hover {
  font-weight: bold;
}
#page-container #main-header .header #header-bottom .main-menu ul.navigation-submenu li:last-child a,
#page-container #main-header .customer-header #header-bottom .main-menu ul.navigation-submenu li:last-child a,
#page-container #main-header .tester-header #header-bottom .main-menu ul.navigation-submenu li:last-child a,
#page-container #main-header .tester-funnel-header #header-bottom .main-menu ul.navigation-submenu li:last-child a,
#page-container #main-header .header #header-bottom .main-menu .navigation-submenu li:last-child a,
#page-container #main-header .customer-header #header-bottom .main-menu .navigation-submenu li:last-child a,
#page-container #main-header .tester-header #header-bottom .main-menu .navigation-submenu li:last-child a,
#page-container #main-header .tester-funnel-header #header-bottom .main-menu .navigation-submenu li:last-child a {
  height: 30px;
}
#page-container #main-header .header #header-bottom .main-menu ul.navigation-submenu.middle-width,
#page-container #main-header .customer-header #header-bottom .main-menu ul.navigation-submenu.middle-width,
#page-container #main-header .tester-header #header-bottom .main-menu ul.navigation-submenu.middle-width,
#page-container #main-header .tester-funnel-header #header-bottom .main-menu ul.navigation-submenu.middle-width,
#page-container #main-header .header #header-bottom .main-menu .navigation-submenu.middle-width,
#page-container #main-header .customer-header #header-bottom .main-menu .navigation-submenu.middle-width,
#page-container #main-header .tester-header #header-bottom .main-menu .navigation-submenu.middle-width,
#page-container #main-header .tester-funnel-header #header-bottom .main-menu .navigation-submenu.middle-width {
  min-width: 188px;
}
#page-container #main-header .header #header-bottom .main-menu ul.navigation-submenu.smaller-width,
#page-container #main-header .customer-header #header-bottom .main-menu ul.navigation-submenu.smaller-width,
#page-container #main-header .tester-header #header-bottom .main-menu ul.navigation-submenu.smaller-width,
#page-container #main-header .tester-funnel-header #header-bottom .main-menu ul.navigation-submenu.smaller-width,
#page-container #main-header .header #header-bottom .main-menu .navigation-submenu.smaller-width,
#page-container #main-header .customer-header #header-bottom .main-menu .navigation-submenu.smaller-width,
#page-container #main-header .tester-header #header-bottom .main-menu .navigation-submenu.smaller-width,
#page-container #main-header .tester-funnel-header #header-bottom .main-menu .navigation-submenu.smaller-width {
  min-width: 157px;
}
#page-container #main-header .header #header-bottom .main-menu ul.sub-menu-premium,
#page-container #main-header .customer-header #header-bottom .main-menu ul.sub-menu-premium,
#page-container #main-header .tester-header #header-bottom .main-menu ul.sub-menu-premium,
#page-container #main-header .tester-funnel-header #header-bottom .main-menu ul.sub-menu-premium {
  width: 330px !important;
}
#page-container #main-header .header #header-bottom .main-menu ul.sub-menu,
#page-container #main-header .customer-header #header-bottom .main-menu ul.sub-menu,
#page-container #main-header .tester-header #header-bottom .main-menu ul.sub-menu,
#page-container #main-header .tester-funnel-header #header-bottom .main-menu ul.sub-menu {
  position: absolute;
  top: 50px;
  padding: 0;
  background: #f8f8f8;
  box-shadow: 2px 5px 4px #4b4b4b;
  display: none;
  z-index: 999;
  width: 250px;
}
#page-container #main-header .header #header-bottom .main-menu ul.sub-menu li,
#page-container #main-header .customer-header #header-bottom .main-menu ul.sub-menu li,
#page-container #main-header .tester-header #header-bottom .main-menu ul.sub-menu li,
#page-container #main-header .tester-funnel-header #header-bottom .main-menu ul.sub-menu li {
  float: inherit!important;
  width: 100%;
  display: inline-block;
}
#page-container #main-header .header #header-bottom .main-menu ul.sub-menu li a,
#page-container #main-header .customer-header #header-bottom .main-menu ul.sub-menu li a,
#page-container #main-header .tester-header #header-bottom .main-menu ul.sub-menu li a,
#page-container #main-header .tester-funnel-header #header-bottom .main-menu ul.sub-menu li a {
  color: #07a1e3 !important;
  padding: 7px 20px!important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px;
  box-shadow: none!important;
}
#page-container #main-header .header #header-bottom .main-menu ul.sub-menu li:hover a,
#page-container #main-header .customer-header #header-bottom .main-menu ul.sub-menu li:hover a,
#page-container #main-header .tester-header #header-bottom .main-menu ul.sub-menu li:hover a,
#page-container #main-header .tester-funnel-header #header-bottom .main-menu ul.sub-menu li:hover a {
  font-weight: bold!important;
}
#page-container #main-header .header #header-bottom .main-menu ul > li:hover a,
#page-container #main-header .customer-header #header-bottom .main-menu ul > li:hover a,
#page-container #main-header .tester-header #header-bottom .main-menu ul > li:hover a,
#page-container #main-header .tester-funnel-header #header-bottom .main-menu ul > li:hover a {
  color: #07a1e3 !important;
}
#page-container #main-header .header #header-bottom .main-menu ul > li:hover .sub-menu,
#page-container #main-header .customer-header #header-bottom .main-menu ul > li:hover .sub-menu,
#page-container #main-header .tester-header #header-bottom .main-menu ul > li:hover .sub-menu,
#page-container #main-header .tester-funnel-header #header-bottom .main-menu ul > li:hover .sub-menu {
  display: block;
}
#page-container #main-header .header #guerilla-popup .dialogbox,
#page-container #main-header .customer-header #guerilla-popup .dialogbox,
#page-container #main-header .tester-header #guerilla-popup .dialogbox,
#page-container #main-header .tester-funnel-header #guerilla-popup .dialogbox {
  width: 945px;
  margin: 0;
  transform: translate(-50%, -50%);
}
#page-container #main-header .header #guerilla-popup .dialogbox .dialogbox-header,
#page-container #main-header .customer-header #guerilla-popup .dialogbox .dialogbox-header,
#page-container #main-header .tester-header #guerilla-popup .dialogbox .dialogbox-header,
#page-container #main-header .tester-funnel-header #guerilla-popup .dialogbox .dialogbox-header {
  padding: 48px 48px 0 48px;
}
#page-container #main-header .header #guerilla-popup .dialogbox .dialogbox-header .dialogbox-title,
#page-container #main-header .customer-header #guerilla-popup .dialogbox .dialogbox-header .dialogbox-title,
#page-container #main-header .tester-header #guerilla-popup .dialogbox .dialogbox-header .dialogbox-title,
#page-container #main-header .tester-funnel-header #guerilla-popup .dialogbox .dialogbox-header .dialogbox-title {
  text-align: left;
  font: normal normal bold 26px/35px Bariol;
  letter-spacing: 0px;
  color: #333333;
}
#page-container #main-header .header #guerilla-popup .dialogbox .dialogbox-content,
#page-container #main-header .customer-header #guerilla-popup .dialogbox .dialogbox-content,
#page-container #main-header .tester-header #guerilla-popup .dialogbox .dialogbox-content,
#page-container #main-header .tester-funnel-header #guerilla-popup .dialogbox .dialogbox-content {
  padding: 0 48px 48px 48px;
  max-height: 485px;
  height: auto;
}
#page-container #main-header .header #guerilla-popup .dialogbox .dialogbox-content .step,
#page-container #main-header .customer-header #guerilla-popup .dialogbox .dialogbox-content .step,
#page-container #main-header .tester-header #guerilla-popup .dialogbox .dialogbox-content .step,
#page-container #main-header .tester-funnel-header #guerilla-popup .dialogbox .dialogbox-content .step {
  float: left;
  width: 100%;
  margin-bottom: 32px;
}
#page-container #main-header .header #guerilla-popup .dialogbox .dialogbox-content .step:last-child,
#page-container #main-header .customer-header #guerilla-popup .dialogbox .dialogbox-content .step:last-child,
#page-container #main-header .tester-header #guerilla-popup .dialogbox .dialogbox-content .step:last-child,
#page-container #main-header .tester-funnel-header #guerilla-popup .dialogbox .dialogbox-content .step:last-child {
  margin-bottom: 0;
}
#page-container #main-header .header #guerilla-popup .dialogbox .dialogbox-content .circleNum,
#page-container #main-header .customer-header #guerilla-popup .dialogbox .dialogbox-content .circleNum,
#page-container #main-header .tester-header #guerilla-popup .dialogbox .dialogbox-content .circleNum,
#page-container #main-header .tester-funnel-header #guerilla-popup .dialogbox .dialogbox-content .circleNum {
  background-color: #009FE3;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  display: block;
  text-align: center;
  line-height: 38px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  float: left;
  margin-right: 13px;
}
#page-container #header-fixed {
  position: fixed;
  display: none;
  width: inherit;
  background-color: #f8f8f8;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
#page-container #header-fixed .fixed-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  height: 75px;
  padding: 0 98px;
}
#page-container #header-fixed .fixed-container div {
  display: inline-block;
}
#page-container #header-fixed .fixed-container div.header-fixed-logo-container {
  position: relative;
  top: 8px;
}
#page-container #header-fixed .fixed-container div.header-fixed-logo-container .logo img {
  width: 86px;
}
#page-container #header-fixed .fixed-container div.header-fixed-make-test-button-container {
  position: relative;
  top: -5px;
  left: 25px;
}
#page-container #header-fixed .fixed-container div.header-fixed-menu-container {
  position: relative;
  top: 10px;
  margin-left: 30px;
}
#page-container #header-fixed .fixed-container div.header-fixed-menu-container ul li {
  display: inline-block;
}
#page-container #header-fixed .fixed-container div.header-fixed-menu-container ul li a {
  float: left;
  padding: 10px 20px;
  list-style-type: none;
  font-family: Bariol-bold !important;
  font-weight: 500;
  font-size: 22px;
  color: #333;
  text-decoration: none;
  text-align: center;
}
#page-container #header-fixed .fixed-container div.header-fixed-menu-container ul li a.hover-element {
  color: #009fe3 !important;
  background-color: #fff !important;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3) !important;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3) !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  background-image: none !important;
}
#page-container #header-fixed .fixed-container div.header-fixed-menu-container ul li a.test-li:hover {
  background-color: #fff !important;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3) !important;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3) !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  background-image: none !important;
}
#page-container #header-fixed .fixed-container div.header-fixed-menu-container ul li a:hover {
  color: #009fe3 !important;
}
#page-container #header-fixed .fixed-container div.header-fixed-menu-container ul li ul.navigation-submenu {
  position: absolute;
  top: 40px;
  left: unset;
  z-index: 1;
  background-color: #fff;
  padding-left: 8px;
  padding-right: 0px;
  box-shadow: 2px 5px 4px #4b4b4b;
  min-width: 271px;
  border-radius: 4px !important;
}
#page-container #header-fixed .fixed-container div.header-fixed-menu-container ul li ul.navigation-submenu li {
  display: block;
  height: 29px;
  float: none !important;
  margin-right: 0px !important;
  padding-top: 6px;
}
#page-container #header-fixed .fixed-container div.header-fixed-menu-container ul li ul.navigation-submenu li a {
  font-family: 'Open Sans' !important;
  font-size: 16px;
  color: #009fe3;
  line-height: 1.56em;
  letter-spacing: 0px;
  margin-top: 0px;
  margin-left: 6px;
  padding: 0px;
  width: 90%;
  text-align: left;
}
#page-container #header-fixed .fixed-container div.header-fixed-menu-container ul li ul.navigation-submenu li a:hover {
  font-weight: bold;
  box-shadow: none !important;
}
#page-container #header-fixed .fixed-container div.header-fixed-menu-container ul li ul.navigation-submenu li:last-child {
  margin-bottom: 6px;
}
#page-container #header-fixed .fixed-container div.header-fixed-link-container {
  position: relative;
  top: -2px;
  right: 14%;
  float: right;
}
#page-container #header-fixed .fixed-container div.header-fixed-telephone-container {
  position: relative;
  top: -50px;
  margin-left: 88%;
}
#page-container #header-fixed .fixed-container div.header-fixed-telephone-container strong {
  font-size: 13px;
}
#page-container.class-tester #header-fixed .fixed-container div.header-fixed-menu-container {
  margin-left: 130px;
  width: auto;
}
#page-container.class-tester #header-fixed .fixed-container div.header-fixed-menu-container ul li.active {
  background-image: url(/images/front/blue-line.svg);
  background-size: 50px 15px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-position-y: bottom !important;
}
#page-container.class-tester #header-fixed .fixed-container div.header-fixed-menu-container ul li.no-children a.test-li:hover {
  background-color: transparent !important;
  box-shadow: none !important;
}
#page-container.class-tester .header.responsive #header-bottom .ul-custom-hamburger-container .tester-register-button {
  margin-right: 25px;
  position: relative;
  top: -8px;
}
#page-container.class-tester .header.responsive #header-bottom .ul-custom-hamburger-container .tester-login-button {
  margin-right: 25px;
  position: relative;
  top: -5px;
}
#page-container.class-tester .header.responsive #header-bottom .ul-custom-hamburger-container .tester-login-button button {
  height: 43px;
}
#page-container.class-customer_pool #main-header,
#page-container.class-customer-pool-registration #main-header {
  background: #F8F8F8 0% 0% no-repeat padding-box;
  border: 1px solid #C2C2C2;
}
#page-container.class-customer_pool #main-header .header.responsive #header-bottom #logo-container,
#page-container.class-customer-pool-registration #main-header .header.responsive #header-bottom #logo-container {
  width: auto;
  float: left;
}
#page-container.class-customer_pool #main-header .header.responsive #header-bottom .infos-mobile,
#page-container.class-customer-pool-registration #main-header .header.responsive #header-bottom .infos-mobile {
  display: inline-block;
  font-size: 13px;
  vertical-align: top;
  margin-top: 23px;
  width: auto;
  float: right;
  text-align: right;
}
#page-container.class-customer_pool #main-header .header.responsive #header-bottom .infos-mobile .mailto,
#page-container.class-customer-pool-registration #main-header .header.responsive #header-bottom .infos-mobile .mailto {
  display: inline-block;
}
#page-container.class-customer_pool #main-header .header.responsive #header-bottom .infos-mobile .mailto-smartphone,
#page-container.class-customer-pool-registration #main-header .header.responsive #header-bottom .infos-mobile .mailto-smartphone {
  display: none;
  font-size: 24px;
}
#page-container.class-customer_pool #main-header #header-fixed .fixed-container .header-fixed-logo-container .logo img,
#page-container.class-customer-pool-registration #main-header #header-fixed .fixed-container .header-fixed-logo-container .logo img {
  width: 120px;
}
#page-container.class-customer_pool #main-header #header-fixed .fixed-container .header-fixed-menu-container,
#page-container.class-customer-pool-registration #main-header #header-fixed .fixed-container .header-fixed-menu-container {
  float: right;
}
#page-container.class-customer_pool #main-header #header-fixed .fixed-container .header-fixed-menu-container .infos-mobile,
#page-container.class-customer-pool-registration #main-header #header-fixed .fixed-container .header-fixed-menu-container .infos-mobile {
  display: inline-block;
  font-size: 13px;
  vertical-align: top;
  margin-top: 0;
  width: auto;
  float: right;
  text-align: right;
}
#page-container.class-customer_pool #main-header #header-fixed .fixed-container .header-fixed-menu-container .infos-mobile .mailto,
#page-container.class-customer-pool-registration #main-header #header-fixed .fixed-container .header-fixed-menu-container .infos-mobile .mailto {
  display: inline-block;
}
#page-container.class-customer_pool #main-header #header-fixed .fixed-container .header-fixed-menu-container .infos-mobile .mailto-smartphone,
#page-container.class-customer-pool-registration #main-header #header-fixed .fixed-container .header-fixed-menu-container .infos-mobile .mailto-smartphone {
  display: none;
  font-size: 24px;
}
#page-container.class-customer-pool-registration #main-header .header.responsive #header-bottom .infos-mobile .mailto a {
  color: #333;
}
@media only screen and (min-width: 979px) and (max-width: 1078px) {
  #page-container #main-header .header #header-bottom .main-menu ul li a {
    font-size: 21px;
    padding: 15px 18px;
  }
}
@media only screen and (min-width: 979px) and (max-width: 1083px) {
  #page-container #main-header .header {
    padding-left: 30px;
    padding-right: 30px;
  }
  #page-container #main-header .header #header-bottom .main-menu {
    left: 15%;
  }
  #page-container #header-fixed .fixed-container {
    padding: 0 20px;
  }
  #page-container #header-fixed .fixed-container .header-fixed-logo-container {
    width: 10%;
    float: left;
  }
  #page-container #header-fixed .fixed-container div.header-fixed-menu-container {
    width: 90%;
    margin-left: 0;
  }
  #page-container #header-fixed .fixed-container div.header-fixed-menu-container ul li a {
    font-size: 21px;
    padding: 10px 18px;
  }
}
@media only screen and (max-width: 1078px) {
  #page-container #header-fixed div.header-fixed-link-container {
    display: none;
  }
  #page-container #header-fixed div.header-fixed-telephone-container {
    display: none;
  }
  #promotional-banner {
    height: 60px;
  }
}
/* Smartphones and Tablet (0-979px) */
@media only screen and (max-width: 979px) {
  .not-responsive #page-container #main-header {
    height: 115px;
    background-color: #f8f8f8;
  }
  #page-container #main-header {
    height: 90px;
    background-color: #fff;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
  }
  #page-container #main-header .header {
    padding-left: 0px;
    padding-right: 0px;
    height: 90px;
  }
  #page-container #main-header .header #header-top {
    display: none;
  }
  #page-container #main-header .header #header-bottom #logo-container {
    display: inline;
    padding-left: 10px;
    top: 12px;
  }
  #page-container #main-header .header #header-bottom #nav {
    display: none;
  }
  #page-container #main-header .header #header-bottom .ul-custom-hamburger-container {
    display: inline-block !important;
    float: right;
    position: relative;
    padding-right: 10px;
    top: 24px;
  }
  #page-container #main-header .header #header-bottom .ul-custom-hamburger-container .login_mobile_icon {
    top: -2px;
    position: relative;
    left: -13px;
    cursor: pointer;
  }
  #page-container #main-header .header #header-bottom .ul-custom-hamburger-container .mobile-header-icon {
    font-size: 32px;
    color: #333 !important;
  }
  #page-container #main-header .header #header-bottom .ul-custom-hamburger-container .hamburger_menu_icon {
    background-image: url('/images/front/menu.svg');
    display: inline-block;
    height: 27px;
    width: 32px;
    cursor: pointer;
  }
  #page-container #main-header .header #header-bottom .ul-custom-hamburger-container .hamburger_menu_icon.opened {
    background-image: url('/images/front/menu-closed.svg');
    background-size: 32px 27px;
  }
  #page-container #main-header .header #header-bottom .main-menu {
    top: 50px;
    left: 0;
    float: none;
    background-color: #fff;
    padding-left: 25px;
    padding-right: 25px;
  }
  #page-container #main-header .header #header-bottom .main-menu ul {
    left: 0;
  }
  #page-container #main-header .header #header-bottom .main-menu ul li {
    display: block;
    width: 100%;
    float: none;
    text-align: left;
    min-height: 45px;
  }
  #page-container #main-header .header #header-bottom .main-menu ul li a {
    float: none;
    text-align: left;
    padding: 0px;
  }
  #page-container #main-header .header #header-bottom .main-menu ul li.active {
    background-image: unset;
    background-size: 21px 22px;
    background-position: 100% !important;
    background-repeat: no-repeat !important;
    background-position-y: 0px !important;
  }
  #page-container #main-header .header #header-bottom .main-menu ul li:not(.no-children) {
    background-image: url('/images/front/fa-angle-down.svg') !important;
    background-size: 21px 22px;
    background-position: 100% !important;
    background-repeat: no-repeat !important;
    background-position-y: 0px !important;
    margin-right: 20px;
    cursor: pointer;
    float: left;
  }
  #page-container #main-header .header #header-bottom .main-menu ul li:not(.no-children).openedMobileMenuItem {
    background-image: url('/images/front/fa-angle-up.svg') !important;
  }
  #page-container #main-header .header #header-bottom .main-menu ul li.has-children ul.navigation-submenu-mobile,
  #page-container #main-header .header #header-bottom .main-menu ul li.has-children .navigation-submenu-mobile {
    margin-bottom: 20px;
  }
  #page-container #main-header .header #header-bottom .main-menu ul li.has-children ul.navigation-submenu-mobile li,
  #page-container #main-header .header #header-bottom .main-menu ul li.has-children .navigation-submenu-mobile li {
    background-image: none !important;
    float: none;
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-left: 8px;
  }
  #page-container #main-header .header #header-bottom .main-menu ul li.has-children ul.navigation-submenu-mobile li a,
  #page-container #main-header .header #header-bottom .main-menu ul li.has-children .navigation-submenu-mobile li a {
    float: left;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 18px;
  }
  #page-container #main-header .header #header-bottom .main-menu ul li:last-child {
    margin-bottom: 30px;
  }
  #page-container #main-header .header #header-bottom #ul-custom-mobile-header-bottom {
    display: none;
    margin-top: 90%;
    width: 100%;
    color: #333;
    font-size: 24px;
    padding-bottom: 30px;
    background: #7fcff1;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #7fcff1 0%, #b2efd4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fcff1', endColorstr='#b2efd4', GradientType=1);
    /* IE6-9 */
    text-align: center;
    z-index: 1;
    position: relative;
  }
  #page-container #main-header .header #header-bottom #ul-custom-mobile-header-bottom p {
    font-size: 18px;
  }
  #page-container #main-header .header #header-bottom #ul-custom-mobile-header-bottom p.mobile-header-phone {
    font-family: 'Open Sans' !important;
    position: relative;
    top: 3px;
    z-index: 999;
    margin-bottom: -10px;
  }
  #page-container #main-header .header #header-bottom #ul-custom-mobile-header-bottom p.mobile-header-phone a {
    font-family: 'Open Sans' !important;
    color: #333;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
  }
  #page-container #main-header .header #header-bottom #ul-custom-mobile-header-bottom p.mobile-header-phone i.fa-mobile-phone {
    margin-right: 4px;
  }
  #page-container #main-header .header #header-bottom #ul-custom-mobile-header-bottom p.mobile-header-opening-times {
    font-size: 16px !important;
  }
  #page-container #main-header .header #header-bottom #ul-custom-mobile-header-bottom p.mobile-header-email a {
    text-decoration: underline;
  }
  #page-container #main-header .header #header-bottom #ul-custom-mobile-header-bottom p.mobile-header-email .fa-envelope {
    font-size: 18px !important;
  }
  #page-container #main-header .header #header-bottom #ul-custom-mobile-header-bottom .ul-custom-mobile-header-bottom-links {
    margin-top: 20px;
  }
  #page-container #main-header .header #header-bottom #ul-custom-mobile-header-bottom .ul-custom-mobile-header-bottom-links p {
    display: inline;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 18px;
  }
  #page-container #main-header .header #header-bottom #ul-custom-mobile-header-bottom .ul-custom-mobile-header-bottom-links p a {
    color: #333;
  }
  #page-container #main-header .header #header-bottom #ul-custom-mobile-header-bottom:before {
    background: inherit;
    content: '';
    display: block;
    height: 30px;
    position: relative;
    left: 0;
    right: 0;
    z-index: 99;
    top: -30px;
    transform: skewY(-1.5deg);
    transform-origin: 100%;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #7fcff1 0%, #b2efd4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fcff1', endColorstr='#b2efd4', GradientType=1);
    /* IE6-9 */
  }
  #page-container #main-header .header #header-fixed {
    display: none;
  }
  #page-container.class-tester .header.responsive {
    position: fixed;
    background: #fff;
  }
  #page-container.class-customer_pool #main-header .header.responsive #header-bottom .infos-mobile {
    margin-right: 41px;
  }
  #page-container.class-customer_pool #main-header .header.responsive #header-bottom .infos-mobile .mailto {
    display: none;
  }
  #page-container.class-customer_pool #main-header .header.responsive #header-bottom .infos-mobile .mailto-smartphone {
    margin-right: 12px;
    display: inline-block;
  }
  #page-container.class-customer_pool #main-header .header.responsive #header-bottom .infos-mobile .mailto-smartphone a {
    color: #333;
  }
  #page-container.class-customer-pool-registration #main-header .header.responsive #header-bottom #logo-container {
    padding-left: 26px;
  }
  #page-container.class-customer-pool-registration #main-header .header.responsive #header-bottom .infos-mobile {
    margin-right: 26px;
  }
  #page-container.class-customer-pool-registration #main-header .header.responsive #header-bottom .infos-mobile .mailto a {
    color: #333;
  }
}
@media only screen and (max-width: 767px) {
  #page-container.class-customer-pool-registration #main-header .header.responsive #header-bottom .infos-mobile {
    margin-right: 41px;
  }
  #page-container.class-customer-pool-registration #main-header .header.responsive #header-bottom .infos-mobile .mailto {
    display: none;
  }
  #page-container.class-customer-pool-registration #main-header .header.responsive #header-bottom .infos-mobile .mailto-smartphone {
    margin-right: 12px;
    display: inline-block;
  }
  #page-container.class-customer-pool-registration #main-header .header.responsive #header-bottom .infos-mobile .mailto-smartphone a {
    color: #333;
  }
}
/* Smartphones portraits */
@media only screen and (max-width: 360px) {
  #page-container #main-header .header #header-bottom #ul-custom-mobile-header-bottom .ul-custom-mobile-header-bottom-links p {
    margin-left: 10px;
    margin-right: 10px;
  }
  #page-container.class-customer_pool #main-header .header.responsive #header-bottom .infos-mobile {
    margin-right: 20px;
  }
  #page-container.class-customer_pool #main-header .header.responsive #header-bottom .infos-mobile .secondary-cta,
  #page-container.class-customer_pool #main-header .header.responsive #header-bottom .infos-mobile .primary-cta {
    padding: 10px;
  }
}
@media only screen and (max-width: 480px) {
  #page-container.class-tester .header.responsive #header-bottom .ul-custom-hamburger-container .tester-register-button {
    display: none;
  }
  #page-container.class-customer_pool #main-header .header.responsive #header-bottom #logo-container {
    height: auto;
    padding-left: 35px;
    margin-top: 23px;
  }
  #page-container.class-customer_pool #main-header .header.responsive #header-bottom #logo-container img {
    width: 52px;
    height: 23px;
  }
}
@media only screen and (max-width: 375px) {
  #page-container.class-customer_pool #main-header .header.responsive #header-bottom #logo-container {
    padding-left: 10px;
    margin-top: 23px;
  }
  #page-container.class-customer_pool #main-header .header.responsive #header-bottom #logo-container img {
    width: 52px;
    height: 23px;
  }
  #page-container.class-customer_pool #main-header .header.responsive #header-bottom .infos-mobile {
    margin-right: 10px;
  }
}
#ul-custom-footer {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #85d2ee 0%, #a8e9d9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85d2ee', endColorstr='#a8e9d9', GradientType=1);
  /* IE6-9 */
  line-height: 2em;
  width: 100%;
  padding-top: 0px;
  margin-top: 20px;
}
#ul-custom-footer.tester-home-footer {
  float: left;
}
#ul-custom-footer.tester-home-footer #ul-custom-footer-container #ul-custom-home-footer {
  float: left;
  width: 100%;
  color: #333333;
}
#ul-custom-footer.tester-home-footer #ul-custom-footer-container #ul-custom-home-footer p {
  color: #333333;
  font: normal normal normal 16px/22px Open Sans;
}
#ul-custom-footer.tester-home-footer #ul-custom-footer-container #ul-custom-home-footer p.ul-custom-footer-title {
  font: normal normal bold 22px/25px Bariol;
}
#ul-custom-footer.tester-home-footer #ul-custom-footer-container #ul-custom-home-footer a {
  color: #333333;
}
#ul-custom-footer.tester-home-footer #ul-custom-footer-container #ul-custom-home-footer .col-one {
  width: 16%;
  float: right;
  text-align: right;
}
#ul-custom-footer.tester-home-footer #ul-custom-footer-container #ul-custom-home-footer .col-two {
  width: 40%;
  float: left;
  margin-left: 4%;
}
#ul-custom-footer.tester-home-footer #ul-custom-footer-container #ul-custom-home-footer .col-two .contact-text {
  font: normal normal bold 16px/22px Open Sans;
}
#ul-custom-footer.tester-home-footer #ul-custom-footer-container #ul-custom-home-footer .col-three {
  width: 40%;
  float: left;
}
#ul-custom-footer.tester-home-footer #ul-custom-footer-container #ul-custom-footer-bottom {
  width: 100%;
  float: left;
}
#ul-custom-footer.register-page {
  float: left;
  padding-top: 40px;
  margin: 0;
}
#ul-custom-footer.register-page #ul-custom-footer-container {
  margin: 0 auto;
  margin-top: 48px;
}
#ul-custom-footer.register-page #ul-custom-footer-container #ul-custom-home-footer {
  float: left;
  width: 100%;
  color: #333333;
  text-align: center;
}
#ul-custom-footer.register-page #ul-custom-footer-container #ul-custom-home-footer .col-one {
  display: none;
}
#ul-custom-footer.register-page #ul-custom-footer-container #ul-custom-home-footer .col-two {
  width: 100%;
  float: left;
  margin-left: 0;
}
#ul-custom-footer.register-page #ul-custom-footer-container #ul-custom-home-footer .col-two .contact-text {
  font: normal normal bold 16px/22px Open Sans;
}
#ul-custom-footer.register-page #ul-custom-footer-container #ul-custom-home-footer .col-three {
  display: none;
}
#ul-custom-footer.customer_pool {
  float: left;
  padding-top: 40px;
  margin: 0;
}
#ul-custom-footer.customer_pool #ul-custom-footer-container {
  margin: 0 auto;
}
#ul-custom-footer.customer_pool #ul-custom-footer-container #ul-custom-home-footer {
  float: left;
  width: 100%;
  color: #333333;
  text-align: center;
}
#ul-custom-footer.customer_pool #ul-custom-footer-container #ul-custom-home-footer .col-one {
  display: none;
}
#ul-custom-footer.customer_pool #ul-custom-footer-container #ul-custom-home-footer .col-two {
  width: 100%;
  float: left;
  margin-left: 0;
}
#ul-custom-footer.customer_pool #ul-custom-footer-container #ul-custom-home-footer .col-two .ul-custom-footer-title {
  display: none;
}
#ul-custom-footer.customer_pool #ul-custom-footer-container #ul-custom-home-footer .col-two .contact-text {
  font: normal normal bold 16px/22px Open Sans;
}
#ul-custom-footer.customer_pool #ul-custom-footer-container #ul-custom-home-footer .col-three {
  display: none;
}
#ul-custom-footer #ul-custom-footer-container {
  width: inherit;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
  padding: 0;
}
#ul-custom-footer #ul-custom-footer-container.customer-dashboard-footer {
  width: 966px;
}
#ul-custom-footer #ul-custom-footer-container p {
  font-family: 'Open Sans';
  font-size: 16px;
  color: #333;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}
#ul-custom-footer #ul-custom-footer-container a {
  text-decoration: none;
}
#ul-custom-footer #ul-custom-footer-container .green-button {
  height: 35px;
}
#ul-custom-footer #ul-custom-footer-container p.opening-days {
  font-size: 13px;
}
#ul-custom-footer #ul-custom-footer-container p.email {
  margin-top: 10px;
}
#ul-custom-footer #ul-custom-footer-container p.email a {
  color: #009fe3 !important;
}
#ul-custom-footer #ul-custom-footer-container .footer-row {
  width: 100%;
  vertical-align: top;
}
#ul-custom-footer #ul-custom-footer-container .footer-row .col-4 {
  width: 24%;
  margin: 0;
  padding: 0 2% 0 0;
  display: inline-block;
  vertical-align: top;
  color: #333;
}
#ul-custom-footer #ul-custom-footer-container .footer-row .col-4 a {
  color: #333;
}
#ul-custom-footer #ul-custom-footer-container .footer-row .col-4 a:hover {
  color: #009fe3;
}
#ul-custom-footer #ul-custom-footer-container .footer-row .col-4 .newsletter-label,
#ul-custom-footer #ul-custom-footer-container .footer-row .col-4 .newsletter-textarea {
  width: 90%;
}
#ul-custom-footer #ul-custom-footer-container .footer-row .col-4:last-child {
  padding-right: 0;
  float: right;
}
#ul-custom-footer #ul-custom-footer-container .footer-row .secure-title {
  font: normal normal 700 22px/28px Bariol-bold;
  letter-spacing: 0;
  z-index: 8;
  width: 80%;
  margin-bottom: 28px;
  position: relative;
}
#ul-custom-footer #ul-custom-footer-container .footer-row .secure-text {
  font: normal normal normal 11px/15px Open Sans;
  letter-spacing: 0px;
  margin-bottom: 16px;
}
#ul-custom-footer #ul-custom-footer-container .footer-row .secure-img {
  max-width: 240px;
}
#ul-custom-footer #ul-custom-footer-container #ul-custom-footer-top-left-desktop {
  width: 68%;
  display: inline-block;
}
#ul-custom-footer #ul-custom-footer-container #ul-custom-footer-top-left-desktop #ul-custom-footer-left {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
#ul-custom-footer #ul-custom-footer-container #ul-custom-footer-top-left-desktop #ul-custom-footer-right {
  width: 38%;
  display: inline-block;
  vertical-align: top;
  padding-left: 46px;
}
#ul-custom-footer #ul-custom-footer-container #ul-custom-footer-top-left-desktop .right-col-entry a,
#ul-custom-footer #ul-custom-footer-container #ul-custom-footer-top-left-desktop .left-col-entry a {
  color: #333;
}
#ul-custom-footer #ul-custom-footer-container #ul-custom-footer-top-left-desktop .right-col-entry a:hover,
#ul-custom-footer #ul-custom-footer-container #ul-custom-footer-top-left-desktop .left-col-entry a:hover {
  color: #009fe3;
}
#ul-custom-footer #ul-custom-footer-container #ul-custom-footer-top-left-desktop.tester-footer {
  width: 80%;
}
#ul-custom-footer #ul-custom-footer-container #ul-custom-footer-top-left-desktop.tester-footer #ul-custom-footer-right {
  width: 40%;
}
#ul-custom-footer #ul-custom-footer-container #ul-custom-footer-top-left-mobile {
  display: none;
}
#ul-custom-footer #ul-custom-footer-container .ul-custom-footer-toggle-left-icon,
#ul-custom-footer #ul-custom-footer-container .ul-custom-footer-toggle-right-icon {
  display: none !important;
}
#ul-custom-footer #ul-custom-footer-container #ul-custom-footer-top-right {
  width: 31%;
  display: inline-block;
  vertical-align: top;
}
#ul-custom-footer #ul-custom-footer-container #ul-custom-footer-top-right #ul-custom-footer-newsletter {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding-left: 64px;
}
#ul-custom-footer #ul-custom-footer-container #ul-custom-footer-top-right #canvasloader-newsletter {
  height: 60px;
  width: 60px;
  background: #f8f8f8;
  z-index: 10001;
  position: fixed;
  top: 40%;
  border-radius: 50%;
}
#ul-custom-footer #ul-custom-footer-container p.ul-custom-footer-title {
  font-family: 'Bariol-bold';
  font-size: 22px;
  color: #333 !important;
  margin-bottom: 28px;
  z-index: 8;
  position: relative;
}
#ul-custom-footer #ul-custom-footer-container p.newsletter-label {
  font-size: 13px;
  margin-bottom: 5px;
  color: #333;
  line-height: 22px;
}
#ul-custom-footer #ul-custom-footer-container input[type="text"] {
  color: #4c4c4c;
  height: 48px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  width: 155px;
}
#ul-custom-footer #ul-custom-footer-container input[type="submit"] {
  height: 48px;
  width: 55px;
  position: relative;
  left: -5px;
  font-family: Bariol;
  font-size: 18px;
  top: 1px;
  background: #25b472;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #25b472 0%, #1f9960 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25b472', endColorstr='#1f9960', GradientType=0);
  /* IE6-9 */
  color: #fff;
  border: none;
  border-radius: 0px 3px 3px 0px;
  cursor: pointer;
}
#ul-custom-footer #ul-custom-footer-container input[type="submit"]:hover {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1f9960 0%, #25b472 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f9960', endColorstr='#25b472', GradientType=0);
  /* IE6-9 */
}
#ul-custom-footer #ul-custom-footer-container p.newsletter-error-label,
#ul-custom-footer #ul-custom-footer-container p.newsletter-error-already-registered-label {
  display: none;
  color: #ff0000;
  font-size: 13px !important;
  margin-top: 5px;
  line-height: 18px;
}
#ul-custom-footer #ul-custom-footer-container p.newsletter-success-label {
  display: none;
  color: #1F9960;
  font-size: 13px !important;
  margin-top: 5px;
  line-height: 18px;
}
#ul-custom-footer #ul-custom-footer-container #ul-custom-footer-bottom {
  text-align: center;
  margin-top: 76px;
}
#ul-custom-footer #ul-custom-footer-container #ul-custom-footer-bottom a {
  color: #333;
}
#ul-custom-footer #ul-custom-footer-container #ul-custom-footer-bottom .fa-facebook-square:hover {
  color: #3b5998;
}
#ul-custom-footer #ul-custom-footer-container #ul-custom-footer-bottom .fa-twitter-square:hover {
  color: #1da1f2;
}
#ul-custom-footer #ul-custom-footer-container #ul-custom-footer-bottom .fa-youtube-square:hover {
  color: #cd201f;
}
#ul-custom-footer #ul-custom-footer-container #ul-custom-footer-bottom .fa-xing-square:hover {
  color: #026466;
}
#ul-custom-footer #ul-custom-footer-container #ul-custom-footer-bottom .ul-custom-footer-icon {
  margin-bottom: 28px;
  font-size: 28px;
  margin-right: 20px;
}
#ul-custom-footer #ul-custom-footer-container #ul-custom-footer-bottom .ul-custom-footer-small-icon {
  font-size: 13px;
}
#ul-custom-footer #ul-custom-footer-container #ul-custom-footer-impressum {
  padding-bottom: 20px;
}
#ul-custom-footer #ul-custom-footer-container #ul-custom-footer-impressum p,
#ul-custom-footer #ul-custom-footer-container #ul-custom-footer-impressum span {
  font-size: 13px;
  color: #333;
}
#ul-custom-footer #ul-custom-footer-container #ul-custom-footer-impressum p a:hover,
#ul-custom-footer #ul-custom-footer-container #ul-custom-footer-impressum span a:hover {
  color: #009fe3 !important;
}
#ul-custom-footer #back-to-top {
  display: none;
  position: fixed;
  bottom: 74px;
  right: 10px;
  z-index: 991;
}
.tester-login #ul-custom-footer.tester-home-footer #ul-custom-footer-container {
  padding: 0;
}
#ul-custom-footer:before {
  background: inherit;
  content: '';
  display: block;
  height: 80px;
  position: relative;
  left: 0;
  right: 0;
  top: -20px;
  transform: skewY(0.75deg);
  transform-origin: 100%;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #85d2ee 0%, #a8e9d9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85d2ee', endColorstr='#a8e9d9', GradientType=1);
  /* IE6-9 */
  outline: 1px solid transparent;
}
#ul-custom-footer.register-page::before {
  content: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #ul-custom-footer-container button {
    top: 2px;
  }
}
/* Smartphones and Tablet (0-979px) */
@media only screen and (max-width: 979px) {
  #ul-custom-footer.responsive #ul-custom-footer-container {
    padding-left: 3%;
    padding-right: 3%;
  }
  #ul-custom-footer.responsive #ul-custom-footer-container #ul-custom-footer-top-left-desktop {
    display: none;
  }
  #ul-custom-footer.responsive #ul-custom-footer-container .footer-row .col-4:nth-child(-n + 2) {
    display: none;
  }
  #ul-custom-footer.responsive #ul-custom-footer-container .footer-row .col-4:nth-last-child(-n + 2) {
    width: 100%;
    padding: 5% 0 0;
  }
  #ul-custom-footer.responsive #ul-custom-footer-container .footer-row .col-4:nth-last-child(-n + 2) .secure-text {
    width: 30%;
  }
  #ul-custom-footer.responsive #ul-custom-footer-container #ul-custom-footer-top-left-mobile {
    width: 100%;
    display: block;
    vertical-align: top;
    min-height: 150px;
  }
  #ul-custom-footer.responsive #ul-custom-footer-container #ul-custom-footer-top-left-mobile #ul-custom-footer-left {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  #ul-custom-footer.responsive #ul-custom-footer-container #ul-custom-footer-top-left-mobile #ul-custom-footer-left .long-field {
    position: absolute;
  }
  #ul-custom-footer.responsive #ul-custom-footer-container #ul-custom-footer-top-left-mobile #ul-custom-footer-right {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  #ul-custom-footer.responsive #ul-custom-footer-container #ul-custom-footer-top-right {
    width: 100%;
    display: block;
    margin-top: 35px;
  }
  #ul-custom-footer.responsive #ul-custom-footer-container #ul-custom-footer-top-right p.ul-custom-footer-title {
    margin-bottom: 15px;
  }
  #ul-custom-footer.responsive #ul-custom-footer-container #ul-custom-footer-top-right #ul-custom-footer-newsletter {
    padding-left: 0px;
  }
  #ul-custom-footer.responsive #ul-custom-footer-container .right-title {
    text-align: right;
  }
  #ul-custom-footer.responsive #ul-custom-footer-container .right-col-entry {
    margin-left: -100%;
    display: none;
  }
  #ul-custom-footer.responsive #ul-custom-footer-container .ul-custom-footer-toggle-left-icon,
  #ul-custom-footer.responsive #ul-custom-footer-container .ul-custom-footer-toggle-right-icon {
    display: inline-block !important;
  }
  #ul-custom-footer.responsive #ul-custom-footer-container .ul-custom-footer-toggle-left,
  #ul-custom-footer.responsive #ul-custom-footer-container .ul-custom-footer-toggle-right {
    display: block;
    cursor: pointer;
  }
  #ul-custom-footer.responsive #ul-custom-footer-container input[type="text"] {
    width: 80%;
    max-width: 500px;
  }
  #ul-custom-footer.responsive #ul-custom-footer-container button {
    top: 2px;
  }
  #ul-custom-footer.tester-home-footer #ul-custom-footer-container {
    margin-top: 0;
  }
  #ul-custom-footer.tester-home-footer #ul-custom-footer-container #ul-custom-home-footer {
    text-align: center;
  }
  #ul-custom-footer.tester-home-footer #ul-custom-footer-container #ul-custom-home-footer p {
    color: #333333;
    font: normal normal normal 16px/22px Open Sans;
  }
  #ul-custom-footer.tester-home-footer #ul-custom-footer-container #ul-custom-home-footer p.ul-custom-footer-title {
    margin-bottom: 10px;
  }
  #ul-custom-footer.tester-home-footer #ul-custom-footer-container #ul-custom-home-footer .col-one {
    position: absolute;
    right: 5%;
    width: auto;
  }
  #ul-custom-footer.tester-home-footer #ul-custom-footer-container #ul-custom-home-footer .col-two {
    width: 100%;
    margin: 0;
  }
  #ul-custom-footer.tester-home-footer #ul-custom-footer-container #ul-custom-home-footer .col-two .contact-text {
    font: normal normal normal 16px/22px Open Sans;
  }
  #ul-custom-footer.tester-home-footer #ul-custom-footer-container #ul-custom-home-footer .col-three {
    width: 100%;
    margin-top: 40px;
  }
  #ul-custom-footer.tester-home-footer #ul-custom-footer-container #ul-custom-footer-bottom {
    margin-top: 35px;
  }
  #ul-custom-footer.register-page {
    float: left;
    padding-top: 40px;
    margin: 0;
  }
  #ul-custom-footer.register-page #ul-custom-footer-container {
    margin: 0 auto;
    margin-top: 48px;
  }
  #ul-custom-footer.register-page #ul-custom-footer-container #ul-custom-home-footer {
    float: left;
    width: 100%;
    color: #333333;
    text-align: center;
  }
  #ul-custom-footer.register-page #ul-custom-footer-container #ul-custom-home-footer .col-one {
    display: none;
  }
  #ul-custom-footer.register-page #ul-custom-footer-container #ul-custom-home-footer .col-two {
    width: 100%;
    float: left;
    margin-left: 0;
  }
  #ul-custom-footer.register-page #ul-custom-footer-container #ul-custom-home-footer .col-two .contact-text {
    font: normal normal bold 16px/22px Open Sans;
  }
  #ul-custom-footer.register-page #ul-custom-footer-container #ul-custom-home-footer .col-three {
    display: none;
  }
  #ul-custom-footer.customer_pool {
    float: left;
    padding-top: 40px;
    margin: 0;
  }
  #ul-custom-footer.customer_pool #ul-custom-footer-container {
    margin: 0 auto;
  }
  #ul-custom-footer.customer_pool #ul-custom-footer-container #ul-custom-home-footer {
    float: left;
    width: 100%;
    color: #333333;
    text-align: center;
  }
  #ul-custom-footer.customer_pool #ul-custom-footer-container #ul-custom-home-footer .col-one {
    display: none;
  }
  #ul-custom-footer.customer_pool #ul-custom-footer-container #ul-custom-home-footer .col-two {
    width: 100%;
    float: left;
    margin-left: 0;
  }
  #ul-custom-footer.customer_pool #ul-custom-footer-container #ul-custom-home-footer .col-two .contact-text {
    font: normal normal bold 16px/22px Open Sans;
  }
  #ul-custom-footer.customer_pool #ul-custom-footer-container #ul-custom-home-footer .col-three {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  #ul-custom-footer {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 479px) {
  #ul-custom-footer-top-left-mobile {
    display: none !important;
  }
  span.first-line,
  span.second-line {
    display: block;
  }
  #ul-custom-footer.tester-home-footer #ul-custom-footer-container {
    margin-top: 0;
  }
  #ul-custom-footer.tester-home-footer #ul-custom-footer-container #ul-custom-home-footer .col-one {
    width: 100%;
    position: relative;
    right: unset;
    margin-bottom: 35px;
    float: left;
    text-align: center;
  }
}
@media screen and (orientation: portrait) {
  #ul-custom-footer.five-sec-test-footer {
    position: fixed;
    bottom: -20px;
  }
}
.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="password"],
.form-field input[type="number"] {
  font-size: 14px;
  color: #333;
  height: 28px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border: 1px solid #bbb;
  font-family: 'Open Sans', sans-serif;
}
.form-field .select-container {
  display: inline-block;
  position: relative;
}
.form-field .select-container select {
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  padding-left: 5px;
  height: 50px;
  position: relative;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #bbb;
}
.form-field .select-container select::-ms-expand {
  display: none;
}
.form-field .select-container:after {
  content: "\f107";
  font-family: FontAwesome;
  color: #333;
  font-size: 20px;
  position: absolute;
  top: 8px;
  right: 3px;
  z-index: 1;
  pointer-events: none;
  background-color: white;
  padding: 5px;
}
.select-wrapper {
  position: relative;
}
.select-wrapper .customSelect {
  border: 1px solid #ababab;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
}
.select-wrapper .customSelect .customSelect-content {
  white-space: nowrap;
  overflow: hidden;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  position: relative;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: bold;
}
.select-wrapper .customSelect .customSelect-icon {
  float: right;
  text-align: center;
}
.select-wrapper .customSelect.hover {
  background-color: #f8f8f8;
}
.select-wrapper .customSelectDropDown {
  position: absolute;
  border: 1px solid #ababab;
  z-index: 9999;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 3px 3px 6px 0px #888888;
  padding: 7px 0px;
  background: #fff;
  line-height: 30px;
}
.select-wrapper .customSelectDropDown .infoTextItem {
  width: 100%;
  font-size: 13px;
  font-style: italic;
  line-height: 46px;
  display: flex;
  padding: 0px 15px;
  overflow: hidden;
  user-drag: none;
  user-select: none;
  cursor: default;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.select-wrapper .customSelectDropDown .dropDownItem {
  width: 100%;
  display: flex;
  padding: 0px 15px;
  white-space: nowrap;
  overflow: hidden;
  user-drag: none;
  user-select: none;
  cursor: default;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.select-wrapper .customSelectDropDown .selectAllItem {
  cursor: pointer;
}
.select-wrapper .customSelectDropDown .selectAllItem:hover {
  background: #1e90ff;
  color: #fff;
}
.select-wrapper .customSelectDropDown .active {
  color: #009fe3;
}
.select-wrapper .customSelectDropDown .optionHover {
  background: #1e90ff;
  color: #fff;
}
.select-wrapper .customSelectDropDown .checkbox {
  width: 16px;
  height: 15px;
  position: relative;
}
.select-wrapper .customSelectDropDown .checkbox {
  cursor: pointer;
  margin-right: 15px;
  width: 16px;
  height: 15px;
  margin-top: 7px;
  background: white;
  border: 1px solid #535353;
  color: #009fe3;
  border-radius: 3px;
  padding: 0 !important;
  content: '';
}
.select-wrapper .customSelectDropDown .checkbox.checked:before {
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 2px;
  left: 2px;
  border: 3px solid #009fe3;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  cursor: pointer;
}
.helpbubble {
  display: none;
  position: absolute;
  background-color: #FCFCFC;
  vertical-align: middle;
  border-radius: 3px;
  top: 50%;
  padding: 10px 20px;
  margin-top: -64px;
  margin-left: -50px;
  width: 350px;
  left: 680px;
  box-shadow: 2px 2px 5px #CCC;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  -moz-box-shadow: 2px 2px 5px #ccc;
  z-index: 1;
  border: 1px solid #F0F0F0;
}
.helpbubble .nose,
.helpbubble .noseNoImg {
  content: ' ';
  position: absolute;
  margin-left: -28px;
  display: block;
  width: 15px;
  height: 15px;
  background: #FCFCFC;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  z-index: 999;
  top: calc(50% - 5px);
  border-left: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.helpbubble .noseDown {
  display: block;
  position: absolute;
  width: 11px;
  height: 22px;
  top: -6px;
  left: 30px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Opera, Chrome, and Safari */
  margin-top: -11px;
  margin-left: -21px;
  background-image: url(/images/front/tooltipnose.png);
  background-repeat: no-repeat;
}
.helpbubble .noseRight {
  display: block;
  position: absolute;
  width: 8px;
  height: 22px;
  top: 50%;
  margin-top: -11px;
  margin-left: -18px;
  background-image: url(/images/front/tooltipnose.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.helpbubble .nose-up {
  top: -8px;
  left: calc(50% - 5px);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .et_pb_row,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .et_pb_row {
  max-width: 1080px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .et_pb_row .tester-home-tipps-link,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .et_pb_row .tester-home-tipps-link {
  position: relative;
  top: -30px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col {
  padding-left: 20px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row {
  height: 574px;
  padding: 0;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row.et_pb_row,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row.et_pb_row {
  background-size: 66%;
  background-position-x: right;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_text_inner,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_text_inner {
  background-color: #fff;
  width: 100%;
  height: 574px;
  transform: skew(25deg) rotate(0deg);
  -webkit-transform: skew(25deg) rotate(0deg);
  -moz-transform: skew(25deg) rotate(0deg);
  position: relative !important;
  left: -50%;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_text_inner .reverse-skew-content,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_text_inner .reverse-skew-content {
  padding-left: 60%;
  position: relative;
  top: 50%;
  transform: skew(-25deg) rotate(0deg) translateY(-50%);
  -webkit-transform: skew(-25deg) rotate(0deg) translateY(-50%);
  -moz-transform: skew(-25deg) rotate(0deg) translateY(-50%);
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_text_inner .reverse-skew-content .customer_pool_logo,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_text_inner .reverse-skew-content .customer_pool_logo {
  max-width: 150px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_text_inner .reverse-skew-content p:empty,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_text_inner .reverse-skew-content p:empty {
  display: none;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_text_inner .reverse-skew-content h1,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_text_inner .reverse-skew-content h1 {
  font-family: Bariol-bold;
  font-size: 42px;
  line-height: 42px;
  word-wrap: normal;
  font-weight: normal;
  width: 73%;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_text_inner .reverse-skew-content .subtitle,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_text_inner .reverse-skew-content .subtitle {
  margin-left: -14px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_text_inner .reverse-skew-content .fa-check-circle,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_text_inner .reverse-skew-content .fa-check-circle {
  color: #009FE3;
  margin-left: 15px;
  margin-right: 3px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_text_inner .reverse-skew-content .fa-check,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_text_inner .reverse-skew-content .fa-check {
  color: #009FE3;
  margin-right: 15px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_text_inner .reverse-skew-content .green-button,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_text_inner .reverse-skew-content .green-button {
  margin-top: 10px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_text_inner:before,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_text_inner:before {
  background-color: #fff;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module {
  padding-top: 20px !important;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module {
  text-align: center;
  margin-bottom: 0px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .client-logo,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .client-logo {
  z-index: 999;
  position: relative;
  margin-top: 20px;
  margin-bottom: 60px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .home-round-sticker,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .home-round-sticker {
  width: 176px;
  position: absolute;
  left: 80%;
  top: 5%;
  z-index: 9;
  /* IE 9 */
  /* Safari */
  transform: rotate(20deg);
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .home-introduction-video,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .home-introduction-video {
  border: 40px solid black;
  border-radius: 25px;
  padding: 0;
  background-color: black;
  width: 560px;
  display: inline-block;
  margin-top: 45px;
  height: 370px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .home-introduction-video-description,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .home-introduction-video-description {
  display: inline-block;
  margin-left: 50px;
  vertical-align: top;
  margin-top: 90px;
  text-align: left;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .home-introduction-video-description p,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .home-introduction-video-description p {
  width: 80%;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .home-introduction-video-description .fa-check,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .home-introduction-video-description .fa-check {
  margin-right: 15px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .home-introduction-video-description .arrow-left,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .home-introduction-video-description .arrow-left {
  position: relative;
  top: 22px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .home-introduction-video-description .arrow-description,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .home-introduction-video-description .arrow-description {
  font-family: Segoe-print;
  font-weight: bold;
  font-size: 14px !important;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .home-testimonial,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .home-testimonial {
  background: #fff;
  padding: 10px;
  margin-top: 50px;
  position: relative;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .home-testimonial .home-testimonial-picture,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .home-testimonial .home-testimonial-picture {
  display: inline-block;
  z-index: 9;
  position: relative;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .home-testimonial .home-testimonial-picture img,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .home-testimonial .home-testimonial-picture img {
  width: 55px;
  border-radius: 50%;
  z-index: 9;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .home-testimonial .home-testimonial-description,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .home-testimonial .home-testimonial-description {
  display: inline-block;
  padding-left: 10px;
  position: relative;
  z-index: 9;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .home-testimonial .home-testimonial-description h6,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .home-testimonial .home-testimonial-description h6 {
  color: #000;
  font-size: 18px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .home-testimonial .home-testimonial-description .home-testimonial-name,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .home-testimonial .home-testimonial-description .home-testimonial-name {
  position: relative;
  top: -15px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .home-testimonial .home-testimonial-description .home-testimonial-name img,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .home-testimonial .home-testimonial-description .home-testimonial-name img {
  position: relative;
  top: 8px;
  left: -3px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .home-testimonial:after,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .home-testimonial:after {
  content: '';
  display: block;
  height: 33px;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: -33px;
  transform: skewY(-2deg);
  transform-origin: 100%;
  background: #fff;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .video_wrapper,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .video_wrapper {
  margin: 0 auto;
  position: relative;
  background-color: #000;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .video_wrapper_full,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .video_wrapper_full {
  height: 100%;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .videoIframe,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .videoIframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .videoPoster,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .videoPoster {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(/images/front/home/home-video-background.png);
  background-size: 100%;
  background-repeat: no-repeat;
  border: none;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  transition: opacity 800ms, height 0s;
  transition-delay: 0s, 0s;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .videoPoster:hover,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .videoPoster:hover {
  cursor: pointer;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .videoPoster:before,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .videoPoster:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #009FE3;
  border: 5px solid #009FE3;
  border-radius: 100%;
  transition: border-color 300ms;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .videoPoster:after,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .videoPoster:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -20px 0 0 -10px;
  border-left: 40px solid #fff;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  transition: border-color 300ms;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .videoPoster:hover:before,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .videoPoster:hover:before,
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .videoPoster:focus:before,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .videoPoster:focus:before {
  border-color: #fff;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .videoPoster:hover:after,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .videoPoster:hover:after,
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .videoPoster:focus:after,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .videoPoster:focus:after {
  border-left-color: #fff;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .videoWrapperActive .videoPoster,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_module .videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  transition-delay: 0s, 800ms;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section#web-world-improver-section .et_pb_row.centered-text-with-button-narrow,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section#web-world-improver-section .et_pb_row.centered-text-with-button-narrow {
  width: 50%;
  margin: auto;
  padding: 95px 0;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.test-types-module .et_pb_row,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.test-types-module .et_pb_row {
  padding-top: 0;
  padding-bottom: 0;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.test-types-module .fa,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.test-types-module .fa {
  font-size: 60px;
  color: #009FE3;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.test-types-module p,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.test-types-module p {
  font-size: 16px;
  font-weight: bold;
  color: #009FE3;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.test-types-module .three-columns-module,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.test-types-module .three-columns-module {
  margin-top: 40px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.header-skew-section,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.header-skew-section {
  padding: 0 0 25px 0 !important;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.header-skew-section .et_pb_row,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.header-skew-section .et_pb_row {
  padding: 0;
  position: relative;
  z-index: 5;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.header-skew-section .et_pb_row h6,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.header-skew-section .et_pb_row h6 {
  text-align: center;
  color: white;
  margin-bottom: 0px;
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.header-skew-section .et_pb_row .profile,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.header-skew-section .et_pb_row .profile {
  margin: 0 auto;
  padding: 0 200px;
  text-align: center;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.header-skew-section .et_pb_row .profile .profile-picture,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.header-skew-section .et_pb_row .profile .profile-picture {
  background-color: white;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.header-skew-section .et_pb_row .profile p,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.header-skew-section .et_pb_row .profile p {
  color: white;
  line-height: 80px !important;
  text-align: center;
  font-size: 14px !important;
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.header-skew-section .et_pb_row .profile img,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.header-skew-section .et_pb_row .profile img {
  vertical-align: middle;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.header-skew-section:before,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.header-skew-section:before {
  content: '';
  display: block;
  height: 80px;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: -70px;
  transform: skewY(-2deg);
  transform-origin: 100%;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #85d2ee 0%, #a8e9d9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85d2ee', endColorstr='#a8e9d9', GradientType=1);
  /* IE6-9 */
  outline: 1px solid transparent;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module {
  padding-bottom: 50px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module .et_pb_column,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module .et_pb_column {
  padding: 0 20px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module h3,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module h3 {
  margin-left: 70px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module p,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module p {
  text-align: center;
  font-size: 16px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module .image,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module .image {
  margin-bottom: 30px;
  margin-top: 25px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module .image img,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module .image img {
  display: block;
  margin: 0 auto;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module-up-image,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module-up-image {
  padding-bottom: 50px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module-up-image .et_pb_column,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module-up-image .et_pb_column {
  padding: 0 20px;
  width: 31.7%;
  margin-left: 1%;
  margin-right: 0.5% !important;
  min-height: 225px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module-up-image h3,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module-up-image h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module-up-image p,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module-up-image p {
  text-align: center;
  font-size: 16px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module-up-image .image,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module-up-image .image {
  margin-bottom: 30px;
  margin-top: 25px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module-up-image .image img,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module-up-image .image img {
  display: block;
  margin: 0 auto;
  margin-top: -76px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .centered-text-with-button-narrow,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .centered-text-with-button-narrow {
  max-width: 960px !important;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .centered-text-with-button-narrow .et_pb_column_1_3 .et_pb_module,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .centered-text-with-button-narrow .et_pb_column_1_3 .et_pb_module {
  text-align: right;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-aligned-text p,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-aligned-text p {
  text-align: right;
  color: #009fe3 !important;
  font-weight: bold;
  margin-top: -20px;
  margin-right: 2%;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .extended-width-row.et_pb_row,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .extended-width-row.et_pb_row {
  max-width: 1620px !important;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section#howto .extended-width-row.et_pb_row,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section#howto .extended-width-row.et_pb_row {
  max-width: 1080px !important;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .grey-box,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .grey-box {
  background-color: #f8f8f8 !important;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .white-box,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .white-box,
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .grey-box,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .grey-box {
  background-color: white;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .white-box .company-logo,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .white-box .company-logo,
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .grey-box .company-logo,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .grey-box .company-logo {
  margin-bottom: 15px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .white-box .company-logo img,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .white-box .company-logo img,
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .grey-box .company-logo img,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .grey-box .company-logo img {
  display: block;
  margin: 0 auto;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .white-box p,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .white-box p,
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .grey-box p,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .grey-box p {
  font-size: 16px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .profile,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .profile {
  text-align: center;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .profile h3,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .profile h3 {
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .profile h3 a,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .profile h3 a {
  color: #333;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .profile p,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .profile p {
  min-height: 48px;
  font-size: 13px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .profile .profile-picture,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .profile .profile-picture {
  border-radius: 50%;
  margin: 10px auto;
  width: 120px;
  height: 120px;
  vertical-align: bottom;
  overflow: hidden;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row table,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row table {
  border: none !important;
  border-collapse: separate;
  border-spacing: 0 5px;
  margin: 0;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .sub-title,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .sub-title {
  margin: 0 auto;
  width: 68%;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_column,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_column {
  margin-right: 3.5%;
  margin-top: 0;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_column_1_2.et_pb_column_9,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_column_1_2.et_pb_column_9 {
  border-right: 2px #ccc solid;
  padding-right: 3.5%;
  margin-left: 2%;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_column_1_2.et_pb_column_10,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_column_1_2.et_pb_column_10 {
  border-right: 1px solid #ddd;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_column_1_2.et_pb_column_10 .et_pb_text,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_column_1_2.et_pb_column_10 .et_pb_text {
  padding: 0 40px 0 0;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .payment-right-one,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .payment-right-one {
  display: inline-block;
  min-height: 59px;
  vertical-align: top;
  width: 50px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .payment-right-one .fa-paypal,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .payment-right-one .fa-paypal {
  font-size: 40px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .payment-right-two,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .payment-right-two {
  display: inline-block;
  padding-right: 10px;
  width: 88%;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .payment-right-two .paypal-howto-link,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .payment-right-two .paypal-howto-link {
  color: #009fe3 !important;
  font-weight: bold;
  margin-top: -2px;
  cursor: pointer;
  padding: 0;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .payment-right-two .paypal-info-box,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .payment-right-two .paypal-info-box {
  display: none;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.faq-module .et_pb_row .sub-title,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.faq-module .et_pb_row .sub-title {
  padding-top: 40px !important;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.faq-module .et_pb_row .et_pb_toggle,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.faq-module .et_pb_row .et_pb_toggle {
  margin-top: -18px;
  border: 0px;
  background-color: #fff;
  padding: 8px 20px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.faq-module .et_pb_row .et_pb_toggle h5.et_pb_toggle_title,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.faq-module .et_pb_row .et_pb_toggle h5.et_pb_toggle_title {
  font-size: 16px !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #009fe3 !important;
  line-height: 22px !important;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.faq-module .et_pb_row .et_pb_toggle .et_pb_toggle_title::before,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.faq-module .et_pb_row .et_pb_toggle .et_pb_toggle_title::before {
  color: #009fe3 !important;
  font-size: 20px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.faq-module .et_pb_row .et_pb_toggle .et_pb_toggle_content,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.faq-module .et_pb_row .et_pb_toggle .et_pb_toggle_content {
  padding-top: 10px;
  padding-bottom: 10px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.faq-module .et_pb_row .et_pb_toggle .et_pb_toggle_content p,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.faq-module .et_pb_row .et_pb_toggle .et_pb_toggle_content p {
  font-size: 16px !important;
  font-family: 'Open Sans', sans-serif;
  max-width: 700px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.faq-module .faq-wrapper,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.faq-module .faq-wrapper {
  padding: 0px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.faq-module.et_pb_section_1,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.faq-module.et_pb_section_1 {
  padding-top: 50px !important;
  background-color: #fff;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.about-module,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.about-module {
  margin: auto;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.about-module .et_pb_row,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.about-module .et_pb_row {
  max-width: 1380px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.about-module .about-module-logo,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.about-module .about-module-logo,
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.about-module .about-module-profile,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.about-module .about-module-profile {
  text-align: left;
  height: 150px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.about-module .profile,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.about-module .profile {
  text-align: left;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.about-module .image img,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.about-module .image img {
  width: 100%;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.about-module .et_pb_column_1_4,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.about-module .et_pb_column_1_4 {
  width: 20%;
  padding-top: 30px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.how-it-start-module .et_pb_row,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.how-it-start-module .et_pb_row {
  padding: 0;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.how-it-start-module .et_pb_row .et_pb_column .et_pb_text_inner,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.how-it-start-module .et_pb_row .et_pb_column .et_pb_text_inner {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row:nth-child(3),
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row:nth-child(3),
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row:nth-child(4),
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row:nth-child(4),
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row:nth-child(5),
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row:nth-child(5) {
  padding-top: 0px;
  margin-top: -5px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2:first-child,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2:first-child {
  margin-right: 21px !important;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2 {
  width: 49%;
  margin-right: 0px !important;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2 .full-clickable-slider,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2 .full-clickable-slider {
  opacity: 0.9;
  cursor: pointer;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2 .full-clickable-slider .et_pb_bg_layout_dark .et_pb_slide_description,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2 .full-clickable-slider .et_pb_bg_layout_dark .et_pb_slide_description {
  text-shadow: none;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2 .full-clickable-slider .et_pb_slides .et_pb_slide .et_pb_text_overlay_wrapper,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2 .full-clickable-slider .et_pb_slides .et_pb_slide .et_pb_text_overlay_wrapper {
  padding: 50px 24px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2 .full-clickable-slider p,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2 .full-clickable-slider p {
  color: #333;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2 .full-clickable-slider.extra-space-for-img-title .et_pb_slides .et_pb_slide .et_pb_slide_description,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2 .full-clickable-slider.extra-space-for-img-title .et_pb_slides .et_pb_slide .et_pb_slide_description {
  padding-bottom: 11%;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2 .full-clickable-slider.extra-space-for-img-title .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_text_overlay_wrapper,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2 .full-clickable-slider.extra-space-for-img-title .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_text_overlay_wrapper {
  padding: 15px 24px 15px 24px;
  margin-top: 30px;
  min-height: 160px !important;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2 .full-clickable-slider.userlutions-links a,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2 .full-clickable-slider.userlutions-links a {
  color: #e21f53 !important;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2 .full-clickable-slider .case-studies-mini-logo,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2 .full-clickable-slider .case-studies-mini-logo {
  width: 99px;
  position: relative;
  float: right;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2 .full-clickable-slider:hover,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2 .full-clickable-slider:hover {
  opacity: 1;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2 .et_pb_module,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2 .et_pb_module {
  margin-bottom: 4%;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2 .et_pb_module .et_pb_slide,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2 .et_pb_module .et_pb_slide {
  background-position: top center;
  background-size: 100% !important;
  cursor: pointer;
  opacity: 0.9;
  max-height: 265px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2 .et_pb_module .et_pb_slide .et_pb_container .et_pb_slide_description,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2 .et_pb_module .et_pb_slide .et_pb_container .et_pb_slide_description {
  padding: 8% 2% 15%;
  height: 265px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2 .et_pb_module .et_pb_slide .et_pb_container .et_pb_text_overlay_wrapper,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2 .et_pb_module .et_pb_slide .et_pb_container .et_pb_text_overlay_wrapper {
  padding: 15px 30px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  min-height: 190px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2 .et_pb_module .et_pb_slide:hover,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2 .et_pb_module .et_pb_slide:hover {
  opacity: 1;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-column-features-list,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-column-features-list {
  width: 100% !important;
  max-width: 1080px !important;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-column-features-list .fa,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-column-features-list .fa {
  color: #9F9F9F;
  font-size: 24px;
  position: absolute;
  left: 20px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-column-features-list p,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-column-features-list p {
  display: block;
  font-size: 16px;
  margin-left: 40px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-column-features-list .image-shadow img,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-column-features-list .image-shadow img {
  box-shadow: 20px 20px 75px -25px rgba(0, 0, 0, 0.5);
  border-radius: 21px;
  max-width: 150%;
  left: -56%;
  position: relative;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-column-features-list .button-arrow,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-column-features-list .button-arrow {
  margin-top: 25px;
  position: relative;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-column-features-list .button-arrow .button-arrow-left,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-column-features-list .button-arrow .button-arrow-left {
  display: inline;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-column-features-list .button-arrow .button-arrow-right,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-column-features-list .button-arrow .button-arrow-right {
  display: inline;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-column-features-list .button-arrow .button-arrow-right .arrow-description,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-column-features-list .button-arrow .button-arrow-right .arrow-description {
  font-family: Segoe-print;
  position: absolute;
  left: 265px;
  top: -14px;
  font-weight: bold;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-column-features-list .button-arrow .arrow-left,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-column-features-list .button-arrow .arrow-left {
  position: absolute;
  left: 195px;
  top: 0px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-column-extended-description,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-column-extended-description {
  max-width: 1620px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.features-skew-section,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.features-skew-section {
  height: 0;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.features-skew-section:before,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.features-skew-section:before {
  content: '';
  display: block;
  height: 130px;
  position: absolute;
  left: 0;
  right: 0;
  top: -70px;
  transform: skewY(1.75deg);
  transform-origin: 100%;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0ca6db 0%, #56d7b1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0CA4DD', endColorstr='#56D7B1', GradientType=1);
  /* IE6-9 */
  outline: 1px solid transparent;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.contact-not-skew-section,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.contact-not-skew-section {
  background-color: #F8F8F8;
  padding-bottom: 50px !important;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.contact-not-skew-section h3,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.contact-not-skew-section h3 {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0;
  font-weight: bold;
  font-weight: 24px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.contact-not-skew-section p,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.contact-not-skew-section p {
  text-align: center;
  font-size: 11px !important;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.contact-not-skew-section a,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.contact-not-skew-section a {
  text-align: center;
  color: #009FE3;
  font-weight: bold;
  font-size: 16px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.contact-not-skew-section a:hover,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.contact-not-skew-section a:hover {
  color: #009FE3;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.contact-not-skew-section button,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.contact-not-skew-section button {
  margin: 0 auto;
  margin-top: 30px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .five-colums-logos,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .five-colums-logos {
  margin: 0 auto;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .five-colums-logos .award-logo,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .five-colums-logos .award-logo {
  margin: 0 auto;
  text-align: center;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .five-colums-logos .award-logo .logo,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .five-colums-logos .award-logo .logo {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 25px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .five-colums-logos .award-logo .logo img,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .five-colums-logos .award-logo .logo img {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all 0.4s ease;
  /* Fade to color for Chrome and Safari */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .five-colums-logos .award-logo .logo img:hover,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .five-colums-logos .award-logo .logo img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.newsletter-module .et_pb_row,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.newsletter-module .et_pb_row {
  margin-top: -97px;
  padding: 40px !important;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0ca6db 0%, #56d7b1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0CA4DD', endColorstr='#56D7B1', GradientType=1);
  /* IE6-9 */
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.newsletter-module .et_pb_row .et_pb_column,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.newsletter-module .et_pb_row .et_pb_column {
  padding: 20px 15px 5px 15px !important;
  background: #fff;
  border-radius: 3px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.newsletter-module .et_pb_row .et_pb_column p.module-title,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.newsletter-module .et_pb_row .et_pb_column p.module-title {
  text-align: center;
  font-weight: bold;
  display: inline-block;
  width: 100%;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.newsletter-module .et_pb_row .et_pb_column input[type="text"],
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.newsletter-module .et_pb_row .et_pb_column input[type="text"] {
  width: 78%;
  height: 35px;
  display: inline-block;
  padding-left: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.newsletter-module .et_pb_row .et_pb_column button,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.newsletter-module .et_pb_row .et_pb_column button {
  display: inline-block;
  margin-left: 20px;
  width: 190px;
  height: 35px;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.newsletter-module .et_pb_row .et_pb_column .newsletter-module-error-label,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.newsletter-module .et_pb_row .et_pb_column .newsletter-module-error-label {
  display: none;
  color: #ff0000;
}
.class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.newsletter-module .et_pb_row .et_pb_column .newsletter-module-success-label,
.class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.newsletter-module .et_pb_row .et_pb_column .newsletter-module-success-label {
  display: none;
  color: green;
}
/* Desktop big resolutions I  */
@media only screen and (min-width: 1569px) {
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.header-skew-section:before,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.header-skew-section:before {
    height: 110px;
    top: -90px;
  }
}
/* Desktop big resolutions II  */
@media only screen and (min-width: 1261px) and (max-width: 1596px) {
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_column .et_pb_text_inner .reverse-skew-content,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_column .et_pb_text_inner .reverse-skew-content {
    padding-left: 53%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_column .et_pb_text_inner .reverse-skew-content h1,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_column .et_pb_text_inner .reverse-skew-content h1 {
    width: 70%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-round-sticker,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-round-sticker {
    width: 135px;
    left: 82%;
    top: -10%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-introduction-video-description p,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-introduction-video-description p {
    width: 100%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-introduction-video-description p.arrow-description,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-introduction-video-description p.arrow-description {
    display: none;
  }
}
/* Desktop small resolutions  */
@media only screen and (min-width: 1141px) and (max-width: 1260px) {
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section {
    padding: 0;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row.et_pb_row_0,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row.et_pb_row_0 {
    background-size: 80%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_column .et_pb_text_inner .reverse-skew-content,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_column .et_pb_text_inner .reverse-skew-content {
    padding-left: 50%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_column .et_pb_text_inner .reverse-skew-content h1,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_column .et_pb_text_inner .reverse-skew-content h1 {
    width: 70%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-round-sticker,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-round-sticker {
    width: 135px;
    left: 82%;
    top: -10%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-introduction-video-description p,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-introduction-video-description p {
    width: 100%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-introduction-video-description p.arrow-description,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-introduction-video-description p.arrow-description {
    display: none;
  }
}
/* Desktop small resolutions  */
@media only screen and (min-width: 981px) and (max-width: 1140px) {
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section {
    padding: 0;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .et_pb_row,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .et_pb_row {
    padding-left: 2%;
    padding-right: 2%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row.et_pb_row_0,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row.et_pb_row_0 {
    background-size: 88%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_column .et_pb_text_inner .reverse-skew-content,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_column .et_pb_text_inner .reverse-skew-content {
    padding-left: 47%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_column .et_pb_text_inner .reverse-skew-content h1,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_column .et_pb_text_inner .reverse-skew-content h1 {
    width: 60%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-round-sticker,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-round-sticker {
    width: 135px;
    left: 82%;
    top: -10%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-introduction-video-description p,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-introduction-video-description p {
    width: 100%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-introduction-video-description p.arrow-description,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-introduction-video-description p.arrow-description {
    display: none;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module.et_pb_row,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module.et_pb_row,
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container.et_pb_row,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container.et_pb_row,
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-column-extended-description.et_pb_row,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-column-extended-description.et_pb_row {
    padding-left: 2%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2:first-child,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2:first-child {
    margin-right: 19px !important;
  }
}
/* General mobile - tablet resolutions  */
@media only screen and (max-width: 980px) {
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .et_pb_row,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .et_pb_row {
    padding-left: 2%;
    padding-right: 2%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section p,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section p {
    font-size: 14px;
    line-height: 18px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row {
    height: unset;
    padding: 0;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row.et_pb_row_0,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row.et_pb_row_0 {
    background-size: 100%;
    background-position-y: top;
    margin-top: -225px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_column,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_column {
    margin-top: 40%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_column .et_pb_text_inner,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_column .et_pb_text_inner {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    left: unset;
    height: unset;
    padding: 40px 0 100px 0;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_column .et_pb_text_inner .reverse-skew-content,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_column .et_pb_text_inner .reverse-skew-content {
    top: 0%;
    margin: 0 auto;
    width: 83%;
    padding-left: unset;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_column .et_pb_text_inner .reverse-skew-content h1,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_column .et_pb_text_inner .reverse-skew-content h1 {
    font: normal normal bold 36px/40px Bariol;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_column .et_pb_text_inner .reverse-skew-content subtitle,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_column .et_pb_text_inner .reverse-skew-content subtitle {
    margin-left: -10px;
    text-align: center;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_column .et_pb_text_inner .reverse-skew-content subtitle .fa-check-circle,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_column .et_pb_text_inner .reverse-skew-content subtitle .fa-check-circle {
    color: #009FE3;
    margin-left: 12px;
    margin-right: 3px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_column .et_pb_text_inner .reverse-skew-content subtitle p,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_column .et_pb_text_inner .reverse-skew-content subtitle p {
    font-size: 13px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_column .et_pb_text_inner .reverse-skew-content .fa-check,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_column .et_pb_text_inner .reverse-skew-content .fa-check {
    margin-right: 6px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner {
    padding: 8px 12px 25px 12px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-round-sticker,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-round-sticker {
    width: 92px;
    left: 80%;
    top: -13%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-introduction-video,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-introduction-video {
    max-width: 100%;
    margin-top: 65px;
    border: 20px solid black;
    height: 370px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-introduction-video-description,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-introduction-video-description {
    margin-top: 20px;
    margin-left: 0px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-introduction-video-description p,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-introduction-video-description p {
    width: 100%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-introduction-video-description .arrow-description,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-introduction-video-description .arrow-description {
    display: none;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-testimonial,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-testimonial {
    left: 0px;
    width: 104%;
    padding-bottom: 0px;
    max-height: 88px;
    margin-top: 30px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-testimonial .home-testimonial-picture,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-testimonial .home-testimonial-picture {
    vertical-align: top;
    position: relative;
    top: -6px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-testimonial .home-testimonial-description,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-testimonial .home-testimonial-description {
    width: 90%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-testimonial .home-testimonial-description h6,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-testimonial .home-testimonial-description h6 {
    font-size: 13px;
    line-height: 16px;
    text-align: left;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-testimonial .home-testimonial-description p.home-testimonial-name,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-testimonial .home-testimonial-description p.home-testimonial-name {
    font-size: 13px;
    margin-top: 10px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-testimonial .home-testimonial-description p.home-testimonial-name img,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-testimonial .home-testimonial-description p.home-testimonial-name img {
    width: 30px;
    display: inline-block;
    top: 3px;
    left: -1px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-testimonial::after,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-testimonial::after {
    top: -15px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .client-logo,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .client-logo {
    margin-bottom: 0;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section#web-world-improver-section .et_pb_row.centered-text-with-button-narrow,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section#web-world-improver-section .et_pb_row.centered-text-with-button-narrow {
    width: 100%;
    padding: 40px 0 !important;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section#web-world-improver-section .et_pb_text_inner .green-button,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section#web-world-improver-section .et_pb_text_inner .green-button {
    width: 80%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .extended-width-row.et_pb_row,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .extended-width-row.et_pb_row {
    max-width: 80% !important;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .centered-text-with-button-narrow h2,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .centered-text-with-button-narrow h2 {
    text-align: center !important;
    margin-bottom: 20px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .centered-text-with-button-narrow .et_pb_column_1_3 .et_pb_module,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .centered-text-with-button-narrow .et_pb_column_1_3 .et_pb_module {
    text-align: center;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .et_pb_video_0,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .et_pb_video_0 {
    max-width: 100% !important;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.test-types-module .three-columns-module,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.test-types-module .three-columns-module {
    margin-top: 20px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.test-types-module .three-columns-module .et_pb_column,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.test-types-module .three-columns-module .et_pb_column {
    width: 33.3% !important;
    display: inline-block;
    padding: 0px;
    margin-right: 0px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.test-types-module .three-columns-module .et_pb_column .fa,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.test-types-module .three-columns-module .et_pb_column .fa {
    font-size: 27px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .white-box,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .white-box,
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .grey-box,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .grey-box {
    min-height: 0;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .grey-box,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .grey-box {
    margin-bottom: 0px;
    margin-top: 20px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .et_pb_column,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .et_pb_column {
    padding-bottom: 20px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .et_pb_column:last-child,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .testimonials-columns-container .et_pb_column:last-child {
    padding-bottom: 0px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module .et_pb_column,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module .et_pb_column {
    padding-bottom: 20px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module .et_pb_column:last-child,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module .et_pb_column:last-child {
    padding-bottom: 0px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module-up-image,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module-up-image {
    margin-bottom: -80px;
    max-width: 80% !important;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module-up-image .et_pb_column,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module-up-image .et_pb_column {
    width: 31.7%;
    margin: unset;
    margin-bottom: 80px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module-up-image-slider,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module-up-image-slider {
    padding-bottom: 50px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module-up-image-slider .et_pb_column,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module-up-image-slider .et_pb_column {
    padding: 0 20px;
    width: 100%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module-up-image-slider h3,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module-up-image-slider h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module-up-image-slider p,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module-up-image-slider p {
    text-align: center;
    font-size: 16px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module-up-image-slider .image,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module-up-image-slider .image {
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translate(-50%, -50%);
    margin-top: 70px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module-up-image-slider .image img,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module-up-image-slider .image img {
    display: block;
    margin: 0 auto;
    margin-top: -76px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module-up-image-slider .owl-item .sa_hover_container,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module-up-image-slider .owl-item .sa_hover_container {
    background-color: #fff;
    padding: 10% 5% 5% 5% !important;
    margin: 55px 15px 0 0% !important;
    text-align: center;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .sub-title,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .sub-title {
    width: 100%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_column_1_2.et_pb_column_9,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_column_1_2.et_pb_column_9 {
    border-right: none;
    padding-right: 0;
    margin-left: 0;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_column_1_2.et_pb_column_10,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_column_1_2.et_pb_column_10 {
    border-right: none;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_column_1_2.et_pb_column_10 .et_pb_text,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_column_1_2.et_pb_column_10 .et_pb_text {
    padding: 0;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-column-extended-description .button-wrapper,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-column-extended-description .button-wrapper {
    text-align: center;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.about-module .et_pb_row .et_pb_column.et_pb_column_1_2,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.about-module .et_pb_row .et_pb_column.et_pb_column_1_2 {
    margin-right: 0;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.about-module .et_pb_row .et_pb_column.et_pb_column_1_4,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.about-module .et_pb_row .et_pb_column.et_pb_column_1_4 {
    width: 47%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.about-module .et_pb_row .et_pb_column.et_pb_column_1_4 .et_pb_text_inner .about-module-logo,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.about-module .et_pb_row .et_pb_column.et_pb_column_1_4 .et_pb_text_inner .about-module-logo,
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.about-module .et_pb_row .et_pb_column.et_pb_column_1_4 .et_pb_text_inner .about-module-profile,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.about-module .et_pb_row .et_pb_column.et_pb_column_1_4 .et_pb_text_inner .about-module-profile {
    text-align: center;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.about-module .et_pb_row .et_pb_column.et_pb_column_1_4 .et_pb_text_inner .profile,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.about-module .et_pb_row .et_pb_column.et_pb_column_1_4 .et_pb_text_inner .profile {
    text-align: center;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-column-features-list .image-shadow img,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-column-features-list .image-shadow img {
    max-width: 100%;
    left: unset;
    margin-bottom: 20px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-column-features-list .button-arrow,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-column-features-list .button-arrow {
    margin-top: 35px;
    text-align: center;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-column-features-list .button-arrow .button-arrow-right,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-column-features-list .button-arrow .button-arrow-right {
    display: none;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.features-skew-section,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.features-skew-section {
    height: 25px;
    margin-top: 20px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.features-skew-section:before,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.features-skew-section:before {
    height: 70px;
    top: -5px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.newsletter-module,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.newsletter-module {
    margin-top: 30px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.newsletter-module .et_pb_row .et_pb_column .et_pb_text_inner,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.newsletter-module .et_pb_row .et_pb_column .et_pb_text_inner {
    text-align: center;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.newsletter-module .et_pb_row .et_pb_column input[type="text"],
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.newsletter-module .et_pb_row .et_pb_column input[type="text"] {
    width: 100%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.newsletter-module .et_pb_row .et_pb_column button,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.newsletter-module .et_pb_row .et_pb_column button {
    margin-left: 0px;
    width: 100%;
    margin-top: 10px;
  }
}
/* Tablet and smartphones in landscape mode - big (680-980px) */
@media only screen and (min-width: 680px) and (max-width: 980px) {
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .et_pb_row,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .et_pb_row {
    max-width: 80% !important;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-testimonial .home-testimonial-description,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-testimonial .home-testimonial-description {
    width: 80%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module-up-image-slider .owl-item .sa_hover_container,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module-up-image-slider .owl-item .sa_hover_container {
    min-height: 200px !important;
  }
}
/* Tablet and smartphones in landscape mode (480-980px) */
@media only screen and (min-width: 480px) and (max-width: 980px) {
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-introduction-video,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-introduction-video {
    height: 330px;
    margin-top: 35px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-testimonial .home-testimonial-description,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-testimonial .home-testimonial-description {
    width: 80%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-testimonial .home-testimonial-description p.home-testimonial-name,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-testimonial .home-testimonial-description p.home-testimonial-name {
    font-size: 11px;
    margin-top: 10px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-testimonial::after,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-testimonial::after {
    top: -30px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module {
    width: 80%;
  }
}
/* Tablet and smartphones in max (680px) */
@media only screen and (max-width: 680px) {
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row.et_pb_row_0,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row.et_pb_row_0 {
    margin-top: -170px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_text_inner .reverse-skew-content .green-button,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_text_inner .reverse-skew-content .green-button {
    width: 100%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.test-types-module .three-columns-module,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.test-types-module .three-columns-module {
    margin-top: 20px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.test-types-module .three-columns-module .et_pb_column,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.test-types-module .three-columns-module .et_pb_column {
    width: 100% !important;
    display: inline-block;
    padding: 0 0 25px 0;
    margin-right: 0px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.test-types-module .three-columns-module .et_pb_column .fa,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.test-types-module .three-columns-module .et_pb_column .fa {
    font-size: 60px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.test-types-module .three-columns-module .et_pb_column .et_pb_text_inner h4,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.test-types-module .three-columns-module .et_pb_column .et_pb_text_inner h4 {
    text-align: center !important;
    color: #009FE3;
    font-size: 24px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.test-types-module .three-columns-module .et_pb_column .et_pb_text_inner ul,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.test-types-module .three-columns-module .et_pb_column .et_pb_text_inner ul {
    width: 80%;
    margin: 0 auto;
    padding-left: 10%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.test-types-module .three-columns-module .et_pb_column .et_pb_text_inner p,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.test-types-module .three-columns-module .et_pb_column .et_pb_text_inner p {
    text-align: center !important;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.test-types-module .three-columns-module .et_pb_column:last-child,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.test-types-module .three-columns-module .et_pb_column:last-child {
    padding: 0;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner {
    padding-bottom: 0;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .client-logo,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .client-logo {
    width: 80%;
    margin: 20px auto 0;
    overflow-x: auto;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .client-logo img,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .client-logo img {
    width: auto;
    max-width: none;
  }
}
/* Smartphones in portrait mode (480-560px) */
@media only screen and (min-width: 480px) and (max-width: 560px) {
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row.et_pb_row_0,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row.et_pb_row_0 {
    background-size: 100%;
    background-position-y: -60px;
    margin-top: 0;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_column,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_column {
    margin-top: 50%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2 .et_pb_module .et_pb_slide,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2 .et_pb_module .et_pb_slide {
    background-size: unset !important;
    max-height: unset;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.about-module .et_pb_row .et_pb_column.et_pb_column_1_4,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.about-module .et_pb_row .et_pb_column.et_pb_column_1_4 {
    width: 100% !important;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_column_1_2.et-last-child .et_pb_text,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_column_1_2.et-last-child .et_pb_text {
    background-color: transparent;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_column_1_2.et-last-child .et_pb_text .et_pb_text_inner,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_column_1_2.et-last-child .et_pb_text .et_pb_text_inner {
    text-align: center;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .payment-right-one,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .payment-right-one {
    display: none;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .payment-right-two,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .payment-right-two {
    text-align: center;
  }
}
/* Smartphones in portrait mode (360-479px) */
@media only screen and (min-width: 360px) and (max-width: 479px) {
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section h1,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section h1 {
    font-size: 36px !important;
    line-height: 42px !important;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section h2,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section h2 {
    font-size: 28px !important;
    line-height: 30px !important;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row.et_pb_row_0,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row.et_pb_row_0 {
    background-size: 100%;
    background-position-y: -90px;
    margin-top: 0;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_text_inner .reverse-skew-content h1,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_text_inner .reverse-skew-content h1 {
    width: 99%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-round-sticker,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-round-sticker {
    top: -13%;
    left: 70%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-introduction-video,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-introduction-video {
    height: 250px;
    margin-top: 30px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-testimonial .home-testimonial-description,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-testimonial .home-testimonial-description {
    width: 80%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-testimonial .home-testimonial-description p.home-testimonial-name,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-testimonial .home-testimonial-description p.home-testimonial-name {
    font-size: 10px;
    margin-top: 10px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2 .et_pb_module .et_pb_slide,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2 .et_pb_module .et_pb_slide {
    background-size: unset !important;
    max-height: unset;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.about-module .et_pb_row .et_pb_column.et_pb_column_1_4,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.about-module .et_pb_row .et_pb_column.et_pb_column_1_4 {
    width: 100% !important;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_column_1_2.et-last-child .et_pb_text,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_column_1_2.et-last-child .et_pb_text {
    background-color: transparent;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_column_1_2.et-last-child .et_pb_text .et_pb_text_inner,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_column_1_2.et-last-child .et_pb_text .et_pb_text_inner {
    text-align: center;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .payment-right-one,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .payment-right-one {
    display: none;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .payment-right-two,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .payment-right-two {
    text-align: center;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_text_inner table tr th:last-child,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_text_inner table tr th:last-child {
    width: 28%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_text_inner table tr th:not(:first-child),
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_text_inner table tr th:not(:first-child) {
    color: #333 !important;
    font: normal normal normal 16px/22px Open Sans;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_text_inner table .fa.fa-clock-o,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_text_inner table .fa.fa-clock-o,
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_text_inner table .fa.fa-paypal,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_text_inner table .fa.fa-paypal {
    display: none;
  }
}
/* Smartphones in portrait mode (0-360px) */
@media only screen and (max-width: 360px) {
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section h1,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section h1 {
    font-size: 34px !important;
    line-height: 40px !important;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section h2,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section h2 {
    font-size: 26px !important;
    line-height: 28px !important;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row.et_pb_row_0,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row.et_pb_row_0 {
    background-size: 100%;
    background-position-y: -70px;
    margin-top: 0;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_text_inner .reverse-skew-content h1,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_text_inner .reverse-skew-content h1 {
    width: 99%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_text_inner .reverse-skew-content .subtitle p,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.first-module .et_pb_row .et_pb_text_inner .reverse-skew-content .subtitle p {
    font-size: 12px !important;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-round-sticker,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-round-sticker {
    top: -13%;
    left: 66%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-introduction-video,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-introduction-video {
    height: 220px;
    margin-top: 30px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-testimonial .home-testimonial-description,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-testimonial .home-testimonial-description {
    width: 80%;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-testimonial .home-testimonial-description p.home-testimonial-name,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.second-module .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner .home-testimonial .home-testimonial-description p.home-testimonial-name {
    font-size: 9px;
    margin-top: 10px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2 .et_pb_module .et_pb_slide,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.two-columns-compact .et_pb_row .et_pb_column_1_2 .et_pb_module .et_pb_slide {
    background-size: unset !important;
    max-height: unset;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module-up-image .et_pb_column,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section .three-columns-module-up-image .et_pb_column {
    width: 31.7%;
    margin: unset;
    margin-bottom: 80px;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.about-module .et_pb_row .et_pb_column.et_pb_column_1_4,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.about-module .et_pb_row .et_pb_column.et_pb_column_1_4 {
    width: 100% !important;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_column_1_2.et-last-child .et_pb_text,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_column_1_2.et-last-child .et_pb_text {
    background-color: transparent;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_column_1_2.et-last-child .et_pb_text .et_pb_text_inner,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_column_1_2.et-last-child .et_pb_text .et_pb_text_inner {
    text-align: center;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .payment-right-one,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .payment-right-one {
    display: none;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .payment-right-two,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .payment-right-two {
    text-align: center;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_text_inner table tr th:not(:first-child),
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_text_inner table tr th:not(:first-child) {
    color: #333 !important;
    font: normal normal normal 16px/22px Open Sans;
  }
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_text_inner table .fa.fa-clock-o,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_text_inner table .fa.fa-clock-o,
  .class-home #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_text_inner table .fa.fa-paypal,
  .class-tester #main-content .container #content-area #left-area article .entry-content .et_pb_section.payment-module .et_pb_row .et_pb_text_inner table .fa.fa-paypal {
    display: none;
  }
}
.class-landing-pages {
  /* Desktop small resolutions  */
  /* Tablet and smartphones in landscape mode (480-980px) */
  /* Smartphones in portrait mode (360-479px) */
  /* Smartphones in portrait mode (0-360px) */
}
.class-landing-pages .et_pb_column_1_3 {
  width: 31.6%;
  margin-right: 2.5% !important;
}
.class-landing-pages .et_pb_column_1_2 {
  margin-right: 4.5% !important;
  width: 47.7%;
}
.class-landing-pages .right-col {
  padding-left: 20px;
}
.class-landing-pages h6 {
  margin-bottom: 25px;
}
.class-landing-pages #header-section {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: -4px !important;
}
.class-landing-pages #header-section .et_pb_slide {
  padding: 0;
}
.class-landing-pages #header-section .et_pb_slide .et_pb_container {
  max-width: 100%;
  width: 100%;
  min-height: 0 !important;
}
.class-landing-pages #header-section .et_pb_slide .et_pb_container .et_pb_slide_description {
  padding: 3% 15% 5% 15%;
  max-width: 100%;
  width: 100%;
}
.class-landing-pages #header-section .client-logo {
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 30px;
}
.class-landing-pages #header-section .empfohlen {
  position: absolute;
  right: 0;
  bottom: 40px;
  background-color: white;
  z-index: 1;
  border-radius: 3px 0 0 0;
}
.class-landing-pages #header-section .empfohlen .empfohlen-small {
  cursor: pointer;
  padding: 20px;
  padding-bottom: 40px;
}
.class-landing-pages #header-section .empfohlen .empfohlen-small p {
  text-shadow: none;
  color: black;
  font-weight: bold;
  font-size: 14px !important;
  margin-bottom: 10px;
}
.class-landing-pages #header-section .empfohlen .empfohlen-small .empfohlen-logo {
  width: 100px;
  height: 30px;
}
.class-landing-pages #header-section .empfohlen .empfohlen-large {
  width: 580px;
  height: 300px;
  padding: 25px;
}
.class-landing-pages #header-section .empfohlen .empfohlen-large .p-cross {
  color: #009FE3;
  position: absolute;
  right: 25px;
  text-shadow: none;
  cursor: pointer;
}
.class-landing-pages #header-section .empfohlen .empfohlen-large p {
  text-shadow: none;
  color: black;
  font-size: 14px !important;
  margin-bottom: 10px;
  text-align: left;
}
.class-landing-pages #header-section .empfohlen .empfohlen-large .empfohlen-logo {
  width: 100px;
  height: 30px;
  text-align: left;
}
.class-landing-pages #header-section .empfohlen .empfohlen-large .p-blue {
  color: #07A2E4;
  font-size: 12px;
}
.class-landing-pages #header-section h1 {
  margin-bottom: 30px;
}
.class-landing-pages #header-section p {
  margin-bottom: 25px;
}
.class-landing-pages #header-section p .fa {
  margin-left: 15px;
  display: inline;
}
.class-landing-pages #header-section .fancybox {
  color: white !important;
}
.class-landing-pages #header-section button {
  margin-bottom: 20px;
}
.class-landing-pages .header-skew-section {
  padding: 0 0 25px 0 !important;
}
.class-landing-pages .header-skew-section .et_pb_row {
  padding: 0;
  position: relative;
  z-index: 5;
}
.class-landing-pages .header-skew-section .et_pb_row h6 {
  text-align: center;
  color: white;
  margin-bottom: 0px;
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
}
.class-landing-pages .header-skew-section .et_pb_row .profile {
  margin: 0 auto;
  padding: 0 200px;
  text-align: center;
}
.class-landing-pages .header-skew-section .et_pb_row .profile .profile-picture {
  background-color: white;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.class-landing-pages .header-skew-section .et_pb_row .profile p {
  color: white;
  line-height: 80px !important;
  text-align: center;
  font-size: 14px !important;
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
}
.class-landing-pages .header-skew-section .et_pb_row .profile img {
  vertical-align: middle;
}
.class-landing-pages .header-skew-section:before {
  content: '';
  display: block;
  height: 80px;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: -70px;
  transform: skewY(-2deg);
  transform-origin: 100%;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0ca6db 0%, #56d7b1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0CA4DD', endColorstr='#56D7B1', GradientType=1);
  /* IE6-9 */
  outline: 1px solid transparent;
}
.class-landing-pages .three-columns-module {
  padding-bottom: 50px;
}
.class-landing-pages .three-columns-module .et_pb_column {
  padding: 0 20px;
}
.class-landing-pages .three-columns-module h3 {
  margin-left: 70px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.class-landing-pages .three-columns-module p {
  text-align: center;
  font-size: 16px;
}
.class-landing-pages .three-columns-module .image {
  margin-bottom: 30px;
  margin-top: 25px;
}
.class-landing-pages .three-columns-module .image img {
  display: block;
  margin: 0 auto;
}
.class-landing-pages .testimonials-columns-container .white-box {
  background-color: white;
  padding: 30px;
  min-height: 280px;
  margin-bottom: 40px;
  position: relative;
}
.class-landing-pages .testimonials-columns-container .white-box .company-logo {
  margin-bottom: 15px;
}
.class-landing-pages .testimonials-columns-container .white-box .company-logo img {
  display: block;
  margin: 0 auto;
}
.class-landing-pages .testimonials-columns-container .white-box p {
  font-size: 16px;
}
.class-landing-pages .testimonials-columns-container .white-box:after {
  background-color: white;
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: -25px;
  margin: 0 auto;
  left: 0;
  right: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  content: '';
}
.class-landing-pages .testimonials-columns-container .profile {
  text-align: center;
}
.class-landing-pages .testimonials-columns-container .profile h3 {
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
.class-landing-pages .testimonials-columns-container .profile h3 a {
  color: #009FE3;
}
.class-landing-pages .testimonials-columns-container .profile p {
  min-height: 48px;
  font-size: 13px;
}
.class-landing-pages .testimonials-columns-container .profile .profile-picture {
  border-radius: 50%;
  margin: 10px auto;
  width: 120px;
  height: 120px;
  vertical-align: bottom;
  overflow: hidden;
}
.class-landing-pages .right-column-features-list {
  width: 100% !important;
  max-width: 1080px !important;
}
.class-landing-pages .right-column-features-list .fa {
  color: #9F9F9F;
  font-size: 24px;
  position: absolute;
  left: 20px;
}
.class-landing-pages .right-column-features-list p {
  display: block;
  font-size: 16px;
  margin-left: 40px;
}
.class-landing-pages .right-column-features-list .image-shadow img {
  box-shadow: 20px 20px 75px -25px rgba(0, 0, 0, 0.5);
  border-radius: 21px;
  max-width: 150%;
  left: -56%;
  position: relative;
}
.class-landing-pages .right-column-features-list .button-arrow {
  margin-top: 25px;
  position: relative;
}
.class-landing-pages .right-column-features-list .button-arrow .button-arrow-left {
  display: inline;
}
.class-landing-pages .right-column-features-list .button-arrow .button-arrow-right {
  display: inline;
}
.class-landing-pages .right-column-features-list .button-arrow .button-arrow-right .arrow-description {
  font-family: Segoe-print;
  position: absolute;
  left: 265px;
  top: -14px;
  font-weight: bold;
}
.class-landing-pages .right-column-features-list .button-arrow .arrow-left {
  position: absolute;
  left: 195px;
  top: 0px;
}
.class-landing-pages .features-skew-section {
  height: 0;
}
.class-landing-pages .features-skew-section:before {
  content: '';
  display: block;
  height: 130px;
  position: absolute;
  left: 0;
  right: 0;
  top: -70px;
  transform: skewY(1.75deg);
  transform-origin: 100%;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0ca6db 0%, #56d7b1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0CA4DD', endColorstr='#56D7B1', GradientType=1);
  /* IE6-9 */
  outline: 1px solid transparent;
}
.class-landing-pages .right-column-extended-description p {
  line-height: 24px;
  font-size: 16px;
}
.class-landing-pages .video-skew-section {
  padding: 75px 20% !important;
  transform: skewY(-1.75deg);
  transform-origin: 100%;
  outline: 1px solid transparent;
  margin-top: -60px;
  padding-top: 70px !important;
}
.class-landing-pages .video-skew-section .unskew {
  transform: skewY(1.75deg);
  transform-origin: 100%;
  border: 40px solid black;
  border-radius: 25px;
  padding: 0;
  background-color: black;
}
.class-landing-pages .video-skew-section .et_pb_row {
  width: 85% !important;
}
.class-landing-pages .contact-skew-section {
  background-color: #F8F8F8;
  transform: skewY(-1.75deg);
  transform-origin: 100%;
  padding-bottom: 50px !important;
}
.class-landing-pages .contact-skew-section .unskew {
  transform: skewY(1.75deg);
  transform-origin: 100%;
}
.class-landing-pages .contact-skew-section h3 {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0;
  font-weight: bold;
  font-weight: 24px;
}
.class-landing-pages .contact-skew-section p {
  text-align: center;
  font-size: 11px !important;
}
.class-landing-pages .contact-skew-section a {
  text-align: center;
  color: #009FE3;
  font-weight: bold;
  font-size: 16px;
}
.class-landing-pages .contact-skew-section a:hover {
  color: #009FE3;
}
.class-landing-pages .contact-skew-section button {
  margin: 0 auto;
  margin-top: 30px;
}
.class-landing-pages .five-colums-logos {
  margin: 0 auto;
}
.class-landing-pages .five-colums-logos .award-logo {
  margin: 0 auto;
  text-align: center;
}
.class-landing-pages .five-colums-logos .award-logo .logo {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 25px;
}
.class-landing-pages .five-colums-logos .award-logo .logo img {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all 0.4s ease;
  /* Fade to color for Chrome and Safari */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
}
.class-landing-pages .five-colums-logos .award-logo .logo img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
@media only screen and (min-width: 981px) and (max-width: 1140px) {
  .class-landing-pages #header-section {
    padding: 0 !important;
  }
  .class-landing-pages #header-section .et_pb_slide_description {
    padding: 3% 15% 8% 15% !important;
  }
  .class-landing-pages #header-section .client-logo {
    margin-top: 50px;
  }
  .class-landing-pages #header-section .empfohlen {
    bottom: 40px;
  }
  .class-landing-pages #header-section .empfohlen .empfohlen-small {
    padding: 15px;
    padding-bottom: 40px;
  }
  .class-landing-pages #header-section .empfohlen .empfohlen-small p {
    font-size: 13px !important;
    margin-bottom: 10px;
  }
  .class-landing-pages #header-section .empfohlen .empfohlen-small .empfohlen-logo {
    width: 100px;
    height: 30px;
  }
  .class-landing-pages #header-section .empfohlen .empfohlen-large {
    width: 500px;
    height: 310px;
    padding: 15px;
  }
  .class-landing-pages #header-section .empfohlen .empfohlen-large p {
    font-size: 13px !important;
    margin-bottom: 10px;
  }
  .class-landing-pages #header-section .empfohlen .empfohlen-large .empfohlen-logo {
    width: 100px;
    height: 30px;
  }
  .class-landing-pages #header-section .empfohlen .empfohlen-large .p-blue {
    font-size: 11px;
  }
  .class-landing-pages .features-skew-section:before {
    height: 110px;
    top: -35px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 980px) {
  .class-landing-pages #header-section {
    padding: 0 !important;
  }
  .class-landing-pages #header-section .et_pb_slide_description {
    padding: 3% 15% 8% 15% !important;
  }
  .class-landing-pages #header-section h1 {
    font-size: 48px !important;
    line-height: 60px !important;
    margin-bottom: 20px;
  }
  .class-landing-pages #header-section p {
    margin-bottom: 20px;
  }
  .class-landing-pages #header-section .client-logo {
    margin-top: 40px;
    margin-bottom: 90px;
  }
  .class-landing-pages #header-section .empfohlen {
    bottom: 25px;
  }
  .class-landing-pages #header-section .empfohlen .empfohlen-small {
    padding: 10px;
    padding-bottom: 30px;
  }
  .class-landing-pages #header-section .empfohlen .empfohlen-small p {
    font-size: 13px !important;
    margin-bottom: 10px;
  }
  .class-landing-pages #header-section .empfohlen .empfohlen-small .empfohlen-logo {
    width: 100px;
    height: 30px;
  }
  .class-landing-pages #header-section .empfohlen .empfohlen-large {
    width: 450px;
    height: 315px;
    padding: 15px;
  }
  .class-landing-pages #header-section .empfohlen .empfohlen-large p {
    font-size: 13px !important;
    margin-bottom: 10px;
  }
  .class-landing-pages #header-section .empfohlen .empfohlen-large .empfohlen-logo {
    width: 100px;
    height: 30px;
  }
  .class-landing-pages #header-section .empfohlen .empfohlen-large .p-blue {
    font-size: 11px;
  }
  .class-landing-pages .header-skew-section {
    padding: 0 0 25px 0 !important;
  }
  .class-landing-pages .header-skew-section .et_pb_row {
    padding: 0 30px !important;
  }
  .class-landing-pages .header-skew-section .et_pb_row h6 {
    margin-bottom: 0px;
  }
  .class-landing-pages .header-skew-section .et_pb_row .profile {
    margin: 0 auto;
    padding: 0;
  }
  .class-landing-pages .header-skew-section .et_pb_row .profile .profile-picture {
    height: 70px;
    width: 70px;
    position: static;
  }
  .class-landing-pages .header-skew-section .et_pb_row .profile p {
    line-height: 24px !important;
    font-size: 14px !important;
  }
  .class-landing-pages .header-skew-section:before {
    top: -50px;
  }
  .class-landing-pages .image-shadow img {
    max-width: 100% !important;
    left: 0% !important;
  }
  .class-landing-pages .features-skew-section {
    height: 50px;
  }
  .class-landing-pages .features-skew-section:before {
    height: 70px;
    top: -5px;
  }
  .class-landing-pages .right-col {
    padding-left: 0;
    padding-top: 20px;
  }
  .class-landing-pages .three-columns-module h3 {
    line-height: 48px;
  }
  .class-landing-pages .three-columns-module .et_pb_column {
    padding-bottom: 30px;
  }
  .class-landing-pages .three-columns-module .et_pb_column:last-child {
    padding-bottom: 0px;
  }
  .class-landing-pages .testimonials-columns-container {
    padding-bottom: 0 !important;
  }
  .class-landing-pages .testimonials-columns-container .white-box {
    min-height: 0;
  }
  .class-landing-pages .testimonials-columns-container .et_pb_column {
    padding-bottom: 30px;
  }
  .class-landing-pages .testimonials-columns-container .et_pb_column:last-child {
    padding-bottom: 0px;
  }
  .class-landing-pages .right-column-extended-description {
    padding-bottom: 0 !important;
  }
  .class-landing-pages .centered-text-with-button {
    padding-bottom: 0px;
  }
  .class-landing-pages .video-skew-section {
    padding: 75px 25px !important;
  }
  .class-landing-pages .video-skew-section .unskew {
    border: 50px solid black;
  }
  .class-landing-pages .right-column-features-list .fa {
    left: 0;
  }
}
@media only screen and (min-width: 360px) and (max-width: 479px) {
  .class-landing-pages #header-section {
    padding: 0 !important;
  }
  .class-landing-pages #header-section .et_pb_slide_description {
    padding: 3% 10% 8% 10% !important;
  }
  .class-landing-pages #header-section h1 {
    font-size: 36px !important;
    line-height: 44px !important;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .class-landing-pages #header-section p {
    margin-bottom: 20px;
  }
  .class-landing-pages #header-section .client-logo {
    margin-top: 30px;
    margin-bottom: 80px;
  }
  .class-landing-pages #header-section .empfohlen {
    bottom: 10px;
  }
  .class-landing-pages #header-section .empfohlen .empfohlen-small {
    padding: 5px;
    padding-bottom: 30px;
  }
  .class-landing-pages #header-section .empfohlen .empfohlen-small p {
    font-size: 13px !important;
    margin-bottom: 10px;
  }
  .class-landing-pages #header-section .empfohlen .empfohlen-small .empfohlen-logo {
    width: 100px;
    height: 30px;
  }
  .class-landing-pages #header-section .empfohlen .empfohlen-large {
    width: 100%;
    height: 340px;
    padding: 15px;
  }
  .class-landing-pages #header-section .empfohlen .empfohlen-large .p-cross {
    right: 20px;
  }
  .class-landing-pages #header-section .empfohlen .empfohlen-large p {
    font-size: 13px !important;
    margin-bottom: 10px;
  }
  .class-landing-pages #header-section .empfohlen .empfohlen-large .empfohlen-logo {
    width: 100px;
    height: 30px;
  }
  .class-landing-pages #header-section .empfohlen .empfohlen-large .p-blue {
    font-size: 11px;
  }
  .class-landing-pages .header-skew-section {
    padding: 0 0 25px 0 !important;
  }
  .class-landing-pages .header-skew-section .et_pb_row {
    padding: 0 30px !important;
  }
  .class-landing-pages .header-skew-section .et_pb_row h6 {
    margin-bottom: 0px;
  }
  .class-landing-pages .header-skew-section .et_pb_row .profile {
    margin: 0 auto;
    padding: 0;
  }
  .class-landing-pages .header-skew-section .et_pb_row .profile .profile-picture {
    height: 70px;
    width: 70px;
    position: static;
    margin: 5px auto;
  }
  .class-landing-pages .header-skew-section .et_pb_row .profile p {
    line-height: 24px !important;
    font-size: 14px !important;
  }
  .class-landing-pages .header-skew-section:before {
    top: -35px;
  }
  .class-landing-pages .image-shadow img {
    max-width: 100% !important;
    left: 0% !important;
  }
  .class-landing-pages .features-skew-section {
    height: 50px;
  }
  .class-landing-pages .features-skew-section:before {
    height: 70px;
    top: -5px;
  }
  .class-landing-pages .right-col {
    padding-left: 0;
    padding-top: 20px;
  }
  .class-landing-pages .three-columns-module .et_pb_column {
    padding-bottom: 20px;
  }
  .class-landing-pages .three-columns-module .et_pb_column:last-child {
    padding-bottom: 0px;
  }
  .class-landing-pages .testimonials-columns-container {
    padding-bottom: 0 !important;
  }
  .class-landing-pages .testimonials-columns-container .white-box {
    min-height: 0;
  }
  .class-landing-pages .testimonials-columns-container .et_pb_column {
    padding-bottom: 20px;
  }
  .class-landing-pages .testimonials-columns-container .et_pb_column:last-child {
    padding-bottom: 0px;
  }
  .class-landing-pages .right-column-extended-description {
    padding-bottom: 0 !important;
  }
  .class-landing-pages .right-column-extended-description .button-wrapper {
    text-align: center;
  }
  .class-landing-pages .centered-text-with-button {
    padding-bottom: 0px;
  }
  .class-landing-pages .video-skew-section {
    padding: 75px 15px !important;
  }
  .class-landing-pages .video-skew-section .unskew {
    border: 30px solid black;
  }
  .class-landing-pages .right-column-features-list .fa {
    left: 0;
  }
  .class-landing-pages .et_pb_section .four-columns-logos .et_pb_column_1_4 {
    margin-left: 2.5% !important;
    width: 47.5% !important;
  }
  .class-landing-pages .button-arrow p {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}
@media only screen and (max-width: 360px) {
  .class-landing-pages #header-section {
    padding: 0 !important;
  }
  .class-landing-pages #header-section .et_pb_slide_description {
    padding: 3% 5% 8% 5% !important;
  }
  .class-landing-pages #header-section h1 {
    font-size: 34px !important;
    line-height: 40px !important;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .class-landing-pages #header-section p {
    margin-bottom: 20px;
  }
  .class-landing-pages #header-section .client-logo {
    margin-top: 20px;
    margin-bottom: 80px;
  }
  .class-landing-pages #header-section .empfohlen {
    bottom: 0px;
  }
  .class-landing-pages #header-section .empfohlen .empfohlen-small {
    padding: 8px;
    padding-bottom: 35px;
  }
  .class-landing-pages #header-section .empfohlen .empfohlen-small p {
    font-size: 13px !important;
    margin-bottom: 10px;
  }
  .class-landing-pages #header-section .empfohlen .empfohlen-small .empfohlen-logo {
    width: 100px;
    height: 30px;
  }
  .class-landing-pages #header-section .empfohlen .empfohlen-large {
    width: 100%;
    height: 380px;
    padding: 15px;
  }
  .class-landing-pages #header-section .empfohlen .empfohlen-large .p-cross {
    right: 15px;
  }
  .class-landing-pages #header-section .empfohlen .empfohlen-large p {
    font-size: 14px !important;
    margin-bottom: 5px;
  }
  .class-landing-pages #header-section .empfohlen .empfohlen-large .empfohlen-logo {
    width: 100px;
    height: 30px;
  }
  .class-landing-pages #header-section .empfohlen .empfohlen-large .p-blue {
    font-size: 11px;
  }
  .class-landing-pages .header-skew-section {
    padding: 0 0 15px 0 !important;
  }
  .class-landing-pages .header-skew-section .et_pb_row {
    padding: 0 30px !important;
  }
  .class-landing-pages .header-skew-section .et_pb_row h6 {
    margin-bottom: 0px;
  }
  .class-landing-pages .header-skew-section .et_pb_row .profile {
    margin: 0 auto;
    padding: 0;
  }
  .class-landing-pages .header-skew-section .et_pb_row .profile .profile-picture {
    height: 60px;
    width: 60px;
    position: static;
    margin: 5px auto;
  }
  .class-landing-pages .header-skew-section .et_pb_row .profile p {
    line-height: 24px !important;
    font-size: 14px !important;
  }
  .class-landing-pages .header-skew-section:before {
    top: -25px;
  }
  .class-landing-pages .image-shadow img {
    max-width: 100% !important;
    left: 0% !important;
  }
  .class-landing-pages .features-skew-section {
    height: 50px;
  }
  .class-landing-pages .features-skew-section:before {
    height: 70px;
    top: -5px;
  }
  .class-landing-pages .right-col {
    padding-left: 0;
    padding-top: 20px;
  }
  .class-landing-pages .three-columns-module .et_pb_column {
    padding-bottom: 20px;
  }
  .class-landing-pages .three-columns-module .et_pb_column:last-child {
    padding-bottom: 0px;
  }
  .class-landing-pages .testimonials-columns-container {
    padding-bottom: 0 !important;
  }
  .class-landing-pages .testimonials-columns-container .white-box {
    min-height: 0;
  }
  .class-landing-pages .testimonials-columns-container .et_pb_column {
    padding-bottom: 20px;
  }
  .class-landing-pages .testimonials-columns-container .et_pb_column:last-child {
    padding-bottom: 0px;
  }
  .class-landing-pages .right-column-extended-description {
    padding-bottom: 0 !important;
  }
  .class-landing-pages .right-column-extended-description .button-wrapper {
    text-align: center;
  }
  .class-landing-pages .centered-text-with-button {
    padding-bottom: 0px;
  }
  .class-landing-pages .video-skew-section {
    padding: 75px 8px !important;
  }
  .class-landing-pages .video-skew-section .unskew {
    border: 20px solid black;
  }
  .class-landing-pages .right-column-features-list .fa {
    left: 0;
  }
  .class-landing-pages .right-column-features-list .button-arrow {
    text-align: center;
  }
  .class-landing-pages .right-column-features-list .button-arrow p {
    font-size: 8px !important;
    left: 220px;
    line-height: 12px !important;
  }
  .class-landing-pages .right-column-features-list .button-arrow .button-arrow-right {
    display: none;
  }
  .class-landing-pages .right-column-features-list p {
    font-size: 14px !important;
  }
  .class-landing-pages .et_pb_section .four-columns-logos .et_pb_column_1_4 {
    margin-left: 2.5% !important;
    width: 47.5% !important;
  }
}
.class-moderierte-usability-tests #main-header #header-fixed .fixed-container div.header-fixed-menu-container {
  position: absolute;
  top: 20px;
}
.class-moderierte-usability-tests .align-vertical {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.class-moderierte-usability-tests .session-image img {
  width: 100%;
}
.class-moderierte-usability-tests #modrut-tiles {
  margin-top: 80px;
  text-align: center;
}
.class-moderierte-usability-tests #modrut-tiles .content-block .choose_box.active {
  border-color: #009FE3;
  background-color: #F8FDFF;
}
.class-moderierte-usability-tests #modrut-tiles .content-block .choose_box {
  width: 262px;
  cursor: pointer;
  display: inline-block;
  padding: 20px;
  border: 1px solid #bbb;
  border-radius: 4px;
  text-align: center;
  vertical-align: top;
  position: relative;
}
.class-moderierte-usability-tests #modrut-tiles .content-block .choose_box .centered-label {
  display: none;
}
.class-moderierte-usability-tests #modrut-tiles .content-block .choose_box .icon-wrap {
  height: 30px;
  line-height: 30px;
  margin-bottom: 8px;
}
.class-moderierte-usability-tests #modrut-tiles .content-block .choose_box .icon-wrap .fa {
  font-size: 30px;
}
.class-moderierte-usability-tests #modrut-tiles .content-block .choose_box .label-wrap {
  margin-bottom: 25px;
}
.class-moderierte-usability-tests #modrut-tiles .content-block .choose_box .label-wrap label {
  font-size: 16px;
  padding-left: 14px;
  font-weight: bold;
}
.class-moderierte-usability-tests #modrut-tiles .content-block .choose_box .label-wrap input[type="radio"] + label {
  position: relative;
  padding-left: 8px;
  cursor: pointer;
}
.class-moderierte-usability-tests #modrut-tiles .content-block .choose_box .label-wrap input[type="radio"] {
  margin: 0px;
  opacity: 0;
}
.class-moderierte-usability-tests #modrut-tiles .content-block .choose_box .label-wrap input[type="radio"] + label:before {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 1px;
  left: -16px;
  background: white;
  border: 1px solid #535353;
  color: #009fe3;
  border-radius: 50%;
  padding: 0 !important;
  content: '';
}
.class-moderierte-usability-tests #modrut-tiles .content-block .choose_box .label-wrap input[type="radio"] + label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #009fe3;
  top: 6px;
  left: -11px;
  border-radius: 50%;
  transform: rotate(-45deg);
  cursor: pointer;
}
.class-moderierte-usability-tests #modrut-tiles .content-block .choose_box .label-wrap input[type="radio"]:checked + label:after {
  opacity: 1;
}
.class-moderierte-usability-tests #modrut-tiles .content-block .choose_box .label-wrap input[type="radio"]:focus + label {
  outline: 1px dotted black;
}
.class-moderierte-usability-tests #modrut-tiles .content-block .choose_box ul,
.class-moderierte-usability-tests #modrut-tiles .content-block .choose_box ol {
  text-align: left;
  margin: 0px;
  padding-left: 20px;
  padding-bottom: 0;
}
.class-moderierte-usability-tests #modrut-tiles .content-block .choose_box ul li,
.class-moderierte-usability-tests #modrut-tiles .content-block .choose_box ol li {
  font: 14px/19px Open Sans !important;
  padding: 0 !important;
  letter-spacing: 0px;
}
.class-moderierte-usability-tests #modrut-tiles .content-block .choose_box-small {
  width: 232px;
}
.class-moderierte-usability-tests #modrut-tiles .content-block .choose_box-small:not(:last-child) {
  margin-right: 24px;
}
.class-moderierte-usability-tests #modrut-tiles .redirect_btn {
  padding: 6px 16px;
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.class-moderierte-usability-tests #mc_embed_signup {
  background: #fff;
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
  width: 560px;
  margin: 0 auto;
  left: 8%;
  position: relative;
}
.class-moderierte-usability-tests #mc_embed_signup #mc_embed_signup_scroll {
  width: 400px;
}
.class-moderierte-usability-tests #mc_embed_signup #mc_embed_signup_scroll .mc-field-group {
  margin-bottom: 32px;
}
.class-moderierte-usability-tests #mc_embed_signup #mc_embed_signup_scroll .mc-field-group label {
  font: Bold 16px/22px Open Sans;
  letter-spacing: 0;
  color: #333;
  opacity: 1;
  margin-bottom: 10px;
  float: left;
}
.class-moderierte-usability-tests #mc_embed_signup #mc_embed_signup_scroll .mc-field-group .mc-input {
  height: 60px;
  background: #fff 0 0 no-repeat padding-box;
  border: 1px solid #bbb;
  opacity: 1;
  width: 100%;
  text-indent: 14px;
}
.class-moderierte-usability-tests #mc_embed_signup #mc_embed_signup_scroll #mc-embedded-subscribe {
  padding: 16px 22px;
  font: 22px/28px Bariol;
  background: transparent linear-gradient(180deg, #25b472 0, #1f9960 100%) 0 0 no-repeat padding-box;
  border-radius: 2px;
  opacity: 1;
  border: none;
  color: #fff;
  margin-bottom: 12px;
}
@media only screen and (max-width: 667px) {
  .class-moderierte-usability-tests #mc_embed_signup {
    width: 100%;
    left: 0;
  }
  .class-moderierte-usability-tests #mc_embed_signup #mc_embed_signup_scroll {
    width: 100%;
  }
  .class-moderierte-usability-tests #modrut-tiles .content-block .choose_box-small {
    margin: 0 0 24px 0 !important;
  }
}
@media only screen and (max-width: 980px) {
  .class-moderierte-usability-tests .align-vertical {
    display: block;
  }
  .class-moderierte-usability-tests #modrut-tiles .content-block .choose_box-small {
    margin-bottom: 24px;
  }
  .class-moderierte-usability-tests #modrut-tiles .content-block .choose_box-small:nth-child(odd) {
    margin-right: 24px;
  }
  .class-moderierte-usability-tests #modrut-tiles .content-block .choose_box-small:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 981px) {
  .class-moderierte-usability-tests .advantages-block p {
    font-size: 14px !important;
  }
  .class-moderierte-usability-tests .choose_box-small {
    margin: 0 !important;
  }
}
@media (min-width: 1100px) {
  .class-moderierte-usability-tests .advantages-block p {
    width: 100%;
  }
}
/* LOGIN */
h1.login-h1 {
  display: block;
  clear: both;
  font-size: 32px;
  text-align: center;
  margin-top: 40px;
}
.login-container {
  background-color: #f8f8f8;
  margin-top: 25px;
  margin-bottom: 110px;
  width: 580px;
  padding: 50px 80px;
  margin-left: auto;
  margin-right: auto;
}
.login-container .error {
  margin-bottom: 20px;
}
.login-container form fieldset {
  width: 100%;
}
.login-container form fieldset label {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.login-container form fieldset .form-field {
  width: 100%;
}
.login-container form fieldset .form-field .validate-advice,
.login-container form fieldset .form-field .validate-advice-js {
  float: none;
  font-size: 14px !important;
  margin-top: 5px;
}
.login-container form fieldset .form-field input[type="text"] {
  height: 48px;
  width: 100%;
}
.login-container form fieldset .form-field input[type="password"] {
  width: 100%;
  height: 48px;
  margin-top: 6px;
}
.login-container form fieldset .form-field a#dialog-lost-password {
  font-size: 13px;
}
.login-container form fieldset .form-field-not-first {
  margin-top: 5px;
}
.login-container form fieldset .form-field-not-first input[type="checkbox"] + label {
  position: relative;
  padding-left: 8px;
  cursor: pointer;
}
.login-container form fieldset .form-field-not-first input[type="checkbox"] {
  opacity: 0;
}
.login-container form fieldset .form-field-not-first input[type="checkbox"] + label:before {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 15px;
  top: 1px;
  left: -16px;
  background: white;
  border: 1px solid #535353;
  color: #009fe3;
  border-radius: 3px;
  padding: 0 !important;
  content: '';
}
.login-container form fieldset .form-field-not-first input[type="checkbox"] + label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: -13px;
  border: 3px solid #009fe3;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  cursor: pointer;
}
.login-container form fieldset .form-field-not-first input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.login-container form fieldset .form-field-not-first input[type="checkbox"]:focus + label {
  outline: 1px dotted black;
}
.login-container form fieldset .actions {
  margin-top: 20px;
}
.login-container form fieldset .actions button {
  width: 100%;
  height: 48px;
}
.login-container form fieldset .form-field:nth-child(2) {
  margin-top: 20px;
}
.login-container form #stayLoggedIn {
  vertical-align: middle;
  top: -1px;
  position: relative;
}
.login-container form label[for=stayLoggedIn] {
  display: inline;
  font-weight: normal;
}
.login-container form #dialog-lost-password {
  font-size: 12px;
  float: right;
}
.login-container form button[type=submit] {
  width: 306px;
  height: 34px;
}
/* TESTER LOGIN */
.header-login-tester {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  line-height: 23px;
}
.tester-login #main-header {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.tester-login #main-header #header-bottom .infos-mobile {
  display: none;
}
.tester-login #main-header .header {
  max-width: 1080px !important;
}
.tester-login #main-header .header .green-button {
  position: relative;
  top: -5px;
}
.tester-login #main-header .header .green-button a {
  padding-left: 0px !important;
}
.tester-login #main-header .header #nav {
  left: 176px !important;
  top: -33px !important;
}
.tester-login .tester-login-container {
  width: 1080px;
  margin: auto;
}
.tester-login .tester-login-container .content {
  margin-top: 50px;
  margin-bottom: 80px;
}
.tester-login .tester-login-container .content h3 {
  margin: -20px 0 30px;
  font-size: 30px !important;
  font-weight: normal;
}
.tester-login .tester-login-container .content .title-login {
  font-size: 30px;
  margin-bottom: 5px;
  font-family: Bariol-bold;
  line-height: 48px;
}
.tester-login .tester-login-container .content .tester-login-credentials-registration-submit {
  line-height: 48px;
}
.tester-login .tester-login-container .content .tester-login-credentials-registration {
  background-color: #f8f8f8;
  width: 38%;
  padding: 40px;
  margin-right: 36px;
  margin-bottom: 60px;
  display: inline-block;
  vertical-align: top;
}
.tester-login .tester-login-container .content .tester-login-credentials-login {
  background-color: #f8f8f8;
  width: 40%;
  padding: 40px;
  display: inline-block;
  vertical-align: top;
}
.tester-login .tester-login-container .content .tester-login-credentials-login .login-container {
  background-color: unset;
  margin-top: unset;
  margin-bottom: unset;
  width: unset;
  padding: unset;
  margin-left: unset;
  margin-right: unset;
}
.tester-login .tester-login-container .content .tester-login-credentials-login .login-container fieldset {
  width: unset;
  border: unset;
  padding: 0;
}
.tester-login .tester-login-container .content .tester-login-credentials-login .login-container fieldset .form-field input[type="text"],
.tester-login .tester-login-container .content .tester-login-credentials-login .login-container fieldset .form-field input[type="password"] {
  height: 28px;
  width: 96%;
}
/* Tablet */
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .tester-login .tester-login-container {
    width: 90%;
    margin: auto;
  }
}
/* smartphones */
@media only screen and (max-width: 767px) {
  .login-container {
    width: 80%;
    padding: 3% 5%;
  }
  .tester-login #ul-custom-footer.tester-home-footer #ul-custom-footer-container #ul-custom-home-footer .col-three {
    display: none;
  }
  .tester-login #main-header #header-bottom .infos-mobile {
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
    margin-top: 37px;
    width: 230px;
    text-align: right;
  }
  .tester-login #main-header #header-bottom .infos-mobile .mailto {
    display: none;
  }
  .tester-login #main-header #header-bottom .infos-mobile .mailto-smartphone {
    display: inline-block;
    font-size: 24px;
  }
  .tester-login .tester-login-container {
    width: 99%;
  }
  .tester-login .tester-login-container .content .title-login {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0px;
  }
  .tester-login .tester-login-container .content .tester-login-credentials-registration-submit {
    display: inline-block;
  }
  .tester-login .tester-login-container .content .tester-login-credentials-login .title-login {
    line-height: 33px;
    margin-bottom: 15px;
  }
  .tester-login .tester-login-container .content .tester-login-credentials-registration {
    text-align: center;
  }
  .tester-login .tester-login-container .content .tester-login-credentials-registration .title-login {
    font-size: 24px;
  }
  .tester-login .tester-login-container .content .tester-login-credentials-registration,
  .tester-login .tester-login-container .content .tester-login-credentials-login {
    width: 320px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    padding: 25px 15px 25px 25px;
  }
  .tester-login .tester-login-container .content .tester-login-credentials-registration .login-container fieldset .form-field input[type="text"],
  .tester-login .tester-login-container .content .tester-login-credentials-login .login-container fieldset .form-field input[type="text"],
  .tester-login .tester-login-container .content .tester-login-credentials-registration .login-container fieldset .form-field input[type="password"],
  .tester-login .tester-login-container .content .tester-login-credentials-login .login-container fieldset .form-field input[type="password"] {
    width: 96%;
  }
  .tester-login .tester-login-container .content .tester-login-credentials-registration #dialog-lost-password-content .dialogbox,
  .tester-login .tester-login-container .content .tester-login-credentials-login #dialog-lost-password-content .dialogbox {
    width: 330px;
    margin-left: -165px;
  }
}
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .login-container {
    width: 80%;
    padding: 3% 5%;
  }
  .tester-login #ul-custom-footer.tester-home-footer #ul-custom-footer-container #ul-custom-home-footer .col-three {
    display: none;
  }
  .tester-login #main-header #header-bottom .infos-mobile {
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
    margin-top: 37px;
    width: 580px;
    text-align: right;
  }
  .tester-login #main-header #header-bottom .infos-mobile .mailto {
    display: inline-block;
  }
  .tester-login #main-header #header-bottom .infos-mobile .mailto-smartphone {
    display: none;
  }
  .tester-login .tester-login-container {
    width: 99%;
  }
  .tester-login .tester-login-container .content .title-login {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0px;
  }
  .tester-login .tester-login-container .content .tester-login-credentials-registration-submit {
    margin-left: 40px;
    display: inline-block;
  }
  .tester-login .tester-login-container .content .tester-login-credentials-login {
    width: 340px;
  }
  .tester-login .tester-login-container .content .tester-login-credentials-login .title-login {
    margin-bottom: 15px;
    font-size: 27px !important;
  }
  .tester-login .tester-login-container .content .tester-login-credentials-registration,
  .tester-login .tester-login-container .content .tester-login-credentials-login {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
    padding-left: 135px;
    padding-right: 135px;
  }
  .tester-login .tester-login-container .content .tester-login-credentials-registration .login-container fieldset .form-field input[type="text"],
  .tester-login .tester-login-container .content .tester-login-credentials-login .login-container fieldset .form-field input[type="text"],
  .tester-login .tester-login-container .content .tester-login-credentials-registration .login-container fieldset .form-field input[type="password"],
  .tester-login .tester-login-container .content .tester-login-credentials-login .login-container fieldset .form-field input[type="password"] {
    width: 326px;
  }
  .tester-login .tester-login-container .content .tester-login-credentials-registration {
    padding-left: 85px;
    padding-right: 85px;
    width: 440px;
  }
  .tester-login .tester-login-container .content .tester-login-credentials-login {
    background-color: transparent;
  }
}
/* Smartphones in portrait mode (0-360px) */
@media only screen and (max-width: 360px) {
  .tester-login .tester-login-container .content .tester-login-credentials-registration {
    width: 80%;
  }
  .tester-login .tester-login-container .content .tester-login-credentials-login {
    width: 80%;
  }
  .tester-login .tester-login-container .content .tester-login-credentials-login .login-container fieldset .form-field input[type="text"],
  .tester-login .tester-login-container .content .tester-login-credentials-login .login-container fieldset .form-field input[type="password"] {
    width: 95%;
  }
  .tester-login .tester-login-container .content .tester-login-credentials-login #dialog-lost-password-content .dialogbox {
    width: 265px;
    margin-left: -134px;
  }
  .tester-login .tester-login-container .content .tester-login-credentials-login #dialog-lost-password-content .dialogbox .dialogbox-buttons {
    text-align: center;
  }
  .tester-login .tester-login-container .content .tester-login-credentials-login #dialog-lost-password-content .dialogbox .dialogbox-buttons .green-button {
    margin-top: 15px;
  }
}
/* INDEX PAGE (CREDITS SELECTION) */
.orderCredits .form-field .value {
  height: 30px;
}
.orderCredits .form-field .value span.credit-element {
  width: 100px;
  display: inline-block;
}
.orderCredits .form-field .value span.credit-price {
  margin-left: 20px;
  width: 100px;
  display: inline-block;
  text-align: left;
}
.orderCredits .form-field .value span.credit-benefit {
  margin-left: 20px;
  width: 200px;
  display: inline-block;
  text-align: left;
}
.orderCredits .form-field .value input[type="radio"] + label {
  position: relative;
  padding-left: 13px;
  cursor: pointer;
  padding-top: 2px;
}
.orderCredits .form-field .value input[type="radio"] {
  opacity: 0;
  margin-left: 0px;
}
.orderCredits .form-field .value input[type="radio"] + label:before {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 1px;
  left: -16px;
  background: white;
  border: 1px solid #535353;
  color: #009fe3;
  border-radius: 50%;
  padding: 0 !important;
  content: '';
}
.orderCredits .form-field .value input[type="radio"] + label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #009fe3;
  top: 6px;
  left: -11px;
  border-radius: 50%;
  transform: rotate(-45deg);
  cursor: pointer;
}
.orderCredits .form-field .value input[type="radio"]:checked + label:after {
  opacity: 1;
}
.orderCredits .form-field .value input[type="radio"]:focus + label {
  outline: 1px dotted black;
}
.orderCredits .form-field .value:last-child span:last-child {
  font-size: 18px;
  font-weight: bold;
}
.orderCredits h2 {
  font-family: Bariol-bold;
  color: #000;
  font-size: 26px;
  font-weight: normal;
  line-height: 26px;
  margin: 0;
}
.orderCredits h3 {
  font-family: Bariol-bold;
  font-size: 22px;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 20px;
}
.orderCredits .arrow-description {
  font-family: Segoe-print;
  position: relative;
  left: 545px;
  top: -212px;
  font-weight: bold;
  float: left;
}
.orderCredits .arrow-description img {
  position: absolute;
  left: -73px;
  top: 56px;
}
.orderCredits ul {
  padding-left: 20px;
}
.orderCredits .form-field {
  margin-bottom: 40px;
}
.orderCredits img#credit_img {
  position: relative;
  float: right;
  left: -320px;
  top: -40px;
}
.orderCredits.orderCredits-checkout h3 {
  font-size: 32px;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Bariol-bold;
  line-height: 48px;
}
.orderCredits.orderCredits-checkout h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 20px;
}
.orderCredits.orderCredits-checkout .create_box_top,
.orderCredits.orderCredits-checkout .radio,
.orderCredits.orderCredits-checkout .actions {
  width: 680px;
}
.orderCredits.orderCredits-checkout .create_box_top {
  border-bottom: 1px solid #f0f0f0;
}
.orderCredits.orderCredits-checkout label {
  font-size: 16px;
  font-weight: bold;
}
.orderCredits.orderCredits-checkout label#payment-detail {
  font-size: 14px;
  font-weight: normal;
}
.orderCredits.orderCredits-checkout .payment-details {
  margin-bottom: 30px;
}
.orderCredits.orderCredits-checkout .create_box {
  margin-top: 20px;
}
.orderCredits.orderCredits-checkout .create_box table {
  width: 680px;
}
.orderCredits.orderCredits-checkout .create_box table tr td:nth-child(3) {
  text-align: right;
}
.orderCredits.orderCredits-checkout .next-steps {
  margin-top: 30px;
}
.orderCredits.orderCredits-checkout table tr.credit-vat td {
  padding-bottom: 30px;
}
.orderCredits.orderCredits-checkout table tr.separatorDouble {
  font-size: 18px;
  border-top: 3px double #eee;
  height: 70px;
  vertical-align: middle;
}
.orderCredits.orderCredits-checkout table tr.separatorDouble td:nth-child(2) {
  vertical-align: middle;
}
.orderCredits.orderCredits-checkout .checkbox-container p {
  font-size: 14px;
  font-weight: normal;
}
.orderCredits.orderCredits-checkout .helpbubble-element {
  position: absolute;
  background-color: #FCFCFC;
  vertical-align: middle;
  border-radius: 3px;
  padding: 10px 20px;
  width: -moz-fit-content;
  width: fit-content;
  top: -31px;
  left: 430px;
  box-shadow: 2px 2px 5px #CCC;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  -moz-box-shadow: 2px 2px 5px #ccc;
  z-index: 10;
  border: 1px solid #F0F0F0;
  font-size: 13px;
  font-weight: normal;
}
.orderCredits.orderCredits-checkout .helpbubble-element:before {
  background-color: #fcfcfc;
  content: ' ';
  position: absolute;
  left: -11px;
  top: calc(50% - 10px);
  width: 18px;
  height: 18px;
  border: 1px solid #f0f0f0;
  transform: rotate(45deg);
  border-top: transparent;
  border-right: transparent;
  overflow: hidden;
}
.order-credits-completed #testimonial {
  background: #f8f8f8;
}
.order-credits-completed #testimonial .testimonial_title {
  width: 240px;
  padding: 30px 50px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.order-credits-completed #testimonial .testimonial_title span {
  font-size: 24px;
  color: #e21f53;
}
.order-credits-completed #testimonial .testimonial_title img {
  margin: 20px 10%;
}
.order-credits-completed #testimonial .testimonial_box {
  display: inline-block;
  vertical-align: top;
  width: 350px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #fff;
  margin-right: 15px;
  margin-left: -20px;
}
.order-credits-completed #testimonial .testimonial_box :after {
  content: '';
  background-color: white;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 32px;
  top: 0px;
  bottom: 0;
  margin: auto 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  clear: both;
}
.order-credits-completed #testimonial .testimonial_box .testimonial_box-inner {
  padding: 20px;
  font-size: 14px;
}
.order-credits-completed #testimonial .testimonial_credentials {
  width: 220px;
  display: inline-block;
  vertical-align: top;
}
.order-credits-completed #testimonial .testimonial_credentials .testimonial_credentials-img {
  margin: 0 32%;
  margin-top: 40px;
}
.order-credits-completed #testimonial .testimonial_credentials .testimonial_credentials-text {
  text-align: center;
  font-size: 13px;
}
.order-credits-completed #testimonial .testimonial_credentials .testimonial_credentials-text b {
  font-family: Bariol-bold;
  font-size: 20px;
  font-weight: normal;
}
#order-testsuite-header {
  background-color: #f8f8f8;
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  height: 80px;
  box-shadow: 0px 0px 10px 0px rgba(33, 33, 33, 0.7);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(33, 33, 33, 0.7);
  -moz-box-shadow: 0px 0px 10px 0px rgba(33, 33, 33, 0.7);
}
#order-testsuite-header.order-testsuite-header-big {
  height: 170px;
}
#order-testsuite-header.order-testsuite-header-big .header .header_pricing {
  top: 95px;
}
#order-testsuite-header.order-testsuite-header-big .header #header-bottom .createTestsuiteNav .title {
  display: block;
}
#order-testsuite-header .header {
  display: block;
  width: 1080px;
  height: 115px;
  padding-left: 100px;
  padding-right: 100px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
#order-testsuite-header .header #header-top {
  display: block;
  width: inherit;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  height: 30px;
}
#order-testsuite-header .header #header-top #header-top-left {
  float: left;
  margin-left: 382px;
}
#order-testsuite-header .header #header-top #header-top-left .fa {
  margin-left: 5px;
}
#order-testsuite-header .header #header-top #header-top-left .ul-custom-header-phone-container-toggle {
  font-size: 13px;
  float: right;
  cursor: pointer;
  color: #333;
  line-height: 30px;
}
#order-testsuite-header .header #header-top #header-top-left #ul-custom-header-phone-hiddenbox {
  display: none;
  position: absolute;
  top: 40px;
  width: 420px;
  background: #fff;
  padding: 26px;
  padding-top: 16px;
  /* nose takes 10px */
  border: 1px solid #ddd;
  border-left: 0;
  border-top: 0;
  border-radius: 4px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
  z-index: 999;
}
#order-testsuite-header .header #header-top #header-top-left .nose-up {
  content: ' ';
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-style: solid;
  border-color: #fff;
  border-width: 0 0 1px 1px;
  -webkit-transform: rotate(133deg);
  -moz-transform: rotate(133deg);
  -ms-transform: rotate(133deg);
  -o-transform: rotate(133deg);
  z-index: 999;
  top: -22px;
  left: 49%;
}
#order-testsuite-header .header #header-top #header-top-left .ul-custom-header-phone-hiddenbox-left {
  vertical-align: top;
  margin-right: 26px;
  float: left;
}
#order-testsuite-header .header #header-top #header-top-left .ul-custom-header-phone-hiddenbox-left img {
  width: 160px;
  max-width: 160px;
}
#order-testsuite-header .header #header-top #header-top-left .ul-custom-header-phone-hiddenbox-left span {
  display: block;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}
#order-testsuite-header .header #header-top #header-top-left .ul-custom-header-phone-hiddenbox-right {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  font-size: 13px;
  line-height: 17px;
  text-align: left;
  float: right;
}
#order-testsuite-header .header #header-top #header-top-left .ul-custom-header-phone-hiddenbox-right .no-bottom-margin {
  margin-bottom: 0px;
}
#order-testsuite-header .header #header-top #header-top-left .ul-custom-header-phone-hiddenbox-right a {
  color: #009fe3;
  text-decoration: none;
}
#order-testsuite-header .header #header-top #header-top-left .ul-custom-header-phone-hiddenbox-right .ul-custom-header-phone-hiddenbox-right-phone {
  font-size: 15px;
  font-weight: bold;
  margin-top: 14px;
}
#order-testsuite-header .header #header-top #header-top-right {
  float: right;
  font-size: 13px;
  margin-top: 4px;
  margin-right: 0px;
  position: relative;
}
#order-testsuite-header .header #header-top #header-top-right a {
  color: #009fe3;
  padding-left: 4px;
}
#order-testsuite-header .header #header-top #header-top-right .user-info {
  cursor: pointer;
  text-align: right;
}
#order-testsuite-header .header #header-top #header-top-right .user-info-context-menu {
  z-index: 99999;
  display: none;
  border-radius: 5px;
  background-color: #F8F8F8;
  position: absolute;
  box-shadow: 0px 10px 15px -10px rgba(51, 51, 51, 0.5);
  border: 1px solid #EDEDED;
  top: 35px;
  right: 0;
  min-width: 230px;
}
#order-testsuite-header .header #header-top #header-top-right .user-info-context-menu .arrow-top {
  background-color: #F8F8F8;
  box-shadow: 0px 10px 15px -10px rgba(51, 51, 51, 0.5);
  border: 1px solid #EDEDED;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 15px;
  height: 15px;
  top: -8px;
  right: 30px;
  border-bottom: 0px;
  border-right: 0px;
}
#order-testsuite-header .header #header-top #header-top-right .user-info-context-menu ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#order-testsuite-header .header #header-top #header-top-right .user-info-context-menu ul li {
  padding: 5px 15px 5px 10px;
  border-bottom: 1px solid #EDEDED;
  color: black;
  cursor: pointer;
  width: 150px;
}
#order-testsuite-header .header #header-top #header-top-right .user-info-context-menu ul li:hover {
  font-weight: bold;
  color: black;
}
#order-testsuite-header .header #header-top #header-top-right .user-info-context-menu ul .user-info-context-menu-logout {
  border: none;
}
#order-testsuite-header .header #header-bottom {
  height: 45px;
}
#order-testsuite-header .header #header-bottom #logo-container {
  width: 122.35px;
  height: 59px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  left: 0;
  top: -21px;
}
#order-testsuite-header .header #header-bottom .createTestsuiteNav {
  display: inline-block;
  border-radius: 25px;
  width: 800px;
}
#order-testsuite-header .header #header-bottom .createTestsuiteNav .title {
  text-align: center;
  line-height: 64px;
  margin: 0px 0px 15px 0px;
  display: none;
}
#order-testsuite-header .header #header-bottom .createTestsuiteNav:first-child {
  border-left: 1px solid #bbb;
}
#order-testsuite-header .header #header-bottom .createTestsuiteNav .createTestsuiteNav-item {
  display: inline-block;
  width: 220px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  vertical-align: top;
  background-color: #fff;
  color: #333;
  font-weight: bold;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}
#order-testsuite-header .header #header-bottom .createTestsuiteNav .createTestsuiteNav-item.first {
  border-left: 1px solid #bbb;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}
#order-testsuite-header .header #header-bottom .createTestsuiteNav .createTestsuiteNav-item.last {
  border-right: 1px solid #bbb;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}
#order-testsuite-header .header #header-bottom .createTestsuiteNav .createTestsuiteNav-item.active {
  background-color: #009FE3;
  color: #fff;
  cursor: pointer;
}
#order-testsuite-header .header #header-bottom .createTestsuiteNav .createTestsuiteNav-arrow {
  display: inline-block;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  width: 18px;
  height: 35px;
  background-image: url(/public/images/front/customer/orderTestsuite/progess-arrow.png);
  background-color: #fff;
}
#order-testsuite-header .header #header-bottom .createTestsuiteNav .createTestsuiteNav-arrow-filled {
  display: inline-block;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  width: 18px;
  height: 35px;
  background-image: url(/public/images/front/customer/orderTestsuite/progess-arrow-filled.png);
  background-color: #fff;
}
#order-testsuite-header .header #header-bottom .createTestsuiteNav .createTestsuiteNav-arrow-filled.active {
  background-color: #009fe3;
}
#order-testsuite-header .header .header_pricing {
  position: relative;
  right: 0px;
  background-color: #F8F8F8;
  padding: 5px 10px;
  text-align: center;
  z-index: -1;
  float: right;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 0px 5px 7px -4px rgba(33, 33, 33, 0.7);
  border: 1px solid #f0f0f0;
  border-top: 0px;
  line-height: 40px;
  top: 5px;
}
#order-testsuite-header .header .header_pricing .fa-shopping-cart {
  color: #333333;
  font-size: 20px;
  margin-right: 5px;
  z-index: -1;
}
.order-testsuite .custom-calendar-today .cursorPointer {
  color: #ccc;
  cursor: default;
}
.order-testsuite .modRut_desktop_only_pricebook .customSelectDropDown {
  text-align: initial;
}
.order-testsuite .modRut_desktop_only_pricebook .pricebook_option_tester {
  display: inline-block;
  text-align: right;
  width: 60px;
}
.order-testsuite .modRut_desktop_only_pricebook .pricebook_option_addition {
  width: 80px;
}
.order-testsuite .modRut_desktop_only_pricebook .pricebook_option_price {
  display: inline-block;
  text-align: right;
  width: 90px;
}
.order-testsuite .modRut_desktop_only_pricebook .customSelect-content {
  font-size: 16px;
}
.order-testsuite .modRut_desktop_only_pricebook .customSelect-content .pricebook_option_tester {
  width: 75px;
}
.order-testsuite .modRut_desktop_only_pricebook .customSelect-content .pricebook_option_price {
  width: 120px;
}
.order-testsuite #country_select {
  margin-bottom: 32px;
}
.order-testsuite #country_select .info-i {
  vertical-align: top;
  margin-top: 26px;
  margin-left: 16px;
}
.order-testsuite #country_select .select-wrapper {
  margin-top: 10px;
  display: inline-block;
}
.order-testsuite #country_select .select-wrapper .customSelect .customSelect-content {
  font-weight: normal;
}
.order-testsuite #country_language_select {
  margin-bottom: 32px;
}
.order-testsuite #country_language_select .info-i {
  vertical-align: top;
  margin-top: 26px;
  margin-left: 16px;
}
.order-testsuite #country_language_select .select-wrapper {
  margin-top: 10px;
  display: inline-block;
}
.order-testsuite #country_language_select .select-wrapper .customSelect .customSelect-content {
  font-weight: normal;
}
.order-testsuite #customer_with_own_testers_info_extra_toggle {
  margin-top: 5px;
  font-weight: bold;
  color: #26a6e5;
}
.order-testsuite #customer_with_own_testers_info_extra ul {
  margin: 0px;
}
.order-testsuite .nps-popup-box {
  position: absolute;
  z-index: 9;
  background: #fff;
  width: 550px;
  left: 30%;
  top: -25%;
  padding: 40px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 3px;
}
.order-testsuite .nps-popup-box .button-container {
  text-align: right;
  margin-top: 40px;
}
.order-testsuite .nps-popup-box .button-container .cancel-button {
  margin-right: 30px;
  cursor: pointer;
}
.order-testsuite #helpbubble {
  position: absolute;
  background-color: #FCFCFC;
  vertical-align: middle;
  border-radius: 3px;
  top: 0;
  padding: 10px 20px;
  width: 350px;
  left: 700px;
  box-shadow: 2px 2px 5px #CCC;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  -moz-box-shadow: 2px 2px 5px #ccc;
  z-index: 10;
  border: 1px solid #F0F0F0;
}
.order-testsuite #helpbubble:before {
  background-color: #fcfcfc;
  content: ' ';
  position: absolute;
  left: -11px;
  top: calc(50% - 10px);
  width: 18px;
  height: 18px;
  border: 1px solid #f0f0f0;
  transform: rotate(45deg);
  border-top: transparent;
  border-right: transparent;
  overflow: hidden;
}
.order-testsuite .mobile_own_tester_warning {
  font-size: 12px;
  background: #fff0df;
  border: solid 1px #fa9319;
  border-radius: 5px;
  text-align: center;
  margin-top: 25px;
  position: relative;
  width: 450px;
}
.order-testsuite .mobile_own_tester_warning .fa-lightbulb-o {
  color: #fa9319;
  font-size: 14px;
  padding-right: 6px;
}
.order-testsuite .mobile_own_tester_warning .mobile_own_tester_warning-nose {
  content: ' ';
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  background: #fff0df;
  border-style: solid;
  border-color: #fa9319;
  border-width: 0 0 1px 1px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  z-index: 99;
  top: -4px;
  left: 20px;
}
.order-testsuite .calendar-toggle {
  font-size: 16px;
  color: #009FE3;
  cursor: pointer;
  margin-bottom: 24px;
}
.order-testsuite .modRut_slot_calendar {
  width: 715px;
  display: inline-block;
}
.order-testsuite .slotChooser-dialog-popup table {
  border-radius: 5px  5px 0px 0px;
  border-color: #dadada;
  border-style: solid;
  border-width: 1px;
  width: 100%;
  border-spacing: 2px;
  border-collapse: collapse;
  font-size: 12px;
}
.order-testsuite .slotChooser-dialog-popup table td {
  border: 1px solid #dcdcdc;
  padding: 1px;
}
.order-testsuite .slotChooser-dialog-popup table thead {
  height: 30px;
  line-height: 30px;
}
.order-testsuite .slotChooser-dialog-popup table thead th {
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  background-color: #f8f8f8;
}
.order-testsuite .slotChooser-dialog-popup table tfoot {
  height: 50px;
}
.order-testsuite .slotChooser-dialog-popup table tfoot tr {
  border-bottom-style: hidden;
  border-left-style: hidden;
  border-right-style: hidden;
}
.order-testsuite .slotChooser-dialog-popup table tfoot tr td {
  border: none;
  font-weight: bold;
  font-size: 15px;
  padding-top: 4px;
}
.order-testsuite .slotChooser-dialog-popup table tfoot tr td:last-child {
  padding-right: 15px;
}
.order-testsuite .slotChooser-dialog-popup table tbody td {
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  height: 45px;
}
.order-testsuite .slotChooser-dialog-popup table tbody tr:nth-child(even) {
  background-color: #f8f8f8;
}
.order-testsuite .slotChooser-dialog-popup table td:nth-child(2) {
  text-align: center;
  vertical-align: middle;
}
.order-testsuite .modRut_slot_calendar_infos {
  width: 260px;
  margin-left: 16px;
  margin-top: 45px;
  display: inline-block;
  vertical-align: top;
}
.order-testsuite .modRut_slot_warning-nose {
  left: -4px;
  top: calc(50% - 3px);
  border-width: 0 1px 1px 0px;
}
.order-testsuite .modRut_select .customSelect-content {
  font-weight: normal;
}
.order-testsuite .modRut_select_duration {
  width: 60px;
}
.order-testsuite .modRut_select_addition {
  width: 150px;
  text-align: center;
}
.order-testsuite .modRut_select_price {
  width: 125px;
  text-align: right;
}
.order-testsuite .fiveSecTestUploadDeviceIcon {
  text-align: center;
  width: 30px;
  display: inline-block;
  font-size: 18px;
}
.order-testsuite .fiveSecTestUploadDeviceLabel {
  display: inline-block !important;
  font-weight: normal !important;
}
.order-testsuite .aws-upload-form {
  line-height: 40px;
}
.order-testsuite .aws-upload-form .dragArea {
  border: 2px dashed #ababab;
  border-radius: 5px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #7c7c7c;
  cursor: pointer;
}
.order-testsuite .aws-upload-form .dragover {
  background: rgba(0, 159, 227, 0.1);
  border-color: #009FE3 !important;
}
.order-testsuite .uploadedImage {
  width: 344px;
  display: inline-block;
  float: right;
  color: #009FE3;
  height: 38px;
  line-height: 36px;
  border: 1px solid #ababab;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
}
.order-testsuite .uploadedImage .remove {
  top: 12px !important;
}
.order-testsuite .uploadedImage.singleUploadField {
  float: unset;
  width: 475px;
}
.order-testsuite .uploadProgressbar {
  background: #009FE3;
  height: 100%;
  position: absolute;
}
.order-testsuite .uploadProgressbarText {
  width: 100%;
  position: absolute;
  color: #333;
}
.order-testsuite .randomButton {
  border: 1px solid #009fe3;
  border-radius: 5px;
  font-size: 12px;
  padding-left: 3px;
  line-height: normal;
  display: inline-block;
  width: 40px;
}
.order-testsuite .randomButton-on {
  background-color: #009fe3;
  color: #fff;
}
.order-testsuite .randomButton-off {
  background-color: #fff;
  color: #009fe3;
}
.order-testsuite .content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  background-color: #f8f8f8;
  /* ORDER TESTSUITE - STEP 1 */
  /* ORDER TESTSUITE (STEP II) */
}
.order-testsuite .content .header-image {
  margin-top: 170px;
  width: 100%;
  height: 190px;
  background-image: url('/images/front/create-testsuite-header.jpg');
}
.order-testsuite .content .header-image img {
  width: 100%;
}
.order-testsuite .content .header-image h1 {
  position: relative;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  top: 20%;
}
.order-testsuite .content input[type="checkbox"] + label {
  position: relative;
  padding-left: 8px;
  cursor: pointer;
}
.order-testsuite .content input[type="checkbox"] {
  margin: 0px;
  opacity: 0;
}
.order-testsuite .content input[type="checkbox"] + label:before {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 15px;
  top: 1px;
  left: -16px;
  background: white;
  border: 1px solid #535353;
  color: #009fe3;
  border-radius: 3px;
  padding: 0 !important;
  content: '';
}
.order-testsuite .content input[type="checkbox"] + label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: -13px;
  border: 3px solid #009fe3;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  cursor: pointer;
}
.order-testsuite .content input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.order-testsuite .content input[type="checkbox"] + label.hide_checkbox_label {
  left: -15px;
  padding-left: 0px;
}
.order-testsuite .content input[type="checkbox"] + label.hide_checkbox_label:before,
.order-testsuite .content input[type="checkbox"] + label.hide_checkbox_label:after {
  opacity: 0;
}
.order-testsuite .content input[type="checkbox"]:focus + label {
  outline: 1px dotted black;
}
.order-testsuite .content input[type="radio"] + label {
  position: relative;
  padding-left: 8px;
  cursor: pointer;
}
.order-testsuite .content input[type="radio"] {
  margin: 0px;
  opacity: 0;
}
.order-testsuite .content input[type="radio"] + label:before {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 1px;
  left: -16px;
  background: white;
  border: 1px solid #535353;
  color: #009fe3;
  border-radius: 50%;
  padding: 0 !important;
  content: '';
}
.order-testsuite .content input[type="radio"] + label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #009fe3;
  top: 6px;
  left: -11px;
  border-radius: 50%;
  transform: rotate(-45deg);
  cursor: pointer;
}
.order-testsuite .content input[type="radio"]:checked + label:after {
  opacity: 1;
}
.order-testsuite .content input[type="radio"]:focus + label {
  outline: 1px dotted black;
}
.order-testsuite .content .createTestsuite.first-step {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  position: relative;
  /* Shared elements  */
  /* css for transitions */
  /* ende css for transitions */
}
.order-testsuite .content .createTestsuite.first-step .pro-sign {
  position: absolute;
  top: -3px;
  right: 40px;
  z-index: 100;
}
.order-testsuite .content .createTestsuite.first-step .live-sign {
  position: absolute;
  top: -3px;
  right: 18px;
  z-index: 100;
}
.order-testsuite .content .createTestsuite.first-step .most_popular_sign {
  width: 133px;
  height: 28px;
  background: #25B472;
  border-radius: 5px;
  position: absolute;
  top: -22px;
  left: 85px;
  text-align: center;
  line-height: 28px;
  color: #fff;
  font-style: italic;
  z-index: 99;
}
.order-testsuite .content .createTestsuite.first-step .most_popular_sign:before {
  background-color: #25B472;
  content: ' ';
  position: absolute;
  left: calc(50% - 5px);
  bottom: -4px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  overflow: hidden;
}
.order-testsuite .content .createTestsuite.first-step #customer_with_own_testers_info {
  margin-left: 25px;
  margin-top: 5px;
}
.order-testsuite .content .createTestsuite.first-step h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.order-testsuite .content .createTestsuite.first-step h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.order-testsuite .content .createTestsuite.first-step .established_questions {
  float: right;
  cursor: pointer;
}
.order-testsuite .content .createTestsuite.first-step .fa-info-circle {
  color: #009fe3;
  font-size: 17px;
  position: relative;
  left: 3px;
}
.order-testsuite .content .createTestsuite.first-step .book_web_app_chooser {
  margin-top: 24px;
  margin-left: -25px;
  background-color: #f8f8f8;
}
.order-testsuite .content .createTestsuite.first-step .actions.complete-test-action {
  padding-left: 0px;
  padding-right: 0px;
}
.order-testsuite .content .createTestsuite.first-step .modRut-pricebooks .choose_box-pricebook .select-wrapper .pricebook_option_addition {
  width: 120px;
}
.order-testsuite .content .createTestsuite.first-step .modRut-pricebooks .choose_box-pricebook .select-wrapper .pricebook_option_price {
  width: 90px;
}
.order-testsuite .content .createTestsuite.first-step .choose_box-pricebook .select-wrapper {
  font-size: 13px;
}
.order-testsuite .content .createTestsuite.first-step .choose_box-pricebook .select-wrapper .customSelectDropDown {
  text-align: initial;
}
.order-testsuite .content .createTestsuite.first-step .choose_box-pricebook .select-wrapper .pricebook_option_tester {
  display: inline-block;
  text-align: right;
  width: 60px;
}
.order-testsuite .content .createTestsuite.first-step .choose_box-pricebook .select-wrapper .pricebook_option_addition {
  display: inline-block;
  text-align: center;
  width: 120px;
}
.order-testsuite .content .createTestsuite.first-step .choose_box-pricebook .select-wrapper .pricebook_option_price {
  display: inline-block;
  text-align: right;
  width: 70px;
}
.order-testsuite .content .createTestsuite.first-step .choose_box-pricebook .select-wrapper .customSelect-content {
  font-size: 16px;
}
.order-testsuite .content .createTestsuite.first-step .choose_box-pricebook .select-wrapper .customSelect-content .pricebook_option_tester {
  width: 75px;
}
.order-testsuite .content .createTestsuite.first-step .choose_box-pricebook .select-wrapper .customSelect-content .pricebook_option_price {
  width: 120px;
}
.order-testsuite .content .createTestsuite.first-step .header-block {
  margin-top: 12px;
  position: relative;
  background-color: #fff;
  padding: 40px;
}
.order-testsuite .content .createTestsuite.first-step .header-block .title-with-select {
  display: inline-block;
}
.order-testsuite .content .createTestsuite.first-step .header-block .template {
  display: inline-block;
  position: absolute;
  top: 33px;
  left: 411px;
}
.order-testsuite .content .createTestsuite.first-step .header-block .help-link-aligned {
  display: inline-block;
  top: 28px;
  position: relative;
  float: right;
}
.order-testsuite .content .createTestsuite.first-step .header-block h3 {
  margin: 0;
  font-weight: normal;
}
.order-testsuite .content .createTestsuite.first-step .content-block {
  background-color: #fff;
  padding: 0px 40px 40px 40px;
}
.order-testsuite .content .createTestsuite.first-step .content-block h4 {
  margin: 0px;
}
.order-testsuite .content .createTestsuite.first-step .buy-credits-content-block .requirements_label {
  font-size: 16px;
}
.order-testsuite .content .createTestsuite.first-step .buy-credits-content-block .customSelect {
  width: 300px;
  height: 50px;
  font-size: 16px;
}
.order-testsuite .content .createTestsuite.first-step .buy-credits-content-block .customSelect-content {
  font-size: 16px;
}
.order-testsuite .content .createTestsuite.first-step .buy-credits-content-block .customSelect-content .buy_credits_option_quantity {
  display: inline-block;
  width: 160px;
}
.order-testsuite .content .createTestsuite.first-step .buy-credits-content-block .customSelect-content .buy_credits_option_price {
  display: inline-block;
  width: 65px;
  text-align: right;
}
.order-testsuite .content .createTestsuite.first-step .buy-credits-content-block .customSelectDropDown {
  width: 410px;
  font-weight: bold;
  font-size: 16px;
  max-height: 300px;
}
.order-testsuite .content .createTestsuite.first-step .buy-credits-content-block .customSelectDropDown .buy_credits_option_quantity {
  display: inline-block;
  width: 110px;
  font-size: 13px;
  font-weight: normal;
}
.order-testsuite .content .createTestsuite.first-step .buy-credits-content-block .customSelectDropDown .buy_credits_option_addition {
  display: inline-block;
  width: 205px;
  font-size: 13px;
  font-weight: normal;
}
.order-testsuite .content .createTestsuite.first-step .buy-credits-content-block .customSelectDropDown .buy_credits_option_price {
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  text-align: right;
}
.order-testsuite .content .createTestsuite.first-step .choose_box {
  width: 262px;
  cursor: pointer;
  display: inline-block;
  padding: 20px;
  border: 1px solid #bbb;
  border-radius: 4px;
  text-align: center;
  vertical-align: top;
  position: relative;
}
.order-testsuite .content .createTestsuite.first-step .choose_box .centered-label {
  display: none;
}
.order-testsuite .content .createTestsuite.first-step .choose_box .icon-wrap {
  height: 30px;
  line-height: 30px;
  margin-bottom: 8px;
}
.order-testsuite .content .createTestsuite.first-step .choose_box .icon-wrap .fa {
  font-size: 30px;
}
.order-testsuite .content .createTestsuite.first-step .choose_box .label-wrap {
  margin-bottom: 25px;
}
.order-testsuite .content .createTestsuite.first-step .choose_box .label-wrap label {
  font-size: 16px;
  padding-left: 14px;
  font-weight: bold;
}
.order-testsuite .content .createTestsuite.first-step .choose_box.active {
  border-color: #009FE3;
  background-color: #F8FDFF;
}
.order-testsuite .content .createTestsuite.first-step .choose_box ul,
.order-testsuite .content .createTestsuite.first-step .choose_box ol {
  text-align: left;
  margin: 0px;
  padding-left: 20px;
}
.order-testsuite .content .createTestsuite.first-step .choose_box-pricebook {
  height: 187px;
}
.order-testsuite .content .createTestsuite.first-step .choose_box-wide {
  width: 435px;
}
.order-testsuite .content .createTestsuite.first-step .choose_box-small {
  width: 190px;
}
.order-testsuite .content .createTestsuite.first-step .choose_box-small ul {
  display: inline-block;
}
.order-testsuite .content .createTestsuite.first-step .help-link {
  display: inline;
  float: right;
  margin-right: 30px;
  cursor: pointer;
  text-decoration: none;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  font-weight: normal;
}
.order-testsuite .content .createTestsuite.first-step .help-link .fa {
  margin-right: 4px;
}
.order-testsuite .content .createTestsuite.first-step input[type="text"] {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  border-radius: 3px;
  height: 26px;
  padding: 4px;
  padding-left: 10px;
}
.order-testsuite .content .createTestsuite.first-step .pricebook_active {
  color: #009fe3;
  font-weight: bold;
}
.order-testsuite .content .createTestsuite.first-step .age_active {
  color: #009fe3;
  font-weight: bold;
}
.order-testsuite .content .createTestsuite.first-step .ios-url-unpublished p {
  margin: 0px;
}
.order-testsuite .content .createTestsuite.first-step .ios-url-published {
  margin-top: 10px;
}
.order-testsuite .content .createTestsuite.first-step .ios-url,
.order-testsuite .content .createTestsuite.first-step .android-url {
  position: relative;
}
.order-testsuite .content .createTestsuite.first-step .ios-url input,
.order-testsuite .content .createTestsuite.first-step .android-url input {
  font-size: 14px;
  width: 535px;
  height: 36px;
}
.order-testsuite .content .createTestsuite.first-step .ios-url .helpbubble,
.order-testsuite .content .createTestsuite.first-step .android-url .helpbubble {
  margin-left: -80px;
}
.order-testsuite .content .createTestsuite.first-step .ios-url {
  margin-top: 0px !important;
}
.order-testsuite .content .createTestsuite.first-step .ios-url .ios-url-helpbubble .noseNoImg {
  margin-top: 34px;
  top: auto;
}
.order-testsuite .content .createTestsuite.first-step #ios-tester-title,
.order-testsuite .content .createTestsuite.first-step #android-tester-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}
.order-testsuite .content .createTestsuite.first-step .android-url .android-url-helpbubble .noseNoImg {
  margin-top: 34px;
  top: auto;
}
.order-testsuite .content .createTestsuite.first-step input#choice-ios,
.order-testsuite .content .createTestsuite.first-step input#choice-android {
  position: relative;
  left: -5px;
}
.order-testsuite .content .createTestsuite.first-step .choice-ios h5,
.order-testsuite .content .createTestsuite.first-step .choice-android h5 {
  display: inline-block;
  margin: 0px !important;
  padding-left: 8px;
}
.order-testsuite .content .createTestsuite.first-step .operratingSystem-ios,
.order-testsuite .content .createTestsuite.first-step .operratingSystem-android {
  padding-left: 10px;
  position: relative;
}
.order-testsuite .content .createTestsuite.first-step .operratingSystem-container.iOS-container {
  margin-bottom: 20px;
  padding-left: 22px;
}
.order-testsuite .content .createTestsuite.first-step .operratingSystem-container.android-container {
  padding-left: 22px;
}
.order-testsuite .content .createTestsuite.first-step .divider {
  width: 580px;
  height: 1px;
  border-top: 1px #f0f0f0 solid;
  margin-bottom: 20px;
  margin-top: 20px;
}
.order-testsuite .content .createTestsuite.first-step .pricebook_os_choose {
  margin-top: 27px;
}
.order-testsuite .content .createTestsuite.first-step .designtest {
  position: relative;
}
.order-testsuite .content .createTestsuite.first-step .designtest .value {
  margin-top: 10px;
}
.order-testsuite .content .createTestsuite.first-step .designtest .bubble-value,
.order-testsuite .content .createTestsuite.first-step .designtest h4 {
  display: inline;
}
.order-testsuite .content .createTestsuite.first-step .designtest .bubble {
  display: inline;
}
.order-testsuite .content .createTestsuite.first-step .designtest .bubble img {
  padding: 0px;
  padding-top: 3px;
  vertical-align: top;
}
.order-testsuite .content .createTestsuite.first-step .designtest .help-link {
  top: 10px;
}
.order-testsuite .content .createTestsuite.first-step .designtest .designtest-helpbubble {
  font-weight: normal;
}
.order-testsuite .content .createTestsuite.first-step .designtest .designtest-helpbubble .noseNoImg {
  margin-top: 57px;
  top: auto;
}
.order-testsuite .content .createTestsuite.first-step .designtest label {
  display: inline;
}
.order-testsuite .content .createTestsuite.first-step .designtest .choose_box .label-wrap label span {
  font-weight: normal;
}
.order-testsuite .content .createTestsuite.first-step .evaluation .value {
  margin-top: 0px;
}
.order-testsuite .content .createTestsuite.first-step .evaluation .bubble-value,
.order-testsuite .content .createTestsuite.first-step .evaluation h4 {
  display: inline;
}
.order-testsuite .content .createTestsuite.first-step .evaluation .bubble {
  display: inline;
}
.order-testsuite .content .createTestsuite.first-step .evaluation .bubble img {
  padding: 0px;
  padding-top: 3px;
  vertical-align: top;
}
.order-testsuite .content .createTestsuite.first-step .evaluation label {
  display: inline;
  font-weight: normal;
}
.order-testsuite .content .createTestsuite.first-step .evaluation input {
  margin-left: 0px;
  margin-top: 10px;
}
.order-testsuite .content .createTestsuite.first-step .evaluation .expertevaluation-helpbubble {
  top: -10px;
}
.order-testsuite .content .createTestsuite.first-step .evaluation .expertevaluation-helpbubble .noseNoImg {
  margin-top: -3px;
}
.order-testsuite .content .createTestsuite.first-step .popup-login-container.dialogPopup .overlay {
  z-index: 100000 !important;
}
.order-testsuite .content .createTestsuite.first-step .popup-login-container.dialogPopup .dialogbox {
  z-index: 100001 !important;
}
.order-testsuite .content .createTestsuite.first-step .popup-login-container.dialogPopup .dialogbox .dialogbox-content {
  max-height: 400px !important;
}
.order-testsuite .content .createTestsuite.first-step .fade-enter-active,
.order-testsuite .content .createTestsuite.first-step .fade-leave-active {
  transition: opacity 0.5s;
}
.order-testsuite .content .createTestsuite.first-step .fade-enter,
.order-testsuite .content .createTestsuite.first-step .fade-leave-to {
  opacity: 0;
}
.order-testsuite .content .target-group #requirements {
  width: 548px;
}
.order-testsuite .content .target-group .header-block {
  padding-top: 20px;
}
.order-testsuite .content .target-group .requirements_caret {
  width: 10px;
  margin-bottom: 2px;
}
.order-testsuite .content .target-group .form-field.customer_with_own_testers {
  position: relative;
  margin-bottom: 10px;
}
.order-testsuite .content .target-group .age_sex_requirements_warp {
  margin-top: 32px;
}
.order-testsuite .content .target-group .age {
  display: inline-block;
  width: 25%;
  margin-bottom: 20px;
}
.order-testsuite .content .target-group .age .p-bold {
  font-size: 16px;
  font-weight: bold;
}
.order-testsuite .content .target-group .age p {
  margin: 0px 0px 10px 0px;
  display: inline-block;
  width: 12.1%;
}
.order-testsuite .content .target-group .age .age-slider {
  height: 4px;
  margin-left: 6px;
  margin-top: 4px;
  background: #B5B5B5;
  position: relative;
}
.order-testsuite .content .target-group .age .age-slider .ui-slider-range {
  height: 4px;
  background: #26A6E5;
}
.order-testsuite .content .target-group .age .age-slider .ui-slider-handle {
  top: -10px;
  height: 8px;
  width: 8px;
  padding: 0px;
  border-radius: 50%;
  border: 8px solid white;
  box-shadow: 0px 0px 5px 0px #cdcdcd;
  background: #26A6E5;
  cursor: pointer;
}
.order-testsuite .content .target-group .age .age-slider:after {
  content: "";
  position: absolute;
  left: -11px;
  top: -33px;
  height: 50px;
  width: 280px;
  cursor: pointer;
}
.order-testsuite .content .target-group .age-helpbubble {
  padding-right: 0px !important;
}
.order-testsuite .content .target-group .age-helpbubble span {
  padding-right: 0px !important;
}
.order-testsuite .content .target-group .sex {
  display: inline-block;
  position: relative;
  vertical-align: top;
  left: 100px;
}
.order-testsuite .content .target-group .sex .p-bold {
  font-size: 16px;
  font-weight: bold;
}
.order-testsuite .content .target-group .sex .value {
  top: 5px;
}
.order-testsuite .content .target-group .sex-helpbubble {
  left: 351px;
}
.order-testsuite .content .target-group .sex-helpbubble .noseNoImg {
  margin-top: 60px;
  top: auto;
}
.order-testsuite .content .target-group .form-field.requirements {
  margin-top: 20px;
}
.order-testsuite .content .target-group .form-field.requirements .bubble {
  width: 562px;
}
.order-testsuite .content .target-group .form-field.requirements .requirements_label {
  cursor: pointer;
  font-size: 16px;
  display: inline;
}
.order-testsuite .content .target-group .form-field.requirements #requirements_web,
.order-testsuite .content .target-group .form-field.requirements #requirements_app {
  min-height: 80px;
  padding-left: 10px;
  padding-top: 15px;
}
.order-testsuite .content .target-group .form-field.requirements #requirements_web ul,
.order-testsuite .content .target-group .form-field.requirements #requirements_app ul {
  padding-left: 30px;
  margin: 4px 0px;
}
.order-testsuite .content .textarea_div {
  padding: 5px;
  height: auto;
  min-height: 80px;
  max-height: 800px;
  background: #ffffff;
  border: 1px solid #ABABAB;
  color: #333;
  overflow: auto;
}
.order-testsuite .content .textarea_div.mce-edit-focus {
  outline: none;
  border: 1px solid #2393C6 !important;
}
.order-testsuite .content .textarea_div.isPlaceholder {
  color: #7c7c7c;
}
.order-testsuite .content .sortable-ghost {
  visibility: visible !important;
}
.order-testsuite .content .sortable-ghost .draggable_container {
  border: 2px dashed #009FE3 !important;
}
.order-testsuite .content .sortable-ghost .content-block-box-multifaced,
.order-testsuite .content .sortable-ghost .customSelect,
.order-testsuite .content .sortable-ghost .customSelect-content,
.order-testsuite .content .sortable-ghost .textarea_div,
.order-testsuite .content .sortable-ghost input {
  background: #E5F1F6 !important;
}
.order-testsuite .content .draggable_container {
  border: 2px solid transparent;
}
.order-testsuite .content .drag_handle {
  display: flex;
  cursor: move;
  width: 16px;
  vertical-align: top;
  border: 1px solid #ABABAB;
  border-right: none;
  border-radius: 4px 0 0 4px;
  background-color: #E0E0E0;
}
.order-testsuite .content .drag_handle img {
  margin: auto;
}
.order-testsuite .content .flip-list-move {
  transition: transform 0.5s;
}
.order-testsuite .content .no-move {
  transition: transform 0s;
}
.order-testsuite .content .form-service .requirements_all {
  margin-bottom: 50px;
}
.order-testsuite .content .form-service .requirements_all .form-field.requirements {
  position: relative;
}
.order-testsuite .content .form-service #templates_web .content-block .video-tutorial-box,
.order-testsuite .content .form-service #templates_app .content-block .video-tutorial-box {
  position: absolute;
  right: 40px;
  top: 0;
  max-width: 280px;
  text-align: right;
}
.order-testsuite .content .form-service #templates_web .content-block .video-tutorial-box .video-tutorial-thumbnail,
.order-testsuite .content .form-service #templates_app .content-block .video-tutorial-box .video-tutorial-thumbnail {
  width: 202px;
  height: 114px;
  background: transparent 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  background-position: center center;
  background-size: cover;
  float: right;
}
.order-testsuite .content .form-service #templates_web .content-block .video-tutorial-box p,
.order-testsuite .content .form-service #templates_app .content-block .video-tutorial-box p {
  margin: 8px 0 0 0;
  float: right;
}
.order-testsuite .content .form-service #templates_web .form-field.tasks.content-block-box,
.order-testsuite .content .form-service #templates_app .form-field.tasks.content-block-box,
.order-testsuite .content .form-service #templates_web .form-field.questions.content-block-box,
.order-testsuite .content .form-service #templates_app .form-field.questions.content-block-box {
  position: relative;
}
.order-testsuite .content .form-service #templates_web .form-field.tasks.content-block-box .content-block-box-multifaced,
.order-testsuite .content .form-service #templates_app .form-field.tasks.content-block-box .content-block-box-multifaced,
.order-testsuite .content .form-service #templates_web .form-field.questions.content-block-box .content-block-box-multifaced,
.order-testsuite .content .form-service #templates_app .form-field.questions.content-block-box .content-block-box-multifaced {
  border: 1px solid #ABABAB;
  background-color: #fff;
  padding: 20px;
  width: 497px;
}
.order-testsuite .content .form-service #templates_web .form-field.tasks.content-block-box .content-block-box-multifaced .circleNum,
.order-testsuite .content .form-service #templates_app .form-field.tasks.content-block-box .content-block-box-multifaced .circleNum,
.order-testsuite .content .form-service #templates_web .form-field.questions.content-block-box .content-block-box-multifaced .circleNum,
.order-testsuite .content .form-service #templates_app .form-field.questions.content-block-box .content-block-box-multifaced .circleNum {
  background-color: #009FE3;
  border-radius: 50%;
  height: 36px !important;
  width: 36px !important;
  display: block;
  text-align: center;
  line-height: 38px;
  color: white;
  font-weight: bold;
  font-size: 18px !important;
  float: left;
  margin-right: 20px;
}
.order-testsuite .content .form-service #templates_web .form-field.tasks.content-block-box .content-block-box-multifaced .customSelect,
.order-testsuite .content .form-service #templates_app .form-field.tasks.content-block-box .content-block-box-multifaced .customSelect,
.order-testsuite .content .form-service #templates_web .form-field.questions.content-block-box .content-block-box-multifaced .customSelect,
.order-testsuite .content .form-service #templates_app .form-field.questions.content-block-box .content-block-box-multifaced .customSelect {
  border: 1px solid #afafaf;
}
.order-testsuite .content .form-service #templates_web .form-field.tasks.content-block-box .content-block-box-multifaced .options-block,
.order-testsuite .content .form-service #templates_app .form-field.tasks.content-block-box .content-block-box-multifaced .options-block,
.order-testsuite .content .form-service #templates_web .form-field.questions.content-block-box .content-block-box-multifaced .options-block,
.order-testsuite .content .form-service #templates_app .form-field.questions.content-block-box .content-block-box-multifaced .options-block {
  color: #009fe3;
  float: right;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}
.order-testsuite .content .form-service #templates_web .form-field.tasks.content-block-box .content-block-box-multifaced .options-block :not(:last-child),
.order-testsuite .content .form-service #templates_app .form-field.tasks.content-block-box .content-block-box-multifaced .options-block :not(:last-child),
.order-testsuite .content .form-service #templates_web .form-field.questions.content-block-box .content-block-box-multifaced .options-block :not(:last-child),
.order-testsuite .content .form-service #templates_app .form-field.questions.content-block-box .content-block-box-multifaced .options-block :not(:last-child) {
  margin-right: 10px;
}
.order-testsuite .content .form-service #templates_web .form-field.tasks.content-block-box .content-block-box-multifaced .options-block .question-preview-icon-container,
.order-testsuite .content .form-service #templates_app .form-field.tasks.content-block-box .content-block-box-multifaced .options-block .question-preview-icon-container,
.order-testsuite .content .form-service #templates_web .form-field.questions.content-block-box .content-block-box-multifaced .options-block .question-preview-icon-container,
.order-testsuite .content .form-service #templates_app .form-field.questions.content-block-box .content-block-box-multifaced .options-block .question-preview-icon-container {
  display: inline-block;
}
.order-testsuite .content .form-service #templates_web .form-field.tasks.content-block-box .content-block-box-multifaced .multifaced-box label,
.order-testsuite .content .form-service #templates_app .form-field.tasks.content-block-box .content-block-box-multifaced .multifaced-box label,
.order-testsuite .content .form-service #templates_web .form-field.questions.content-block-box .content-block-box-multifaced .multifaced-box label,
.order-testsuite .content .form-service #templates_app .form-field.questions.content-block-box .content-block-box-multifaced .multifaced-box label {
  display: inline;
  font-weight: bold;
  line-height: 40px;
}
.order-testsuite .content .form-service #templates_web .form-field.tasks.content-block-box .content-block-box-multifaced .multifaced-box input[type="text"],
.order-testsuite .content .form-service #templates_app .form-field.tasks.content-block-box .content-block-box-multifaced .multifaced-box input[type="text"],
.order-testsuite .content .form-service #templates_web .form-field.questions.content-block-box .content-block-box-multifaced .multifaced-box input[type="text"],
.order-testsuite .content .form-service #templates_app .form-field.questions.content-block-box .content-block-box-multifaced .multifaced-box input[type="text"],
.order-testsuite .content .form-service #templates_web .form-field.tasks.content-block-box .content-block-box-multifaced .multifaced-box input[type="textarea"],
.order-testsuite .content .form-service #templates_app .form-field.tasks.content-block-box .content-block-box-multifaced .multifaced-box input[type="textarea"],
.order-testsuite .content .form-service #templates_web .form-field.questions.content-block-box .content-block-box-multifaced .multifaced-box input[type="textarea"],
.order-testsuite .content .form-service #templates_app .form-field.questions.content-block-box .content-block-box-multifaced .multifaced-box input[type="textarea"] {
  border: 1px solid #afafaf;
  border-radius: 0px;
}
.order-testsuite .content .form-service #templates_web .form-field.tasks.content-block-box .content-block-box-multifaced .multifaced-box .full-size-input,
.order-testsuite .content .form-service #templates_app .form-field.tasks.content-block-box .content-block-box-multifaced .multifaced-box .full-size-input,
.order-testsuite .content .form-service #templates_web .form-field.questions.content-block-box .content-block-box-multifaced .multifaced-box .full-size-input,
.order-testsuite .content .form-service #templates_app .form-field.questions.content-block-box .content-block-box-multifaced .multifaced-box .full-size-input {
  width: 481px;
}
.order-testsuite .content .form-service #templates_web .form-field.tasks.content-block-box .content-block-box-multifaced .multifaced-box .full-size-input.extra-indented-field,
.order-testsuite .content .form-service #templates_app .form-field.tasks.content-block-box .content-block-box-multifaced .multifaced-box .full-size-input.extra-indented-field,
.order-testsuite .content .form-service #templates_web .form-field.questions.content-block-box .content-block-box-multifaced .multifaced-box .full-size-input.extra-indented-field,
.order-testsuite .content .form-service #templates_app .form-field.questions.content-block-box .content-block-box-multifaced .multifaced-box .full-size-input.extra-indented-field {
  width: 456px;
}
.order-testsuite .content .form-service #templates_web .form-field.tasks.content-block-box .content-block-box-multifaced .multifaced-box .full-size-textarea,
.order-testsuite .content .form-service #templates_app .form-field.tasks.content-block-box .content-block-box-multifaced .multifaced-box .full-size-textarea,
.order-testsuite .content .form-service #templates_web .form-field.questions.content-block-box .content-block-box-multifaced .multifaced-box .full-size-textarea,
.order-testsuite .content .form-service #templates_app .form-field.questions.content-block-box .content-block-box-multifaced .multifaced-box .full-size-textarea {
  width: 485px;
}
.order-testsuite .content .form-service #templates_web .form-field.tasks.content-block-box .content-block-box-multifaced .multifaced-box label.extra-indented-field,
.order-testsuite .content .form-service #templates_app .form-field.tasks.content-block-box .content-block-box-multifaced .multifaced-box label.extra-indented-field,
.order-testsuite .content .form-service #templates_web .form-field.questions.content-block-box .content-block-box-multifaced .multifaced-box label.extra-indented-field,
.order-testsuite .content .form-service #templates_app .form-field.questions.content-block-box .content-block-box-multifaced .multifaced-box label.extra-indented-field {
  margin-left: 20px;
}
.order-testsuite .content .form-service #templates_web .form-field.tasks.content-block-box .content-block-box-multifaced .multifaced-box .extra-indented-field,
.order-testsuite .content .form-service #templates_app .form-field.tasks.content-block-box .content-block-box-multifaced .multifaced-box .extra-indented-field,
.order-testsuite .content .form-service #templates_web .form-field.questions.content-block-box .content-block-box-multifaced .multifaced-box .extra-indented-field,
.order-testsuite .content .form-service #templates_app .form-field.questions.content-block-box .content-block-box-multifaced .multifaced-box .extra-indented-field {
  margin-left: 29px;
}
.order-testsuite .content .form-service #templates_web .form-field.tasks.content-block-box .content-block-box-multifaced.nps-disabled,
.order-testsuite .content .form-service #templates_app .form-field.tasks.content-block-box .content-block-box-multifaced.nps-disabled,
.order-testsuite .content .form-service #templates_web .form-field.questions.content-block-box .content-block-box-multifaced.nps-disabled,
.order-testsuite .content .form-service #templates_app .form-field.questions.content-block-box .content-block-box-multifaced.nps-disabled {
  background: #F8F8F8;
}
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions,
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions {
  /* shared elements */
  /* rating scale */
  /* Single / Multiple Choice */
  /* NPS */
}
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .NPSRadio,
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .NPSRadio {
  opacity: 1;
}
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .textarea_div,
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .textarea_div {
  min-height: 40px !important;
}
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .textarea_div.free-text-textarea,
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .textarea_div.free-text-textarea {
  min-height: 80px !important;
}
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options-title,
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options-title {
  display: block !important;
  margin-top: 4px;
}
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options,
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options {
  display: inline-block;
}
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options .ratingScaleRadio,
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options .ratingScaleRadio {
  opacity: 1;
  width: 32px;
}
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options .ratingScaleRadio.ratingScale-radio-6,
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options .ratingScaleRadio.ratingScale-radio-6 {
  width: 26px;
}
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options.first .ratingScale-radio-6,
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options.first .ratingScale-radio-6 {
  margin-left: 2px;
}
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options.last .ratingScale-radio-6,
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options.last .ratingScale-radio-6 {
  margin-right: 2px;
}
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options-block.first,
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options-block.first {
  width: 148px;
  margin-top: -5px;
  margin-right: 16px;
}
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options-block.second,
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options-block.second {
  width: 148px;
}
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options-block.last,
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options-block.last {
  margin-top: 5px;
  display: block;
}
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options-block,
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options-block {
  display: inline-block;
}
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options-block input[type="text"],
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options-block input[type="text"] {
  width: 148px;
}
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .questionMultipleChoiceContainer input[type="text"],
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .questionMultipleChoiceContainer input[type="text"],
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .questionSingleChoiceContainer input[type="text"],
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .questionSingleChoiceContainer input[type="text"] {
  width: 428px;
  margin-left: 10px;
  margin-right: 10px;
}
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .questionMultipleChoiceContainer .singleChoiceRadio,
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .questionMultipleChoiceContainer .singleChoiceRadio,
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .questionSingleChoiceContainer .singleChoiceRadio,
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .questionSingleChoiceContainer .singleChoiceRadio {
  opacity: 1;
}
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .questionMultipleChoiceContainer .multipleChoiceCheckbox,
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .questionMultipleChoiceContainer .multipleChoiceCheckbox,
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .questionSingleChoiceContainer .multipleChoiceCheckbox,
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .questionSingleChoiceContainer .multipleChoiceCheckbox {
  opacity: 1;
}
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .questionMultipleChoiceContainer .fa-trash,
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .questionMultipleChoiceContainer .fa-trash,
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .questionSingleChoiceContainer .fa-trash,
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .questionSingleChoiceContainer .fa-trash {
  font-size: 16px;
  color: #afafaf;
}
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .questionMultipleChoiceContainer .fa-trash.active,
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .questionMultipleChoiceContainer .fa-trash.active,
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .questionSingleChoiceContainer .fa-trash.active,
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .questionSingleChoiceContainer .fa-trash.active {
  color: #009fe3;
  cursor: pointer;
}
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .questionMultipleChoiceContainer .singleChoiceFields,
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .questionMultipleChoiceContainer .singleChoiceFields,
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .questionSingleChoiceContainer .singleChoiceFields,
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .questionSingleChoiceContainer .singleChoiceFields,
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .questionMultipleChoiceContainer .multipleChoiceFields,
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .questionMultipleChoiceContainer .multipleChoiceFields,
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .questionSingleChoiceContainer .multipleChoiceFields,
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .questionSingleChoiceContainer .multipleChoiceFields {
  margin-bottom: 10px;
}
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .questionMultipleChoiceContainer .singleChoiceFields .validate-advice-js,
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .questionMultipleChoiceContainer .singleChoiceFields .validate-advice-js,
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .questionSingleChoiceContainer .singleChoiceFields .validate-advice-js,
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .questionSingleChoiceContainer .singleChoiceFields .validate-advice-js,
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .questionMultipleChoiceContainer .multipleChoiceFields .validate-advice-js,
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .questionMultipleChoiceContainer .multipleChoiceFields .validate-advice-js,
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .questionSingleChoiceContainer .multipleChoiceFields .validate-advice-js,
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .questionSingleChoiceContainer .multipleChoiceFields .validate-advice-js {
  margin-left: 26px;
}
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .questionMultipleChoiceContainer .add-question-option-container,
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .questionMultipleChoiceContainer .add-question-option-container,
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .questionSingleChoiceContainer .add-question-option-container,
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .questionSingleChoiceContainer .add-question-option-container {
  margin-top: 5px;
}
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .questionNPSContainer,
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .questionNPSContainer {
  padding-top: 16px;
}
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .questionNPSContainer input[type="text"],
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .questionNPSContainer input[type="text"] {
  height: 16px;
  width: 100px;
}
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .questionNPSContainer .nps-options-block,
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .questionNPSContainer .nps-options-block {
  margin-top: 16px;
}
.order-testsuite .content .form-service #templates_web .question-expert .form-field.questions .questionNPSContainer .nps-options-block input[type="radio"],
.order-testsuite .content .form-service #templates_app .question-expert .form-field.questions .questionNPSContainer .nps-options-block input[type="radio"] {
  width: 21px;
}
.order-testsuite .content .form-service #templates_web .form-field.testcase .bubble,
.order-testsuite .content .form-service #templates_app .form-field.testcase .bubble {
  width: 562px;
}
.order-testsuite .content .form-service #templates_web .form-field.template .select-container,
.order-testsuite .content .form-service #templates_app .form-field.template .select-container {
  float: right;
  display: inline-block;
  width: 250px;
  margin-right: 20px;
}
.order-testsuite .content .form-service #templates_web .form-field.testcase.content-block-box,
.order-testsuite .content .form-service #templates_app .form-field.testcase.content-block-box {
  padding-bottom: 0px;
  position: relative;
}
.order-testsuite .content .form-service #templates_web .form-field.testcase.content-block-box label,
.order-testsuite .content .form-service #templates_app .form-field.testcase.content-block-box label {
  font-weight: bold;
  float: left;
  margin-right: 15px;
}
.order-testsuite .content .form-service #templates_web .form-field.testcase.content-block-box .deleteTaskLink p,
.order-testsuite .content .form-service #templates_app .form-field.testcase.content-block-box .deleteTaskLink p {
  margin: 0;
  display: inline-block;
}
.order-testsuite .content .form-service #templates_web .form-field.testcase.content-block-box .deleteTaskLink .fa,
.order-testsuite .content .form-service #templates_app .form-field.testcase.content-block-box .deleteTaskLink .fa {
  color: #333;
  margin-right: 3px;
}
.order-testsuite .content .form-service #templates_web .form-field.question .bubble,
.order-testsuite .content .form-service #templates_app .form-field.question .bubble {
  width: 562px;
}
.order-testsuite .content .form-service #templates_web .form-field.question.content-block-box,
.order-testsuite .content .form-service #templates_app .form-field.question.content-block-box {
  padding-bottom: 0px;
  position: relative;
}
.order-testsuite .content .form-service #templates_web .form-field.question.content-block-box label,
.order-testsuite .content .form-service #templates_app .form-field.question.content-block-box label {
  font-weight: bold;
  margin-right: 15px;
}
.order-testsuite .content .form-service #templates_web .form-field.question.content-block-box .deleteQuestionLink p,
.order-testsuite .content .form-service #templates_app .form-field.question.content-block-box .deleteQuestionLink p {
  margin: 0;
  display: inline-block;
}
.order-testsuite .content .form-service #templates_web .form-field.question.content-block-box .deleteQuestionLink .fa,
.order-testsuite .content .form-service #templates_app .form-field.question.content-block-box .deleteQuestionLink .fa {
  color: #333;
  margin-right: 3px;
}
.order-testsuite .content .form-service #templates_web .templates_intro,
.order-testsuite .content .form-service #templates_app .templates_intro {
  display: inline-block;
  width: 40%;
}
.order-testsuite .content .form-service #templates_web .templates_intro p,
.order-testsuite .content .form-service #templates_app .templates_intro p {
  margin-top: 6px;
  margin-bottom: 6px;
}
.order-testsuite .content .form-service #templates_web .scenario h4,
.order-testsuite .content .form-service #templates_app .scenario h4 {
  margin: 0px;
  display: inline;
}
.order-testsuite .content .form-service #templates_web .scenario .bubble,
.order-testsuite .content .form-service #templates_app .scenario .bubble {
  display: inline;
}
.order-testsuite .content .form-service #templates_web .scenario .bubble img,
.order-testsuite .content .form-service #templates_app .scenario .bubble img {
  padding: 0px;
}
.order-testsuite .content .form-service #templates_web .scenario .scenario-helpbubble .noseNoImg,
.order-testsuite .content .form-service #templates_app .scenario .scenario-helpbubble .noseNoImg {
  top: calc(23%);
}
.order-testsuite .content .form-service .content-block-box {
  padding: 15px 30px;
  background: #f8f8f8;
  width: 560px;
}
.order-testsuite .content .form-service .content-block-box .bubble {
  display: inline;
}
.order-testsuite .content .form-service .content-block-box h4 {
  margin: 0px;
  display: inline;
}
.order-testsuite .content .form-service .addTaskLink p,
.order-testsuite .content .form-service .addExtraTaskLink p,
.order-testsuite .content .form-service .addQuestionLink p {
  margin: 0px;
}
.order-testsuite .content .form-service .addTaskLink p .fa,
.order-testsuite .content .form-service .addExtraTaskLink p .fa,
.order-testsuite .content .form-service .addQuestionLink p .fa {
  color: #333;
  margin-right: 3px;
}
.order-testsuite .content .form-service .form-field {
  margin: 0px;
}
.order-testsuite .content .complete-test-action {
  text-align: right;
  width: 100% !important;
  margin-bottom: 0px !important;
  float: none !important;
}
.order-testsuite .content .complete-test-action #prototype_info {
  float: left;
  font-size: 12px;
}
.order-testsuite .content .complete-test-action #prototype_info .js_link {
  color: #009FE3;
  cursor: pointer;
}
.order-testsuite .content .complete-test-action .preview-link-container {
  display: inline-block;
}
.order-testsuite .content .complete-test-action .fa {
  margin-right: 3px;
}
.order-testsuite .content .complete-test-action .green-button {
  margin-right: 30px;
}
.order-testsuite .content .complete-test-action .inactive-button {
  margin-right: 30px;
}
.order-testsuite .content .complete-test-action .linkified-button {
  background: none !important;
  border: none;
  padding: 0 !important;
  color: #009FE3;
  cursor: pointer;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.order-testsuite .content .complete-test-action .linkified-button-disabled {
  color: #AFAFAF;
  opacity: 1 !important;
}
.order-testsuite .content input:focus[type="text"],
.order-testsuite .content input:focus[type="password"],
.order-testsuite .content textarea:focus {
  border: 1px solid #2393C6 !important;
}
.order-testsuite .content .ui-state-default,
.order-testsuite .content .ui-widget-content .ui-state-default,
.order-testsuite .content .ui-widget-header .ui-state-default {
  border: 1px solid #a5a5a5;
  background: #e6e6e6 url("/images/front/slider_bg.png") 50% 49.5% repeat-x;
}
.order-testsuite .content .form-field .value {
  position: relative;
  display: inline-block;
}
.order-testsuite .content .value {
  width: 100%;
  margin-top: 10px;
}
.order-testsuite .content .value select {
  width: 250px;
}
.order-testsuite .content .value label {
  display: inline;
  padding-right: 15px;
  padding-left: 8px;
}
.order-testsuite .content .value input {
  margin: 0px;
  color: #616161;
}
.order-testsuite .content .value textarea {
  display: none;
}
.order-testsuite .content .form-field.url {
  position: relative;
}
.order-testsuite .content .form-field.url .url-helpbubble .noseNoImg {
  margin-top: 58px;
  top: 0;
}
.order-testsuite .content .url input {
  font-size: 24px;
  width: 580px;
  height: 36px;
}
.order-testsuite .content ul {
  list-style: disc;
  padding-left: 40px;
  margin: 14px 0px;
}
.order-testsuite .content ol {
  list-style: decimal;
}
.order-testsuite .content .value label {
  font-weight: normal;
}
.order-testsuite .content button[type=submit]:disabled {
  opacity: 0.5;
}
.order-testsuite .content .error {
  margin-bottom: 20px;
  width: 501px;
}
.order-testsuite .content .validate-advice {
  float: none;
  background-position: left center;
}
.order-testsuite .content .validate-valid-hint {
  float: none;
  background-position: left center;
  margin-top: 3px;
}
.order-testsuite .content .helpbubble.preview {
  display: none;
  box-shadow: 2px -2px 5px #CCC;
  -webkit-box-shadow: 2px -2px 5px #ccc;
  -moz-box-shadow: 2px -2px 5px #ccc;
  position: relative;
  line-height: 1.2;
  font-size: 10px;
  width: 100px;
  text-align: left;
  left: 52px;
  top: -4px;
  height: 36px;
  margin-bottom: 5px;
}
.order-testsuite .content .helpbubble.preview .noseNoImg {
  top: 36px;
  left: 60px;
  -webkit-transform: rotate(310deg);
  -moz-transform: rotate(310deg);
  -ms-transform: rotate(310deg);
  -o-transform: rotate(310deg);
}
.order-testsuite .content .createTestsuite.second-step {
  background-color: #f8f8f8;
  width: 1080px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.order-testsuite .content .createTestsuite.second-step .credits-extra-title-container {
  padding-top: 20px;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container {
  background-color: #f8f8f8;
  padding-top: 50px;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .validate-advice,
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .validate-advice-js {
  margin-top: 3px;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .validate-valid {
  border: 1px solid #0C0 !important;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-switch {
  float: right;
  background: #fff;
  width: 442px;
  padding: 40px;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-switch h3 {
  margin-top: -20px;
  font-size: 30px !important;
  font-weight: normal;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-switch #switchForm_register.green-button {
  margin-top: 20px;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-switch #switchForm_login.green-button {
  margin-top: 26px;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-register {
  background: #fff;
  width: 442px;
  padding: 40px;
  margin-bottom: 60px;
  float: left;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-register input[type='text'],
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-register input[type='password'] {
  width: 100%;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-register .form-field {
  margin-top: 20px;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-register .form-field label {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: bold;
  display: block;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-register .form-field .radio label {
  font-weight: inherit;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-register .register-top h3 {
  margin-top: -20px;
  font-weight: normal;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-register .register-top .password_label {
  float: left;
  display: block;
  margin-bottom: 0px;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-register .register-top .email-container {
  vertical-align: top;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-register .register-top .password-container label {
  display: inline;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-register .register-top .password-container .small-label {
  display: inline;
  font-size: 12px;
  margin-left: 4px;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-register .register-top .password-container input {
  display: block;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-register .register-top .password-container .show-password-link {
  float: right;
  font-size: 13px;
  margin-right: -12px;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-register .register-top .stayLoggedIn-container {
  margin-top: 10px;
  min-height: auto;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-register .register-top .stayLoggedIn-container label {
  font-weight: normal;
  display: inline;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-register .register-middle {
  margin-top: 11px;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-register .register-middle .testsuite-registration-sex .label-block {
  display: block;
  margin-top: 10px;
  margin-bottom: -2px;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-register .register-middle .testsuite-registration-sex input,
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-register .register-middle .testsuite-registration-sex label {
  display: inline-block;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-register .register-middle .testsuite-registration-sex .radio {
  display: inline-block;
  margin-left: -5px;
  width: 64px;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-register .register-middle .testsuite-registration-sex .radio label {
  padding-left: 8px;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-register .register-middle .form-field.zip-city #zip {
  width: 120px;
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 0px;
  margin-top: 0px !important;
  vertical-align: top;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-register .register-middle .form-field.zip-city #city {
  width: 302px;
  display: inline-block;
  margin-bottom: 0px;
  margin-top: 0px !important;
  vertical-align: top;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-register .register-middle .country select {
  width: 454px;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-register .register-middle .small-label {
  display: block;
  font-size: 12px;
  margin-top: 3px;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-register #switch-invoice-container {
  margin-bottom: 9px;
  min-height: auto;
  height: auto;
  margin-top: 20px;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-register #switch-invoice-container label {
  font-weight: normal !important;
  padding-left: 8px;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-register #invoice-address {
  min-width: 432px;
  max-width: 432px;
  height: 80px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 13px;
  padding: 10px;
  border: 1px solid #bbb;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-register .error {
  margin-bottom: 20px;
  width: 550px;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-register .register-bottom {
  margin-top: 20px;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-register .register-bottom .checkbox-container {
  display: block;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-register .register-bottom .input[type="checkbox"] {
  margin-left: 0;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-register .register-bottom label {
  display: inline-block;
  font-weight: normal;
}
.order-testsuite .content .createTestsuite.second-step .order-testsuite-credentials-container .order-testsuite-credentials-register .register-bottom button {
  width: 454px;
  margin-top: 10px;
  padding: 0px;
}
/* ORDER TESTSUITE (STEP III) */
.createTestsuite.third-step {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 40px;
}
.createTestsuite.third-step .helpbubble-checkout-page {
  position: absolute;
  background-color: #FCFCFC;
  vertical-align: middle;
  border-radius: 3px;
  top: 0;
  padding: 10px 20px;
  width: 455px;
  left: 500px;
  box-shadow: 2px 2px 5px #CCC;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  -moz-box-shadow: 2px 2px 5px #ccc;
  z-index: 10;
  border: 1px solid #F0F0F0;
}
.createTestsuite.third-step .helpbubble-checkout-page:before {
  background-color: #fcfcfc;
  content: ' ';
  position: absolute;
  left: -11px;
  top: calc(50% - 10px);
  width: 18px;
  height: 18px;
  border: 1px solid #f0f0f0;
  transform: rotate(45deg);
  border-top: transparent;
  border-right: transparent;
  overflow: hidden;
}
.createTestsuite.third-step .ownTesterInfo {
  font-size: 12px;
}
.createTestsuite.third-step .summary-box {
  background-color: #fff;
  padding: 30px 65px;
  border-radius: 3px;
  box-shadow: 0px 10px 10px -15px rgba(51, 51, 51, 0.5);
  -webkit-box-shadow: 0px 10px 10px -15px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 10px 10px -15px rgba(51, 51, 51, 0.5);
}
.createTestsuite.third-step .summary-box h3 {
  font-size: 32px;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 20px;
}
.createTestsuite.third-step .summary-box h6 {
  font-weight: normal;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.createTestsuite.third-step .summary-box .header-block {
  margin-bottom: 20px;
  margin-top: 15px;
}
.createTestsuite.third-step .summary-box .divider {
  height: 1px;
  border-top: 1px #f0f0f0 solid;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 680px;
}
.createTestsuite.third-step .summary-box .editicon {
  margin-right: 7px;
  margin-left: 7px;
  margin-bottom: -4px;
  width: 13px;
}
.createTestsuite.third-step .summary-box .edit-order-link {
  float: right;
  margin-right: 270px;
  position: relative;
  top: -25px;
}
.createTestsuite.third-step .summary-box .payment-methods .customSelect-content {
  font-size: 16px;
}
.createTestsuite.third-step .summary-box .payment-methods .select-wrapper .customSelectDropDown {
  font-size: 16px;
  line-height: 30px;
}
.createTestsuite.third-step .summary-box .payment-methods .select-wrapper .customSelectDropDown .checkbox {
  margin-top: 13px;
}
.createTestsuite.third-step .summary-box .payment-methods .radiogroup label {
  font-size: 16px;
  font-weight: bold;
}
.createTestsuite.third-step .summary-box .payment-methods .radiogroup .radio {
  width: 680px;
}
.createTestsuite.third-step .summary-box .payment-methods .radiogroup .radio a {
  float: right;
}
.createTestsuite.third-step .summary-box .payment-methods .radiogroup .radio-credits {
  margin-top: 20px;
}
.createTestsuite.third-step .summary-box .payment-methods .payment-method-description {
  display: block;
  margin-left: 24px;
  margin-top: 12px;
  width: 625px;
  font-size: 14px;
}
.createTestsuite.third-step .summary-box .payment-methods .payment-method-description select {
  color: #616161;
}
.createTestsuite.third-step .summary-box .buy-credits-content-block {
  margin-top: 20px;
}
.createTestsuite.third-step .summary-box .buy-credits-content-block .label-wrap label {
  font-size: 16px;
}
.createTestsuite.third-step .summary-box .buy-credits-content-block .customSelect {
  width: 300px;
  height: 50px;
  font-size: 16px;
}
.createTestsuite.third-step .summary-box .buy-credits-content-block .customSelect-content {
  font-size: 16px;
}
.createTestsuite.third-step .summary-box .buy-credits-content-block .customSelect-content .buy_credits_option_quantity {
  display: inline-block;
  width: 160px;
}
.createTestsuite.third-step .summary-box .buy-credits-content-block .customSelect-content .buy_credits_option_price {
  display: inline-block;
  width: 65px;
  text-align: right;
}
.createTestsuite.third-step .summary-box .buy-credits-content-block .customSelectDropDown {
  width: 410px;
  font-weight: bold;
  font-size: 16px;
  max-height: 300px;
}
.createTestsuite.third-step .summary-box .buy-credits-content-block .customSelectDropDown .buy_credits_option_quantity {
  display: inline-block;
  width: 110px;
  font-size: 13px;
  font-weight: normal;
}
.createTestsuite.third-step .summary-box .buy-credits-content-block .customSelectDropDown .buy_credits_option_addition {
  display: inline-block;
  width: 205px;
  font-size: 13px;
  font-weight: normal;
}
.createTestsuite.third-step .summary-box .buy-credits-content-block .customSelectDropDown .buy_credits_option_price {
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  text-align: right;
}
.createTestsuite.third-step .summary-box .contact-person .emailContent .emailContent-left {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}
.createTestsuite.third-step .summary-box .contact-person .emailContent .emailContent-right {
  display: inline-block;
  vertical-align: top;
}
.createTestsuite.third-step .summary-box .contact-person .emailContent .emailContent-right #contact-persons-form {
  margin-top: 10px;
  margin-bottom: 10px;
}
.createTestsuite.third-step .summary-box .contact-person .emailContent .emailContent-right #contact-persons-form .contact-person-form-block {
  display: block;
  vertical-align: top;
}
.createTestsuite.third-step .summary-box .contact-person .emailContent .emailContent-right #contact-persons-form .contact-person-form-block input[type="text"] {
  width: 300px;
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 28px;
  padding-left: 14px;
  border: 1px solid #009fe3;
}
.createTestsuite.third-step .summary-box .contact-person .emailContent .emailContent-right #contact-persons-form .contact-person-form-block .fa-trash-o {
  position: relative;
  left: -15px;
  color: #009fe3 !important;
}
.createTestsuite.third-step .summary-box .contact-person .emailContent .emailContent-right .linkAddEmail {
  cursor: pointer;
}
.createTestsuite.third-step .summary-box .contact-person .emailContent .emailContent-right .add-contact-person-button {
  height: 32px;
  font-size: 16px;
  position: relative;
  left: -35px;
  top: -3px;
  float: right;
}
.createTestsuite.third-step .summary-box .contact-person .emailContent .emailContent-right .saved-contact-person-block {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 337px;
}
.createTestsuite.third-step .summary-box .contact-person .emailContent .emailContent-right .saved-contact-person-block .fa {
  float: right;
  color: #009fe3 !important;
  top: 5px;
  position: relative;
}
.createTestsuite.third-step .summary-box .contact-person .emailContent .emailContent-right #contact-person-add-enabled {
  margin-top: 10px;
}
.createTestsuite.third-step .summary-box .summary .summary-top {
  width: 625px;
  margin-bottom: 10px;
}
.createTestsuite.third-step .summary-box .summary .summary-middle .col-left {
  width: 300px;
  display: inline-block;
}
.createTestsuite.third-step .summary-box .summary .summary-middle .col-left .fa-tablet {
  padding-left: 7px;
  padding-right: 6px;
}
.createTestsuite.third-step .summary-box .summary .summary-middle .col-left .fa-mobile {
  padding-left: 10px;
  padding-right: 10px;
}
.createTestsuite.third-step .summary-box .summary .summary-middle .col-left .checkout-list-credit-icon {
  width: 39px;
  position: relative;
  top: 8px;
}
.createTestsuite.third-step .summary-box .summary .summary-middle .col-center {
  width: 376px;
  display: inline-block;
}
.createTestsuite.third-step .summary-box .summary .summary-list {
  margin-left: -28px;
}
.createTestsuite.third-step .summary-box .summary .services-top-element {
  padding-bottom: 10px;
  padding-top: 10px;
}
.createTestsuite.third-step .summary-box .summary .device-list-element {
  width: 680px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.createTestsuite.third-step .summary-box .summary .device-list-element .device_tester {
  display: inline-block;
  margin-right: 10px;
}
.createTestsuite.third-step .summary-box .summary .device-list-element.linebreak {
  border-bottom: 1px #D5D5D5 solid;
}
.createTestsuite.third-step .summary-box .summary .body-left {
  vertical-align: middle;
  white-space: nowrap;
}
.createTestsuite.third-step .summary-box .summary .body-left .fa {
  vertical-align: middle;
  margin-right: 10px;
  font-size: 25px;
}
.createTestsuite.third-step .summary-box .summary .inner-left {
  float: left;
}
.createTestsuite.third-step .summary-box .summary .summary-device-list-body .inner-left {
  float: none;
}
.createTestsuite.third-step .summary-box .summary .inner-right {
  float: right;
  font-weight: bold;
  text-align: right;
}
.createTestsuite.third-step .summary-box .summary .services-top {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.createTestsuite.third-step .summary-box .summary .services-top .services-top-left {
  display: inline-block;
  width: 500px;
}
.createTestsuite.third-step .summary-box .summary .services-top .services-top-left ul {
  margin-top: 0px;
  height: 0px;
  margin-left: -19px;
}
.createTestsuite.third-step .summary-box .summary .services-top .services-top-right {
  display: inline-block;
  width: 176px;
  vertical-align: top;
}
.createTestsuite.third-step .summary-box .summary .services-top .services-top-right span {
  font-weight: bold;
  float: right;
}
.createTestsuite.third-step .summary-box .summary .services-middle {
  margin-top: 15px;
  margin-bottom: 10px;
}
.createTestsuite.third-step .summary-box .summary .services-middle .total_netto {
  border-top: 1px solid #D5D5D5;
  padding-top: 15px;
  width: 255px;
}
.createTestsuite.third-step .summary-box .summary .services-middle ul {
  margin-left: -20px;
  margin-top: 0px;
}
.createTestsuite.third-step .summary-box .summary .services-middle .error {
  width: 603px;
}
.createTestsuite.third-step .summary-box .summary .services-middle .services-middle-left {
  vertical-align: top;
}
.createTestsuite.third-step .summary-box .summary .services-middle .services-middle-center {
  vertical-align: top;
}
.createTestsuite.third-step .summary-box .summary .services-middle #coupon-option-opened {
  margin-top: -15px;
  width: 420px;
}
.createTestsuite.third-step .summary-box .summary .services-middle #coupon-option-opened input {
  border: 1px solid #ABABAB;
  color: #616161;
  width: 100px;
  height: 28px;
  padding-left: 14px;
}
.createTestsuite.third-step .summary-box .summary .services-middle #coupon-option-opened #coupon-submit {
  position: relative;
  top: 1px;
  float: none;
  width: 100px;
  height: 32px;
}
.createTestsuite.third-step .summary-box .summary .services-middle #coupon-option-opened .validate-advice {
  color: #ff0000;
  font-size: 14px;
}
.createTestsuite.third-step .summary-box .summary .services-middle #coupon-option-closed {
  margin-top: 15px;
  width: 420px;
}
.createTestsuite.third-step .summary-box .summary .services-middle #cancel-credits {
  background-color: #CCC;
  background-image: none;
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  height: 22px;
  position: relative;
  top: 1px;
  border-radius: 3px;
  float: none;
  width: 92px;
  padding-top: -1px;
  margin-top: 0px;
}
.createTestsuite.third-step .summary-box .summary .element-credits {
  margin-bottom: 15px;
  line-height: 16px;
  border-top: 0px none!important;
  border-bottom: 0px none!important;
}
.createTestsuite.third-step .summary-box .summary .element-credits .services-middle-right.credits-sum-col {
  padding-top: 15px;
  float: right;
  width: 255px;
  margin-top: 0px;
}
.createTestsuite.third-step .summary-box .summary .element-coupon {
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: -10px !important;
}
.createTestsuite.third-step .summary-box .summary .summary-device-list-footer {
  width: 680px;
}
.createTestsuite.third-step .summary-box .summary .summary-device-list-footer button {
  float: right;
  margin-top: 25px;
}
.createTestsuite.third-step .summary-box .summary .services-bottom {
  margin-top: 10px;
}
.createTestsuite.third-step .summary-box .summary .services-bottom .total_price {
  width: 680px;
  border-top: 3px double #eee;
  padding-top: 25px;
}
.createTestsuite.third-step .summary-box .summary .services-bottom .total_price span.inner-left {
  font-size: 18px;
  margin-left: 422px;
}
.createTestsuite.third-step .summary-box .summary .services-bottom.booking-comment-container {
  margin-top: 25px;
}
.createTestsuite.third-step .summary-box .summary .services-bottom.booking-comment-container p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.createTestsuite.third-step .summary-box .summary .services-bottom.booking-comment-container #booking_comment {
  font-family: 'Open Sans', sans-serif;
  color: #4c4c4c;
  font-size: 15px;
  border: 1px #009fe3 solid;
  border-radius: 3px;
  width: 660px;
  height: 100px;
  padding: 10px;
}
.createTestsuite.third-step .summary-box .summary .services-bottom .services-bottom-right h4 {
  margin-top: 0px;
}
.createTestsuite.third-step .summary-box .summary .services-bottom .services-bottom-right span.inner-right {
  font-size: 18px;
}
.createTestsuite.third-step .summary-box #canvasloader-container {
  float: right;
  margin-top: 33px;
  margin-right: -240px;
  display: none;
}
.createTestsuite.third-step .summary-box .benefit-text-under-button {
  position: absolute;
  top: 79px;
  right: 0px;
}
.createTestsuite.third-step .summary-box .next-steps {
  margin-top: -2px;
  width: 325px;
}
.createTestsuite.third-step .summary-box .next-steps span {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.createTestsuite.third-step .summary-box .next-steps ul {
  margin-left: -23px;
  list-style: decimal;
}
.change-options .radio {
  display: inline-block;
}
.change-options .radio input[type="radio"] {
  display: inline-block;
}
.change-options .radio label {
  display: inline-block;
}
/* Benefits - footer */
.customer_booking_benefits {
  background: #f8f8f8;
  min-height: 90px;
  padding-top: 30px;
  padding-bottom: 26px;
  margin-bottom: -30px;
  margin-top: 10px;
}
.customer_booking_benefits div {
  display: block;
  clear: both;
}
.customer_booking_benefits ul {
  margin: 0;
  padding-left: 25px;
}
.customer_booking_benefits ul li {
  float: left;
  width: 21.5%;
  list-style: none;
  padding-left: 30px;
}
.customer_booking_benefits ul li strong {
  font-family: Bariol-bold;
  font-weight: normal;
  font-size: 18px;
}
.customer_booking_benefits ul li span {
  margin-top: 18px;
  font-size: 14px;
  lie-height: 16px;
}
.customer_booking_benefits ul li p {
  margin-top: 15px;
}
.customer_booking_benefits ul li:last-child {
  margin-right: 0;
}
.customer_booking_benefits .benefit-bottom-left,
.customer_booking_benefits .benefit-bottom-center,
.customer_booking_benefits .benefit-bottom-right {
  font-size: 14px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 15px;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.customer_booking_benefits .benefit-bottom-left {
  width: 36%;
}
.customer_booking_benefits .benefit-bottom-left img {
  width: inherit;
  margin-top: 8px;
}
.customer_booking_benefits .benefit-bottom-center {
  width: 20%;
}
.customer_booking_benefits .benefit-bottom-center p {
  width: 80%;
  margin: 14px auto;
}
.customer_booking_benefits .benefit-bottom-center img {
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.customer_booking_benefits .benefit-bottom-right {
  width: 34%;
}
.customer_booking_benefits .benefit-bottom-right img {
  max-width: 240px;
}
.customer_booking_benefits .benefit-bottom-right .secure-text {
  font: normal normal normal 11px/15px Open Sans;
}
/* Customer booking data privacy links (footer) */
.customer-booking-disclaimers {
  text-align: center;
  font-size: 13px;
}
/* COMPLETED */
.create_test {
  padding: 22px 110px 0 130px;
  width: 960px;
  margin: auto;
  margin-top: 10px;
}
.box.order-testsuite-completed,
.box.order-credits-completed {
  background-color: #fff;
  padding: 30px 65px;
  width: 950px;
  border-radius: 3px;
  box-shadow: 0px 10px 8px 0px rgba(121, 121, 121, 0.3);
}
.box.order-testsuite-completed ol,
.box.order-credits-completed ol {
  list-style: decimal;
}
.box.order-testsuite-completed .circleNum,
.box.order-credits-completed .circleNum {
  background-color: #009FE3;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  color: white;
  font-weight: bold;
  font-size: 24px;
  float: left;
  margin-right: 40px;
}
.box.order-testsuite-completed .col-left,
.box.order-credits-completed .col-left {
  float: left;
  width: 28%;
}
.box.order-testsuite-completed .col-right,
.box.order-credits-completed .col-right {
  float: right;
  width: 66.66%;
}
.box.order-testsuite-completed .fa-container,
.box.order-credits-completed .fa-container {
  margin-right: 40px;
  width: 48px;
  float: left;
}
.box.order-testsuite-completed .fa-container .fa,
.box.order-credits-completed .fa-container .fa {
  color: #9F9F9F;
  margin: 25%;
  font-size: 24px;
}
.box.order-testsuite-completed .list-item,
.box.order-credits-completed .list-item {
  padding-bottom: 20px;
}
.box.order-testsuite-completed .zl-heading,
.box.order-credits-completed .zl-heading {
  font-family: "Bariol" !important;
  font-size: 24px !important;
  color: #009fe3 !important;
}
.box.order-testsuite-completed .zl-score-value,
.box.order-credits-completed .zl-score-value {
  color: #009fe3 !important;
}
.box.order-testsuite-completed .zl-container,
.box.order-credits-completed .zl-container {
  font-family: 'Open Sans', sans-serif;
}
.box.order-testsuite-completed .zl-textarea,
.box.order-credits-completed .zl-textarea {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px !important;
  border: 1px solid #bbb;
  background-color: #fff !important;
  padding-top: 10px !important;
}
.box.order-testsuite-completed .zl-btn,
.box.order-credits-completed .zl-btn {
  font-family: Bariol;
  font-size: 18px !important;
  margin-left: 10px;
  cursor: pointer;
  background: #25b472;
  background: linear-gradient(to bottom, #25b472 0%, #1f9960 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25b472', endColorstr='#1f9960', GradientType=0);
}
.box.order-testsuite-completed .zl-btn:hover,
.box.order-credits-completed .zl-btn:hover {
  background: linear-gradient(to bottom, #1f9960 0%, #25b472 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f9960', endColorstr='#25b472', GradientType=0);
}
.box.order-testsuite-completed .zl-footer,
.box.order-credits-completed .zl-footer {
  display: none;
}
.disabled {
  opacity: 0.5 !important;
  pointer-events: none;
  cursor: default;
}
/* sidebar */
.sidebar {
  float: left;
  margin-left: 44px;
  width: 150px;
}
.sidebar .link_right {
  float: right;
}
.sidebar > div {
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  margin-bottom: 22px;
  padding: 0 10px 15px;
}
.wordCounter {
  font-size: 11px;
  position: absolute;
  right: 0px;
  bottom: 23px;
  margin-right: 3px;
}
.wordCounter .wordCounter-current {
  color: #fa9319;
}
.editor_menu {
  position: absolute;
  top: -37px;
  right: 0px;
}
.warning-box {
  display: block;
}
.warning-box-green {
  background-color: #F8F8F8;
  border-color: #25B472;
}
.warning-box-green:before {
  content: '\f058';
  color: #25B472;
  left: 8px;
}
.warning-box-green .warning-box-nose {
  border-color: #25B472;
  background-color: #F8F8F8;
}
.extraTask_warning {
  background-color: #f8f8f8;
  width: 560px;
  padding-top: 20px;
}
.extraTask_warning .warning-box {
  display: block;
}
.navi-tab-container {
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 50px;
  position: relative;
  left: -20px;
  width: 700px;
  float: left;
  height: 44px;
}
.navi-tab-container #navi-desktop,
.navi-tab-container #navi-mobile,
.navi-tab-container #navi-credits {
  display: inline-block;
  width: 190px;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
  height: 24px;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-left: -5px;
  font-weight: bold;
  color: #787878;
  background: #ffffff;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(14%, #fcfcfc), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  background: linear-gradient(to bottom, #ffffff 0%, #fcfcfc 14%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
  cursor: pointer;
  float: left;
}
.navi-tab-container #navi-desktop.active-navi-tab,
.navi-tab-container #navi-mobile.active-navi-tab,
.navi-tab-container #navi-credits.active-navi-tab {
  position: relative;
  top: -4px;
  background: #fff;
  border-bottom: 1px solid #fff;
  height: 28px;
}
.navi-tab-container #navi-desktop {
  margin-left: 20px;
}
.credits-credentials-page .subtitle-credits-credentials {
  font-family: Helvetica !important;
  font-size: 30px;
  margin-top: 30px;
  color: #999;
}
.createTestsuite table {
  border-collapse: collapse;
}
.createTestsuite table tr.separator {
  border-top: 1px solid #e4e4e4;
}
.createTestsuite table tr.separatorDouble {
  border-top: 3px double #e4e4e4;
}
.createTestsuite table tr td {
  padding: 8px 0;
}
.createTestsuite table tr.subtotal td {
  padding-top: 30px;
}
.createTestsuite table tr td:nth-child(2) {
  text-align: right;
  vertical-align: top;
}
.createTestsuite table ul {
  margin: 0;
  padding-left: 20px;
}
.createTestsuite table .form-field {
  display: inline;
}
.createTestsuite table .form-field input {
  width: 150px;
}
.createTestsuite table .error {
  margin-bottom: 10px;
}
.createTestsuite table a.edit {
  float: right;
}
.createTestsuite .complete-action {
  width: 467px;
}
.createTestsuite .actions {
  text-align: right;
  width: 420px;
}
.createTestsuite .create_box {
  float: left;
  margin-bottom: 20px;
}
.createTestsuite .create_box_top {
  float: left;
  border-bottom: 1px solid #e4e4e4;
  width: 610px;
}
.createTestsuite .create_box_middle {
  border-left: #e4e4e4 1px solid;
  border-right: #e4e4e4 1px solid;
  float: left;
  width: 582px;
  padding: 10px 18px 10px 18px;
}
.createTestsuite .create_box_bottom {
  float: left;
  background-image: url("/images/front/create_box_bottom.png");
  width: 620px;
  height: 6px;
}
.createTestsuite * + html .create_box_middle {
  margin-left: 7px;
}
.createTestsuite * + html .create_box_bottom {
  margin-left: 7px;
}
.createTestsuite fieldset legend {
  background-image: url(/images/front/legend_bg.png);
  width: 602px;
  height: 35px;
  padding: 18px 0px 0px 18px;
}
.createTestsuite .form-entry {
  width: 460px;
  margin-bottom: 10px;
}
.createTestsuite #payment-detail {
  padding-left: 24px;
}
/* Tablet and smartphones in landscape mode (480-980px) */
@media only screen and (max-width: 980px) {
  #pricebook_extra_info,
  #pricebook_extra_info_app-ios,
  #pricebook_extra_info_app-android {
    display: none;
  }
}
#main-content .container::before {
  display: none;
  background-color: unset;
}
#main-content .container {
  width: 100%;
  max-width: 100%;
  padding-top: 0px;
}
#main-content .container #content-area #left-area {
  width: 100%;
  padding-right: 0%;
  margin-top: -3px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section {
  padding: 0;
  /* UX SERVICES - WORDPRESS DIVI PAGE */
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .box-shadow-overlay {
  box-shadow: unset;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.et_pb_section_0 h1 {
  line-height: 52px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .home-block-headline,
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section #headline {
  padding-top: 0px;
  padding-bottom: 40px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .home-block-headline h2,
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section #headline h2 {
  text-align: center;
  font-size: 30px !important;
  margin-bottom: 0;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .home-block-headline h4,
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section #headline h4 {
  text-align: center;
  color: #009fe3 !important;
  font-size: 24px !important;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .home-block-headline .red-color,
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section #headline .red-color {
  color: #E11F53 !important;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section li {
  font-size: 16px;
  padding-left: 2px;
  text-align: left;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section p {
  font-size: 16px;
  line-height: 24px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section a {
  color: #009fe3;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section h2 {
  line-height: 40px !important;
  font-size: 32px !important;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section h3.blue-color {
  font-size: 24px !important;
  color: #009FE3;
  padding: 0;
  margin-left: 70px;
  font-family: bariol;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section h3.black-color {
  font-size: 24px !important;
  padding: 0;
  margin-left: 70px;
  line-height: 30px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .circleNum {
  background-color: #009FE3;
  border-radius: 50%;
  height: 48px !important;
  width: 48px !important;
  display: block;
  text-align: center;
  line-height: 48px;
  color: white;
  font-weight: bold;
  font-size: 24px !important;
  float: left;
  margin-right: 20px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .et_pb_row {
  width: 100%;
  max-width: 1080px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .et_pb_row .et_pb_column {
  margin-right: 4.5%;
  z-index: unset;
  margin-top: -4px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .et_pb_row .et_pb_column .et_pb_text_inner {
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  position: unset;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .et_pb_row .et_pb_column .et_pb_image_wrap {
  display: block;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .et_pb_row .et_pb_column_1_4 {
  width: 22.875%;
  padding-top: 0;
  text-align: center;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .et_pb_row .et_pb_column_3_4 {
  width: 72%;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .et_pb_row .team-social-icons {
  display: block;
  height: 24px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .et_pb_row .team-social-icons .fa-xing-square {
  color: #026466;
  margin-right: 5px;
  font-size: 24px;
  position: relative;
  top: -5px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .et_pb_row .team-social-icons .fa-linkedin-square {
  color: #0077B5;
  margin-right: 5px;
  font-size: 24px;
  position: relative;
  top: -5px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .et_pb_row_4col .et_pb_column:last-child {
  margin-right: 0px !important;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .et_pb_row.et_pb_row_fullwidth,
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .et_pb_specialty_fullwidth > .et_pb_row {
  width: 100% !important;
  max-width: 100% !important;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.header_image_responsive .et_pb_row {
  padding: 0px !important;
  margin-top: -5px;
  max-width: none !important;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.header_image_responsive .et_pb_row img {
  width: 100%;
  max-height: 190px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.header_image_responsive .et_pb_row .et_pb_column .et_pb_module {
  margin-bottom: 0;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.header_image_responsive .h1-header {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  top: 20%;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.header_image_not_responsive .et_pb_row {
  padding: 0px;
  margin-top: -5px;
  max-width: 1280px !important;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.header_image_not_responsive .et_pb_row .et_pb_column .et_pb_module {
  margin-bottom: 0;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.header_image_not_responsive .h1-header {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  top: 20%;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .four-columns-logos .et_pb_column_1_4 {
  width: 20.875% !important;
  margin-right: 5.5% !important;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .four-columns-logos .et_pb_module {
  margin-bottom: 0 !important;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .four-columns-logos img {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all 0.4s ease;
  /* Fade to color for Chrome and Safari */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .four-columns-logos img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .et_pb_column:nth-child(2) .et_pb_row_inner:nth-child(1) {
  padding: 0;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.gradient-blue-section {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0ca6db 0%, #56d7b1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0CA4DD', endColorstr='#56D7B1', GradientType=1);
  /* IE6-9 */
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.gradient-light-blue-section {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #85d2ee 0%, #a8e9d9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85d2ee', endColorstr='#a8e9d9', GradientType=1);
  /* IE6-9 */
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.gradient-left-light-blue-section {
  background: transparent linear-gradient(90deg, #A6E8D9 0%, #85D2ED 100%) 0% 0% no-repeat padding-box;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.light-grey-section {
  background-color: #f8f8f8;
  padding-top: 40px;
  padding-bottom: 30px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.white-section {
  padding-top: 30px;
  background-color: #ffffff;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.no-margin-top {
  margin-top: 0px;
  padding-top: 0px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.no-margin-bottom {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.testimonial-section.light-grey-section {
  padding-bottom: 0;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.testimonial-section.light-grey-section:last-child {
  padding-bottom: 40px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.testimonial-section h2 {
  text-align: center;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.testimonial-section .white-box {
  background-color: white;
  padding: 35px 35px 35px 0;
  position: relative;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.testimonial-section .white-box p {
  font-size: 16px;
  width: 74%;
  display: inline-block;
  vertical-align: middle;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.testimonial-section .white-box .company-image {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  margin: auto 0;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.testimonial-section .white-box:after {
  content: '';
  background-color: white;
  height: 30px;
  width: 30px;
  position: absolute;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  clear: both;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.testimonial-section .profile {
  text-align: center;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.testimonial-section .profile h3 {
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  line-height: 24px !important;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.testimonial-section .profile p {
  font-size: 13px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.testimonial-section .profile p a {
  color: #009fe3;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.testimonial-section .profile .profile-picture {
  border-radius: 50%;
  margin: 10px auto;
  width: 120px;
  height: 120px;
  vertical-align: bottom;
  overflow: hidden;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.seo-section p {
  font-size: 12px;
  line-height: 20px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-two-columns-list {
  background-color: #F8F8F8;
  padding: 30px !important;
  position: relative;
  left: -15px;
  width: 102%;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-two-columns-list a {
  color: #009fe3;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-two-columns-list h2 {
  font-size: 30px !important;
  margin-bottom: 0;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-two-columns-list h4 {
  color: #009fe3 !important;
  font-size: 24px !important;
  margin-bottom: 30px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-two-columns-list .two-columns-row-text {
  position: relative;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-two-columns-list .two-columns-row-text p {
  margin-left: 40px;
  padding-bottom: 1em;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-two-columns-list .two-columns-row-text .fa {
  color: #9B9B9B;
  font-size: 20px;
  position: absolute;
  left: 0px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-two-columns-list .two-columns-left {
  display: inline-block;
  margin-right: 15%;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-two-columns-list .two-columns-right {
  display: inline-block;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-bottom-line {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 30px !important;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-bottom-line h5 {
  margin-left: 40px;
  font-size: 22px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-bottom-line .fa {
  color: #9B9B9B;
  position: absolute;
  left: 0;
  top: 5px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-bottom-line ul {
  padding: 0 0 0 55px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-bottom-line ul li {
  margin-bottom: 15px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.white-section:last-child .right-col-bottom-line {
  border-bottom: 0px solid #f0f0f0;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-two-columns-image-list {
  left: -15px;
  width: 102%;
  background-color: #F8F8F8;
  padding: 30px !important;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-two-columns-image-list h2 {
  color: #E11F53;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-two-columns-image-list .wrapper-content-top {
  margin-top: 30px;
  margin-bottom: 20px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-two-columns-image-list .wrapper-content-top .image {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin: 0px 40px 0px 0px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-two-columns-image-list .wrapper-content-top .content {
  display: inline-block;
  width: 60%;
  vertical-align: top;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-two-columns-image-list .wrapper-content-top .content .fa {
  color: #3AA06E;
  position: absolute;
  left: 0;
  top: 5px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-two-columns-image-list .wrapper-content-top .content .p-row-list {
  padding-left: 40px;
  position: relative;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-two-columns-image-list .wrapper-content-bottom .two-columns-row p {
  margin-left: 40px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-two-columns-image-list .wrapper-content-bottom .two-columns-row .fa {
  position: absolute;
  font-size: 20px;
  color: #878787;
  left: 0;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-two-columns-image-list .wrapper-content-bottom .two-columns-row .two-columns-left {
  display: inline-block;
  max-width: 46%;
  vertical-align: top;
  margin-right: 40px;
  position: relative;
  padding-top: 20px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-two-columns-image-list .wrapper-content-bottom .two-columns-row .two-columns-right {
  display: inline-block;
  max-width: 46%;
  vertical-align: top;
  position: relative;
  padding-top: 20px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .step-h2-unique {
  margin-bottom: 0 !important;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-content {
  padding: 25px 0 0 0;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-content a {
  color: #009fe3;
  font-weight: bold;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-content .et_pb_column:nth-child(1) {
  width: 30%;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-content .et_pb_column:nth-child(2) {
  width: 60%;
  margin-top: 10px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-content .green-button {
  width: auto !important;
  display: inline-block;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-optional {
  background-color: #F8F8F8;
  padding: 25px 20px !important;
  position: relative;
  left: -15px;
  width: 102%;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-optional h4 {
  font-weight: bold;
  color: #E11F53;
  font-size: 22px;
  display: inline;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-optional .optional-p {
  display: inline;
  margin-left: 10px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-optional a {
  font-weight: normal !important;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-optional .wrapper-content {
  margin-top: 30px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-optional .wrapper-content .image {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin: 0px 30px 0px 20px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-optional .wrapper-content .content {
  display: inline-block;
  width: 60%;
  vertical-align: top;
  margin-top: 10px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-optional .wrapper-content .content a {
  color: #E11F53 !important;
  font-weight: bold;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-newsletter {
  background-color: #F8F8F8;
  padding: 30px !important;
  position: relative;
  left: -15px;
  width: 102%;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-newsletter .top {
  overflow: hidden;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-newsletter .top .fa-lightbulb-o {
  font-size: 60px;
  background: linear-gradient(to right, #1e5799 0%, #68bbe5 0%, #68bbe5 0%, #84dbc8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: initial;
  float: left;
  position: relative;
  margin-right: 4%;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-newsletter .top h4 {
  font-weight: 600;
  color: #343434;
  float: left;
  padding-bottom: 0;
  line-height: 40px;
  vertical-align: top;
  font-size: 24px;
  width: 88%;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-newsletter .bottom {
  width: 100%;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-newsletter .bottom a {
  color: #009FE3 !important;
  float: right;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-newsletter .bottom a .fa-chevron-circle-right {
  color: black;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-award .et_pb_column:nth-child(1) {
  width: 54%;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-award .et_pb_column:nth-child(2) {
  width: 41%;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-award .quote {
  padding-left: 20px;
  padding-top: 20px;
  font-size: 16px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-award .profile .profile-picture {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin: 0 auto 10px auto;
  text-align: center;
  overflow: hidden;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-award .profile h6 {
  text-align: center;
  font-size: 20px;
  padding-bottom: 0;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-award .profile a {
  color: #009fe3;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-award .profile p {
  text-align: center;
  font-size: 13px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-award .profile .auswertung {
  font-size: 16px;
  float: right;
  font-weight: bold;
  margin-top: 30px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-award .profile .auswertung .fa-chevron-circle-right {
  color: black;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .page-monocol-contact-form .tab-container .tab,
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-contact-form .tab-container .tab {
  line-height: 50px;
  border-radius: 5px 5px 0px 0px;
  box-shadow: 3px 5px 6px 0px rgba(0, 0, 0, 0.2);
  color: black;
  background-color: #F2F3F5;
  display: inline-block;
  vertical-align: bottom;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.2s ease-out;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .page-monocol-contact-form .tab-container .tab a,
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-contact-form .tab-container .tab a {
  display: block;
  font-weight: bold;
  color: black;
  text-align: center;
  font-size: 18px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .page-monocol-contact-form .tab-container .tab:hover,
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-contact-form .tab-container .tab:hover {
  background-color: white;
  height: 60px;
  line-height: 60px;
  transition: all 0.2s ease-in;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .page-monocol-contact-form .tab-container .tab.active,
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-contact-form .tab-container .tab.active {
  background-color: white;
  height: 60px;
  line-height: 60px;
  box-shadow: 3px 5px 6px 0px rgba(0, 0, 0, 0);
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .page-monocol-contact-form .content-container,
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-contact-form .content-container {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 25px;
  top: -30px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .page-monocol-contact-form .content-container .et_pb_contact_form_label,
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-contact-form .content-container .et_pb_contact_form_label {
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .page-monocol-contact-form .content-container .et-pb-contact-message p,
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-contact-form .content-container .et-pb-contact-message p {
  font-size: 16px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .page-monocol-contact-form .content-container .et-pb-contact-message ul,
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-contact-form .content-container .et-pb-contact-message ul {
  margin-top: 5px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .page-monocol-contact-form .content-container .et-pb-contact-message ul li,
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-contact-form .content-container .et-pb-contact-message ul li {
  color: #ff0000;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .page-monocol-contact-form .content-container textarea,
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-contact-form .content-container textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #9c9c9c;
  resize: none;
  background-color: white;
  border: 1px solid #737373;
  placeholder: none;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .page-monocol-contact-form .content-container textarea.et_pb_contact_message,
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-contact-form .content-container textarea.et_pb_contact_message {
  max-height: 150px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .page-monocol-contact-form .content-container input,
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-contact-form .content-container input {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #737373;
  color: #9c9c9c;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .page-monocol-contact-form .content-container .privacy .wpcf7-list-item,
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-contact-form .content-container .privacy .wpcf7-list-item {
  margin: 0;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .page-monocol-contact-form .content-container .privacy .wpcf7-list-item input[type=checkbox],
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-contact-form .content-container .privacy .wpcf7-list-item input[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  display: block;
  float: left;
  margin: 6px 6px 0 0;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .page-monocol-contact-form .content-container .privacy .wpcf7-list-item .wpcf7-list-item-label,
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-contact-form .content-container .privacy .wpcf7-list-item .wpcf7-list-item-label {
  float: left;
  width: 95%;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .page-monocol-contact-form .content-container .et_pb_button,
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-contact-form .content-container .et_pb_button {
  font-size: 20px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  height: 48px;
  font-family: Bariol;
  top: 1px;
  background: #25b472;
  background: linear-gradient(to bottom, #25b472 0%, #1f9960 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25b472', endColorstr='#1f9960', GradientType=0);
  color: #fff;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .page-monocol-contact-form .content-container .et_pb_button:disabled,
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-contact-form .content-container .et_pb_button:disabled {
  cursor: not-allowed;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .page-monocol-contact-form .content-container .et_pb_button:hover,
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-contact-form .content-container .et_pb_button:hover {
  background: linear-gradient(to bottom, #1f9960 0%, #25b472 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f9960', endColorstr='#25b472', GradientType=0);
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .page-monocol-contact-form .content-container .et_pb_button::after,
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-contact-form .content-container .et_pb_button::after {
  content: none !important;
  transition: none !important;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .page-monocol-contact-form .content-container .et_pb_contact_field_3 .et_pb_contact_form_label,
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-contact-form .content-container .et_pb_contact_field_3 .et_pb_contact_form_label,
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .page-monocol-contact-form .content-container .et_pb_contact_field_3 .et_pb_contact_field_options_title,
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-contact-form .content-container .et_pb_contact_field_3 .et_pb_contact_field_options_title {
  display: none;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .page-monocol-contact-form .content-container .et_pb_contact_field_3 .et_pb_contact_field_checkbox,
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-contact-form .content-container .et_pb_contact_field_3 .et_pb_contact_field_checkbox {
  font-size: 14px;
  position: relative;
  left: 30px;
  width: 90%;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .page-monocol-contact-form .content-container .et_pb_contact_field_3 .et_pb_contact_field_checkbox i,
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-contact-form .content-container .et_pb_contact_field_3 .et_pb_contact_field_checkbox i {
  position: absolute;
  left: -30px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .page-monocol-contact-form .wpcf7-response-output,
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-contact-form .wpcf7-response-output {
  margin: 0px 25px;
  top: -20px;
  position: relative;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .page-monocol-contact-form .et_pb_image.et_pb_image_2,
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section .right-col-contact-form .et_pb_image.et_pb_image_2 {
  max-width: 200px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.ux-service-top-container .et_pb_column {
  width: 32.6%;
  margin-right: 1%;
  padding: 24px 12px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.ux-service-top-container .et_pb_row_1 .et_pb_column:nth-child(2) {
  background-color: #fff;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.ux-service-top-container .et_pb_text h2 {
  line-height: 32px !important;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.ux-service-top-container .et_pb_text h4 {
  line-height: 30px !important;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.ux-service-top-container .et_pb_text h6 {
  text-align: center;
  color: #e21f53 !important;
  font-size: 22px !important;
  line-height: unset;
  font-weight: unset;
  margin-top: 10px;
  margin-bottom: 16px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.ux-service-top-container .et_pb_text a {
  color: #e21f53 !important;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.ux-service-top-container .et_pb_text.ux-services-actions {
  margin-top: -80px;
  margin-bottom: -60px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.ux-service-middle-container #ux-services-big-logo img {
  position: relative;
  top: -50px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.ux-service-middle-container .page-content-bottom {
  text-align: center;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.ux-service-middle-container .page-content-bottom .middle-box-1_3 {
  display: inline-block;
  width: 30.88%;
  padding: 24px 0px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.ux-service-middle-container .page-content-bottom .middle-box-1_3 .box-numbers {
  color: #e21f53 !important;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 20px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.ux-service-middle-container .page-content-bottom .middle-box-1_3 .box-text {
  font-weight: bold;
  margin-top: 5px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.ux-service-middle-container .page-content-bottom .middle-box-1_3 .fa {
  color: #e21f53 !important;
  font-size: 50px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section.ux-service-middle-container .page-content-bottom p {
  padding-bottom: 0px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section #ux-services-middle-container-links {
  position: relative;
  top: -100px;
  margin-bottom: -80px;
}
#main-content .container #content-area #left-area article.page .entry-content .et_pb_section:last-child {
  padding-bottom: 50px !important;
  margin-bottom: -50px !important;
}
/* Extra rule to style 2 lines h1 */
#page-container.class-termsAndConditions h1 {
  line-height: 48px;
}
body:not(.rut-blog) #main-content .container {
  padding-top: 0 !important;
}
/* Desktop small resolutions  */
@media only screen and (min-width: 981px) and (max-width: 1140px) {
  #main-content .container #content-area #left-area article .entry-content .et_pb_section {
    padding-left: 35px;
    padding-right: 35px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.header_image_responsive {
    padding: 0px;
  }
}
/* Tablet and smartphones in landscape mode (480-980px) */
@media only screen and (min-width: 480px) and (max-width: 980px) {
  #main-content .container #content-area #left-area article .entry-content .et_pb_section {
    padding-left: 25px;
    padding-right: 25px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .home-block-headline,
  #main-content .container #content-area #left-area article .entry-content .et_pb_section #headline {
    padding-bottom: 30px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .home-block-headline h2,
  #main-content .container #content-area #left-area article .entry-content .et_pb_section #headline h2 {
    font-size: 32px;
    line-height: 40px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .home-block-headline h4,
  #main-content .container #content-area #left-area article .entry-content .et_pb_section #headline h4 {
    font-size: 20px !important;
    line-height: 28px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section h2 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.light-grey-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.white-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.header_image_responsive {
    padding: 0px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.header_image_responsive .h1-header h1 {
    font-size: 40px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.header_image_not_responsive {
    padding: 0px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.testimonial-section.light-grey-section:last-child {
    padding-bottom: 40px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.testimonial-section .white-box {
    padding: 0 30px 30px 30px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.testimonial-section .white-box .company-image {
    display: block;
    margin: 0 auto;
    width: 200px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.testimonial-section .white-box p {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.testimonial-section .white-box:after {
    display: none;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.testimonial-section .profile {
    text-align: center;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.testimonial-section .profile h3 {
    font-size: 20px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    line-height: 24px !important;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.testimonial-section .profile p {
    font-size: 13px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .et_pb_row .et_pb_column {
    margin-bottom: 0px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-content {
    padding: 20px 0 0 0;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-content .green-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-two-columns-list {
    left: 0px;
    width: 100%;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-two-columns-image-list {
    left: 0px;
    width: 100%;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-two-columns-image-list .wrapper-content-top .image {
    margin: 0px 18px 0px 0px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-two-columns-image-list .wrapper-content-top .content {
    width: 64%;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-two-columns-image-list .wrapper-content-bottom .two-columns-row .two-columns-left {
    max-width: 100%;
    margin-right: 0px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-two-columns-image-list .wrapper-content-bottom .two-columns-row .two-columns-right {
    max-width: 100%;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-optional {
    left: 0px;
    width: 100%;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-optional .wrapper-content .image {
    margin: 0px 20px 0px 15px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-newsletter {
    left: 0px;
    width: 100%;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-newsletter .top .fa-lightbulb-o {
    font-size: 50px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-newsletter .top h4 {
    font-size: 22px !important;
    width: 87%;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-newsletter .bottom {
    width: 100%;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-award {
    padding-top: 20px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-award .quote {
    margin-bottom: 30px;
    padding-top: 0;
    padding-right: 20px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section #ux-services-middle-container-links {
    position: unset;
    top: unset;
    margin-top: -20px;
    margin-bottom: 20px;
  }
}
/* Smartphones in portrait mode (360-479px) */
@media only screen and (min-width: 360px) and (max-width: 479px) {
  #main-content .container #content-area #left-area article .entry-content .et_pb_section {
    padding-left: 15px;
    padding-right: 15px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .home-block-headline,
  #main-content .container #content-area #left-area article .entry-content .et_pb_section #headline {
    padding-bottom: 30px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .home-block-headline h2,
  #main-content .container #content-area #left-area article .entry-content .et_pb_section #headline h2 {
    font-size: 28px;
    line-height: 39px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .home-block-headline h4,
  #main-content .container #content-area #left-area article .entry-content .et_pb_section #headline h4 {
    font-size: 22px !important;
    line-height: 26px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section h2 {
    font-size: 28px !important;
    line-height: 39px !important;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section p {
    font-size: 15px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.light-grey-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.white-section {
    padding-top: 35px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.header_image_responsive {
    padding: 0px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.header_image_responsive .h1-header h1 {
    font-size: 20px;
    line-height: 58px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.header_image_not_responsive {
    padding: 0px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.testimonial-section.light-grey-section:last-child {
    padding-bottom: 35px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.testimonial-section .white-box {
    padding: 0 30px 30px 30px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.testimonial-section .white-box .company-image {
    display: block;
    margin: 0 auto;
    width: 200px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.testimonial-section .white-box p {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.testimonial-section .white-box:after {
    display: none;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.testimonial-section .profile {
    text-align: center;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.testimonial-section .profile h3 {
    font-size: 20px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    line-height: 24px !important;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.testimonial-section .profile p {
    font-size: 13px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .four-columns-logos .et_pb_column_1_4 {
    margin-left: 2.5% !important;
    width: 47.5% !important;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .et_pb_row .et_pb_column {
    margin-bottom: 0px;
    margin-right: 0px !important;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-content {
    padding: 15px 0 0 0;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-content .green-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-two-columns-list {
    left: 0px;
    width: 100%;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-two-columns-image-list {
    left: 0px;
    width: 100%;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-two-columns-image-list .wrapper-content-top .image {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-two-columns-image-list .wrapper-content-top .content {
    width: 100%;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-two-columns-image-list .wrapper-content-bottom .two-columns-row .two-columns-left {
    max-width: 100%;
    margin-right: 0px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-two-columns-image-list .wrapper-content-bottom .two-columns-row .two-columns-right {
    max-width: 100%;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-optional {
    left: 0px;
    width: 100%;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-optional .wrapper-content .image {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-optional .wrapper-content .content {
    width: 100%;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-newsletter {
    left: 0px;
    width: 100%;
    padding: 20px 15px !important;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-newsletter .top {
    padding-right: 0px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-newsletter .top .fa-lightbulb-o {
    font-size: 50px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-newsletter .top h4 {
    line-height: 26px !important;
    font-size: 22px !important;
    width: 86%;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-newsletter .bottom {
    width: 100%;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-award {
    padding-top: 20px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-award .quote {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    font-size: 16px;
    margin-bottom: 20px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section h3.blue-color {
    line-height: 28px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section #ux-services-middle-container-links {
    position: unset;
    top: unset;
    margin-top: -20px;
    margin-bottom: 20px;
  }
}
/* Smartphones in portrait mode (0-360px) */
@media only screen and (max-width: 360px) {
  #main-content .container #content-area #left-area article .entry-content .et_pb_section {
    padding-left: 8px;
    padding-right: 8px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .home-block-headline,
  #main-content .container #content-area #left-area article .entry-content .et_pb_section #headline {
    padding-bottom: 0;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .home-block-headline h2,
  #main-content .container #content-area #left-area article .entry-content .et_pb_section #headline h2 {
    font-size: 28px;
    line-height: 39px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .home-block-headline h4,
  #main-content .container #content-area #left-area article .entry-content .et_pb_section #headline h4 {
    font-size: 22px !important;
    line-height: 26px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section h2 {
    font-size: 28px !important;
    line-height: 39px !important;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section p {
    font-size: 16px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.light-grey-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.white-section {
    padding-top: 30px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.header_image_responsive {
    padding: 0px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.header_image_responsive .h1-header h1 {
    font-size: 16px;
    line-height: 40px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.header_image_not_responsive {
    padding: 0px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.testimonial-section.light-grey-section:last-child {
    padding-bottom: 30px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.testimonial-section .white-box {
    padding: 0 30px 30px 30px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.testimonial-section .white-box .company-image {
    display: block;
    margin: 0 auto;
    width: 200px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.testimonial-section .white-box p {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.testimonial-section .white-box:after {
    display: none;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.testimonial-section .profile {
    text-align: center;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.testimonial-section .profile h3 {
    font-size: 20px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    line-height: 24px !important;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section.testimonial-section .profile p {
    font-size: 13px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .four-columns-logos .et_pb_column_1_4 {
    margin-left: 2.5% !important;
    width: 47.5% !important;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .et_pb_row .et_pb_column {
    margin-bottom: 0px;
    margin-right: 0px !important;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-content {
    padding: 10px 0 0 0;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-content .green-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-two-columns-list {
    left: 0px;
    width: 100%;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-two-columns-image-list {
    left: 0px;
    width: 100%;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-two-columns-image-list .wrapper-content-top .image {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-two-columns-image-list .wrapper-content-top .content {
    width: 100%;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-two-columns-image-list .wrapper-content-bottom .two-columns-row .two-columns-left {
    max-width: 100%;
    margin-right: 0px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-two-columns-image-list .wrapper-content-bottom .two-columns-row .two-columns-right {
    max-width: 100%;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-optional {
    left: 0px;
    width: 100%;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-optional .wrapper-content .image {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-optional .wrapper-content .content {
    width: 100%;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-newsletter {
    left: 0px;
    width: 100%;
    padding: 20px 10px !important;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-newsletter .top {
    padding-right: 0px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-newsletter .top .fa-lightbulb-o {
    font-size: 50px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-newsletter .top h4 {
    line-height: 26px !important;
    font-size: 22px !important;
    width: 85%;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-newsletter .bottom {
    width: 100%;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-newsletter .bottom a {
    font-size: 15px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-award {
    padding-top: 20px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section .right-col-award .quote {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section h3.blue-color {
    line-height: 28px;
  }
  #main-content .container #content-area #left-area article .entry-content .et_pb_section #ux-services-middle-container-links {
    position: unset;
    top: unset;
    margin-top: -20px;
    margin-bottom: 20px;
  }
}
.contextual-menu-section .et_pb_column_1 {
  position: absolute;
}
.contextual-menu-section .et_pb_column_2 {
  margin-left: 27.375%;
}
.contextual-menu-section #contextual-sidebar {
  background-color: white;
  box-shadow: 0px 10px 8px 0px rgba(121, 121, 121, 0.3);
  border-radius: 5px;
  z-index: 9999999;
  min-width: 247.05px;
  padding-right: 0px !important;
  position: sticky;
  top: 30px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
}
.contextual-menu-section #contextual-sidebar .widget_execphp {
  margin-bottom: 0 !important;
}
.contextual-menu-section #contextual-sidebar ul {
  list-style: none;
  padding: 0;
}
.contextual-menu-section #contextual-sidebar ul li {
  height: 50px;
  transition: all 0.1s ease-in-out;
  margin-bottom: 0px !important;
}
.contextual-menu-section #contextual-sidebar ul li a {
  color: #009FE3;
  display: block;
  margin: 0px 6px;
  line-height: 50px;
  font-size: 15px;
}
.contextual-menu-section #contextual-sidebar ul li a .fa-angle-right {
  float: right;
  line-height: 50px;
  font-size: 18px;
}
.contextual-menu-section #contextual-sidebar ul li:hover {
  font-weight: bold;
  transition: all 0.1s ease-in;
}
.contextual-menu-section #contextual-sidebar ul .current_page_item {
  background-color: #F8F8F8;
  font-weight: bold;
  color: black;
}
.contextual-menu-section #contextual-sidebar ul .current_page_item a {
  color: black !important;
}
.contextual-menu-section #contextual-sidebar ul .current_page_item a .fa-angle-right {
  color: #A7A7A7;
}
/* Tablet and smartphones (0-980px) */
@media only screen and (max-width: 980px) {
  .contextual-menu-section .et_pb_column_1 {
    position: static;
    height: unset !important;
  }
  .contextual-menu-section .et_pb_column_2 {
    margin-left: unset;
  }
  .contextual-menu-section #contextual-sidebar {
    margin-bottom: 30px;
  }
  .contextual-menu-section #contextual-sidebar .widget_execphp {
    width: 100% !important;
  }
}
.class-preise .et_pb_column_2_3 {
  width: 66%;
  margin-right: 2.5% !important;
}
.class-preise .et_pb_column_1_3 {
  width: 31.5%;
}
.class-preise #main-content {
  background-color: #f8f8f8;
}
.class-preise #main-content .container .et_pb_section {
  background-color: #f8f8f8;
}
.class-preise #main-content .container .no-responsive-sec {
  padding: 0;
}
.class-preise #main-content .container #table-wrapper {
  width: 1080px;
}
.class-preise #main-content .container #table-wrapper .row-left {
  display: inline-block;
  position: relative;
  left: -6px;
  width: 91%;
  line-height: 18px;
}
.class-preise #main-content .container #table-wrapper .row-right {
  display: inline-block;
  width: 5%;
  vertical-align: top;
}
.class-preise #main-content .container #table-wrapper .fa-info-circle {
  color: #009fe3;
  font-size: 17px;
  position: relative;
  left: 3px;
  display: inline;
}
.class-preise #main-content .container #table-wrapper .single-price {
  font-size: 23px !important;
}
.class-preise #main-content .container #table-wrapper .total-price {
  font-size: 23px !important;
}
.class-preise #main-content .container #table-wrapper .total-price.total-price-first-row {
  margin-top: -15px;
}
.class-preise #main-content .container #table-wrapper .table-h1 {
  font-size: 50px !important;
  font-weight: 600;
  color: #323232;
  line-height: 57px;
  font-family: 'Open Sans', sans-serif;
}
.class-preise #main-content .container #table-wrapper .table-h3 {
  font-size: 19px !important;
  line-height: 0px;
  font-weight: 500;
}
.class-preise #main-content .container #table-wrapper #price-tab-container .price-tab {
  line-height: 50px;
  border-radius: 5px 5px 0px 0px;
  box-shadow: 0px 15px 10px 0px #d3d3d3;
  color: black;
  display: inline-block;
  vertical-align: bottom;
  width: 180px;
  height: 50px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  background-color: #F2F3F5;
  transition: all 0.2s ease-out;
}
.class-preise #main-content .container #table-wrapper #price-tab-container .price-tab a {
  display: block;
  font-weight: 500;
  color: black !important;
  text-align: center;
  font-size: 20px;
  font-family: Bariol-bold;
}
.class-preise #main-content .container #table-wrapper #price-tab-container .price-tab.modrut-price-tab {
  width: 289px;
}
.class-preise #main-content .container #table-wrapper #price-tab-container .price-tab:hover {
  background-color: white;
  height: 60px;
  line-height: 60px;
  transition: all 0.2s ease-in;
}
.class-preise #main-content .container #table-wrapper #price-tab-container .price-tab.active {
  background-color: white;
  height: 60px;
  line-height: 60px;
}
.class-preise #main-content .container #table-wrapper #general-price-container {
  background-color: #ffffff;
  padding: 15px 35px 35px 0;
  color: #343434;
  position: relative;
  z-index: 1;
  border-radius: 0px 5px 5px 5px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body {
  background-color: #ffffff;
  width: 100%;
  font-size: 14px !important;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body.mobile-price-body #col-1 .col-1-row-header p {
  text-align: left;
  font-family: Segoe-print;
  font-weight: bold;
  position: relative;
  top: 5px;
  left: 0px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body.mobile-price-body #col-1 .col-1-row-header p .arrow-right {
  position: absolute;
  right: 30px;
  top: -6px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body #self-service {
  background-color: #F2F3F5;
  font-family: Segoe-print;
  font-weight: bold;
  width: 637px;
  height: 30px;
  position: relative;
  top: 30px;
  left: 407px;
  border-radius: 5px 5px 0px 0px;
  text-align: center;
  line-height: 30px;
  color: #2F3032;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body p {
  font-size: 14px;
  line-height: inherit;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body .fa-check {
  color: #3BA775;
  font-size: 20px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body .row-header {
  background-color: #F2F3F5;
  height: 120px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body .row-1 {
  height: 85px;
  padding: 20px 25px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body .row-2 {
  height: 55px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body .row-3 {
  height: 55px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body .row-4 {
  height: 55px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body .row-5 {
  height: 55px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body .row-6 {
  height: 55px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body .row-7 {
  height: 40px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body #col-1 {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  text-align: right;
  padding-right: 10px;
  padding-left: 51px;
  font-weight: bold;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body #col-1 .show-helpbubble {
  position: relative;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body #col-1 .helpbubble {
  font-weight: normal;
  left: 260px;
  margin-top: -75px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body #col-1 .col-1-row-header {
  background-color: white;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body #col-1 .col-1-row-header p {
  text-align: left;
  font-family: Segoe-print;
  font-weight: bold;
  position: relative;
  top: 15px;
  left: -20px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body #col-1 .col-1-row-header p .arrow-right {
  position: absolute;
  right: -21px;
  top: 53px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body #col-1 .col-1-row-6 {
  height: 60px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body #col-2 {
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  width: 180px;
  text-align: center;
  padding-bottom: 30px;
  box-shadow: 0px 5px 10px 0px #f6f6f6;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body #col-2 .col-2-row-header {
  background-color: #0087CB;
  border-radius: 5px 5px 0px 0px;
  padding: 13px 30px 13px 30px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body #col-2 .col-2-row-header .table-h2 {
  color: white;
  font-size: 24px !important;
  line-height: 30px !important;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body #col-2 .col-2-row-6 {
  height: 60px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body #col-2 .col-2-row-7 {
  font-size: 24px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body #col-3 {
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  width: 156.5px;
  margin-top: 30px;
  text-align: center;
  padding-bottom: 30px;
  box-shadow: 0px 5px 10px 0px #f6f6f6;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body #col-3 .col-3-row-header {
  height: 90px;
  padding: 5px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body #col-3 .col-3-row-6 {
  padding-top: 15px;
  height: 45px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body #col-3 .col-3-row-6 span {
  background-color: #E11F51;
  font-size: 12px;
  color: white;
  border-radius: 5px;
  padding: 0px 5px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body #col-3 .col-3-row-7 {
  font-size: 24px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body #col-4 {
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  width: 156.5px;
  margin-top: 30px;
  text-align: center;
  padding-bottom: 30px;
  box-shadow: 0px 5px 10px 0px #f6f6f6;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body #col-4 .col-4-row-header {
  height: 90px;
  padding: 5px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body #col-4 .col-4-row-6 {
  padding-top: 15px;
  height: 45px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body #col-4 .col-4-row-6 span {
  background-color: #E11F51;
  font-size: 12px;
  color: white;
  border-radius: 5px;
  padding: 0px 5px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body #col-4 .col-4-row-7 {
  font-size: 24px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body #col-5 {
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  width: 156.5px;
  margin-top: 30px;
  text-align: center;
  padding-bottom: 30px;
  box-shadow: 0px 5px 10px 0px #f6f6f6;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body #col-5 .col-5-row-header {
  height: 90px;
  padding: 5px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body #col-5 .col-5-row-6 {
  padding-top: 15px;
  height: 45px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body #col-5 .col-5-row-6 span {
  background-color: #E11F51;
  font-size: 12px;
  color: white;
  border-radius: 5px;
  padding: 0px 5px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body #col-5 .col-5-row-7 {
  font-size: 24px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body #col-6 {
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  width: 156.5px;
  margin-top: 30px;
  text-align: center;
  padding-bottom: 30px;
  box-shadow: 0px 5px 10px 0px #f6f6f6;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body #col-6 .col-6-row-header {
  height: 90px;
  padding: 5px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body #col-6 .col-6-row-6 {
  padding-top: 15px;
  height: 45px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body #col-6 .col-6-row-6 span {
  background-color: #E11F51;
  font-size: 12px;
  color: white;
  border-radius: 5px;
  padding: 0px 5px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #general-price-body #col-6 .col-6-row-7 {
  font-size: 24px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #credits-price-body {
  padding: 10px 0px 15px 40px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #credits-price-body p {
  line-height: inherit;
}
.class-preise #main-content .container #table-wrapper #general-price-container #credits-price-body .row-header {
  background-color: #F2F3F5;
  height: 120px;
  padding: 20px;
  border-radius: 5px 5px 0px 0px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #credits-price-body .row-1 {
  height: 70px;
  line-height: 70px !important;
}
.class-preise #main-content .container #table-wrapper #general-price-container #credits-price-body .row-2 {
  height: 70px;
  line-height: 70px !important;
}
.class-preise #main-content .container #table-wrapper #general-price-container #credits-price-body .row-3 {
  height: 70px;
  line-height: 70px !important;
  font-size: 24px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #credits-price-body #vorteile {
  margin: 30px 0px 40px 0px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #credits-price-body #vorteile .head {
  font-weight: bold;
  font-size: 16px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #credits-price-body #vorteile .content {
  font-size: 16px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #credits-price-body #vorteile .content .fa-check {
  color: #3BA775;
  font-size: 16px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #credits-price-body #col-1 {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  padding-right: 10px;
  font-weight: bold;
  width: 250px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #credits-price-body #col-1 .col-1-row-header {
  background-color: white;
}
.class-preise #main-content .container #table-wrapper #general-price-container #credits-price-body #col-1 .col-1-row-header p {
  text-align: left;
  font-family: Segoe-print;
  font-weight: bold;
  position: relative;
  top: -15px;
  left: -20px;
  font-size: 13px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #credits-price-body #col-1 .col-1-row-header p .arrow-right {
  position: absolute;
  right: -21px;
  top: -17px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #credits-price-body #col-1 p {
  font-size: 14px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #credits-price-body #col-2 {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  box-shadow: 0px 5px 10px 0px #f6f6f6;
  width: 185px;
  border-radius: 5px;
  padding-bottom: 30px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #credits-price-body #col-3 {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  box-shadow: 0px 5px 10px 0px #f6f6f6;
  width: 185px;
  border-radius: 5px;
  padding-bottom: 30px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #credits-price-body #col-4 {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  box-shadow: 0px 5px 10px 0px #f6f6f6;
  width: 185px;
  border-radius: 5px;
  padding-bottom: 30px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #credits-price-body #col-5 {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  box-shadow: 0px 5px 10px 0px #f6f6f6;
  width: 185px;
  border-radius: 5px;
  padding-bottom: 30px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #moderierte-price-body {
  padding: 25px 0px 15px 40px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #moderierte-price-body p {
  line-height: inherit;
}
.class-preise #main-content .container #table-wrapper #general-price-container #moderierte-price-body .row-header {
  background-color: #F2F3F5;
  height: 120px;
  padding: 20px;
  border-radius: 5px 5px 0px 0px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #moderierte-price-body .row-1 {
  height: 70px;
  line-height: 70px !important;
}
.class-preise #main-content .container #table-wrapper #general-price-container #moderierte-price-body .row-2 {
  height: 70px;
  line-height: 70px !important;
}
.class-preise #main-content .container #table-wrapper #general-price-container #moderierte-price-body .row-3 {
  height: 70px;
  line-height: 70px !important;
  font-size: 24px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #moderierte-price-body #vorteile {
  margin: 28px 0px 40px 0px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #moderierte-price-body #vorteile .head {
  font-weight: bold;
  font-size: 16px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #moderierte-price-body #vorteile .content {
  font-size: 16px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #moderierte-price-body #vorteile .content .fa-check {
  color: #3BA775;
  font-size: 16px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #moderierte-price-body #col-1 {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  padding-right: 45px;
  font-weight: bold;
  width: auto;
}
.class-preise #main-content .container #table-wrapper #general-price-container #moderierte-price-body #col-1 .col-1-row-header {
  background-color: white;
}
.class-preise #main-content .container #table-wrapper #general-price-container #moderierte-price-body #col-1 .col-1-row-header p {
  text-align: left;
  font-family: Segoe-print;
  font-weight: bold;
  position: relative;
  top: -15px;
  left: -20px;
  font-size: 13px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #moderierte-price-body #col-1 .col-1-row-header p .arrow-right {
  position: absolute;
  right: -21px;
  top: -17px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #moderierte-price-body #col-1 p {
  font-size: 14px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #moderierte-price-body #col-2 {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  box-shadow: 0px 5px 10px 0px #f6f6f6;
  width: 200px;
  border-radius: 5px;
  padding-bottom: 30px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #moderierte-price-body #col-3 {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  box-shadow: 0px 5px 10px 0px #f6f6f6;
  width: 200px;
  border-radius: 5px;
  padding-bottom: 30px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #moderierte-price-body #col-4 {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  box-shadow: 0px 5px 10px 0px #f6f6f6;
  width: 200px;
  border-radius: 5px;
  padding-bottom: 30px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #moderierte-price-body #col-5 {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  box-shadow: 0px 5px 10px 0px #f6f6f6;
  width: 200px;
  border-radius: 5px;
  padding-bottom: 30px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #moderierte-price-body .single-price-info {
  font: Italic 16px/22px Open Sans;
  letter-spacing: 0px;
  color: #333333;
  width: 100%;
  float: left;
  position: relative;
  top: -20px;
  margin-bottom: 25px;
}
.class-preise #main-content .container #table-wrapper #general-price-container #moderierte-price-body .single-price-info span {
  color: #009FE3;
}
.class-preise #main-content .container #table-wrapper #general-price-container .price-table-footer {
  width: 100%;
  text-align: right;
  padding-top: 20px;
  padding-right: 35px;
  overflow: hidden;
}
.class-preise #main-content .container #table-wrapper #general-price-container .price-table-footer p {
  font-size: 13px !important;
}
.class-preise #main-content .container #table-wrapper #general-price-container .price-table-footer .button-inline {
  display: inline-block;
}
.class-preise #main-content .container #price-content {
  padding: 20px 0 0 0;
}
.class-preise #main-content .container #price-content .et_pb_column_2_3 .et_pb_text {
  padding: 20px 25px 40px 30px;
  background-color: white;
  margin-bottom: 20px;
}
.class-preise #main-content .container #price-content .et_pb_column_2_3 .et_pb_text ul {
  margin-top: 30px;
}
.class-preise #main-content .container #price-content .two-columns-image-list h6 {
  color: #E11F53;
}
.class-preise #main-content .container #price-content .two-columns-image-list .red-color {
  color: #E11F53 !important;
}
.class-preise #main-content .container #price-content .two-columns-image-list .image {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin: 0px 40px 0px 0px;
}
.class-preise #main-content .container #price-content .two-columns-image-list .content {
  display: inline-block;
  width: 62%;
  vertical-align: top;
}
.class-preise #main-content .container #price-content .two-columns-image-list .content .fa {
  color: #3AA06E;
  position: absolute;
  left: 0;
  top: 5px;
}
.class-preise #main-content .container #price-content .two-columns-image-list .content .p-row-list {
  padding-left: 40px;
  position: relative;
}
.class-preise #main-content .container #price-content .white-box {
  background-color: white;
  padding: 30px;
  min-height: 270px;
  margin-bottom: 40px;
  position: relative;
}
.class-preise #main-content .container #price-content .white-box p {
  font-size: 16px;
}
.class-preise #main-content .container #price-content .white-box .company-logo {
  margin-bottom: 15px;
}
.class-preise #main-content .container #price-content .white-box .company-logo img {
  display: block;
  margin: 0 auto;
}
.class-preise #main-content .container #price-content .white-box:after {
  background-color: white;
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: -25px;
  margin: 0 auto;
  left: 0;
  right: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  content: '';
}
.class-preise #main-content .container #price-content .profile {
  text-align: center;
}
.class-preise #main-content .container #price-content .profile h3 {
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
.class-preise #main-content .container #price-content .profile h3 a {
  color: #68BAE9;
}
.class-preise #main-content .container #price-content .profile p {
  font-size: 12px !important;
}
.class-preise #main-content .container #price-content .profile .profile-picture {
  background-color: black;
  border-radius: 50%;
  margin: 20px auto;
  width: 120px;
  height: 120px;
  vertical-align: bottom;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .no-responsive-sec {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
/* Tablet and smartphones in landscape mode (480-980px) */
@media only screen and (min-width: 480px) and (max-width: 980px) {
  .class-preise #main-content .container #table-wrapper #price-content .two-columns-image-list .image {
    margin: 0px 18px 0px 0px;
  }
}
/* Smartphones in portrait mode (360-479px) */
@media only screen and (min-width: 360px) and (max-width: 479px) {
  .class-preise #main-content .container #table-wrapper #price-content .two-columns-image-list .image {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .class-preise #main-content .container #table-wrapper #price-content .two-columns-image-list .content {
    width: 100%;
  }
}
/* Smartphones in portrait mode (0-360px) */
@media only screen and (max-width: 360px) {
  .class-preise #main-content .container #table-wrapper #price-content .two-columns-image-list .image {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .class-preise #main-content .container #table-wrapper #price-content .two-columns-image-list .content {
    width: 100%;
  }
}
#page-container.register-access .content {
  background-color: #fff;
  width: 1080px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  color: #333;
}
#page-container.register-access .content h1 {
  display: block;
  clear: both;
  font-size: 32px;
  margin-top: 40px;
  text-align: center;
}
#page-container.register-access .content .content-error h1 {
  font-size: 64px;
}
#page-container.register-access .content .customSelect-content {
  width: 368px !important;
}
#page-container.register-access .content .form-field.zip-city input {
  width: 100% !important;
}
#page-container.register-access .content .form-field.zip-city #zip {
  width: 120px !important;
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 0px;
  margin-top: 0px !important;
  vertical-align: top;
}
#page-container.register-access .content .form-field.zip-city #city {
  width: 280px !important;
  display: inline-block;
  margin-bottom: 0px;
  margin-top: 0px !important;
  vertical-align: top;
}
#page-container.register-access .content .register-access-container {
  background-color: #f8f8f8;
  margin-top: 25px;
  margin-bottom: 110px;
  width: 580px;
  padding: 50px 80px;
  margin-left: auto;
  margin-right: auto;
}
#page-container.register-access .content .register-access-container .register-access-intro {
  margin-top: 20px;
  margin-bottom: 20px;
}
#page-container.register-access .content .register-access-container #register-access-form .form-field {
  width: 100%;
}
#page-container.register-access .content .register-access-container #register-access-form .form-field label {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
#page-container.register-access .content .register-access-container #register-access-form .form-field .radio {
  display: inline-block;
  margin-left: -5px;
  width: 64px;
}
#page-container.register-access .content .register-access-container #register-access-form .form-field .radio label {
  display: inline-block;
  font-weight: normal;
}
#page-container.register-access .content .register-access-container #register-access-form .form-field input[type="text"],
#page-container.register-access .content .register-access-container #register-access-form .form-field input[type="password"] {
  color: #4c4c4c;
  height: 48px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  width: 420px;
  border: 1px solid #bbb;
}
#page-container.register-access .content .register-access-container #register-access-form .form-field input[type="radio"] + label {
  position: relative;
  padding-left: 8px;
  cursor: pointer;
}
#page-container.register-access .content .register-access-container #register-access-form .form-field input[type="radio"] {
  opacity: 0;
}
#page-container.register-access .content .register-access-container #register-access-form .form-field input[type="radio"] + label:before {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 1px;
  left: -16px;
  background: white;
  border: 1px solid #535353;
  color: #009fe3;
  border-radius: 50%;
  padding: 0 !important;
  content: '';
}
#page-container.register-access .content .register-access-container #register-access-form .form-field input[type="radio"] + label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #009fe3;
  top: 6px;
  left: -11px;
  border-radius: 50%;
  transform: rotate(-45deg);
  cursor: pointer;
}
#page-container.register-access .content .register-access-container #register-access-form .form-field input[type="radio"]:checked + label:after {
  opacity: 1;
}
#page-container.register-access .content .register-access-container #register-access-form .form-field input[type="radio"]:focus + label {
  outline: 1px dotted black;
}
#page-container.register-access .content .register-access-container #register-access-form .form-field .validate-advice,
#page-container.register-access .content .register-access-container #register-access-form .form-field .validate-advice-js {
  margin-bottom: 10px;
}
#page-container.register-access .content .register-access-container #register-access-form .actions {
  text-align: right;
  margin-top: 30px;
  margin-bottom: 30px;
}
#page-container.register-access .content .register-access-container #register-access-form .actions button {
  width: 100%;
}
#page-container.register-access .content .register-access-container-modRut {
  width: 516px;
  padding: 48px;
  margin-top: 48px;
}
#page-container.register-access .content .register-access-container-modRut .form-field {
  margin-top: 16px;
}
#page-container.register-access .content .register-access-container-modRut .actions {
  margin-bottom: 0px !important;
}
.class-faq .light-grey-section,
.class-tester-faq .light-grey-section,
.class-tipps .light-grey-section {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.class-faq .light-grey-section .et_pb_row .et_pb_text,
.class-tester-faq .light-grey-section .et_pb_row .et_pb_text,
.class-tipps .light-grey-section .et_pb_row .et_pb_text {
  margin-bottom: 30px !important;
}
.class-faq .light-grey-section .et_pb_row .et_pb_toggle,
.class-tester-faq .light-grey-section .et_pb_row .et_pb_toggle,
.class-tipps .light-grey-section .et_pb_row .et_pb_toggle {
  margin-top: -18px;
  border: 0px;
  background-color: #fff;
  padding: 8px 20px;
}
.class-faq .light-grey-section .et_pb_row .et_pb_toggle h5.et_pb_toggle_title,
.class-tester-faq .light-grey-section .et_pb_row .et_pb_toggle h5.et_pb_toggle_title,
.class-tipps .light-grey-section .et_pb_row .et_pb_toggle h5.et_pb_toggle_title {
  font-size: 16px !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #009fe3 !important;
  line-height: 22px !important;
}
.class-faq .light-grey-section .et_pb_row .et_pb_toggle .et_pb_toggle_title::before,
.class-tester-faq .light-grey-section .et_pb_row .et_pb_toggle .et_pb_toggle_title::before,
.class-tipps .light-grey-section .et_pb_row .et_pb_toggle .et_pb_toggle_title::before {
  color: #009fe3 !important;
  font-size: 20px;
}
.class-faq .light-grey-section .et_pb_row .et_pb_toggle .et_pb_toggle_content,
.class-tester-faq .light-grey-section .et_pb_row .et_pb_toggle .et_pb_toggle_content,
.class-tipps .light-grey-section .et_pb_row .et_pb_toggle .et_pb_toggle_content {
  padding-top: 10px;
  padding-bottom: 10px;
}
.class-faq .light-grey-section .et_pb_row .et_pb_toggle .et_pb_toggle_content p,
.class-tester-faq .light-grey-section .et_pb_row .et_pb_toggle .et_pb_toggle_content p,
.class-tipps .light-grey-section .et_pb_row .et_pb_toggle .et_pb_toggle_content p {
  font-size: 16px !important;
  font-family: 'Open Sans', sans-serif;
  max-width: 700px;
}
.class-faq .light-grey-section.et_pb_section_1,
.class-tester-faq .light-grey-section.et_pb_section_1,
.class-tipps .light-grey-section.et_pb_section_1 {
  padding-top: 50px !important;
  background-color: #fff;
}
.class-faq .light-grey-section:last-child,
.class-tester-faq .light-grey-section:last-child,
.class-tipps .light-grey-section:last-child {
  padding-bottom: 150px !important;
  margin-bottom: -40px;
}
.class-faq .et_pb_row {
  max-width: 760px !important;
}
.class-ueberuns {
  /* Desktop small resolutions  */
  /* Tablet and smartphones in landscape mode (480-980px) */
  /* Smartphones in portrait mode (360-479px) */
  /* Smartphones in portrait mode (0-360px) */
}
.class-ueberuns .p-blue {
  font-family: Segoe-print;
  font-weight: bold;
  color: #009fe3;
}
.class-ueberuns h6 {
  font-size: 22px;
  padding-bottom: 5px;
}
.class-ueberuns h2 {
  text-align: center;
  margin-bottom: 15px;
  line-height: 48px !important;
}
.class-ueberuns .et_pb_image img {
  display: block;
  margin: 0 auto;
}
.class-ueberuns .team-top-section {
  padding-bottom: 50px !important;
}
.class-ueberuns .team-top-section .et_pb_column_1_3 {
  width: 29.666%;
  margin-right: 5.5%;
}
.class-ueberuns .team-top-section .signature {
  width: 100%;
  min-height: 50px;
  padding-right: 40px;
  padding-bottom: 1em;
}
.class-ueberuns .team-top-section .signature img {
  float: right;
}
.class-ueberuns .team-top-section .p-blue {
  text-align: center;
  -o-hyphens: unset;
  -webkit-hyphens: unset;
  -ms-hyphens: unset;
  hyphens: unset;
}
.class-ueberuns .team-top-section h6 {
  text-align: center;
}
.class-ueberuns .team-top-section .et_pb_image {
  border-radius: 50%;
  overflow: hidden;
  padding: 0px !important;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 200px;
  height: 200px;
}
.class-ueberuns .white-section {
  padding-bottom: 50px !important;
}
.class-ueberuns .team-four-columns-section .et_pb_column_1_4 {
  width: 20.875% !important;
  margin-right: 5.5% !important;
}
.class-ueberuns .team-four-columns-section .et_pb_image {
  border-radius: 50%;
  overflow: hidden;
  padding: 0px !important;
  margin: 0 auto;
  margin-bottom: 20px;
  height: 200px;
  width: 200px;
}
@media only screen and (min-width: 480px) and (max-width: 980px) {
  .class-ueberuns .white-section {
    padding-bottom: 40px !important;
  }
  .class-ueberuns .team-four-columns-section .et_pb_column_1_4 {
    width: 47.25% !important;
    margin-right: 5.5% !important;
  }
  .class-ueberuns .team-four-columns-section .et_pb_column_1_4:nth-child(even) {
    margin-right: 0 !important;
  }
  .class-ueberuns .team-four-columns-section .et_pb_row_4col {
    padding: 0 !important;
  }
  .class-ueberuns .team-four-columns-section .et_pb_row_4col .et_pb_column {
    padding-bottom: 30px;
  }
  .class-ueberuns .team-four-columns-section .et_pb_row_4col:last-child {
    padding-bottom: 30px !important;
  }
  .class-ueberuns .team-four-columns-section .et_pb_row_4col:last-child .et_pb_column:nth-last-child(-n+2) {
    padding-bottom: 0px;
  }
  .class-ueberuns .et_pb_section .et_pb_row .et_pb_column_1_3 {
    padding-bottom: 30px;
  }
  .class-ueberuns .et_pb_section .et_pb_row .et_pb_column_1_3:last-child {
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 479px) {
  .class-ueberuns .white-section {
    padding-bottom: 35px !important;
  }
  .class-ueberuns .team-four-columns-section .et_pb_row_4col {
    padding: 0 !important;
  }
  .class-ueberuns .team-four-columns-section .et_pb_row_4col .et_pb_column {
    padding-bottom: 30px;
  }
  .class-ueberuns .team-four-columns-section .et_pb_row_4col:last-child {
    padding-bottom: 30px !important;
  }
  .class-ueberuns .team-four-columns-section .et_pb_row_4col:last-child .et_pb_column:last-child {
    padding-bottom: 0px;
  }
  .class-ueberuns .et_pb_section .et_pb_row .et_pb_column_1_3 {
    padding-bottom: 30px;
  }
  .class-ueberuns .et_pb_section .et_pb_row .et_pb_column_1_3:last-child {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 360px) {
  .class-ueberuns .white-section {
    padding-bottom: 30px !important;
  }
  .class-ueberuns .team-four-columns-section .et_pb_row_4col {
    padding: 0 !important;
  }
  .class-ueberuns .team-four-columns-section .et_pb_row_4col .et_pb_column {
    padding-bottom: 30px;
  }
  .class-ueberuns .team-four-columns-section .et_pb_row_4col:last-child {
    padding-bottom: 30px !important;
  }
  .class-ueberuns .team-four-columns-section .et_pb_row_4col:last-child .et_pb_column:last-child {
    padding-bottom: 0px;
  }
  .class-ueberuns .et_pb_section .et_pb_row .et_pb_column_1_3 {
    padding-bottom: 30px;
  }
  .class-ueberuns .et_pb_section .et_pb_row .et_pb_column_1_3:last-child {
    padding-bottom: 0px;
  }
}
#page-container .manage-teams-container {
  background-color: #f8f8f8;
}
#page-container .manage-teams-container .customSelect-content {
  font-size: 14px;
}
#page-container .manage-teams-container .manage-teams-container-element {
  background-color: #fff;
  padding-bottom: 24px;
}
#page-container .manage-teams-container .manage-teams-container-element .add_project_team_link {
  float: right;
}
#page-container .manage-teams-container .manage-teams-container-element .add_project_team_link a {
  cursor: pointer;
}
#page-container .manage-teams-container .manage-teams-container-element #add-team-member {
  margin-bottom: 24px;
}
#page-container .manage-teams-container .manage-teams-container-element .form-field {
  display: inline-block;
  vertical-align: top;
  padding-left: 24px;
  padding-top: 24px;
}
#page-container .manage-teams-container .manage-teams-container-element .form-field label {
  font-weight: bold;
  vertical-align: top;
  display: block;
}
#page-container .manage-teams-container .manage-teams-container-element .form-field #email {
  display: block;
  width: 300px;
  height: 16px;
}
#page-container .manage-teams-container .manage-teams-container-element .form-field #email-error {
  color: #ff0000;
}
#page-container .manage-teams-container .manage-teams-container-element .form-field #project-team-selection {
  display: inline-block;
}
#page-container .manage-teams-container .manage-teams-container-element .form-field #project-team-selection .customSelect {
  border-color: #bbb;
}
#page-container .manage-teams-container .manage-teams-container-element .actions {
  display: inline-block;
  margin-top: 40px;
}
#page-container .manage-teams-container .manage-teams-container-element .actions .project-team-invite-button {
  height: 35px;
  margin-left: 24px;
  margin-top: 10px;
}
#page-container .manage-teams-container .project-team-container {
  padding: 0 24px;
  margin-bottom: 24px;
}
#page-container .manage-teams-container .project-team-container .table-project-head-info {
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #f8f8f8;
  line-height: 28px;
  border: 1px solid #dadada;
}
#page-container .manage-teams-container .project-team-container .table-project-head-info #project-team-rename-content {
  position: relative;
  top: -1px;
  left: -6px;
}
#page-container .manage-teams-container .project-team-container .table-project-head-info #project-team-rename-content .rename-cancel {
  vertical-align: middle;
}
#page-container .manage-teams-container .project-team-container .fa {
  color: #009fe3 !important;
  cursor: pointer;
}
#page-container .manage-teams-container .project-team-container .fa-list-icon-left,
#page-container .manage-teams-container .project-team-container .fa-list-icon-right {
  margin-left: 5px;
  font-size: 14px;
}
#page-container .manage-teams-container .project-team-container .table-project-head-title {
  display: inline-block;
}
#page-container .manage-teams-container .project-team-container .table-project-head-members-info {
  display: inline-block;
  float: right;
  font-weight: normal;
  font-size: 11px;
  vertical-align: middle;
}
#page-container .manage-teams-container .project-team-container table.project-team-members-list {
  border-top: 0px !important;
  margin-bottom: 0px !important;
}
#page-container .manage-teams-container .project-team-container table.project-team-members-list,
#page-container .manage-teams-container .project-team-container table.access-guest-list {
  border-radius: 5px 5px 0px 0px;
  border-color: #dadada;
  border-style: solid;
  border-width: 1px;
  width: 100%;
  border-spacing: 2px;
  border-collapse: collapse;
  margin-bottom: 20px;
}
#page-container .manage-teams-container .project-team-container table.project-team-members-list .select-wrapper .customSelect,
#page-container .manage-teams-container .project-team-container table.access-guest-list .select-wrapper .customSelect {
  border: none;
}
#page-container .manage-teams-container .project-team-container table.project-team-members-list .select-wrapper .customSelect .customSelect-content,
#page-container .manage-teams-container .project-team-container table.access-guest-list .select-wrapper .customSelect .customSelect-content {
  font-weight: normal;
}
#page-container .manage-teams-container .project-team-container table.project-team-members-list .checkbox,
#page-container .manage-teams-container .project-team-container table.access-guest-list .checkbox {
  width: 16px;
  height: 15px;
  position: relative;
  display: inline-block;
}
#page-container .manage-teams-container .project-team-container table.project-team-members-list .checkbox,
#page-container .manage-teams-container .project-team-container table.access-guest-list .checkbox {
  cursor: pointer;
  width: 16px;
  height: 15px;
  background: white;
  border: 1px solid #535353;
  color: #009fe3;
  border-radius: 3px;
  padding: 0 !important;
  content: '';
}
#page-container .manage-teams-container .project-team-container table.project-team-members-list .checkbox.checked:before,
#page-container .manage-teams-container .project-team-container table.access-guest-list .checkbox.checked:before {
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 2px;
  left: 2px;
  border: 3px solid #009fe3;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  cursor: pointer;
}
#page-container .manage-teams-container .project-team-container table.project-team-members-list .change-access-type-icon,
#page-container .manage-teams-container .project-team-container table.access-guest-list .change-access-type-icon {
  width: 45px;
  text-align: center;
  display: inline-block;
}
#page-container .manage-teams-container .project-team-container table.project-team-members-list tr td,
#page-container .manage-teams-container .project-team-container table.access-guest-list tr td {
  border: 1px solid #dcdcdc;
  padding-left: 15px;
}
#page-container .manage-teams-container .project-team-container table.project-team-members-list tr td .table-project-member-action,
#page-container .manage-teams-container .project-team-container table.access-guest-list tr td .table-project-member-action {
  color: #009fe3;
  cursor: pointer;
}
#page-container .manage-teams-container .project-team-container table.project-team-members-list tr td > form input[type="submit"],
#page-container .manage-teams-container .project-team-container table.access-guest-list tr td > form input[type="submit"] {
  background: none;
  border: none;
  color: #009fe3;
  cursor: pointer;
}
#page-container .manage-teams-container .project-team-container table.project-team-members-list tr td:nth-child(1),
#page-container .manage-teams-container .project-team-container table.access-guest-list tr td:nth-child(1) {
  width: 320px;
}
#page-container .manage-teams-container .project-team-container table.project-team-members-list tr td:nth-child(2),
#page-container .manage-teams-container .project-team-container table.access-guest-list tr td:nth-child(2) {
  width: 140px;
  text-align: center;
  padding: 0px;
}
#page-container .manage-teams-container .project-team-container table.project-team-members-list tr td:nth-child(3),
#page-container .manage-teams-container .project-team-container table.access-guest-list tr td:nth-child(3) {
  padding: 0px 0px 0px 5px;
  width: 135px;
  text-align: center;
}
#page-container .manage-teams-container .project-team-container table.project-team-members-list tr td:nth-child(3) select,
#page-container .manage-teams-container .project-team-container table.access-guest-list tr td:nth-child(3) select {
  height: 30px;
  width: 100px;
  border: 0;
}
#page-container .manage-teams-container .project-team-container table.project-team-members-list tr td:nth-child(4),
#page-container .manage-teams-container .project-team-container table.access-guest-list tr td:nth-child(4) {
  text-align: center;
  padding: 0px;
}
#page-container .manage-teams-container .project-team-container table.project-team-members-list tr:nth-child(even),
#page-container .manage-teams-container .project-team-container table.access-guest-list tr:nth-child(even) {
  background-color: #f8f8f8;
}
#page-container .manage-teams-container .project-team-container table.project-team-members-list tr:nth-child(even) .customSelect,
#page-container .manage-teams-container .project-team-container table.access-guest-list tr:nth-child(even) .customSelect,
#page-container .manage-teams-container .project-team-container table.project-team-members-list tr:nth-child(even) .customSelect-content,
#page-container .manage-teams-container .project-team-container table.access-guest-list tr:nth-child(even) .customSelect-content {
  background: #f8f8f8;
}
#page-container .manage-teams-container .project-team-container table.project-team-members-list tr:nth-child(odd) .customSelect.hover,
#page-container .manage-teams-container .project-team-container table.access-guest-list tr:nth-child(odd) .customSelect.hover {
  background: none;
}
#page-container .manage-teams-container .project-team-container table.project-team-members-list thead,
#page-container .manage-teams-container .project-team-container table.access-guest-list thead {
  height: 30px;
  line-height: 30px;
}
#page-container .manage-teams-container .project-team-container table.project-team-members-list thead .fa,
#page-container .manage-teams-container .project-team-container table.access-guest-list thead .fa {
  margin-left: 5px;
}
#page-container .manage-teams-container .project-team-container table.project-team-members-list thead tr th,
#page-container .manage-teams-container .project-team-container table.access-guest-list thead tr th {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  background-color: #f8f8f8;
}
#page-container .manage-teams-container .project-team-container table.project-team-members-list thead tr th:nth-child(1),
#page-container .manage-teams-container .project-team-container table.access-guest-list thead tr th:nth-child(1) {
  text-align: left;
}
#page-container .manage-teams-container .project-team-container table.project-team-members-list thead tr th:nth-child(3),
#page-container .manage-teams-container .project-team-container table.access-guest-list thead tr th:nth-child(3) {
  text-align: left;
}
/*.tester-header, */
.tester-funnel-header {
  width: 1080px !important;
  max-width: 1080px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.tester-funnel-header #header-top #header-top-right .user-info {
  display: inline-block;
  position: relative;
}
.tester-funnel-header #header-top #header-top-right .user-info .user-name {
  color: #000000;
  font-weight: bold;
}
.tester-funnel-header #header-top #header-top-right .user-info .fa-user {
  position: relative;
  top: -1px;
  left: -3px;
}
.tester-funnel-header #header-top #header-top-right .user-info .logout-link {
  cursor: pointer;
}
.tester-funnel-header #header-bottom .main-menu ul {
  margin: 0 !important;
}
#page-container.tester-dashboard {
  background-color: #f8f8f8;
  /* General */
}
#page-container.tester-dashboard .clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#page-container.tester-dashboard #main-header .tester-header #header-bottom .main-menu ul {
  margin: 0px;
}
#page-container.tester-dashboard .tester-dashboard-banner {
  width: 100%;
  height: 100px;
  background-image: url('/images/front/stage-img.jpg');
  background-position-y: -180px;
}
#page-container.tester-dashboard #helpbubble {
  position: absolute;
  background-color: #FCFCFC;
  vertical-align: middle;
  border-radius: 3px;
  top: 0;
  padding: 10px 20px;
  width: 350px;
  left: 700px;
  box-shadow: 2px 2px 5px #CCC;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  -moz-box-shadow: 2px 2px 5px #ccc;
  z-index: 10;
  border: 1px solid #F0F0F0;
}
#page-container.tester-dashboard #helpbubble:before {
  background-color: #fcfcfc;
  content: ' ';
  position: absolute;
  left: -11px;
  top: calc(50% - 10px);
  width: 18px;
  height: 18px;
  border: 1px solid #f0f0f0;
  transform: rotate(45deg);
  border-top: transparent;
  border-right: transparent;
  overflow: hidden;
}
#page-container.tester-dashboard .tester-dashboard-container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#page-container.tester-dashboard .tester-dashboard-container .content {
  width: 780px;
  position: relative;
  top: -55px;
  margin: auto;
  background: #ffffff;
  border-radius: 5px;
  /* pre screening credentials page */
  /* THANK YOU PAGE */
  /* OPEN TESTS */
  /* TEST LIMIT EXCEED */
  /* CHANGE PROFILE */
  /* CHANGE ATTRIBUTE */
  /* CHANGE DEVICES */
}
#page-container.tester-dashboard .tester-dashboard-container .content.wide-content {
  width: 1080px;
}
#page-container.tester-dashboard .tester-dashboard-container .content #credentials {
  padding: 24px;
  box-shadow: 0px 10px 8px 0px rgba(121, 121, 121, 0.1);
  background: #fff;
  border-radius: 5px;
}
#page-container.tester-dashboard .tester-dashboard-container .content #credentials .headline {
  font-size: 32px;
  font-weight: bold;
  font-family: 'Bariol';
  line-height: 35px;
}
#page-container.tester-dashboard .tester-dashboard-container .content #credentials .sex_label {
  display: inline-block;
  font-weight: normal;
}
#page-container.tester-dashboard .tester-dashboard-container .content #thank-you-page {
  padding: 24px;
}
#page-container.tester-dashboard .tester-dashboard-container .content #thank-you-page #thank-you-page-title h1 {
  font-family: Bariol-bold;
  color: #000;
  font-size: 32px;
  font-weight: normal;
  line-height: 32px;
  margin: 0;
}
#page-container.tester-dashboard .tester-dashboard-container .content #thank-you-page ul {
  margin: 14px 0px;
  padding-left: 40px;
}
#page-container.tester-dashboard .tester-dashboard-container .content #thank-you-page .thank-you-button-position {
  margin-top: 15px;
}
#page-container.tester-dashboard .tester-dashboard-container .content #thank-you-page .contact-form textarea {
  width: 320px;
  height: 68px;
  margin-bottom: 15px;
}
#page-container.tester-dashboard .tester-dashboard-container .content #thank-you-page #thank-you-button {
  width: 195px;
  height: 35px;
}
#page-container.tester-dashboard .tester-dashboard-container .content #thank-you-page #thank-you-page-content {
  width: 66%;
}
#page-container.tester-dashboard .tester-dashboard-container .content #thank-you-page .facebook-like .inside_left,
#page-container.tester-dashboard .tester-dashboard-container .content #thank-you-page .facebook-like .inside_center,
#page-container.tester-dashboard .tester-dashboard-container .content #thank-you-page .facebook-like .inside_right {
  text-align: center;
}
#page-container.tester-dashboard .tester-dashboard-container .content #tester-deactivated-ribbon {
  background-color: #EFB2B2;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 30px;
}
#page-container.tester-dashboard .tester-dashboard-container .content #tester-deactivated-ribbon .deactive_list {
  list-style: disc;
  padding-left: 15px;
  margin: 0px;
}
#page-container.tester-dashboard .tester-dashboard-container .content #tester-deactivated-ribbon .deactive_list li a {
  cursor: pointer;
}
#page-container.tester-dashboard .tester-dashboard-container .content h1 {
  color: #000;
  font-size: 32px;
  font-weight: normal;
  line-height: 32px;
  margin: 0;
  margin-bottom: 24px;
}
#page-container.tester-dashboard .tester-dashboard-container .content h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 20px;
}
#page-container.tester-dashboard .tester-dashboard-container .content #notice.success {
  color: #25b572;
}
#page-container.tester-dashboard .tester-dashboard-container .content #notice.success.notice-tester-changeAttributes {
  display: inline !important;
  margin-left: 16px !important;
}
#page-container.tester-dashboard .tester-dashboard-container .content .form-field {
  clear: both;
  margin-top: 15px;
  position: relative;
  width: 47%;
  display: inline-block;
  vertical-align: top;
}
#page-container.tester-dashboard .tester-dashboard-container .content .form-field .radio {
  display: inline-block;
}
#page-container.tester-dashboard .tester-dashboard-container .content .form-field .radio label {
  display: inline-block;
}
#page-container.tester-dashboard .tester-dashboard-container .content .form-field.right {
  margin-left: 28px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .form-field label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .form-field input[type="text"],
#page-container.tester-dashboard .tester-dashboard-container .content .form-field input[type="password"] {
  width: 92%;
}
#page-container.tester-dashboard .tester-dashboard-container .content .form-field .select-container {
  display: inline-block;
  width: 356px;
  position: relative;
}
#page-container.tester-dashboard .tester-dashboard-container .content .form-field .select-container select {
  font-family: 'Open Sans', sans-serif;
  width: 329px;
  padding-left: 5px;
  height: 50px;
  position: relative;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #bbb;
}
#page-container.tester-dashboard .tester-dashboard-container .content .form-field .select-container select::-ms-expand {
  display: none;
}
#page-container.tester-dashboard .tester-dashboard-container .content .form-field .select-container:after {
  content: "\f107";
  font-family: FontAwesome;
  color: #333;
  font-size: 20px;
  position: absolute;
  top: 8px;
  right: 33px;
  z-index: 1;
  pointer-events: none;
  background-color: white;
  padding: 5px;
}
#page-container.tester-dashboard .tester-dashboard-container .content input[type="radio"] + label {
  position: relative;
  padding-left: 8px;
  cursor: pointer;
}
#page-container.tester-dashboard .tester-dashboard-container .content input[type="radio"] {
  opacity: 0;
}
#page-container.tester-dashboard .tester-dashboard-container .content input[type="radio"] + label:before {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 1px;
  left: -16px;
  background: white;
  border: 1px solid #535353;
  color: #009fe3;
  border-radius: 50%;
  padding: 0 !important;
  content: '';
}
#page-container.tester-dashboard .tester-dashboard-container .content input[type="radio"] + label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #009fe3;
  top: 6px;
  left: -11px;
  border-radius: 50%;
  transform: rotate(-45deg);
  cursor: pointer;
}
#page-container.tester-dashboard .tester-dashboard-container .content input[type="radio"]:checked + label:after {
  opacity: 1;
}
#page-container.tester-dashboard .tester-dashboard-container .content input[type="radio"]:focus + label {
  outline: 1px dotted black;
}
#page-container.tester-dashboard .tester-dashboard-container .content .tester-payment-page {
  box-shadow: 0px 10px 8px 0px rgba(121, 121, 121, 0.1);
  padding: 24px;
  min-height: 400px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .tester-payment-page ul {
  list-style: none;
  padding-left: 0;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests {
  background: #f8f8f8;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .calendar-wrapper {
  width: 716px;
  display: inline-block;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .calendar_choose_slot-wrapper {
  display: inline-block;
  vertical-align: top;
  margin-top: 38px;
  margin-left: 32px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .calendar_choose_slot-empty {
  font-weight: bold;
  font-size: 16px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .calendar_choose_slot-date {
  font-weight: bold;
  font-size: 16px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .calendar_choose_slot-label {
  margin-bottom: 4px;
  margin-left: -8px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .calendar_choose_slot-info {
  font-size: 12px;
  margin-top: 16px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .calendar_choose_slot-action_bar {
  position: absolute;
  bottom: 0px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .toggleOpenTestBox {
  margin-left: 10px;
  color: #009fe3;
  font-size: 14px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests input[type="checkbox"] + label {
  position: relative;
  padding-left: 8px;
  cursor: pointer;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests input[type="checkbox"] {
  opacity: 0;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests input[type="checkbox"] + label:before {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 15px;
  top: 1px;
  left: -16px;
  background: white;
  border: 1px solid #535353;
  color: #009fe3;
  border-radius: 3px;
  padding: 0 !important;
  content: '';
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests input[type="checkbox"] + label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: -13px;
  border: 3px solid #009fe3;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  cursor: pointer;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .open-tests-main-element {
  box-shadow: 0px 10px 8px 0px rgba(121, 121, 121, 0.1);
  padding: 24px;
  margin-bottom: 32px;
  background: #fff;
  border-radius: 5px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .open-tests-main-element .tester-with-cam-info {
  width: 270px !important;
  position: absolute !important;
  background: #FCFCFC 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  padding: 12px;
  right: 10px;
  top: 25px;
  z-index: 1;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .open-tests-main-element .tester-with-cam-info:before {
  background-color: #fcfcfc;
  content: ' ';
  position: absolute;
  left: -11px;
  top: calc(50% - 10px);
  width: 18px;
  height: 18px;
  border: 1px solid #f0f0f0;
  transform: rotate(45deg);
  border-top: transparent;
  border-right: transparent;
  overflow: hidden;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .screening-test-element {
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  font-size: 16px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .screening-test-element .screening-test-element-title {
  height: 20px;
  padding: 10px;
  border-bottom: 1px #e4e4e4 solid;
  background-color: #f8f8f8;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .screening-test-element .screening-test-element-top {
  padding: 20px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .screening-test-element .screening-test-element-top .mobile-view {
  display: none;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .screening-test-element .screening-test-element-bottom {
  border-top: 1px solid #E4E4E4;
  background-color: #F8F8F8;
  padding: 6px 20px;
  height: 36px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .screening-test-element .screening-test-element-bottom .bottom_element {
  display: inline-block;
  line-height: 36px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .screening-test-element .screening-test-element-bottom .bottom_element.table-icon {
  width: 180px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .screening-test-element .screening-test-element-bottom .bottom_element.table-duration {
  width: 110px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .screening-test-element .screening-test-element-bottom .bottom_element.table-button-yes {
  text-align: right;
  float: right;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .screening-test-element .screening-test-element-bottom .bottom_element.table-button-yes button {
  height: 36px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .taken_modRut_box {
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  background-color: #FFFFFF;
  margin-bottom: 32px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .taken_modRut_box .canceled {
  color: red;
  font-weight: bold;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .taken_modRut_box .status_bar {
  border-top: 1px solid #E4E4E4;
  background-color: #F8F8F8;
  padding: 6px 20px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .taken_modRut_box .status_bar.mirroring-guide-bar {
  font-size: 12px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .taken_modRut_box .status_bar-item {
  display: inline-block;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .taken_modRut_box .green-button,
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .taken_modRut_box .inactive-button {
  height: 36px;
  width: 148px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .taken_modRut_box .session_start_tooltip {
  position: absolute;
  top: -21px;
  left: 195px;
  padding: 16px;
  background: #fcfcfc;
  box-shadow: 0px 3px 3px #00000029;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  white-space: nowrap;
  text-align: left;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .taken_modRut_box .session_start_tooltip .nose {
  content: ' ';
  position: absolute;
  margin-left: -25px;
  display: block;
  width: 15px;
  height: 15px;
  background: #FCFCFC;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  z-index: 999;
  border-left: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  top: 30px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .open-tests-box-container {
  margin-top: 20px;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .open-tests-box-container div.closed-test-box {
  height: 20px;
  padding: 10px;
  border-bottom: 1px #e4e4e4 solid;
  background-color: #f8f8f8;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .open-tests-box-container div.closed-test-box .closed-test-box-title {
  display: inline-block;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .open-tests-box-container div.closed-test-box .closed-test-box-completed-tests {
  display: inline-block;
  float: right;
  font-size: 12px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .open-tests-box-container .open-test-element {
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  background-color: #FFFFFF;
  margin: 10px;
  padding: 0px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .open-tests-box-container .open-test-element.no-result {
  border: unset;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .open-tests-box-container .open-test-element .open-test-element-top {
  padding: 0px 20px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .open-tests-box-container .open-test-element .open-test-element-bottom {
  border-top: 1px solid #E4E4E4;
  background-color: #F8F8F8;
  padding: 6px 20px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .open-tests-box-container .open-test-element .open-test-element-bottom .bottom_element {
  display: inline-block;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .open-tests-box-container .open-test-element .open-test-element-bottom .bottom_element.table-icon {
  width: 180px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .open-tests-box-container .open-test-element .open-test-element-bottom .bottom_element.table-duration {
  width: 110px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .open-tests-box-container .open-test-element .open-test-element-bottom .bottom_element.table-fee {
  width: 70px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .open-tests-box-container .open-test-element .open-test-element-bottom .bottom_element.table-button-no {
  width: 140px;
  text-align: right;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .open-tests-box-container .open-test-element .open-test-element-bottom .bottom_element.table-button-no a {
  cursor: pointer;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .open-tests-box-container .open-test-element .open-test-element-bottom .bottom_element.table-button-yes {
  width: 153px;
  text-align: right;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .open-tests-box-container .open-test-element .open-test-element-bottom .bottom_element.table-button-yes button {
  width: 148px;
  height: 36px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .open-tests-box-container .fa-device-list .fa {
  margin-left: 3px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .no-result {
  display: none;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .all_testsuite_refused_empty_state {
  display: none;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .speedTestPopup .dialogbox {
  width: 980px;
  height: 636px;
  margin-top: -318px;
  margin-left: -490px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .speedTestPopup .dialogbox .dialogbox-header {
  padding: 48px 48px 16px 48px;
  height: 32px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .speedTestPopup .dialogbox .dialogbox-header .dialogbox-title {
  font-family: Bariol;
  font-size: 26px;
  text-align: left;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .speedTestPopup .dialogbox .dialogbox-content {
  padding: 16px 48px 16px 48px;
  max-height: 450px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .speedTestPopup .number-box {
  width: 228px;
  height: 270px;
  padding: 16px;
  background: #fff;
  display: inline-block;
  vertical-align: top;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .speedTestPopup .number-box-text {
  text-align: center;
  line-height: 20px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .speedTestPopup .circleNum {
  background-color: #009FE3;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  display: block;
  text-align: center;
  line-height: 48px;
  color: white;
  font-weight: bold;
  font-size: 24px;
  margin: -40px auto;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .calendar-popup .dialogbox {
  width: 1098px;
  height: none;
  margin-top: -310px;
  margin-left: -550px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .calendar-popup .dialogbox .dialogbox-header {
  padding: 48px 48px 16px 48px;
  height: 32px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .calendar-popup .dialogbox .dialogbox-header .dialogbox-title {
  font-family: Bariol;
  font-size: 26px;
  text-align: left;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .calendar-popup .dialogbox .dialogbox-content {
  padding: 16px 48px 48px 48px;
  max-height: none;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .calendar-popup .custom-calendar .custom-calendar-container {
  background: #fff;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .calendar-popup .custom-calendar .custom-calendar-day {
  height: 80px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .refused-popup .dialogbox {
  width: 722px;
  height: none;
  margin-top: -140px;
  margin-left: -361px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .refused-popup .dialogbox .dialogbox-header {
  padding: 48px 48px 16px 48px;
  height: 32px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .refused-popup .dialogbox .dialogbox-header .dialogbox-title {
  font-family: Bariol;
  font-size: 26px;
  text-align: left;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .refused-popup .dialogbox .dialogbox-content {
  padding: 16px 48px 48px 48px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .refused-popup .dialogbox .dialogbox-buttons {
  text-align: right;
  padding: 0px 48px 48px 48px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .accept-popup .dialogbox {
  width: 1100px;
  height: none;
  margin-top: -311px;
  margin-left: -550px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .accept-popup .dialogbox .dialogbox-header {
  padding: 48px 48px 16px 48px;
  height: 32px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .accept-popup .dialogbox .dialogbox-header .dialogbox-title {
  font-family: Bariol;
  font-size: 26px;
  text-align: left;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .accept-popup .dialogbox .dialogbox-content {
  padding: 16px 48px 48px 48px;
  max-height: none;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .accept-popup .dialogbox .dialogbox-content .accept-popup-step {
  vertical-align: top;
  width: 200px;
  text-align: center;
  display: inline-block;
  margin-right: 32px;
  line-height: 20px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .accept-popup .dialogbox .dialogbox-buttons {
  text-align: right;
  padding: 0px 48px 48px 48px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .cancel-popup .dialogbox-header {
  padding: 48px 48px 16px 48px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .cancel-popup .dialogbox-header .dialogbox-title {
  font-family: Bariol;
  font-size: 26px;
  text-align: left;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .cancel-popup .dialogbox-content {
  padding: 16px 48px 48px 48px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests .cancel-popup .dialogbox-buttons {
  text-align: right;
  padding: 0px 48px 48px 48px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests#tester-mod-rut-calendar-page .tester-mod-rut-calendar {
  width: 1080px;
  padding: 24px;
  background-color: #fff;
  box-shadow: 0px 10px 8px 0px rgba(121, 121, 121, 0.1);
  border-radius: 5px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests#tester-mod-rut-calendar-page .tester-mod-rut-calendar .tester-test-requirement {
  display: flex;
  margin-top: 30px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests#tester-mod-rut-calendar-page .tester-mod-rut-calendar .tester-test-requirement-img {
  width: 300px;
  padding: 0 20px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests#tester-mod-rut-calendar-page .tester-mod-rut-calendar .tester-test-requirement-div {
  width: calc(100% - 300px);
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests#tester-mod-rut-calendar-page .tester-mod-rut-calendar .tester-test-requirement-heading {
  margin-bottom: 10px;
  margin-top: 0;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests#tester-mod-rut-calendar-page .tester-mod-rut-calendar .tester-test-requirement-button {
  text-align: end;
  margin-top: 15px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests#tester-mod-rut-calendar-page .tester-mod-rut-calendar .calender-slot-container {
  overflow: auto;
  max-height: 330px;
  width: 200px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests#tester-mod-rut-calendar-page .tester-mod-rut-calendar-accept-slot {
  padding: 24px;
  background-color: #fff;
  box-shadow: 0px 10px 8px 0px rgba(121, 121, 121, 0.1);
  border-radius: 5px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests#tester-mod-rut-calendar-page .tester-mod-rut-calendar-accept-slot .accept-slot-steps-container {
  margin-top: 32px;
  background-color: #f8f8f8;
  padding: 24px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests#tester-mod-rut-calendar-page .tester-mod-rut-calendar-accept-slot .accept-slot-steps-container .accept-popup-step {
  display: inline-block;
  width: 24%;
  vertical-align: top;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests#tester-mod-rut-calendar-page .tester-mod-rut-calendar-accept-slot .accept-slot-steps-container .accept-popup-step div {
  width: 90%;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests#tester-mod-rut-calendar-page .tester-mod-rut-calendar-accept-slot .buttons {
  text-align: right;
  margin-top: 24px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests#tester-mod-rut-calendar-page .tester-mod-rut-calendar-wide {
  padding: 24px;
  background-color: #fff;
  box-shadow: 0px 10px 8px 0px rgba(121, 121, 121, 0.1);
  border-radius: 5px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests#tester-mod-rut-calendar-page .tester-mod-rut-calendar-wide .buttons {
  text-align: right;
  margin-top: 24px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests#tester-mod-rut-calendar-page .accept-popup-mirroring-guide-box {
  margin-top: 32px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .open-tests#tester-mod-rut-calendar-page .accept-popup-mirroring-guide-box button {
  display: block;
  margin-top: 16px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .test-limit-exceed {
  box-shadow: 0px 10px 8px 0px rgba(121, 121, 121, 0.1);
  padding: 24px;
  min-height: 400px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .test-limit-exceed h1 {
  text-align: center;
  margin-top: 80px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .change-profile {
  box-shadow: 0px 10px 8px 0px rgba(121, 121, 121, 0.1);
  padding: 24px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .change-profile #dialog-deactivate-account-link {
  cursor: pointer;
}
#page-container.tester-dashboard .tester-dashboard-container .content .change-profile #profile-personal-data-form {
  margin-top: 20px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .change-profile .change-device-columns {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 50px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .change-profile .change-device-columns h3 {
  margin: 0;
}
#page-container.tester-dashboard .tester-dashboard-container .content .change-profile .change-device-columns .radiogroup {
  height: auto;
}
#page-container.tester-dashboard .tester-dashboard-container .content .change-profile .change-device-columns .radiogroup.shortlenght {
  width: 60px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .change-profile .change-device-columns .vat-selection-label {
  position: relative;
  top: -21px;
  left: 14px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeAttributes {
  box-shadow: 0px 10px 8px 0px rgba(121, 121, 121, 0.1);
  padding: 24px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeAttributes .block {
  width: 49%;
  display: inline-block;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeAttributes .actions {
  margin-top: 20px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeAttributes .actions .cancel {
  margin-left: 40px;
  color: #009fe3;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeAttributes .mainCategory {
  margin-bottom: 50px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeAttributes #progessContainer {
  position: absolute;
  right: 60px;
  top: 15px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeAttributes #intro {
  vertical-align: top;
  width: 480px;
  margin-bottom: 50px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeAttributes #progressInfo {
  position: absolute;
  bottom: 37px;
  width: 100%;
  font-size: 12px;
  text-align: center;
  line-height: 14px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeAttributes h3 {
  margin-bottom: 5px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeAttributes .form-field .tag {
  border: 1px solid #e8e8e8;
  background: #f8f8f8;
  display: inline-block;
  padding: 2px 6px 2px 6px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  font-size: 12px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeAttributes .form-field .tag .deleteIcon {
  color: #009fe3;
  margin-left: 8px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeAttributes .form-field .addTag {
  color: #009fe3;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeAttributes .form-field .addTag .addIcon {
  margin-right: 5px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeAttributes .form-field.multiSelect {
  width: 100%;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeAttributes input[type="checkbox"] + label {
  position: relative;
  padding-left: 8px;
  cursor: pointer;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeAttributes input[type="checkbox"] {
  opacity: 0;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeAttributes input[type="checkbox"] + label:before {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 15px;
  top: 1px;
  left: -16px;
  background: white;
  border: 1px solid #535353;
  color: #009fe3;
  border-radius: 3px;
  padding: 0 !important;
  content: '';
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeAttributes input[type="checkbox"] + label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: -13px;
  border: 3px solid #009fe3;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  cursor: pointer;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeAttributes input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeAttributes .tagChooserDialogPopup .tagChooserOverlay {
  opacity: 0.6;
  background-color: black;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 10000;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeAttributes .tagChooserDialogPopup .tagChooserDialogbox {
  border: 1px solid #ccc;
  border-radius: 4px;
  z-index: 10001;
  background: #f8f8f8;
  position: fixed;
  width: 780px;
  top: 50%;
  left: 50%;
  margin-top: -365.71428571px;
  margin-left: -390px;
  box-shadow: 0px 10px 8px 0px rgba(121, 121, 121, 0.1);
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeAttributes .tagChooserDialogPopup .tagChooserDialogbox-header {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #f8f8f8;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 10px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeAttributes .tagChooserDialogPopup .tagChooserDialogbox-header .tagChooserDialogbox-closeBtn {
  line-height: 40px;
  cursor: pointer;
  color: #009fe3;
  position: absolute;
  top: 0;
  right: 10px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeAttributes .tagChooserDialogPopup .tagChooserDialogbox-content {
  padding: 0px 26px 26px 26px;
  max-height: 600px;
  overflow: auto;
  font-size: 14px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeAttributes .tagChooserDialogPopup .tagChooserDialogbox-content .tag {
  margin-bottom: 5px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeAttributes .tagChooserDialogPopup .tagChooserDialogbox-buttons {
  overflow: hidden;
  padding: 0px 26px 26px 26px;
  text-align: center;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeAttributes .tagChooserDialogPopup .tagChooserDialogbox-buttons .green-button {
  font-size: 16px;
  height: 35px;
  float: right;
  min-width: 200px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeAttributes .tagChooserDialogPopup .tagChooserDialogbox-buttons .cancel {
  color: #009fe3;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeDevices {
  padding: 24px;
  background-color: #fff;
  box-shadow: 0px 10px 8px 0px rgba(121, 121, 121, 0.1);
  border-radius: 5px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeDevices .dialogbox-buttons,
#page-container.tester-dashboard .tester-dashboard-container .content .changeDevices .dialogbox-content {
  text-align: center;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeDevices #help_android {
  position: relative;
  top: 4px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeDevices #help_ios {
  position: relative;
  top: 4px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeDevices #newDevice .helpbubble {
  left: 244px;
  top: -58px;
  display: block;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeDevices #osVersionInput {
  width: 38px;
  float: right;
  margin-right: 6px;
  height: 26px;
  padding-left: 8px;
  border: 1px #ccc solid;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeDevices #modelInput {
  width: 150px;
  height: 26px;
  border: 1px #ccc solid;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeDevices #devicesTable {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin-bottom: 35px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeDevices #devicesTable thead {
  height: 30px;
  border: 1px solid #ccc;
  background-color: #F8F8F8;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeDevices #devicesTable thead tr {
  text-align: left;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeDevices #devicesTable thead tr th {
  padding-left: 7px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeDevices #devicesTable tbody tr:nth-child(2n) {
  background-color: #F8F8F8;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeDevices #devicesTable tbody td {
  border-bottom: 1px #ccc solid;
  border-right: 1px #ccc solid;
  padding-left: 7px;
  height: 36px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeDevices #devicesTable tbody td select {
  height: 30px;
  width: 167px;
  border: 1px #ccc solid;
  font-family: 'Open Sans', sans-serif;
  padding-left: 5px;
  position: relative;
  font-size: 14px;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeDevices #devicesTable tbody td .select-container {
  position: relative;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeDevices #devicesTable tbody td .select-container::after {
  content: "\f107";
  font-family: FontAwesome;
  color: #333;
  font-size: 14px;
  position: absolute;
  top: 2px;
  right: 10px;
  z-index: 1;
  pointer-events: none;
  background-color: white;
  padding: 3px;
  height: 7px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeDevices #devicesTable tbody td span {
  position: relative;
  top: 4px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeDevices #devicesTable tbody td span.noseNoImg {
  top: 122px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeDevices #devicesTable tbody td:last {
  border-right: 0;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeDevices #devicesTable tbody .green-button {
  height: 32px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeDevices #devicesTable tbody .fa-trash,
#page-container.tester-dashboard .tester-dashboard-container .content .changeDevices #devicesTable tbody .fa-times {
  float: right;
  position: relative;
  top: 5px;
  font-size: 16px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeDevices #devicesTable tbody .osVersion-js {
  width: 38px;
  height: 26px;
  padding-left: 8px;
  margin-right: 6px;
  border: 1px #ccc solid;
  float: right;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeDevices #devicesTable tfoot {
  height: 37px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeDevices #devicesTable tfoot tr td {
  padding-left: 7px;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeDevices .left-col {
  display: inline-block;
  width: 49.5%;
  margin-right: 1px;
  vertical-align: top;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeDevices .right-col {
  display: inline-block;
  width: 50%;
  text-align: center;
  vertical-align: top;
}
#page-container.tester-dashboard .tester-dashboard-container .content .changeDevices .checkDevices-list-box {
  font-family: Segoe-print;
}
#page-container.tester-dashboard .tester-dashboard-container .speedTest-browser_version {
  width: 416px;
  vertical-align: top;
}
#page-container.tester-dashboard .tester-dashboard-container .speedTest-browser_version-main {
  border: 1px solid #DCDCDC;
  height: 34px;
  line-height: 34px;
  padding: 0px 16px;
  cursor: pointer;
}
#page-container.tester-dashboard .tester-dashboard-container .speedTest-browser_version-main .icon {
  font-size: 16px;
  color: #009fe3;
  float: right;
  margin-top: 8px;
}
#page-container.tester-dashboard .tester-dashboard-container .speedTest-browser_version-content {
  background: #fff;
  border: 1px solid #DCDCDC;
  padding: 16px;
  height: 192px;
  line-height: 20px;
}
#page-container.tester-dashboard .tester-dashboard-container .browserCheckbox {
  line-height: 35px;
}
#page-container.tester-dashboard.open-test .tester-dashboard-container {
  width: 100%;
}
#page-container.tester-dashboard.open-test .tester-dashboard-container .content .open-tests.mobile-device .open-tests-box-container .open-test-element .open-test-element-bottom .table-button-no {
  display: none;
}
#page-container.tester-dashboard.open-test .tester-dashboard-container .content .open-tests.mobile-device .open-tests-box-container .open-test-element .open-test-element-bottom .table-button-yes {
  display: none;
}
#page-container.tester-dashboard.open-test .tester-dashboard-container .content .fake-test-desktop,
#page-container.tester-dashboard.open-test .tester-dashboard-container .content .fake-test-mobile {
  background-image: url(/images/front/tester/testliste.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
#page-container.tester-dashboard.open-test .tester-dashboard-container .content .fake-test-desktop img,
#page-container.tester-dashboard.open-test .tester-dashboard-container .content .fake-test-mobile img {
  visibility: hidden;
  width: 100%;
}
#page-container.tester-dashboard .tester-modRut-check .dialogbox {
  width: 650px;
  margin-left: -325px;
}
@media only screen and (max-width: 1024px) {
  #page-container.tester-dashboard .tester-dashboard-container .content .open-tests .open-tests-main-element .calendar-popup .dialogbox {
    width: 96%;
    margin-top: none;
    margin-left: 2%;
    left: 0;
    overflow-y: scroll;
    height: 600px;
  }
  #page-container.tester-dashboard .tester-dashboard-container .content .open-tests .open-tests-main-element .calendar-popup .dialogbox .dialogbox-content {
    height: 2000px;
  }
  #page-container.tester-dashboard .tester-dashboard-container .content .open-tests .open-tests-main-element .calendar-popup .dialogbox .dialogbox-content .calendar-wrapper {
    width: 98%;
    display: inline-block;
  }
  #page-container.tester-dashboard .tester-dashboard-container .content .open-tests .calendar_choose_slot-action_bar {
    position: relative;
  }
  #page-container.tester-dashboard.open-test #main-header .tester-header #header-bottom #nav {
    display: none;
  }
  #page-container.tester-dashboard.open-test #main-header .tester-header #header-top #header-top-right {
    top: 40px;
  }
  #page-container.tester-dashboard.open-test .tester-dashboard-container {
    width: 100%;
  }
  #page-container.tester-dashboard.open-test .tester-dashboard-container .content {
    width: 90%;
  }
}
@media only screen and (max-width: 980px) {
  #page-container.tester-dashboard.open-test .tester-dashboard-container .content .open-tests .open-tests-box-container .open-test-element .open-test-element-bottom .table-button-no {
    display: none;
  }
  #page-container.tester-dashboard.open-test .tester-dashboard-container .content .open-tests .open-tests-box-container .open-test-element .open-test-element-bottom .table-button-yes {
    display: none;
  }
  #page-container.tester-dashboard.open-test .tester-dashboard-container .content .open-tests .screening-test-element .screening-test-element-bottom .table-button-yes {
    display: none;
  }
  #page-container.tester-dashboard.open-test .tester-dashboard-container .content .fake-test-mobile {
    background-image: url(/images/front/tester/testliste-tab.png);
  }
  #page-container.tester-dashboard.open-test .tester-dashboard-container .content .fake-test-mobile img {
    visibility: hidden;
    width: 100%;
  }
  #page-container.tester-dashboard.open-test #ul-custom-footer #ul-custom-footer-container {
    padding: 0;
  }
  #page-container.tester-dashboard.open-test #ul-custom-footer #ul-custom-footer-container #ul-custom-footer-top-left-desktop.tester-footer {
    width: 100%;
  }
  #page-container.tester-dashboard.open-test #ul-custom-footer #ul-custom-footer-container #ul-custom-footer-top-left-desktop.tester-footer #ul-custom-footer-left {
    width: 100%;
    text-align: center;
  }
  #page-container.tester-dashboard.open-test #ul-custom-footer #ul-custom-footer-container #ul-custom-footer-top-left-desktop.tester-footer #ul-custom-footer-left .ul-custom-footer-title {
    display: none;
  }
  #page-container.tester-dashboard.open-test #ul-custom-footer #ul-custom-footer-container #ul-custom-footer-top-left-desktop.tester-footer #ul-custom-footer-left p.left-col-entry.telephone {
    position: relative;
  }
  #page-container.tester-dashboard.open-test #ul-custom-footer #ul-custom-footer-container #ul-custom-footer-top-left-desktop.tester-footer #ul-custom-footer-right {
    display: none;
  }
  #page-container.tester-dashboard.open-test #ul-custom-footer #ul-custom-footer-container #ul-custom-footer-bottom {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  #page-container.tester-dashboard.open-test .tester-dashboard-container .content .open-tests .open-tests-main-element {
    padding: 24px 10px;
  }
  #page-container.tester-dashboard.open-test .tester-dashboard-container .content .open-tests .open-tests-box-container .closed-test-box .closed-test-box-completed-tests .test-box-info {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  #page-container.tester-dashboard.open-test #main-header .tester-header {
    padding-left: 30px;
    padding-right: 30px;
  }
  #page-container.tester-dashboard.open-test .tester-dashboard-container .content .open-tests .open-tests-main-element {
    padding: 24px 10px;
  }
  #page-container.tester-dashboard.open-test .tester-dashboard-container .content .open-tests .open-tests-main-element .cancel-popup.dialogPopup .dialogbox {
    width: 320px;
    text-align: center;
    left: 72%;
  }
  #page-container.tester-dashboard.open-test .tester-dashboard-container .content .open-tests .open-tests-main-element .cancel-popup.dialogPopup .dialogbox .dialogbox-title {
    float: left;
    text-align: center;
  }
  #page-container.tester-dashboard.open-test .tester-dashboard-container .content .open-tests .open-tests-main-element .cancel-popup.dialogPopup .dialogbox .dialogbox-buttons .green-button {
    width: 100%;
  }
  #page-container.tester-dashboard.open-test .tester-dashboard-container .content .open-tests .open-tests-box-container .open-test-element .open-test-element-bottom {
    padding: 6px 10px;
  }
  #page-container.tester-dashboard.open-test .tester-dashboard-container .content .open-tests .open-tests-box-container .open-test-element .open-test-element-bottom .table-icon {
    width: auto;
    padding-right: 20px;
  }
  #page-container.tester-dashboard.open-test .tester-dashboard-container .content .open-tests .open-tests-box-container .open-test-element .open-test-element-bottom .table-duration {
    width: auto;
    padding-right: 20px;
  }
  #page-container.tester-dashboard.open-test .tester-dashboard-container .content .open-tests .open-tests-box-container .open-test-element .open-test-element-bottom .table-fee {
    width: autov;
  }
  #page-container.tester-dashboard.open-test .tester-dashboard-container .content .open-tests .screening-test-element .screening-test-element-top .mobile-view {
    display: block;
  }
  #page-container.tester-dashboard.open-test .tester-dashboard-container .content .open-tests .screening-test-element .screening-test-element-bottom .table-duration {
    float: right;
    width: auto;
  }
  #page-container.tester-dashboard.open-test .tester-dashboard-container .content .fake-test-mobile {
    background-image: url(/images/front/tester/testliste-mobile.png);
  }
  #page-container.tester-dashboard.open-test .tester-dashboard-container .content .fake-test-mobile img {
    visibility: hidden;
    width: 100%;
  }
}
#customer-ts-preview-blue-banner {
  position: fixed;
  z-index: 999;
  background-color: #41b3dd;
  height: 20px;
  text-align: center;
  width: 100%;
  top: 0px;
}
#customer-ts-preview-blue-banner label {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
#page-container.tester-funnel {
  background-color: #f8f8f8;
}
#page-container.tester-funnel.tester-funnel-preview {
  margin-top: 10px;
}
#page-container.tester-funnel #main-header {
  height: 80px;
}
#page-container.tester-funnel #main-header #header-bottom #logo-container {
  top: 7px;
}
#page-container.tester-funnel #mirroring-mobile-page .buttons.page-end {
  text-align: right;
}
#page-container.tester-funnel .testRun {
  line-height: 1.5em;
  /* General */
  /* External Tester Nav Header */
  /* Funnel Responsiveness CSS's */
}
#page-container.tester-funnel .testRun input[type="checkbox"] + label {
  position: relative;
  padding-left: 8px;
  cursor: pointer;
}
#page-container.tester-funnel .testRun input[type="checkbox"] {
  opacity: 0;
}
#page-container.tester-funnel .testRun input[type="checkbox"] + label:before {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 15px;
  top: 1px;
  left: -16px;
  background: white;
  border: 1px solid #535353;
  color: #009fe3;
  border-radius: 3px;
  padding: 0 !important;
  content: '';
}
#page-container.tester-funnel .testRun input[type="checkbox"] + label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: -13px;
  border: 3px solid #009fe3;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  cursor: pointer;
}
#page-container.tester-funnel .testRun input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
#page-container.tester-funnel .testRun input[type="checkbox"]:focus + label {
  outline: 1px dotted black;
}
#page-container.tester-funnel .testRun input[type="radio"] + label {
  position: relative;
  padding-left: 8px;
  cursor: pointer;
}
#page-container.tester-funnel .testRun input[type="radio"] {
  opacity: 0;
}
#page-container.tester-funnel .testRun input[type="radio"] + label:before {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 1px;
  left: -16px;
  background: white;
  border: 1px solid #535353;
  color: #009fe3;
  border-radius: 50%;
  padding: 0 !important;
  content: '';
}
#page-container.tester-funnel .testRun input[type="radio"] + label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #009fe3;
  top: 6px;
  left: -11px;
  border-radius: 50%;
  transform: rotate(-45deg);
  cursor: pointer;
}
#page-container.tester-funnel .testRun input[type="radio"]:checked + label:after {
  opacity: 1;
}
#page-container.tester-funnel .testRun input[type="radio"]:focus + label {
  outline: 1px dotted black;
}
#page-container.tester-funnel .testRun .green-button {
  font-family: Bariol-bold;
}
#page-container.tester-funnel .testRun .grey-button {
  font-family: Bariol-bold;
  float: left;
}
#page-container.tester-funnel .testRun .fyiborder {
  margin: 22px auto 45px;
  width: 860px;
}
#page-container.tester-funnel .testRun .form-field {
  clear: both;
  margin-top: 10px;
  position: relative;
}
#page-container.tester-funnel .testRun .tester-funnel-banner {
  width: 100%;
  height: 100px;
  background-image: url('/images/front/stage-img.jpg');
  background-position-y: -180px;
}
#page-container.tester-funnel .testRun .dialogButtonSubmit {
  float: right;
  margin-right: 5px;
}
#page-container.tester-funnel .testRun .dialogButtonCancel {
  margin-left: 5px;
  line-height: 35px;
}
#page-container.tester-funnel .testRun .clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#page-container.tester-funnel .testRun .grey_company_button {
  font-size: 14px;
  white-space: pre-wrap;
  font-weight: bold;
  width: 240px;
  height: 42px;
  border-radius: 4px;
  border: none;
  background: #ddd;
  background-repeat: no-repeat;
  background-position: 4% 55%;
  color: #393939;
  display: inline-block;
  opacity: 0.8;
}
#page-container.tester-funnel .testRun .grey_button {
  font-size: 14px;
  font-weight: bold;
  width: 250px;
  height: 34px;
  border-radius: 2px;
  background: #ddd;
  background: -webkit-linear-gradient(top, #e6e6e6 0%, #f2f2f2 100%);
  color: #229D64;
  display: inline-block;
  border: none;
}
#page-container.tester-funnel .testRun .grey_button:hover {
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #e6e6e6 100%);
  cursor: pointer;
}
#page-container.tester-funnel .testRun .testerFunnelNav {
  text-align: center;
  color: #B5B5B5;
}
#page-container.tester-funnel .testRun .testerFunnelNav .testerNavArrow {
  display: inline-block;
  width: 15px;
  text-align: center;
  font-size: 20px;
  position: relative;
  top: 2px;
  left: -5px;
}
#page-container.tester-funnel .testRun .testerFunnelNav .testerNavBtn {
  display: inline-block;
  text-align: center;
  margin-right: 30px;
  margin-left: 10px;
}
#page-container.tester-funnel .testRun .testerFunnelNav .testerNavBtn .btnNum {
  background-color: #B5B5B5;
  font-weight: bold;
  color: white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  margin: 0 auto;
}
#page-container.tester-funnel .testRun .testerFunnelNav .testerNavBtn .pNum {
  display: inline;
  margin-left: 15px;
}
#page-container.tester-funnel .testRun .testerFunnelNav .fa-steps {
  font-size: 27px;
  color: #229D64;
  position: relative;
  top: 4px;
}
#page-container.tester-funnel .testRun .testerFunnelNav .active1 .pNum1 {
  color: black;
  cursor: pointer;
}
#page-container.tester-funnel .testRun .testerFunnelNav .active1 .btnNum1 {
  background-color: #26A6E5;
  cursor: pointer;
}
#page-container.tester-funnel .testRun .testerFunnelNav .active2 .pNum1 {
  color: #333;
  cursor: pointer;
}
#page-container.tester-funnel .testRun .testerFunnelNav .active2 .btnNum1 {
  background-color: transparent;
  cursor: pointer;
}
#page-container.tester-funnel .testRun .testerFunnelNav .active2 .pNum3,
#page-container.tester-funnel .testRun .testerFunnelNav .active2 .btnNum3 {
  cursor: pointer;
}
#page-container.tester-funnel .testRun .testerFunnelNav .active2 .pNum2 {
  color: black;
  cursor: pointer;
}
#page-container.tester-funnel .testRun .testerFunnelNav .active2 .btnNum2 {
  background-color: #26A6E5;
  cursor: pointer;
}
#page-container.tester-funnel .testRun .testerFunnelNav .active3 .pNum1,
#page-container.tester-funnel .testRun .testerFunnelNav .active3 .pNum2 {
  color: #333;
  cursor: pointer;
}
#page-container.tester-funnel .testRun .testerFunnelNav .active3 .btnNum1,
#page-container.tester-funnel .testRun .testerFunnelNav .active3 .btnNum2 {
  background-color: transparent;
  cursor: pointer;
}
#page-container.tester-funnel .testRun .testerFunnelNav .active3 .pNum3 {
  color: black;
  cursor: pointer;
}
#page-container.tester-funnel .testRun .testerFunnelNav .active3 .btnNum3 {
  background-color: #26A6E5;
  cursor: pointer;
  font-weight: bold;
}
#page-container.tester-funnel .testRun .testerFunnelNav .active4 .pNum1,
#page-container.tester-funnel .testRun .testerFunnelNav .active4 .pNum2,
#page-container.tester-funnel .testRun .testerFunnelNav .active4 .pNum3 {
  color: #333;
  cursor: pointer;
}
#page-container.tester-funnel .testRun .testerFunnelNav .active4 .btnNum1,
#page-container.tester-funnel .testRun .testerFunnelNav .active4 .btnNum2,
#page-container.tester-funnel .testRun .testerFunnelNav .active4 .btnNum3 {
  background-color: transparent;
  cursor: pointer;
}
#page-container.tester-funnel .testRun .tester-funnel-container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content {
  padding: 24px;
  background-color: #fff;
  box-shadow: 0px 10px 8px 0px rgba(121, 121, 121, 0.1);
  border-radius: 5px;
  width: 1032px;
  position: relative;
  top: -55px;
  margin: auto;
  /* THE THIN LINE */
  /* DIVIDER */
  /* POSITIONS THE BUTTON & TEXT TO CORNER */
  /* INTRODUCITON PAGE */
  /* NDA */
  /* SCREEN RECORDER DOWNLOAD PAGE */
  /* INSTALLATION PAGE */
  /* INSTRUCTION PAGE */
  /* Privacy PAGE */
  /* MOBILE DOWNLOAD PAGE */
  /* MIRRORING MOBILE PAGE */
  /* LAUNCH PAGE */
  /* STOP RECORDING PAGE */
  /* SCENARIO & TASK PAGE */
  /* SURVEY & QUESTIONS PAGE */
  /* CREDENTIALS */
  /* THANK YOU PAGE --- css under testerDashboard.less */
  /*process download mobile app tooltip*/
}
#page-container.tester-funnel .testRun .tester-funnel-container .content h1 {
  color: #000;
  font-size: 32px;
  font-weight: normal;
  line-height: 32px;
  margin: 0;
  margin-bottom: 24px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .process-funnel-page {
  /* Star and Heart rating*/
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .process-funnel-page .range {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  margin-top: 5px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .process-funnel-page .range li {
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: inline-block;
  background: transparent none top left no-repeat;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .process-funnel-page .range li.hover {
  background-position: bottom left;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .process-funnel-page .range li.active {
  background-position: bottom left;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .process-funnel-page .range.star li {
  background-image: url(/images/front/star.png);
  width: 21px;
  height: 21px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .process-funnel-page .range.heart li {
  background-image: url(/images/front/heart.png);
  width: 15px;
  height: 14px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .process-funnel-page .fancy-line-short {
  margin-top: 10px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .process-funnel-page .fancybox-lock body {
  overflow: visible !important;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .process-funnel-page #canvasloader-container {
  display: inline-block;
  position: relative;
  top: 6px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .process-funnel-page#introduction-page #introduction-page-content {
  width: 66%;
  word-break: keep-all;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .process-funnel-page#introduction-page .hello {
  padding-left: 5px;
  color: #999;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .process-funnel-page#introduction-page #introduction-page-topcontent {
  max-width: 630px;
  word-break: keep-all;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #hide-comment {
  float: right;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #hide-comment #button-hide-div {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: -3px;
  vertical-align: middle;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #hide-comment #button-hide-div #hide-comment-button {
  cursor: pointer;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .fancy-line {
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 640px;
  border: 0;
  height: 1px;
  background: #A1A0A5;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .fancy-line-short {
  width: 66%;
  border: 0;
  height: 1px;
  background: #A1A0A5;
  margin-top: 0px;
  margin-bottom: 10px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .divider-line {
  background-image: url(/images/front/Devider.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 19px;
  margin-top: 31px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .process_funnel_next_buttons {
  text-align: right;
  margin-top: 20px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .external_process_funnel_next_buttons {
  text-align: right;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .process_funnel_go_to_page_links p a {
  font-size: 11px;
  line-height: 16px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #introduction-page ol,
#page-container.tester-funnel .testRun .tester-funnel-container .content #introduction-page ul {
  list-style: disc outside none !important;
  padding-left: 40px !important;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #introduction-page #introduction-page-content .hello {
  margin-bottom: -15px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #introduction-page .incentive-title {
  margin-top: -20px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #introduction-page #introduction-video {
  padding-left: 15px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-nda-page form {
  text-align: right;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-nda-page form button {
  margin-left: 20px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-nda-page button:disabled {
  opacity: 0.8;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-nda-page #persons_label {
  display: inline-block;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-nda-page #persons_content {
  display: inline-block;
  vertical-align: top;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #download-page {
  padding-top: 40px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #download-page #action-one {
  margin-bottom: 20px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #download-page #download-page-image {
  width: 34%;
  display: inline-block;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #download-page #download-page-image img {
  width: 80%;
  margin-left: 40px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #download-page #download-page-content {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  padding-top: 4%;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #download-page #download-page-content p {
  width: 80%;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #download-page #download-page-content .fa-question-circle {
  color: #b5b5b5;
  font-size: 19px;
  margin-left: 20px;
  cursor: pointer;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #download-page #download-page-content #download-screenrecorder-button,
#page-container.tester-funnel .testRun .tester-funnel-container .content #download-page #download-page-content #download-screenrecorder-button-mac {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  width: 330px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #download-page #download-page-content #download-screenrecorder-button span,
#page-container.tester-funnel .testRun .tester-funnel-container .content #download-page #download-page-content #download-screenrecorder-button-mac span {
  position: relative;
  top: 2px;
  left: -27px;
  width: 25px;
  height: 24px;
  background: url(/images/front/tester/funnel/download-button-icon.png);
  z-index: 1;
  display: inline-block;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #download-page #download-page-content .alternativeOS {
  display: block;
  margin-left: 93px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #download-page #download-page-content #appleDownload {
  margin-left: 13px;
  margin-right: 5px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #download-page #download-page-content #windowsDownload {
  margin-left: 20px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #download-page #download-page-content #macText {
  display: inline;
  position: relative;
  top: -4px;
  color: #2393c6;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #download-page #download-page-content #winText {
  display: inline;
  position: relative;
  top: -4px;
  color: #2393c6;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #download-page #download-page-content .helpbubble {
  margin-top: -72px;
  margin-left: 85px;
  width: 258px;
  display: block;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #download-page #interrupt-test {
  margin-right: 100%;
  margin-top: 20px;
  float: none;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #download-page #download-page-actions {
  margin-left: 30px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #installation-page {
  padding-top: 40px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #installation-page #installation-page-image {
  width: 34%;
  display: inline-block;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #installation-page #installation-page-image img {
  width: 80%;
  margin-left: 40px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #installation-page #installation-page-content {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  padding-top: 2%;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #installation-page #installation-page-content p {
  width: 80%;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #instruction-page.instruction-page-external {
  padding-top: 40px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #instruction-page.instruction-page-external #instruction-page-image {
  width: 34%;
  height: 309px;
  display: inline-block;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #instruction-page.instruction-page-external #instruction-page-image img {
  width: 80%;
  position: relative;
  top: -70px;
  left: 60px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #instruction-page.instruction-page-external #instruction-steps-1 .process_funnel_next_buttons {
  margin-top: -70px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #instruction-page.instruction-page-external #instruction-steps-2 #instruction-page-image img {
  width: 95%;
  position: relative;
  left: 0px;
  top: -5px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #instruction-page.instruction-page-external #backlink,
#page-container.tester-funnel .testRun .tester-funnel-container .content #instruction-page.instruction-page-external #backlink-0 {
  margin-right: 10px;
  cursor: pointer;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #instruction-page.instruction-page-external #instruction-page-content {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #instruction-page.instruction-page-external #instruction-page-content ul {
  list-style: none;
  padding-left: 0px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #instruction-page.instruction-page-external #instruction-page-content ul li {
  margin-bottom: 7px;
  padding-left: 25px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #instruction-page.instruction-page-external #instruction-page-content ul li ul {
  padding-left: 40px;
  padding-top: 5px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #instruction-page.instruction-page-external #instruction-page-content ul li ul li {
  list-style: disc;
  margin-bottom: 0px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #instruction-page.instruction-page-external #instruction-page-content p {
  width: 80%;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #instruction-page.instruction-page-external #instruction-page-content a {
  cursor: pointer;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #instruction-page.instruction-page-external #instruction-page-content .fa-check {
  color: #3BA775;
  font-size: 20px;
  position: relative;
  left: -25px;
  top: 1px;
  width: 0px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #privacy-page {
  padding-top: 40px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #privacy-page #privacy-page-image {
  width: 34%;
  height: 309px;
  display: inline-block;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #privacy-page #privacy-page-image img {
  width: 70%;
  position: relative;
  top: 0px;
  left: 35px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #privacy-page #privacy-page-content {
  width: 65%;
  display: inline-block;
  vertical-align: top;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #privacy-page #privacy-page-content #info_container {
  width: 61%;
  margin-bottom: 40px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #privacy-page #privacy-page-content #info_container ul {
  list-style: none;
  padding-left: 0px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #privacy-page #privacy-page-content #info_container ul li {
  margin-bottom: 7px;
  padding-left: 25px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #privacy-page #privacy-page-content #info_container ul li ul {
  padding-left: 40px;
  padding-top: 5px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #privacy-page #privacy-page-content #info_container ul li ul li {
  list-style: disc;
  margin-bottom: 0px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #privacy-page #privacy-page-content #info_container p {
  width: 80%;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #privacy-page #privacy-page-content #info_container a {
  cursor: pointer;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #privacy-page #privacy-page-content #info_container .fa-check {
  color: #3BA775;
  font-size: 20px;
  position: relative;
  left: -25px;
  top: 1px;
  width: 0px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #privacy-page #privacy-page-content #checkbox_container input {
  position: absolute;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #privacy-page #privacy-page-content #checkbox_container label {
  display: block;
  vertical-align: middle;
  margin-left: 15px;
  padding-left: 20px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #privacy-page #privacy-page-content #checkbox_container .checkbox_item {
  margin-top: 25px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #mobile-download-page li {
  vertical-align: top;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #mobile-download-page #mobile-download-page-topcontent p {
  padding-left: 5px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #mobile-download-page #mobile-download-page-computerphone img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2%;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #mobile-download-page #mobile-download-page-content p {
  padding-left: 5px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #mobile-download-page .mobile-download-further-instructions {
  margin-bottom: 16px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #mobile-download-page .mobile-download-further-instructions .two-columns .inside_left {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 35%;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #mobile-download-page .mobile-download-further-instructions .two-columns .inside_center {
  display: inline-block;
  text-align: left;
  width: 63%;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #mobile-download-page .mobile-download-further-instructions .two-columns .inside_center .left {
  display: inline-block;
  width: 44% !important;
  margin-right: 40px;
  margin-left: 45px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #mobile-download-page .mobile-download-further-instructions .two-columns .inside_center .right {
  display: inline-block;
  width: 40% !important;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #mobile-download-page .mobile-download-further-instructions .three-columns .inside_left {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 35%;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #mobile-download-page .mobile-download-further-instructions .three-columns .inside_center {
  display: inline-block;
  text-align: left;
  width: 39%;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #mobile-download-page .mobile-download-further-instructions .three-columns .inside_right {
  display: inline-block;
  width: 19%;
  text-align: right;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #mobile-download-page .mobile-download-further-instructions .three-columns .inside_right ol {
  list-style-type: none;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #mobile-download-page #phone-snippet .inside_left {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 38%;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #mobile-download-page #phone-snippet .inside_right {
  display: inline-block;
  width: 48%;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #mobile-download-page #text-above-button {
  padding-top: 65px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .numbered_list_span {
  position: relative;
  vertical-align: top;
  top: 5px;
  left: 2px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .numbered_list_span.chrome {
  top: -5px !important;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #mirroring-mobile-page #mirroring-mobile-page-topcontent {
  padding-left: 5px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #mirroring-mobile-page #mirroring-mobile-page-computerphone img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2%;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #mirroring-mobile-page #mirroring-mobile-page-computer-1 {
  padding-top: 18px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #mirroring-mobile-page #mirroring-mobile-page-content {
  padding-left: 5px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #mirroring-mobile-page #text-above-button {
  display: block;
  margin-left: auto;
  width: 29%;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #mirroring-mobile-page #line-7-8 {
  margin-top: -15px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #mirroring-mobile-page #mirroring-mobile-page-phone-id-3 {
  margin-top: -32px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #mirroring-mobile-page .mirroring-mobile-further-instructions {
  margin-bottom: 16px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #mirroring-mobile-page .mirroring-mobile-further-instructions .two-columns .inside_left {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 32%;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #mirroring-mobile-page .mirroring-mobile-further-instructions .two-columns .inside_center {
  display: inline-block;
  text-align: left;
  width: 63%;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #mirroring-mobile-page .mirroring-mobile-further-instructions .two-columns .inside_center .left {
  display: inline-block;
  width: 44% !important;
  margin-right: 40px;
  margin-left: 39px;
  vertical-align: top;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #mirroring-mobile-page .mirroring-mobile-further-instructions .two-columns .inside_center .right {
  display: inline-block;
  width: 40% !important;
  vertical-align: top;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #mirroring-mobile-page .three-columns .inside_left {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 32%;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #mirroring-mobile-page .three-columns .inside_center {
  display: inline-block;
  text-align: left;
  width: 37%;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #mirroring-mobile-page .three-columns .inside_center ul {
  padding-left: 36px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #mirroring-mobile-page .three-columns .inside_right {
  display: inline-block;
  width: 30%;
  text-align: right;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #mirroring-mobile-page .two-columns .inside_left {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 32%;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #mirroring-mobile-page .two-columns .inside_center {
  display: inline-block;
  width: 38%;
  text-align: left;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #mirroring-mobile-page .two-columns .inside_center ul {
  padding-left: 36px;
  padding-top: 30px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #launch-page {
  min-height: 200px !important;
  padding-top: 50px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #launch-page #launch-page-image {
  width: 34%;
  display: inline-block;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #launch-page #launch-page-image img {
  width: 80%;
  margin-left: 40px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #launch-page #launch-page-content {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  padding-top: 2%;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #launch-page #launch-page-content p {
  width: 80%;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #launch-page #launch-page-content #canvasloader-container {
  top: -26px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #launch-page #launch-page-content #microphone-start-button {
  margin-top: 15px;
  margin-right: 8px;
  padding-left: 40px;
  padding-right: 40px;
  width: 330px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #launch-page #launch-page-content #microphone-start-button span {
  position: relative;
  top: 2px;
  left: -27px;
  width: 18px;
  height: 25px;
  background: url(/images/front/tester/funnel/launch-button-icon.png);
  z-index: 1;
  display: inline-block;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #launch-page .list_action {
  display: inline-block;
  width: 76%;
  margin-top: -20px;
  text-align: right;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #launch-page #interrupt-test {
  display: inline-block;
  float: none;
  text-align: left;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #stop-recording-page-title {
  line-height: 185%;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-task-page a {
  text-decoration: underline;
  cursor: pointer;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-task-page .task {
  padding-top: 20px;
  width: 66%;
  word-wrap: break-word;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-task-page ul {
  list-style: disc !important;
  padding-left: 40px;
  margin: 14px 0px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-task-page ol {
  list-style: decimal !important;
  padding-left: 40px;
  margin: 14px 0px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-task-page #cancelTask {
  font-size: 11px;
  position: relative;
  top: 5px;
  cursor: pointer;
  color: #2393C6;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-task-page #cancelTask:hover {
  text-decoration: underline;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-task-page .footer-help {
  float: left;
  font-size: 11px;
  padding-top: 7px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-task-page .scenario_title {
  width: 66%;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-task-page .scenario_container img {
  display: block;
  max-width: 1032px;
  max-height: 100%;
  height: auto;
  margin-top: 20px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-scenario-page {
  word-break: break-word;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-scenario-page .scenario_container p {
  width: 66%;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-scenario-page .scenario_container .task {
  margin-top: 20px;
  margin-bottom: 40px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-scenario-page .scenario_container img {
  display: block;
  max-width: 1032px;
  max-height: 100%;
  height: auto;
  margin-top: 20px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-scenario-page .scenario_container .screening_mobile_site_url_link {
  border: 1px #ccc solid;
  padding: 5px;
  background-color: #efefef;
  width: 37% !important;
  min-width: 300px;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  cursor: default;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-scenario-page .scenario_container .mobile-screening-ok-link {
  width: 100%;
  text-align: right;
  position: relative;
  top: 15px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-scenario-page .scenario_container ul {
  list-style: disc;
  padding-left: 40px;
  margin: 14px 0px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-scenario-page .scenario_container ol {
  list-style: decimal;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .process_show_test_page {
  min-height: 400px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-survey-page #process-survey-button {
  float: right;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-survey-page .form-field {
  width: 100% !important;
  padding-top: 0;
  margin-top: 0;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-survey-page .form-field input[type="radio"] + label::before {
  top: -1px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-survey-page .form-field input[type="radio"] + label::after {
  top: 4px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-survey-page .form-field .survey-form-table-element {
  cursor: pointer;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-survey-page .validate-advice-js,
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-survey-page .validate-advice {
  padding-top: 4px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-survey-page #text_under_green_button {
  width: 100%;
  text-align: right;
  float: right;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-questions-page .rating {
  padding-left: 0px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-questions-page ul {
  list-style: disc;
  padding-left: 40px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-questions-page ol {
  list-style: decimal;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-questions-page #questions-screen {
  width: 66% !important;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-questions-page #text_under_green_button {
  width: 100%;
  text-align: right;
  float: right;
  margin-top: 10px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-questions-page .form-field,
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-questions-page .form-rating,
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-questions-page .form-recomendation {
  width: 100% !important;
  margin-top: 0;
  padding-top: 0;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-questions-page .form-field .heart.range .hover::before,
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-questions-page .form-rating .heart.range .hover::before,
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-questions-page .form-recomendation .heart.range .hover::before {
  color: #F6883F;
  cursor: pointer;
  opacity: 0.7;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-questions-page .viewTestsuite .question textarea {
  width: 90%;
  height: 75px;
  max-width: 800px;
  min-width: 200px;
  display: block;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #process-questions-page .question .form-rating #validate-advice-rating {
  color: #ff0000;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .answerQuestions {
  position: relative;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .answerQuestions table {
  border-collapse: inherit;
  border-spacing: 2px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .answerQuestions .actions {
  height: 60px;
  margin-top: 30px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .answerQuestions .actions #progressbar {
  height: 20px;
  margin-bottom: 20px;
  width: 200px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .answerQuestions .actions #progressbar .progress-label {
  color: #ccc;
  font-size: 12px;
  font-weight: bold;
  float: left;
  margin-left: 45%;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .answerQuestions .actions #progressbar .ui-progressbar-value {
  background: #2393C6;
  margin: 0;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .answerQuestions .actions #progressbar .ui-widget-header {
  border: #2393C6;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .answerQuestions .actions button {
  float: right;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .answerQuestions td {
  width: 100px;
  text-align: center;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .answerQuestions .form-field {
  width: 550px;
  padding-top: 25px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .answerQuestions .validate-advice {
  float: left;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .answerQuestions .validate-valid-hint {
  margin-top: 30px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .answerQuestions .form-rating {
  width: 600px;
  padding-top: 20px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .answerQuestions .form-rating .validate-valid-hint {
  position: relative;
  margin-top: -23px;
  margin-left: 100px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .answerQuestions .form-recomendation {
  width: 600px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .answerQuestions .form-recomendation .validate-valid-hint {
  position: absolute;
  margin-top: -55px;
  margin-left: 520px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .answerQuestions .form-recomendation .radiogroup {
  width: 500px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .answerQuestions .question {
  margin-top: 25px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .answerQuestions .question .radiogroup label {
  display: inline;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .answerQuestions .question .heart_rating {
  position: relative;
  top: 16px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .answerQuestions .question .heart_rating li {
  cursor: pointer;
  margin-right: 2px !important;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .answerQuestions .question .validate-range-question {
  position: relative;
  top: 16px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .answerQuestions .question-field-expert {
  margin-bottom: 16px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .answerQuestions .question-field-expert .question-title {
  display: block;
  margin-bottom: 16px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .answerQuestions .question-field-expert.rating-scale table {
  width: 380px;
  display: inline-block;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .answerQuestions .question-field-expert .singleChoiceFields,
#page-container.tester-funnel .testRun .tester-funnel-container .content .answerQuestions .question-field-expert .multipleChoiceFields {
  margin-bottom: 8px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .answerQuestions .question-field-expert .lowest-text,
#page-container.tester-funnel .testRun .tester-funnel-container .content .answerQuestions .question-field-expert .highest-text {
  text-align: center;
  width: 100px;
  display: inline-block;
  min-height: 60px;
  vertical-align: top;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .answerQuestions .question-field-expert.nps .nps-main-label {
  display: block;
  margin-bottom: 16px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .answerQuestions .question-field-expert.nps .radiogroup {
  width: 380px;
  display: inline-block;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .answerQuestions .question-field-expert.nps .lowest-text,
#page-container.tester-funnel .testRun .tester-funnel-container .content .answerQuestions .question-field-expert.nps .highest-text {
  font-size: 12px;
  vertical-align: middle;
  line-height: 16px;
  position: relative;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #funnel-process-credentials #credentials-content {
  width: 66%;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #funnel-process-credentials #credentials-content .helpbubble {
  margin-top: -60px;
  width: 235px;
  left: 345px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #funnel-process-credentials #credentials-content input[type=text] {
  width: 250px;
  height: 32px;
  padding: 4px;
  padding-left: 4px;
  padding-left: 10px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #funnel-process-credentials #credentials-content input[type=text]#age {
  width: 45px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #funnel-process-credentials #credentials-content input[type=password] {
  width: 250px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #funnel-process-credentials #credentials-content label {
  font-weight: bold;
  display: block;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #funnel-process-credentials #credentials-content ol {
  list-style: decimal;
  padding-left: 15px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #funnel-process-credentials #credentials-content .form-field.age {
  display: inline-block;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #funnel-process-credentials #credentials-content .form-field.sex {
  vertical-align: top;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #funnel-process-credentials #credentials-content .form-field.sex .validate-advice {
  background-position: 0px 26px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #funnel-process-credentials #credentials-content .form-field.sex .sex-labels {
  float: left;
  font-weight: normal;
  width: 80px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #funnel-process-credentials #credentials-content .form-field.sex input[type=radio] {
  float: left;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #funnel-process-credentials #credentials-content .form_check {
  padding-left: 15px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #funnel-process-credentials #credentials-content .validate-advice,
#page-container.tester-funnel .testRun .tester-funnel-container .content #funnel-process-credentials #credentials-content .validate-advice-js {
  float: none;
  background-position: 0px 2px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #funnel-process-credentials #credentials-content #registerExternel {
  background-color: #ededed;
  padding: 10px;
  max-width: 66%;
  margin-top: 20px;
  margin-bottom: 50px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #funnel-process-credentials #credentials-content #registerExternel #titleRegister {
  margin-top: 0px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #funnel-process-credentials #credentials-content #registerExternel .form_check input[type=checkbox] {
  vertical-align: top;
  margin-top: 19px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #funnel-process-credentials #credentials-content #registerExternel .form_check label[for=terms] {
  display: inline-block;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #funnel-process-credentials #credentials-content #registerExternel .form_check label[for=terms]::before {
  top: 16px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content #funnel-process-credentials #credentials-content #registerExternel .form_check label[for=terms]::after {
  top: 18px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content a.processtooltip {
  outline: none;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content a.processtooltip strong {
  line-height: 30px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content a.processtooltip:hover {
  text-decoration: none;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content a.processtooltip span {
  z-index: 20;
  display: none;
  padding: 14px 20px;
  margin-top: -15px;
  margin-left: 175px;
  width: 180px;
  word-break: keep-all;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content a.processtooltip:hover span {
  display: inline-block;
  position: absolute;
  left: 60%;
  color: #616161;
  font-family: Helvetica !important;
  font-size: 12px;
  border: 1px solid #ddd;
  background: #ffffff;
  /* old browsers */
  background: -moz-linear-gradient(top, #ffffff 84%, #ededed 100%);
  /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(84%, #ffffff), color-stop(100%, #ededed));
  /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
  /* ie */
  vertical-align: middle;
  border-radius: 5px;
  top: 50%;
  box-shadow: 2px 2px 5px #CCC;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  -moz-box-shadow: 2px 2px 5px #ccc;
  z-index: 1;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content .callout {
  z-index: 20;
  position: absolute;
  top: 30px;
  border: 0;
  left: -12px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content a.processtooltip span {
  border-radius: 4px;
  box-shadow: 2px 2px 5px #CCC;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content a.processtooltip img {
  width: 16px;
  height: 16px;
  margin-bottom: -2px;
}
#page-container.tester-funnel .testRun .tester-funnel-container .content a#tooltipDevices.processtooltip span {
  margin-left: -45px;
  margin-top: 0px;
}
@media screen and (max-width: 1140px) {
  #page-container.tester-funnel .testRun .tester-header {
    width: 90% !important;
  }
  #page-container.tester-funnel .testRun .tester-header #header-top {
    width: 100% !important;
  }
  #page-container.tester-funnel .testRun .tester-funnel-container {
    width: 100% !important;
  }
  #page-container.tester-funnel .testRun .tester-funnel-container .content {
    width: 85% !important;
  }
  #page-container.tester-funnel .testRun .tester-funnel-container .content #mirroring-mobile-page-computerphone img {
    max-width: 100%;
  }
  #page-container.tester-funnel .testRun .tester-funnel-container .content #download-page #trust-building-img img {
    width: 95%;
  }
}
@media screen and (max-width: 575px) {
  #page-container.tester-funnel .testRun .tester-header {
    width: 540px !important;
  }
  #page-container.tester-funnel .testRun .tester-header #header-top {
    width: 100% !important;
  }
  #page-container.tester-funnel .testRun .tester-funnel-container {
    width: 100% !important;
  }
  #page-container.tester-funnel .testRun .tester-funnel-container .content {
    width: 540px !important;
  }
  #page-container.tester-funnel .testRun .tester-funnel-container .content #mirroring-mobile-page-computerphone img {
    max-width: 100%;
  }
  #page-container.tester-funnel .testRun .tester-funnel-container .content #download-page #trust-building-img img {
    width: 95%;
  }
}
#fiveSecTest .five-sec-logo {
  margin-top: 20px;
  margin-left: 30px;
}
#fiveSecTest .five-sec-container {
  padding: 0px 30px;
  text-align: center;
}
#fiveSecTest .five-sec-confirmation-icon {
  font-size: 122px;
  color: green;
}
#fiveSecTest .five-sec-confirmation-text {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (orientation: landscape) {
  #fiveSecTest .five-sec-container {
    margin-top: -30px;
    min-height: 400px;
  }
}
/* REGISTRATION PAGE */
.class-tester-registration #main-header {
  color: #333;
}
.class-tester-registration #main-header #header-bottom .infos-mobile {
  display: none;
}
.class-tester-registration .content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #f8f8f8;
}
.class-tester-registration .content .header-image {
  width: 100%;
  height: 190px;
  background-image: url('/images/front/create-testsuite-header.jpg');
  background-position: bottom right;
}
.class-tester-registration .content .header-image img {
  width: 100%;
}
.class-tester-registration .content #register-page.process-funnel-page {
  background-color: #ffffff;
  margin: 25px auto 50px auto;
  width: 1080px;
  padding: 40px;
  margin-top: -150px;
}
.class-tester-registration .content #register-page.process-funnel-page p {
  margin: 0px 0px 0px 5px;
}
.class-tester-registration .content #register-page.process-funnel-page validate-advice {
  float: left;
}
.class-tester-registration .content #register-page.process-funnel-page .register_top {
  width: 100%;
  margin-top: 30px;
}
.class-tester-registration .content #register-page.process-funnel-page .register_top .register_top_left {
  display: inline-block;
  width: 61%;
  vertical-align: top;
}
.class-tester-registration .content #register-page.process-funnel-page .register_top .register_top_left .formTitle {
  font-size: 26px;
  display: block;
}
.class-tester-registration .content #register-page.process-funnel-page .register_top .register_top_left .formSubtitle {
  font-size: 12px;
  margin-bottom: 10px;
}
.class-tester-registration .content #register-page.process-funnel-page .register_top .register_top_left #tester-register-form fieldset {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 442px;
  float: left;
}
.class-tester-registration .content #register-page.process-funnel-page .register_top .register_top_left #tester-register-form fieldset .form-field {
  margin-bottom: 10px;
  position: relative;
}
.class-tester-registration .content #register-page.process-funnel-page .register_top .register_top_left #tester-register-form fieldset .form-field label {
  margin-bottom: 0px;
  font: normal normal bold 14px/30px Open Sans;
  letter-spacing: 0px;
  color: #2D2D2D;
}
.class-tester-registration .content #register-page.process-funnel-page .register_top .register_top_left #tester-register-form fieldset .form-field label span {
  font: normal normal normal 13px/30px Open Sans;
}
.class-tester-registration .content #register-page.process-funnel-page .register_top .register_top_left #tester-register-form fieldset .form-field label.password-label a {
  float: right;
  font: normal normal normal 12px/26px Open Sans;
  color: #009FE3;
  cursor: pointer;
}
.class-tester-registration .content #register-page.process-funnel-page .register_top .register_top_left #tester-register-form fieldset h2 {
  margin: 0px 0px 20px 0px;
}
.class-tester-registration .content #register-page.process-funnel-page .register_top .register_top_left #tester-register-form fieldset .sex-radio label {
  display: inline-block;
}
.class-tester-registration .content #register-page.process-funnel-page .register_top .register_top_left #tester-register-form fieldset input[type="text"],
.class-tester-registration .content #register-page.process-funnel-page .register_top .register_top_left #tester-register-form fieldset input[type="password"],
.class-tester-registration .content #register-page.process-funnel-page .register_top .register_top_left #tester-register-form fieldset input[type="number"] {
  width: 100%;
  height: 48px;
  display: block;
}
.class-tester-registration .content #register-page.process-funnel-page .register_top .register_top_left #tester-register-form fieldset .register_now #username {
  display: none;
}
.class-tester-registration .content #register-page.process-funnel-page .register_top .register_top_left #tester-register-form fieldset .sex-radio label {
  font-weight: normal;
}
.class-tester-registration .content #register-page.process-funnel-page .register_top .register_top_left #tester-register-form fieldset .form_check {
  margin: 15px 0px -15px 0px;
}
.class-tester-registration .content #register-page.process-funnel-page .register_top .register_top_left #tester-register-form fieldset .form_check label {
  display: inline-block;
  position: relative;
  top: -24px;
  left: 20px;
}
.class-tester-registration .content #register-page.process-funnel-page .register_top .register_top_left #tester-register-form fieldset .form_check input {
  margin: 5px 5px 0px 0px;
}
.class-tester-registration .content #register-page.process-funnel-page .register_top .register_top_left #tester-register-form fieldset .tester-registration-button {
  width: 100%;
  margin-top: 20px;
}
.class-tester-registration .content #register-page.process-funnel-page .register_top .register_top_right {
  display: inline-block;
  width: 38%;
  min-height: 216px;
  color: #2D2D2D;
  position: relative;
}
.class-tester-registration .content #register-page.process-funnel-page .register_top .register_top_right .fa {
  font: normal normal normal 22px/26px FontAwesome;
  letter-spacing: 0px;
  color: #009FE3;
  position: absolute;
  left: 0;
}
.class-tester-registration .content #register-page.process-funnel-page .register_top .register_top_right p {
  margin-left: 30px;
}
.class-tester-registration .content #register-page.process-funnel-page .not-sure {
  font-size: 13px;
  margin-top: 5px;
}
.class-tester-registration .content .faq-section {
  margin: 0 auto 50px auto;
  width: 1080px;
  padding-bottom: 50px;
}
.class-tester-registration .content .faq-section .faq-title {
  font: normal normal bold 22px/25px Bariol;
  letter-spacing: 0px;
  color: #2D2D2D;
  padding-bottom: 22px;
}
.class-tester-registration .content .faq-section .faq {
  margin-bottom: 10px;
}
.class-tester-registration .content .faq-section .faq .accordion {
  background: #FFFFFF 0% 0% no-repeat;
  color: #444;
  cursor: pointer;
  padding: 15px 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font: normal normal bold 16px/22px Open Sans;
  color: #009FE3;
  transition: 0.4s;
}
.class-tester-registration .content .faq-section .faq .accordion .fa {
  float: right;
}
.class-tester-registration .content .faq-section .faq .panel {
  color: #2D2D2D;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  padding: 0 20px;
  background: #FFFFFF;
  overflow: hidden;
}
.class-tester-registration .content .faq-section .faq .panel p {
  padding-bottom: 15px;
}
.class-tester-registration .footer {
  margin-top: -50px;
}
#register-page .register_footer,
#download-page .download_footer {
  margin-top: 30px;
  display: block;
  width: 100%;
}
#register-page .register_footer .img-container,
#download-page .download_footer .img-container {
  display: inline-block;
  margin-right: 55px;
  vertical-align: middle;
}
#register-page .register_footer .img-container:last-child,
#download-page .download_footer .img-container:last-child {
  margin: 0;
}
#register-page .register_footer .smartphone,
#download-page .download_footer .smartphone {
  display: none;
}
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .class-tester-registration #main-header #header-bottom .infos-mobile {
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
    margin-top: 16px;
    width: 580px;
    text-align: right;
  }
  .class-tester-registration #main-header #header-bottom .infos-mobile .mailto {
    display: inline-block;
  }
  .class-tester-registration #main-header #header-bottom .infos-mobile .mailto-smartphone {
    display: none;
    font-size: 24px;
  }
  .class-tester-registration .content #register-page.process-funnel-page {
    width: 750px;
    padding: 24px;
  }
  .class-tester-registration .content #register-page.process-funnel-page .register_top .register_top_left #tester-register-form fieldset {
    width: 330px;
  }
  .class-tester-registration .content #register-page.process-funnel-page .register_footer .img-container {
    margin-right: 8px;
  }
  .class-tester-registration .content .faq-section {
    width: 750px;
  }
}
/* Smartphone */
@media only screen and (max-width: 767px) {
  .class-tester-registration #main-header #header-bottom .infos-mobile {
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
    margin-top: 16px;
    width: 230px;
    text-align: right;
  }
  .class-tester-registration #main-header #header-bottom .infos-mobile .mailto {
    display: none;
  }
  .class-tester-registration #main-header #header-bottom .infos-mobile .mailto-smartphone {
    display: inline-block;
    font-size: 24px;
  }
  .class-tester-registration .content #register-page.process-funnel-page {
    width: 360px;
    padding: 24px 16px;
  }
  .class-tester-registration .content #register-page.process-funnel-page .page-title {
    font-size: 32px;
  }
  .class-tester-registration .content #register-page.process-funnel-page .register_top .register_top_left {
    width: 100%;
  }
  .class-tester-registration .content #register-page.process-funnel-page .register_top .register_top_left #tester-register-form fieldset {
    width: 330px;
  }
  .class-tester-registration .content #register-page.process-funnel-page .register_top .register_top_left #tester-register-form fieldset .tester-registration-button {
    margin-top: 50px;
  }
  .class-tester-registration .content #register-page.process-funnel-page .register_top .register_top_right {
    width: 100%;
    margin-top: 50px;
  }
  .class-tester-registration .content #register-page.process-funnel-page .register_footer .desktop-tablet {
    display: none;
  }
  .class-tester-registration .content #register-page.process-funnel-page .register_footer .smartphone {
    display: block;
  }
  .class-tester-registration .content .faq-section {
    width: 360px;
  }
}
@media only screen and (max-width: 360px) {
  .class-tester-registration .content #register-page.process-funnel-page {
    width: 95%;
    padding: 24px 16px;
  }
  .class-tester-registration .content #register-page.process-funnel-page .register_top .register_top_left {
    width: 100%;
  }
  .class-tester-registration .content #register-page.process-funnel-page .register_top .register_top_left #tester-register-form fieldset {
    width: 98%;
  }
  .class-tester-registration .content #register-page.process-funnel-page .register_top .register_top_right {
    width: 100%;
    margin-top: 50px;
  }
  .class-tester-registration .content .faq-section {
    width: 95%;
  }
}
#page-container.tester-responsive {
  width: 100%;
  /* mod rut session - mobile detect page */
}
#page-container.tester-responsive .header.responsive {
  padding: 4%;
}
#page-container.tester-responsive .header.responsive #logo-container img {
  height: 55px;
}
#page-container.tester-responsive #tester-responsive-container {
  width: 94%;
  margin: auto;
}
#page-container.tester-responsive .footer_outer {
  margin-top: 80px;
}
#page-container.tester-responsive .session-mobile-detected-body {
  background-color: #F8F8F8;
  padding: 48px 24px;
}
#page-container.tester-responsive .session-mobile-detected-body .fa {
  font-size: 40px;
  color: #009FE3;
}
#page-container.tester-responsive .session-mobile-detected-body span {
  display: block;
  margin-top: 16px;
}
#page-container.tester-responsive .session-mobile-detected-footer {
  margin-top: 36px;
}
/* General mobile - tablet resolutions  */
@media only screen and (max-width: 980px) {
  #page-container.tester-responsive #tester-responsive-container {
    text-align: center;
  }
}
#sharing-page .jwplayer.jw-skin-rapidusertests .jw-slider-time.hideControls,
#sharing-page .jwplayer.jw-skin-rapidusertests .jw-text-duration.hideControls,
#sharing-page .jwplayer.jw-skin-rapidusertests .jw-text-elapsed.hideControls,
#sharing-page .jw-icon-fullscreen {
  display: none;
}
#sharing-page #video_player_overlay {
  z-index: 100;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  background: #fff;
  background-image: url('/images/videos/Textfolie_BG.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  display: table;
  border: #e8e8e8 1px solid;
}
#sharing-page #video_player_overlay span {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  font-size: 31px;
  line-height: 40px;
}
#sharing-page #customControlArea {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0px;
}
#sharing-page #customControlArea.hideControls {
  display: none;
}
#sharing-page #customControlBar {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  background: rgba(51, 51, 51, 0.9);
  position: absolute;
  bottom: 0px;
  z-index: 9999;
  transition: opacity 0.3s ease-out 2s;
  opacity: 0;
  overflow: hidden;
}
#sharing-page #customControlBar .control-btn {
  height: 44px;
  width: 44px;
  color: #f8f8f8;
  align-items: center;
  justify-content: center;
  display: flex;
}
#sharing-page #customControlBar .control-btn .fa {
  font-size: 20px;
  cursor: pointer;
}
#sharing-page #customControlBar #duration {
  width: 150px;
  font-weight: bold;
}
#sharing-page #customControlBar.hideControls {
  display: none;
}
#sharing-page #customControlBar.showAlways {
  opacity: 1;
}
#sharing-page #video_preview:hover #customControlBar {
  opacity: 1;
  transition: opacity 0s ease-out 0s;
}
#sharing-page #clipInfo {
  padding: 10px;
}
#sharing-page #clipInfo #clipInfo_priority,
#sharing-page #clipInfo #clipInfo_category {
  display: inline;
}
#sharing-page #clipInfo_tester .fa {
  font-size: 10px;
  margin-right: 3px;
}
#sharing-page #video_preview {
  height: 580px;
  color: #fff;
  position: relative;
}
#sharing-page input[type="checkbox"] + label {
  position: relative;
  padding-left: 8px;
  cursor: pointer;
}
#sharing-page input[type="checkbox"] {
  opacity: 0;
}
#sharing-page input[type="checkbox"] + label:before {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 15px;
  top: 1px;
  left: -16px;
  background: white;
  border: 1px solid #535353;
  color: #009fe3;
  border-radius: 3px;
  padding: 0 !important;
  content: '';
}
#sharing-page input[type="checkbox"] + label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: -13px;
  border: 3px solid #009fe3;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  cursor: pointer;
}
#sharing-page input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
#sharing-page input[type="checkbox"]:focus + label {
  outline: 1px dotted black;
}
#sharing-page input[type="radio"] + label {
  position: relative;
  padding-left: 8px;
  cursor: pointer;
  padding-top: 2px;
}
#sharing-page input[type="radio"] {
  opacity: 0;
}
#sharing-page input[type="radio"] + label:before {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 1px;
  left: -16px;
  background: white;
  border: 1px solid #535353;
  color: #009fe3;
  border-radius: 50%;
  padding: 0 !important;
  content: '';
}
#sharing-page input[type="radio"] + label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #009fe3;
  top: 6px;
  left: -11px;
  border-radius: 50%;
  transform: rotate(-45deg);
  cursor: pointer;
}
#sharing-page input[type="radio"]:checked + label:after {
  opacity: 1;
}
#sharing-page input[type="radio"]:focus + label {
  outline: 1px dotted black;
}
#sharing-page a {
  text-decoration: none;
  color: #009fe3;
}
#sharing-page .clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#sharing-page h3 {
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  line-height: 24px;
}
#sharing-page .pagearea {
  background-color: #fff;
  background-color: #f8f8f8;
}
#sharing-page .pagearea .videoSharing-header {
  width: 1080px;
  margin: auto;
  position: relative;
  height: 80px;
}
#sharing-page .pagearea .videoSharing-header .logo-container {
  padding-top: 12px;
}
#sharing-page .pagearea .videoSharing-header .logo-container img {
  height: 55px;
  display: block;
}
#sharing-page .pagearea .videoSharing-header .loginArea {
  position: absolute;
  top: 5px;
  right: 7px;
  width: 293px;
  text-align: right;
  width: 604px !important;
  float: left;
  font-size: 10px;
}
#sharing-page .sharing-banner {
  width: 100%;
  height: 100px;
  background-image: url('/images/front/stage-img.jpg');
}
#sharing-page .content {
  position: relative;
  top: -50px;
}
#sharing-page .content #comment {
  background-color: #ededed;
  margin-left: 0px;
  padding: 10px;
  max-width: 715px;
  max-height: 88px;
  overflow: auto;
  margin-bottom: 30px;
  margin-top: 14px;
}
#sharing-page .content input[type=text],
#sharing-page .content input[type=password] {
  display: block;
  margin-top: 2px;
  width: 100%;
  font-size: 14px;
  color: #333;
  height: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border: 1px solid #bbb;
  font-family: 'Open Sans', sans-serif;
}
#sharing-page .content #videoSharing-page {
  width: 1020px;
  padding: 24px;
  background-color: #fff;
  box-shadow: 0px 10px 8px 0px rgba(121, 121, 121, 0.3);
  margin: 0 auto;
}
#sharing-page .content #videoSharing-page #video-player-and-info-bars {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
#sharing-page .content #videoSharing-page #tester-info-bar {
  float: left;
  position: relative;
  font-size: 16px;
}
#sharing-page .content #videoSharing-page #device-info-bar {
  float: right;
  position: relative;
  font-size: 13px;
  margin-bottom: 10px;
}
#sharing-page .content #videoSharing-page #comment-side-bar {
  display: inline-block;
  vertical-align: top;
  width: 361px;
}
#sharing-page .content #videoSharing-page #comment-side-bar #share-title {
  margin-bottom: 14px;
}
#sharing-page .content #videoSharing-page #comment-side-bar #copyUrlField {
  width: 195px;
  vertical-align: middle;
  display: inline-block;
}
#sharing-page .content #videoSharing-page #comment-side-bar #copyToClipboard {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
#sharing-page .content #videoSharing-page #comment-side-bar #copyDone {
  line-height: 37px;
  float: right;
  font-size: 12px;
}
#sharing-page .content #videoSharing-page #comment-side-bar #copyDoneImg {
  width: 20px;
  height: 16px;
  float: right;
  margin-top: 13px;
  margin-right: -3px;
  background: url(/images/front/checkmark.png) no-repeat 0px 0px;
}
#sharing-page .content #videoSharing-register-page {
  width: 1020px;
  padding: 30px 30px;
  background-color: #fff;
  box-shadow: 0px 10px 8px 0px rgba(121, 121, 121, 0.3);
  margin: 0 auto;
}
#sharing-page .content #videoSharing-register-page form {
  display: inline-block;
  margin-top: 20px;
  width: 450px;
}
#sharing-page .content #videoSharing-register-page form .float-left {
  display: inline-block !important;
}
#sharing-page .content #videoSharing-register-page form .small-label {
  display: inline-block;
  font-size: 12px;
  margin-left: 4px;
  padding-top: 1px;
}
#sharing-page .content #videoSharing-register-page .validate-advice {
  float: none;
}
#sharing-page .content #videoSharing-register-page #title {
  font-size: 26px;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Bariol-bold;
  line-height: 48px;
}
#sharing-page .content #videoSharing-register-page .form-field {
  margin-top: 0px;
  margin-bottom: 18px;
}
#sharing-page .content #videoSharing-register-page .form-field label {
  display: block;
  font-weight: bold;
  margin-bottom: 3px;
}
#sharing-page .content #videoSharing-register-page #password_field {
  display: block;
}
#sharing-page .content #videoSharing-register-page .show-password-link {
  float: right;
  margin-right: -13px;
}
#sharing-page .content #videoSharing-register-page .label-block {
  font-weight: bold;
}
#sharing-page .content #videoSharing-register-page .testsuite-registration-sex {
  margin-bottom: 18px;
}
#sharing-page .content #videoSharing-register-page .testsuite-registration-sex .radio {
  display: inline-block;
}
#sharing-page .content #videoSharing-register-page .register-bottom {
  margin-top: 40px;
}
#sharing-page .content #videoSharing-register-page .register-bottom button {
  margin-bottom: 20px;
}
#sharing-page .content #videoSharing-register-page #trust-building-img {
  display: inline-block;
  position: relative;
  float: right;
  right: 130px;
}
#sharing-page .content #videoSharing-register-page #trust-building-img div {
  text-align: center;
  display: block;
  margin-bottom: 60px;
  vertical-align: center;
  width: 333px;
}
#sharing-page .content #videoSharing-register-page #trust-building-img #partnerOf {
  margin-bottom: 0px;
  font-weight: bold;
}
#sharing-page .content #videoSharing-register-page #register_title {
  margin-bottom: 10px;
}
#sharing-page #copyToClipboardContainer {
  text-align: right;
  margin-bottom: 11px;
}
#sharing-page #copyToClipboardContainer input {
  height: 10px;
  width: 274px;
  display: inline;
}
#sharing-page #copyToClipboardContainer .green-button {
  height: 32px;
}
/* VALIDATION ERRORS STYLE IN DIFFERENT PAGES */
input.has-error-js-validator[type="text"],
input.has-error-js-validator[type="password"],
div.has-error-js-validator,
textarea.has-error-js-validator {
  border: 1px solid #ff0000 !important;
}
.validate-advice,
.validate-advice-js {
  color: #ff0000;
}
.customer-header {
  width: 1080px !important;
  max-width: 1080px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.customer-header #header-top #header-top-right .user-info {
  margin-left: 30px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  left: 4px;
}
.customer-header #header-top #header-top-right .user-info .tester-make-test-button {
  margin-right: 20px;
}
.customer-header #header-top #header-top-right .user-info .user-name {
  color: #000000;
  font-weight: bold;
}
.customer-header #header-top #header-top-right .user-info .fa-user {
  position: relative;
  top: -1px;
  left: -3px;
}
.customer-header #header-top #header-top-right .user-info .user-info-dropdown {
  width: 6.5px;
  height: 4px;
  margin: 0 12px 0 0;
  opacity: 0.7;
  padding-bottom: 2px;
}
.customer-header #header-top #header-top-right .user-info-context-menu {
  z-index: 99999;
  display: none;
  border-radius: 5px;
  background-color: #F8F8F8;
  position: absolute;
  box-shadow: 0px 10px 15px -10px rgba(51, 51, 51, 0.5);
  border: 1px solid #EDEDED;
  top: 35px;
  right: 0;
}
.customer-header #header-top #header-top-right .user-info-context-menu ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.customer-header #header-top #header-top-right .user-info-context-menu ul li {
  padding: 5px 15px 5px 10px;
  border-bottom: 1px solid #EDEDED;
  color: black;
  cursor: pointer;
  width: 150px;
}
.customer-header #header-top #header-top-right .user-info-context-menu ul li:hover {
  font-weight: bold;
  color: black;
}
.customer-header #header-top #header-top-right .user-info-context-menu ul li.active {
  background-color: white;
  font-weight: bold;
}
.customer-header #header-top #header-top-right .user-info-context-menu ul li.user-info-context-menu-logout {
  border-bottom: none;
}
.customer-header #header-top #header-top-right .user-info-context-menu ul a {
  color: #616161;
}
.customer-header #header-top #header-top-right .user-info-context-menu:before {
  content: ' ';
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  right: 30px;
  top: -8px;
  border-left: 1px solid #EDEDED;
  border-top: 1px solid #EDEDED;
  background-color: #F8F8F8;
  box-shadow: 0px 10px 15px -10px rgba(51, 51, 51, 0.5);
}
.customer-header #header-top #header-top-left .tel-logo {
  font-size: 13px;
  float: right;
  color: #000000;
  margin: 0;
}
.customer-header #header-bottom .main-menu ul {
  margin: 0 !important;
}
.customer-header #header-bottom .nav-button {
  float: right;
  position: relative;
  top: -15px;
}
.customer-header #header-bottom .nav-button:hover .test-btn-dropdown {
  display: block;
}
.customer-header #header-bottom .nav-button .green-button {
  height: 35px;
}
.customer-header #header-bottom .nav-button .test-btn-dropdown {
  position: absolute;
  top: 35px;
  right: 0;
  padding: 8px 0;
  background: #f8f8f8;
  box-shadow: 2px 5px 4px #4b4b4b;
  display: none;
  z-index: 999;
  width: 100%;
  min-width: 320px;
  border-radius: 0 0 4px 4px;
  margin: 0;
}
.customer-header #header-bottom .nav-button .test-btn-dropdown li {
  list-style: none;
  cursor: pointer;
}
.customer-header #header-bottom .nav-button .test-btn-dropdown li a {
  text-decoration: none;
  color: #07a1e3 !important;
  padding: 7px 18px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px;
  display: block;
  box-shadow: none !important;
}
.customer-header #inhouse-popup .dialogbox {
  transform: translate(-50%);
  top: 30%;
  margin-top: 0;
  margin-left: 0;
}
.customer-header .inhouse-card-wrapper {
  padding: 10px 0;
}
.customer-header .inhouse-card-wrapper .inhouse-card {
  background-color: #f2f2f2;
  font-size: 14px;
  padding: 8px;
  text-align: center;
}
.customer-header .inhouse-card-wrapper .inhouse-card.white {
  background-color: #f8f8f8;
}
.customer-header .inhouse-card-wrapper .inhouse-card .icon {
  font-size: 40px;
  color: #009FE3;
  margin: 20px 5px;
}
.customer-header .inhouse-card-wrapper .inhouse-card .title {
  font-weight: bold;
}
.test-list .test-list-header {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #333;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 1px;
}
.test-list .dropdown-test {
  border: 1px solid;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 2px;
  margin-bottom: 20px;
  border-color: #cccccc;
  cursor: pointer;
  height: 25px;
  padding-top: 6px;
  padding-bottom: 4px;
  background-color: #f8f8f8;
}
.test-list .dropdown-test .dropdown-test-content {
  width: 240px;
  border-right: 1px solid;
  white-space: nowrap;
  overflow: hidden;
  border-color: #cccccc;
  padding-left: 4px;
  margin-right: 4px;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  height: 35px;
  position: relative;
  top: -6px;
  padding-top: 6px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: bold;
}
.test-list .dropdown-test .dropdown-test-content .fa {
  font-size: 18px;
  position: relative;
  top: 2px;
}
.test-list .dropdown-test .dropdown-test-content .fa-multi-icon-left {
  margin-left: 8px;
  margin-right: 0px;
}
.test-list .dropdown-test .dropdown-test-content .fa-multi-icon-right {
  margin-left: 5px;
  margin-right: 7px;
}
.test-list .dropdown-test .dropdown-test-content .test-date {
  margin-right: 7px;
  margin-left: 7px;
}
.test-list .dropdown-test .dropdown-test-icon {
  background-image: url("/images/front/dropdown.png");
  background-repeat: no-repeat;
  background-size: 72% auto;
  margin-right: 6px;
  float: right;
  margin-top: -33px;
  padding: 6px;
  width: 4px;
}
.test-list .dropdown-table {
  display: none;
  position: absolute;
  z-index: 999;
  margin-top: -21px;
  margin-left: 1px;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 3px 2px 6px 0px #888888;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
  border-top: 1px #ccc solid;
}
.test-list .dropdown-table #table-test-content {
  cursor: pointer;
  width: inherit;
  min-width: 480px;
  background-color: #fff;
  border-collapse: collapse;
}
.test-list .dropdown-table #table-test-content tr {
  overflow: hidden;
  white-space: nowrap;
}
.test-list .dropdown-table #table-test-content tr td {
  height: 25px;
  border-style: none;
  padding-left: 4px;
  padding-top: 8px;
  padding-bottom: 2px;
  padding-right: 1px;
  font-size: 13px;
}
.test-list .dropdown-table #table-test-content tr td span {
  position: relative;
  top: -2px;
}
.test-list .dropdown-table #table-test-content tr td .fa-multi-icon-right {
  margin-left: 5px;
}
.test-list .dropdown-table #table-test-content tr td:nth-child(1) {
  width: 43px;
  text-align: center;
}
.test-list .dropdown-table #table-test-content tr td:nth-child(1) .fa {
  font-size: 18px;
}
.test-list .dropdown-table #table-test-content tr td:nth-child(2) {
  max-width: 75px;
}
.test-list .dropdown-table #table-test-content tr.activeSelected {
  background: #1e90ff;
  color: #fff;
}
.test-list .dropdown-table #table-test-content tr.active {
  color: #009fe3;
}
.test-list .dropdown-table #table-test-content tr:hover td {
  background: #1e90ff;
  color: #fff;
}
#page-container.customer-dashboard {
  background-color: #f8f8f8;
  /* General */
}
#page-container.customer-dashboard .rename-cancel {
  color: #009fe3;
}
#page-container.customer-dashboard .download_link {
  float: right;
}
#page-container.customer-dashboard .clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#page-container.customer-dashboard .seperator {
  margin-bottom: 20px;
}
#page-container.customer-dashboard .fa-device-list .fa {
  margin-left: 3px;
}
#page-container.customer-dashboard .project-desc .fa-device-list .fa,
#page-container.customer-dashboard .testsuite-header-info .fa-device-list .fa {
  font-size: 14px;
}
#page-container.customer-dashboard #canvasloader-container {
  display: none;
}
#page-container.customer-dashboard .customer-dashboard-banner {
  width: 100%;
  height: 100px;
  background-image: url('/images/front/stage-img.jpg');
  background-position-y: -180px;
  background-position-x: -400px;
}
#page-container.customer-dashboard .customer-dashboard-container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  /* NPS Box (used in overview and question) */
}
#page-container.customer-dashboard .customer-dashboard-container .testsuite-header-container {
  text-align: left;
  padding: 0px 15px;
  border: 1px solid #dadada;
  background-color: #f8f8f8;
  height: 30px;
}
#page-container.customer-dashboard .customer-dashboard-container .testsuite-header-container .testsuite_name {
  font-weight: bold;
  line-height: 30px;
}
#page-container.customer-dashboard .customer-dashboard-container .testsuite-header-container .testsuite-header-info {
  float: right;
  line-height: 30px;
  font-size: 10px;
  font-weight: normal;
}
#page-container.customer-dashboard .customer-dashboard-container .orderCredits {
  width: 100%;
  padding: 24px;
  background-color: #fff;
  box-shadow: 0px 10px 8px 0px rgba(121, 121, 121, 0.3);
}
#page-container.customer-dashboard .customer-dashboard-container .orderCredits .heading {
  text-align: left;
  font: normal normal bold 26px/35px Bariol;
  letter-spacing: 0px;
  color: #333333;
  padding: 0 0 32px 0;
}
#page-container.customer-dashboard .customer-dashboard-container .orderCredits .table-container {
  margin-bottom: 32px;
}
#page-container.customer-dashboard .customer-dashboard-container .orderCredits .table-container .credit-history {
  width: 100%;
  border: 1px solid #DCDCDC;
  background: #F8F8F8 0% 0% no-repeat padding-box;
}
#page-container.customer-dashboard .customer-dashboard-container .orderCredits .table-container .credit-history thead th {
  text-align: left;
  padding: 6px 12px;
}
#page-container.customer-dashboard .customer-dashboard-container .orderCredits .table-container .credit-history thead th:nth-child(2) {
  width: 205px;
}
#page-container.customer-dashboard .customer-dashboard-container .orderCredits .table-container .credit-history tbody tr:nth-child(even) {
  background: #F8F8F8 0% 0% no-repeat padding-box;
}
#page-container.customer-dashboard .customer-dashboard-container .orderCredits .table-container .credit-history tbody tr:nth-child(odd) {
  background: #FFFFFF 0% 0% no-repeat padding-box;
}
#page-container.customer-dashboard .customer-dashboard-container .orderCredits .table-container .credit-history tbody td:first-child {
  text-align: center;
  width: 150px;
}
#page-container.customer-dashboard .customer-dashboard-container .orderCredits .table-container .credit-history tbody td {
  padding: 12px 10px;
}
#page-container.customer-dashboard .customer-dashboard-container .orderCredits .table-container .credit-history .order-credit-info {
  position: absolute;
  z-index: 9;
  background: #F6F6F6 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  padding: 32px;
  font: normal normal normal 14px/19px Open Sans;
  width: -moz-max-content;
  width: max-content;
  margin-top: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .orderCredits .table-container .credit-history .order-credit-info:before {
  background-color: #F6F6F6;
  content: ' ';
  position: absolute;
  left: 65px;
  top: -10px;
  width: 18px;
  height: 18px;
  border: 1px solid #f0f0f0;
  transform: rotate(45deg);
  border-bottom: transparent;
  border-right: transparent;
  overflow: hidden;
}
#page-container.customer-dashboard .customer-dashboard-container .orderCredits .auto-credit-container {
  position: relative;
}
#page-container.customer-dashboard .customer-dashboard-container .orderCredits .auto-credit-container p:empty {
  display: none;
}
#page-container.customer-dashboard .customer-dashboard-container .orderCredits .auto-credit-container .auto-credit-comparison {
  position: absolute;
  z-index: 9;
  background: #F6F6F6 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  padding: 25px 19px;
}
#page-container.customer-dashboard .customer-dashboard-container .orderCredits .auto-credit-container .auto-credit-comparison table th {
  font: normal normal bold 12px/17px Open Sans;
  text-align: center;
  padding: 0 0 12px 0;
}
#page-container.customer-dashboard .customer-dashboard-container .orderCredits .auto-credit-container .auto-credit-comparison table th:nth-child(even) {
  padding: 0 11px 12px;
}
#page-container.customer-dashboard .customer-dashboard-container .orderCredits .auto-credit-container .auto-credit-comparison table td {
  font: normal normal normal 13px/28px Open Sans;
  text-align: center;
  padding: 0;
}
#page-container.customer-dashboard .customer-dashboard-container .orderCredits .auto-credit-container .auto-credit-comparison table tr:nth-child(even) {
  background: #FFFFFF 0% 0% no-repeat padding-box;
}
#page-container.customer-dashboard .customer-dashboard-container .orderCredits .auto-credit-container .auto-credit-comparison:before {
  background-color: #F6F6F6;
  content: ' ';
  position: absolute;
  left: 50px;
  top: -10px;
  width: 18px;
  height: 18px;
  border: 1px solid #f0f0f0;
  transform: rotate(45deg);
  border-bottom: transparent;
  border-right: transparent;
  overflow: hidden;
}
#page-container.customer-dashboard .customer-dashboard-container .orderCredits .auto-credit-container .helpbubble {
  display: block;
  position: absolute;
  background-color: #FCFCFC;
  vertical-align: middle;
  border-radius: 3px;
  top: -56px;
  padding: 10px 20px;
  margin: 0;
  width: 435px;
  left: 320px;
  box-shadow: 2px 2px 5px #CCC;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  -moz-box-shadow: 2px 2px 5px #ccc;
  z-index: 10;
  border: 1px solid #F0F0F0;
}
#page-container.customer-dashboard .customer-dashboard-container .orderCredits .auto-credit-container .helpbubble.show-cancel-info {
  left: 495px;
  width: 435px;
  top: -60px;
}
#page-container.customer-dashboard .customer-dashboard-container .orderCredits .auto-credit-container .helpbubble.show-cancel-info i {
  position: absolute;
  right: 8px;
  cursor: pointer;
  color: #009fe3;
}
#page-container.customer-dashboard .customer-dashboard-container .orderCredits .auto-credit-container .helpbubble.hide-cancel-btn {
  left: 458px;
  top: -43px;
}
#page-container.customer-dashboard .customer-dashboard-container .orderCredits .auto-credit-container .helpbubble:before {
  background-color: #fcfcfc;
  content: ' ';
  position: absolute;
  left: -11px;
  top: calc(50% - 10px);
  width: 18px;
  height: 18px;
  border: 1px solid #f0f0f0;
  transform: rotate(45deg);
  border-top: transparent;
  border-right: transparent;
  overflow: hidden;
}
#page-container.customer-dashboard .customer-dashboard-container .orderCredits .cancelAutoCreditPopup .dialogbox {
  width: -moz-fit-content;
  width: fit-content;
}
#page-container.customer-dashboard .customer-dashboard-container .orderCredits .cancelAutoCreditPopup .dialogbox-header {
  padding: 40px 40px 0;
}
#page-container.customer-dashboard .customer-dashboard-container .orderCredits .cancelAutoCreditPopup .dialogbox-header .dialogbox-title {
  text-align: left;
  font: normal normal bold 26px/35px Bariol;
}
#page-container.customer-dashboard .customer-dashboard-container .orderCredits .cancelAutoCreditPopup .dialogbox-content {
  padding: 32px 40px;
}
#page-container.customer-dashboard .customer-dashboard-container .orderCredits .cancelAutoCreditPopup .dialogbox-content p {
  margin: 0;
}
#page-container.customer-dashboard .customer-dashboard-container .orderCredits .cancelAutoCreditPopup .dialogbox-buttons {
  text-align: right;
  padding: 0 40px 40px;
}
#page-container.customer-dashboard .customer-dashboard-container .orderCredits .cancelAutoCreditPopup .dialogbox-buttons span {
  font: normal normal normal 14px/19px Open Sans;
  letter-spacing: 0px;
  color: #009FE3;
  cursor: pointer;
  margin-right: 16px;
}
#page-container.customer-dashboard .customer-dashboard-container .customerWidePage {
  width: 950px;
  padding: 30px 65px;
  background-color: #fff;
  box-shadow: 0px 10px 8px 0px rgba(121, 121, 121, 0.3);
}
#page-container.customer-dashboard .customer-dashboard-container .dashboard-nps .top-part .left-element {
  display: inline-block;
  width: 440px;
  margin-right: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .dashboard-nps .top-part .left-element.left-element-multi-testsuite {
  width: 385px !important;
}
#page-container.customer-dashboard .customer-dashboard-container .dashboard-nps .top-part .right-element {
  display: inline-block;
  width: 200px;
  text-align: left;
  vertical-align: top;
  margin-top: -10px;
  margin-left: 50px;
  margin-bottom: -20px;
}
#page-container.customer-dashboard .customer-dashboard-container .dashboard-nps .top-part .right-element .nps-legend-container {
  text-align: center;
  width: 187px;
  margin-top: -20px;
  float: left;
}
#page-container.customer-dashboard .customer-dashboard-container .dashboard-nps .top-part .right-element .nps-legend-container .nps-legend-title {
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}
#page-container.customer-dashboard .customer-dashboard-container .dashboard-nps .top-part .right-element .nps-legend-container #npsScore {
  font-size: 32px;
  font-weight: bold;
  display: block;
}
#page-container.customer-dashboard .customer-dashboard-container .dashboard-nps .top-part .right-element .nps_text .fa-info-circle {
  color: #333 !important;
}
#page-container.customer-dashboard .customer-dashboard-container .dashboard-nps .top-part .right-element .nps_graph .arrow-main {
  top: 20px;
  height: 109px;
}
#page-container.customer-dashboard .customer-dashboard-container .dashboard-nps .top-part .right-element .nps_graph .arrow {
  position: absolute;
  left: 90px;
  transition-duration: 1s;
  transition-property: transform;
}
#page-container.customer-dashboard .customer-dashboard-container .dashboard-nps .top-part .right-element .nps_graph #current_arrow {
  transform: rotate(0 deg);
}
#page-container.customer-dashboard .customer-dashboard-container .dashboard-nps .top-part .right-element .other-tests-stats-container {
  position: relative;
  top: 18px;
}
#page-container.customer-dashboard .customer-dashboard-container .dashboard-nps .top-part .right-element .other-tests-stats-container #otherTest_text {
  text-align: left;
}
#page-container.customer-dashboard .customer-dashboard-container .dashboard-nps .top-part .right-element .other-tests-stats-container #otherTest_text span {
  display: inline-block;
}
#page-container.customer-dashboard .customer-dashboard-container .dashboard-nps .top-part .right-element .other-tests-stats-container #otherTest_nps {
  font-weight: bold;
}
#page-container.customer-dashboard .customer-dashboard-container .dashboard-nps .top-part .right-element .other-tests-stats-container .nps_stats .select-container {
  width: 100%;
  margin-top: 5px;
}
#page-container.customer-dashboard .customer-dashboard-container .dashboard-nps .top-part .right-element .other-tests-stats-container .nps_stats .select-container:after {
  top: 3px;
}
#page-container.customer-dashboard .customer-dashboard-container .dashboard-nps .top-part .right-element .other-tests-stats-container .nps_stats select {
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  height: 37px;
}
#page-container.customer-dashboard .customer-dashboard-container .dashboard-nps .top-part .right-element .other-tests-stats-container .nps_stats select option:not(:checked) {
  font-size: 14px;
  font-weight: normal;
}
#page-container.customer-dashboard .customer-dashboard-container .dashboard-nps .middle-part {
  width: 450px;
  padding-bottom: 20px;
  margin-top: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .dashboard-nps .middle-part .nps_stats2 div {
  width: 30.5%;
  display: inline-block;
}
#page-container.customer-dashboard .customer-dashboard-container .dashboard-nps .middle-part .nps_stats2 div span {
  display: inline-block;
  min-width: 153px;
}
#page-container.customer-dashboard .customer-dashboard-container .dashboard-nps .middle-part .nps_stats2 div .fa {
  margin-right: 3px;
}
#page-container.customer-dashboard .customer-dashboard-container .dashboard-nps .bottom-part .count_tester {
  height: 37px;
}
#page-container.customer-dashboard .customer-dashboard-container .content {
  min-height: 450px;
  width: 780px;
  background-color: #f8f8f8;
  position: relative;
  top: -55px;
  margin-left: 300px;
  /* OVERVIEW */
  /* TEST DESIGN */
  /* CHANGE ACCESS */
  /* NOTES */
  /* NACHBEFRAGUNG */
  /* RECOMMEND */
  /* EYE TRACKING */
  /* UX SERVICES */
  /* LIVE SESSIONS */
  /* GUERILLA TESTs */
}
#page-container.customer-dashboard .customer-dashboard-container .content .rename-save {
  height: 26px;
  font-size: 16px;
  vertical-align: middle;
}
#page-container.customer-dashboard .customer-dashboard-container .content .rename-field {
  display: block;
  font-size: 14px;
  color: #333;
  height: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  border: 1px solid #bbb;
  font-family: 'Open Sans', sans-serif;
  display: inline;
  vertical-align: middle;
}
#page-container.customer-dashboard .customer-dashboard-container .content .rename-label {
  display: inline;
  font-size: 10px;
  height: inherit;
  float: left;
}
#page-container.customer-dashboard .customer-dashboard-container .content .rename-label .fa {
  color: #009fe3 !important;
  font-size: 13px;
  position: relative;
  left: 7px;
  cursor: pointer;
}
#page-container.customer-dashboard .customer-dashboard-container .content .page-title {
  padding: 24px;
  height: 20px;
  border-radius: 5px 5px 0px 0px;
  background-color: #fff;
}
#page-container.customer-dashboard .customer-dashboard-container .content .page-title.with-desc {
  height: 113px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .page-title h2 {
  float: left;
  color: #000;
  font-size: 26px;
  font-weight: normal;
  line-height: 26px;
  margin: 0;
}
#page-container.customer-dashboard .customer-dashboard-container .content .page-title select {
  margin-top: 4px;
  width: 200px;
  float: left;
}
#page-container.customer-dashboard .customer-dashboard-container .content .page-title .project-desc {
  font-size: 12px;
  position: absolute;
  top: 60px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .page-title .project-rename-logo {
  width: 13px;
  height: 13px;
  margin-top: 7px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .page-title .page-title-right {
  float: right;
}
#page-container.customer-dashboard .customer-dashboard-container .content .page-title .page-title-right .fa {
  color: #333333;
}
#page-container.customer-dashboard .customer-dashboard-container .content .page-title .page-title-right .inline-link {
  display: inline-block;
  margin-right: 15px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .page-title .page-title-right .inline-link .green-button {
  height: 35px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .page-title .page-title-right .inline-link:last-child {
  margin-right: 0;
}
#page-container.customer-dashboard .customer-dashboard-container .content .page-content {
  padding: 0px 24px 24px 24px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .page-content h3 {
  margin: 0;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: normal;
}
#page-container.customer-dashboard .customer-dashboard-container .content .page-content #onboardingBand {
  margin-bottom: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .page-content #onboardingBand .fa-close {
  font-size: 12px;
  color: #333;
  font-weight: normal;
  float: right;
  position: relative;
  top: -28px;
  left: 10px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .page-content .status {
  width: 100%;
  padding: 10px;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
}
#page-container.customer-dashboard .customer-dashboard-container .content .page-content .status .fa {
  margin-right: 5px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .page-content .status-on-boarding {
  background-color: #e5f1f6;
  border: 1px solid #009fe3;
}
#page-container.customer-dashboard .customer-dashboard-container .content .page-content .status-on-boarding .fa {
  color: #009fe3;
}
#page-container.customer-dashboard .customer-dashboard-container .content .page-content .status-on-boarding a {
  font-weight: bold;
}
#page-container.customer-dashboard .customer-dashboard-container .content .page-content .status-ok {
  border: 1px solid #25b572;
}
#page-container.customer-dashboard .customer-dashboard-container .content .page-content .status-ok .fa {
  color: #25b572;
}
#page-container.customer-dashboard .customer-dashboard-container .content .page-content .status-ok a {
  font-weight: bold;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview {
  background-color: #f8f8f8;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview #project-rename-content {
  height: 0px;
  display: inline;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dialogButtonCancel {
  margin-left: 40px;
  line-height: 35px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dialogButtonSubmit {
  float: right;
  margin-right: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: 0px 10px 8px 0px rgba(121, 121, 121, 0.1);
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element .analysis {
  float: right;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element .analysis .fa {
  margin-right: 5px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element ul.range {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  margin-top: 5px;
  display: inline;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element ul.range li:before {
  font-family: 'FontAwesome';
  content: '\f004';
  font-size: 14px;
  color: #B9B9B9;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element ul.range li {
  margin-right: 2px;
  display: inline-block;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element ul.range li.active:before {
  color: #f6883f;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element .page-content table {
  border-radius: 5px  5px 0px 0px;
  border-color: #dadada;
  border-style: solid;
  border-width: 1px;
  width: 100%;
  border-spacing: 2px;
  border-collapse: collapse;
  font-size: 12px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element .page-content table td {
  border: 1px solid #dcdcdc;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element .page-content table thead {
  height: 30px;
  line-height: 30px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element .page-content table thead th {
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  background-color: #f8f8f8;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element .page-content table tfoot {
  height: 50px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element .page-content table tfoot tr {
  border-bottom-style: hidden;
  border-left-style: hidden;
  border-right-style: hidden;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element .page-content table tfoot tr td {
  border: none;
  font-weight: bold;
  font-size: 15px;
  padding-top: 4px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element .page-content table tfoot tr td:last-child {
  padding-right: 15px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element .page-content table tbody td {
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  height: 45px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element .page-content table tbody td .fa-play-circle {
  color: #009fe3 !important;
  font-size: 18px;
  margin-right: 6px;
  position: relative;
  top: 1px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element .page-content table tbody td.video-not-viewed {
  font-weight: bold;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element .page-content table tbody td:nth-child(1) {
  min-width: 35px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element .page-content table tbody td:nth-child(2) {
  min-width: 50px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element .page-content table tbody td:nth-child(3) {
  min-width: 145px;
  width: 145px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element .page-content table tbody td:nth-child(4) {
  width: 140px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element .page-content table tbody tr:nth-child(even) {
  background-color: #f8f8f8;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element .page-content.statistics {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element .img-caption {
  font-size: 12px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element .dashboard-overview-element-text {
  /* width: 86%; */
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element .dashboard-eyequant div {
  margin-bottom: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element .dashboard-eyequant div img {
  width: 21%;
  margin-left: 25px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element .moderatorConfirmationPopup .dialogbox {
  width: 527px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element .moderatorConfirmationPopup .dialogbox-header {
  text-align: left;
  padding: 50px 45px 0 45px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element .moderatorConfirmationPopup .dialogbox-header .dialogbox-title {
  font-family: Bariol-bold;
  font-size: 26px;
  font-weight: normal;
  line-height: 100%;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element .moderatorConfirmationPopup .dialogbox-content {
  padding: 30px 45px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element .moderatorConfirmationPopup .dialogbox-content .moderatorConfirmationPopupContent2 {
  font-weight: 700;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element .moderatorConfirmationPopup .dialogbox-buttons {
  display: flex;
  justify-content: flex-end;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element .moderatorConfirmationPopup .dialogbox-buttons a {
  padding-right: 10px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element-no-style {
  height: 50px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-overview-element-no-style .action-similar-testsuite-button {
  float: right;
  height: 35px !important;
  margin-right: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-stats {
  text-align: center;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-stats .page-content {
  width: 780px;
  padding-right: 0;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-stats .page-content .left-element {
  display: inline-block;
  float: left;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-stats .page-content .right-element {
  display: inline-block;
  width: 254px;
  text-align: center;
  position: relative;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-stats .page-content .right-element #donutchart:after {
  content: "";
  height: 138px;
  width: 138px;
  border-radius: 50%;
  position: absolute;
  background: transparent;
  box-shadow: 0px 10px 8px 0px rgba(121, 121, 121, 0.3);
  top: 51px;
  left: 58px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-stats .page-content .right-element .donutchart-title {
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  z-index: 9;
  position: relative;
  top: 6px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-stats .page-content .right-element .male-counter {
  position: relative;
  top: -86px;
  left: -18px;
  float: right;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-stats .page-content .right-element .male-counter.one-man {
  left: -24px !important;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-stats .page-content .right-element .female-counter {
  position: relative;
  top: -85px;
  left: 19px;
  z-index: 9;
  float: left;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-stats .page-content .right-element .female-counter.one-woman {
  left: 25px !important;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-stats .page-content .right-element .male-counter .number,
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-stats .page-content .right-element .female-counter .number {
  font-size: 11px;
  font-weight: bold;
  position: relative;
  top: -6px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-stats .page-content .right-element .male-counter .title,
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-stats .page-content .right-element .female-counter .title {
  font-size: 12px;
  font-weight: bold;
  position: relative;
  top: -14px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-stats .page-content .right-element .donutchart-subtitle-container {
  text-align: center;
  clear: both;
  width: 100%;
  position: relative;
  top: -82px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-stats .page-content .right-element .donutchart-subtitle-container .donutchart-subtitle {
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  z-index: 9;
  position: relative;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-stats .page-content table#testcases {
  border: 0;
  table-layout: fixed;
  width: 460px;
  margin-left: 10px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-stats .page-content table#testcases .uncomplete-test-marker {
  color: #ff0000;
  font-weight: bold;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-stats .page-content table#testcases thead tr {
  height: 35px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-stats .page-content table#testcases thead tr th {
  background-color: #fff;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-stats .page-content table#testcases thead tr th:nth-child(1) {
  width: 98px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-stats .page-content table#testcases thead tr th:nth-child(2) {
  width: 310px;
  text-align: left;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-stats .page-content table#testcases thead tr th:nth-child(3) {
  width: 70px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-stats .page-content table#testcases tbody tr {
  height: 40px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-stats .page-content table#testcases tbody tr td {
  border: 0;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-stats .page-content table#testcases tbody tr td:nth-child(1) {
  font-weight: bold;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-stats .page-content table#testcases tbody tr td:nth-child(2) {
  background: url("/images/front/customer/dashboard/customer_overview_stats_background.png") repeat-y;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-stats .page-content table#testcases tbody tr:nth-child(even) {
  background-color: #fff;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-stats .page-content table#testcases tbody span.testcase {
  border-radius: 2px;
  display: block;
  float: left;
  height: 24px;
  margin: 2px 2px 2px -1px;
  background: #56d7b1;
  background: linear-gradient(to right, #0ca6db 0%, #56d7b1 100%);
  background: linear-gradient(to left, #0ca6db, #56d7b1);
  background: -webkit-linear-gradient(to left, #0ca6db, #56d7b1);
  box-shadow: 0px 6px 6px 0px rgba(121, 121, 121, 0.3);
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-stats .page-content table#testcases tbody span.time {
  float: left;
  position: relative;
  top: 7px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-stats .page-content table#testcases tbody span.task {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  box-shadow: 2px 2px 5px #cccccc;
  display: none;
  margin: 25px 0 0 45px;
  padding: 5px 10px;
  position: absolute;
  text-align: left;
  width: 300px;
  left: 350px;
  z-index: 999;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-overview .dashboard-stats .page-content #donutchart text {
  display: none;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .dragArea {
  border: 2px dashed #ababab;
  border-radius: 5px;
  color: #7c7c7c;
  cursor: pointer;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .uploadedImage {
  width: 328px;
  display: inline-block;
  float: right;
  color: #009FE3;
  height: 38px;
  line-height: 36px;
  border: 1px solid #ababab;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later #helpbubble {
  position: absolute;
  background-color: #FCFCFC;
  vertical-align: middle;
  border-radius: 3px;
  top: 0;
  padding: 10px 20px;
  width: 350px;
  left: 580px;
  box-shadow: 2px 2px 5px #CCC;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  -moz-box-shadow: 2px 2px 5px #ccc;
  z-index: 10;
  border: 1px solid #F0F0F0;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later #helpbubble:before {
  background-color: #fcfcfc;
  content: ' ';
  position: absolute;
  left: -11px;
  top: calc(50% - 10px);
  width: 18px;
  height: 18px;
  border: 1px solid #f0f0f0;
  transform: rotate(45deg);
  border-top: transparent;
  border-right: transparent;
  overflow: hidden;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .header-block {
  margin-top: 12px;
  position: relative;
  background-color: #fff;
  padding: 40px 0;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .header-block h3 {
  font-family: Bariol-bold;
  font-size: 32px;
  line-height: 38px;
  word-wrap: normal;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .help-link {
  display: inline;
  float: right;
  margin-right: 0;
  cursor: pointer;
  text-decoration: none;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  font-weight: normal;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .help-link .fa {
  margin-right: 4px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .help-link-aligned {
  display: inline-block;
  top: 28px;
  position: relative;
  float: right;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .content-block {
  background-color: #fff;
  border: 0;
  padding: 35px 0 0 0;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .content-block h4 {
  margin: 0px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .textarea_div {
  padding: 5px;
  height: auto;
  min-height: 80px;
  max-height: 800px;
  background: #ffffff;
  border: 1px solid #ABABAB;
  color: #333;
  overflow: auto;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .textarea_div.mce-edit-focus {
  outline: none;
  border: 1px solid #2393C6 !important;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .textarea_div.isPlaceholder {
  color: #7c7c7c;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .sortable-ghost {
  visibility: visible !important;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .sortable-ghost .draggable_container {
  border: 2px dashed #009FE3 !important;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .sortable-ghost .content-block-box-multifaced,
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .sortable-ghost .customSelect,
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .sortable-ghost .customSelect-content,
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .sortable-ghost .textarea_div,
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .sortable-ghost input {
  background: #E5F1F6 !important;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .draggable_container {
  border: 2px solid transparent;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .drag_handle {
  display: flex;
  cursor: move;
  width: 16px;
  vertical-align: top;
  border: 1px solid #ABABAB;
  border-right: none;
  border-radius: 4px 0 0 4px;
  background-color: #E0E0E0;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .drag_handle img {
  margin: auto;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .flip-list-move {
  transition: transform 0.5s;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .no-move {
  transition: transform 0s;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.tasks.content-block-box,
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.questions.content-block-box {
  position: relative;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.tasks.content-block-box .content-block-box-multifaced,
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.questions.content-block-box .content-block-box-multifaced {
  border: 1px solid #ABABAB;
  background-color: #fff;
  padding: 20px;
  width: 450px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.tasks.content-block-box .content-block-box-multifaced .circleNum,
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.questions.content-block-box .content-block-box-multifaced .circleNum {
  background-color: #009FE3;
  border-radius: 50%;
  height: 36px !important;
  width: 36px !important;
  display: block;
  text-align: center;
  line-height: 38px;
  color: white;
  font-weight: bold;
  font-size: 18px !important;
  float: left;
  margin-right: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.tasks.content-block-box .content-block-box-multifaced .customSelect,
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.questions.content-block-box .content-block-box-multifaced .customSelect {
  border: 1px solid #afafaf;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.tasks.content-block-box .content-block-box-multifaced .options-block,
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.questions.content-block-box .content-block-box-multifaced .options-block {
  color: #009fe3;
  float: right;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.tasks.content-block-box .content-block-box-multifaced .options-block :not(:last-child),
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.questions.content-block-box .content-block-box-multifaced .options-block :not(:last-child) {
  margin-right: 10px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.tasks.content-block-box .content-block-box-multifaced .options-block .question-preview-icon-container,
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.questions.content-block-box .content-block-box-multifaced .options-block .question-preview-icon-container {
  display: inline-block;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.tasks.content-block-box .content-block-box-multifaced .multifaced-box label,
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.questions.content-block-box .content-block-box-multifaced .multifaced-box label {
  display: inline;
  font-weight: bold;
  line-height: 40px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.tasks.content-block-box .content-block-box-multifaced .multifaced-box input[type="text"],
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.questions.content-block-box .content-block-box-multifaced .multifaced-box input[type="text"],
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.tasks.content-block-box .content-block-box-multifaced .multifaced-box input[type="textarea"],
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.questions.content-block-box .content-block-box-multifaced .multifaced-box input[type="textarea"] {
  border: 1px solid #afafaf;
  border-radius: 0px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.tasks.content-block-box .content-block-box-multifaced .multifaced-box .full-size-input,
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.questions.content-block-box .content-block-box-multifaced .multifaced-box .full-size-input {
  width: 435px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.tasks.content-block-box .content-block-box-multifaced .multifaced-box .full-size-input.extra-indented-field,
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.questions.content-block-box .content-block-box-multifaced .multifaced-box .full-size-input.extra-indented-field {
  width: 400px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.tasks.content-block-box .content-block-box-multifaced .multifaced-box .full-size-textarea,
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.questions.content-block-box .content-block-box-multifaced .multifaced-box .full-size-textarea {
  width: 435px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.tasks.content-block-box .content-block-box-multifaced .multifaced-box label.extra-indented-field,
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.questions.content-block-box .content-block-box-multifaced .multifaced-box label.extra-indented-field {
  margin-left: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.tasks.content-block-box .content-block-box-multifaced .multifaced-box .extra-indented-field,
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.questions.content-block-box .content-block-box-multifaced .multifaced-box .extra-indented-field {
  margin-left: 29px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.tasks.content-block-box .content-block-box-multifaced.nps-disabled,
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.questions.content-block-box .content-block-box-multifaced.nps-disabled {
  background: #F8F8F8;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions {
  /* shared elements */
  /* rating scale */
  /* Single / Multiple Choice */
  /* NPS */
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .NPSRadio {
  opacity: 1;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .textarea_div {
  min-height: 40px !important;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .textarea_div.free-text-textarea {
  min-height: 80px !important;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options-title {
  display: block !important;
  margin-top: 4px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options {
  display: inline-block;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options .ratingScaleRadio {
  opacity: 1;
  width: 22px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options .ratingScaleRadio.ratingScale-radio-6 {
  width: 26px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options.first .ratingScale-radio-6 {
  margin-left: 2px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options.last .ratingScale-radio-6 {
  margin-right: 2px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options.last input[type="text"] {
  width: 145px;
  padding: 5px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options-block.first {
  width: 148px;
  margin-top: -5px;
  margin-right: 16px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options-block.second {
  width: 148px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options-block.last {
  margin-top: 5px;
  display: block;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options-block {
  display: inline-block;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options-block input[type="text"] {
  width: 148px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionMultipleChoiceContainer input[type="text"],
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionSingleChoiceContainer input[type="text"] {
  width: 365px;
  margin-left: 10px;
  margin-right: 10px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionMultipleChoiceContainer .singleChoiceRadio,
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionSingleChoiceContainer .singleChoiceRadio {
  opacity: 1;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionMultipleChoiceContainer .multipleChoiceCheckbox,
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionSingleChoiceContainer .multipleChoiceCheckbox {
  opacity: 1;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionMultipleChoiceContainer .fa-trash,
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionSingleChoiceContainer .fa-trash {
  font-size: 16px;
  color: #afafaf;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionMultipleChoiceContainer .fa-trash.active,
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionSingleChoiceContainer .fa-trash.active {
  color: #009fe3;
  cursor: pointer;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionMultipleChoiceContainer .singleChoiceFields,
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionSingleChoiceContainer .singleChoiceFields,
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionMultipleChoiceContainer .multipleChoiceFields,
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionSingleChoiceContainer .multipleChoiceFields {
  margin-bottom: 10px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionMultipleChoiceContainer .singleChoiceFields .validate-advice-js,
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionSingleChoiceContainer .singleChoiceFields .validate-advice-js,
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionMultipleChoiceContainer .multipleChoiceFields .validate-advice-js,
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionSingleChoiceContainer .multipleChoiceFields .validate-advice-js {
  margin-left: 26px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionMultipleChoiceContainer .add-question-option-container,
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionSingleChoiceContainer .add-question-option-container {
  margin-top: 5px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionNPSContainer {
  padding-top: 16px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionNPSContainer input[type="text"] {
  height: 16px;
  width: 100px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionNPSContainer .nps-options-block {
  margin-top: 16px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .question-expert .form-field.questions .questionNPSContainer .nps-options-block input[type="radio"] {
  width: 21px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.testcase .bubble {
  width: 562px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.template .select-container {
  float: right;
  display: inline-block;
  width: 250px;
  margin-right: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.testcase.content-block-box {
  padding-bottom: 0px;
  position: relative;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.testcase.content-block-box label {
  font-weight: bold;
  float: left;
  margin-right: 15px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.testcase.content-block-box .deleteTaskLink p {
  margin: 0;
  display: inline-block;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.testcase.content-block-box .deleteTaskLink .fa {
  color: #333;
  margin-right: 3px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.question .bubble {
  width: 562px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.question.content-block-box {
  padding-bottom: 0px;
  position: relative;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.question.content-block-box label {
  font-weight: bold;
  margin-right: 15px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.question.content-block-box .deleteQuestionLink p {
  margin: 0;
  display: inline-block;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .form-field.question.content-block-box .deleteQuestionLink .fa {
  color: #333;
  margin-right: 3px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .templates_intro {
  display: inline-block;
  width: 40%;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .templates_intro p {
  margin-top: 6px;
  margin-bottom: 6px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .scenario h4 {
  margin: 0px;
  display: inline;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .scenario .bubble {
  display: inline;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .scenario .bubble img {
  padding: 0px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .page-content .scenario .scenario-helpbubble .noseNoImg {
  top: calc(23%);
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .content-block-box {
  padding: 15px 20px;
  background: #f8f8f8;
  width: 500px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .content-block-box .bubble {
  display: inline;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .content-block-box h4 {
  margin: 0px;
  display: inline;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .content-block-box input[type="checkbox"] + label:before {
  top: 17px;
  left: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .content-block-box input[type="checkbox"] + label:after {
  top: 20px;
  left: 23px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .content-block-box input[type="checkbox"]#expertevaluation + label:before {
  top: 3px;
  left: 0;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .content-block-box input[type="checkbox"]#expertevaluation + label:after {
  top: 6px;
  left: 3px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .addTaskLink p,
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .addExtraTaskLink p,
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .addQuestionLink p {
  margin: 0px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .addTaskLink p .fa,
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .addExtraTaskLink p .fa,
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .addQuestionLink p .fa {
  color: #333;
  margin-right: 3px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #edit-test-design-later .form-field {
  margin: 0px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 8px 0px rgba(121, 121, 121, 0.1);
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .testsuite-header-container {
  border-bottom: none;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .age_active {
  color: #009fe3;
  font-weight: bold;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .status {
  font-size: 13px;
  padding: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design #canvasloader {
  height: 60px;
  width: 60px;
  background: #f8f8f8;
  z-index: 10001;
  position: fixed;
  top: 40%;
  left: 50%;
  border-radius: 50%;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design #canvasloader .spinner {
  margin: auto;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .dialogButtonCancel {
  margin-left: 40px;
  line-height: 35px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .dialogButtonSubmit {
  float: right;
  margin-right: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .url {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  width: 100%;
  height: 36px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .testsuite_content {
  border: 1px solid #dadada;
  border-top: none;
  padding: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .testsuite_content img {
  max-width: 100%;
  height: auto;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .randomButton {
  border: 1px solid #009fe3;
  border-radius: 5px;
  font-size: 12px;
  padding-left: 3px;
  line-height: normal;
  display: inline-block;
  width: 40px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .randomButton-on {
  background-color: #009fe3;
  color: #fff;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .randomButton-off {
  background-color: #fff;
  color: #009fe3;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block {
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
  padding: 20px;
  /* ETD Questions expert */
  /* ETD Questions standard */
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block label {
  font-weight: bold;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block label.normal-weight {
  font-weight: normal;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block input[type="radio"] + label {
  position: relative;
  padding-left: 8px;
  cursor: pointer;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block input[type="radio"] {
  margin: 0px;
  opacity: 0;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block input[type="radio"] + label:before {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 1px;
  left: -16px;
  background: white;
  border: 1px solid #535353;
  color: #009fe3;
  border-radius: 50%;
  padding: 0 !important;
  content: '';
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block input[type="radio"] + label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #009fe3;
  top: 6px;
  left: -11px;
  border-radius: 50%;
  transform: rotate(-45deg);
  cursor: pointer;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block input[type="radio"]:checked + label:after {
  opacity: 1;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block input[type="radio"]:focus + label {
  outline: 1px dotted black;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block input[type="checkbox"] {
  opacity: 0;
  margin-left: 9px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block input[type="checkbox"] + label {
  cursor: pointer;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block input[type="checkbox"] + label:before {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 15px;
  top: 2px;
  left: 3px;
  background: white;
  border: 1px solid #888888;
  color: #009fe3;
  border-radius: 3px;
  padding: 0 !important;
  content: '';
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block input[type="checkbox"] + label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 5px;
  left: 6px;
  border: 3px solid #009fe3;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  cursor: pointer;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block input[type="checkbox"]:focus + label {
  outline: 1px dotted black;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .value {
  position: relative;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .editor_menu {
  position: absolute;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .edited {
  float: right;
  font-size: 12px;
  position: relative;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .edited_bubble {
  position: absolute;
  font-size: 14px;
  right: -20px;
  width: 350px;
  z-index: 1000;
  background-color: #FCFCFC;
  vertical-align: middle;
  border-radius: 3px;
  padding: 10px 20px;
  box-shadow: 2px 2px 5px #CCC;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  -moz-box-shadow: 2px 2px 5px #ccc;
  border: 1px solid #F0F0F0;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .edited_bubble .edited_bubble_title {
  font-weight: bold;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .edited_bubble .edited_bubble_date {
  float: right;
  font-size: 12px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .age {
  width: 235px;
  display: inline-block;
  margin-right: 100px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .age p {
  margin: 0px 0px 10px 0px;
  display: inline-block;
  width: 12.1%;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .age .value {
  margin-top: 10px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .age .age-slider {
  height: 4px;
  margin-left: 2px;
  margin-top: 4px;
  background: #B5B5B5;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .age .age-slider .ui-slider-range {
  height: 4px;
  background: #009FE3;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .age .age-slider .ui-slider-range-min {
  height: 4px;
  background: #009FE3;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .age .age-slider .ui-slider-handle {
  top: -10px;
  height: 8px;
  width: 8px;
  padding: 0px;
  border-radius: 50%;
  border: 8px solid white;
  box-shadow: 0px 0px 5px 0px #cdcdcd;
  background: #009FE3;
  cursor: pointer;
  position: absolute;
  z-index: 2;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .sex {
  display: inline-block;
  position: relative;
  vertical-align: top;
  left: 40px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .sex .value div {
  position: relative;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .form-field.requirements {
  position: relative;
  margin-top: 20px;
  width: 50%;
  display: inline-block;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .form-field.requirements .requirements_label .fa {
  font-size: 16px;
  cursor: pointer;
  position: relative;
  top: 1px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .form-field.requirements .requirements_label_small {
  font-weight: normal;
  display: block;
  margin-top: 5px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .form-field.country {
  display: inline-block;
  width: auto;
  vertical-align: top;
  left: 32px;
  margin-top: 20px;
  position: relative;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .form-field.testcase {
  margin-bottom: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .form-field.testcase .aws-upload-form {
  display: inline-block;
  line-height: 40px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .form-field.testcase .aws-upload-form .dragArea {
  border: 2px dashed #ababab;
  border-radius: 5px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #7c7c7c;
  cursor: pointer;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .form-field.testcase .aws-upload-form .dragover {
  background: rgba(0, 159, 227, 0.1);
  border-color: #009FE3 !important;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .form-field.testcase .uploadedImage {
  color: #009FE3;
  height: 36px;
  line-height: 36px;
  border: 1px solid #ababab;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .form-field.testcase .uploadedImage .remove {
  top: 12px !important;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .form-field.testcase .uploadProgressbar {
  background: #009FE3;
  height: 100%;
  position: absolute;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .form-field.testcase .uploadProgressbarText {
  width: 100%;
  position: absolute;
  color: #333;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .form-field.testcase .content-block-box-multifaced {
  border: 1px solid #ABABAB;
  background-color: #fff;
  padding: 20px;
  margin-top: 10px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .form-field.testcase .content-block-box-multifaced input[type="text"] {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  border: 1px #009fe3 solid;
  border-radius: 3px;
  height: 26px;
  padding: 4px;
  padding-left: 10px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .form-field.testcase .content-block-box-multifaced .circleNum {
  background-color: #009FE3;
  border-radius: 50%;
  height: 36px !important;
  width: 36px !important;
  display: block;
  text-align: center;
  line-height: 38px;
  color: white;
  font-weight: bold;
  font-size: 18px !important;
  float: left;
  margin-right: 10px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .form-field.testcase .content-block-box-multifaced .customSelect {
  border: 1px solid #afafaf;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .form-field.testcase .content-block-box-multifaced .options-block {
  color: #009fe3;
  float: right;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .form-field.testcase .content-block-box-multifaced .options-block :not(:last-child) {
  margin-right: 10px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .form-field.testcase .content-block-box-multifaced .multifaced-box label {
  display: inline;
  font-weight: bold;
  line-height: 40px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .form-field.testcase .content-block-box-multifaced .multifaced-box input[type="text"],
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .form-field.testcase .content-block-box-multifaced .multifaced-box input[type="textarea"] {
  border: 1px solid #afafaf;
  border-radius: 0px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .form-field.testcase .content-block-box-multifaced .multifaced-box .full-size-input {
  width: 100%;
  height: 36px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .form-field.testcase .content-block-box-multifaced .multifaced-box .full-size-input.extra-indented-field {
  width: 522px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .form-field.testcase .content-block-box-multifaced .multifaced-box label.extra-indented-field {
  margin-left: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .form-field.testcase .content-block-box-multifaced .multifaced-box .extra-indented-field {
  margin-left: 29px;
  margin-top: 5px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .content-block-box .content-block-box-multifaced {
  border: 1px solid #ABABAB;
  background-color: #fff;
  padding: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .content-block-box .content-block-box-multifaced.readonly-state {
  background-color: unset !important;
  padding: 20px !important;
  margin-bottom: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .content-block-box .content-block-box-multifaced.readonly-state input[type="checkbox"] {
  margin-left: 0px !important;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .content-block-box .content-block-box-multifaced.readonly-state .questionRatingScaleContainer .rating-scale-options-block label {
  opacity: 0.8;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .content-block-box .content-block-box-multifaced.readonly-state .questionRatingScaleContainer .rating-scale-options-block label::after {
  background: #60cfef;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .content-block-box .content-block-box-multifaced .circleNum {
  background-color: #009FE3;
  border-radius: 50%;
  height: 36px !important;
  width: 36px !important;
  display: block;
  text-align: center;
  line-height: 38px;
  color: white;
  font-weight: bold;
  font-size: 18px !important;
  float: left;
  margin-right: 10px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .content-block-box .content-block-box-multifaced .customSelect {
  border: 1px solid #afafaf;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .content-block-box .content-block-box-multifaced .question-type-text-only {
  height: 40px;
  position: relative;
  top: 7px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .content-block-box .content-block-box-multifaced .options-block {
  color: #009fe3;
  float: right;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .content-block-box .content-block-box-multifaced .options-block :not(:last-child) {
  margin-right: 10px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .content-block-box .content-block-box-multifaced .options-block .question-preview-icon-container {
  display: inline-block;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .content-block-box .content-block-box-multifaced .multifaced-box label {
  display: inline;
  font-weight: bold;
  line-height: 40px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .content-block-box .content-block-box-multifaced .multifaced-box input[type="text"],
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .content-block-box .content-block-box-multifaced .multifaced-box input[type="textarea"] {
  border: 1px solid #afafaf;
  border-radius: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  width: unset;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .content-block-box .content-block-box-multifaced .multifaced-box label.extra-indented-field {
  margin-left: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .content-block-box .content-block-box-multifaced .multifaced-box .extra-indented-field {
  margin-left: 29px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .content-block-box .content-block-box-multifaced .multifaced-box .question-choice-option {
  width: 530px !important;
  margin-right: 8px !important;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .content-block-box .content-block-box-multifaced .multifaced-box .question-choice-option.readonly-state {
  width: 596px !important;
  margin-right: 0px !important;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .content-block-box .content-block-box-multifaced .multifaced-box .question-npl-url {
  padding: 8px;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions {
  margin-bottom: 20px;
  /* shared elements */
  /* rating scale */
  /* Single / Multiple Choice */
  /* NPS */
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions .NPSRadio {
  opacity: 1;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options-title {
  display: block;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options {
  display: inline-block;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options .ratingScaleRadio {
  opacity: 1;
  width: 32px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options .ratingScaleRadio.ratingScale-radio-6 {
  width: 26px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options.first .ratingScale-radio-6 {
  margin-left: 2px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options.last .ratingScale-radio-6 {
  margin-right: 2px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options-block.first {
  margin-top: -5px;
  margin-right: 16px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options-block.last {
  margin-top: 5px;
  display: block;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options-block {
  display: inline-block;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions .questionRatingScaleContainer .rating-scale-options-block input[type="text"] {
  width: 151px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions .questionMultipleChoiceContainer input[type="text"],
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions .questionSingleChoiceContainer input[type="text"] {
  width: 432px;
  margin-left: 10px;
  margin-right: 10px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions .questionMultipleChoiceContainer .singleChoiceRadio,
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions .questionSingleChoiceContainer .singleChoiceRadio {
  opacity: 1;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions .questionMultipleChoiceContainer .multipleChoiceCheckbox,
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions .questionSingleChoiceContainer .multipleChoiceCheckbox {
  opacity: 1;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions .questionMultipleChoiceContainer .fa-trash,
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions .questionSingleChoiceContainer .fa-trash {
  font-size: 16px;
  color: #afafaf;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions .questionMultipleChoiceContainer .fa-trash.active,
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions .questionSingleChoiceContainer .fa-trash.active {
  color: #009fe3;
  cursor: pointer;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions .questionMultipleChoiceContainer .singleChoiceFields,
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions .questionSingleChoiceContainer .singleChoiceFields,
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions .questionMultipleChoiceContainer .multipleChoiceFields,
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions .questionSingleChoiceContainer .multipleChoiceFields {
  margin-bottom: 10px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions .questionMultipleChoiceContainer .singleChoiceFields .validate-advice-js,
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions .questionSingleChoiceContainer .singleChoiceFields .validate-advice-js,
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions .questionMultipleChoiceContainer .multipleChoiceFields .validate-advice-js,
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions .questionSingleChoiceContainer .multipleChoiceFields .validate-advice-js {
  margin-left: 26px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions .questionMultipleChoiceContainer .add-question-option-container,
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions .questionSingleChoiceContainer .add-question-option-container {
  margin-top: 5px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions .questionNPSContainer {
  padding-top: 16px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions .questionNPSContainer input[type="text"] {
  height: 16px;
  width: 100px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions .questionNPSContainer .nps-options-block {
  margin-top: 16px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .questions-expert .form-field.questions .questionNPSContainer .nps-options-block input[type="radio"] {
  width: 22px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .form-field.question {
  margin-bottom: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .textarea_div {
  padding: 5px;
  padding-top: 5px;
  height: auto;
  min-height: 80px;
  max-height: 800px;
  background: #ffffff;
  color: #333;
  border: 1px solid #BBBBBB !important;
  overflow: auto;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .textarea_div.isPlaceholder {
  color: #b3b3b3;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .textarea_div.short-textarea {
  min-height: 40px !important;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .textarea_div p {
  margin: 0;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .content-block .textarea_div:focus {
  outline: none;
  border-color: #009FE3 !important;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .page-content .bold {
  font-weight: bold;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design #tasksEdit.content-block {
  border-bottom: 0px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .content-block-no-border {
  background-color: #f8f8f8;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  top: -20px;
  padding-bottom: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .content-block-no-border .addTaskLink,
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .content-block-no-border .addQuestionLink {
  padding-left: 20px;
  display: block;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .content-block-no-border .addTaskLink p,
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .content-block-no-border .addQuestionLink p {
  margin: 0px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .edit-test-design .content-block-no-border .fa {
  color: #333 !important;
}
#page-container.customer-dashboard .customer-dashboard-container .content #bottom-action-bar {
  display: none;
  margin-top: 20px;
  text-align: right;
}
#page-container.customer-dashboard .customer-dashboard-container .content #bottom-action-bar .green-button {
  height: 40px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #bottom-action-bar div {
  display: inline;
}
#page-container.customer-dashboard .customer-dashboard-container .content #bottom-action-bar div:nth-child(1) {
  margin-right: 15px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #bottom-action-bar.sticky {
  position: fixed;
  bottom: 0px;
  z-index: 100;
  background-color: #fff;
  width: 740px;
}
#page-container.customer-dashboard .customer-dashboard-container .content #bottom-action-bar.sticky .green-button {
  margin-right: 8px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access {
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: 0px 10px 8px 0px rgba(121, 121, 121, 0.1);
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access #notice.success {
  color: #0a0;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access #notice.error {
  color: #ff0000;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access .inactive {
  color: #dcdcdc;
  font-style: italic;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access #change-access-form {
  position: relative;
  margin-top: 33px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access #change-access-form .test-list .dropdown-test .dropdown-test-content {
  width: 299px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access #change-access-form .form-field {
  display: inline-block;
  vertical-align: top;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access #change-access-form .form-field label {
  font-weight: bold;
  vertical-align: top;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access #change-access-form .form-field #email {
  width: 266px;
  display: block;
  font-size: 14px;
  color: #333;
  height: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border: 1px solid #bbb;
  font-family: 'Open Sans', sans-serif;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access #change-access-form .form-field #email-error {
  color: #ff0000;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access #change-access-form .form-field:nth-child(2) {
  margin-left: 28px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access #change-access-form .actions {
  position: absolute;
  top: 21px;
  right: 0px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access #change-access-form .actions button {
  height: 40px;
  width: 106px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access .access-team-list .customSelect {
  border: none;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access .access-team-list th {
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access .access-team-list td {
  padding: 0px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access .access-team-list thead {
  cursor: pointer;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access .access-team-list thead .fa {
  margin-left: 5px;
  color: #009fe3;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access .access-team-list tbody td:nth-child(1) {
  text-align: left !important;
  padding-left: 15px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access .access-team-list tbody td:nth-child(2) {
  width: 150px;
  color: #009fe3;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access .access-team-list tbody td:nth-child(3) {
  width: 162px !important;
  text-align: left !important;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access .access-team-list tbody td:nth-child(3) .customSelect-content {
  color: #009fe3;
  font-weight: normal;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access .access-team-list tbody td:nth-child(3) .customSelect-icon {
  color: #009fe3;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access .access-team-list tr:nth-child(even) {
  background-color: #f8f8f8;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access .access-team-list tr:nth-child(even) .customSelect,
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access .access-team-list tr:nth-child(even) .customSelect-content {
  background: #f8f8f8;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access .access-team-list tr:nth-child(odd) .customSelect.hover {
  background: none;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access table.access-guest-list {
  margin-top: 20px;
  border-radius: 5px 5px 0px 0px;
  border-color: #dadada;
  border-style: solid;
  border-width: 1px;
  width: 100%;
  border-spacing: 2px;
  border-collapse: collapse;
  font-size: 12px;
  margin-bottom: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access table.access-guest-list .change-access-type-icon {
  width: 45px;
  text-align: center;
  display: inline-block;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access table.access-guest-list tr {
  text-align: left;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access table.access-guest-list tr td {
  border: 1px solid #dcdcdc;
  font-size: 13px;
  line-height: 14px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access table.access-guest-list tr td .customSelect {
  border: none;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access table.access-guest-list tr td .customSelect-content {
  color: #009fe3;
  font-weight: normal;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access table.access-guest-list tr td .customSelect-icon {
  color: #009fe3;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access table.access-guest-list tr td:nth-child(1) {
  text-align: left;
  padding-left: 15px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access table.access-guest-list tr td:nth-child(2) {
  width: 112px !important;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access table.access-guest-list tr td:nth-child(3) {
  text-align: center;
  width: 140px !important;
  min-width: 140px !important;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access table.access-guest-list tr:nth-child(even) {
  background-color: #f8f8f8;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access table.access-guest-list tr:nth-child(even) .customSelect,
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access table.access-guest-list tr:nth-child(even) .customSelect-content {
  background: #f8f8f8;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access table.access-guest-list tr:nth-child(odd) .customSelect.hover {
  background: none;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access table.access-guest-list thead {
  height: 30px;
  line-height: 30px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access table.access-guest-list thead th {
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  background-color: #f8f8f8;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access table.access-guest-list thead th .fa {
  margin-left: 5px;
  color: #009fe3;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access table.access-guest-list thead th:nth-child(1),
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-access table.access-guest-list thead th:nth-child(2) {
  cursor: pointer;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 8px 0px rgba(121, 121, 121, 0.1);
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content #less-categories {
  color: #009fe3;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content #less-categories input {
  display: none;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content #annotationSearch {
  background-image: url(/images/front/search_icon.svg);
  background-repeat: no-repeat;
  background-size: 15px 17px;
  padding: 2px 2px 2px 25px;
  background-position: 5px 2px;
  border: 1px solid #e0e0e0;
  vertical-align: middle;
  margin-right: 2px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content #annotationSearch::-moz-placeholder {
  color: #808080;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content #annotationSearch:-ms-input-placeholder {
  color: #808080;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content #annotationSearch::placeholder {
  color: #808080;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content .number_of_annotations {
  font-weight: bold;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content .filter-categories ul {
  margin: 12px 0px 12px -44px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content .filter-categories ul li {
  display: inline-block;
  width: 224px;
  vertical-align: top;
  position: relative;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content .filter-categories ul li input[type="checkbox"] {
  opacity: 0;
  margin-left: 9px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content .filter-categories ul li input[type="checkbox"] + label {
  cursor: pointer;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content .filter-categories ul li input[type="checkbox"] + label:before {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 15px;
  top: 2px;
  left: 3px;
  background: white;
  border: 1px solid #888888;
  color: #009fe3;
  border-radius: 3px;
  padding: 0 !important;
  content: '';
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content .filter-categories ul li input[type="checkbox"] + label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 5px;
  left: 6px;
  border: 3px solid #009fe3;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  cursor: pointer;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content .filter-categories ul li input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content .filter-categories ul li input[type="checkbox"]:focus + label {
  outline: 1px dotted black;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content #checkedItemsToggleDiv {
  width: 100%;
  text-align: right;
  color: #009fe3;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content #checkedItemsToggleDiv input {
  display: none;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable {
  border-radius: 5px 5px 0px 0px;
  border-color: #dadada;
  border-style: solid;
  border-width: 1px;
  width: 100%;
  border-spacing: 2px;
  border-collapse: collapse;
  font-size: 14px;
  margin-bottom: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable thead {
  height: 40px;
  line-height: 40px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable thead tr th {
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  background-color: #f8f8f8;
  text-align: left;
  padding-left: 6px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable thead tr th .fa {
  color: #009fe3;
  float: none;
  line-height: 40px;
  margin-right: 2px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable thead tr th .arrow {
  color: #009fe3;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable thead tr th:nth-child(2) {
  width: 75px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable thead tr th:nth-child(4) {
  width: 150px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td {
  border: 1px solid #dcdcdc;
  padding: 6px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td a.userLink .fa {
  margin-right: 2px;
  color: #333;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:nth-child(3) {
  padding: 0;
  max-width: 700px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:nth-child(3).focus-tagify {
  border-color: #fff;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:last-child {
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  width: 160px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:last-child .fa {
  color: #009FE3;
  cursor: pointer;
  margin-right: 30px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:last-child .btn_delete_note {
  margin-right: 0px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:last-child .clipOption {
  position: absolute;
  background-color: #FCFCFC;
  border: 1px solid #F0F0F0;
  border-radius: 3px;
  box-shadow: 2px 2px 5px #CCC;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  -moz-box-shadow: 2px 2px 5px #ccc;
  text-align: left;
  padding: 10px;
  right: 27px;
  margin-top: 15px;
  width: 190px;
  z-index: 999;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:last-child .clipOption .fa {
  margin-right: 5px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:last-child .clipOption .closeBtn {
  position: absolute;
  right: 0;
  top: 5px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:last-child .clipOption:before {
  background-color: #FCFCFC;
  border: 1px solid #F0F0F0;
  content: ' ';
  position: absolute;
  top: -10px;
  right: 56%;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-bottom: transparent;
  border-right: transparent;
  overflow: hidden;
  z-index: 998;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:last-child .clipButton,
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:last-child .highlightVideoBtn,
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:last-child .clipOptionBtn {
  min-width: 14px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:last-child .clipButton,
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:last-child .highlightVideoBtn {
  margin-right: 5px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:last-child .shareToolTips {
  position: absolute;
  margin-left: 46px;
  margin-top: -20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:last-child .shareToolTips .shareToolTipsContent {
  background-color: #FCFCFC;
  border: 1px solid #F0F0F0;
  box-shadow: 2px 2px 5px #CCC;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  -moz-box-shadow: 2px 2px 5px #ccc;
  text-align: left;
  position: absolute;
  top: 35px;
  width: 330px;
  left: -265px;
  padding: 10px;
  border-radius: 3px;
  cursor: auto;
  right: -20px;
  z-index: 999;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:last-child .shareToolTips .shareToolTipsContent .green-button {
  padding-left: 13px;
  padding-right: 13px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:last-child .shareToolTips .shareToolTipsContent .footerShare {
  margin-top: 3px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:last-child .shareToolTips .shareToolTipsContent .footerShare .previewButton {
  margin: 3px 4px 4px 0 !important;
  width: 12px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:last-child .shareToolTips .shareToolTipsContent input[type="text"] {
  position: absolute;
  width: 66%;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:last-child .shareToolTips .shareToolTipsContent .closeBtn {
  position: absolute;
  float: right;
  right: 5%;
  cursor: pointer;
  padding: 6px 12px;
  top: -3px;
  right: -5px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:last-child .shareToolTips .shareToolTipsContent:before {
  background-color: #FCFCFC;
  border: 1px solid #F0F0F0;
  right: 40px;
  content: ' ';
  position: absolute;
  top: -10px;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-bottom: transparent;
  border-right: transparent;
  overflow: hidden;
  z-index: 998;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:last-child .shareToolTips #footerShare {
  position: relative;
  width: 100%;
  margin-top: 7px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:last-child .shareToolTips .previewVideo {
  float: right;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:last-child .shareToolTips .previewButton {
  vertical-align: middle;
  margin: 0 3px 4px 0 !important;
  width: 16px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:last-child .shareToolTips .validateCopy {
  color: #25b572;
  margin-top: 3px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:last-child .shareToolTips .copyToClipboard {
  font-size: 12px;
  height: 21px;
  border-radius: 3px;
  float: right;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:last-child .shareToolTips .checkMark {
  cursor: auto;
  margin-right: 0px;
  color: #25b572;
  font-size: 12px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:last-child .shareToolTips #header_modal {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20pt;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:last-child .shareToolTips #tips_modal {
  padding: 10px 20px;
  margin: 15px 0px;
  background-color: #CFE2FC;
  background: "/images/front/lightbulb.png";
  position: relative;
  color: #616161;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:last-child .shareToolTips #tips_img {
  float: left;
  margin-right: 7px;
  margin-left: -13px;
  margin-top: 7px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:last-child .shareToolTips #list_modal {
  list-style-type: disc;
  list-style-position: inside;
  color: #616161;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:last-child .shareToolTips #textarea_modal {
  width: 100%;
  height: 150px;
  resize: none;
  color: #616161;
  margin-top: 13px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:last-child .shareToolTips #submit_feedback {
  font-size: 15px;
  text-align: right;
  border-radius: 3px;
  padding-bottom: 2px;
  height: 30px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:last-child .shareToolTips .leftMenu div {
  margin-left: 0;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:last-child .shareToolTips .leftMenu {
  position: relative;
  right: 150px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr td:last-child .shareBtn {
  color: #009FE3;
  cursor: pointer;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr .td-checked {
  position: relative;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr .td-checked input[type="checkbox"] {
  opacity: 0;
  margin-left: 9px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr .td-checked input[type="checkbox"] + label {
  cursor: pointer;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr .td-checked input[type="checkbox"] + label:before {
  cursor: pointer;
  width: 16px;
  height: 15px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  border: 1px solid #888888;
  color: #009fe3;
  border-radius: 3px;
  padding: 0 !important;
  content: '';
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr .td-checked input[type="checkbox"] + label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: -2px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border: 3px solid #009fe3;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  cursor: pointer;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr .td-checked input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr .td-checked input[type="checkbox"]:focus + label {
  outline: 1px dotted black;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr.note-line-through td {
  text-decoration: line-through;
  opacity: 0.5;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr.note-line-through td:nth-last-child(2) {
  text-decoration: none;
  opacity: 1;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-notes .page-content table#notestable tbody tr.note-line-through td:last-child {
  text-decoration: none;
  opacity: 1;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 8px 0px rgba(121, 121, 121, 0.1);
  margin-bottom: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content .testsuite_question_content {
  border: 1px solid #dcdcdc;
  padding: 20px 20px 5px 20px;
  border-top: none;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content .testsuite_question_content.single_ts {
  border: none;
  padding: 0px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content img {
  max-width: 100%;
  height: auto;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content ol.questions {
  margin-top: 0;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content ol {
  margin: 20px 0;
  padding-left: 15px;
  padding-right: 15px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content ol li {
  margin-bottom: 15px;
  font-weight: bold;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content ol li .js_link {
  font-weight: bold;
  color: #009fe3;
  cursor: pointer;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content ol li .answers {
  /* Question page stats */
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content ol li .answers table {
  border-radius: 5px  5px 0px 0px;
  border-color: #dadada;
  border-style: solid;
  border-width: 1px;
  width: 100%;
  border-collapse: collapse;
  font-weight: normal;
  border-top: none;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content ol li .answers table .tester_info {
  width: 160px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content ol li .answers table .tester_info span {
  font-family: Open Sans;
  font-size: 14px;
  margin: 0;
  margin-bottom: 3px;
  line-height: 18px;
  font-weight: bold;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content ol li .answers table .desc {
  font-weight: normal;
  padding-left: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content ol li .answers table td {
  border: 1px solid #dcdcdc;
  padding: 15px;
  vertical-align: top;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content ol li .answers table tr:nth-child(even) {
  background-color: #f8f8f8;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content ol li .answers table .no-background td {
  background: unset !important;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content ol li .answers table span.percentage span.median {
  margin-left: 8px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content ol li .answers #answers_stats {
  border: 0;
  table-layout: fixed;
  width: 460px;
  margin-left: -10px;
  margin-top: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content ol li .answers #answers_stats .uncomplete-test-marker {
  color: #ff0000;
  font-weight: bold;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content ol li .answers #answers_stats thead tr {
  height: 35px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content ol li .answers #answers_stats thead tr th {
  background-color: #fff;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content ol li .answers #answers_stats tbody tr {
  height: 40px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content ol li .answers #answers_stats tbody tr td {
  border: 0;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content ol li .answers #answers_stats tbody tr td:nth-child(1) {
  font-weight: bold;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content ol li .answers #answers_stats tbody tr:nth-child(even) {
  background-color: #fff;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content ol li .answers #answers_stats tbody span.question_stat {
  border-radius: 2px;
  display: block;
  float: left;
  height: 24px;
  margin: 2px 2px 2px -1px;
  background: #56d7b1;
  background: linear-gradient(to right, #0ca6db 0%, #56d7b1 100%);
  background: linear-gradient(to left, #0ca6db, #56d7b1);
  background: -webkit-linear-gradient(to left, #0ca6db, #56d7b1);
  box-shadow: 0px 6px 6px 0px rgba(121, 121, 121, 0.3);
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content ol li .answers #answers_stats.answers_stats_rating_scale thead tr th:nth-child(1) {
  width: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content ol li .answers #answers_stats.answers_stats_rating_scale thead tr th:nth-child(2) {
  width: 200px;
  text-align: left;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content ol li .answers #answers_stats.answers_stats_rating_scale thead tr th:nth-child(3) {
  width: 440px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content ol li .answers #answers_stats.answers_stats_rating_scale tbody td:nth-child(1) {
  font-weight: bold;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content ol li .answers #answers_stats.answers_stats_rating_scale tbody td:nth-child(3) {
  background: url("/images/front/customer/dashboard/customer_questions_stats_background.png") repeat-y;
  padding-left: 1px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content ol li .answers #answers_stats.answers_stats_choice thead tr th:nth-child(1) {
  width: 220px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content ol li .answers #answers_stats.answers_stats_choice thead tr th:nth-child(2) {
  width: 440px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content ol li .answers #answers_stats.answers_stats_choice tbody td:nth-child(1) {
  font-weight: normal;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content ol li .answers #answers_stats.answers_stats_choice tbody td:nth-child(2) {
  background: url("/images/front/customer/dashboard/customer_questions_stats_background.png") repeat-y;
  padding-left: 1px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content .dashboard-nps .top-part {
  margin-top: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content .dashboard-nps .top-part .left-element {
  font-weight: normal;
  width: 420px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content .dashboard-nps .middle-part {
  font-weight: normal;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content .recommend-wrapper .recommend-title {
  display: inline-block;
  width: 550px;
  vertical-align: middle;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content .recommend-wrapper .recommend-title p {
  margin-top: 0;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content .recommend-wrapper .recommend-button {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions .page-content .recommend-wrapper .recommend-button button {
  height: 35px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions.nps-box .page-content .nps-tabs {
  min-height: 220px;
  margin-top: 38px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions.nps-box .page-content .nps-tabs .tab-items .tab-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid #AFAFAF;
  padding: 0 15px 6px 0;
  color: #AFAFAF;
  font: normal normal normal 14px/19px Open Sans;
  outline: none;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions.nps-box .page-content .nps-tabs .tab-items .tab-item.active {
  font: normal normal bold 14px/19px Open Sans;
  border-bottom: 1px solid #009FE3;
  color: #009FE3;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions.nps-box .page-content .nps-tabs .tab {
  width: 100%;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions.nps-box .page-content .nps-tabs .tab > div {
  width: auto;
  float: left;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions.nps-box .page-content .nps-tabs .tab .nps-values {
  width: 95px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions.nps-box .page-content .nps-tabs .tab .nps-values .nps-name {
  margin: 0;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions.nps-box .page-content .nps-tabs .tab .nps-graph {
  margin: 0 35px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions.nps-box .page-content .nps-tabs .tab .nps-graph .arrow {
  position: absolute;
  left: 90px;
  top: 20px;
  height: 109px;
  transition-duration: 1s;
  transition-property: transform;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions.nps-box .page-content .nps-tabs .tab .nps-graph .nps-legend-container {
  text-align: center;
  margin-top: -20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions.nps-box .page-content .nps-tabs .tab .nps-graph .nps-legend-container .nps-legend-title {
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions.nps-box .page-content .nps-tabs .tab .nps-graph .nps-legend-container #nps-score {
  font-size: 32px;
  font-weight: bold;
  display: block;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-questions.nps-box .page-content .nps-tabs .tab .nps-stats {
  padding-top: 15px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 8px 0px rgba(121, 121, 121, 0.1);
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block {
  margin-top: 40px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block .form-field {
  margin-bottom: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block .form-field input[type="text"] {
  width: 396px;
  height: 14px;
  padding: 10px;
  border: 1px solid #bbb;
  font-family: 'Open Sans', sans-serif;
  margin-right: 16px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block .form-field button {
  height: 35px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block .form-field .link-copied {
  color: #1f9960;
  margin-left: 7px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block .form-field .link-error {
  color: #ff0000;
  margin-left: 7px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block .post-icon span {
  margin-right: 10px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block .credits-gift-box {
  display: inline-block;
  border: 1px solid #bbb;
  border-radius: 4px;
  width: 49%;
  height: 145px;
  cursor: pointer;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block .credits-gift-box.selected {
  background-color: #F8FDFF;
  border: 1px #009FE3 solid;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block .credits-gift-box .icon-container {
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 60px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block .credits-gift-box .icon-container .big-icon {
  position: relative;
  top: 5px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block .credits-gift-box .icon-container .small-icon {
  position: relative;
  top: 12px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block .credits-gift-box.credits-gift-box-1 {
  float: left;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block .credits-gift-box.credits-gift-box-2 {
  float: right;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block .credits-gift-box input[type="radio"] {
  display: block;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block .credits-gift-box label {
  font-size: 16px;
  font-weight: bold;
  left: 40px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block label {
  font-weight: bold;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block label.normal-weight {
  font-weight: normal;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block input[type="radio"] + label {
  position: relative;
  padding-left: 8px;
  cursor: pointer;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block input[type="radio"] {
  margin: 0px;
  opacity: 0;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block input[type="radio"] + label:before {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 1px;
  left: -16px;
  background: white;
  border: 1px solid #535353;
  color: #009fe3;
  border-radius: 50%;
  padding: 0 !important;
  content: '';
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block input[type="radio"] + label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #009fe3;
  top: 6px;
  left: -11px;
  border-radius: 50%;
  transform: rotate(-45deg);
  cursor: pointer;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block input[type="radio"]:checked + label:after {
  opacity: 1;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block input[type="radio"]:focus + label {
  outline: 1px dotted black;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block input[type="checkbox"] {
  opacity: 0;
  margin-left: 9px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block input[type="checkbox"] + label {
  cursor: pointer;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block input[type="checkbox"] + label:before {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 15px;
  top: 2px;
  left: 3px;
  background: white;
  border: 1px solid #888888;
  color: #009fe3;
  border-radius: 3px;
  padding: 0 !important;
  content: '';
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block input[type="checkbox"] + label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 5px;
  left: 6px;
  border: 3px solid #009fe3;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  cursor: pointer;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block input[type="checkbox"]:focus + label {
  outline: 1px dotted black;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block .step-block {
  width: 30.9%;
  display: inline-block;
  vertical-align: top;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block .step-block img {
  margin-left: 10px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block .step-block p {
  width: 80%;
  margin-left: 15px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block .step-block #step-container-3 p {
  margin-left: 30px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block .step-separator {
  color: #009fe3;
  font-size: 43px;
  margin-top: 50px;
  margin-right: 3px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block .faq-block-container:first-of-type .faq-block {
  border-top: 1px solid #bbb;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block .faq-block {
  border: 0px;
  border-bottom: 1px solid #bbb;
  padding-top: 7px;
  padding-bottom: 7px;
  cursor: pointer;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block .faq-block .faq-title {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #009fe3 !important;
  line-height: 22px;
  display: inline;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block .faq-block .fa-plus-circle,
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block .faq-block .fa-minus-circle {
  font-size: 22px !important;
  font-weight: bold;
  color: #009fe3 !important;
  line-height: 22px !important;
  float: right;
}
#page-container.customer-dashboard .customer-dashboard-container .content .customer-recommend .page-content .content-block .faq-block .faq-description {
  padding-top: 10px;
  padding-bottom: 10px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-eyequant {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 8px 0px rgba(121, 121, 121, 0.1);
  margin-bottom: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-eyequant .page-content .eyequant {
  clear: both;
  min-height: 200px;
  padding-top: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-eyequant .page-content .eyequant img {
  display: inline-block;
  vertical-align: top;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-eyequant .page-content .eyequant .descr {
  display: inline-block;
  width: 430px;
  vertical-align: top;
  margin-left: 35px;
}
#page-container.customer-dashboard .customer-dashboard-container .content.no-sidebar {
  background: unset;
  margin-top: -20px;
  margin-left: 0;
}
#page-container.customer-dashboard .customer-dashboard-container .content.no-sidebar.center-content {
  margin: auto;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services {
  width: 1080px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 30px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row {
  margin-bottom: 60px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row h3 {
  text-align: center;
  font-family: Bariol-bold;
  font-size: 22px;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row h4 {
  text-align: center;
  color: #e21f53 !important;
  font-size: 22px !important;
  line-height: unset;
  font-weight: unset;
  margin-top: 10px;
  margin-bottom: 16px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row.big-font {
  font-size: 16px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row .page-title {
  text-align: center;
  width: 100%;
  height: unset;
  padding: unset;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row .page-title h2 {
  float: none;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row .page-call-to-action {
  text-align: center;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row .page-call-to-action button {
  padding-left: 100px;
  padding-right: 100px;
  font-size: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row .page-call-to-action .open-chat-pseudo-link,
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row .page-call-to-action a {
  color: #e21f53 !important;
  cursor: pointer;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row .page-call-to-action.more-margin-top {
  margin-top: 30px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row .page-call-to-action p {
  font-size: 16px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row .page-content {
  width: unset;
  padding: unset;
  margin-top: 0px;
  margin-bottom: 40px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row .page-content .block {
  width: 100%;
  margin-top: 30px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row .page-content .block .column_1_3 {
  width: 30.88%;
  display: inline-block;
  padding: 24px 12px;
  vertical-align: top;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row .page-content .block .column_1_3.grey-background {
  background-color: #f8f8f8;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row .page-content .block .column_1_3.center-aligned {
  text-align: center;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row .page-content .block .column_1_3 .column-img img {
  width: 100%;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row .page-content .block .column_1_3 .column-big-text {
  font-size: 22px;
  width: 100%;
  text-align: center;
  line-height: 30px;
  margin-top: 35px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row .page-content .block .column_1_3 .column-small-logo {
  text-align: center;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row .page-content .block .column_1_3 .link-action {
  text-align: center;
  margin-top: 15px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row .page-content .block .column_1_3 .link-action .fa {
  color: #333 !important;
  margin-right: 4px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row .page-content .block .column_1_3 .link-action a {
  color: #e21f53 !important;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row .page-content .block .column_2_3 {
  width: 61.76%;
  display: inline-block;
  padding: 24px 12px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row .page-content .block img#page-big-logo {
  width: 260px;
  position: relative;
  top: 15px;
  left: 40px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row .page-content .block .page-content-top a {
  color: #e21f53 !important;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row .page-content .block .page-content-bottom {
  text-align: center;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row .page-content .block .page-content-bottom .middle-box-1_3 {
  display: inline-block;
  width: 30.88%;
  padding: 24px 0px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row .page-content .block .page-content-bottom .middle-box-1_3 .box-numbers {
  color: #e21f53 !important;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row .page-content .block .page-content-bottom .middle-box-1_3 .box-text {
  font-weight: bold;
  margin-top: 5px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row .page-content .block .page-content-bottom .middle-box-1_3 .fa {
  color: #e21f53 !important;
  font-size: 50px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row .page-content .block.middle-links-block {
  text-align: center;
  margin-top: -80px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row .page-content .block.middle-links-block a {
  color: #e21f53 !important;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row .page-content.small-margin-top {
  margin-top: -30px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row.testimonials .page-content {
  margin-bottom: 40px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row.testimonials .page-content .page-testimonial-box-container {
  padding-left: 65px;
  padding-right: 65px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row.testimonials .page-content .page-testimonial-box-container .grey-arrow-box {
  background-color: #f8f8f8;
  padding: 35px 35px 35px 0;
  vertical-align: top;
  position: relative;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row.testimonials .page-content .page-testimonial-box-container .grey-arrow-box .grey-arrow-box-logo {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  margin: auto 0;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row.testimonials .page-content .page-testimonial-box-container .grey-arrow-box .grey-arrow-box-logo img {
  width: 166px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row.testimonials .page-content .page-testimonial-box-container .grey-arrow-box .grey-arrow-box-text {
  width: 74%;
  display: inline-block;
  vertical-align: middle;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row.testimonials .page-content .page-testimonial-box-container .grey-arrow-box::after {
  content: '';
  background-color: #f8f8f8;
  height: 30px;
  width: 30px;
  position: absolute;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  clear: both;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row.testimonials .page-content .page-testimonial-box-container .profile-picture {
  border-radius: 50%;
  margin: 10px auto;
  width: 120px;
  height: 120px;
  vertical-align: bottom;
  overflow: hidden;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row.testimonials .page-content .page-testimonial-box-container .profile-role {
  margin-top: 0px;
  font-size: 13px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row.testimonials .page-content .page-testimonial-box-container .profile-role a {
  color: #e21f53 !important;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row.testimonials .page-content .page-testimonial-box-container .column_1_3 {
  text-align: center;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row.testimonials .page-content .page-testimonial-box-container .column_1_3 .profile-name {
  font-family: Bariol-bold;
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  line-height: 24px !important;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row.upper-logos {
  margin-top: -50px;
  margin-bottom: 10px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row.upper-logos div {
  display: inline-block;
  width: 19%;
  text-align: center;
  vertical-align: middle;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row.upper-logos div img {
  width: 90%;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row.logos {
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row.logos div {
  display: inline-block;
  width: 24.5%;
  text-align: center;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row.logos div img {
  width: 90%;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row.logos div.down-arrow {
  width: unset;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row.logos div.down-arrow img {
  max-width: none !important;
  width: 90px !important;
  margin-top: 10px;
  margin-bottom: 10px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .ux-services .page-row.logos div.down-arrow p {
  font-family: 'Segoe-print';
  font-size: 13px;
  font-style: normal;
  line-height: 19px;
  font-weight: 600;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .page-title-sessions {
  height: 46px;
  padding-bottom: 32px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .page-title-subtitle {
  float: left;
  clear: both;
  font-size: 12px;
  line-height: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .table-title {
  margin-bottom: 16px;
  display: inline-block;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .table-title-right {
  float: right;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions td .green-button,
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions td .inactive-button {
  height: 32px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .actions-column {
  position: relative;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .actions-column .fa {
  color: #009FE3;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .custom-calendar {
  margin-top: 16px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .status {
  position: relative;
  padding-left: 43px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .status:before {
  font-family: 'FontAwesome';
  font-size: 13px !important;
  position: absolute;
  left: 16px;
  margin: auto 0;
  height: 22px;
  top: 0px;
  bottom: 0px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .status-warning {
  border-color: #ff0000;
  margin-bottom: 32px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .status-warning:before {
  content: '\f06a';
  color: #ff0000;
  font-size: 14px !important;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .status-info {
  background: #E5F1F6 0% 0% no-repeat padding-box;
  border-color: #009FE3;
  margin-bottom: 32px;
  padding-right: 16px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .status-info:before {
  content: '\f0eb';
  color: #000;
  font-size: 14px !important;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .status-info span {
  color: #009FE3;
  float: right;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions #helpbubble {
  position: absolute;
  background-color: #FCFCFC;
  vertical-align: middle;
  border-radius: 3px;
  top: -11px;
  padding: 10px 20px;
  width: 421px;
  left: 730px;
  box-shadow: 2px 2px 5px #CCC;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  -moz-box-shadow: 2px 2px 5px #ccc;
  z-index: 10;
  border: 1px solid #F0F0F0;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions #helpbubble:before {
  background-color: #fcfcfc;
  content: ' ';
  position: absolute;
  left: -11px;
  top: calc(50% - 35px);
  width: 18px;
  height: 18px;
  border: 1px solid #f0f0f0;
  transform: rotate(45deg);
  border-top: transparent;
  border-right: transparent;
  overflow: hidden;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions #helpbubble.bottom:before {
  background-color: #fcfcfc;
  content: ' ';
  position: absolute;
  right: 145px;
  top: -10px;
  left: auto;
  width: 18px;
  height: 18px;
  border: 1px solid #f0f0f0;
  transform: rotate(45deg);
  border-bottom: transparent;
  border-right: transparent;
  overflow: hidden;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions #backup-tester {
  margin-top: 33px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions #backup-tester .blue {
  color: #009FE3;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions #backup-tester .beta-sign {
  position: absolute;
  left: -18px;
  width: 39px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions #backup-tester .backup-tester-select .pricebook_option_tester {
  width: 150px;
  float: left;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions #backup-tester .backup-tester-select .pricebook_option_addition {
  width: 80px;
  float: left;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions #backup-tester .backup-tester-select .pricebook_option_price {
  width: 80px;
  float: right;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions #backup-tester .from-block p {
  margin: 16px 0 4px 0;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions #backup-tester .from-block .notes-wrapper {
  width: 460px;
  float: left;
  margin-right: 16px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions #backup-tester .from-block .notes-wrapper .notes-input {
  width: 100%;
  height: 36px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #BBBBBB;
  border-radius: 2px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions #backup-tester .from-block .green-button {
  width: 194px;
  height: 40px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .backupTesterPopup .dialogbox {
  width: 812px;
  left: 40%;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .backupTesterPopup .dialogbox .dialogbox-header {
  padding: 64px 48px 0 48px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .backupTesterPopup .dialogbox .dialogbox-header .dialogbox-title {
  text-align: left;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .backupTesterPopup .dialogbox .dialogbox-header .dialogbox-title span {
  position: relative;
  top: -3px;
  font-size: 20px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .backupTesterPopup .dialogbox .dialogbox-content {
  padding: 32px 48px 20px 48px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .backupTesterPopup .dialogbox .dialogbox-content .inner-grey-box {
  width: 300px;
  float: left;
  background: #F1F1F1 0% 0% no-repeat padding-box;
  padding: 20px 25px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .backupTesterPopup .dialogbox .dialogbox-content .inner-grey-box p {
  font: italic normal normal 14px/20px Open Sans;
  letter-spacing: 0px;
  margin: 0px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .backupTesterPopup .dialogbox .dialogbox-buttons {
  padding: 0 48px 48px 48px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .backupTesterPopup .dialogbox .dialogbox-buttons .green-button {
  float: right;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .backupTesterPopup .fa.big-green {
  color: #25B472;
  font-size: 44px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .status-half-hourglass:before {
  content: '\f252';
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .status-checked {
  border-color: #25B472;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .status-checked:before {
  content: '\f00c';
  color: #25B472;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .target_group_header {
  line-height: 30px;
  font-weight: bold;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .target_group_toggle {
  margin-left: 10px;
  color: #009fe3;
  font-size: 14px;
  float: right;
  line-height: 30px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .target_group_requirements {
  display: inline-block;
  margin-top: 16px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .target_group_multi_testsuite_container_wrap {
  padding: 16px 16px 0px 16px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .target_group_multi_testsuite_container {
  background: #F8F8F8;
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid #E4E4E4;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .target_group_container {
  width: 49%;
  display: inline-block;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .copy_link {
  display: inline-block;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .copy_link .fa {
  font-size: 14px;
  margin-right: 2px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .copy_success {
  margin-top: 8px;
  color: #25B472;
  font-size: 14px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .copy_success .fa {
  font-size: 16px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .todayMarker {
  position: relative;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .todayMarker:before {
  background: #009FE3;
  width: 4px;
  height: 46px;
  position: absolute;
  top: -1px;
  left: -1px;
  content: "";
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .deleteSessionPopup .dialogbox {
  background: #fff !important;
  width: 525px !important;
  top: 40% !important;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .deleteSessionPopup .dialogbox-header {
  background: #fff !important;
  padding: 64px 48px 16px 48px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .deleteSessionPopup .dialogbox-header .dialogbox-title {
  font-family: Bariol;
  font-size: 26px;
  text-align: left;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .deleteSessionPopup .dialogbox-content {
  height: 374px;
  max-height: 374px !important;
  padding: 16px 48px 16px 48px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .deleteSessionPopup .dialogbox-buttons {
  padding: 16px 48px 48px 48px;
  float: right;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .deleteSessionPopup .dialogbox-buttons a {
  margin-right: 16px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .deleteSessionPopup .info {
  margin-top: 32px;
  color: #FA9319;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .deleteSessionPopup .info .fa {
  margin-right: 4px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .deleteSessionPopup label {
  font-weight: bold;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .observerPopup {
  position: absolute;
  background: #f8f8f8;
  padding: 32px;
  width: 311px;
  font-size: 14px;
  z-index: 9;
  box-shadow: 0px 5px 13px #33333340;
  top: 53px;
  right: -19px;
  border-radius: 5px;
  text-align: left;
  line-height: normal;
  border: 1px solid #dcdcdc;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .observerPopup .observerPopup-content-container {
  font-size: 12px;
  color: #009FE3;
  margin-top: 16px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .observerPopup .observerPopup-closeIcon {
  font-size: 16px;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 8px;
  color: #009FE3;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .observerPopup .observerPopup-title {
  font-weight: bold;
  margin-bottom: 8px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .observerPopup .observerLink {
  width: 200px;
  margin-right: 5px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .observerPopup .addMoreObserversPopupLink {
  font-size: 14px;
  margin-top: 16px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .observerPopup:before {
  content: ' ';
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  background: #f8f8f8;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  z-index: 9;
  top: -11px;
  right: 61px;
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .addMoreObserverPopup .dialogbox {
  width: 527px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .addMoreObserverPopup .dialogbox-header {
  text-align: left;
  padding-top: 64px;
  padding-right: 48px;
  padding-left: 48px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .addMoreObserverPopup .dialogbox-header .dialogbox-title {
  font-family: Bariol-bold;
  font-size: 26px;
  font-weight: normal;
  line-height: 100%;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .addMoreObserverPopup .dialogbox-content {
  padding: 32px 48px 48px 48px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .addMoreObserverPopup .dialogbox-content .list-item {
  padding: 8px 0 0 14px;
  display: block !important;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .addMoreObserverPopup .dialogbox-content .list-item i {
  margin: 5px 15px 5px 0;
  float: left;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .addMoreObserverPopup .dialogbox-content .list-item p {
  margin: 0;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .addMoreObserverPopup .fa.big-green {
  color: #25B472;
  font-size: 44px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .addMoreObserverPopup #cta-book-more-observer-credits {
  margin-top: 40px;
  float: right;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .addMoreObserverPopup .addMoreObserverPopupBuyMoreCreditsInfo {
  font-family: Segoe-print;
  font-weight: 600;
  font-size: 12px !important;
  position: relative;
  top: 20px;
  width: 210px;
  line-height: 20px;
  margin-left: 14px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .addMoreObserverPopup .addMoreObserverPopupBuyMoreCreditsInfo .arrow-right {
  position: absolute;
  right: 0;
  top: 35px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-liveSessions .testsuite_content {
  border: 1px solid #dcdcdc;
  border-top: none;
  padding: 16px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-guerilla .session_start_td {
  position: relative;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-guerilla .session_start_td .helpbubble {
  display: block;
  left: 60px;
  top: 115px;
  width: 450px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-guerilla .session_start_td .helpbubble .nose {
  top: -9px;
  left: 80px;
  border: 1px solid #f0f0f0;
  border-bottom: none;
  border-right: none;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-guerilla .observerPopup {
  position: absolute;
  background: #f8f8f8;
  padding: 32px;
  width: 311px;
  font-size: 14px;
  z-index: 9;
  box-shadow: 0px 5px 13px #33333340;
  top: 53px;
  right: -46px;
  border-radius: 5px;
  text-align: left;
  line-height: normal;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-guerilla .observerPopup .observerPopup-content-container {
  font-size: 12px;
  color: #009FE3;
  margin-top: 16px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-guerilla .observerPopup .observerPopup-closeIcon {
  font-size: 16px;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 8px;
  color: #009FE3;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-guerilla .observerPopup .observerPopup-title {
  font-weight: bold;
  margin-bottom: 8px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-guerilla .observerPopup .observerLink {
  width: 200px;
  margin-right: 5px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-guerilla .observerPopup:before {
  content: ' ';
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  background: #f8f8f8;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  z-index: 9;
  top: -11px;
  right: 61px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-guerilla .observerPopup .copy_link {
  display: inline-block;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-guerilla .observerPopup .copy_link .fa {
  font-size: 14px;
  margin-right: 2px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-guerilla .observerPopup .copy_success {
  margin-top: 8px;
  color: #25B472;
  font-size: 14px;
}
#page-container.customer-dashboard .customer-dashboard-container .content .dashboard-guerilla .observerPopup .copy_success .fa {
  font-size: 16px;
}
.recommend-box {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: 0px 10px 8px 0px rgba(121, 121, 121, 0.1);
  padding: 24px;
  width: 732px;
  margin-left: 300px;
  margin-top: -45px;
  margin-bottom: 100px;
  cursor: pointer;
}
.recommend-box .left {
  display: inline-block;
  width: 72%;
  vertical-align: top;
}
.recommend-box .left h2 {
  font-family: Bariol-bold;
  font-size: 26px;
  font-weight: normal;
  line-height: 26px;
  margin: 0;
}
.recommend-box .left .recommend-text {
  margin-top: 20px;
}
.recommend-box .right {
  width: 27%;
  display: inline-block;
  text-align: center;
  position: relative;
  top: -20px;
  left: 40px;
}
.recommend-box .bottom {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.projectDropdownOption {
  font-size: 13px;
}
.projectDropdownOption div {
  display: inline-block;
  margin-right: 10px;
}
.projectDropdownOption .fa-device-list .testsuite-date {
  width: 100px;
}
.projectDropdownOption .fa-device-list .fa {
  margin-left: 3px;
  font-size: 18px;
  position: relative;
  top: 2px;
}
.customSelectDropDown .fa-device-list {
  text-align: center;
  width: 50px;
}
#teams-history {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: 0px 10px 8px 0px rgba(121, 121, 121, 0.1);
}
#teams-history table {
  border-radius: 5px  5px 0px 0px;
  border-color: #dadada;
  border-style: solid;
  border-width: 1px;
  width: 100%;
  border-spacing: 2px;
  border-collapse: collapse;
  font-size: 12px;
}
#teams-history table td {
  border: 1px solid #dcdcdc;
}
#teams-history table thead {
  height: 30px;
  line-height: 30px;
}
#teams-history table thead th {
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  background-color: #f8f8f8;
  text-align: left;
  padding-left: 15px;
}
#teams-history table thead th:nth-child(1) {
  width: 89px;
  cursor: pointer;
}
#teams-history table thead th:nth-child(3) {
  width: 89px;
  cursor: pointer;
}
#teams-history table tfoot {
  height: 50px;
}
#teams-history table tfoot tr {
  border-bottom-style: hidden;
  border-left-style: hidden;
  border-right-style: hidden;
}
#teams-history table tfoot tr td {
  border: none;
  font-weight: bold;
  font-size: 15px;
  padding-top: 4px;
}
#teams-history table tbody td {
  font-size: 14px;
  text-align: center;
  height: 45px;
}
#teams-history table tbody td:nth-child(2) {
  text-align: left;
  padding-left: 15px;
}
#teams-history table tbody td:nth-child(3) {
  text-align: right;
  padding-right: 15px;
}
#teams-history table tbody tr:nth-child(even) {
  background-color: #f8f8f8;
}
/* moderated Tests Overview */
#modRutOverview .modRut-container {
  margin-bottom: 32px;
}
#modRutOverview .modRut-container .modRutHeader {
  background: #f8f8f8;
  border: 1px solid #dcdcdc;
  border-bottom: none;
  height: 35px;
  line-height: 35px;
  padding-left: 15px;
}
#modRutOverview .modRut-container .modRutTable {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-collapse: collapse;
  border-spacing: 2px;
}
#modRutOverview .modRut-container .modRutTable .inactive {
  color: #b9b9b9;
}
#modRutOverview .modRut-container .modRutTable .emptyState {
  height: 50px;
  line-height: 50px;
}
#modRutOverview .modRut-container .modRutTable thead {
  background: #f8f8f8;
  height: 35px;
}
#modRutOverview .modRut-container .modRutTable tbody tr {
  text-align: center;
  height: 50px;
  line-height: 50px;
}
#modRutOverview .modRut-container .modRutTable tbody tr:nth-child(2n) {
  background: #f8f8f8;
}
#modRutOverview .modRut-container .modRutTable tbody td {
  border: 1px solid #dcdcdc;
}
#modRutOverview .todayMarker {
  position: relative;
}
#modRutOverview .todayMarker:before {
  background: #009FE3;
  width: 4px;
  height: 52px;
  position: absolute;
  top: -1px;
  left: -1px;
  content: "";
}
#modRutOverview .observerPopup {
  position: absolute;
  background: #f8f8f8;
  padding: 32px;
  width: 311px;
  font-size: 14px;
  z-index: 9;
  box-shadow: 0px 5px 13px #33333340;
  top: 53px;
  right: -46px;
  border-radius: 5px;
  text-align: left;
  line-height: normal;
}
#modRutOverview .observerPopup .observerPopup-content-container {
  font-size: 12px;
  color: #009FE3;
  margin-top: 16px;
}
#modRutOverview .observerPopup .observerPopup-closeIcon {
  font-size: 16px;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 8px;
  color: #009FE3;
}
#modRutOverview .observerPopup .observerPopup-title {
  font-weight: bold;
  margin-bottom: 8px;
}
#modRutOverview .observerPopup .observerLink {
  width: 200px;
  margin-right: 5px;
}
#modRutOverview .observerPopup:before {
  content: ' ';
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  background: #f8f8f8;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  z-index: 9;
  top: -11px;
  right: 61px;
}
#test-quality-feedback .sticky-button {
  background: #009FE3 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #EFEFEF;
  border-radius: 3px;
  font: normal normal normal 21px/28px Open Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  padding: 2px 16px;
  width: auto;
  position: fixed;
  right: 0;
  top: 30%;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom right;
  z-index: 99;
  cursor: pointer;
}
#test-quality-feedback .feedback-popup .dialogbox {
  width: 530px;
}
#test-quality-feedback .feedback-popup .dialogbox-header .dialogbox-closeBtn {
  line-height: 0;
  top: 16px;
  right: 16px;
}
#test-quality-feedback .feedback-popup .dialogbox-content {
  padding: 14px 40px 48px 40px;
}
#test-quality-feedback .feedback-popup .dialogbox-content p {
  text-align: left;
  font: normal normal normal 14px/19px Open Sans;
  letter-spacing: 0px;
  color: #333333;
  margin: 16px 0 8px 0;
}
#test-quality-feedback .feedback-popup .dialogbox-content .heading {
  font: normal normal bold 26px/29px Bariol;
  margin-top: 0;
  margin-bottom: 24px;
}
#test-quality-feedback .feedback-popup .dialogbox-content .star-rating {
  font: normal normal normal 24px/29px FontAwesome;
}
#test-quality-feedback .feedback-popup .dialogbox-content .star-rating ul {
  margin: 0 !important;
}
#test-quality-feedback .feedback-popup .dialogbox-content .star-rating ul li {
  margin-right: 5px !important;
}
#test-quality-feedback .feedback-popup .dialogbox-content .input-group {
  width: 100%;
  float: left;
}
#test-quality-feedback .feedback-popup .dialogbox-content textarea {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #ABABAB;
  resize: none;
  width: 100%;
  float: left;
  height: 57px;
  padding: 8px 0 0 8px;
  box-sizing: border-box;
}
#test-quality-feedback .feedback-popup .dialogbox-content textarea::-moz-placeholder {
  font: normal normal normal 12px/17px Open Sans;
  color: #ABABAB;
}
#test-quality-feedback .feedback-popup .dialogbox-content textarea:-ms-input-placeholder {
  font: normal normal normal 12px/17px Open Sans;
  color: #ABABAB;
}
#test-quality-feedback .feedback-popup .dialogbox-content textarea::placeholder {
  font: normal normal normal 12px/17px Open Sans;
  color: #ABABAB;
}
#test-quality-feedback .feedback-popup .dialogbox-content textarea:focus {
  outline: 1px solid #009FE3;
}
#test-quality-feedback .feedback-popup .dialogbox-content textarea.error-input {
  outline: 1px solid #FF0000;
}
#test-quality-feedback .feedback-popup .dialogbox-content .error-msg {
  font: normal normal normal 14px/19px Open Sans;
  letter-spacing: 0px;
  color: #FF0000;
  border: none;
  padding-left: 0;
}
#test-quality-feedback .feedback-popup .dialogbox-buttons {
  text-align: right;
  padding: 0 40px 40px 40px;
}
#test-quality-feedback .feedback-popup .dialogbox-buttons .green-button {
  font: normal normal normal 18px/20px Bariol;
}
#test-quality-feedback .feedback-popup .dialogbox-buttons .disable-button {
  background: #ABABAB 0% 0% no-repeat padding-box;
  text-align: center;
  font: normal normal normal 18px/20px Bariol;
  letter-spacing: 0px;
  color: #FFFFFF;
  padding: 0 20px;
  border: none;
  height: 35px;
}
#test-quality-feedback .feedback-popup .dialogbox-buttons a {
  cursor: pointer;
  margin-right: 16px;
}
.customer_testsuite_status .image_wrapper {
  display: inline-block;
  position: relative;
}
.customer_testsuite_status .image_wrapper img {
  height: 60px;
}
.customer_testsuite_status .image_wrapper .status-bubble {
  position: absolute;
  z-index: 11;
  width: 343px;
  top: 130px;
  left: -10px;
  line-height: 1.56em;
  text-align: center;
  padding: 16px;
  font-size: 14px;
}
.customer_testsuite_status .image_wrapper .status-bubble .nose {
  top: -7px;
  margin-left: 6px;
  border-bottom: none;
  border-top: 1px solid #f0f0f0;
}
.customer_testsuite_status .status-bubble {
  display: inline-block;
  line-height: 36px;
  position: relative;
  background-color: #FCFCFC;
  vertical-align: middle;
  border-radius: 3px;
  padding: 8px 12px;
  margin-top: -48px;
  margin-left: 10px;
  box-shadow: 2px 2px 5px #CCC;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  -moz-box-shadow: 2px 2px 5px #ccc;
  border: 1px solid #F0F0F0;
}
.customer_testsuite_status .status-bubble .green-button,
.customer_testsuite_status .status-bubble .inactive-button {
  padding-left: 12px;
  padding-right: 12px;
}
.customer_testsuite_status .status-bubble .nose {
  content: ' ';
  position: absolute;
  margin-left: -19px;
  display: block;
  width: 12px;
  height: 12px;
  background: #FCFCFC;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  z-index: 999;
  top: calc(50% - 5px);
  border-left: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.customer_testsuite_status .test_stop {
  cursor: pointer;
  color: #009fe3;
  position: relative;
}
.customer_testsuite_status .test_stop .status-bubble {
  position: absolute;
  z-index: 111;
  width: 343px;
  top: 85px;
  left: -100%;
  line-height: 1.56em;
  padding: 16px;
  font-size: 14px;
  color: #333;
}
.customer_testsuite_status .test_stop .status-bubble .nose {
  top: -7px;
  left: 50%;
  border-bottom: none;
  border-top: 1px solid #f0f0f0;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  #page-container.customer-dashboard .customer-dashboard-container .orderCredits .credit-history .order-credit-info {
    left: 15%;
  }
  #page-container.customer-dashboard .customer-dashboard-container .orderCredits .credit-history .order-credit-info:before {
    left: 160px;
  }
}
@media screen and (max-width: 1280px) {
  #page-container.customer-dashboard .customer-dashboard-container .orderCredits .credit-history .order-credit-info {
    left: 9%;
  }
  #page-container.customer-dashboard .customer-dashboard-container .orderCredits .credit-history .order-credit-info:before {
    left: 205px !important;
  }
}
.customer-viewVideo {
  /* css for transitions */
  /* ende css for transitions */
}
.customer-viewVideo .fade-enter-active,
.customer-viewVideo .fade-leave-active {
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}
.customer-viewVideo .fade-enter,
.customer-viewVideo .fade-leave-to {
  opacity: 0;
}
.customer-viewVideo .fadeFast-enter-active {
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
.customer-viewVideo .fadeFast-enter,
.customer-viewVideo .fadeFast-leave-to {
  opacity: 0;
}
.customer-viewVideo #main-header .customer-header {
  width: 1250px !important;
  max-width: 1250px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.customer-viewVideo #main-header .customer-header #header-top .educate_link {
  margin-top: 5px !important;
}
.customer-viewVideo #main-header .customer-header #header-top #header-top-left {
  float: left !important;
  margin-left: 45px;
}
.customer-viewVideo #main-header .customer-header #header-top #header-top-left a {
  text-decoration: none;
  color: #009fe3;
  font-weight: bold;
}
.customer-viewVideo #main-header .customer-header #header-top #header-top-left a .fa {
  color: black;
}
.customer-viewVideo #main-header .customer-header .recommend_link {
  margin-right: -10px !important;
  margin-top: 5px;
  float: right;
}
.customer-viewVideo .closeBtn {
  position: absolute;
  float: right;
  right: 5%;
  cursor: pointer;
  padding: 6px 12px;
  top: -3px;
  right: -5px;
}
.customer-viewVideo .onBoardingHighlight {
  box-shadow: 0px 0px 3px 1px #26a6e5, 0px 0px 0px 1px #009FE3;
}
.customer-viewVideo .cursorPointer {
  cursor: pointer;
}
.customer-viewVideo .dialogbox-buttons {
  text-align: center;
}
.customer-viewVideo .customer-dashboard-banner {
  width: 100%;
  height: 100px;
  background-image: url('/images/front/modRut_banner.png');
  background-position-y: -180px;
}
.customer-viewVideo #testerContactDialog {
  position: absolute;
  background-color: #FCFCFC;
  vertical-align: middle;
  border-radius: 3px;
  top: 36px;
  padding: 10px 20px;
  width: 360px;
  left: -105px;
  box-shadow: 2px 2px 5px #CCC;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  -moz-box-shadow: 2px 2px 5px #ccc;
  z-index: 100;
  border: 1px solid #F0F0F0;
}
.customer-viewVideo #testerContactDialog:before {
  content: ' ';
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  background: #FCFCFC;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  z-index: 999;
  left: calc(50% - 5px);
  margin-top: -18px;
  border-left: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}
.customer-viewVideo #testerContactDialog textarea {
  width: 354px;
  height: 300px;
}
.customer-viewVideo #testerContactDialog .closeBtn {
  color: #009fe3;
  padding: 10px 14px;
}
.customer-viewVideo #testerContactDialog #testerContactDialog-actions {
  text-align: right;
  margin-top: 10px;
}
.customer-viewVideo #testerContactDialog #testerContactDialog-actions a {
  font-size: 14px;
  margin-right: 20px;
}
.customer-viewVideo #testerContactDialog #testerContactDialog-actions .green-button {
  height: 35px;
}
.customer-viewVideo #testerContactDialog #testerContactDialog-send {
  color: #25b572;
  text-align: right;
  margin-top: 10px;
}
.customer-viewVideo .customer-dashboard-container {
  width: 1250px;
  margin: 0 auto;
  position: relative;
}
.customer-viewVideo .customer-dashboard-container .content {
  width: 1180px;
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
  top: -170px;
  box-shadow: 0px 10px 8px 0px rgba(121, 121, 121, 0.3);
  margin-left: 70px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .range {
  float: left;
  list-style-type: none;
  margin: 0px 10px 0px 10px;
  padding: 3px 0 0 0;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .star.range {
  padding: 0;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content {
  padding: 20px 30px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .page-header {
  position: relative;
  padding-bottom: 5px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .page-header a {
  font-size: 11px;
  cursor: pointer;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .page-header .header-left {
  display: inline-block;
  overflow: hidden;
  width: 425px;
  vertical-align: top;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .page-header .header-left .detailsUser {
  float: left;
  font-size: 16px;
  color: #009fe3;
  cursor: pointer;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .page-header .header-left .detailsUser.nolink {
  color: #333;
  cursor: unset;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .page-header .header-left .heart_rating {
  float: left;
  margin-left: 5px;
  margin-top: -3px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .page-header .header-left .video_information {
  text-align: left;
  font-size: 11px;
  float: left;
  position: absolute;
  left: 0;
  bottom: 3px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .page-header .header-center {
  display: inline-block;
  margin: 0 auto;
  width: 250px;
  vertical-align: top;
  text-align: center;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .page-header .header-center .prev {
  display: inline-block;
  vertical-align: middle;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .page-header .header-center .prev .fa {
  color: #888888;
  font-size: 32px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .page-header .header-center .current {
  display: inline-block;
  text-align: center;
  width: 125px;
  vertical-align: middle;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .page-header .header-center .next {
  display: inline-block;
  vertical-align: middle;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .page-header .header-center .next .fa {
  color: #888888;
  font-size: 32px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .page-header .header-right {
  float: right;
  display: inline-block;
  width: 200px;
  vertical-align: top;
  position: relative;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .page-header .header-right .rate-title {
  font-weight: bold;
  font-size: 13px;
  margin: 0;
  text-align: right;
  margin-bottom: 3px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .page-header .header-right .star_rating {
  overflow: hidden;
  float: right;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .page-header .header-right .report-problem {
  float: right;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .page-header .header-right #tester-rating_commentfield_container {
  position: absolute;
  left: -122px;
  top: 50px;
  width: 330px;
  padding: 10px;
  text-align: left;
  border-radius: 3px;
  border: 1px solid #F0F0F0;
  box-shadow: 2px 2px 5px #CCC;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  -moz-box-shadow: 2px 2px 5px #ccc;
  background-color: #FCFCFC;
  cursor: auto;
  z-index: 999;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .page-header .header-right #tester-rating_commentfield_container textarea {
  width: 324px;
  height: 80px;
  resize: vertical;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .page-header .header-right #tester-rating_commentfield_container .tester-rating_footer {
  float: right;
  margin-top: 5px;
  width: 100%;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .page-header .header-right #tester-rating_commentfield_container .tester-rating_footer #issue-submitBtn {
  font-size: 13px;
  height: 24px;
  border-radius: 3px;
  padding: 0px 7px 0px 7px;
  margin-left: 10px;
  float: right;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .page-header .header-right #tester-rating_commentfield_container .tester-rating_footer .abort-link {
  float: right;
  font-size: 14px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .page-header .header-right #tester-rating_commentfield_container .tester-rating_footer .canvasloader-container {
  margin-top: -5px;
  height: 25px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .page-header .header-right #tester-rating_commentfield_container .tester-rating_footer .canvasloader-container .spinner {
  top: 17px !important;
  left: 11px !important;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .page-header .header-right #tester-rating_commentfield_container .tester-rating_footer .sent-feedback {
  color: #25b572;
  float: right;
  margin: 0;
  margin-left: 10px;
  font-size: 16px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .page-header .header-right #tester-rating_commentfield_container .tester-rating_footer .new-feedback {
  float: right;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .page-header .header-right #tester-rating_commentfield_container:before {
  content: ' ';
  background-color: #FCFCFC;
  position: absolute;
  top: -10px;
  left: calc(63%);
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border: 1px solid #F0F0F0;
  border-bottom: transparent;
  border-right: transparent;
  overflow: hidden;
  z-index: 999;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen input[type="checkbox"] + label {
  position: relative;
  padding-left: 8px;
  cursor: pointer;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen input[type="checkbox"] {
  opacity: 0;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen input[type="checkbox"] + label:before {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 15px;
  top: 1px;
  left: -16px;
  background: white;
  border: 1px solid #535353;
  color: #009fe3;
  border-radius: 3px;
  padding: 0 !important;
  content: '';
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen input[type="checkbox"] + label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: -13px;
  border: 3px solid #009fe3;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  cursor: pointer;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen input[type="checkbox"]:focus + label {
  outline: 1px dotted black;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen .notification {
  position: absolute;
  top: 627px;
  background: #800;
  z-index: 9999;
  color: white;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen .notification #disconnect_content {
  padding-left: 50px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen .notification #emptySession_content {
  padding-left: 50px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen .screening-functions {
  background: #CCE7C0;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen .screening-functions .tester-rating-note {
  display: inline-block;
  height: 175px;
  position: relative;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen .screening-functions .tester-rating-note span {
  vertical-align: top;
  font-weight: bold;
  position: relative;
  top: 8px;
  left: 30px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen .screening-functions .tester-rating-note #tester_note {
  padding: 5px;
  height: auto;
  min-height: 80px;
  max-height: 800px;
  background: #ffffff;
  border: 1px solid #ABABAB;
  color: #000000;
  overflow: auto;
  color: #616161;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen .screening-functions .tester-rating-note .tester-rating-message-textarea {
  position: relative;
  top: 30px;
  left: 30px;
  width: 550px;
  height: 150px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen .screening-functions .tester-rating-note #tester_note_menu {
  position: absolute;
  top: 15px;
  left: 358px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen .screening-functions .tester-rating-star {
  display: inline-block;
  padding-left: 20px;
  height: 90px;
  vertical-align: top;
  font-weight: bold;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen .screening-functions .tester-rating-star span {
  vertical-align: top;
  font-weight: bold;
  position: relative;
  top: 8px;
  right: 30px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen .screening-functions .tester-rating-star .tester-rating-star-input {
  position: relative;
  display: inline-block;
  top: 35px;
  left: -40px;
  font-size: 16px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen .screening-functions .tester-rating-star .green-button {
  height: 30px;
  position: relative;
  display: inline-block;
  top: 30px;
  right: 30px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #speed_control {
  position: absolute;
  right: 41%;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #speed_control #speed_control_label {
  display: inline-block;
  vertical-align: top;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #speed_control #speed_control_buttons {
  height: 16px;
  text-align: center;
  width: 100px;
  position: relative;
  display: inline-block;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #speed_control .speedLabel {
  font-size: 12px;
  position: absolute;
  top: -4px;
  left: 3px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #speed_control .speed_slow_button {
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  left: 18px;
  font-size: 16px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #speed_control .speed_info {
  text-align: center;
  font-size: 14px;
  position: absolute;
  bottom: 2px;
  left: 33px;
  width: 35px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #speed_control .speed_fast_button {
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  right: 18px;
  font-size: 16px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #speed_control.speed_screening {
  float: unset;
  right: unset;
  left: 90%;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #playback_options {
  position: relative;
  right: 20px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #playback_options .linkOption {
  cursor: pointer;
  font-size: 12px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #playback_options .linkOption .fa {
  font-size: 20px;
  color: #f8f8f8;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #playback_options .bubbleOption {
  position: absolute;
  background-color: #FCFCFC;
  border-radius: 3px;
  z-index: 1;
  padding: 15px;
  left: -211px;
  bottom: 38px;
  width: 280px;
  border: 1px solid #F0F0F0;
  box-shadow: 2px 2px 5px #CCC;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  -moz-box-shadow: 2px 2px 5px #ccc;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #playback_options .bubbleOption .closeOption {
  position: absolute;
  color: #009fe3;
  top: 10px;
  right: 15px;
  cursor: pointer;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #playback_options .bubbleOption .close-option-title {
  font-weight: bold;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #playback_options .bubbleOption .close-option-title.shortcuts-title {
  margin-top: 20px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #playback_options .bubbleOption input {
  cursor: pointer;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #playback_options .bubbleOption label {
  cursor: pointer;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #playback_options .bubbleOption select {
  cursor: pointer;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #playback_options .bubbleOption #videoPause {
  margin-top: 8px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #playback_options .bubbleOption #videoRewind {
  margin-left: 22px;
  margin-top: 5px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #playback_options .bubbleOption:before {
  position: absolute;
  right: 52px;
  bottom: -9px;
  background-color: #fcfcfc;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  content: "";
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #onBoardingContainer #onBoardingDialog {
  border-radius: 4px;
  position: absolute;
  z-index: 999;
  background: #fcfcfc;
  max-width: 341px;
  padding: 19px 20px 16px 20px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #onBoardingContainer #onBoardingDialog #onBoardingDialog-actions-next {
  cursor: pointer;
  color: #009FE3;
  float: right;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #onBoardingContainer #onBoardingDialog:before {
  background-color: #fcfcfc;
  content: ' ';
  position: absolute;
  bottom: -9px;
  right: calc(50% - 9px);
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-top: transparent;
  border-left: transparent;
  overflow: hidden;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #onBoardingContainer .closeBtn {
  color: #009FE3;
  position: absolute;
  cursor: pointer;
  padding: 10px 14px;
  top: 0px;
  right: 0px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #onBoardingContainer #onBoardingOverlay {
  background: black;
  opacity: 0.8;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #annotationContainer {
  border: 1px solid #E0E0E0;
  line-height: initial;
  border-radius: 0px 0px 5px 5px;
  background-color: #F8F8F8;
  padding: 12px 16px;
  position: relative;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #annotationContainer .annotationContainer-block {
  display: inline-block;
  vertical-align: top;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #annotationContainer .annotationContainer-block:not(:last-child) {
  margin-right: 16px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #annotationContainer .tagify-container {
  width: 66.8%;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #annotationContainer #clip_start,
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #annotationContainer #clip_end {
  width: 56px;
  margin-top: 5px;
  display: block;
  text-align: center;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #annotationContainer #clipMarkerContainer {
  display: block;
  margin-top: 12px;
  white-space: nowrap;
  position: absolute;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #annotationContainer #clipMarkerContainer #clipMarker {
  margin-left: -2px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #annotationContainer #clipMarker_label {
  display: block;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #annotationContainer #clipMarker_label .fa {
  margin-right: 5px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #annotationContainer #timeLabel {
  font: Bold 14px/19px Open Sans;
  letter-spacing: 0.39px;
  color: #333333;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #annotationContainer #txtTimeStamp {
  width: 45px;
  border: none;
  vertical-align: middle;
  background-color: #F8F8F8;
  font-size: 14px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #annotationContainer #txtComment {
  padding: 5px 8px 2px 8px;
  vertical-align: top;
  width: 535px;
  max-width: 535px;
  min-width: 535px;
  min-height: 57px;
  font-style: italic;
  font-size: 14px;
  border: 1px solid #E0E0E0;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #annotationContainer #txtCategoryContainer {
  height: 34px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #annotationContainer #txtCategory {
  vertical-align: top;
  width: 125px;
  height: 30px;
  border: 1px solid #E0E0E0;
  padding-left: 7px;
  font-size: 14px;
  border-radius: 3px 0 0 3px;
  font-weight: bold;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #annotationContainer #questionIcon {
  height: 28px;
  border: 1px solid #E0E0E0;
  padding: 2px;
  border-radius: 0 3px 3px 0;
  width: 25px;
  font-size: 16px;
  color: #888888;
  margin-left: -4px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #annotationContainer #questionIcon:before {
  position: absolute;
  margin-left: 5px;
  margin-top: 5px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #annotationContainer #labelToolTips {
  position: relative;
  z-index: 2;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #annotationContainer #labelToolTips .helpbubble {
  display: block;
  left: 232px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #annotationContainer #labelToolTips .helpbubble .nose {
  top: 30px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #annotationContainer #drpPriority {
  width: 125px;
  vertical-align: top;
  height: 34.5px;
  border: 1px solid #E0E0E0;
  font-size: 14px;
  color: #333333;
  padding-left: 5px;
  border-radius: 3px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #annotationContainer #btn_create_note {
  height: 35px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #annotationContainer.editMode {
  border-color: #009fe3;
  background-color: #e5f1f6;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #tableWrapper {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable .editButton {
  position: absolute;
  right: 4px;
  top: 2px;
  color: #009FE3;
  display: none;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable .currentlyEdited {
  background-color: #e5f1f6 !important;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable .wtBorder {
  display: none !important;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table {
  font-family: 'Open Sans', sans-serif;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table thead th {
  text-align: left;
  font-weight: bold;
  color: #333333;
  padding-left: 14px;
  border-left: none;
  border-right: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #CCC;
  background-color: #F8F8F8;
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table thead th .colHeader.columnSorting:not(:empty) {
  padding-right: 0 !important;
  float: left;
  width: 100%;
  background-position: 100% 20%;
  text-align: left;
  position: relative;
  left: -6px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table thead th:first-child {
  border-left: 1px solid #CCC;
  width: 98px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table thead th:nth-child(2) {
  padding-left: 10px;
  width: 719px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table thead th:nth-child(3) {
  width: 147px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table thead th:nth-child(6),
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table thead th:nth-child(7),
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table thead th:nth-child(8) {
  display: none;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table thead th:last-child {
  padding-left: 5px;
  border-right: 1px solid #CCC;
  width: 160px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  height: 22px;
  empty-cells: show;
  line-height: 21px;
  font-size: 12px;
  vertical-align: top;
  overflow: hidden;
  outline-width: 0;
  background-color: transparent;
  font-size: 14px;
  padding: 10px 14px;
  position: relative;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:hover .editButton {
  display: block;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:nth-child(1) {
  vertical-align: middle;
  padding-left: 10px;
  border-left: 1px solid #CCC;
  text-align: center;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:nth-child(1) .time-container {
  width: 80%;
  float: left;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:nth-child(1) .playButton {
  cursor: pointer;
  position: relative;
  top: 0px;
  left: 7px;
  font-size: 14px;
  color: #009FE3;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:nth-child(2),
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:nth-child(3),
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:nth-child(4) {
  cursor: pointer;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:last-child {
  vertical-align: middle;
  text-align: center;
  overflow: visible;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:last-child .fa {
  color: #009FE3;
  cursor: pointer;
  margin-right: 30px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:last-child .clipOption {
  position: absolute;
  background-color: #FCFCFC;
  border: 1px solid #F0F0F0;
  border-radius: 3px;
  box-shadow: 2px 2px 5px #CCC;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  -moz-box-shadow: 2px 2px 5px #ccc;
  text-align: left;
  padding: 10px;
  right: 27px;
  margin-top: 15px;
  width: 190px;
  z-index: 999;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:last-child .clipOption .fa {
  margin-right: 5px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:last-child .clipOption:before {
  background-color: #FCFCFC;
  border: 1px solid #F0F0F0;
  content: ' ';
  position: absolute;
  top: -10px;
  right: calc(50% - 9px);
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-bottom: transparent;
  border-right: transparent;
  overflow: hidden;
  z-index: 998;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:last-child .btn_delete_note {
  margin-right: 0px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:last-child .clipButton,
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:last-child .highlightVideoBtn,
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:last-child .clipOptionBtn {
  min-width: 14px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:last-child .clipButton,
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:last-child .highlightVideoBtn {
  margin-right: 5px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:last-child .shareToolTips {
  position: absolute;
  margin-left: 46px;
  margin-top: -20px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:last-child .shareToolTips .shareToolTipsContent {
  background-color: #FCFCFC;
  border: 1px solid #F0F0F0;
  box-shadow: 2px 2px 5px #CCC;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  -moz-box-shadow: 2px 2px 5px #ccc;
  text-align: left;
  position: absolute;
  top: 35px;
  width: 330px;
  left: -265px;
  padding: 10px;
  border-radius: 3px;
  cursor: auto;
  right: -20px;
  z-index: 999;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:last-child .shareToolTips .shareToolTipsContent .green-button {
  padding-left: 13px;
  padding-right: 13px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:last-child .shareToolTips .shareToolTipsContent .footerShare {
  margin-top: 3px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:last-child .shareToolTips .shareToolTipsContent .footerShare .previewButton {
  margin: 3px 4px 4px 0 !important;
  width: 12px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:last-child .shareToolTips .shareToolTipsContent input[type="text"] {
  position: absolute;
  width: 66%;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:last-child .shareToolTips .shareToolTipsContent:before {
  background-color: #FCFCFC;
  border: 1px solid #F0F0F0;
  right: 54px;
  content: ' ';
  position: absolute;
  top: -10px;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-bottom: transparent;
  border-right: transparent;
  overflow: hidden;
  z-index: 998;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:last-child .shareToolTips #footerShare {
  position: relative;
  width: 100%;
  margin-top: 7px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:last-child .shareToolTips .previewVideo {
  float: right;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:last-child .shareToolTips .previewButton {
  vertical-align: middle;
  margin: 0 3px 4px 0 !important;
  width: 16px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:last-child .shareToolTips .validateCopy {
  color: #25b572;
  margin-top: 3px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:last-child .shareToolTips .copyToClipboard {
  font-size: 12px;
  height: 21px;
  border-radius: 3px;
  float: right;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:last-child .shareToolTips .checkMark {
  cursor: auto;
  margin-right: 0px;
  color: #25b572;
  font-size: 12px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:last-child .shareToolTips #header_modal {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20pt;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:last-child .shareToolTips #tips_modal {
  padding: 10px 20px;
  margin: 15px 0px;
  background-color: #CFE2FC;
  background: "/images/front/lightbulb.png";
  position: relative;
  color: #616161;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:last-child .shareToolTips #tips_img {
  float: left;
  margin-right: 7px;
  margin-left: -13px;
  margin-top: 7px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:last-child .shareToolTips #list_modal {
  list-style-type: disc;
  list-style-position: inside;
  color: #616161;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:last-child .shareToolTips #textarea_modal {
  width: 100%;
  height: 150px;
  resize: none;
  color: #616161;
  margin-top: 13px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:last-child .shareToolTips #submit_feedback {
  font-size: 15px;
  text-align: right;
  border-radius: 3px;
  padding-bottom: 2px;
  height: 30px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:last-child .shareToolTips .leftMenu div {
  margin-left: 0;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:last-child .shareToolTips .leftMenu {
  position: relative;
  right: 150px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:last-child .shareBtn {
  color: #009FE3;
  cursor: pointer;
}
@-moz-document url-prefix() {
  .customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody #copyToClipboard {
    height: 22px;
  }
  .customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody .shareToolTips .shareToolTipsContent input[type="text"] {
    width: 64%;
  }
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:nth-child(6),
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:nth-child(7),
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:nth-child(8) {
  display: none;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td.listbox {
  padding: 1px 14px;
  background-color: #FFFFFF;
  cursor: pointer;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody tr:nth-child(even) {
  background-color: #F8F8F8;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody tr:nth-child(odd) {
  background-color: #FFFFFF;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen .linkDashboard {
  text-align: right;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen .answersNew {
  width: 650px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen .answersNew .taskAnswerLabel h3 {
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  font-family: Bariol-bold;
  font-weight: normal;
  margin: 0;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen .answersNew #answersList {
  margin-top: 0;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen .answersNew #answersList .question {
  font-weight: bold;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen .answersNew #answersList .answer {
  margin-top: 0;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .highlightVideoBubble {
  right: 0px;
  position: absolute;
  background-color: #FCFCFC;
  border-radius: 3px;
  z-index: 1;
  padding: 15px;
  width: 370px;
  border: 1px solid #F0F0F0;
  box-shadow: 2px 2px 5px #CCC;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .highlightVideoBubble .closeBtn {
  color: #009FE3;
  position: absolute;
  cursor: pointer;
  padding: 10px 14px;
  top: 0px;
  right: 0px;
}
.customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .highlightVideoBubble:before {
  background-color: #fcfcfc;
  content: ' ';
  position: absolute;
  bottom: -11px;
  right: calc(50% - 10px);
  width: 18px;
  height: 18px;
  border: 1px solid lightgray;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-top: transparent;
  border-left: transparent;
  overflow: hidden;
}
.customer-viewVideo .footer_outer {
  margin-top: -130px;
}
@media only screen and (max-width: 1365px) {
  .customer-viewVideo #main-header .customer-header {
    width: 1120px !important;
    max-width: 1120px !important;
  }
  .customer-viewVideo #main-header .customer-header #header-top #header-top-left {
    margin-left: 75px;
  }
  .customer-viewVideo .customer-dashboard-container {
    width: 1120px;
    margin: 0 auto;
  }
  .customer-viewVideo .customer-dashboard-container .content {
    width: 1040px;
    margin-left: 80px;
  }
  .customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .page-header .header-left {
    width: 355px;
  }
  .customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen .notification {
    top: 498px;
  }
  .customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #annotationContainer #txtTimeStamp {
    width: 45px;
  }
  .customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #annotationContainer #txtComment {
    width: 395px;
    max-width: 395px;
    min-width: 395px;
  }
  .customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #annotationContainer .tagify-container {
    width: 61.8%;
  }
  .customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table thead th:nth-child(2) {
    width: 677px;
  }
  .customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table thead th:nth-child(3) {
    width: 103px;
  }
  .customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table thead th:last-child {
    width: 101px;
  }
  .customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:last-child .fa {
    margin-right: 14px;
  }
  .customer-viewVideo .customer-dashboard-container .content .viewVideo .page-content .video_full_fullscreen #commentTable table tbody td:last-child .btn_delete_note {
    margin-right: 0px;
  }
}
.change-options .content_box {
  background-color: #fff !important;
  border-radius: 5px;
  box-shadow: 0px 10px 8px 0px rgba(121, 121, 121, 0.3);
}
.change-options .page-content #notice.error {
  color: #ff0000;
  display: block;
  margin-bottom: 20px;
}
.change-options .page-content #notice.success {
  color: #0a0;
  display: block;
  margin-bottom: 20px;
}
.change-options .page-content .form-field {
  width: 47%;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}
.change-options .page-content .form-field .radio {
  display: inline-block;
}
.change-options .page-content .form-field .radio label {
  display: inline-block;
}
.change-options .page-content .form-field input[type="radio"] + label {
  position: relative;
  padding-left: 8px;
  cursor: pointer;
}
.change-options .page-content .form-field input[type="radio"] {
  opacity: 0;
}
.change-options .page-content .form-field input[type="radio"] + label:before {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 1px;
  left: -16px;
  background: white;
  border: 1px solid #535353;
  color: #009fe3;
  border-radius: 50%;
  padding: 0 !important;
  content: '';
}
.change-options .page-content .form-field input[type="radio"] + label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #009fe3;
  top: 6px;
  left: -11px;
  border-radius: 50%;
  transform: rotate(-45deg);
  cursor: pointer;
}
.change-options .page-content .form-field input[type="radio"]:checked + label:after {
  opacity: 1;
}
.change-options .page-content .form-field input[type="radio"]:focus + label {
  outline: 1px dotted black;
}
.change-options .page-content .form-field input[type="text"],
.change-options .page-content .form-field input[type="password"] {
  width: 100%;
}
.change-options .page-content .form-field select {
  width: 357px;
}
.change-options .page-content .form-field textarea {
  width: 340px;
  height: 80px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #bbb;
}
.change-options .page-content .form-field label {
  display: block;
  font-weight: bold;
  margin-bottom: 3px;
}
.change-options .page-content .form-field .validate-advice,
.change-options .page-content .form-field .validate-advice-js {
  float: left;
}
.change-options .page-content .form-field input[type="checkbox"] {
  opacity: 0;
  margin-left: 9px;
}
.change-options .page-content .form-field input[type="checkbox"] + label {
  cursor: pointer;
}
.change-options .page-content .form-field input[type="checkbox"] + label:before {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 15px;
  top: 2px;
  left: 3px;
  background: white;
  border: 1px solid #535353;
  color: #009fe3;
  border-radius: 3px;
  padding: 0 !important;
  content: '';
}
.change-options .page-content .form-field input[type="checkbox"] + label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 5px;
  left: 6px;
  border: 3px solid #009fe3;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  cursor: pointer;
}
.change-options .page-content .form-field input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.change-options .page-content .form-field input[type="checkbox"]:focus + label {
  outline: 1px dotted black;
}
.change-options .page-content .form-field.right {
  margin-left: 28px;
}
.change-options .page-content .form-field.full-width {
  width: 100%;
}
.change-options .page-content .form-field.full-width #changeEmailBehaviorSelectField {
  display: inline-block;
}
.change-options .page-content .form-field.full-width #changeEmailBehaviorSaveMessage {
  display: inline-block;
  margin-left: 10px;
}
.change-options .page-content .clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.change-options .page-content #customer-actions,
.change-options .page-content #password-actions {
  text-align: right;
}
.ui-dialog {
  background-color: #F8F8F8 !important;
  color: #333 !important;
  padding-left: 30px  !important;
  padding-right: 30px  !important;
  border: 1px solid #F8F8F8 !important;
  background-image: none !important;
  padding-bottom: 10px !important;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 4px;
}
.ui-dialog .form-field {
  max-width: 485px;
}
.ui-dialog .ui-dialog-titlebar {
  background: none;
  border: none;
  height: 35px;
  color: #333 !important;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  float: none;
  text-align: center;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title h6 {
  margin: 0;
  line-height: 35px;
  font-size: 20px;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  border: none ;
  background: none;
  top: 20px;
  right: -20px;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon-closethick {
  background-image: none;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
  content: "\f00d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #009fe3 !important;
  z-index: 1;
  position: absolute;
  top: 0px;
  right: 0px;
}
.ui-dialog .ui-dialog-content {
  padding: 0 !important;
  padding-top: 20px !important;
  border-bottom: 1px solid #bbbbbb !important;
  border-top: 1px solid #bbbbbb !important;
  font-family: 'Open Sans', sans-serif;
}
.ui-dialog .ui-dialog-content.no-border {
  border: none !important;
}
.ui-dialog .ui-dialog-content #tips_modal {
  margin: 0;
  background-color: inherit;
  padding-left: 0px;
  color: #333 !important;
  padding: 0;
  margin-bottom: 30px;
}
.ui-dialog .ui-dialog-content #list_modal {
  background-color: inherit;
  padding-left: 13px;
  list-style-position: outside;
  color: #333;
  margin-top: 0;
}
.ui-dialog .ui-dialog-content #list_modal li {
  margin-bottom: 3px;
}
.ui-dialog .ui-dialog-content #textarea_modal {
  height: 50px;
  width: 403px;
  padding: 10px;
  margin: 0 auto;
  border: 1px solid #009fe3;
}
.ui-dialog .ui-dialog-content #submit_feedback {
  height: 35px;
  padding-bottom: 0;
  border-radius: 2px;
  font-size: 1em;
}
.ui-dialog #dialog-lost-password-content {
  overflow: hidden;
}
.ui-dialog #dialog-lost-password-content fieldset {
  padding: 0;
}
.ui-dialog #dialog-lost-password-content fieldset .form-field #txtLostEmail {
  width: 99%;
}
.ui-dialog #dialog-lost-password-content fieldset .lostpassword-actions {
  margin: 14px 0;
}
.ui-dialog #dialog-lost-password-content fieldset .lostpassword-actions .cancel_block.mobile {
  display: none;
}
/* Tablet and smartphones in max (680px) */
@media only screen and (max-width: 680px) {
  .ui-dialog {
    width: 300px !important;
  }
  .ui-dialog #dialog-lost-password-content #lostpassword-form fieldset .form-field #txtLostEmail {
    width: 95%;
  }
  .ui-dialog #dialog-lost-password-content #lostpassword-form .lostpassword-actions {
    text-align: center;
  }
  .ui-dialog #dialog-lost-password-content #lostpassword-form .lostpassword-actions #lost-password-submit-btn {
    width: 100%;
  }
  .ui-dialog #dialog-lost-password-content #lostpassword-form .lostpassword-actions .cancel_block {
    display: none;
  }
  .ui-dialog #dialog-lost-password-content #lostpassword-form .lostpassword-actions .cancel_block.mobile {
    display: block;
    margin: 8px 0 0 0;
  }
}
/* Smartphones in portrait mode (0-360px) */
@media only screen and (max-width: 360px) {
  .ui-dialog {
    width: 250px !important;
  }
}
#dashboard-highlightvideo input[type="checkbox"] + label {
  position: relative;
  padding-left: 8px;
  cursor: pointer;
}
#dashboard-highlightvideo input[type="checkbox"] {
  opacity: 0;
}
#dashboard-highlightvideo input[type="checkbox"] + label:before {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 15px;
  top: 1px;
  left: -16px;
  background: white;
  border: 1px solid #535353;
  color: #009fe3;
  border-radius: 3px;
  padding: 0 !important;
  content: '';
}
#dashboard-highlightvideo input[type="checkbox"] + label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: -13px;
  border: 3px solid #009fe3;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  cursor: pointer;
}
#dashboard-highlightvideo input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
#dashboard-highlightvideo input[type="checkbox"]:focus + label {
  outline: 1px dotted black;
}
#dashboard-highlightvideo .page-content {
  padding: 20px 30px;
}
#dashboard-highlightvideo .dialogbox-buttons {
  text-align: right;
}
#dashboard-highlightvideo .dialogbox-buttons .leftButton {
  margin-right: 20px;
}
#dashboard-highlightvideo .dialogbox-buttons .leftButton .fa {
  margin-right: 5px;
}
#dashboard-highlightvideo .dialogbox #canvasloader-container {
  position: absolute;
  left: 30px;
  top: 14px;
}
#dashboard-highlightvideo .dialogbox #shareLinkInputfield {
  width: 390px;
  height: 40px;
  font-size: 20px;
}
#dashboard-highlightvideo .dialogbox #copyToClipboardDone {
  display: none;
  color: #25b572;
  font-size: 12px;
  margin-bottom: -26px;
  float: right;
}
#dashboard-highlightvideo #onBoardingContainer #onBoardingDialog {
  border-radius: 4px;
  position: absolute;
  z-index: 999;
  background: #fcfcfc;
  max-width: 341px;
  padding: 19px 20px 16px 20px;
}
#dashboard-highlightvideo #onBoardingContainer #onBoardingDialog #onBoardingDialog-actions-next {
  cursor: pointer;
  color: #009FE3;
  float: right;
}
#dashboard-highlightvideo #onBoardingContainer #onBoardingDialog:before {
  background-color: #fcfcfc;
  content: ' ';
  position: absolute;
  bottom: -9px;
  right: calc(50% - 9px);
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-top: transparent;
  border-left: transparent;
  overflow: hidden;
}
#dashboard-highlightvideo #onBoardingContainer .closeBtn {
  color: #009FE3;
  position: absolute;
  cursor: pointer;
  padding: 10px 14px;
  top: 0px;
  right: 0px;
}
#dashboard-highlightvideo #onBoardingContainer #onBoardingOverlay {
  background: black;
  opacity: 0.8;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
}
#dashboard-highlightvideo .fade-out-magic {
  position: absolute;
  z-index: 2;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 78px;
  border-radius: 4px;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
#dashboard-highlightvideo .jwplayer.jw-skin-rapidusertests .jw-slider-time,
#dashboard-highlightvideo .jwplayer.jw-skin-rapidusertests .jw-text-duration,
#dashboard-highlightvideo .jwplayer.jw-skin-rapidusertests .jw-text-elapsed {
  display: none !important;
}
#dashboard-highlightvideo .sortable {
  background-color: #f8f8f8;
}
#dashboard-highlightvideo .sortable-ghost {
  border: 1px dashed #009FE3 !important;
  border-radius: 4px !important;
  background: #E5F1F6 !important;
  box-shadow: 0px 0px 3px 0px #26a6e5 !important;
  -webkit-box-shadow: 0px 0px 3px 0px #26a6e5 !important;
  -moz-box-shadow: 0px 0px 3px 0px #26a6e5 !important;
}
#dashboard-highlightvideo .sortable-ghost .fade-out-magic {
  background: #E5F1F6 !important;
}
#dashboard-highlightvideo #video_preview {
  height: 460px !important;
  color: #fff;
  position: relative;
}
#dashboard-highlightvideo #exportBtn {
  font-size: 14px;
  cursor: pointer;
  margin-right: 29px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
#dashboard-highlightvideo #shareBtn .fa {
  font-size: 14px;
  margin-right: 7px;
}
#dashboard-highlightvideo #video_player_overlay {
  z-index: 100;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  background: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  display: table;
}
#dashboard-highlightvideo #video_player_overlay span {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  font-size: 24px;
  line-height: 28px;
}
#dashboard-highlightvideo #clipInfo_tester {
  margin-top: 9px;
  font-size: 11px;
}
#dashboard-highlightvideo #clipInfo_tester .fa {
  font-size: 10px;
  margin-right: 3px;
}
#dashboard-highlightvideo #clipInfo_comment {
  height: 45px;
  overflow: hidden;
}
#dashboard-highlightvideo .comment {
  font-style: italic;
}
#dashboard-highlightvideo .clip_long {
  height: 78px;
  width: 272px;
}
#dashboard-highlightvideo .clip_long .drag_handle {
  height: 78px;
}
#dashboard-highlightvideo .clip_long .drag_handle img {
  margin-top: 25px;
}
#dashboard-highlightvideo .clip_short {
  height: 60px;
}
#dashboard-highlightvideo .clip_short .drag_handle {
  height: 60px;
}
#dashboard-highlightvideo .clip_short .drag_handle img {
  margin-top: 17px;
}
#dashboard-highlightvideo #clipCount {
  margin-left: 5px;
}
#dashboard-highlightvideo #clipList {
  height: 565px;
  width: 297px;
  overflow-y: scroll;
}
#dashboard-highlightvideo #clipList .clip_long {
  display: block;
}
#dashboard-highlightvideo #clipList .clip_short {
  display: none;
}
#dashboard-highlightvideo #clipList .comment {
  margin-top: -4px;
}
#dashboard-highlightvideo #clipList .tester_info {
  font-size: 11px;
  margin-top: -4px;
}
#dashboard-highlightvideo #clipList .ui-sortable-placeholder {
  height: 76px !important;
  width: 270px !important;
}
#dashboard-highlightvideo #highlight_video_container {
  border: 1px solid #CCCCCC;
  background-color: #F8F8F8;
  padding: 8px 8px 0px 8px;
  clear: both;
}
#dashboard-highlightvideo #highlight_video_container.onboarding-isShown {
  position: relative;
  z-index: 999;
}
#dashboard-highlightvideo .text_overflow_hidden {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
  width: 250px;
}
#dashboard-highlightvideo .category {
  font-weight: 600;
}
#dashboard-highlightvideo .category,
#dashboard-highlightvideo .priority,
#dashboard-highlightvideo #clipInfo_priority,
#dashboard-highlightvideo #clipInfo_category {
  display: inline;
}
#dashboard-highlightvideo #hlList {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  min-height: 89px;
}
#dashboard-highlightvideo #hlList .category,
#dashboard-highlightvideo #hlList .comment {
  font-size: 12px;
}
#dashboard-highlightvideo #hlList .comment {
  margin-top: -4px;
}
#dashboard-highlightvideo #hlList .tester_info {
  font-size: 11px;
  margin-top: -2px;
}
#dashboard-highlightvideo #hlList .text_overflow_hidden {
  width: 129px;
  display: block;
}
#dashboard-highlightvideo #hlList .fade-out-magic {
  height: 60px;
}
#dashboard-highlightvideo #hlList .clip {
  width: 150px;
}
#dashboard-highlightvideo #hlList .clip_long {
  display: none;
}
#dashboard-highlightvideo #hlList .clip_short {
  display: block;
}
#dashboard-highlightvideo #hlList .clip_short .category {
  display: inline-block;
}
#dashboard-highlightvideo #hlList .clip_short_info {
  width: 130px;
  display: inline-block;
}
#dashboard-highlightvideo #hlList .ui-sortable-placeholder {
  height: 56px !important;
}
#dashboard-highlightvideo #hlList.clip_indikator {
  background-image: url('/images/front/customer/dashboard/clip_indikator.png');
  background-repeat: no-repeat;
  background-position: 59px 7px;
  background-size: 148px 58px;
}
#dashboard-highlightvideo #hlList.clip_indikator.en {
  background-image: url('/images/front/customer/dashboard/clip_indikator_en.png');
}
#dashboard-highlightvideo .clip,
#dashboard-highlightvideo .foil,
#dashboard-highlightvideo .brandingFoil {
  position: relative;
  border-radius: 4px;
  background-color: #fff;
  margin: 5px 3px;
  border: 1px solid #CCCCCC;
  min-height: 20px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.18);
}
#dashboard-highlightvideo .drag_handle {
  display: inline-block;
  cursor: move;
  width: 16px;
  vertical-align: top;
  border-right: 1px solid #CCCCCC;
  border-radius: 4px 0 0 4px;
  background-color: #E0E0E0;
}
#dashboard-highlightvideo .drag_handle img {
  margin-left: 2px;
}
#dashboard-highlightvideo .clip.active,
#dashboard-highlightvideo .foil.active,
#dashboard-highlightvideo .brandingFoil.active {
  border: 1px solid #009fe3;
  box-shadow: 0px 0px 3px 0px #26a6e5;
  -webkit-box-shadow: 0px 0px 3px 0px #26a6e5;
  -moz-box-shadow: 0px 0px 3px 0px #26a6e5;
}
#dashboard-highlightvideo .foil,
#dashboard-highlightvideo .brandingFoil {
  width: 46px;
  height: 60px;
}
#dashboard-highlightvideo .foil .foilIcon,
#dashboard-highlightvideo .brandingFoil .foilIcon {
  font-size: 14px;
  margin-top: 24px;
  margin-left: 5px;
}
#dashboard-highlightvideo .foil .drag_handle,
#dashboard-highlightvideo .brandingFoil .drag_handle {
  height: 60px;
}
#dashboard-highlightvideo .foil .drag_handle img,
#dashboard-highlightvideo .brandingFoil .drag_handle img {
  margin-top: 17px;
}
#dashboard-highlightvideo .brandingFoilLock {
  font-size: 12px;
  color: #979797;
  position: absolute;
  right: 4px;
  top: 4px;
}
#dashboard-highlightvideo .brandingFoilImg {
  width: 22px;
  margin-top: 19px;
  margin-left: 12px;
}
#dashboard-highlightvideo .ui-sortable-placeholder {
  visibility: visible !important;
  border-style: dashed !important;
  text-align: center !important;
  border: 2px dashed #009FE3 !important;
  background-color: #E5F1F6 !important;
}
#dashboard-highlightvideo .clip_long_info {
  display: inline-block;
  width: 250px;
  padding: 6px 0px;
}
#dashboard-highlightvideo #action-bar {
  float: right;
}
#dashboard-highlightvideo .page-content .green-button {
  height: 35px;
}
#dashboard-highlightvideo #rightModule {
  vertical-align: top;
  display: inline-block;
  float: right;
  width: 810px;
}
#dashboard-highlightvideo #clips_container {
  height: 593px;
  width: 298px;
  display: inline-block;
  border: 1px solid #CCCCCC;
  background-color: #f8f8f8;
  overflow: hidden;
}
#dashboard-highlightvideo #clips_title {
  margin-left: 10px;
  margin-top: 6px;
}
#dashboard-highlightvideo #editAnnotation {
  margin-top: 10px;
}
#dashboard-highlightvideo #editAnnotation .tagify-container {
  margin-top: 10px;
}
#dashboard-highlightvideo #editAnnotation .tagify-container .customLook {
  max-width: 100%;
  max-height: 60px;
}
#dashboard-highlightvideo #editAnnotation .tagify-container .tag-set {
  max-width: 100%;
  margin-bottom: 10px;
}
#dashboard-highlightvideo #cancelClipEditMode {
  float: right;
  line-height: 35px;
  margin-right: 20px;
  cursor: pointer;
}
#dashboard-highlightvideo #editFoil input {
  font-size: 14px;
  font-family: inherit;
  padding: 3px 0px 2px 5px;
  width: 330px;
  border: 1px solid #979797;
  border-radius: 3px;
  height: 19px;
}
#dashboard-highlightvideo #editFoil #foilEdit_input_firstLine {
  display: block;
  margin-bottom: 9px;
}
#dashboard-highlightvideo #editFoil .current_foil_info {
  font-size: 12px;
  margin-top: 9px;
  margin-bottom: 8px;
}
#dashboard-highlightvideo #editFoil #deleteFoilContainer {
  color: #009FE3;
  float: right;
  cursor: pointer;
}
#dashboard-highlightvideo #editFoil #deleteFoilIcon {
  margin-right: 5px;
}
#dashboard-highlightvideo #hl_title {
  background: #f8f8f8;
}
#dashboard-highlightvideo #addNewFoil {
  float: right;
}
#dashboard-highlightvideo #addNewFoil .foilIcon {
  margin-right: 5px;
}
#dashboard-highlightvideo #foil_template {
  display: none !important;
  opacity: 0 !important;
}
#dashboard-highlightvideo #compositionSaveBtn {
  margin-right: 10px;
}
#dashboard-highlightvideo #playFullHLVideo {
  color: #009FE3;
  margin-left: 20px;
  margin-right: 10px;
  display: inline-block;
  width: 125px;
}
#dashboard-highlightvideo #editClipLink {
  color: #009FE3;
  float: right;
  cursor: pointer;
}
#dashboard-highlightvideo #editClipIcon {
  margin-right: 5px;
}
#dashboard-highlightvideo #txtComment {
  width: 792px;
  min-width: 792px;
  max-width: 792px;
  height: 37px;
  min-height: 37px;
  margin-top: 8px;
  padding: 5px 8px 2px 8px;
  vertical-align: top;
  font-style: italic;
  font-size: 14px;
  border: 1px solid #E0E0E0;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
}
#dashboard-highlightvideo #txtCategory {
  margin-right: 25px;
  vertical-align: top;
  width: 125px;
  height: 30px;
  border: 1px solid #E0E0E0;
  padding-left: 7px;
  font-size: 14px;
  border-radius: 3px 0 0 3px;
  font-weight: bold;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
}
#dashboard-highlightvideo #clip_start,
#dashboard-highlightvideo #clip_end {
  margin-right: 10px;
  width: 70px;
  height: 30px;
  border: 1px solid #E0E0E0;
  font-size: 14px;
  border-radius: 3px 0 0 3px;
  font-weight: bold;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}
#dashboard-highlightvideo #drpPriority {
  margin-right: 10px;
  width: 125px;
  vertical-align: top;
  height: 34.5px;
  border: 1px solid #E0E0E0;
  font-size: 14px;
  color: #333333;
  padding-left: 5px;
  border-radius: 3px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}
@media only screen and (max-width: 1365px) {
  #dashboard-highlightvideo #rightModule {
    width: 672px;
  }
  #dashboard-highlightvideo #clips_container {
    height: 480px;
  }
  #dashboard-highlightvideo #clipList {
    height: 452px;
  }
  #dashboard-highlightvideo #video_preview {
    height: 382px !important;
  }
  #dashboard-highlightvideo #video_preview #video_player_overlay span {
    font-size: 21px;
  }
  #dashboard-highlightvideo #txtComment {
    width: 654px;
    max-width: 654px;
    min-width: 654px;
  }
}
.sideNavigationWrapper .left-menu {
  width: 280px;
  position: absolute;
  z-index: 9;
}
.sideNavigationWrapper .left-menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.sideNavigationWrapper .left-menu ul.sidenav {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 10px 8px 0px rgba(121, 121, 121, 0.1);
  margin-top: 15px;
}
.sideNavigationWrapper .left-menu ul.sidenav li {
  position: relative;
  height: 46px;
}
.sideNavigationWrapper .left-menu ul.sidenav li a {
  display: block;
  line-height: 46px;
  height: 46px;
  text-decoration: none;
  color: #333;
}
.sideNavigationWrapper .left-menu ul.sidenav li a .fa-list-icon-left {
  margin-right: 10px;
  width: 18px;
  margin-left: 20px;
}
.sideNavigationWrapper .left-menu ul.sidenav li a .fa-angle-right {
  line-height: 50px;
  font-size: 18px;
  float: right;
  width: 0%;
  position: relative;
  right: 20px;
}
.sideNavigationWrapper .left-menu ul.sidenav li a:hover {
  color: #009fe3;
  font-weight: bold;
}
.sideNavigationWrapper .left-menu ul.sidenav li.active a {
  color: #009fe3;
  font-weight: bold;
}
.sideNavigationWrapper .left-menu-compressed {
  width: 60px;
  background-color: #ffffff;
  box-shadow: 0px 10px 8px 0px rgba(121, 121, 121, 0.3);
  border-radius: 5px;
  position: absolute;
  top: 90px;
  z-index: 99;
}
.sideNavigationWrapper .left-menu-compressed .menu-title {
  width: 100%;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
}
.sideNavigationWrapper .left-menu-compressed .sidenav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.sideNavigationWrapper .left-menu-compressed .sidenav:hover .menuDesc {
  transition: width 0.2s ease-in-out;
  width: 220px;
}
.sideNavigationWrapper .left-menu-compressed .sidenav li {
  position: relative;
  height: 46px;
}
.sideNavigationWrapper .left-menu-compressed .sidenav li a {
  display: block;
  line-height: 46px;
  text-align: center;
  height: 46px;
}
.sideNavigationWrapper .left-menu-compressed .sidenav li a .menuLogo {
  color: #333333;
  text-align: center;
  font-size: inherit;
}
.sideNavigationWrapper .left-menu-compressed .sidenav li a .menuLogo .fa {
  min-width: 30px;
}
.sideNavigationWrapper .left-menu-compressed .sidenav li a .menuDesc {
  height: 46px;
  position: absolute;
  background-color: white;
  width: 0;
  text-align: left;
  margin-left: 10px;
  color: #333333;
  top: 0;
  left: 40px;
  overflow: hidden;
  white-space: nowrap;
  box-shadow: 8px 10px 8px 0px rgba(121, 121, 121, 0.3);
  z-index: 9999999;
}
.sideNavigationWrapper .left-menu-compressed .sidenav li a .menuDesc .fa-angle-right {
  line-height: 40px;
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 5px;
}
.sideNavigationWrapper .left-menu-compressed .sidenav li:first-child .menuDesc {
  border-radius: 0 5px 0 0;
}
.sideNavigationWrapper .left-menu-compressed .sidenav li:last-child .menuDesc {
  border-radius: 0 0 5px 0;
}
.sideNavigationWrapper .left-menu-compressed .sidenav li:hover a {
  color: #009fe3;
}
.sideNavigationWrapper .left-menu-compressed .sidenav li:hover a .menuLogo {
  color: #009fe3;
}
.sideNavigationWrapper .left-menu-compressed .sidenav li:hover a .menuDesc {
  color: #009fe3;
  font-weight: bold;
}
.sideNavigationWrapper .left-menu-compressed .sidenav .active a {
  color: #009fe3;
}
.sideNavigationWrapper .left-menu-compressed .sidenav .active a .menuLogo {
  color: #009fe3;
}
.sideNavigationWrapper .left-menu-compressed .sidenav .active a .menuDesc {
  color: #009fe3;
  font-weight: bold;
}
#modRutModerator,
#modRutTester,
#modRutObserver,
#meetingRoom,
#guerillaModerator,
#guerillaObserver,
#inhouseModerator,
#inhouseObserver {
  min-height: 564px;
  padding: 48px;
}
#modRutModerator .device-wrapper label::before,
#modRutTester .device-wrapper label::before,
#modRutObserver .device-wrapper label::before,
#meetingRoom .device-wrapper label::before,
#guerillaModerator .device-wrapper label::before,
#guerillaObserver .device-wrapper label::before,
#inhouseModerator .device-wrapper label::before,
#inhouseObserver .device-wrapper label::before {
  display: none;
}
#modRutModerator .device-wrapper label::after,
#modRutTester .device-wrapper label::after,
#modRutObserver .device-wrapper label::after,
#meetingRoom .device-wrapper label::after,
#guerillaModerator .device-wrapper label::after,
#guerillaObserver .device-wrapper label::after,
#inhouseModerator .device-wrapper label::after,
#inhouseObserver .device-wrapper label::after {
  display: none;
}
#modRutModerator .outsite-content-area,
#modRutTester .outsite-content-area,
#modRutObserver .outsite-content-area,
#meetingRoom .outsite-content-area,
#guerillaModerator .outsite-content-area,
#guerillaObserver .outsite-content-area,
#inhouseModerator .outsite-content-area,
#inhouseObserver .outsite-content-area {
  position: absolute;
  top: -42px;
  right: 0px;
  width: 100%;
}
#modRutModerator .backToDashboard,
#modRutTester .backToDashboard,
#modRutObserver .backToDashboard,
#meetingRoom .backToDashboard,
#guerillaModerator .backToDashboard,
#guerillaObserver .backToDashboard,
#inhouseModerator .backToDashboard,
#inhouseObserver .backToDashboard {
  height: 36px;
  line-height: 36px;
  float: left;
}
#modRutModerator .feedback-textarea,
#modRutTester .feedback-textarea,
#modRutObserver .feedback-textarea,
#meetingRoom .feedback-textarea,
#guerillaModerator .feedback-textarea,
#guerillaObserver .feedback-textarea,
#inhouseModerator .feedback-textarea,
#inhouseObserver .feedback-textarea {
  width: 324px;
  height: 80px;
  resize: vertical;
  margin-top: 16px;
}
#modRutModerator .feedback-wrapper,
#modRutTester .feedback-wrapper,
#modRutObserver .feedback-wrapper,
#meetingRoom .feedback-wrapper,
#guerillaModerator .feedback-wrapper,
#guerillaObserver .feedback-wrapper,
#inhouseModerator .feedback-wrapper,
#inhouseObserver .feedback-wrapper {
  position: absolute;
  left: 0px;
  top: 68px;
  width: 330px;
  padding: 10px;
  text-align: left;
  border-radius: 3px;
  border: 1px solid #F0F0F0;
  box-shadow: 2px 2px 5px #CCC;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  -moz-box-shadow: 2px 2px 5px #ccc;
  background-color: #FCFCFC;
  z-index: 999;
}
#modRutModerator .feedback-wrapper .feedback-button,
#modRutTester .feedback-wrapper .feedback-button,
#modRutObserver .feedback-wrapper .feedback-button,
#meetingRoom .feedback-wrapper .feedback-button,
#guerillaModerator .feedback-wrapper .feedback-button,
#guerillaObserver .feedback-wrapper .feedback-button,
#inhouseModerator .feedback-wrapper .feedback-button,
#inhouseObserver .feedback-wrapper .feedback-button {
  margin-top: 8px;
  height: 24px;
  margin-left: 10px;
  font-size: 13px;
}
#modRutModerator .feedback-wrapper .closeIcon,
#modRutTester .feedback-wrapper .closeIcon,
#modRutObserver .feedback-wrapper .closeIcon,
#meetingRoom .feedback-wrapper .closeIcon,
#guerillaModerator .feedback-wrapper .closeIcon,
#guerillaObserver .feedback-wrapper .closeIcon,
#inhouseModerator .feedback-wrapper .closeIcon,
#inhouseObserver .feedback-wrapper .closeIcon {
  color: #009FE3;
  position: absolute;
  right: 7px;
  top: 7px;
  font-size: 12px;
  cursor: pointer;
}
#modRutModerator .dialogbox,
#modRutTester .dialogbox,
#modRutObserver .dialogbox,
#meetingRoom .dialogbox,
#guerillaModerator .dialogbox,
#guerillaObserver .dialogbox,
#inhouseModerator .dialogbox,
#inhouseObserver .dialogbox {
  width: 674px !important;
  margin-top: -260px !important;
  margin-left: -337px !important;
}
#modRutModerator .dialogbox-header,
#modRutTester .dialogbox-header,
#modRutObserver .dialogbox-header,
#meetingRoom .dialogbox-header,
#guerillaModerator .dialogbox-header,
#guerillaObserver .dialogbox-header,
#inhouseModerator .dialogbox-header,
#inhouseObserver .dialogbox-header {
  line-height: 40px !important;
  padding: 48px 48px 16px 48px !important;
}
#modRutModerator .dialogbox-header .dialogbox-closeBtn,
#modRutTester .dialogbox-header .dialogbox-closeBtn,
#modRutObserver .dialogbox-header .dialogbox-closeBtn,
#meetingRoom .dialogbox-header .dialogbox-closeBtn,
#guerillaModerator .dialogbox-header .dialogbox-closeBtn,
#guerillaObserver .dialogbox-header .dialogbox-closeBtn,
#inhouseModerator .dialogbox-header .dialogbox-closeBtn,
#inhouseObserver .dialogbox-header .dialogbox-closeBtn {
  line-height: 40px !important;
  right: 16px !important;
}
#modRutModerator .dialogbox-header .dialogbox-title,
#modRutTester .dialogbox-header .dialogbox-title,
#modRutObserver .dialogbox-header .dialogbox-title,
#meetingRoom .dialogbox-header .dialogbox-title,
#guerillaModerator .dialogbox-header .dialogbox-title,
#guerillaObserver .dialogbox-header .dialogbox-title,
#inhouseModerator .dialogbox-header .dialogbox-title,
#inhouseObserver .dialogbox-header .dialogbox-title {
  font-family: Bariol;
  font-size: 26px;
  text-align: left;
}
#modRutModerator .dialogbox-content,
#modRutTester .dialogbox-content,
#modRutObserver .dialogbox-content,
#meetingRoom .dialogbox-content,
#guerillaModerator .dialogbox-content,
#guerillaObserver .dialogbox-content,
#inhouseModerator .dialogbox-content,
#inhouseObserver .dialogbox-content {
  max-height: 350px !important;
  padding: 16px 48px 48px 48px !important;
}
#modRutModerator .dialogbox-buttons,
#modRutTester .dialogbox-buttons,
#modRutObserver .dialogbox-buttons,
#meetingRoom .dialogbox-buttons,
#guerillaModerator .dialogbox-buttons,
#guerillaObserver .dialogbox-buttons,
#inhouseModerator .dialogbox-buttons,
#inhouseObserver .dialogbox-buttons {
  padding: 16px 48px 48px 48px !important;
}
#modRutModerator .participantsPopup,
#modRutTester .participantsPopup,
#modRutObserver .participantsPopup,
#meetingRoom .participantsPopup,
#guerillaModerator .participantsPopup,
#guerillaObserver .participantsPopup,
#inhouseModerator .participantsPopup,
#inhouseObserver .participantsPopup {
  position: absolute;
  top: 50px;
  background: #FCFCFC;
  box-shadow: 0px 3px 3px #00000029;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  padding: 16px;
  z-index: 101;
}
#modRutModerator .participantsPopup .nameLabel,
#modRutTester .participantsPopup .nameLabel,
#modRutObserver .participantsPopup .nameLabel,
#meetingRoom .participantsPopup .nameLabel,
#guerillaModerator .participantsPopup .nameLabel,
#guerillaObserver .participantsPopup .nameLabel,
#inhouseModerator .participantsPopup .nameLabel,
#inhouseObserver .participantsPopup .nameLabel {
  display: inline;
  line-height: 20px;
  font-size: 12px;
}
#modRutModerator .participantsPopup:before,
#modRutTester .participantsPopup:before,
#modRutObserver .participantsPopup:before,
#meetingRoom .participantsPopup:before,
#guerillaModerator .participantsPopup:before,
#guerillaObserver .participantsPopup:before,
#inhouseModerator .participantsPopup:before,
#inhouseObserver .participantsPopup:before {
  content: ' ';
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background: #f8f8f8;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  z-index: 99;
  top: -9px;
  left: 94px;
  border-bottom: 1px solid #DCDCDC;
  border-left: 1px solid #DCDCDC;
}
#modRutModerator .nameInputField,
#modRutTester .nameInputField,
#modRutObserver .nameInputField,
#meetingRoom .nameInputField,
#guerillaModerator .nameInputField,
#guerillaObserver .nameInputField,
#inhouseModerator .nameInputField,
#inhouseObserver .nameInputField {
  width: 308px;
  height: 18px;
  border: 1px solid #ABABAB;
  border-radius: 2px;
  margin-bottom: 16px;
  padding: 8px 16px;
}
#modRutModerator .warning-box:before,
#modRutTester .warning-box:before,
#modRutObserver .warning-box:before,
#meetingRoom .warning-box:before,
#guerillaModerator .warning-box:before,
#guerillaObserver .warning-box:before,
#inhouseModerator .warning-box:before,
#inhouseObserver .warning-box:before {
  content: '\f06a';
}
#modRutModerator .warning-box,
#modRutTester .warning-box,
#modRutObserver .warning-box,
#meetingRoom .warning-box,
#guerillaModerator .warning-box,
#guerillaObserver .warning-box,
#inhouseModerator .warning-box,
#inhouseObserver .warning-box {
  width: 536px;
}
#modRutModerator #chat,
#modRutTester #chat,
#modRutObserver #chat,
#meetingRoom #chat,
#guerillaModerator #chat,
#guerillaObserver #chat,
#inhouseModerator #chat,
#inhouseObserver #chat {
  position: relative;
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 13px #33333340;
  border: 1px solid #DCDCDC;
  border-radius: 2px;
  width: 79%;
  margin: 0 auto;
}
#modRutModerator #chat.with-cam,
#modRutTester #chat.with-cam,
#modRutObserver #chat.with-cam,
#meetingRoom #chat.with-cam,
#guerillaModerator #chat.with-cam,
#guerillaObserver #chat.with-cam,
#inhouseModerator #chat.with-cam,
#inhouseObserver #chat.with-cam {
  margin: 0 22px;
}
#modRutModerator #chat .newMessages,
#modRutTester #chat .newMessages,
#modRutObserver #chat .newMessages,
#meetingRoom #chat .newMessages,
#guerillaModerator #chat .newMessages,
#guerillaObserver #chat .newMessages,
#inhouseModerator #chat .newMessages,
#inhouseObserver #chat .newMessages {
  width: 8px;
  height: 8px;
  background: #009FE3;
  display: inline-block;
  border-radius: 50%;
}
#modRutModerator #chat #chat-message-container,
#modRutTester #chat #chat-message-container,
#modRutObserver #chat #chat-message-container,
#meetingRoom #chat #chat-message-container,
#guerillaModerator #chat #chat-message-container,
#guerillaObserver #chat #chat-message-container,
#inhouseModerator #chat #chat-message-container,
#inhouseObserver #chat #chat-message-container {
  height: 184px;
  border: 1px solid #DCDCDC;
  margin-top: 16px;
  margin-bottom: 16px;
  background: #fff;
}
#modRutModerator #chat #chat-message-input,
#modRutTester #chat #chat-message-input,
#modRutObserver #chat #chat-message-input,
#meetingRoom #chat #chat-message-input,
#guerillaModerator #chat #chat-message-input,
#guerillaObserver #chat #chat-message-input,
#inhouseModerator #chat #chat-message-input,
#inhouseObserver #chat #chat-message-input {
  width: 86%;
  height: 32px;
  color: #333;
  font-size: 14px;
  border: 1px #009fe3 solid;
  border-radius: 3px;
  height: 26px;
  padding: 4px;
  padding-left: 4px;
  padding-left: 10px;
}
#modRutModerator #chat .sendButton,
#modRutTester #chat .sendButton,
#modRutObserver #chat .sendButton,
#meetingRoom #chat .sendButton,
#guerillaModerator #chat .sendButton,
#guerillaObserver #chat .sendButton,
#inhouseModerator #chat .sendButton,
#inhouseObserver #chat .sendButton {
  height: 36px;
  float: right;
}
#modRutModerator #chat .typing-row,
#modRutTester #chat .typing-row,
#modRutObserver #chat .typing-row,
#meetingRoom #chat .typing-row,
#guerillaModerator #chat .typing-row,
#guerillaObserver #chat .typing-row,
#inhouseModerator #chat .typing-row,
#inhouseObserver #chat .typing-row {
  display: inline-block;
}
#modRutModerator #chat .closeIcon,
#modRutTester #chat .closeIcon,
#modRutObserver #chat .closeIcon,
#meetingRoom #chat .closeIcon,
#guerillaModerator #chat .closeIcon,
#guerillaObserver #chat .closeIcon,
#inhouseModerator #chat .closeIcon,
#inhouseObserver #chat .closeIcon {
  font-size: 18px;
  position: absolute;
  right: 16px;
  top: 16px;
  color: #009FE3;
  cursor: pointer;
}
#modRutModerator #chat .chatChannelTab,
#modRutTester #chat .chatChannelTab,
#modRutObserver #chat .chatChannelTab,
#meetingRoom #chat .chatChannelTab,
#guerillaModerator #chat .chatChannelTab,
#guerillaObserver #chat .chatChannelTab,
#inhouseModerator #chat .chatChannelTab,
#inhouseObserver #chat .chatChannelTab {
  display: inline-block;
  border: 1px solid #dcdcdc;
  border-bottom: none;
  width: 100px;
  line-height: 32px;
  text-align: center;
  margin-right: 12px;
  color: #009FE3;
  cursor: pointer;
}
#modRutModerator #chat .chatChannelTab.active,
#modRutTester #chat .chatChannelTab.active,
#modRutObserver #chat .chatChannelTab.active,
#meetingRoom #chat .chatChannelTab.active,
#guerillaModerator #chat .chatChannelTab.active,
#guerillaObserver #chat .chatChannelTab.active,
#inhouseModerator #chat .chatChannelTab.active,
#inhouseObserver #chat .chatChannelTab.active {
  background: #fff;
  font-weight: bold;
  color: #333333;
  cursor: default;
}
#modRutModerator #chat:before,
#modRutTester #chat:before,
#modRutObserver #chat:before,
#meetingRoom #chat:before,
#guerillaModerator #chat:before,
#guerillaObserver #chat:before,
#inhouseModerator #chat:before,
#inhouseObserver #chat:before {
  content: ' ';
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background: #f8f8f8;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  z-index: 99;
  top: -9px;
  right: 128px;
  border-bottom: 1px solid #DCDCDC;
  border-left: 1px solid #DCDCDC;
}
#modRutModerator #chat.with-cam:befor,
#modRutTester #chat.with-cam:befor,
#modRutObserver #chat.with-cam:befor,
#meetingRoom #chat.with-cam:befor,
#guerillaModerator #chat.with-cam:befor,
#guerillaObserver #chat.with-cam:befor,
#inhouseModerator #chat.with-cam:befor,
#inhouseObserver #chat.with-cam:befor {
  right: 150px;
}
#modRutModerator .chatObserver:before,
#modRutTester .chatObserver:before,
#modRutObserver .chatObserver:before,
#meetingRoom .chatObserver:before,
#guerillaModerator .chatObserver:before,
#guerillaObserver .chatObserver:before,
#inhouseModerator .chatObserver:before,
#inhouseObserver .chatObserver:before {
  right: 37px !important;
}
#modRutModerator #betaInfoBox,
#modRutTester #betaInfoBox,
#modRutObserver #betaInfoBox,
#meetingRoom #betaInfoBox,
#guerillaModerator #betaInfoBox,
#guerillaObserver #betaInfoBox,
#inhouseModerator #betaInfoBox,
#inhouseObserver #betaInfoBox {
  position: relative;
  padding: 32px 32px 32px 64px;
  background: #f8f8f8;
  margin-top: 32px;
}
#modRutModerator #betaInfoBox:before,
#modRutTester #betaInfoBox:before,
#modRutObserver #betaInfoBox:before,
#meetingRoom #betaInfoBox:before,
#guerillaModerator #betaInfoBox:before,
#guerillaObserver #betaInfoBox:before,
#inhouseModerator #betaInfoBox:before,
#inhouseObserver #betaInfoBox:before {
  font-family: 'FontAwesome';
  content: '\f040';
  font-size: 20px;
  position: absolute;
  left: 32px;
  margin: auto 0;
  height: 22px;
  top: 0px;
  bottom: 0px;
}
#modRutModerator #endSession,
#modRutTester #endSession,
#modRutObserver #endSession,
#meetingRoom #endSession,
#guerillaModerator #endSession,
#guerillaObserver #endSession,
#inhouseModerator #endSession,
#inhouseObserver #endSession {
  float: left;
  height: 36px;
  line-height: 36px;
  color: #009FE3;
}
#modRutModerator .step,
#modRutTester .step,
#modRutObserver .step,
#meetingRoom .step,
#guerillaModerator .step,
#guerillaObserver .step,
#inhouseModerator .step,
#inhouseObserver .step {
  background: #f8f8f8;
  padding: 48px;
}
#modRutModerator .green-button,
#modRutTester .green-button,
#modRutObserver .green-button,
#meetingRoom .green-button,
#guerillaModerator .green-button,
#guerillaObserver .green-button,
#inhouseModerator .green-button,
#inhouseObserver .green-button,
#modRutModerator .inactive-button,
#modRutTester .inactive-button,
#modRutObserver .inactive-button,
#meetingRoom .inactive-button,
#guerillaModerator .inactive-button,
#guerillaObserver .inactive-button,
#inhouseModerator .inactive-button,
#inhouseObserver .inactive-button {
  height: 36px;
}
#modRutModerator .stepTitle,
#modRutTester .stepTitle,
#modRutObserver .stepTitle,
#meetingRoom .stepTitle,
#guerillaModerator .stepTitle,
#guerillaObserver .stepTitle,
#inhouseModerator .stepTitle,
#inhouseObserver .stepTitle {
  font-size: 26px;
  font-weight: bold;
  font-family: 'Bariol';
  margin-bottom: 32px;
}
#modRutModerator .stepSubtitle,
#modRutTester .stepSubtitle,
#modRutObserver .stepSubtitle,
#meetingRoom .stepSubtitle,
#guerillaModerator .stepSubtitle,
#guerillaObserver .stepSubtitle,
#inhouseModerator .stepSubtitle,
#inhouseObserver .stepSubtitle {
  margin-bottom: 32px;
}
#modRutModerator .stepExtraTip,
#modRutTester .stepExtraTip,
#modRutObserver .stepExtraTip,
#meetingRoom .stepExtraTip,
#guerillaModerator .stepExtraTip,
#guerillaObserver .stepExtraTip,
#inhouseModerator .stepExtraTip,
#inhouseObserver .stepExtraTip {
  margin-top: -16px;
  margin-bottom: 32px;
}
#modRutModerator .readyBox,
#modRutTester .readyBox,
#modRutObserver .readyBox,
#meetingRoom .readyBox,
#guerillaModerator .readyBox,
#guerillaObserver .readyBox,
#inhouseModerator .readyBox,
#inhouseObserver .readyBox {
  background: #fff;
  border: 1px solid #e4e4e4;
  margin-bottom: 16px;
  line-height: 42px;
  padding-left: 16px;
}
#modRutModerator .troubleLink,
#modRutTester .troubleLink,
#modRutObserver .troubleLink,
#meetingRoom .troubleLink,
#guerillaModerator .troubleLink,
#guerillaObserver .troubleLink,
#inhouseModerator .troubleLink,
#inhouseObserver .troubleLink {
  margin-left: 14px;
}
#modRutModerator .infoText,
#modRutTester .infoText,
#modRutObserver .infoText,
#meetingRoom .infoText,
#guerillaModerator .infoText,
#guerillaObserver .infoText,
#inhouseModerator .infoText,
#inhouseObserver .infoText {
  font-size: 12px;
  margin-top: 8px;
}
#modRutModerator .step5-block,
#modRutTester .step5-block,
#modRutObserver .step5-block,
#meetingRoom .step5-block,
#guerillaModerator .step5-block,
#guerillaObserver .step5-block,
#inhouseModerator .step5-block,
#inhouseObserver .step5-block {
  background: #f8f8f8;
  padding: 32px;
}
#modRutModerator .step5-block .step5-block-label,
#modRutTester .step5-block .step5-block-label,
#modRutObserver .step5-block .step5-block-label,
#meetingRoom .step5-block .step5-block-label,
#guerillaModerator .step5-block .step5-block-label,
#guerillaObserver .step5-block .step5-block-label,
#inhouseModerator .step5-block .step5-block-label,
#inhouseObserver .step5-block .step5-block-label {
  font-size: 12px;
  height: 18px;
  line-height: normal;
}
#modRutModerator .step5-block .button-box,
#modRutTester .step5-block .button-box,
#modRutObserver .step5-block .button-box,
#meetingRoom .step5-block .button-box,
#guerillaModerator .step5-block .button-box,
#guerillaObserver .step5-block .button-box,
#inhouseModerator .step5-block .button-box,
#inhouseObserver .step5-block .button-box {
  background: #fff;
  border: 1px solid #DCDCDC;
  height: 54px;
  padding: 0px 16px;
}
#modRutModerator #recording,
#modRutTester #recording,
#modRutObserver #recording,
#meetingRoom #recording,
#guerillaModerator #recording,
#guerillaObserver #recording,
#inhouseModerator #recording,
#inhouseObserver #recording {
  width: 200px;
  margin: 0px auto;
  padding-top: 25px;
}
#modRutModerator #recording .timer,
#modRutTester #recording .timer,
#modRutObserver #recording .timer,
#meetingRoom #recording .timer,
#guerillaModerator #recording .timer,
#guerillaObserver #recording .timer,
#inhouseModerator #recording .timer,
#inhouseObserver #recording .timer {
  font-weight: bold;
  text-align: center;
  line-height: normal;
}
#modRutModerator #recording .recording-dot,
#modRutTester #recording .recording-dot,
#modRutObserver #recording .recording-dot,
#meetingRoom #recording .recording-dot,
#guerillaModerator #recording .recording-dot,
#guerillaObserver #recording .recording-dot,
#inhouseModerator #recording .recording-dot,
#inhouseObserver #recording .recording-dot {
  border-radius: 50%;
  background: red;
  height: 8px;
  width: 8px;
  display: inline-block;
}
#modRutModerator .inputName input[type=text],
#modRutTester .inputName input[type=text],
#modRutObserver .inputName input[type=text],
#meetingRoom .inputName input[type=text],
#guerillaModerator .inputName input[type=text],
#guerillaObserver .inputName input[type=text],
#inhouseModerator .inputName input[type=text],
#inhouseObserver .inputName input[type=text] {
  width: 266px;
}
#modRutModerator .inputAge input[type=text],
#modRutTester .inputAge input[type=text],
#modRutObserver .inputAge input[type=text],
#meetingRoom .inputAge input[type=text],
#guerillaModerator .inputAge input[type=text],
#guerillaObserver .inputAge input[type=text],
#inhouseModerator .inputAge input[type=text],
#inhouseObserver .inputAge input[type=text] {
  width: 50px;
}
#modRutModerator .radioSex div,
#modRutTester .radioSex div,
#modRutObserver .radioSex div,
#meetingRoom .radioSex div,
#guerillaModerator .radioSex div,
#guerillaObserver .radioSex div,
#inhouseModerator .radioSex div,
#inhouseObserver .radioSex div {
  display: inline-block;
}
#modRutModerator .radioSex .validate-advice-js,
#modRutTester .radioSex .validate-advice-js,
#modRutObserver .radioSex .validate-advice-js,
#meetingRoom .radioSex .validate-advice-js,
#guerillaModerator .radioSex .validate-advice-js,
#guerillaObserver .radioSex .validate-advice-js,
#inhouseModerator .radioSex .validate-advice-js,
#inhouseObserver .radioSex .validate-advice-js {
  display: block;
}
#modRutModerator .radioSex .radiogroup label,
#modRutTester .radioSex .radiogroup label,
#modRutObserver .radioSex .radiogroup label,
#meetingRoom .radioSex .radiogroup label,
#guerillaModerator .radioSex .radiogroup label,
#guerillaObserver .radioSex .radiogroup label,
#inhouseModerator .radioSex .radiogroup label,
#inhouseObserver .radioSex .radiogroup label {
  margin-right: 48px;
  font-weight: normal;
}
#modRutModerator .form-field input[type="text"],
#modRutTester .form-field input[type="text"],
#modRutObserver .form-field input[type="text"],
#meetingRoom .form-field input[type="text"],
#guerillaModerator .form-field input[type="text"],
#guerillaObserver .form-field input[type="text"],
#inhouseModerator .form-field input[type="text"],
#inhouseObserver .form-field input[type="text"] {
  height: 19px;
}
#modRutModerator .form-field label,
#modRutTester .form-field label,
#modRutObserver .form-field label,
#meetingRoom .form-field label,
#guerillaModerator .form-field label,
#guerillaObserver .form-field label,
#inhouseModerator .form-field label,
#inhouseObserver .form-field label {
  display: block;
  font-weight: bold;
  margin-bottom: 3px;
}
#modRutModerator .form-field input[type="radio"] + label,
#modRutTester .form-field input[type="radio"] + label,
#modRutObserver .form-field input[type="radio"] + label,
#meetingRoom .form-field input[type="radio"] + label,
#guerillaModerator .form-field input[type="radio"] + label,
#guerillaObserver .form-field input[type="radio"] + label,
#inhouseModerator .form-field input[type="radio"] + label,
#inhouseObserver .form-field input[type="radio"] + label {
  position: relative;
  padding-left: 8px;
  cursor: pointer;
}
#modRutModerator .form-field input[type="radio"],
#modRutTester .form-field input[type="radio"],
#modRutObserver .form-field input[type="radio"],
#meetingRoom .form-field input[type="radio"],
#guerillaModerator .form-field input[type="radio"],
#guerillaObserver .form-field input[type="radio"],
#inhouseModerator .form-field input[type="radio"],
#inhouseObserver .form-field input[type="radio"] {
  margin: 0px;
  opacity: 0;
  position: absolute;
}
#modRutModerator .form-field input[type="radio"] + label:before,
#modRutTester .form-field input[type="radio"] + label:before,
#modRutObserver .form-field input[type="radio"] + label:before,
#meetingRoom .form-field input[type="radio"] + label:before,
#guerillaModerator .form-field input[type="radio"] + label:before,
#guerillaObserver .form-field input[type="radio"] + label:before,
#inhouseModerator .form-field input[type="radio"] + label:before,
#inhouseObserver .form-field input[type="radio"] + label:before {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 1px;
  left: -16px;
  background: white;
  border: 1px solid #535353;
  color: #009fe3;
  border-radius: 50%;
  padding: 0 !important;
  content: '';
}
#modRutModerator .form-field input[type="radio"] + label:after,
#modRutTester .form-field input[type="radio"] + label:after,
#modRutObserver .form-field input[type="radio"] + label:after,
#meetingRoom .form-field input[type="radio"] + label:after,
#guerillaModerator .form-field input[type="radio"] + label:after,
#guerillaObserver .form-field input[type="radio"] + label:after,
#inhouseModerator .form-field input[type="radio"] + label:after,
#inhouseObserver .form-field input[type="radio"] + label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #009fe3;
  top: 6px;
  left: -11px;
  border-radius: 50%;
  transform: rotate(-45deg);
  cursor: pointer;
}
#modRutModerator .form-field input[type="radio"]:checked + label:after,
#modRutTester .form-field input[type="radio"]:checked + label:after,
#modRutObserver .form-field input[type="radio"]:checked + label:after,
#meetingRoom .form-field input[type="radio"]:checked + label:after,
#guerillaModerator .form-field input[type="radio"]:checked + label:after,
#guerillaObserver .form-field input[type="radio"]:checked + label:after,
#inhouseModerator .form-field input[type="radio"]:checked + label:after,
#inhouseObserver .form-field input[type="radio"]:checked + label:after {
  opacity: 1;
}
#modRutModerator .form-field input[type="radio"]:focus + label,
#modRutTester .form-field input[type="radio"]:focus + label,
#modRutObserver .form-field input[type="radio"]:focus + label,
#meetingRoom .form-field input[type="radio"]:focus + label,
#guerillaModerator .form-field input[type="radio"]:focus + label,
#guerillaObserver .form-field input[type="radio"]:focus + label,
#inhouseModerator .form-field input[type="radio"]:focus + label,
#inhouseObserver .form-field input[type="radio"]:focus + label {
  outline: 1px dotted black;
}
#modRutModerator .form-field .helpbubble,
#modRutTester .form-field .helpbubble,
#modRutObserver .form-field .helpbubble,
#meetingRoom .form-field .helpbubble,
#guerillaModerator .form-field .helpbubble,
#guerillaObserver .form-field .helpbubble,
#inhouseModerator .form-field .helpbubble,
#inhouseObserver .form-field .helpbubble {
  display: block;
  top: 26%;
  margin-top: 0;
  margin-left: 0;
  left: 390px;
  font-weight: normal;
}
#modRutModerator .status-container .button,
#modRutTester .status-container .button,
#modRutObserver .status-container .button,
#meetingRoom .status-container .button,
#guerillaModerator .status-container .button,
#guerillaObserver .status-container .button,
#inhouseModerator .status-container .button,
#inhouseObserver .status-container .button {
  position: relative;
  height: 34px;
  width: 65px;
  border: 1px solid #E0E0E0;
  border-radius: 2px 0 0 2px;
  background: #f8f8f8;
  cursor: pointer;
  color: #888;
}
#modRutModerator .status-container .button .button-icon,
#modRutTester .status-container .button .button-icon,
#modRutObserver .status-container .button .button-icon,
#meetingRoom .status-container .button .button-icon,
#guerillaModerator .status-container .button .button-icon,
#guerillaObserver .status-container .button .button-icon,
#inhouseModerator .status-container .button .button-icon,
#inhouseObserver .status-container .button .button-icon {
  font-size: 18px;
  height: 34px;
  line-height: 34px;
  margin-left: 7px;
  display: inline-block;
}
#modRutModerator .status-container .button.active,
#modRutTester .status-container .button.active,
#modRutObserver .status-container .button.active,
#meetingRoom .status-container .button.active,
#guerillaModerator .status-container .button.active,
#guerillaObserver .status-container .button.active,
#inhouseModerator .status-container .button.active,
#inhouseObserver .status-container .button.active {
  border: 1px solid #009FE3;
  background: #E5F1F6;
  color: #009FE3;
}
#modRutModerator .status-container .button-switch-outer,
#modRutTester .status-container .button-switch-outer,
#modRutObserver .status-container .button-switch-outer,
#meetingRoom .status-container .button-switch-outer,
#guerillaModerator .status-container .button-switch-outer,
#guerillaObserver .status-container .button-switch-outer,
#inhouseModerator .status-container .button-switch-outer,
#inhouseObserver .status-container .button-switch-outer {
  width: 34px;
  height: 18px;
  border: 1px solid #888;
  border-radius: 10px;
  display: inline-block;
  vertical-align: sub;
  margin-left: 4px;
  position: relative;
  margin-top: 7px;
}
#modRutModerator .status-container .button-switch-outer.active,
#modRutTester .status-container .button-switch-outer.active,
#modRutObserver .status-container .button-switch-outer.active,
#meetingRoom .status-container .button-switch-outer.active,
#guerillaModerator .status-container .button-switch-outer.active,
#guerillaObserver .status-container .button-switch-outer.active,
#inhouseModerator .status-container .button-switch-outer.active,
#inhouseObserver .status-container .button-switch-outer.active {
  border: 1px solid #009FE3;
}
#modRutModerator .status-container .button-switch-outer.active .button-switch-inner,
#modRutTester .status-container .button-switch-outer.active .button-switch-inner,
#modRutObserver .status-container .button-switch-outer.active .button-switch-inner,
#meetingRoom .status-container .button-switch-outer.active .button-switch-inner,
#guerillaModerator .status-container .button-switch-outer.active .button-switch-inner,
#guerillaObserver .status-container .button-switch-outer.active .button-switch-inner,
#inhouseModerator .status-container .button-switch-outer.active .button-switch-inner,
#inhouseObserver .status-container .button-switch-outer.active .button-switch-inner {
  background: #009FE3;
  left: 16px;
}
#modRutModerator .status-container .button-switch-outer .button-switch-inner,
#modRutTester .status-container .button-switch-outer .button-switch-inner,
#modRutObserver .status-container .button-switch-outer .button-switch-inner,
#meetingRoom .status-container .button-switch-outer .button-switch-inner,
#guerillaModerator .status-container .button-switch-outer .button-switch-inner,
#guerillaObserver .status-container .button-switch-outer .button-switch-inner,
#inhouseModerator .status-container .button-switch-outer .button-switch-inner,
#inhouseObserver .status-container .button-switch-outer .button-switch-inner {
  height: 16px;
  width: 16px;
  background: #888;
  border-radius: 50%;
  margin: 1px;
  position: absolute;
  left: 0px;
  transition: 0.3s ease-in-out;
}
#modRutModerator .status-container .button:hover,
#modRutTester .status-container .button:hover,
#modRutObserver .status-container .button:hover,
#meetingRoom .status-container .button:hover,
#guerillaModerator .status-container .button:hover,
#guerillaObserver .status-container .button:hover,
#inhouseModerator .status-container .button:hover,
#inhouseObserver .status-container .button:hover {
  border: 1px solid #009FE3;
}
#modRutModerator .status-container .button-chat,
#modRutTester .status-container .button-chat,
#modRutObserver .status-container .button-chat,
#meetingRoom .status-container .button-chat,
#guerillaModerator .status-container .button-chat,
#guerillaObserver .status-container .button-chat,
#inhouseModerator .status-container .button-chat,
#inhouseObserver .status-container .button-chat {
  color: #009FE3;
}
#modRutModerator .status-container .button-chat .chatIconStatus,
#modRutTester .status-container .button-chat .chatIconStatus,
#modRutObserver .status-container .button-chat .chatIconStatus,
#meetingRoom .status-container .button-chat .chatIconStatus,
#guerillaModerator .status-container .button-chat .chatIconStatus,
#guerillaObserver .status-container .button-chat .chatIconStatus,
#inhouseModerator .status-container .button-chat .chatIconStatus,
#inhouseObserver .status-container .button-chat .chatIconStatus {
  font-size: 13px;
  color: #009FE3;
  position: absolute;
  top: -6px;
  right: -10px;
  background: #E5F1F6;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  line-height: 0px;
  border: 1px solid #009FE3;
  text-align: center;
  line-height: 16px;
  font-weight: bold;
}
#modRutModerator .status-container .button-chat .chatIcon,
#modRutTester .status-container .button-chat .chatIcon,
#modRutObserver .status-container .button-chat .chatIcon,
#meetingRoom .status-container .button-chat .chatIcon,
#guerillaModerator .status-container .button-chat .chatIcon,
#guerillaObserver .status-container .button-chat .chatIcon,
#inhouseModerator .status-container .button-chat .chatIcon,
#inhouseObserver .status-container .button-chat .chatIcon {
  font-size: 16px;
  line-height: 34px;
}
#modRutModerator .status-container .button-chat .chatLabel,
#modRutTester .status-container .button-chat .chatLabel,
#modRutObserver .status-container .button-chat .chatLabel,
#meetingRoom .status-container .button-chat .chatLabel,
#guerillaModerator .status-container .button-chat .chatLabel,
#guerillaObserver .status-container .button-chat .chatLabel,
#inhouseModerator .status-container .button-chat .chatLabel,
#inhouseObserver .status-container .button-chat .chatLabel {
  height: 34px;
  line-height: 34px;
  display: inline-block;
  margin-left: 7px;
}
#modRutModerator .status-container .active-chat-Btn,
#modRutTester .status-container .active-chat-Btn,
#modRutObserver .status-container .active-chat-Btn,
#meetingRoom .status-container .active-chat-Btn,
#guerillaModerator .status-container .active-chat-Btn,
#guerillaObserver .status-container .active-chat-Btn,
#inhouseModerator .status-container .active-chat-Btn,
#inhouseObserver .status-container .active-chat-Btn {
  border: 1px solid #009FE3 !important;
}
#modRutModerator .status-container .audioInputSelect .customSelect,
#modRutTester .status-container .audioInputSelect .customSelect,
#modRutObserver .status-container .audioInputSelect .customSelect,
#meetingRoom .status-container .audioInputSelect .customSelect,
#guerillaModerator .status-container .audioInputSelect .customSelect,
#guerillaObserver .status-container .audioInputSelect .customSelect,
#inhouseModerator .status-container .audioInputSelect .customSelect,
#inhouseObserver .status-container .audioInputSelect .customSelect {
  border: 1px solid #E0E0E0;
  border-radius: 0 2px 2px 0;
  border-left: none;
  background: #f8f8f8;
}
#modRutModerator .status-container .audioInputSelect .customSelect .customSelect-icon,
#modRutTester .status-container .audioInputSelect .customSelect .customSelect-icon,
#modRutObserver .status-container .audioInputSelect .customSelect .customSelect-icon,
#meetingRoom .status-container .audioInputSelect .customSelect .customSelect-icon,
#guerillaModerator .status-container .audioInputSelect .customSelect .customSelect-icon,
#guerillaObserver .status-container .audioInputSelect .customSelect .customSelect-icon,
#inhouseModerator .status-container .audioInputSelect .customSelect .customSelect-icon,
#inhouseObserver .status-container .audioInputSelect .customSelect .customSelect-icon {
  color: #009FE3;
}
#modRutModerator .status-container .audioInputSelect.active .customSelect,
#modRutTester .status-container .audioInputSelect.active .customSelect,
#modRutObserver .status-container .audioInputSelect.active .customSelect,
#meetingRoom .status-container .audioInputSelect.active .customSelect,
#guerillaModerator .status-container .audioInputSelect.active .customSelect,
#guerillaObserver .status-container .audioInputSelect.active .customSelect,
#inhouseModerator .status-container .audioInputSelect.active .customSelect,
#inhouseObserver .status-container .audioInputSelect.active .customSelect {
  border: 1px solid #009FE3;
  border-left: none;
  background: #E5F1F6;
}
#modRutModerator .status-container .audioInputSelect .customSelectDropDown,
#modRutTester .status-container .audioInputSelect .customSelectDropDown,
#modRutObserver .status-container .audioInputSelect .customSelectDropDown,
#meetingRoom .status-container .audioInputSelect .customSelectDropDown,
#guerillaModerator .status-container .audioInputSelect .customSelectDropDown,
#guerillaObserver .status-container .audioInputSelect .customSelectDropDown,
#inhouseModerator .status-container .audioInputSelect .customSelectDropDown,
#inhouseObserver .status-container .audioInputSelect .customSelectDropDown {
  right: 0;
}
#modRutModerator .status-container.observers-info,
#modRutTester .status-container.observers-info,
#modRutObserver .status-container.observers-info,
#meetingRoom .status-container.observers-info,
#guerillaModerator .status-container.observers-info,
#guerillaObserver .status-container.observers-info,
#inhouseModerator .status-container.observers-info,
#inhouseObserver .status-container.observers-info {
  float: left;
  margin-top: 21.5px;
  margin-left: 48px;
}
#modRutModerator .status-container-name-box,
#modRutTester .status-container-name-box,
#modRutObserver .status-container-name-box,
#meetingRoom .status-container-name-box,
#guerillaModerator .status-container-name-box,
#guerillaObserver .status-container-name-box,
#inhouseModerator .status-container-name-box,
#inhouseObserver .status-container-name-box {
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  margin-right: 12px;
  display: inline-block;
  margin-top: 10px;
}
#modRutModerator .status-container-img-box,
#modRutTester .status-container-img-box,
#modRutObserver .status-container-img-box,
#meetingRoom .status-container-img-box,
#guerillaModerator .status-container-img-box,
#guerillaObserver .status-container-img-box,
#inhouseModerator .status-container-img-box,
#inhouseObserver .status-container-img-box {
  display: inline-block;
  vertical-align: top;
}
#modRutModerator #chat-message-container,
#modRutTester #chat-message-container,
#modRutObserver #chat-message-container,
#meetingRoom #chat-message-container,
#guerillaModerator #chat-message-container,
#guerillaObserver #chat-message-container,
#inhouseModerator #chat-message-container,
#inhouseObserver #chat-message-container {
  overflow-y: auto;
}
#modRutModerator #chat-message-container .chat-message,
#modRutTester #chat-message-container .chat-message,
#modRutObserver #chat-message-container .chat-message,
#meetingRoom #chat-message-container .chat-message,
#guerillaModerator #chat-message-container .chat-message,
#guerillaObserver #chat-message-container .chat-message,
#inhouseModerator #chat-message-container .chat-message,
#inhouseObserver #chat-message-container .chat-message {
  line-height: 20px;
  padding: 6px 8px;
}
#modRutModerator #chat-message-container .chat-message:nth-child(odd),
#modRutTester #chat-message-container .chat-message:nth-child(odd),
#modRutObserver #chat-message-container .chat-message:nth-child(odd),
#meetingRoom #chat-message-container .chat-message:nth-child(odd),
#guerillaModerator #chat-message-container .chat-message:nth-child(odd),
#guerillaObserver #chat-message-container .chat-message:nth-child(odd),
#inhouseModerator #chat-message-container .chat-message:nth-child(odd),
#inhouseObserver #chat-message-container .chat-message:nth-child(odd) {
  background: #F8F8F8;
}
#modRutModerator #chat-message-container .chat-message-date,
#modRutTester #chat-message-container .chat-message-date,
#modRutObserver #chat-message-container .chat-message-date,
#meetingRoom #chat-message-container .chat-message-date,
#guerillaModerator #chat-message-container .chat-message-date,
#guerillaObserver #chat-message-container .chat-message-date,
#inhouseModerator #chat-message-container .chat-message-date,
#inhouseObserver #chat-message-container .chat-message-date {
  display: inline-block;
  color: #B9B9B9;
  width: 45px;
}
#modRutModerator #chat-message-container .chat-message-body,
#modRutTester #chat-message-container .chat-message-body,
#modRutObserver #chat-message-container .chat-message-body,
#meetingRoom #chat-message-container .chat-message-body,
#guerillaModerator #chat-message-container .chat-message-body,
#guerillaObserver #chat-message-container .chat-message-body,
#inhouseModerator #chat-message-container .chat-message-body,
#inhouseObserver #chat-message-container .chat-message-body {
  display: inline-block;
  vertical-align: top;
  word-wrap: anywhere;
  width: 86%;
}
#modRutModerator #chat-message-container .chat-message-username,
#modRutTester #chat-message-container .chat-message-username,
#modRutObserver #chat-message-container .chat-message-username,
#meetingRoom #chat-message-container .chat-message-username,
#guerillaModerator #chat-message-container .chat-message-username,
#guerillaObserver #chat-message-container .chat-message-username,
#inhouseModerator #chat-message-container .chat-message-username,
#inhouseObserver #chat-message-container .chat-message-username {
  color: #333333;
  font-weight: bold;
}
#modRutModerator .menu-wrapper,
#modRutTester .menu-wrapper,
#modRutObserver .menu-wrapper,
#meetingRoom .menu-wrapper,
#guerillaModerator .menu-wrapper,
#guerillaObserver .menu-wrapper,
#inhouseModerator .menu-wrapper,
#inhouseObserver .menu-wrapper {
  float: right;
  margin-right: 14px;
  position: relative;
  z-index: 100;
}
#modRutModerator .menu-wrapper .menu-label,
#modRutTester .menu-wrapper .menu-label,
#modRutObserver .menu-wrapper .menu-label,
#meetingRoom .menu-wrapper .menu-label,
#guerillaModerator .menu-wrapper .menu-label,
#guerillaObserver .menu-wrapper .menu-label,
#inhouseModerator .menu-wrapper .menu-label,
#inhouseObserver .menu-wrapper .menu-label {
  color: #009FE3;
  height: 36px;
  line-height: 36px;
}
#modRutModerator .menu-wrapper .menu-box,
#modRutTester .menu-wrapper .menu-box,
#modRutObserver .menu-wrapper .menu-box,
#meetingRoom .menu-wrapper .menu-box,
#guerillaModerator .menu-wrapper .menu-box,
#guerillaObserver .menu-wrapper .menu-box,
#inhouseModerator .menu-wrapper .menu-box,
#inhouseObserver .menu-wrapper .menu-box {
  background: #f8f8f8;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #DCDCDC;
  border-radius: 2px 2px 0px 0px;
  width: 370px;
  position: absolute;
  top: 33px;
  right: -50px;
}
#modRutModerator .menu-wrapper .menu-box .menu-box-item,
#modRutTester .menu-wrapper .menu-box .menu-box-item,
#modRutObserver .menu-wrapper .menu-box .menu-box-item,
#meetingRoom .menu-wrapper .menu-box .menu-box-item,
#guerillaModerator .menu-wrapper .menu-box .menu-box-item,
#guerillaObserver .menu-wrapper .menu-box .menu-box-item,
#inhouseModerator .menu-wrapper .menu-box .menu-box-item,
#inhouseObserver .menu-wrapper .menu-box .menu-box-item {
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #DCDCDC;
}
#modRutModerator .menu-wrapper .menu-box .menu-box-item label,
#modRutTester .menu-wrapper .menu-box .menu-box-item label,
#modRutObserver .menu-wrapper .menu-box .menu-box-item label,
#meetingRoom .menu-wrapper .menu-box .menu-box-item label,
#guerillaModerator .menu-wrapper .menu-box .menu-box-item label,
#guerillaObserver .menu-wrapper .menu-box .menu-box-item label,
#inhouseModerator .menu-wrapper .menu-box .menu-box-item label,
#inhouseObserver .menu-wrapper .menu-box .menu-box-item label {
  font-size: 13px;
  margin-left: 8px;
}
#modRutModerator .menu-wrapper .menu-box .menu-box-item:hover,
#modRutTester .menu-wrapper .menu-box .menu-box-item:hover,
#modRutObserver .menu-wrapper .menu-box .menu-box-item:hover,
#meetingRoom .menu-wrapper .menu-box .menu-box-item:hover,
#guerillaModerator .menu-wrapper .menu-box .menu-box-item:hover,
#guerillaObserver .menu-wrapper .menu-box .menu-box-item:hover,
#inhouseModerator .menu-wrapper .menu-box .menu-box-item:hover,
#inhouseObserver .menu-wrapper .menu-box .menu-box-item:hover {
  font-weight: bold;
}
#modRutModerator .menu-box:before,
#modRutTester .menu-box:before,
#modRutObserver .menu-box:before,
#meetingRoom .menu-box:before,
#guerillaModerator .menu-box:before,
#guerillaObserver .menu-box:before,
#inhouseModerator .menu-box:before,
#inhouseObserver .menu-box:before {
  background-color: #f8f8f8;
  content: ' ';
  position: absolute;
  left: 308px;
  top: -9px;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  overflow: hidden;
  border: 1px solid #DCDCDC;
  border-bottom: none;
  border-right: none;
}
#modRutModerator .video-wrapper,
#modRutTester .video-wrapper,
#modRutObserver .video-wrapper,
#meetingRoom .video-wrapper,
#guerillaModerator .video-wrapper,
#guerillaObserver .video-wrapper,
#inhouseModerator .video-wrapper,
#inhouseObserver .video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
#modRutModerator .video-wrapper:hover .control-bar,
#modRutTester .video-wrapper:hover .control-bar,
#modRutObserver .video-wrapper:hover .control-bar,
#meetingRoom .video-wrapper:hover .control-bar,
#guerillaModerator .video-wrapper:hover .control-bar,
#guerillaObserver .video-wrapper:hover .control-bar,
#inhouseModerator .video-wrapper:hover .control-bar,
#inhouseObserver .video-wrapper:hover .control-bar {
  opacity: 1;
  transition: opacity 0s ease-out 0s;
}
#modRutModerator .control-bar,
#modRutTester .control-bar,
#modRutObserver .control-bar,
#meetingRoom .control-bar,
#guerillaModerator .control-bar,
#guerillaObserver .control-bar,
#inhouseModerator .control-bar,
#inhouseObserver .control-bar {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  background: rgba(51, 51, 51, 0.9);
  position: absolute;
  bottom: 5px;
  z-index: 9999;
  transition: opacity 0.3s ease-out 2s;
  opacity: 0;
  overflow: hidden;
  justify-content: flex-end;
}
#modRutModerator .control-btn,
#modRutTester .control-btn,
#modRutObserver .control-btn,
#meetingRoom .control-btn,
#guerillaModerator .control-btn,
#guerillaObserver .control-btn,
#inhouseModerator .control-btn,
#inhouseObserver .control-btn {
  height: 44px;
  width: 44px;
  color: #f8f8f8;
  align-items: center;
  justify-content: center;
  display: flex;
  float: right;
}
#modRutModerator .control-btn .fa,
#modRutTester .control-btn .fa,
#modRutObserver .control-btn .fa,
#meetingRoom .control-btn .fa,
#guerillaModerator .control-btn .fa,
#guerillaObserver .control-btn .fa,
#inhouseModerator .control-btn .fa,
#inhouseObserver .control-btn .fa {
  font-size: 20px;
  cursor: pointer;
}
#modRutModerator .preview-block,
#modRutTester .preview-block,
#modRutObserver .preview-block,
#meetingRoom .preview-block,
#guerillaModerator .preview-block,
#guerillaObserver .preview-block,
#inhouseModerator .preview-block,
#inhouseObserver .preview-block {
  top: 0;
  position: absolute;
  right: -160px;
}
#modRutModerator .preview-block .customer-preview,
#modRutTester .preview-block .customer-preview,
#modRutObserver .preview-block .customer-preview,
#meetingRoom .preview-block .customer-preview,
#guerillaModerator .preview-block .customer-preview,
#guerillaObserver .preview-block .customer-preview,
#inhouseModerator .preview-block .customer-preview,
#inhouseObserver .preview-block .customer-preview {
  margin-bottom: 17px;
  top: 0;
  position: relative;
  right: 0;
}
#modRutModerator .customer-preview,
#modRutTester .customer-preview,
#modRutObserver .customer-preview,
#meetingRoom .customer-preview,
#guerillaModerator .customer-preview,
#guerillaObserver .customer-preview,
#inhouseModerator .customer-preview,
#inhouseObserver .customer-preview {
  top: 0;
  position: absolute;
  right: -160px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 8px #7979794D;
  border-radius: 5px;
  width: 130px;
  padding: 8px;
}
#modRutModerator .customer-preview p,
#modRutTester .customer-preview p,
#modRutObserver .customer-preview p,
#meetingRoom .customer-preview p,
#guerillaModerator .customer-preview p,
#guerillaObserver .customer-preview p,
#inhouseModerator .customer-preview p,
#inhouseObserver .customer-preview p {
  margin: 0;
  text-align: left;
  font: 12px/16px Open Sans;
  letter-spacing: 0;
}
#modRutModerator .customer-preview span,
#modRutTester .customer-preview span,
#modRutObserver .customer-preview span,
#meetingRoom .customer-preview span,
#guerillaModerator .customer-preview span,
#guerillaObserver .customer-preview span,
#inhouseModerator .customer-preview span,
#inhouseObserver .customer-preview span {
  margin: 0;
  text-align: left;
  font: 12px/20px Open Sans;
  letter-spacing: 0;
  color: #009FE3;
  cursor: pointer;
}
#modRutModerator .customer-preview .preview-container,
#modRutTester .customer-preview .preview-container,
#modRutObserver .customer-preview .preview-container,
#meetingRoom .customer-preview .preview-container,
#guerillaModerator .customer-preview .preview-container,
#guerillaObserver .customer-preview .preview-container,
#inhouseModerator .customer-preview .preview-container,
#inhouseObserver .customer-preview .preview-container {
  width: 100%;
  padding: 8px 0;
}
#modRutModerator .picture-mode,
#modRutTester .picture-mode,
#modRutObserver .picture-mode,
#meetingRoom .picture-mode,
#guerillaModerator .picture-mode,
#guerillaObserver .picture-mode,
#inhouseModerator .picture-mode,
#inhouseObserver .picture-mode {
  bottom: 0;
  position: absolute;
  right: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 5px;
  max-width: 230px;
  padding: 0;
  z-index: 99;
}
#modRutModerator .picture-mode.fullscreen-mode,
#modRutTester .picture-mode.fullscreen-mode,
#modRutObserver .picture-mode.fullscreen-mode,
#meetingRoom .picture-mode.fullscreen-mode,
#guerillaModerator .picture-mode.fullscreen-mode,
#guerillaObserver .picture-mode.fullscreen-mode,
#inhouseModerator .picture-mode.fullscreen-mode,
#inhouseObserver .picture-mode.fullscreen-mode {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 8px #7979794D;
}
#modRutModerator video,
#modRutTester video,
#modRutObserver video,
#meetingRoom video,
#guerillaModerator video,
#guerillaObserver video,
#inhouseModerator video,
#inhouseObserver video,
#modRutModerator .video-container,
#modRutTester .video-container,
#modRutObserver .video-container,
#meetingRoom .video-container,
#guerillaModerator .video-container,
#guerillaObserver .video-container,
#inhouseModerator .video-container,
#inhouseObserver .video-container {
  width: 100%;
  height: 100%;
}
#modRutModerator .other-user-screen-share,
#modRutTester .other-user-screen-share,
#modRutObserver .other-user-screen-share,
#meetingRoom .other-user-screen-share,
#guerillaModerator .other-user-screen-share,
#guerillaObserver .other-user-screen-share,
#inhouseModerator .other-user-screen-share,
#inhouseObserver .other-user-screen-share {
  width: 100%;
  margin-top: 32px;
  position: relative;
}
#modRutModerator .observerPopup,
#modRutTester .observerPopup,
#modRutObserver .observerPopup,
#meetingRoom .observerPopup,
#guerillaModerator .observerPopup,
#guerillaObserver .observerPopup,
#inhouseModerator .observerPopup,
#inhouseObserver .observerPopup {
  position: absolute;
  background: #f8f8f8;
  padding: 32px;
  width: 311px;
  font-size: 14px;
  z-index: 9;
  box-shadow: 0px 5px 13px #33333340;
  top: 40px;
  right: -57px;
  border-radius: 5px;
}
#modRutModerator .observerPopup .observerPopup-content-container,
#modRutTester .observerPopup .observerPopup-content-container,
#modRutObserver .observerPopup .observerPopup-content-container,
#meetingRoom .observerPopup .observerPopup-content-container,
#guerillaModerator .observerPopup .observerPopup-content-container,
#guerillaObserver .observerPopup .observerPopup-content-container,
#inhouseModerator .observerPopup .observerPopup-content-container,
#inhouseObserver .observerPopup .observerPopup-content-container {
  font-size: 12px;
  color: #009FE3;
  margin-top: 16px;
}
#modRutModerator .observerPopup .observerPopup-closeIcon,
#modRutTester .observerPopup .observerPopup-closeIcon,
#modRutObserver .observerPopup .observerPopup-closeIcon,
#meetingRoom .observerPopup .observerPopup-closeIcon,
#guerillaModerator .observerPopup .observerPopup-closeIcon,
#guerillaObserver .observerPopup .observerPopup-closeIcon,
#inhouseModerator .observerPopup .observerPopup-closeIcon,
#inhouseObserver .observerPopup .observerPopup-closeIcon {
  font-size: 16px;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 8px;
  color: #009FE3;
}
#modRutModerator .observerPopup .observerPopup-title,
#modRutTester .observerPopup .observerPopup-title,
#modRutObserver .observerPopup .observerPopup-title,
#meetingRoom .observerPopup .observerPopup-title,
#guerillaModerator .observerPopup .observerPopup-title,
#guerillaObserver .observerPopup .observerPopup-title,
#inhouseModerator .observerPopup .observerPopup-title,
#inhouseObserver .observerPopup .observerPopup-title {
  font-weight: bold;
  margin-bottom: 8px;
}
#modRutModerator .observerPopup #observerLink,
#modRutTester .observerPopup #observerLink,
#modRutObserver .observerPopup #observerLink,
#meetingRoom .observerPopup #observerLink,
#guerillaModerator .observerPopup #observerLink,
#guerillaObserver .observerPopup #observerLink,
#inhouseModerator .observerPopup #observerLink,
#inhouseObserver .observerPopup #observerLink {
  width: 200px;
  margin-right: 5px;
}
#modRutModerator .observerPopup:before,
#modRutTester .observerPopup:before,
#modRutObserver .observerPopup:before,
#meetingRoom .observerPopup:before,
#guerillaModerator .observerPopup:before,
#guerillaObserver .observerPopup:before,
#inhouseModerator .observerPopup:before,
#inhouseObserver .observerPopup:before {
  content: ' ';
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  background: #f8f8f8;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  z-index: 9;
  top: -11px;
  right: 61px;
}
@-moz-document url-prefix() {
  #modRutModerator .observerPopup,
  #modRutTester .observerPopup,
  #modRutObserver .observerPopup,
  #meetingRoom .observerPopup,
  #guerillaModerator .observerPopup,
  #guerillaObserver .observerPopup,
  #inhouseModerator .observerPopup,
  #inhouseObserver .observerPopup {
    top: 55px;
  }
}
#modRutModerator .star_rating,
#modRutTester .star_rating,
#modRutObserver .star_rating,
#meetingRoom .star_rating,
#guerillaModerator .star_rating,
#guerillaObserver .star_rating,
#inhouseModerator .star_rating,
#inhouseObserver .star_rating {
  font-size: 23px;
  margin-top: 8px;
}
#modRutModerator .star_rating ul,
#modRutTester .star_rating ul,
#modRutObserver .star_rating ul,
#meetingRoom .star_rating ul,
#guerillaModerator .star_rating ul,
#guerillaObserver .star_rating ul,
#inhouseModerator .star_rating ul,
#inhouseObserver .star_rating ul {
  margin: 0px !important;
}
#modRutModerator .annotation_title,
#modRutTester .annotation_title,
#modRutObserver .annotation_title,
#meetingRoom .annotation_title,
#guerillaModerator .annotation_title,
#guerillaObserver .annotation_title,
#inhouseModerator .annotation_title,
#inhouseObserver .annotation_title {
  text-align: left;
  font: Bold 14px/18px Open Sans;
  letter-spacing: 0;
  color: #333333;
  margin: 17px 0;
}
#modRutModerator #annotationContainer,
#modRutTester #annotationContainer,
#modRutObserver #annotationContainer,
#meetingRoom #annotationContainer,
#guerillaModerator #annotationContainer,
#guerillaObserver #annotationContainer,
#inhouseModerator #annotationContainer,
#inhouseObserver #annotationContainer {
  border: 1px solid #E0E0E0;
  line-height: initial;
  border-radius: 0px 0px 5px 5px;
  background-color: #F8F8F8;
  padding: 12px 16px;
  position: relative;
}
#modRutModerator #annotationContainer .annotationContainer-block,
#modRutTester #annotationContainer .annotationContainer-block,
#modRutObserver #annotationContainer .annotationContainer-block,
#meetingRoom #annotationContainer .annotationContainer-block,
#guerillaModerator #annotationContainer .annotationContainer-block,
#guerillaObserver #annotationContainer .annotationContainer-block,
#inhouseModerator #annotationContainer .annotationContainer-block,
#inhouseObserver #annotationContainer .annotationContainer-block {
  display: inline-block;
  vertical-align: top;
}
#modRutModerator #annotationContainer .annotationContainer-block:not(:last-child),
#modRutTester #annotationContainer .annotationContainer-block:not(:last-child),
#modRutObserver #annotationContainer .annotationContainer-block:not(:last-child),
#meetingRoom #annotationContainer .annotationContainer-block:not(:last-child),
#guerillaModerator #annotationContainer .annotationContainer-block:not(:last-child),
#guerillaObserver #annotationContainer .annotationContainer-block:not(:last-child),
#inhouseModerator #annotationContainer .annotationContainer-block:not(:last-child),
#inhouseObserver #annotationContainer .annotationContainer-block:not(:last-child) {
  margin-right: 16px;
}
#modRutModerator #annotationContainer #clip_start,
#modRutTester #annotationContainer #clip_start,
#modRutObserver #annotationContainer #clip_start,
#meetingRoom #annotationContainer #clip_start,
#guerillaModerator #annotationContainer #clip_start,
#guerillaObserver #annotationContainer #clip_start,
#inhouseModerator #annotationContainer #clip_start,
#inhouseObserver #annotationContainer #clip_start,
#modRutModerator #annotationContainer #clip_end,
#modRutTester #annotationContainer #clip_end,
#modRutObserver #annotationContainer #clip_end,
#meetingRoom #annotationContainer #clip_end,
#guerillaModerator #annotationContainer #clip_end,
#guerillaObserver #annotationContainer #clip_end,
#inhouseModerator #annotationContainer #clip_end,
#inhouseObserver #annotationContainer #clip_end {
  width: 56px;
  margin-top: 5px;
  display: block;
  text-align: center;
}
#modRutModerator #annotationContainer #clipMarkerContainer,
#modRutTester #annotationContainer #clipMarkerContainer,
#modRutObserver #annotationContainer #clipMarkerContainer,
#meetingRoom #annotationContainer #clipMarkerContainer,
#guerillaModerator #annotationContainer #clipMarkerContainer,
#guerillaObserver #annotationContainer #clipMarkerContainer,
#inhouseModerator #annotationContainer #clipMarkerContainer,
#inhouseObserver #annotationContainer #clipMarkerContainer {
  display: block;
  margin-top: 12px;
  white-space: nowrap;
  position: absolute;
}
#modRutModerator #annotationContainer #clipMarker_label,
#modRutTester #annotationContainer #clipMarker_label,
#modRutObserver #annotationContainer #clipMarker_label,
#meetingRoom #annotationContainer #clipMarker_label,
#guerillaModerator #annotationContainer #clipMarker_label,
#guerillaObserver #annotationContainer #clipMarker_label,
#inhouseModerator #annotationContainer #clipMarker_label,
#inhouseObserver #annotationContainer #clipMarker_label {
  display: block;
}
#modRutModerator #annotationContainer #clipMarker_label .fa,
#modRutTester #annotationContainer #clipMarker_label .fa,
#modRutObserver #annotationContainer #clipMarker_label .fa,
#meetingRoom #annotationContainer #clipMarker_label .fa,
#guerillaModerator #annotationContainer #clipMarker_label .fa,
#guerillaObserver #annotationContainer #clipMarker_label .fa,
#inhouseModerator #annotationContainer #clipMarker_label .fa,
#inhouseObserver #annotationContainer #clipMarker_label .fa {
  margin-right: 5px;
}
#modRutModerator #annotationContainer #timeLabel,
#modRutTester #annotationContainer #timeLabel,
#modRutObserver #annotationContainer #timeLabel,
#meetingRoom #annotationContainer #timeLabel,
#guerillaModerator #annotationContainer #timeLabel,
#guerillaObserver #annotationContainer #timeLabel,
#inhouseModerator #annotationContainer #timeLabel,
#inhouseObserver #annotationContainer #timeLabel {
  font: Bold 14px/19px Open Sans;
  letter-spacing: 0.39px;
  color: #333333;
}
#modRutModerator #annotationContainer #txtTimeStamp,
#modRutTester #annotationContainer #txtTimeStamp,
#modRutObserver #annotationContainer #txtTimeStamp,
#meetingRoom #annotationContainer #txtTimeStamp,
#guerillaModerator #annotationContainer #txtTimeStamp,
#guerillaObserver #annotationContainer #txtTimeStamp,
#inhouseModerator #annotationContainer #txtTimeStamp,
#inhouseObserver #annotationContainer #txtTimeStamp {
  width: 45px;
  border: none;
  vertical-align: middle;
  background-color: #F8F8F8;
  font-size: 14px;
}
#modRutModerator #annotationContainer .tagify-container,
#modRutTester #annotationContainer .tagify-container,
#modRutObserver #annotationContainer .tagify-container,
#meetingRoom #annotationContainer .tagify-container,
#guerillaModerator #annotationContainer .tagify-container,
#guerillaObserver #annotationContainer .tagify-container,
#inhouseModerator #annotationContainer .tagify-container,
#inhouseObserver #annotationContainer .tagify-container {
  width: 65%;
}
#modRutModerator #annotationContainer #txtComment,
#modRutTester #annotationContainer #txtComment,
#modRutObserver #annotationContainer #txtComment,
#meetingRoom #annotationContainer #txtComment,
#guerillaModerator #annotationContainer #txtComment,
#guerillaObserver #annotationContainer #txtComment,
#inhouseModerator #annotationContainer #txtComment,
#inhouseObserver #annotationContainer #txtComment {
  padding: 5px 8px 2px 8px;
  vertical-align: top;
  width: 535px;
  max-width: 535px;
  min-width: 535px;
  min-height: 57px;
  font-style: italic;
  font-size: 14px;
  border: 1px solid #E0E0E0;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
}
#modRutModerator #annotationContainer #txtCategoryContainer,
#modRutTester #annotationContainer #txtCategoryContainer,
#modRutObserver #annotationContainer #txtCategoryContainer,
#meetingRoom #annotationContainer #txtCategoryContainer,
#guerillaModerator #annotationContainer #txtCategoryContainer,
#guerillaObserver #annotationContainer #txtCategoryContainer,
#inhouseModerator #annotationContainer #txtCategoryContainer,
#inhouseObserver #annotationContainer #txtCategoryContainer {
  height: 34px;
}
#modRutModerator #annotationContainer #txtCategory,
#modRutTester #annotationContainer #txtCategory,
#modRutObserver #annotationContainer #txtCategory,
#meetingRoom #annotationContainer #txtCategory,
#guerillaModerator #annotationContainer #txtCategory,
#guerillaObserver #annotationContainer #txtCategory,
#inhouseModerator #annotationContainer #txtCategory,
#inhouseObserver #annotationContainer #txtCategory {
  vertical-align: top;
  width: 125px;
  height: 30px;
  border: 1px solid #E0E0E0;
  padding-left: 7px;
  font-size: 14px;
  border-radius: 3px 0 0 3px;
  font-weight: bold;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
}
#modRutModerator #annotationContainer #questionIcon,
#modRutTester #annotationContainer #questionIcon,
#modRutObserver #annotationContainer #questionIcon,
#meetingRoom #annotationContainer #questionIcon,
#guerillaModerator #annotationContainer #questionIcon,
#guerillaObserver #annotationContainer #questionIcon,
#inhouseModerator #annotationContainer #questionIcon,
#inhouseObserver #annotationContainer #questionIcon {
  height: 28px;
  border: 1px solid #E0E0E0;
  padding: 2px;
  border-radius: 0 3px 3px 0;
  width: 25px;
  font-size: 16px;
  color: #888888;
  margin-left: -4px;
}
#modRutModerator #annotationContainer #questionIcon:before,
#modRutTester #annotationContainer #questionIcon:before,
#modRutObserver #annotationContainer #questionIcon:before,
#meetingRoom #annotationContainer #questionIcon:before,
#guerillaModerator #annotationContainer #questionIcon:before,
#guerillaObserver #annotationContainer #questionIcon:before,
#inhouseModerator #annotationContainer #questionIcon:before,
#inhouseObserver #annotationContainer #questionIcon:before {
  position: absolute;
  margin-left: 5px;
  margin-top: 5px;
}
#modRutModerator #annotationContainer #labelToolTips,
#modRutTester #annotationContainer #labelToolTips,
#modRutObserver #annotationContainer #labelToolTips,
#meetingRoom #annotationContainer #labelToolTips,
#guerillaModerator #annotationContainer #labelToolTips,
#guerillaObserver #annotationContainer #labelToolTips,
#inhouseModerator #annotationContainer #labelToolTips,
#inhouseObserver #annotationContainer #labelToolTips {
  position: relative;
  z-index: 2;
}
#modRutModerator #annotationContainer #labelToolTips .helpbubble,
#modRutTester #annotationContainer #labelToolTips .helpbubble,
#modRutObserver #annotationContainer #labelToolTips .helpbubble,
#meetingRoom #annotationContainer #labelToolTips .helpbubble,
#guerillaModerator #annotationContainer #labelToolTips .helpbubble,
#guerillaObserver #annotationContainer #labelToolTips .helpbubble,
#inhouseModerator #annotationContainer #labelToolTips .helpbubble,
#inhouseObserver #annotationContainer #labelToolTips .helpbubble {
  display: block;
  left: 232px;
}
#modRutModerator #annotationContainer #labelToolTips .helpbubble .nose,
#modRutTester #annotationContainer #labelToolTips .helpbubble .nose,
#modRutObserver #annotationContainer #labelToolTips .helpbubble .nose,
#meetingRoom #annotationContainer #labelToolTips .helpbubble .nose,
#guerillaModerator #annotationContainer #labelToolTips .helpbubble .nose,
#guerillaObserver #annotationContainer #labelToolTips .helpbubble .nose,
#inhouseModerator #annotationContainer #labelToolTips .helpbubble .nose,
#inhouseObserver #annotationContainer #labelToolTips .helpbubble .nose {
  top: 30px;
}
#modRutModerator #annotationContainer #drpPriority,
#modRutTester #annotationContainer #drpPriority,
#modRutObserver #annotationContainer #drpPriority,
#meetingRoom #annotationContainer #drpPriority,
#guerillaModerator #annotationContainer #drpPriority,
#guerillaObserver #annotationContainer #drpPriority,
#inhouseModerator #annotationContainer #drpPriority,
#inhouseObserver #annotationContainer #drpPriority {
  width: 125px;
  vertical-align: top;
  height: 34.5px;
  border: 1px solid #E0E0E0;
  font-size: 14px;
  color: #333333;
  padding-left: 5px;
  border-radius: 3px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}
#modRutModerator #annotationContainer #btn_create_note,
#modRutTester #annotationContainer #btn_create_note,
#modRutObserver #annotationContainer #btn_create_note,
#meetingRoom #annotationContainer #btn_create_note,
#guerillaModerator #annotationContainer #btn_create_note,
#guerillaObserver #annotationContainer #btn_create_note,
#inhouseModerator #annotationContainer #btn_create_note,
#inhouseObserver #annotationContainer #btn_create_note {
  height: 35px;
}
#modRutModerator #annotationContainer.editMode,
#modRutTester #annotationContainer.editMode,
#modRutObserver #annotationContainer.editMode,
#meetingRoom #annotationContainer.editMode,
#guerillaModerator #annotationContainer.editMode,
#guerillaObserver #annotationContainer.editMode,
#inhouseModerator #annotationContainer.editMode,
#inhouseObserver #annotationContainer.editMode {
  border-color: #009fe3;
  background-color: #e5f1f6;
}
#modRutModerator #commentTable,
#modRutTester #commentTable,
#modRutObserver #commentTable,
#meetingRoom #commentTable,
#guerillaModerator #commentTable,
#guerillaObserver #commentTable,
#inhouseModerator #commentTable,
#inhouseObserver #commentTable {
  margin-top: 20px;
}
#modRutModerator #commentTable .editButton,
#modRutTester #commentTable .editButton,
#modRutObserver #commentTable .editButton,
#meetingRoom #commentTable .editButton,
#guerillaModerator #commentTable .editButton,
#guerillaObserver #commentTable .editButton,
#inhouseModerator #commentTable .editButton,
#inhouseObserver #commentTable .editButton {
  position: absolute;
  right: 4px;
  top: 2px;
  color: #009FE3;
  display: none;
}
#modRutModerator #commentTable .currentlyEdited,
#modRutTester #commentTable .currentlyEdited,
#modRutObserver #commentTable .currentlyEdited,
#meetingRoom #commentTable .currentlyEdited,
#guerillaModerator #commentTable .currentlyEdited,
#guerillaObserver #commentTable .currentlyEdited,
#inhouseModerator #commentTable .currentlyEdited,
#inhouseObserver #commentTable .currentlyEdited {
  background-color: #e5f1f6 !important;
}
#modRutModerator #commentTable .wtBorder,
#modRutTester #commentTable .wtBorder,
#modRutObserver #commentTable .wtBorder,
#meetingRoom #commentTable .wtBorder,
#guerillaModerator #commentTable .wtBorder,
#guerillaObserver #commentTable .wtBorder,
#inhouseModerator #commentTable .wtBorder,
#inhouseObserver #commentTable .wtBorder {
  display: none !important;
}
#modRutModerator #commentTable table,
#modRutTester #commentTable table,
#modRutObserver #commentTable table,
#meetingRoom #commentTable table,
#guerillaModerator #commentTable table,
#guerillaObserver #commentTable table,
#inhouseModerator #commentTable table,
#inhouseObserver #commentTable table {
  font-family: 'Open Sans', sans-serif;
}
#modRutModerator #commentTable table thead th,
#modRutTester #commentTable table thead th,
#modRutObserver #commentTable table thead th,
#meetingRoom #commentTable table thead th,
#guerillaModerator #commentTable table thead th,
#guerillaObserver #commentTable table thead th,
#inhouseModerator #commentTable table thead th,
#inhouseObserver #commentTable table thead th {
  text-align: left;
  font-weight: bold;
  color: #333333;
  padding-left: 14px;
  border-left: none;
  border-right: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #CCC;
  background-color: #F8F8F8;
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
}
#modRutModerator #commentTable table thead th .colHeader.columnSorting:not(:empty),
#modRutTester #commentTable table thead th .colHeader.columnSorting:not(:empty),
#modRutObserver #commentTable table thead th .colHeader.columnSorting:not(:empty),
#meetingRoom #commentTable table thead th .colHeader.columnSorting:not(:empty),
#guerillaModerator #commentTable table thead th .colHeader.columnSorting:not(:empty),
#guerillaObserver #commentTable table thead th .colHeader.columnSorting:not(:empty),
#inhouseModerator #commentTable table thead th .colHeader.columnSorting:not(:empty),
#inhouseObserver #commentTable table thead th .colHeader.columnSorting:not(:empty) {
  padding-right: 0 !important;
  float: left;
  width: 100%;
  background-position: 100% 20%;
  text-align: left;
  position: relative;
  left: -6px;
}
#modRutModerator #commentTable table thead th:first-child,
#modRutTester #commentTable table thead th:first-child,
#modRutObserver #commentTable table thead th:first-child,
#meetingRoom #commentTable table thead th:first-child,
#guerillaModerator #commentTable table thead th:first-child,
#guerillaObserver #commentTable table thead th:first-child,
#inhouseModerator #commentTable table thead th:first-child,
#inhouseObserver #commentTable table thead th:first-child {
  border-left: 1px solid #CCC;
  width: 98px;
}
#modRutModerator #commentTable table thead th:nth-child(2),
#modRutTester #commentTable table thead th:nth-child(2),
#modRutObserver #commentTable table thead th:nth-child(2),
#meetingRoom #commentTable table thead th:nth-child(2),
#guerillaModerator #commentTable table thead th:nth-child(2),
#guerillaObserver #commentTable table thead th:nth-child(2),
#inhouseModerator #commentTable table thead th:nth-child(2),
#inhouseObserver #commentTable table thead th:nth-child(2) {
  padding-left: 10px;
  width: 719px;
}
#modRutModerator #commentTable table thead th:nth-child(3),
#modRutTester #commentTable table thead th:nth-child(3),
#modRutObserver #commentTable table thead th:nth-child(3),
#meetingRoom #commentTable table thead th:nth-child(3),
#guerillaModerator #commentTable table thead th:nth-child(3),
#guerillaObserver #commentTable table thead th:nth-child(3),
#inhouseModerator #commentTable table thead th:nth-child(3),
#inhouseObserver #commentTable table thead th:nth-child(3) {
  width: 147px;
}
#modRutModerator #commentTable table thead th:last-child,
#modRutTester #commentTable table thead th:last-child,
#modRutObserver #commentTable table thead th:last-child,
#meetingRoom #commentTable table thead th:last-child,
#guerillaModerator #commentTable table thead th:last-child,
#guerillaObserver #commentTable table thead th:last-child,
#inhouseModerator #commentTable table thead th:last-child,
#inhouseObserver #commentTable table thead th:last-child {
  width: 160px;
  padding-left: 5px;
  border-right: 1px solid #CCC;
}
@media screen and (max-width: 1365px) {
  #modRutModerator #commentTable table thead th:nth-child(2),
  #modRutTester #commentTable table thead th:nth-child(2),
  #modRutObserver #commentTable table thead th:nth-child(2),
  #meetingRoom #commentTable table thead th:nth-child(2),
  #guerillaModerator #commentTable table thead th:nth-child(2),
  #guerillaObserver #commentTable table thead th:nth-child(2),
  #inhouseModerator #commentTable table thead th:nth-child(2),
  #inhouseObserver #commentTable table thead th:nth-child(2) {
    width: 677px;
  }
  #modRutModerator #commentTable table thead th:nth-child(3),
  #modRutTester #commentTable table thead th:nth-child(3),
  #modRutObserver #commentTable table thead th:nth-child(3),
  #meetingRoom #commentTable table thead th:nth-child(3),
  #guerillaModerator #commentTable table thead th:nth-child(3),
  #guerillaObserver #commentTable table thead th:nth-child(3),
  #inhouseModerator #commentTable table thead th:nth-child(3),
  #inhouseObserver #commentTable table thead th:nth-child(3) {
    width: 103px;
  }
  #modRutModerator #commentTable table thead th:last-child,
  #modRutTester #commentTable table thead th:last-child,
  #modRutObserver #commentTable table thead th:last-child,
  #meetingRoom #commentTable table thead th:last-child,
  #guerillaModerator #commentTable table thead th:last-child,
  #guerillaObserver #commentTable table thead th:last-child,
  #inhouseModerator #commentTable table thead th:last-child,
  #inhouseObserver #commentTable table thead th:last-child {
    width: 101px;
  }
}
#modRutModerator #commentTable table tbody td,
#modRutTester #commentTable table tbody td,
#modRutObserver #commentTable table tbody td,
#meetingRoom #commentTable table tbody td,
#guerillaModerator #commentTable table tbody td,
#guerillaObserver #commentTable table tbody td,
#inhouseModerator #commentTable table tbody td,
#inhouseObserver #commentTable table tbody td {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  height: 22px;
  empty-cells: show;
  line-height: 21px;
  font-size: 12px;
  vertical-align: top;
  overflow: hidden;
  outline-width: 0;
  background-color: transparent;
  font-size: 14px;
  padding: 10px 14px;
  position: relative;
}
#modRutModerator #commentTable table tbody td:hover .editButton,
#modRutTester #commentTable table tbody td:hover .editButton,
#modRutObserver #commentTable table tbody td:hover .editButton,
#meetingRoom #commentTable table tbody td:hover .editButton,
#guerillaModerator #commentTable table tbody td:hover .editButton,
#guerillaObserver #commentTable table tbody td:hover .editButton,
#inhouseModerator #commentTable table tbody td:hover .editButton,
#inhouseObserver #commentTable table tbody td:hover .editButton {
  display: block;
}
#modRutModerator #commentTable table tbody td:nth-child(1),
#modRutTester #commentTable table tbody td:nth-child(1),
#modRutObserver #commentTable table tbody td:nth-child(1),
#meetingRoom #commentTable table tbody td:nth-child(1),
#guerillaModerator #commentTable table tbody td:nth-child(1),
#guerillaObserver #commentTable table tbody td:nth-child(1),
#inhouseModerator #commentTable table tbody td:nth-child(1),
#inhouseObserver #commentTable table tbody td:nth-child(1) {
  vertical-align: middle;
  border-left: 1px solid #CCC;
  text-align: center;
}
#modRutModerator #commentTable table tbody td:nth-child(2),
#modRutTester #commentTable table tbody td:nth-child(2),
#modRutObserver #commentTable table tbody td:nth-child(2),
#meetingRoom #commentTable table tbody td:nth-child(2),
#guerillaModerator #commentTable table tbody td:nth-child(2),
#guerillaObserver #commentTable table tbody td:nth-child(2),
#inhouseModerator #commentTable table tbody td:nth-child(2),
#inhouseObserver #commentTable table tbody td:nth-child(2),
#modRutModerator #commentTable table tbody td:nth-child(3),
#modRutTester #commentTable table tbody td:nth-child(3),
#modRutObserver #commentTable table tbody td:nth-child(3),
#meetingRoom #commentTable table tbody td:nth-child(3),
#guerillaModerator #commentTable table tbody td:nth-child(3),
#guerillaObserver #commentTable table tbody td:nth-child(3),
#inhouseModerator #commentTable table tbody td:nth-child(3),
#inhouseObserver #commentTable table tbody td:nth-child(3),
#modRutModerator #commentTable table tbody td:nth-child(4),
#modRutTester #commentTable table tbody td:nth-child(4),
#modRutObserver #commentTable table tbody td:nth-child(4),
#meetingRoom #commentTable table tbody td:nth-child(4),
#guerillaModerator #commentTable table tbody td:nth-child(4),
#guerillaObserver #commentTable table tbody td:nth-child(4),
#inhouseModerator #commentTable table tbody td:nth-child(4),
#inhouseObserver #commentTable table tbody td:nth-child(4) {
  cursor: pointer;
}
#modRutModerator #commentTable table tbody td:last-child,
#modRutTester #commentTable table tbody td:last-child,
#modRutObserver #commentTable table tbody td:last-child,
#meetingRoom #commentTable table tbody td:last-child,
#guerillaModerator #commentTable table tbody td:last-child,
#guerillaObserver #commentTable table tbody td:last-child,
#inhouseModerator #commentTable table tbody td:last-child,
#inhouseObserver #commentTable table tbody td:last-child {
  vertical-align: middle;
  text-align: center;
  overflow: visible;
}
#modRutModerator #commentTable table tbody td:last-child .fa,
#modRutTester #commentTable table tbody td:last-child .fa,
#modRutObserver #commentTable table tbody td:last-child .fa,
#meetingRoom #commentTable table tbody td:last-child .fa,
#guerillaModerator #commentTable table tbody td:last-child .fa,
#guerillaObserver #commentTable table tbody td:last-child .fa,
#inhouseModerator #commentTable table tbody td:last-child .fa,
#inhouseObserver #commentTable table tbody td:last-child .fa {
  color: #ddd;
  cursor: not-allowed;
  margin-right: 30px;
}
@media screen and (max-width: 1366px) {
  #modRutModerator #commentTable table tbody td:last-child .fa,
  #modRutTester #commentTable table tbody td:last-child .fa,
  #modRutObserver #commentTable table tbody td:last-child .fa,
  #meetingRoom #commentTable table tbody td:last-child .fa,
  #guerillaModerator #commentTable table tbody td:last-child .fa,
  #guerillaObserver #commentTable table tbody td:last-child .fa,
  #inhouseModerator #commentTable table tbody td:last-child .fa,
  #inhouseObserver #commentTable table tbody td:last-child .fa {
    margin-right: 14px;
  }
}
#modRutModerator #commentTable table tbody td:last-child .btn_delete_note.fa,
#modRutTester #commentTable table tbody td:last-child .btn_delete_note.fa,
#modRutObserver #commentTable table tbody td:last-child .btn_delete_note.fa,
#meetingRoom #commentTable table tbody td:last-child .btn_delete_note.fa,
#guerillaModerator #commentTable table tbody td:last-child .btn_delete_note.fa,
#guerillaObserver #commentTable table tbody td:last-child .btn_delete_note.fa,
#inhouseModerator #commentTable table tbody td:last-child .btn_delete_note.fa,
#inhouseObserver #commentTable table tbody td:last-child .btn_delete_note.fa {
  margin-right: 0px;
  color: #009FE3;
  cursor: pointer;
}
#modRutModerator #commentTable table tbody td:nth-child(6),
#modRutTester #commentTable table tbody td:nth-child(6),
#modRutObserver #commentTable table tbody td:nth-child(6),
#meetingRoom #commentTable table tbody td:nth-child(6),
#guerillaModerator #commentTable table tbody td:nth-child(6),
#guerillaObserver #commentTable table tbody td:nth-child(6),
#inhouseModerator #commentTable table tbody td:nth-child(6),
#inhouseObserver #commentTable table tbody td:nth-child(6),
#modRutModerator #commentTable table tbody td:nth-child(7),
#modRutTester #commentTable table tbody td:nth-child(7),
#modRutObserver #commentTable table tbody td:nth-child(7),
#meetingRoom #commentTable table tbody td:nth-child(7),
#guerillaModerator #commentTable table tbody td:nth-child(7),
#guerillaObserver #commentTable table tbody td:nth-child(7),
#inhouseModerator #commentTable table tbody td:nth-child(7),
#inhouseObserver #commentTable table tbody td:nth-child(7),
#modRutModerator #commentTable table tbody td:nth-child(8),
#modRutTester #commentTable table tbody td:nth-child(8),
#modRutObserver #commentTable table tbody td:nth-child(8),
#meetingRoom #commentTable table tbody td:nth-child(8),
#guerillaModerator #commentTable table tbody td:nth-child(8),
#guerillaObserver #commentTable table tbody td:nth-child(8),
#inhouseModerator #commentTable table tbody td:nth-child(8),
#inhouseObserver #commentTable table tbody td:nth-child(8) {
  display: none;
}
#modRutModerator #commentTable table tbody td.listbox,
#modRutTester #commentTable table tbody td.listbox,
#modRutObserver #commentTable table tbody td.listbox,
#meetingRoom #commentTable table tbody td.listbox,
#guerillaModerator #commentTable table tbody td.listbox,
#guerillaObserver #commentTable table tbody td.listbox,
#inhouseModerator #commentTable table tbody td.listbox,
#inhouseObserver #commentTable table tbody td.listbox {
  padding: 1px 14px;
  background-color: #FFFFFF;
  cursor: pointer;
}
#modRutModerator #commentTable table tbody tr:nth-child(even),
#modRutTester #commentTable table tbody tr:nth-child(even),
#modRutObserver #commentTable table tbody tr:nth-child(even),
#meetingRoom #commentTable table tbody tr:nth-child(even),
#guerillaModerator #commentTable table tbody tr:nth-child(even),
#guerillaObserver #commentTable table tbody tr:nth-child(even),
#inhouseModerator #commentTable table tbody tr:nth-child(even),
#inhouseObserver #commentTable table tbody tr:nth-child(even) {
  background-color: #F8F8F8;
}
#modRutModerator #commentTable table tbody tr:nth-child(odd),
#modRutTester #commentTable table tbody tr:nth-child(odd),
#modRutObserver #commentTable table tbody tr:nth-child(odd),
#meetingRoom #commentTable table tbody tr:nth-child(odd),
#guerillaModerator #commentTable table tbody tr:nth-child(odd),
#guerillaObserver #commentTable table tbody tr:nth-child(odd),
#inhouseModerator #commentTable table tbody tr:nth-child(odd),
#inhouseObserver #commentTable table tbody tr:nth-child(odd) {
  background-color: #FFFFFF;
}
#modRutModerator .tester-feedback .field-container,
#modRutTester .tester-feedback .field-container,
#modRutObserver .tester-feedback .field-container,
#meetingRoom .tester-feedback .field-container,
#guerillaModerator .tester-feedback .field-container,
#guerillaObserver .tester-feedback .field-container,
#inhouseModerator .tester-feedback .field-container,
#inhouseObserver .tester-feedback .field-container {
  padding: 16px 0;
}
#modRutModerator .tester-feedback .field-container textarea,
#modRutTester .tester-feedback .field-container textarea,
#modRutObserver .tester-feedback .field-container textarea,
#meetingRoom .tester-feedback .field-container textarea,
#guerillaModerator .tester-feedback .field-container textarea,
#guerillaObserver .tester-feedback .field-container textarea,
#inhouseModerator .tester-feedback .field-container textarea,
#inhouseObserver .tester-feedback .field-container textarea {
  width: 342px;
  height: 72px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #ABABAB;
  border-radius: 2px;
  padding: 0;
}
#modRutModerator .tester-feedback .field-container .feedback-error,
#modRutTester .tester-feedback .field-container .feedback-error,
#modRutObserver .tester-feedback .field-container .feedback-error,
#meetingRoom .tester-feedback .field-container .feedback-error,
#guerillaModerator .tester-feedback .field-container .feedback-error,
#guerillaObserver .tester-feedback .field-container .feedback-error,
#inhouseModerator .tester-feedback .field-container .feedback-error,
#inhouseObserver .tester-feedback .field-container .feedback-error {
  float: left;
  width: 100%;
  color: red;
  margin-bottom: 6px;
  padding: 0;
}
#modRutModerator.prepare-page .step-box,
#modRutTester.prepare-page .step-box,
#modRutObserver.prepare-page .step-box,
#meetingRoom.prepare-page .step-box,
#guerillaModerator.prepare-page .step-box,
#guerillaObserver.prepare-page .step-box,
#inhouseModerator.prepare-page .step-box,
#inhouseObserver.prepare-page .step-box {
  display: inline-block;
  width: 33%;
  vertical-align: top;
}
#modRutModerator.prepare-page .step-box img,
#modRutTester.prepare-page .step-box img,
#modRutObserver.prepare-page .step-box img,
#meetingRoom.prepare-page .step-box img,
#guerillaModerator.prepare-page .step-box img,
#guerillaObserver.prepare-page .step-box img,
#inhouseModerator.prepare-page .step-box img,
#inhouseObserver.prepare-page .step-box img {
  margin: 0px 25%;
}
#modRutModerator.prepare-page .step-box .step-box-content,
#modRutTester.prepare-page .step-box .step-box-content,
#modRutObserver.prepare-page .step-box .step-box-content,
#meetingRoom.prepare-page .step-box .step-box-content,
#guerillaModerator.prepare-page .step-box .step-box-content,
#guerillaObserver.prepare-page .step-box .step-box-content,
#inhouseModerator.prepare-page .step-box .step-box-content,
#inhouseObserver.prepare-page .step-box .step-box-content {
  margin-top: 16px;
}
#modRutModerator.prepare-page .step-box .step-box-content .step-box-content-title,
#modRutTester.prepare-page .step-box .step-box-content .step-box-content-title,
#modRutObserver.prepare-page .step-box .step-box-content .step-box-content-title,
#meetingRoom.prepare-page .step-box .step-box-content .step-box-content-title,
#guerillaModerator.prepare-page .step-box .step-box-content .step-box-content-title,
#guerillaObserver.prepare-page .step-box .step-box-content .step-box-content-title,
#inhouseModerator.prepare-page .step-box .step-box-content .step-box-content-title,
#inhouseObserver.prepare-page .step-box .step-box-content .step-box-content-title {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: bold;
}
#modRutModerator.prepare-page .step-box .step-box-content .step-box-content-text,
#modRutTester.prepare-page .step-box .step-box-content .step-box-content-text,
#modRutObserver.prepare-page .step-box .step-box-content .step-box-content-text,
#meetingRoom.prepare-page .step-box .step-box-content .step-box-content-text,
#guerillaModerator.prepare-page .step-box .step-box-content .step-box-content-text,
#guerillaObserver.prepare-page .step-box .step-box-content .step-box-content-text,
#inhouseModerator.prepare-page .step-box .step-box-content .step-box-content-text,
#inhouseObserver.prepare-page .step-box .step-box-content .step-box-content-text {
  width: 94%;
}
#modRutModerator .checkList,
#modRutTester .checkList,
#modRutObserver .checkList,
#meetingRoom .checkList,
#guerillaModerator .checkList,
#guerillaObserver .checkList,
#inhouseModerator .checkList,
#inhouseObserver .checkList {
  display: inline-block;
  vertical-align: top;
}
#modRutModerator .checkList .fontAwesomeChecklist li,
#modRutTester .checkList .fontAwesomeChecklist li,
#modRutObserver .checkList .fontAwesomeChecklist li,
#meetingRoom .checkList .fontAwesomeChecklist li,
#guerillaModerator .checkList .fontAwesomeChecklist li,
#guerillaObserver .checkList .fontAwesomeChecklist li,
#inhouseModerator .checkList .fontAwesomeChecklist li,
#inhouseObserver .checkList .fontAwesomeChecklist li {
  margin-bottom: 20px;
}
#modRutModerator .checkList .fontAwesomeChecklist li:before,
#modRutTester .checkList .fontAwesomeChecklist li:before,
#modRutObserver .checkList .fontAwesomeChecklist li:before,
#meetingRoom .checkList .fontAwesomeChecklist li:before,
#guerillaModerator .checkList .fontAwesomeChecklist li:before,
#guerillaObserver .checkList .fontAwesomeChecklist li:before,
#inhouseModerator .checkList .fontAwesomeChecklist li:before,
#inhouseObserver .checkList .fontAwesomeChecklist li:before {
  font-size: 14px;
}
#modRutModerator input[type="checkbox"] + label,
#modRutTester input[type="checkbox"] + label,
#modRutObserver input[type="checkbox"] + label,
#meetingRoom input[type="checkbox"] + label,
#guerillaModerator input[type="checkbox"] + label,
#guerillaObserver input[type="checkbox"] + label,
#inhouseModerator input[type="checkbox"] + label,
#inhouseObserver input[type="checkbox"] + label {
  position: relative;
  padding-left: 8px;
  cursor: pointer;
}
#modRutModerator input[type="checkbox"],
#modRutTester input[type="checkbox"],
#modRutObserver input[type="checkbox"],
#meetingRoom input[type="checkbox"],
#guerillaModerator input[type="checkbox"],
#guerillaObserver input[type="checkbox"],
#inhouseModerator input[type="checkbox"],
#inhouseObserver input[type="checkbox"] {
  margin: 0px;
  opacity: 0;
}
#modRutModerator input[type="checkbox"] + label:before,
#modRutTester input[type="checkbox"] + label:before,
#modRutObserver input[type="checkbox"] + label:before,
#meetingRoom input[type="checkbox"] + label:before,
#guerillaModerator input[type="checkbox"] + label:before,
#guerillaObserver input[type="checkbox"] + label:before,
#inhouseModerator input[type="checkbox"] + label:before,
#inhouseObserver input[type="checkbox"] + label:before {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 15px;
  top: 1px;
  left: -16px;
  background: white;
  border: 1px solid #535353;
  color: #009fe3;
  border-radius: 3px;
  padding: 0 !important;
  content: '';
}
#modRutModerator input[type="checkbox"] + label:after,
#modRutTester input[type="checkbox"] + label:after,
#modRutObserver input[type="checkbox"] + label:after,
#meetingRoom input[type="checkbox"] + label:after,
#guerillaModerator input[type="checkbox"] + label:after,
#guerillaObserver input[type="checkbox"] + label:after,
#inhouseModerator input[type="checkbox"] + label:after,
#inhouseObserver input[type="checkbox"] + label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: -13px;
  border: 3px solid #009fe3;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  cursor: pointer;
}
#modRutModerator input[type="checkbox"]:checked + label:after,
#modRutTester input[type="checkbox"]:checked + label:after,
#modRutObserver input[type="checkbox"]:checked + label:after,
#meetingRoom input[type="checkbox"]:checked + label:after,
#guerillaModerator input[type="checkbox"]:checked + label:after,
#guerillaObserver input[type="checkbox"]:checked + label:after,
#inhouseModerator input[type="checkbox"]:checked + label:after,
#inhouseObserver input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
#modRutModerator input[type="checkbox"] + label.hide_checkbox_label,
#modRutTester input[type="checkbox"] + label.hide_checkbox_label,
#modRutObserver input[type="checkbox"] + label.hide_checkbox_label,
#meetingRoom input[type="checkbox"] + label.hide_checkbox_label,
#guerillaModerator input[type="checkbox"] + label.hide_checkbox_label,
#guerillaObserver input[type="checkbox"] + label.hide_checkbox_label,
#inhouseModerator input[type="checkbox"] + label.hide_checkbox_label,
#inhouseObserver input[type="checkbox"] + label.hide_checkbox_label {
  left: -15px;
  padding-left: 0px;
}
#modRutModerator input[type="checkbox"] + label.hide_checkbox_label:before,
#modRutTester input[type="checkbox"] + label.hide_checkbox_label:before,
#modRutObserver input[type="checkbox"] + label.hide_checkbox_label:before,
#meetingRoom input[type="checkbox"] + label.hide_checkbox_label:before,
#guerillaModerator input[type="checkbox"] + label.hide_checkbox_label:before,
#guerillaObserver input[type="checkbox"] + label.hide_checkbox_label:before,
#inhouseModerator input[type="checkbox"] + label.hide_checkbox_label:before,
#inhouseObserver input[type="checkbox"] + label.hide_checkbox_label:before,
#modRutModerator input[type="checkbox"] + label.hide_checkbox_label:after,
#modRutTester input[type="checkbox"] + label.hide_checkbox_label:after,
#modRutObserver input[type="checkbox"] + label.hide_checkbox_label:after,
#meetingRoom input[type="checkbox"] + label.hide_checkbox_label:after,
#guerillaModerator input[type="checkbox"] + label.hide_checkbox_label:after,
#guerillaObserver input[type="checkbox"] + label.hide_checkbox_label:after,
#inhouseModerator input[type="checkbox"] + label.hide_checkbox_label:after,
#inhouseObserver input[type="checkbox"] + label.hide_checkbox_label:after {
  opacity: 0;
}
#modRutModerator input[type="checkbox"]:focus + label,
#modRutTester input[type="checkbox"]:focus + label,
#modRutObserver input[type="checkbox"]:focus + label,
#meetingRoom input[type="checkbox"]:focus + label,
#guerillaModerator input[type="checkbox"]:focus + label,
#guerillaObserver input[type="checkbox"]:focus + label,
#inhouseModerator input[type="checkbox"]:focus + label,
#inhouseObserver input[type="checkbox"]:focus + label {
  outline: 1px dotted black;
}
@media only screen and (max-width: 1366px) {
  #modRutModerator #chat #chat-message-input,
  #modRutTester #chat #chat-message-input,
  #modRutObserver #chat #chat-message-input,
  #meetingRoom #chat #chat-message-input,
  #guerillaModerator #chat #chat-message-input,
  #guerillaObserver #chat #chat-message-input,
  #inhouseModerator #chat #chat-message-input,
  #inhouseObserver #chat #chat-message-input {
    width: 84%;
  }
  #modRutModerator #chat:before,
  #modRutTester #chat:before,
  #modRutObserver #chat:before,
  #meetingRoom #chat:before,
  #guerillaModerator #chat:before,
  #guerillaObserver #chat:before,
  #inhouseModerator #chat:before,
  #inhouseObserver #chat:before {
    right: 142px;
  }
  #modRutModerator .status-container.observers-info,
  #modRutTester .status-container.observers-info,
  #modRutObserver .status-container.observers-info,
  #meetingRoom .status-container.observers-info,
  #guerillaModerator .status-container.observers-info,
  #guerillaObserver .status-container.observers-info,
  #inhouseModerator .status-container.observers-info,
  #inhouseObserver .status-container.observers-info {
    margin-left: 32px;
  }
}
@media only screen and (max-width: 1280px) {
  #modRutModerator #chat #chat-message-input,
  #modRutTester #chat #chat-message-input,
  #modRutObserver #chat #chat-message-input,
  #meetingRoom #chat #chat-message-input,
  #guerillaModerator #chat #chat-message-input,
  #guerillaObserver #chat #chat-message-input,
  #inhouseModerator #chat #chat-message-input,
  #inhouseObserver #chat #chat-message-input {
    width: 83%;
  }
}
@media only screen and (max-width: 1024px) {
  #modRutModerator #chat #chat-message-input,
  #modRutTester #chat #chat-message-input,
  #modRutObserver #chat #chat-message-input,
  #meetingRoom #chat #chat-message-input,
  #guerillaModerator #chat #chat-message-input,
  #guerillaObserver #chat #chat-message-input,
  #inhouseModerator #chat #chat-message-input,
  #inhouseObserver #chat #chat-message-input {
    width: 78%;
  }
  #modRutModerator #chat:before,
  #modRutTester #chat:before,
  #modRutObserver #chat:before,
  #meetingRoom #chat:before,
  #guerillaModerator #chat:before,
  #guerillaObserver #chat:before,
  #inhouseModerator #chat:before,
  #inhouseObserver #chat:before {
    right: 170px;
  }
}
#modRutModerator .status-container .participantsPopup,
#modRutObserver .status-container .participantsPopup,
#guerillaModerator .status-container .participantsPopup,
#guerillaObserver .status-container .participantsPopup {
  top: 75px;
}
#modRutModerator .status-container .participantsPopup:before,
#modRutObserver .status-container .participantsPopup:before,
#guerillaModerator .status-container .participantsPopup:before,
#guerillaObserver .status-container .participantsPopup:before {
  left: 23px;
}
#modRutModerator .choose_actions,
#modRutObserver .choose_actions,
#guerillaModerator .choose_actions,
#guerillaObserver .choose_actions {
  text-align: right;
  margin-top: 67px;
}
#modRutModerator .choose_actions .choose_actions-sub,
#modRutObserver .choose_actions .choose_actions-sub,
#guerillaModerator .choose_actions .choose_actions-sub,
#guerillaObserver .choose_actions .choose_actions-sub {
  margin-top: 8px;
}
#modRutModerator .choose_box,
#modRutObserver .choose_box,
#guerillaModerator .choose_box,
#guerillaObserver .choose_box {
  width: 42%;
  height: 141px;
  cursor: pointer;
  display: inline-block;
  padding: 20px;
  border: 1px solid #bbb;
  border-radius: 4px;
  text-align: center;
  vertical-align: top;
  position: relative;
  background-color: #FFF;
}
#modRutModerator .choose_box .centered-label,
#modRutObserver .choose_box .centered-label,
#guerillaModerator .choose_box .centered-label,
#guerillaObserver .choose_box .centered-label {
  display: none;
}
#modRutModerator .choose_box .icon-wrap,
#modRutObserver .choose_box .icon-wrap,
#guerillaModerator .choose_box .icon-wrap,
#guerillaObserver .choose_box .icon-wrap {
  height: 30px;
  line-height: 30px;
  margin-bottom: 8px;
}
#modRutModerator .choose_box .icon-wrap .fa,
#modRutObserver .choose_box .icon-wrap .fa,
#guerillaModerator .choose_box .icon-wrap .fa,
#guerillaObserver .choose_box .icon-wrap .fa {
  font-size: 30px;
}
#modRutModerator .choose_box .label-wrap,
#modRutObserver .choose_box .label-wrap,
#guerillaModerator .choose_box .label-wrap,
#guerillaObserver .choose_box .label-wrap {
  margin-bottom: 25px;
}
#modRutModerator .choose_box .label-wrap label,
#modRutObserver .choose_box .label-wrap label,
#guerillaModerator .choose_box .label-wrap label,
#guerillaObserver .choose_box .label-wrap label {
  font-size: 16px;
  padding-left: 14px;
  font-weight: bold;
}
#modRutModerator .choose_box .info-wrap,
#modRutObserver .choose_box .info-wrap,
#guerillaModerator .choose_box .info-wrap,
#guerillaObserver .choose_box .info-wrap {
  margin-top: 25px;
  font-style: italic;
}
#modRutModerator .choose_box.active,
#modRutObserver .choose_box.active,
#guerillaModerator .choose_box.active,
#guerillaObserver .choose_box.active {
  border-color: #009FE3;
  background-color: #F8FDFF;
}
#modRutModerator .choose_box ul,
#modRutObserver .choose_box ul,
#guerillaModerator .choose_box ul,
#guerillaObserver .choose_box ul,
#modRutModerator .choose_box ol,
#modRutObserver .choose_box ol,
#guerillaModerator .choose_box ol,
#guerillaObserver .choose_box ol {
  text-align: left;
  margin: 0px;
  padding-left: 20px;
}
#modRutModerator .step-composition-cam .container,
#modRutObserver .step-composition-cam .container,
#guerillaModerator .step-composition-cam .container,
#guerillaObserver .step-composition-cam .container {
  width: 215px;
  display: inline-block;
  text-align: center;
}
#modRutModerator .step-composition-cam .container .box,
#modRutObserver .step-composition-cam .container .box,
#guerillaModerator .step-composition-cam .container .box,
#guerillaObserver .step-composition-cam .container .box {
  position: relative;
  background: #EBEBEB 0% 0% no-repeat padding-box;
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  padding: 40px 70px;
  text-align: center;
  font: italic normal normal 14px/22px Open Sans;
  letter-spacing: 0px;
  color: #707070;
}
#modRutModerator .step-composition-cam .container .box .composition_with_cam,
#modRutObserver .step-composition-cam .container .box .composition_with_cam,
#guerillaModerator .step-composition-cam .container .box .composition_with_cam,
#guerillaObserver .step-composition-cam .container .box .composition_with_cam {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
#modRutModerator .step-composition-cam .container .input-div,
#modRutObserver .step-composition-cam .container .input-div,
#guerillaModerator .step-composition-cam .container .input-div,
#guerillaObserver .step-composition-cam .container .input-div {
  margin: 16px 0;
}
#modRutModerator input[type="radio"] + label,
#modRutObserver input[type="radio"] + label,
#guerillaModerator input[type="radio"] + label,
#guerillaObserver input[type="radio"] + label {
  position: relative;
  padding-left: 8px;
  cursor: pointer;
}
#modRutModerator input[type="radio"],
#modRutObserver input[type="radio"],
#guerillaModerator input[type="radio"],
#guerillaObserver input[type="radio"] {
  margin: 0px;
  opacity: 0;
}
#modRutModerator input[type="radio"] + label:before,
#modRutObserver input[type="radio"] + label:before,
#guerillaModerator input[type="radio"] + label:before,
#guerillaObserver input[type="radio"] + label:before {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 1px;
  left: -16px;
  background: white;
  border: 1px solid #535353;
  color: #009fe3;
  border-radius: 50%;
  padding: 0 !important;
  content: '';
}
#modRutModerator input[type="radio"] + label:after,
#modRutObserver input[type="radio"] + label:after,
#guerillaModerator input[type="radio"] + label:after,
#guerillaObserver input[type="radio"] + label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #009fe3;
  top: 6px;
  left: -11px;
  border-radius: 50%;
  transform: rotate(-45deg);
  cursor: pointer;
}
#modRutModerator input[type="radio"]:checked + label:after,
#modRutObserver input[type="radio"]:checked + label:after,
#guerillaModerator input[type="radio"]:checked + label:after,
#guerillaObserver input[type="radio"]:checked + label:after {
  opacity: 1;
}
#modRutModerator input[type="radio"]:focus + label,
#modRutObserver input[type="radio"]:focus + label,
#guerillaModerator input[type="radio"]:focus + label,
#guerillaObserver input[type="radio"]:focus + label {
  outline: 1px dotted black;
}
.customer-viewVideo.mod-rut-session #ul-custom-footer #ul-custom-footer-container.customer-dashboard-footer {
  width: 100%;
  padding: 0;
}
.customer-viewVideo.mod-rut-session .customer-dashboard-container .content {
  width: 90%;
  margin: 0 auto;
}
.customer-viewVideo.mod-rut-session .tagify-container .customLook {
  min-height: 45px;
  max-height: 45px;
}
@media screen and (max-width: 1366px) {
  .customer-viewVideo.mod-rut-session .customer-dashboard-container {
    width: 80%;
    margin: 0 auto;
  }
  .customer-viewVideo.mod-rut-session #annotationContainer .tagify-container {
    width: 59% !important;
  }
}
@media screen and (max-width: 1280px) {
  .customer-viewVideo.mod-rut-session #annotationContainer .tagify-container {
    width: 56% !important;
  }
}
@media screen and (max-width: 1024px) {
  .customer-viewVideo.mod-rut-session .customer-dashboard-container .content {
    margin: 0;
  }
  .customer-viewVideo.mod-rut-session #annotationContainer .tagify-container {
    width: 44% !important;
  }
}
@media screen and (max-width: 960px) {
  .customer-viewVideo.mod-rut-session #annotationContainer .tagify-container {
    width: 41% !important;
  }
}
#modRutTester #chat:before {
  right: 220px;
}
@media only screen and (max-width: 1366px) {
  #modRutTester #chat:before {
    right: 240px;
  }
}
@media only screen and (max-width: 1280px) {
  #modRutTester #chat:before {
    right: 250px;
  }
  #modRutTester #recording {
    width: 350px;
  }
}
@media only screen and (max-width: 1024px) {
  #modRutTester #chat:before {
    right: 260px;
  }
}
#videoTutorial-page .pagearea {
  background-color: #fff;
  background-color: #f8f8f8;
}
#videoTutorial-page .pagearea .videoTutorial-header {
  width: 70%;
  margin: auto;
  position: relative;
  height: 80px;
}
#videoTutorial-page .pagearea .videoTutorial-header .logo-container {
  padding-top: 12px;
}
#videoTutorial-page .pagearea .videoTutorial-header .logo-container img {
  height: 55px;
  display: block;
}
#videoTutorial-page .pagearea .videoTutorial-header .loginArea {
  position: absolute;
  top: 5px;
  right: 7px;
  width: 293px;
  text-align: right;
  width: 604px !important;
  float: left;
  font-size: 10px;
}
#videoTutorial-page .tutorial-banner {
  width: 100%;
  height: 100px;
  background-image: url('/images/front/stage-img.jpg');
  background-position: top right;
  background-size: cover;
}
#videoTutorial-page .content {
  position: relative;
  top: -50px;
}
#videoTutorial-page .content #bookingTutorial-page {
  width: 65%;
  padding: 24px;
  background-color: #fff;
  box-shadow: 0px 10px 8px 0px rgba(121, 121, 121, 0.3);
  margin: 0 auto;
}
#videoTutorial-page .content #bookingTutorial-page .next_video_link {
  margin: 10px 0 0 0;
  text-align: right;
  font: normal normal normal 14px/19px Open Sans;
  letter-spacing: 0px;
  color: #009FE3;
}
.twilio-chat-integration .chat-message-container {
  height: 184px;
  border: 1px solid #DCDCDC;
  margin-bottom: 4px;
  background: #fff;
  overflow-y: auto;
}
.twilio-chat-integration .chat-message-container .chat-message {
  line-height: 20px;
  padding: 6px 8px;
}
.twilio-chat-integration .chat-message-container .chat-message:nth-child(odd) {
  background: #F8F8F8;
}
.twilio-chat-integration .chat-message-container .chat-message-date {
  display: inline-block;
  color: #B9B9B9;
  width: 45px;
}
.twilio-chat-integration .chat-message-container .chat-message-body {
  display: inline-block;
  vertical-align: top;
  word-wrap: anywhere;
  width: 86%;
}
.twilio-chat-integration .chat-message-container .chat-message-username {
  color: #333333;
  font-weight: bold;
}
.twilio-chat-integration .chat-message-input {
  width: 86%;
  height: 32px;
  color: #333;
  font-size: 14px;
  border: 1px #009fe3 solid;
  border-radius: 3px;
  height: 26px;
  padding: 4px;
  padding-left: 4px;
  padding-left: 10px;
}
.twilio-chat-integration .sendButton {
  height: 36px;
  float: right;
}
.twilio-chat-integration .typing-row {
  padding-left: 4px;
  font-size: 14px;
  display: inline-block;
}
.twilio-chat-integration .closeIcon {
  font-size: 18px;
  position: absolute;
  right: 16px;
  top: 16px;
  color: #009FE3;
  cursor: pointer;
}
.wpml-ls-legacy-dropdown {
  width: 15.5em;
  max-width: 100%;
}
.wpml-ls-legacy-dropdown > ul {
  position: relative;
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
  visibility: visible;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
  color: #000;
  background: #eee;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu {
  visibility: visible;
}
.wpml-ls-legacy-dropdown .wpml-ls-item {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.wpml-ls-legacy-dropdown a {
  display: block;
  text-decoration: none;
  color: #444;
  border: 1px solid #cdcdcd;
  background-color: #fff;
  padding: 5px 10px;
  line-height: 1;
}
.wpml-ls-legacy-dropdown a span {
  vertical-align: middle;
}
.wpml-ls-legacy-dropdown a:hover {
  color: #000;
  background: #eee;
}
.wpml-ls-legacy-dropdown a:focus {
  color: #000;
  background: #eee;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  position: relative;
  padding-right: calc(10px + 0.7em + 0.7em);
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: '';
  vertical-align: middle;
  display: inline-block;
  border: 0.35em solid transparent;
  border-top: 0.5em solid;
  position: absolute;
  right: 10px;
  top: calc(50% - 0.175em);
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  visibility: hidden;
  position: relative;
  top: 100%;
  right: 0;
  left: 0;
  border-top: 1px solid #cdcdcd;
  padding: 0;
  margin: 0;
  list-style-type: none;
  z-index: 101;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  border-width: 0 1px 1px 1px;
}
.wpml-ls-legacy-dropdown .wpml-ls-flag {
  display: inline;
  vertical-align: middle;
}
.wpml-ls-legacy-dropdown .wpml-ls-flag span {
  margin-left: 0.4em;
}
.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding-right: 10px;
  padding-left: calc(10px + 0.7em + 0.7em);
}
.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  right: auto;
  left: 10px;
}
.rtl .wpml-ls-legacy-dropdown .wpml-ls-flag span {
  margin-left: 0;
  margin-right: 0.4em;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/fonts/fontawesome-webfont.eot?8b43027f47b20503057dfbbaa9401fef);
  src: url(/fonts/fontawesome-webfont.eot?8b43027f47b20503057dfbbaa9401fef?#iefix&v=4.7.0) format('embedded-opentype'), url(/fonts/fontawesome-webfont.woff2?20fd1704ea223900efa9fd4e869efb08) format('woff2'), url(/fonts/fontawesome-webfont.woff?f691f37e57f04c152e2315ab7dbad881) format('woff'), url(/fonts/fontawesome-webfont.ttf?1e59d2330b4c6deb84b340635ed36249) format('truetype'), url(/fonts/fontawesome-webfont.svg?c1e38fd9e0e74ba58f7a2b77ef29fdd3#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

