@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Open Sans', sans-serif;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  padding: 0;
  margin: 0;
  outline: 0;
}

body {
  background: #fff;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  line-height: 12px;
  color: #5e5e5e;
}

.error {
  color: #FF0000;
}

input, textarea, select {
  font-family: Verdana, sans-serif;
  font-size: 14px;
}

textarea {
  overflow: hidden;
}

.field {
  border: solid 1px #d3cfc7;
  background: #fff;
  padding: 5px;
}

.small-field {
  border: solid 1px #d3cfc7;
  background: #fff;
  padding: 3px 1px;
  font-size: 11px;
}

.checkbox {
  width: 13px;
  height: 13px;
  vertical-align: top;
  position: relative;
  top: 2px;
}

.button {
  background: #eee url(images/button.gif) repeat-x 0 0;
  border: solid 1px #b1a874;
  color: #7f7f7f;
  font-size: 11px;
  padding: 2px 6px 2px 6px;
  cursor: pointer;
  line-height: 14px !important;
}

.button:hover {
  color: #333;
  border-color: #857b42;
}

.field:focus {
  color: #000;
  border-color: #857b42;
}

a img {
  border: 0;
}

a {
  color: #398058;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #8d341f;
  text-decoration: none;
}

.left, .alignleft {
  float: left;
  display: inline;
}

.right, .alignright {
  float: right;
  display: inline;
}

.cl {
  font-size: 0;
  line-height: 0;
  clear: both;
  display: block;
  height: 0;
}

.al {
  text-align: left;
}

.ar {
  text-align: right;
}

.ac {
  text-align: right;
}

h1 {
  font-size: 22px;
  line-height: 24px;
  color: #fff;
  font-weight: normal;
}

h1 a {
  color: #fff;
  text-decoration: none;
}

h2 {
  font-size: 15px;
  font-weight: normal;
}

h3 {
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
}

h3 a {
  text-decoration: none;
}

lable {
  color: #398058;
  font-weight: bold;
}

.shell {
  width: 988px;
  margin: 0 auto;
  position: relative;
}

#header {
  height: 98px;
  background: none repeat scroll 0 0 #44a33f;
  white-space: nowrap;
  position: relative;
}

#header h1 {
  float: left;
  display: inline;
  padding-top: 10px;
}

#top-navigation {
  white-space: nowrap;
  color: #fff;
  padding-top: 10px;
  position: absolute;
  right: 0;
}

#top-navigation a {
  color: #fff;
  padding: 0 5px;
}

#top-navigation span {
  color: #ffffff;
}

#top {
  height: 60px;
}

#navigation {
  text-align: center;
}

#navigation ul {
  list-style-type: none;
}

#navigation ul li {
  display: inline-block;
}

#navigation ul li a {
  line-height: 40px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 15px;
}

#navigation ul li a.active {
  background: #FFFFFF;
  color: #44a33f;
  border-radius: 5px;
  box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.5);
}

#container {
  padding: 20px 0;
}

.small-nav {
  color: #333333;
  padding-bottom: 20px;
  font-style: italic;
}

.small-nav a {
  color: #398058;
}

#main {}

#content {
  float: left;
  width: 750px;
}

/* #sidebar {
  float: right;
  width: 225px;
} */

table {
  width: 100%
}

.table {
  padding: 30px 30px;
  background: #F5F5F5;
  min-height: 320px;
}

.list-wrap .list-table tr:nth-child(odd) {
  background: #f5f5f5;
}

.list-wrap .list-table tr:nth-child(even) {
  background: #ECECEC;
}

.list-wrap .list-table tr:first-child {
  background: #BBB;
}

.list-wrap .list-table tr:hover {
  background: rgba(101, 186, 138, 0.3);
}

.table th {
  color: #444444;
  padding: 10px;
  font-weight: 700
}

.table td {
  padding: 10px 10px;
  font-size: 11px;
}


.table tr.odd td {
  background: #f8f8f8;
}

.table a.ico {}

.box {
  background: #FFFFFF;
  height: 100%;
  padding: 1px;
  margin-bottom: 20px;
  height: auto;
  width: 131%;
}

.box1 {
  background: #FFFFFF;
  height: 100%;
  padding: 1px;
  margin-bottom: 20px;
}

.boxlogin {
  background: #fbfcfc;
  height: 100%;
  padding: 1px;
  margin-bottom: 20px;
}

