/* main */

/***************************/
/***** Upper Case Entry Masking ******/

/*input[type="text"]{
  text-transform : uppercase
}*/

/***************************/
/***** Metronic Icons ******/

@font-face {
  font-family: 'LineAwesome';
  src:  url('../fonts/line-awesome.eot');
  src:  url('../fonts/line-awesome.eot') format('embedded-opentype'),
  url('../fonts/line-awesome.ttf') format('truetype'),
  url('../fonts/line-awesome.woff') format('woff'),
  url('../fonts/line-awesome.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/***************************/
/* Reset/Override Default  */

body{
  background-color: #f5f8fa;
}

.pseudolink {
  color:blue;
  text-decoration:underline;
  cursor:pointer;
}

.form-field {
  display:none;
}

.square{
  border-radius: 0 !important;
}

/***************************/
/* Set Radio Button Margins */

input[type="radio"] {
  margin-left: 10px;
  margin-right: 5px;
}

/***************************/
/* Print Modal */

@media screen {
  #printSection {
    /*display: none;*/
  }
}

@media print {
  body * {
    /*visibility:hidden;*/
  }
  #printSection, #printSection * {
    visibility:visible;
  }
  #printSection {
    position:absolute;
    left:0;
    top:0;
  }
}

/***************************/
/* Header Components Begin */

.header1234{
  /*height: 425px;*/
  height: 390px;
  margin-top: 93px;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (max-width: 575px) {
  .header1234 {
    height: auto;
  }
}
.header1234:after{
  content: " ";
  top: 0;
  left: 0;
  position: absolute;
  right: 0;
  bottom: 50%;
  z-index: 1;
  padding: 200px 0 30px 0;
  background: rgba(1,86,147,1);
  background: -moz-linear-gradient(top, rgba(1,86,147,1) 0%, rgba(0,0,0,0) 100%);
  /*background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1,86,147,1)), color-stop(100%, rgba(0,0,0,0)));*/
  background: -webkit-linear-gradient(top, rgba(1,86,147,1) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top, rgba(1,86,147,1) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top, rgba(1,86,147,1) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(
          #015693 0%,
          rgba(1, 86, 147, 0.738) 19%,
          rgba(1, 86, 147, 0.541) 34%,
          rgba(1, 86, 147, 0.382) 47%,
          rgba(1, 86, 147, 0.278) 56.5%,
          rgba(1, 86, 147, 0.194) 65%,
          rgba(1, 86, 147, 0.126) 73%,
          rgba(1, 86, 147, 0.075) 80.2%,
          rgba(1, 86, 147, 0.042) 86.1%,
          rgba(1, 86, 147, 0.021) 91%,
          rgba(1, 86, 147, 0.008) 95.2%,
          rgba(1, 86, 147, 0.002) 98.2%,
          rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015693', endColorstr='#000000', GradientType=0 );

}

.header1234:before{
  content: " ";
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  padding: 200px 0 30px 0;
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(245,248,250,1) 100%);
  /*background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(245,248,250,1)));*/
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(245,248,250,1) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(245,248,250,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(245,248,250,1) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(245, 248, 250, 0.262) 19%, rgba(245, 248, 250, 0.459) 34%, rgba(245, 248, 250, 0.618) 47%, rgba(245, 248, 250, 0.722) 56.5%, rgba(245, 248, 250, 0.806) 65%, rgba(245, 248, 250, 0.874) 73%, rgba(245, 248, 250, 0.925) 80.2%, rgba(245, 248, 250, 0.958) 86.1%, rgba(245, 248, 250, 0.979) 91%, rgba(245, 248, 250, 0.992) 95.2%, rgba(245, 248, 250, 0.998) 98.2%, #f5f8fa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#f5f8fa', GradientType=0 );

}

.ctrlheader{
  height: 170px;
  margin-top: 93px;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (max-width: 575px) {
  .ctrlheader {
    height: auto;
  }
}

.ctrlheader:after{
  content: " ";
  top: 0;
  left: 0;
  position: absolute;
  right: 0;
  bottom: 50%;
  z-index: 1;
  padding: 120px 0 30px 0;
  background: rgba(1,86,147,1);
  background: -moz-linear-gradient(top, rgba(1,86,147,1) 0%, rgba(0,0,0,0) 100%);
  /*background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1,86,147,1)), color-stop(100%, rgba(0,0,0,0)));*/
  background: -webkit-linear-gradient(top, rgba(1,86,147,1) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top, rgba(1,86,147,1) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top, rgba(1,86,147,1) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(
          #015693 0%,
          rgba(1, 86, 147, 0.738) 19%,
          rgba(1, 86, 147, 0.541) 34%,
          rgba(1, 86, 147, 0.382) 47%,
          rgba(1, 86, 147, 0.278) 56.5%,
          rgba(1, 86, 147, 0.194) 65%,
          rgba(1, 86, 147, 0.126) 73%,
          rgba(1, 86, 147, 0.075) 80.2%,
          rgba(1, 86, 147, 0.042) 86.1%,
          rgba(1, 86, 147, 0.021) 91%,
          rgba(1, 86, 147, 0.008) 95.2%,
          rgba(1, 86, 147, 0.002) 98.2%,
          rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015693', endColorstr='#000000', GradientType=0 );


}

.ctrlheader:before{
  content: " ";
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  padding: 100px 0 30px 0;
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(245,248,250,1) 100%);
  /*background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(245,248,250,1)));*/
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(245,248,250,1) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(245,248,250,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(245,248,250,1) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(245, 248, 250, 0.262) 19%, rgba(245, 248, 250, 0.459) 34%, rgba(245, 248, 250, 0.618) 47%, rgba(245, 248, 250, 0.722) 56.5%, rgba(245, 248, 250, 0.806) 65%, rgba(245, 248, 250, 0.874) 73%, rgba(245, 248, 250, 0.925) 80.2%, rgba(245, 248, 250, 0.958) 86.1%, rgba(245, 248, 250, 0.979) 91%, rgba(245, 248, 250, 0.992) 95.2%, rgba(245, 248, 250, 0.998) 98.2%, #f5f8fa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#f5f8fa', GradientType=0 );

}

.main-hero{
  position: relative;
  z-index: 9000;
}

.main-hero .maintitle{
  color: #FFFFFF;
  font-weight: 200;
}

.nav-container{
  height: 100px;
  z-index: 9999;
  background-color: #FFFFFF;
}

#mainnav a{
  color: rgba(0,0,0,.5);
  text-decoration: none;
}

#mainnav a:hover{
  color: rgba(0,0,0,1);
}

#mainnav a.disabled{
  color: #2a2a2a;
}

@media (max-width: 575px) {

  #mainnav {
    background: rgba(0,0,0,0.05);
    margin-top:20px;
    padding: 20px;
  }
}

#mainnav .dropdown-menu{
  min-width: 200px;
}

#mainnav .dropdown-menu a{
  color: #000000;
}

