﻿
/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

@font-face {
    font-family: 'Conv_TabulaITCStd-Medium';
    src: url('fonts/TabulaITCStd-Medium.eot');
    src: local('☺'), url('fonts/TabulaITCStd-Medium.woff') format('woff'), url('fonts/TabulaITCStd-Medium.ttf') format('truetype'), url('fonts/TabulaITCStd-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body {
    height: 100%;
}

body {
    padding-top: 120px;
    padding-bottom: 0;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 14px !important;
    /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

ul li, ol li {
    margin: 0;
}

/* For making the space on left and right */

.container {
    width: 100% !important;
}

/* For making the space on left and right */

.mainWrapper {
    min-height: 100%;
    height: auto !important;
    /* This line and the next line are not necessary unless you need IE6 support */
    height: 100%;
    margin: 0 auto -73px;
    /* the bottom margin is the negative value of the footer's height */
}

.footerGroup, .push {
    height: 40px;
    /* .push must be the same height as .footer */
}

/*Buffer Space*/

.contBody {
    padding-bottom: 10px
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

/* footer {
    margin:0;
}

footer .row {
    background-image: url("../images/bg-util.jpg");
    background-position: 0 0;
    background-repeat: repeat;
    color: #fff;
    font-weight: 100;
    font-style: normal;
    text-transform: uppercase;
    padding: 15px 0 5px;
    text-align: center;
    
    color: #fff;
    margin-left: 0;
    margin-right: 0;
}
.self-height .footer-container{
	max-width:1170px;
	margin:0 auto;
	padding:0 15px;
} */

/* Custom Bootstrap Override Styles */

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover, .active-btn {
    z-index: 2;
    color: #005030;
    /*background-color:#c4d634;
	border-color:#c4d634;*/
    background-color: #fff;
    border-color: #005030;
}

.navbar-inverse {
    background-color: #fff;
    /*border-color:#c4d634*/
}

a {
    text-decoration: none
}

.navbar-inverse .navbar-nav>li>a {
    color: #005030
}

.btn-primary {
    color: #fff;
    background-color: #005030;
    border-color: #005030;
    padding: 6px 80px;
}

.btn-primary, a.btn-primary {
    /* background-color: #FDFA99!important;
    background: #FDFA99!important; */
    background-color: green!important;
    background: green!important;
    padding: 6px 20px;
    color: #fff!important;
    /* color: black!important; */
    border-radius: 0px!important;
    /* border: 1px solid black!important; */
    border: 1px solid #fff!important;
    font-weight: 600 !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 14px !important;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #c4d634;
    border-color: #c4d634
}

.btn-smaller {
    color: #fff;
    background-color: #005030;
    border-color: #005030;
    padding: 3px;
    font-size: 13px;
}

.btn-smaller.active, .btn-smaller.focus, .btn-smaller:active, .btn-smaller:focus, .btn-smaller:hover, .open>.dropdown-toggle.btn-smaller {
    color: #fff;
    background-color: #c4d634;
    border-color: #c4d634
}

.btn-smaller.disabled {
    background: #ccc;
    border-color: #ccc;
    color: black
}

.verticalLine {
    border-left-width: thick;
    border-left-style: solid;
    border-left-color: #ff0000;
    padding-left: 3px
}

.list-group-item {
    position: relative;
    display: block;
    font-size: 13px;
    padding: 10px 8px;
    margin-bottom: -1px;
    background-color: #005dac;
    /*border:1px solid #ddd*/
    color: #fff;
}

a.list-group-item:hover {
    color: #fff;
    text-decoration: none;
    /*background-color:#c4d634;*/
    /* background-color: #fff;
    text-decoration: none;
    color: #050030;*/
}

a.list-group-item {
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.breadcrumb>.active, .breadcrumb>.active a, .breadcrumb>.active a:visited {
    /*color:#005030;*/
    color: #fff;
    /*background-color:#c4d634;
	padding-right: 10px;
	padding-left: 10px;
    margin: 2px;*/
    margin-top: 0px;
    float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: none!important;
}

.breadcrumb {
    padding: 8px 15px;
    margin: 0;
    /* margin-bottom: 20px; */
    list-style: none;
    background-color: #005dac!important;
    border-radius: 4px;
    overflow: visible
}

.breadcrumb a, .breadcrumb a:active, .breadcrumb a:hover, .breadcrumb>li {
    color: #fff;
}

/*.breadcrumb>li.active{background:#008000; padding:2px 5px; border-radius:5px; margin:-2px 0 0 0;}*/

.breadcrumb>li.active, .selfServiceLink {
    background: rgba(243, 121, 33, 1);
    background: -moz-linear-gradient(top, rgba(243, 121, 33, 1) 0%, rgba(240, 47, 23, 1) 51%, rgba(238, 87, 45, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243, 121, 33, 1)), color-stop(51%, rgba(240, 47, 23, 1)), color-stop(100%, rgba(238, 87, 45, 1)));
    background: -webkit-linear-gradient(top, rgba(243, 121, 33, 1) 0%, rgba(240, 47, 23, 1) 51%, rgba(238, 87, 45, 1) 100%);
    background: -o-linear-gradient(top, rgba(243, 121, 33, 1) 0%, rgba(240, 47, 23, 1) 51%, rgba(238, 87, 45, 1) 100%);
    background: -ms-linear-gradient(top, rgba(243, 121, 33, 1) 0%, rgba(240, 47, 23, 1) 51%, rgba(238, 87, 45, 1) 100%);
    background: linear-gradient(to bottom, rgba(243, 121, 33, 1) 0%, rgba(240, 47, 23, 1) 51%, rgba(238, 87, 45, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f37921', endColorstr='#ee572d', GradientType=0);
    /* padding-bottom: 5px; */
    padding: 3px 5px;
    color: #fff!important;
}

a.selfServiceLink:hover {
    text-decoration: none !important;
}

.homepage.breadcrumb>li.active {
    background: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
}

.breadcrumb a:hover {
    text-decoration: none;
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #fff;
    content: ""
}

.breadcrumb>.active {
    color: #c4d634
}

a.list-group-item.active-link {
    background: #ff5820!important;
    color: #fff !important;
    font-weight: normal;
}

.head_text h2 {
    color: #69a838;
}

.head_text .arrow {
    float: left;
    width: 15px;
    height: 40px;
    background: #4b9ec9 url(../img/white-arrow-right.png) 6px 17px no-repeat;
    background-color: #69a838;
}

.pure-table th, .pure-table td {
    padding: 0.5em 1em;
}

.pure-table th {
    background-color: #e4e5e3;
    padding: 0.5em 1em;
}

.pure-table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb
}

.pure-table caption {
    color: #000;
    font: italic 85%/1 arial, sans-serif;
    padding: 1em 0;
    text-align: center
}

.navbar-header {
    margin-top: 2%;
}

.pure-table th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: 12px!important;
    margin: 0;
    overflow: visible;
    padding: .5em 1em
}

.pure-table td {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: 12px!important;
    margin: 0;
    overflow: visible;
    padding: .5em 1em
}

.pure-table td:first-child, .pure-table th:first-child {
    border-left-width: 0
}

.pure-table thead {
    background-color: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom
}

.pure-table td {
    background-color: transparent
}

.pure-table-odd td {
    background-color: #f2f2f2
}

.pure-table-striped tr:nth-child(2n-1) td {
    background-color: #f2f2f2
}

.pure-table-bordered td {
    border-bottom: 1px solid #cbcbcb
}

.pure-table-bordered tbody>tr:last-child>td {
    border-bottom-width: 0
}

.pure-table-horizontal td, .pure-table-horizontal th {
    border-width: 0 0 1px;
    border-bottom: 1px solid #cbcbcb
}

.pure-table-horizontal tbody>tr:last-child>td {
    border-bottom-width: 0
}

.pure-table thead {
    background-color: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom;
}

.pure-table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb;
}

.pure-table caption {
    color: #000;
    font: italic 85%/1 arial, sans-serif;
    padding: 1em 0;
    text-align: center
}

.pure-table td, .pure-table th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em
}

.pure-table td:first-child, .pure-table th:first-child {
    border-left-width: 0
}

.pure-table thead {
    background-color: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom
}

.pure-table td {
    background-color: transparent
}

.pure-table-odd td {
    background-color: #f2f2f2
}

.pure-table-striped tr:nth-child(2n-1) td {
    background-color: #f2f2f2
}

.pure-table-bordered td {
    border-bottom: 1px solid #cbcbcb
}

.pure-table-bordered tbody>tr:last-child>td {
    border-bottom-width: 0
}

.pure-table-horizontal td, .pure-table-horizontal th {
    border-width: 0 0 1px;
    border-bottom: 1px solid #cbcbcb
}

.pure-table-horizontal tbody>tr:last-child>td {
    border-bottom-width: 0
}

.nav.navbar-nav.navbar-right li .btn.btn-primary {
    color: #FFF;
    text-decoration: none;
    background-color: #005030;
    border-color: #005030;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.nav.navbar-nav.navbar-right li .btn.btn-primary:hover {
    background-color: #c4d634;
    border-color: #c4d634;
}

.green {
    color: #41ad49
}

.greenDark {
    color: #005030
}

.greenLight {
    color: #c4d634
}

.red {
    color: #f00
}

.left {
    float: left
}

.right {
    float: right
}

.navbar-right {
    margin-right: 0;
}

.container .row hr {
    padding: 10px;
}

.small, .small a, .small a:visited, .small a:active, .small a:link {
    color: #005030;
}

.small a:hover {
    color: #c4d634;
}

.marked {
    background-color: #f8f8f8;
}

.error {
    font-size: 13px;
    margin-bottom: 5px;
}

a.small {
    color: #41ad49;
    text-decoration: none;
}

a.small:hover {
    color: #f00;
}

.sz-lmt {
    float: left;
}

.sz-lmt input[type="radio"] {
    margin: 1px 4px 0 0;
}

.table-pagenation {
    padding: 5px;
    background-color: #e4e5e3;
    margin: 0;
    list-style-type: none;
    font-size: 13px;
    overflow: hidden;
    position: relative;
    border-top: #cbcbcb 1px solid;
}

tfoot.table-bottom {
    display: block;
}

.page-list-show {
    float: left;
    margin: 2px 10px 2px 0;
}

.total-pg-range select {
    background-color: transparent;
    border: none;
}

.nxt-prev {
    float: left;
    margin-right: 10px;
}

.nxt-prev ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nxt-prev ul li {
    display: inline-block;
    vertical-align: middle;
}

.nxt-prev ul li a {
    color: #000;
    text-decoration: none;
}

.nxt-prev ul li a:hover {
    color: #888;
}

.table {
    margin-bottom: 0;
}

.page-num {
    float: right;
}

.nxt-prev {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.genVou th, .pure-table th {
    text-align: center;
}

.paddingLeftZero {
    padding-left: 0;
}

.white {
    color: #fff;
}

.switch, .date input {
    text-align: center;
}

.edtblDateInpt {
    width: 80px;
    text-align: center;
}

.leftTen {
    float: left;
    margin-left: 20px;
}

.backToLogin a {
    color: #41ad49;
    text-decoration: none;
}

.backToLogin a:hover {
    color: #f00;
}

/*Removing the whitespaces*/

.setWidth {
    width: 100px
}

.setUnitPriceWidth {
    width: 80px
}

.img-loader {
    width: 214px;
    height: 206px;
    margin-top: 18%;
    margin-left: 25%
}

.img-loader1 {
    margin-top: 30%;
    margin-left: 25%
}

.img-loader2 {
    margin-top: 25%;
    margin-left: 35%
}

div#buttonContainer {
    padding-top: 15%
}

/* ------------------- pagination ------- */

.nxt-prev li {
    position: relative;
}

.nxt-prev li.previous_second_link {
    margin-right: 2px;
}

.nxt-prev li.next_first_link {
    margin-left: 2px;
}

.nxt-prev li a {
    color: #333!important;
}

.nxt-prev li.previous_second_link:before {
    content: "◀";
    width: 14px;
    height: 14px;
    margin-right: 3px;
    color: #bdbcbc;
    position: relative;
    top: -1px;
}

.nxt-prev li.previous_second_link a:before {
    content: "◀";
    width: 14px;
    height: 14px;
    color: #333;
    left: 0;
    position: absolute;
    top: -1px;
}

.nxt-prev li.previous_first_link:before {
    content: "«";
    width: 14px;
    height: 14px;
    color: #bdbcbc;
    position: relative;
    top: -1px;
    font-size: 17px;
    line-height: 20px;
}

.nxt-prev li.previous_first_link a:before {
    content: "«";
    width: 14px;
    height: 14px;
    color: #333;
    left: 0;
    position: absolute;
    top: -1px;
    font-size: 17px;
    line-height: 20px;
}

.nxt-prev li.next_first_link a:after {
    content: "▶";
    width: 14px;
    height: 14px;
    position: absolute;
    top: -1px;
    right: -4px;
    z-index: 1;
    color: #333;
}

.nxt-prev li.next_first_link:after {
    content: "▶";
    width: 14px;
    height: 14px;
    margin-left: 0;
    color: #bdbcbc;
    position: relative;
    top: -1px;
}

.nxt-prev li.next_second_link a:after {
    content: "»";
    width: 14px;
    height: 14px;
    position: absolute;
    top: -1px;
    right: -4px;
    z-index: 1;
    color: #333;
    font-size: 17px;
    line-height: 20px;
}

.nxt-prev li.next_second_link:after {
    content: "»";
    width: 14px;
    height: 14px;
    margin-left: 0;
    color: #bdbcbc;
    position: relative;
    top: -1px;
    font-size: 17px;
    line-height: 20px;
}

.table-pagenation .page-num input[type="text"] {
    padding: 0 2px;
    width: 20px;
    height: auto;
    line-height: 14px;
    margin-left: 5px;
}

.nxt-prev li {
    color: #bdbcbc;
}

.navbar-nav span.divider {
    border-right: #969696 1px solid;
    padding-right: 5px;
    margin-right: 6px;
}

/* Responsive Styles */

.customPopup {
    background-color: white;
    border-style: solid;
    border-width: 2px;
    padding: 10px;
    position: absolute;
    z-index: 9999;
    width: 100%;
    margin-left: 0;
    margin-top: 0px;
    top: 36px;
    max-height: 350px;
    overflow-y: auto;
}

.overlay {
    position: fixed;
    background: #FFF;
    opacity: .6;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10000;
}

.page-loader {
    background: url(../images/page-loading.gif) 0 0 no-repeat;
    width: 150px;
    height: 66px;
    margin: -33px 0 0 -33px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10001;
}

.overlay_nw {
    position: fixed;
    background: #FFF;
    opacity: .6;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10000;
}

.page-loader_nw {
    background: url(../images/page-loading.gif) 0 0 no-repeat;
    width: 66px;
    height: 66px;
    margin: -33px 0 0 -33px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10001;
}

table.table-fixedheader>thead tr th.footable-sorted:after, table.table-fixedheader>thead tr th.footable-sorted-desc:after {
    content: "▼";
    position: relative;
    visibility: visible;
    display: inline;
    font-size: 10px;
}

table.table-fixedheader>thead tr th.footable-sorted-desc:after {
    content: "▲";
}

table.table-fixedheader>thead tr th a {
    color: #000;
}

table.table-fixedheader>thead tr th.footable-sortable, table.table-fixedheader>thead tr th.tablesorter-header {
    cursor: pointer;
}

#donutchart rect {
    fill: transparent;
}

