/* Space out content a bit 
body {
  padding-top: 20px;
  padding-bottom: 20px;
}*/

/* Everything but the jumbotron gets side spacing for mobile first views 
.header,
.marketing,
.footer {
  padding-left: 15px;
  padding-right: 15px;
}*/

/* Custom page header 
.header {
  border-bottom: 1px solid #e5e5e5;
}*/

/* Make the masthead heading the same height as the navigation 
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}*/

/* Custom page footer 
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}*/

/* Customize container 
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}*/

/* Main marketing message and sign up button
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
} */

/* Supporting marketing content 
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}*/

/* Responsive: Portrait tablets and up 
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier 
  .header,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }*/

/* Space out the masthead 
  .header {
    margin-bottom: 30px;
  }*/

/* Remove the bottom border on the jumbotron for visual effect
  .jumbotron {
    border-bottom: 0;
  }
} */

.glyphButton {
    cursor: pointer
}
.blueblock {
    width: 100%;
    min-height: 350px;
    padding: 30px;
    font-family: omnes_boldregular_roman;
    font-size: 30px;
    color: #000000;
    border-radius: 30px;
    background: #09a7ff;
    background: -moz-linear-gradient(top, #09a7ff 0%, #45e5ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #09a7ff), color-stop(100%, #45e5ff));
    background: -webkit-linear-gradient(top, #09a7ff 0%, #45e5ff 100%);
    background: -o-linear-gradient(top, #09a7ff 0%, #45e5ff 100%);
    background: -ms-linear-gradient(top, #09a7ff 0%, #45e5ff 100%);
    background: linear-gradient(to bottom, #09a7ff 0%, #45e5ff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#09a7ff', endColorstr='#45e5ff', GradientType=0);
}
.blueblock hr {
    border: 0;
    border-top: 1px dotted #ffffff;
    margin: 10px 0;
    clear: both;
}
.blueblock label {
    float: left;
    font-family: omnes_boldregular_roman;
    font-size: 20px;
    color: #000000;
    padding: 15px 0px 10px 15px;
    width: 130px;
}
.blueblock input {
    float: left;
    border-radius: 15px;
    border: none;
    padding: 15px;
    margin-bottom: 15px;
    width: 98%;
    font-family: omnes_regularroman;
    font-size: 18px;
    background: #fff;
}
.blueblock input.uname {
    padding: 15px 10px 15px 48px !important;
    background: #fff url('../images/website/uname.gif') left center no-repeat;
}
.blueblock input.pswd {
    padding: 15px 10px 15px 48px !important;
    background: #fff url('../images/website/pswd.gif') left center no-repeat;
}
.blueblock .forgot {
    font-family: omnes_regularroman;
    font-size: 16px;
    text-decoration: none;
    color: #35535d;
}
.blueblock .register input {
    width: 60%;
}
.blueblock .register .regbtn {
    width: 60%;
}
.ngdialog.ngdialog-theme-default .ngdialog-content {
    background: transparent !important;
}
.ngdialog.ngdialog-theme-default .ngdialog-close {
    right: 40px !important;
    top: 40px !important;
}
.ngdialog.ngdialog-theme-default .ngdialog-close:before {
    text-indent: -1000px;
    overflow: hidden;
}
.blackblock {
    width: 100%;
    min-height: 350px;
    padding: 30px;
    font-family: omnes_boldregular_roman;
    font-size: 30px;
    color: #000000;
}
.blackblock hr {
    border: 0;
    border-top: 1px dotted #ffffff;
    margin: 10px 0;
    clear: both;
}
.blackblock label {
    float: left;
    font-family: omnes_boldregular_roman;
    font-size: 20px;
    color: #000000;
    padding: 15px 0px 10px 15px;
    width: 180px;
}
.blackblock input {
    float: left;
    border-radius: 15px;
    border: none;
    padding: 15px;
    margin-bottom: 15px;
    width: 30%;
    font-family: omnes_regularroman;
    font-size: 18px;
    background: #fff;
}
.blackblock input.uname {
    padding: 15px 10px 15px 48px !important;
    background: #fff url('../images/website/uname.gif') left center no-repeat;
}
.blackblock input.pswd {
    padding: 15px 10px 15px 48px !important;
    background: #fff url('../images/website/pswd.gif') left center no-repeat;
}
.blackblock .frmsel{
    float: left;
    border-radius: 12px;
    border: none;
    padding: 8px;
    margin-bottom: 8px;
}
.blackbtn {
    background: #00baf3;
    background-image: -webkit-linear-gradient(top, #00baf3, #0063b1);
    background-image: -moz-linear-gradient(top, #00baf3, #0063b1);
    background-image: -ms-linear-gradient(top, #00baf3, #0063b1);
    background-image: -o-linear-gradient(top, #00baf3, #0063b1);
    background-image: linear-gradient(to bottom, #00baf3, #0063b1);
    border: 0;
    -webkit-border-radius: 13;
    -moz-border-radius: 13;
    border-radius: 13px;
    text-shadow: 1px 1px 3px #666666;
    -webkit-box-shadow: 0px 3px 1px #113a40;
    -moz-box-shadow: 0px 3px 1px #113a40;
    box-shadow: 0px 3px 1px #113a40;
    font-family: omnes_boldregular_roman;
    font-size: 24px;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    outline: none;
}
.blackbtn:hover {
    background: #a5ce03;
    background-image: -webkit-linear-gradient(top, #a5ce03, #339200);
    background-image: -moz-linear-gradient(top, #a5ce03, #339200);
    background-image: -ms-linear-gradient(top, #a5ce03, #339200);
    background-image: -o-linear-gradient(top, #a5ce03, #339200);
    background-image: linear-gradient(to bottom, #a5ce03, #339200);
    -webkit-box-shadow: 0px 3px 1px #194700;
    -moz-box-shadow: 0px 3px 1px #194700;
    box-shadow: 0px 3px 1px #194700;
    text-decoration: none;
}
.CSSTableGenerator {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border: 0;
}
.CSSTableGenerator table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.CSSTableGenerator tr:last-child td:last-child {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}
.CSSTableGenerator tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.CSSTableGenerator tr:hover td {
    background-color: #ffffff;
}
.CSSTableGenerator td {
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #aaa;
    border-width: 0px 1px 1px 0px;
    text-align: left;
    padding: 7px;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
}
.CSSTableGenerator tr:last-child td {
    border-width: 0px 1px 0px 0px;
}
.CSSTableGenerator tr td:last-child {
    border-width: 0px 0px 1px 0px;
}
.CSSTableGenerator tr:last-child td:last-child {
    border-width: 0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td {
    background: -o-linear-gradient(bottom, #0090ff 5%, #0090ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0090ff), color-stop(1, #0090ff));
    background: -moz-linear-gradient(center top, #0090ff 5%, #0090ff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#0090ff", endColorstr="#0090ff");
    background: -o-linear-gradient(top, #0090ff, 0090ff);
    background-color: #0090ff;
    border: 0px solid #eeeeee;
    text-align: center;
    border-width: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
}
.CSSTableGenerator tr:first-child:hover td {
    background: -o-linear-gradient(bottom, #0090ff 5%, #0090ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0090ff), color-stop(1, #0090ff));
    background: -moz-linear-gradient(center top, #0090ff 5%, #0090ff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#0090ff", endColorstr="#0090ff");
    background: -o-linear-gradient(top, #0090ff, 0090ff);
    background-color: #0090ff;
    text-align: left;
}
.CSSTableGenerator tr:first-child td:first-child {
    border-width: 0px;
}
.CSSTableGenerator tr:first-child td:last-child {
    border-width: 0px;
}
.CSSTableGenerator td .editbtn {
    border-radius: 5px;
    border: 0;
    background: #50d266;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
}
.CSSTableGenerator td .delbtn {
    border-radius: 5px;
    border: 0;
    background: #da4315;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
}