a {
	color: #409887;
}

a:hover {
	color: #07463A;
}

table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::after {
	left: 8px;
}

table.dataTable thead > tr > th.sorting_asc, 
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
    padding-left: 30px;
    padding-right: 0px;
}

table.dataTable tbody tr:hover {
   background-color:#BEEDFF !important;
}

.x_panel {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 17px;
  display: inline-block;
  background: #fff;
  border: 1px solid #E6E9ED;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  opacity: 1;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}
.x_title {
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
    margin-bottom: 10px
}
.x_title .filter {
  width: 40%;
  float: right;
}
.x_title h2, .x_title h3 {
  margin: 5px 0 6px;
  float: left;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
/*  width: calc(100% - 50px);*/
}
.x_title h2 small, .x_title h3 small {
  margin-left: 10px;
}

.x_title span {
  color: #BDBDBD;
}
.x_content {
  padding: 0 5px 6px;
  position: relative;
  width: 100%;
  float: left;
  clear: both;
  margin-top: 5px;
}
.x_content h4 {
  font-size: 16px;
  font-weight: 500;
}

.welcome_date {
	font-size: 3em;
	font-weight: 400;
}
.welcome_dayname {
	font-size: 2em;
}
.welcome_nevnap {
	font-size: 1.5em;
}

.welcome_calendar {
	max-width: 250px;
}
.digit_clock {
	display: inline-block;
	padding-top: 16px;
}

/* cke-editor top margin */
.cke_maximized {
	top: 58px !important;
	position: fixed !important;
}

.form_no_border {
	border: none;
	box-shadow: none;
}

.form_bottom_border {
	border: none;
	border-bottom: 1px solid #ccc;
	box-shadow: none;
}

.form_bottom_border:focus {
	border: 1px solid #00c;
}

.navbar-right-menu-username {
	border-bottom: 2px solid #73879C;
	text-align: center;
	font-size: 1.5rem;
	padding: 10px 0px;
}

.auto_width {
    width: auto;
    display: inline-block;
}

.mb-0 {
	margin-bottom: 0rem !important;
}
.mb-1 {
	margin-bottom: 1rem !important;
}
.mb-2 {
	margin-bottom: 2rem !important;
}
.mb-3 {
	margin-bottom: 3rem !important;
}
.mb-4 {
	margin-bottom: 4rem !important;
}
.mb-5 {
	margin-bottom: 5rem !important;
}
