html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
body {
  color: #555;
  line-height: 1.43;
  font-family: 'ciscosans', 'helvetica', arial, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1300px) {
  .container {
    width: 1280px;
    margin: 0 auto;
  }
}

/*----------- Font Family --------*/
.font-hel {
  font-family: 'Helvetica', arial, sans-serif;
}
.bell-font {
  font-family: 'bell-slim', arial, sans-serif;
}
.ciscosans-font {
  font-family: 'ciscosans', 'helvetica', arial, sans-serif;
}
.museosans-font {
  font-family: 'MuseoSans', arial, sans-serif;
}
.tele2-font {
  font-family:'Tele2SlabWeb', arial, sans-serif;
}
/*----------- Font Family --------*/

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: inherit;
  margin: 0 0 15px 0;
  line-height: 1.2;
}
h1 {font-size: 2.714em; /*38*/}
h2 {font-size: 2.286em; /*32*/}
h3 {font-size: 1.857em; /*26*/}
h4 {font-size: 1.571em; /*22*/}
h5 {font-size: 1.286em; /*18*/}
h6 {font-size: 1.000em; /*14*/}
img {max-width: 100%;}
p {margin: 0 0 10px 0;}
a {
  color: #00549a;
  transition: .3s;
  -webkit-transition: .3s;
  text-decoration: none;
}
a:hover {
  color: #00aae7;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}

/*BOOTSTRAP OVERWRITE*/
.dropdown-menu>li>a {
  padding: 10px 15px;
  font-size: 15px;
  color: #0b4459;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  color: #0b4459;
  text-decoration: none;
  background-color: #f7f9fa;
}

table>tbody>tr>td .dropdown-menu>li{
  padding: 10px 12px;
  font-size: 15px;
  color: #0b4459;
}
table>tbody>tr>td .dropdown-menu>li:focus,
table>tbody>tr>td .dropdown-menu>li:hover {
  color: #0b4459;
  text-decoration: none;
  background-color: #f7f9fa;
}

/*------ Common css ---*/
.bl-sm-show {
  display: none;
}
.bl-md-show {
  display: block;
}
.flwid {
  width: 100%;
}
/*------ Common css ---*/

/*Colors*/

.bdr-clr-blue {
  border-top: 1px solid #00529C;
  margin: 20px 10px;
}
.clr-lt-gray {
  color: #b3b3b3;
}
.clr-blue {
  color: #00529C;
}
.clr-lt-blue {
  color: #0B68AB;
}
.clr-black {
  color: #111;
}
.clr-lt-black {
  color: #272727;
}
.clr-white {
  color: #fff;
}
a.clr-blue {
  text-decoration: underline;
  color: #00529C;
}
.clr-drk-grn {
  color: #04171e;
}
.clr-drk-lt-grn {
  color: #0b4459;
}
.clr-grn {
  color: #6CBA2D;
}
.clr-green {
  color: #2aa936;
}
.clr-ps-lt-blue {
  color: #00addd;
}
.clr-lt-red {
  color: #ff0000;
}
.clr-lt-bkord-blue {
  color: #00549a;
}




/*backgroundcolor.*/
.bg-clr-blk-lt {
  background-color: #3c3c3b;
}
.bg-clr-lt-blue {
  background-color: #0B68AB;
}

.bg-lt-ble {
  background-color: #F7F9FA;
}
.bg-clr-drk-blue {
  background-color: #003778;
}
.bg-clr-gray {
  background-color: #e1e1e1;
}
.bg-clr-lt-gray {
  background-color: #f3f3f3;
}
.bg-clr-white {
  background-color: #fff;
}

.bg-clr-tl-bule {
  background-color: #009ee0;
}

/*br none*/
.br-none {
  display: none;
}

/*Fontsize.*/
.f11 {font-size: 11px;}
.f12 {font-size: 12px;}
.f14 {font-size: 14px;}
.f15 {font-size: 15px;}
.f16 {font-size: 16px;}
.f18 {font-size: 18px;}
.f20 {font-size: 20px;}
.f22 {font-size: 20px;}
.f24 {font-size: 24px;}
.f30 {font-size: 30px;}
.f35 {font-size: 35px;}
.f36 {font-size: 36px;}
.f40 {font-size: 40px;}
.f48 {font-size: 48px;}

/*Padding*/
.p0 {padding: 0;}
.p5 {padding: 5px;}
.p8 {padding: 8px;}

/*Padding Top*/
.pt5 {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt40 {padding-top: 40px;}
.pt200 {padding-top: 200px !important;}

/*Padding left and right.*/
.pl0 {padding-left: 0;}
.pl15 {padding-left: 15px;}
.pr0 {padding-right: 0;}

/*Padding Bottom*/
.pb5 {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pb25 {padding-bottom: 25px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}

/*Padding Left*/
.pl5 {padding-left: 5px;}
.pl10 {padding-left: 10px;}
.pl12 {padding-left: 12px;}
.pl15 {padding-left: 15px;}
.pl16 {padding-left: 16px;}
.pl20 {padding-left: 20px;}
.pl30 {padding-left: 30px;}
.pl40 {padding-left: 40px;}
.pl50 {padding-left: 50px;}

/*Padding Right*/
.pr5 {padding-right: 5px;}
.pr10 {padding-right: 10px;}
.pr15 {padding-right: 15px;}
.pr20 {padding-right: 20px;}
.pr30 {padding-right: 30px;}
.pr40 {padding-right: 40px;}

/*Margin.*/
.m0 {margin: 0;}
.m10 {margin: 10px;}

/*Margin Top*/
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}

/*Margin Bottom*/
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}

/*Margin Minuse*/
.mt-5 {margin-top: -5px;}
.mt-10 {margin-top: -10px;}
.mb-5 {margin-bottom: -5px;}
.mb-10 {margin-bottom: -10px;}



/*table default style*/
.table {
  background-color: #fff;
  position: relative;
}
.table>thead>tr>th,
.table>tfoot>tr>th {
  background-color: #f2f2f2;
  border-bottom: 0;
  vertical-align: middle;
  color: #666a6b;
  font-size: 13px;
  height: 50px;
}
.table>thead>tr {
  border: 1px solid #d8d8d8;
  height: 48px;
}
.table>tbody>tr,
.table>tfoot>tr {
  height: 60px;
  border: 1px solid #d8d8d8;
  position: inherit;
}
.table>tbody>tr>td,
.table>tfoot>tr>td {
  vertical-align: middle;
  border: 0;
  color: #666a6b;
  font-size: 13px;
}

/*----------- Started form style here ---------*/
/*--- FORM BASE STYLE ----*/
.frm-pge-mn {
  background-color: #f3f3f3;
  padding-top: 50px;
  font-family: 'Helvetica', arial, sans-serif;
}
.form-pge-wrp,
.inpge-frm {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    max-width: 807px;
    margin: 0 auto;
    padding: 0 89px 50px;
}
.frm-hdr {
  padding-left: 10px;
  padding-right: 6px;
}
.frm-hdr h2 {
  font-weight: 600;
  font-size: 30px;
  padding: 20px 0;
  color: #000;
}
.success-ic {
  position: relative;
  right: 20px;
  font-size: 35px;
  top: 3px;
}
.frm-hdr p {
  color: #4a4a4a;
}
.hr-frm-ttb {
  border-top: 1px solid #dcdcdc;
  margin: 50px 0 0 0;
}
.hr-frm-rle {
  border-top: 1px solid #d8d8d8;
  margin: 13px 10px 40px;
}
.frm-in-hd h4 {
  padding-bottom: 8px;
  margin: 10px 10px 35px;
  letter-spacing: 1px;
  font-size: 22px;
  font-weight: 600;
  color: #4a4a4a;
}
.frm-in-hd p {
  margin: 0 10px;
}
.form-pge-wrp label {
  color: #535353;
  margin-bottom: 10px;
}
.bl-error {
  color: #f9453e;
}
.frm-in-field .col-12 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 24px;
}
.frm-in-field .col-12.mb-5 {
  margin-bottom: -5px;
}
/*-- sim type --*/
.sim-style input[type="radio"] {
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}
.sim-style div {
  display: inline-block;
  margin-right: 8px;
}
.sim-style label {
  min-width: 132px;
  height: 60px;
  border-radius: 4px;
  border: 1px solid #00549a;
  cursor: pointer;
  padding: 18px 12px;
  text-align: center;
  font-size: 15px;
  color: #000;
}
.sim-style input[type="radio"]:checked + label {
  background-color:#555;
  color: #fff;
  border-color: #555;
}

