* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
}

.chromeframe {
  display: none;
}

.clear {
  clear: both;
}

body {
  background: #eee !important;
}

ul {
  list-style: none;
}

.body {
  height: 100%;
}

.container-login {
  width: 280px;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  align-items: center;
  justify-content: center;
}

.conainer-body {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.conainer-body .row {
  margin: 0px;
}

/* WID */
.stepwizard-step p {
  margin-top: 10px;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  width: 50%;
  position: relative;
}

.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-order: 0;
}

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.mymodal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("../images/ajax-loader.gif") 50% 50%
    no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .mymodal {
  overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .mymodal {
  display: block;
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #fff;
  overflow: auto;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-suggestion {
  cursor: pointer;
}

.autocomplete-selected {
  background: #f0f0f0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399ff;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

.navbar {
  margin-bottom: unset !important;
}

.disabledbutton {
  pointer-events: none;
  opacity: 0.4 !important;
}

/* MOBILE */
@media screen and (max-device-width: 640px) {
  .row {
    margin: 0px;
  }

  [class^="col-md"] {
    width: 100%;
    padding: 0px;
  }

  .panel-body {
    padding: 5px;
  }

  .conainer-body {
    width: 100%;
    margin: 0px;
  }

  .label-info {
    white-space: normal;
  }
}
/* GMAIL FUNCTION */
.gmail-box-funcs {
  padding: 0px;
}
.gmail-box-funcs a {
  text-decoration: none;
  padding: 5px;
  width: 100%;
  display: block;
  line-height: 36px;
}

.gmail-box-funcs a:hover,
.gmail-box-funcs a:active {
  /* text-decoration: none; */
  background-color: #3399ff;
  color: #fff;
}
.gmail-box-funcs .red-li a {
  color: red;
}
.gmail-box-funcs .red-li a:hover {
  background-color: #e05353;
  color: #fff;
}
#divMainMail ul {
  padding: 0px;
}

#divMainMail > ul > li {
  padding: 10px 5px;
  margin-bottom: 5px;
  border: 1px solid #2323;
  box-shadow: 0 1px 6px 0px #888888;
  overflow: auto;
  position: relative;
}

#divMainMail > ul > li:hover {
  background-color: #d9d9d9;
  border: 1px solid #428bca;
  /* cursor: pointer; */
}
#divMainMail > ul > li:hover .func-gmail-item {
  display: block;
}

.loadding {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c7c7c7cf;
  display: inline-flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
#divMainMail [class^="col-md"] {
  padding: 0px;
}
#divFooterMail button:disabled {
  color: #23232369;
}

.mail-active {
  background-color: #c5daef;
}
.red-li {
  background-color: #fff;
}

#divContentMail {
  position: relative;
}
.func-gmail-item {
  display: none;
  position: absolute;
  right: 10px;
  height: auto;
  background-color: transparent;
}

.disable-margin-col [class^="col-md"] {
  margin: 0px;
  padding: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0px !important;
}
#btnHideShowDsLuaChon {
  color: #fff;
  display: block;
}
#btnHideShowDsLuaChon:hover {
  text-decoration: none;
}
/* 14inch - Width: 1170px*/
@media screen and (max-device-width: 1169px) {
  .width-1170 [class^="col-md"] {
    width: 100%;
  }
}
@media screen and (max-device-width: 1250px) {
  #tblDatatable_DSUSER_GanProject > tbody > tr[role="row"] > td:first-child {
    width: 100px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