.box-head {
  background: #44a33f;
  height: 45px;
  color: #fff;
  padding: 0 15px;
  line-height: 45px;
  white-space: nowrap;
}

.box-head .right {
  padding-top: 8px;
  line-height: 13px;
}

.box-head .right label, .box-head .right input {
  float: left;
}

.box-head .right label {
  padding: 6px 5px 0 0;
}

.box-head .right input {
  margin-left: 5px;
  line-height: 16px !important;
}

.box .list-wrap a.add-link {
  padding: 0px 20px 15px;
  display: block;
  color: #44a33f;
  text-align: right;
}

.pagging {
  height: 20px;
  padding: 8px 10px;
  line-height: 19px;
  color: #949494;
}

.pagging a {
  background: url(images/pagging.gif) repeat-x 0 0;
  height: 20px;
  float: left;
  padding: 0 8px;
  border: solid 1px #d5d5d5;
  text-decoration: none;
  color: #949494;
  margin-left: 5px;
}

.pagging a:hover {
  border-color: #8c3521;
  background: #ba4c32;
  color: #fff;
}

.current {
  background: url(images/pagging.gif) repeat-x 0 0;
  height: 20px;
  float: left;
  padding: 0 8px;
  border: solid 1px #d5d5d5;
  text-decoration: none;
  margin-left: 5px;
  border-color: #8c3521;
  background: #ba4c32;
  color: #fff;
  border-radius: 3px 3px 3px 3px;
}

.pagging span {
  float: left;
  margin-left: 5px;
  padding-top: 2px;
}

a.ico {
  color: #9d9c9a;
  font-size: 10px;
  text-decoration: none;
  padding: 0 0 0 14px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

a.ico:hover {
  color: #333;
}

/* a.view { background-image:url(images/view.gif); }
a.del { background-image:url(images/del.gif)}
a.edit { background-image:url(images/edit.gif); } */

.form {
  padding: 15px 10px 5px 10px;
}

.form label {
  display: block;
  font-weight: bold;
  font-size: 13px;
  padding-bottom: 4px;
}

.form label span {
  color: #999;
  font-weight: normal;
}

.form .field {
  display: block;
}

.form .inline-field .field {
  display: inline;
}

.form .req {
  font-size: 13px;
  float: right;
  white-space: nowrap;
  color: #999;
}

.form p {
  padding-bottom: 15px;
}

.size1 {
  width: 716px;
}

.size2 {
  width: 80px;
}

.size3 {
  width: 120px;
}

textarea.size1 {
  height: 180px;
}

.buttons {
  text-align: right;
  padding: 10px;
  background: #eee;
  border-top: solid 1px #e0e0e0;
}

.buttons .button {
  margin-left: 3px;
}

.box-content {
  padding: 10px;
}

.sort {
  border-top: solid 1px #e0e0e0;
  padding-top: 10px;
  margin-top: 15px;
}

.sort label {
  display: block;
  font-weight: bold;
}

.sort .field {
  display: block;
  margin-top: 5px;
}

.sort select.field {
  width: 203px;
}

.box-content p {
  padding-top: 10px;
}

.select-all {}

.select-all label {
  text-decoration: underline;
  padding-left: 4px;
}

.add-button, .add-button span {
  float: left;
  height: 26px;
  background: url(images/add-button.gif) no-repeat 0 0;
  padding: 0 0 10px 10px;
  width: 155px;
}

.add-button span {
  background-position: right 0;
  padding: 0 10px 0 0;
}

.add-button {
  font-weight: bold;
  font-size: 12px;
  color: #747474;
  text-decoration: none;
  line-height: 26px;
}

.add-button:hover {
  color: #333;
}

#footer {
  height: 44px;
  background: #5C5C5C;
  line-height: 44px;
  color: #fff;
}

#footer a {
  color: #fff;
}

.msg {
  position: relative;
}

.msg p {
  padding: 9px 10px 9px 40px;
  font-size: 12px;
  background-repeat: no-repeat;
  background-position: 10px 5px;
}

.msg a.close {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  background: url(images/close.gif);
  text-indent: -4000px;
}

.msg-info p {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #fffac2;
  border: solid 1px #dbd6a2;
  color: #5e5c40;
}