/*button place */
.bl-info-frm-btn {
  max-width: 260px;
  margin: 0 auto;
}
.bl-info-frm-btn .bl-sub-bt-wrp {
  float: right;
  width: 130px;
  padding-bottom: 10px;
}
.bl-info-frm-btn .bl-rst-bt-wrp {
  float: left;
  width: 130px;
}
/*--- FORM BASE STYLE ----*/

label {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #272727;
  max-width:100%;
}
.form-control {
  height: 45px;
  border: 1px solid #B3B3B3;
  border-radius: 4px;
  box-shadow: 0 0 0;
  font-size: 16px;
  color: #272727;
  font-family: arial, 'ciscosans';
}
textarea.form-control {
  min-height: 160px;
  max-width: 100%;
}
.form-control:focus {
  border-color: #00aae7;
  box-shadow: 0 0 0;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b5b5b5;
  font-size: 14px;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #b5b5b5;
  font-size: 14px;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #b5b5b5;
  font-size: 14px;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #b5b5b5;
  font-size: 14px;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  color: #a5a5a5;
}
/*Form error*/
div.error {
  color: #b90000;
  position: absolute;
  font-size: 12px;
  line-height: 1;
  padding-top: 2px;
}
input.error {
  border-color: #b90000;
}
.has-error .select2-container .select2-selection--single {
  border-color: #b90000;
}

/*------ custom error style --------*/
#timeframe-error,
#simtype-error {
  margin-top: -9px;
}
/*Form error*/

.radio-style,
.ckbx-style {
  position: relative;
}
.radio-style input[type="radio"],
.ckbx-style input[type="checkbox"] {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.radio-style label {
  color: #000;
  margin-left: 5px;
  cursor: pointer;
  font-size: 16px;
}
.radio-style label::before {
  content: "\f401";
  display: inline-block;
  font-family: "Ionicons";
  font-weight: normal;
  color: #B3B3B3;
  font-size: 25px;
  position: relative;
  top: 4px;
  right: 5px;
}
.radio-style input[type="radio"]:checked + label::before {
  content: "\f400";
  display: inline-block;
  font-family: "Ionicons";
  font-weight: normal;
  color: #00549a;
}

.ckbx-style label {
  font-weight: normal;
  color: #535353;
  padding-left: 5px;
  cursor: pointer;
  padding-left: 28px;
  text-indent: -10px;
}
.ckbx-style label::before {
  content: "\f372";
  display: inline-block;
  font-family: "Ionicons";
  color: #00529c;
  font-size: 25px;
  position: relative;
  top: 4px;
  right: 8px;
  line-height: 1;
}
.ckbx-style input[type="checkbox"]:checked + label::before {
  content: "\f374";
}

/*------ Form Info Icon ----*/
.form-info-icon {
  position: relative;
  left: 8px;
  font-size: 20px;
  line-height: 1;
  top: 3px;
  margin-top: -5px;
  color: #009ee0;
  cursor: pointer;
  display: inline-block;
}


.popover {
  max-width: 365px;
  border-color: #b3b3b3;
  border-radius: 4px;
}
.popover.top>.arrow {
  border-top-color: #b3b3b3;
}
.popover-content {
  font-size: 12px;
  color: #000;
  line-height: 1.5;
  font-family: arial, 'ciscosans';
  padding: 9px 14px;
}

/*--- bell page only ---*/
.form-pge-wrp .form-info-icon {
  color: #0065a6;
}
/*------ Form Info Icon ----*/

.btn {
  min-width: 121px;
  height: 34px;
  border-radius: 20px;
  background-color: #ffffff;
  border: 1px solid #00aae7;
  color: #00aae7;
  line-height: 34px;
  padding: 0 24px;
  font-weight: bold;
  -webkit-appearance: none; /* for input */
  -webkit-user-select: none; /* for button */
     -moz-user-select: none;
      -ms-user-select: none;
  transition: .5s;
}
.btn:focus {
  background-color: #ffffff;
  border-color: #00aae7;
  color: #00aae7;
}
.btn:hover,
.btn:hover:focus {
  color: #0491c3;
  background-color: #ffffff;
  border-color: #0491c3;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
  outline-offset: inherit;
}
.btn-active {
  background-color: #00aae7;
  color: #fff;
  border-color: #00aae7;
}
.btn-active:hover,
.btn-active:hover:focus {
  background-color: #00aae7;
  color: #fff;
  border-color: #00aae7;
}
.btn-disable {
  background-color: #d8d8d8;
  color: #fff;
  border-color: #d8d8d8;
}
.btn-disable:hover:focus,
.btn-disable:hover {
  background-color: #d8d8d8;
  color: #fff;
  border-color: #d8d8d8;
}
.btn-mn-primary {
  min-width: 171px;
  height: 34px;
  line-height: 34px;
  border-radius: 20px;
  background-color: #0b4459;
  border: solid 1px #0b4459;
  font-weight: bold;
  color: #fff;
}
.btn-mn-primary:hover:focus,
.btn-mn-primary:hover {
  background-color: transparent;
  border-color: #0b4459;
  color: #0b4459;
}
.btn-mn-frmpri,
.btn-mn-frmpri:focus {
  background-color: #00529C;
  color: #fff;
  border-color: #00529C;
  text-shadow: 0 0 0;
  font-weight: normal;
}
.btn-mn-frmpri:hover:focus,
.btn-mn-frmpri:hover {
  background-color: #fff;
  color: #00529C;
  border-color: #00529C;
}
.btn-mn-disable,
.btn-mn-disable:focus {
  /*min-width: 171px;*/
  color: #666a6b;
  font-weight: normal;
  border-color: transparent;
}
.btn-mn-disable:hover,
.btn-mn-disable:hover:focus {
  border-color: #666a6b;
  color: #666a6b;
}
.btn-cus-primary,
.btn-cus-primary:focus {
  background-color: #003778;
  border: 1px solid #003778;
  color: #fff;
  transition: 0.5s;
}
.btn-cus-primary:hover,
.btn-cus-primary:hover:focus {
  background-color: transparent;
  color: #003778;
  border-color: #003778;
}
.btn-cus-bdr,
.btn-cus-bdr:focus {
  border-color: #003778;
  color: #00529C;
  background-color: transparent;
  font-weight: normal;
}
.btn-cus-bdr:hover,
.btn-cus-bdr:hover:focus {
  background-color: #003778;
  color: #fff;
  border-color: #003778;
}
.btn-bdr-wt,
.btn-bdr-wt:focus {
  border-color: #fff;
  color: #fff;
  padding: 0 54px;
  background-color: transparent;
}
.btn-bdr-wt:hover,
.btn-bdr-wt:hover:focus {
  background-color: #fff;
  color: #00529C;
  border-color: #fff;
}

.btn-cs-sm {
  height: 36px;
  line-height: 36px;
}
.btn-cs-md {
  height: 40px;
  line-height: 40px;
}
.mnwid200 {
  min-width: 200px;
}
.mnwid180 {
  min-width: 180px;
}

/*--- tele2 btn ------*/
.btn-tele-pri,
.btn-tele-pri:focus {
  border-radius: 8px;
  background-color: #2aa936;
  color: #fff;
  border-color: #2aa936;
  font-family: 'Tele2SlabWeb', arial, sans-serif;
}
.btn-tele-pri:hover,
.btn-tele-pri:hover:focus {
  background-color: transparent;
  color: #2aa936;
  border-color: #2aa936;
}

.btn-tele-wt,
.btn-tele-wt:focus {
  border-radius: 8px;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
  border-width: 2px;
  background-color: transparent;
  font-family: 'Tele2SlabWeb', arial, sans-serif;
}

.btn-tele-wt:hover,
.btn-tele-wt:hover:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, 1);
  background-color: transparent;
}
.btn-tele-disable,
.btn-tele-disable:focus {
  border-radius: 8px;
  color: #666a6b;
  font-weight: normal;
  border-color: transparent;
}
.btn-tele-disable:hover,
.btn-tele-disable:hover:focus {
  border-color: #666a6b;
  color: #666a6b;
}

