body {
	font-family: 'Lato', sans-serif;
	padding-top: 10px;
	padding-bottom: 30px;
}


.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

label {
  color: #333;
}
.btn-send {
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

ul.nav {
	margin-top:5px;
}

.StateOK {
	color:green;
}

.StateWarning {
	color:#FF9E0C;
}

.StateError {
	color:red;
}

.StateUnknown {
    color:#808080;
}

.NoInfo {
	font-style:italic;
}

/***** Form *****/
/* Login */
#Form-Login .modal-dialog {
    width: 300px;
}
#Form-Login .modal-footer {
    height: 70px;
    margin: 0;
}
#Form-Login .modal-footer .btn {
    font-weight: bold;
}
#Form-Login .modal-footer .progress {
    display: none;
    height: 32px;
    margin: 0;
}
#Form-Login .input-group-addon {
    color: #fff;
    background: #3276B1;
}
#AddClientServerPopup .modal-dialog {
    width: 850px;
}
#EditClientServerPopup .modal-dialog {
    width: 850px;
}
th.rotate-text {
    width: 25px;
    height: 50px;
    transform: rotate(-90deg);
}