.msg-ok p {
  background-color: #fffac2;
  border: solid 1px #dbd6a2;
  color: #5e5c40;
  background-image: url(images/msg-ok.gif);
}

.msg-error p {
  background-color: #f3c598;
  border: solid 1px #e8b084;
  color: #ba4c32;
  background-image: url(images/msg-error.gif);
}

/*** CSS3 ***/

.box {}

.boxlogin {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 0 6px #978f6c;
  -webkit-box-shadow: 0 0 6px #978f6c;
  margin: 200px 350px;
  width: 40%;
}

.field, .button {
  border-radius: 0;
}

.small-field, .button, .pagging a {
  padding: 5px 10px;
  font-size: 13px;
}

.msg p {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.border {
  border-bottom: 1px solid #FF0000;
  border: 1px solid #FF0000;
  border-radius: 10px;
}

/*Login page*/

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.form-signin {
  max-width: 410px;
  margin: 100px auto 0;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.form-signin h2.form-signin-heading {
  background: none repeat scroll 0 0 #398058;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  font-weight: 300;
  margin: 0;
  padding: 29px 21px;
  text-align: center;
  text-transform: uppercase;
}

.login-wrap {
  padding: 20px;
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
}

.form-signin input[type="text"], .form-signin input[type="password"] {
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  box-shadow: none;
  font-size: 16px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
}

.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
}

.radio, .checkboxlogin {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 10px;
}

.form-signin .btn-login {
  background: none repeat scroll 0 0 #398058;
  box-shadow: 0 4px #596959;
  color: #fff;
  border: 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.form-controllogin {
  width: 93%;
}

.pull-right {
  float: right!important;
}

.box .list-wrap a.add-link i {
  font-size: 30px;
}

.frm_sbmt_btn {
  font-size: 14px;
  color: #666;
  border: 1px solid #44a33f;
  border-radius: 5px;
  padding: 5px 8px;
  margin: 10px 0;
}

.frm_sbmt_btn:hover {
  border: 1px solid #000;
  color: #000;
}

.flt_rt {
  float: right;
}

.cntr {
  text-align: center;
}

.pdng {
  padding: 10px;
}

.Tax_Invoice {
  position: relative;
}

.Tax_Invoice .contact_hdr_r {
  position: absolute;
  right: 0;
}

.city {
  padding-top: 6px;
}

.MFRS {
  padding-bottom: 10px;
  padding-top: 2px;
}

.brdr_green {
  border: 1px solid #398058;
  height:100%;
  padding:15px 0px;
}

.ad_fild_btn {
  border: 1px solid #ba4c32;
}

.ad_fild_btn:hover {
  border: 1px solid #000;
  color: #000!important;
  cursor: pointer;
}

/*close Login page*/

/*custom css*/

.tdborder {
  border: 0px 0px 1px 0px solid grey !important;
}

#par_company_address {
  resize: vertical;
  width: 100%;
}

/*New Design CSS*/

body {
  font-size: 16px;
}

p {
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

.btn {
  font-size: 16px;
  width: 100%;
  height: 46px;
}

.input_data {
  width: 100%;
  height: 46px;
}

.shell {
  max-width: 100%;
  width: 100%;
  padding: 0px 15px;
  margin: 0px auto;
  position: static;
}

#header {
  height: 50px;
  background: #398058;
  white-space: nowrap;
  z-index: 10;
}

#header .header_top {
  height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

#top-navigation {
  padding-top: 0px;
  color: #ffffff;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}

.header_top .header_logo {
  position: absolute;
  top: 6px;
  left: 15px;
  border-radius: 5px;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.7);
}

#top-navigation {
  color: #ffffff;
  display: flex;
  align-items: center;
}

#top-navigation a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
}

#top-navigation a strong {
  font-weight: 700;
}

#top-navigation a img {
  margin-left: 5px;
  border-radius: 50% !important;
}

#container {
  padding: 0px 0px;
  height: calc(100vh - 94px);
  overflow: hidden;
  position: relative;
}

#container .shell {
  padding: 0px;
  height: 100%;
}

#container .side_nav-bar {
  position: absolute;
  width: 200px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 40px 0px;
  height: 100%;
  left: 0px;
  overflow: auto;
}

#container .side_nav-bar ul li {
  display: block;
}

