

html {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
}

html,
html body {
  font-family: 'Nunito Sans', sans-serif;
}

.poppins-font{
  font-family: 'Poppins', sans-serif;
}

body {
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  color: #000000;
  font-size-adjust: none;
  font-style: normal;
  margin: 0px;
  padding: 0px;
  background-color: #F3F5F9;
}

.main-content-section{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  min-height: 780px;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1;
  color: #0F2953;
  text-transform: none;
  margin: 0px;
  padding: 0px;
}

html body h1 { font-size: 30px; }

html body h2 { font-size: 24px; line-height: 32px; }

html body h3 { font-size: 22px; }

html body h4 { font-size: 20px; }

html body h5 { font-size: 18px; }

html body h6 { font-size: 16px; }

html body p {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #0F2953;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
html body p a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #0F2953;
}
html body p a:hover {
  color: #2C8FE5;
}

html body a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #0F2953;
  text-transform: none;
  outline: none;
  text-decoration: none !important;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}

html body a:hover { color: #2C8FE5; text-decoration: none !important; }

html body ul,
html body ol,
html body dl {
  margin: 0px 0px 20px 0px;
  padding: 0px 20px 0px 16px;
  position: relative;
}

ul:after,
ol:after,
dl:after {
  content: "";
  display: block;
  height: 0px;
  clear: both;
  overflow: hidden;
}

html body ul li,
html body ol li,
html body dl li {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #0F2953;
  text-transform: none;
  letter-spacing: normal;
  padding: 0px 0px 5px 2px;
}

html body li a{
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #0F2953;
  text-transform: none;
  outline: none;
  text-decoration: none !important;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}

html body li a:hover { color: #2C8FE5; text-decoration: none !important; }

*,
*:after,
*:before {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.row:before,
.row:after,
.clearfix:before,
.clearfix:after,
.wrapper:before,
.wrapper:after { clear: both; }

.row:before,
.row:after,
.clearfix:before,
.clearfix:after,
.wrapper:before,
.wrapper:after {
  content: "";
  display: block;
  height: 0px;
  overflow: hidden;
}

a,
button,
img,
select,
a:focus,
input:focus,
textarea:focus {
  outline: 0px !important;
  text-decoration: none;
}

.clr { clear: both; }

img {
  max-width: 100%;
  border: 0px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  outline: none;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}

button[disabled],
input[disabled] { cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0px;
  padding: 0px;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}

input:hover,
input:focus,
textarea:hover,
input[type=text]:hover,
textarea:active,
input[type=text]:active,
textarea:focus,
input[type=text]:focus,
button:focus,
button:active,
button:hover {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none!important;
}

input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="button"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea,
button {
  -webkit-appearance: none !important;
  box-shadow: none;
  border-radius: 0px;
  border: none;
}

select {
  box-shadow: none;
  border-radius: 0px;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
}

input[type="text"]::-moz-placeholder {
  color: #8997AE;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
  font-family: 'Nunito Sans', sans-serif;
}

input[type="text"]::-webkit-placeholder {
  color: #8997AE;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
  font-family: 'Nunito Sans', sans-serif;
}

input::-moz-placeholder {
  color: #8997AE;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
  font-family: 'Nunito Sans', sans-serif;
}

input::-webkit-placeholder {
  color: #8997AE;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
  font-family: 'Nunito Sans', sans-serif;
}

textarea::-moz-placeholder {
  color: #8997AE;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
  font-family: 'Nunito Sans', sans-serif;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #8997AE;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
  font-family: 'Nunito Sans', sans-serif;
}

input:-ms-input-placeholder {
  color: #8997AE;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
  font-family: 'Nunito Sans', sans-serif;
}

::-webkit-input-placeholder {
  color: #8997AE;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
  font-family: 'Nunito Sans', sans-serif;
}

:-moz-placeholder {
    /* Firefox 18- */
  color: #8997AE;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
  font-family: 'Nunito Sans', sans-serif;
}

::-moz-placeholder {
    /* Firefox 19+ */
  color: #8997AE;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
  font-family: 'Nunito Sans', sans-serif;
}

:-ms-input-placeholder {
  color: #8997AE;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
  font-family: 'Nunito Sans', sans-serif;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  border-radius: 0px;
}

input[type="radio"] {
  -webkit-appearance: radio;
  border-radius: 0px;
}

input {
  line-height: normal;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

/* Mozilla based browsers */
::-moz-selection {
  color: #fff;
  background-color: #2C8FE5;
}

/* Works in Safari */
::selection {
  color: #fff;
  background-color: #2C8FE5;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  font-size: 15px;
  color: #b7b7b7;
  width: 100%;
  height: 49px;
  background: #ffffff;
  border-radius: 4px;
  padding: 0 0 0 18px;
}

button,
input[type="submit"] {
  width: 100%;
  height: 49px;
  font-weight: 700;
  font-size: 14px;
  line-height: 49px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background-color: #144734;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

textarea {
  width: 100%;
  height: 119px;
  font-size: 15px;
  color: #b7b7b7;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin: 0 0 13px 0;
  padding: 12px 18px 10px 19px;
  overflow-y: hidden!important;
}

/* End Wordpress default CSS */
/* Project name CSS */

.clear { clear: both; }

.page-wrapper {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  min-height: 193px;
}

.wrapper {
  width: 100%;
  max-width: 1170px;
  margin: 0px auto;
  padding: 0px;
}

header,
section,
footer {
  float: left;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
}

section,
footer {
  background-color: #ffffff;
}


.button-row,
.daterangepicker.dropdown-menu .ranges .range_inputs {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: left;
  margin: 0px;
  padding: 0px;
}
.modal-footer {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: right;
}
.button-row a,
.button-row .button,
.button-row .btn,
.modal-footer .btn,
.daterangepicker.dropdown-menu .ranges .range_inputs .btn {
  position: relative;
  width: auto;
  display: inline-block;
  vertical-align: top;
  float: none;
  min-width: 181px;
  height: 44px;
  line-height: 22px;
  text-decoration: none;
  outline: none;
  border: 2px solid #2C8FE5;
  background-color: #2C8FE5;
  font-family: 'Nunito Sans', sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0px;
  border-radius: 6px;
  margin: 0px;
  padding: 10px 32px 12px 32px;
}
html body .modal {
  padding-left: 15px;
  padding-right: 15px;
}
html body .modal .modal-dialog {
  max-width: 793px;
}
html body .modal .modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
html body .modal .modal-dialog {
  min-height: calc(100% - (1.75rem * 2));
}
.print-block a {
  cursor: pointer;
}
html body .modal.bootbox-confirm .modal-dialog .modal-content .modal-body {
  padding-top: 40px;
  position: relative;
}

html body .modal.bootbox-confirm .modal-dialog .modal-content .modal-body .bootbox-body {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #0F2953;
  text-align: center;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
html body .modal .modal-dialog .bootbox-close-button.close {
  margin: 0px 0px 0px 0px !important;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  right: 1px;
  top: 1px;
}
.modal-footer .btn {
  margin-left: 0px;
  margin-right: 5px;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-right: 0px;
}
.button-row a:hover,
.button-row .button:hover,
.button-row .btn:hover,
.modal-footer .btn:hover,
.daterangepicker.dropdown-menu .ranges .range_inputs .btn:hover {
  background-color: #DCE0E8;
  color: #8997AE;
  border: 2px solid #DCE0E8;
}
.daterangepicker.dropdown-menu .ranges .range_inputs .applyBtn,
.daterangepicker.dropdown-menu .ranges .range_inputs .cancelBtn {
  min-width: auto;
  width: 100%;
}
.button-row .btn-primary,
.modal-footer .btn-default,
.daterangepicker.dropdown-menu .ranges .range_inputs .applyBtn  {
   border: 2px solid #2C8FE5;
   background-color: #2C8FE5;
   color: #ffffff;
   font-family: 'Nunito Sans', sans-serif;
   margin-bottom: 10px;
}
.button-row .btn-primary:hover,
.modal-footer .btn-default:hover,
.daterangepicker.dropdown-menu .ranges .range_inputs .applyBtn:hover{
  /*background-color: #DCE0E8;
  color: #8997AE;
  border: 2px solid #DCE0E8;*/
  background-color: #FFFFFF;
  color: #2C8FE5;
  border: 2px solid #2C8FE5;
}
.button-row .btn-secondary,
.modal-footer .btn-info,
.daterangepicker.dropdown-menu .ranges .range_inputs .cancelBtn{
  /*background-color: #ffffff;
  color: #2C8FE5;
  border: 2px solid #2C8FE5;*/
  background-color: #DCE0E8;
  color: #8997AE;
  border: 2px solid #DCE0E8;
  font-family: 'Nunito Sans', sans-serif;
}
.button-row .btn-secondary:hover,
.modal-footer .btn-info:hover,
.daterangepicker.dropdown-menu .ranges .range_inputs .cancelBtn:hover{
  /*background-color: #ffffff;
  color: #8997AE;
  border: 2px solid #8997AE;*/
  background-color: #ffffff;
  color: #8997AE;
  border: 2px solid #8997AE;
}
html body .button-row .btn-small,
.daterangepicker.dropdown-menu .ranges .range_inputs .btn-no {
  padding: 7px 20px 7px 20px;
  line-height: 19px;
  height: 35px;
  font-size: 14px;
  border-width: 1px;
  min-width: 84px;
}
html body .button-row .btn-small:hover,
.daterangepicker.dropdown-menu .ranges .range_inputs .btn-no:hover {
  border-width: 1px;
}

/* The switch - the box around the slider */

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 22px;
  float:right;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #BBC0CE;
  -webkit-transition: .4s;
  transition: .4s;
}

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

input.switch-default:checked + .switch-slider {
  background-color: #444;
}
input.switch-primary:checked + .switch-slider {
  background-color: #2C8FE5;
}
input.switch-success:checked + .switch-slider {
  background-color: #8bc34a;
}
input.switch-info:checked + .switch-slider {
  background-color: #3de0f5;
}
input.switch-warning:checked + .switch-slider {
  background-color: #FFC107;
}
input.switch-danger:checked + .switch-slider {
  background-color: #f44336;
}

input:focus + .switch-slider {
  /*box-shadow: 0 0 1px #2196F3;*/
  box-shadow: none;
}

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

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

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

/* custom-radio */

.custom-radio .custom-control-input,
.custom-radio input[type="radio"] {
  display: none;
}
.custom-radio {
  padding-left: 0px;
}
.custom-radio .custom-control-label {
  padding-left: 1.5rem;
  cursor: pointer;
}
.custom-radio .custom-control-label span {
  font-size: 16px;
  line-height: 22px;
  color: #0F2953;
  font-weight: 600;
  text-transform: none;
}
.custom-radio .custom-control-label:before {
  top: 4px;
  left: 0px;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border: 1px solid #BBC0CE;
  border-radius: 100%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #ffffff;
}
.custom-radio .custom-control-input ~ .custom-control-label:after {
  top: 8px;
  left: 4px;
  width: 7px;
  height: 7px;
  background-color: #2C8FE5;
  border-radius: 100%;
  display: none;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: none;
  display: block;
}

/* custom-radio */

html .custom-control-input:focus~.custom-control-label:before {
  box-shadow: none;
}
html .custom-control-input:focus:not(:checked)~.custom-control-label:before {
  border-color: #DCE0E8;
}


/* custom-checkbox */

html body .custom-checkbox {
  padding-left: 31px;
}
html body .custom-checkbox .custom-control-label {
  cursor: pointer;
}
html body .file-input-group .avtar-img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0px 0px 15px 0px;
}
html body .file-input-group .avtar-img img {
  width: 150px;
  height: auto;
  vertical-align: top;
}

/* 333 */
.file-input-group .custom-file-label:after {
  display: none;
}
.file-input-group .control-label{
  margin-bottom: 16px !important;
}
.control-fileupload input[type="file"] {
  display: block !important;
  right: 1px;
  top: 1px;
  height: 48px;
  opacity: 0;
  width: 100%;
  background: none;
  position: absolute;
  overflow: hidden;
  z-index: 2;
}
.file-input-group .control-fileupload {
  background-color: #ffffff;
  height: 48px;
  line-height: 46px;
  border: 1px solid #DCE0E8;
  width: 100%;
  padding: 0px 13px 0px 0px;
  font-size: 16px;
  color: #8997AE;
  font-weight: 400;
  font-family: 'Nunito Sans', sans-serif;
  box-shadow: none;
  border-radius: 6px 6px 6px 6px;
}
.file-input-group .control-fileupload:before {
  background-color: #DCE0E8;
  border: 2px solid #DCE0E8;
  min-width: 107px;
  text-align: center;
  color: #8997AE;
  font-weight: 600;
  font-size: 16px;
  padding: 0px 11px;
  content: 'Select File';
  right: auto;
  left: -1px;
  position: relative;
  float: left;
  width: auto;
  top: -1px;
  height: 48px;
  line-height: 46px;
  border-radius: 6px 0px 0px 6px;
  cursor: pointer;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}
.control-fileupload label {
  line-height: 24px;
  color: #8997AE;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  z-index: 1;
  margin-right: 0px;
  margin-bottom: 0px;
  cursor: text;
}
.control-fileupload .text-left.custom-file-label {
  color: #8997AE;
  font-size: 16px;
  text-align: left;
  height: 48px;
  line-height: 46px;
  background-color: transparent;
  border: 0px;
  padding: 0px;
  margin: 0px;
}
.file-input-group .control-fileupload:hover:before{
  background-color: #ffffff;
  border: 2px solid #8997AE;
  color: #8997AE;
}
.file-input-group .control-fileupload .text-left.custom-file-label {
  float: left;
  width: auto;
  padding-left: 10px;
  /*color: #7E8890;*/
  color: #8997AE;
  font-weight: 400;
  font-size: 16px;
  opacity: 1;
  font-style: italic;
}


/* 333 */

.custom-checkbox .custom-control-label span {
  font-size: 16px;
  line-height: 22px;
  color: #0F2953;
  font-weight: 600;
  text-transform: none;
}
.custom-checkbox input[type="checkbox"] {
  display: none;
}
.custom-checkbox .custom-control-label:before {
  border-radius: 3px;
  border:1px solid #DCE0E8;
  background-color: #ffffff;
  width: 15px;
  height: 15px;
}
.custom-checkbox .custom-control-label:before,
.custom-checkbox .custom-control-label:after {
  display: block !important;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before,
.custom-checkbox .checkbox:checked ~ .custom-control-label:before{
  background-color: #ffffff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after,
.custom-checkbox .checkbox:checked ~ .custom-control-label:after{
  background-image: url("../images/check-solid.svg");
}
.custom-checkbox .custom-checkbox .custom-control-input:checked ~ .custom-control-label.minus-check:after,
.custom-checkbox .checkbox:checked ~ .custom-control-label.minus-check:after{
  background-image: url("../images/minus-solid.svg");
}

/* custom-checkbox */

html .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}
html .container {
  max-width: 1920px;
  width: 100%;
  margin: 0px auto;
  padding-right: 52px;
  padding-left: 44px;
}
html .container:after {
  content: "";
  display: block;
  clear: both;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  height: 0px;
  width: 100%;
}
.login-screen {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  /* height: auto !important; */
  min-height: 100vh !important;
}
.login-screen:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 41%;
  height: 100%;
  background: transparent linear-gradient(180deg, #29E1C8 0%, #2C8FE5 100%) 0% 0% no-repeat padding-box;
}
.login-screen:after {
  position: absolute;
  content: "";
  left: auto;
  right: 0px;
  top: 0px;
  width: 59%;
  height: 100%;
  background-color: #ffffff;
}
.login-screen .login-form-bg {
  width: 41%;
  height: 100%;
  float: left;
  /* height: auto !important; */
  min-height: calc(100vh - 90px);
}
.login-screen .login-right-img {
  width: 59%;
  height: 100%;
  float: left;
  text-align: center;
  /*height: auto !important;*/
  min-height: calc(100vh - 90px);
}
.display-table {
  display: table;
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 3;
  min-height: calc(100vh - 0px);
}
.login-screen .display-table {
  min-height: calc(100vh - 70px);
}
.login-screen .login-right-img .display-table {
  min-height: calc(100vh - 150px);
  padding-bottom: 80px;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.login-screen .login-right-img img{
  max-width: 793px;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.login-screen .container {
  /*padding-right: 48px;
  padding-left: 48px;*/
  padding-right: 0px;
  padding-left: 0px;
}
.logo {
  color: #2C8FE5;
  font-size: 29px;
  font-weight: 700;
  line-height: 40px;
  font-family: 'Poppins', sans-serif;
  margin: 0px 0px;
  padding: 25px 0px 16px;
}
.login-screen .logo {
  padding: 34px 0px 16px 48px;
  color: #ffffff;
}
.logo a {
  display: block;
  text-transform: uppercase;
  outline: none;
  border: 0px;
  color: #2C8FE5;
  font-size: 29px;
  font-weight: 700;
  line-height: 40px;
  font-family: 'Poppins', sans-serif;
}
.login-screen .logo a{
  color: #ffffff;
}
.logo span{
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  color: #2C8FE5;
  text-transform: none;
}
.login-screen .logo span{
  color: #ffffff;
}
.login-screen .logo .ldot {
  text-transform: lowercase;
}
.login-form-bg h2{
  color: #ffffff;
  margin: 0px 0px 50px 0px;
  text-transform: none;
}
.login-screen .display-table-cell {
  text-align: center;
}
.max-width-middle {
  width: 100%;
  max-width: 468px;
  float: none;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0px auto 93px auto;
  text-align: left;
}
html body .form-group {
  margin: 0px 0px 21px 0px;
  padding: 0px;
}
html body .login-screen .form-group {
  margin: 0px 0px 36px 0px;
}
.form-group .input-group {
  position: relative;
}
.form-group .input-group .input-group-append {
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 9;
  width: 53px;
  height: 48px;
  border-radius: 6px 0px 0px 6px;
}
.form-group .input-group .input-group-append .input-group-text{
  width: 53px;
  height: 48px;
  padding: 0px 0px 0px 24px;
  text-align: center;
  border-radius: 6px 0px 0px 6px;
}
.form-group .input-group .input-group-append .input-group-text img {
  width: 14px;
  height: auto;
  vertical-align: top;
  margin: 0px 0px;
}
.form-group .input-group .input-group-append ~ .form-control {
  padding-left: 53px;
}
.form-group .label-field {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  line-height: 22px;
  color: #0F2953;
  text-align: left;
  display: block;
  width: 100%;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}
.form-group .form-control{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #DCE0E8;
  border-radius: 6px !important;
  height: 48px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #8997AE;
  font-family: 'Nunito Sans', sans-serif;
  margin: 0px;
  padding: 5px 16px 12px 16px;
}
.form-group #show_hide_password .form-control ~ .input-group-addon {
  position: absolute;
  right: 23px;
  top: 0;
  height: 48px;
  padding: 13px 0px 13px;
  width: 16px;
}
.form-group #show_hide_password .form-control ~ .input-group-addon i {
  color: #ffffff;
}
.form-group textarea.form-control {
  height: 100px;
}
.login-screen .form-group .form-control {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #ffffff;
}
.login-screen .form-group .label-field {
  font-weight: 400;
  color: #ffffff;
  margin: 0px 0px 4px 0px;
}
.login-screen .max-width-middle form *::-webkit-input-placeholder {
  color: #ffffff;
}

.login-screen .max-width-middle form *:-moz-placeholder {
    /* Firefox 18- */
  color: #ffffff;
}

.login-screen .max-width-middle form *::-moz-placeholder {
    /* Firefox 19+ */
  color: #ffffff;
}

.login-screen .max-width-middle form *:-ms-input-placeholder {
  color: #ffffff;
}
.login-screen .form-group .custom-checkbox {
  padding: 0px 0px 0px 31px;
}
.login-screen .form-group .custom-checkbox .custom-control-label span {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #ffffff;
}
.login-screen .form-group .custom-checkbox .custom-control-label:before {
  border: 1px solid #ffffff;
  background-color: transparent;
}
.login-screen .form-group .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #fff;
  border-radius: 3px;
}
html body .login-screen .custom-checkbox .custom-control-label {
  line-height: 22px;
  vertical-align: top;
}
html body .login-screen .form-group.form-group-checkbox {
  margin: 0px 0px 33px 0px;
  padding: 0px 23px 0px 25px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
html body .login-screen .form-group.form-group-checkbox .custom-control.custom-checkbox {
  min-height: 16px;
  float: left;
  width: auto;
}

html body .login-screen .button-row .btn{
  height: 48px;
  line-height: 44px;
  width: 100%;
  padding: 0px 32px 0px 32px;
  background-color: #ffffff;
  color: #2C8FE5;
  border: 2px solid #ffffff;
}
html body .login-screen .button-row .btn:hover {
  background-color: #29E1C8;
  border: 2px solid #29E1C8;
  color: #ffffff;
}
html body .login-screen .forgot-link {
  float: right;
}
html body .login-screen .forgot-link a{
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #ffffff;
}
html body .login-screen .forgot-link a:hover {
  color: #29E1C8;
}
.new-signup-link-bottom {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 26px;
}
html body .login-screen .new-signup-link-bottom .not-account-link{
   float: left;
   width: auto;
}
html body .login-screen .new-signup-link-bottom .not-account-link a,
html body .login-screen .new-signup-link-bottom .sign-up-link a {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #ffffff;
}
html body .login-screen .new-signup-link-bottom .not-account-link a:hover,
html body .login-screen .new-signup-link-bottom .sign-up-link a:hover {
  color: #29E1C8;
}
html body .login-screen .new-signup-link-bottom .sign-up-link{
  float: right;
  width: auto;
}
html body .login-screen .new-signup-link-bottom .sign-up-link a {
  font-size: 16px;
  line-height: 22px;
}
.login-content-section {
  background-color: transparent;
  width: 100%;
  float: left;
  padding-top: 90px;
  max-height: calc(100vh - 0px);
}
.header-login {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99999;
}
.header.header-inner{
  box-shadow: 0px 0px 8px rgba(142,149,170,0.29);
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99999;
}
.header.header-inner .container {
  max-width: 100%;
}
.header.header-login .container{
  max-width: 100%;
}
.login-content-section .container{
  max-width: 100%;
}
.login-screen .darkHeader {
  box-shadow: 0px 0px 8px rgba(142,149,170,0.29);
  background-color: #ffffff;
}
.login-screen .darkHeader .logo a {
  color: #2C8FE5;
}
.login-screen .logo span {
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}
.login-screen .darkHeader .logo span {
  color: #2C8FE5;
}
.header.header-inner .logo{
  float: left;
  width: auto;
}
.header-right {
  float: right;
}
.header-right .notification-div {
  float: right;
  margin: 31px 0px 27px;
  padding: 0px 1px 0px 26px;
}
.header-right .notification {
  position: relative;
  padding: 0px;
  margin: 1px 0px 0px;
  box-shadow: none;
  float: right;
}
.header-right .notification:after {
  width: 16px;
  height: 21px;
  position: relative;
  content: "";
  display: inline-block;
  vertical-align: top;
  background-image: url("../images/bell-solid.svg");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 16px auto;
}
.header-right .notification:before {
  font-size: 11px;
  font-weight: 700;
  position: absolute;
  top: -7px;
  right: -8px;
  padding: 0;
  line-height: 14px;
  border: 0px #fff solid;
  border-radius: 100%;
  /* background: #BED823; */
  background-color: #29E1C8;
  opacity: 1;
  content: attr(data-count);
  -webkit-transform: none;
  transform: none;
  transition: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  width: 16px;
  height: 16px;
  text-align: center;
  z-index: 1;
}
.header-right .notification[data-count="0"]:before,
.header-right .notification[data-count=""]:before,
.header-right .notification[data-count=" "]:before {
  display: none;
}
.header-right .profile-block {
  float: left;
  width: auto;
  margin: 31px 0px 27px;
}
.header-right .profile-block .pro-img {
  float: right;
  width: auto;
  margin-top: 1px;
}
.header-right .profile-block .pro-img img {
  width: 16px;
  height: auto;
  vertical-align: top;
}
.header-right .user-profile .admin-text{
  float: left;
  width: auto;
  font-size: 16px;
  color: #8997AE;
  line-height: 22px;
  font-weight: 400;
  padding: 0px 16px 0px 0px;
}
.page-wrapper {
  min-height: 100vh;
}
.left-bar {
  position: absolute;
  padding: 81px 0px 25px;
  width: 308px;
  height: 100%;
  background-color: #ffffff;
  left: 0px;
  top: 0px;
  bottom: 0px;
  box-shadow: 0px 2px 8px rgba(142,149,170,0.29);
  z-index: 7;
}
.sidebar-menulist {
  float: left;
  width: 100%;
  padding: 3px 0px 0px 0px;
  max-height: calc(100vh - 110px);
}
html .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #2C8FE5 !important;
  opacity: 1 !important;
}

html .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #2C8FE5 !important;
  opacity: 1 !important;
}

.sidebar-menulist ul.nav-left {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px 28px;
}
.sidebar-menulist ul.nav-left li {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 31px 0px 29px;
  border-top: 1px solid #DCE0E8;
  list-style-type: none;
}
.sidebar-menulist ul.nav-left li.open.active ul{
  display: block !important;
}
.sidebar-menulist ul.nav-left li.open.active a {
  padding-bottom: 6px;
  color: #2C8FE5;
}
.sidebar-menulist ul.nav-left li.open.active:hover a {
  color: #2C8FE5;
}
.sidebar-menulist ul.nav-left li.open.active:hover a .hover-img{
  display: none;
}
.sidebar-menulist ul.nav-left li.open.active:hover a .normal-img{
  display: block;
}
.sidebar-menulist ul.nav-left li.open.active a .fa-angle-right-hover {
  display: none;
}
.sidebar-menulist ul.nav-left li.open.active a .fa-angle-right-normal{
  display: none;
}
.sidebar-menulist ul.nav-left li.open.active a .fa-angle-down-active{
  display: block;
  width: 12px;
}
.sidebar-menulist ul.nav-left li:first-child {
  border-top: 0px;
}
.sidebar-menulist ul.nav-left li a{
  font-size: 16px;
  line-height: 22px;
  color: #8997AE;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0px 0px 0px 16px;
}
.sidebar-menulist ul.nav-left li .fa {
  line-height: 19px;
  color: #BBC0CE;
  width: 8px;
  height: 19px;
}
.sidebar-menulist ul.nav-left li .chevron-double-left-solid {
  width: 12px;
  cursor: pointer;
  display: block;
}
.sidebar-menulist ul.nav-left li .chevron-double-left-solid.hover {
  display: none;
}
.sidebar-menulist ul.nav-left li:hover .chevron-double-left-solid {
  display: none;
}
.sidebar-menulist ul.nav-left li:hover .chevron-double-left-solid.hover {
  display: block;
}
.sidebar-menulist ul.nav-left li .chevron-double-right-solid {
  width: 14px;
  cursor: pointer;
  display: none;
}
.sidebar-menulist ul.nav-left li .chevron-double-right-solid.hover {
  display: none;
}
.sidebar-menulist ul.nav-left li .fa-angle-right-normal {
  display: block;
}
.sidebar-menulist ul.nav-left li .fa-angle-right-hover {
  display: none;
}
.sidebar-menulist ul.nav-left li .fa-angle-down-active {
  display: none;
}
.sidebar-menulist ul.nav-left li:hover a {
  color: #BBC0CE;
}
.sidebar-menulist ul.nav-left li:hover .fa-angle-right-hover {
  display: block;
}
.sidebar-menulist ul.nav-left li:hover .fa-angle-right-normal {
  display: none;
}
.sidebar-menulist ul.nav-left li .m-icon{
  width: auto;
  height: auto;
  vertical-align: top;
  line-height: 22px;
  min-width: 17px;
  min-height: 22px;
  float: left;
}
.sidebar-menulist ul.nav-left li .m-icon img{
  width: auto;
  height: 17px;
  vertical-align: top;
}
.sidebar-menulist ul.nav-left li .m-text {
  display: block;
  width: 100%;
  padding: 0px 0px 0px 48px;
}
.sidebar-menulist ul.nav-left li .nav-child {
  display: none;
  padding: 0px;
}
.sidebar-menulist ul.nav-left li .nav-child li {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.sidebar-menulist ul.nav-left li .normal-img {
  display: block;
}
.sidebar-menulist ul.nav-left li .hover-img {
  display: none;
}
.sidebar-menulist ul.nav-left li:hover .normal-img {
  display: none;
}
.sidebar-menulist ul.nav-left li:hover .hover-img {
  display: block;
}
.sidebar-menulist ul.nav-left li .submenu-open {
  padding-bottom: 6px;
  color: #2C8FE5;
}
.sidebar-menulist ul.nav-left li:hover .submenu-open {
  color: #2C8FE5;
}
.sidebar-menulist ul.nav-left li:hover .submenu-open .hover-img{
  display: none;
}
.sidebar-menulist ul.nav-left li:hover .submenu-open .normal-img{
  display: block;
}
html .mCSB_inside > .mCSB_container {
  margin-right: 0px;
}
.sidebar-menulist ul.nav-left li:hover .submenu-open .fa-angle-right-hover {
  display: none;
}
.sidebar-menulist ul.nav-left li .submenu-open .fa-angle-right-normal{
  display: none;
}
.sidebar-menulist ul.nav-left li .submenu-open .fa-angle-down-active{
  display: block;
  width: 12px;
}
.sidebar-menulist ul.nav-left li .nav-child li .m-text {
  display: block;
  margin: 8px 0px;
  border-radius: 6px;
  color: #8997AE;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  padding-top: 8px;
  padding-bottom: 8px;
}
.sidebar-menulist ul.nav-left li .nav-child li:hover .m-text,
.sidebar-menulist ul.nav-left li .nav-child li.active-sub .m-text {
  background-color: #F3F5F9;
  color: #2C8FE5;
}
.left-bar {
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}
.main-screen {
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}
html body.less-menu-open .sidebar-menulist ul.nav-left li .chevron-double-right-solid {
  width: 13px;
  line-height: 15px;
}
.sidebar-menulist ul.nav-left li a.less-atag {
  width: calc(100% - 20px);
}
.table-div-main .table-responsive #orderHistoryDiv .fade{
  opacity: 1;
}
html body.less-menu-open .sidebar-menulist ul.nav-left {
  padding-right: 19px;
  padding-left: 44px;
}
html body.less-menu-open .sidebar-menulist ul.nav-left li a {
  padding-left: 0px;
}
html body.less-menu-open .sidebar-menulist ul.nav-left li .m-text,
html body.less-menu-open .sidebar-menulist ul.nav-left li .fa{
  display: none !important;
}
html body .mCSB_scrollTools {
  opacity: 1 !important;
}
html body.less-menu-open .sidebar-menulist ul.nav-left li .less-menu .chevron-double-right-solid{
  display: block !important;
}
html body.less-menu-open .sidebar-menulist ul.nav-left li .less-menu .chevron-double-right-solid.hover{
  display: none !important;
}
html body.less-menu-open .sidebar-menulist ul.nav-left li:hover .less-menu .chevron-double-right-solid{
  display: none !important;
}
html body.less-menu-open .sidebar-menulist ul.nav-left li:hover .less-menu .chevron-double-right-solid.hover{
  display: block !important;
}
html body.less-menu-open .sidebar-menulist ul.nav-left li {
  border: 0px;
}
html body.less-menu-open .left-bar {
  width: 113px;
}
html body.less-menu-open .main-screen {
  padding-left: 125px;
}

.main-screen {
  padding: 111px 52px 55px 340px;
  background-color: transparent;
  position: relative;
}
.main-screen-inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
}

/* Circle loader CSS Start */

.loader-overlay {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: rgba(15, 41, 83, 0.40);
  border: 1px solid rgba(112, 112, 112, 0.40);
  text-align: center;
}
.loader,
.loader:after {
  border-radius: 100%;
  width: 79px;
  height: 79px;
}
.loader {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  margin: -40px auto 0px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 6px solid rgba(255, 255, 255, 1);
  border-right: 6px solid rgba(255, 255, 255, 1);
  border-bottom: 6px solid rgba(255, 255, 255, 1);
  border-left: 6px solid #29E1C8;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.small-loader .loader{
  width: 67px;
  height: 67px;
  margin: -34px auto 0px auto;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Circle loader CSS End */

.wrapper-boxes-12 {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.wrapper-boxes-12 .row-cm{
  margin-left: -9px;
  margin-right: -9px;
}
.wrapper-boxes-12 .row-cm .col-cp {
  padding-left: 9px;
  padding-right: 9px;
  padding-bottom: 16px;
}
.wrapper-boxes-12 .box-inner {
  background-color: #ffffff;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-radius: 6px;
  box-shadow: 0px 2px 10px rgba(142, 149, 170, 0.29);
  padding: 5px 17px 9px 18px;
}
.wrapper-boxes-12 .box-inner .number-div {
  display: block;
  text-align: center;
  color: #0F2953;
  font-size: 50px;
  font-weight: 300;
  line-height: normal;
  margin: 0px;
  padding: 0px;
}
.wrapper-boxes-12 .box-inner p {
  display: block;
  text-align: center;
  color: #BBC0CE;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: -9px 0px 0px 0px;
  padding: 0px;
}
.table-div-main {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 2px 10px rgba(142, 149, 170, 0.29);
  padding: 30px 32px 32px 32px;
  position: relative;
}

.table-div-top {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  min-height: 65px;
}
.show-entries-div {
  float: left;
  width: auto;
}
.show-entries-div span.show-text {
  float: left;
  padding: 13px 13px 13px 0px;
  font-size: 14px;
  line-height: 19px;
  color: #8997AE;
  font-weight: 400;
}

html .bootstrap-select,
html .bootstrap-select.form-control {
  min-width: 216px;
  border:1px solid #DCE0E8;
  border-radius: 6px;
  height: 44px;
  line-height: normal;
  padding: 0px !important;
  margin: 0px !important;
  outline: none !important;
}
html .select-filter-col.select-col-216 {
  min-width: auto;
  width: auto;
}
html .select-filter-col.select-col-216 .bootstrap-select,
html .select-filter-col.select-col-216 .bootstrap-select.form-control {
  min-width: 84px;
}
html .bootstrap-select .selectpicker {
  border:1px solid #DCE0E8;
  border-radius: 6px;
  height: 44px;
  line-height: 19px;
  padding: 13px 40px 12px 17px;
  /*display: none !important;*/
}

html body .bootstrap-select div.dropdown-menu {
  margin: 0px;
  padding: 10px 0px 12px 0px;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 8px rgba(142, 149, 170, 0.29);
  border-radius: 6px;
  margin: 9px 0px 9px 0px;
  border: 0px;
}
html .bootstrap-select div.dropdown-menu ul.dropdown-menu {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0px;
  width: 100%;
  height: auto;
  border: 0px;
  outline: none;
  margin: 0px;
  padding: 0px;
}
html .bootstrap-select div.dropdown-menu ul.dropdown-menu li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: block;
  width: 100%;
}
html .bootstrap-select div.dropdown-menu ul.dropdown-menu .dropdown-item {
  padding: 13px 23px 12px 23px;
  margin: 0px;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 19px;
  color: #8997AE;
  font-weight: 400;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  border: 0px;
  outline: none;
  display: block;
  width: 100%;
}
html .bootstrap-select div.dropdown-menu ul.dropdown-menu .dropdown-item.active, 
html .bootstrap-select div.dropdown-menu ul.dropdown-menu .dropdown-item:active,
html .bootstrap-select div.dropdown-menu ul.dropdown-menu .dropdown-item:hover {
  color: #8997AE;
  text-decoration: none;
  background-color: #F3F5F9;
}

html .bootstrap-select .dropdown-toggle {
  width: 100%;
  height: auto;
  background-color: transparent !important;
  border: 0px;
  outline: none !important;
  line-height: 28px;
  font-size: 14px;
  font-weight: 400;
  color: #8997AE !important;
  text-align: left;
  margin: 0px;
  padding: 0px;
  min-height: auto;
  padding: 7px 28px 7px 13px;
  text-transform: none;
}
html .bootstrap-select .dropdown-toggle:hover,
html .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
html .bootstrap-select .dropdown-toggle:after {
  display: none !important;
}
html .bootstrap-select .dropdown-toggle:before {
  position: absolute;
  right: 17px;
  top: 14px;
  content: "";
  background-image: url("../images/caret-down-solid.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px auto;
  width: 9px;
  height: 14px;
}
html .bootstrap-select.show .dropdown-toggle:before {
  background-image: url("../images/caret-up-solid.svg");
}
html .show-entries-select-box .form-group .bootstrap-select.form-control {
  height: 44px;
}
.show-entries-div .bootstrap-select {
  width: auto !important;
  min-width: 51px !important;
}
html .show-entries-div .bootstrap-select .dropdown-toggle {
  padding-left: 17px;
  padding-right: 17px;
}
html .show-entries-div .bootstrap-select .dropdown-toggle:before {
  display: none;
}
html .show-entries-div .show-entries-select-box {
  float: left;
  width: auto;
}
html .show-entries-div .form-group {
  margin: 0px;
}
html .show-entries-div .show-entries-select-box .bootstrap-select div.dropdown-menu {
  max-width: 51px;
  min-width: auto !important;
}
html .show-entries-div .show-entries-select-box .bootstrap-select div.dropdown-menu ul.dropdown-menu .dropdown-item {
  padding-left: 17px;
  padding-right: 17px;
}

html body .select2-container--default .select2-selection--multiple {
  background-color: #ffffff;
  border: 1px solid #DCE0E8;
  border-radius: 6px !important;
  height: auto;
  padding: 7px 28px 7px 13px; 
  position: relative;
  line-height: 28px;
} 
html body .select2-container--default .select2-selection--multiple:before {
  position: absolute;
  right: 17px;
  top: 14px;
  content: "";
  background-image: url("../images/caret-down-solid.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px auto;
  width: 9px;
  height: 14px;
}
html body .select2-container--default .select2-selection--multiple ul,
html body .select2-container--default .select2-selection--multiple ul li {
  margin: 0px;
  padding: 0px;
  line-height: 28px;
  display: block !important;
}

html body .select2-container--default .select2-selection--multiple ul:after {
  display: none;
}
html body .select2-container--default .select2-selection--multiple ul li .select2-search__field {
  width: 100%;
  height: auto;
  background-color: transparent !important;
  border: 0px;
  outline: none !important;
  line-height: 28px;
  font-size: 14px;
  font-weight: 400;
  color: #8997AE !important;
  text-align: left;
  margin: 0px;
  padding: 0px;
  min-height: auto;
  padding:0px;
  display: block;
  /*padding: 13px 40px 13px 17px;*/
}
html body .select2-container--default .select2-selection--multiple ul li *::-webkit-input-placeholder {
  font-size: 14px;
}

html body .select2-container--default .select2-selection--multiple ul li *:-moz-placeholder {
    /* Firefox 18- */
  font-size: 14px;
}

html body .select2-container--default .select2-selection--multiple ul li *::-moz-placeholder {
  font-size: 14px;
}

html body .select2-container--default .select2-selection--multiple ul li *:-ms-input-placeholder {
  font-size: 14px;
}

.select-filter-tag-right-div {
  float: right;
  width: calc(100% - 170px);
}
.select-filter-tag-right-div-inner {
  float: right;
}
/*html .select2-container {
  min-width: 216px;
}*/
.select-filter-col {
  float: left;
  width: auto;
  min-width: 224px;
  padding: 0px 0px 0px 8px;
}
.filter-button-col {
  min-width: auto;
  margin-bottom: 21px;
}
.filter-button-col .button-row .btn {
  padding-left: 17px;
  padding-right: 17px;
  min-width: auto;
}
html .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #29E1C8;
  border: 0px;
  outline: none;
  border-radius: 6px;
  margin: 2px 0px 2px 0px;
  padding: 3px 27px 3px 7px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  position: relative;
}
html .select2-container--default .select2-selection--multiple .select2-selection__choice ~ .select2-search {
  display: none !important;
}
html .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-left: 3px;
}
html .select2-container--default .select2-selection--multiple .select2-selection__choice:first-child {
  margin-left: 0px;
}
html .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  right: 0px;
  top: 0px;
  float: right;
  width: 10px;
  height: 14px;
  line-height: normal;
  margin: 7px 7px 7px 7px;
  background-image: url("../images/times-solid-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px auto;
  font-size: 0px;
  color: #29E1C8;
}

/* select 2 drop down */

html body .select2-container .select2-dropdown.select2-dropdown-custom {
  margin: 0px;
  padding: 10px 0px 12px 0px;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 8px rgba(142, 149, 170, 0.29);
  border-radius: 6px;
  margin: 9px 0px 9px 0px;
  border: 0px;
}
html body .select2-dropdown-custom ul.select2-results__options {
  margin: 0px;
  padding: 0px;
}
html body .select2-dropdown-custom li.select2-results__option {
  margin: 0px;
  padding: 0px;
  list-style-type: none !important;
  display: block;
  width: 100%;
}
html body .select2-dropdown-custom li.select2-results__option {
  padding: 13px 23px 12px 23px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  font-size: 14px !important;
  line-height: 19px !important;
  color: #8997AE !important;
  font-weight: 400 !important;
  text-align: left !important;
  text-transform: none !important;
  text-decoration: none !important;
  border: 0px !important;
  outline: none !important;
  display: block !important;
  width: 100% !important;
}
html body .select2-dropdown-custom li.select2-results__option--highlighted, 
html body .select2-dropdown-custom li.select2-results__option:hover {
  color: #8997AE !important;
  text-decoration: none !important;
  background-color: #F3F5F9 !important;
}
.title-with-search-row {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  line-height: 1;
  min-height: 44px;
}
.page-title {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.page-title h2 {
  margin: 0px;
  padding: 0px;
}
.table-div-main .title-with-search-row .page-title{
  float: left;
  width: auto;
}
.search-wrapper{
  float: right;
  width: auto;
}
.form-group.has-search .input-group-append{
  right: 0px;
  left: auto;
  background-color: transparent;
}
.form-group.has-search .input-group-append .btn-secondary {
  background-color: transparent;
  background-image: url("../images/search-solid.svg");
  background-repeat: no-repeat;
  background-position: 7px center;
  background-size: 19px auto;
  height: 44px;
  width: 100%;
  border-radius: 0px;
  border: 0px;
  padding-right: 16px;
}
.form-group.has-search .input-group .input-group-append {
  height: 44px;
  width: 44px;
}
.form-group.has-search .input-group-append .btn-secondary .fa-search {
  display: none;
}
.table-div-main .dataTables_filter {
  position: absolute;
  right: 0;
  top: auto;
  bottom: auto;
  left: auto;
  margin: -68px 129px 0px 0px;
}
.table-div-main.table-filter-menu-with-table .dataTables_filter {
  margin: -108px 129px 0px 0px;
}
.form-group.has-search .form-control,
.table-div-main .dataTables_filter .form-control[type="search"] {
  height: 44px;
  width: 100%;
  max-width: 256px;
  padding: 13px 45px 12px 16px;
  border-radius: 6px;
  background-color: #ffffff;
  border:1px solid #DCE0E8;
  font-size: 14px;
  color: #8997AE;
  font-weight: 400;
  line-height: 19px;
}
.table-div-main .dataTables_filter .form-control[type="search"] {
  background-image: url("../images/search-solid.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 19px auto;
}
.dataTables_wrapper .row + .row {
  margin: 0px;
}
.table-div table.table tbody tr td {
  word-break: break-all;
}
.table-div table.table thead tr th:nth-child(2),
.table-div table.table thead tr td:nth-child(2) {
  min-width: 101px;
}
.table-div table.table thead tr th:nth-child(5),
.table-div table.table thead tr td:nth-child(5) {
  min-width: 65px;
}
.table-div table.table thead tr th:nth-child(9),
.table-div table.table thead tr td:nth-child(9) {
  min-width: 103px;
}
.table-div table.table thead tr th:before,
.table-div table.table thead tr th:after {
  display: none !important;
}
html body .table-div table.table thead tr th .sort {
  width: auto;
  margin-left: 8px;
}
.title-with-search-row .print-block{
  margin-left: 8px;
}
.dataTables_wrapper .row + .row .col-sm-5{
  display: none;
}
.dataTables_wrapper .row + .row {
  margin: 0px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.dataTables_wrapper .row + .row .col-sm-7{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0px;
}
.dataTables_wrapper .row + .row .col-sm-7 .dataTables_paginate {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #DCE0E8;
  border-radius: 6px;
  padding: 8px 21px 8px 21px;
}

.form-group.has-search *::-webkit-input-placeholder {
  font-size: 14px;
}

.form-group.has-search *:-moz-placeholder {
    /* Firefox 18- */
  font-size: 14px;
}

.form-group.has-search *::-moz-placeholder {
    /* Firefox 19+ */
  font-size: 14px;
}

.form-group.has-search *:-ms-input-placeholder {
  font-size: 14px;
}

/* 111*/

.table-div-main .dataTables_filter label {
  font-size: 0px;
}
.table-div-main .dataTables_filter *::-webkit-input-placeholder {
  font-size: 14px;
}

.table-div-main .dataTables_filter *:-moz-placeholder {
    /* Firefox 18- */
  font-size: 14px;
}

.table-div-main .dataTables_filter *::-moz-placeholder {
    /* Firefox 19+ */
  font-size: 14px;
}

.table-div-main .dataTables_filter *:-ms-input-placeholder {
  font-size: 14px;
}

html .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #DCE0E8 1px;
  outline: 0;
}
.form-group.has-search {
  float: left;
  width: auto;
  margin: 0px 4px 0px 0px;
}
.print-block {
  float: right;
  width: auto;
  margin: 0px 0px 0px 4px;
}
.print-block a {
  background-color: #ffffff;
  border: 1px solid #DCE0E8;
  border-radius: 6px;
  width: 44px;
  height: 44px;
  line-height: 19px;
  float: left;
  padding: 13px 12px 12px 13px;
}
.print-block a img {
  width: 19px;
  height: auto;
  vertical-align: top;
}
.print-block a:hover {
  background-color: #DCE0E8;
  border: 1px solid #DCE0E8;
}
.print-block a img.icon-hover {
  display: none;
}
.print-block a:hover img.icon-hover {
  display: block;
}
.print-block a:hover img.icon-normal {
  display: none;
}
.print-block a.selected,
.print-block a:focus {
  background-color: #29E1C8;
  border: 1px solid #29E1C8;
}
.print-block a:focus img.icon-normal{
  display: none;
}
.print-block a:focus img.icon-hover{
  display: block;
}
.print-block a.selected img.icon-hover {
  display: block;
}
.print-block a.selected img.icon-normal {
  display: none;
}

.table-div {
  margin: 24px 0px 0px 0px;
  padding: 0px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.table-div .col-sm-6 {
  position: static;
}
.table-div-main .dataTables_length {
  position: absolute;
  left: 25px;
  top: 25px;
}
.table-div-main .dataTables_length label {
  float: left;
  padding: 0px;
  font-size: 14px;
  line-height: 19px;
  color: #8997AE;
  font-weight: 400;
}
.table-div-main .dataTables_length select {
  margin: 0px 13px;
  height: auto;
  background-color: transparent !important;
  border: 0px;
  outline: none !important;
  line-height: 42px;
  font-size: 14px;
  font-weight: 400;
  color: #8997AE !important;
  text-align: left;
  min-height: auto;
  padding: 0px 7px 0px 7px;
  text-transform: none;
  border: 1px solid #DCE0E8;
  min-width: 51px;
  border-radius: 6px;
  height: 44px !important;
}
html .bootstrap-select .dropdown-toggle {
  width: 100%;
  height: auto;
  background-color: transparent !important;
  border: 0px;
  outline: none !important;
  line-height: 28px;
  font-size: 14px;
  font-weight: 400;
  color: #8997AE !important;
  text-align: left;
  margin: 0px;
  padding: 0px;
  min-height: auto;
  padding: 8px 28px 8px 13px;
  text-transform: none;
}
.select-filter-col.input-feild-col-orderdate_range .form-group .input-group .input-group-append .input-group-text {
  height: 44px;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.select-filter-col.input-feild-col-orderdate_range .form-group .input-group .input-group-append {
  height: 44px;
  width: 19px;
  margin: 0px 0px 0px 15px;
  padding: 0px;
}
.select-filter-col.input-feild-col-orderdate_range .form-group .input-group .input-group-append ~ .form-control {
  padding-left: 40px;
}
.table-div table { 
  border-collapse: separate; 
  border-spacing: 0px; 
}

.table-div table.table thead tr th {
  border-top: 1px solid #DCE0E8;
  border-right: 0px solid #DCE0E8;
  border-bottom: 1px solid #DCE0E8;
  border-left: 0px;
  border-radius: 0px;
  background-color: #ffffff;
  position: relative;
  padding: 9px 15px 7px 24px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 600;
  color: #0F2953;
  text-align: left;
  vertical-align: top;
}
.table-div table.table thead tr th:nth-child(1) {
  padding: 8px 0px 6px 18px !important;
}
.table-div table.table thead tr th:nth-child(2) {
  padding: 9px 15px 7px 17px;
}
.table-div table.table thead tr th span.border-span {
  display: block;
  line-height: 22px;
  text-align: left;
  position: relative;
}
.table-div table.table thead tr th span.border-span span.text,
.table-div table.table thead tr th span.text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 20px);
  display: inline-block;
  vertical-align: top;
  /*min-width: 51px;*/
}
.table-div table.table thead tr th span.first-border-span  {
  min-width: 35px;
}
.table-div table.table thead tr th:nth-last-child(1),
.table-div table.table tbody tr td:nth-last-child(1) {
  min-width: 78px; 
}
.table-div table.table thead tr th.mro-id-th-first {
  min-width: 60px;
}
.table-div table.table thead tr th span.border-span:before {
  position: absolute;
  content: "";
  left: -24px;
  top: -3px;
  width: 5px;
  height: 26px;
  border-left: 1px solid #DCE0E8;
}
.table-div table.table thead tr th .sort {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 33px;
  height: 15px;
  line-height: 12px;
  margin: 6px 0px 0px;
}
.table-div table.table thead tr th.check-box + th span.border-span:before {
  display: none;
}
.table-div .dataTables_wrapper .row{
  display: inline-block;
  vertical-align: top; 
  width: 100%;
  margin: 0px !important;
}
.table-div .table-responsive .dataTables_wrapper .form-control {
  width: auto;
}
.table-div .table-responsive .dataTables_wrapper label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}
.table-div .dataTables_wrapper .row .col-sm-1,
.table-div .dataTables_wrapper .row .col-sm-2,
.table-div .dataTables_wrapper .row .col-sm-3,
.table-div .dataTables_wrapper .row .col-sm-4,
.table-div .dataTables_wrapper .row .col-sm-5,
.table-div .dataTables_wrapper .row .col-sm-6,
.table-div .dataTables_wrapper .row .col-sm-7,
.table-div .dataTables_wrapper .row .col-sm-8,
.table-div .dataTables_wrapper .row .col-sm-9,
.table-div .dataTables_wrapper .row .col-sm-10,
.table-div .dataTables_wrapper .row .col-sm-11,
.table-div .dataTables_wrapper .row .col-sm-12 {
  padding: 0px !important;
}
.table-div table.table thead tr th:first-child {
  border-left: 1px solid #DCE0E8;
  border-radius: 6px 0px 0px 6px;
}
html body .table-div table.table thead tr th:first-child span.border-span:before{
  display: none;
}
.table-div table.table thead tr th:last-child {
  border-right: 1px solid #DCE0E8;
  border-radius: 0px 6px 6px 0px;
}
.table-div table .check-box .custom-checkbox {
  padding: 0px;
  min-width: 15px;
}
.table-div table.table tbody tr td {
  border: 0px;
  border-radius: 0px;
  background-color: #ffffff;
  position: relative;
  padding: 21px 15px 12px 24px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #0F2953;
  text-align: left;
  vertical-align: top;
}
.table-div table.table tbody tr td:first-child {
  border-radius: 6px 0px 0px 6px;
}
.table-div table.table tbody tr td:last-child {
  border-radius: 0px 6px 6px 0px;
}
.table-div table.table tbody tr:nth-child(odd) td {
  background-color: #ffffff;
}
/*.table-div table.table tbody tr:nth-child(odd) td {
  border-radius: 0px;
}*/
.table-div table.table tbody tr:nth-child(even) td {
  background-color: #F3F5F9;
}
/*.table-div table.table tbody tr:hover td {
  background-color: #F3F5F9;
}
.table-div table.table tbody tr:hover td:first-child {
  border-radius: 6px 0px 0px 6px;
}
.table-div table.table tbody tr:hover td:last-child {
  border-radius: 0px 6px 6px 0px;
}*/
.table-div table.table tbody tr td:nth-child(1) {
  padding: 20px 0px 12px 18px !important;
}
.table-div table.table tbody tr td:nth-child(2) {
  padding: 21px 15px 12px 17px;
}
.table-div table.table tbody tr td.blue-text {
  color: #2C8FE5;
}
.table-div table.table tbody tr td .switch {
  float: left;
}
.dot-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.dot-toogle {
  width: 6px;
  height: 24px;
  float: right;
  position: relative;
  cursor: pointer;
}
.dot-toogle span{
  float: left;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #BBC0CE;
  margin: 0px 0px 3px 0px;
}
.open-de-ed-icon {
  display: none;
  position: absolute;
  left: auto;
  right: 16px;
  top: 0px;
  width: 50px;
  height: auto;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 4px #1D1D1D33;
  border-radius: 6px;
  z-index: 3;
}
.open-de-ed-icon .print-block{
  border: 0px;
  box-shadow: none;
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.open-de-ed-icon .print-block a{
  border: 0px;
  box-shadow: none;
  width: 100%;
  height: auto;
  padding: 16px 16px 16px 16px;
  border-top: 1px solid #DCE0E8;
  border-radius: 0px;
  text-align: center;
}
td .open-de-ed-icon .print-block a {
  padding: 16px 14px 16px 14px;
}
.open-de-ed-icon .print-block a .fa {
  color: #BBC0CE;
  font-size: 19px;
}
.open-de-ed-icon .print-block a:hover .fa {
  color: #ffffff;
}
.open-de-ed-icon .print-block:first-child a{
  border-top: 0px;
  border-radius: 6px 6px 0px 0px;
}
.open-de-ed-icon .print-block:last-child a{
  border-radius: 0px 0px 6px 6px;
}

.table-div table.table tbody tr td .status {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 5px 9px 0px 0px;
}
.table-div table.table tbody tr td .status.yellow {
  background-color: #FFD501;
}
.table-div table.table tbody tr td .status.green {
  background-color: #29E1C8;
}
.table-div table.table tbody tr td .status.red {
  background-color: #FB7969;
}
.table-div table.table tbody tr td .status.blue {
  background-color: #2C8FE5;
}
.table-div table.dataTable thead .sorting, 
.table-div table.dataTable thead .sorting_asc, 
.table-div table.dataTable thead .sorting_asc_disabled, 
.table-div table.dataTable thead .sorting_desc, 
.table-div table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
}
.table-div table.dataTable thead .sorting:after, 
.table-div table.dataTable thead .sorting:before, 
.table-div table.dataTable thead .sorting_asc:after, 
.table-div table.dataTable thead .sorting_asc:before, 
.table-div table.dataTable thead .sorting_asc_disabled:after, 
.table-div table.dataTable thead .sorting_asc_disabled:before, 
.table-div table.dataTable thead .sorting_desc:after, 
.table-div table.dataTable thead .sorting_desc:before, 
.table-div table.dataTable thead .sorting_desc_disabled:after, 
.table-div table.dataTable thead .sorting_desc_disabled:before {
  position: absolute;
  bottom: .5em;
  display: block;
  color: #8997AE;
  opacity: 1;
}
.table-div table.dataTable thead .sorting:before, 
.table-div table.dataTable thead .sorting_asc:before, 
.table-div table.dataTable thead .sorting_asc_disabled:before, 
.table-div table.dataTable thead .sorting_desc:before, 
.table-div table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\f0de";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 12px;
  color: #8997AE;
  left: 0;
  right: 0px;
  margin: 0px auto;
  width: 8px;
}
.table-div table.dataTable thead .sorting:after, 
.table-div table.dataTable thead .sorting_asc:after, 
.table-div table.dataTable thead .sorting_asc_disabled:after, 
.table-div table.dataTable thead .sorting_desc:after, 
.table-div table.dataTable thead .sorting_desc_disabled:after {
  content: "\f0dd";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  right: 16px;
  font-size: 12px;
  color: #8997AE;
  left: 0;
  right: 0;
  margin: 0px auto;
  width: 8px;
  top: 0px;
}
.table-div table.dataTable thead .sorting_asc:before, 
.table-div table.dataTable thead .sorting_desc:after {
  opacity: 1;
  color: #8997AE;
}
.pagination-tables-row {
  display: inline-block;
  vertical-align:top;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #DCE0E8;
  border-radius: 6px;
  padding: 8px 21px 8px 21px;
}
.pagination-tables-row ul.pagination,
.dataTables_wrapper .row + .row .col-sm-7 .dataTables_paginate ul.pagination{
  float: right;
  margin: 0px;
  padding: 0px;
}
.pagination-tables-row ul.pagination li,
.dataTables_wrapper .row + .row .col-sm-7 .dataTables_paginate ul.pagination li{
  margin: 0px;
  line-height: normal;
  padding: 0px 0px 0px 7px;
}
.pagination-tables-row ul.pagination li a,
.dataTables_wrapper .row + .row .col-sm-7 .dataTables_paginate ul.pagination li a{
  width: auto;
  padding: 0px 6px 0px 6px;
  min-width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #BBC0CE;
  border-radius: 2px !important;
  font-size: 14px;
  color: #BBC0CE;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
}

.pagination-tables-row ul.pagination li.active a,
.pagination-tables-row ul.pagination li.active:hover a,
.dataTables_wrapper .row + .row .col-sm-7 .dataTables_paginate ul.pagination li.active a,
.dataTables_wrapper .row + .row .col-sm-7 .dataTables_paginate ul.pagination li.active:hover a{
  background-color: #2C8FE5;
  border: 1px solid #2C8FE5;
  color: #ffffff;
}
.pagination-tables-row ul.pagination li:hover a,
.dataTables_wrapper .row + .row .col-sm-7 .dataTables_paginate ul.pagination li:hover a{
  background-color: #DCE0E8;
  border: 1px solid #DCE0E8;
  color: #ffffff;
}
.pagination-tables-row ul.pagination li.previous a,
.pagination-tables-row ul.pagination li.next a,
.dataTables_wrapper .row + .row .col-sm-7 .dataTables_paginate ul.pagination li.previous a,
.dataTables_wrapper .row + .row .col-sm-7 .dataTables_paginate ul.pagination li.next a{
  position: relative;
  color: #0F2953;
  font-size: 10px;
  line-height: 22px;
}

.pagination-tables-row ul.pagination li.previous.disabled a,
.pagination-tables-row ul.pagination li.next.disabled a,
.dataTables_wrapper .row + .row .col-sm-7 .dataTables_paginate ul.pagination li.previous.disabled a,
.dataTables_wrapper .row + .row .col-sm-7 .dataTables_paginate ul.pagination li.next.disabled a{
  color: #BBC0CE;
}
.form-group-with-bg.form-group .form-control {
  background: transparent linear-gradient(180deg, #29E1C8 0%, #2C8FE5 100%) 0% 0% no-repeat padding-box;
}
.form-group-with-bg.form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.form-group-with-bg.form-group .form-control:-moz-placeholder {
    /* Firefox 18- */
  color: #ffffff;
}

.form-group-with-bg.form-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
  color: #ffffff;
}

.form-group-with-bg.form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.table-filter-menu {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 11px 0px 0px 0px;
}
.table-filter-menu ul {
  margin: 0px;
  padding: 0px;
}
.table-filter-menu ul li{
  margin: 0px;
  padding: 0px 0px 0px 45px;
  list-style-type: none;
  float: left;
  width: auto;
}
.table-filter-menu ul li:first-child {
  padding-left: 0px;
}
.table-filter-menu ul li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
  outline: none;
  border: 0px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: auto;
  padding: 0px 0px 6px 0px;
}
.table-filter-menu ul li.active a {
  color: #2C8FE5;
}
.table-filter-menu ul li a:hover {
  color: #2C8FE5;
}
.table-filter-menu ul li a:after{
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  opacity: 0;
  visibility: hidden;
  }
.table-filter-menu ul li.active a:after,
.table-filter-menu ul li a:hover:after {
  position: absolute;
  content: "";
  left: 0px;
  top: auto;
  bottom: 0px;
  width: 100%;
  height: 2px;
  width: 100%;
  background-color: #2C8FE5;
  opacity: 1;
  visibility: visible;
}
.main-screen .main-screen-inner {
  height: 100%;
}
.left-bar.sidebar.equalheight-screen {
  height: auto !important;
}
.screen-main-content-box-with-shadow {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  line-height: normal;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 10px #8E95AA29;
  border-radius: 6px;
  padding: 36px 32px 36px 32px;
  margin: 0px;
}
html .table-div-main.screen-main-content-box-with-shadow {
  padding: 36px 32px 36px 32px;
}
.custom-control.custom-radio.custom-radio-half {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.form-group.add-more-div {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.form-group.add-more-div a {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  line-height: 22px;
  color: #0F2953;
  text-align: left;
  display: block;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.row.add-row-js {
  position: relative;
}
.row.add-row-js .form-group {
  margin: 0px;
}
.row.add-row-js .delete-raw-tag {
  position: absolute;
  right: -25px;
  top: 0;
  height: 48px;
  line-height: 48px;
}
.row.add-row-js .delete-raw-tag a.deleteRaw {
  cursor: pointer;
  font-size: 12px;
  color: #2C8FE5;
  height: 48px;
  line-height: 48px;
}
.custom-control.custom-radio.custom-radio-half ~ .custom-control.custom-radio.custom-radio-half {
  margin-left: 20px;
}
.page-heading {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
  margin: 0px 0px 50px 0px;
}
.page-heading h2 {
  width: auto;
  float: left;
  text-transform: capitalize;
}
.form-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: left;
  padding: 0px 0px 0px 92px;
}
.form-wrapper .form-block-inner ~ .button-row {
  max-width: 656px;
}
.form-wrapper .form-block-inner ~ .button-row .float-right .btn-secondary{
  margin-right: 10px;
}
.form-block-inner {
  text-align: left;
  margin: 0px 0px;
  padding: 0px;
  width: 100%;
  max-width: 656px;
  display: inline-block;
  vertical-align: top;
  float: none;
}
html body .screen-main-content-box-with-shadow .form-wrapper .form-block-inner .form-group {
  margin: 0px 0px 38px 0px;
  padding: 0px;
}

html body .screen-main-content-box-with-shadow .form-wrapper .form-block-inner .ml8{
  margin-left: 8px;
}
html body .screen-main-content-box-with-shadow .form-wrapper .form-block-inner .mr8{
  margin-right: 8px;
}
html body .screen-main-content-box-with-shadow .form-wrapper .form-block-inner .form .btn {
  min-width: 117px;
}
html body .screen-main-content-box-with-shadow .form-wrapper .form-block-inner .form .btn.back-btn {
  min-width: 92px;
}
html body .page-heading.mb39,
html body .mb39 {
  margin-bottom: 39px;
}

.content-data-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: left;
  padding: 0px 0px 0px 92px;
}
.content-data-inner {
  text-align: left;
  margin: 0px 0px;
  padding: 0px;
  width: 100%;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  float: none;
}

.id-number {
  font-weight: 300;
  font-size: 50px;
  color: #0F2953;
  line-height: 60px;
  min-height: 69px;
  margin: 0px 0px 11px 0px;
  display: block;
  width: 100%;
}
.content-data-left .sub-text {
  margin: 0px 0px 26px 0px;
  padding: 0px;
  display: block;
  width: 100%;
}
.ic-text {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: #0F2953;
  margin: 0px 0px 24px 0px;
  padding: 0px;
}
.ic-text span {
  display: block;
}
.ic-text.ic-total-text {
  font-weight: 700;
  line-height: 32px;
  margin: 47px 0px 10px 0px;
}
.content-data-left {
  float: left;
  width: 59%;
}
.content-data-right {
  float: right;
  width: 41%;
  padding: 0px 0px 0px 55px;
  border-left: 1px solid #DCE0E8;
}
.main-screen.equalheight-screen.no-height  {
  height: auto !important;
}
.main-screen.equalheight-screen.no-height  .screen-main-content-box-with-shadow {
  padding-bottom: 67px;
  margin-bottom: 24px;
}
.order-summary-heading {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.order-summary-heading .page-title {
  float: left;
  width: auto;
  padding-top: 6px;
  margin-bottom: 15px;
}
.os-priority-order-right {
  float: right;
  width: auto;
}
.os-priority-order-right .select2-container {
  min-width: 93px;
}
.os-priority-order-right .custom-radio-row {
  float: left;
  width: auto;
  padding: 12px 16px 15px 10px;
}
.os-priority-order-right .custom-radio-row .label-field {
  float: left;
  padding: 0px 12px 0px 0px;
  margin: 0px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #0F2953;
}
.os-priority-order-right .custom-radio-row .custom-radio {
  float: left;
}
.os-priority-order-right .custom-radio-row .custom-radio ~ .custom-radio {
  margin-left: 23px;
}
.table-div-main.order-summary-table-div-main {
  padding-top: 29px;
  padding-bottom: 57px;
}
.table-div-main.order-summary-table-div-main .table-div {
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
html body .table-div-main.order-summary-table-div-main .form-group {
  margin: 0px 0px 15px 0px;
}
html body .table-div-main.order-summary-table-div-main .print-block {
  float: right;
  width: auto;
  margin: 0px 0px 15px 8px;
}
html body .table-div-main.order-summary-table-div-main .table {
  margin: 0px;
}

.table-div-main.no-icon .dataTables_filter {
  right: 0px;
  margin-right: 25px;
}
.print-block {
  position: relative;
}
.print-block .badge-dark {
  color: #0F2953;
  background-color: #29E1C8;
  position: absolute;
  right: -5px;
  top: -9px;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  font-size: 9px;
  text-align: center;
  line-height: 25px;
  padding: 0;
}
.table-div .table-div{
  margin: 0px 0px 0px 0px;
}

html #toast-container {
  margin-bottom: 22px;
}
html #toast-container .toast {
  position: relative;
  box-shadow: 0px 2px 8px #3535364A;
  min-height: 70px;
  padding: 9.5px 70px 8.5px 69px;
  width: 425px;
  border-radius: 6px;
  opacity: 1 !important;
}
html #toast-container .toast-close-button {
  position: absolute;
  font-size: 0px;
  width: 66px;
  height: 52px;
  border-left: 1px solid #ffffff;
  top: 9.5px;
  right: 0px;
  border-radius: 0px;
  background-image: url("../images/toast-close.svg");
  background-repeat: no-repeat;
  background-position: center center; 
  background-size: 22px 22px;
  cursor: pointer;
  opacity: 1 !important;
}
html body label.error {
  color: #ff0000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  width: 100%;
  margin: 6px 0px 0px 0px;
}
html #toast-container .toast.toast-success {
  background-color: #29E1C8;
  background-image: url("../images/toas-check-circle.svg") !important;
  background-repeat: no-repeat;
  background-position: left 24px top 23px; 
  background-size: 24px 24px;
  padding-top: 23px;
}
html #toast-container .toast.toast-warning,
html #toast-container .toast.toast-info {
  background-color: #FFD501;
  background-image: url("../images/toast-info.svg") !important;
  background-repeat: no-repeat;
  background-position: left 24px top 23px; 
  background-size: 24px 24px;
  padding-top: 23px;
}
html #toast-container .toast.toast-error {
  background-color: #FB7969;
  background-image: url("../images/toast-error.svg") !important;
  background-repeat: no-repeat;
  background-position: left 22px top 23px; 
  background-size: 29px auto;
  padding-top: 23px;
}
html #toast-container .toast .toast-message {
  color: #ffffff !important;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-align: left;
  font-family: 'Nunito Sans', sans-serif;
  padding-top: 1px;
}

