@import url("reset.css");
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900');
/* @import url("font-lato.css"); */

* {
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  letter-spacing: .5px;
  outline: none !important;
  -webkit-appearance: none;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: #2b3034;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #808181;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #808181;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #808181;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #808181;
}

img {
  max-width: 100%;
}

.full_row {
  float: left;
  width: 100%;
}

.half_Width {
  float: left;
  width: 50%;
}

.corrected-addresses-scroll-box {
  padding-top: 10px;
  overflow: scroll !important;
  height: 165px;
  width: 320px;
  padding: 1rem
}

/*Paddings*/

.pd-10 {
  padding: 10px;
}

.pd-0 {
  padding: 0px;
}

.mr-t-5 {
  margin-top: 5px;
}

.pd-l-r-10 {
  padding: 0 10px;
}

.pd-r-20 {
  padding-right: 20px;
}

.pd-t-b-10 {
  padding: 10px 0px;
}

.pd-t-20 {
  padding-top: 20px;
}

.pd-t-5 {
  padding-top: 5px;
}

.pd-20 {
  padding: 20px;
}

.pd-15 {
  padding: 15px;
}

.pd-30 {
  padding: 30px;
}
.pd-r-t-15 {
  padding-right: 20px;
  padding-top: 16px;
}

.pd-l-r-20 {
  padding: 0 20px;
}

.pd-b-0 {
  padding-bottom: 0;
}

.pd-b-5 {
  padding-bottom: 5px;
}

.pd-b-10 {
  padding-bottom: 10px;
}

.pd-b-30 {
  padding-bottom: 30px;
}


.pd-b-20 {
  padding-bottom: 20px;
}

.pd-r-b-10 {
  padding-right: 10px;
  padding-bottom: 10px;
}

.pd-l-b-10 {
  padding-left: 10px;
  padding-bottom: 10px;
}

.pd-l-t-r-20 {
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
}

.pd-r-70 {
  padding-right: 70px;
}

.pd-t-50 {
  padding-top: 50px;
}

.pd-l-10 {
  padding-left: 10px;
}

.pd-l-15 {
  padding-left: 15px;
}

.pd-l-5 {
  padding-left: 5px;
}

.height-64 {
  height: 64px;
}

.fontSize14 {
  font-size: 14px;
}

.fontSize15 {
  font-size: 15px;
}

.fontSize16 {
  font-size: 16px;
}

.fontSize19 {
  font-size: 19px;
}

.fontSize12 {
  font-size: 12px !important;
}

.fontSize18 {
  font-size: 18px;
}

.fontWeightBold {
  font-weight: bold;
}

.fontWeight300 {
  font-weight: 300 !important;
}

header {
  float: left !important;
  width: 100%;
  padding: 20px;
  border-bottom: #f0f0f0 1px solid;
}

header .left {
  float: left !important;
  width: 250px;
}

header .right {
  float: left;
  width: 80%;
  padding-left: 10px;
}

.extra_options {
  padding-top: -2%;
  padding-left: 6%;
}

.logo {
  float: left;
  width: 100%;
  max-width: 166px;
}

.header_right_section {
  float: right;
  /* width: 40%; */
  width: 370px;
  max-width: 370px;
}

.btn_div {
  float: left;
  max-width: 20%;
  width: 50px;
}

.btn_div a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  float: left;
  border-radius: 50%;
  background: #F0F0F0;
  display: block;
}

.btn_div a img {
  display: inline-block;
  vertical-align: middle;
}

.btn_div a:hover {
  background: #fdfdfd;
}

.header_user_div {
  float: right;
  /* width: 80%;
  max-width: 200px;
  width: 200px; */
  height: 50px;
  position: relative;
  cursor: pointer;
}

.user-dropdown:before {
  position: absolute;
  content: "";
  left: 50%;
  margin-left: -12px;
  top: -12px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #0F60A9;
}

.user_icon {
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  background: #F0F0F0;
  margin-right: 20px;
}

.user_txt {
  float: left;
  display: inline-block;
  line-height: 20px;
  padding: 5px 0;
  color: #808181;
  font-size: 13px;
}

.user_txt span {
  font-size: 15px;
  color: #2b3034;
}