#container .side_nav-bar ul li a {
  color: #ffffff;
  display: block;
  padding: 5px;
  padding: 0px 15px;
  display: block;
  box-shadow: none;
  border-radius: 0px;
}

#container .side_nav-bar ul li:hover>a:not(.active) {
  background-color: #398058;
}

#container .side_nav-bar ul li .active {
  background: #FFFFFF;
  color: #398058;
}

#container .msg-info {
  padding-left: 150px;
}

#container .msg-info p {
  padding-left: 15px;
}

#main {
  padding-left: 225px;
  height: 100%;
  overflow: auto;
  padding-right: 25px;
}

#main .small-nav {
  display: flex;
  align-items: center;
  padding: 0px;
  font-style: normal;
  font-size: 14px;
  height: 40px;
}

#main .small-nav a {
  text-decoration: none;
}

#main #content {
  width: 100%;
  float: none;
  padding: 0px;
}

#main #content .box {
  width: 100%;
}

.form_logo {
  width: 100%;
  margin: 10px 0px;
  border: 1px solid #a8a8a8;
  border-radius: 10px;
  overflow: hidden;
}

.form_logo img {
  width: 100%;
  height: 100%;
}

#content .box .form_button {
  display: flex;
  margin-top: 15px;
}

#main #content .box .box-head {
  background-color: #49A370;
  display: flex;
  align-items: center;
  height: 51px;
  line-height: 0px;
  border-radius: 10px 10px 0px 0px;
}

#main #content .box .box-head .left {
  float: none;
  font-size: 16px;
}

#main #content .box1 {
  width: calc(100% - 225px);
  display: inline-block;
}

#main #content .box .table {
  padding: 0px;
  min-height: auto;
  background: none;
}

/*.table form td input[type='text'] {
  width: 300px;
}*/

.table .row .column label {
  font-size: 12px;
  display: block;
  margin: 5px 0px;
  color: #a8a8a8;
}

.table .row .column input[type='text'], input[type='password'] {
  margin-bottom: 5px;
  width: 100%;
  height: 30px;  
  border: 1px solid #398058;
  border-radius: 0px;
}

.table .row .column textarea {
  width: 100%;
  height: 83px;
}

#main #content .box .table .action_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
  margin-bottom: 2px;
  background-color: #49A370
}

#main #content .box .table .action_bar h2{color: #fff;font-size: 17px; font-weight: 600;}

#main #content .box .list-wrap .add-link {
  display: flex;
  align-items: center;
  font-size: 13px;
  padding: 0px;
  color: #fff;
}

#main #content .box .list-wrap .add-link:hover {
  color: #000;
  text-decoration: none;
}

#main #content .box .list-table th {
  font-size: 14px;
  font-weight: 600;
}

#main #content .box .list-table td {
  font-size: 13px;
}

#main #content .box .table .pagging {
  display: flex;
  justify-content: space-between;
  height: auto;
  align-items: center;
  padding: 10px 0px;
  margin-top: 10px;
  border-top: 1px solid #949494;
}

#main #content .box .table .pagging a {
  padding: 3px 10px;
  height: auto;
  background: none;
}

#main #content .box .table .pagging .left {
  font-size: 14px;
}

#main #content .box .table .pagging .right {
  display: flex;
  align-items: center;
  font-size: 14px;
}

#main #content .box .pagging .right .current {
  height: auto;
  padding: 2px 10px;
  font-size: 15px;
  border-color: #2b5f29;
  background: #398058;
}

#main #content .box .pagging a:hover {
  background: #3D8039;
  border-color: #44a33f;
}

