/* CSS Document */

/** MATERIALIZE OVERRIDE **/
h1,h2,h3,h4,h5 {
	font-weight: 300!important;
	color: #287488;
}
@media only screen and (min-width: 993px) {
	.container {
		width: 80%!important;
	}
}
a{cursor:pointer!important;}
.collapsible-body{background-color: #FFF;}
.btn{background-color: #287488!important;}
.btn:hover{background-color: #3392AB!important}
.card .card-action{padding:15px!important;}



/** UNIKS DESSIGN **/
.green{ color: #a3aa1b; }
.green-dark{ color: #959b20; }
.green-light{ color:#A3A900; }
.purple{ color: #82358b; }
.yellow{ color: #efb10f; }
.blue{ color: #128bab; }
.pink{ color: #da0d5e; }
.red{ color: #e10a1; }

.bg-green{ background-color: #a3aa1b!important; }
.bg-green-dark{ background-color: #959b20!important; }
.bg-green-light{ background-color: #A3A900!important; }
.bg-purple{ background-color: #82358b!important; }
.bg-yellow{ background-color: #efb10f!important; }
.bg-blue{ background-color: #128bab!important; }
.bg-pink{ background-color: #da0d5e!important; }
.bg-red{ background-color: #e10a1!important; }


/*BUTTONS*/
.btn.bg-green{ background-color: #a3aa1b!important; }
.btn.bg-green:hover{ background-color: #959b20!important; }


/** NAVBAR **/
.navbar{border-radius:0; }

/** LOGIN **/
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  background-color:#FFF;
  border-radius: 5px;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/** EVALUATION **/
.list_attributes {
	border: 1px solid #eee;
}
.list_attributes > div {
	margin: 0;
	padding: 10px;
	cursor: pointer;
}
.list_attributes > div.no-sort{ cursor: default; }
.attribute{
	float:left;
	cursor:pointer;
    font-size: 120%!important;
    padding: 17px!important;
    line-height: 0!important;
	font-weight: 400!important;
    margin: 10px;
}
		