body {
    font-family: 'CentraleSansMedium', Verdana, sans-serif;
    line-height: 1;
}

.clr {
    clear: both;
}
.mt20{
    margin-top: 20px;
}

.content {
    width: 100%;
}

.content.fw,
.parts,
.steps {
    width: 100%;
    margin-bottom: 40px;
}

.parts {
    /*     margin-top: 30px; */
}

table.steps {
    border-right: 0;
    border-left: 0;
}

.parts .part {
    text-align: center;
    padding-bottom: 10px;
    position: relative;
}

.parts .part.mobile {
    border-bottom: 10px solid #cedc00;
}

.parts .part.internet {
    border-bottom: 10px solid #002854;
}

.parts .part.tv {
    border-bottom: 10px solid #0082ca;
}

.parts .part.phone {
    border-bottom: 10px solid #26bdce;
}

.parts .part img,
.parts .part span {
    display: inline-block;
}

.parts .part img {
    margin-right: 10px;
}

.parts .part span {
    font-family: CentraleSansBook;
}

.parts .part.active:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #002854;
    content: "";
    position: absolute;
    bottom: -20px;
    text-align: center;
    left: 50%;
    margin-left: -5px;
}

.steps {
    border-bottom: 2px solid #08bec9;
    margin: 0px 0;
}

table.steps {
    min-width: auto;
    margin-bottom: 15px;
}

.steps .step {
    display: table-cell;
    background: #f5f7f7;
    color: #515151;
    padding: 10px;
    opacity: 0.5;
    vertical-align: middle;
    text-align: center;
    cursor: context-menu;
    border-right: 1px solid #fff;
    min-height: 62px;
}

.steps .step.active {
    background: #08bec9;
    opacity: 1;
    color: #fff;
    position: relative;
}

.steps .step.active:before {
    position: absolute;
    width: 100%;
    background: #08bec9;
    height: 11px;
    left: 0;
    top: -10px;
    content: "";
}

.steps .step:after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    background: #fff;
    top: 0;
    right: 0;
}

.steps .step.passed {
    opacity: 1;
    cursor: -webkit-grab;
    cursor: grab;
}

.content .info {
    font-family: CentraleSansBook;
    color: #515151;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 15px 0 15px;
}

.content .form-title {
    color: #08bec9;
    font-size: 1.2rem;
    width: 100%;
    margin-top: 30px;
    border-bottom: 1px solid #dfe3e6;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.bg-danger{

    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffffff;
    color: red;
}
.bg-info{
    background-color: #ffffff;
}

.content .form-group .form-control {
    width: 100%;
    height: auto;
    background: #fff;
    border: 1px solid #dee3ed;
    padding: 9px;
    font-size: 15px;
    color: #6c6c6c;
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    resize: none;
    border-radius: 0;
}

.content .form-group label.control-label {
    color: #003366;
}

.form-horizontal .control-label {
    text-align: left;
}

.content .date-img {
    position: absolute;
    right: 15px;
}

.content .confirmation {
    margin-bottom: 15px;
}

.content .confirmation label {
    display: table;
    line-height: 20px
}


.checkboxText {
    padding-left: 30px;
    float: none;
    display: block;
    font-size: 0.85rem;
    min-height: 25px;
}

.custom-checkbox {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    float: left;
    margin-right: 15px
}

.custom-checkbox .input-custom-class-checkbox {
    background: #fff;
    border: 2px solid #05b4c7;
}

.custom-checkbox .input-custom-class-checkbox-active {
    background: #fff;
    border: 2px solid #05b4c7;
    text-align: center;
}

.custom-checkbox .input-custom-class-checkbox-active:before {
    content: '\2713';
    font-weight: bold;
    font-size: 13px;
    color: #05b4c7;
}



.custom-checkbox a {
    display: block;
    text-decoration: none;
    color: #444;
    width: 20px;
    height: 20px;
}

.dnone {
    display: none;
}

