@import url(https://fonts.googleapis.com/css?family=Comfortaa:400,700);
body,
html,
header {
    margin: 0;
    padding: 0;
    font-family: 'Comfortaa', cursive;
    color: #6b9262;
    font-size: 17px;
}
a{
    color: #6b9262;
    text-decoration: underline;
}
h1,
h2,
h4,
h5,
h6 {
    text-align: center;
}
h3{
    text-align:left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.footer{
  position: absolute;
  bottom: 50px;
  width: 100%;
}
ul.center{
  list-style-position: inside;
}
details {
    margin-bottom: 20px;
}
#heading{
    background:url(../img/background.jpg);
    background-size:cover;
}
#content-left {
    width: 100%;
    height: 100vh;
    overflow: auto;
    transition: margin 1s;
    background-color: #59595c;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
.phoneFixedBackground{
  display: block;
  width: 100%;
  height: 100%;
}

@media only screen and (min-device-width: 768px){
  .phoneFixedBackground{
    display: none;
  }
}
#content-left.gone {
    margin-left: -100%;
    overflow: hidden;
}
#content-left.behind {
    z-index: -2;
}
#content-right {
    width: 100%;
    min-height: 100vh;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #59595c;
    background-size: cover;
    color: #fff;
    z-index: 0;
}
#content-right a {
    color: #fff;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: rgba(154, 207, 142, 0.48);
    box-shadow: 0 3px 2px -2px #9acf8e;
    z-index: 1;
    transition: all 1s;
}
header.dark, header.dark-override{
    background-color: #59595c;
}
#logo {
    width:200px;
    height:200px;
    margin: 0 auto;
    margin-top:300px;
    transition: all 1s;
    cursor: pointer;
    background-image: url(../img/icon.png);
    background-size:cover;
}

#logo.small,
#logo.small-override {
    width:130px;
    height:130px;
    transform: scale(0.4);
    -ms-transform: scale(0.4);
    margin-top:-40px;
    background-image: url(../img/icon.png);
}
#heading {
  height: 100%;
  text-align: center;
  color: #fff;
}
#headingButtons{
    padding-top:33vh;
}
#learnMore {
    min-height: 100vh;

    background-color: #fff;
}

#heading h1, #heading h2 {
    text-shadow: 0px 2px 6px #000;
}
form {
    margin: 0 auto;
    width: 80%;
    max-width: 830px;
}
form:not(#siteConfig){
  text-align: center;
}
form input,
form button,
form select,
.input-box {
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
}
#signInUpForm {
    padding-top: 80px;
    color: #fff;
}
.red-alert{
    color: #d9534f;
}
.button,
input,
button,
select,
.input-box {
    background-color: transparent;
    border: 2px solid #fff;
    text-decoration: none;
    transition: background-color 0.3s ease;
    border-radius: 4px;
    color: #fff;
    padding: 15px;
    font-size: 20px;
    cursor: pointer;
    white-space: nowrap;
    display: inline-block;
}
input,
button,
select,
.input-box {
    padding: 10px !important;
}
.button-split {
width:45%;
}
input.invisible {
    background: transparent;
    border: none;
    display: inline;
    width: 241px;
    padding: 0 !important;
    margin: 0;
    color: #9acf8e;
}
.info {
    display: flex;
    height: 49px;
    align-items: center;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + label {
    margin-right: 10px;
    margin-left: 10px;
}
input[type="checkbox"]:checked + label .box {
    background: #9acf8e;
}
input[type="checkbox"] + label .box {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-color: #fff;
    color: #9acf8e !important;
    border: 2px solid #9acf8e;
    cursor: pointer;
    border-radius: 4px;
}
input[type="checkbox"]:checked + label .box .tick {
    display: block;
    color: #FFF;
    font-size: 30px;
    text-align: center;
}
.tick {
    display: none;
    margin-top: -3px;
}
.message.error:not(#signInUpMessage) {
    color:#C32929;
}
.button:hover,
input:hover,
button:hover,
select:hover,
.input-box:hover {
    background-color: #fff;
    color: #6b9262 !important;
}
.button.blue,
input.blue,
button.blue,
select.blue,
.input-box.blue {
    background-color: #fff;
    color: #9acf8e !important;
    border: 2px solid #9acf8e;
}
.red:hover {
    background-color: rgba(41, 125, 195, 0.23);
}
.button.red,
input.red,
button.red,
select.red,
.input-box.red {
    background-color: #fff;
    color: #d9534f !important;
    border: 2px solid #d9534f;
}
.red:hover {
    background-color: rgba(217, 83, 79, 0.23);
}
.invisible:hover {
    background-color: transparent;
}
button.blue:hover,
.button.blue:hover {
    color: #fff !important;
    background-color: #9acf8e;
}

button.red:hover,
.button.red:hover {
    color: #fff !important;
    background-color: #d9534f;
}

.button.small, input.small, button.small, select.small{
    padding: 4px !important;
    font-size: 17px !important;
}

#websites-list{
  width: 980px;
  margin: auto;
}