.user-dropdown {
  position: absolute;
  /* left: 0; */
  top: 74px;
  /* width: 100%; */
  background: #0F60A9;
  padding: 10px 0;
  z-index: 9999;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

.user-dropdown ul {
  float: left;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.user-dropdown ul li {
  float: left;
  width: 100%;
  text-align: left;
  padding: 10px;
}

.user-dropdown ul li a {
  text-decoration: none;
  display: block;
  color: #CCC;
}

.user-dropdown ul li a span {
  float: left;
  margin-right: 10px;
}

.user-dropdown ul li a:hover {
  color: #FFF;
}

/*Section*/

section {
  float: left;
  width: 100%;
}

.full_left {
  float: left;
  max-width: 320px;
  background: #CCC;
  position: relative;
  padding-top: 94px;
}

.main_nav_bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  float: left;
  width: 80px;
  background: #0F60A9;
}

.main_menu {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.main_menu li {
  float: left;
  width: 100%;
  text-align: center;
}

.main_menu li {
  display: block;
  text-align: center;
  padding: 20px;
  cursor: pointer;
}

.main_menu li.active,
.main_menu li:hover {
  background: #1C81DC;
  /* box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.19); */
}

.main_menu li a img {
  display: inline-block;
}

.sub_menu_content {
  float: left;
  width: 100%;
  max-height: 87%;
  overflow-y: auto;
}

.sub_nav_bar {
  position: absolute;
  left: 80px !important;
  top: 0;
  height: 100%;
  float: left;
  width: 240px;
  background: #F8F8F8;
}

.content_area_transition-moveLeft {
  animation-name: moveInLeft;
  animation-duration: 500ms;
}

.content_area_transition-moveRight {
  animation-name: moveInRight;
  animation-duration: 500ms;
}

/* .content_area_transition-enter.content_area_transition-enter-active {
  transform: translate(50%);
  transition: transform 300ms linear;
} */

@keyframes moveInLeft {
  0% {
    opacity: 0.5;
    transform: translateX(10%);
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes moveInRight {
  0% {
    opacity: 0.5;
    transform: translateX(-10%);
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* .sub_nav_bar-enter-done {
  opacity: 1;
  transition: 100ms;
} */

.sub_nav_bar-leave {
  opacity: 1;
  width: 50%;
}

.sub_nav_bar-leave.sub_nav_bar-leave-active {
  opacity: 0.01;
  width: 0px;
  transition: 300ms;
}

.sub_nav_bar_head {
  float: left;
  width: 100%;
  padding-bottom: 0px;
}

.sub_nav_bar h3 {
  float: left;
  width: 130px;
  font-weight: normal;
  font-size: 15px;
  margin: 0;
  padding: 0;
  font-weight: 700;
}

.sub_nav_bar_head a {
  float: right;
  width: 16px;
  margin: 0 5px;
  color: #97999A;
}

.sub_nav_bar_close {
  font-size: 20px;
  line-height: 19px;
  height: 19px;
}

.vertical_bar {
  float: left;
  width: 1px;
  height: 30px;
  background: #f0f0f0;
  margin: 10px 20px;
}

.horizontal_bar {
  float: left;
  width: 100%;
  height: 1px;
  background: #f0f0f0;
  margin: 10px 0;
}

.search_div {
  margin-right: 5px;
}

.search-input {
  float: left;
  height: 34px;
  /* padding: 6px 25px; */
  margin-right: -2px;
  border: #0F60D4 1px solid;
  background: #fff;
  border-color: #0F60D4;
  border-radius: 4px;
  color:#0F60D4;
  /* width: 100%; */
  line-height: 34px;
  font-size: 16px;
  padding: 0 10px;
  /* margin: 0 0 20px 0; */
  min-width: 100px;
  width: 140px;
  max-width: 250px;
}
.search-product-input {
  float: left;
  height: 34px;
  /* padding: 6px 25px; */
  margin-right: -2px;
  border: #0F60D4 1px solid;
  background: #fff;
  border-color: #0F60D4;
  border-radius: 4px;
  color:#0F60D4;
  /* width: 100%; */
  line-height: 34px;
  font-size: 16px;
  padding: 0 10px;
  /* margin: 0 0 20px 0; */
}

.search_btn {
  float: left;
  height: 34px;
  width: 28px;
  text-align: center;
  line-height: 32px;
  background: #0F60A9;
  border: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
}

/*right menu*/

.full_right {
  float: right;
  width: 450px;
  background: #FFF;
  border-left: #f0f0f0 1px solid;
  position: relative;
  overflow-x: hidden;
  max-height: 100vh;
  top: 94px;
}

.full_right_close {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  color: #CBCCCC;
  font-size: 20px;
}

.full_right_close:hover {
  color: #111;
}

.full_right .right_content_area {
  float: left;
  width: 100%;
  padding: 20px;
}

.full_right .right_header {
  float: left;
  width: 100%;
  padding-top: 30px;
}

.right_header h2 {
  float: left;
  width: 290px;
  margin: 0;
  padding: 0;
  color: #2b3034;
  font-size: 20px;
  font-weight: 500;
  padding: 0px 0 10px 0;
}

.right_header h2 span {
  color: #808181;
  font-size: 16px;
  float: left;
  width: 100%;
}

.right_header .header_links {
  float: right;
  width: 100px;
}

.right_header .header_links a {
  float: right;
  width: 40px;
  height: 40px;
  margin-left: 10px;
}

/*right menu accordian*/

.full_right .accordion_full {
  float: left;
  width: 100%;
}

.full_right .accordion_each {
  float: left;
  width: 100%;
  border-bottom: #C6E7FC 1px solid;
}

.full_right .accordion_each:last-child {
  border-bottom: none;
}

.full_right .accordion_each h3 {
  float: left;
  width: 100%;
  margin: 0;
  padding: 20px 10px;
  padding-left: 15px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}

.full_right .accordion_each h3:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #7F7F7F;
}

.full_right .accordion_each h3.active:before {
  transform: rotate(90deg);
}

.full_right .accordion_each .accordion_content {
  float: left;
  width: 100%;
  display: none;
  overflow: hidden;
  min-height: 100px;
  height: auto;
  padding: 10px;
  background: #FFF;
  transition: all 0.3s ease;
}

.full_right .accordion_each.active .accordion_content {
  display: block;
}

.accordion_content .full_row .half_Width {
  float: left;
  width: 50%;
}

.label_para {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #808181;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}

.accordion_content .customselectbox {
  width: 100%;
}

.important_details {
  float: left;
  width: 100%;
  color: #0f60a9;
  font-size: bold 14px;
  margin: 0;
  padding: 0;
}

.full_btn {
  height: 37px;
  float: left;
  width: 100%;
  line-height: 37px;
  text-align: center;
  color: #9a9c9d;
  border: none;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  background: #fff;
  border: #CCC 1px solid;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
}

.small_btn {
  border: #CCC 1px solid;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
}

.full_btn:hover {
  border-color: #007eff #c4c7e8 #a1bdef;
  border-radius: 4px;
  border: 1px solid #007eff;
}

.blue_btn {
  background: #0F60A9 !important;
  color: #FFFFFF !important;
  border: none;
}

.light_blue_btn {
  background: #0F60EA !important;
  color: #FFFFFF !important;
  border: none;
}

.light_blue_outlined_btn_sm {
  background: #FFFFFF !important;
  color: #0F60EA !important;
  border: 1px solid #0F60EA !important;
  height: 23px !important;
  line-height: 18px !important;
  font-size: 10px !important;
  /* border: none; */
}

.light_red_btn {
  background: #ea0f0fd4 !important;
  color: #FFFFFF !important;
  border: none;
}

/*content Area*/

.content_area {
  float: left;
  background: #FFF;
  min-height: 350px;
  width: 100%;
}

.paddingLeft_default {
  padding-left: 6%;
  /* float: left;
  background: #FFF;
  min-height: 350px;
  width: 100%; */
}

.paddingLeft_sidebar {
  padding-left: 24% !important;
}

.sub_menu_ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sub_menu_ul li {
  float: left;
  width: 100%;
  padding: 1px;
}

.sub_menu_ul li a {
  color: #2b3034;
  text-decoration: none;
  float: left;
  width: 100%;
  text-align: left;
  padding: 10px;
}

.sub_menu_ul li a span.count {
  text-align: right;
  float: right;
}

span.count {
  font-color: inherited;
}

.sub_menu_ul li a:hover,
.sub_menu_ul li a.active {
  background: #E9E9E9;
  /* box-shadow: 0 5px 5px 0 rgba(181, 42, 42, 0), 0 5px 10px 0 rgba(9, 5, 249, 0.37); */
}

h1.pagename {
  float: left;
  width: 100%;
  font-size: 25px;
  color: #2b3034;
  font-weight: 500;
  margin: 0;
  padding: 10px 0 0 0;
}

h1.pagename span {
  color: #ABACAD;
  font-size: 13px;
  font-weight: 500;
}

.sub_menu_div {
  width: 100% !important;
}

.sub_menu_name {
  width: 78% !important;
}

.sub_menu_add_icon {
  width: 16% !important;
}

/*Filter Area*/

.filter_div {
  float: left;
  width: 100%;
}

.filter-each {
  float: left;
  height: 37px;
  padding: 6px 25px;
  margin-right: 5px;
  border: #0F60D4 1px solid;
  background: #fff;
  border-color: #0F60D4;
  border-radius: 4px;
}

.filter-each-sm {
  float: left;
  height: 34px;
  padding: 6px 25px;
  margin-right: 5px;
  border: #0F60D4 1px solid;
  background: #fff;
  border-color: #0F60D4;
  border-radius: 4px;
}
.extra-filter{
  padding: 10px;
}

.filter-each-blue {
  float: left;
  background: #0F60A9;
  border: #E7EAEB 1px solid;
  height: 37px;
  padding: 6px 25px;
  margin-right: 5px;
  border-radius: 3px;
}

.filter-each-blue a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
}

/* .filter-each:hover {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.19);
  font-weight: bold;
} */

.filter-each a {
  display: block;
  text-decoration: none;
  color: #0F60D4;
  font-size: 16px;
  line-height: 24px;
}

.filter-each-sm a {
  display: block;
  text-decoration: none;
  color: #0F60D4;
  font-size: 16px;
  line-height: 24px;
}

/* .filter_div .customselectbox {} */

.filter_div .page_nav {
  float: right;
}

.filter_div .page_nav div {
  float: left;
  width: 50px;
  /* background: #F7F7F7; */
  /* border: #E7EAEB 1px solid; */
  height: 36px;
  text-align: center;
  background: #fff;
  border: #0F60D4 1px solid;
  border-color: #0F60D4;
  border-radius: 4px;
}

.filter_div .page_nav div button {
  border: none;
  width: 48px;
  /* background-color: #f7f7f7; */
  background: #fff;
  height: 25px;
  line-height: 30px;
  font-size: 20px;
  color: #0F60D4;
  text-align: center;
  border-radius: 4px;
}

.filter_div .page_nav div.prev {
  border-right: none;
}

.filter_div .page_nav .pagination {
  width: fit-content;
  font-size: 16px;
  line-height: 35px;
  background: none;
  border: none;
  margin-right: 5px;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.5px;
  color: #3c3131;
  font-weight: bold;
  opacity: .9;
}

.filter_select {
  display: block;
  text-decoration: none;
  color: #0F60D4;
  font-size: 16px;
  line-height: 24px;
}

.filter_select_sm {
  display: block;
  text-decoration: none;
  color: #0F60D4;
  font-size: 15px;
  line-height: 15px;
}

.responsive_content {
  float: left;
  width: 100%;
  /* overflow-x: auto; */
  /* max-height: 60vh; */
  /* overflow: auto; */
}

.responsive-table {
  float: left;
  width: 100%;
  /* overflow-x: auto; */
  min-width: 700px;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  min-width: 700px;
}

/**/

.full_left {
  position: fixed;
  height: 100vh !important;
}

.full_right {
  position: fixed;
  right: 0;
  height: 90%;
  overflow-y: auto;
}

header {
  position: fixed;
  z-index: 100;
  background: #FFF;
}

section {
  padding-top: 94px;
  padding-bottom: 30px;
}

.main_nav_bar {
  position: static;
  float: left;
  z-index: 999999;
}

.sub_nav_bar {
  position: static;
  float: left;
  z-index: 999999;
}

/*settings page*/

.layer_submenu_menu.sub_menu_ul li a span.icon {
  float: left;
  margin-right: 5px;
  color: #0F60A9;
}

.layer_submenu_menu.sub_menu_ul li a {
  color: #0F60A9;
}

.layer_submenu_menu.sub_menu_ul ul.submenu {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-left: 10px;
}

.layer_submenu_menu.sub_menu_ul ul.submenu li a {
  color: #2b3034;
}

.content_area .halfWidth {
  float: left;
  width: 35%;

}

@media only screen and (min-width: 768px) {
  .content_area .thirdPart {
      float: left;
      width: 10%;
  }
}

/* .halfWidth {
  /* float: left; */

/* width: 35%; */

/* }  */

.content_area .halfWidth .customselectbox {
  width: 100%;
}

.content_area .element_label {
  float: left;
  width: 100%;
  color: #656565;
  font-size: 15px;
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}

.content_area .element_label a {
  color: #97999A;
  text-decoration: none;
}

.content_area .mandatory-sign {
  color: red;
}

.content_area .special_note {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #8C8C8C;
  font-weight: 500;
  padding: 0;
  margin: 0;
  padding-top: 5px;
}

.content_area h3 {
  float: left;
  width: 100%;
  text-align: left;
  color: #656565;
  font-size: 18px;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  padding-top: 20px;
}

.tableInput {
  float: left;
  width: 100%;
  line-height: 18px;
  height: 20px;
  border: #E9E9E9 1px solid;
  padding: 0 10px;
  font-size: 10px;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.inputTxt {
  float: left;
  width: 100%;
  line-height: 36px;
  font-size: 16px;
  height: 36px;
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 0 10px;
  margin: 0 0 20px 0;
}

.inputTxt:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  border-color: #007eff #c4c7e8 #a1bdef;
  border-radius: 4px;
  border: 1px solid #007eff;
}

.inputTxt:disabled {
  color: rgb(84, 84, 84);
  cursor: no-drop;
  background-color: #f9f9f9;
}

.Select.is-disabled>.Select-control {
  cursor: no-drop;
}

.Select-control:hover {
  border-color: #007eff #c4c7e8 #a1bdef;
  border-radius: 4px;
  border: 1px solid #007eff;
}

.inputTxt:focus {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff;
}

.inputTxtArea:hover {
  border-color: #007eff #c4c7e8 #a1bdef;
  border-radius: 4px;
  border: 1px solid #007eff;
}

.inputTxtArea:focus {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff;
}

.inputTxtArea {
  float: left;
  width: 100%;
  line-height: 20px;
  font-size: 16px;
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  padding: 10px;
  margin: 0 0 20px 0;
}

.tableInputName {
  float: left;
  width: 200px;
  line-height: 18px;
  height: 20px;
  border: #E9E9E9 1px solid;
  padding: 0 10px;
  font-size: 10px;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.wd-20 {
  width: 20%;
  margin: 0px 10px 0px 0px;
}

/*Login page Style*/

.login_page_header {
  height: auto;
  float: left;
  position: static;
  width: 100%;
  border-bottom: none;
  padding: 20px;
}

.border_bottom_none {
  border-bottom: none !important;
}

.login_page .login_page_logo {
  float: left;
  width: 100%;
  height:90%;
}

.login_page section {
  padding-top: 0;
}

.login_page .full_row {
  float: left;
  width: 100%;
}

.login_page .main_image {
  float: left;
  width: 100%;
  text-align: center;
}

.login_page .main_image img {
  display: inline-block;
}

.login_page h1 {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 30px;
  color: #3d3d3d;
  font-weight: 500;
  padding: 10px 0;
}

.login_page .wrapper {
  margin: 0 auto;
  width: 90%;
  max-width: 850px;
}

.login_page .login_mainUl {
  float: left;
  width: 100%;
  margin-left: 212px;
  padding: 0;
}

.login_page .login_mainUl .login_mainli {
  float: left;
  width: 50%;
  padding: 0 30px 20px 30px;
  background: #FFF;
  min-height: 100px;
  border-right: #D7D7D7 1px solid;
}

.login_page .login_mainUl .login_mainli:last-child {
  border-right: none;
}

.login_page h2 {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #5f5f5f;
  font-weight: 500;
  padding: 10px 0;
  margin-bottom: 20px;
}

.login_page .inputTxt {
  float: left;
  width: 100%;
  line-height: 45px;
  font-size: 16px;
  height: 45px;
  background: #f8f8f8;
  border: #E3E3E3 1px solid;
  padding: 0 10px;
  margin: 0 0 20px 0;
  padding-right: 40px;
  background: #fff;
  border: #CCC 1px solid;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
}

.login_page .username {
  background-image: url('../img/username.png');
  background-position: right center;
  background-repeat: no-repeat;
}

.login_page .password {
  background-image: url('../img/password.png');
  background-position: right center;
  background-repeat: no-repeat;
}

.login_page .email {
  background-image: url('../img/email.png');
  background-position: right center;
  background-repeat: no-repeat;
}

.login_page::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #5f5f5f;
  font-size: 16px;
}

.login_page:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #5f5f5f;
  opacity: 1;
  font-size: 16px;
}

.login_page::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #5f5f5f;
  opacity: 1;
  font-size: 16px;
}

.login_page:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #5f5f5f;
  font-size: 14px;
}

.login_page_btn {
  float: left;
  width: 100%;
  line-height: 45px;
  border: none;
  border-radius: 0;
  background: #1060A9;
  color: #FFF;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 20px;
}

.login_page_btn:hover {
  background: #1C81DC;
}

.login_page_link {
  float: left;
  width: 100%;
  text-align: center;
  color: #5f5f5f;
  font-size: 15px;
  text-decoration: none;
}

.login_page_link:hover {
  color: #1060A9;
}

.login_page footer {
  float: left;
  width: 100%;
  padding: 20px;
  text-align: right;
  font-size: 14px;
  color: #5f5f5f;
}

/*error*/

.has-error {
  border-color: red !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(255, 0, 0, 0.1);
  color: red;
}

.error {
  color: red;
  padding-top: 0;
  margin-bottom: 5px;
}

/*Button*/

.button {
  font-size: 12px;
  height: 35px;
  color: #4e4b59;
  background: #f8f8f8;
  padding: 0 10px;
  margin: 0 0 20px 0;
}

.marginTop {
  margin-top: 25px;
}

.marginTop10px {
  margin-top: 10px;
}

.marginTop20px {
  margin-top:20px;
}

.margin-20-float-left {
  min-width: 20%;
  padding-bottom: 1.5rem;
}

/* Scorll */

.customScroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 100px;
}

.customScroll::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;
}

