﻿ /*.custom_body_style {
              
                overflow-y:auto;
                -webkit-overflow-scrolling: touch;
            }*/
#BtnLogin {
    background-color: #2ca01c !important;
}
.download_btn {
    background-color:#2ca01c !important;
    color:#fff !important;
    border:1px solid #2ca01c !important;
}
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none !important;
    color: #2ca01c !important;
    cursor:pointer;
}
.tab-content {
    width:100%;
    float:left;
    min-height: 100px;
}
.PrivateLayoutContents .sidebar {
    width:140px;
}
.customer_tabs_container {
    width: 99%;
    margin: 5px 5px 0px 5px;
    border: 1px solid #ccc;
     -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow-x: hidden;
}
.icon_green {
    color:#2ca01c !important;
    cursor:pointer !important;
}
.icon_green:hover,
.icon_green:focus {
    color:#2ca01c !important;
}
.customer_details_main_nav{
    height:40px;
} .customer_details_main_nav > li {
    border-top: none !important;
    border-left: none !important;
    border-right: 1px solid #ccc;
    border-bottom: none !important;
}
.margin-bottom-15{
    margin-bottom: 15px;
}
.customer_details_main_nav > li > a {
    background-color: transparent !important;
    color: #454545;
    border: none !important;
}
.customer_details_main_nav > li.active > a {
    background-color: #fff !important;
    color: #000 !important;
    padding: 10px 15px;
    width: 100%;
        -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

.custom_color {
    color: #454545;
    background-color:#f4f5f8;
}
.cus-anchor{
    color:#2ca01c !important;
    cursor:pointer;
}
.cus-anchor:hover{
    text-decoration:underline;
}

.my_check {
    left:-18px;
    top:-13px !important;
    z-index:1;
}
.my_check_div {
    height:18px;
    z-index:100;
}
.remember_position {
    position: absolute;
    top: -3px;
    left: 8px;
}

    /*style start for checkbox*/
/*style start for checkbox*/
.label-cbx {
  user-select: none;
  cursor: pointer;
  margin-bottom: 0;
}
.label-cbx .invisible {
 display:none;
}
.label-cbx input:checked + .checkbox {
  border-color: #00c31f;
 
}
.label-cbx input:checked + .checkbox svg path {
  fill: none;
}
.label-cbx input:checked + .checkbox svg polyline {
  stroke-dashoffset: 0;
}
.label-cbx:hover .checkbox svg path {
  stroke-dashoffset: 0;
  stroke-width: 1;
  

}
.label-cbx .checkbox {
  position: relative;
  top: 2px;
  float: left !important;
  margin-right: 8px;
  width: 20px !important;
  height: 20px;
  border: 2px solid #C8CCD4;
   -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.label-cbx .checkbox svg {
    position: absolute;
    top: -3px;
    left: -2px;
}
.label-cbx .checkbox svg path {
  fill: none ;
  stroke: #00c31f;
  stroke-width: 2;
  /*stroke-linecap: round;*/
  stroke-linejoin: round;
  stroke-dasharray: 71px;
  stroke-dashoffset: 71px;
  transition: all 0.6s ease;
}
.label-cbx .checkbox svg polyline {
  fill: none;
  stroke: #00c31f;
  stroke-width: 2;
  /*stroke-linecap: round;*/
  stroke-linejoin: round;
  stroke-dasharray: 18px;
  stroke-dashoffset: 18px;
  transition: all 0.3s ease;
}
.label-cbx > span {
  pointer-events: none;
  vertical-align: middle;
}
.invisible {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0;
}

/*style end for checkbox*/
/*style end for checkbox*/
.left_things {
    margin-left:-14px;
}
.main_search {
    background-color:#ddd !important;
    color:#000 !important;
    border-color:#ddd !important;
}
.main_search:hover {
    background-color:#2ca01c !important;
    color:#fff !important;
    border-color:#2ca01c !important;
}
 .text-custom {
    font-size: 13px;
    font-weight: 600;
    color: #615b5b;
}
    .margin_top_row {
    margin-top: 15px;
} 
    /*Pagination design start*/
.AgencyListPagination {
    position: relative;
    right: 10px;
    padding-top: 10px;
}

.paginationContainer {
    height: 50px;
    float: right;
    position: relative;
    min-width: 250px;
    padding-top: 10px;
}

.paginationtextdv {
    width: 30%;
    float: left;
    text-align: center;
}

.paginationMiddleButtondv {
    width: 40px;
    float: left;
}

.PaginationButtons {
    padding-left: 14px;
    padding-right: 14px;
    background: #fff;
    border: 1px solid #ccc;
    padding-top: 3px;
    padding-bottom: 3px;
}

.NavigatonButtonsDiv {
    float: left;
    border: 1px solid #ccc;
    margin-right: 2px;
}

.activeBtn {
    background-color: #ddd !important;
    color: black;
    border: none;
    height: 26px;
    width: 35px;
}

.paginationRightButtondv {
    width: 40px;
    float: left;
}
/*Pagination design end*/
    /*Pagination custom style start*/
    .paginationContainer {
        min-width:unset !important;
        width:auto !important;
        margin-bottom:10px !important;
    }
    .paginationtextdv {
        width:auto !important;
        margin-right:10px !important;
        padding-top: 7px;
    }
    .paginationMiddleButtondv {
    width: auto !important;
}
.PaginationButtons {
    padding: 6px 12px !important;
}
.paginationMiddleButtondv .PaginationButtons {
    border-radius: 4px 0px 0px 4px !important;
}
.paginationRightButtondv .PaginationButtons {
    border-radius: 0px 4px 4px 0px !important;
}
.NavigatonButtonsDiv {
    border: none !important;
    margin-right: 0px !important;
}
.NavigatonButtonsDiv .activeBtn {
    background-color:#2ca01c !important;
    color:#fff !important;
    height: auto !important;
    width: auto !important;
    padding: 7px 12px !important;
}
.paginationRightButtondv {
    width: auto !important;
}

.NavigationButton {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 6px 12px;
    padding: 6px 12px !important;
	
}
    /*Pagination custom style end*/
.company-white-logo{
    max-width:100%;
    max-height:100%;
}
.save_next_icon {
    height:18px;
}
.save_verify_icon {
    height:18px;
}
.text-security-disk{
    -webkit-text-security: disc !important;
}
    
/*Currency Style css Start*/
.currency_style .input-group-prepend {
    margin-right: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right:-1px;
}
    
.currency_style .input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.currency_style .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.currency_style .input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.currency_style .input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
        display: flex; 
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
 /*Currency Style css End*/



/*group append Style css Start*/
.append_style .input-group-append {
    margin-left: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.append_style .input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.append_style .input-group > .input-group-append > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.append_style .input-group > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.append_style .input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
/*Currency Style css End*/




 /*Custom Date Style css Start*/
    .input_group_for_date {
        width:100%;
        float:left;
        position: relative;
        display: table;
        border-collapse: separate;
    }
    .input_group_for_date input {
        border-radius:4px 0px 0px 4px;
    }
    .input_group_for_date .btn {
        height:34px;
        border-radius:0px 4px 4px 0px;
        background-color:#fff;
        border-color:#ccc;
        color:#333;
    }
    .input_group_for_date .btn:hover {
        background-color:#2ca01c;
        color:#fff;
    }

    /*Custom Date Style css End*/
     .customer_tabs_container {
            width: 99%;
            margin: 5px 5px 0px 5px;
            border: 1px solid #ccc;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            overflow-x: hidden;
        }
        .customer_details_main_nav > li {
            float: left;
            margin-bottom: -1px;
        }
        .customer_details_main_nav > li {
            position: relative;
            display: block;
        }
        .tab_close_style {
            display: block;
            position: absolute;
            background: #e3e3e3;
             -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
            right: 2px;
            top: 2px;
            width: 15px;
            height: 15px;
            transition: transform .25s ease-in-out;
        }

            .tab_close_style:hover {
                transform: rotate(180deg);
                cursor: pointer;
                border-color: #2ca01c !important;
            }

            .tab_close_style:before {
                content: "";
                position: absolute;
                display: block;
                margin: auto;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                width: 7px;
                height: 0;
                border-top: 1px solid rgba(0,0,0,0.5);
                transform: rotate(45deg);
                transform-origin: center;
            }

            .tab_close_style:after {
                content: "";
                position: absolute;
                display: block;
                margin: auto;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                width: 7px;
                height: 0;
                border-top: 1px solid rgba(0,0,0,0.5);
                transform: rotate(-45deg);
                transform-origin: center;
            }
            .fa-trash-o,
.fa-trash-o:hover,
             .fa-trash,
.fa-trash:hover,
.item-delete-panel,
.item-delete-panel:hover,
 a .fa-trash-o,
 a .fa-trash-o:hover {
        color:#d71920 !important;
        cursor:pointer;
}

 button .fa-trash-o,
 button .fa-trash-o:hover,
  button .fa-trash,
 button .fa-trash:hover {
     color:#fff !important;
     cursor:pointer;
 }
.te_container {
    width:100%;
    float:left;
    padding:15px;
}
.te_prog_cont {
    width: 100%;
    float: left;
}
:root {
    --ProgHeight: 62px;
    --ProgArrowHeight: 44px;
    --ProgBGNormal: #ddd;
    --ProgBorderNormal: #898989;
}
.te_prog_div {
    width: 25%;
    border: 1px solid var(--ProgBorderNormal);
    float: left;
    text-align: center;
    position: relative;
    height: var(--ProgHeight);
    border-right: 0px;
    background-color: var(--ProgBGNormal);
    display: flex;
    align-items: center;
    justify-content: center;
}

.te_prog_div:before {
    content: "";
    width: var(--ProgArrowHeight);
    height: var(--ProgArrowHeight);
    position: absolute;
    right: -23px;
    border-top: 1px solid var(--ProgBorderNormal);
    border-right: 1px solid var(--ProgBorderNormal);
    background-color: transparent;
    top: 8px;
    transform: rotate(45deg);
   /* background-color: var(--ProgBGNormal);*/
    z-index: 1;
}
.te_prog_cont .te_prog_div:last-child:before {
    display:none;
}
.te_count_block_outer {
    width: 100%;
    float: left;
    box-shadow: 2px 2px 8px #ccc;
    margin-top: 20px;
    padding: 15px;
}
.te_count_block {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor:pointer;
}
    .te_count_block:hover {
        background-color:#f4f5f8;
    }
    .te_count {
        padding: 5px 10px;
        background-color: #d9001b;
        color: #fff;
        border-radius: 4px;
    }
.te_count_block .cus-anchor {
    color: #d9001b !important;
    font-size:17px;
}
    .te_count_block .cus-anchor:hover {
        text-decoration:none;
    }
    .te_prog_cont .te_prog_div {
        border-right: 1px var(--ProgBGNormal);
    }
.te_prog_cont .te_prog_div {
    border-left: 1px var(--ProgBGNormal);
}

    .te_prog_cont .te_prog_div:last-child {
        border-right: 1px solid var(--ProgBorderNormal) !important;
        padding-right:10px;
    }
    .te_prog_cont .te_prog_div:nth-child(1) {
        border-left: 1px solid var(--ProgBorderNormal) !important;
    }
.te_prog_div.active {
    background-color: #278718;
    color:#fff;
}
    .te_prog_div.active:before {
        background-color: #278718;
        border-color: #fff;
    }
    .te_prog_div.active a,
    .te_prog_div.active a:hover {
        color: #fff;
    }
    .te_prog_div a,
    .te_prog_div a:hover {
        color: #000;
        cursor:pointer;
    }
.te_header {
    width: 100%;
    float: left;
    font-size: 25px;
    border-bottom: 1px solid #ccc;
    padding: 5px 15px;
}
.te_prog_div span i {
    border-radius: 50%;
    padding: 4px 8px;
    font-weight: bold;
    color:#464646;
    background-color:#a7a7a7;

}
.te_prog_div.active span i {
    color: #2ca01c;
    background-color: #fff;
}
.step_btn_cont {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #d3d3d3;
    border-radius: 0px;
    padding: 20px 0px;
    border-bottom: 2px solid #2ca01c;
}
    .step_btn_cont button {
        border-color: #fff !important;
        height: 50px;
        padding: 0px 25px;
    }
    .step_btn_cont button:hover {
        background-color: #00c31f !important;
    }
    .step_btn_cont button[disabled] {
        background-color: #fff !important;
        color: #333 !important;
        border-color: #ccc !important;
    }
    .step_btn_cont button.act_btn:before {

    }
.te_inner_height {
    width: 100%;
    float: left;
    overflow:auto;
}
.te_inner {
    width: 100%;
    float: left;
}
.common_block.hl_style {
    width: 100%;
    float: left;
    padding: 0px;
    background-color: #fff !important;
    padding: 0px !important;
}
.hl_header {
    width: 100%;
    float: left;
    padding: 8px 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
}
    .hl_header span {
        float: left;
        margin-bottom: -5px;
        background-color: #fff;
        font-size:20px;
    }
.hl_block {
    width: 100%;
    float: left;
}
.hl_single_container {
    width: 100%;
    float: left;
    margin: 10px 0px;
    padding: 0px 15px;
    padding-bottom: 15px;
}
.hl_single_block {
    width: 100%;
    float: left;
    font-size: 19px;
    line-height: 24px;
    padding: 10px 0px;
    text-align: center;
}
.te_main_comntent {
    width: 100%;
    float: left;
    padding: 10px 15px;
}
.hl_chk_block {
    width: 100%;
    display: flex;
    float: left;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 2px solid #ccc;
    margin-bottom: 15px;
}
    .hl_chk_block input {
        width: 30px;
        height: 30px;
    }
    .hl_chk_block i {
       font-size:30px;
    }
.hl_chhk_indv {
    display: flex;
    gap: 25px;
}
.hl_button_block {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
}
.hl_block .hl_single_container:nth-child(odd) {
    background-color:#f4f5f8;
}
.te_main_comntent .common_block {
    width: 100%;
    float: left;
    background-color: #f4f5f8;
    padding: 10px 15px;
    border-radius: 8px;
}
.hl_custom_button {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
.hl_custom_button_inner {
    display: flex;
    align-items: center;
    gap: 5px;
}
.hl_custom_button_inner .checkbox-wrapper-19 {
    --checkbox-height: 20px;
    margin-top: 8px;
}
    .hl_custom_button_inner button {

    }
    .checkbox-wrapper-19 {
        box-sizing: border-box;
        --background-color: #fff;
        --checkbox-height: 25px;
    }

@-moz-keyframes dothabottomcheck-19 {
    0% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) / 2);
    }
}

@-webkit-keyframes dothabottomcheck-19 {
    0% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) / 2);
    }
}

