body {
  background-color: #f8f8f8;
}
input[type="checkbox"] {
    /*
    transform:scale(1.5, 1.5);
    width: 35px !important;
    height: 35px !important;
    */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    /*padding: 10px;*/
    margin-right: 10px;
}
label.checkbox-inline{
    height:40px !important;
    padding-left: 40px !important;
}
input[type=number].noArroidth::-webkit-inner-spin-button,
input[type=number].noArrow::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*
label.checkbox-inline input[type="checkbox"] {
    margin-left: -40px;
    margin-top: -10px;
}
*/

.spNewTag{
  background: #0BF;
  padding: 1px 7px;
  border-radius: 4px;
  color: #FFF;
  font-size: 10px;
}

.btn-primary.active{
  background: #00bfff;
}

.sp-dialog-no-title .modal-dialog {
  width: 60%;
}

.sp-dialog-60 .modal-dialog {
  width: 60%;
}

.sp-dialog-max-600 .modal-dialog {
  max-width: 600px;
}

.sp-dialog-max-900 .modal-dialog {
  max-width: 900px;
}

.sp-dialog-80 .modal-dialog {
  width: 80%;
}
.sp-dialog-simple{
  font-family: 'Lato', sans-serif;
}
.sp-dialog-simple .modal-footer,
.sp-dialog-simple .modal-header{
  display: none;
}

.tooltip-inner {
  color: #000;
  background-color: #ddddbb;
  border: 1px solid #000;
}

.dataTables_scroll::-webkit-scrollbar {
    -webkit-appearance: none;
}


#wrapper {
  width: 100%;
}
#page-wrapper {
  padding: 0 15px;
  min-height: 568px;
  background-color: white;
}
li a.active-menu {
    background: #337ab7;
    color: white;
}
li.btn-admin  > ul.dropdown-menu{
    margin-top: -5px;
}

.page-header{
  margin: 10px 0 10px !important;
  font-size: 31px !important;
}
/* The max width is dependant on the container (more info below) */
.popover{
  max-width: 100%; /* Max Width of the popover (depending on the container!) */
}

.text-middle,
.table>tbody>tr>td.text-middle, .table>tbody>tr>th.text-middle, .table>tfoot>tr>td.text-middle, .table>tfoot>tr>th.text-middle, .table>thead>tr>td.text-middle, .table>thead>tr>th.text-middle{
  vertical-align: middle !important;
}

.sp-myitem {
  background: #00bfff;;
}
.sp-foeitem {
  background: #CCCCCC;;
}

/* Check box */
/*
<div class="checkbox">
  <label>
   <input type="checkbox" value="">
   <span class="cr"><i class="cr-icon glyphicon glyphicon-ok"></i></span>
   Option one
   </label>
</div>
*/
.sp-radio,
.sp-checkbox{
  display: inline-block;
  cursor: pointer;
  margin-right: 1em;
}
.sp-radio.sp-narrow,
.sp-checkbox.sp-narrow{
  margin-right: 0px !important;
}
.sp-radio.sp-narrow label,
.sp-checkbox.sp-narrow label{
  margin-bottom: 0px;
}
.sp-radio.sp-narrow .cr ,
.sp-checkbox.sp-narrow .cr {
  margin-right: 0;
}
/*
.sp-radio+ .sp-radio,
.sp-checkbox+ .sp-checkbox{
  margin-right: 1em;
}*/
.input-group .sp-radio label,
.input-group .sp-checkbox label{
  margin-bottom: -0.1em;
}

.sp-radio label,
.sp-checkbox label{
  font-weight: normal;
  cursor: pointer;
  margin-top: 0.2em;
  /*margin-bottom: -0.1em;*/
}
.sp-radio label:after ,
.sp-checkbox label:after {
  content: '';
  display: table;
  clear: both;
}

.sp-radio .cr ,
.sp-checkbox .cr {
  position: relative;
  display: inline-block;
  border: 2px solid #a9a9a9;
  background-color: white;
  border-radius: .25em;
  width: 1.4em;
  height: 1.4em;
  float: left;
  margin-right: .3em;
  cursor: pointer;
  font-size: 1.5em;
  margin-top: -0.2em;
}

