@font-face {
font-family: 'SuperMarket';
  src: url('../fonts/supermarket-webfont.eot'); /* IE9 Compat Modes */
  src: url('../fonts/supermarket-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/supermarket-webfont.woff') format('woff'), /* Modern Browsers */
       url('../fonts/supermarket-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/supermarket-webfont.svg#supermarketregular') format('svg'); /* Legacy iOS */
}

html {
  height: 100%;
}
body {
  margin: 0 auto;
  padding:0;
  height:100%;
}
/* Headings
-------------------------------------------------- */
h1 {
  font-size: 1.8em !important;
  line-height: 1.25em;
  font-weight: 400;
  margin-bottom: .5em;
  /*color: #0055aa !important;*/
}
h2 {
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 300;
  margin-bottom: .5em;
}
h3 {
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: .5em;
}
h4 {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: .5em;
}
h1 a, h2 a, h3 a, h4 a {
  color: inherit;
  border: 0 !important;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  /*display: block;*/
  max-width: 100%;
}
.txtRed {
  color: #ff0000;
}
.space {
  padding-top: 20px;
}

.wrap {
  height: auto !important;
  margin: 0 auto -80px;
  min-height: 100%;
  padding: 0 0 80px;
  position: relative;
}

.navbar-blue {
  background: #0054aa !important;
}
.navbar {
  margin-bottom: 0px !important;
}
.navbar li {
  padding-left: 5px !important;
  margin: 5px 0 5px 0 !important;
}
.navbar-darkblue {
  background: #1F3A4D !important;
  color: #000 !important;
  border: 0px !important;
  border-radius: 0px !important;
}
.navbar-darkblue a{
  color: #fff !important;
}
.navbar-darkblue .navbar-nav a {
  background: #1F3A4D !important;
}
.navbar-darkblue .navbar-nav a:hover {
  background: #0688E6 !important;
  border-radius: 5px !important;
}
.navbar-darkblue .dropdown-menu {
  background: #1F3A4D !important;
}
/****************/
.total-data {
  padding: 0px 10px 10px 10px;
  margin-bottom: 20px;
  background: #ebebeb;
  color: #000;
}
/* top section */
.top_navbar {
    position: relative;
    padding:0;
    margin: 0;
    width: 100%;
    min-height: 30px;
    background-color: #0055aa;
    color: #fff;
}
.top_navbar .hotline {
  padding-top: 5px;
  text-align: right;
}
.top_navbar .logout {
  padding-top: 5px;
  text-align: right;
}
.top_navbar .place {
  padding-top: 5px;
  text-align: left;
}
.top_navbar a {
  color: #ffffff;
}
.top_navbar a:hover {
  color: #ffffff;
  text-decoration: none;
}
.top_nav_list ul {
  margin: 0;
  padding: 10px 0 10px 0;
}
.top_nav_list li {
    float: left; /*in-line */
    margin: 0px 0px 0px 10px;
    color: #ffffff;
    list-style-type: none;
}
.top_nav_list li a {
    font-family: Tahoma,Geneva,sans-serif;
    font-weight: normal;
    font-size: 0.9em;
    color: #ffffff;
    /*    background-color: #000;*/
}
.top_nav_list li a:hover {
    color: #ffff00;
    text-decoration: none;
}

.top_nav_list .contact-info {
    font-weight: normal;
    font-size: 13px;
}
.top_section {
    position: relative;
    padding: 10px 0px 0px 0px;
    margin: 0px;
    /*height: 120px;*/
    /*-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);*/
    /*background: #fff url(../images/top-bg.png) repeat-x left top;*/
    /*background: #0161a7;*/
    z-index: 999;
}

.jumbotron-f {
  padding: 10px ;
  padding-top: 20px !important;
  margin-bottom: 0px;
  color: inherit;
  background: url('../images/slide-bg.jpg');
  color: #fff;
  font-family: 'SuperMarket';
  height: 150px !important;
  /*background-color: #eee;*/
}
.jumbotron-f h1,
.jumbotron-f .h1 {
  font-size: 2em !important;
  color: inherit;
  padding-left: 18px;
  padding-top: 20px;
}
.jumbotron-f h2.site-name,
.jumbotron-f .h2 {
  font-size: 46px !important;
  color: #ffffff !important;
  text-align: left;
}
.jumbotron-f h3.site-name,
.jumbotron-f .h3 {
  font-size: 2em !important;
  color: #ffffff !important;
  text-align: left;
  margin-top: -5px;
}


