.navbar-default {
    border-color: #F48220 !important
}

.dialog.container>.title {
    border-bottom: 4px solid #F48220!important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .alert-info, .btn-info, .btn-primary {
    background-color: #F48220 !important;
    border-color: #F48220 !important;
}

input.selectCheckBox+label {
    background-image: url("/content/themes/laplink/content/svg/checkbox.svg?v=2");
}

.spector{
	width: 64px;
	height: 64px;
	background: url('/content/themes/laplink/content/svg/computers.svg?v=1') no-repeat 0 0;
	display: inline-block;
	background-size: cover;
}

input.toggleCheckBox:checked+label:before {
    background: none repeat scroll 0 0 rgba(244, 130, 32, 1);
}

input.toggleCheckBox+label {
    background: none repeat scroll 0 0 rgba(244, 130, 32, 0.5);
}


.nav-tabs > li.active > a,
.nav-tabs > li.is-active > a,
ul.tabs-component-tabs > li.active > a,
ul.tabs-component-tabs > li.is-active > a {
    background-color: #F48220 !important;
}

.nav-tabs, ul.tabs-component-tabs {
    border-bottom: 2px solid #F48220 !important;
}

.oo-dropdown-navi-item:hover:not([disabled]) {
    background-color: #F48220 !important;
}

.oo-dropdown-navi-item:hover:not([disabled]) a {
    background-color: #F48220 !important;
}

.oo-dropdown-toggle:not(.nav-link) .dropdown-arrow {
    background-color: #F48220 !important;
}

.oo-dropdown-menu .oo-dropdown-item:hover {
    background-color: #F48220 !important;
}

.oo-table tbody > tr:hover:not(.no-hover).clickable td:first-child {
    border-top: 2px solid #F48220;
    border-bottom: 2px solid #F48220;
    border-left: 2px solid #F48220;
}
.oo-table tbody > tr:hover:not(.no-hover).clickable td {
    border-top: 2px solid #F48220;
    border-bottom: 2px solid #F48220;
}
.oo-table tbody > tr:hover:not(.no-hover).clickable td:last-child {
    border-top: 2px solid #F48220;
    border-bottom: 2px solid #F48220;
    border-right: 2px solid #F48220;

}

.breadcrumb > .active {
    color: #F48220 !important;
}

.modal-header {
    background-color: #F48220 !important;
}

.oo-tile.active > .oo-tile-content, .oo-tile:hover:not(.sys-tile-computer) > .oo-tile-content {
    border: 2px solid #F48220;
}

.slider-handle {
    background-color: #F48220 !important;
    background-image: linear-gradient(to bottom,#F48220 0,#F48220 100%) !important;
    box-shadow: none !important;
}
.slider-selection.tick-slider-selection {
    opacity: .5 !important;
    background-image: linear-gradient(to bottom,#F48220 0,#F48220 100%) !important;
}

.progress .progress-bar {
  background-color: #F48220;
}

.chosen-drop .chosen-results .active-result:hover,
.chosen-drop .chosen-results .active-result:hover.highlighted {
  background-color: #F48220 !important;
}

.status {
  background-image: url('/content/themes/laplink/content/svg/status_icon.svg?v=VERSION');
}

/* iphone hack */
@media only screen
and (min-device-width : 375px)
and (max-device-width : 812px)
and (orientation : portrait) {

  ul.parameters {
    width: inherit !important;
    padding: inherit !important;
  }

  .button-group :not(:last-child):not(:first-child):not(.buttonico):not(.form-control):not(.dropdown-menu) {
    margin-left: 0px;
  }

  .oo-tile-details {
    margin-left:60px !important;
  }

}