.option-menu .option {
    box-shadow: 0 3px 2px -2px #9acf8e;
    width: 250px;
    height: 250px;
    margin: 20px;
    border: 1px solid #9acf8e;
    padding: 0;
    text-align:center;
    display:inline-block;
    vertical-align: bottom;
}

.option-menu .option i {
    font-size: 100px;
    color:#9acf8e;
}
.option-menu .option p {
  line-height:80px;
  vertical-align:middle;
}
.option-menu .option:hover {
    box-shadow: 0 4px 3px -1px #9acf8e;
    cursor: pointer;
}
.option-menu{
    margin-left: 200px;
}
.inline{
    display:inline;
    float:left;
}
*::-webkit-input-placeholder {
    color: white;
}
*:-moz-placeholder {
    color: white;
}
*::-moz-placeholder {
    color: white;
}
*:-ms-input-placeholder {
    color: white;
}
.blue::-webkit-input-placeholder {
    color: #9acf8e;
}
.blue:-moz-placeholder {
    color: #9acf8e;
}
.blue::-moz-placeholder {
    color: #9acf8e;
}
.blue:-ms-input-placeholder {
    color: #9acf8e;
}
input.invisible::-webkit-input-placeholder {
    color: #9acf8e;
}
input.invisible:-moz-placeholder {
    color: #9acf8e;
}
input.invisible::-moz-placeholder {
    color: #9acf8e;
}
input.invisible:-ms-input-placeholder {
    color: #9acf8e;
}
input:hover::-webkit-input-placeholder ,
.input-box:hover::-webkit-input-placeholder {
    color: #6b9262;
}
input:hover::-webkit-input-placeholder ,
.input-box:hover::-moz-placeholder {
    color: #6b9262;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
textarea:focus,
input:focus {
    outline: 0;
}
.animate {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
.text-bottom {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

#password-hidden, .hidden {
    display: none;
}
#messages {
    height: 20px;
}
#messages p {
    margin: 0;
}
.site .type{
  position:relative;
  float:right;
  border-radius: 0 0 0 4px;
}

.badge{
    color: #fff;
    background-color: #9acf8e;
	padding:5px;
	border-radius: 4px;
}

.bobbing {
    animation-name: bobbingAnim;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}
@keyframes bobbingAnim {
    0% {
        transform: translate(0px, 0px) scale(0.4);
        animation-timing-function: ease-in-out
    }
    50% {
        transform: translate(0px, 12px) scale(0.4);
        animation-timing-function: ease-in-out
    }
    100% {
        transform: translate(0px, 0px) scale(0.4);
        animation-timing-function: ease-in-out
    }
}
.message {
    text-align: center;
    visibility: hidden;
}
nav#account {
    display: none;
}
nav {
    position: fixed;
    right: 0;
}
#dropMenuBtn {
    display: none;
    margin-right: 20px;
    visibility: hidden;
}
@media only screen and (max-width: 1300px) {
    #account {
        visibility: hidden;
    }
    #dropMenuBtn {
        display: inline;
    }
}
ul.ul-horizontal {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
ul.ul-horizontal li {
    display: inline;
    padding-right: 1em;
    padding-left: 1em;
    line-height: 50px;
}
nav a {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
nav a:hover {
    text-decoration: underline;
}
.info .fa {
    padding: 10px;
}
nav.vertical {
    position: absolute;
    top: 37px;
    right: 0;
    width: 200px;
    visibility: visible !important;
    border-radius: 4px;
    box-shadow: 0 3px 2px -2px #9acf8e;
    border: 1px solid #9acf8e;
}
nav.vertical ul {
    list-style: none;
    padding: 0;
    list-style-type: none;
}
nav.vertical li {
    position: relative;
    padding:0;
}
nav.vertical a {
    display: block;
    color: #9acf8e;
    text-decoration: none;
    padding: 10px 15px;
    background: #fff;
    transition: 0.2s;
}
nav.vertical li:hover > a {
    background: #9acf8e;
    color: #fff;
}

@keyframes passing-through {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    30%,
    70% {
        opacity: 1;
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        transform: translateY(-40px);
    }
}
@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    30% {
        opacity: 1;
        transform: translateY(0px);
    }
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(1.1);
    }
    20% {
        transform: scale(1);
    }
}