.print-block.csv-icon-block a{
  padding: 7px;
}
.print-block .icon{
  display: block;
  width: 100%;
  text-align: center;
  line-height: normal;
}
.print-block .icon img{
  width: 19px;
  height: auto;
  vertical-align: top;
}
.print-block.csv-icon-block a:hover img.icon-hover,
td .print-block a:hover img.icon-hover {
  display: inline-block;
  vertical-align: top;
}
.print-block .text {
  color: #BBC0CE;
  font-size: 10px !important;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: -12px 0px 0px;
}
.print-block.csv-icon-block a:hover .text,
.print-block.csv-icon-block a:focus .text,
td .print-block a:hover .text,
td .print-block a:focus .text {
   color: #ffffff;
}
.table-div-main.button-bottom-show .filter-button-col {
  width: 100%;
  text-align: right;
}
.table-div-main.button-bottom-show .filter-button-col .button-row{
  width: auto;
  text-align: right;
}
.table-div-main.button-bottom-show .select-filter-tag-right-div {
  text-align: right;
}
.table-div-main.button-bottom-show .select-filter-tag-right-div-inner {
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
}

.table-div-main .select-wrapper-block-top {
  float: left;
  width: auto;
}
.table-div-main.button-bottom-show .select-wrapper-block-top{
  float: right;
}

