/* Setari generale */
.page_title_div {
	margin:10px;
	margin-bottom:50px;
}

span.glyphicon {
	color:#6AB56A;
}

.bg-danger {
	padding:5px;
	padding-left:10px;
	margin-top:10px;
}

.form_input_container {
	margin-bottom:10px;
}

span.view_employees_option_span {
	padding:0px 5px 0px 5px;
	float:right;
}

.src-image {
  display: none;
}

.card {
  overflow: hidden;
  position: relative;
  border: 1px solid #CCC;
  border-radius: 8px;
  text-align: center;
  padding: 0;
  background-color: #284c79; /*#3B70B2*/
  color: rgb(136, 172, 217);
}

.card .header-bg {
  /* This stretches the canvas across the entire hero unit */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  border-bottom: 1px #FFF solid;
  /* This positions the canvas under the text */
  z-index: 1;
}
.card .avatar {
  position: relative;
  margin-top: 15px;
  z-index: 100;
}

.card .avatar img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /*border: 5px solid rgba(0,0,30,0.8);*/
}

.report_select_input {
	border-radius:5px;
	width:85%;
	margin:auto;
	text-align:left;
}
.center {
	width: 150px;
	margin: 40px auto;
}

#view_employees_table td , th {
    text-align:center;
}

#notif_settings input[type="checkbox"] {
        width:15px;
        height:15px;
}

#non-logged-users-menu {
    list-style: none;
}

#non-logged-users-menu li {
    float: left;
    padding: 0px 15px;
}

.g-recaptcha > div {
    margin: auto;
    width: 100%;
}

.login-box {
    width: 400px;
}

.datatable th,
.datatable td {
    text-align: center;
}