/* Modal */
.layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
}
/*
.modal {
    display: block;
    left: 50%;
    width: 750px;
    height: 550px;
    margin-left: -375px;
    top: 50%;
    margin-top: -275px;
    background: #fff;
    padding: 30px;
}

.modal .close {
    color: #e93114;
    opacity: 1;
    font-size: 16px;
}

.modal .content {
    max-width: 100%;
    margin-top: 40px;
}

.modal .content .image {
    margin-bottom: 30px;
}

.modal .content .text {
    color: #515151;
    font-family: CentraleSansBook;
    line-height: 1.5rem;
    margin-bottom: 30px;
}

.modal .content input.next {
    max-width: 300px;
    margin: 0 auto;
}
*/
input.next {
    background: #08bec9 !important;
    color: #fff !important;
    margin-top: 10px;
}
input.back {
    background: #c0c0c0!important;
    color: #000 !important;
    margin-top: 10px;
}

/*Custom input*/
.choose {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.choose input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
}

.checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

.choose input:checked~.checkmark {
    background-color: #fff;
    border: 1px solid #08bec9;
}


.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.choose input:checked~.checkmark:after {
    display: block;
}

.choose .checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #08bec9;
}

.radio-title {
    color: #003366;
    display: block;
    margin-bottom: 15px;
}

.elections {
    float: left;
    margin-right: 20px;
    cursor: pointer;
}

.elections .text {
    display: inline-block;
}

.selection {
    margin-bottom: 30px;
}

.campaing-items {
    position: relative;
}

.campaing-items .item {
    margin-bottom: 30px;
}

.campaing-items .elections {
    float: none;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
}

.campaing-items .campaing-block {
    width: 100%;
    border: 1px solid #ececec;
    text-align: center;
    transition: all 400ms cubic-bezier(.23, 1, .32, 1);
}

.campaing-items .campaing-block:hover {
    -moz-box-shadow: 0 0 41px -9px rgba(0, 0, 0, .55);
    -webkit-box-shadow: 0 0 41px -9px rgba(0, 0, 0, .55);
    box-shadow: 0 0 41px -9px rgba(0, 0, 0, .55);
    width: 106%;
    margin-left: -3%;
    margin-right: -3%;
    margin-top: -4%;
}

.campaing-items .campaing-block .package-title {
    text-align: center;
    font-family: CentraleSansXBold;
    font-size: 1.44rem;
    color: #0082ca;
    padding: 15px 10px;
}

.campaing-items .campaing-block .package-name {
    display: block;
    margin: 0 auto 15px auto;
    font-family: CentraleSansMedium;
    font-size: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f7f7f7;
    color: #002855;
    height: 71px;
}

.campaing-items .campaing-block .package-properties {
    margin: 0 auto 15px auto;
    padding-bottom: 15px;
    border-bottom: 1px solid #f7f7f7;
}

.campaing-items .campaing-block .package-properties .package-speed {
    font-family: CentraleSansBold;
    display: block;
    color: #003366;
    font-size: 20px;
}

.campaing-items .campaing-block .package-properties .package-speed span {
    font-size: 14px;
}

.campaing-items .campaing-block .package-properties .package-quota {
    font-family: CentraleSansBold;
    display: block;
    color: #003366;
    padding-top: 5px;
    font-size: 15px;
}

.campaing-items .campaing-block .package-price {
    width: 100%;
    display: block;
    height: 94px;
    padding: 16% 55% 20px 5px;
    color: #fff;
    background: url(../img/price-bg.png) no-repeat left top;
    background-size: 100% auto;
    position: relative;
}

.campaing-items .campaing-block .package-price .price_1 {
    font-size: 2.1rem;
    line-height: 1.9rem;
    float: left;
    font-family: CentraleSansBold;
}

.campaing-items .campaing-block .package-price .price_2 {
    float: left;
    font-family: CentraleSansBold;
}

.campaing-items .campaing-block .package-price .mounth {
    font-family: CentraleSansBold;
    padding: 3px 5px;
    display: block;
    float: none;
    clear: both;
    text-align: left;
    font-size: .85rem !important;
}

.campaing-items .campaing-block .package-price .mounth .m_val {
    font-size: .85rem !important;
}

.more {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.more:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #002854;
    content: "";
    position: absolute;
    top: 4px;
    text-align: center;
    right: -20px;
}

table {
    width: 100% !important;
    border-right: 1px solid #ececec;
    border-left: 1px solid #ececec;
    /*     min-width: 700px; */
}

