html, body {
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  background: #121212;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12pt;
  color: rgba(0,0,0,.6);
}


h1, h2, h3 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: #404040;
}

p, ol, ul {
  margin-top: 0;
}

ol, ul {
  padding: 0;
  list-style: none;
}

p {
  line-height: 180%;
}

strong {
}

a {
  color: #AD103C;
}

  a:hover {
    text-decoration: none;
  }


.container {
  margin: 0px auto;
  width: 90%;
}

.anchor {
  background-color: #F3F3F3;
}

.fixed {
  position: fixed;
  top: 0px;
  z-index: 1;
}

.search-box {
  width: 200px;
  padding: 5px;
  margin: 0;
}

.search-title {
  text-transform: uppercase;
  font-size: 1.1em;
  color: #6F6F6F;
  display: inline-block;
  margin: 0 20px 0 20px;
}

.filter-stats {
  margin: 0 20px 0 20px;
}

  .filter-stats b {
    margin-left: 10px;
  }
/*********************************************************************************/
/* Form Style                                                                    */
/*********************************************************************************/

table thead {
  text-align: left;
}

  table thead tr th {
    padding-right: 10px;
  }

table tbody tr td {
  padding-right: 10px;
  cursor: default;
}

.short-history-table {
  width: 457px;
}
/*********************************************************************************/
/* Form Style                                                                    */
/*********************************************************************************/

#next-complete-picker {
  width: 266px;
}

#manage-bottons{
  height:40px;
}

.device-table {
  margin-top: 20px;
}

#device-new-form {
  padding-bottom: 1em;
  padding-top: 1em;
}

  #device-new-form label {
    width: 190px;
    font-weight: bold;
  }

  #device-new-form input {
    width: 250px;
    padding: 5px;
    margin: 0;
  }

  #device-new-form select {
    width: 263px;
    padding: 5px;
    margin: 0;
    display: inline-block;
  }

.device-new-form-half {
  margin-bottom: 20px;
}

  .device-new-form-half a {
    text-align: center;
    margin: 0;
    width: 232px;
  }

    .device-new-form-half a.not-sent {
      background: #FF3030;
    }

    .device-new-form-half a.sent {
      background: #2E9E2E;
    }

    .device-new-form-half a.reset {
      background: #BB9B1A;
    }

.device-new-form-half-inner {
  margin-bottom:8px;
}

form label {
  display: inline-block;
  text-align: left;
  margin-bottom: 0.5em;
}

form .submit {
  margin-top: 2em;
  line-height: 1.5em;
  font-size: 1.3em;
}

form input.text,
form select,
form textarea {
  position: relative;
  -webkit-appearance: none;
  display: block;
  border: 0;
  background: #fff;
  background: rgba(255,255,255,0.75);
  width: 100%;
  border-radius: 0.50em;
  margin: 1em 0em;
  padding: 1.50em 1em;
  box-shadow: inset 0 0.1em 0.1em 0 rgba(0,0,0,0.05);
  border: solid 1px rgba(0,0,0,0.15);
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-size: 1em;
  outline: none;
}

  form input.text:hover,
  form select:hover,
  form textarea:hover {
  }

  form input.text:focus,
  form select:focus,
  form textarea:focus {
    box-shadow: 0 0 2px 1px #E0E0E0;
    background: #fff;
  }

form textarea {
  min-height: 12em;
}

form .formerize-placeholder {
  color: #555 !important;
}

form ::-webkit-input-placeholder {
  color: #555 !important;
}

form :-moz-placeholder {
  color: #555 !important;
}

form ::-moz-placeholder {
  color: #555 !important;
}

form :-ms-input-placeholder {
  color: #555 !important;
}

form ::-moz-focus-inner {
  border: 0;
}


/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

.image {
  display: inline-block;
  border: 1px solid rgba(0,0,0,.1);
}

  .image img {
    display: block;
    width: 100%;
  }

.image-full {
  display: block;
  width: 100%;
  margin: 0 0 3em 0;
}

.image-left {
  float: left;
  margin: 0 2em 2em 0;
}

.image-centered {
  display: block;
  margin: 0 0 2em 0;
}

  .image-centered img {
    margin: 0 auto;
    width: auto;
  }

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

ul.style1 {
}


/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

ul.contact {
  margin: 0;
  padding: 2em 0em 0em 0em;
  list-style: none;
}

  ul.contact li {
    display: inline-block;
    padding: 0em 0.10em;
    font-size: 1em;
  }

    ul.contact li span {
      display: none;
      margin: 0;
      padding: 0;
    }

    ul.contact li a {
      color: #FFF;
    }

      ul.contact li a:before {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #FFFFFF;
      }


/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

