@font-face {
	font-family: 'Gotham-Bold';
	src: url('../fonts/Gotham-Bold/gothambold.eot');
	src: local('gothambold'), url('../fonts/Gotham-Bold/gothambold.woff') format('woff'), url('../fonts/Gotham-Bold/gothambold.ttf') format('truetype');
}

@font-face {
  font-family: 'Gotham-Book';
  src: url('../fonts/Gotham-Book/Gotham-Book.eot?#iefix') format('embedded-opentype'),  url('../fonts/Gotham-Book/Gotham-Book.otf')  format('opentype'),
	     url('../fonts/Gotham-Book/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book/Gotham-Book.ttf')  format('truetype'), url('../fonts/Gotham-Book/Gotham-Book.svg#Gotham-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Light';
  src: url('../fonts/Gotham-Light/Gotham-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/Gotham-Light/Gotham-Light.otf')  format('opentype'),
	     url('../fonts/Gotham-Light/Gotham-Light.woff') format('woff'), url('../fonts/Gotham-Light/Gotham-Light.ttf')  format('truetype'), url('../fonts/Gotham-Light/Gotham-Light.svg#Gotham-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/OpenSans/OpenSans-Bold.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-ExtraBold';
  src: url('../fonts/OpenSans/OpenSans-ExtraBold.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Light';
  src: url('../fonts/OpenSans/OpenSans-Light.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/OpenSans/OpenSans-Regular.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-SemiBold';
  src: url('../fonts/OpenSans/OpenSans-SemiBold.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}


body {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  font-family: 'OpenSans-Regular';
  background-color: #eef2f5;
  color: #575757;
  position: relative;
}
.main_body {
  width: 100%;
  height: auto;
}
.login_bg {
  width: 100%;
  height: 100vh;
  background-color: #2d322c;
  background-image: url(../images/login_bg.jpg);
  position: relative;
}
.login_box {
  position: absolute;
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.full_height {
  height: 100%;
}
.login_form {
  width: 90%;
}
.rounded_input_box {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #7a7c79;
    position: relative;
    border-radius: 25px;
}

.login_form .form-group {
  margin: 15px auto;
}
.rounded_input_box .icon_label {
    position: absolute;
    color: #fff;
    left: 15px;
    line-height: 55px;
}

.rounded_input_box input {
    position: absolute;
    height: 100%;
    width: calc(100% - 40px);
    background: transparent;
    /*border-radius: 25px;*/
    right: 0px;
    line-height: 55px;
    font-size: 18px;
    border: unset !important;
    outline: unset !important;
    box-shadow: unset !important;
    color: #fff;
}
.rounded_input_box input:focus, .rounded_input_box input:active {
  outline: unset !important;
  box-shadow: unset !important;
}
.mtb30 {
  margin: 30px auto;
}
.mt50 {
  margin-top: 50px;
}
.mt40 {
  margin-top: 40px;
}
.login_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.login_form input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.login_form input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.login_form input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.btn-green {
  border: unset;
  background-color: #004278;
  color: #fff;
  font-size: 20px;
}
 
.btn-green:hover, .btn-green:focus, .btn-green:active {
  outline: none !important;
  color: #fff;
  background-color: rgba(40, 53, 147, 0.7);
}

.btn-gray {
  border: unset;
  background-color: #004278;
  color: #fff;
  font-size: 20px;
}
 
.btn-gray:hover, .btn-gray:focus, .btn-gray:active {
  outline: none !important;
  color: #fff;
  background-color: rgba(51, 60, 69, 0.7);
}

.btn-fullwidth {
  width: 100%;
  line-height: 55px;
  height: 55px;
  text-align: center;
  padding: 0;
}

.btn:focus, .btn:active, .btn:hover {
  outline: none !important;
}
.btn-rounded {
  border-radius: 25px;
}

.transition {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.transition1s {
   transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
}
.gray_font {
  color: #7a7c79;
}
.darkgray_font {
  color: #575757;
}
.darkblue_font {
  color: #004278;
}

a.gray_font:hover, a.gray_font:focus {
  color: #5ac154;
  text-decoration: none;
}

.bold {
  font-weight: 700;
}
.font_14 {
  font-size: 14px;
}
.font_16 {
  font-size: 16px;
}
.font_18 {
  font-size: 18px;
}
.font_20 {
  font-size: 20px;
}
.font_22 {
  font-size: 22px;
}
.font_26 {
  font-size: 26px;
}
.font_42 {
  font-size: 42px;
}
.mr30 {
  margin-right: 30px;
}

.w100ul {
  width: 100%;
}
ul {
  padding-left: 0;
}
.w100ul li {
  list-style: none;
  display: inline-block;
  /*max-width: 25%;*/
  padding: 0px 21px;
  /*float: left;*/
  position: relative;
}
.w100ul li a:hover, .w100ul li a:focus, .w100ul li a:active {
  color: #5ac154;
  text-decoration: none;
}
.w100ul li:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 2px;
  top: 5px;
  height: calc(100% - 10px);
  left: 100%;
}
.w100ul li:last-child:after {
background-color: transparent;
clear: both;
}
.white_font {
  color: #fff;
}
.uppercase {
  text-transform: uppercase;
}
.semibold_font {
  font-family: "OpenSans-SemiBold";
}
.bold_font {
  font-family: "OpenSans-Bold";
}
.light_font {
  font-family: "OpenSans-Light";
}
.op7 {
  opacity: 0.7;
}
.mt80 {
  margin-top: 80px;
}
.label_icon_img {
  width: 24px;
}
.header {
  background-color: #fff;
  height: 100px;
  width: calc(100% - 100px);
  position: fixed;
  left: 100px;
  top: 0;
  z-index: 9;
  box-shadow: -2px 5px 12px rgba(0,0,0,0.1);
  -webkit-box-shadow: -2px 5px 12px rgba(0,0,0,0.1);
  -moz-box-shadow: -2px 5px 12px rgba(0,0,0,0.1);
  -ms-box-shadow: -2px 5px 12px rgba(0,0,0,0.1);
  -o-box-shadow: -2px 5px 12px rgba(0,0,0,0.1);
}
.side_bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100px;
  height: 100vh;
  /*overflow-x: hidden;*/
  /*overflow-y: auto;*/
  padding: 5px 0;
  background-color: #004278;
  transition: width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  z-index: 10;
}

.side_bar .tooltip-inner {
  white-space: nowrap;
}
.logo_wrap {
  margin: auto 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 160px;
  max-height: 100px;
  overflow: hidden;
  /*display: none;*/
}

.side_bar .logo_wrap{
  display: none;
}

.side_bar.open .logo_wrap{
  display: block;
  animation: fadeIn;
  animation-duration: 1s;
  /*overflow-x: hidden;*/
  /*overflow-y: auto;*/
}

.logo_wrap img {
  max-width: 100%;
}
.search_box {
  width: 280px;
  margin: 22.5px auto;
  margin-left: 220px;
}
.search_box .rounded_input_box {
  background-color: #eaeff2;
}
.search_box .rounded_input_box input {
  color: #a7abae;
  left: 15px;
  padding-right: 25px;
  right: auto;
}
.search_box .rounded_input_box input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a7abae;
}
.search_box .rounded_input_box input::-moz-placeholder { /* Firefox 19+ */
  color: #a7abae;
}
.search_box .rounded_input_box input:-ms-input-placeholder { /* IE 10+ */
  color: #a7abae;
}
.search_box .rounded_input_box input:-moz-placeholder { /* Firefox 18- */
  color: #a7abae;
}
.search_box .rounded_input_box .icon_label {
  left: auto;
  right: 20px;
}
.btn_padded {
  padding: 10px 25px;
}
.btn_padded_small {
  padding: 8px 30px;
}
.add_user_btn {
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  margin: 30px auto;
}
.menu_icon {
  width: 100%;
  height: 100%;
  background-image: url(../images/icons/notification.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 28px;
  cursor: pointer;
}
.mr5 {
  margin-right: 5px;
}
.ml5 {
  margin-left: 5px
}
.notification_div {
  height: 50px;
  width: 50px;
  position: relative;
  margin: 25px 10px;
  /*margin: 25px 15px;*/
}
.notification_div .not_counter {
  position: absolute;
  z-index: 1;
  height: 25px;
  width: 25px;
  line-height: 25px;
  right: 2px;
  top: 2px;
  text-align: center;
  display: inline-block;
  background-color: #f5504a;
  color: #fff;
  border-radius: 50%;
}

.profile_wrap {
  width: 60px;
  height: 60px;
  margin: 20px auto;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  border: 1px solid #004278;
}

.mr50 {
  margin-right: 50px;
}

.profile_wrap:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  content: "";
  left: 0;
  top: 0;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.profile_wrap:hover:after {
  opacity: 1;
}

.profile_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.profile_wrap:before {
  width: 15px;
  height: 15px;
  background-image: url(../images/icons/arrow_down.png);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: calc(100% + 5px);
  top: 50%;
  content: "";
  transform: translateY(-50%);
}

.online_dot {
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #5ac154;
  z-index: 1;
}
.side_bar ul li a span {
  /*display: inline-block;*/
  display: none;
  float: left;
  line-height: 70px;
  margin-left: 15px;
  width: calc(100% - 100px);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  white-space: nowrap;
}

.top_bar {
  width: calc(100% - 10px);
  margin: auto;
  height: 94px;
  position: relative;
  border-bottom: 1px solid #a5a8ab;
}

.top_bar .menu_icon {
  width: 70px;
  height: 100%;
  margin-left: 7.5px;

}
.mb5 {
  margin-bottom: 5px;
}

.side_bar ul li:first-child {
  margin-top: 30px;
}

.side_bar ul li a {
  width: 100%;
  height: 100%;
  display: block;
}

.side_bar ul li {
  width: 100%;
  height: 70px;
  margin: auto;
  list-style: none;
}

.side_bar ul li a .menu_icon {
  width: 70px;
  height: 100%;
  margin-left: 15px;
  float: left;
  display: inline-block;
}

.menu_icon.bar {
  background-image: url(../images/icons/bar.png);
}
.menu_icon.bar:hover, .side_bar.open .menu_icon.bar{
  background-image: url(../images/icons/bar_hover.png);
}
.menu_icon.add_btn {
  background-image: url(../images/icons/add.png);
}

.side_bar.open ul li a span {
  display: block;
  animation: fadeIn;
}

.side_bar ul li:hover .menu_icon.add_btn, .side_bar ul li.active .menu_icon.add_btn {
  background-image: url(../images/icons/add_hover.png);
}

.menu_icon.dashboard {
  background-image: url(../images/icons/home.png);
}

.side_bar ul li:hover .menu_icon.dashboard, .side_bar ul li.active .menu_icon.dashboard {
  background-image: url(../images/icons/home_hover.png);
}

.menu_icon.renewals {
  background-size: 36px;
  background-image: url(../images/icons/renewals.png);
}

.side_bar ul li:hover .menu_icon.renewals, .side_bar ul li.active .menu_icon.renewals {
  background-image: url(../images/icons/renewals_hover.png);
}

.menu_icon.ch_partner {
  background-image: url(../images/icons/ch_partner.png);
}


.side_bar ul li:hover .menu_icon.ch_partner, .side_bar ul li.active .menu_icon.ch_partner {
  background-image: url(../images/icons/ch_partner_hover.png);
}

.menu_icon.users {
  background-image: url(../images/icons/users.png);
}


.side_bar ul li:hover .menu_icon.users, .side_bar ul li.active .menu_icon.users {
  background-image: url(../images/icons/users_hover.png);
}


.menu_icon.suppliers {
  background-image: url(../images/icons/suppliers.png);
}
.side_bar ul li:hover .menu_icon.suppliers, .side_bar ul li.active .menu_icon.suppliers {
  background-image: url(../images/icons/suppliers_hover.png);
}

.menu_icon.pricing_req {
  background-size: 30px;
  background-image: url(../images/icons/pricing_requests.png);
}
.side_bar ul li:hover .menu_icon.pricing_req, .side_bar ul li.active .menu_icon.pricing_req {
  background-image: url(../images/icons/pricing_requests_hover.png);
}

.menu_icon.deals {
  background-size: 32px;
  background-image: url(../images/icons/open_deal.png);
}
.side_bar ul li:hover .menu_icon.deals, .side_bar ul li.active .menu_icon.deals {
  background-image: url(../images/icons/open_deal_hover.png);
}


.menu_icon.agents {
  background-image: url(../images/icons/agents.png);
}

.side_bar ul li:hover .menu_icon.agents, .side_bar ul li.active .menu_icon.agents {
  background-image: url(../images/icons/agents_hover.png);
}

.menu_icon.customers {
  background-image: url(../images/icons/customers.png);
}

.side_bar ul li:hover .menu_icon.customers, .side_bar ul li.active .menu_icon.customers {
  background-image: url(../images/icons/customers_hover.png);
}

.menu_icon.requests {
  background-image: url(../images/icons/requests.png);
}

.side_bar ul li:hover .menu_icon.requests, .side_bar ul li.active .menu_icon.requests{
  background-image: url(../images/icons/requests_hover.png);
}

.menu_icon.lead_requests {
  background-size: 32px;
  background-image: url(../images/icons/lead_requests.png);
}

.side_bar ul li:hover .menu_icon.lead_requests, .side_bar ul li.active .menu_icon.lead_requests{
  background-image: url(../images/icons/lead_requests_hover.png);
}

.side_bar ul li:hover a span, .side_bar ul li.active a span {
  color: #42b655;
}

.side_bar.open {
  width: 300px;
}
.side_bar.open ul li {
  width: 100%;
}

.top_bar .logo_wrap {
  margin-left: 100px;
}

.side_bar.open ul li a span {
  opacity: 1;
}

.menu_icon:focus {
  outline: none !important;
}
.wow {
  visibility: hidden;
}

.admin_container {
  margin: 100px auto auto 100px;
}

.mt30 {
  margin-top: 30px;
}
.m50{
  margin:70px 50px;
}
.rounded_card {
  background-color: #fff;
  border-radius: 15px;
  position: relative;
}

.box_shadow {
  box-shadow: 0px 0px 17px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 17px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 17px rgba(0,0,0,0.2);
  -ms-box-shadow: 0px 0px 17px rgba(0,0,0,0.2);
  -o-box-shadow: 0px 0px 17px rgba(0,0,0,0.2);
}

.totalCounterBox {
  height: 300px;
  /*height: 385px;*/
  /*height: 334px;*/
  padding: 30px;
  margin-bottom: 30px;
}

.totalCounterBox1 {
  /*height: 152px;*/
  height: 133.75px;
  /*height: 177.5px;*/
}

/*.totalCounterBox1.small {
  height: 152px;
}*/

.totalCounterBox1:first-child {
  margin-bottom: 30px;
}
.white_bg {
  background-color: #fff;
}
.total_customer_img {
  margin-top: 15px;
  margin-bottom: 15px;
}
.graphbg {
  /*background-image: url(../images/icons/total_collections_graph.png);*/
  background-size: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.totalCounterBox1 .left_dv {
  width: 152px;
  height: 100%;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  float: left;
}

.totalCounterBox1 .right_dv {
  width: calc(100% - 152px);
  float: left;
  padding: 26px 30px;
  height: 100%;
}

.green_bg {
  background-color: #42b655;
}

.blue_bg {
  background-color: #1a3c69;
}

.red_bg {
  background-color: #f5504a;
}
.active_red {
  color: #f5504a;
}
.active_green {
  color: #42b655;
}
.active_blue {
  color: #1a3c69;
}
.active_blue.hover:hover , .darkgray_font.hover:hover {
  color: #42b655;
}

.btn-blue {
  border: 1px solid #1a3c69;
  border-radius: 15px;
  padding: 5px 10px;
  display: inline-block;
  margin: 5px 5px 5px 0;
}
.mt10 {
  margin-top: 10px;
}

.mti10 {
  margin-top: 10px !important;
}

.btn-blue:hover {
  background-color: #1a3c69;
  color: #fff !important;
}
.totalCounterBox1 .left_dv .img_wrap {
    height: 100%;
    width: 100%;
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/icons/total_agents.png);
}

.totalCounterBox1 .left_dv .img_wrap.ch_partner_img {
    background-image: url(../images/icons/total_ch_partners.png);
}

.totalCounterBox1 .left_dv .img_wrap.renewal_img {
  background-size: 65px;
    background-image: url(../images/icons/renewals_white.png);
}

.totalCounterBox1 .left_dv .img_wrap.total_agent_img {
    background-size: 65px;
    background-image: url(../images/icons/total_agents.png);
}

.p30 {
  padding: 30px;
}
.border_right {
  position: relative;
}
.border_right:after {
  position: absolute;
  content: "";
  left: 100%;
  top: 10px;
  width: 1px;
  background-color: #eee;
  height: calc(100% - 20px);
}

.card_header {
  position: relative;
  height: 60px;
  line-height: 60px;
  background-color: #004278;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.card_body {
  padding: 30px 0;
  min-height: 300px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.noradius {
  border-radius: 0px;
}

.rounded_card.noradius {
   border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.plr30 {
  padding-left: 30px;
  padding-right: 30px;
}

.plr15 {
  padding-left: 15px;
  padding-right: 15px;
}
.mt20 {
  margin-top: 20px;
}
.nav_tabs_menu {
  margin-bottom: 0;
}
.nav_tabs_menu li {
  list-style: none;
  display: inline-block;
  margin-right: 0;
  /*margin-right: 25px;*/
}

.nav_tabs_menu li a {
  padding: 15px;
  /*padding: 15px 20px;*/
  display: inline-block;
}
.nav_tabs_menu li a {
  position: relative;
}
.nav_tabs_menu li a:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 100%;
  width: 0%;
  height: 5px;
  border-radius: 25px;
  background-color: #44b450;
  transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.nav_tabs_menu li.active a, .nav_tabs_menu li a:hover, .nav_tabs_menu li a:active, .nav_tabs_menu li a:focus  {
  color: #44b450;
  text-decoration: none !important;
}

.nav_tabs_menu li.active a:after, .nav_tabs_menu li a:hover:after, .nav_tabs_menu li a:active:after, .nav_tabs_menu li a:focus:after  {
  width: 100%;
  left: 0%;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 10px 15px;
    border-color: #eee;
    font-size: 14px;
}


.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
    font-family: "OpenSans-SemiBold";
}

.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    color: #939393;
    vertical-align: middle;
}
.table > thead > tr:hover > td, .table > tbody > tr:hover > td, .table > tfoot > tr:hover > td {
    color: #363940;
}

.table > thead > tr.danger-text > td, .table > tbody > tr.danger-text > td, .table > tfoot > tr.danger-text > td {
    color: #ff0011;
}

.table > thead > tr.success-text > td, .table > tbody > tr.success-text > td, .table > tfoot > tr.success-text > td {
    color: #149e0a;
}
.table-hover > tbody > tr:hover {
    background-color: #fefefe;
    box-shadow: 0px 1px 14px rgba(0,0,0,0.1);
}

.label {
    padding: .3em 1.5em .4em;
    line-height: 2;
    font-family: "OpenSans-Regular";
}
.label-success {
  background-color: #5db85b;
}
.label-danger {
  background-color: #ff0500;
}
.label-primary {
  background-color: #1a3a63;
}
.action_icon {
  display: inline-block;
  background-size: 22px;
  width: 25px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 5px;
}
.action_icon.white {
  height: 60px;
  background-size: 25px;
}
.action_icon.approve {
  background-image: url(../images/icons/active.png);
}

.table > thead > tr:hover > td .action_icon.approve, .table > tbody > tr:hover > td .action_icon.approve, .table > tfoot > tr:hover > td .action_icon.approve {
  background-image: url(../images/icons/active-hover.png);
}

.action_icon.unapprove {
  background-image: url(../images/icons/inactive.png);
}

.table > thead > tr:hover > td .action_icon.unapprove, .table > tbody > tr:hover > td .action_icon.unapprove, .table > tfoot > tr:hover > td .action_icon.unapprove {
  background-image: url(../images/icons/inactive-hover.png);
}


.action_icon.edit {
  background-image: url(../images/icons/edit.png);
}
.action_icon.edit.white {
  cursor: pointer;
  background-image: url(../images/icons/edit_White.png);
}
.action_icon.editFee.white {
  width: 34px;
  cursor: pointer;
  background-size: 34px;
  background-image: url(../images/icons/edit_fee.png);
}

.table > thead > tr:hover > td .action_icon.edit, .table > tbody > tr:hover > td .action_icon.edit, .table > tfoot > tr:hover > td .action_icon.edit {
  background-image: url(../images/icons/edit_hover.png);
}
.action_icon.delete {
  background-image: url(../images/icons/trash.png);
}
.action_icon.delete.white {
  background-image: url(../images/icons/Delete_white.png);
}
.table > thead > tr:hover > td .action_icon.delete, .table > tbody > tr:hover > td .action_icon.delete, .table > tfoot > tr:hover > td .action_icon.delete {
  background-image: url(../images/icons/trash_hover.png);
}
.action_icon.add_meter {
  background-image: url(../images/icons/plus_round.png);
}
.action_icon.upload_file {
  background-image: url(../images/icons/upload.png);
}
.action_icon.download_file {
  background-image: url(../images/icons/download.png);
}
.action_icon.update_usage {
  background-image: url(../images/icons/update_usage.png);
  background-size: 26px;
}

.action_icon.view_meter {
  background-image: url(../images/icons/eye.png);
  width: 30px;
  background-size: 30px;
}
.action_icon.view_meter.white {
  background-image: url(../images/icons/eye_white.png);
}
.table > thead > tr:hover > td .action_icon.add_meter, .table > tbody > tr:hover > td .action_icon.add_meter, .table > tfoot > tr:hover > td .action_icon.add_meter {
  background-image: url(../images/icons/plus_round_hover.png);
}
.table > thead > tr:hover > td .action_icon.upload_file, .table > tbody > tr:hover > td .action_icon.upload_file, .table > tfoot > tr:hover > td .action_icon.upload_file {
  background-image: url(../images/icons/upload_hover.png);
}

.table > thead > tr:hover > td .action_icon.download_file, .table > tbody > tr:hover > td .action_icon.download_file, .table > tfoot > tr:hover > td .action_icon.download_file {
  background-image: url(../images/icons/download_hover.png);
}
.table > thead > tr:hover > td .action_icon.view_meter, .table > tbody > tr:hover > td .action_icon.view_meter, .table > tfoot > tr:hover > td .action_icon.view_meter {
  background-image: url(../images/icons/eye_hover.png);
}

.table > thead > tr:hover > td .action_icon.update_usage, .table > tbody > tr:hover > td .action_icon.update_usage, .table > tfoot > tr:hover > td .action_icon.update_usage {
  background-image: url(../images/icons/update_usage_hover.png);
}
.table > thead > tr > th {
  border-color: transparent;
}
.gray_bg {
  background: #eef2f5;
}
.nav_tabs_menu.border_right_nav li {
  margin: 0;
  padding: 0 20px;
  position: relative;
}
.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.nav_tabs_menu.border_right_nav li:after {
  position: absolute;
  left: 100%;
  top: 22px;
  height: calc(100% - 44px);
  width: 2px;
  content: "";
  background-color: #fff;

}
.nav_tabs_menu.border_right_nav li a {
  padding: 0 5px;
}
.nav_tabs_menu.border_right_nav li a:after {
  top: calc(100% - 5px);
}
.nav_tabs_menu.border_right_nav li:last-child:after {
  background-color: transparent;
}

.add_form_body {
  /*max-height: 800px;*/
  padding: 0;
}

.lfDiv, .rfDiv {
  /*max-height: 800px;*/
}

.rfDiv {
  /*overflow-y: auto;*/
}

/*There is a CSS rule that can hide scrollbars in Webkit-based browsers (Chrome and Safari).*/
.rfDiv::-webkit-scrollbar { width: 0 !important }
.rfDiv::-webkit-scrollbar { width: 0 !important }

/*There is a CSS rule that can hide scrollbars in IE 10+*/
.rfDiv { -ms-overflow-style: none; }
.rfDiv { -ms-overflow-style: none; }

/*There used to be a CSS rule that could hide scrollbars in Firefox,*/
.rfDiv { overflow: -moz-scrollbars-none; }
.rfDiv { overflow: -moz-scrollbars-none; }

.add_form_body .blue_bg {
  border-bottom-left-radius: 6px;
}

.add_form_body > div, .add_form_body > div > .row,  .add_form_body .blue_bg {
  height: 100%;
}
.add_icon_div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 250px;
  width: 60%;
  text-align: center;
}

.add_icon_div .img_wrap {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  background-position: center center;
  background-size: 160px;
  background-repeat: no-repeat;
}
.add_icon_div .img_wrap.add_agent {
  background-image: url(../images/icons/add_agent.png);
}
.add_icon_div .img_wrap.add_lead_request {
  background-image: url(../images/icons/add_lead_request.png);
}
.add_icon_div .img_wrap.add_customer {
  background-image: url(../images/icons/add_customer.png);
}
.add_icon_div .img_wrap.add_ch_partner {
  background-image: url(../images/icons/add_channel_partner.png);
}
.add_icon_div .img_wrap.add_meter {
  background-image: url(../images/icons/add_meter.png);
}
.add_icon_div .img_wrap.add_supplier {
  background-image: url(../images/icons/add_supplier.png);
}
.add_icon_div .img_wrap.add_lead {
  background-image: url(../images/icons/add_lead.png);
}
.mb30 {
  margin-bottom: 30px;
}
.form_line {
  position: relative;
  width: 100%;
  padding: 2px;
  border-bottom: 1px solid #ddd;
}


.form_line .form-control {
  border: unset;
  outline: unset;
  box-shadow: unset;
  padding-left: 0;
  padding-right: 0;
}

.form_line {
  margin-bottom: 20px;
}
.form_line .form-label {
  position: absolute;
  top: 5px;
  left: 5px;
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  font-size: 14px;
  color: #9d9d9d;
  font-weight: 400;
  font-family: "OpenSans-SemiBold";
}
.form_line.focused .form-label, .form_line.active .form-label {
  transform: translate(-5px, -20px);
  -webkit-transform: translate(-5px, -20px);
  -ms-transform: translate(-5px, -20px);
  -o-transform: translate(-5px, -20px);
  -moz-transform: translate(-5px, -20px);
  font-size: 13px;
}

.form_line.focused .form-label {
  color: #1a3c69;
}
.form_line.active .form-label {
  color: #6bb655;
}
.form_line.focused {
  border-color:  #1a3c69;
}
.form_line.active {
  border-color:  #6bb655;
}

.form_line .select-label  {
  transform: translate(-5px, -20px);
  -webkit-transform: translate(-5px, -20px);
  -ms-transform: translate(-5px, -20px);
  -o-transform: translate(-5px, -20px);
  -moz-transform: translate(-5px, -20px);
  font-size: 13px;
}

.btn-submit {
  background-color: #004278;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 7px 15px;
  border-radius: 4px;
}

.btn-submit:hover, .btn-submit:active, .btn-submit:focus {
  background-color: #5ac154;
  color: #fff;
}
label.error {
  color: #ff0011;
  font-size: 10px;
  position: absolute;
  top: calc(100% + 2px);
  left: 2px;
  font-family: "OpenSans-SemiBold";
  font-weight: 400;
}

.rounded_input_box label.error {
  line-height: 12px;
  left: 25px;
  font-size: 12px;
}
.btn-reset {
  width: 40px;
  height: 40px;
  background-image: url(../images/icons/reset.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 32px;
  background-color: transparent;
  margin-right: 10px;
}
.btn-reset:hover, .btn-reset:active, .btn-reset:focus {
  background-image: url(../images/icons/reset_hover.png);
}

.nav_tabs_menu.listing_tabs li a {
  padding: 20px;
}

.div_add {
  position: relative;
}
.div_add:hover .btn-green, .div_add:hover .btn-gray {
  opacity: 0.7;
}

.div_add:after {
  position: absolute;
  top: 100%;
  width: 0%;
  height: 3px;
  background: #5ac154;
  left: 50%;
  content: "";
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.div_add.rcenter:after {
  background: #004278;
}


.div_add.open:after {
  width: 100%;
  left: 0%;
}
.div_add .submenu {
  position: absolute;
  top: calc(100% + 3px);
  width: 250px;
  right: 0;
  background:#fff;
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow:hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.div_add.rcenter .submenu {
  width: 300px;
}

.div_add.open .submenu {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.div_add .submenu li {
  list-style: none;
  width: calc(100% - 30px);
  margin: auto;
  border-bottom: 1px solid #000;
}

[role="button"] {
  outline: none !important;
}

.div_add:focus, .div_add:active {
  outline: none !important;
}

.div_add .submenu li:last-child {
  border-bottom-color: transparent;
}

.div_add .submenu li a {
  padding: 12px 15px;
  display: block;
}

.div_add .submenu li a:hover, .div_add .submenu li a:focus, .div_add .submenu li.active a {
  text-decoration: none;
  color: #5ac154;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  z-index: 6;
  display: block;
}

.success-label {
  color: #5ac154;
}
.error-label {
  color: #ff0011;
}

.profile_pic_wrap {
  border:1px solid #ccc;
  border-radius: 15px;
  height: 200px;
  padding: 5px;
  width: 100%;
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
}

.profile_pic_wrap .img_wrap_div {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  z-index: 1;
}

.profile_pic_wrap .img_wrap.square {
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 15px;
  background-color: #eaeff2;
  top: 5px;
  left: 5px;
}

.profile_pic_wrap:after {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  content: "";
  background-color: rgba(26, 60, 105, 0.8);
  border-radius: 15px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}


.profile_pic_wrap:hover .img_wrap_div .gray_font {
  color: #fff;
}



.profile_pic_wrap .img_wrap.square img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hide_visibility {
  visibility: hidden;
  opacity: 0;
}


.profile_pic_wrap:hover:after, .profile_pic_wrap:hover .hide_visibility {
  visibility: visible;
  opacity: 1;
}

md-toast {
  position: fixed;
}

md-toast.md-bottom {
    bottom: 10px;
}
.transparent_bg {
  background-color: transparent;
}

.listing_search_box {
  width: 25px;
  float: right;
  position: relative;
  height: 46px;
  line-height: 46px;
  margin: 7px 10px;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}

.listing_search_box input {
  border: unset;
  color: #fff;
  height: 46px;
  font-size: 16px;
  width: 90%;
  line-height: 46px;
}

.listing_search_box input:focus, .listing_search_box input:active {
  outline: unset;
  box-shadow: unset;
}
.search_icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.listing_search_box.focused {
  width: 300px;
  border-bottom-color: #fff;
}

.swal2-icon.swal2-warning {
    color: #42b655;
    border-color: #42b655;
}

@keyframes pulse-warning {
  0% {
      border-color: #42b655;
  }

  100% {
      border-color: #004278;
  }
}

.swal2-modal, button{
  font-family: "Gotham-Book";
}

.select_limit_box {
    border: unset;
    border-image: unset;
    box-shadow: unset;
    border-bottom: 1px solid rgb(204, 204, 204);
    display: inline-block;
    width: auto;
    border-radius: 0;
}

.select_limit_box:focus {
  outline: none;
  box-shadow: unset;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  margin-left: 0;
}

.checkbox input[type="checkbox"] {
  visibility: hidden;
}

/* SQUARED ONE */
.squaredCheckbox {
  position: relative;
}
.squaredCheckbox:before {
  width: 28px;
  height: 28px;
  background: #fcfff4;
  /*left: 0px;*/
  top: 0px;

  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );


  margin: auto;
  /*margin: 20px auto;*/
  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);

  position: absolute;
  content: "";
}

.squaredCheckbox label {
  cursor: pointer;
  position: relative;
  padding-left: 36px;
  line-height: 28px;
  /*width: 20px;*/
  /*height: 20px;*/
  

 /* -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
  -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);*/

  /*-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);*/

  /*background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
  background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
  background: -o-linear-gradient(top, #222 0%, #45484d 100%);
  background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
  background: linear-gradient(top, #222 0%, #45484d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );*/

 /* background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );*/
}

.squaredCheckbox label:before {
  width: 20px;
  height: 20px;
  background: #fcfff4;
  top: 4px;
  left: 4px;

  /*background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );*/

  background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
  background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
  background: -o-linear-gradient(top, #222 0%, #45484d 100%);
  background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
  background: linear-gradient(top, #222 0%, #45484d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );

  margin: auto;
  /*margin: 20px auto;*/
  /*-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);*/
   -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
  -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

  position: absolute;
  content: "";
}

.squaredCheckbox label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #00bf00;

  background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
  background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
  background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
  background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
  background: linear-gradient(top, #00bf00 0%, #009400 100%);

  top: 6px;
  left: 6px;

  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.squaredCheckbox label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.squaredCheckbox input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.squaredCheckbox input[type=checkbox]:checked + label{
  color: #42b655;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #004278;
    border-color: #004278;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #004278;
}

.loader_wrap {
    text-align: center;
    padding: 200px 0;
    color: #004278;
}
.ptb20 {
  padding-top: 20px !important; 
  padding-bottom: 20px !important; 
}
.ptb50 {
  padding-top: 50px !important; 
  padding-bottom: 50px !important; 
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: transparent;
    opacity: 0.7;
}
.active_green.hover:hover {
  color: #065181;
  text-decoration: none;
}

a:hover, a, a:focus, a:active {
  text-decoration: none !important;
}
.mb20 {
  margin-bottom: 20px;
}
.mb0 {
  margin-bottom: 0;
}
.closed{
  visibility: hidden;
}
.admin_container > .white_bg {
  z-index: 5;
  position: relative;
}
.mt0 {
  margin-top: 20px;
}

.add_text_btn {
  line-height: 32px;
  display: inline-block;
  height: 32px;
  float: right;
}

.gray_font.black_hover:hover .add_meter {
  background-image: url(../images/icons/plus_round_hover.png);
  color: #000;
}
.gray_font.black_hover:hover {
  color: #000;
}
.close_form {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.close_form:hover a{
  color: #44b450;
}

#AddForm.sliding {
  display: none;
}
.capitalize {
  text-transform: capitalize;
}
.rightSideBar_wrap {
  position: fixed;
  top: 0;
  right: -40%;
  width: 40%;
  background-color: #e5e8ef;
  height: 100vh;
  z-index: 12;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.notification_header {
  background-color: #42b655;
  height: 100px;
  width: 40%;
  position: fixed;
  right: -40%;
  top: 0;
  z-index: 12;
  padding: 0 30px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}


.rightSideBar_wrap.open, .rightSideBar_wrap.open .notification_header{
  right: 0;
  opacity: 1;
}

.notification_header span {
  line-height: 100px;
}

.notification_body {
  margin-top: 100px;
  height: calc(100vh - 100px);
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.notification_card {
  min-height: 90px;
  background-color: #fff;
   box-shadow: -2px 5px 12px rgba(0,0,0,0.1);
  -webkit-box-shadow: -2px 5px 12px rgba(0,0,0,0.1);
  -moz-box-shadow: -2px 5px 12px rgba(0,0,0,0.1);
  -ms-box-shadow: -2px 5px 12px rgba(0,0,0,0.1);
  -o-box-shadow: -2px 5px 12px rgba(0,0,0,0.1);
  position: relative;
  border-radius: 6px;
  margin: 10px;
  padding: 20px 40px;
}
.rightSideBar_wrap.open .notification_card {
  animation-name: fadeInUpSmall;
  animation-duration: 2s;
}

.notification_card:first-child {
  margin-top: 10px;
}
.notification_card:before {
  position: absolute;
  left: 0px;
  background: #909193;
  content: "";
  top: 0.5px;
  height: calc(100% - 1px);
  width: 4px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;

}
.green.notification_card:before {
  background-color: #42b655;
}
.red.notification_card:before {
  background-color: #ff0011;
}
.font_10 {
  font-size: 10px;
}
.black_font {
  color: #020202;
}
.notification_card p {
  margin-bottom: 5px;
}

/*There is a CSS rule that can hide scrollbars in Webkit-based browsers (Chrome and Safari).*/
.notification_body::-webkit-scrollbar { width: 0 !important }
.notification_body::-webkit-scrollbar { width: 0 !important }

/*There is a CSS rule that can hide scrollbars in IE 10+*/
.notification_body { -ms-overflow-style: none; }
.notification_body { -ms-overflow-style: none; }

/*There used to be a CSS rule that could hide scrollbars in Firefox,*/
.notification_body { overflow: -moz-scrollbars-none; }
.notification_body { overflow: -moz-scrollbars-none; }

.form_line .form-control {
  background-color: transparent;
}

.md-datepicker {
  display: inline-block;
  width: 100%;
}

.md-datepicker-input-container {
  width: calc(100% - 60px);
  border-bottom: unset;
}

.md-datepicker-expand-triangle {
    left: calc(50% - 3px);
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #555;
}
.md-default-theme .md-datepicker-triangle-button .md-datepicker-expand-triangle, .md-datepicker-triangle-button .md-datepicker-expand-triangle {
    border-top-color: rgb(85, 85, 85);
}

.md-default-theme .md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator, .md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator {
    border: 1px solid rgb(26, 60, 105);
}

.md-default-theme .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-default-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator {
    background: rgb(26, 60, 105);
}

.md-default-theme .md-datepicker-open .md-datepicker-calendar-icon, .md-datepicker-open .md-datepicker-calendar-icon {
    color: rgb(26, 60, 105);
}

button, html, input, select, textarea,input {
    font-family: "OpenSans-Regular";
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: "OpenSans-Regular";
}
input::-moz-placeholder { /* Firefox 19+ */
  font-family: "OpenSans-Regular";
}
input:-ms-input-placeholder { /* IE 10+ */
  font-family: "OpenSans-Regular";
}
input:-moz-placeholder { /* Firefox 18- */
  font-family: "OpenSans-Regular";
}
.nopadd {
  padding: 0;
}
.border-right {
  border-right: 1px solid #575757;
}
.form_content_box {
  width: 100%;
  height: 160px;
  border: 1px solid #ddd;
  overflow-y: auto;
  position: relative;
}

.checkboxSimple input[type=checkbox] {
    margin-left: 0;
}

.checkboxSimple label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 22px;
    color: #afafb1;
    font-size: 13px;
}

.checkboxSimple {
    margin-bottom: 5px;
    margin-top: 5px; 
}

.checkboxSimple label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    margin-left: 0;
    border: 2px solid #afafb1;
    border-radius: 3px;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    background-color: #fff;
}

.checkboxSimple input[type="checkbox"]:checked + label:before, .checkboxSimple input[type="radio"]:checked + label:before {
    background-color: #fff;
    border-color: #afafb1;
}

.checkboxSimple label:after {
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 0;
    top: 0;
    margin-left: 0;
    padding-left: 2px;
    padding-top: 0;
    margin-top: 0;
    font-size: 12px;
}

.checkboxSimple input[type="checkbox"]:checked + label:after, .checkboxSimple input[type="radio"]:checked + label:after {
    font-family: "FontAwesome";
    content: "\f00c";
    color: #44ad46;
}

.chip {
  padding: 5px 8px;
  background-color: #1a3c69;
  color: #fff;
  border-radius: 25px;
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.chip a {
  color: #fff;
}

.verticle-center {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

i.error {
  color: #ff0011;
  font-size: 11px;
  font-style: normal;
}

.ta-editor.ta-html, .ta-scroll-window.form-control, .ta-scroll-window > .ta-bind {
  min-height: 180px;
}


.border-rounded {
  border: 3px solid #004278;
  color: #004278;
  border-radius: 50%;
  height: 60px;
  line-height: 60px;
  width: 60px;
  text-align: center;
  opacity: 0.9;
}

.border-rounded:hover {
  opacity: 1;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.modal.in .modal-dialog {
  margin-top: 150px;
}
.pricingReqModal.modal.in .modal-dialog {
  margin-top: 30px;
}
.label-status {
  padding: 3px 8px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 600;
}

.md-datepicker-calendar-pane {
  z-index: 1051;
}

.md-datepicker-input-mask {
  display: none;
}

.usageModal .modal-dialog {
  width: 980px;
}

.usageModal.modal.in .modal-dialog {
    margin-top: 50px;
}

.s40 {
  width: 40px;
  height: 40px;
  line-height: 38px;
}


.mtb50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.card_body.bottomPad15 {
  padding-bottom: 15px;
}

.mt15 {
  margin-top: 15px;
}

.bill_listing li {
  padding: 9px 10px 9px 35px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 30px;
  list-style: none;
}



.bill_listing li.jpg_file {
  background-image: url(../images/icons/jpg_ext.png);
}
.bill_listing li.png_file {
  background-image: url(../images/icons/png_ext.png);
}
.bill_listing li.pdf_file {
  background-image: url(../images/icons/pdf_ext.png);
}
.bill_listing li.doc_file {
  background-image: url(../images/icons/doc_ext.png);
}
.bill_listing li.docx_file {
  background-image: url(../images/icons/docx_ext.png);
}

.deal_details .card_body {
  min-height: 220px;
  padding: 15px 0;
}

.deal_details .table > tbody > tr > td {
  border-color: transparent;
}

.deal_details .table > thead > tr > th {
  border-top: 0;
  border-bottom:1px solid #ccc;
}

.plr100 {
  padding-left: 80px;
  padding-right: 80px;
}


.deal_details .card_body.smallDiv {
  min-height: 120px;
  position: relative;
}

/*.floatin_btn {
  position: fixed;
  right: 30px;
  bottom: 30px;
}*/

.floatin_btn {
    position: fixed;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}

.floatin_btn a {
  padding: 15px 20px;
  font-size: 24px;
  background-color: #f5504a;
  z-index: 6;
}
.primary_bg {
  background-color: rgba(7, 68, 110, 0.1);
}

.table-hover > tbody > tr.primary_bg:hover {
  background-color: rgba(7, 68, 110, 0.1);
}
tr.active_row {
  background-color: rgba(93, 184, 91, 0.2);
}

.table-hover > tbody > tr.active_row:hover {
  background-color: rgba(93, 184, 91, 0.2);
}


tr.danger_row {
  background-color: rgba(226, 155, 154, 0.3);
}

.table-hover > tbody > tr.danger_row:hover {
  background-color: rgba(226, 155, 154, 0.3);
}


.active_block .card_header {
  background-color: #0b4f82;
}

.no_d  {
  opacity: 0.5;
}

.w150 {
      width: 135px;
    float: right;
    text-align: center;
    padding: 10px 15px;
    background-color: #5ac154;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.w150:hover {
    box-shadow: 0 0 12px rgba(0,0,0,0.3);
}

.wm150 {
  width: calc(100% - 135px);
  float: left;
  padding: 10px 15px 10px 15px;
  border-right: 1px solid #ddd;
}

.wm150 span, .wm150 a {
    width: 100%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.upload_div {
  border: 1px solid #ddd;
}

.bill_listing {
  border-top: 1px solid #ddd;
}

tbody .bill_listing, #usage_form .bill_listing {
  border: unset;
}

.removeIcon {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #44ad46;
  color: #fff;
  font-size: 12px;
}

.removeIcon:hover {
  background-color: #00336a;
  color: #fff;
}

.upload_title {
  width: calc(100% - 22px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn-primary {
    color: #fff;
    background-color: #00336a;
    border-color: #00336a;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.btn-primary:hover {
    color: #fff;
    background-color: #5ac154;
    border-color: #5ac154;
}
.font_12 {
  font-size: 12px;
}

.plan_steps li {
  display: inline-block;
  margin: 0 15px;
  text-align: center;
  width: 80px;
}

.plan_steps li span {
  display: block;
}

.plan_steps li span.white_font {
  color: #afafb1;
}

.plan_steps li .prev_span {
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  background-color: #fff;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
  position: relative;
  border: 1px solid #afafb1;
}

.plan_steps li.active .prev_span {
  background-color: #44ad46;
  border: 1px solid #44ad46;
}

.plan_steps li.active .white_font {
  color: #44ad46;
}

.plan_steps li .prev_span.step1 {
  background-image: url("../images/icons/lead_step_1.png");
}

.plan_steps li .prev_span.step2 {
  background-size: 22px;
  background-image: url("../images/icons/lead_step_2.png");
}

.plan_steps li .prev_span.step3 {
  background-image: url("../images/icons/lead_step_3.png");
}

.plan_steps li.active .prev_span.step1 {
  background-image: url("../images/icons/lead_step_1_active.png");
}

.plan_steps li.active .prev_span.step2 {
  background-image: url("../images/icons/lead_step_2_active.png");
}

.plan_steps li.active .prev_span.step3 {
  background-image: url("../images/icons/lead_step_3_active.png");
}

.plan_steps li .prev_span:after {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 38px;
  background: #afafb1;
  opacity: 0.7;
  content: "";
  height: 1px;
}

.plan_steps li .prev_span:before {
  position: absolute;
  top: 50%;
  left: -38px;
  width: 38px;
  background: #afafb1;
  opacity: 0.7;
  content: "";
  height: 1px;
}


.plan_steps li:first-child .prev_span:before, .plan_steps li:last-child .prev_span:after {
  background: transparent;
}

.mb50 {
  margin-bottom: 50px;
}
.meter_add {
  position: relative;
  margin: 10px auto 20px;
}
.meter_add:nth-child(2n +1) {
  clear: both;
}

.meter_add:after {
  position: absolute;
  content: "";
  width: 80%;
  top: 100%;
  color: white;
  height: 1px;
  background: black;
  margin-top: 10px;
  background: -webkit-gradient(radial, 0% 80%, 0, 0% 83%, 650, from(rgb(26, 60, 105)), to(rgba(255, 255, 255, 0)));
}



#floating-button{
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #db4437;
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  box-shadow: 0px 2px 5px #666;
}

.plus{
  color: white;
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 55px;
  font-size: 38px;
  font-family: 'Roboto';
  font-weight: 300;
  animation: plus-out 0.3s;
  transition: all 0.3s;
}

#container-floating{
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 30px;
  right: 30px;
  z-index: 50;
}



#container-floating:hover{
  height: 400px;
  width: 90px;
  padding: 30px;
}

#container-floating:hover .plus{
  animation: plus-in 0.15s linear;
  animation-fill-mode: forwards;
}

#container-floating .edit{
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  display: block;
  right: 0;
  padding: 0;
  opacity: 0;
  margin: auto;
  line-height: 65px;
  transform: rotateZ(-70deg);
  transition: all 0.3s;
  animation: edit-out 0.3s;
}

#container-floating:hover .edit{
  animation: edit-in 0.2s;
   animation-delay: 0.1s;
  animation-fill-mode: forwards;
}
.dashboradPage #floating-button {
    width: auto;
    border-radius: 20px;
    line-height: 45px;
    color: #fff;
    padding: 0 20px;
    height: 45px;
}

.dashboradPage .nds {
    width: 250px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.dashboradPage .nds p {
  line-height: 40px;
}
@keyframes edit-in{
    from {opacity: 0; transform: rotateZ(-70deg);}
    to {opacity: 1; transform: rotateZ(0deg);}
}

@keyframes edit-out{
    from {opacity: 1; transform: rotateZ(0deg);}
    to {opacity: 0; transform: rotateZ(-70deg);}
}

@keyframes plus-in{
    from {opacity: 1; transform: rotateZ(0deg);}
    to {opacity: 0; transform: rotateZ(180deg);}
}

@keyframes plus-out{
    from {opacity: 0; transform: rotateZ(180deg);}
    to {opacity: 1; transform: rotateZ(0deg);}
}

.nds{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  z-index: 300;
  transform:  scale(0);
  cursor: pointer;
}

.nd1{
  background: #1a3c69;
  right: 40px;
  bottom: 120px;
  animation-delay: 0.2s;
    animation: bounce-out-nds 0.3s linear;
  animation-fill-mode:  forwards;
}

.nd3{
  background: #1a3c69;
  right: 40px;
  bottom: 180px;
  animation-delay: 0.15s;
    animation: bounce-out-nds 0.15s linear;
  animation-fill-mode:  forwards;
}

.nd4{
  background: #1a3c69;
  right: 40px;
  bottom: 240px;
  animation-delay: 0.1s;
    animation: bounce-out-nds 0.1s linear;
  animation-fill-mode:  forwards;
}

.nd5{
  background: #1a3c69;
  background-size: 100%;
  right: 40px;
  bottom: 300px;
  animation-delay: 0.08s;
  animation: bounce-out-nds 0.1s linear;
  animation-fill-mode:  forwards;
}

.nd6{
  background: #1a3c69;
  background-size: 100%;
  right: 40px;
  bottom: 360px;
  animation-delay: 0.05s;
  animation: bounce-out-nds 0.1s linear;
  animation-fill-mode:  forwards;
}

.nd7{
  background: #1a3c69;
  background-size: 100%;
  right: 40px;
  bottom: 400px;
  animation-delay: 0.03s;
  animation: bounce-out-nds 0.1s linear;
  animation-fill-mode:  forwards;
}

.dashboradPage .nd1 {
    right: 30px;
    bottom: 95px
}

.dashboradPage .nd3 {
    right: 30px;
    bottom: 155px
}

.dashboradPage .nd4 {
    right: 30px;
    bottom: 215px
}

.dashboradPage .nd5 {
    right: 30px;
    bottom: 275px
}

.dashboradPage .nd6 {
    right: 30px;
    bottom: 335px
}

.dashboradPage .nd7 {
    right: 30px;
    bottom: 395px
}

@keyframes bounce-nds{
    from {opacity: 0;}
    to {opacity: 1; transform: scale(1);}
}

@keyframes bounce-out-nds{
    from {opacity: 1; transform: scale(1);}
    to {opacity: 0; transform: scale(0);}
}

#container-floating:hover .nds{
  
  animation: bounce-nds 0.1s linear;
  animation-fill-mode:  forwards;
}

#container-floating:hover .nd3{
  animation-delay: 0.08s;
}
#container-floating:hover .nd4{
  animation-delay: 0.15s;
}
#container-floating:hover .nd5{
  animation-delay: 0.2s;
}

.letter{
  font-size: 23px;
  font-family: 'Roboto';
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 40px;
}

.letter_small{
  font-size: 16px;
  font-family: 'Roboto';
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 40px;
}

.reminder{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  line-height: 40px;
}

.profile{
  border-radius: 50%;
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}

.nds span {
    position: absolute;
    right: calc(100% + 15px);
    width: auto;
    text-align: right;
    top: 50%;
    font-size: 12px;
    transform: translateY(-50%);
    text-transform: uppercase;
    font-weight: 400;
    line-height: 32px;
    background-color: #1a3c69;
    color: #fff;
    opacity: 0;
   padding: 0 15px;
   white-space: nowrap;
}

.nds i {
  line-height: 40px;
}

.nds:hover {
  background-color: #db4437;
}

.nds:hover span {
  opacity: 1;
  background-color: #db4437;
}
.btn-green.hover:hover {
  background-color: #1a3c69;
}
.mr10 {
  margin-right: 5px;
}

.home_btn {
  position: fixed;
  right: 30px;
  top: 180px;
  background: #004278;
  color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  box-shadow: 0px 2px 5px #666;
  -webkit-box-shadow: 0px 2px 5px #666;
  -ms-box-shadow: 0px 2px 5px #666;
  -moz-box-shadow: 0px 2px 5px #666;
  -o-box-shadow: 0px 2px 5px #666;
}

.home_btn img {
  filter: invert(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.home_btn:hover {
  background: #5ac154;
}

.home_btn:hover img {
  filter: invert(1);
}
/*.info_tooltip_wrap {
    position: absolute;
    left: 100%;
    top: -200px;
    z-index: 2;
    height: 400px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 13px rgba(0,0,0,0.4);
    display: none;
}*/

.info_tooltip_wrap {
    position: absolute;
    top: 40px;
    left: -168px;
    z-index: 2;
    width: 600px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 13px rgba(0,0,0,0.4);
    display: none;
    /*max-height: 500px;
    overflow: auto;*/
}
.query_label {
  position: absolute;
  right: 15px;
  left: auto !important;
  top: 15px;
  transform: translateY(-50%);
}

.accountInpt.open .info_tooltip_wrap {
/*.accountInpt.open .query_label.show_tooltip.open + .info_tooltip_wrap {*/
    animation: fadeIn;
    animation-duration: 0.5s;
    display: block;
}

/*.query_label.show_tooltip:hover + .info_tooltip_wrap {
    animation: fadeIn;
    animation-duration: 0.5s;
    display: block;
}*/
.info_tooltip, .info_tooltip img {
  min-width: 100%;
}

.info_tooltip img {
  max-width: 700px;
}

.info_tooltip {
  position: relative;
  max-height: 500px;
  overflow: auto;
}
.accountInpt {
  position: relative;
}
.accountInpt:before, .accountInpt:after {
    position: absolute;
    content: "";
    bottom: 19px;
    right: 6px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 17px solid rgba(0,0,0,0.2);
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    display: none;
}

.accountInpt:after {
    bottom: 17px;
    right: 8px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #fff;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    transition: all 0.3s ease-in-out;
     -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}


.accountInpt.open:before, .accountInpt.open:after {
    animation: fadeIn;
    animation-duration: 0.5s;
    display: block;
}

.form_line.focused .info_tooltip:before, .form_line.active .info_tooltip:before {
    transform: translate(0px, -20px);
    -webkit-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
    -o-transform: translate(0px, -20px);
    -moz-transform: translate(0px, -20px);
}

.form_line.focused .info_tooltip:after, .form_line.active .info_tooltip:after {
    transform: translate(0px, -20px);
    -webkit-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
    -o-transform: translate(0px, -20px);
    -moz-transform: translate(0px, -20px);
}


.suggation_block {
    background: #fff;
    border: 1px solid #b5b5b5;
    margin-top: -20px;
    position: absolute;
    width: calc(100% - 30px);
    display: none;
    z-index: 5;
}

.suggation_block .outer_suggation > ul {
  padding-left: 0;
  overflow-y: auto;
   max-height: 250px;
   width: 100%; 
   margin-bottom: 0;
}

.suggation_block .outer_suggation > ul ul {
    padding-left: 0;
}
.suggation_block ul li {
  list-style: none;
  padding: 8px 15px;
    transition: all 0.3s ease-in-out;

}

.suggation_block .outer_suggation > ul > li {
    border-bottom: 1px solid #eee;
}

.outer_suggation {
  max-height:250px;
  /*max-height: 250px;*/
    overflow: hidden;
}
.suggation_block ul li.selected{
    background: #5ac154;
    color: #fff;
} 
.suggation_block ul li.selected .active-color {
    color: #fff;
}

.graph_wrap {
  width: 86%;
  margin: 0px auto;
}

.graph_wrap.small_wd {
  width: 76%;
  margin: 0px auto;
}

.mb15 {
  margin-bottom: 15px;
}

.termList:nth-child(3n + 1) {
  clear: both;
}

.btn_blue {
  background-color: #1a3c69;
  color: #fff;
}

.btn_blue:hover {
  background-color: #5ac154;
  color: #fff;
}

.switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 34px;
}

.switch input {display:none;}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f5504a;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 25px;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch input:checked + .slider {
  background-color: #5ac154;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #5ac154;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(55px);
  -ms-transform: translateX(55px);
  transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.switch .on
{
  display: none;
}

.switch .on, .off
{
  color: white;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
}

.switch input:checked+ .slider .on
{display: block;}

.switch input:checked + .slider .off
{display: none;}

/*--------- END --------*/

.switch /* Rounded sliders */
.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 50%;}


.pr_img_wrap {
  width: 100%;
  height: 130px;
}

.pr_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.danger-text .active_green {
  color: #ff0011;
}
.browse_btn {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.browse_btn:hover {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.fixed_renewal_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.fixed_close_btn {
  position: fixed;
  bottom: 80px;
  right: 30px;
}

.btn-red {
  background-color: #f5504a;
  text-transform: uppercase;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  color: #fff;
}

.btn-red:hover, .btn-red:focus {
  color: #fff;
  box-shadow: 0 0 12px rgba(0,0,0,0.8);
}

.fixed_renewal_btn .btn-red:hover i, .fixed_renewal_btn .btn-red:focus i {
  transform: rotate(180deg);
}

.btn_blue:focus, .btn_blue:active {
  color: #fff;
}

.ac_bill_name {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.checkboxSimple input[type="checkbox"][disabled] + label, .md-datepicker-input[disabled]{
    cursor: no-drop !important;
    opacity: 0.6;
}

.radio input[disabled] + label {
   cursor: no-drop !important;
    opacity: 0.7;
}
.page_loder_wrap {
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  text-align: center;
  display: none;
}

.wrap_div {
  position: relative;
  width: 100%;
  height: 100%;
}

.gray_bordered_bg {
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  margin: 20px auto;
}

.mt8 {
  margin-top: 8px;
}

.pb150 {
  padding-bottom: 150px;
}

.green_not_bg {
  /*background-color: rgba(234, 255, 237, 0.7);*/
  background-color: rgba(66, 182, 85, 0.4);
  /*background-color: rgba(234, 255, 237, 0.7);*/
}

.notification_card.green_not_bg p.active_green, .notification_card.green_not_bg .gray_font {
    color: #306d3a;
}
.fixed_label {
  position:relative;
  top: 6px;
}
.ranges li {
    color: #004278;
}
.ranges li.active, .ranges li:hover {
    background-color: #004278;
    border: 1px solid #004278;
    color: #fff;
}
.btn-green.btn-sm {
  font-size: 12px;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #004278;
    border-color: transparent;
    color: #fff;
}

.daterangepicker td.off.available {
  opacity: 0;
}

.calendar-table .switch .on, .calendar-table .switch .off {
    color: white;
    position: unset;
    transform: unset;
    top: unset;
    left: unset;
    font-size: unset;
}
.calendar-table .off.disabled {
  display: none;
}
.clearDate {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.fixed_detail_header {
  position: fixed;
  top: 100px;
  left: 100px;
  width: calc(100% - 100px);
  background: #5ac154;
  z-index: 3;
}
    

.img_wrap_dash {
    width: 50px;
  float: left;
}

.img_wrap_dash img {
  width: 100%;
}

.dash_col_content {
  width: calc(100% - 65px);
  float: right;
  text-align: left; 
}

.font_30 {
  font-size: 30px;
}

.col_counter_block {
  margin: 7.5px 0 15px 0; 
}

.customQuoteModal .modal-dialog {
  width: 700px;
}

.customQuoteModal .form_line {margin-bottom: 5px;}