.custom-toggler.navbar-toggler {
  border-color: rgb(0, 0, 0);
  outline: none;
}
.custom-toggler .navbar-toggler-icon {
  font-family: 'linearicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-toggler .navbar-toggler-icon:before{
  color: #000000;
  content: "\e92b";
  font-size: 1.5em;
}

#mainnav a.nav-highlight-lightblue{
  color: #36a3f7;
}

.bell-notification{
  position: absolute;
  right: 10px;
  top: -8px;
  font-size: 10px;
}

.nav-bell{
  font-size: 1.4em !important;
}

.default-logo{
  height: 50px;
  width: 50px;
}

.hero-container{
  padding: 0;
  position: relative;
  z-index: 200;
}

@media (max-width: 767.98px){
  .maintitle{
    text-align: left !important;
  }
}

/*notification timeline*/
#mainnav .m-list-timeline{
  height: 200px;
  overflow: auto;
  padding: 20px;
  width: 350px;
}

.m-list-timeline__text, .m-list-timeline__time{
  font-size: 0.9em !important;
}


/* Main Body Content */
.main-body__container{
  margin-top: -70px !important;
  position: relative;
  z-index: 20;
}
@media (max-width: 575px) {
  .main-body__container{
    margin-top: 0 !important;
  }
}

.main-body-center{
  text-align: center;
  /*background: url("../images/logo-background.png") no-repeat center center;*/
}

.logobg{
  position: absolute;
  top: -50px;
  left: 26%;
  width: 800px;
  height: 300px;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  opacity: 0.75;
}

.backstretch img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

@media (max-width: 575px) {
  .main-body{
    margin-top: 0;
  }
}
@media (min-width: 1199.98px){
  .main-body{
    padding: 0 60px;
  }
}

/*Dropdown Box*/
.dropdown-menu{
  border-radius: 0;
}

/* Pagination Reset Setting */
.pagination .page-item{
  border: none;
  border-radius: 0;
}

.page-item .page-link{
  border: none;
  border-radius: 0;
  background-color: transparent;
  outline: none;
}

.page-item .page-link:hover{
  outline: 1px dotted #5867dd !important;
  outline-offset: -1px;
}

.active .page-link:hover{
  background-color: #5867dd;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
  border: none;
  border-radius: 0;
}


.item-icon{
  float: left;
  background-color: #f5f5f5;
  border: 0.15rem solid #5a6268;
  border-radius: 30px;
  transition: all 0.2s linear;
  height: 12px;
  margin: 4px 7px 10px 0;
  width: 12px;
}


/***************************/
/* Thread Component Begin */

.m-portlet__details .time{
  color: #d3d3d3;
}

.m-btn-options{
  border-radius: 2rem !important;
  color: #1b1e21;
  padding: 8px 6px 2px 6px;
  text-decoration: none !important;
}

.m-btn-options:hover{
  background-color: #ccd1de;
  border-radius: 2rem !important;
  color: #000000;
}

.show a.m-btn-options{
  background-color: #ccd1de;
  color: #000000;
}

.om_dropdown .dropdown-item{
  cursor: pointer !important;
  font-size: 0.9rem;
}

.nav-profile{
  margin-left: 8px;
  padding-left: 35px !important;
  position: relative;
}

.profile-avatar-image{
  border-radius:50%;
  float: left;
  height:100px;
  margin-right:25px;
  top:-10px;
  width:100px;
}

.profile-avatar{
  padding-top: 1rem;
  display: block;
}

