/* DEFAULTS
----------------------------------------------------------*/

/* Pour Chrome et Firefox */
body {
    height: 100%;
    min-height: 100vh;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    color: #333333;
    background-image: url(images/pcb-bckgnd.jpg);
    -ms-overflow-style: none; /* pour IE */
    background-attachment: fixed;
    background-size: cover;
    /*cursor: url('images/wheel.cur'), wait;*/
}

body::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

/* CUSTOM TOOLTIPS
----------------------------------------------------------*/

#tooltip {
    background: #000000;
    color:#ffffff;
    border: 1px solid #ccc;
    padding: 3px 10px;
    z-index:256;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
    z-index: 100;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 450px;
    background: #000000;
    color: #ffffff;
    word-wrap:break-word; 
}

body .ui-tooltip {
    border-width: 2px;
}


/* TEXT   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #1d60ff;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0;
}

h1 {
    font-size: 1.6em;
    color: #496077;
    padding-bottom: 0;
    margin-left: 10px;
    margin-top: 10px;
    font-weight: 600;
}

h2 {
    margin-left: 10px;
    margin-top: 10px;
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5
{
    font-family: Arial;
    color: #333363;
    font-size: 1em;
}

h6
{
    font-family: Arial;
    color: #333363;
    font-size: 1em;
    width:500px;
    word-wrap:normal;
    /*text-wrap:normal;*/
    max-width:400px;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 100%;
    height: 95%;
    min-height: 95vh;
    /*background-color:#fff;*/
    margin: 0 auto 0 auto;
    /*border: 1px solid #496077;*/
}

.infopage
{
    background-color: #fff;
    margin: 0 auto 0 auto;
    border: 1px solid #496077;
}

.header h1
{
    font-weight: 700;
    margin: 0;
    padding: 0 0 0 0;
    color: #f3f3f3;
    background: #333333;
    border: none;
    line-height: 1.5em;
    font-size: 2em;
}

.main {
    padding: 0; /* 12px;*/
    margin: 0 auto 0 auto;
    min-height: 86vh;
    width: 100%;
}

.infomain
{
    padding: 0 12px 0 0;
    margin: 12px 8px 8px 8px;
    min-height: 300px;
}

.footer {
    background: #414141;
    color: #f9f9f9;
    line-height: normal;
    height: 50px;
}

.divcol1 {
    background-color:rgba(255,255,255,0.6); 
    width:100%; 
    padding-left:5px;
}

.divcol2 {
    background-color:rgba(240,248,255,0.6);
    width: 100%;
    padding-left: 5px;
    padding-right: 0px;
}

.divcol3 {
    background-color: rgba(240,248,255,0.6);
    width: 80%;
    padding-left: 5px;
    padding-right: 0px;
    /*overflow-x: auto;
    overflow-y: auto;*/
}