.header-right .profile-block .dropdown .dropdown-menu {
  left: auto !important;
  right: 0px !important;
  transform: translate3d(0px, 20px, 0px) !important;
  top: 100% !important;
  padding: 11px;
}
.header-right .profile-block .dropdown .dropdown-menu {
  transform: translateY(55px) !important;
  transition: .5s ease all !important;
  display: inherit !important;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  border-radius: 0px;
  border: 0px;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.10);
  box-shadow: 0 3px 6px rgba(0,0,0,0.10);
  background-clip: inherit;
  padding: 7px 0px 7px 0px;
  margin: 0px;
  width: 100%;
}
.header-right .profile-block .dropdown {
  position: relative;
}

.header-right .profile-block .dropdown.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(50px) !important;
  transition: .5s ease all !important;
  display: inherit !important;
}

.header-right .profile-block .dropdown .dropdown-menu {
  margin: 0px;
  padding: 10px 0px 12px 0px;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 8px rgba(142, 149, 170, 0.29);
  border-radius: 6px;
  border: 0px;
}

.header-right .profile-block .dropdown .dropdown-menu li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: block;
  width: 100%;
}
.header-right .profile-block .dropdown .dropdown-menu .dropdown-item {
  padding: 13px 23px 12px 23px;
  margin: 0px;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 19px;
  color: #8997AE;
  font-weight: 400;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  border: 0px;
  outline: none;
  display: block;
  width: 100%;
}