#donutchart {
    position: relative;
    z-index: 11;
}

.errdiv strong a, .checkstatus strong a {
    color: #0091c4;
    text-decoration: none;
}

.errdiv strong a:hover, .checkstatus strong a:hover {
    text-decoration: underline;
}

.pos-fixed {
    position: fixed;
    z-index: 10;
    min-width: 185px;
}

.errdiv {
    color: red !important;
    font-weight: bold !important;
    text-align: left !important;
    margin-bottom: 10px;
}

.succdiv {
    color: green !important;
    font-weight: bold !important;
    text-align: left !important
}

.errdiv center, .succdiv center {
    text-align: left;
}

.right-section {
    margin: 0 40px;
}

.footer-text {
    font-family: 'Conv_TabulaITCStd-Medium', Sans-Serif;
    font-size: 14px;
    width: 14%;
    display: block;
    margin: 0 auto;
}

.ppSidebar .list-group-item:last-child, .ppSidebar .list-group-item:first-child {
    border-radius: 0;
}

.ppSidebar span:last-child .list-group-item {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ppSidebar span:first-child .list-group-item {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.individualVoid, .rangeVoid {
    display: none;
}

.shift-left {
    margin-left: 3%;
}

iframe #contents {
    padding-bottom: 90px;
    min-height: 400px;
}

iframe #contents p {
    line-height: 1.5em;
    color: #115b3c;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1em;
}

