html, body {
    height: 100%;
}

body {
    color: #333;
    margin: 0;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
}

header {
    min-height: 2rem;
    color:#f3f3f3;
}

main {
    background-color: #e9ecef;
    padding-top: 2.15rem;
    min-height: 100%;
    /*background: url('/static/img/bck-world.jpg');*/
}

footer {
    background-color: #3d383e;
    /*height: 100%;*/
    min-height: 50px;
}


/* link style */
a, a:link, a:visited, a:hover {
    font-size: 0.8em;
    text-decoration: none;
}

.bgc-success {
    background-color: #c5cae9;
}

.text-responsive-h1 {
  font-size: calc(100% + 1vw + 1vh);
}
.text-responsive-h2 {
  font-size: calc(70% + 1vw);
}
.text-responsive-h3 {
  font-size: calc(70% + 1vw);
}
/* collapsable menu */
.accordion-menu > span {
  display: block;
  position: relative;
}
.accordion-menu >  span:after {
  content: "\f078"; /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
  right: 5px;
}
.accordion-menu[aria-expanded="true"] > span:after {
  content: "\f077"; /* fa-chevron-up */
}
.status-details {
    text-align: left;
    line-height: 1;
}

/* card site */
.card-site {
    min-height: 105px;
}
.fa-edit, .fa-trash-alt, .fa-redo {
    color: #f3f3f3;
}
.monitored-url .fa-trash-alt {
    color: #6c757d;
}
.monitored-url #delete-url {
    line-height: 1em;
    margin-bottom: 1px;
}

.user-edit .tab-pane {

    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
}

.status-card {
    background: #d0d0d0;
}

#start-test {
    line-height: 1;
    right: 1rem;
    top: 1.1rem;
}
p {
    margin: 0px;
}


/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,1);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/

/*.home-guest {*/
    /*background: linear-gradient(90deg, #DCE35B -8.19%, #45B649 106.11%);*/
/*}*/

.home-guest .site-area {
    color: #fff;
    font-family: Open Sans;
    background: linear-gradient(90deg, #DCE35B -8.19%, #45B649 106.11%);
}

.home-guest .home-icon {
    min-width: 240px;
}

.home-guest .input {
    font-size: 18px;
}
.home-guest #url{
    height: auto;
}