.btn-tele-bdr,
.btn-tele-bdr:focus {
  border-radius: 8px;
  border-color: #2aa936;
  color: #2aa936;
  background-color: transparent;
  font-family: 'Tele2SlabWeb', arial, sans-serif;
  font-weight: bold;
}
.btn-tele-bdr:hover,
.btn-tele-bdr:hover:focus {
  border-color: #2aa936;
  color: #fff;
  background-color: #2aa936;
}
/*---- tele2 btn end  -----*/

/*----- post btn -------*/
.btn-ps-pri,
.btn-ps-pri:focus {
  color: #fff;
  text-transform: uppercase;
  font-family: 'MuseoSans', arial, sans-serif;
  font-weight: 900;
  border-radius: 3px;
  background-color: #fabc0b;
  box-shadow: 0 1px 0 0 #ce9904, inset 0 2px 0 0 rgba(255, 255, 255, 0.5);
  border: solid 1px #ce9904;
}
.btn-ps-pri:hover,
.btn-ps-pri:hover:focus {
  background-color: transparent;
  color: #fabc0b;
  border: 1px solid #ce9904;
  box-shadow: 0 0 0;
}
.btn-ps-bdr,
.btn-ps-bdr:focus {
  border-radius: 3px;
  background-color: #15a5d6;
  box-shadow: 0 1px 0 0 #238bad, inset 0 2px 0 0 rgba(255, 255, 255, 0.5);
  border: solid 1px #238bad;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-family: 'MuseoSans', arial, sans-serif;
}
.btn-ps-bdr:hover,
.btn-ps-bdr:hover:focus {
  border: 1px solid #238bad;
  background-color: transparent;
  color: #15a5d6;
  box-shadow: 0 0 0;
}
.btn-ps-disable,
.btn-ps-disable:focus {
  border-radius: 3px;
  color: #666a6b;
  font-weight: normal;
  border-color: transparent;
}
.btn-ps-disable:hover,
.btn-ps-disable:hover:focus {
  border-color: #ce9904;
  color: #666a6b;
}
/*----- post end ---*/

/*---------- Table Action button ---------*/
.atn-wrp {
  max-width: 130px;
  cursor: pointer;
  position: relative;
}
.atn-wrp .atn-cnt {
  border: 1px solid #b4b4b4;
  border-right: 0;
  height: 34px;
  text-align: center;
  border-radius: 20px;
  line-height: 34px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  float: left;
  width: 86px;
  color: #666a6b;
  overflow: hidden;
  text-overflow: clip;
}
.atn-wrp .atn-icon {
  border: 1px solid #b4b4b4;
  height: 34px;
  border-radius: 20px;
  padding: 11px 13.5px 10px;
  line-height: 1;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  float: left;
  font-size: 12px;
  color: #083140;
}
.atn-wrp:hover .atn-icon,
.atn-wrp:hover .atn-cnt,
.hover .trac .atn-wrp .atn-cnt,
.hover .trac .atn-wrp .atn-icon,
.expand .acstate .atn-wrp .atn-cnt,
.expand .acstate .atn-wrp .atn-icon {
  color: #00aae7;
  border-color: #00aae7;
}
.atn-wrp.active .atn-cnt,
.atn-wrp .atn-cnt .atn-icon.show,
.expand .acstate .atn-wrp.active .atn-cnt,
.expand .acstate .atn-wrp.open .atn-cnt,
.hover .trac .atn-wrp.active .atn-cnt,
.hover .trac .atn-wrp.open .atn-cnt {
  background-color: #f7f9fa;
  font-weight: bold;
  color: #083140;
  border-color: #f7f9fa;
}
.atn-wrp .atn-icon.active,
.atn-wrp .atn-icon.show,
.expand .acstate .atn-wrp .atn-icon.active,
.expand .acstate .atn-wrp .atn-icon.show,
.hover .trac .atn-wrp .atn-icon.active,
.hover .trac .atn-wrp .atn-icon.show {
  background-color: #00aae7;
  color: #fff;
  border-color: #00aae7;
}
.acstate .atn-wrp {
  z-index: 100;
}
.atn-wrp.disable .atn-cnt,
.atn-wrp.disable .atn-icon {
  background-color: #d8d8d8;
  color: #fff;
  font-weight: normal;
  border-color: #d8d8d8;
  cursor: no-drop;
}
.atn-wrp.disable .atn-icon {
  border-left-color: #fff;
}
.atn-wrp.disable.open>.dropdown-menu {
  display: none !important;
}
/*---------- Table Action button end ---------*/


/*-------- font-weight -------*/
.fw200 {font-weight: 200;}
.fbold {font-weight: bold;}
.fw600 {font-weight: 600;}
.fw900 {font-weight: 900;}
.fwnormal {font-weight: normal;}
.txt_uline {text-decoration: underline;}
.break-wrd {word-wrap: break-word;}
.line-hgt {line-height: 1.5;}
ol.btm li {
  padding-bottom: 10px;
}

/*----------- Create dropdown button start----------*/
.rect-create .dropdown-toggle {
  display: inline-block;
  width: 120px;
  border-radius: 20px;
  border: 1px solid #00aae7;
  color: #00aae7;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}
.rect-create .dropdown-toggle.show {
  background-color: #00AAE7;
  color: #fff;
}
.rect-create .dropdown-menu{
  left: inherit !important;
  right: 0;
}

/*.rect-create ul.dropdown-menu.show {
  position: absolute;
  transform: translate3d(0px, 40px, 0px);
  top: 0px;
  left: inherit;
  will-change: transform;
}*/

 /*ul.dropdown-menu.dropdown-width.show {
  position: absolute;
  left: inherit !important;
  top: 35px !important;
  transform: none;
}*/

.mydrp .dropdown-item{
	padding:0px;
	white-space: normal;
}
 .dropdown-item:focus,
 .dropdown-item:hover {
  color:#16181b;
  text-decoration:none;
  background-color:transparent;
}

/*.filter-drpdn {
	left: 50px !important;
}*/
/*----------- Create dropdown button end ----------*/


/*---------------- Filter dropdown start here. -----*/
/*---- Filter button ----*/
.blpr-filter,
.blpr-filter-exp,
.blpr-filters {
  min-width: 100px;
  display: inline-block;
  padding: 0 12px;
  border: 1px solid #0b4459;
  border-radius: 20px;
  height: 40px;
  cursor: pointer;
  position: relative;
  z-index: 100;
}
.blpr-filter span,
.blpr-filter-exp span,
.blpr-filters span {
  display: block;
  font-size: 14px;
  color: #0b4459;
  text-align: center;
  line-height: 40px;
}
.blpr-filter.show,
.blpr-filter-exp.show,
.blpr-filters {
  background-color: #0b4459;
}
.blpr-filter.show span,
.blpr-filter-exp.show span,
.blpr-filters span {
  color: #fff;
}
.blpr-filters em {
  display: inline;
  font-style: normal;
  padding-right: 6px;
}
.blpr-filters em.filclr {
  position: relative;
  left: 8px;
}
/*---- Filter button ----*/


/*---- Filter button Common DB ----*/
.cdb-src,
.cdb-srcs {
  min-width: 100px;
  display: inline-block;
  padding: 0 12px;
  border: 1px solid #0b4459;
  border-radius: 20px;
  height: 40px;
  cursor: pointer;
  position: relative;
  z-index: 100;
}
.cdb-src span,
.cdb-srcs span {
  display: block;
  font-size: 14px;
  color: #0b4459;
  text-align: center;
  line-height: 40px;
}
.show .cdb-src,
.cdb-srcs {
  background-color: #0b4459;
}
.show .cdb-src span,
.cdb-srcs span {
  color: #fff;
}
.cdb-srcs em {
  display: inline;
  font-style: normal;
  padding-right: 6px;
}
.cdb-srcs em.filclr {
  position: relative;
  left: 8px;
}
/*---- Filter button Common DB  ----*/


/*---- Filter dropdown ----*/
.filter-drpdn {
  max-width: 320px;
  padding: 5px 19px;
  color: #666A6B;
  left: 50%;
  width: 320px;
  margin-left: -160px;
  margin-top: 20px;
  z-index: 999;
}
.filter-drpdn::before {
  content: " ";
  border-width: 13px 18px;
  border-style: solid;
  border-color: transparent transparent rgba(0,0,0,.15) transparent;
  position: absolute;
  left: 50%;
  top: -27px;
  margin-left: -18px;
}
.filter-drpdn::after {
  content: " ";
  border-width: 13px 18px;
  border-style: solid;
  border-color: transparent transparent white transparent;
  position: absolute;
  left: 50%;
  top: -25px;
  margin-left: -18px;
}
.filter-drpdn label {
  font-weight: bold;
  font-size: 14px;
  color: #666a6b;
  font-family: 'CiscoSans', arial;
}
.filter-drpdn .fil-dp-date .clearfix label {
  color: #0b4459;
  font-weight: normal;
}
.filter-drpdn .fil-dp-date .radio-style input[type="radio"]:checked + label::before {
  color: #00aae7;
}
.blpr-fil-sel .select2-container {
  width: 100% !important
}
.blpr-fil-sel .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 14px;
}
.filter-drpdn .fil-dp-last input[type="radio"] {
  display:none;
}
.filter-drpdn .fil-dp-last input[type="radio"]:checked + label {
  background-color: #00aae7;
  color: #fff;
}
.fil-dp-last {
  border: 1px solid #ccc;
  border-radius: 4px;
}
.fil-dp-last label {
  display: block;
  margin-bottom: 0;
  text-align: center;
  padding: 6px 0;
  border-right: 1px solid #ccc;
  cursor: pointer;
  font-weight: normal;
  color: #0b4459;
}
.fil-dp-last .blpr-lst label {
  border-right: 0;
}
.fil-dp-stdt {
  position: relative;
}
.fil-dp-date .form-control {
  height: 32px;
  padding-right: 25px;
}
.fil-dp-date .radio-style input[type="radio"] {
  display: none;
}
.blpr-fil-sel .form-control {
  width: 230px;
}
.blpr-fil-sel .select2-container--default .select2-selection--single .select2-selection__arrow {
  border-left: 1px solid #b3b3b3;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0 16px;
  height: 22px;
}
.blpr-fil-sel .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
  font-size: 14px;
}
.blpr-fil-sel .select2-container--default .select2-selection--single {
  height: 34px;
}
.blpr-fil-sel .select2-dropdown {
  border: 0;
}
.blpr-fil-sel .select2-search {
  padding: 0;
}
.blpr-fil-sel .select2-search--dropdown .select2-search__field {
  width: 85%;
  border: 0;
  display: block;
  margin-top: -31px;
  margin-left: 1px;
  outline: 0;
}
.blpr-fil-sel .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 0;
}
.blpr-fil-sel .select2-results {
  margin-top: 6px;
  border: 1px solid #aaa;
}
.blpr-fil-btn div {
  float: right;
  width: 100px;
}
.blpr-fil-btn .btn {
  min-width: 90px;
}
.blpr-fil-btn .btn-fil-sec {
  border-color: transparent;
  color: #006f94;
  font-weight: normal;
}
.blpr-fil-btn .btn-fil-sec:hover,
.blpr-fil-btn .btn-fil-sec:focus {
  border-color: #006f94;
  color: #006f94;
}