.table-area table {
    width: 100% !important;
    border-collapse: separate;
    border-spacing: 0 15px;
    text-align: center !important;
}

table thead {
    background: #08bec9;
    color: #fff;
}

.table-area table thead {

    background: rgba(0, 0, 0, 0);
    color: rgb(81, 81, 81);
}

.table-area table thead tr td.short {
    color: white;
    cursor: pointer;
    position: relative;
}

.table-area table thead tr td.short.sorting_asc:before{
    border-bottom: 4px solid #000;
}
.table-area table thead tr td.short.sorting_desc:after{
    border-top: 4px solid #000;
}

.table-area table thead tr td.notshort {
    color: white;
}

.table-area table thead tr td.short:before {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #fff;
    content: "";
    position: absolute;
    top: 41%;
    text-align: center;
    left: 5px;
}

.table-area table thead tr td.short:after {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    content: "";
    position: absolute;
    top: 54%;
    text-align: center;
    left: 5px;
}
.table-area tbody tr.active{
    background-color:#efefef
}

table tr td, table tr th {
    padding: 15px 20px;
}

.table-area table tr th {
    padding: 0;
}

.table-area table tr td {
    padding: 24px 0;
}

table tbody tr td span.old {
    text-decoration: line-through;
    color: #515151;
    opacity: 0.7;
}

.owl-dots {
    text-align: center;
    margin-bottom: 30px;
}

.owl-dots .owl-dot {
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 50%;
    background-color: #e5e9ee !important;
    display: inline-block;
    margin-right: 10px;
}

.owl-dots .owl-dot.active {
    background-color: #002854 !important;
}

/*Datapicker*/
.datepicker table {
    min-width: auto;
    border-right: 0;
    border-left: 0;
}

.datepicker th {
    color: #fff !important;
}

.datepicker .prev,
.datepicker .next {
    color: #05b4c7 !important;
}
.datepicker .prev i {
    border-color: transparent #fff transparent transparent !important;
}
.datepicker .next i {
    border-color: transparent transparent transparent #fff !important;
}

@media screen and (min-width:768px) {

    .table-area table tbody tr {
        outline: 1px solid #dee3ed;
    }

    .table-area table tr td div.r-border {
        border-right: 1px solid #dee3ed;
        line-height: 48px;
        height: 48px;
        font-size:16px;
        color: #444444;
        font-weight: 400;
    }

    .table-area table tr td div.r-border-checkbox {
        border-right: 1px solid #dee3ed;
        height: 30px;
        color: #444444;
        padding: 10px 10px;
    }

    table.responsive tbody td.old {
        text-decoration: line-through;
    }

    .campaing-items.owl-carousel {
        display: block !important
    }

    .campaing-items .campaing-block .package-price {
        height: 88px;
    }

    .scrolled-hand-icon {
        display: none !important
    }

    table.steps tbody tr {
        background-color: #f5f7f7;
    }

}

@media screen and (max-width:991px) {
    .campaing-items .campaing-block .package-price {
        height: 88px;
    }
}

