/* CSS Document */

/* padding the bottom to stop the navbar covering stuff */
body {
	padding-bottom:50px;
}

/* additional bootstrap theming */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

/* width */
.toast-body::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.toast-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.toast-body::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.toast-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.scale-1pt5 {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  padding: 10px;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem
}

.bd-callout h4 {
    margin-top: 0;
    margin-bottom: .25rem
}

.bd-callout p:last-child {
    margin-bottom: 0
}

.bd-callout code {
    border-radius: .25rem
}

/* .bd-callout+.bd-callout {
    margin-top: -.25rem
} */

.bd-callout-info {
    border-left-color: #5bc0de
}

.bd-callout-info h4 {
    color: #5bc0de
}

.bd-callout-warning {
    border-left-color: #f0ad4e
}

.bd-callout-warning h4 {
    color: #f0ad4e
}

.bd-callout-success {
    border-left-color: #28a745
}

.bd-callout-success h4 {
    color: #28a745
}

.bd-callout-danger {
    border-left-color: #d9534f
}

.bd-callout-danger h4 {
    color: #d9534f
}

/* Switch CSS */ 
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.downstreamOptions {
	display:none;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.switchbutton {
    display:inline-block;
}
.switchtext {
        display:inline-block;
        transform: translateY(4px) translateX(10px);
        
}

/* Table stylings */
table {
	border:solid lightgray 2px;
}
#dataTable span {
	display: none;
}
table thead {
	background-color:#7030a0;
	border-bottom:solid black 1px;
	color:white;
}
table th {
	font-weight:normal !important;
}
table td {
	border:solid lightgray 2px;
	padding:8px;
}

.smallTablePadding td {
	padding:3px;
}
.noBorder {
	border: none;
}
.noBorder td {
	border: none;
}

/* Datatable styling */
table.dataTable thead {
	background-color:#7030a0;
	font-weight:normal !important;
	color:white;
}

table.dataTable th {
	font-weight:normal !important;
	}

/* over-ride for paging */

.ui-tabs-paging-next {
	background: none !important;
    border: none !important;
    margin-top: 9px !important;
    margin-left: 9px !important;
	font-weight: bold !important;
}

.ui-tabs-paging-prev {
	background: none !important;
    border: none !important;
    margin-top: 9px !important;
	margin-left: 4px !important;
    margin-right: 9px !important;
	font-weight: bold !important;
}

.ui-state-active {
	background-color:#7030a0 !important;
	border: 1px solid #702fa026 !important;
}

/* override bootstrap */

.alert-warning {
	color:black;
}

/* homepage styling */
.serviceHomePage:hover {
	background-color:#702fa026;
	cursor:pointer;
}

.dataTable-centre-columns th {
	text-align:center;
}

.dataTable-centre-columns td {
	text-align:center !important;
}

.tooltip-inner {
	background-color: #7030a0;
	color:white;
	max-width:500px;
}

.currentOperatorLogo {
	max-width:400px;
}

.fakebutton {
	color: #7030a0;
}
.fakebutton:hover {
	color: white;
}