.profile-avatar-details{
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  display: block;
}

@media (max-width: 575px) {
  .nav-profile{
    margin: 0 0 10px 0;
  }
}

.nav-profile__avatar{
  position: absolute;
  left: 0;
  top: 2px;
}

.m--img-rounded {
  width: 35px;
  height: 35px;
  background: #FFFFFF;
  border-radius: 50%;
}

.nav-avatar{
  height: 30px !important;
  object-fit: cover;
  width: 30px !important;
}


.attachment-list{
  list-style: none;
  margin: 0;
  padding: 0;
}

.attachment-list li{
  margin-right: 10px;
  position: relative;
  float: left;
}
.attachment-icon{
  height: auto;
  margin-right: 7px;
  width: 60px;
}
.attachment-photo{
  border: 1px solid #c1bfd0;
  height: auto;
  margin-right: 7px;
  width: 60px;
}

.delete-file{
  color: #f00 !important;
  cursor: pointer;
  font-size: 1.7rem;
  position: absolute;
  right: -3px;
  top: -17px;
}

.file-sizes{
  clear: both;
  color: #7b7e8a;
  padding-top: 20px;
}

.upload-list{
  margin: 0 0 0 20px;
  padding: 0;
}

.upload-list li{
  line-height: 10px;
  margin: 0;
  padding: 0;
}

.delete-file-list{
  color: #f00 !important;
  cursor: pointer;
  font-size: 1.7rem;
}


.footer-top{
  background: rgba(190,190,190,0.9);
  margin-top: 150px;
  padding:60px 0 !important;
}
.footer-top h4{ font-weight:bold; }
.footer-top a{ color:#333 !important; }

/* Set the fixed height of the footer here */

#footer {
  background: rgba(34,34,34,0.9);
}
.copyright{ color:#f9f9f9; font-size:90%; }

.footer-container{
  position: relative;
}
.copyright-terms{
  /*right: 0;*/
  /*position: absolute;*/
  color:#f9f9f9;
  font-size: 90%;
  width: 320px !important;
}

.copyright-terms a{
  color: #9E9E9E;
}

.copyright-terms a:hover{
  color: #eeedf4;
}

.site-footer{
  background-color:#3D3D3D;
  color:#CCC;
}
.footer-top{
  font-size:12px;
  padding:20px 0;
}
.footer-top h2{
  color:#CCC;
  font-size:140%;
  font-weight:bold;
}
.footer-top a{ color:#999; }
.footer-top  ul{ padding-left:16px; }
.footer-bottom{
  background-color:#222222;
  font-size:12px;
  padding:20px 0 8px 0;
  overflow:hidden;
}
.footer-bottom p{ float:left; }
.goto-up{
  background-color:#111;
  border:1px solid #333;
  color:#CCC;
  float:right;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.goto-up:hover{
  background-color:#666;
  color:#000;
}

/* Footer Components End */
/*************************/



/***************************/
/* Vue Components Begin */

/*[v-cloak] { display: none;}*/

/* Vue Components End */
/*************************/


/********************/


.menu-list {
  list-style: none;
  padding: 0;
}

.menu-list .menu-list-group {
  color: #062c33;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0;
  padding: 0 2rem;
  text-transform: uppercase;
}

.menu-list a {
  color: #3D3D3D;
  display: block;
  padding: 0.4rem 2rem;
  text-decoration: none;
}

.menu-list a:hover {
  background-color: #f5f5f5;
  color: #000000;
}

.menu-list a span {
  padding-right: 0.4rem;
}


/* Pagination Reset Setting */

.pagination {
  margin: auto;
}

.pagination .page-item {
  border: none;
  border-radius: 0;
}

.pagination .page-item .page-link {
  border: none;
  border-radius: 0;
  background-color: transparent;
  outline: none;
}

.pagination .page-item .page-link:hover {
  outline: 1px dotted #5867dd;
  outline-offset: -1px;
}

.pagination .active .page-link {
  background-color: #5867dd;
}

.pagination .active .page-link:hover {
  background-color: #5867dd;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border: none;
  border-radius: 0;
}

.box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.08);
  box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.08);
}

.box .box-header {
  border-bottom: 1px solid #ebedf2;
  padding: 1.3rem 2.2rem;
}

.box .box-header .box-title {
  margin: 0;
  padding: 0;
}

.box .box-body {
  padding: 2.2rem;
}

.box .box-footer {
  border-top: 1px solid #ebedf2;
  padding: 1.3rem 2.2rem;
}

.list-relatedtopics {
  margin: 0;
  padding: 0;
}

.list-relatedtopics li {
  margin-left: 1rem;
  padding-left: 0;
}


.box-roles-info {
  background-color: #f5f5f5;
  border: 1px solid #dee2e6;
  padding: 2.2rem;
}

.box-roles-info ul {
  margin: 0 0 0 1rem;
  padding: 0;
}

.box-card-list {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}

.box-card-list li {
  margin: 0 2% 2% 0;
  width: 23%;
  float: left;
}

.box-card-list li .card {
  border: none !important;
}

.postbox {
  background-color: #ffffff;
  border: 1px solid #ced4da;
}

