html {
    position: relative;
    min-height: 100%;
}

body {
    background: none;
    margin-bottom: 50px;
    font-family: 'Open Sans', sans-serif;
    padding-top: 0px;
}

a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline : 0;
}

#backdrop {
    background: url(/web/20220308030744im_/http://gloss.di.fc.ul.pt/tryit/static/img/bulb3.jpg);
    background-position: center center;
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px -10px 20px #033;
}

.jumbotron {
    color: #FFF;
    text-shadow: 0px 3px 6px #033;
    background: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.jumbotron h1 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.jumbotron p {
    /* Align text with logo */
    padding-left: 7px;
}

#logo {
    background: url(/web/20220308030744im_/http://gloss.di.fc.ul.pt/tryit/static/img/gloss_logo3.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 100%;
    height: 116px;
}

.main-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
}

.tool {
    top: 0px;
    display: block;
    position: relative;
    border: none;
    box-shadow: 0px 3px 6px #999;
    text-align: justify;
    -webkit-transition: top 0.1s, box-shadow 0.1s;
    -moz-transition: top 0.1s, box-shadow 0.1s;
    -ms-transition: top 0.1s, box-shadow 0.1s;
    -o-transition: top 0.1s, box-shadow 0.1s;
    transition: top 0.1s, box-shadow 0.1s;
}

.tool:hover {
    top: -5px;
    box-shadow: 0px 8px 8px #999;
    cursor: pointer;
}

.tool > .panel-body {
    min-height: 120px;
}

.panel-default > .panel-heading {
    padding-top: 12px;
    padding-bottom: 12px;
    background: #136a8a;
    background: -webkit-linear-gradient(top, #136a8a 10%, #267871 90%);
    background:    -moz-linear-gradient(top, #136a8a 10%, #267871 90%);
    background:     -ms-linear-gradient(top, #136a8a 10%, #267871 90%);
    background:      -o-linear-gradient(top, #136a8a 10%, #267871 90%);
    background:         linear-gradient(top, #136a8a 10%, #267871 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff136a8a', endColorstr='#ff267871',GradientType=0 ); /* IE6-9 */
    background-repeat: repeat-x;
    color: #FFF;
}

.footer {
    border-top: 1px solid #011;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #133;
    box-shadow: inset 0px 5px 10px #122;
    z-index: 10;
}

.footer > .container .text-muted {
    color: #466;
    margin: 10px 0;
}

/* Used to makes the tool divs clickable, wrapping the div in an anchor breaks the theme */
a.div-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Makes sure the link doesn't get underlined */
    text-decoration: none;
    /*workaround to make it clickable in IE... */
    background-color: white;
    opacity: 0;
    filter: alpha(opacity=0);
}

a.home-link {
    position: relative;
    /* makes the link inside the tool div stay above the anchor trick */
    z-index: 10;
}

.navbar {
    margin-bottom:0;
}

.navbar-simple .navbar-inner {
    background: none;
}

.navbar-simple .navbar-inner .nav {
    background: none;
    color: #FFF;
    text-shadow: 0px 3px 6px #033;
}

.navbar-simple .navbar-inner .nav li a {
    padding-left: 20px;
    padding-right: 20px;
    background: -moz-linear-gradient(top, rgba(0,210,252,0.50) 0%, rgba(0,212,255,0) 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,210,252,0.50)), color-stop(50%,rgba(0,212,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,210,252,0.50) 0%, rgba(0,212,255,0) 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,210,252,0.50) 0%, rgba(0,212,255,0) 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,210,252,0.50) 0%, rgba(0,212,255,0) 50%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,210,252,0.50) 0%, rgba(0,212,255,0) 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8000d2fc', endColorstr='#0000d4ff',GradientType=0 ); /* IE6-9 */
    color: #FFF;
    text-shadow: 0px 3px 6px #033;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
    background-size: 100% 200%;
    background-position: 0% 100%;
}

.navbar-simple .navbar-inner .nav li a:hover {
    color: #FFF;
    text-shadow: 0px 3px 6px #033;
    background-position: 0% 0%;
}	
	
.navbar-simple .navbar-inner .nav li.active a {
    color: #FFF;
    text-shadow: 0px 3px 6px #033;
    background: -moz-linear-gradient(top, rgba(0,210,252,0.75) 0%, rgba(0,212,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,210,252,0.75)), color-stop(100%,rgba(0,212,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,210,252,0.75) 0%, rgba(0,212,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,210,252,0.75) 0%, rgba(0,212,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,210,252,0.75) 0%, rgba(0,212,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,210,252,0.75) 0%, rgba(0,212,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf00d2fc', endColorstr='#0000d4ff',GradientType=0 ); /* IE6-9 */
}

/* Customize the menu for mobile sizes */
@media(max-width:768px) {
    .nav {
        border: none;
    }

    .navbar-simple {
        margin: 0px;
        padding: 0px;
    }

    .navbar-simple .navbar-inner .nav li a {
        background: -moz-linear-gradient(left, rgba(0,210,252,0.50) 0%, rgba(0,212,255,0) 50%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,210,252,0.50)), color-stop(50%,rgba(0,212,255,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(0,210,252,0.50) 0%, rgba(0,212,255,0) 50%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(0,210,252,0.50) 0%, rgba(0,212,255,0) 50%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(0,210,252,0.50) 0%, rgba(0,212,255,0) 50%); /* IE10+ */
        background: linear-gradient(to right, rgba(0,210,252,0.50) 0%, rgba(0,212,255,0) 50%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8000d2fc', endColorstr='#0000d4ff',GradientType=0 ); /* IE6-9 */
        -webkit-transition: background 0.2s;
        -moz-transition: background 0.2s;
        -ms-transition: background 0.2s;
        -o-transition: background 0.2s;
        transition: background 0.2s;
        background-size: 200% 100%;
        background-position: 100% 0%;
    }

    .navbar-simple .navbar-inner .nav li a:hover {
        background-position: 0% 0%;
    }

    .navbar-simple .navbar-inner .nav li.active a {
        background: -moz-linear-gradient(left, rgba(0,210,252,0.75) 0%, rgba(0,212,255,0) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,210,252,0.75)), color-stop(100%,rgba(0,212,255,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(0,210,252,0.75) 0%, rgba(0,212,255,0) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(0,210,252,0.75) 0%, rgba(0,212,255,0) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(0,210,252,0.75) 0%, rgba(0,212,255,0) 100%); /* IE10+ */
        background: linear-gradient(to right, rgba(0,210,252,0.75) 0%, rgba(0,212,255,0) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf00d2fc', endColorstr='#0000d4ff',GradientType=1 ); /* IE6-9 */
    }
}

.nav-addon {
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(0,210,252,0.50);
}

.nav-glyph {
    color: #00D2FC;
}

.icon-bar {
    background-color: #FFF;
}
/*
     FILE ARCHIVED ON 03:07:44 Mar 08, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:27:09 Apr 13, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.764
  load_resource: 567.345
  PetaboxLoader3.resolve: 505.404
  PetaboxLoader3.datanode: 46.59 (2)
  loaddict: 40.347
*/