@charset "utf-8";
/* CSS Document */

body{
    margin: 0;
    padding: 0;
    font-family: 'Univers-Condensed';
    font-size: 16px;
    color: #000;
}

/**************** GENERAL ***************/

.container{
    max-width: 890px;
    margin: auto;
}
strong{
    font-family: 'Univers-CondensedBold';
    font-weight: normal;
}
.popup.type_message .placer,
.popup.type_html .placer{
    max-width: 500px;
    overflow: inherit;
}
.pop .close_btn{
    right: -10px;
    top: -10px;
}
.pop .close_btn:after{
    content: "x";
    font-family: 'Univers-CondensedBold';
    font-size: 30px;
    color: #FFF;
    line-height: 35px;
    width: 34px;
    height: 34px;
    background: #1c3a6a;
}
.pop .tabs.main .tab.main{
    padding: 10px;
}
.popup.type_image .placer{
    max-width: 300px;
}

/**************** HEADER ***************/

header{
    font-size: 36px;
    text-transform: uppercase;
    color: #1c3a6a;
    font-family: 'Univers-CondensedBold';
    padding: 30px 0;
}

/**************** INTRO ***************/

section#intro{
    margin: 0 auto 40px auto;
}
section#intro .container{
    padding: 0;
}
section#intro .desktop{
    display: block;
}
section#intro .mobile{
    display: none;
}

/**************** ABOUT ***************/

section#about{
    margin: 0 auto 40px auto;
    text-align: center;
    line-height: 150%;
}
section#about .container{
    max-width: 650px;
}

/**************** APPLY ***************/

section#apply{
    text-align: center;
    margin: 0 auto 40px auto;
}
section#apply h2{
    color: #1c3a6a;
    font-size: 28px;
    font-family: 'Univers-CondensedBold';
    font-weight: normal;
}
section#apply form{
    max-width: 340px;
    margin: auto;
    padding: 0 40px;
}
section#apply .inwrap{
    margin: 0 0 20px 0;
}
section#apply .inwrap:after{
    content: '';
    display: block;
    clear: both;
}
section#apply .inwrap input[type=text]{
    height: 44px;
    border: 1px #1c3a6a solid;
    font-size: 16px;
    font-family: 'Univers-Condensed';
}
section#apply .inwrap .field.error input[type=text]{
    border: 1px #dc2828 solid;
}
section#apply .check label .mark:before{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px #1c3a6a solid;
    margin: 0 10px 0 0;
    line-height: 22px;
}
section#apply .check a{
    color: #1c3a6a;
}
section#apply .check label .mark:after{
    display: none;
}
section#apply .check label .mark .option{
    width: calc(100% - 38px);
    display: inline-block;
    vertical-align: middle;
    color: #1c3a6a;
    font-size: 14px;
    line-height: 130%;
}
section#apply .actions{
    text-align: center;
}
section#apply .button{
    width: 160px;
    height: 48px;
    background: #66cc00;
    line-height: 50px;
    text-align: center;
    color: #FFF;
    font-family: 'Univers-CondensedBold';
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin: 2px;
    transition: 0.3s all;
    cursor: pointer;
}
section#apply .button:hover{
    background: #1c3a6a;
}
section#apply .formfield{
    position: relative;
}
section#apply .formfield .tooltip{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #1c3a6a;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -15px;
    margin-left: 10px;
    font-family: 'Univers-CondensedBold';
    color: #FFF;
    line-height: 34px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}
section#apply .formfield .tooltip:before{
    content: '?';
    display: block;
}

/**************** FINAL ***************/
body table tbody tr.search_response {
    display: none;
}
section#final{
    text-align: center;
    padding: 30px 0 40px;
}
section#final h1{
    color: #003468;
    font-size: 30px;
    text-align: left;
    font-weight: bold;
}
section#final h3{
    color: #003468;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}
section#final .mobile{
    display: none;
}
section#final a{
    color: #000000;
}
section#final p{
    padding-bottom: 10px;
}
section#final table{
    border-collapse: collapse;
    table-layout: fixed ;
    width: 100% ;
    margin-bottom: 10px;
}
/**/

.none_more_space {
    margin: 0;
}

section#final table th{
    font-weight: bold;
    font-size: 18px;
    position: static;
}

section#final table tr td{
    border-bottom: 1px solid #dddddd;
    width: 33%;
    padding: 4px 0;
    border-top: 1px solid #dddddd;
}





/**************** CASTIGATORI ***************/

#castigatori {
    text-align: center;
    padding: 30px 0 40px;
}
section#castigatori h1{
    color: #003468;
    font-size: 30px;
    text-align: left;
    font-weight: bold;
}
section#castigatori h3{
    color: #003468;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}
section#castigatori .mobile{
    display: none;
}
section#castigatori a{
    color: #000000;
}
section#castigatori p{
    padding-bottom: 10px;
}
.castigatori table{
    border-collapse: collapse;
    table-layout: fixed ;
    width: 100% ;
    margin-bottom: 10px;
}

section#castigatori table th{
    font-weight: bold;
    font-size: 18px;
    position: static;
    width: 25%;
}
section#castigatori table tr td{
    border-bottom: 1px solid #dddddd;
    padding: 4px 0;
    border-top: 1px solid #dddddd;
    width: 25%;
    text-align: center;
}
section#castigatori table tr td:last-child{
    text-transform: capitalize;
}


.scrollbar::-webkit-scrollbar {
    background-color:#f7f7f7;
    width:16px
}

/* background of the scrollbar except button or resizer */
.scrollbar::-webkit-scrollbar-track {
    background-color:#f4f4f4;
}
.scrollbar::-webkit-scrollbar-track:hover {
    background-color:#f4f4f4
}

/* scrollbar itself */
.scrollbar::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:10px solid #babac0;
}
.scrollbar::-webkit-scrollbar-thumb:active {
    background-color:#a0a0a5;
    border:4px solid #f4f4f4
}

/* set button(top and bottom of the scrollbar) */
.scrollbar::-webkit-scrollbar-button {display:none}

/* div box */
.scrollbar {
    height: 290px;
    min-width: 150px;
    background: #f7f7f7;
    overflow-y: scroll;
    margin-bottom: 40px;
}




@media only screen and (max-width: 880px){
   
    .scrollbar::-webkit-scrollbar{
        display: none;
    }
    section#intro .desktop{
        display: none;
    }
    section#intro .mobile{
        display: block;
    }
    section#apply .button{
        max-width: 160px;
        display: block;
        margin: 0 auto 5px auto;
    }
    section#final .desktop{
        display: none;
    }
    section#final .mobile{
        display:block;
        margin: 0px auto;
    }
    section#castigatori .desktop{
        display: none;
    }
    section#castigatori .mobile{
        display:block;
        margin: 0px auto;
    }
    section#castigatori table tr td:last-child{
        text-transform: capitalize;
    }
}
@media only screen and (max-width: 479px){
    section#final table{
        table-layout: auto;
    }
    section#final table thead th{
        font-size: 15px;
    }
    section#final table tr td{
        padding-left:5px;
        padding-right:5px;
        font-size: 13px;
        width: auto;
    }
    section#castigatori table{
        table-layout: auto;
    }
    section#castigatori table thead th{
        font-size: 15px;
    }
    section#castigatori table tr td{
        padding-left:0px;
        padding-right:3px;
        font-size: 13px;
        width: auto;
    }
    section#castigatori table tr td:last-child{
        text-transform: capitalize;
    }

}
