/************************
    -- global style -
************************/

/* font */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
    url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
    url('../fonts/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');


}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Roboto-Bold-webfont.eot');
    src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Bold-webfont.woff') format('woff'),
    url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'),
    url('../fonts/Roboto-Bold-webfont.svg#RobotoBold') format('svg');

}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Roboto-Medium-webfont.eot');
    src: url('../fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Medium-webfont.woff') format('woff'),
    url('../fonts/Roboto-Medium-webfont.ttf') format('truetype'),
    url('../fonts/Roboto-Medium-webfont.svg#RobotoMedium') format('svg');

}
/* end of font */
/*WebSite cookies pop style*/

/*cookie Icon*/
.cookie-icon{
    background:url("../images/customer/pii/cookie_icon.png")  no-repeat;
    width: 18px;
    height: 18px;
    float: left;
   margin: 5px 5px 0px 0px;
}
.modalHeader{
	margin: 0px 0px 5px;
    line-height: 2;
    font-size: 14px;
    font-weight: 600;
}
.modalDialog {
  position: fixed;
  top: 75%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-in;
  -moz-transition: opacity 1000ms ease-in;
  transition: opacity 1000ms ease-in;
  pointer-events: none;
}
.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}

.popup-block {
 
    border: 1px solid #d2d2d2;
    background-color: #fff;
    width: 750px;
    margin: 0 auto;
    padding: 16px;
    line-height: 1.5;
}

.popup-button {
padding: 2px 25px;
    border: 1px solid transparent;
    color: white;
    text-decoration: none;
    font-size: 13px;
    background-color:#2aa420
}

/*end of WebSite cookies pop style*/

