﻿/* DEFAULTS
----------------------------------------------------------*/
@font-face {
    font-family: 'Ubuntu-R';
    src: url('../../fonts/Ubuntu-R.ttf') format('truetype');
}

html {
    background-image: url('../images/bg.png');
    font: 75% 'Ubuntu-R', Arial, Helvetica, sans-serif;
    overflow-y: scroll;
    top: 0;
}

body {
    font-size: .9em;
    font-family: 'Ubuntu-R',"Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited {
    color: #034af3;
}

.toggle-vis {
    cursor: pointer;
}

    .toggle-vis:hover {
        font-size: 1.2em;
    }

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

a {
    font-family: 'Ubuntu-R',"Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    /*font-variant: small-caps;*/
    font-family: 'Ubuntu-R',"Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

.k-in {
    font-family: 'Ubuntu-R',"Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
    font-size: 1.9em;
    font-weight: bold;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #fff;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* 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: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#page, .page {
    box-shadow: 1px 1px 7px #666;
    -webkit-box-shadow: 1px 1px 7px #666;
    -o-box-shadow: 1px 1px 7px #666;
    -moz-box-shadow: 1px 1px 7px #666;
    -ms-box-shadow: 1px 1px 7px #666;
    background-color: #fff;
    width: 1400px;
    margin: 0 auto;
}

@media(max-width: 1366px) {
    #page, .page {
        width: 95%;
        -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
        -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
        -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
    }

    /*#footer,.footer p 
	{
		font-size: 1.2em;
	}*/
}

#header, .header {
    background-color: #3baae3;
    /* background: linear-gradient(top, #00bfff, #3baae3);
        background: -moz-linear-gradient(top, #00bfff, #3baae3);*/
    background-image: url('../images/Sygecpaf_1281x150.png');
    background-repeat: no-repeat;
    position: relative;
    margin: 0px;
    padding: 0px; /*background: #4b6c9e;*/
    width: 100%;
    height: 150px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media(max-width: 1024px) {
    #header, .header {
        background-color: #3baae3;
        background-image: url('../images/Sygecpaf_957x150.png');
        background-repeat: no-repeat;
        position: relative;
        margin: 0px;
        padding: 0px; /*background: #4b6c9e;*/
        width: 100%;
        height: 150px;
        -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
        -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
        -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, width 0.3s ease-in-out; 
        background-attachment: scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover; 
    }
}

@media(max-width: 800px) {
    #header, .header {
        background-color: #3baae3;
        background-image: url('../images/Sygecpaf_679x150.png');
        background-repeat: no-repeat;
        position: relative;
        margin: 0px;
        padding: 0px; /*background: #4b6c9e;*/
        width: 100%;
        height: 150px;
        -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
        -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
        -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, width 0.3s ease-in-out; 
        background-attachment: scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;   
    }

    #footer, .footer p {
        font-size: .8em;
    }
}

#footer, .footer p {
    background-color: #3baae3;
    background: linear-gradient(top, #00bfff, #3baae3);
    background: -moz-linear-gradient(top, #00bfff, #3baae3);
    color: #fff;
    padding: 10px 0;
    text-align: center;
    margin: -3px auto;
    font-size: 1.2em;
}

.demo-section {
    display: inline-block;
    margin: 0 2em;
    text-align: left;
    vertical-align: top;
    width: 200px;
}

#header h1, .header h1 {
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 3em;
    text-align: center;
    /*background-color: #4f8fff;*/
}

#main, .main {
    padding: 5px 6px;
    margin: 0;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

#footer, .footer p a {
    color: #fff;
}

#sidebar {
    width: 25%;
}

.content {
    background: url("../images/fond.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #45aac5;
    margin-top: -3px;
    min-height: 420px;
}

#treeview-left {
    overflow: scroll;
    border-top: 2px solid;
    height: 384px;
}

#example {
    max-width: 100%;
}

#prov-section {
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.menuleft {
    margin: 5px;
}

.logos {
    height: 134px;
    margin-left: 5px;
    width: 241px;
}

/* TAB .menu   
----------------------------------------------------------*/

.menu, .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu {
    width: 1021px;
    margin: 0 auto;
    border: 1px solid #00bfff;
    background-color: #3baae3;
    /*background: linear-gradient(#E6E3E2, #BABABA);
    background: -webkit-gradient(linear, center top, center bottom, from(#E6E3E2), to(#BABABA));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E3E2', endColorstr='#BABABA');
    background: -moz-linear-gradient(#E6E3E2, #BABABA);
    background: -ms-linear-gradient(#E6E3E2, #BABABA);
    background: -o-linear-gradient(#E6E3E2, #BABABA);*/
    background: url("../theme/jquery-ui/cupertino/images/ui-bg_glass_50_3baae3_1x400.png") repeat-x scroll 50% 50% #3baae3;
}

    .menu:before,
    .menu:after {
        content: "";
        display: table;
    }

    .menu:after {
        clear: both;
    }