.button {
  display: inline-block;
  margin-top: 2em;
  padding: 0.8em 2em;
  background: #AD103C;
  line-height: 1.8em;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 1em;
  color: #FFF;
}

  .button:before {
    display: inline-block;
    background: #8DCB89;
    margin-right: 1em;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    color: #272925;
  }

.button-small {
  cursor: pointer;
  display: inline-block;
  margin: 0.5em;
  padding: 0.1em 1em 0.3em;
  background: #AD103C;
  line-height: 1.8em;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 1em;
  color: #FFF;
}

.button-controls {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 0 5px 0 5px;
  background: #AD103C;
  line-height: 1.8em;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 1em;
  color: #FFF;
  width: 11px;
}

}

.add-device {
  margin-bottom: 1em;
}

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

.title {
  margin-bottom: 1em;
}

  .title h2 {
    font-size: 2.8em;
  }

  .title .byline {
    display: block;
    padding-top: 0.50em;
    text-transform: uppercase;
    font-size: 1.1em;
    color: #6F6F6F;
  }

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#header-wrapper {
  overflow: hidden;
  padding: 2em 0em 0em 0em;
}

#header {
}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

#logo {
}

  #logo h1 {
    display: inline-block;
    margin-bottom: 0.20em;
    padding: 0.20em 0.3em;
    font-size: 3.5em;
  }

  #logo a {
    text-decoration: none;
    color: #FFF;
  }

  #logo span {
    text-transform: uppercase;
    font-size: 0.90em;
    color: rgba(255,255,255,1);
  }

    #logo span a {
      color: rgba(255,255,255,0.8);
    }



/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

#menu-wrapper {
  background: #AD103C;
}

#menu {
}

  #menu ul {
    display: inline-block;
    margin: 0;
    padding: 0em 0em;
    text-align: center;
  }

  #menu li {
    display: inline-block;
  }

    #menu li a, #menu li span {
      display: inline-block;
      padding: 2em 1.5em;
      text-decoration: none;
      font-size: 0.90em;
      font-weight: 600;
      text-transform: uppercase;
      outline: 0;
      color: #FFF;
    }

    #menu li:hover a, #menu li.active a, #menu li.active span {
    }

  #menu .current_page_item a {
    color: #FFF;
  }


/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

#banner {
  overflow: hidden;
  padding: 20em 0em;
  background: url(images/banner.jpg) no-repeat center;
  background-size: cover;
}

/*********************************************************************************/
/* Wrapper                                                                       */
/*********************************************************************************/


.wrapper {
  overflow: hidden;
  padding: 0em 0em 5em 0em;
  background: #FFF;
}

#wrapper1 {
  /*background: #FFF;*/
  background: #D6D6D6;
}

#wrapper2 {
  overflow: hidden;
  background: #F3F3F3;
  padding: 5em 0em;
}

#wrapper3 {
}

#wrapper4 {
}

/*********************************************************************************/
/* Welcome                                                                       */
/*********************************************************************************/

#welcome {
  overflow: hidden;
  width: 1000px;
  padding: 8em 100px 0em 100px;
  text-align: center;
  color: rgba(0,0,0,0.6);
}

  #welcome .content {
    padding: 0em 8em;
  }

  #welcome .title h2 {
    color: rgba(0,0,0,0.8);
  }

  #welcome a,
  #welcome strong {
    color: rgba(0,0,0,0.8);
  }

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

#page-wrapper {
  overflow: hidden;
  background: #F3F3F3;
  padding: 5em 0em;
}

#page {
}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

#content {
  float: left;
  width: 700px;
  padding-right: 100px;
  border-right: 1px solid rgba(0,0,0,.1);
}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

#sidebar {
  float: right;
  width: 350px;
}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

#footer {
  text-align: center;
}


  #footer .title span {
    color: rgba(255,255,255,0.4);
  }

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

#copyright {
  overflow: hidden;
  padding: 5em 0em;
  border-top: 1px solid rgba(255,255,255,0.08);
  text-align: center;
}

  #copyright p {
    letter-spacing: 1px;
    font-size: 0.90em;
    color: rgba(255,255,255,0.6);
  }

  #copyright a {
    text-decoration: none;
    color: rgba(255,255,255,0.8);
  }

/*********************************************************************************/
/* Newsletter                                                                    */
/*********************************************************************************/

#newsletter {
  overflow: hidden;
  padding: 8em 0em;
  background: #EDEDED;
  text-align: center;
}

  #newsletter .title h2 {
    color: rgba(0,0,0,0.8);
  }

  #newsletter .content {
    width: 600px;
    margin: 0px auto;
  }

/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

#portfolio {
}

  #portfolio .box {
    color: rgba(0,0,0,0.5);
  }

  #portfolio h3 {
    display: block;
    padding-bottom: 1em;
    font-size: 1em;
    color: rgba(0,0,0,0.6);
  }

  #portfolio .title {
  }

    #portfolio .title h2 {
      color: rgba(0,0,0,0.8);
    }

