/*
 * @author Marco Petrin
 * @data 01/02/2017
 * CSS personalizzato per Rossignol
 */

/*** INIZIO LOGIN PAGE ***/
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.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;
}
/*** FINE LOGIN PAGE ***/

/* CHECKBOX per FILTRI */
.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  width: 100%;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  font-size: 0.95em;
  line-height: 2.5em;
  text-indent: 3.25em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
}

.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
  font-size: 0.95em;
}

.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

/* MENU USER */
.navbar-login
{
    width: 305px;
    padding: 10px;
    padding-bottom: 0px;
}

.navbar-login-session
{
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.icon-size
{
    font-size: 87px;
}
/* MENU USER */
.cursorover {
    cursor: pointer;
}
.has-error .form-control{
	background-color: #f2dede;
	color: #a94442;
}
.td-has-error{
	font-weight: bold;
    color: #a94442;
    font-size: x-large;
}
.btn-positivo {
    color: #000;
    background-color: transparent;
    border: 4px solid #000000;
    border-radius: 0px;
	text-transform: uppercase;
}
.btn-positivo:hover {
    color: #E2001A;
    background-color: transparent;
    border: 4px solid #E2001A;

}
.btn-negativo {
    color: #fff;
    background-color: #E2001A;
    border: 4px solid #E2001A;
    border-radius: 0px;
	text-transform: uppercase;
}
.btn-negativo:hover {
    color: #fff;
    background-color: #E2001A;
    border: 4px solid #E2001A;
}
body {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
body.login-page {
	background-image: url("../img/login.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center; 
	background-color: #000;
	background-size: 100%;
}
	
.btn-negativo: focus {color: #fff; outline: 0px;}
.btn-positivo: focus {color: #000; outline: 0px;}

.media-body {
    width: 90%;
}

#default-table{
	width: 100%;
}

#default-table tr td .form-control{
    width: 50px;
}
