﻿body {
    font-family: Arial;
    line-height: 1.9em;
    visibility: hidden;
}

#contenitore {
    /*position: relative;*/
}


    #contenitore h1 {
        font-size: 23px;
        color: #000000;
    }

li {
    list-style-type: none;
}
h2 {
font-size: 18px;
}
h3 {
font-size: 18px;
}
.elnum {
    width: 12px;
    display:inline;
}

.elint {
    display:block;
    float:left;
}

#numTest {
    background-color: #95c78c;
    color: #000;
    font-size: 23px;
    font-weight: bold;
    height: 31px;
    left: 50%;
    position: absolute;
    top: -21px;
    width: auto;
    min-width: 50px;
    border-radius: 10px;
    -moz-border-radius: 10px; /* firefox */
    -webkit-border-radius: 10px; /* safari, chrome */
    text-align: center;
    border: 2px solid #59b45d;
    margin-left: -25px;
    padding: 2px;
}

#des {
    font-weight: bold;
}

#com {
    line-height: 1.5em;
    margin-top: 25px;
    border-top: 1px dotted #000000;
}

.testlist {
    /*display: inline-block;*/
    cursor: pointer;
}

input, label {
    cursor: pointer;

}

label 
{
        padding-left: 40px;
    display: block;
}

#list {
    float: none;
    text-align: center;
    margin-left: 0px;
    border-radius: 10px;
    -moz-border-radius: 10px; /* firefox */
    -webkit-border-radius: 10px; /* safari, chrome */
    /*padding: 20px;*/
    background-color: #56689c; /*#0E69C7*/
    margin-bottom: 30px;
    color: #56689c;
    margin-top: 14px;
    padding-top: 4px;
    padding-bottom: 0px;
    padding-left: 6px;
}

    #list ul {
        margin-top: 0px;
        padding-top: 0px;
        padding-left: 0px;
        overflow: hidden;
        width:100%;
    }

        #list ul li {
            float: left;
            height: 30px;
            margin-bottom: 4px;
            margin-right: 3px;
            width: 30px;
            background-color: #bfe7f5;
            border-radius: 8px;
            -moz-border-radius: 8px; /* firefox */
            -webkit-border-radius: 8px; /* safari, chrome */
            color: #0E69C7;
        }

            #list ul li:hover {
                background-color: #ffffff;
            }

#test {
    background-color: #c9e1c1;
    border-radius: 10px;
    -moz-border-radius: 10px; /* firefox */
    -webkit-border-radius: 10px; /* safari, chrome */
    padding: 20px;
    border: 2px solid #95c88c;
    /*margin-left: 5px;*/
    position: relative;
    margin-top: 32px;
}

#resps ul li 
{
    overflow: hidden;
}


    #test img {
        /* width:7%;*/
    }

.circlearrow {
    border-radius: 100%;
    -moz-border-radius: 100%; /* firefox */
    -webkit-border-radius: 100%; /* safari, chrome */
    background-color: #f68b1f !important;
}

#prev {
    background: url("../images/arrows.png") no-repeat scroll -4px -66px transparent;
    cursor: pointer;
    height: 40px;
    left: 7px;
    position: absolute;
    top: -21px;
    width: 40px;
}

#next {
    position: absolute;
    top: -21px;
    right: 8px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: transparent url(../images/arrows.png) no-repeat -46px -64px;
}

#toolBar {
    margin-right:2px !important;
}
.containerBtn {
    width: 33.3%;
    float: left;
}

#reportBtn, #comBtn, #restartBtn {
    border: 1px solid #656560;
    border-radius: 10px 10px 10px 10px;
    cursor: pointer;
    padding: 5px 0px;
    margin-right: 3%;
    margin-left: 3%;
    margin-top: 20px;
    text-align: center;
    width: 94%;
    background-color: #e2e2e1;
    font-size: 20px;
}

#comBtn {
    margin-left: 0%;
    margin-right: 6%;
}


#reportBtn {
    margin-left: 6%;
    margin-right: 0%;
}



#msg {
    background-color: #737478;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1000;
    visibility: visible !important;
    opacity: 0.9;
    top: 0;
    left: 0;
    bottom:0;
    text-align: center;
    /*padding-top: 200px;*/
    display:none;
}



.boxmsg {
    display: none;
}



#contentmsg {
    background-color: #ffffff !important;
    padding: 15px 30px 19px;
    margin-top: 100px;
    display: inline-block;
    border: 2px solid #D6E3FD;
    border-radius: 10px;
    -moz-border-radius: 10px; /* firefox */
    -webkit-border-radius: 10px; /* safari, chrome */
}