.list-table .ico {
  font-size: 15px;
  background-color: #398058;
  color: #fff;
  display: inline-flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.list-table .ico:hover {
  background-color: #e2e2e2;
  color: #000;
}

.list-table .pill {
  height: 20px;
  background-color: #fefefe;
  border-radius: 15px;
  color: #fff;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  margin: 0 auto;
}

.list-table .pill.green {
  background-color: #398058;
}

.list-table .pill.red {
  background-color: rgb(160, 0, 0);
}

.list-table .pill.red.mail {
  width: 120px;
}

input[type="text"], input[type="file"], input[type="password"], input[type="number"], input[type="email"],select {

  padding: 5px 10px;
  
}

.button {
  color: #fff;
  background: #398058;
  border: none;
  height: 30px;
}

body textarea {
  resize: vertical;
  width: 300px;
  border: 1px solid #398058;
  border-radius: 0px;
  height: 80px;
  padding: 5px 10px;
  overflow: auto;
}

.button:hover {
  background: #e2e2e2;
  color: #000;
}

/*height: calc(100vh - 93px);
  overflow: auto;*/

/*New Design CSS*/

.row {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
  padding: 0;
}

.column {
  margin: 0px;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0px 15px;
}

.column9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.column6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.column3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.column4 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.column2 {
  flex: 0 0 16.67%;
  max-width: 16.67%;
}

.column8 {
  flex: 0 0 66.66%;
  max-width: 66.66%;
}

.column10 {
  flex: 0 0 83.33%;
  max-width: 83.33%;
}

.column5 {
  flex: 0 0 41.66%;
  max-width: 41.66%;
}

.column7 {
  flex: 0 0 58.33%;
  max-width: 58.33%;
}

.column1 {
  flex: 0 0 8.33%;
  max-width: 8.33%;
}

.column11 {
  flex: 0 0 91.67%;
  max-width: 91.67%;
}

.card {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background: #f1f1f1;
  padding: 25px 15px;
  margin-bottom: 30px;
}

.row .profile_data {
  display: flex;
  align-items: center;
  padding: 0px 15px;
  margin: 0 -15px;
}

.row .user .user_name {
  color: #717171;
  font-size: 12px;
  margin-bottom: 15px;
  text-align: center;
}

.row .user label {
  font-weight: 700;
  color: #c7c7c7;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 0.25px;
}

.row .user .user_name h1 {
  font-size: 24px;
  font-weight: 700;
  color: #398058;
}

.row .user .user_inner {
  font-size: 10px;
  color: #717171;
  margin-bottom: 15px;
}

.row .user .user_inner p {
  font-size: 16px;
  line-height: normal;
  color: #000;
  font-weight: 400;
}

.row .prof_img {
  max-width: 150px;
  margin-left: auto;
  height: 0;
  display: flex;
  padding-bottom: 150px;
  position: relative;
  flex: 0 0 50%;
  border-radius: 5px;
  overflow: hidden;
}

.row .prof_img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.row .statstics {
  text-align: center;
  margin-top: 0px;
}

.row .statstics .statstics_inner {
  background: #cce7db;
  padding: 10px 3px;
  border-radius: 5px;
}

.row .statstics .statstics_inner h1 {
  font-weight: 700;
  padding: 0px;
  color: #803961;
  font-family: sans-serif;
  font-size: 32px;
  margin: 0px;
  line-height: normal;
}

.row .statstics .statstics_inner p {
  font-size: 12px;
  font-weight: 400;
  color: #5e5e5e;
}


.comp_logo_selection {
  margin-bottom: 0px;
}

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

.table .settings_selection label {
  font-size: 13px !important;
}

.settings_selection span {
  display: block;
  padding: 10px 0px;
  font-size: 14px;
}

.settings_selection input {
  width: 20px;
}

.form_col {
  margin: 15px 0px 0px;
}

.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper .file-upload {
  height: 40px;
  width: 140px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #398058;
  color: #FFFFFF;
  font-size: 18px;
}

.wrapper .file-upload input[type=file] {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.wrapper .file-upload span {
  font-size: 15px;
  padding: 0px 5px;
}

.wrapper .file-upload:hover {
  background-color: #e2e2e2;
  color: #000;
}

input[type='radio']:after {
  width: 10px;
  height: 10px;
  border-radius: 15px;
  top: 0px;
  left: 3px;
  position: relative;
  background-color: #d1d3d1;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

input[type='radio']:checked:after {
  width: 10px;
  height: 10px;
  border-radius: 15px;
  top: 0px;
  left: 3px;
  position: relative;
  background-color: #398058;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

#sidebar .card {
  margin-bottom: 0px;
}

#sidebar .box {
  margin-bottom: 0px;
  background: none;
}

#sidebar .row .prof_img {
  margin-left: 0px;
  padding-bottom: 110px;
}

#sidebar .row .prof_action {
  display: flex;
  flex-wrap: wrap;
}

.add-button, .add-button span {
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  float: none;
  background: none;
  padding: 5px 0px;
}

.add-button:hover {
  color: #000
}

.form_button .add-button {
  width: 100%;
}

.prof_management .box-content {
  padding: 0px;
}