.ccFooter footer .container.footer-container {
    width: auto;
    padding: 0;
}

.childMenu {
    display: none;
}

.noPadding {
    padding: 0!important;
}

.noPadLeft {
    padding-left: 0 !important;
}

.noPadRight {
    padding-right: 0 !important;
}

.noMargin {
    margin: 0!important;
}

.noMarLeft {
    margin-left: 0 !important;
}

.noMarRight {
    margin-right: 0!important;
}

.graphHolder.Y1B {
    padding-left: 0;
    margin: 0 auto;
    width: 45%;
}

.graphHolder.Y1B .number-block {
    float: none
}

.graph2 {
    padding-left: 132px;
}

.graphHolder.Y1B .graph1 {
    padding-left: 51px;
}

.graphHolder.ALYAH3 {
    padding-left: 0;
}

.graphHolder.ALYAH3 .number-block {
    float: none
}

.graphHolder.ALYAH3 .graph2 {
    padding-left: 0px;
}

.graphHolder.ALYAH3 .graph1 {
    padding-left: 0;
}

.relText {
    font-size: 11px;
    display: block;
    line-height: 11px;
    color: #464444;
    margin-left: 8%;
    margin-top: 1%;
}

@media(max-width:1199px) {
    .table-responsive>.table>tbody>tr>td {
        white-space: pre-wrap;
        width: 25%;
        vertical-align: middle; /* sudip saha */
    }
    .tbl-fxdHead .pure-table th {
        width: 25%;
        font-size: 12px!important;
    }
    .pos-fixed {
        /* min-width: 132px;
        width: 132px;*/
    }
}

@media screen and (max-width: 768px) {
    footer .footer__base .share {
        margin: 20px auto 0;
        text-align: center;
        width: 100%;
    }
}

@media(max-width:991px) {
    .pos-fixed {
        min-width: 185px;
    }
    /* .custom_buttons{
		margin-top:10px;
	}
	.sidebar{
		position:absolute;		
	}*/
    .customer-img, .img-related {
        margin-bottom: 30px;
    }
    .respFixSubBtn {
        margin-top: 10px;
        margin-left: -15px;
    }
    .respFixSubBtn1 {
        margin-top: 10px;
    }
    .respFixInptFld {
        margin-left: -15px;
    }
    .table-responsive>.table>tbody>tr>td {
        white-space: pre-wrap;
        width: 25%;
        /*        <!--ankita ghosh-->*/
        vertical-align: middle;
    }
    .tbl-fxdHead .pure-table th {
        width: 25%;
        font-size: 9px!important;
    }
    .pos-fixed {
        position: fixed;
        width: auto;
    }
    select.pagesize {
        width: 18px;
    }
}

/*ip5,6*/

@media(max-width:767px) {
    #myModal_viewHistory .modal-dialog {
        width: auto;
    }
    .manageCntacts_modal {
        width: auto !important;
    }
    .pos-fixed {
        position: static;
        width: auto;
    }
    .customized_div_size {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .verticalLine {
        padding-right: 0px;
    }
    .custom_buttons {
        margin-top: 10px;
    }
    .img-loader {
        width: 144px;
        height: 146px;
        margin-left: 2px;
        margin-top: 35%
    }
    .img-loader1 {
        margin-top: 80%;
        margin-left: -2px
    }
    .img-loader2 {
        margin-top: 50%;
        margin-left: 5%
    }
    div#buttonContainer {
        padding-top: 0px
    }
    .img-portfolio {
        margin-bottom: 15px;
    }
    header.carousel .carousel {
        height: 70%;
    }
    .nxt-prev {
        position: static;
        right: 0;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        float: right;
        margin-right: 20px;
    }
    .page-num {
        display: block;
        text-align: center;
        margin-top: 30px;
        float: none;
    }
    .table-responsive {
        margin-bottom: 0;
    }
    .tbl-fxdHead .pure-table th {
        font-size: 9px!important;
    }
    .table-responsive>.table>tbody>tr>td {
        white-space: pre-wrap;
        width: 100%;
    }
    .btn-primary-custom {
        width: 80px;
        margin: 15px;
    }
    .right-section {
        margin: 0;
    }
    body#selfregis footer {
        margin-top: 7px;
    }
    .self-height .footer-container {
        padding: 0;
    }
}

@media(max-width:599px) {
    .nxt-prev {
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        right: auto;
        margin-right: 0;
    }
    .page-num {
        float: right;
        margin-top: 0;
    }
}

@media(max-width:479px) {
    .page-num {
        float: right;
        margin-top: -55px;
    }
    .nxt-prev {
        float: none;
        clear: both;
        width: 145px;
        margin: 7px auto;
        padding-top: 5px;
        position: static;
        right: 0;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
    .pager li.first-item {
        width: 57%;
        text-align: right;
    }
    .pager li.second-item {
        width: 43%;
        text-align: left;
    }
    .table-pagenation.pager li>a, .table-pagenation.pager li>span {
        margin: 0 5px!important;
    }
    .pager li.last-item {
        width: 100%;
        margin: 5px 0 0 0!important;
    }
    .pager li.first-item, .pager li.second-item {
        margin-bottom: 5px;
        min-height: 20px;
    }
    .suffixPgNo {
        display: inline;
        float: none!important;
    }
    .mainWrapper {
        margin: 0 auto -60px;
        /* the bottom margin is the negative value of the footer's height */
    }
    .footerGroup, .push {
        height: 60px;
        /* .push must be the same height as .footer */
    }
}

/*  
	==================================================
	---------------CSS imported style.css-------------
	==================================================
*/

.ui-widget.ui-widget-content.ui-tooltip {
    border: 1px solid #c5c5c5;
    border-radius: 0 !important;
    box-shadow: none;
    background: #fff;
    color: #0096fa;
    border: none;
    font-size: 12px;
    font-family: 'verdana';
}

.checkbox label, .radio label {
    font-size: 13px;
    font-family: 'verdana';
}

.relText {
    font-size: 11px;
    display: block;
    line-height: 11px;
    color: #464444;
    margin-left: 8%;
    margin-top: 1%;
}

.borderBlock {
    padding-right: 5px;
    border-right: 1px solid #333;
    line-height: 10px;
}

.form-block {
    margin-bottom: 10px;
}

span.prices {
    display: block;
    /*margin-left: 12px;*/
}

.bottomBorder {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.modalCancelBtn {
    margin-top: 5px;
}

.terminateBtn {
    width: 100%;
}

#cancelReasonDetail {
    height: 36px;
}

/*.cancelFooter{
	display:none;
}
.cancelModal2{
	display:none;
}*/

.modifyMsg {
    display: none;
}

/*.terminateBlock .panel-primary>.panel-heading{
	background-color: #005030;
    border-color: #005030;
}*/

.terminateBlock .goBackMain1 {
    background-color: #a2a2a2;
    border-color: #959595;
}

.cancelBlock .goBackMain {
    background-color: #a2a2a2;
    border-color: #959595;
}

/*.cancelBlock .panel-primary>.panel-heading{
	background-color: #005030;
    border-color: #005030;
}*/

.form-horizontal .panel_text .control-label {
    text-align: left;
}

.create_new_entrprise {
    color: 0091c4;
    outline: none !important;
    width: 190px;
    float: right;
    padding-top: 10px;
    font-weight: normal;
}

.distributorBlock2 {
    display: none;
}

.manageCntacts_modal {
    width: 91%;
}

.contactTable tbody {
    min-height: 235px;
}

.historicalUsage_modal {
    min-width: 132%;
    left: -20%;
}

.currentUsage_modal_resize {
    min-width: 130%;
    /* min-height: 398px; */
    left: -23%;
}

.manageLocation_modal {
    min-width: 100%;
    /*max-height: 750px;*/
    /*left: -60%;*/
    /*overflow-x: auto;*/
}

div#myModal_ManageLocations .modal-dialog {
    width: 78%;
}