@keyframes dothabottomcheck-19 {
    0% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) / 2);
    }
}

@keyframes dothatopcheck-19 {
    0% {
        height: 0;
    }

    50% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) * 1.2);
    }
}

@-webkit-keyframes dothatopcheck-19 {
    0% {
        height: 0;
    }

    50% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) * 1.2);
    }
}

@-moz-keyframes dothatopcheck-19 {
    0% {
        height: 0;
    }

    50% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) * 1.2);
    }
}

.checkbox-wrapper-19 input[type=checkbox] {
    display: none;
}

.checkbox-wrapper-19 .check-box {
    height: var(--checkbox-height);
    width: var(--checkbox-height);
    background-color: transparent;
    border: calc(var(--checkbox-height) * .1) solid #000;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
}

    .checkbox-wrapper-19 .check-box::before,
    .checkbox-wrapper-19 .check-box::after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        height: 0;
        width: calc(var(--checkbox-height) * .2);
        background-color: #34b93d;
        display: inline-block;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        -webkit-transform-origin: left top;
        transform-origin: left top;
        border-radius: 5px;
        content: " ";
        -webkit-transition: opacity ease 0.5;
        -moz-transition: opacity ease 0.5;
        transition: opacity ease 0.5;
    }

    .checkbox-wrapper-19 .check-box::before {
        top: calc(var(--checkbox-height) * .72);
        left: calc(var(--checkbox-height) * .41);
        box-shadow: 0 0 0 calc(var(--checkbox-height) * .05) var(--background-color);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .checkbox-wrapper-19 .check-box::after {
        top: calc(var(--checkbox-height) * .37);
        left: calc(var(--checkbox-height) * .05);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box,
    .checkbox-wrapper-19 .check-box.checked {
        border-color: #34b93d;
    }

        .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::after,
        .checkbox-wrapper-19 .check-box.checked::after {
            height: calc(var(--checkbox-height) / 2);
            -moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
            -o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
            -webkit-animation: dothabottomcheck-19 0.2s ease 0s forwards;
            animation: dothabottomcheck-19 0.2s ease 0s forwards;
        }

        .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::before,
        .checkbox-wrapper-19 .check-box.checked::before {
            height: calc(var(--checkbox-height) * 1.2);
            -moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
            -o-animation: dothatopcheck-19 0.4s ease 0s forwards;
            -webkit-animation: dothatopcheck-19 0.4s ease 0s forwards;
            animation: dothatopcheck-19 0.4s ease 0s forwards;
        }




        .te_main_comntent .common_block .label-cbx {
            display: flex;
            align-items: center;
            font-weight: normal;
        }
            .te_main_comntent .common_block legend {
                position:relative;
            }
                .te_main_comntent .common_block legend .green_button {
                    position: absolute;
                    right: 0px;
                    top: -6px;
                }
            .te_content_footer {
                width: 100%;
                float: left;
                text-align: right;
            }
.te_main_comntent .add_alarm_customer_content_label {
    width:100%;
    float:left;
    font-weight:bold;
}
.count_te_block {
    width: auto;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .count_te_block button {
        border: 1px solid #ccc;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .count_te_block input {
        width: 40px;
        float: left;
        border: none;
        padding: 0px;
        background-color: transparent;
        text-align: center;
        -moz-appearance: textfield;
    }
            .count_te_block input::-webkit-outer-spin-button,
            .count_te_block input::-webkit-inner-spin-button {
                -webkit-appearance: none;
                margin: 0;
            }
.te_main_comntent .common_block table {
    background-color:#fff;
}
.eql_table tr td:nth-child(2),
.eql_table tr td:nth-child(3) {
    width:130px;
    text-align:center;
}
@media (max-width: 768px) {
    .te_prog_div {
        justify-content: flex-end;
        font-size:12px;
    }
    .margin_top_row {
        margin-top: 15px;
    }
   .acc_info_field {
    border: none !important;
    padding: 0px !important; 
}
   .margin_top_row {
    margin-top: 0px !important;
}
   
}
@media (max-width: 991px) {
    .payment_text {
       text-align:left !important;
       padding-left:15px !important;
   }
    .custom_td {
        width:92% !important;
    }
    .switch {
    margin-left: 33px;
    margin-top: 10px;
    }
    .bottom_space {
         margin-bottom: 20px;
         margin-right:20px;
    }
}

@media (max-width: 500px) {
    .step_btn_cont {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    :root {
        --ProgHeight: 45px;
        --ProgArrowHeight: 31px;
        --ProgBGNormal: #ddd;
        --ProgBorderNormal: #898989;
    }
    .te_prog_div span,
    .te_prog_div a {
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 5px;
        margin: auto;
        height: 35px;
        z-index: 1;
    }
        .te_prog_div a {
            height:33px !important;
        }
        .te_prog_div:before {
            top: 7px;
            right: -15px;
        }
    .PaginationButtons {
        padding: 6px !important;
    }
    .tt-menu {
        width:100% !important;
        left:0px;
        height:400px;
    }
    .login-form{
        padding-top:35px;
    }
}
.PrivateLayoutContents{
    float:left;
}
.page-wrapper-contents {
    width:100%;
    float:left;
}