@charset'UTF-8';

*,*: before,*: after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* START */
#jlc-container {
  margin: 0 auto;
}

#jlc-container .jlc-header {
    text-align: center;
    margin-top: 40px;
}

#jlc-container .jlc-form {
  border: 1px solid #42C1C7;
  padding: 20px;
  max-width: 300px;
  margin: 0 auto;
  background-color: #42C1C7;
  border-radius: 0.375rem;
}

#jlc-container .jlc-form li {
  list-style: none;
  position: relative;
}

#jlc-container .jlc-form-header {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  color: #ecf0f1;
}

/* #jlc-container .datepicker {
  width: 60%;
} */
#jlc-container .datepicker {
  width: 100%;
  margin-bottom: 20px;
  outline:none;
}
/* #jlc-container .jlc-submit {
  width: 30%;
  float: right;
  background: #fafafa;
  border: 1px solid #f1f1f1;
  color: #333 !important;
} */
#jlc-container .jlc-submit {
  background: #fafafa;
  border: 1px solid #f1f1f1;
  color: #333 !important;
  display: block;
  width: 100%;
}
/* RESULTS */

#jlc-container .jlc-results-section {
    border: 1px solid #ecf0f1;
    margin-bottom: 30px;
}

#jlc-container .jlc-tableheader {
    font-weight: bold;
    background-color: #2980b9;
    color: #fff;
    border: 1px solid #3498db;
    border-bottom: 1px solid #666;
}

#jlc-container td {
    text-align: center;
    width: 33%;
}


/* OVERLAY */
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('ajax-loader.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

/***** START RESULTS TABLE *****/

#jlc-container .results
{
  margin: 10px auto;
  width: 100%;
  max-width: 700px;
  min-width: 350px;
  padding: 20px 0;
}

#jlc-container .tableHeader
{
  text-align: left;
  font-weight: 300;
}

#jlc-container .sectionHeader
{
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 16px;
  text-shadow: 0 1px #fff;
  letter-spacing: 1px;
}

#jlc-container .header {
  height: 27px;
  position: relative;
  border-radius: 5px 5px 0 0;
  background-color: #42C1C7;
}

#jlc-container .header td
{
  text-align: center;
  color: #fff;
}

#jlc-container .header div
{
  display: inline-block;
  width: 33.33%;
  text-align: center;
  font-weight: 500;
  height: 27px;
  line-height: 27px;
  color: #fff;
  text-shadow: 0 -1px #333;
  font-size: 18px;
}


#jlc-container .row
{
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  position: relative;
  height: 27px;
}

#jlc-container .row td
{
  text-align: center;
}

#jlc-container .tableSection
{
  border-bottom: 1px solid #ccc;
}

#jlc-container .tableSection:last-child
{
  margin-bottom: 20px;
}

#jlc-container .row div
{
  z-index: 2;
  display: inline-block;
  width: 33%;
  text-align: center;
  font-size: 0.9em;
}

#jlc-container .row:nth-child(odd)
{
  background-color: #f1f4f7;
  border-top: 1pt solid #f7f9fc;
  border-bottom: 1pt solid #ededed;
}

#jlc-container .row:nth-child(even)
{
  background-color: #FBFBFB;
  border-top: 1pt solid #f7f9fc;
  border-bottom: 1pt solid #ededed;
}

#jlc-container .results button
{
  font-size: 12px;
  line-height: 20px;
  float: right;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0 15px;
  position: relative;
  right: 5px;
  bottom: 10px;
}

#jlc-container .results button:hover
{
  background-color: #ccc;
  color: #fff;
}

#jlc-container .footerSpace
{
  height: 10pt;
}

#jlc-container .results .background
{
  position: absolute;
  top: 0;
  left: 0;
  padding: 0!important;
  height: 27px;
  width: 836px;
}
/***** END RESULTS TABLE *****/

/* #ui-datepicker-div {
	top: 1234px !important;
	left: 370px !important;
} */