.sp-radio .cr .cr-icon ,
.sp-checkbox .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}

.sp-radio label input[type="radio"] ,
.sp-checkbox label input[type="checkbox"] {
  display: none;
}

.sp-radio label input[type="radio"]+.cr>.cr-icon ,
.sp-checkbox label input[type="checkbox"]+.cr>.cr-icon {
  opacity: 0;
}

.sp-radio label input[type="radio"]:checked+.cr>.cr-icon ,
.sp-checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
  opacity: 1;
}

.sp-radio label input[type="radio"]:disabled+.cr ,
.sp-checkbox label input[type="checkbox"]:disabled+.cr {
  opacity: .5;
}

.sp-radio.sp-single ,
.sp-checkbox.sp-single{
  margin-right: 0px;
}


.sp-radio.sp-single Label ,
.sp-checkbox.sp-single Label{
  margin-bottom: -5px;
}

.sp-radio.sp-sm .cr ,
.sp-checkbox.sp-sm .cr {
  width: 1em;
  height: 1em;
  font-size: 1.2em;
}
.sp-radio.sp-sm .cr .cr-icon ,
.sp-checkbox.sp-sm .cr .cr-icon {
  font-size: .6em;
  left: 10%;
}

.sp-radio.sp-md .cr ,
.sp-checkbox.sp-md .cr {
  width: 1.3em;
  height: 1.3em;
  font-size: 1.2em;
}
.sp-radio.sp-md .cr .cr-icon ,
.sp-checkbox.sp-md .cr .cr-icon {
  font-size: .9em;
  left: 10%;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #BBB;
  font-style: italic;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #BBB;
  font-style: italic;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #BBB;
  font-style: italic;
}
/* bootstrap menu dropdown on hover rather than click
*/
@media (min-width: 979px) {
    li.btn-admin.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}


@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 0px;
    padding: 0 30px;
    border-left: 1px solid #e7e7e7;
  }

  .modal-dialog {
    /*margin: 100px auto 30px auto !important;*/
    margin: 20px auto 30px auto !important;
  }
}
.navbar-toggle{
  position: absolute;
  right: 0px;
  background: white;
}
.navbar-top-links {
  margin-right: 0;
  margin-top: 20px;
  text-align: right;
}
.navbar-top-links li {
  display: inline-block;
}
.navbar-top-links li:last-child {
  margin-right: 15px;
}
.navbar-top-links li a {
  padding: 10px;
  min-height: 40px;
}
.navbar-top-links .dropdown-menu li {
  display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}
.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}
.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}
.navbar-menu-links{
  background-color: #ddd;
}
.navbar-menu-links.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar-menu-links .eBayIDSelector-li {
  padding: 15px;
}
.navbar-menu-links li {
  border-bottom: 1px solid #e7e7e7;
}
.navbar-menu-links li a.active {
  background-color: #eeeeee;
}

@media (min-width: 768px) {
  .navbar-menu-links {
    z-index: 1;
    /*height: 40px;*/
      height: auto;
  }
  .navbar-menu-links>li {
    display: inline-block;
    border-bottom: none;
  }
  .navbar-menu-links{
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .navbar-menu-links>li {
    margin-left: 10px;
  }
  .navbar-menu-links>li a {
    padding: 10px;
    min-height: 40px;
  }
  .navbar-menu-links .eBayIDSelector-li {
    float: right;
    padding: 5px 15px;
  }
  .navbar-menu-links .eBayIDSelector-li #eBayIDSelector{
    width: 200px;
    height: 30px;
  }
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}
.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}
.btn-primary.btn-outline {
  color: #428bca;
}
.btn-success.btn-outline {
  color: #5cb85c;
}
.btn-info.btn-outline {
  color: #5bc0de;
}
.btn-warning.btn-outline {
  color: #f0ad4e;
}
.btn-danger.btn-outline {
  color: #d9534f;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: white;
}
.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999999;
}
.chat li.left .chat-body {
  margin-left: 60px;
}
.chat li.right .chat-body {
  margin-right: 60px;
}
.chat li .chat-body p {
  margin: 0;
}
.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}
.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll;
}
.login-panel {
  margin-top: 25%;
}
.flot-chart {
  display: block;
  height: 400px;
}
.flot-chart-content {
  width: 100%;
  height: 100%;
}
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}
.show-grid {
  margin: 15px 0;
}
.huge {
  font-size: 40px;
}
.xHuge {
  font-size: 50px;
}
.panel-green {
  border-color: #5cb85c;
}
.panel-green > .panel-heading {
  border-color: #5cb85c;
  color: white;
  background-color: #5cb85c;
}
.panel-green > a {
  color: #5cb85c;
}
.panel-green > a:hover {
  color: #3d8b3d;
}
.panel-red {
  border-color: #d9534f;
}
.panel-red > .panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}
.panel-red > a {
  color: #d9534f;
}
.panel-red > a:hover {
  color: #b52b27;
}