.postbox .postbox-header {
  border-bottom: 1px solid #ebedf2;
  padding: 1rem 2.2rem;
}

.postbox .postbox-header .postbox-title {
  font-size: 0.9rem;
  margin: 0;
  padding: 0;
}

.postbox .postbox-body {
  padding: 2.2rem;
}

.postbox .postbox-footer {
  background-color: #f8f8f8 !important;
  border-top: 1px solid #ebedf2;
  padding: 1rem 2.2rem;
}

.featured-image-holder {
  margin: auto;
  position: relative;
  text-align: center;
}

.featured-image-holder .featured-image {
  height: auto;
  margin-top: 15px;
  width: 100%;
}

/* Dashboard */
.dashboard{
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.08);
  box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.08);
}

.dashboard-link{
  display: block;
}

.dashboard-link:hover{
  text-decoration: none;
}

.dashboard-icon{
  display: block;
  font-size: 6rem;
  padding: 1rem 2rem 0rem 2rem;
  text-align: center;
}

.dashboard-body{
  border-top: 1px solid #ebedf2;
  display: block;
  padding: 1rem 2rem;
}

.dashboard-primary .dashboard-link{
  color: #5867dd !important;
}

.dashboard-primary .dashboard-link:hover{
  color: #384ad7 !important;
}

.dashboard-primary .dashboard-body{
  background-color: #5867dd;
  color: #FFFFFF;
}

.dashboard-primary:hover .dashboard-body{
  background-color: #384ad7;
}

.dashboard-success .dashboard-link{
  color: #34bfa3 !important;
}

.dashboard-success .dashboard-link:hover{
  color: #2e896a !important;
}

.dashboard-success .dashboard-body{
  background-color: #34bfa3;
  color: #FFFFFF;
}

.dashboard-success:hover .dashboard-body{
  background-color: #2e896a;
}

.dashboard-warning .dashboard-link{
  color: #ffb822 !important;
}

.dashboard-warning .dashboard-link:hover{
  color: #ffa529 !important;
}

.dashboard-warning .dashboard-body{
  background-color: #ffb822;
  color: #FFFFFF;
}

.dashboard-warning:hover .dashboard-body{
  background-color: #ffa529;
}

.dashboard-info .dashboard-link{
  color: #36a3f7 !important;
}

.dashboard-info .dashboard-link:hover{
  color: #1773f7 !important;
}

.dashboard-info .dashboard-body{
  background-color: #36a3f7;
  color: #FFFFFF;
}

.dashboard-info:hover .dashboard-body{
  background-color: #1773f7;
}

.dashboard-focus .dashboard-link{
  color: #9816f4 !important;
}

.dashboard-focus .dashboard-link:hover{
  color: #6e0ef4 !important;
}

.dashboard-focus .dashboard-body{
  background-color: #9816f4;
  color: #FFFFFF;
}

.dashboard-focus:hover .dashboard-body{
  background-color: #6e0ef4;
}

.dashboard-danger .dashboard-link{
  color: #f4516c !important;
}

.dashboard-danger .dashboard-link:hover{
  color: #f41152 !important;
}

.dashboard-danger .dashboard-body{
  background-color: #f4516c;
  color: #FFFFFF;
}

.dashboard-danger:hover .dashboard-body{
  background-color: #f41152;
}


/* Control Panel End */

/*************************/

.markedSpam{
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

/* calculator */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#container {
  width: 620px;
  margin: 0 auto;
  font-family: 'Helvetica Neue LT Pro', 'Helvetica', sans-serif;
}

a {
  text-decoration: none;
  color: black;
}

#the-calculator {
  font-size: 1.2em;
  display: block;
  /*width: 400px;*/
  width: 49%;
  float: left;
  margin: 0;
  padding: 20px;
  border: 2px solid rgba(0,0,0,0.125);
  background: #00544b;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #003b34), color-stop(1, #00544b));
  background: -ms-linear-gradient(bottom, #003b34, #00544b);
  background: -moz-linear-gradient(center bottom, #003b34 0%, #00544b 100%);
  background: -o-linear-gradient(#00544b, #003b34);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00544b', endColorstr='#003b34', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#the-calculator button,
#the-calculator input,
#the-calculator #calctotal {
  font-size: 1em;
  display: inline-block;
  position: relative;
  padding: 12px;
  font-family: 'Helvetica Neue LT Pro', 'Helvetica', sans-serif;

}
#the-calculator button .exponent,
#the-calculator input .exponent,
#the-calculator #calctotal .exponent {
  font-size: 0.6em;
  position: absolute;
}
#the-calculator button .denominator,
#the-calculator input .denominator,
#the-calculator #calctotal .denominator {
  position: relative;
}
#the-calculator button .denominator .denom-top,
#the-calculator input .denominator .denom-top,
#the-calculator #calctotal .denominator .denom-top {
  font-size: 0.75em;
  position: absolute;
  left: -8px;
}
#the-calculator button .denominator .denom-slash,
#the-calculator input .denominator .denom-slash,
#the-calculator #calctotal .denominator .denom-slash {
  padding: 0px 2px;
}
#the-calculator button .denominator .denom-btm,
#the-calculator input .denominator .denom-btm,
#the-calculator #calctotal .denominator .denom-btm {
  font-size: 0.75em;
  position: absolute;
  bottom: 0px;
}
#the-calculator #the-display {
  width: 100%;
}
#the-calculator #the-display #calctotal {
  width: 98%;
  margin: 0 auto 8px;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 1.2em;
  color: #2f2f2f;
  text-shadow: 1px 1px 0px #fff;
  background: #fff;
  text-align: right;
}