.manageLocation_modal_bodyPart {
    margin: 15px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 400px;
}

.modal-dialog, .modal-content {
    /* 80% of window height */
    /*height: 90%;*/
}

.modal-body {
    /* 100% = dialog height, 120px = header + footer */
    /*max-height: calc(100% - 150px);
    overflow-y: scroll;*/
}

.custom_input_type {
    outline: none;
    color: black!important;
    border: 0;
    box-shadow: none;
    background: white;
}

.custom_input_type.form-control[disabled] {
    cursor: text;
    background: white;
    font-size: 12px;
    text-align: left;
    padding: 0;
}

.btn_position {
    padding: 0px 15px 7px 0;
    text-align: right;
}

.custom_modal {
    min-width: 1100px;
    /*left: -42%;*/
}

.fixedBar {
    width: 100%;
    position: fixed;
    left: 0;
    top: auto !important;
    z-index: 1040;
}

.commonMenu {
    background: #fff !important;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.self-height .footer-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.fixedBar.active {
    z-index: 999;
}

.navbar-collapse {
    position: relative;
    margin: 0!important;
}

.topGap {
    margin-top: 40px;
}

/*iframe{height:228px; margin-top:-120px;}*/

footer {
    /*margin-top: 50px!important;*/
}

iframe body {
    padding-top: 0;
}

.navbar-collapse {
    position: relative;
    margin: 0!important;
}

.topGap {
    margin-top: 40px;
}

.active-btn {
    background: #fff;
    color: #000 !important
}

.errorMsg {
    color: red
}

.disabledText.form-control[disabled] {
    background-color: #fff !important;
    cursor: default !important;
}

.egtext {
    color: grey;
    font-size: small;
}

.navbar-collapse {
    position: relative;
    margin: 0!important;
}

.topGap {
    margin-top: 40px;
}

.table-pagenation select {
    text-indent: -2em;
    width: 22px;
    outline: none;
    background: none;
    border: 0;
}

.greenTxt {
    color: #005030;
}

/* Force table width to 100% */

table.table-fixedheader {
    width: 100%;
    position: relative;
}

table.table-fixedheader, table.table-fixedheader>thead, table.table-fixedheader>tbody, table.table-fixedheader>thead>tr, table.table-fixedheader>tbody>tr, table.table-fixedheader>thead>tr>th, table.table-fixedheader>tbody>td {
    display: block;
}

table.table-fixedheader>thead>tr:after, table.table-fixedheader>tbody>tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

table.table-fixedheader>tbody {
    overflow-y: scroll;
    max-height: 258px;
}

table.table-fixedheader>thead {
    overflow-y: scroll;
    background: #e4e5e3;
}

table.table-fixedheader::before {
    content: "";
    width: 30px;
    height: 39px;
    position: absolute;
    right: 0;
    top: 0;
    background: #e4e5e3;
}

table.table-fixedheader>thead::-webkit-scrollbar {
    background-color: inherit;
}

table.table-fixedheader>thead>tr>th:after, table.table-fixedheader>tbody>tr>td:after {
    content: ' ';
    display: table-cell;
    visibility: hidden;
    clear: both;
}

table.table-fixedheader>thead tr th, table.table-fixedheader>tbody tr td {
    float: left;
    word-wrap: break-word;
    border-bottom: 0;
}

table.table-fixedheader>thead tr th {
    padding: 11px 8px;
}

table.table-fixedheader>tbody tr td {
    min-height: 43px;
}

.table-bordered>tbody>tr>td, .table-bordered>thead>tr>th {
    border-right: 0;
}

.table-bordered>tbody>tr>td:first-child, .table-bordered>thead>tr>th:first-child {
    border-left: 0;
}

.btn-primary.focus, .btn-primary:focus {
    background: #005030;
    border-color: #005030;
    outline: none;
}

.navbar-collapse {
    position: relative;
    margin: 0!important;
}

.topGap {
    margin-top: 40px;
}

footer iframe body {
    padding-top: 0;
}

table.table-fixedheader>thead {
    overflow-y: scroll;
}

.tablesorter-altair .tablesorter-header-inner {
    color: #000;
}

.navbar-collapse.in {
    border-bottom: #101010 1px solid;
}

p.priceGap {
    margin: 5px 0;
}

.childMenu {
    background: #eeeeee;
    overflow: hidden;
    clear: both;
    position: relative;
    z-index: 10;
}

.childMenu a {
    display: block;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
    padding: 9px 15px 9px 35px;
    cursor: pointer;
    background: none;
    color: #000!important;
}

.ppSidebar a {
    cursor: pointer;
}

.ppSidebar a.list-group-item {
    clear: both;
}

.sidebar .list-group-item {
    padding: 10px 18px 10px 24px;
}

.active-link {
    background: #c1d72e;
    color: #000 !important;
    font-weight: bold
}

.popupLink.active-link {
    color: #c1d72e!important;
}

.childMenu a.active-btn {
    background: #eeeeee!important;
    color: #005030!important;
    font-weight: bold
}

.ppSidebar a em {
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    position: absolute;
    right: 6px;
    top: 15px;
    font-size: 10px;
}

/*.ppSidebar a em::before{content:"+";}
.ppSidebar a em.dw-arrow::before{content:"-";}*/

input.es-input {
    width: 250px;
    height: 34px;
    padding: 5px;
}

.newCusomer {
    position: relative;
}

/* .customerBlock{height:0; overflow:hidden;} */

.newCusomerBlock {
    height: auto;
    /*min-height: 400px;*/
}

.gllpMap {
    width: 100%;
}

textarea.textHt {
    height: 72px;
}

.required {
    color: #dd1e23;
    font-size: 12px;
    font-style: normal;
}

.customerBlock .table>thead>tr>th, .customerBlock .table>thead>tr>td {
    border-bottom-width: 0;
}

.customerBlock .table>thead>tr>th {
    background: #0096fa!important;
    font-size: 20px !important;
    color: #FFF;
    font-weight: normal;
}

.customerBlock .table>thead>tr>th span {
    display: inline-block;
}

.customerBlock .table-1 {
    /*border-bottom:#e4e5e3 1px solid;*/
}

.customerBlock .table>thead>tr>th, .customerBlock .table>tbody>tr>td {
    vertical-align: middle;
}

.customerBlock .borderless>thead>tr>th, .customerBlock .borderless>tbody>tr>td {
    border: 0
}

.customerBlock .table-1 th:first-child, .customerBlock .table-1 td:first-child {
    border-right: #e4e5e3 1px solid;
}

.customerBlock .tooltip-icon {
    background: url(../images/info.gif) 0 0 no-repeat;
    width: 12px;
    height: 13px;
    display: inline-block;
    position: relative;
    top: 2px;
    left: 5px;
}

.customerBlock .tooltip-icon.rt-gap {
    margin-right: 8px;
}

.customerBlock .red {
    color: #FF0000;
}

.customerBlock .line-through {
    text-decoration: line-through;
    color: #969696;
}

.customerBlock .bg-orange {
    background: #005030;
    color: #FFF;
}

.customerBlock .table-2 {
    margin: 0 0 25px;
}

.customerBlock .table-2 .title {
    background-color: #ff5820;
    font-weight: bold;
    color: #FFF;
    border: none !important;
    line-height: 38px;
}

