td.clickable { cursor: pointer; }

.sidebar .nav li > a {
  outline:none;
}

.card-popup {
  margin-bottom: 0;
  box-shadow: 0;
  padding: 20px;
}

.card .header {
  /* margin-bottom: 10px; */
}

.toolbar {
  margin-bottom: 15px;
  text-align: right;
}

td.not-connected { border-left: 3px solid #FB404B !important; }

input[type=checkbox], input[type=radio] {
  padding-top: 7px !important;
  padding-right: 5px !important;
}

input.order-input {
  text-align: center;
  width: 60px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  height: auto;
}
input.order-input1 {
  text-align: center;
  width: 60px !important;
}
.inline-fieldset {
  margin-bottom: 3px;
}

.availability {
  display: inline-block;
  width: 40px;
  text-align: center;
  padding: 6px 0;
  font-weight: bold;
}

.property-link {
  color: #000;
}

.btn-blue, .btn-blue:hover {
  color: #23CCEF;
}

.flag {
  background-color: #FF8000;
  padding: 3px 8px 1px 8px;
  margin-right: 8px;
  margin-bottom: 5px;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
}

.btn-simple {
  padding: 0px 6px !important;
}

input.inline-edit,
input.inline-edit:focus,
select.inline-edit,
select.inline-edit:focus,
input.date-inline-edit,
input.date-inline-edit:focus,
textarea.inline-edit,
textarea.inline-edit:focus {
  border: none;
  background: transparent;
  padding-left: 0;
}
input.date-inline-edit {
  width: 80px !important;
}

.fresh-datatables select.form-control.inline-edit {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIwLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0LjkgMTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQuOSAxMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiM0NDQ0NDQ7fQo8L3N0eWxlPgo8dGl0bGU+YXJyb3dzPC90aXRsZT4KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIxLjQsNC43IDIuNSwzLjIgMy41LDQuNyAiLz4KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIzLjUsNS4zIDIuNSw2LjggMS40LDUuMyAiLz4KPC9zdmc+Cg==) no-repeat right center;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
  padding-right: 20px !important;
}

#loading {
  display: none;
  width: 100px;
  height: 100px;
  background: rgba(0, 0, 0, 0.1) url(../img/loadcat.gif) center center no-repeat;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  z-index: 1000;
}


.table > tbody > tr > td,
table.dataTable > tbody > tr > td {
  padding: 0px 8px !important;
}

.form-horizontal .control-label {
  padding-top: 7px !important;
}

.btn-file {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.card .header .header-links {
  padding-top: 8px;
  font-size: 14px;
  text-align: center;
}
.card .header .header-links a {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}
.card .header .header-links a:hover {
  text-decoration: none;
}

.file-listing i {
  margin-right: 7px;
  color: #000;
}
.file-listing a {
  color: #000;
  font-size: 14px;
}

.color-filter {
  padding-left: 20px;
}
.color-filter a {
  width: 31%;
  height: 85px;
  float: left;
  display: table;
  position: relative;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 2px;
  padding: 0 10px;
}
.color-filter a span {
  display: table-cell;
  vertical-align: middle;
}
.color-filter a:hover {
  opacity: 0.7;
}

.color-filter a.active:before, .color-filter a.active:after {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: 0;
  right: 0;
  content: "";
}
.color-filter a.active:before {
  border-bottom: solid 12px #fff;
  border-right: solid 12px #fff;
  border-left: solid 12px transparent;
  border-top: solid 12px transparent;
}
.color-filter a.active:after {
  border-top: solid 12px #fff;
  border-left: solid 12px #fff;
  border-right: solid 12px transparent;
  border-bottom: solid 12px transparent;
  opacity: 0.4;
}

h4.title.filter-title {
  margin-bottom: 10px;
}

.dataTable a {
  text-decoration: underline;
}
.actions i {
  font-size: 16px;
}
.actions .btn-simple {
  padding-left: 3px !important;
  padding-right: 3px !important;
}
.actions span {
  color: #E3E3E3;
  padding: 0 4px;
}
.table-sep {
  color: #E3E3E3;
  padding: 0 8px 0 0;
}

.partner-page hr {
  margin-top: 0;
  margin-bottom: 0;
}

.partner-title {
  border: none;
  font-size: 22px;
  color: #333;
  font-weight: 700;
  width: 100%;
}
.partner-web {
  border: none;
  font-size: 16px;
  color: #333;
  width: 70%;
}

a.btn.partner-url {
  padding: 0 10px 0 0 !important;
  height: 22px;
}
a.btn.partner-url i {
  font-size: 22px;
}

.partner-added span {
  font-size: 14px;
  padding-top: 4px;
}

.partner-edit {
  display: inline-block;
  float: right;
  color: #eee;
  font-size: 20px;
  margin-right: 8px;
  padding-top: 1px;
}
.partner-del {
  display: inline-block;
  float: right;
  color: #eee;
  font-size: 20px;
}

#addressRow,
#contactRow {
  display: none;
}
#partner-adrs div.row {
  margin-bottom: 10px;
}
#partner-contacts div.row {
  margin-bottom: 20px;
}
#partner-contacts div:last-of-type {
  margin-bottom: 0;
}