#the-calculator #the-buttons {
  width: 100%;
}
#the-calculator #the-buttons #extra-buttons {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #00544b;
}
#the-calculator #the-buttons .button-row {
  width: 100%;
  zoom: 1;
}
#the-calculator #the-buttons .button-row:before,
#the-calculator #the-buttons .button-row:after {
  content: "";
  display: table;
}
#the-calculator #the-buttons .button-row:after {
  clear: both;
}
#the-calculator #the-buttons .button-row:before,
#the-calculator #the-buttons .button-row:after {
  content: "";
  display: table;
}
#the-calculator #the-buttons .button-row:after {
  clear: both;
}
#the-calculator #the-buttons .button-row button {
  width: 22.7%;
  margin: 1.25%;
  float: left;
  border: none;
  background: #006e62;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00544b), color-stop(1, #006e62));
  background: -ms-linear-gradient(bottom, #00544b, #006e62);
  background: -moz-linear-gradient(center bottom, #00544b 0%, #006e62 100%);
  background: -o-linear-gradient(#006e62, #00544b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006e62', endColorstr='#00544b', GradientType=0);
  border-style: solid;
  border-color: #333;
  border-width: 0px 1px 1px 0px;
  color: #f0f0f0;
  cursor: pointer;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#the-calculator #the-buttons .button-row button:last-child {
  margin-right: 0;
  float: right;
}
#the-calculator #the-buttons .button-row button:hover,
#the-calculator #the-buttons .button-row button.hovering {
  border-width: 1px 0px 0px 1px;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
#the-calculator #the-buttons #calc_zero {
  width: 48%;
}
#the-calculator #the-buttons #calc_clear {
  background: #103f3a;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0d332f), color-stop(1, #103f3a));
  background: -ms-linear-gradient(bottom, #0d332f, #103f3a);
  background: -moz-linear-gradient(center bottom, #0d332f 0%, #103f3a 100%);
  background: -o-linear-gradient(#103f3a, #0d332f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#103f3a', endColorstr='#0d332f', GradientType=0);
}
#the-calculator #the-buttons #calc_back {
  background: #103f3a;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0d332f), color-stop(1, #103f3a));
  background: -ms-linear-gradient(bottom, #0d332f, #103f3a);
  background: -moz-linear-gradient(center bottom, #0d332f 0%, #103f3a 100%);
  background: -o-linear-gradient(#103f3a, #0d332f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#103f3a', endColorstr='#0d332f', GradientType=0);
}
#the-calculator #the-buttons #calc_eval {
  background: #dfdfdf;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cdcdcd), color-stop(1, #dfdfdf));
  background: -ms-linear-gradient(bottom, #cdcdcd, #dfdfdf);
  background: -moz-linear-gradient(center bottom, #cdcdcd 0%, #dfdfdf 100%);
  background: -o-linear-gradient(#dfdfdf, #cdcdcd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#cdcdcd', GradientType=0);
  color: #00544b;
  text-shadow: 1px 1px 0px #fff;
}

#the-results {
  width: 49%;
  float: right;
  /*min-width: 400px;*/
  margin: 0;
  /*padding: 20px;*/
  border: 2px solid rgba(0,0,0,0.125);
  background: #00544b;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #003b34), color-stop(1, #00544b));
  background: -ms-linear-gradient(bottom, #003b34, #00544b);
  background: -moz-linear-gradient(center bottom, #003b34 0%, #00544b 100%);
  background: -o-linear-gradient(#00544b, #003b34);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00544b', endColorstr='#003b34', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

#the-results #result_clear {
  position: absolute;
  right: 0;
  top: 105%;
}
#the-results ul {
  height: 440px;
  overflow-y: scroll;
  list-style: none;
  padding: 0;
  margin: 0 ;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px 0px 64px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 64px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 64px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
#the-results ul li {
  font-size: 0.8em;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
}
#the-results ul li#result_default {
  /*padding-left: 24px;*/
  text-align: center;
  color: #a9a9a9;
  font-style: italic;
  font-weight: 200;
}
#the-results ul li.result {
  display: none;
  font-size: 0.8em;
  color: #f9f9f9;
  background: rgba(255, 255, 255, 0.05);
  zoom: 1;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#the-results ul li.result:before,
#the-results ul li.result:after {
  content: "";
  display: table;
}
#the-results ul li.result:after {
  clear: both;
}
#the-results ul li.result:before,
#the-results ul li.result:after {
  content: "";
  display: table;
}
#the-results ul li.result:after {
  clear: both;
}
#the-results ul li.result:nth-child(even) {
  background: rgba(255, 255, 255, 0.15);
}
#the-results ul li.result:nth-child(even) .answer {
  background: #103f3a;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0d332f), color-stop(1, #103f3a));
  background: -ms-linear-gradient(bottom, #0d332f, #103f3a);
  background: -moz-linear-gradient(center bottom, #0d332f 0%, #103f3a 100%);
  background: -o-linear-gradient(#103f3a, #0d332f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#103f3a', endColorstr='#0d332f', GradientType=0);
}
#the-results ul li.result .equation,
#the-results ul li.result .answer {
  display: inline-block;
  padding: 0px 12px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 60px;
  line-height: 40px;
}
#the-results ul li.result .equation {
  float: left;
  height: 100%;
  font-style: italic;
}
#the-results ul li.result .answer {
  position: absolute;
  right: 52px;
  top: 0;
  height: 100%;
  background: #0e3733;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0b2b27), color-stop(1, #0e3733));
  background: -ms-linear-gradient(bottom, #0b2b27, #0e3733);
  background: -moz-linear-gradient(center bottom, #0b2b27 0%, #0e3733 100%);
  background: -o-linear-gradient(#0e3733, #0b2b27);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e3733', endColorstr='#0b2b27', GradientType=0);
}
#the-results ul li.result .use {
  height: 100%;
}
#the-results ul li.result .use a {
  background: #008779;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #006359), color-stop(1, #008779));
  background: -ms-linear-gradient(bottom, #006359, #008779);
  background: -moz-linear-gradient(center bottom, #006359 0%, #008779 100%);
  background: -o-linear-gradient(#008779, #006359);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008779', endColorstr='#006359', GradientType=0);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: block;
  padding: 0px 8px;
  width: 52px;
  text-align: center;
  text-decoration: none;
  margin: 0;
  font-size: 0.9em;
  cursor: pointer;
  border: none;
  color: #f9f9f9;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
}
#the-results ul li.result .use a:hover,
#the-results ul li.result .use aactive {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}

/* calculator end here */


/* Num Pad starts here */
#NumPad {
  font-size: 1.2em;
  display: block;
  /*width: 400px;*/
  width: 60%;
  float: right;
  margin: 0;
  padding: 20px;
  border: 2px solid rgba(0,0,0,0.125);
  background: #00544b;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #003b34), color-stop(1, #00544b));
  background: -ms-linear-gradient(bottom, #003b34, #00544b);
  background: -moz-linear-gradient(center bottom, #003b34 0%, #00544b 100%);
  background: -o-linear-gradient(#00544b, #003b34);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00544b', endColorstr='#003b34', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

#NumPad #display {
  width: 100%;
}
#NumPad #display #calctotal {
  width: 98%;
  margin: 0 auto 8px;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 1.2em;
  color: #2f2f2f;
  text-shadow: 1px 1px 0px #fff;
  background: #fff;
  text-align: right;
}

#NumPad button,
#NumPad input {
  font-size: 1em;
  display: inline-block;
  position: relative;
  padding: 25px;
  font-family: 'Helvetica Neue LT Pro', 'Helvetica', sans-serif;

}

#NumPad #the-buttons {
  width: 100%;
}

#NumPad #the-buttons #extra-buttons {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #00544b;
}
#NumPad #the-buttons .button-row {
  width: 100%;
  zoom: 1;
}

#NumPad #the-buttons .button-row:before,
#NumPad #the-buttons .button-row:after {
  content: "";
  display: table;
}
#NumPad #the-buttons .button-row:after {
  clear: both;
}
#NumPad #the-buttons .button-row:before,
#NumPad #the-buttons .button-row:after {
  content: "";
  display: table;
}
#NumPad #the-buttons .button-row:after {
  clear: both;
}
#NumPad #the-buttons .button-row button {
  width: 31%;
  margin: 1.25%;
  float: left;
  border: none;
  background: #006e62;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00544b), color-stop(1, #006e62));
  background: -ms-linear-gradient(bottom, #00544b, #006e62);
  background: -moz-linear-gradient(center bottom, #00544b 0%, #006e62 100%);
  background: -o-linear-gradient(#006e62, #00544b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006e62', endColorstr='#00544b', GradientType=0);
  border-style: solid;
  border-color: #333;
  border-width: 0px 1px 1px 0px;
  color: #f0f0f0;
  cursor: pointer;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#NumPad #the-buttons .button-row button:last-child {
  margin-right: 0;
  float: right;
}
#NumPad #the-buttons .button-row button:hover,
#NumPad #the-buttons .button-row button.hovering {
  border-width: 1px 0px 0px 1px;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
  filter: alpha(opacity=15);
}

#NumPad #the-buttons #NumPad_clear {
  background: #103f3a;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0d332f), color-stop(1, #103f3a));
  background: -ms-linear-gradient(bottom, #0d332f, #103f3a);
  background: -moz-linear-gradient(center bottom, #0d332f 0%, #103f3a 100%);
  background: -o-linear-gradient(#103f3a, #0d332f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#103f3a', endColorstr='#0d332f', GradientType=0);
}

#NumPad #the-buttons #NumPad_back {
  background: #103f3a;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0d332f), color-stop(1, #103f3a));
  background: -ms-linear-gradient(bottom, #0d332f, #103f3a);
  background: -moz-linear-gradient(center bottom, #0d332f 0%, #103f3a 100%);
  background: -o-linear-gradient(#103f3a, #0d332f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#103f3a', endColorstr='#0d332f', GradientType=0);
}

#NumPad #the-buttons #NumPad_OK {
  width: 31%;
  background: #dfdfdf;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cdcdcd), color-stop(1, #dfdfdf));
  background: -ms-linear-gradient(bottom, #cdcdcd, #dfdfdf);
  background: -moz-linear-gradient(center bottom, #cdcdcd 0%, #dfdfdf 100%);
  background: -o-linear-gradient(#dfdfdf, #cdcdcd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#cdcdcd', GradientType=0);
  color: #00544b;
  text-shadow: 1px 1px 0px #fff;
}

/* numpad ends here */


.nmpd-grid {border: none; padding: 20px;}
.nmpd-grid>tbody>tr>td {border: none;}

/* Some custom styling for Bootstrap */
.qtyInput {display: block;
  width: 100%;
  padding: 6px 12px;
  color: #555;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.modal-container.modal-bg {
  width: 70%;
  position: absolute;
  top: 10%;
  left: 15%;
  height: 880px;
}

.modal.modal-wide .modal-dialog {
  width: 100%;
}
.modal-wide .modal-body {
  overflow-y: auto;
}

.align-center {
  text-align:center;
}

.wrapper{
  display:grid;
  grid-template-columns: 9fr 3fr ;

  /*
  grid-column-gap:1em;
  grid-row-gap:1em;
  */
  grid-gap: 0.5em;
}

.wrapper > div{
  background:whitesmoke;
  padding:0.5em;
}

.wrapper > div:nth-child(odd){
  background:rgb(255, 255, 255);
}

.tableFooter {
  /* height: 90px; */
  /* overflow-x: hidden;
  overflow-y: auto; */
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  background:whitesmoke;
  opacity: 0.9;
}

#CartList {
  /*height: 670px;*/
  overflow-y: scroll;
  overflow:auto;
}

.prodlistModal{
 height: 400px;
 overflow:auto;
 /* background:ORANGE; */
}

#catlist {
  height: 200px;
  overflow:auto;
  width: 100%;
  /* overflow:scroll;
  background:ORANGE; */
 }

 #menulist {
  height: 210px;
  overflow:auto;
  width: 100%;
 }

 #img_desc_choices {
  margin:1px;
  display: inline-block;
 }

 #img_desc_choices img {
  width:135px;height:65px;
  margin:1px;
 }

 #img_desc_choices p {
  font-size: 12px;
 }

.fooStyle {
  font-size: 15px;
  font-weight: bold;
  color:red;
}

.fooWidth {
  width: 200px;
}

.foo-slim {
  width: 70px;
  text-align:center;
}

.fooNumberWidth {
  width: 80px;
  text-align:center;
}

.fooNumberWidthQTY {
  width: 120px;
  text-align:center;
}

.fooNumberRightAlign {
  text-align:right;
}

#map-canvas {
 width:200px;
 height: 200px;
}