.customerBlock .bg-gray {
    background: #e4e5e3;
}

.customerBlock .table-2 .inner-body {}

.customerBlock .table-2 .table-content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.customerBlock .token-box .panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 1px 15px;
    color: #fff;
}

.customerBlock .token-box table td {
    padding: 10px 0;
}

.panel-primary>.panel-heading, .panel-heading {
    background-color: #005dac;
    color: #fff;
    border-bottom: 1px solid black;
    font-size: 22px !important;
}

.customerBlock .token-box h4 {
    font-size: 14px;
}

.panel-primary {
    border-color: black;
}

.customerBlock .token-box .panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 1px 15px;
}

.recommended {
    color: #fff;
    font-weight: 700;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #000;
    padding: 3px 5px;
    display: inline-block;
    font-size: 11px;
}

.topPanel, .bs-example {
    margin-bottom: 27px;
}

.stageIndicator {
    margin-bottom: 0px;
    display: none;
}

.topValues {
    margin-bottom: 20px;
    font-size: 11px;
    color: #5e5e5e;
    display: none;
    font-style: italic;
}

/*.RecommendedODU {padding: 20px 0;} */

.topValues span {
    padding: 0 1px 4px;
}

.form-horizontal .preview {
    padding-top: 7px;
}

.customerBlock .succdiv, .customerBlock .errdiv {
    display: none;
}

#afterSelect {
    display: block;
    /*right:5px;*/
    color: #555;
    font-size: 11px;
    line-height: 16px;
    /*position:absolute;*/
    /*top:-18px; */
    font-weight: bold;
}

#afterSelect {}

#dis-enterprise {
    display: block;
    right: 5px;
    color: #555;
    font-size: 11px;
    line-height: 16px;
    position: absolute;
    top: -18px;
    font-weight: bold;
}

.newEnterprise #afterSelect em {
    color: #8c8c8c;
}

.newEnterprise .topPanel {
    margin-top: 20px;
}

.customerBlock .btn-primary.prevBtn, .customerBlock a.btn-primary.prevBtn {
    background-color: #a2a2a2;
    border-color: #959595;
}

.startBtn, .ext_startBtn {
    color: #b3b3b3;
    font-size: 13px;
    font-weight: bold;
}

.startBtn:hover {
    text-decoration: underline;
    color: #b3b3b3;
}

.ltgap {
    margin-left: 10px;
}

.searchField {
    width: 87%;
    float: left;
}

.siteInfoBlock .form-horizontal .control-label, .newCusStep5 .form-horizontal .control-label {
    text-align: left;
    margin-bottom: 5px;
}

.siteInfoBlock .form-horizontal .preview, .newCusStep5 .form-horizontal .preview {
    padding-top: 0;
}

.menuLink {
    display: block;
    position: relative;
}

.menuLink:hover .list-group-item {
    background: #FFF;
    color: #000;
}

.popupLink {
    position: absolute;
    left: 7px;
    top: 13px;
    padding: 0!important;
    border-radius: 0!important;
    background: none!important;
    display: block;
    color: #c1d72e;
    text-decoration: none!important;
    font-size: 10px!important;
    font-weight: normal!important;
}

.childMenu .popupLink {
    left: 18px;
    top: 8px;
}

.popupLink:focus {
    color: #c1d72e;
}

/*.popupLink::before{content:"\29C9";}*/

.menuLink:hover .popupLink::before, .active-link+.popupLink::before {
    color: #000;
}

.suggestedAdd {
    width: 100%;
}

.span0 {
    width: 0;
    position: relative;
    z-index: -1;
}

.fixedPos {
    position: absolute;
    left: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 185px;
}

.span0 .fixedPos {
    left: -185px;
}

.col-md-2 .pos-fixed {}

.row #colMain {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 0 20px 20px 20px;
    width: 100%;
    float: left;
    position: relative;
}

.row .pos-fixed {
    overflow: hidden;
    min-height: 500px;
}

.row #colMain.ltGap {
    padding-left: 220px;
    padding-top: 0;
}

.sidebar {
    padding-left: 0;
}

.btn-inverse {
    background: url(../images/ltmenu.png) 50% 50% no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    text-indent: -9999em;
    z-index: 10;
    top: 9px;
    left: 22px;
    cursor: pointer;
}

.breadcrumb>li:first-child {
    /*padding-left:20px;*/
}

.breadcrumb>li {
    display: inline-block;
    padding-right: 20px;
    font-size: 13px;
    font-family: 'verdana', sans-serif;
}

#commonMenu .dropdown-menu li a {
    /* transition:all 0.1s ease-in-out; */
    padding: 3px 20px;
}

#commonMenu .dropdown-menu li a:hover {
    /* margin-left:4px; */
}

#commonMenu .dropdown-menu li a, #commonMenu li .dropdown-toggle {
    font-family: 'verdana';
    font-size: 12px;
    text-shadow: none;
}

#commonMenu li .dropdown-toggle {
    text-shadow: -1px 0px 0px #131111;
}

/* #commonMenu li a {
    text-shadow: -1px 0px 0px #131111;
} */

#commonMenu .dropdown-menu li a.active {
    box-shadow: none;
}

#commonMenu .dropdown-menu {
    padding: 0px 0px;
}

#commonMenu .dropdown-menu li a {
    padding: 7px 20px;
    display: block;
    transition: all 0.2s ease-in-out;
}

#commonMenu .dropdown-menu li a:hover {
    background-color: #eee;
    color: #333;
}

#commonMenu .active {
    text-decoration: none;
    background-color: #eee;
    color: #333 !important;
    padding: 5px;
    /* border-radius: 2px; */
    box-shadow: 2px 2px 0px #333;
    text-shadow: none;
}

.row #colMain.nogap {
    position: relative;
}

textarea.textareaHt1 {
    height: 115px;
}

/*for changing table header color*/

table#table_1>thead>tr>th {
    /*color: white !important;
	background:#005030 !important;*/
}

.table_header {
    color: white !important;
    background: #005030 !important;
}

/*for search and clear button in FAPTokenAllocation*/

.custom_buttons {
    /*margin-left:2%;*/
    width: 49%;
}

.fapToken_search_btn {
    margin-right: 0;
}

/*changing modal width*/

#myModal_Allocate .modal-dialog {
    width: 60%;
}

#myModal_viewHistory .modal-dialog {
    width: 60%;
}

.fap_token_balance {
    padding-left: 15px;
}

.btn_size {
    font-size: 11px;
    /*width:103px;*/
    margin-bottom: 4px !important;
    /* font-weight: bold !important; */
}

.ec_btn {
    width: 56%;
    padding: 8px 0;
    font-size: 12px;
}

/*for text decoration in de-allocation modal*/

.text_decor {
    margin-left: -2%;
}

/*for error message*/

#show_msg_deallocation {
    color: green;
    font-size: 14px;
    font-weight: 100;
}

#show_msg {
    color: green;
    font-size: 14px;
    font-weight: 100;
}

/*search field position*/

.field_position {
    margin-left: 15px;
}

/*for searcing purpose*/

.results2 tr[visible='false'], .results1 tr[visible='false'], .results tr[visible='false'], .no-result {
    display: none;
}

.counter {
    padding: 0px;
    color: #ccc;
}

/*end of search*/

.custom_dropdown {
    top: 87%;
    left: auto;
    min-width: 125px;
    right: -19px;
}

.custom_dropdown_contacts {
    top: 87%;
    left: auto;
    min-width: 125px;
    right: 9px;
}

table.table-fixedheader.fapTokenTable>tbody tr td {
    border-top: 0;
}

table.table-fixedheader.fapTokenTable>tbody tr td {
    border-bottom: 1px solid #ddd;
}

.customer_management_desc {
    /*height:0; visibility:hidden; overflow:hidden;*/
}

.hr-divider {
    background: #005030;
    border: 0;
    padding: 0!important;
    margin: 20px 15px;
    height: 1px;
}

#myModal_ManageContacts table.table-fixedheader>tbody {
    height: 100px;
}

