h1 {
  color: grey;
  margin-top: -15px;
}
h2 {
  color: grey;
}
p {
  color: pale-blue;
}
label {
  color: grey;
}

/* html , body{
    height: 100%;
    background-repeat: repeat;
    background-image: linear-gradient(135deg, rgba(15, 255, 223,0.3) 100%, rgba(15, 255, 223,0.3) 100%, rgba(15,255,223,0.3) 100%, rgba(15,255,223,0.3) 100%);
    background-color: #0fffdf;
    background-size: 100% 100%;
 }*/

.card-container.card {
  width: 350px;
  padding: 40px 40px;
}
/* table.dataTable thead {
  background: #ccc !important;
}
table.dataTable th {
  color: #000000 !important;
} */
.navbar-inverse .navbar-nav > li > .dropdown-menu {
  background-color: #222 !important;
  border-color: #080808 !important;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #069138 !important;
}
.navbar-inverse .navbar-nav > li > .dropdown-menu > li > a {
  font-size: 17px !important;
  color: #9d9d9d !important;
  padding: 5px 20px;
}

.navbar-inverse .navbar-nav > li > .dropdown-menu > li > a:focus,
.navbar-inverse .navbar-nav > li > .dropdown-menu > li > a:hover {
  font-size: 17px !important;
  color: #fff !important;
  background-color: transparent !important;
  padding: 5px 20px;
}
/* .navbar-inverse .navbar-nav > .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav > .dropdown-menu > .active > a:focus,
.navbar-inverse .navbar-nav > .dropdown-menu > .active > a:hover {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #069138 !important;
  outline: 0 !important;
} */

.navbar-inverse .navbar-nav > li > .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav > li > .dropdown-menu > .active > a:focus,
.navbar-inverse .navbar-nav > li > .dropdown-menu > .active > a:hover {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #069138 !important;
  outline: 0 !important;
  padding: 5px 20px;
}
.navbar-nav {
  margin: 0px !important;
}
.navbar-inverse .navbar-nav > li > a {
  font-size: 17px !important;
  padding: 14px !important;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff !important;
  background-color: #069138 !important;
  font-size: 17px !important;
}
.btn-success,
.btn-warning {
  height: 36px !important;
}
select {
  height: 36px;
}
select option {
  height: 30px;
}
table.dataTable,
table.dataTable th {
  background: #058b3a !important;
  color: #000000 !important;
  vertical-align: middle !important;
}
table.dataTable,
table.dataTable td {
  vertical-align: middle !important;
}
button.dt-button,
div.dt-button,
a.dt-button {
  color: #fff !important;
  background-color: #31b0d5 !important;
  background: #31b0d5 !important;
}
/* .btn { */
/* font-weight: 500; */
/* height: 20px; */
/* -moz-user-select: none; */
/* -webkit-user-select: none; */
/* user-select: none; */
/* cursor: default; */
/* } */

/*
 * Card component
 */