.menu {
    zoom: 1;
}

    .menu li {
        float: left;
        border-right: 1px solid #8F8F8F;
        -moz-box-shadow: 1px 0 0 #fff;
        -webkit-box-shadow: 1px 0 0 #fff;
        box-shadow: 1px 0 0 #fff;
        position: relative;
    }

    .menu a {
        float: left;
        padding: 7px 30px;
        color: #000;
        text-decoration: none;
        font-size: 1.3em;
    }

    .menu li:hover > a {
        color: #fafafa;
    }

    *html .menu li a:hover { /* IE6 only */
        color: #fafafa;
    }

    .menu ul {
        margin: 20px 0 0 0;
        _margin: 0; /*IE6 only*/
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 38px;
        left: 0;
        z-index: 9999;
        background-color: #BABABA;
        background: -moz-linear-gradient(#E6E3E2, #BABABA);
        background: -webkit-gradient(linear, center top, center bottom, from(#E6E3E2), to(#BABABA));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E3E2',endColorstr='#BABABA',GradientType=0);
        background: -ms-linear-gradient(#BABABA, #E6E3E2);
        background: -o-linear-gradient(#BABABA, #E6E3E2);
        background: -moz-linear-gradient(#BABABA, #E6E3E2);
        background: linear-gradient(#BABABA, #E6E3E2);
        -moz-box-shadow: 0 -1px rgba(255, 255, 255, .3);
        -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, .3);
        box-shadow: 0 -1px 0 rgba(255, 255, 255, .3);
        -o-box-shadow: 0 -1px 0 rgba(255, 255, 255, .3);
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .menu li:hover > ul {
        opacity: 1;
        visibility: visible;
        margin: 0;
    }

    .menu ul ul {
        top: 0;
        left: 150px;
        margin: 0 0 0 20px;
        _margin: 0; /*IE6 only*/
        -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
        -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
        -ms-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
        -o-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
        box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
    }

    .menu ul li {
        float: none;
        display: block;
        border: 0;
        _line-height: 0; /*IE6 only*/
        -moz-box-shadow: 0 1px 0 #fff, 0 2px 0 #666;
        -webkit-box-shadow: 0 1px 0 #fff, 0 2px 0 #666;
        -ms-box-shadow: 0 1px 0 #fff, 0 2px 0 #666;
        -o-box-shadow: 0 1px 0 #fff, 0 2px 0 #666;
        box-shadow: 0 1px 0 #fff, 0 2px 0 #666;
    }

        .menu ul li:last-child {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            -ms-box-shadow: none;
            -o-box-shadow: none;
            box-shadow: none;
        }

    .menu ul a {
        padding: 7px;
        width: 150px;
        _height: 10px; /*IE6 only*/
        display: block;
        white-space: nowrap;
        float: none;
        text-transform: none;
    }

        .menu ul a:hover {
            background-color: #0186ba;
            color: #fff;
            background: linear-gradient(#04acec, #0186ba);
            background: -moz-linear-gradient(#04acec, #0186ba);
            background: -ms-linear-gradient(#04acec, #0186ba);
            background: -o-linear-gradient(#04acec, #0186ba);
            background: -webkit-gradient(linear, center top, center bottom, from(#04acec), to(#0186ba));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec',endColorstr='#0186ba',GradientType=0);
        }

    .menu ul li:first-child > a {
        -moz-border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        -ms-border-radius: 3px 3px 0 0;
        -o-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }

        .menu ul li:first-child > a:after {
            content: '';
            position: absolute;
            left: 40px;
            top: -6px;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #444;
        }

    .menu ul ul li:first-child a:after {
        left: -6px;
        top: 50%;
        margin-top: -6px;
        border-left: 0;
        border-bottom: 6px solid transparent;
        border-top: 6px solid transparent;
        border-right: 6px solid #3b3b3b;
    }

    .menu ul li:first-child a:hover:after {
        border-bottom-color: #04acec;
    }

    .menu ul ul li:first-child a:hover:after {
        border-right-color: #0299d3;
        border-bottom-color: transparent;
    }

    .menu ul li:last-child > a {
        -moz-border-radius: 0 0 3px 3px;
        -webkit-border-radius: 0 0 3px 3px;
        -ms-border-radius: 0 0 3px 3px;
        -o-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
    }

/* FORM ELEMENTS   
----------------------------------------------------------*/

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.titlelink {
    background: url("../theme/jquery-ui/cupertino/images/ui-bg_glass_50_3baae3_1x400.png") repeat-x scroll 50% 50% #3baae3;
    -webkit-box-shadow: 0 2px 0 rgba(255, 255, 255, .6) inset;
    -moz-box-shadow: 0 2px 0 rgba(255, 255, 255, .6) inset;
    box-shadow: 0 2px 0 rgba(255, 255, 255, .6) inset;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #45aac5;
    margin: 0 2px;
    color: #fff;
    height: 25px;
    padding-top: 1px;
}

    .titlelink > span {
        font-size: 1.5em;
        margin-left: 5px;
    }

.titlelinkother {
    background: url("../theme/jquery-ui/cupertino/images/ui-bg_glass_50_3baae3_1x400.png") repeat-x scroll 50% 50% #3baae3;
    -webkit-box-shadow: 0 2px 0 rgba(255, 255, 255, .6) inset;
    -moz-box-shadow: 0 2px 0 rgba(255, 255, 255, .6) inset;
    box-shadow: 0 2px 0 rgba(255, 255, 255, .6) inset;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #45aac5;
    margin: 0 2px;
    color: #fff;
    height: 25px;
    padding-top: 1px;
}

    .titlelinkother > span {
        font-size: 1.5em;
        margin-left: 5px;
    }

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 8px;
    color: White;
}

.navcl {
    list-style-type: none;
}

@media(max-width: 1024px) {
    .navcl {
        margin-right: 6px;
    }
}

.loginDisplay a:link {
    color: white;
}

.loginDisplay a:visited {
    color: white;
}

.loginDisplay a:hover {
    color: white;
}

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

/*--------------------------------  Recherche  -------------------------------------*/

input[type="search"]:-moz-placeholder {
    color: #999999;
}

input[type="search"]::-moz-placeholder {
    color: #999999;
}

input[type="search"]:-ms-input-placeholder {
    color: #999999;
}

input[type="search"]::-webkit-input-placeholder {
    color: #999999;
}

input[type="search"] {
    width: 180px;
    /*height: 27px;
  display: block;*/
    padding: 2px 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    input[type="search"]:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }
