HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux Bradford-Sitios 6.14.0-1017-azure #17~24.04.1-Ubuntu SMP Mon Dec 1 20:10:50 UTC 2025 x86_64
User: www-data (33)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/gestor-horarios.bradford/assets/css/style_evaluaciones.css
#header-site {
    background: #262727 none repeat scroll 0 0;
    border-bottom: 2px solid #3792cf;
    float: left;
    position: fixed;
    top: 0;
    width: 100%;
}

.logo-site {
    float: left;
    height: 50px;
    margin: 5px 0 0px 10px;
    width: 160px;
}

.logo-site h1 {
    margin: 10px;
}

.logo-site h1 a {
    float: left;
    width: 180px;
    text-indent: -999px;
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    background-position: 0px;
    background-size: 160px;
}

/*Notification Bell dropdown*/
.top-nav {
    padding: 5px
}

.navbar-nav {
    margin: 16.5px 15px;
}

.top-nav>li {
    display: inline-block;
    float: left;
    padding: 5px;
}

.top-nav>li>a {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 12px;
    padding-top: 12px;
}



.dropdown-notification .dropdown-menu {
    width: 275px;
    max-width: 275px;
    min-width: 160px;
}

.dropdown-notification>a {
    font-size: 18px !important;
    line-height: 29px !important;
}

.top-nav .dropdown-menu .dropdown-menu-list {
    list-style: outside none none;
    padding-left: 0;
    padding-right: 0 !important;
}

.top-nav>li.dropdown-notification .dropdown-menu>li.external {
    border-radius: 4px 4px 0 0;
    display: block;
    letter-spacing: 0.5px;
    overflow: hidden;
    padding: 15px;
}

.top-nav>li.dropdown-notification .dropdown-menu>li.external>h3 {
    display: inline-block;
    float: left;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.top-nav>li.dropdown-notification .dropdown-menu>li.external>a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #888;
    clear: inherit;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    right: 10px;
}

.top-nav>li.dropdown-notification .dropdown-menu>li.external {
    background: #eaedf2 none repeat scroll 0 0;
}

.top-nav>li.dropdown-notification .dropdown-menu .dropdown-menu-list {
    list-style: outside none none;
}

.top-nav>li.dropdown-notification .dropdown-menu .dropdown-menu-list>li>a {
    clear: both;
    display: block;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    padding: 16px 15px 18px;
    text-shadow: none;
    white-space: normal;
    border-bottom: 1px solid #eff2f6 !important;

}

.top-nav>li.dropdown-notification .dropdown-menu .dropdown-menu-list>li a .time {
    float: right;
    font-size: 11px;
    font-weight: 400;
    max-width: 75px;
    opacity: 0.7;
    padding: 1px 5px;
    text-align: right;
    background: #f1f1f1 none repeat scroll 0 0;
}

.top-nav>li.dropdown-notification .dropdown-menu .dropdown-menu-list>li a .details {
    font-size: 13px;
}

.top-nav>li.dropdown-notification .dropdown-menu .dropdown-menu-list>li a .details .label-icon {
    border-radius: 50%;
    margin-right: 10px;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    background-color: #171717;
    color: #999999;
}

.top-nav>li.dropdown-notification .dropdown-menu .dropdown-menu-list>li>a:hover {
    background: #f8f9fa none repeat scroll 0 0;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    background-color: transparent;
    color: #ca3f02;
}

/*Toggle Navigation design*/
.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: none;
}
.container{
    margin-top: 90px;
}
@media(max-width:768px) {
    .navbar-collapse {
        clear: both;
    }
    .container{
        margin-top: 70px;
    }

    .dropdown-menu{
        left: -50px;
    }
}
.dropdown-menu{
    margin-right: 12px;
}
.textos{
    color: #FFFFFF;
    font-size: 18px;
    padding: 35px;
    background-color: #2E74B5;
    text-align: center;
}
.textos hr{
    width: 60%;
    border: solid 1px;
}
.textos h2{
    font-style: oblique;
}
.header-home{
    padding: 35px;
}
.boton-evaluar{
    background:none;
    border-radius: 20px;
    border: solid 1px #2E74B5;
    padding: 6px 30px;
    cursor: pointer;
}
.boton-evaluar:hover{
    text-decoration: none;
    background-color: #2E74B5;
    color: #FFFFFF;
}
.footer-home{
    background-color: #2E74B5;
    text-align: center;
    padding: 10px 0px;
}

.box{
    padding:15px;
    background: #fff;
    border: 4px dotted #d1d1d1dd;
    border-radius: 5px
}

.box-part{
    background:#f4f4f5;;
    padding:15px;
    border-radius: 5px

}