/**
 * Common CSS
 */
 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: 45px;
  background-color: #f5f5f5;
}

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}
ul.social{
  list-style: none;
}

ul.social li{
  list-style: none;
  display: inline-block;
}
ul.footer-left-links
{
  list-style: none;    
}

ul.footer-left-links li{
  list-style: none;
  display: inline-block;
}
h3.jtable-title{
  color: #fff;
  font-weight: bold;
  border-bottom: 3px solid #fff;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 12px;
}
.error
{
  color: red;
}
#location-select-wrapper
{
  margin-bottom: 5px;
}
#location-select-wrapper ul li
{
  color: #333;
}
#LocationIDs
{
  width:0px;
  height:0px;
  padding:0px;
  margin:0px;
  border:0px;
}
/*-Text Comment another*/
.ms-deselectall
{
  display: inline-block;
  font-size: .9em;
  text-decoration: none;
  color: #fff;
  margin-left: 5px;
}
.ms-options-wrap > .ms-options .ms-selectall
{
  text-transform: none;
}

.white-font{
  color: #FFFFFF;
}

.loading-icon
{
  display: none;
}
#myModal{
  height: 400px;
  top: calc(50% - 200px) !important;
}
.disabled{
  background: #CCC;
  color: #333;
  border: 1px solid #666;
}
ul.footer-social-icons{
  display: inline-block;
}
.footer-below-social-icon
{
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  margin-left: 30px;
}
a.flick-anticimex-link{
  color: #fff;
}
.flick-anticimex-link
{
  margin-top: 45px;
  text-align: right;
}
.footer-copy-right
{
  margin-top: 45px;
  color: #fff;
  text-align: center;
}
span.error
{
  color: red;
}
.notification-wrapper
{
  margin-top: 15px;
}
.total-due-notes
{
  color: #eee;
  line-height: 24px;
  text-align: justify;
  padding-left: 8px;
  padding-top: 10px;
  padding-right: 8px;
}
a.req_invoice_link
{
  text-decoration: underline;
  color: #fff;
}
p.ask-question-notes
{
    text-align: left;
    float: left;
    padding-top: 10px;
    color: #fff;
}