.unsaved-alert-bar{
    display:none;
    position:fixed;
    bottom:0;
    height:40px;
    width:100%;
    background-color:#9acf8e;
    background-image: linear-gradient(135deg, transparent,
                      transparent 25%, hsla(0,0%,0%,.1) 25%,
                      hsla(0,0%,0%,.1) 50%, transparent 50%,
                      transparent 75%, hsla(0,0%,0%,.1) 75%,
                      hsla(0,0%,0%,.1));
    background-size: 20px 20px;
    box-shadow: 3px 3px 2px 3px #9acf8e;
    text-align: center;
    color:#fff;
    font-weight:bold;
    font-size:16px;
    vertical-align:middle;
    line-height:40px;
}

    .agent,
    .hide {
        display: none
    }
    .r,
    .s {
        cursor: pointer
    }
    .r {
        float: right
    }
    .left {
        text-align: left;
    }
    .graph,
    thead th {
        text-align: center
    }
    .max {
        background: #9acf8e;
        border-radius: 4px;
        color: #FFF;
        padding: 2px 5px;
    }
    .fr {
        width: 100%;
        text-align: right;
    }
    #layout {
        padding-left: 225px;
        left: 0;
    }
    .nopadding{
        padding: 0 !important;
    }
    .l-box {
        padding: 0 1.3em 1.3em 1.3em
    }
    .graph .bar {
        background-color: #9acf8e;
        box-sizing: border-box;
        color: #ffffff;
        height: 17px;
        width: 0;
    }
    .graph .light {
        background-color: rgba(119, 119, 119, 0.3);
        margin-top: 1px;
    }

    .pure-u {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }
    .pure-u-1 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }
    .pure-u-1 {
        width: 100%
    }
    .pure-g-r {
        letter-spacing: -.31em;
        *letter-spacing: normal;
        *word-spacing: -.43em;
        display: -ms-flexbox;
        -ms-flex-flow: row wrap;
    }
    .pure-g-r {
        word-spacing: -.43em
    }
    @media (max-width: 480px) {
        .pure-g-r>.pure-u,
        .pure-g-r>[class *=pure-u-] {
            width: 100%
        }
    }
    @media (max-width: 767px) {
        .pure-g-r>.pure-u,
        .pure-g-r>[class *=pure-u-] {
            width: 100%
        }
    }