.prof_management .logout_button {
  display: flex;
  justify-content: flex-end;
  color: #fff;
  margin: 10px 0px 0px;
}

.prof_management .logout_button .add-button {
  width: unset;
  background-color: #9b2020;
  color: #fff;
  padding: 0px 10px;
  height: 30px;
}

.prof_management .logout_button .add-button:hover {
  background-color: #e00000;
}

.prof_management {
  height: 285px;
  display: flex;
  align-items: center;
}

.pic-upload {
  justify-content: flex-start;
}

.prof_pic-upload .file-upload {
  border: none;
  height: 35px;
  width: 130px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 100px;
}

.modal-body {
  margin: auto;
  padding: 20px;
  width: 350px;
  overflow: auto;
}

.close {
  color: #c9c9c9;
  font-size: 28px;
  font-weight: bold;
  padding: 10px 0px;
  display: flex;
  justify-content: flex-end;
}

.close span:hover, .close span:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.list {
  background: rgba(255, 255, 255, 1);
  border-radius: 2px;
  list-style: none;
  padding: 10px 20px;
  border-radius: 2px;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.7);
}

.modal-body .list h1 {
  font-size: 13px;
  color: #a8a8a8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.list-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0px;
}

.list-item:last-child {
  border-bottom: none;
}

.list-item-image {
  border-radius: 50%;
  width: 64px;
}

.list-item-content {}

.list-item-content h4, .list-item-content p {
  margin: 0;
}

.list-item-content h4 {
  margin-top: 10px;
  font-size: 15px;
  color: #398058;
  font-weight: 700;
}

.list-item-content p {
  margin-top: 5px;
  color: #808080;
  font-size: 13px;
}

.list .list-item .list-item-content p {
  padding: 10px 0px;
  margin-top: 0px;
}

#modal .modal-body .list-item .prof_img {
  max-width: 55px;
  padding-bottom: 50px;
}

.add_new-user {
  display: flex;
  justify-content: center;
  font-size: 13px;
  color: #fff;
}

.add_new-user a {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}

.add_new-user a:hover {
  color: #000
}

.modal_action {
  display: flex;
  align-items: center;
  font-size: 12px;
  justify-content: flex-end;
}

.modal_action a {
  color: #398058;
  text-decoration: underline;
}

.modal_action a:hover {
  color: #803961;
}

#modal .modal_action a {width: 22px;}
#modal .modal_action a svg path:hover{fill: #000;}

#protype_id{width: 100%;}


.form_col select{border-radius: 0px; border: 1px solid #398058;}

.tax_rate_checkbox{display: flex; align-items: center;}
.tax_rate_checkbox label{padding: 0px 15px 0px 5px;}

.table .row .column .error{color: red;}

.comp_info{display: block;position: absolute;right: 20px;top: 10px;}
.invoice_header{position: relative;}

.stock_head{height: 50px;}

.thstyle{border-radius: 0px;}

#container .msg-info{padding-left: 0px;}

div.dataTables_wrapper .pagination>.active>a{
  background-color:#398058; 
  border-color: #398058; 
  color: #ffffff;
}
div.dataTables_wrapper .pagination>li>a{color: #398058; font-size:14px;}

.row table.dataTable thead>tr>th, table.dataTable thead>tr>td{padding-right: 10px;}


.table .ad_fild_btn{border: 1px solid #398058;}
.table .ad_fild_btn a{color: #398058;}
div.dataTables_wrapper a{color: #398058;text-decoration: none;}
div.dataTables_wrapper a:hover{color: #000;}

.active>label{display: flex;}

.prof_action a.active{color: #000; font-size: 13px; font-weight: 700;display: block;
    height: 0px;padding: 14px 0px;}

.form-controllogin{width: 100%;}

.searchbar input.field.small-field{
  width: 300px;
}

.dataTables_filter {
     display: none;
}

.table td{
  font-size: 14px;
}

.hasDatepicker{
  margin-top: 5px;
}

.validation{
    color: red;
    background: no-repeat;
    padding: 0;
    font-size: 15px;
}

.prof_action .add-button {
    display: block;
    width: 100%;
}

.dataTables_length {
    padding-left: 10px;
}

.show_pass{
    position:relative;
}
.show_pass i{
    position:absolute;
    right:30px;
    top:26px;
}