.card {
  background-color: #f7f7f7;
  /* just in case there no content*/
  padding: 20px 25px 30px;
  margin: 0 auto 25px;
  margin-top: 50px;
  /* shadows and rounded borders */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.card1 {
  background-color: #f7f7f7;
  /* just in case there no content*/

  margin: 0 auto 25px;

  /* shadows and rounded borders */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.profile-img-card {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
  min-height: 1em;
}

.reauth-email {
  display: block;
  color: #404040;
  line-height: 2;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
  direction: ltr;
  height: 44px;
  font-size: 16px;
}

.form-signin input[type="email"],
.form-signin input[type="password"],
.form-signin input[type="text"],
.form-signin button {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin .form-control:focus {
  border-color: rgb(104, 145, 162);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgb(104, 145, 162);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
  /*background-color: #4d90fe; */
  /*background-color: rgb(104, 145, 162);
    / background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
  padding: 0px;
  font-weight: 700;
  font-size: 14px;
  height: 36px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  -o-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
}

.forgot-password {
  color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus {
  color: rgb(12, 97, 33);
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.box_test {
  width: 100%;
  height: 50px;
  margin-top: 40px;
  background-color: #00ffbf;

  padding: 20px 20px;
}

.cart_test {
  width: 100%;
  height: 100px;
  margin-top: 40px;
  background-color: #f7f7f7;

  padding: 20px 20px;
}
.car {
  width: 100%;
  height: 100px;
  background-color: #f7f7f7;
}

/*--  new test*/

body {
  background: #f3f5f8;
  /* background: url(../images/main_background.JPG) no-repeat center center; */
}
.form_page {
  min-width: 640px;
}
h3 {
  font-weight: 600;
  text-align: center;
}
.nav .entity-count {
  background-color: #31b0d5;
  padding: 0px 5px;
  margin-left: 5px;
  border-radius: 8px;
  color: #000000;
  font-weight: 600;
  float: right;
}
.all_header {
  background: #fff;
}
.h-100vh {
  height: calc(100vh - 168px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-items: center;
}
.footer {
  bottom: 0px;
  width: 100%;
  left: 0px;
}
.main-content {
  /* height: calc(100vh - 108px); */
  overflow-x: hidden;
}
.img-home {
  object-fit: 100%;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.login_header {
  background: #fff;
  text-align: center;

  padding-bottom: 10px;
  padding-top: 10px;
}
.login_header_new {
  background: #fff;
  text-align: center;
  padding-top: 10px;
}
.form_box {
  background: #fff;
  margin: 20px auto 20px;
  border: solid 2px #d5d7da;
  padding: 45px;
  max-width: 500px;
  border-radius: 10px;
  font-size: 18px;
  margin-top: 30px !important;
  margin: auto;
}
.login_box {
  background: #fff;
  margin: 20px auto 20px;
  border: solid 2px #d5d7da;
  padding: 45px;
  max-width: 500px;
  border-radius: 10px;
  font-size: 18px;
  margin-right: 20px;
}

.form_box1 {
  background: #fff;
  margin: 5px auto 5px;
  border: solid 2px #d5d7da;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  width: 100%;
  border-radius: 10px;
  font-size: 12px;
}
.form_box2 {
  background: #fff;
  margin: 20px auto 20px;
  border: solid 2px #d5d7da;
  padding-top: 1px;
  padding-right: 20px;
  padding-bottom: 1px;
  padding-left: 20px;
  width: 100%;
  border-radius: 10px;
  font-size: 12px;
}

.form_title {
  font-size: 24px;
  color: #000;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
}
.form_list {
  margin: 20px 0;
  position: relative;
}
.email_input:before {
  content: "";
  background: url(images/icons-mail.png) no-repeat center center;
  width: 40px;
  height: 100%;
  position: absolute;
  z-index: 10;
  background-size: 20px auto;
  top: 0;
  left: 0;
}
.form_input {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  border: solid 2px #e0e0e0;
  border-left-color: #3dc9b3;
  color: #666;
  font-size: 18px;
}
.form_btn_wrap {
  text-align: right;
}
.form_btn {
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  transition: background ease 0.5s;
  display: inline-block;
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  margin: 5px;
  border-radius: 5px;
  background: #3dc9b3;
  color: #fff;
  box-shadow: none;
  border: none;
  min-width: 100px;
  border-bottom: solid 2px #309383 !important;
}

.list {
  margin: 20px;
}

th {
  color: grey;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  /* margin-bottom: 0; */
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left !important;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/*BI MANAGER STYLES*/
.bi_manager_form_box {
  background: #fff;
  margin: 20px auto 20px;
  border: solid 2px #d5d7da;
  padding: 45px;
  border-radius: 10px;
  font-size: 18px;
}

/* Set height of the grid so .sidenav can be 100% (adjust if needed) */
.row.content {
  height: auto;
}
.sidenav {
  background-color: #f1f1f1;
  height: 100%;
}

/* Set black background color, white text and some padding */
footer {
  background-color: #555;
  color: white;
  padding: 15px;
}

/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
  .sidenav {
    height: auto;
    padding: 15px;
  }
  .row.content {
    height: auto;
  }
}

/*HELPER CLASSES*/
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.container-fluid {
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  /*color: grey !important;*/
  color: #ffffff;
  background-color: #069138;
  font-weight: normal !important;
  cursor: pointer !important;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 5px;
}

.nav-tabs > li > a {
  border: 0px;
  color: #069138;
  background-color: #ffffff;
}

.nav-tabs > li > a:hover {
  border: 0px;
  color: #ffffff;
  background-color: #069138;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover .dropdown-toggle {
  background-color: #069138;
  color: #ffffff;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #069138;
  outline: 0;
}

.dropdown-menu > li > a {
  color: #069138;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #fff;
  background-color: #069138;
}

.has-error {
  border-color: #a94442;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  cursor: inherit;
  display: block;
}

.password-table td:nth-child(4){
  max-width: 150px;
  padding-right:15px;

}
.ms-options-wrap > button:focus, .ms-options-wrap > button{
  overflow:hidden !important;
}