.mngContact {
    width: auto;
}

#consumerCustomerTable .btn-primary {
    padding: 6px 16px;
}

#consumerCustomerTable.table-fixedheader>tbody {
    min-height: 200px;
}

#consumerCustomerTable .dropdown-menu {
    max-height: 140px;
    overflow: auto;
}

.selectOfr {
    display: none;
}

@media (max-width:1199px) {
    .table-responsive>.table>tbody>tr>td {
        white-space: normal
    }
    table.table-fixedheader>thead {
        overflow-y: auto;
    }
}

@media (max-width:767px) {
    #consumerCustomerTable .btn-primary {
        padding: 6px 6px;
    }
    .text_decor1 {
        margin-left: 0;
        padding-right: 59px;
    }
    .text_decor {
        margin-left: 0;
    }
    #myModal_Allocate .modal-dialog {
        width: auto;
    }
    #myModal_viewHistory .modal-dialog {
        width: auto;
    }
    table.table-fixedheader {
        width: 650px;
        max-width: none;
    }
    table.table-fixedheader.downloadVoucherTable {
        width: 750px;
    }
    table.table-fixedheader::before {
        width: 0;
    }
    .self-height .footer-container {
        padding: 0;
    }
    .total-pg-range select {
        width: 18px!important;
    }
    /* --------- sidebar for left menu --------- */
    .span0 {
        width: 100%;
        position: relative;
        z-index: -1;
    }
    .span0 .fixedPos {
        left: 0;
        max-height: 0;
        -webkit-transition: max-height 0.7s ease-out;
        -moz-transition: max-height 0.15s ease-out;
        -o-transition: max-height 0.15s ease-out;
        transition: max-height 0.7s ease-out;
    }
    .fixedPos {
        position: relative;
        max-height: 800px;
        width: 100%;
        left: 0;
        top: 0;
        -webkit-transition: max-height 0.7s ease-out;
        -moz-transition: max-height 0.15s ease-out;
        -o-transition: max-height 0.15s ease-out;
        transition: max-height 0.7s ease-out;
        overflow: visible;
    }
    .col-md-2 .pos-fixed {
        -webkit-transition: max-height 0.7s ease-out;
        -moz-transition: max-height 0.15s ease-out;
        -o-transition: max-height 0.15s ease-out;
        transition: max-height 0.7s ease-out;
    }
    .row #colMain {
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        padding: 0 0px 20px 0px;
        width: 100%;
        float: left;
        position: relative;
    }
    .pos-fixed {
        min-width: 100%;
    }
    .row .pos-fixed {
        min-height: 0;
    }
    .row #colMain.ltGap {
        padding-left: 0;
        padding-top: 0;
    }
    .row #colMain {
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }
    .sidebar {
        padding-left: 0;
        padding-right: 0;
    }
}

.btn-primary:focus, a.btn-primary:focus {
    background-color: #005030;
    border-color: #005030;
}

a {
    color: inherit;
}

.img-placeholder {
    margin-left: -52px;
}

.total-pg-range select {
    text-indent: -2em;
    width: 25px;
}

.arrow {
    font-size: 17px;
}

.green {
    color: #005030;
}

.navbar-collapse {
    position: relative;
    margin: 0!important;
}

.topGap {
    margin-top: 40px;
}

.img-placeholder {
    margin-left: -52px;
}

.total-pg-range select {
    text-indent: -2em;
    width: 25px;
}

.arrow {
    font-size: 17px;
}

.green {
    color: #005030;
}

.navbar-collapse {
    position: relative;
    margin: 0!important;
}

.topGap {
    margin-top: 40px;
}

.messageText {
    padding-left: 15px;
}

.succdiv .message .messageCell .messageText, .errdiv .message .messageCell .messageText {
    padding-left: 0;
}

.sidebar .list-group .list-group-item:nth-child(6) {
    /*border-top: 20px solid #fff;*/
}

a.btn.btn-primary.mngContact {
    padding: 8px 18px;
    font-size: 12px;
    font-weight: bold;
}

#myModal_Edit .modal-body {
    overflow-y: hidden;
}

#myModal_Edit .modal-dialog, #myModal_Edit .modal-content {
    height: auto;
}

.succDiv em {
    font-size: 14px;
    font-weight: bold;
    color: green;
}

.protocolId {
    border-radius: 3px;
    /* font-weight: bold; */
    font-family: verdana;
    /* font-style: italic; */
    font-size: 12px;
    position: relative;
    /* right: -15px; */
    background: rgba(243, 121, 33, 1);
    background: -moz-linear-gradient(top, rgba(243, 121, 33, 1) 0%, rgba(240, 47, 23, 1) 51%, rgba(238, 87, 45, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243, 121, 33, 1)), color-stop(51%, rgba(240, 47, 23, 1)), color-stop(100%, rgba(238, 87, 45, 1)));
    background: -webkit-linear-gradient(top, rgba(243, 121, 33, 1) 0%, rgba(240, 47, 23, 1) 51%, rgba(238, 87, 45, 1) 100%);
    background: -o-linear-gradient(top, rgba(243, 121, 33, 1) 0%, rgba(240, 47, 23, 1) 51%, rgba(238, 87, 45, 1) 100%);
    background: -ms-linear-gradient(top, rgba(243, 121, 33, 1) 0%, rgba(240, 47, 23, 1) 51%, rgba(238, 87, 45, 1) 100%);
    background: linear-gradient(to bottom, rgba(243, 121, 33, 1) 0%, rgba(240, 47, 23, 1) 51%, rgba(238, 87, 45, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f37921', endColorstr='#ee572d', GradientType=0);
    /* padding-bottom: 5px; */
    padding: 3px 5px;
    color: #fff!important;
}

.offerTable table th, .offerTable table td {
    text-align: center;
}

.customerBlock .btn {
    text-transform: uppercase;
}

.preview {
    min-height: 36px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.find_row_val.disabled, .find_row_value.disabled {
    pointer-events: none;
    color: #ccc;
    font-style: italic;
}

.required-back {
    color: #ff3e3e;
    padding-right: 0;
}

.offerTable {
    margin-bottom: 20px;
}

@media (min-width:1200px) {
    .list-group-item {
        font-size: 12px;
    }
}

.questionaire, .questionaire p {
    font-family: 'Source Sans Pro', sans-serif;
    /* font-style: italic; */
    font-size: 14px;
}

p.panel-heading_new {
    padding: 15px 15px;
}

.AgentIdList {
    padding: 5px;
    font-size: 11px;
    line-height: 12px;
    width: 60%;
}

.home_block, .soho_block {
    padding-top: 20px;
}

.dropdown-menu {}

.dropdown-toggle {
    background: #005dac;
    border: none;
}

#viewOrderDetail .modal-dialog {
    width: 70%;
}

#viewOrderDetail .modal-content {}

.link {
    color: 0091c4 !important;
    text-decoration: underline!important;
}

.link:visited, .link:focus, .link:active {
    outline: 0;
    outline-offset: 0;
}

#viewOrderDetail .modal-body {
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.find_row_value.disabled {
    background: #ededed !important;
    border: none!important;
    color: #ccc!important;
    cursor: none;
}

.basicSearchBlock {
    padding: 15px;
    border: 1px solid #c3c3c3;
}

/*  
	==================================================
	---------------CSS imported style.css-------------
	==================================================
*/

/*  
	==================================================
	---------------main css style--------------
	==================================================
*/

/* fixed table header */

.modal.modal_popup {
    z-index: 1150;
}

table.table-fixedheader {
    /*width: 100%;*/
    width: 99.99%;
    position: relative;
}

table.table-fixedheader, table.table-fixedheader>thead, table.table-fixedheader>tbody, table.table-fixedheader>thead>tr, table.table-fixedheader>tbody>tr, table.table-fixedheader>thead>tr>th, table.table-fixedheader>tbody>td {
    display: block;
}

table.table-fixedheader>thead>tr:after, table.table-fixedheader>tbody>tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

table.table-fixedheader>tbody {
    overflow-y: scroll;
    max-height: 258px;
}

table.table-fixedheader>thead {
    overflow-y: scroll;
    background: #e4e5e3;
}

table.table-fixedheader::before {
    content: "";
    width: 23px;
    height: 56px;
    position: absolute;
    right: 0;
    top: 0;
    background: #e4e5e3;
}

table.table-fixedheader>thead::-webkit-scrollbar {
    background-color: inherit;
}

table.table-fixedheader>thead>tr>th:after, table.table-fixedheader>tbody>tr>td:after {
    content: ' ';
    display: table-cell;
    visibility: hidden;
    clear: both;
}

table.table-fixedheader>thead tr th, table.table-fixedheader>tbody tr td {
    float: left;
    word-wrap: break-word;
    border-bottom: 0;
}

table.table-fixedheader>thead tr th {
    padding: 11px 8px;
    min-height: 56px;
}

/*for fixing table cell height*/

table.table-fixedheader>tbody tr td {
    min-height: 43px;
    height: 100%;
}

table.table-fixedheader>thead tr th {
    min-height: 64px;
    height: 100%;
}

/*end of fixing*/

.table-bordered>tbody>tr>td, .table-bordered>thead>tr>th {
    border-right: 0;
}

.table-bordered>tbody>tr>td:first-child, .table-bordered>thead>tr>th:first-child {
    border-left: 0;
}

/* table style */

.cell01 {
    width: 20%!important;
}

.cell02 {
    width: 17%!important;
}

.cell03 {
    width: 11%!important;
}

.cell04 {
    width: 11%!important;
}

.cell05 {
    width: 10%!important;
}

.cell06 {
    width: 11%!important;
}

.cell07 {
    width: 20%!important;
}

.cell08 {
    width: 40%!important;
}

.cell09 {
    width: 30%!important;
}

.cell10 {
    width: 16%!important;
}

.cell11 {
    width: 15%!important;
}

body {
    padding-top: 120px;
}

.tablesorter-altair .tablesorter-header-inner::after {
    content: "";
}

.pure-table th, .pure-table td {
    padding: 0.5em 1em;
}

.pure-table th {
    background-color: #e4e5e3;
    padding: 0.5em 1em;
}

.pure-table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb
}