/* 33333 */

.notification-div .dropdown-menu.dropdown-menu-notification {
  left: auto !important;
  right: 15px !important;
  width: 340px;
  background-color: #ffffff;
  border-radius: 0px;
  border: 0px;
  box-shadow: 4px 6.93px 20px rgba(0,0,0,0.10);
  margin: 0px;
  padding: 19px 15px 11px 15px !important;
  max-height: 500px;
  overflow-x : hidden;
  overflow-y : auto;
}
.header-right .notification-div {
  position: relative;
}
.notification-div .dropdown-menu.dropdown-menu-notification {
  transform: translateY(55px) !important;
  transition: .5s ease all !important;
  display: inherit !important;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  border-radius: 0px;
  border: 0px;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.10);
  box-shadow: 0 3px 6px rgba(0,0,0,0.10);
  background-clip: inherit;
  margin: 0px;
}

.notification-div .dropdown-menu.dropdown-menu-notification.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(50px) !important;
  transition: .5s ease all !important;
  display: inherit !important;
}

.notification-div .dropdown-menu.dropdown-menu-notification {
  margin: 0px;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 8px rgba(142, 149, 170, 0.29);
  border-radius: 6px;
  border: 0px;
}

.notification-div .dropdown-menu.dropdown-menu-notification li {
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 15px 0px;
  list-style-type: none;
  border-bottom: 1px solid rgb(149, 159, 176, 0.30);
}
.notification-div .dropdown-menu.dropdown-menu-notification li a{
  margin: 0px;
  padding: 0px;
  text-transform: none;
  text-decoration: none;
  background-color: transparent;
}
.notification-div .dropdown-menu.dropdown-menu-notification li a span.number-count {
  font-weight: 700 !important;
}
.notification-div .dropdown-menu.dropdown-menu-notification li a:hover {
  background-color: transparent;
}
.notification-div .dropdown-menu.dropdown-menu-notification li .notification-text-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.notification-div .dropdown-menu.dropdown-menu-notification li .notification-text-row {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  float: left;
}
.notification-div .dropdown-menu.dropdown-menu-notification li .notification-text-row span {
  display: block;
}
.notification-div .dropdown-menu.dropdown-menu-notification li .notification-text-row span.notification-text-tag-line {
  font-size: 12px;
  color: #1EC6B5;
  line-height: 17px;
  margin: 0px 0px 8px 0px;
}
.notification-div .dropdown-menu.dropdown-menu-notification li .notification-text-row span.notification-text-messages {
  font-size: 14px;
  color: #000000;
  line-height: 17px;
  margin: 0px 0px 15px 0px;
}
.notification-div .dropdown-menu.dropdown-menu-notification li .notification-time-row {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  float: left;
}
.notification-div .dropdown-menu.dropdown-menu-notification li .notification-time-row span {
  font-size: 12px;
  color: #959FB0;
  float: left;
}
.notification-div .dropdown-menu.dropdown-menu-notification li .notification-time-row span.minutes-text {
  float: right;
}
.notification-div .dropdown-menu.dropdown-menu-notification li.no-messages-li {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.notification-div .dropdown-menu.dropdown-menu-notification li.see-all-messages-li {
  border-bottom: 0px;
  margin-bottom: 0px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.notification-div .dropdown-menu.dropdown-menu-notification li.see-all-messages-li a {
  color: #3B4E71;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-transform: capitalize;
  float: left;
}
.notification-div .dropdown-menu.dropdown-menu-notification li.see-all-messages-li a:hover {
  color: #1EC6B5;
}
.notification-div .dropdown-menu.dropdown-menu-notification li.no-messages-li .link-block{
  color: #3B4E71;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-transform: capitalize;
}
.notification-div .dropdown-menu.dropdown-menu-notification li.see-all-messages-li .check-mark-all{
  float: right;
  font-size: 12px;
  color: #959FB0;
  font-weight: 600;
  line-height: 19px;
  text-transform: capitalize;
  width: auto;
}
.notification-div .dropdown-menu.dropdown-menu-notification li.see-all-messages-li .check-mark-all a {
  font-size: 12px;
  color: #959FB0;
  font-weight: 600;
  line-height: 19px;
  text-transform: capitalize;
}
.notification-div .dropdown-menu.dropdown-menu-notification li.see-all-messages-li .check-mark-all a:hover {
  color: #1EC6B5;
}


/* 333 */
.header-right .profile-block .dropdown .dropdown-menu .dropdown-item.active, 
.header-right .profile-block .dropdown .dropdown-menu .dropdown-item:active,
.header-right .profile-block .dropdown .dropdown-menu .dropdown-item:hover {
  color: #8997AE;
  text-decoration: none;
  background-color: #F3F5F9;
}
.table-div-main.search-beside-one-icon .dataTables_filter{
  margin-right: 77px;
}

html body .modal {
  z-index: 9999999;
  background-color: rgba(15, 41, 83, 0.40);
  border: 1px solid rgba(112, 112, 112, 0.40); 
}
.change-address-frm-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 15px 15px 30px 15px;
}
.change-address-frm-wrapper form.changeAddressFrm {
  max-width: 656px;
  width: 100%;
  margin: 0px auto;
}
.change-address-frm-wrapper .change-add-country .dropdown-toggle,
.change-address-frm-wrapper .change-add-country.form-control{
  padding: 12px 16px 12px 16px;
  height: 48px !important;
  line-height: 22px;
  font-size: 16px;
}
.button-row.mb0 .btn-primary{
  margin-bottom: 0px !important;
}
html body .modal-dialog .tab-content .tab-pane.fade {
  opacity: 1;
}
html body .modal-dialog .modal-content .col-md-12{
  padding: 0px;
}
html body .modal-dialog .modal-content .row{
  margin: 0px; 
}
html body .modal-dialog .modal-content .row .col-md-6:nth-child(odd){
  padding-left: 0px;
}
html body .modal-dialog .modal-content .row .col-md-6:nth-child(even){
  padding-right: 0px;
}
html body .modal-dialog .modal-content #orderHistoryDiv .row .panel-body .row {
  margin: 0px 0px 25px 0px;
}
html body .modal-dialog .modal-content .table-div #orderHistoryDiv table.table thead tr th:last-child {
  min-width: 120px;
}
html body .modal-dialog .modal-content .row .panel-body .row{
  margin: 0px -15px 25px -15px; 
  color: #0F2953;
}
html body .modal-dialog .modal-content .panel-default > .panel-heading {
  background-color: #fff;
  padding: 15px 35px 15px 15px;
  box-shadow: 0px 0px 8px rgba(142,149,170,0.29);
}
html body .modal-dialog .modal-content {
  border: 0px;
}
html body .modal-dialog .panel-heading {
  position: relative;
}
html body .modal-dialog .modal-content .table-div-main {
   background-color: transparent; 
   border-radius: 0px; 
   box-shadow: none; 
   padding: 25px 15px;
}
html body .modal-dialog .modal-content .table-div-main .table-div table.table tbody tr:nth-child(odd) td {
  border-radius: 0;
}
html body .modal-dialog .modal-content .table-div-main .table-div{
  margin: 0px;
}
html body .modal-dialog .modal-content .table-div-main .table-div .page-title {
  margin: 0px 0px 15px 0px;
}
html body .modal-dialog .modal-content .table-div-main .dataTables_length {
  position: relative;
  left: 0;
  top: 0;
}
html body .modal-dialog .modal-content .table-div-main .dataTables_filter {
  position: relative;
  right: 0;
  top: auto;
  bottom: auto;
  left: auto;
  margin: 0px 0px 0px 0px;
}
html body .modal-dialog .modal-content .table-div-main .col-sm-6 {
  float: left;
  margin-bottom: 15px;
}
html body .modal-dialog .modal-content .table-div-main .col-sm-6 + .col-sm-6 {
  float: right;
}
html body .modal-dialog .modal-content .table-div-main .col-sm-6 + .col-sm-6 .dataTables_filter{
  float: right;
}
html body .modal-dialog .modal-content .table-div table.table thead tr th:nth-child(1) {
  min-width: 80px;
}
html body .modal-dialog .modal-content .table-div table.table thead tr th:nth-child(3) {
  min-width: 119px;
}
html body .modal-dialog .modal-content .table-div table.table thead tr th:nth-child(7) {
  min-width: 119px;
}
html body .modal-dialog .modal-content .table-div table.table thead tr th:nth-child(8) {
  min-width: 131px;
}
html body .modal-dialog .panel-heading .nav-tabs {
  padding: 0;
  margin: 0;
  border: 0;
}
html body .modal-dialog .panel-heading .nav-tabs li {
  margin: 0px;
  padding: 0px 15px 0px 0px;
  border:0px;
}
html body .modal-dialog .panel-heading .nav-tabs li a.active {
  color: #2C8FE5;
}
html body .modal-dialog .tab-content .table-div .table-responsive .item-detail-heading {
  font-weight: 700;
  font-size: 18px;
}
html body .modal-dialog .panel-heading .close {
  background-image: url("../images/closed-popup-icon.svg");
  background-position: center center;
  background-size: 13px auto;
  background-repeat: no-repeat;
  opacity: 1 !important;
  width: 35px;
  height: 35px;
  z-index: 3;
  position: absolute;
  right: 0px;
  top: 0px; 
  margin: 8px 0px 8px;
}
html body .modal-dialog .modal-content {
  border-radius: 6px;
}
html body .modal-dialog .modal-content .panel-default > .panel-heading {
  border-radius: 6px 6px 0px 0px;
}

