.notification-div{
    position: fixed;
    top:65px;
    right:5px;
    display: none;
    flex-direction: column;
    width: 265px;
    background-color: #FFF;
    color: #000;
    height: 200px;
    z-index: 1111;
}
.single-notification{
    padding: 0 5px;
}
.notification-div-bottom{
    position: fixed;
    bottom:5px;
    right:5px;
    z-index: 1111;
    width: 16%;
    background-color: #FFF;
    color:#444444;
    display: flex;
    flex-direction: row;
    border: 1px solid grey;
    height: 33px;
}
.notification-div-bottom-header{
    line-height: 15px;
    background-color: white;
    padding: 7px 9px;
    width: 10%;
    margin: auto;
}
.single-notification-bottom{
    width: 81%;
    padding: 3px 5px;
    margin: 0;
    font-size: 80%;
    text-align: justify;
    word-break: break-word;
}
.notification-div-bottom-body{
    padding: 5px 15px;
    color:white
}

/* --------------------------------- ivana ------------------------------ */

.subtitle {
    display: inline-block;
}

.label_wrapper .subtitle {
    margin-top: 30px;
}

.subtitle_wrapper {
    border-bottom: 1px solid #D5D5D5;
}

.subtitle_line .btn.ordinary {
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    vertical-align: inherit;
    margin-left: 16px;
}

.subtitle_info {
    font-size: 14px;
    margin-top: 14px;
    margin-bottom: 28px;
}

.sub_plan_select {
    display: flex;
    margin-top: 30px;
    cursor:pointer;
    max-width: 540px;
}

.sub_plan_select .sub_plan {
    position: relative;
    display: flex;
    flex: 1;
    background: #FFFFFF;
    border: 1px solid #E7EAEC;
    border-radius: 9px;
    margin-right: 12px;
    align-items: center;
    justify-content: center;
}

.sub_plan_select .sub_plan:after {
    content: "";
    padding-bottom: 100%;
}

.sub_plan_select .sub_plan:last-child{
    margin-right: 0;
}

.sub_plan_select .sub_plan.active {
    background: #1AB394;
    border: 1px solid #1AB394;
}

.sub_plan_select .sub_plan_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);


}

.sub_plan_select .sub_plan .sub_plan_value {
    color: #676A6C;
    font-size: 71px;
    font-weight: 700;
    text-align: center;
    line-height: 71px;
    margin-bottom: 10px;
}

.sub_plan_select .sub_plan.active .sub_plan_value {
    color: white;
}