.panel-blue {
  border-color: #4fc0fb;
}
.panel-blue > .panel-heading {
  border-color: #4fc0fb;
  color: white;
  background-color: #4fc0fb;
}
.panel-blue > a {
  color: #4fc0fb;
}
.panel-blue > a:hover {
  color: #24637c;
}


.panel-yellow {
  border-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}
.panel-yellow > a {
  color: #f0ad4e;
}
.panel-yellow > a:hover {
  color: #df8a13;
}
.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
}
.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #eeeeee;
}
.timeline > li {
  position: relative;
  margin-bottom: 20px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -15px;
  border-top: 15px solid transparent;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ccc;
}
.timeline > li > .timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -14px;
  border-top: 14px solid transparent;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #fff;
}
.timeline > li > .timeline-badge {
  z-index: 100;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
  background-color: #999999;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }
  ul.timeline > li > .timeline-panel {
    width: calc(10%);
    width: -moz-calc(10%);
    width: -webkit-calc(10%);
  }
  ul.timeline > li > .timeline-badge {
    top: 16px;
    left: 15px;
    margin-left: 0;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  ul.timeline > li > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
}





table.dataPage thead > tr > th.sorting_asc, table.dataPage thead > tr > th.sorting_desc, table.dataPage thead > tr > th.sorting,
table.dataPage thead > tr > td.sorting_asc,
table.dataPage thead > tr > td.sorting_desc,
table.dataPage thead > tr > td.sorting {
  padding-right: 30px;
}
table.dataPage thead > tr > th:active,
table.dataPage thead > tr > td:active {
  outline: none;
}
table.dataPage thead .sorting,
table.dataPage thead .sorting_asc,
table.dataPage thead .sorting_desc,
table.dataPage thead .sorting_asc_disabled,
table.dataPage thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataPage thead .sorting:before, table.dataPage thead .sorting:after,
table.dataPage thead .sorting_asc:before,
table.dataPage thead .sorting_asc:after,
table.dataPage thead .sorting_desc:before,
table.dataPage thead .sorting_desc:after,
table.dataPage thead .sorting_asc_disabled:before,
table.dataPage thead .sorting_asc_disabled:after,
table.dataPage thead .sorting_desc_disabled:before,
table.dataPage thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}
table.dataPage thead .sorting:before,
table.dataPage thead .sorting_asc:before,
table.dataPage thead .sorting_desc:before,
table.dataPage thead .sorting_asc_disabled:before,
table.dataPage thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191";
}
table.dataPage thead .sorting:after,
table.dataPage thead .sorting_asc:after,
table.dataPage thead .sorting_desc:after,
table.dataPage thead .sorting_asc_disabled:after,
table.dataPage thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193";
}
table.dataPage thead .sorting_asc:before,
table.dataPage thead .sorting_desc:after {
  opacity: 1;
}
table.dataPage thead .sorting_asc_disabled:before,
table.dataPage thead .sorting_desc_disabled:after {
  opacity: 0;
}


.mark_as_foe-dialog  .modal-dialog {
  width: 80%;
}

@media screen and (max-width: 640px) {
  .hideInMobile {
    display: none !important;
  }
}