html .daterangepicker.dropdown-menu {
  width: 773px;
  margin: 0px;
  padding: 15px;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 8px rgba(142, 149, 170, 0.29);
  border-radius: 6px;
  margin: 9px 0px 9px 0px;
  border: 0px;
}
html body .datepicker.datepicker-dropdown {
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
  border:0px;
  box-shadow: 0px 1px 8px rgba(142, 149, 170, 0.29);
  border-radius: 6px;
  margin: 9px 0px 9px 0px;
  border: 0px;
}
.datepicker-dropdown.datepicker-orient-bottom:before,
.datepicker-dropdown.datepicker-orient-bottom:after {
  display: none !important;
}
.daterangepicker.dropdown-menu .calendar.left,
.daterangepicker.dropdown-menu .calendar.right {
  float: left; 
  width: 40%;
}
.daterangepicker.dropdown-menu .calendar.left {
  padding-right: 7px;
}
.daterangepicker.dropdown-menu .calendar.right {
  padding-left: 7px;
  border-left: 0px solid #DCE0E8;
}
.daterangepicker.dropdown-menu .calendar .calendar-table  {
  width: 100%;
  /*border: 1px solid #DCE0E8;*/
  box-shadow: 0px 1px 4px #1D1D1D33;
  padding: 0px;
}

