﻿.modal.fade .modal-dialog {
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}

body, .btn {
  /*font-size: 0.8rem;*/
}

.dataTables_length select {
    height: auto !important;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], select, textarea {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-radius: 2px;
  padding: 0px;
  box-shadow: inset 0 0 5px 0 #ccc;
  background: #fff;
  height: auto;
  font-weight: 400;
  font-size: 14px;
  color: #666;
}

#viewLot .goBtn {
  color: #fff;
  line-height: 2;
}

#viewLot .goBtn:hover {
  color: #000;
}

.btn-secondary {
    margin-right:4px;
}

.container-fluid {
    padding:0;
}

.popover, .popover-header {
    font-size:1.2rem;
}

@media (max-width: 576px) {
  .btn-group, .btn-group-vertical {
    flex-direction: column;
  }

  .btn-group-vertical > .btn, .btn-group > .btn {
    margin: 5px 0;
  }

  .dropdown-menu {
    width: 100%;
  }
}

@media (min-width: 576px) {
  body, .btn {
    /*font-size: 0.8rem;*/
  }
}

@media (min-width: 768px) {
  body, .btn {
    /*font-size: 0.85rem;*/
  }
}

@media (min-width: 992px) {
  body, .btn {
    /*font-size: 0.9rem;*/
  }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1500px;
    }
}


/*.container-fluid {
    width:600px;
}*/