/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the
 * later versions of this theme.
 *
 * We advise that you use use this CSS to override
 * SmartAdmin styles.
 *
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 *
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

html {
  background: #fff;
}

#main {
  padding-bottom: 0;
}

.login-info img {
  border: 0;
}

.login-info a span {
  text-transform: none;
}

.smart-form .label {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 4px;
}

.note,
.smart-form .note {
  margin-top: 0;
  line-height: 12px;
}

.smart-form .input input,
.smart-form .select select,
.smart-form .textarea textarea {
  padding: 3px 5px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  height: 28px !important;
}

textarea#fld_notes {
  height: 120px !important;
}

.smart-form .select i {
  height: 8px;
  box-shadow: 0 0 0 7px #fff;
}

.smart-form .select i:after {
  bottom: -2px;
}

.smart-form .select select option {
  padding: 2px 5px;
}

.smart-style-3 .login-info a span {
  font-size: 14px !important;
}

.btn-selections label {
  color: #ccc;
}

select.header_dates {
  color: black;
  font-size: 12px;
}

.selectable.active {
  background-color: #3b9ff3;
  border-color: #3276b1;
  color: #fff;
}

.widget-body.widget-table {
  margin-top: -18px;
}

.LIVE-MODIFIED {
  color: #00bf00;
  font-weight: bold;
}

tr.select .LIVE-MODIFIED {
  color: #00ff00;
}

/*
	DATATABLES
*/
table.dataTable thead > tr > th {
  font-size: 11px;
  padding: 0 10px 0 5px !important;
  line-height: 24px !important;
}

table.dataTable tr.select td {
  background-color: #3b9ff3;
  color: #fff;
}

table.table td {
  font-size: 11px;
  padding: 5px !important;
}

table.table td.ms {
  white-space: nowrap;
}

div.dataTables_info {
  font-size: 12px;
  padding-top: 10px;
}

td.select {
  background-color: #3b9ff3 !important;
  color: #fff !important;
}

#datatable_users tbody tr:hover td {
  background-color: #ecf3f8;
}

.ui-layout-pane {
  padding: 0;
}

.marker-label {
  color: #0c3a0c;
}

@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#myLoader {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  height: 70px;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px;
  padding: 15px;
  position: fixed;
  top: 50%;
  width: 70px;
  z-index: 1000000;
}

#myLoader .spinner {
  animation: 1500ms linear 0s normal none infinite running spinner;
  -moz-animation: 1500ms linear 0s normal none infinite running spinner;
  -webkit-animation: 1500ms linear 0s normal none infinite running spinner;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  box-shadow: 1.5em 0 0 0 rgba(255, 255, 255, 0.8),
    1.1em 1.1em 0 0 rgba(255, 255, 255, 0.8),
    0 1.5em 0 0 rgba(255, 255, 255, 0.8),
    -1.1em 1.1em 0 0 rgba(255, 255, 255, 0.8),
    -1.5em 0 0 0 rgba(255, 255, 255, 0.8),
    -1.1em -1.1em 0 0 rgba(255, 255, 255, 0.8),
    0 -1.5em 0 0 rgba(255, 255, 255, 0.8),
    1.1em -1.1em 0 0 rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 1.5em 0 0 0 rgba(255, 255, 255, 0.8),
    1.1em 1.1em 0 0 rgba(255, 255, 255, 0.8),
    0 1.5em 0 0 rgba(255, 255, 255, 0.8),
    -1.1em 1.1em 0 0 rgba(255, 255, 255, 0.8),
    -1.5em 0 0 0 rgba(255, 255, 255, 0.8),
    -1.1em -1.1em 0 0 rgba(255, 255, 255, 0.8),
    0 -1.5em 0 0 rgba(255, 255, 255, 0.8),
    1.1em -1.1em 0 0 rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 1.5em 0 0 0 rgba(255, 255, 255, 0.8),
    1.1em 1.1em 0 0 rgba(255, 255, 255, 0.8),
    0 1.5em 0 0 rgba(255, 255, 255, 0.8),
    -1.1em 1.1em 0 0 rgba(255, 255, 255, 0.8),
    -1.5em 0 0 0 rgba(255, 255, 255, 0.8),
    -1.1em -1.1em 0 0 rgba(255, 255, 255, 0.8),
    0 -1.5em 0 0 rgba(255, 255, 255, 0.8),
    1.1em -1.1em 0 0 rgba(255, 255, 255, 0.8);
  display: inline-block;
  font-size: 10px;
  height: 1em;
  margin: 1.5em;
  overflow: hidden;
  text-indent: 100%;
  width: 1em;
}

i.ajax-wait {
  color: #ff0;
}

i.ajax-call {
  color: #0f0;
}

i.ajax-error {
  color: #f00;
}

#filter_panel td.filter-text input,
#filter_panel td.filter-float input {
  width: 100%;
}

#filter_panel td.filter-checkbox input {
  width: auto;
  margin-right: 1px;
}

#filter_panel td select {
  width: 100%;
  height: 22px;
}

#filter_panel td option {
  padding: 1px 4px;
  font-size: 11px;
}

#filter_panel button.btn {
  margin-left: 5px;
  padding: 1px 8px 0;
  float: left;
}