.daterangepicker.dropdown-menu .calendar .calendar-table .table-condensed th.prev,
.daterangepicker.dropdown-menu .calendar .calendar-table .table-condensed th.month, 
.daterangepicker.dropdown-menu .calendar .calendar-table .table-condensed th.month + th,
.daterangepicker.dropdown-menu .calendar .calendar-table .table-condensed thead tr:first-child th:first-child, 
.datepicker.datepicker-dropdown .table-condensed th.prev,
.datepicker.datepicker-dropdown .table-condensed th.datepicker-switch,
.datepicker.datepicker-dropdown .table-condensed thead tr th.next{
  background: #F3F5F9 ;
  border: 0.5px solid #0000000D;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #0F2953;
  line-height: 15px;
  padding: 8px 0px 7px 0px;
  height: 34px;
}
.daterangepicker.dropdown-menu .calendar .calendar-table .table-condensed th.month,
.datepicker.datepicker-dropdown .table-condensed th.datepicker-switch {
  text-align: center;
  border-right: 0px;
  border-left: 0px;
}
.daterangepicker.dropdown-menu .calendar .calendar-table .table-condensed th.prev,
.datepicker.datepicker-dropdown .table-condensed th.prev {
  border-right: 0px;
  width: 30px;
}
.datepicker.datepicker-dropdown .table-condensed th.datepicker-switch {
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
}
.datepicker.datepicker-dropdown .table-condensed th.prev {
  border-left: 0px;
  border-top: 0px;
}
.daterangepicker.dropdown-menu .calendar .calendar-table .table-condensed th.month + th,
.datepicker.datepicker-dropdown .table-condensed thead tr th.next {
  border-left: 0px;
  width: 30px;
}
.datepicker.datepicker-dropdown .table-condensed thead tr th.next {
  border-right: 0px;
  border-top: 0px;
}
.daterangepicker.dropdown-menu .calendar .calendar-table .table-condensed thead tr:first-child th:first-child {
  border-right: 0px;
  width: 30px;
  background-color: #F3F5F9;
}
.daterangepicker.dropdown-menu .calendar .calendar-table .table-condensed th .fa {
  width: 30px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6px auto;
}
.datepicker.datepicker-dropdown .table-condensed thead tr th.prev,
.datepicker.datepicker-dropdown .table-condensed thead tr th.next {
  width: 30px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6px auto;
  font-size: 0px;
  color: #F3F5F9;
}
.daterangepicker.dropdown-menu .calendar .calendar-table .table-condensed th.prev .fa,
.datepicker.datepicker-dropdown .table-condensed thead tr th.prev{
  background-image: url("../images/chevron-left-light.svg");
}
.daterangepicker.dropdown-menu .calendar .calendar-table .table-condensed th.month + th .fa,
.datepicker.datepicker-dropdown .table-condensed thead tr th.next{
  background-image: url("../images/chevron-right-light.svg");
}
.daterangepicker.dropdown-menu .calendar .calendar-table .table-condensed th .fa:before,
.daterangepicker.dropdown-menu .calendar .calendar-table .table-condensed th .fa:after,
.datepicker.datepicker-dropdown .table-condensed thead tr th.next .fa:before,
.datepicker.datepicker-dropdown .table-condensed thead tr th.next .fa:after {
  display: none;
}
/*.daterangepicker.dropdown-menu .calendar .calendar-table .table-condensed .tbody {
  box-shadow: 0px 1px 4px #1D1D1D33;
}*/