#okBtn {
    font-weight: bold;
    background-color: #e2e2e1;
    border-radius: 10px;
    -moz-border-radius: 10px; /* firefox */
    -webkit-border-radius: 10px; /* safari, chrome */
    border: 1px solid #656560;
    width: auto;
    padding: 1px 6px;
    cursor: pointer;
    margin-top: 13px;
    display: inline-block;
}

/*panel help*/

#cerchio1 {
    width: 40px;
    height: 40px;
    background-color: #545e91;
    border-radius: 100%;
    -moz-border-radius: 100%; /* firefox */
    -webkit-border-radius: 100%; /* safari, chrome */
    position: relative;
    margin-left: 2px;
    top: -3px;
}

#cerchio2 {
    background-color: #545e91;
    border-radius: 100%;
    -moz-border-radius: 100%; /* firefox */
    -webkit-border-radius: 100%; /* safari, chrome */
    height: 30px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 30px;
    color: #ffffff;
    text-align: center;
    font-size: 28px;
    border: 2px solid #ffffff;
    line-height: 28px;
}

a:focus {
    outline: none;
}

a.trigger {
    /*position: absolute;*/
    text-decoration: none;
    font-size: 16px;
    letter-spacing: -1px;
    font-family: verdana, helvetica, arial, sans-serif;
    color: #fff;
    padding: 4px 12px 6px 24px;
    font-weight: bold;
    z-index: 2;
}

    a.trigger.left {
        left: 0;
        border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    a.trigger.right {
        /*margin-right: 10px;
        margin-top: 14px;
        right: -4px;*/
        top: -4px !important;
         float: right;
        margin-right: 10px !important;
        position: relative !important;
        margin-top: 0px;
        margin-right:2px !important;
       
    }

    a.trigger:hover {
        /*background-color:#59B;*/
    }

a.active.trigger {
    /*background:#666 url(images/minus.png) 6% 55% no-repeat;*/
}

.panel {
    color: #CCC;
    /*position: absolute;*/
    display: none;
    background: #fff;
    width: 800px;
    
    overflow-y: scroll;
    z-index: 1;
    color: #000;
    font-size: 13px !important;
    line-height: 25px;
    padding-top: 26px !important;
}

    .panel.left {
        left: 0;
        padding: 20px 30px 20px 100px;
        border-top-right-radius: 15px;
        -moz-border-radius-topright: 15px;
        -webkit-border-top-right-radius: 15px;
        -moz-border-radius-bottom-right: 15px;
        -webkit-border-bottom-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .panel.right {
        right: 0;
        text-align: justify;
        padding: 20px 50px 20px 20px;
        margin-top: -3px !important;
        border-bottom-left-radius: 15px;
        border-top-left-radius: 15px;
        -moz-border-radius-bottomleft: 15px;
        -moz-border-radius-topleft: 15px;
        -webkit-border-bottom-left-radius: 15px;
        -webkit-border-top-left-radius: 15px;
        border: 2px solid #D6E3FD;
        color: #000;
    }



/*mediaqueries*/

@media screen and (max-width: 600px) {
    #reportBtn, #comBtn, #restartBtn {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }

    .containerBtn {
        width: 100%;
        float: none;
    }
}
/*
@media screen and (max-width : 800px) {
    #reportBtn, #comBtn, #restartBtn {
        width: 29%;
    }

    #comBtn, #restartBtn {
        margin-right: 3%;
    }
}*/


/*iPad (landscape) ----------- */
/*@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    #reportBtn, #comBtn,  #restartBtn {
    width: 30%;
    float:left;

}



#reportBtn {
    margin-right:0px;
}
}*/


/* pagina index con elenco unità */
#titololibroditesto {
    font-size:20px;
}


/* iPad (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
}


/* iPhone -------------------- */

@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {

    a.trigger.right {
        float: right;
        margin-right: 10px !important;
        position: relative !important;
        margin-top: 0px;
    }
}
/**/
@media screen and (max-width:960px) {

    a.trigger.right {
        float: right;
        margin-right: 10px !important;
        position: relative !important;
        margin-top: 0px;
        margin-right:2px !important;
    }
}


/* NEXUS

@media only screen and (min-device-width: 481px) and (max-device-width: 760px) and (orientation : landscape) {
    #list {
        float: none;
        width: 96%;
        margin-left: 0px;
        padding-top: 10px;
        padding-bottom: 0px !important;
    }

        #list ul {
            overflow: hidden;
        }

        #list li {
            float: left;
            width: 25px;
            border-right: 1px solid #ffffff;
            margin-bottom: 4px;
            border-bottom-width:0px !important;
        }

    #test {
        margin-left: 5px;
    }
}*/
