.btn-std {
  width: 50px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.btn-std-100 {
  width: 100px !important;
  padding-top: 6px !important;
  padding-bottom: 2px !important;
  padding-left: 3px !important;
  padding-right: 4px !important;
}

.btn-glow {
  text-decoration: none;
  outline: none;
  box-shadow: 0 0 5px #fff;
  transition: all 1s ease-in-out;
}

.noFlex {
  flex: none !important;
}

.autoWidth {
  width: auto;
}

.pre-std {
  width: 100px !important;
}

.btn-toggle {
  width: 200px !important;
}

.btn-toggleProjectPhoto {
  width: 200px !important;
}

.w-10 {
  width: 10% !important;
}

.w-30 { width: 30%;}

.navbar-btn-respon {
  display: none;
}

.navbar-btn-normal {
  display: block;
}

.dropdown-menu {
  background-color: #e6e6e6;
}

/* -------*/
.content {
  margin-top: 50px;
}

.Img-logo {
  width: 30px;
  height: 30px;
}

.icons-bg-style {
  background-color: #696969;
  padding: 4px 4px 4px 4px;
  border-radius: 25px;
  margin-bottom: 12px;
}

.webpage-icon {
  width: 50px;
  height: 50px;
  margin-left: calc(50% - 25px);
  margin-right: calc(50% - 25px);
  margin-top: 10px;
}

.contact-table-text {
  width: 300px;
  font-size: 16px;
  padding: 0px 0px 12px 0px;
  text-align: center;
}

.message-box {
  width: 30%;
  height: 70px;
  margin: 5px 5px 5px 5px;
  right: 0;
  position: fixed !important;
  top: 0;
  z-index: 999;
}

.required-field {
  background-color: salmon !important;
}

.signupveld-resp-design1 {
  width: 50%;
  float: left;
}

.signupveld-resp-design2 {
  width: 50%;
}

/*-----------------------*/

@media only screen and (max-width: 990px) {
  .navbar-btn-respon {
    display: block;
  }

  .navbar-btn-normal {
    display: none;
  }

  .probisweb-cards {
    background-color: #343a40 !important;
  }

  .box-test {
    overflow: auto;
  }

  .message-box {
    width: 50%;
    font-size: 12px;
  }

  .signupveld-resp-design1 {
    width: 100%;
    padding-bottom: 16px;
  }

  .signupveld-resp-design2 {
    width: 100%;
  }

  .settingpage-card {
    width: 100%;
  }
}

body {
  background-image: url("");
  background-size: cover;
  overflow-x: hidden;
}

footer {
  z-index: 10;
  position: absolute;
  width: 100vw;
  left: 0px;
  bottom: 0;
}

.content-box1 {
  z-index: 2;
  position: relative;
  height: calc(100vh - 80px - 55px - 40px - 40px);
  padding: 30px;
  overflow: hidden;
  margin: 20px auto;
}


.content-box1a {
  z-index: 2;
  position: relative;
  height: 100vh;
  overflow: hidden;
}

#mainNavbar {
  height: 55px;
}

.pageCards {
  height: calc(100vh - 80px - 55px - 40px - 40px - 60px);
  border-width: 0;
  border-radius: 0;
  padding: 0 0 0 0;
}

.pageCardsa {
  height: 100vh;
  border-width: 0;
  border-radius: 0;
  padding: 0 0 0 0;
}

.card-body {
  overflow: auto;
}

.hidden {
  display: none;
}

.w-full {
  width: 100%;
}

.dropdown-submenu {
  position: relative;
}

.message-box {
  z-index: 999;
}

.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-menu {
  height: auto !important;
  min-width: 250px !important;
}

.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;
}

.datatableButtons {
  width: 21px;
}

.igcolQuestion {
  display: -webkit-box;
  float: left !important;
  width: 100%;
}

.darkCardButton {
  cursor: pointer;
}

/* Responsive Design */
@media only screen and (max-width: 991px) {
  .content-box2 {
    width: 100% !important;
  }

  .content-box1 {
    padding: 0px !important;
    margin: 0px !important;
  }

  #mainNavbar {
    padding: 0px !important;
  }

  .ml-1 {
    margin: 0px !important;
  }

  .navbar-collapse {
    padding-bottom: 5px;
  }
}

.blend {
  color: white;
  mix-blend-mode: difference;
}

.phaseSelector {
  font-size: 14px;
  height: 24px;
  border-style: none;
}

.bootstrap-select>.dropdown-toggle {
  color: #696969 !important;
}

.join-icons {
  text-indent: -6px;
}

.sup-icon-r {
  position: relative;
  font-size: 12px;
  font-weight: 900;
  text-indent: -10px;
  top: -4px;
  left: 20px;
}

.material-icons {
  vertical-align: middle !important;
}

/* Rules for sizing the icon. */
.material-icons.md-14 {
  font-size: 14px;
  vertical-align: inherit;
}

.material-icons.md-16 {
  font-size: 16px;
  margin-bottom: 3px;
}

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

.pointer {
  cursor: pointer;
}

.microphone-active-cursor * {
  cursor: url('/Images/cursors/microphone-active-cursor.png'), auto;
}