@font-face {
    font-family: Avenir;
    font-weight: lighter;
    src: url("/fonts/AvenirLTStd-Book.otf") format("opentype");
}

@font-face {
    font-family: Avenir;
    font-weight: normal;
    src: url("/fonts/AvenirLTStd-Medium.otf") format("opentype");
}

@font-face {
    font-family: Avenir;
    font-weight: bold;
    src: url("/fonts/AvenirLTStd-Black.otf") format("opentype");
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}


body {
    font-family: Avenir;
    padding-top: 90px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 60px; /* Margin bottom by footer height */
}

.button-action {
    background-color: #00b5e2;
    border-radius: 4px;
    /*margin: 0 auto;*/
    color: #fff;
    /*margin-bottom: 1.5em;
    margin-top: 1.5em;*/
}


.button-new {
    position: absolute;
    right: 20px;
    top: 0;
    background-color: #00b5e2;
    border-radius: 4px;
    border: 1px solid #fff;
    color: #fff;
    width: 130px;
}



.button-action:hover {
    background-color: #00b5e2;
}

.button-action:active {
    background-color: #00b5e2;
    transform: translateY(2px);
}

.button-help {
    background-color: #FFF;
    padding: 5px 5px 0px 5px;
    margin: 0;
    border: 1px solid #CCC;
}



.filters {
    margin-bottom: 20px;
}

.password-reset-link {
    margin-top: 20px;
    display: block;
}

    .password-reset-link:hover {
        margin-top: 20px;
        display: block;
    }


.bg-inverse {
    background-color: #FFF !important;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.bg-light {
    background-color: #FFF !important;
}

.nav-pills .nav-link.active {
    background-color: #EAEAEA;
    color: #00B5E2;
}

.navbar-brand {
    font-size: 1.6em;
    font-weight: bold;
}

.navbar .selected {
    border-bottom: 4px solid #00B5E2;
}

.nav-pills a {
    font-size: 1.2em;
    color: #00B5E2;
}

a {
    color: #00B5E2;
}

.status {
    width: 10px;
    height: 10px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    float: left;
    margin-top: 6px;
    margin-right: 5px;
}

.status-red {
    background-color: #E15028;
}

.status-yellow {
    background-color: #F6E044;
}

.status-green {
    background-color: #90C448;
}

.label-field {
    display: block;
    margin: 0;
    font-weight: 100;
}

.field-input {
    width: 100%;
    height: 2.3em;
    padding: 0.5em;
    margin: 0 0 0.9em 0;
    border-radius: 4px;
    border: 1px solid #CCC;
}

.datepicker {
    width: 100%;
}

.cover-container main {
    padding: 4em;
    color: #000;
}

.cover-container button {
    background: #00B5E2;
    color: #FFF;
}

.cover-heading {
    font-weight: 700;
}


legend {
    margin-top: 1.5em;
    margin-left: 0;
    border-bottom: 1px solid #eaeaea;
}

input[type="radio"] {
    display: none;
}

input[type="radio"] + label {
    display: block;
    cursor: pointer;
    margin: 15px;
    padding: 20px;
}

input[type="radio"] + label:before {
    content: "";
    display: block;
    position: relative;
    border-radius: 3px;
    border: 2px solid #CCC;
    width: 50px;
    height: 50px;
    float: right;
    margin: 0 -35px 0 235px;
}

input[type="radio"]:checked + label:before {
    content: "\2717";
    font-size: 25px;
    line-height: 50px;
    text-align: center;
}

label {
    position: relative;
}

label span {
    border: 1px solid #CCC;
    display: block;
    float: left;
    margin-right: 1rem;
    padding: 1rem;
}

label em {
    border: 1px solid #FFF;
    display: block;
    height: 40px;
    line-height: 2.3;
    padding: 0 20px;
    position: absolute;
    right: 36px;
    top: 00px;
    width: auto;
    color: #CCC;
}

em {
    background-color: #FFF;
    border-radius: 4px;
    padding: 1.4em 1.4em 1.4em 1.4em;
    border: 1px solid #000;
    color: #0275d8;
    margin-top: 1.5em;
}

.margin1em {
    padding: 1em;
}

.info {
    margin: 1em;
}

.card-text {
    margin: 0.6em 0 1.7em 0;
}

.active a {
    color: #00B5E2;
}

.margintoleft {
    margin-left: 20px;
}

.headernav a {
    font-size: 1.0em;
    color: #000;
    background-color: transparent;
    border-bottom: 2px solid #FFF;
}

.headernav a:hover, a:active {
    border-bottom: 2px solid #00b5e2;
    margin-top: 0px;
}

.headernavdropdown a {
    font-size: 1.0em;
    color: #000;
    background-color: transparent;
    border-bottom: 2px solid #FFF;
}

    .headernavdropdown a:hover, a:active {
        border-bottom: 2px solid #FFF;
        margin-top: 0px;
    }



.navbar .nav-link {
    padding: .25rem 0;
    font-weight: 700;
    font-size: 1.0em;
    color: #000;
    background-color: transparent;
    /*border-bottom: .15rem solid transparent;*/
}

.navbar-nav {
    margin: 0 auto;
}

.dropdown-menu {
    right: 0 !important;
    left: auto;
}

.masthead-brand {
    margin-bottom: 0;
    font-weight: 700;
}

/* GOOGLE MATERIAL ICONS */

.material-icons {
    color: #00b5e2;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.material-icons-disabled {
    color: #ccc;
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}



/* LOGIn */

.form-signin {
    width: 400px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 20px;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 18px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-primary {
    background-color: #00b5e2;
    border: 0;
}

.btn-primary:hover {
    background-color: #017896;
    border: 0;
}

.btn-primary:active {
    background-color: #00b5e2 !important;
    border: 30px;
}


.label-underlined {
    border-bottom: solid #ccc 1px;
    width: 100%;
}

.label-underlined-big {
    border-bottom: solid #ccc 1px;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 500;
    /*margin-bottom: 0 !important;*/
}

.text-grey {
    color: #888;
    /*color: #BCBDBE;*/
}

.text-green {
    color: #97D700;
}

.validation-summary-valid {
    display: none;
}

.btn-process {
    background-color: #00b5e2;
    border-radius: 4px;
    margin: 0 auto;
    color: #fff;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}

.btn-process:hover {
    background-color: #00b5e2;
    border: 0;
}

.btn-process:active {
    background-color: #00b5e2;
    transform: translateY(2px);
}

/* FOOTER */

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: #FFF;
    margin-left: -20px;
    padding: 0;
    border-top: 1px solid #ddd;
}


.container {
    width: auto;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 0.9em;
}

.sidebar {
    position: fixed;
    top: 100px;
    width: 275px;
}  

.main {
    margin-left: 300px;
    width: 100%;
}

@media screen and (max-width: 800px) {
    .sidebar {
        position: relative;
        margin-top: 10px;
        top: 0px;
    }
    .main {
        position: relative;
        margin-top: 20px;
        margin-left: 0;
    }
}

#privacypolicy-clipboard-textarea {
    overflow: hidden;
    resize: none;
    font-family: 'Courier New';
}

a.copylink {
    font-size: 0.8em;
    color: #999;
    border-radius: 5px;
    background-color: #FFF;
    border: 1px solid #999;
    width: 100%;
    display:block;
    text-align:center;
    margin-top:0.4em;
    padding: 0.5em;
}

a.copylink:hover {
    color: #000;
    background-color: #eaeaea;
    border: 1px solid #999;
}