﻿
body {
    padding-top: 50px;
    padding-bottom: 20px;
    margin: auto;
}

/*-----------------------------------------------Login Log out css---------------------------------------*/
.wrapper {
    margin-top: 80px;
    margin-bottom: 20px;
}

[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
}

#imgdiv {
    position: sticky;
    min-width: 80px;
    z-index: -1;
    top: 50px;
    left: 0;
}

.error {
    color: #990000;
    font-size: small;
    font-style: unset;
    font-weight: 100;
}

.errorping {
    color: #ff0000;
}

.succesping {
    color: #008000;
}

.btn-file {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    background-color: transparent;
    color: transparent;
}
.centerspacing {
    width:100%;
	margin:0px;
}


.form-signin {
    max-width: 420px;
    padding: 30px 38px 66px;
    margin: 0 auto;
    background-color: #eee;
    border: 3px dotted rgba(0,0,0,0.1);
}

.form-signin-heading {
    text-align: center;
    margin-bottom: 30px;
}

.form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
}

input[type="text"] {
    margin-bottom: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

input[type="password"] {
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.colorgraph {
    height: 7px;
    border-top: 0;
    background: #c4e17f;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

/*----------------  Navigation bar styles -----------------*/
.nav > li > form {
    position: relative;
    display: block;
    padding: 15px 15px;
}

#partialUser {
    margin-left: 0px !important;
}

.UserIndex {
    margin-left: 0px !important;
}


/*IOT color*/
.iot-Color {
    background-color: #588AC8;
    color: #9BB3D1;
    border: unset;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-family: Tahoma;
    background-color: #588AC8;
    color: white;
}

.linkColorizer {
    text-decoration: none !important;
    color: white !important;
}

/*White color on the menu items*/
.navbar-fixed-top.iot-Color.inactiveLink a {
    color: white;
}
    /* Light blue on the hovered menu items*/
    .navbar-fixed-top.iot-Color.inactiveLink a:hover {
        color: #9BB3D1;
        background-color: white;
    }

.activeLink a {
    color: #9BB3D1 !important;
    background-color: white !important;
}
    /* Light blue on the hovered menu items*/
    .activeLink a:hover {
        color: #9BB3D1 !important;
        background-color: white !important;
    }

/*---------------------------------Body contents-----------------------------------------*/
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 1px;
    padding-right: 1px;
    width: 90%;
    margin: auto;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
select,
textarea {
    max-width: 280px;
}

#footercolorizer {
    color: #9BB3D1;
    color: white;
}
/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.outterdiv {
    margin-left: -15px;
    margin-right: -15px;
    min-width: 1000px;
}

.footnote {
	 font-style: italic !important;
	 padding-bottom: 20px;
}

.searchbtn {
    margin-top: 30px;
}

.spectatorbtn {
    margin-top: 10px !important;
}

.inoutbtn {
    margin-top: 15px;
}

.btnspace {
    margin-top: 15px;
}

/*
table{
	table-layout:auto;
}
*/

@media (max-width: 992px) { 
  .hideonsmall { 
    display: none; 
  } 

}

@media (max-width:767px){
  .xs{
	margin: 4px;
	}
	
	td{
	word-break: break-all;
	}
}
@media(min-width:767px){
	.right {
		float:right !important;
	}
}


/*
.mytable {
    max-width: 1000px;
}
*/
.name-input {
    width: 300px;
}

/* Displaying dynamically created list items */
.entrance-group {
    margin-left: 5px;
    margin-top: 5px;
}

.profile_image {
    max-width: 300px;
    max-height: 300px;
    margin: 10px;
}

.modal-backdrop {
    visibility: hidden !important;
}

.modal.in {
    background-color: rgba(0,0,0,0.5);
}

.changebutton{
	display: none;
}


.defaultformstate {
    display: none;
}

.topspace {
	width: 100%;
	margin: auto;
	padding-right: 0px;
	padding-left:0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.existingdata {
    margin-top: 30px;
}


@media (max-width: 760px) {
	button.mobilebutton{
	width:100%;
	margin:3px;
	
	}

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: inline-grid; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr {
	border: 1px solid #ccc; 
	margin-bottom:5px;
	}
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		text-align:left;
		font-size:12px;
	}
	
	td:before { 
		/* Now like a table header */
		position: static;
		/* Top/left values mimic padding */
		float:left;
		text-align:left;
		font-weight:bold;
		white-space: nowrap;
		margin-bottom:5px;
	}
	

	td:before { content: attr(title); }
	}
}