.huge {
  font-size: 40px;
}

img{
  width:100%;
}

.container{
  /* margin:auto; */
}

.sub-title{
  margin-top:1cm;
  list-style-type:none;
  font-weight:bold;
}


/* COMMON CLASSES */
.primary-text{   /* - alx  */
  /* color:#EEF3F7; */

  /* font-weight: bold; */
  /* text-shadow: 1px 1px #221901; */

  text-shadow: -1px -1px 1px #fff, 1px 1px 1px #000;
  color: #FFFFFF;
  font: 70px 'Museo700';
}

.navbar-default{
  background:#fff;
  border:0;
  font-family:Poppins;
}

.navbar-brand{
  font-size:20px;
  color:#000 !important;
  font-weight:bold;
}

#navbar li{
  display:inline;
  padding-right:20px;
  list-style:none;
}

#navbar a{
  text-decoration:none;
  /* color:#888888; */
  color:#000000;
}

#navbar li.current a, #navbar a:hover{
  /* color: white; */
  color:#56a79a;
  border-bottom: 3px solid #56a79a;
  padding-bottom:3px;
}


/* SHOWCASE */
#showcase2{
  border-bottom:1px solid #56a79a;
  margin-bottom:20px;
  /* width: 1920px;
  height: 1275px; */
}