@media screen and (max-width:767px) {
    .content .info {
        font-family: CentraleSansBook;
        color: #515151;
        padding-top: 5px !important;
        padding-bottom: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin: 0px !important;
    }
    body {
        font-size: 13px;
    }

    .parts .part {
        padding: 0;
        font-size: 12px;
        text-align: center;
    }

    .parts .part img {
        width: auto;
        margin: 0 auto;
    }

    .parts .part img,
    .parts .part span {
        display: block;
        text-align: center;
        margin-bottom: 5px;
    }

    .parts .part.active:after {
        margin-left: -8px;
    }

    .steps {
        text-align: center;
    }

    .steps .step {
        display: inline-block;
        color: #f5f7f7;
        border-radius: 50%;
        width: 10px;
        font-size: 1px;
        padding: 10px;
        min-height: auto;
    }

    .steps .step.active {
        display: inline-block;
        width: auto;
        margin: 0 auto;
        border-radius: 0;
        font-size: 1rem;
        height: auto;
        padding: 15px;
        text-align: center;
    }

    .steps .step br {
        display: none;
    }

    .content .form-group label.control-label {
        line-height: 30px;
    }

    .content .form-group label.control-label br {
        display: none;
    }

    .modal {
        width: 96%;
        margin-left: 0;
        left: 2%;
        right: 2%;
        height: 410px;
    }

    .campaing-items .elections {
        padding-top: 10px;
    }

    .elections {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    /*     .table-area { */
    /*         position: relative; */
    /*         overflow-x: scroll; */
    /*     } */

    .scrolled-hand-icon {
        width: 67px;
        height: 67px;
        background: url(../img/ico_touch.png) no-repeat;
        display: block;
        position: absolute;
        top: 20px;
        right: 10px;
        opacity: .2;
    }

}


.popover{
    height:auto;
}

/* modal popup style */
.oimPopup .modal-dialog {
    width: 500px;
    top: 20%;
    border: none;
    background: #fff;
}

.oimPopup .modal-title {
    font-weight: 500;
    font-family: CentraleSansBook;
    color: #333;
}
.oimPopup .modal-content {
    border: none;
    box-shadow: none;
    max-height: 316px;
    border-radius: 0;
    padding: 3% 0;
}

.oimPopup .modal-footer, .oimPopup .modal-body, .oimPopup .modal-header {
    text-align: center;
    border: none;
}

.oimPopup .modal-header.special {
    margin-top: 35px;
}

.oimPopup .modal-body h4 strong {
    display: block;
    padding-top: 10px;
}

.oimPopup .modal-footer {
    text-align: center;
}

.oimPopup .modal-footer .btn {
    text-indent: 0;
    float: none;
    min-width: 150px;
    background-color: #14b8ca;
    transition: all .3s;
    color: #fff;
    padding: 14px 56px;
    border: none;
    border-radius: 0;
    outline: none;
    font-weight: 700;
    margin-left: 13px;
}

.oimPopup .modal-footer .btn:hover {
    background-color: #31dfee;
    color: #fff;
}

.oimPopup .modal-footer .btn.passive {
    background-color: #d7d7d7;
    color: #194276;
}

.oimPopup .modal-footer .btn.passive:hover {
    background-color: #b4b4b5;
}

.oimPopup .close {
    color: #14b8ca;
    font-size: 30px;
    opacity: .5;
    outline: none;
}

@media screen and (max-width: 992px) {
    .oimPopup .modal-dialog {
        width: 90%;
        margin: 30% auto;
        top: 0;
    }

    .oimPopup .modal-title {
        font-size: 100%;
    }

    .oimPopup .modal-header.special {
        margin-top: 0px;
    }
}

@media screen and (max-width: 320px) {
    .oimPopup .modal-title {
        font-size: 80%;
    }
}
@media screen and (max-width: 616px) {
    .oimPopup .modal-footer .btn {
        margin: 0 0 10px;
    }
}

.e2elabel{
    padding-right: 30px;
}
.modemArea{
    padding-top: 15px;
    padding-bottom: 15px;
}


ul.annotation {
    list-style: none;
    padding-left: 1.2em;
    text-indent: -1.2em;
}

ul.annotation li{
    font-size: 12px;
}

ul.annotation li:before {
    content: "\2605";
    display: block;
    float: left;
    width: 1.2em;
    color: #bfc9d4;
}

.button {
    border: none;
    font-size: 16px;
    padding: 10px 30px;
    font-weight: 700;
}

.button.yellow {
    color: #002855;
    background-color: #cedc00;

}

.button.turquoise {
    background-color: #08bec9;
    color: #fff;
}

.button-area .button {
    width: 49%;
}

.clr {
    margin-bottom: 40px
}

.button.big {
    width: 100%;
    max-width: 380px;
}

.button-area {
    width: 100%;
    max-width: 380px;
}

.apply-button {
    position: relative;
    display: inline-block;
}
.apply-button .button.apply{
    padding: 10px 40px 10px 20px;
}

.apply-button:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 20px;

}
.tekilfontColor{
    font-weight: 700;
    color:#194276;
}

.images-right-side-tr {
    border: 1px solid #ececec !important;
}

.images-right-side-td {
    background: #f5f7f7;
}

.row .row-back-all {
    min-height: 70px;
}

.iconbox{
    padding: 10px;
    background: #f5f7f7;
    margin-bottom: 10px;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: white !important;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px !important;
}

#securityWord {
    -webkit-text-security: disc;
    -moz-text-security:circle;
    text-security:circle;
}
.styleBlock{
    display: block;
}

.loading-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999;
}

.loading-modal .loading {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}


@media screen and (min-width:768px) {
    .campaing-items.owl-carousel {
        display: block !important
    }

    .campaing-items .campaing-block .package-price {
        height: 88px;
    }

    .scrolled-hand-icon {
        display: none !important
    }

    table.steps tbody tr {
        background-color: #f5f7f7;
    }
}

@media screen and (max-width:991px) {
    .campaing-items .campaing-block .package-price {
        height: 88px;
    }
}

@media screen and (max-width:767px) {
    body {
        font-size: 13px;
    }

    .parts .part {
        padding: 0;
        font-size: 12px;
        text-align: center;
    }

    .parts .part img {
        width: auto;
        margin: 0 auto;
    }

    .parts .part img,
    .parts .part span {
        display: block;
        text-align: center;
        margin-bottom: 5px;
    }

    .parts .part.active:after {
        margin-left: -8px;
    }

    .steps {
        text-align: center;
    }

    .steps .step {
        display: inline-block;
        color: #f5f7f7;
        border-radius: 50%;
        width: 10px;
        font-size: 1px;
        padding: 10px;
        min-height: auto;
    }

    .steps .step.active {
        display: inline-block;
        width: auto;
        margin: 0 auto;
        border-radius: 0;
        font-size: 1rem;
        height: auto;
        padding: 15px;
        text-align: center;
    }

    .steps .step br {
        display: none;
    }

    .content .form-group label.control-label {
        line-height: 30px;
    }

    .content .form-group label.control-label br {
        display: none;
    }

    .modal {
        width: 96%;
        margin-left: 0;
        left: 2%;
        right: 2%;
        height: 410px;
    }

    .campaing-items .elections {
        padding-top: 10px;
    }

    .elections {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    /*     .table-area { */
    /*         position: relative; */
    /*         overflow-x: scroll; */
    /*     } */

    .scrolled-hand-icon {
        width: 67px;
        height: 67px;
        background: url(../img/ico_touch.png) no-repeat;
        display: block;
        position: absolute;
        top: 20px;
        right: 10px;
        opacity: .2;
    }
}

@media only screen and (max-width: 767px) {
    table.responsive {
        min-width: 100%;
        max-width: 100%;
        width: 100% !important;
    }

    .table-area table.responsive {
        min-width: 100%;
        max-width: 100%;
        width: 100% !important;
        background-color: #f9f9f9;
        border-spacing: 0 0;
    }

    table.responsive .table-radius {
        border-bottom: 1px solid #c3c5c8
    }

    table.responsive thead {
        display: none
    }

    table.responsive tbody {
        display: block
    }

    table.responsive tbody tr,
    table.responsive tbody td,
    table.responsive tbody th {
        font-size: 0;
        display: block;
        text-align: left !important
    }

    /*table.responsive tbody tr:first-child,
    table.responsive tbody td:first-child,
    table.responsive tbody th:first-child {
        border-bottom: 0;
    }


    table.responsive tbody tr:last-child,
    table.responsive tbody td:last-child,
    table.responsive tbody th:last-child {
        border-top: 0;
    }*/

    /* table.responsive tbody tr {
         overflow: hidden;
         border: 1px solid #9f9f9f;
         padding: 10px 0 10px 10px;
         position: relative;
     }*/

    .table-area table.responsive tbody tr {
        overflow: hidden;
        border: 0 solid #9f9f9f;
        padding: 0;
        position: relative;
        background-color: #FFFFFF;
        margin-bottom: 10px;
    }

    .table-area .r-border-checkbox label {
        margin:0;
    }

    table.responsive tbody td,
    table.responsive tbody th {
        padding: 6px 22px !important;
        overflow: hidden;
        min-height: 64px;
        border-top: solid 1px #dee3ed;
        border-bottom: solid 1px #dee3ed;
        padding: 24px 0!important;
    }

    table.responsive tbody td.no-indent,
    table.responsive tbody th.no-indent {
        text-indent: 0;
        text-align: right !important;
    }

    table.responsive tbody td.no-indent:after,
    table.responsive tbody th.no-indent:after {
        display: none;
    }

    table.responsive tbody td:before,
    table.responsive tbody th:before {
        content: attr(data-th);
        float: left;
        text-align: left !important;
        font-size: 1rem;
        font-weight: 600;
        text-indent: 0;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.86;
        letter-spacing: normal;
        color: #002854;
    }

    table.responsive tbody td:after,
    table.responsive tbody th:after {
        content: attr(data-td);
        float: right;
        text-align: right !important;
        text-indent: 0;
        font-size: 1rem;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.86;
        letter-spacing: normal;
        color: #505050;
        max-width: 70%;
    }

    table.responsive tbody td:nth-child(3):after {
        text-decoration: line-through;
    }
}


.table-area table thead tr th.short:before {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #fff;
    content: "";
    position: absolute;
    top: 41%;
    text-align: center;
    left: 5px;
}

.table-area table thead tr th.short:after {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    content: "";
    position: absolute;
    top: 54%;
    text-align: center;
    left: 5px;
}

.table-area table thead tr th.short {
    cursor: pointer;
    position: relative;
    text-align: center;
    color: #5c596d;
    font-size: 16px !important;
    font-weight: 300;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}



.table-area table thead tr th.short.sorting_asc:before {
    border-bottom: 4px solid #000;
}

.table-area table thead tr th.short.sorting_desc:after {
    border-top: 4px solid #000;
}
.table-area table tbody tr td.dataTables_empty {
    font-size: 14px;
}

table.summary-table tr td {
    width: 50%;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    text-align: left;
    color: #515151;
    vertical-align: top;
}

table.summary-table {
    margin-top: 15px;
}

table.summary-table .bold {
    font-weight: bold;
}

table.summary-table .old-price {
    text-decoration: line-through;
    color: #bfc9d4;
}

table.summary-table tbody tr:first-child {
    border-top: 1px solid #ececec;
}

.radio-group{
    padding: 16px;
    border: 1px solid #dee3ed;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    border-radius: 4px;
    background: #fff;

}

.radio-group span.text {
    padding-left:30px;
    font-size: 16px;
    color: #666f85;
    display:inline-block;
}


.refreshcaptchaico{
    margin:auto!important;
}
.captcha-container{
    margin-bottom:0px!important;
}
.captcha-img-refresh-container{
    margin-bottom:0px!important;
}

label.error:before {
    content: '';
    background-image: url(../../_assets/img/svg/tt-error.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat !important;
    margin-right: 8px;
    position: relative;
    top: 5px;
}

input.error {
    color:red;
    border-bottom: 3px solid rgb(204, 45, 31) !important;
}
.error{
    color:red;
}

.orange-box {
    min-height: 76px;
    padding: 14px 16px 16px 16px;
    object-fit: contain;
    border-radius: 4px;
    border: solid 1px #ff983a;
    background-color: #fff4eb;
    color: #222943;
    margin-bottom:20px
}

.orange-box div.row {
    margin: 0 0;
}

.orange-box div.row div{
    padding: 0 0;
}

.orange-box .description {
    color: #222943;
    line-height: 22px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
}

.e2e-title {
    margin-top: 40px;
    margin-bottom:32px;
}

.e2e-title .detail-title {
    width: auto;
}

.in-iframe header,
.in-iframe footer,
.in-iframe .hide-in-iframe {
   display: none;
}
.in-iframe .hide-border-in-iframe {
   border: none !important;
}
@media only screen and (max-width: 440px) {
   .in-iframe .right-container,
   .in-iframe .container-fluid {
      padding-left: 0px;
      padding-right: 0px;
   }
}


@media (max-width:440px){
    .e2e-row{
    margin-left:0 !important;
    margin-right:0 !important;
  }
}

@media (max-width:770px){
    .ZebraDialog table tbody tr td{
      padding-top:5px !important;
      padding-bottom:0 !important;
      padding-left: 0px !important;
      padding-right: 0px !important;
  }
}
.ui-datepickertt-calendar thead{
    background:white !important;
}