@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


ul {
  list-style: none;
}
.mobile-content {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.mobile-content ul {
  margin-top: 32px;
}
.mobile-content ul li {
  margin-top: 10px;
}
.mobile-content a {
  text-decoration: none;
  color: #fff;
  display: block;
  /*text-align: center;*/
  /*float: left;*/
}
.mobile-content img {
  float: right;
}
.mobile-content li.mobhasdrop {
  cursor: pointer;
  width: 100%;
}
.mobdropdown {
  /*background-color: #f00;*/
  display: none;
}


#table-demo {
  margin: 20px 0;
}
#table-demo table {
  /*min-width: 300px;*/
  width: 100%;
  height: fit-content;
  overflow-y: scroll;
  border-collapse: collapse;
  /*border: 1px solid #000;*/
}
#table-demo table tr td {
  border-bottom: 1px solid #c8c0c0;
  padding: 13px;
}
#table-demo table .bold {
  border-right: none;
  border-left: none;
  background: #ddd;
  border-bottom: 1px solid #c2c2c2;
  border: none;
}
#table-demo table .bold td {
  border: none;
  background: #0e76bc;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: bold;
}
#table-demo .with-header tr:first-of-type td {
  border: none;
}
@media (max-width: 480px) {
  #table-demo .with-header tr:first-of-type {
    display: none;
  }
  #table-demo .with-header tr {
	  
	
    border-bottom: 1px solid gray;
  }
  #table-demo .with-header tr td {
    display: block;
    border: none;
  }
  #table-demo .with-header tr td:first-child {
    padding-top: .5em;
  }
  #table-demo .with-header tr td:last-child {
    padding-bottom: .5em;
  }
  #table-demo .with-header tr td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    display: inline-block;
  }
}
@media (max-width: 480px) and (min-width: 480px) {
  #table-demo .with-header tr td:before {
    display: none;
  }
}

.dropzone{
	
	background: transparent !important;
	border: unset !important;
}

body {
    font-family: 'Poppins', sans-serif !important;
    background: #fafafa;
}


.isSelected {
  background-color: #25aae1 !important;
}

/*.house:hover{
	
	background-color: #25aae1;
    cursor: pointer;
}*/

.house{
    
    display: block;
	/*padding: 15px 15px;*/
	/*padding : 10px;*/
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 5px 0;
	font: 14px/20px Arial, sans-serif;
	background-color: #ccc;
	border-radius: 30px;
	text-align: center;
	color: white;
	font-size: 20px;
	cursor: pointer;
	
}

.customer .card-header{
	
	padding: 1.5rem 1.25rem !important;
	background: #25aae1 !important;
	color: white;
}

.measurement .card-header{
	
	padding: 1.5rem 1.25rem !important;
	background: #0e76bc !important;
	color: white;
}

#responsiveForm{
  background-image: url("../img/logo-bg.png"); 
  
  background-size: cover;
  background-size: 100% 100%;

  min-height: 350px;
  padding-top: 120px;
  padding-bottom: 120px;
  margin-bottom: 100px;
  /*padding-left: 40px;
  padding-right: 40px;*/
}

.btn-round-lg{
border-radius: 22.5px;
}
.btn-round{
border-radius: 17px;
}
.btn-round-sm{
border-radius: 15px;
}
.btn-round-xs{
border-radius: 11px;
padding-left: 10px;
padding-right: 10px;
}

.menu{
	
	padding: 11px;
}

.bgimg{
    background-image: url('../img/login-bg.png');
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
    height: 800px;
}


p {
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}
.list-unstyled li a{
   text-decoration: none;
   color: grey !important;
}

.list-unstyled li{
	
	padding : 10px;
	border-bottom: 1px solid rgb(232, 232, 232);
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #fff;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #0e76bc !important;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    /*background: #6d7fcc;*/
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}


.input-icon{
  position: absolute;
  left: 10px;
  top: calc(50% - 0.5em); /* Keep icon in center of input, regardless of the input height */
}
.input-wrapper input{
  padding-left: 30px !important;
}
.input-wrapper{
  position: relative;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 0px;
    min-height: 100vh;
    transition: all 0.3s;
    background: rgb(232, 232, 232);
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 1024px) {
	
	#sidebarCollapse{
	    
	    display: block !important;
	    text-align: left;
    }

}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
    
    #sidebarCollapse{
	    
	    display: block !important;
	    text-align: left;
    }
    
    
    
}

/* */
	
.bgimg {
  /* The image used */
  /*background-image: url("img/login-bg.png");

  /* Control the height of the image */
  /*min-height: 380px;*/

  /* Center and scale the image nicely */
  /*background-position: center;
  /*background-repeat: no-repeat;*/
  /*background-size: contain;
  /*position: relative;*/
}

/* Add styles to the form container */
.container {
  position: absolute;
  right: 0;
  margin: 20px;
  max-width: 300px;
  padding: 16px;
  background-color: white;
}

/* Full-width input fields */
  input[type=text], input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit button */
.btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}