body {
  padding-top: 70px;
}
.center-header {
  padding: 40px 15px;
  text-align: center;
}

img.profilepic
{
  width: 32px;
  height: 32px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: -8px;
  margin-bottom: -8px;
}

body.error {
    background-color: #8C020E;
}

.form-signin
{
  max-width: 330px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.form-signin input {
    margin-top: 6px;
    margin-bottom: 6px;
}

/*
Icon links
*/

div .icons {
  border-top-width: 1px;
  border-right-width-value: 1px;
  border-bottom-width: 1px;
  border-left-width-value: 1px;
  border-top-style: solid;
  border-right-style-value: solid;
  border-bottom-style: solid;
  border-left-style-value: solid;
  border-top-color: #dddddd;
  border-right-color-value: #dddddd;
  border-bottom-color: #dddddd;
  border-left-color-value: #dddddd;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  margin-left: 0px;
  margin-right: 0px;
}

ul.shortcut-links {
  margin-left: 0;
  padding-left: 0;
  margin-right: 0;
  padding-right: 0;
  margin-bottom: 0;
  height: 80px;

}

.shortcut-links li
{
  list-style:none;
  float: left;
  width: 80px;
  height: 80px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0px;
  margin-right: -1px;
  margin-bottom: -1px;
  margin-left: 0px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  
}

a.icon-default {
  color: #2B2B2B;
}

a.icon-active {
  color: #4b4b4b;
}

a.icon-info {
  color: #5886d2;
}

a.icon-success {
  color: #509B1A;
}

a.icon-edit {
  color: #DB0214;
}

.shortcut-links li:hover
{
  background-color: rgba(154, 214, 214, 0.1);
  cursor: pointer;
}

.shortcut-links .fa
{
  display: block;
  margin-top: 5px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  font-size: 24px;
}

/*-------------------------------------------------
 *
 * ICON UL
 *
 *------------------------------------------------*/

ul.icon
{
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: inside;
}

ul.icon li {
  margin-bottom: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 6px;
}

ul.icon li a
{
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 12px;
  text-decoration: none;
}


ul.icon li:hover
{
  background-color: #eeeeee;
  color: #2a7daf;
  text-decoration: none;
}

ul.icon li em {
  font-style: italic;
  font-size: 12px;
  font-weight: 100;
  padding-left: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}

ul.icon li span.fa
{
  float: left;
  padding-top: 4px;
  font-size: 24px;
  display: inline-block;
  height: 42px;
}

ul.icon li span.title {
  font-size: larger;
}

ul.icon a:hover {
  text-decoration: none;
}

/*-------------------------------------------------
 *
 * No more tables http://bootsnipp.com/snippets/featured/no-more-tables-respsonsive-table
 *
 *------------------------------------------------*/


@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
	#no-more-tables table,
	#no-more-tables thead,
	#no-more-tables tbody,
	#no-more-tables th,
	#no-more-tables td,
	#no-more-tables tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#no-more-tables tr { border: 1px solid #ccc; }

	#no-more-tables td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align:left;
	}

	#no-more-tables td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}


/* ************************************************************************

   table sortable


************************************************************************ */


table.sortable span.sign {
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    font-size: 12px;
    margin-top: -10px;
    color: #bfbfc1;
}

table.sortable span.arrow, span.reversed {
    border-style: solid;
    border-width: 5px;
    font-size: 0;
    border-color: #ccc transparent transparent transparent;
    line-height: 0;
    height: 0;
    width: 0;
    margin-top: -2px;
}

    table.sortable span.arrow.up {
        border-color: transparent transparent #ccc transparent;
        margin-top: -7px;
    }

table.sortable span.reversed {
    border-color: transparent transparent #ccc transparent;
    margin-top: -7px;
}

    table.sortable span.reversed.up {
        border-color: #ccc transparent transparent transparent;
        margin-top: -2px;
    }



table.sortable span.az:before {
    content: "a .. z";
}

table.sortable span.az.up:before {
    content: "z .. a";
}

table.sortable span.AZ:before {
    content: "A .. Z";
}

table.sortable span.AZ.up:before {
    content: "Z .. A";
}

table.sortable span._19:before {
    content: "1 .. 9";
}

table.sortable span._19.up:before {
    content: "9 .. 1";
}

table.sortable span.month:before {
    content: "jan .. dec";
}

table.sortable span.month.up:before {
    content: "dec .. jan";
}

table.sortable thead th:not([data-defaultsort=disabled]) {
    cursor: pointer;
    position: relative;
    top: 0;
    left: 0;
}

table.sortable thead th:hover:not([data-defaultsort=disabled]) {
    background: #efefef;
}

table.sortable thead th div.mozilla {
    position: relative;
}


/*Datatable Sorting*/

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

td.rightalign {
    text-align: right;
}

th.rightalign {
    text-align: right;
}

div.libmc table.dataTable thead > tr > th
{
  padding-left: 4px;
  padding-right: 18px;
}

div.libmc div.dataTables_filter input {
    margin-left: 8px;
}