#two-inputs {
  display: none;
}
.blpr-filters {
  display: none;
}
.ic-ddt {
  position: absolute;
  top: 5px;
  right: 7px;
  font-size: 18px;
  color: #0491c3;
}
.tbact-act {
  display: none;
}

.fil-expdp-stdt {
  position: relative;
}
/*---- Filter dropdown ----*/

/*---------------- Filter dropdown end here. -----*/


/*---------- select 2 start --------*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 43px;
  color: #272727;
  font-size: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 43px;
}
.select2-container .select2-selection--single {
  height: 45px;
  border-color: #b3b3b3;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 16px;
  color: #b5b5b5;
}
/*---------- select 2 start --------*/

/*-----------------------------------------------------------------
--------------     Table Style Start here. ------------------------
-----------------------------------------------------------------*/
/*--- table layout 2 design start here. ---*/
.ref-tbl {
  table-layout: fixed;
}
.ref-tbl .th1 {
  width: 170px;
}
.ref-tbl .th3,
.ref-tbl .th4,
.ref-tbl .th5,
.ref-tbl .th6,
.ref-tbl .th7 {
  width: 170px;
}
/*.ref-tbl>tbody>tr>td.tbl-wid-row {
  padding-right: 40px;
}*/
/*------ table layout 2 design end here. ------*/

/*--- table foot style start here. ----------*/
.blpr-pager {
  margin-bottom: 0;
}
.blpr-pager .pg-cnt {
  top: 6px;
  padding-right: 10px;
  position: relative;
  color: #b4b4b4;
}
.blpr-pager .pg-prev,
.blpr-pager .pg-nxt {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  border: 1px solid #00AAE7;
  color: #00AAE7;
  padding: 0;
  margin-right: 10px;
  display: block;
  padding-bottom: 12px;
  padding-left: 25px;
  background-color: transparent;
}
.blpr-pager .pg-nxt:active,
.blpr-pager .pg-prev:active {
  background-color: #00AAE7;
  color: #fff;
}
.blpr-pager .pg-prev.de-act,
.blpr-pager .pg-nxt.de-act,
.blpr-pager .pg-nxt.de-act:active,
.blpr-pager .pg-prev.de-act:active {
  border: 1px solid #d8d8d8;
  color: #d8d8d8;
  background-color: transparent;
}
.blpr-pager .pg-prev span,
.blpr-pager .pg-nxt span {
  position: relative;
  top: 8px;
  right: 12px;
  font-size: 18px;
  line-height: 1;
}
.blpr-pager .pg-prev span {
  right: 14px;
}
/*------- table foot style end here. ----------*/

/*--- table checkbox ----*/
.blpr-table .checkbox,
.table .checkbox {
  margin: 0;
}
.blpr-table .checkbox input[type=checkbox],
.table .checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-left: -15px;
}
.acstate .blpr-action-drp,
.acstate .checkbox {
  z-index:100;
  position: relative;
}
/*--- table checkbox ----*/

/*---- Table row right align ----*/
/*.tbl-sms-wid {
  width: 130px;
}*/
.table>tbody>tr>td.tb-num-field,
.table>tbody>tr>th.tb-num-field,
.table>tfoot>tr>td.tb-num-field,
.table>tfoot>tr>th.tb-num-field,
.table>thead>tr>td.tb-num-field,
.table>thead>tr>th.tb-num-field {
  text-align: right;
  padding-right: 20px;
}
/*---- Table row right align ----*/


/*----- table hover open circle style start here. -----*/
.npopen .trac .arbut-tb {
  display: inherit;
}
.npopen .blpr-table>tbody>tr.trac {
  border:1px solid #00AAE7;
  background: transparent;
  background-color: #FAFDFF;
}
.npopen .blpr-table>tbody>tr.trac>td {
  border-top:1px solid #00AAE7;
}
.arbut-tb {
  position: absolute;
  left: 50%;
  margin-left: -18px;
  display :none;
  height: 1px;
}
.acstate .arbut-tb {
  display: none;
}
.arbut-inner {
  position: relative;
  top: 32px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 33;
  cursor: pointer;
}
.arbut-inner::before {
  position: relative;
  top: 11px;
  left: 11px;
  color: #00AAE7;
  cursor: pointer;
}
.npopen .trac.acstate .arbut {
  display: none;
}
/*----- table hover open circle style start here. -----*/

/*----- table expand hover style start here. ----------*/
.blpr-table td .bppr-tb-hover {
  display:none;
}
.blpr-table tr.approw td .bppr-tb-hover{
  display:block;
}
.bppr-tb-hover {
  position: absolute;
  width: 100.7%;
  z-index:99;
  border: 1px solid #00AAE7;
  margin-top: -61px;
  padding-top: 59px;
  margin-left: 0px;
  box-shadow: 0 0 1px 1px #ccc;
  margin-left: -4px;
}
.blpr-tb-hid-cnt,
.acstate {
  background-color: #FAFDFF;
}
.blpr-tb-hid-cnt .blpr-tb-hid-mn {
  border-top: 1px solid #d8d8d8;
  padding-top: 40px;
  max-width: 97%;
  margin: 0 auto;
}
.blpr-tb-hid-cnt h5 {
  margin: 0;
  padding-bottom: 7px;
  font-size: 11px;
  text-transform: uppercase;
  color: #083140;
}
.blpr-tb-hid-cnt p {
  color: #04171e;
  font-size: 14px;
}
.blpr-tb-hid-lft {
  padding-left: 50px;
}
.blpr-tb-hid-rgt {
  padding-right: 10px;
}

.blpr-table tbody tr.bt-hgt {
  height: 350px;
}
/*----- table expand hover style start here. ----------*/