.column1,
.column2,
.column3,
.column4 {
  width: 282px;
}

.column1,
.column2,
.column3 {
  float: left;
  margin-right: 24px;
}

.column4 {
  float: right;
}

/*********************************************************************************/
/* Three Columns                                                                 */
/*********************************************************************************/

#three-column {
  overflow: hidden;
  padding: 4em 0em;
}

  #three-column .title {
    margin-bottom: 2em !important;
    text-align: left !important;
  }

    #three-column .title h2 {
      display: block;
      margin: 1em 0em 0em 0em;
      font-size: 1.5em;
    }

    #three-column .title .byline {
      display: block;
      padding-top: 0.30em;
      letter-spacing: 1px;
      text-transform: uppercase;
    }

  #three-column .icon {
    position: relative;
    display: block;
    margin: 0px auto 0.80em auto;
    background: none;
    line-height: 150px;
    font-size: 4em;
    width: 150px;
    height: 150px;
    border-radius: 100px;
    border: 6px solid #67128F;
    text-align: center;
    color: #FFF;
  }

  #three-column #tbox1,
  #three-column #tbox2 {
    float: left;
    width: 380px;
  }

  #three-column #tbox1 {
    margin-right: 30px;
  }

  #three-column #tbox3 {
    float: right;
    width: 380px;
  }

  #three-column .title {
    text-align: center;
  }

    #three-column .title h2 {
      font-size: 1.60em;
    }

    #three-column .title .byline {
      padding-top: 0.50em;
      font-size: 0.90em;
      color: #858585;
    }

  #three-column .arrow-down {
    border-top-color: #292929;
  }


ul.tools {
  margin: 0;
  padding: 0em 0em 0em 0em;
  list-style: none;
}

  ul.tools li {
    display: inline-block;
    padding: 0em .2em;
    font-size: 4em;
  }

    ul.tools li span {
      display: none;
      margin: 0;
      padding: 0;
    }

    ul.tools li a {
      color: #FFF;
    }

      ul.tools li a:before {
        display: inline-block;
        background: #1ABC9C;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        line-height: 120px;
        text-align: center;
        color: #FFFFFF;
      }
/*********************************************************************************/
/* Icon Style                                                                    */
/*********************************************************************************/
.icon-cal-sent {
  background: url(../images/calibration-email.png) no-repeat;
  background-size: 32px 32px;
  width: 34px;
  height: 32px;
  display: block;
  float: left;
}

.icon-leak-sent {
  background: url(../images/leaktest-email.png) no-repeat;
  background-size: 32px 32px;
  width: 34px;
  height: 32px;
  display: block;
  float: left;
}

.icon-no-email {
  background: url(../images/no-email.png) no-repeat;
  background-size: 32px 32px;
  width: 34px;
  height: 32px;
  display: block;
  float: left;
}

.icon-blank {
  background-size: 32px 32px;
  width: 34px;
  height: 32px;
  display: block;
  float: left;
}
/*********************************************************************************/
/* Login Dialog                                                                  */
/*********************************************************************************/
.login-dialog {
  text-align: left;
  padding: 20px 20px 10px 20px;
}

.normal-dialog {
  padding: 20px 20px 10px 20px;
}

.login-dialog input {
  width: 100%;
}

.login-dialog p {
  text-align: left !important;
}

#dialog p {
  text-align: center;
  margin: 0;
}

#dialog .invalid-warning {
  color: #D12F19;
  display: none;
  text-align: center;
  background-color: #FBE3E4;
  border-bottom: 2px solid #FBC2C4;
  border-top: 2px solid #FBC2C4;
}

#dialog .dialog-item {
  font-size: 0.9em;
  line-height: 30px;
}

  #dialog .dialog-item label {
    width: 120px;
    display: inline-block;
  }

.top-margin-20 {
  margin-top: 20px !important;
}

.switch-on {
  background-color: #FF3030;
  width: 264px;
  height: 30px;
  display: inline-block;
}
/*********************************************************************************/
/* WARNING                                                                       */
/*********************************************************************************/
.validationMessage {
  color:red;
  display:block;
  margin-left:192px;
}
.FormRequired{
  color:red;
  margin-left:5px;
}
.input-warning{
  color:rgb(28, 114, 207);
  font-size:12pt;
  display:block;
  width:455px;
  margin-bottom:15px;

  /**/width: 260px;
  margin-left: 193px;
}
/*********************************************************************************/
/* PAGINATION                                                                    */
/*********************************************************************************/
.paged-link{
  margin-left:7px;
  margin-right:7px;
  cursor:pointer;
}
.currentpage {
  font-weight:bold;
  color:black;
}