* {    margin: 0;    padding: 0;font-family: 'Roboto', sans-serif; }
body {    background: #e6e6e7;}
html,body{height:100%;}
button,body{font-family: 'Roboto', sans-serif;  line-height: 1.428571429; color: #333;}
a:focus {outline:none;}
ul li{list-style-type:none;}
img{border:0px;outline:none;max-height:65px;}
.center{margin:0px auto;text-align:center;}
.no-border{border:0px !important;}
.no-margin{margin-right:0px !important;}
.no-padding{padding-right:0px !important;}
a{color:#2c8fb5;}
.c1{color:#f05123;}
.mandatory,.require {color: #f05123;}
.f12{font-size:12px;}
.f14{font-size:14px;}
.f18{font-size:18px;}
.f16{font-size:16px;}
.f24{font-size:24px;}
.f20{font-size:20px;}

b, strong{font-weight: 600}
.amount{font-family:Georgia,sans-Serif;}

    /*button style */
.btn-primary, .btn-primary:hover,.btn-primary:active,.btn-primary:focus {
    background-color: #f2614d;
    border-color: #ee5540;;
    color: #fff;
}
.btn-default, .btn-default:hover,.btn-default:active,.btn-default:focus {
    background-color: #73808a;
    border-color: #636e78;
    color: #fff;
}

/* end of button style */

/************************
    -- error message style-
************************/
.error-message{border-radius:5px;text-align: center; padding: 2px 10px 2px 20px; margin: 0px auto 20px auto; width: 86%;}
.error-message span{color:#fff;padding: 10px 0px 8px 50px;line-height: 23px; display: inline-block;font-size: 14px;}
.error-message.success{ background:#7dbe43;width: 53%;}
.error-message.warning{ background:#ffb310;}
.error-message.failure{ background:#c23c23;}
.error-message.warning span{background:url(../images/warning.png) no-repeat scroll left 6px #ffb310;}
.error-message.success span {background:url(../images/success.png) no-repeat scroll 2% 6px #7dbe43;}
.error-message.failure .icon-remove {font-size: 25px;    padding-right: 10px;    top: 3px;    position: relative;}

/************************
    -- table style
************************/
.table > thead > tr > th {
    vertical-align: bottom;
    background: #4f5a60;
    color: #ffffff;
    font-weight: normal;
}
.table > thead > tr > th > a {
    float: right;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.table-bordered > thead > tr > th {
    border: 1px solid #ffffff;
}
.table-striped tbody tr:nth-child(odd) td {
    background: #f3f3f3;
}
.table-striped tbody tr td {
    background: #e6e7e7;
    font-size: 12px;
}
.table th,
.table td {
    border: 1px solid #FFFFFF;
    font-size: 12px;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #FFFFFF;
}
.table-bordered {
    border: 0px solid !important;
}
/* table fixed th width */
.table-sort .on{width: 188px;}
.table-sort .od{width: 158px;}
.table-sort .Item{width: 90px;}
.table-sort .Amount{width: 129px;}
.table-sort .State{width: 180px;}
.icons-list a i{margin-right:10px;padding:5px;border-radius:5px;font-size: 14px;color:#000;text-decoration:none;}
.table-sort{margin-bottom:0px;}
/* table tr hightlight style (deatil page) */

table.table-sort> thead > tr > th {padding:0px;font-weight: 500;text-transform: uppercase;}
table.table-sort> thead > tr > th>a{padding:8px;text-align:left;float:none;display: block;}
table.table-sort> thead > tr > th>a>i[class*="icon-"]{float:right;line-height:inherit;color:#fff;}
.table-striped tbody tr.highlight td{background:#E06845 !important;vertical-align: middle;border: 0px !important;color:#fff;box-shadow:  0 -5px 0px rgba(131, 128, 128, 0.25) inset;-webkit-box-shadow: 0 -5px 0px rgba(131, 128, 128, 0.25) inset;-moz-box-shadow: 0 -3px 0px rgba(131, 128, 128, 0.25) inset;}
.table-striped tbody tr.highlight td.icons-list a i{color:#fff;}
.table-striped tbody tr td{vertical-align:middle;}
.table-striped tbody tr.highlight td>a{color:#fff;text-decoration:underline;}

table.table-sort > thead > tr > th > a {
    padding: 8px;
    text-align: left;
    float: none;
    display: block;
}

table.table-sort > thead > tr > th > a > i[class*="icon-"] {
    float: right;
    line-height: inherit;
    color: #fff;
}

.table-striped tbody tr.highlight td {
    background: #E06845 !important;
    vertical-align: middle;
    border: 0px !important;
    color: #fff;
    box-shadow: 0 -5px 0px rgba(131, 128, 128, 0.25) inset;
    -webkit-box-shadow: 0 -5px 0px rgba(131, 128, 128, 0.25) inset;
    -moz-box-shadow: 0 -3px 0px rgba(131, 128, 128, 0.25) inset;
}

.table-striped tbody tr.highlight td.icons-list a i {
    color: #fff;
}

.table-striped tbody tr td {
    vertical-align: middle;
}

.table-striped tbody tr.highlight td > a {
    color: #fff;
    text-decoration: underline;
}
.table-striped.table-sort tbody:nth-child(2n+1) tr td {
    background: none repeat scroll 0 0  #E6E7E7;
}
.table-sort > tbody + tbody{border-top:0px;}
.table-sort .Item {
    width: 120px;
}
/* search no result style */

.input-append input[type="search"] {background-color: #fff;
    border: 1px solid #ccc;
    padding: 4px 6px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #555;
    height: 25px;
    font-size: 12px;
    width: 206px;
    margin: 1px 0px 14px 0px;
}

.no-results {
    padding: 10px;
    border-bottom: 1px solid #F0F0F0;
    border-radius: 3px;
    margin-top: 15px;
}
.no-results h3{
    font-size: 26px;
    margin: 0;
    padding: 0;
    color: #ccc;
}

.no-results h3 span{
    font-size: 16px;
    color: #888;
}

.no-results p{
    font-size: 12px;
    padding-top: 10px;
}

.no-results-search{
    font-size: 12px;
    color: #666;
}
.no-results-search strong{
    color: #c23c23;
}
/* status mode */
td span[class*="plan-"], td a[class*="plan-"]{background:url("../images/subscriptions_icon.png") repeat scroll 0 0 transparent;height: 22px;
    width: 22px;
    display: block;
    vertical-align: middle;
}
td span.plan-active,td a.plan-active{background-position:-142px -4px;}
td span.plan-inactive,td a.plan-inactive{background-position:-166px -4px;}
td span.plan-cancel,td a.plan-cancel{background-position:-120px -4px;}

/************************
    -- pagination style
************************/

.pagination {
    padding: 0px 10px 0px 10px;
    border-top: 0px;
    border-bottom: 1px solid #ccc;
    border-radius: 25px !important;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
}

.pagination > li > a, .pagination > li > span {
    background-color: transparent !important;
    border: 0px !important;
    border-right: 1px solid #eaeaea !important;
    border-left: 1px solid #fff !important;
    color: #7e7e7e !important;
    text-shadow: 1px 1px 1px #FFF;
    margin-right: 1px;
    font-weight: bold;
}

.pagination > li:last-child a {
    border: 0px !important;
}

.pagination > li.active > a {
    color: #e72b18 !important;
}

.pagination > li:first-child a {
    border-left: 0px !important;
}

.current-pagaination {
    color: #7e7e7e;
    font-size: 15px;
    margin-top: 10px;
}
/* enf of pagination */

/************************
    --Modal box style-
************************/
.modal {
    overflow: hidden;z-index:9999999;
}
.modal-dialog {
    min-width: 420px;width: 600px;    margin: 30px auto;
}
.modal-header {
    padding: 10px;
    box-shadow: 0px 0px 10px 0px #ccc;
    background: #333;
    background: #48494a; /* Old browsers */
    background: -moz-linear-gradient(top,  #48494a 0%, #020202 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#48494a), color-stop(100%,#020202)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #48494a 0%,#020202 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #48494a 0%,#020202 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #48494a 0%,#020202 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #48494a 0%,#020202 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48494a', endColorstr='#020202',GradientType=0 ); /* IE6-9 */
}
.modal-header h3 {
    padding-left: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}
.modal-header .close {
    opacity: 0.8;
    background: #20161f;
    color: #fff;
    border-radius: 50px;
    font-size: 18px;

    width: 21px;
    margin-top: -1px;
}
.modal-open {
    overflow: hidden;
}
.modal-body .control-label {
    text-align: left !important;
    padding-top: 0px !important;
}

.modal-content, .modal-body {
    overflow: hidden;
}

.modal-body {
    color: #000;
    font-size: 14px;
}
.modal-body .form-group span{float:right;text-align:right;}
.modal-content {
    border: 10px solid #a6a6a6 !important;
}

.modal-body button {

    font-size: 14px;
    color: #fff;
    padding: 1px 10px 3px 10px;
}
.modal-footer{padding-bottom:10px;}
.modal-footer>.loadingprocessing{float:left;}

/* end of modal*/


/************************
    -- following style for to move left nav to right side
************************/
.leftNav.rightNav{float:right;}
.leftNav.rightNav ul li a{margin: 0 10px 0 0;}
.leftNav.rightNav ul li a.active {margin: 0;background: none repeat scroll 0 0 #F05123;padding-left:12px;}
.leftNav.rightNav a.active:after{left:inherit;right:0px;border-color: #A43313 transparent transparent #A43313;}

.space-wrap{white-space:nowrap;}

/************************
    -- global style -
************************/

/* font */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
    url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
    url('../fonts/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');


}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Roboto-Bold-webfont.eot');
    src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Bold-webfont.woff') format('woff'),
    url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'),
    url('../fonts/Roboto-Bold-webfont.svg#RobotoBold') format('svg');

}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Roboto-Medium-webfont.eot');
    src: url('../fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Medium-webfont.woff') format('woff'),
    url('../fonts/Roboto-Medium-webfont.ttf') format('truetype'),
    url('../fonts/Roboto-Medium-webfont.svg#RobotoMedium') format('svg');

}
/* end of font */


* {    margin: 0;    padding: 0;font-family: 'Roboto', sans-serif; }
body {    background: #e6e6e7;}
html,body{height:100%;}
button,body{font-family: 'Roboto', sans-serif;  line-height: 1.428571429; color: #333;}
a:focus {outline:none;}
ul li{list-style-type:none;}
img{border:0px;outline:none;max-height:65px;}
.center{margin:0px auto;text-align:center;}
.no-border{border:0px !important;}
.no-margin{margin-right:0px !important;}
.no-padding{padding-right:0px !important;}
a{color:#2c8fb5;}
.c1{color:#f05123;}
.mandatory,.require {color: #f05123;}
.f12{font-size:12px;}
.f14{font-size:14px;}
.f18{font-size:18px;}
.f16{font-size:16px;}
.f24{font-size:24px;}
.f20{font-size:20px;}

b, strong{font-weight: 600}
.amount{font-family:Georgia,sans-Serif;}

    /*button style */
.btn-primary, .btn-primary:hover,.btn-primary:active,.btn-primary:focus {
    background-color: #f2614d;
    border-color: #ee5540;;
    color: #fff;
}
.btn-default, .btn-default:hover,.btn-default:active,.btn-default:focus {
    background-color: #73808a;
    border-color: #636e78;
    color: #fff;
}

/* end of button style */

/************************
    -- error message style-
************************/
.error-message{border-radius:5px;text-align: center; padding: 2px 10px 2px 20px; margin: 0px auto 20px auto; width: 86%;}
.error-message span{color:#fff;padding: 10px 0px 8px 50px;line-height: 23px; display: inline-block;font-size: 14px;}
.error-message.success{ background:#7dbe43;width: 53%;}
.error-message.warning{ background:#ffb310;}
.error-message.failure{ background:#c23c23;}
.error-message.warning span{background:url(../images/warning.png) no-repeat scroll left 6px #ffb310;}
.error-message.success span {background:url(../images/success.png) no-repeat scroll 2% 6px #7dbe43;}
.error-message.failure .icon-remove {font-size: 25px;    padding-right: 10px;    top: 3px;    position: relative;}

/************************
    -- table style
************************/

.table > thead > tr > th {
    vertical-align: bottom;
    background: #4f5a60;
    color: #ffffff;
    font-weight: normal;
}
.table > thead > tr > th > a {
    float: right;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.table-bordered > thead > tr > th {
    border: 1px solid #ffffff;
}
.table-striped tbody tr:nth-child(odd) td {
    background: #f3f3f3;
}
.table-striped tbody tr td {
    background: #e6e7e7;
    font-size: 12px;
}
.table th,
.table td {
    border: 1px solid #FFFFFF;
    font-size: 12px;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #FFFFFF;
}
.table-bordered {
    border: 0px solid !important;
}
/* table fixed th width */
.table-sort .on{width: 188px;}
.table-sort .od{width: 158px;}
.table-sort .Item{width: 90px;}
.table-sort .Amount{width: 129px;}
.table-sort .State{width: 180px;}
.icons-list a i{margin-right:10px;padding:5px;border-radius:5px;font-size: 14px;color:#000;text-decoration:none;}
.table-sort{margin-bottom:0px;}
/* table tr hightlight style (deatil page) */

table.table-sort> thead > tr > th {padding:0px;font-weight: 500;text-transform: uppercase;}
table.table-sort> thead > tr > th>a{padding:8px;text-align:left;float:none;display: block;}
table.table-sort> thead > tr > th>a>i[class*="icon-"]{float:right;line-height:inherit;color:#fff;}
.table-striped tbody tr.highlight td{background:#E06845 !important;vertical-align: middle;border: 0px !important;color:#fff;box-shadow:  0 -5px 0px rgba(131, 128, 128, 0.25) inset;-webkit-box-shadow: 0 -5px 0px rgba(131, 128, 128, 0.25) inset;-moz-box-shadow: 0 -3px 0px rgba(131, 128, 128, 0.25) inset;}
.table-striped tbody tr.highlight td.icons-list a i{color:#fff;}
.table-striped tbody tr td{vertical-align:middle;}
.table-striped tbody tr.highlight td>a{color:#fff;text-decoration:underline;}

table.table-sort > thead > tr > th > a {
    padding: 8px;
    text-align: left;
    float: none;
    display: block;
}

table.table-sort > thead > tr > th > a > i[class*="icon-"] {
    float: right;
    line-height: inherit;
    color: #fff;
}

.table-striped tbody tr.highlight td {
    background: #E06845 !important;
    vertical-align: middle;
    border: 0px !important;
    color: #fff;
    box-shadow: 0 -5px 0px rgba(131, 128, 128, 0.25) inset;
    -webkit-box-shadow: 0 -5px 0px rgba(131, 128, 128, 0.25) inset;
    -moz-box-shadow: 0 -3px 0px rgba(131, 128, 128, 0.25) inset;
}

.table-striped tbody tr.highlight td.icons-list a i {
    color: #fff;
}

.table-striped tbody tr td {
    vertical-align: middle;
}

.table-striped tbody tr.highlight td > a {
    color: #fff;
    text-decoration: underline;
}
.table-striped.table-sort tbody:nth-child(2n+1) tr td {
    background: none repeat scroll 0 0  #E6E7E7;
}
.table-sort > tbody + tbody{border-top:0px;}
.table-sort .Item {
    width: 120px;
}
/* search no result style */

.input-append input[type="search"] {background-color: #fff;
    border: 1px solid #ccc;
    padding: 4px 6px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #555;
    height: 25px;
    font-size: 12px;
    width: 206px;
    margin: 1px 0px 14px 0px;
}

.no-results {
    padding: 10px;
    border-bottom: 1px solid #F0F0F0;
    border-radius: 3px;
    margin-top: 15px;
}
.no-results h3{
    font-size: 26px;
    margin: 0;
    padding: 0;
    color: #ccc;
}

.no-results h3 span{
    font-size: 16px;
    color: #888;
}

.no-results p{
    font-size: 12px;
    padding-top: 10px;
}

.no-results-search{
    font-size: 12px;
    color: #666;
}
.no-results-search strong{
    color: #c23c23;
}
/* status mode */
td span[class*="plan-"], td a[class*="plan-"]{background:url("../images/subscriptions_icon.png") repeat scroll 0 0 transparent;height: 22px;
    width: 22px;
    display: block;
    vertical-align: middle;
}
td span.plan-active,td a.plan-active{background-position:-142px -4px;}
td span.plan-inactive,td a.plan-inactive{background-position:-166px -4px;}
td span.plan-cancel,td a.plan-cancel{background-position:-120px -4px;}

/************************
    -- pagination style
************************/

.pagination {
    padding: 0px 10px 0px 10px;
    border-top: 0px;
    border-bottom: 1px solid #ccc;
    border-radius: 25px !important;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
}

.pagination > li > a, .pagination > li > span {
    background-color: transparent !important;
    border: 0px !important;
    border-right: 1px solid #eaeaea !important;
    border-left: 1px solid #fff !important;
    color: #7e7e7e !important;
    text-shadow: 1px 1px 1px #FFF;
    margin-right: 1px;
    font-weight: bold;
}

.pagination > li:last-child a {
    border: 0px !important;
}

.pagination > li.active > a {
    color: #e72b18 !important;
}

.pagination > li:first-child a {
    border-left: 0px !important;
}

.current-pagaination {
    color: #7e7e7e;
    font-size: 15px;
    margin-top: 10px;
}
/* enf of pagination */

/************************
    -- following style for to move left nav to right side
************************/
.leftNav.rightNav{float:right;}
.leftNav.rightNav ul li a{margin: 0 10px 0 0;}
.leftNav.rightNav ul li a.active {margin: 0;background: none repeat scroll 0 0 #F05123;padding-left:12px;}
.leftNav.rightNav a.active:after{left:inherit;right:0px;border-color: #A43313 transparent transparent #A43313;}

.space-wrap{white-space:nowrap;}

.popup-80{width:80%;}

/* style for multi card storage EU02 */
.limit-text {
    white-space: nowrap;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.border-bg-none{    border: 0px;
    color: #000 !important;    margin-right: 0 !important;
    background: none;}
.margin-t2{margin-top:2px !important;}
.icon-style{    color: #757575;    font-size: 16px;    margin-right: 5px;}
.w-30{width:30px;}
/* style for new modal */
.new-modal-open {
    overflow: hidden;
}

.new-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.new-modal.fade .new-modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.new-modal.show .new-modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.new-modal-dialog {
    /* position: relative;
    width: auto;
    margin: 10px; */
}

.new-modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.new-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.new-modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.new-modal-backdrop.show {
    filter: alpha(opacity=50);
    opacity: .5;
}

.new-modal-header {
    min-height: 16.428571429px;
    padding: 10px 15px 10px 20px;
    border-bottom: 1px solid #e5e5e5;
}

.new-modal-header .close {
    margin-top: -2px;
}

.new-modal-title {
    margin: 0;
    line-height: 1.428571429;
    font-weight: 400;
    font-size: 22px;
}

.new-modal-body {
    position: relative;
    padding: 20px;
}

.new-modal-body .jarviswidget {
    box-shadow: none;
    margin-bottom: 0;
}

.new-modal-body section > h2 {
    font-size: 14px;
}

.new-modal-footer {
    clear: both;
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.new-modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.new-modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.new-modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

@media ( min-width : 768px) {
	.new-modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.new-modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	}
	.new-modal-sm {
		width: 300px;
	}
	.new-modal-lg {
		width: 900px;
	}
}
.overflow-hidden{overflow:hidden;}

.clear-fix {
    clear: both;
}
.edit-icon-cr {
    background-image: url("../images/sprite_v2.png");
    background-position: -101px -24px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 18px;
    line-height: 16px;
    vertical-align: text-top;
    width: 15px;
}

.ob-fieldset {
  padding: 20px;
  border: 1px solid #b0b0b0;
  border-radius: 4px;
}

.ob-legend {
  width: auto;
  border: 0;
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  line-height: 0;
}

.my-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.help-text {
	clear: both;
	margin-top: 4px;
}


/*Icons for PII Fields*/

.pii-block {
	position:relative;
	
}


.pii-block input[type="text"] {
	padding-right: 25px;
}

.pii-block .pii-icon {
	position: absolute;
    display: inline-block;
    height: 25px;
    width: 25px;
    top: 2px;
    right: 2px;
}

.pii-block .custom-select + .pii-icon {
    right: 22px;
}

.pii-block input[type="number"]:foucs .pii-icon {
	right:22px !important;
}

.pii-block .pii-icon i {
	display: inline-block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-image: url(../images/pii-icons-gray.svg);
	font-style: normal;
}


.pii-security-icon{
	background-repeat: no-repeat;
    background-image: url(../images/piiB.png);
    background-position: left;
    padding-left: 15px;
}

.sc-tooltip {
position: absolute !important;
top: 5px;
right: 5px;
}


.register .sc-tootltip {
	display: inline-block;
    position: absolute !important;
    right: 0;
    top: 9px;
    margin: 0;
}

.margin-l10 {
	margin-left:10px;
}

/*  Layout */

.ob-flex {
    display: -ms-flexbox!important;
    display: -webkit-box!important;
    display: flex!important;
}
.align-vertical-center {
  align-items: center;
}
.ob-fieldset {
  padding: 20px;
  border: 1px solid #b0b0b0;
  border-radius: 4px;
}

.ob-legend {
  width: auto;
  border: 0;
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  line-height: 0;
}


/* breadcrumb  */

.ob-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  border-radius: 0;
    align-items: center;
}

.ob-breadcrumb-item a {
    display: inline-block
}

.ob-breadcrumb-item + .ob-breadcrumb-item {
  padding-left: 0.5rem;
}

.ob-breadcrumb-item + .ob-breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.ob-breadcrumb-item + .ob-breadcrumb-item:hover::before {
  text-decoration: underline;
}

.ob-breadcrumb-item + .ob-breadcrumb-item:hover::before {
  text-decoration: none;
}
.ob-breadcrumb-item.active {
    position: relative;
}

.ob-breadcrumb-item a:hover {
    text-decoration: underline;
}

.ob-breadcrumb-item.active a {
    color: #006699;
    background-color: white;
    padding: 5px 15px 5px 30px;
    border: 1px solid #bdbcbc;
    border-radius: 5rem;
    transition: all .5s ease;
}
.ob-breadcrumb-item.active a:hover {
    background-color: #fffef4;
    box-shadow: 2px 2px 0px rgba(46, 48, 72, 0.15);
}

li.ob-breadcrumb-item.active:after {
    content: "";
    position: absolute;
    left: 30px;
    top: 2px;
    background-image: url(../images/partner_sprite_image.svg);
    width: 17px;
    height: 22px;
    background-position: -109px 150px;
}


/* Two and Three column Grid layout */

.input-label {
  display: block;
  color: #343747;
  font-size: 13px !important;
  font-family: "Lato",sans-serif,-apple-system,BlinkMacSystemFont,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  text-transform: capitalize;
  margin-bottom: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 85%;
  overflow: hidden;
  text-align:left;
}

label.input-label i {
  color: gray;
  font-size: 12px;
  font-style: normal;
}

label.input-label + input,
label.input-label + select,
label.input-label + select.custom-select,
input.custom-input, 
select.custom-select {
  display: block;
  width: 100%;
  height: 30px;
  padding: .375rem .75rem;
  font-size: 13px;
  line-height: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #adb5bd;
  border-radius: 4px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
  font-family: "Lato",sans-serif,-apple-system,BlinkMacSystemFont,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  margin-bottom: 0;
  box-sizing: border-box;
}
.custom-select:focus, 
input.custom-input:focus,
label.input-label + input[type="text"]:focus,
label.input-label + input[type="number"]:focus,
label.input-label + select:focus {
  border-color: #007bff !important;
  box-shadow: inset 0 0 0 0.05rem #5c6ac4 !important;
}

.custom-select {
  display: inline-block;
  width: 100%;
  line-height: 16px;
  color: #343747;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center !important;
  background-size: 8px 10px !important;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-checkbox {
  font-size: 16px;
  margin-top: -7px;
  margin-right: 5px;
}


.new-btn_link {
  border: none;
  background-image: none;
  background-color: transparent !important;
  border-radius: 0px;
  color: #006699 !important;
  box-shadow: none;
}

.new-btn_link:hover,
.new-btn_link:active,
.new-btn_link:focus {
  background-image: none !important;
  background-color: #f05123 !important;
  color: #fff !important;
  box-shadow: none !important;
  border-radius: 4px;
}
.new-btn_link .dropdown-toggle {
  background-color: #f05123 !important;
}

input[type="checkbox"] {
  margin: 0px 0 0;
}

.flex-between {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-flow: row wrap;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
}

.full-wdith {
  width: 100% !important;
}
.two_column > custom-attribute-tkt {
  width: 48%;
  margin-bottom: 10px;
}
.three_column > custom-attribute-tkt {
  width: 32%;
  margin-bottom: 10px;
}

/* media screen */
/* @media screen and (max-width: 900px) {
  .two_column > div {
    width: 47% !important;
  }
} 

@media (max-width: 765px) {
  .row-fluid {
    padding-left: 0px !important;
  }
  .contact-form {
    padding: 10px;
  }
}
@media screen and (max-width: 750px) {
  .two_column > div {
    width: 100% !important;
  }
}*/

.ob_md-screen {
  width: 960px;
  margin: 0 auto;
}

/*@media ( max-width : 1260px) { 

  .ob_md-screen {
    width: 100%;
  }
}*/

.border-0 {
  border: 0!important;
}
.rounded-0 {
  border-radius: 0!important;
}

.input-append.rule-value {
  font-size: inherit;
}

.datepicker-input.custom-input {
  float: left !important;
  width: calc(100% - 30px) !important;
}

.text-justify {
	text-align: justify;
}

.verify-ul li{
	list-style-type: disc;
}

.margin-t15 {
	margin-top: 15px;
}

.bold {
	font-weight: bold !important;
}

.w-auto {
	width: auto;
}

.payment-act-btn {
    border: 1px solid #9f9f9f;
    padding: 6px 14px;
    background: white;
    color: #006699;
    border-radius: 4px;
    transition: all .4s ease;
    cursor: pointer;
}
    
.payment-act-btn:hover {
    background: #eee
}

.text_indentation {
    word-break: break-word;
}

pre.text_indentation {
    white-space: pre-wrap;
}	