/*---- table expand close button ----*/
.clbut {
  position: absolute;
  left: 50%;
  margin-left: -18px;
  width: 36px;
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 100%;
  bottom: -18px;
  color: #00AAE7;
  background: #fff;
  cursor: pointer;
  z-index: 9;
  box-shadow: 0px 1px 1px 0px #ccc;
}
.clbut::before {
  position: relative;
  top: 10px;
  left: 11px;
}
/*---- table expand close button ----*/
.blpr-table tbody tr.approw {
  height: inherit;
}
.blpr-table tbody tr.approw .approwtd {
  padding: 0;
}
.blpr-table>tbody>tr.acstate {
  border: 0;
}

/*----------- customer table -----*/
.custmr-tril-wrp {
  min-height: 220px;
}
.blpr-tb-hid-cnt p.f35 {
  font-size: 36px;
  margin: 0;
  font-weight: lighter;
  line-height: 1;
  letter-spacing: -1px;
  min-height: 55px;
  padding-top: 6px;
}
.blpr-tb-hid-cnt p.f11 {
  color: #707374;
  font-size: 13px;
}
.ac-tri {
  position: relative;
}
.ac-tri::before {
  content: " ";
  border-width: 9px 5px;
  border-color: transparent transparent #69BC1C transparent;
  border-style: solid;
  margin-right: 5px;
  display: inline-block;
}
.custmr-tril-mu li a {
  color: #00aae7;
  display: block;
  padding: 7px 0 7px 14px;
  height: 34px;
  margin-right: 50px;
  font-weight: bold;
}
.custmr-tril-mu li {
  padding: 5px 0;
}
.custmr-tril-mu li a.active {
  font-weight: bold;
  color: #0b4459;
  background-color: #F2F6F9;
  position: relative;
}
.custmr-tril-mu li a.active::after {
  content: " ";
  height: 34px;
  border-width: 17px 0px 17px 17px;
  border-color: transparent transparent transparent #F2F6F9;
  border-style: solid;
  position: absolute;
  display: block;
  right: -17px;
  top: 0;
}
.act-mn,
.act-use,
.act-dev {
  display: none;
}
.act-mn.active,
.act-use.active,
.act-dev.active {
  display: block;
}
/*-----------------------------------------------------------------
--------------     Table Style End here. --------------------------
-----------------------------------------------------------------*/


/*--------  FILTER, TITLE, SEARCH STYLE END HERE --------*/
.dropdown-toggle {
  cursor: pointer;
}
.blpr-ordr-status ul {
  /*max-width: 750px;*/
  margin: 0 auto;
}
.blpr-ordr-status ul li span {
  font-size: 36px;
  display: block;
  letter-spacing: -1px;
  text-align: center;
  color: #00aae7;
  line-height: 1;
  font-weight: 200;
}
.blpr-ordr-status ul li.active span {
  font-weight: 500;
  color: #04171e;
}
.blpr-ordr-status ul li.active a {
  font-weight: bold;
  color: #04171e;
}
.blpr-ordr-status ul li {
  /*width: 25%;
  float: left;*/
  min-width: 150px;
  color: #0B4459;
}
.blpr-ordr-status ul li a {
  color: #666a6b;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
}
.blpr-ordr-status ul li a::after,
.blpr-ordr-status ul li.active a::after {
  content: " ";
  display: block;
  border-bottom: 4px solid #04171e;
  width: 80%;
  margin: 0 auto;
  padding-top: 8px;
}
.blpr-ordr-status ul li a::after {
  opacity: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.blpr-ordr-status ul li a:hover::after,
.blpr-ordr-status ul li.active a::after {
  opacity: 1;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
/*---------------- Filter dropdown start here. -----*/

/*search*/
.blpr-srch {
  width: 270px;
  position: relative;
}
.blpr-srch .input-group {
  width: 270px;
  display: block;
}
.blpr-srch .form-control:focus {
  outline: 0;
  box-shadow: 0 0 0;
}
.blpr-srch .input-group .form-control {
  border-color: #D8D8D8;
  height: 40px;
  border-radius: 20px;
  font-size: 14px;
  padding-right: 40px;
  z-index: 0;
}
.blpr-srch .input-group .form-control:focus {
  border-color: #00aae7;
}
.blpr-srch .input-group-addon {
  position: absolute;
  border: 0;
  right: 28px;
  background: transparent;
  padding: 0;
  top: 8px;
  font-size: 24px;
  color: #00AAE7;
}
/*---------- datepicker start here -----------*/
#popcalenderwrp {
  max-width: 280px;
  padding: 10px;
  border: solid 1px #d8d8d8;
  border-radius: 4px;
  box-shadow: 0 0 2px #ccc;
  position: absolute;
  background: #fff;
  z-index: 9;
}
#popcalender {
  padding-top: 5px;
  padding-bottom: 10px;
}
#popcalender .form-control {
  height: 32px;
}
.date-picker-wrapper.no-topbar {
  padding: 0;
  border: 0;
  background: transparent;
}
.date-picker-wrapper .month-wrapper {
  width: 260px !important;
  padding: 0;
  border: 0;
}
.date-picker-wrapper .month-wrapper table,
.date-picker-wrapper .month-wrapper table.month2 {
  width: 100%;
  float: none;
  background-color: white;
}
.date-picker-wrapper .prev,
.date-picker-wrapper .next {
  font-size: 0;
  color: transparent;
}
.date-picker-wrapper .prev::before,
.date-picker-wrapper .next::before {
  font-size: 18px;
  display: inline-block;
  font-family: "Ionicons";
  color: #0b4459;
  position: relative;
  top: 3px;
}
.date-picker-wrapper .prev::before {
  content: "\f361";
}
.date-picker-wrapper .next::before {
  content: "\f363";
}
.date-picker-wrapper .month-name,
.date-picker-wrapper .month-wrapper table .week-name {
  text-transform: capitalize;
  font-weight: normal;
  font-size: 12px;
  height: 35px;
  color: #0b4459;
  text-align: center;
}
.date-picker-wrapper .month-wrapper table .day {
  padding: 8px 0;
  border: 1px solid transparent;
  margin-bottom: 3px;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #0b4459;
  font-size: 12px;
}
.date-picker-wrapper .month-wrapper table .day.real-today {
  font-weight: 900;
  background-color: transparent;
}
.date-picker-wrapper .month-wrapper table .day.first-date-selected {
  border: 1px solid #0b4459;
  background-color: transparent !important;
  color: #0b4459 !important;
}
.date-picker-wrapper .month-wrapper table .day.checked,
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering,
.date-picker-wrapper .month-wrapper table .day.toMonth.valid.checked {
  background-color: #00aae7;
  color: #fff;
}
.date-picker-wrapper .month-wrapper table .day.last-date-selected {
  background-color: #00aae7 !important;
  color: #fff !important;
}
.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth {
  display: block;
  color: #d8d8d8;
}
.date-picker-wrapper .date-range-length-tip {
  background-color: #00549a;
  color: #fff;
}
.date-picker-wrapper .date-range-length-tip:after {
  border-top-color: #00549a;
}
/*---------- datepicker end here -----------*/


