body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    background: #dfe3e8;
    font-family: Helvetica, Arial, 'Lucida Grande', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #637381;
    font-weight: 400;
}

.clear:after {
    content: " ";
    clear: both;
    display: table;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.modal {
	z-index: 1052;
}

/*
 *
 *	NAVBAR
 */

.navbar {
	width: 100%;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
  border: none;
	border-bottom: 3px solid rgb(66,171,238);
	border-radius: 0;
	margin-bottom: 0;
	background-color: #FFF;
}

.navbar .navbar-nav {
	padding-top: 5px;
	padding-bottom: 5px;
}

.navbar-toggle {
	margin-top: 14px;
}

.navbar-nav>li>a, .navbar-nav>li>a:hover, .navbar-nav>li>a:focus, .navbar-nav>li>a:active, .navbar-nav>li.active>a  {
    color: #333 !important;
    background-color: transparent;
    border: none;
}

.navbar>.container .navbar-brand {
    float: left;
    padding: 0;
    margin: 0;
    line-height: normal;
    height: auto;
    margin-left: 15px;
}

.navbar-brand img {
	height: 60px;
}

.navbar-brand>div {
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	font-size: 26px;
	padding-top: 15px;
}

.navbar-right {
	margin-right: 15px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #333;
  border-radius: 1px;
}





/*
 *
 *	MAIN
 */
#main {
    background-color: #FFF;
	min-height: 500px;
}



/*
 *
 *	FOOTER
 */

#footer {
	position: relative;
    background: #000639;
    text-align: center;
 	font-size: 14px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    padding: 60px 0 35px 0;
    color: #ccc;
}

#footer p {
	margin-bottom: 5px;
}

#footer a {
	color: #CCC;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	-webkit-transition: all 0.2s;
}

#footer .col-sm-4 {
	margin-bottom: 25px;
}

#footer .row {
	margin:0;
	padding-left: 15px;
	padding-right: 15px;
}


#footer h3 {
    margin-top: 0;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
}

#footer .copyright {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #555;
    text-align: center;
}

#footer .social i {
    font-size: 28px;
    vertical-align: text-top;
}

#footer .social a {
    margin-right: 20px;
    color: #888;
}

#footer .contact-info .fa {
	margin-right: 8px;
	width: 20px;
}





/*
 *  social icons signin
 *
 */
.social-login {
	display: block;
    background: #3d5b99;
    border-radius: 4px;
    margin-bottom: 10px;
    line-height: 40px;
    color: #fff !important;
}
.social-login.google {
    background: #f94b30;
}

.social-login .social-icon {
	float: left;
    width: 40px;
    height: 40px;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, .4);
}
.social-login .social-icon .fa {
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.social-login .social-name {
	float: left;
	width: calc(100% - 41px);
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}


#login form .form-group {
	margin-bottom: 5px;
}

#login .form-control, #signup .form-control, #forgot .form-control {
	border-radius: 0;
    color: #30373b;
    height: 36px;
    box-shadow: 0 0 0 1px #c4cdd5;
    -webkit-appearance: none;
    border: 0;
    width: 100%;
}

#signup .form-control, #forgot .form-control {
    height: 50px;
}

#signup .msg, #forgot .msg {
	display: none;
	padding: 30px;
	text-align: center;
}

#history .table>tbody>tr>td {
  vertical-align: middle;
}

#history .table>tbody>tr>td>.fa-times {
  cursor: pointer;
  color: red;
}

#history .host {
  font-size:12px;
  color: #000;
}

#history .msg {
  font-size:12px;
  color: red;
}

#history .changes {
  font-size:12px;
}
#history .state {
  font-weight: 600;
}
#history .status.OK {
  color: #4faf13;
}
#history .status.DIFF {
  color: rgb(255,240,40);
}

#history .status.STATE_6 {
  color: #a7a7aa;
}
#history .status.STATE_1, #history .status.STATE_2, #history .status.STATE_7, #history .status.STATE_12 {
  color: #4faf13;
}

#history .status.STATE_11,#history .status.STATE_8, #history .status.NOK {
  color: #c61d1d;
}
#history .status.STATE_0, #history .status.STATE_5,#history .status.STATE_3, #history .status.STATE_9 {
  color: rgb(255,175,40);
}

@media (min-width: 650px) {

	.modal-login {
		width: 380px;
	}

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

	#footer .row {
		margin-left: auto;
		margin-right: auto;
		padding-left: 250px;
		padding-right: 250px;
	}

}

@media (min-width: 1580px) {

}
