/*Form Styles*/

.sidebar-form{
	display: none;
	height: 94%;
	margin-left:0px;
	padding-right: 0px;
	width:100%;
       overflow-y: auto;
        -webkit-overflow-scrolling: touch;
	padding-top: 50px;	
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
}

.show-form{ 	
	display: inline-block!important;	
}

.sidebar-form form{
	min-height: 700px;
}


.sidebar-form2{
	display:none;
}

.sidebar-form label{
	border-radius:0px!important;
	color:#c5c5c5;
	text-transform:uppercase;
	font-family:'Lato', sans-serif;
	font-size:11px;
	padding-top:6px;
	width: 100%;
	display: block;
}

.sidebar-form label span{
	text-transform:lowercase;
	color:#bcbcbc;
	margin-left: 10px;
}

.sidebar-form .link {
	font-size: 13px;
	color: #007bff;
}
.sidebar-form hr {
	margin-top: 20px;
	margin-bottom: 0px;
	border-top: 1px solid #393939;
}

.sidebar-form h4 {
	margin-bottom: 10px;
	color: #fff;
}


.itemAvatar {
	 display: block;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: contain;
}

.sidebar-form input{
	background-color:rgba(255,255,255,0.1);
	border:solid 1px #3d4054;
	height:30px;
	padding-left:10px;
	padding-right:10px;
	color: #FFF;
	font-size: 12px;
	width: 100%;
	display:block;
	box-sizing:border-box;
	border-radius: 5px;
	letter-spacing: .5px;
}

.sidebar-form input[type="checkbox"] {
    float: left;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    letter-spacing: .5px;
}
.sidebar-form select{
    -webkit-appearance: none !important;
    -moz-appearance:none;
	background-color:rgba(255,255,255,0.1);
	border:solid 1px #3d4054;
	height:30px;
	color: #fff !important;
	font-size: 12px;
	width:100%;	
	display:block;
	box-sizing:border-box;
	 direction: ltr;
	text-align:left;
     border-radius: 5px;
     letter-spacing: .5px;
	 padding: 5px;
}

.sidebar-form-checklist {
	border-radius: 6px;
	background-color: #3d4054;
	padding-top: 10px;
	padding-bottom: 0px;
}

.sidebar-form-checklist ul{
	padding-left: 10px;
} 
	
.sidebar-form-checklist li{
	list-style-type: none; /* Remove bullets */
	padding-bottom: 10px;
	margin: 0; /* Remove margins */
}
.sidebar-form-checklist input[type="checkbox"] {
	float: none;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	letter-spacing: .5px;
}    

.sidebar-form option{
  background-color: #262626;
  -webkit-appearance: none !important;
}


.sidebar-form .fieldHasError{
	background-color:#e99562;
	border:solid 1px #3d3d3d;
}

.sidebar-form textarea{
	background-color:rgba(255,255,255,0.1);
	border:solid 1px #3d4055;
	border-bottom:none;
	min-width:100%;	
	display:block;
	box-sizing:border-box;
	color: #FFF;
	padding:10px;
	font-size: 12px;
}

.sidebar-form input[type=range]{
    -webkit-appearance: none;
    height: 40px;
}

.sidebar-form input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

.sidebar-form input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 27px;
    width: 27px;
    background: #ffffff;
    margin-top: -11px;
    border-radius: 50%; 
}

.sidebar-form input[type=range]:focus {
    outline: none;
}

.sidebar-form input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

.sidebarSubmitButton{
	display:block;
	width:100%;
	font-size:11px;
	font-family:'Lato', sans-serif;
	text-transform:uppercase;
	font-weight:700;
	border: black;
	display:block!important;
	height:36px!important;
	margin-right:4px;
	float:left;
	margin-bottom:20px;
	cursor: pointer;
}

.sidebar-form .formValidationError div{
	margin-top:20px;
	border-radius:0px!important;
	height:36px;	
	margin-top:40px!important;
	margin-bottom:10px !important;
	margin-left: 10px;
	margin-right: 10px;
}

.sidebar-form .formValidationWarning div{
	margin-top:20px;
	border-radius:0px!important;
	height:36px;	
	margin-top:40px!important;
	margin-bottom:10px !important;
	margin-left: 10px;
	margin-right: 10px;
}