/*----- poratal header ----*/
/*-------- HEADER LOGO START HERE -----------*/
.blpr-header-wrp .blpr-logo-mn {
  border-bottom: 1px solid #f2f2f2;
}
.blpr-header-wrp .bell-logo,
.blpr-header-wrp .jasper-ds-logo {
  padding-top: 3px;
}
.blpr-header-wrp .bell-logo img {
  max-width: 80px;
}
.blpr-header-wrp .jasper-ds-logo img {
  max-width: 110px;
}
/*-------- HEADER LOGO END HERE -----------*/
/*-------- NAVIGATION START HERE -----------*/
.blpr-menu-mob {
  display: none;
}
.blpr-nav-wrp {
  border-bottom: 1px solid #eee;
  /*-webkit-box-shadow: 0px 1px 3px -1px #222;
  -moz-box-shadow: 0px 1px 3px -1px #222;
  box-shadow: 0px 1px 3px -1px #222; */
  position: relative;
  z-index: 1;
}
.blpr-menu ul {
  padding: 10px 0;
  margin: 0;
}
.blpr-menu ul li a {
  display: inline-block;
  padding: 14px 25px 10px;
  color: #04171E;
}
.blpr-menu ul li a span {
  display: block;
}
.blpr-menu ul li a span::after {
  content: " ";
  display: block;
  color: #04171E;
  border-bottom: 4px solid #04171e;
  padding-bottom: 1px;
  max-width: 70%;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.blpr-menu ul li a:hover span::after {
  opacity: 1;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.blpr-menu li.active a span {
  font-weight: bold;
}
.blpr-menu li.active a span::after {
  opacity: 1;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.blpr-menu ul li:first-child a {
  padding-left: 0;
}
.blpr-usr-drp {
  width: 160px;
  float: right;
  position: relative;
}
.blpr-usr-drp .dropdown-menu>li>a {
  padding: 8px 20px;
}
.blpr-usr-drp img {
  display: inline-block;
  margin-right: 5px;
}
.blpr-usr-drp .clr-grn {
  display: inline-block;
  font-size: 10px;
  padding-left: 5px;
}

/*.blpr-usr-drp .dropdown-menu>li {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    padding: 10px 20px;
    font-size: 15px;
    color: #0b4459;
}*/
/*-------- NAVIGATION END HERE -----------*/

/* ----------------------------------------------------------
 ------------ PARTNER IoT START HERE -------------------
 ------------------------------------------------------------*/

/* ------------- Header section start here.--------------- */
.header {
  background: #fff;
  height: 90px;
  box-shadow: 1px 1px 3px -1px #aaa;
  position: relative;
}
.header .logo {
  max-width: 71px;
  padding-top: 4px;
}
.hdr-lang {
  width: 65%;
}
.hdr-lang .dropdown {
  width: 120px;
  height: 30px;
  padding-top: 6px;
  float: right;
  font-size: 14px;
  margin-right: 30px;
  margin-top: 12px;
  cursor: pointer;
}
.dropdown-toggle em {
  font-size: 12px;
  padding-left: 5px;
}
.hdr-lang .dropdown em::before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .4s transform ease;
  position: relative;
  top: 6px;
}
.hdr-lang .dropdown.open em::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.jasper-logo a {
  display: inline-block;
  max-width: 140px;
  margin-top: 9px;
}
.jasper-logo {
  width: 35%;
  float: right;
}
.hdr-lang .bl-lang {
  color: #00549a;
}
/*--------- inner page header --------*/
.header-inner {
  height: 100px;
  padding-top: 26px;
  box-shadow: 1px 1px 3px -1px #cecece;
}
.header-inner .logo {
  max-width: 60px;
  padding-top: 10px;
}
.header-inner .hdr-lang .bl-lang {
  color: #006f94;
}
/* ------------- Header section end here.--------------- */

/*-------------- top content start here ---------------*/
.bl-hro-wrp {
 margin-top: 28px;
}
.bl-val-chnge span {
 padding: 0 5px;
}
.bl-hro-wrp-img img {
 max-width: 520px;
 margin-top: -16px;
 margin-left: 35px;
}
.min-hg-140 {
 min-height: 140px;
}
.bl-ref-inpt-grp {
 background-color: #F7F9FA;
 max-width: 420px;
 margin: 0 auto;
 padding: 20px;
 position: relative;
}
.bl-ref-inpt-grp h4 {
 margin: 0 0 12px;
 font-weight: bold;
}
.bl-ref-inpt-grp .bl-close {
 position: absolute;
 right: 14px;
 color: #afc1c9;
 font-size: 28px;
 top: 6px;
 cursor: pointer;
 -webkit-transition: 0.3s;
 transition: 0.3s;
 -ms-transform: scale(1);
 -webkit-transform: scale(1);
 transform: scale(1);
}
.bl-ref-inpt-grp .bl-close:hover {
 -ms-transform: scale(1.2);
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
 color: #22bbff;
}
.bl-ref-hid-cn .form-control {
 float: left;
 width: 59%;
 border-width: 2px;
 height: 36px;
}
.bl-ref-hid-cn a.btn {
 float: left;
 margin-left: 20px;
 height: 36px;
 line-height: 34px;
}
.bl-ref-inpt-grp {
 display: none;
}
.bl-sh-ref {
 display: none;
}
/*-------------- top content end here ---------------*/

/*--------- tab start here ------------------*/
.whw-mn {
  min-height: 70px;
  box-shadow: 0px 0 1px 1px #aaa;
  position: relative;
  margin-bottom: -35px;
}
.whw-mn .text-center {
  padding-top: 25px;
}
.whw-mn  ul.list-inline {
  margin: 0;
}
.whw-mn  ul.list-inline>li a {
  min-width: 150px;
  transition: 0.3s;
  display: block;
}
.whw-mn  ul.list-inline>li a::after,
.whw-mn  ul.list-inline>li.active a::after {
  content: " ";
  border-bottom: 4px solid;
  padding-bottom: 5px;
  max-width: 25%;
  margin: 0 auto;
  display: block;
  transform: scale(0);
  opacity: 0;
  transition: .3s;
}
.whw-mn ul.bl-whw>li a::after {
  border-color: #23527c;
}
.whw-mn ul.list-inline>li a:hover::after,
.whw-mn ul.list-inline>li.active a::after {
  transform: scale(1);
  opacity: 1;
}
.whw-mn ul.list-inline>li a:hover,
.whw-mn ul.list-inline>li.active a {
  font-weight: bold;
  color: #000;
}
/*--------- tab end here ------------------*/

/* -------- Home What the Kit Includes Start here ---------------*/

/*-------- tab fixed --------*/
.fixed #fixedTab {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  padding: 0;
  background-color: #fff;
  z-index: 99;
}
.fixed .wrapper {
  padding-top: 40px;
}

/*--------- tab end here ------------------*/

/* -------- Home What the Kit Includes Start here ---------------*/
#kit-inc>div {
  max-width: 86%;
  margin: 0 auto;
}
.bl-kit-inc-sim {
  background-color: #F7F9FA;
  padding: 25px 0 30px 30px;
  margin-left: 18px;
  margin-right: -20px;
}
.bl-kit-rfe-wrp {
  padding-left: 64px;
}
.bl-kit-inc-sim img,
.bl-kit-bdr img {
  max-width: 60px;
}
.bl-kit-inn-cnt h3 {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}
.bl-kit-inn-cnt h3 span {
  font-size: 13px;
}
.bl-kit-inn-cnt p {
  color: #3E4759;
}
.bl-kit-bdr h4 {
  font-size: 14px;
  margin: 15px 0 0;
  min-height: 74px;
  position: relative;
  font-weight: bold;
  line-height: 1.43;
}
.bl-kit-bdr h4::after {
  content: " ";
  border-bottom: 4px solid #d8d8d8;
  display: block;
  width: 20%;
  position: absolute;
  bottom: 10px;

}
.bl-kit-bdr ul {
  list-style: none;
  padding-left: 0;
}
.bl-kit-bdr ul li {
  padding-bottom: 15px;
  color: #3E4759;
}
/* -------- What the Kit Includes End here ---------------*/

/*--------- How it works Start here ------------*/
.bl-how-wrk-wrp {
  max-width: 86%;
  margin: 0 auto;
}
.bl-crcle-txt {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid;
  border-radius: 100%;
}
.bl-crcle-txt::before {
  content:" ";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.bl-crcle-txt::after {
  content: " ";
  display: block;
  padding-bottom: 24px;
  border-bottom: 4px solid;
  margin-left: -3px;
}
.bell-cir-txt::after {
  border-color: #fff;
  opacity: 0.8;
}
.bl-crcle-txt span {
  vertical-align: middle;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  margin-left: -3px;
}
#how-works p {
  color: #fff;
  opacity: 0.9;
}
/*--------- How it works End here ------------*/

/*--------- What is IoT Start here -----------*/
.bl-wht-iot-mn img {
  width: 70%;
  margin-left: 72px;
}
.bl-wht-iot-mn .col-md-6 {
  background-color: #F7F9FA;
}
.bl-wht-iot-mn {
  padding-bottom: 30px;
}
.bl-wht-iot-hd {
  padding: 22px 0 30px;
  margin-left: -148px;
}
.bl-wht-iot-hd h2 {
  margin-left: 100px;
}
.bl-wht-iot-cnt {
  padding-left: 35px;
}
/*--------- What is IoT End here -----------*/

/* ----------------------------------------------------------
 ------------ PARTNER IoT END HERE -------------------
 ------------------------------------------------------------*/