.sub_plan_select .sub_plan .sub_plan_label {
    color: #676A6C;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}

.sub_plan_select .sub_plan.active .sub_plan_label {
    color: white;
}

.label_wrapper .subtitle_info {
    margin-top: 18px;
    margin-bottom: 20px;
}

.ibox-content {
    margin-top: 0;
}

.ibox .subtitle_info  {
    display: inline-block;
    margin: 0;
}

.ibox.float-e-margins {
    margin-top: 30px;
}

.col-lg-8 .ibox-title {
    padding: 15px;
}
.col-lg-8 .ibox-title .header_value.active {
    color: #1AB394;
}
.expiring_device th {
    font-weight: 600;
}

.expiring_device .expiring_device_title {
    font-weight: 600;

}

.device_img {
    width: 32px;
    height: 32px;
}

.expiring_devices_table_wrapper tr.odd td {
    vertical-align: middle;
}

.expiring_device .dataTables_wrapper.expiring_devices_table_wrapper {
    padding-bottom: 12px;
}

.expiring_device .ibox-content.expiring_device_content {
    padding: 0 15px 0 15px;
}

.expiring_device .ibox-title {
    position: relative;
}

.expiring_device .expiring_device_btn {
    position: absolute;
    right: 8px;
    top: 8px;

}

.expiring_device .expiring_device_content th:last-child {
    width: 150px;
}

.expiring_device .expiring_device_content th:first-child {
    padding-right: 0;
    width: 22px;
}


.order_wrapper .subtitle_wrapper {
    margin-top: 20px;
    margin-left: 20px;
    border: 0;
}

.order_wrapper .order_navbar {
    margin-left: 20px;
    margin-right: 20px;
}

.order_wrapper .order_navbar .nav-tabs a{
    padding: 11px 18px 10px 18px;
}

.order_wrapper .order_navbar .nav-link {
    background: transparent;
}

.order_wrapper .order_invoice {
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 20px;

}

.order_invoice .invoice_content_wrapper {
    display: flex;
    padding: 27px 30px;
    margin-top: 17px;
    background: #FFFFFF;

}

.order_wrapper .invoice_content_wrapper .col-md-1 {
    width: 140px;
    white-space: nowrap;
    text-align: left;
}

.order_wrapper .col-md-5.info {
    width: 380px;

}

.order_wrapper .order_id_wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.order_wrapper .order_invoice .order_id {
    display: inline-block;
    font-weight: 700;
    font-size: 15px;
    color: #676A6C;
}

.order_wrapper .order_invoice .order_id_value {
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    color: #676A6C;

}

.order_wrapper .order_invoice .devices_label {
    font-weight: 700;
    font-size: 15px;
    color: #676A6C;

}

.order_wrapper .device_info_wrapper {
    padding: 0 50px 0 30px;
}

.order_wrapper .order_invoice .devices_value {
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    color: #676A6C;

}

.order_wrapper .exp_date_wrapper .exp_date {
    margin-bottom: 13px;
}
.order_wrapper .order_date_wrapper .order_date {
    margin-top: 13px;
}

.order_wrapper .exp_date_wrapper .exp_date,
.order_wrapper .order_date_wrapper .order_date {
    display: inline-block;
    font-weight: 700;
    font-size: 15px;
    color: #676A6C;
}

.order_wrapper .exp_date_wrapper .exp_date_value,
.order_wrapper .order_date_wrapper .order_date_value{
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    color: #676A6C
}

.order_wrapper .col-lg-3.info {
    padding: 0;
}

.order_wrapper .invoice_info {
    margin-bottom: 17px;
    display:inline-block;
    width: 100%;
}

.order_wrapper .invoice_info .number_of_devices,
.order_wrapper .invoice_info .price {
    display: inline-block;
    float: right;
    font-size: 15px;
    color: #676A6C;
    font-weight: 500;
    margin-right: 2px;
}

.order_wrapper .invoice_info .price {
    font-weight: 700;
    margin-left: 13px;
}

.order_wrapper .hidden_details {
    display: table;
    width: 100%;
    background: #FFFFFF;
    border-top: 1px solid #E7EAEC;
}

.order_wrapper .hidden_details > .row {
    display: table-row;
}

.order_wrapper .hidden_details .col-lg-9,
.order_wrapper .hidden_details .col-lg-3 {
    display: table-cell;
    float: none;

}

.order_wrapper .hidden_details .col-lg-9, .order_wrapper .hidden_details .col-lg-3 {
    vertical-align: top;
}

.order_wrapper .details_wrapper {
    display:inline-block;
    width: 100%;
}
.order_wrapper .details_btn.responsive {
    display: none;
}
.order_wrapper .details_btn {
    float:right;
    margin-right: 15px;
    font-size: 14px;
    line-height: 14px;
    color:#676A6C;
    padding: 8px 12px;
    height: 34px;

}

.order_wrapper .details_btn.active {
    float:right;
    margin-right: 15px;
    font-size: 14px;
    line-height: 14px;
    background: #1AB394;
    padding: 8px 12px;
    color: #ffffff;
    box-shadow: none;
}

.order_wrapper .pdf_btn {
    float: right;
    height: 34px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #676A6C;
    background: #F0F0F0;
}

.order_wrapper .pdf_btn i{
    font-size: 21px;
    line-height: 21px;
    margin-right: 7px;
}



.order_wrapper .order_details_column {
    background: #F7F7F7;

}

.order_wrapper .order_details_wrapper {
    margin: 0;
    padding: 30px;
}


.order_wrapper .order_details_wrapper h2 {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 20px;
    text-align: left;
}

.order_wrapper .order_details_wrapper .order_details .label {
    font-size: 16px;
    font-weight: 600;
    background: transparent;
    padding: 0;
}
.order_wrapper .order_details_wrapper .order_details .label.format {
    display: block;
    text-align: left;
    margin-top: 5px;
}

.order_wrapper .order_details_wrapper .value {
    font-size: 16px;
    font-weight: 400;
    text-align: right;
}

.order_wrapper .order_details_wrapper .value.months {
    width: 110px;
}

.order_wrapper .order_details_header tr {
    float: left;
    margin-left: 0;

}

.order_wrapper .order_details_wrapper .table_body td {
    border-top: 1px solid #E7EAEC;
}


.order_wrapper .order_details_wrapper .table_body td:first-child {
    border-top: 1px solid #E7EAEC;
    padding: 20px 20px 30px 0;
    width:78%;
}

.order_wrapper .order_details_wrapper .table_body tr .order_no {
    border: none;
}


.order_wrapper .order_details_wrapper .value.active {
    font-size: 16px;
    font-weight: 600;;
    color: #1AB394;
}

.order_wrapper .order_details_wrapper .date {
    display: block;
    text-align: left;
    font-size: 14px;
}

.order_wrapper .subtitle_line {
    background: #FFFFFF;
    overflow: hidden;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.order_wrapper  .subtitle_line:first-child  {
    padding-top: 30px;
}


.order_wrapper .subtitle_line .subtitle {
    padding: 0;
    margin: 0;
    font-size: 20px;
}


.order_wrapper .subtitle_line .expiring_device_title {
    border: 0;
    font-weight: 600;
    padding: 0;
    margin-top: 20px;
    min-height: 20px;
}

.order_wrapper .subtitle_line .expiring_device_content {
    padding: 0;
}


.order_wrapper .subtitle_info.active {
    color: #1AB394;
}

.order_wrapper .expiring_device_content {
    border: 0;
}

.order_wrapper .expiring_devices_table_wrapper {
    padding-bottom: 0;
}

.order_wrapper .expiring_devices_table.hidden_table th.dt-body-center:first-child,
.order_wrapper .expiring_devices_table.hidden_table td.dt-body-center:first-child {
    padding-left: 0;
}

.order_wrapper .order_invoice .invoice_content_wrapper {
    border-top: 3px solid #e7eaec;
}

.select_multiple_devices{
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.select_multiple_devices button:not(:last-child){
    margin-right: 5px;
}
.invalid_date_range{
    text-align: center;
    width: 100%;
    color: red;
    margin: 0;
}
.billing_extend_subscriptions .expiring_device{
    max-height: 92vh;
    overflow-y: auto;
}
/* stystem alert */
.system_alert {
    position: fixed;
    width: auto;
    border-radius: 5px;
    padding: 15px 40px 15px 15px;
    bottom: 12px;
    right: 10px;
    margin: 0;
    z-index: 9999;
}
.system_alert.danger{
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
    color: #a94442 !important;
}
.system_alert.success{
    background-color: #1ab394;
    border-color: #1ab394;
    color: #fff;
}
.system_alert section{
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
}
.system_alert footer {
    border-top:1px solid rgba(255,255,255,0.5);
    font-size: 14px;
    margin-top:5px;
    padding-top:5px;
    font-weight: normal;
}
.system_alert_close{
    position: absolute;
    top:5px;
    right: 5px;
    font-size: 14px;
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 300ms;
    -moz-transition: background-color 300ms;
    -webkit-transition: background-color 300ms;
}
.system_alert_close:hover{
    background: rgba(255,255,255,0.2);
}
.system_alert .system_alert_close i {
    color: inherit;
    display: block;
}


@media screen and (max-width: 1600px) {
    .sub_plan_select .sub_plan .sub_plan_value {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 5px;
    }
    .sub_plan_select .sub_plan .sub_plan_label {
        font-size: 17px;
    }

    .order_wrapper .invoice_info {
        margin-bottom: 35px;
    }

    .order_wrapper .exp_date_wrapper {
        margin-bottom: 20px;
    }

    .order_wrapper .invoice_content_wrapper .device_info_wrapper {
        padding: 0 50px 0 50px;
    }
}

@media screen and (max-width: 1545px) {


    .order_wrapper .invoice_content_wrapper .device_info_wrapper {
        padding: 0 10px 0 10px;
    }


    .order_wrapper .invoice_info {
        margin-bottom: 20px;
    }

    .order_wrapper .exp_date_wrapper .exp_date {
        margin-bottom: 0;
    }

    .order_wrapper .exp_date_wrapper {
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 1440px) {
    .order_wrapper .invoice_info {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 1400px) {
    .sub_plan_select .sub_plan .sub_plan_value {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 0;
    }
    .sub_plan_select .sub_plan .sub_plan_label {
        font-size: 16px;
    }

    .order_wrapper .invoice_content_wrapper .device_info_wrapper {
        padding: 0 10px 0 10px;
    }

}

@media screen and (max-width: 1300px) {
    .sub_plan_select .sub_plan .sub_plan_value {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 0;
    }
    .sub_plan_select .sub_plan .sub_plan_label {
        font-size: 15px;
    }
    .order_wrapper .pdf_btn i{
        font-size: 13px;
        line-height: 13px;
        margin-right: 3px;
    }

    .order_wrapper .invoice_content_wrapper {
        padding: 20px 15px;
    }

    .order_wrapper .invoice_content_wrapper .order_id_wrapper .order_id,
    .order_wrapper .invoice_content_wrapper .order_id_wrapper .order_id_value,
    .order_wrapper .invoice_content_wrapper .device_info_wrapper .devices_label,
    .order_wrapper .invoice_content_wrapper .device_info_wrapper .devices_value,
    .order_wrapper .invoice_content_wrapper .exp_date_wrapper .exp_date,
    .order_wrapper .invoice_content_wrapper .exp_date_wrapper .exp_date_value,
    .order_wrapper .invoice_content_wrapper .order_date_wrapper .order_date,
    .order_wrapper .invoice_content_wrapper .order_date_wrapper .order_date_value,
    .order_wrapper .invoice_content_wrapper .invoice_info .price,
    .order_wrapper .invoice_content_wrapper .invoice_info .number_of_devices,
    .order_wrapper .invoice_content_wrapper .details_wrapper .pdf_btn,
    .order_wrapper .invoice_content_wrapper .details_wrapper .details_btn {
        font-size: 14px;
    }
    .order_wrapper .details_wrapper,
    .order_wrapper .details_wrapper .details_btn,
    .order_wrapper .details_wrapper .pdf_btn {
        height: 30px;
        line-height: 13px;
        align-items: center;
    }
    .order_wrapper .details_wrapper .details_btn {
        margin-right: 7px;
    }

    .order_wrapper .subtitle_line {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 1230px) {

    .order_wrapper .device_info_wrapper {
        padding: 0;
    }

    .order_wrapper .invoice_content_wrapper {
        padding: 15px 5px;
    }

    .order_wrapper .invoice_content_wrapper .col-lg-1,
    .order_wrapper .invoice_content_wrapper .col-lg-3,
    .order_wrapper .invoice_content_wrapper .col-lg-4 {
        display: block;
    }

    .order_wrapper .invoice_content_wrapper .col-md-1,
    .order_wrapper .invoice_content_wrapper .col-md-5 {
        margin-left: 8px;
        margin-right: 8px;
    }


    .order_wrapper .invoice_content_wrapper .col-lg-1 {
        margin-left: 30px;
    }
    .order_wrapper .invoice_content_wrapper .order_id_wrapper .order_id,
    .order_wrapper .invoice_content_wrapper .order_id_wrapper .order_id_value,
    .order_wrapper .invoice_content_wrapper .device_info_wrapper .devices_label,
    .order_wrapper .invoice_content_wrapper .device_info_wrapper .devices_value,
    .order_wrapper .invoice_content_wrapper .exp_date_wrapper .exp_date,
    .order_wrapper .invoice_content_wrapper .exp_date_wrapper .exp_date_value,
    .order_wrapper .invoice_content_wrapper .order_date_wrapper .order_date,
    .order_wrapper .invoice_content_wrapper .order_date_wrapper .order_date_value,
    .order_wrapper .invoice_content_wrapper .invoice_info .price,
    .order_wrapper .invoice_content_wrapper .invoice_info .number_of_devices,
    .order_wrapper .invoice_content_wrapper .details_wrapper .pdf_btn,
    .order_wrapper .invoice_content_wrapper .details_wrapper .details_btn {
        font-size: 13px;
    }

    .order_wrapper .hidden_details {
        display: block;
    }

    .order_wrapper .hidden_details > .row {
        display: block;
    }

    .order_wrapper .hidden_details .col-lg-9,
    .order_wrapper .hidden_details .col-lg-3 {
        display: block;
        width: auto;
    }

    .order_wrapper .hidden_details_wrapper .col-lg-9 .subtitle_line,
    .order_wrapper .hidden_details_wrapper .col-lg-3.order_details_column {
        margin-left: 15px;
        margin-right: 15px;

    }

    .order_wrapper .order_details_wrapper .order_details {
        width: 100%;
    }


    .order_wrapper .order_details_wrapper h2 {
        font-size: 19px;

    }

    .order_wrapper .order_details_wrapper .order_details .label {
        font-size: 15px;

    }


    .order_wrapper .order_details_wrapper .value {
        font-size: 15px;
    }

    .order_wrapper .order_details_wrapper .value.active {
        font-size: 15px;
    }

    .order_wrapper .order_details_wrapper .value.months {
        width: auto;
    }
}

@media screen and (max-width: 1200px) {
    .sub_plan_select .sub_plan .sub_plan_value {
        font-size: 75px;
        line-height: 75px;
        margin-bottom: 10px;
    }
    .sub_plan_select .sub_plan .sub_plan_label {
        font-size: 22px;
    }

}
@media screen and (max-width: 1045px) {
    .order_wrapper .invoice_content_wrapper .invoice_info {
        margin-bottom: 34px;
    }

}

@media screen and (max-width: 991px) {
    .sub_plan_select .sub_plan .sub_plan_value {
        font-size: 75px;
        line-height: 75px;
        margin-bottom: 10px;
    }
    .sub_plan_select .sub_plan .sub_plan_label {
        font-size: 22px;
    }

    .order_wrapper .invoice_content_wrapper .col-md-6 {
        padding-left: 5px;
        padding-right: 0;
    }

    .order_wrapper .invoice_content_wrapper .col-md-1 {
        padding-left: 5px;
        margin-left: 0;
    }

    .order_wrapper .invoice_content_wrapper{
        display: block;
    }

    .order_wrapper .invoice_content_wrapper .order_id_wrapper{
        position: static;
        padding: 0;
        margin-left: 0;
    }

    .order_wrapper .invoice_content_wrapper .order_id_wrapper,
    .order_wrapper .invoice_content_wrapper .device_info_wrapper,
    .order_wrapper .invoice_content_wrapper .exp_date_wrapper,
    .order_wrapper .invoice_content_wrapper .order_date_wrapper,
    .order_wrapper .invoice_content_wrapper .invoice_info,
    .order_wrapper .invoice_content_wrapper .details_wrapper {
        display: block;
        padding: 0;
        font-size: 15px;
        margin-bottom: 10px;
    }

    .order_wrapper .invoice_content_wrapper .col-md-5 {
        padding: 0;
        width: auto;
        float: left;
        margin-left: 5px;
    }

    .order_wrapper .invoice_content_wrapper .exp_date_wrapper{
        margin-bottom: 0;

    }

    .order_wrapper .invoice_content_wrapper .invoice_info:after {
        content: "";
        clear: both;
    }

    .order_wrapper .invoice_content_wrapper .invoice_info {
        margin-bottom: 30px;
    }

    .order_wrapper .invoice_content_wrapper .details_wrapper {
        width: auto;
        float: left;
    }

    .order_wrapper .invoice_content_wrapper .details_wrapper:after {
        content: "";
        clear: both;
    }

    .order_wrapper .invoice_content_wrapper .pdf_btn {
        margin-left: 0;
    }


    .order_wrapper .order_details_wrapper {
        margin: 0;
        padding: 30px;
    }
}

@media screen and (max-width: 767px) {
    .sub_plan_select .sub_plan .sub_plan_value {
        font-size: 75px;
        line-height: 75px;
        margin-bottom: 10px;
    }
    .sub_plan_select .sub_plan .sub_plan_label {
        font-size: 22px;
    }



    @media screen and (max-width: 530px) {
        .sub_plan_select .sub_plan .sub_plan_value {
            font-size: 60px;
            line-height: 60px;
            margin-bottom: 5px;
        }
        .sub_plan_select .sub_plan .sub_plan_label {
            font-size: 17px;
        }
    }


    @media screen and (max-width: 450px) {
        .sub_plan_select .sub_plan .sub_plan_value {
            font-size: 50px;
            line-height: 50px;
            margin-bottom: 0;
        }
        .sub_plan_select .sub_plan .sub_plan_label {
            font-size: 16px;
        }

        .order_wrapper .order_details_wrapper h2 {
            font-size: 15px;

        }

        .order_wrapper .order_details_wrapper .order_details .label {
            font-size: 12px;


        }


        .order_wrapper .order_details_wrapper .value {
            font-size: 12px;
        }

        .order_wrapper .order_details_wrapper .value.active {
            font-size: 12px;
        }

        .order_wrapper .order_details_wrapper .value.months {
            width: 80px;
        }

    }

    @media screen and (max-width: 374px) {
        .sub_plan_select .sub_plan .sub_plan_value {
            font-size: 35px;
            line-height: 35px;
            margin-bottom: 2px;
        }
        .sub_plan_select .sub_plan .sub_plan_label {
            font-size: 14px;
        }

    }
}