.jumbotron-f p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron-f > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron-f,
.container-fluid .jumbotron-f {
  border-radius: 6px;
}
.jumbotron-f .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron-f {
    padding: 48px 0;
  }
  .container .jumbotron-f,
  .container-fluid .jumbotron-f {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron-f h1,
  .jumbotron-f .h1 {
    font-size: 40px;
    color: #ffffff;
  }
}
/* Mobile */
@media screen and (max-width: 480px) {
  .jumbotron-f {
    margin-bottom: 0px;
}
  .jumbotron-f h1,
  .jumbotron-f .h1 {
    color: inherit;
    padding-left: 18px;
    font-size: 36px;
  }
  .jumbotron-f h2.site-name,
  .jumbotron-f .h2 {
    color: #ffffff !important;
    font-size: 34px !important;
    text-align: left;
  }
  .jumbotron-f h3.site-name,
  .jumbotron-f .h3 {
    color: #ffffff !important;
    font-size: 20px !important;
    text-align: left;
    margin-top: -5px;
  }
  .btn-lg,
  .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 14px !important;
    line-height: 1.3333333;
    border-radius: 6px;
  }
  table {
    font-size: 11px !important;
  }
}
/*---- Panel ---*/

.panel-blue > .panel-heading {
  color: #ffffff !important;
  background-color: #3498DB;
  border-color: #3498DB;
}
.panel-blue .h4 {
color: #ffffff !important;
}
.panel-green > .panel-heading {
  color: #ffffff !important;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
/*-------------*/

.well-green {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #1ABC9C;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  font-size: 40px;
  color: #ffffff;
}
.well-green blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}

.well-box {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  /*background-color: #1ABC9C;*/
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  font-size: 36px;
  color: #ffffff;
}
.well-box blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}

/*-------------*/
.main-box {
background: #EFF0F2;
display: block;
padding: 20px;
margin-bottom: 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.submain-box {
display: block;
padding: 2px 10px 2px 20px;
margin-bottom: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size: 18px;
}
.submain-sub-box {
display: block;
padding: 15px;
margin-bottom: 18px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size: 18px;
}
.submain-sub-box a {
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.main-box a {
  color: #ffffff;
  text-decoration: none;
}
.main-box a:hover {
  color: #e1e1e1;
}
/*-------------*/
.txt-white {
  color: #ffffff;
}
.bg-green {
  background: #1ABC9C;
  color: #ffffff;
}
.bg-darkgreen {
  background: #689E1D;
  color: #ffffff;
}
.bg-orange {
  background: #f39c12;
  color: #ffffff;
}
.bg-blue {
  background: #085DAD;
  color: #ffffff;
}
.bg-light-blue {
  background: #21BEDE;
  color: #ffffff;
}
.bg-light-green {
  background: #7ABD1C;
  color: #ffffff;
}
/*-------------*/
.btn-quiz {
  display: block;
  padding: 20px;
  background: #085DAD;
  color: #ffffff;
}
.btn-quiz a {
  color: #ffffff !important;
}
.btn-quiz a:hover {
  background: #00A2E8;
  color: #ffffff !important;
}

/*-------------*/
.menu{
  padding-top: 20px;
}

/* Custom page footer */
#push {
  /*height: 100px;*/
}

#footer {
  padding: 1em 0 1em;
  margin-top: 0;
  bottom: 0;
  /* Set the fixed height of the footer here */
  height: 80px;
  width: 100%;
  border-top: 5px solid #0164ac;
  background-color: #383838;
  color:#fff;
  font-size: 12px;
}
footer.wrap{
  min-width:100% !important;
}
#footer p {
   padding: 0px;
   margin: 0px;
}
.footer-left {
    font-family: Tahoma,Geneva,sans-serif;
    font-weight: normal;
    font-size: 1.0em;
}
.footer-left a {
    color: #ffffff;
}
.footer-left a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.footer-right {
    text-align: right;
}
.footer p.text {
  padding-top: 20px;
  color: #fff;
  font-size: 24px;
}


/* FULL SCREEN MODAL STYLES
-------------------------------------------------- */
.fullscreen .modal-dialog {
  margin: 0 0 0 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0;
  color: #333;
}

.fullscreen .modal-content {
  height: 100%;
  min-height: 100%;
  border-radius: 0;
  color: #1b98e0;
  background: rgba(255, 255, 255, 0.96);
  overflow:auto;
}

.fullscreen input {
  border: none;
  background: transparent;
  color: #1b98e0;
  font-size: 200%;
}

.fullscreen input:focus {
 color: #1b98e0;
 font-size: 200%;
}

.fullscreen button {
  border: none;
  background: transparent;
}

.fullscreen .modal-body label {
  padding: 100px 0 10px 0;
  color: #1b98e0;
  font-size: 200%;
}

@media (max-width: 480px){
  .fullscreen .modal-body label {
    padding: 34px 0 4px 0 ;
    color: #1b98e0;
    font-size: 200%;
  }
}