.sidebar-form .red-button { 
	background-color: #920909; 
	border-color: #fa4141 
}

.sidebar-form .green-button { 
	background-color: #063a0a;
	border-color: #38823c;
}

.red-notification{		background-color: rgba(219, 84, 84, 0.5);	border-radius:5px;	border:solid 1px #c24747;}
.red-notification a{	padding: 8px 10px;	font-size:10px;	color:#C00;	float:right;}
.yellow-notification{		background-color: #e2a03f;	border-radius:5px;	border:solid 1px #f9d299;}


.formValidationError .red-notification p{
	background-image:none!important;
	display:block!important;
	padding-left:0px!important;
	text-align:center!important;
	padding-top: 7px;
    color: #fff;
}

.formValidationWarning  p{
	background-image:none!important;
	display:block!important;
	padding-left:0px!important;
	text-align:center!important;
	padding-top: 7px;
    color: #fff;
}


.formFieldWrap{
	padding-top:10px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
}

.formSplitColumn

.nav-item-right:hover{
	background-color: #474b64;
}

.nav-item-right{
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
	background-color: #282a36;
	font-size:12px;
	font-weight:700;
	color:#fff;
	height:50px;
	line-height:49px;
	background-repeat:no-repeat;
	padding-left:30px;
	background-position:20px center;
	border: solid 1px #3d4054;      
	border-radius: 4px;
	cursor: pointer;
	display: block;
}

.nav-item-green {
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
	background-color: #1f3c26;
	font-size:12px;
	font-weight:700;
	color:#fff;
	height:50px;
	line-height:49px;
	background-repeat:no-repeat;
	background-position:20px center;
	border: solid 1px #46985b;      
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
}

.nav-item-green:hover {
	background-color: #3b7348;
}

.nav-item-blue {
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
	background-color: #1b55e2;
	font-size:12px;
	font-weight:700;
	color:#fff;
	height:50px;
	line-height:49px;
	background-repeat:no-repeat;
	background-position:20px center;
	border: solid 1px #8ca8f1;      
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
}

.nav-item-blue:hover {
	background-color: #1b55e2;
}

.nav-item-red {
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
	background-color: #b50707;
	font-size:12px;
	font-weight:700;
	color:#fff;
	height:50px;
	line-height:49px;
	background-repeat:no-repeat;
	background-position:20px center;
	border: solid 1px #f15c5c;      
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
}

.nav-item-red:hover {
	background-color: #770404;
}

.nav-item-grey {
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
	background-color: #d2d2d2;
	font-size:12px;
	font-weight:700;
	color: #000;
	height:50px;
	line-height:49px;
	background-repeat:no-repeat;
	background-position:20px center;
	border: solid 1px #ffffff;      
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
}

.nav-item-grey:hover {
	background-color: #5d5d5d;
}

.nav-item-list-grey {
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
	background-color: #d2d2d2;
	background-repeat:no-repeat;
	background-position:20px center;
	font-size:12px;
	font-weight:700;
	color: #000;
	height:50px;
	line-height:49px;
	padding-left: 10px;
	border: solid 1px #ffffff;      
	border-radius: 4px;
	cursor: pointer;
}

.nav-item-list-grey:hover {
	background-color: #5d5d5d;
}

.sidebar-left-nav {
	background-color: #d0d0d0;
}

.log-canvas {
	width: 100%; 
	height: 650px; 
	background-color: #eeeeee; 
	padding: 10px; 
	overflow-x: hidden;
}

.logUnit {
	background-color: #ccc ;
}

.logBreak {
	margin-bottom: 10px;
}

.print-button {
	cursor: pointer;
	font-weight: 600;
	color: #888ea8;
	margin-right: 6px;
	vertical-align: middle;
	fill: rgba(0, 23, 55, 0.08);
}

.print-button:hover {
	  color: #1b55e2;
	  fill: rgba(27, 85, 226, 0.239216); 
}

.nopadding {
	   padding: 0 !important;
	   margin: 0 !important;
}

.hidden-loader {
	position: relative;
}

@media (max-width: 575px) {
	.sidebar-form form {
	min-height: 300px;
	}
	
	
	.log-canvas {
	height: 100%;	
	}
}



