html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

.navbar-brand-dropdown {
	margin: 0;
}

.navbar-brand.dropdown-toggle {
	padding-top: 15px;
}

.dropdown-menu.dropdown-brand {
	margin-left: -15px;
}

/* Custom page CSS
-------------------------------------------------- */
body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0 !important;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.navigation li {
    height: auto;
    margin: 1px;
    padding: 6px;
}
/*.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: none;
    padding: 0;
}*/
.footer {
    width: 100% !important;
    height: auto !important;
}
.footer, .footer a{font-size: 14px !important;}
.page-header{ margin-top: 10px;}
.page-header h1{ margin-top: 40px;}
#authorsDocumentation .fa{font-size: 16px; padding: 2px;}
.table-grid .fa:hover{ color: #000;}
.table-grid{ margin-bottom: 20px;}
body, table td, table th, .table-striped a, .modal-body p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}
a .fa {
    color: #0066cc;
    cursor: pointer;
}
a .fa:hover {
    color: #000;
}
.fa {
    padding: 0 7px 0 0; 
    font-size: 16px !important;
}
.divposition{ padding: 0;}
.SubHeaderNavFont{ padding-left: 20px;}
.page-header h3{ font-size: 20px;}
h2{ font-size: 18px;}
/*tokeninput for bootstrap*/
li.token-input-token-facebook {
    white-space: normal !important;
}
ul.token-input-list-facebook {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 4px;
    color: #555;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    vertical-align: middle;
    width:416px;
}
table input[type="radio"], table input[type="checkbox"] {
    margin: 4px 0 0;
}
.panel-body{     
    padding-left: 0px;
    margin-bottom: 20px;
    margin-top: 15px;
    padding-top: 0px;
}
.row p.form-columns-label{background-color: #DDDDDD; padding: 6px;}
.row {
    font-size: 15px;
    padding: 2px;
}
div.token-input-dropdown-facebook {
    z-index: 11001 !important;
}
form {
    padding-bottom: 10px;
}
.table-grid-filter label{ font-weight: normal;}
li.token-input-token-facebook span{ font-size: 14px;}
li.token-input-token-facebook p, div.token-input-dropdown-facebook{ font-size: 12px;}

.form-control-select {
    font-family: Arial !important;
    font-size: 14px !important;
    color: #000000;
    border: 1px solid #AAAAAA;
    border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    padding: 4px;
}
.break-word {
    -ms-word-break: break-all;
        word-break: break-all;
}
.HeaderNavFont {
    font-weight: bold;
    font-size: 12pt;
    color: #0066cc;
    text-decoration: none;
}
#smoothnessBootstrap .ui-accordion .ui-accordion-content{ padding: 1em 15px;}
.btn-default{ margin-bottom: 1px;}

.navigation-cont {
    border-bottom: 1px solid #ddd; 
    margin: 0px 0px 15px 0px;
}
.btn-sm:hover {
    font-size: 12px;
}
table thead tr th {
    text-transform: uppercase
}
sup.hideCol{ top: 0px;}