.pure-table caption {
    color: #000;
    font: italic 85%/1 arial, sans-serif;
    padding: 1em 0;
    text-align: center
}

.pure-table th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: 12px!important;
    margin: 0;
    overflow: visible;
    padding: .5em 1em
}

.pure-table td {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: 12px!important;
    margin: 0;
    overflow: visible;
    padding: .5em 1em
}

.pure-table tbody td:first-child, .pure-table thead th:first-child {
    border-left: 0
}

.pure-table thead {
    background-color: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom
}

.pure-table td {
    background-color: transparent
}

.pure-table-odd td {
    background-color: #f2f2f2
}

.pure-table-striped tr:nth-child(2n-1) td {
    background-color: #f2f2f2
}

.pure-table-bordered td {
    border-bottom: 1px solid #cbcbcb
}

.pure-table-bordered tbody>tr:last-child>td {
    border-bottom-width: 0
}

.pure-table-horizontal td, .pure-table-horizontal th {
    border-width: 0 0 1px;
    border-bottom: 1px solid #cbcbcb
}

.pure-table-horizontal tbody>tr:last-child>td {
    border-bottom-width: 0
}

.pure-table thead {
    background-color: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom;
}

.pure-table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb;
}

.pure-table caption {
    color: #000;
    font: italic 85%/1 arial, sans-serif;
    padding: 1em 0;
    text-align: center
}

.pure-table td, .pure-table th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em
}

.pure-table td:first-child, .pure-table th:first-child {
    border-left-width: 0
}

.pure-table thead {
    background-color: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom
}

.pure-table td {
    background-color: transparent
}

.pure-table-odd td {
    background-color: #f2f2f2
}

.pure-table-striped tr:nth-child(2n-1) td {
    background-color: #f2f2f2
}

.pure-table-bordered td {
    border-bottom: 1px solid #cbcbcb
}

.pure-table-bordered tbody>tr:last-child>td {
    border-bottom-width: 0
}

.pure-table-horizontal td, .pure-table-horizontal th {
    border-width: 0 0 1px;
    border-bottom: 1px solid #cbcbcb
}

.pure-table-horizontal tbody>tr:last-child>td {
    border-bottom-width: 0
}

.uk-table thead th {
    text-align: center;
    font-weight: 700;
    color: #000;
}

.uk-pagination {
    padding: 3px;
    background-color: #e4e5e3;
}

.uk-pagination li:first-child, .uk-pagination li:nth-child(2) {
    float: left;
}

.uk-pagination li:last-child {
    float: right;
    margin: 7px;
}

.tablesorter-altair .tablesorter-header-inner {
    padding: 0;
}

.ts_pager .selectize-control {
    display: none;
}

select.ts_gotoPage.ts_selectize {
    display: inline-block !important;
}

select.pagesize {
    width: 20px;
    margin: 8px 0 8px -12px;
    border: none;
    background: transparent;
}

.suffixPgNo {
    float: right;
    line-height: 24px;
}

.pgNumTxtbox, .totPg {
    display: inline-block;
}

.suffixPgNo .pgNumTxtbox input[type="text"] {
    padding: 0 2px;
    width: 35px;
    height: auto;
    line-height: 14px;
    text-align: center;
}

.prev.disabled a, .next.disabled a, .prev.disabled a i, .next.disabled a i, .first.disabled a i, .last.disabled a i {
    color: #bdbcbc;
    cursor: text;
}

.prev.disabled a:hover, .next.disabled a:hover, .prev.disabled a:hover i, .next.disabled a:hover i, .first.disabled a:hover i, .last.disabled a:hover i {
    background: none;
    color: #bdbcbc;
}

.first a i, .last a i {
    margin: 3px 0;
}

.tablesorter-altair tbody>tr.even>td {
    background-color: transparent;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
}

.uk-pagination>li>a:focus, .uk-pagination>li>a:hover {
    background: none;
}

.tablesorter-altair .tablesorter-header-inner:after {
    right: -7px;
}

.bottom-gap2.serverr span strong {
    color: red;
}

/* **Media always bottom of page** */

table.table-fixedheader.notitle-ht>thead tr th {
    min-height: 40px;
}

table.table-fixedheader.notitle-ht::before {
    height: 40px;
}

table.table-fixedheader.thHeight.notitle-ht>thead tr th {
    min-height: 56px;
}

table.table-fixedheader.notitle-ht.thHeight::before {
    height: 56px;
}

.pager li.first-item, .pager li.second-item {
    float: left;
    margin-top: 2px;
}

.pager li.first-item span.pagedisplay {
    padding: 0;
    background: none;
    border: 0;
}

.pager li.second-item select.pagesize {
    margin: 0 0 0 5px;
    text-indent: 0;
}

.table-pagenation.pager li>a, .table-pagenation.pager li>span {
    padding: 0;
    background: none;
    border: 0;
    margin: 0 11px;
    color: #333!important;
}

.table-pagenation.pager li>a:focus, .table-pagenation.pager li>a:hover {
    background: none;
}

.table-pagenation.pager .next>a, .table-pagenation.pager .next>span {
    float: none;
}

.pager li.prev i {
    margin-right: 4px;
}

.pager li.next i {
    margin-left: 4px;
}

.pager li.last-item {
    float: right;
    margin-right: 11px;
}

.table-pagenation li.last-item select {
    text-indent: 0;
    width: auto;
    background: white;
    border: #cacaca 1px solid;
}

.tablesorter-header {
    cursor: pointer;
    outline: none;
}

.pagerSavedHeightSpacer {
    display: none!important;
}

table.table-fixedheader>thead tr th.tablesorter-headerSortDown .footable-sort-indicator:after {
    content: "▼";
    position: relative;
    visibility: visible;
    display: inline;
    font-size: 10px;
}

table.table-fixedheader>thead tr th.tablesorter-headerSortUp .footable-sort-indicator:after {
    content: "▲";
}