#section_filter_new_tab {
  padding-left: 10px;
  line-height: 32px;
  margin-bottom: -4px;
}

#section_filter_edit_tab {
  line-height: 32px;
  margin-bottom: -4px;
}

#section_filter_new_tab button,
#section_filter_edit_tab button {
  margin-top: -4px;
  padding: 2px 5px;
}

button#remove_tab,
button#save_tab {
  padding: 0 2px;
  margin-left: 5px;
  margin-top: 5px;
}

button#save_tab {
  padding: 0 4px;
  margin-right: 10px;
}

input#new_tab,
input#edit_tab {
  width: 80px !important;
  line-height: 32px;
  color: #000;
  background: #f8f8f8;
  padding: 6px 4px 5px;
  border: none;
  box-shadow: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 28px;
}

article {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.jarviswidget {
  margin-bottom: 10px;
}

.jarviswidget > header {
  height: 32px;
}

#myTab * {
  font-size: 12px;
}

#myTab {
  margin-left: 5px;
  margin-top: 2px;
}

#myTab li {
  position: relative;
}

#myTab li a {
  color: #aaa;
  padding: 6px 8px 5px;
  border: none;
  box-shadow: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#myTab li.active a {
  background: #f8f8f8;
  color: #000;
}

.dd3-handle {
  padding: 5px 15px;
}

.dd3-handle::before {
  line-height: 20px;
}

.dd3-content {
  margin: 0 0 2px 0;
  font-size: 12px;
  padding: 3px 10px 5px 40px;
}

.section-field {
  position: relative;
}

.col-md-12 .section-field {
  width: 25%;
  float: left;
}

.col-md-12 .section-field-half {
  width: 50%;
  float: left;
  position: relative;
}

.col-md-12 .section-field-full {
  width: 100%;
  float: left;
  position: relative;
}

.col-md-12 .smart-form fieldset.section-fields {
  padding: 10px 14px 0px 4px;
}

.col-md-12 .section-fields div.field {
  padding: 0 0 0 10px;
}

.section-fields div.field div.note {
  position: absolute;
  top: 0;
  right: 0;
}

.smart-form section {
  margin-bottom: 10px;
}

.smart-form legend {
  padding-top: 5px;
}

.col-md-12 fieldset.section-form {
  width: 48%;
  float: left;
  border: 0;
}

.col-md-12 fieldset.section-form .section-field {
  width: 50%;
}

.smart-form footer {
  clear: both;
  padding: 0 14px 8px;
}

input[readonly] {
  cursor: pointer !important;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  position: relative;
  top: 8px;
  left: 4px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  color: transparent;
}

.ui-datepicker .ui-datepicker-next span:before {
  content: "\e080";
  color: gray;
}

.ui-datepicker .ui-datepicker-prev span:before {
  content: "\e079";
  color: gray;
}

.ui-menu .ui-menu-item a.ui-state-focus {
  white-space: inherit;
}

#form-panel-status.fa-toggle-off {
  color: #888;
}

#form-panel-status.fa-toggle-on {
  color: #ff0;
}

a.edit-row .fa-folder {
  color: #ccc;
}

a.edit-row .fa-folder-open {
  color: #000;
}

a.edit-row .fa-link {
  color: #000;
}

a.edit-row .fa-file-text-o {
  color: #000;
}

a.edit-row .fa-file-text-o.empty {
  color: #ccc;
}

a.excel-row .fa-file-excel-o {
  color: #00a;
}

a.pdf-row .fa-file-pdf-o {
  color: #a00;
}

.jsgrid-table tr.error {
  color: #f00;
}

.field .daterangepicker {
  position: inherit;
}

.daterangepicker .ranges button {
  float: none;
  margin-bottom: 5px;
  display: block;
  width: 50px;
}

span.open-gmap {
  cursor: pointer;
}
span.open-gmap:hover {
  cursor: pointer;
  text-decoration: underline;
}

#section-role {
  width: 50%;
}

.table-text-center th,
.table-text-center td {
  text-align: center;
}

.rotate {
  text-align: left !important;
  vertical-align: middle !important;

  padding: 0 !important;
  margin: 0 !important;
  max-width: 38px !important;
  width: 12px !important;
  height: 100px;
}

.rotate div {
  margin-top: 50px;

  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  /* accepts left, right, top, bottom */
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  /* do not set in IE9+? */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation = 3);
}

tr.bold td {
  font-weight: bold;
  border-top: 1px solid black !important;
}

input.state-error {
  background: #fff0f0;
  border-color: #a90329;
}

label.state-error {
  color: #a90329 !important;
}

.ekko-lightbox .modal-body {
  padding: 0;
}

#codeigniter_profiler {
  margin-left: 40px;
}

.fc-event-skin {
  cursor: default;
}

.bg-color-type1.select,
.bg-color-type2.select,
.bg-color-type3.select {
  background-color: #00f !important;
}

.bg-color-type1 {
  background-color: #5c98c9 !important;
}

.bg-color-type2 {
  background-color: #3b9ff3 !important;
}

.bg-color-type3 {
  background-color: #73b9f1 !important;
}

.fc-week {
  height: 20px;
  background: #eee;
  color: black;
  text-align: center;
  font-size: 16px;
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
}
