.mr-2 {
  margin-right: 0.5rem; }

.sms-status {
  margin-top: -12px;
  font-weight: bold;
  font-size: 14pt; }

.icon-datepicker + .input-daterange-time {
  width: 290px !important; }

.icon-datepicker + .input-datepicker-time {
  width: 160px !important; }

.jGrowl.bottom-right {
  left: auto;
  top: auto;
  right: 0;
  bottom: 0; }

.modal.modal-table .modal-body {
  padding: 5px 8px; }

.td-hover:hover {
  background-color: #ffeb3b; }

#user-navbar > li, #userbar-menu-user > li {
  display: inline-block; }

#user-navbar > li {
  float: left; }

.userbar-profile-title {
  max-width: 180px; }
  .userbar-profile-title > strong {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px; }

.layout-sidebar .layout-sidemenu > ul > li > div > ul > li > a {
  font-size: 11pt; }
  .layout-sidebar .layout-sidemenu > ul > li > div > ul > li > a > .fa-caret-right {
    display: none; }

#userbar-profile-user {
  margin-left: 0 !important; }
  #userbar-profile-user.in-spy .userbar-profile-title {
    max-width: 120px; }

#report-html td .label-status {
  margin-top: 2px; }

@media (max-width: 992px) {
  .userbar-profile-title {
    max-width: 200px; } }

@media (max-width: 376px) {
  .userbar-profile-title {
    max-width: 120px; } }

@media (max-width: 767px) {
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  #userbar-menu-package > li > a > span {
    display: none; } }

.doc-iframe {
  width: 100%;
  height: 700px;
  border: none;
  padding: 1px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37); }

.box-photo {
  padding: 3px !important;
  text-align: center; }
  .box-photo img {
    width: 30px;
    height: 30px; }
  .box-photo .fa {
    line-height: 30px; }

.mt-1 {
  margin-top: 0.25rem; }

.mt-2 {
  margin-top: 0.5rem; }

.mt-3 {
  margin-top: 1rem; }

.btn-upload {
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  .btn-upload > input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer; }
  .btn-upload > input[type=file]:hover + .btn {
    cursor: pointer;
    background: #e6e6e6;
    border-color: #adadad; }

.table-import .-error {
  color: #f44336;
  text-decoration: line-through; }
  .table-import .-error td {
    opacity: 0.5; }
  .table-import .-dup td {
    background-color: #f44336; }
  .table-import .-no-driver .driver {
    color: #9e9e9e;
    font-style: italic; }