.pure-menu-heading {
    display:none !important;
}
.pure-menu {
    position: fixed;
    left: 0;
    bottom:0;
    top:0;
    width:200px;
    border-right: 1px solid #9acf8e;
    text-align:center;
}
.pure-menu ul {
    list-style: none;
    padding: 0;
    list-style-type: none;
    text-align:left;
}
.pure-menu li {
    position: relative;
    padding:0;
}
.pure-menu a {
    display: block;
    color: #9acf8e;
    text-decoration: none;
    padding: 10px 15px;
    background: #fff;
    transition: 0.2s;
}
.pure-menu a[href="#"] {
    visibility:hidden
}
.pure-menu li:hover > a {
    background: #9acf8e;
    color: #fff;
}

    .pure-table {
        animation: float 5s infinite;
        border: 1px solid #cbcbcb;
        border-collapse: collapse;
        border-spacing: 0;
        empty-cells: show;
        border-radius: 4px;
    }
    .pure-table a {
        color: #9acf8e;
        outline: 0;
        text-decoration: none;
    }
    .pure-table td {
        border-left: 1px solid #cbcbcb;
    }
    .pure-table td,
    .pure-table th {
        font-size: inherit;
        margin: 0;
        overflow: visible;
        padding: 6px 12px;
    }
    .pure-table th:last-child {
        padding-right: 0;
    }
    .pure-table th:last-child span {
        margin: 1px 5px 0 15px;
    }
    .pure-table thead th {
        border-right: 1px solid #9acf8e;
    }
    .pure-table tbody th {
        background: #9acf8e;
    }
    .pure-table td:first-child,
    .pure-table th:first-child {
        border-left-width: 0
    }
    .pure-table td:last-child {
        white-space: normal;
        width: auto;
        word-break: break-all;
        word-wrap: break-word;
    }
    .pure-table thead {
        background: #9acf8e;
        color: #FFF;
        text-align: left;
        vertical-align: bottom;
        white-space: nowrap;
    }
    .pure-table td {
        background-color: #FFF
    }
    .pure-table td.num {
        text-align: right
    }
    .pure-table .sub td {
        background-color: #F2F2F2;
    }
    .pure-table tbody tr:hover,
    .pure-table-striped tr:nth-child(2n-1) td {
        background-color: #f4f4f4
    }
    .pure-table tr {
        border-bottom: 1px solid #ddd;
    }
    maxgrid {
        background: white;
        margin: 0 0 10px 0;
    }
    .grid * {
        box-sizing: border-box;
    }
    .grid:after {
        content: "";
        display: table;
        clear: both;
    }
    [class*='col-'] {
        float: left;
        padding-right: 20px;
    }
    .grid[class*='col-']:last-of-type {
        padding-right: 0;
    }
    .col-1-3 {
        width: 33.33%;
    }
    .col-1-2 {
        width: 50%;
    }
    .col-1-4 {
        width: 25%;
    }
    .col-1-6 {
        width: 16.6%;
    }
    .col-1-8 {
        width: 12.5%;
    }
    .grid-module {
        background: rgba(41, 125, 195, 0.23);
        border-top: 4px solid #9E9E9E;
        color: rgb(36, 36, 36);
        font-weight: normal;
        padding: 7px;
        margin:5px;
        border-radius:4px;
    }
    .col-title {
        color: rgb(36, 36, 36);
        font-size: 85%;
        text-shadow: 1px 1px 0 #FFF;
        width: 100%;
    }
    .label {
        color: rgb(36, 36, 36);
        font-size: 19px;
        margin: 0;
        text-shadow: 1px 1px 0 #FFF;
    }
    .grid .green {
        border-top: 4px solid #5cb85c;
    }
    .grid .red {
        border-top: 4px solid #d9534f;
    }
    .grid .blue {
        border-top: 4px solid #5bc0de;
    }
    .trunc {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    @media (max-width: 974px) {
        #layout {
            position: relative;
            padding-left: 0;
        }
        #layout.active {
            position: relative;
            left: 200px;
        }
        #layout.active #menu {
            left: 200px;
            width: 200px;
        }
        #menu {
            left: 0
        }
        .pure-menu-link {
            position: fixed;
            left: 0;
            display: block;
        }
        #layout.active .pure-menu-link {
            left: 200px
        }
    }
    .l-box h1{
        display:none;
        }
    @font-face {
        font-family: 'icomoon';
        src: url(data:application/font-woff;charset=utf-8;base64,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) format('woff');
        font-weight: normal;
        font-style: normal;
    }
    [class^="icon-"],
    [class*=" icon-"] {
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
    }
    .icon-expand:before {
        content: "\f065";
    }
    .icon-compress:before {
        content: "\f066";
    }
    .icon-bar-chart:before {
        content: "\f080";
    }
    .icon-dashboard:before {
        content: "\f0e4";
    }
    .icon-plus-square:before {
        content: "\f0fe";
    }
    .icon-minus-square:before {
        content: "\f146";
    }

@media screen and (max-width: 974px) {
    .pure-menu {
        display: none !important;
    }
}

#homeIcons div h3{
    text-align:center;
}
#homeIcons div i{
    font-size: 60px;
    color:#9acf8e;
}

table.ziphazeTable{
    width: 90%;
    table-layout: fixed;
    margin: 0 auto;
}
.ziphazeTable td, tr{
    vertical-align: middle;
    overflow-wrap:break-word;
}
.ziphazeTable td h3{
    margin-top: 0;
}
.ziphazeTable td{
    padding: 15px;
}
#sitesTable{
  width: 100%;
}
#sitesTable tr{
  box-shadow: 0 3px 2px -2px #9acf8e;
  border: 1px solid #9acf8e;
}
#sitesTable tr:hover{
  box-shadow: 0 4px 3px -1px #9acf8e;
}
.table-condensed td{
    padding-bottom: 10px;
}
.table-condensed {
        max-width: 700px;
}
.animate {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
main{
    margin-top: 80px;
}
pre{
	white-space: normal;
	word-wrap: break-word;
}
}}
