body {
  height: 100vh;
}

html {
  height: 100vh;
}

.leftPanel {
  background: rgb(66, 66, 66);
  padding: 0px;
  width: 232px;
  box-shadow: -4px 0px 8px 3px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -4px 0px 8px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -4px 0px 8px 3px rgba(0, 0, 0, 0.75);
}

.logo {
  padding: 3px 0px;
  text-align: center;
  border-bottom-color: rgb(255, 255, 255);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
}

.menu {
  margin: 30px 0px 0px;
}

.menu li {
  padding: 15px 0px 15px 25px;
  list-style-type: none;
}

.menu li:hover {
  background: rgb(76, 75, 75);
}

.menu li a {
  color: rgb(255, 255, 255);
  font-size: 0.8em;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.menu1 {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: .8em !important;

}

.menu li a span {
  margin-left: 15px;
}

.billing {
  padding: 7px 7px 7px 15px;
  color: rgb(77, 78, 79);
  text-transform: uppercase;
  font-size: 14px;
}

.tabMain {
  background: rgb(74, 138, 244);
  padding: 0px 26px;
  border: currentColor;
  border-image: none;
}

.tabSub {
  background: rgb(74, 138, 244);
  padding: 0px 15px;
  border: currentColor;
  border-image: none;
}

.tabMain .nav-link {
  background: none;
  padding: 0px 20px;
  border-radius: 0px;
  border: currentColor;
  border-image: none;
  color: rgb(255, 255, 255);
  line-height: 22px;
  font-size: 1em;
  position: relative;
}

.m-right {
  margin-right: 10px;
  /* background: rgb(4, 27, 80); */
}

.tabSub .nav-link {
  background: none;
  padding: 0px 20px;
  border-radius: 0px;
  border: currentColor;
  border-image: none;
  color: rgb(255, 255, 255);
  line-height: 22px;
  font-size: 1em;
  margin-right: 10px;
  position: relative;
}

.tabMain .nav-link.active {
  background: rgb(4, 27, 80);
  color: rgb(255, 255, 255);
}

.tabMain .nav-link:hover {
  background: rgb(89, 124, 187);
  color: rgb(255, 255, 255);
}

.tabMain .nav-link:hover .closeBtn {
  display: block;
}

.tabSub .nav-link:hover .closeBtn {
  display: block;
}

.tabMain .closeBtn {
  background: url("../image=/cross.png") no-repeat center rgb(206, 223, 252);
  padding: 11px 10px;
  top: 0px;
  width: 12px;
  right: -10px;
  float: right;
  display: none;
  position: absolute;
}

.tabSub .closeBtn {
  background: url("../images/cross.png") no-repeat center rgb(206, 223, 252);
  padding: 11px 10px;
  top: 0px;
  width: 12px;
  right: -10px;
  float: right;
  display: none;
  position: absolute;
}

.tabSub .closeBtn {
  background: url("../images/crossH.png") no-repeat center rgb(66, 132, 241);
}

.tabMain .nav-item {
  margin-bottom: 0px;
}

.tabSub {
  background: rgb(255, 255, 255);
  padding: 0px 0px 2px;
  margin-top: 2px;
  border-bottom-color: rgb(109, 110, 110);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.tabSub .nav-link {
  color: rgb(62, 8, 8);
  font-size: 14px;
}

.tabSub .nav-link.active {
  background: rgb(208, 226, 255);
  color: rgb(0, 0, 0);
}

.tabSub .nav-link:hover {
  background: rgb(208, 226, 255);
  color: rgb(0, 0, 0);
}

.userList {
  border-right: 2px solid #b5b5b5;
  margin: 5px;
  margin-right: 4px
}

.userListInn {
  border: 1px solid rgb(187, 209, 245);
  border-image: none;
}

.head {
  color: rgb(2, 0, 0);
  font-size: 18px;
}

.listHead {
  padding: 10px 15px;
  border-bottom-color: rgb(187, 209, 245);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cross {
  background: url("cross.png") no-repeat center;
  padding: 10px;
  width: 12px;
  height: 11px;
}

.cross:hover {
  background: url("crossH.png") no-repeat center rgb(74, 138, 244);
}

.listBtn {
  margin: 2px 0px;
}

.listBtn a {
  padding: 5px 15px;
  color: rgb(2, 0, 0);
  font-size: 14px;
  text-decoration: none;
  border-right-color: rgb(187, 209, 245);
  border-right-width: 1px;
  border-right-style: solid;
  display: flex;
  align-items: center;
}

.listBtn a:hover {
  background: rgb(74, 138, 244);
  color: rgb(255, 255, 255) !important;
}

.listBtn a:hover img {
  -webkit-filter: brightness(100%);
}

.listBtn a.saveBtn:hover img {
  filter: none;
}

.listBtn a span {
  margin-left: 5px;
  display: inline-block;
}

.userListTable th {
  background: rgb(248, 249, 250);
  font-size: 13px;
  font-weight: normal;
  vertical-align: bottom;
  border-bottom-color: rgb(222, 226, 230);
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.list-box .list-box-head .listRow .col {
  background: rgb(248, 249, 250);
  font-size: 13px;
  font-weight: normal;
  vertical-align: bottom;
  border-bottom-color: rgb(222, 226, 230);
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.list-box .list-box-head .listRow {
  border-top-color: rgb(222, 226, 230);
  border-bottom-color: currentColor;
  border-top-width: 1px;
  border-bottom-width: medium;
  border-top-style: solid;
  border-bottom-style: none;
}

.list-box .listRow {
  margin: 0px;
  border-bottom-color: rgb(222, 226, 230);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.list-box .listRow .col {
  padding: 0.75rem;
  font-size: 12px;
  border-right-color: rgb(222, 226, 230);
  border-right-width: 1px;
  border-right-style: solid;
}

.list-box .listRow :last-child.col {
  border-right-color: currentColor;
  border-right-width: medium;
  border-right-style: none;
}

.listRightPanel .listHead {
  padding: 5px 10px;
  display: block;
}

.listRightPanel .listHead small {
  font-size: 12px;
}

.listRightPanel .listHead .head {
  line-height: 16px;
}

.listRightPanel .listHead .cross {
  margin-top: 6px;
}

.listInn.nav {
  padding: 4px 8px;
}

.listInn.nav li {
  width: 100%;
  padding-bottom: 3px;
  font-size: 14px;
  border-bottom-color: rgb(184, 207, 245);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.listInn.nav a.nav-link {
  padding: 5px 4px;
  border-radius: 0px;
  color: rgb(10, 3, 3);
  text-decoration: none;
  display: block;
}

.listInn.nav a.nav-link.active {
  background-color: inherit;
}

.listInn.nav li.active a.nav-link {
  background: #fefeff;
}

.listInn.nav li a.nav-link:hover {
  background: rgb(235, 242, 254);
}

.listRightPanel .listLeftPanel {
  border-right-color: rgb(184, 207, 245);
  border-right-width: 1px;
  border-right-style: solid;
}

.listRightPanel .listBtn {
  padding-bottom: 2px;
  border-bottom-color: rgb(184, 207, 245);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.details {}

.formHead {
  padding-bottom: 5px;
  font-size: 1em;
  margin-bottom: 10px;
  border-bottom-color: rgb(234, 234, 234);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.form-area {
  padding: 10px 20px;
}

.form-block label {
  color: rgb(131, 128, 128);
  padding-left: 3px;
  font-size: 14px;
  margin-bottom: 5px;
}

.form-block input {
  padding: 0px 0px 0px 3px;
  border-radius: 0px;
  border: 1px solid rgb(255, 255, 255);
  border-image: none;
  color: rgb(10, 3, 3);
  font-size: 14px;
}

.text {
  padding: 0px 0px 0px 3px;
  border-radius: 0px;
  border: 1px solid rgb(255, 255, 255);
  border-image: none;
  color: rgb(10, 3, 3);
  font-size: 14px;
}

.form-control:focus {
  border: 1px solid rgb(156, 152, 152);
  border-image: none;
  box-shadow: none;
}

.form-block input:hover {
  border: 1px solid rgb(156, 152, 152);
  box-shadow: none;
  padding: 0px 0px 0px 3px;
  border-radius: 0px;
  border-image: none;
  color: rgb(10, 3, 3);
  font-size: 14px;
}

.basicDetails {
  margin-bottom: 15px;
}

.userListTable tbody {
  overflow: auto;
}

.form-area {
  overflow: auto;
}

.list-box .list-box-body {
  overflow: auto;
}

.leftPanel-s {
  overflow: hidden;
  max-width: 4%;
}

.logo-s {
  border-bottom-color: currentColor;
  border-bottom-width: medium;
  border-bottom-style: none;
}

.menu-s li {
  padding-left: 15px;
  font-size: 0px;
}

.rightPanel-full {
  flex: 0 0 96%;
  max-width: 96%;
}

.blueTxt {
  padding: 8px 10px;
  color: rgb(74, 138, 244);
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 100px;
  border-left-color: rgb(74, 138, 244);
  border-left-width: 1px;
  border-left-style: solid;
  float: left;
}

.screen2 .listBtn a {
  padding: 5px 5px 5px 7px;
  border-right-color: currentColor;
  border-left-color: rgb(184, 207, 245);
  border-right-width: medium;
  border-left-width: 1px;
  border-right-style: none;
  border-left-style: solid;
}

.screen2 .listRightPanel .listBtn {
  margin: 3px 0px 0px;
  padding-bottom: 0px;
  border-bottom-color: currentColor;
  border-bottom-width: medium;
  border-bottom-style: none;
}

.screen2 .listRightPanel .listLeftPanel {
  max-width: 9%;
}

.screen2 .listRightPanel .listrightPanel {
  flex: 0 0 91%;
  max-width: 91%;
}

.listInn.nav a.nav-link em {
  color: rgb(14, 82, 255);
  font-size: 12px;
  font-weight: 300;
  margin-top: 5px;
  display: inline-block;
}

.screen2 .form-area {
  padding: 10px;
  margin-right: 0px;
}

.screen2 .form-area .form-block {
  /* padding-right: 35px; */
}

.screen2 .form-area :last-child.form-block {
  padding-right: 25px;
}

.headBlue {
  background: rgb(240, 245, 255);
  padding: 7px 7px 7px 12px;
}

.addBtn {
  color: rgb(58, 58, 58);
  font-size: 14px;
  font-weight: 300;
  margin-top: 2px;
}

.addBtn:hover {
  text-decoration: none;
}

.addBtn img {
  margin-right: 7px;
}

.headGreen {
  background: rgb(204, 254, 208);
  padding: 7px 12px;
}

.headGray {
  background: rgb(242, 240, 240);
  padding: 6px 12px;
  color: rgb(10, 3, 3);
  font-size: 14px;
  font-weight: 500;
  font-family: Segoe UI;
}

.Row {
  background: rgb(242, 240, 240);
  padding: 6px 12px;
  color: rgb(10, 3, 3);
  font-size: 14px;
  font-weight: 300;
}

.detailsRow .col-sm-9 .headGray {
  padding: 0px 12px;
}

.detailsRow .Row {
  padding: 0px 12px;
}

.detailsRow .col-sm-9 .headGray .coloumn {
  padding: 7px 10px;
}

.detailsRow .col-sm-9 .headGray .coloumn.col1 {
  padding: 0px;
  margin-top: 0px;
}

.detailsRow {
  margin-right: 0px;
}

.list-item-block {
  padding: 5px;
}

.list-item {
  padding: 7px 3px;
  width: 100%;
  border-bottom-color: rgb(242, 240, 240);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  align-items: baseline;
}

.list-count {
  background: rgb(242, 240, 240);
  padding: 3px 7px;
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 400;
}

.border-gray {
  border: 1px solid rgb(242, 240, 240);
  border-image: none;
}

.list-item-text {
  width: 95%;
  color: rgb(10, 3, 3);
  font-size: 14px;
  margin-left: 15px;
}

.list-item-text strong {
  font-weight: normal;
  margin-top: 10px;
  display: inline-block;
}

.Row {
  background: none;
}

.coloumn {
  padding: 10px;
  text-align: left;
  border-right-color: rgb(242, 240, 240);
  border-right-width: 1px;
  border-right-style: solid;
  float: left;
  display: inline-block;
}

:last-child.coloumn {
  padding-bottom: 2px;
  border-right-color: currentColor;
  border-right-width: medium;
  border-right-style: none;
}

.col1 {
  width: 3%;
  text-align: center;
}

.col1.list-count {
  padding: 3px 7px;
  margin-top: 5px;
}

.col2 {
  width: 40%;
}

.col3 {
  width: 11%;
}

.col4 {
  width: 11%;
}

.col6 {
  width: 11%;
}

.col5 {
  width: 24%;
}

.col6 strong {
  font-weight: normal;
}

.col6 strong {
  width: 33.33%;
  text-align: center;
  float: left;
  display: inline-block;
}

.col6 a {
  width: 33.33%;
  text-align: center;
  float: left;
  display: inline-block;
}

.collepsArea {
  border-bottom-color: rgb(242, 240, 240);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  position: relative;
}

.collepseBlock {
  border-right-color: rgb(242, 240, 240);
  border-right-width: 1px;
  border-right-style: solid;
}

.bg-light {
  background: rgb(250, 252, 255);
  padding: 5px;
  border: 1px solid rgb(235, 235, 235);
  border-image: none;
  width: 92%;
  margin-left: 5%;
}

.bg-light input {
  background: none;
  border-color: transparent;
}

.bg-light .col1 {
  width: 20%;
}

.bg-light .col2 {
  width: 20%;
}

.bg-light .col3 {
  width: 18%;
}

.bg-light .col4 {
  width: 10%;
}

.bg-light .col5 {
  width: 10%;
}

.bg-light .col7 {
  width: 10%;
}

.bg-light .col6 {
  width: 12%;
}

.bg-light .form-block {
  padding: 0px 10px;
  text-align: left;
  border-right-color: rgb(242, 240, 240);
  border-right-width: 1px;
  border-right-style: solid;
}

.bg-light :first-child.form-block {
  padding-left: 0px;
}

.bg-light :last-child.form-block {
  border-right-color: currentColor;
  border-right-width: medium;
  border-right-style: none;
}

.flyBox {
  background: rgb(250, 252, 255);
  padding: 5px;
  border: 1px solid rgb(141, 134, 134);
  border-image: none;
  top: 0px;
  width: 50%;
  right: 42px;
  position: absolute;
  z-index: 1;
}

.flyBox input {
  border: 1px solid rgb(100, 100, 100);
  border-image: none;
  width: 47px !important;
}

.flyBox .form-group {
  padding: 0px 12px;
}

.flyBox .form-group label {
  margin: 1px 6px 0px 0px;
}

 .text-danger-error {
  color: rgb(220, 53, 69) !important;
  font-size: 10pt !important;
}