.customScroll::-webkit-scrollbar-thumb {
  border-radius: 100px;
  height: 20px;
  background-color: #0F60D4;
}

.paper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 100px;
}

.paper::-webkit-scrollbar {
  width: 3px;
  height: 2px;
  background-color: #F5F5F5;
}

.paper::-webkit-scrollbar-thumb {
  border-radius: 100px;
  height: 28px;
  background-color: #0F60D4;
}

.paperProducts::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 100px;
}

.paperProducts::-webkit-scrollbar {
  width: 3px;
  height: 6px;
  background-color: #F5F5F5;
}

.paperProducts::-webkit-scrollbar-thumb {
  border-radius: 100px;
  height: 28px;
  background-color: #0F60D4;
}

.popup {
  z-index: 105;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup_inner {
  position: absolute;
  left: 43%;
  right: 38%;
  top: 25%;
  bottom: 52%;
  margin: auto;
  background: white;
}

.popup_inner_l35_r35_b28 {
  position: absolute;
  left: 35%;
  right: 35%;
  top: 25%;
  bottom: 28%;
  margin: auto;
  background: white;
}

.popup_inner_l35_r35_b33 {
  position: absolute;
  left: 35%;
  right: 35%;
  top: 25%;
  bottom: 33%;
  margin: auto;
  background: white;
}

.popup_inner_l35_r35_b44 {
  position: absolute;
  left: 35%;
  right: 35%;
  top: 25%;
  bottom: 44%;
  margin: auto;
  background: white;
}

.popup_inner_l35_r35_b52 {
  position: absolute;
  left: 35%;
  right: 35%;
  top: 25%;
  bottom: 52%;
  margin: auto;
  background: white;
}

.close_button_l95_t10 {
  position: absolute;
  left: 95%;
  top: 10%;
  cursor: pointer;
}

.close_button_l92_t10 {
  position: absolute;
  left: 92%;
  top: 10%;
  cursor: pointer;
}

.colourRed {
  color: red !important;
}

.colourGreen {
  color: green;
}

.colourBlue {
  color: blue;
}

.colourOrange {
  color: orange;
}

.colourDarkYellow {
  color: #f57b1fc7;
}

.colourDarkGreen {
  color: #008000de;
}

.floatRight {
  float: right;
}

.rw-widget-input {
  box-shadow: none !important;
}

.rw-multiselect {
  background-color: #f8f8f8 !important;
  border-color: #E3E3E3 1px solid !important;
}

.rw-widget-container {
  background-color: #f8f8f8 !important;
  border: #E3E3E3 1px solid !important;
  border-radius: 0px !important;
}

.rw-multiselect-tag {
  height: 30px;
  font-size: 16px;
}

.rw-widget-picker {
  height: 2.9em !important;
}

.subscription_Login {
  margin-left: 28%;
  padding-top: 10%;
}

.StripeElement {
  display: block;
  margin: 10px 0 20px 0;
  max-width: 500px;
  padding: 10px 14px;
  box-shadow: rgba(50, 50, 93, 0.14902) 0px 1px 3px, rgba(0, 0, 0, 0.0196078) 0px 1px 0px;
  /* border-radius: 4px; */
  background: #f8f8f8;
}

.StripeElement--focus {
  box-shadow: rgba(50, 50, 93, 0.109804) 0px 4px 6px, rgba(0, 0, 0, 0.0784314) 0px 1px 3px;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

/* .StripeElementCenter {} */

.cards {
  display: flex;
  flex-wrap: wrap;
}

.card {
  flex: 0 1 24%;
}

.marginLeft360px {
  margin-left: 360px;
}

.marginLeft390px {
  margin-left: 390px;
}

.marginLeft70px {
  margin-left: 70px;
}

.exportOrders {
  margin-left: 290px;
}

.border_1px_solid {
  border: 1px solid #cc0000;
}

.marginLeft138px {
  margin-left: 138px;
}

.checkpoint {
  display: flex;
}

.checkpointTimings {
  max-width: 120px;
}

.checkpointDescription {
  max-width: 250px;
  margin-left: 50px;
}

.checkpointIcon {
  content: "";
  left: 162px;
  margin-top: 25px;
  display: block;
  background-color: #0F60A9;
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 12px;
  z-index: 2;
}

.checkpointHeader {
  font-size: 14px;
  font-weight: 400;
}

.checkpointHint {
  font-size: 12px;
  font-weight: 300;
}

.checkpoints {
  margin-top: 20px;
}

.checkpoints ul li::after {
  content: "";
  display: block;
  background-color: #ddd;
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 12px;
  left: 162px;
  padding-top: 100px
}

.latestCheckpoint {
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  font-size: 18px;
  text-align: center;
  /* font-weight: bold; */
  background: #0f60a9;
}

/*box-shadow:  0 5px 5px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.19); */

button:hover:enabled {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}

.full_btn_on_hover:hover {
  background: #0F60EA !important;
  color: #FFFFFF !important;
  border: none;
}

/* .wrapper-YXn5r:hover {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.19);
  font-weight: bold;
} */

.carrotDownCSS {
  position: absolute;
  top: 25%;
  left: 78%;
  font-size: 20px;
  color: #97999a;
  padding: 4px;
  padding-top: 11px;
}

.actionPackage {
  margin: 0 auto;
  padding-left: 6%;
  align-self: center;
}

.actionService {
  align-self: center;
}

.onhoverBackgroundShawdow:hover {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.name {
  padding-top: 10px;
  padding-right: 20px;
  color: #0f60a9;
}

.pd-t-10 {
  padding-top: 10px
}

/* .width30 {
  float: left;
  width: 30%;
} */

.width35 {
  float: left;
  width: 35%;
}

.trackingUl {
  list-style-type: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.trackingLi {
  flex: 0 0 50%;
  border: 1px solid grey;
  padding: 1em;
  display: flex;
  align-items: flex-end;
}

/* test */

/*
 * Define the widths: play around with these to get a best fit.
 */

/* @text-width: 180px;
@num-width: 80px; */

/* Main container: initialize the flex, direction is row */

.table-row {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-grow: 0;
  -webkit-flex-grow: 0;
  /* flex-wrap: wrap;
  -webkit-flex-wrap: wrap; */
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.table-sub-row {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-grow: 0;
  -webkit-flex-grow: 0;
  /* flex-wrap: wrap;
  -webkit-flex-wrap: wrap; */
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.table-sub-row-cp {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-grow: 0;
  -webkit-flex-grow: 0;
  /* flex-wrap: wrap;
  -webkit-flex-wrap: wrap; */
  width: 100%;
  padding-left: 15px;
  border-bottom: #CCC 1px solid;
}

.table-sub-row-cp.subHeader {
  border-top: #CCC 1px solid;
  font-weight: bold;
}

/* // Text based cells: grow, truncate and show ellipsis when there is not enough space */

.text {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  overflow: hidden;
  white-space: pre-wrap;
  text-overflow: ellipsis;
  padding-right: 20px;
}

/* // Fix the minimum width of the leaf level cells */

.text {
  width: 180px;
  padding: 10px;
}

.num {
  width: 80px;
  padding-top: 10px;
}

/*
  * General good-look styles, not mandatory.
  */

/* body {
  font-size: 20px;
} */

.table-row {
  /* border-bottom: #F7F7F7 1px solid; */
  border-bottom: 1px solid rgba(224, 224, 224, 1);
  /* 1px solid #e0e0e0; */
  border-collapse: collapse;
  padding-top: 5px;
  padding-bottom: 5px;
}

.table-row.header {
  border-bottom: #CCC 1px solid;
  /* background-color: #FFEEDB; */
  margin-top: 20px;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
}

.table-sub-row {
  border-top: #CCC 1px solid;
  /* 1px solid #e0e0e0; */
  /* border-bottom: 1px solid #e0e0e0; */
  border-collapse: collapse;
  padding-top: 5px;
  padding-bottom: 5px;
}

.table-sub-row.subHeader {
  border: none;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
}

.subtableContainer {
  background: rgba(236, 236, 236, 0.27058823529411763);
  margin-left: 32px;
}

.rowExpander {
  width: 40px;
  padding: 10px;
  cursor: pointer;
}

.tableRowbody .table-row:hover {
  background: #F7F7F7;
}

.tableRowbody .table-sub-row:hover {
  background: #F7F7F7;
}

.popupforeditpackage {
  width: 16%;
}

.listPadding {
  padding: 0;
}

.width100 {
  width: 100%;
}

.width90 {
  width: 90%;
}

.width20 {
  width: 20%;
}

.width12 {
  width: 13%;
}

.width30 {
  width: 30%;
}

.width3 {
  width: 3%;
}

.width40 {
  width: 40%;
}

.textAlignRight {
  text-align: right;
}

.width-25rem {
  width: 25rem;
}

.width25-Responsive{
  width: 25%;
}

.width40-Responsive{
  width: 40%;
}

.textAlignCenter {
  text-align: center;
}

.pd-r-10 {
  padding-right: 10px;
}

.pd-r-15 {
  padding-right: 15px;
}

.pd-b-15 {
  padding-bottom: 15px;
}

.width25 {
  width: 25%;
}

.pd-l-250 {
  padding-left: 250px;
}

.pd-l-394 {
  padding-left: 394px;
}

.pd-l-14P {
  padding-left: 14%;
}

.pd-l-8P {
  padding-left: 8%;
}

.pd-l-17P {
  padding-left: 17%;
}

.height100 {
  height: 100%;
}

.width-4rem {
  width: 4rem;
}

.width-30rem {
  width: 20rem;
}

.max-width {
  max-width: 70%;
}

.width50 {
  width: 50%;
}

.width45-Responsive {
  width: 45%;
}

.width50-Responsive {
  width: 50%;
}

.pd-r-19p {
  padding-right: 19%;
}

.accountSetup ul {
  padding-left: 0;
}

.maxWidth {
  max-width: 18%;
}

.maxWidth-30-Responsive {
  max-width: 30%;
}

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

.imageStyle {
  border: 1px solid #00000045;
  border-radius: 4px;
}

.imageStyle:hover {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.marginLeft292px {
  margin-left: 292px;
}

.errorMessageDisplay {
  text-align: center;
  float: left;
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  color: #D8000C;
  background-color: #FFBABA;
  width: 100%;
}

.error_btn {
  height: 37px;
  float: right;
  border-radius: 3px;
  line-height: 37px;
  text-align: center;
  background: #0F60A9;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px
    /* background: rgb(202, 60, 60); */
}

.tooltip:hover {
  font-weight: bold;
  color: #0567e8;
}

.paper {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  max-height: 65vh;
  /* margin: 1rem; */
  margin: 10px;
  position: relative;
  width: 95%;
  overflow: auto;
}

.gifpaper {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  max-height: max-content;
  /* margin: 1rem; */
  margin: 10px;
  position: relative;
  width: 95%;
  overflow: auto;
}


/*  0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); */
/*  0 4px 10px rgba(0, 0, 0, 0.2); */

.paperRaised {
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
}

.colorCustomGrey {
  color: rgb(144, 144, 144);
}

.positionAbsolute {
  position: absolute;
  top: 25%;
}

.backgroundImage {
  border: 1px solid #00000021;
  border-radius: 2px;
  text-align: center;
  /* background-image: url(/img/blurredSecret.jpg); */
}

.curvedButton {
  border: 1px solid #0000004a;
  border-radius: 2px;
}

.divider {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(15, 96, 169), rgba(0, 0, 0, 0)) !important;
  width: 100%;
}

.full-btn-sm {
  height: 30px;
  float: left;
  width: 100%;
  line-height: 28px;
  text-align: center;
  color: #9a9c9d;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  background: #fff;
  border: #CCC 1px solid;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
}

.selectControl {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  padding: 8px 10px 12px;
}

/* #7672b7 #6b76c5 */

.selectControl:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  border-color: #007eff #c4c7e8 #a1bdef;
  border-radius: 4px;
  border: 1px solid #007eff;
}

.selectControl:focus {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff;
}

.displayUnset {
  display: unset;
  width: 20%;
}

.marginRight30 {
  margin-right: 30px;
}

.marginRight10 {
  margin-right: 10px;
}

.marginRight5 {
  margin-right: 5px;
}

.margin0 {
  margin: 0px;
}

.paddingRight1p {
  padding-right: 1%;
}

.pd-l-20 {
  padding-left: 20px;
}

.pd-l-200-Responsive {
  padding-left: 150px;
}

.login-link {
  color: #007eff;
  cursor: pointer;
}

.login-Font-name {
  font-size: 1.4em;
}

/* .overlay:target {
  visibility: visible;
  opacity: 0;
}


.xmlpop {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 70%;
  position: absolute;
  transition: all 5s ease-in-out;
  height:auto;
}


.xmlpop h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.xmlpop .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.xmlpop .close:hover {
  color: #06D85F;
}
.xmlpop .content {
  max-height: 90%;
  overflow: scroll;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .xmlpop{
    width: 70%;
  }
} */

/* .flex-container {
  display:flex;
  /* flex-direction: row;
  flex-wrap: nowrap; */

/* flex-flow: row nowrap; */

/* width:10px; */

/* justify-content: center; */

/* } */

.dialogHalfDivParent {
  width: 50%;
  flex-basis: auto;
  /* flex-grow: 1; */
  background-color: #f1f1f1;
  margin: 10px;
  padding: 20px;
  font-size: 14px;
  /* max-height: 30%; */
  overflow: auto;
  max-height: 60em;
}

/* .dialogHalfDiv{
  position: relative;
  width:50%;
  overflow: auto;

} */

/* .flex-item {
  order:0;
  flex-grow: 0;
  flex-shrink:1;
  flex-basis: auto;
  
} */

/* .modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
} */

/* .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 1rem 1.5rem;
  width: 24rem;
  border-radius: 0.5rem;
} */

/* .close-button {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: lightgray;
} */

/* .close-button:hover {
  background-color: darkgray;
} */

/* .show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}  */

/* .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  /* background-color: red; */

/* transition: opacity 500ms; */

/* visibility: hidden; */

/* opacity: 0; */

/* z-index: 99999; */

/* } */

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  padding-left: unset;
  padding-right: unset;
  width: 100px;
}

.react-datepicker__input-container,
.react-datepicker-wrapper {
  width: 100%;
}

.react-datepicker {
  width: 314px;
}

.react-datepicker .react-datepicker__day {
  line-height: 1.4rem;
  margin: .1rem 0.166rem;
}

.react-datepicker .react-datepicker__day-name {
  line-height: 1rem;
}

.parent-inactive-edit-icon {
  all: initial;
  margin-left: 22px;
}

.Select-menu-outer {
  position: relative !important;
}

.float-left {
  float: left;
}

.cursor-pointer:hover {
  cursor: pointer;
}

.white-space-pre-wrap {
  white-space: pre-wrap !important;
}

.word-wrap-break-word {
  word-wrap: break-word !important;
}

.brandingLogoMaxHeight {
  max-height: 100px;
}

/* table {
  table-layout: fixed;
}

thead,
tfoot {
  display: table;
  width: 100%;
}

tbody {
  height: 600px;
  overflow: auto;
  overflow-x: hidden;
  display: block;
  width: 100%;
} */

/* tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
} */

.responsiveMenu {
  display: none;
}

.login__Container--div {
  width: 100%;
  padding-right: 25%;
  padding-left: 25%;
}

.display-inline-block {
  display: inline-block;
}

.display-contents {
  display: contents!important;
}

/* .input-color {
  position: relative;
}
.input-color input {
  padding-left: 20px;
}
.input-color .color-box {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ccc;
  position: absolute;
  left: 5px;
  top: 5px;
} */

.color-legend {
  float: left;
  width: 10px;
  height: 10px;
  margin: 5px;
  border: 1px solid rgba(0, 0, 0, .2);
  margin-left: 20px;
}

.green {
  background: green;
}

.orange {
  background: orange;
}

.red {
  background: red;
}

.legend-text {
  float: left;
  margin-top: 1px;
  margin-bottom: 5px;
  margin-left: 2px;
}

.react-phone-number-input__input {
  border-bottom: none !important;
  line-height: 45px;
}

.react-phone-number-input__icon {
  font-size: 38px;
  padding: 2px;
  line-height: 40px;
  border: none;
}

.react-phone-number-input {
  padding-bottom: 20px;
}

.react-phone-number-input__row {
  background: #fff;
  border: #CCC 1px solid;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
}

.react-phone-number-input__input:focus {
  border-color: none;
}

/* .react-phone-number-input--invalid {
  border-color: red !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(255, 0, 0, 0.1);
  color: red;
} */

.linear-loader {
  height: 3px !important;
}

.cancelled_order {
  text-decoration: line-through;
  color: red;
}

.width-40 {
  width: 40%;
  max-height: 100%
}

.content_area .halfWidth-50 {
  float: left;
  width: 45%;
}

.margin-bottom-10-float-right {
  margin-bottom: 10px;
  float: right;
}

.marginTop20 {
  margin-top: 20px;
}

.csv-download-btn {
  width: 25%;
  line-height: 25px;
  border: 1px solid #1060A9;
  ;
  border-radius: 5px;
  /* background: #1060A9; */
  color: #1060A9;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 20px;
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}

.indicator {
  font-weight: lighter;
  font-size: 12px;
  padding-left: 6px;
  padding-top: 18px;
}

.orderCount {
  float: right;
  padding-right: 22px;
  font-weight: lighter;
  font-size: 13px;
}

.auto-overflow {
  overflow: auto;
}

.spinner {
  margin: 10px;
  width: 70px;
  text-align: center;
}

.spinner>div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0)
  }

  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.responsiveNav {
  /* padding: 14px 10px 10px 14px; */
  /* vertical-align: middle; */
  padding-top: 8px;
  font-size: 16px;
}

.helper-list ul li {
  text-decoration: none;
  display: list-item;
}

.more-filter-header {
  width: 100%;
  border: none;
  background: none;
  color: #212b36
}

.more-filter-header-open {
  outline: none;
  box-shadow: inset .2rem 0 0 #5c6ac4;
  background-image: linear-gradient(rgba(223, 227, 232, .3), rgba(223, 227, 232, .3));
}

.more-filter-header:focus,
.more-filter-header:hover {
  background-image: linear-gradient(rgba(223, 227, 232, .3), rgba(223, 227, 232, .3));
}

.editor-html {
  width: 65%;
  float: left;
  min-height: 46vh;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
}

.column {
  float: left;
  width: 33.33%;
  padding-left: 33px;
  height: 275px;
  margin-bottom: 10px; 
}

.signup-button {
  background-color: #1c87c9;
  border: none;
  color: white;
  padding: 20px 34px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
border-radius:5px
  }


  @media screen and (max-width: 600px) {
    .column {
      width: 100%;
      height:100%;
    }
  }