.daterangepicker.dropdown-menu .calendar .calendar-table .table-condensed thead tr:nth-child(2) th,
.daterangepicker.dropdown-menu .calendar .calendar-table .table-condensed tbody tr td,
.datepicker.datepicker-dropdown .table-condensed thead tr th,
.datepicker.datepicker-dropdown .table-condensed tbody tr td{
  padding: 9px 10px 9px 10px;
  color: #0F2953;
  text-align: center;
  border: 0.5px solid #0000000D;
  border-top: 0px;
  font-family: Arial, Helvetica, sans-serif;
}
.datepicker.datepicker-dropdown .table-condensed thead tr th,
.datepicker.datepicker-dropdown .table-condensed tbody tr td {
  border: 0.5px solid #0000000D !important;
}
.datepicker.datepicker-dropdown .table-condensed thead tr th {
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}
.datepicker.datepicker-dropdown .table-condensed thead tr th,
.datepicker.datepicker-dropdown .table-condensed tbody tr td{
  border-top: 0px !important;
}
.datepicker.datepicker-dropdown .table-condensed thead tr th:first-child,
.datepicker.datepicker-dropdown .table-condensed tbody tr td:first-child {
  border-top: 0px !important;
  border-left: 0px !important;
}
.datepicker.datepicker-dropdown .table-condensed thead tr th:last-child,
.datepicker.datepicker-dropdown .table-condensed tbody tr td:last-child {
  border-top: 0px !important;
  border-right: 0px !important;
}
.daterangepicker.dropdown-menu .calendar .calendar-table .table-condensed thead tr:nth-child(2) th,
.datepicker.datepicker-dropdown .table-condensed thead tr th {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  padding: 9px 12px 9px 12px;
}
.daterangepicker.dropdown-menu .calendar .calendar-table .table-condensed tbody tr td,
.datepicker.datepicker-dropdown .table-condensed tbody tr td {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  padding: 8px 12px 8px 12px;
  cursor: pointer;
}
.daterangepicker.dropdown-menu .calendar .calendar-table .table-condensed tbody tr td.off,
.datepicker.datepicker-dropdown .table-condensed tbody tr td.off {
  color: #AAAAAA;
  cursor: default;
}
.daterangepicker.dropdown-menu .calendar .calendar-table .table-condensed tbody tr td.active,
.datepicker.datepicker-dropdown table.table-condensed tbody tr td.active,
.datepicker.datepicker-dropdown table.table-condensed tr td.today,
.datepicker.datepicker-dropdown table.table-condensed tr td.today:hover {
  background-color: #F3F5F9;
  color: #0F2953;
}
.datepicker.datepicker-dropdown table.table-condensed tbody tr td.active,
.datepicker.datepicker-dropdown table.table-condensed tr td.today,
.datepicker.datepicker-dropdown table.table-condensed tr td.today:hover {
  border: 1px solid transparent !important;
}
.filter-button-col .button-row .btn.btn-secondary {
  margin-left: 9px;
}
.daterangepicker.dropdown-menu .calendar .calendar-table .table-condensed thead tr:nth-child(2) th:first-child,
.datepicker.datepicker-dropdown .table-condensed thead tr th:first-child {
  border-right: 0px;
}
.daterangepicker.dropdown-menu .calendar .calendar-table .table-condensed thead tr:nth-child(2) th:last-child,
.datepicker.datepicker-dropdown .table-condensed thead tr th:last-child {
  border-right: 0px;
}
.daterangepicker.dropdown-menu .calendar .calendar-table .table-condensed tbody tr td:first-child,
.datepicker.datepicker-dropdown .table-condensed tbody tr td:first-child {
  border-right: 0px;
}
.daterangepicker.dropdown-menu .calendar .calendar-table .table-condensed tbody tr td:last-child,
.datepicker.datepicker-dropdown .table-condensed tbody tr td:last-child {
  border-left: 0px;
}
.daterangepicker.dropdown-menu .calendar .calendar-table .table-condensed,
.datepicker.datepicker-dropdown .table-condensed  {
  width: 100%;
}
.daterangepicker.dropdown-menu .ranges{
  float: left;
  width: 20%;
  padding: 0px 0px 0px 15px;
}
html body .input-feild-col-orderdate_range {
  width: 240px;
}