/*----------- track details ----------------*/
/*------- Order page line css */
.iot-ordr-track {
}
.iot-ordr-track-mn {
  max-width: 540px;
  margin: 0 auto;
  position: relative;
}
.ordr-trck-line {
  border: 1px solid #979797;
  position: absolute;
  top: 13px;
  left: 11%;
  right: 11%;
}
.ordr-trck-line:before {
  content: " ";
  border: 1px solid #00529c;
  position: absolute;
  left: 0;
  top: -1px;
}

.order-status-wrp .order-status {
  width: 25%;
  float: left;
  text-align: center;
}
.order-status-wrp .order-status span {
  display: block;
}
.status-icon {
  position: relative;
  z-index: 2;
}
.status-icon img {
  max-width: 26px;
}
.status-icon em {
  color: #ababab;
}
.status-icon em::before {
  line-height: 26px;
}
.order-status-wrp .bl-status {
  padding-top: 8px;
  color: #979797;
}
.bl-cur-ic,
.bl-old-ic {
  display: none;
}
.iot-ordr-track-mn.status1 .ordr-trck-line:before {
  width: 33%;
}
.iot-ordr-track-mn.status2 .ordr-trck-line:before {
  width: 66%;
}
.iot-ordr-track-mn.status3 .ordr-trck-line:before {
  width: 100%;
}
.iot-ordr-track-mn.status .iot-kit-info .bl-nil-ic {
  display: none;
}
.iot-ordr-track-mn.status .iot-kit-info .bl-cur-ic {
  display: inline;
  color: #00529C;
}
.iot-ordr-track-mn.status .iot-kit-info .bl-status,
.iot-ordr-track-mn.status1 .iot-kit-ship .bl-status,
.iot-ordr-track-mn.status2 .iot-kit-pay .bl-status,
.iot-ordr-track-mn.status3 .iot-kit-rc .bl-status,
.iot-ordr-track-mn.status4 .iot-kit-del .bl-status {
  color: #00529C;
  font-weight: bold;
}
.iot-ordr-track-mn.status1 .iot-kit-info .bl-nil-ic,
.iot-ordr-track-mn.status1 .iot-kit-info .bl-cur-ic,
.iot-ordr-track-mn.status1 .iot-kit-ship .bl-nil-ic,
.iot-ordr-track-mn.status2 .iot-kit-info .bl-nil-ic,
.iot-ordr-track-mn.status2 .iot-kit-ship .bl-nil-ic,
.iot-ordr-track-mn.status2 .iot-kit-ship .bl-cur-ic,
.iot-ordr-track-mn.status2 .iot-kit-pay .bl-nil-ic,
.iot-ordr-track-mn.status3 .iot-kit-info .bl-nil-ic,
.iot-ordr-track-mn.status3 .iot-kit-ship .bl-nil-ic,
.iot-ordr-track-mn.status3 .iot-kit-ship .bl-cur-ic,
.iot-ordr-track-mn.status3 .iot-kit-pay .bl-nil-ic,
.iot-ordr-track-mn.status3 .iot-kit-rc .bl-nil-ic,

.iot-ordr-track-mn.status4 .iot-kit-info .bl-nil-ic,
.iot-ordr-track-mn.status4 .iot-kit-ship .bl-nil-ic,
.iot-ordr-track-mn.status4 .iot-kit-pay .bl-nil-ic,
.iot-ordr-track-mn.status4 .iot-kit-rc .bl-nil-ic,
.iot-ordr-track-mn.status4 .iot-kit-rc .bl-cur-ic,
.iot-ordr-track-mn.status4 .iot-kit-del .bl-nil-ic {
  display: none;
}
.iot-ordr-track-mn.status1 .iot-kit-info .bl-old-ic,
.iot-ordr-track-mn.status1 .iot-kit-ship .bl-cur-ic,
.iot-ordr-track-mn.status2 .iot-kit-info .bl-old-ic,
.iot-ordr-track-mn.status2 .iot-kit-ship .bl-old-ic,
.iot-ordr-track-mn.status2 .iot-kit-pay .bl-cur-ic,
.iot-ordr-track-mn.status3 .iot-kit-info .bl-old-ic,
.iot-ordr-track-mn.status3 .iot-kit-ship .bl-old-ic,
.iot-ordr-track-mn.status3 .iot-kit-pay .bl-old-ic,
.iot-ordr-track-mn.status3 .iot-kit-rc .bl-cur-ic,
.iot-ordr-track-mn.status4 .iot-kit-info .bl-old-ic,
.iot-ordr-track-mn.status4 .iot-kit-ship .bl-old-ic,
.iot-ordr-track-mn.status4 .iot-kit-pay .bl-old-ic,
.iot-ordr-track-mn.status4 .iot-kit-rc .bl-old-ic,
.iot-ordr-track-mn.status4 .iot-kit-del .bl-cur-ic {
  display: inline;
  color: #00529C;
}
.status-icon em {
  font-size: 32px;
  line-height: 1;
  background-color: #fff;
}


.track-order .iot-ordr-track-mn {
  max-width: inherit;
}
.track-order .order-status-wrp .order-status {
  width: 20%;
}
.track-order .iot-ordr-track-mn .ordr-trck-line:before {
  border-style: dotted;
  background-color: #fff;
}
.track-order .iot-ordr-track-mn.status1 .ordr-trck-line:before {
  width: 25%;
}
.track-order .iot-ordr-track-mn.status2 .ordr-trck-line:before {
  width: 50%;
}
.track-order .iot-ordr-track-mn.status3 .ordr-trck-line:before {
  width: 75%;
}
.track-order .iot-ordr-track-mn.status4 .ordr-trck-line:before {
  width: 100%;
}
/*----- confirm and review page. ----*/
.bl-cnfrm-rev-mn .bl-cnfrm-rev-lft {
  padding-left: 0;
  padding-right: 30px;
}
.bl-cnfrm-rev-mn .bl-cnfrm-rev-rgt {
  padding-right: 0;
  padding-left: 30px;
}
.bl-cnfrm-rev-mn .bl-frm-in-hd a {
  float: right;
  text-transform: uppercase;
  color: #0B68AB;
}
.bl-cnfrm-rev-mn .bl-frm-in-hd a:hover {
  text-decoration: underline;
}
.bl-cnfrm-rev-mn .bl-frm-in-hd h4 {
  margin: 10px 0 35px;
}