.leftCol {
    padding: 6px 0 0 0;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.hlogo {
    display: block;
    height: 60px;
    margin-top: 2px;
    right: 10px;
    position: absolute;
}

@media screen and (min-width: 1000px) {
    .header {
        margin: 0;
        padding: 0;
        background-color: #414141;
        width: 100%;
        height: 80px;
        top: 0;
        left: 0;
        position: fixed;
    }

    .title {
        background-color: #f0f8ff;
        display: block;
        float: left;
        text-align: left;
        width: 100%;
        padding: 0;
        margin-top: 78px;
    }

    .blocinfo1 {
        display: inline-block;
        padding: 20px;
        margin: 10px;
        border: none;
        background-color: #f8f8f8;
        width: 28%;
        vertical-align: top;
        box-shadow: 8px 8px 12px #aaa;
    }

    .blocinfo2 {
        display: inline-block;
        padding: 20px;
        margin: 10px;
        border: none;
        background-color: #e8f0f8;
        width: 28%;
        vertical-align: top;
        box-shadow: 8px 8px 12px #aaa;
    }
}

@media screen and (max-width: 999px) {
    .header {
        margin: 0;
        padding: 0;
        background-color: #414141;
        width: 100%;
        height: 70px;
        top: 0;
        left: 0;
        position: fixed;
    }

    .title {
        background-color: #f0f8ff;
        display: block;
        float: left;
        text-align: left;
        width: 100%;
        padding: 0;
        margin-top: 68px;
    }

    .blocinfo1 {
        display: block;
        padding: 20px;
        margin: 10px auto 10px auto;
        border: none;
        background-color: #f8f8f8;
        width: 80%;
        box-shadow: 8px 8px 12px #aaa;
    }

    .blocinfo2 {
        display: block;
        padding: 20px;
        margin: 10px auto 10px auto;
        border: none;
        background-color: #e8f0f8;
        width: 80%;
        box-shadow: 8px 8px 12px #aaa;
    }
}
 
.blocinfo1:hover {
    background-color: #f0f0f0;
    cursor: pointer;
}

.blocinfo1:active {
    background-color: #f0f0f0;
}

.blocinfo2:hover {
    background-color: #e0e8f0;
    cursor: pointer;
}

.blocinfo2:active {
    background-color: #e0e8f0;
}

@media screen and (max-width: 1499px) {
    .divPDFcol1 {
        display: inline-block;
        background-color: #e0e0e0;
        width: 23%;
        vertical-align: middle;
        margin-left: 5px;
        box-shadow: 8px 8px 12px #aaa;
        min-height: inherit;
        overflow-x: auto;
        overflow-y: auto;
    }

    .divPDFcol2 {
        display: inline-block;
        background-color: #e8e8e8;
        width: 75%;
        vertical-align: top;
        box-shadow: 8px 8px 12px #aaa;
        min-height: inherit;
        overflow-x: auto;
        overflow-y: auto;
    }
}

@media screen and (min-width: 1500px) {
    .divPDFcol1 {
        display: inline-block;
        background-color: #e0e0e0;
        width: 20%;
        vertical-align: middle;
        margin-left: 5px;
        box-shadow: 8px 8px 12px #aaa;
        min-height: inherit;
        overflow-x: auto;
        overflow-y: auto;
    }

    .divPDFcol2 {
        display: inline-block;
        background-color: #e8e8e8;
        width: 78%;
        vertical-align: top;
        box-shadow: 8px 8px 12px #aaa;
        min-height: inherit;
        overflow-x: auto;
        overflow-y: auto;
    }
}

/* TAB MENU   
----------------------------------------------------------*/

    .hideSkiplink {
        /*background-color: #3a4f63;*/
        width: 100%;
    }

    @media screen and (min-width: 1000px) {
        div.menuStd {
            padding: 0 0 0 8px;
            visibility: visible;
        }

        div.menuMob {
            padding: 0 0 0 8px;
            visibility: hidden;
        }
    }

    @media screen and (max-width: 999px) {
        div.menuStd {
            padding: 0 0 0 8px;
            visibility: hidden;
        }

        div.menuMob {
            padding: 0 0 0 8px;
            visibility: visible;
        }
    }

    div.menuStd ul, div.menuMob ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: auto;
    }

        div.menuStd ul li a, div.menuStd ul li a:visited, div.menuMob ul li a, div.menuMob ul li a:visited {
            background-color: #ffffff;
            /*border: 1px #E5E5E5 solid;*/
            color: #000000; /*#dde4ec;*/
            display: block;
            line-height: 1.35em;
            padding: 5px 5px;
            text-align: left;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menuStd ul li a:hover, div.menuMob ul li a:hover {
                background-color: #bfcfdf;
                color: #465c71;
                text-decoration: none;
            }

            div.menuStd ul li a:active, div.menuMob ul li a:active {
                background-color: #dedede;
                color: #ffffff;
                text-decoration: none;
            }

    /* FORM ELEMENTS   
----------------------------------------------------------*/

    fieldset {
        margin: 1em 0;
        padding: 1em;
        border: 1px solid #808080;
    }

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    .login label, .register label, .changePassword label {
        display: block;
    }

    .inline {
        display: inline;
    }

    legend {
        font-size: 1.1em;
        font-weight: 600;
        padding: 2px 4px 8px 4px;
    }

.textEntry {
    margin-top: 10px;
    width: 300px;
    height: 25px;
    border: 1px solid #ccc;
}

.passwordEntry {
    margin-top: 10px;
    width: 300px;
    height: 25px;
    border: 1px solid #ccc;
}

.accountInfo {
    width: 280px;
    margin-left: 10px;
}

    /* MISC  
----------------------------------------------------------*/

    .clear {
        clear: both;
    }

    .loginDisplay {
        font-size: 1.1em;
        display: block;
        text-align: right;
        padding: 10px;
        color: White;
    }

        .loginDisplay a:link {
            color: white;
        }

        .loginDisplay a:visited {
            color: white;
        }

        .loginDisplay a:hover {
            color: white;
        }

    .failureNotification {
        font-size: 1.1em;
        color: Red;
    }

    .bold {
        font-weight: bold;
    }

    .submitButton {
        text-align: center;
        /*padding-right: 10px;*/
    }

.multiviewButton {
    text-align: center;
    /*margin-left: 10px;
    margin-right: 10px;*/
    font-size: 1.1em;
    color: #1d60ff;
    font-weight: 600;
}
    
    cursor {
        cursor: wait;
    }

    /* UploadiFive (html5)
----------------------------------------------------------*/
    .uploadifive-imgbutton {
        background-image: url('images/OpenFile.png');
        background-repeat: no-repeat;
        background-size: 95%;
        margin-top: 5px;
        margin-left: auto;
        margin-right: auto;
    }

    .uploadifive-esp-imgbutton {
        background-image: url('images/OpenFile-esp.png');
        background-repeat: no-repeat;
        background-size: 95%;
        margin-top: 5px;
        margin-left: auto;
        margin-right: auto;
    }

    .uploadifive-textbutton {
        display: inline-block;
        /*border: 1px solid #496077;*/
        height: 15px;
        font-size: small;
        background-color: buttonface;
        color: #ae7400;
        padding: 2px 2px 3px 2px;
        margin-top: 0px;
        vertical-align: bottom;
    }
    .uploadifive-textbutton:hover {
        background-color: #e0e0e0;
    }

    .uploadifive-selectedtextbutton {
        display: inline-block;
        border: 2px solid #ff0000;
        height: 14px;
        font-size: small;
        background-color: buttonface;
        color: #ae7400;
        padding: 2px 2px 3px 2px;
        margin-top: 0px;
        vertical-align: bottom;
    }

    .uploadifive-queue-item {
        background-color: #F5F5F5;
        border-bottom: 1px dotted #D5D5D5;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font: 12px Arial, Helvetica, Sans-serif;
        margin: 3px 0;
        padding: 15px;
    }

    .uploadifive-queue-item .close {
        background: url('uploadifive/uploadifive-cancel.png') 0 0 no-repeat;
        display: block;
        float: right;
        height: 16px;
        text-indent: -9999px;
        width: 16px;
    }

    .uploadifive-queue-item .progress {
        border: 1px solid #D0D0D0;
        background-color: #E5E5E5;
        height: 3px;
        margin-top: 10px;
        width: 95%;
    }

    .uploadifive-queue-item .progress-bar {
        background-color: #0099FF;
        height: 3px;
        width: 1px;
    }

    .uploadifive-queue-item.error .fileinfo {
        color: #ff0000;
    }

    /* ApImageZoom  
----------------------------------------------------------*/

    .custom-wrapper-class {
        width: 96% !important;
        height: 96% !important;
        margin: 10px auto;
        background-color: #808080;
        overflow-y: auto;
    /*.custom-wrapper-class.apiz-is-panning {
		background-color: #fff;
		}*/
    }

/* ALERTBOX  
----------------------------------------------------------*/

/* STYLING THE BOX */

/* SMALL RESET */
.alert_box * {
    margin: 0;
    padding: 0;
}

/* BOX STYLE */
.alert_box {
    background-color: #000000;
    color: white;
    /*background: ghostwhite;
    color: #333;*/
    font-size: 0.85em;
    font-family: verdana;
    border: 1px solid #fff;
    width: 400px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    overflow-x: auto;
    overflow-y: auto;
}

    /* BOX TITLE STYLE */
    .alert_box h1 {
        /*text-transform: uppercase;*/
        padding: 10px;
        border-bottom: 1px solid #ddd;
        font-size: 1em;
        position: relative;
        color: white;
    }

    /* BOX TITLE CLOSE ICON */
    .alert_box h1 span {
        cursor: pointer;
        top: 2px;
        right: 10px;
        position: absolute;
    }

    /* BOX TEXT STYLE */
    .alert_box p {
        border-top: 1px solid #fefefe;
        padding: 15px;
    }

    /* BOX BUTTON STYLE */
    .alert_box .button {
        width: 100px;
        margin: 5px auto 15px auto;
        box-shadow: 0px 1px 0px 0px #54A3F7 inset;
        background: linear-gradient(to bottom, #5689DB 5%, #4D7BD6 100%) repeat scroll 0% 0% #5689DB;
        border-radius: 3px;
        border: 1px solid #2D54AF;
        display: block;
        cursor: pointer;
        color: #FFF;
        font-family: Verdana;
        font-size: 13px;
        font-weight: bold;
        padding: 7px 28px;
        text-decoration: none;
        text-shadow: 0px 1px 0px #154682;
    }

    .alert_box button:hover {
    }


/* CSS TO APPLY WHEN BOX IS OPEN AND USER CLICK OUTSIDE IT */
/* ANIMATION */
@-webkit-keyframes vibrate {
    from {
        -webkit-transform: rotate(-20deg);
    }

    to {
        -webkit-transform: rotate(20deg);
    }
}

@-moz-keyframes vibrate {
    from {
        -moz-transform: rotate(-20deg);
    }

    to {
        -moz-transform: rotate(20deg);
    }
}

@-o-keyframes vibrate {
    from {
        -o-transform: rotate(-20deg);
    }

    to {
        -o-transform: rotate(20deg);
    }
}

@keyframes vibrate {
    from {
        transform: rotate(-20deg);
    }

    to {
        transform: rotate(20deg);
    }
}
/* BOX IMPORTANT STYLE */
.alert_box_important {
    -webkit-animation: vibrate 10000ms;
    -moz-animation: vibrate 10000ms;
    -o-animation: vibrate 10000ms;
    animation: vibrate 10000ms;
}