html body .input-feild-col-orderdate_range .form-group .form-control {
  font-size: 14px;
  height: 44px;
  line-height: 42px;
}
html body .modal.large-modal .modal-dialog,
html body .modal .modal-dialog {
  max-width: 793px;
}
html body .bootbox.modal .modal-dialog {
  max-width: 515px;
}
.daterangepicker.dropdown-menu .calendar .daterangepicker_input {
  position: relative;
  margin: 0px 0px 15px 0px;
}
.daterangepicker.dropdown-menu .calendar .daterangepicker_input .fa.fa-calendar {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-image: url("../images/calendar-alt-solid.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px auto;
  cursor: pointer;
}
.daterangepicker.dropdown-menu .calendar .daterangepicker_input .fa.fa-calendar:before,
.daterangepicker.dropdown-menu .calendar .daterangepicker_input .fa.fa-calendar:after {
  display: none;
}
.daterangepicker.dropdown-menu .calendar .daterangepicker_input .input-mini {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #DCE0E8;
  border-radius: 6px !important;
  height: 44px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 42px;
  color: #8997AE;
  font-family: 'Nunito Sans', sans-serif;
  margin: 0px;
  padding: 0px 15px 0px 15px;
}
html body .daterangepicker.opensleft:before {
  display: none !important;
}

html body .daterangepicker .calendar.left {
  margin: 0px;
  max-width: none;
}
html body .daterangepicker .calendar.right {
  margin: 0;
  max-width: none;
}
html body .daterangepicker .ranges {
  margin: 0;
}
html body .daterangepicker .left .daterangepicker_input {
  padding-right: 0;
}
html body .daterangepicker.dropdown-menu .calendar .daterangepicker_input .fa.fa-calendar {
  left: auto;
}
.scan-item-page-main-div .scan-item-panel-main-1 {
  display: inline-block;
  vertical-align: top;;
  width: 100%;
}
.scan-item-page-main-div .header_item_text {
  /*color: #ca8989;*/
  color: #8997AE;
  margin-left: 10px;
}
.scan-item-page-main-div .printimg {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.scan-item-page-main-div .printimg img {
  max-width: none !important;
   height: auto !important; 
  width: 50% !important;
  border-right: 3px solid #DCE0E8 !important;
  background-color: #8997AE;
  float: left;
}
.scan-item-page-main-div table.table-condensed.itemTable tr:nth-child(odd) td {
  background-color: #ffffff;
}
.scan-item-page-main-div table.table-condensed.itemTable tr:nth-child(even) td {
  background-color: #F3F5F9;
}
.scan-item-page-main-div table.table-condensed.itemTable tr td:first-child {
  min-width: 111px;
}
.scan-item-page-main-div table.table-condensed.itemTable tr td:nth-last-child(1) {
  word-wrap: break-word;
  word-break: break-all;
}
.scan-item-page-main-div table.table-condensed.itemTable tr td {
  border: 0px;
  border-radius: 0px;
  position: relative;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #0F2953;
  text-align: left;
  vertical-align: top;
}
.scan-item-page-main-div table.table-condensed.itemTable tr td:first-child strong {
  font-weight: 600;
}
.scan-item-page-main-div .btn.btn-primary {
  width: 100% !important;
  min-width: auto;
}
.scan-item-page-main-div .btn.btn-primary:empty {
  display: none;
}
.scan-item-page-main-div a.btn.btn-primary.reprint:not([href]):not([tabindex]) {
  color: #ffffff !important;
}
.scan-item-page-main-div .orderStatusDiv .button-row .btn.btn-secondary.submit_result {
    min-width: auto;
    width: 100%;
    overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 2; /* number of lines to show */
     -webkit-box-orient: vertical;
     margin: 5px 0px 5px 0px;
     padding-left: 10px;
     padding-right: 10px;
}
.msmb-25.equalheight-screen.no-height {
  background-color: transparent;
}
.msmb-25.equalheight-screen.no-height .screen-main-content-box-with-shadow {
  margin-bottom: 25px;
  background-color: #ffffff;
}
.page-title.width-auto{
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.page-title.width-auto .panel-title.pull-left{
  width: auto;
}

.table-div-main .phdt-heading {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.table-div-main .panel-body.pbdba-body {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.table-div-main .panel-body.pbdba-body .heading-h3{
  margin: 0px 0px 30px 0px;
}
.table-div-main .panel-body.pbdba-body .head-tr,
.table-div-main .panel-body.pbdba-body .tbody-row {
  margin-left: 0px;
  margin-right: 0px;
}
.table-div-main .panel-body.pbdba-body .head-tr .heading-th .form-group,
.table-div-main .panel-body.pbdba-body .head-tr .heading-th .form-group .control-label,
.table-div-main .panel-body.pbdba-body .form-group,
.table-div-main .panel-body.pbdba-body .form-group .control-label {
  margin: 0px;
  padding: 0px;
}
.table-div-main .panel-body.pbdba-body .heading-th {
  border-top: 1px solid #DCE0E8;
  border-right: 0px solid #DCE0E8;
  border-bottom: 1px solid #DCE0E8;
  border-left: 0px;
  border-radius: 0px;
  background-color: #ffffff;
  position: relative;
  padding: 9px 15px 7px 15px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 600;
  color: #0F2953;
  text-align: left;
  vertical-align: top;
}
.table-div-main .panel-body.pbdba-body .heading-th:first-child {
  border-left: 1px solid #DCE0E8;
  border-radius: 6px 0px 0px 6px;
}
.table-div-main .panel-body.pbdba-body .heading-th:last-child {
  border-right: 1px solid #DCE0E8;
  border-radius: 0px 6px 6px 0px;
}
.table-div-main .panel-body.pbdba-body .heading-th .control-label {
  line-height: 22px;
  font-size: 16px;
  font-weight: 600;
  color: #0F2953;
}
.table-div-main .panel-body.pbdba-body .normal-td {
  border: 0px;
  border-radius: 0px;
  background-color: #ffffff;
  position: relative;
  padding: 21px 15px 12px 15px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #0F2953;
  text-align: left;
  vertical-align: top;
}
.table-div-main .panel-body.pbdba-body .normal-td:nth-child(odd) .normal-td {
  background-color: #ffffff;
}
.table-div-main .panel-body.pbdba-body .normal-td:nth-child(even) .normal-td {
  background-color: #F3F5F9;
}
.table-div-main.mt-19 {
  margin-top: 19px;
}
.table-div-main .heading-h4 {
  margin-bottom: 20px;
}
.table-div-main .productBox .panel-heading .panel-title {
  margin-bottom: 20px;
}
.btn.btn-secondary.cancel-btn.mr8 {
  margin-right: 8px;
}

html body .datepicker.datepicker-dropdown.dropdown-menu > div {
  display: block;
}
.input-feild-daterangepicker .form-group .daterangepicker_input {
  position: relative;
  margin: 0px 0px 15px 0px;
}
.input-feild-daterangepicker .form-group .daterangepicker_input .fa.fa-calendar {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-image: url("../images/calendar-alt-solid.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px auto;
  cursor: pointer;
}
.input-feild-daterangepicker .form-group .daterangepicker_input .fa.fa-calendar:before,
.input-feild-daterangepicker .form-group .daterangepicker_input .fa.fa-calendar:after {
  display: none !important;
}
.input-feild-daterangepicker .form-group .daterangepicker_input .form-control {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #DCE0E8;
  border-radius: 6px !important;
  height: 44px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 42px;
  color: #8997AE;
  font-family: 'Nunito Sans', sans-serif;
  margin: 0px;
  padding: 0px 15px 0px 15px;
}

.input-feild-daterangepicker *::-webkit-input-placeholder {
  color: #8997AE;
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
  font-family: 'Nunito Sans', sans-serif;
}

.input-feild-daterangepicker *:-moz-placeholder {
    /* Firefox 18- */
  color: #8997AE;
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
  font-family: 'Nunito Sans', sans-serif;
}

.input-feild-daterangepicker *::-moz-placeholder {
    /* Firefox 19+ */
  color: #8997AE;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
  font-family: 'Nunito Sans', sans-serif;
}

.input-feild-daterangepicker *:-ms-input-placeholder {
  color: #8997AE;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
  font-family: 'Nunito Sans', sans-serif;
}

.dataTables_wrapper.form-inline.dt-bootstrap.no-footer {
  width: 100%;
}
.dek-box-shadow {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 2px 10px rgba(142, 149, 170, 0.29);
  padding: 52px 52px 52px 52px;
  margin: 0px 0px 30px 0px;
  position: relative;
}

.dek-box-shadow h6 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #0F2953;
  text-transform: uppercase;
  margin: 0px 0px 32px 0px;
  padding: 0px;
}
.dek-box-shadow h6.order-by-country-title {
  text-transform: capitalize;
  margin-bottom: 39px;
}
.dek-box-shadow h6.mt32 {
  margin-top: 32px;
}
.dek-box-shadow h6.mb0 {
  margin-bottom: 0px;
}
.dek-box-shadow h6 span {
  font-size: 14px;
  color: #8997AE;
  font-weight: 400;
  line-height: 22px;
}
.order-country-table tr th {
  font-size: 16px;
  color: #0F2953;
  font-weight: 600;
  line-height: 22px;
  padding: 0px 16px 8px 16px;
  border: 0px;
  border-bottom: 1px solid #DCE0E8;
}
.order-country-table tr td {
  font-size: 16px;
  color: #8997AE;
  font-weight: 600;
  line-height: 22px;
  padding: 13px 16px 13px 16px;
  border: 0px;
  border-bottom: 0px solid #DCE0E8;
}
.order-country-table tr:nth-child(odd) td {
  background-color: #ffffff;
}
.order-country-table tr:nth-child(even) td {
  background-color: #F3F5F9;
}
.order-country-table tr:nth-child(even) td:first-child {
  border-radius: 6px 0px 0px 6px;
}
.order-country-table tr:nth-child(even) td:last-child {
  border-radius: 0px 6px 6px 0px;
}
.highcharts-contextmenu {
  border:0px !important;
  box-shadow: none !important;
  background-color: transparent !important;
  /*padding: 0px !important;
  margin: 0px !important;*/
}
.highcharts-contextmenu .highcharts-menu{
  border: 0px !important;
  background-color: #ffffff !important;
  border-radius: 6px !important;
  box-shadow: 0px 1px 8px #52525538 !important;
  padding: 10px 0px 12px 0px !important;
}
.highcharts-contextmenu .highcharts-menu .highcharts-menu-item {
  background-color: #ffffff !important;
  border:0px !important;
  padding: 13px 23px 12px 23px !important;
  color: #8997AE !important;
  font-size: 14px !important;
  line-height: 19px !important;
  font-weight: 400 !important;
  font-family: 'Nunito Sans', sans-serif !important;
  text-transform: capitalize !important;
}
.highcharts-contextmenu .highcharts-menu .highcharts-menu-item:hover,
.highcharts-contextmenu .highcharts-menu .highcharts-menu-item.active {
  color: #8997AE !important;
  background-color: #F3F5F9 !important;
}
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  /*background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);*/
  /*background-color: rgba(15, 41, 83, 0.40);*/
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.content-bar .breadcrumb1.breadcrumb-angle1 {
  border: 0px !important;
  background-color: #ffffff !important;
  border-radius: 6px !important;
  box-shadow: 0px 2px 10px rgba(142, 149, 170, 0.29) !important;
  padding: 15px 15px 15px 15px !important;
  margin: 0px 0px 30px 0px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.content-bar .breadcrumb1.breadcrumb-angle1 li{
  margin: 0px;
  padding: 0px 0px 0px 20px;
  float: left;
  list-style-type: none;
}
.content-bar .breadcrumb1.breadcrumb-angle1 li.pull-right {
  float: right !important;
  max-width: 360px;
}
.content-bar .breadcrumb1.breadcrumb-angle1 li:nth-child(1) {
  padding-left: 0px;
  padding-top: 13px;
}
.content-bar .breadcrumb1.breadcrumb-angle1 li:nth-child(2) {
  padding-left: 10px;
  padding-top: 13px;
}
.content-bar .breadcrumb1.breadcrumb-angle1 li button{
  margin: 0px;
}
.content-bar .breadcrumb1.breadcrumb-angle1 li .btn .badge {
  font-size: 11px;
  font-weight: 700;
  top: 0px;
  right: -3px;
  padding: 0;
  line-height: 18px;
  border: 0px #fff solid;
  border-radius: 100%;
  color: #0F2953;
  /* background: #BED823; */
  background-color: #29E1C8;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  transition: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  width: 20px;
  height: 20px;
  text-align: center;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
}
html body .dashboard-table.table-div-main .col-sm-6 {
  float: left;
  margin-bottom: 15px;
}
html body .dashboard-table.table-div-main .dataTables_length {
  position: relative;
  left: 0;
  top: 0;
}
html body .dashboard-table.table-div-main .col-sm-6 + .col-sm-6 .dataTables_filter {
  float: right;
  position: relative;
  right: 0;
  top: auto;
  bottom: auto;
  left: auto;
  margin: 0px 0px 0px 0px;
}
html body .overlay-content.panel.overlay-dashboard-panel {
  padding: 0px 20px 20px 20px;
}
html body .dashboard-overlay.overlay .table-div .table-responsive .dataTables_wrapper .form-control {
  text-align: center;
}
.overlay-content.panel.overlay-dashboard-panel .panel-title {
  display: block;
  text-align: center;
}
.overlay-content.panel.overlay-dashboard-panel .panel-title.mt15 {
  margin: 30px 0px 0px 0px;
}
.overlay-content.panel.overlay-dashboard-panel .panel-title.title-Text.title-Text1 {
  margin: 0px 0px 30px 0px;
}
html body .dashboard-overlay.overlay .closebtn {
  background-image: url("../images/closed-popup-icon.svg");
  background-position: center center;
  background-size: 13px auto;
  background-repeat: no-repeat;
  opacity: 1 !important;
  width: 35px;
  height: 35px;
  z-index: 3;
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 10px 10px 10px 0px;
}
.overlay-content.panel.overlay-dashboard-panel .content-block .priority_orders_found_cnt {
  font-size: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
  margin: 10px 0px 10px 0px;
}

/*.breadcrumb {
 background-color:#E6E9ED;
 padding:6px 12px
}*/
/*.breadcrumb>li+li:before {
 color:rgba(22,24,27,.54)
}
.breadcrumb>li>a {
 outline:0;
 color:rgba(22,24,27,.54);
 font-weight:600
}
.breadcrumb.breadcrumb-angle>li+li:before {
 font-family:FontAwesome;
 text-rendering:auto;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 content:"\f105\00a0"
}
.breadcrumb.breadcrumb-double-angle>li+li:before {
 font-family:FontAwesome;
 text-rendering:auto;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 content:"\f101\00a0"
}
.breadcrumb>.active,
.breadcrumb>.active>a {
 color:rgba(22,24,27,.54)
}
.breadcrumb.breadcrumb-double-angle>li+li:last-child:before{
  display: none;
}
*/

.w-country-box1 .table-responsive-c1  {
  max-height: calc(100vh - 0px);
}
.w-country-box1 .table-responsive-c1  .order-country-table {
  margin: 0px;
}
.w-country-box1 .table-responsive-c1 .mCustomScrollBox {
  min-width: 222px;
  padding-right: 15px;
}
.main-screen.without-sidebar-main-screen {
  padding: 111px 15px 55px 15px;
  text-align: center;
}
.main-screen.without-sidebar-main-screen .main-screen-inner {
  max-width: 793px;
  text-align: left;
}
.main-screen.without-sidebar-main-screen .main-screen-inner .form-wrapper {
  padding: 0px 93px 0px 93px;
}
.main-screen.without-sidebar-main-screen .main-screen-inner .form-wrapper .js-inputWrapper {
  max-width: 100%;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.main-screen.without-sidebar-main-screen .main-screen-inner .form-wrapper .form-group .js-inputWrapper .placeholder {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  padding: 0 10px;
  color: #95989a;
  white-space: nowrap;
  letter-spacing: .2px;
  font-weight: normal;
  font-size: 16px;
  -webkit-transition: all, .2s;
  transition: all, .2s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main-screen.without-sidebar-main-screen .main-screen-inner .form-wrapper .form-group .js-inputWrapper .placeholder {
  height: auto;
  width: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #8997AE;
  font-family: 'Nunito Sans', sans-serif;
  margin: 0px 0px 0px 0px;
  padding: 0px 16px 0px 16px;
  left: 0px;
}
.main-screen.without-sidebar-main-screen .main-screen-inner .form-wrapper .form-group .js-inputWrapper.active .placeholder {
  top: -5px;
  background-color: #ffffff;
  color: #2C8FE5;
  /*text-transform: uppercase;
  letter-spacing: .8px;*/
  text-transform: none;
  letter-spacing: 0px;
  font-size: 11px;
  line-height: 14px;
  margin: 0px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: auto;
  padding: 0px 8px 0px 8px;
  left: 8px;
}
.main-screen.without-sidebar-main-screen .main-screen-inner .form-wrapper .form-group .js-inputWrapper.active .formRow--input:not(:focus):not(:hover) ~ .placeholder {
  color: #2C8FE5;
}
.main-screen.without-sidebar-main-screen .main-screen-inner .form-wrapper .form-group .js-inputWrapper .formRow--input:focus, 
.main-screen.without-sidebar-main-screen .main-screen-inner .form-wrapper .form-group .js-inputWrapper .formRow--input:hover {
  border-color: #2C8FE5;
}
.pick-pack-home-screen-main-content-box-with-shadow {
  display: inline-block;
  vertical-align: top;
  padding: 0px;
  margin: 0px;
  width: 100%;
  max-width: 100%;
}
.pick-pack-home-screen-main-content-box-with-shadow .row-wrapper {
  margin: 0px -12.5px 0px -12.5px;
  padding: 0px;
}
.pick-pack-home-screen-main-content-box-with-shadow .row-wrapper-col {
  margin: 0px;
  padding: 0px 12.5px 25px 12.5px;
  float: left;
  width: 100%;
  max-width: 20%;
}
.pick-pack-home-screen-main-content-box-with-shadow .row-wrapper-col a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  outline: none;
  border: 0px;
  border-radius: 0px;
  text-decoration: none !important;
  text-transform: none;
}
.pick-pack-home-screen-main-content-box-with-shadow .row-wrapper-col .row-wrapper-col-inner {
  margin: 0px;
  padding: 10px 10px 10px 10px;
  float: left;
  width: 100%;
  min-height: 137px;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0px 2px 8px #43434D17;
  display: table;
}
.pick-pack-home-screen-main-content-box-with-shadow .row-wrapper-col .row-wrapper-col-inner .row-wrapper-col-inner-table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.pick-pack-home-screen-main-content-box-with-shadow .row-wrapper-col .row-wrapper-col-inner .scan-icon {
  float: left;
  width: 100%;
  text-align: center;
  min-height: 57px;
  line-height: 57px;
  min-width: 57px;
  margin: 0px 0px 17px 0px;
}
.pick-pack-home-screen-main-content-box-with-shadow .row-wrapper-col.row-wrapper-col-2 .row-wrapper-col-inner {
  padding: 28px 10px 9px 10px;
}
.pick-pack-home-screen-main-content-box-with-shadow .row-wrapper-col.row-wrapper-col-2 .row-wrapper-col-inner .scan-icon {
  min-height: 46px;
  line-height: 46px;
  min-width: 46px;
  margin: 0px 0px 11px 0px;
}
.pick-pack-home-screen-main-content-box-with-shadow .row-wrapper-col .row-wrapper-col-inner h5 {
  margin: 0px;
  padding: 0px;
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  color: #0F2953;
  font-weight: 700;
  text-transform: none;
}
.pick-pack-home-screen-main-content-box-with-shadow .row-wrapper-col .row-wrapper-col-inner .scan-icon img {
  width: auto;
  height: auto;
  vertical-align: middle;
}
.pick-pack-home-screen-main-content-box-with-shadow .row-wrapper::after {
  content: "";
  display: block;
  height: 0px;
  width: 100%;
  clear: both;
  overflow: hidden;
}
.main-screen.without-sidebar-main-screen-full .main-screen-inner {
  max-width: 100%;
}