.bl-cnfrm-rev-mn .bl-cnfrm-rev-lft h4,
.bl-cnfrm-rev-mn .bl-cnfrm-rev-rgt h4 {
  font-size: 18px;
  margin-top: 0;
}
.bl-cr-cnt-info address a {
  color: #000;
}
.bl-cr-cnt-info address a:hover {
  text-decoration: underline;
}
.bl-cd-device-info ul li {
  line-height: 1.6;
}
.bl-cnfrm-rev-mn .bl-cnfrm-rev-rgt .bl-frm-in-hd h4 {
  margin-bottom: 20px;
}
.bl-cnfrm-rev-mn .bl-ordr-dtls-iot .col-3 {
  text-align: right;
  padding-right: 15px;
  font-size: 16px;
}
.bl-cnfrm-rev-mn .bl-ordr-dtls-iot {
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.bl-ordr-dtls ul li {
  line-height: 30px;
}
.bl-ordr-dtls ul li em {
  font-style: normal;
  float: right;
}
.bl-ordr-dtls {
  padding-bottom: 30px;
}
/*-------- confirm and review end here ----------*/

/*-------- Summary page start here ----------*/
/*.bl-ordr-summ-wrp .bl-frm-in-hd h4 {
  margin: 10px 0 20px;
  font-size: 18px;
}
.bl-ordr-summ-wrp h4 {
  font-size: 16px;
  margin-top: 3px;
  margin-bottom: 20px;
}
.bl-odr-summ-mn {
  border-bottom: 2px solid #7FAEDB;
}
.bl-odr-summ-sp-tl {
  padding-top: 20px;
  border-top: 2px solid #D9D9D9;
  padding-bottom: 40px;
}*/
/*------- summary page end here ------*/

/*---------- tab circle three ---------*/
.iot-order-trk-3 .iot-ordr-track-mn {
  max-width: inherit;
}
.iot-order-trk-3 .order-status-wrp .order-status {
  width: 33.33%;
}
.iot-order-trk-3 .ordr-trck-line {
  left: 15%;
  right: 15%;
}
.iot-order-trk-3 .iot-ordr-track-mn.status1 .ordr-trck-line:before {
  width: 50%;
}
.iot-order-trk-3 .iot-ordr-track-mn.status2 .ordr-trck-line:before {
  width: 95%;
}

/*----- sep12 changes starts  ----- */
.order_list {
  padding-left: 25px;
  line-height: 30px;
  padding-top: 5px;
}
.hrline {
  width:100%;
  border-top:1px solid #d8d8d8;
  margin:15px 0;
}
.ship_wrap,.payment_wrap {
  border:1px solid #d8d8d8;
  padding: 15px;
}
.ship_wrap p,
.payment_wrap p {
  line-height:16px;
}
.ship_wrap .edit a,
.payment_wrap .edit a {
  font-family: arial, sans-serif;
  float:right;
  font-size:14px;
  position:relative;
  top:5px;
}

.thnks-btn-or .btn {
  max-width: 204px;
  display: block;
  margin: 0 auto 15px;
  padding: 0;
}
/* order form shipping details starts  */

/* order form shipping details ends  */


/*----- sep12 changes ends  ----- */

#agreement {
  max-height: 320px;
  overflow: auto;
  border: 1px solid #B3B3B3;
  border-radius: 4px;
  padding: 30px 20px;
  color: #000;
  background-color: #f4f4f4;
}
.agreement-inner {
  max-height: 380px;
  overflow: auto;
  border: 1px solid #B3B3B3;
  padding: 25px 20px 10px;
  border-radius: 4px;
}
/*-- terms and condition --*/
.trmsctn .modal-header {
  border-bottom: 0;
}
.trmsctn .modal-body {
  padding-top: 5px;
}
.trmsctn .modal-footer div {
  float: left;
  width: 160px;
  text-align: left;
}
.trmsctn .modal-footer a img {
  max-width: 25px;
}
.trmsctn .modal-footer a span {
  position: relative;
  top: 4px;
}
.trmsctn .modal-body h3 {
  font-size: 18px;
  color: #000;
  margin: 0;
}
.trmsctn ol {
  list-style-type: lower-roman;
}
.trmsctn .modal-dialog {
  max-width: 808px;
  width: 100%;
}
.trmsctn .modal-content {
  box-shadow: 0 0 0;
  border-radius: 4px;
}
.trmsctn .close {
  font-size: 32px;
}



/*------- Dashboard  New style ------*/
.frmdhnw {
  background-color: #F7F9FA;
}
.frmdhnw .form-pge-wrp {
  border-color: transparent;
}
.frmdhnw .frm-hdr h2 {
  color: inherit;
  font-weight: normal;
}
.frmdhnw .frm-in-hd h4 {
  color: #0b4459;
  font-weight: normal;
}


.bl-relative {
  position: relative;
}
.bl-lgout {
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 99;
}


.notpnd h1 {
  font-weight: lighter;
  font-size: 180px;
  line-height: 1;
  margin: 0;
  color: #00aae7;
}
.notpnd p {
  text-transform: uppercase;
  font-size: 36px;
  margin: 0;
  line-height: 1;
  font-weight: lighter;

}
.notpnd {
  text-align: center;
  max-width: 480px;
  padding-top: 80px;
  margin: 0 auto;
}

.blpr-menu li.active a span {
    font-weight: normal;
    color: #0097d6;
}
.blpr-menu ul li a span::after{
  border-bottom: 3px solid #0097d6;
}

.btn-dis-frm {
  background-color: #999;
  border-color: #555;
  color: #f0f8ff;
}

.btn-dis-frm:hover:focus, .btn-dis-frm:hover {
  background-color: #fff;
  border-color: #555;
  color: #555;
}

.addr input[type="text"],
.addr input[type="text"]:focus
 {
   border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: hidden;
  outline: none;
}

.addrstl input[type="text"] {
	  width: 75%;
}

.addrpc input[type="text"] {
	  width: 30%;
}

.addrct input[type="text"] {
	  width: 85%;
}

 select[readonly].select2-hidden-accessible + .select2-container {
        pointer-events: none;
        touch-action: none;
}

 select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
        background: #eee;
        box-shadow: none;
 }
    
 select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow{   
     opacity: .35;    
 }

 /*select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
        display: none;
    }*/

   /* select[readonly].select2-hidden-accessible + .select2-container .select2-selection .select2-selection__rendered {     
      opacity: .5;     
    }   */   
   
/*---------- datepicker export start here -----------*/
#popcalenderwrpexp {
  max-width: 280px;
  padding: 10px;
  border: solid 1px #d8d8d8;
  border-radius: 4px;
  box-shadow: 0 0 2px #ccc;
  position: absolute;
  background: #fff;
  z-index: 9;
}
#popcalenderexp {
  padding-top: 5px;
  padding-bottom: 10px;
}
#popcalenderexp .form-control {
  height: 32px;
}

.ic-ddt-exp {
  position: absolute;
  top: 5px;
  right: 7px;
  font-size: 18px;
  color: #0491c3;
}
/*---------- datepicker export stop here -----------*/

.btw100 {
	width: 100%;
}

.btw20{
	width: 20%;
}

.btwp89{
	width: 89%;
}

.btwp87{
	width: 87%;
}

.btwp77{
	width: 77%;
}

.btwp64{
	width: 64%;
}

.btwp53{
	width: 53%;
}

.btwp90{
	width: 90%;
}

.btwp89{
	width: 89%;
}

.btwp75{
	width: 75%;
}

.btwp50{
	width: 50%;
}

.btwp65{
	width: 65%;
}



.btw120 {
	width: 120px;
}

.blnhgt{
	line-height: 2.85;
}

.blft{
	left: 52px;
}

.bflft{
	float: left;
}

.btxjfy{
	text-align: justify;
}

.bdis-fl{
	display: flex;
}

.dis-none{
	display: none !important;
}

.ref-act-lgfr{
	width: 190px;
}

.ref-act-lgmx{
	width: 190px;
}

.ord-act-pn-lgfr{
	width: 180px;
}

.ord-act-cmp-lgfr{
	width: 225px;
}

.cus-act-lgfr{
	width: 240px;
}

.cus-act-lgmx{
	width: 190px;
}

.cus-slr-lg{
	width: 160px;
}
.cust-cmny {
  width: 200px;
}

.row{
	margin: 0px;
}

@media (min-width: 768px){
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
  }
}

.modal-header{
  display:block;
}

.modal-footer{
  display:block;
}
.dropdown-toggle::after{
    border-top: 0px;
    content: none;
}
.btn {
	white-space: nowrap;
	font-size: 14px;
}
.row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: 0px;
}
.form-select{
	--bs-form-select-bg-img:url("../../img/portal/icons/dropdown.png");
	--bs-border-color: #B3B3B3;
	/*padding: 6px 12px;*/
    font-size: 16px;
    border: 1px solid #B3B3B3;
    border-radius: 4px;
    box-shadow: 0 0 0;
    font-size: 16px;
    color: #272727;
    font-family: arial, 'ciscosans';
    background-size: 13px 8px;
}
.btn-close{
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("../../img/portal/icons/close.png");
}
.blpr-submn-1 .dropdown-menu[data-bs-popper] {
   left: 50% !important; 
}
.blpr-submn-4 .dropdown-menu[data-bs-popper] {
   left: 50% !important; 
}
.form-select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.form-control[readonly] {
  background-color: #eee;
  opacity: 1;
  cursor: not-allowed;
}
hr {
   opacity: 1.25;
}
.fil-dp-date .row{
	margin-right: 0px !important;
}
.fil-expdp-date .row{
	margin-right: 0px !important;
}
.fil-chk-day .row{
  margin-right: 0px !important;
}
.exp-chk-day .row{
  margin-right: 0px !important;
}
.form-pge-wrp .fupload label{
  margin-bottom :0px !important;
}
.dropdown-menu {
  font-size: 14px;
}
input{
 color: inherit;
}	
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.mb-3{
	position : relative;
}
.table>:not(caption)>*>* {
    background-color: unset;
}
.select2-container.select2-container--default.select2-container--open  {
  z-index: 5000;
}
.blpr-submn-hd{
  padding-right:15px;
}
.expd-actbn{
  width :153px !important;
  text-align: right;
  padding-right: 50px !important;
}

.expd-actbn-drpdwn{
	display: flex; 
	justify-content: right; 		
}

.expd-actbn-dny-drpdwn{
	display: flex; 
	justify-content: center; 		
}