/*
 * 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;
}

.smart-form .select i::before {
  top: -2px;
}

.smart-form .select i {
  height: 8px;
  box-shadow: 0 0 0 7px #fff;
}

.smart-form .select select option {
  padding: 2px 5px;
}

.smart-style-2 .login-info a span {
  font-size: 14px !important;
}

.btn-selections label {
  color: #ccc;
}

.selectable.active {
  background-color: #3b9ff3;
  border-color: #3276b1;
  color: #fff;
}

.widget-body.widget-table {
  margin-top: -18px;
}

/*
	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.dataTable tr.more td {
  background-color: #6ab5f2;
  color: #fff;
}

table.table td {
  font-size: 11px;
  padding: 5px !important;
}

div.dataTables_info {
  font-size: 12px;
  padding-top: 10px;
}

#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 .daterange {
}

#filter_panel td.filter-text 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_new_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 {
  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;
}

div.field-switch {
  height: 25px;
}

div.field-switch label {
  float: left;
  width: auto;
}

div.field-switch label.label {
  margin-top: 5px;
}

.col-md-12 .section-field,
.col-md-8 .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,
.col-md-8 .smart-form fieldset.section-fields {
  padding: 10px 14px 0px 4px;
}

.col-md-8 .section-fields div.field,
.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%;
}

#fieldset-e,
#fieldset-p {
  clear: both;
  width: 100%;
}

#fieldset-e .section-field,
#fieldset-p .section-field {
  width: 16%;
}

.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;
}

.jsgrid-table tr.error {
  color: #f00;
}

th.error {
  color: #f00;
}

.daterangepicker .ranges button {
  float: none;
  margin-bottom: 5px;
  display: block;
  width: 50px;
}

textarea#fld_notes {
  height: 50px !important;
}

.fa-caret-square-o-down {
  color: gray;
}

.fa-check-square-o {
  color: white;
}
.fa-thumbs-up {
  color: green;
}
a.date-move:hover i {
  color: black;
}

h1.empty {
  padding: 0;
  display: inline;
}

tr.paid td {
  text-decoration: line-through;
}

input#filter_team_id {
  width: 100%;
}

input#filter_users,
input#filter_price,
input#filter_balance {
  width: 60px;
}

header#header {
  height: 10px !important;
}

.smart-style-2.minified #left-panel {
  padding-top: 10px !important;
}

.smart-style-2 #left-panel {
  padding-top: 30px !important;
}

header#header.development {
  background-color: #f2e380;
}

header#header.staging {
  background-color: #ffc686;
}

header#header.production {
  background-color: #f37c6d;
}

.ui-autocomplete {
  position: absolute;
  cursor: default;
  max-height: 400px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  z-index: 10 !important;
}
.ui-autocomplete-loading {
  background: white url("../img/autocomplete-loader.gif") right center no-repeat;
}

.button_open_panel {
  cursor: pointer;
}

tr.strike td {
  text-decoration: line-through;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
  top: -3px;
  right: -4px;
  width: 15px;
  height: 15px;
}

.bootstrap-tagslist .tag {
  padding: 3px 8px 4px 8px;
  height: 26px;
}

.footer .btn {
  height: 31px;
  margin: 0 0 0 5px;
  padding: 0 22px;
  font: 300 15px/29px "Open Sans", Helvetica, Arial, sans-serif;
  cursor: pointer;
}

#ctrl_broadcast_channel {
  float: left;
  width: 75%;
}

.slack-history {
  height: 800px;
  overflow-y: auto;
  padding: 10px;
}

.slack-history ul {
  list-style: none;
  margin: 0;
  margin-right: 10px;
  padding: 0;
}

.slack-history li {
  width: 100%;
  padding: 5px;
  color: #333;
  border-top: 1px solid #ccc;
  min-height: 60px;
}

.slack-history li img {
  float: left;
  width: 48px;
  height: 48px;
  margin: 4px;
  border-radius: 4px;
}

ul#standup-logs {
  margin: 5px 20px;
  padding: 0;
}

ul#standup-logs li {
  margin-bottom: 5px;
}

ul#standup-logs li.error {
  color: red;
}

.overflow,
.overflow * {
  color: orange;
}

.full-overflow,
.full-overflow * {
  color: red;
}

.alarm {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.change-log ul li {
  margin-left: -30px;
  margin-bottom: 5px;
  list-style: none;
}

.fa-terminal {
  float: right;
  cursor: pointer;
}

.code {
  clear: both;
  display: block;
  float: left;
  font-size: 9px;
  padding: 1px;
  margin: 0;
}

i.clipboard {
  float: right;
  cursor: pointer;
  color: #ddd;
}