#showcase .row{
  height:250px;
}

#showcase h1{
  font-size:50px;
  margin:0;
  margin-bottom:2px;
}


#showcase p{  /* - quote */
  /* color:rgba(31, 26, 48, 0.94); */
  /* color:black; */
  color: white;
  margin:0;
  /* text-align:right; */
  text-shadow: 1px 1px 10px black;
  font-size:15px;
  font-style:italic;
  /* font-weight:bold; */

}

 #showcase .showcase-content{
  /*background:#333;*/
   background: #499184;
  border-radius:10px;
  opacity:0.9;
  color:#08F7AF;
  padding:5px;
  text-align: center;

  /* color:rgb(44, 44, 43);
  text-shadow: 1px 1px 10px #FFFFFF;
 */

  margin-top:10px;
}

#showcase hr{
  margin-top:10px;
}

#showcase .showcase-footer{
  color: #316255;
  text-align:right;
  font-weight:bolder;
  margin-right:20px;
  text-shadow: 1px 1px 10px #FFFFFF;
}

/* animation showcase */

#showcase img{  /* logo */
  width: 100%;
  height: 100%;
/*  margin-top:-40px;
  margin-left:425px;*/

/*  margin-top:100px;
  margin-left:30px;
  margin-right:30px;*/
}

#showcase .showcase-right{
  margin-top:55px;
  margin-left:100px;
}