.pure-table.chkcurrentTbl tbody td:first-child, .pure-table.chkcurrentTbl thead th:first-child {
    text-align: center;
}

.historicalUsage .pager li.last-item {
    line-height: 25px;
}

.ext-ie .historicalUsage .pager li.last-item, .ext-gecko .historicalUsage .pager li.last-item {
    line-height: 19px;
}

.historicalUsage input.gotoPage {
    height: 25px;
    margin-right: 3px;
}

.ext-ie .historicalUsage input.gotoPage, .ext-gecko .historicalUsage input.gotoPage {
    margin-left: 3px;
}

@media only screen and (max-width: 1199px) {
    table.table-fixedheader>thead {
        overflow-y: auto;
    }
}

@media (max-width: 767px) {
    table.table-fixedheader {
        width: 650px;
        max-width: none;
    }
}

@media only screen and (max-width: 479px) {
    .uk-pagination li:first-child {
        width: 50%;
        margin: 0 25%;
    }
    .uk-pagination li:nth-child(2) {
        float: none;
        position: relative;
        top: -32px;
        right: 15%;
        float: right;
    }
    .uk-pagination li:last-child {
        float: none;
    }
    select.pagesize {
        width: 19px;
    }
}

/*  
	==================================================
	---------------main css style--------------
	==================================================
*/

.active {
    text-decoration: none;
    background-color: #eee;
    color: #333 !important;
    padding: 5px;
}

.open>.dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.open>.dropdown-menu li a {
    color: #000;
}

.dropdown-menu li a {
    color: #fff;
}

.dropdown-menu {
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    display: block;
    top: 25px;
    left: 10px;
    border-radius: 0px;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}

.dropup .dropdown-menu {
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}

.navbar .nav>li>.dropdown-menu:after {}

.dropup>.dropdown-menu:after {
    border-bottom: 0;
    border-top: 6px solid rgba(39, 45, 51, 0.9);
    top: 0px;
    display: inline-block;
    bottom: -6px;
    content: '';
    position: absolute;
    left: 50%;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.customerBlock {
    padding: 0px 0;
}

.ui-dialog-buttonset .ui-button {
    background-color: green!important;
    color: #fff!important;
    border-radius: 0px!important;
    border: 1px solid #fff!important;
}

.mainContainer {
    padding: 50px 0 0 0;
}

body button, body .x-btn, body .btn, body .btnDisabled, body .btnCancel, body .menuButton .menuButtonButton {
    color: #fff;
}

.trueframe {
    padding-top: 0 !important;
}

.errdiv1 {
    font-size: 13px;
    color: #D8000C;
    font-family: 'Verdana';
}

.ErrorBoxStyle {
    background-color: white !important;
    border-color: #DC3220 !important;
    border-width: medium !important;
}

.ErrorDivOutPutText {
    color: #DC3220 !important;
}

.successBoxStyle {
    background-color: white !important;
    border-color: #005dac !important;
    border-width: medium !important;
}

.successOutPutTextStyle {
    color: #005dac !important;
    font-weight: bold !important;
}

.WarningBoxStyle {
    background-color: white !important;
    border-color: #E66100 !important;
    border-width: medium !important;
    color: #E66100 !important;
}

.textborder {
    border-color: #005dac !important;
    background-color: white !important;
}

.greencolor {
    color: #005dac !important;
}

.ErrorBoxStyle_Service {
    background-color: white !important;
    border-color: #DC3220 !important;
    border-width: medium !important;
}

.ErrorDivOutPutText_Service {
    color: #DC3220 !important;
}

.successBoxStyle_Service {
    background-color: white !important;
    border-color: #6dbd47 !important;
    border-width: medium !important;
}

.successOutPutTextStyle_Service {
    color: #6dbd47 !important;
    font-weight: bold !important;
}

.WarningBoxStyle_Service {
    background-color: white !important;
    border-color: #E66100 !important;
    border-width: medium !important;
    color: #E66100 !important;
}

.textborder_Service {
    border-color: #005dac !important;
    background-color: white !important;
}

.ui-dialog-content iframe {
    height: 95% !important;
    margin-top: 0 !important;
}

.ui-widget-overlay {
    background: black;
    opacity: 0.0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.ui-widget-overlay {
    opacity: .5!important;
    position: fixed!important;
}

.ui-button .ui-icon .ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png);
}

.ui-dialog-titlebar-close {
    background: none!important;
    border: 0!important;
    font-weight: normal;
    color: #454545;
}

.ui-dialog {
    background: #FFF!important;
    box-shadow: 0 5px 15px #333;
}

.ui-widget-content {
    z-index: 10000!important;
    border-radius: 6px!important;
}

.ui-dialog .ui-dialog-titlebar {
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    line-height: 19px;
    color: #444;
    padding: 15px!important;
    background: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.commonMenu {
    background: #fff !important;
    padding-bottom: 0px;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .mainContainer {
        padding: 0px 0 0 0;
        position: relative;
    }
    .panel-primary>.panel-heading, .panel-heading{
        font-size: 20px !important;
    }
}

.headerDropDown li a {
    text-align: center;
}

.defaultHeight {
    min-height: 68px;
}

.userinfoMob ul li a.btn-primary {
    text-align: center !important;
}

body .uiContainerManager {
    position: absolute;
}
.page-loader-new{
    background: url(../images/page-loading_new.gif) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 120px;
    height: 72px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10002;
}

.PrimaryHeader,.SecondaryHeader{
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    color: white;
    font-weight: 600;
    padding: 10px 15px;
}
.PrimaryHeader{
    font-size: 22px;
    background-color: #005dac;
}
.SecondaryHeader{
    font-size: 20px;
    background-color: #0096fa;
}
.AgentTip,.ReadAloud,.QuestionText,.GeneralText{
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: black;
    font-weight: 600;
}
.AgentTip{
    font-style: normal !important;
}
.ReadAloud{
	color: #0096fa !important;
	font-style: italic;
}
.VariableText,.VariableTextBold,.VariableTextStrikeOff{
	color: red !important;
}
.VariableTextBold{
    font-weight: 600;
}
.VariableTextStrikeOff{
    font-weight: 600;
    text-decoration: line-through !important;
}
.ClickableLink{
    color: #005dac !important;
    text-decoration: underline !important;
}
.ClickableLink:hover{
    cursor: pointer !important;
}
.genInfo{
    display: flex;
    justify-content: flex-end;
    text-align: right;
    text-wrap: balance;
}
.GeneralText{
    font-weight: normal !important;
    font-style: normal !important;
}
.PlanDescriptor{
    text-align: left;
    font-style: normal;
}
#myModal .modal-dialog{
    width: 90%;
}
#myModal .modal-body{
    max-height: calc(100vh - 190px);
    overflow: auto;
}
.logoImageLeft,.logoImageRight{
    width: 192px !important;
}
@keyframes drop {
    0% {
        transform: translateY(-200px) scaleY(0.9);
        opacity: 0;
    }
    5% {
        opacity: 0.7;
    }
    50% {
        transform: translateY(0px) scaleY(1);
        opacity: 1;
    }
    65% {
        transform: translateY(-17px) scaleY(0.9);
        opacity: 1;
    }
    75% {
        transform: translateY(-22px) scaleY(0.9);
        opacity: 1;
    }
    100% {
        transform: translateY(0px) scaleY(1);
        opacity: 1;
    }
    }
    .dropAnimation {
    animation: drop 0.3s linear forwards var(--delay-time);
    }
    .yNHHyP-marker-view{
        outline: none;
    }
    .labelIcon{
        width: 25px;
        height: 25px;
        display: inline-block;
        position: relative;
        margin-right: 0.4rem;
    }
    .labelIcon::before {
        content: "";
        background-image: url("../images/labels_icon.png");
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        transform: translate(0, 30%);
        filter: brightness(0) saturate(100%) invert(35%) sepia(75%) saturate(2500%) hue-rotate(333deg) brightness(137%) contrast(101%);
    }
    .instructionContainer{
        margin-bottom: 1rem;
    }