/*! DNN Bootstrap Grunt
* Created by Foremost Media Inc
* http://foremostmedia.com*/
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px; }

.ui-timepicker-div dl {
  text-align: left; }

.ui-timepicker-div dl dt {
  height: 25px;
  margin-bottom: -25px; }

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 65px; }

.ui-timepicker-div td {
  font-size: 90%; }

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0; }

.ui-timepicker-rtl {
  direction: rtl; }

.ui-timepicker-rtl dl {
  text-align: right; }

.ui-timepicker-rtl dl dd {
  margin: 0 65px 10px 10px; }

.filedrag {
  border: 2px dashed #AAA;
  border-radius: 7px;
  cursor: default;
  padding: 15px;
  margin-bottom: 20px; }

.filedrag .drag-label {
  font-weight: bold;
  text-align: center;
  display: block;
  color: #AAA;
  margin-top: 10px;
  margin-bottom: -10px; }

.filedrag.hover {
  border-color: #F00;
  border-style: solid;
  box-shadow: inset 0 3px 4px #888; }

.filedrag.hover .drag-label {
  color: #F00; }

.custom-file-input-wrapper {
  position: relative; }

.custom-file-input-wrapper .custom-file-input-button {
  position: relative;
  overflow: hidden; }

.custom-file-input-wrapper .custom-file-input-button * {
  cursor: pointer; }

.custom-file-input-wrapper .custom-file-input-button input[type="file"] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  opacity: 0; }

.fm-bootstrap .fm-form-wrapper {
  margin-bottom: 20px;
  clear: both; }
  .fm-bootstrap .fm-form-wrapper .form-group .vertical-checkboxes {
    margin-left: 5px; }
  .fm-bootstrap .fm-form-wrapper .form-group .checkbox:first-child {
    margin-top: -5px; }
  .fm-bootstrap .fm-form-wrapper .fm-clear {
    clear: both; }
  .fm-bootstrap .fm-form-wrapper .fm-checkboxes-inline {
    margin-top: 5px; }

.fm-bootstrap .form-nav-buttons {
  clear: both; }

.fm-bootstrap input[type="text"], .fm-bootstrap select, .fm-bootstrap textarea, .fm-bootstrap input[type="email"], .fm-bootstrap input[type="search"], .fm-bootstrap input[type="password"], .fm-bootstrap input[type="tel"] {
  margin-bottom: 0; }

.fm-bootstrap .ko-validation-message {
  display: block;
  margin: 5px 0 0 5px;
  color: #d9534f; }

.fm-bootstrap .fm-loading-div {
  background: url(../images/loading.gif) no-repeat transparent center center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.fm-bootstrap .filedrag {
  padding: 9px; }

.fm-bootstrap .filedrag.hover {
  border-color: #5CB85C; }

.fm-bootstrap .jsonInfo .info {
  color: #ff6a00; }

.fm-bootstrap .jsonInfo .tab-0 {
  color: #d29a4a; }

.fm-bootstrap .jsonInfo .tab-1 {
  padding-left: 34px;
  color: #d29a4a; }

.fm-bootstrap .jsonInfo .tab-2 {
  padding-left: 68px;
  color: #d29a4a; }

.fm-bootstrap .jsonInfo .tab-3 {
  padding-left: 102px;
  color: #d29a4a; }

.fm-bootstrap .jsonInfo .tab-4 {
  padding-left: 136px;
  color: #d29a4a; }

.fm-bootstrap .jsonInfo .tab-5 {
  padding-left: 170px;
  color: #d29a4a; }

.fm-bootstrap .jsonInfo .tab-6 {
  padding-left: 204px;
  color: #d29a4a; }

.fm-bootstrap .dnnForm .dnnFormItem {
  margin-bottom: 15px; }

.fm-bootstrap .admin-search-form input {
  margin-bottom: 0; }

.fm-bootstrap .table.table-bordered {
  border-collapse: collapse; }

.fm-bootstrap .pagination {
  position: static;
  z-index: auto;
  margin: 20px 0; }
  .fm-bootstrap .pagination li {
    float: none;
    margin: 0;
    height: auto; }
    .fm-bootstrap .pagination li a {
      float: none;
      padding: 6px 12px;
      background-image: none;
      display: inline; }

#ui-datepicker-div {
  background: white;
  padding: 10px;
  border: 1px solid #cecbcb; }
