/*
 Author: Jacob Ralph
 Copyright 2018 118 Group LLC. All rights reserved.
 This source code is to not be shared, modified, distributed, or used without written permission.
*/
.display-none {
  display: none
}
.info-img {
    max-width: 18px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.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);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.editWSAddresses {
	width: auto;
	margin-top: 10px;
	display: inline-block;
}

.deleteWSAdressesBtn{
	margin-top: -2px;
	margin-left: 5px;
}

.nav-link-grey{
	color: #878787!important;
}

.nav-link{
	cursor: pointer;
}

.navbar-white{
	background: #fff;
}

.getWaveDataBtn{
  margin-top: 10px;
}
.waveResultInfoCol{
	border-left: 1px solid #aaaaaa;
}
.waveResultRow{
	padding: 15px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
}
.loading{
	display: none;
}
.pagesForRequest{
	padding: 40px;
	height: 500px;
	overflow: auto;
}
.pagesForScreenShotList{
	padding: 40px;
	height: auto;
	overflow: auto;
}
#loading,#loadingForPages{
	display: none;
}

.pagesForRequestSubmit,.screenShotPagesBlock,.screenShotListBlock{
	display: none;
	border-bottom:1px solid rgba(0,0,0,.125);
	border-top:1px solid rgba(0,0,0,.125);
}
.screenShotRow {
	display: flex;
	flex-wrap: wrap;
	padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.screenShotColumn {
	flex: 25%;
	/*max-width: 25%;*/
	padding: 0 4px;
}

.screenShotColumn img {
	margin-top: 8px;
	vertical-align: middle;
	width: 100%;
}

.form-submission-block{
	border:1px solid #7b7b7b;
	margin: 20px 0;
}

.form-submission-header{
	background-color: rgba(255, 109, 107, 0.6);
	margin-top: 10px;
	padding: 10px;
}

.form-submission-header h4{
	margin: 0;
}

.form-submission-paragraph-header{
	background-color: rgba(144, 144, 144, 0.6);
	padding: 10px;
	margin-bottom: 10px;
}

.form-submission-paragraph{
	padding: 0 15px;
}
.input-group-filter img{
	height: 32px;
	margin-right: 0px;
	margin-bottom: -8px;
	vertical-align:text-bottom; /* align the text */
}
.input-group-filter{
	cursor: pointer;
}
.projectEditIcon{
	height: 20px;
	margin-left: 5px;
}
.actions{
	cursor: pointer;
	height: 40px;
	margin-bottom: 5px;
}
.actions img{
	height: 100%;
	/*width: 100%;*/
}
.nav-item img{
	height: 55px;
}
.actions a{
	height: 100%;
}
.tableColumnStyle{
	max-width: 600px !important;
}
.tableColumnStyle a {
	display: inline-block;
	max-width: 500px !important;
}
.filterPointer{
	cursor: pointer;
}