.form-control {
  padding: 2px 10px !important;
  height: 28px;
}
.btn {
  padding: 4px 14px !important;
}
.btn-xs {
  padding: 1px 5px !important;
}

.fresh-datatables .btn {
  padding: 4px 2px !important;
}

.fresh-datatables .form-control {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.activity-icon {
  float: left;
  margin-right: 15px;
  text-align: center;
}
.activity-icon i {
  font-size: 40px;
  color: #87CB16;
  width: auto !important;
}
.activity-icon i.small-icon {
  font-size: 20px;
  color: #87CB16;
}
.activity-icon.icon-cooperation i {
  color: #ff9510;
}
.activity-title {
  line-height: 22px;
}
.activity-title small {
  font-size: 14px;
}

.activity-icon-small {
  position: relative;
  display: inline-block;
  padding: 4px 27px 4px 0;
 
}
.activity-icon-small i {
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 16px;
  color: #87CB16;
}
.activity-icon-small.icon-cooperation i {
  color: #ff9510;
}

.partner-actions i {
  font-size: 24px;
}
.partner-actions .btn-simple {
  padding: 0px 6px 8px 6px !important;
}

.activity {
  clear: both;
  border-bottom: 1px solid #eee;
  padding: 20px 0 20px 10px;
  position: relative;
}
.content .activity:last-of-type {
  border: none;
}
.activity-summary {
  color: #87CB16;
  margin-bottom: 5px;
  padding-right: 100px;
}
.activity-summary span {
  color: #000;
  text-decoration: underline;
}
.activity p {
  font-size: 13px;
  font-style: italic;
  margin: 0;
}
.activity .activity-icon {
  min-height: 66px;
}
.activity-actions {
  position: absolute;
  top: 10px;
  right: 5px;
  font-size: 24px;
}
.activity-actions a {
  margin-left: 10px;
}
.activity a.activity-add {
  color: #eee;
}
.activity a.activity-edit {
  color: #eee; 
}
.activity a.activity-add i.fa-money,
.activity a.activity-edit i.fa-edit {
  vertical-align: middle;
}
.activity a.activity-del {
  color: #eee;
}

.file-listing a.file-del i {
  color: #e8e8e8;
}
.file-listing a.file-del:hover i {
  color: #888;
}

.color-select option {
  color: #fff;
}

.email-signature a {
  text-decoration: underline;
}

.dataCounter {
  font-size: 14px;
  color: #333;
}

.sidebar-wrapper ul.nav hr { border-color: #e9c063; }

.navbar {
  background-image: url(/assets/img/logo.jpg);
  background-position: center center;
  background-repeat: no-repeat;

}
.navbar.navbar-login {
  background-image: none;
}

@media (max-width: 768px) {
  .navbar {
    background-image: none;
  }
}

.navbar #minimizeSidebar {
  padding: 8px !important;
}

.email-table {
  width: 100%;
}

.email-table td:first-of-type {
  width: 40%;
}

.scroll-content {
  max-height: 500px;
  overflow-y: auto;
}

.archive-content img {
  max-width: 100%;
} 

#checkAll,
#uncheckAll {
  font-size: 14px;
} 

@media print {
  @page { size: landscape; }
  a { text-decoration: none; }
  a:after { content:''; }
  a[href]:after { content: none !important; }
}

#partners-duplicates {
  margin-bottom: 15px;
  font-size: 0.9em;
  color: silver;
}
#partners-duplicates span {
  display: inline-block;
}
#partners-duplicates span:not(:last-child):after {
  content: ' | ';
  white-space: pre;
}

.aFilter { font-size: 16px; }
.aFilter a { display: inline-block; padding: 0 5px; }
.aFilter a.act { background-color: #e5a91f; color: #fff; }