/* FEATURES */
#features h2{
  font-size:35px;
  margin:0;
  padding-bottom:10px;
}

#features p{
  color:#888;
  margin:0;
  margin-bottom:40px;
}

#features .fa{
  font-size:60px;
  color:#56a79a;
}

/* INFO */
#info{
  background:#333 url('/storage/profile_image/info-bg.jpg') no-repeat;
  color:#fff;
}

#info h2{
  font-size:35px;
  margin:0;
  padding-bottom:10px;
}

#info ul{
  list-style:none;
  padding:0;
}

#info li{
  line-height:2em;
  font-size:20px;
}

/* COMPANY */
#company{
  /* background:#333; */
  /* color:#272626; */
  /* padding:10px 0; */
}

#company img{
  width: 170px;
  height: 90px;
}

#img-logo {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    opacity: 0.6;
}

#company-name{
  margin-top:20px;
  /* text-transform:uppercase; */
  font-size:20px;
  /* padding:10px 0; */
  /* margin-bottom:0; */

  color: white;
  text-shadow: 1px 1px 10px black;
}

#company-services{
  /* text-transform:uppercase; */
  font-size:10px;
  /* padding:10px 0; */
  /* text-align:right; */
  color: white;
  text-shadow: 1px 1px 10px black;
}

#company p{
  text-align:justify;
}



#company ul{
  padding:0;
  list-style:none;
  line-height:2em;
}

#company input[type="text"]{
  padding:7px;
}

#company button{
  background:#222;
  color:#fff;
  padding:10px;
  border:0;
}

/* FOOTER */
#main-footer{
  position:fixed;
  bottom: 2px;
  width: 100%;

  padding:1px;
  height:25px;

  /* background:rgba(128, 126, 126, 0.73);
  background:#56a79a; */
  color:rgb(17, 166, 235);
}

/* PAGE */
#page{
  margin-bottom:40px;
}

.co-profile {
  height: 145px;
  overflow: hidden;
  width: 250px;
  white-space: wrap;
  text-overflow: ellipsis;
  display:block;
}

/* SERVICES */
.services ul li{
  list-style:none;
  padding:10px;
}

.services ul li:nth-child(odd){
  background:#333;
  color:#fff;
}

.services ul li:nth-child(even){
  background:#56a79a;
  color:#fff;
}

/* CONTACT */
.contact form{
  background:#333;
  color:#fff;
  padding:20px;
}

.contact form input[type="text"]{
  width:50%;
  height:30px;
  margin-bottom:10px;
}

.contact form textarea{
  width:50%;
  height:100px;
}

.contact form button{
  width:50%;
  padding:10px 0;
  border:0;
  background:#222;
  color:#fff;
}

.contact form label{
  text-transform:uppercase;
}

/* MEDIA QUERIES */
@media(max-width:800px){
  #showcase h1{
    font-size:30px;
  }
}

@media(max-width:500px){
  #showcase .showcase-content{
    /* padding:40px 10px; */
  }
}


/* Map CSS Always set the map height explicitly to define the size of the div
* element that contains the map. */

/* Optional: Makes the sample page fill the window. */
html, body {
height: 100%;
margin: 0;
padding: 0;
}
#description {
font-family: Roboto;
font-size: 15px;
font-weight: 300;
}

#infowindow-content .title {
font-weight: bold;
}

#infowindow-content {
display: none;
}

#map-canvas #infowindow-content {
display: inline;
}

.pac-card {
margin: 10px 10px 0 0;
border-radius: 2px 0 0 2px;
box-sizing: border-box;
-moz-box-sizing: border-box;
outline: none;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
background-color: #fff;
font-family: Roboto;
}

#pac-container {
padding-bottom: 12px;
margin-right: 12px;
}

.pac-controls {
display: inline-block;
padding: 5px 11px;
}

.pac-controls label {
font-family: Roboto;
font-size: 13px;
font-weight: 300;
}

#title {
color: #fff;
background-color: #4d90fe;
font-size: 25px;
font-weight: 500;
padding: 6px 12px;
}
#target {
width: 345px;
}


.cart-calculator {
  width: 100%;
  height: auto;
  float: right;
  background-color: #FFFFFF;
  border-top: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
}

.cart-calculator ul.calculator-row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  overflow: hidden;
}

.cart-calculator ul.calculator-row li.cal-li {
  display: inline-block;
  width: 33.33%;
  height: 60px;
  border-left: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  margin: 0px;
  text-align: center;
  padding: 20px 10px;
  background-color: #FFFFFF;
  font-family: 'Roboto-Medium',sans-serif;
  font-size: 20px;
  color: #000000;
  cursor: pointer;
}

.cart-calculator ul.calculator-row li.cal-li.active, .cart-calculator ul.calculator-row li.cal-li:hover {
  background-color: #ccc;
  border: none;
  outline: none !important;
  color: #333333;
}
