﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
 
    font-size: 1em;
    font-family: "Arial";
    margin: 0px;
    padding: 0px;
    color: #000;
}

a, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-weight:bold;
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color:#000;
}

h2
{
       font-weight:bold;
     color:#4b6c9e;
    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
{
    width: 100%;
    background-color: #fff;
   
   
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    height: 16px;
    width: 217px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 100%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1em;
    display: block;
    text-align: right;
    padding-top: 45px;
    padding-right: 30px;
    color: White;

}

.loginDisplay a:link
{
    color: white;
    text-decoration : none;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
 
    padding-right: 10px;
}



.TableClass

{

width : 100%;
text-align:center;
border-spacing:0;
border-collapse:collapse;


}

.TableClass td,.TableClass th
{
border : Solid 1px #4b6c9e;

}

.TableClassHeader
{
background-color : #4b6c9e;
color : #FFFFFF;     
}

.TableClassND
{
background-color : #FFFFFF;     
}

.TableClassOP
{
background-color : #c0c0c0;     
text-align : left;
vertical-align : top;
}

.TableClassObligatoire
{
 background-color : rgba(153, 204, 255, 0.47);   
}

.tableform
{
    width:800px;
  border : Solid 2px #c0c0c0;  
}

.tableform input:not([type=radio]), .tableform textarea, .tableform select {
    height:30px;
    width:300px;
}

.tableform input[type="checkbox"] {
    height:20px;
    width:20px;
    margin-right:5px;
}


.tableform .timeSelect {
   height:30px;
    width:100px;
}


.success, .error {
border: 1px solid;
margin: 10px 0px;
padding:2px 10px 2px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}

.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('success.png');
}

.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('error.png');
}

#affectation {
    font-size:.80em;
}

#MainContent_rowHeader th {
    color:#fff;
    font-size:1.3em;
    background-color:#3a4f63;
}

.AffectationFirst {
color:#ccc !important;
     /*   background-color:#75a3ea !important;
        */
}

.headerPeriodeJour {
     background-color:#75a3ea !important;
     font-weight:bold;
     font-size:1.2em;
    

}

.headerPeriodeJourEmpty {
     background-color:#75a3ea !important;

}

.bold {
    font-weight:bold;
}

.blue {
    color:#4b6c9e;
     font-size:1.2em;
}

.TimePerPersonneHeader {

    background-color:#4b6c9e;
    color:#fff;
    text-align:center;
    font-weight:bold;
    font-size:1em;
    border:none;

    page-break-before: always;

}

.TimePerPersonneHeaderCons {

    text-align:center;
}


.TimePerPersonne td {
      
    padding:5px;
    border-bottom:1px #4b6c9e dashed
}



.emailicon {
    width:25px;
    height:25px;
}

.addicon {
    width:25px;
    height:25px;
}

.bgwhite {
       background-color:#fff;
      
}

.clickicon{
    width:75px;
    height:75px;
    vertical-align:middle;
}

.constructionicon {

     width:190px;
    height:126px;
}
.btn-generate  {
    text-align:right;
    font-weight:bold;
    float:right;
    width:400px;
    color:#4b6c9e;
    padding:15px;
    background-color:#fff;
    border: 0px #c0c0c0 solid ;
    border-radius: 5px;
}

.small {

    font-size:0.8em;
}

.bggreen{

      background-color:green;
}

.bgred{

      background-color:red;
}

.TableClassND {

    background-color:#fff;
}

.consicone {

    width:20px;
    height:20px;
}

div.menu ul li a {

    font-weight:bold;
}

.primeTableFooter {

background-color : #3a4f63;
color:#fff;
}

.FirstColomn {

    padding-left:10px;
}

.TableTop {

    font-size: 1.3em;
}

   



.admin {
    padding: 300px;
    width: 500px;
    height: 120px;
    border: 1px solid black;
    border-collapse: collapse;
}

.option_admin {
    border: 1px solid black;
    border-collapse: collapse;
    padding-left: 10px;
}

.option_modifier {
    border: 1px solid black;
    border-collapse: collapse;
    width: 80px;
    text-align:center;
}


.link-submit {
      background-color: #008CBA;
    border: none;
    color: white;
    padding: 25px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;

}
.link-submit.grey {
 background-color: #c0c0c0;
}

a.link-submit {
    color:#fff;
}
a.link-submit:hover {
    color:#fff;
     text-decoration: underline;
}
.btn-submit {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px 35px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 2px;
    cursor: pointer;
}

.btn-submit2 {
     background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 2px;
    cursor: pointer;
}

.menuStep {

    font-size:12px;
    line-height:20px;
   
}

.menuStepLink {

    margin-top:10px;
      display:inline-block;
}

.horaire-periode-link {

        text-decoration: none;

}

.horaire-periode-link:hover {

        text-decoration: underline;

}


.SuccessMsg {

    color:green;
}

.AffectationResumeLink {
    margin:5px;
    min-width:250px;
    width:auto;

}

.horaireLogoandTitle {

    width:100%;
    height:150px;
    margin-bottom:50px;

}

.horaireHeaderCheckbox  {

    width:100%;
     
     
      margin-top:10px;
      margin-bottom:10px;
}

.horaireHeaderCheckbox td {
    
    padding:5px;
    vertical-align:top;

}
.horaireHeaderCheckbox td {
    
 border:1px solid #000;

}


 

.horaireHeaderCheckbox input {
    margin-bottom:20px;
    margin-right:10px;
    margin-left:20px;


}

.horaireHeaderCheckbox textarea {

  width:100%;
  height:200px;
   border:1px solid #cfdbe6;

}

.horaireHeaderCheckboxLeft  {

    
font-weight:bold;

width:25%;

}

.horaireTitleYear {

    vertical-align:bottom;
    text-align:center;
}

.horaireHeader {

    width:100%;
    border-spacing: 0;
    border-collapse: collapse;
    padding:0;
    
}

.horaireHeader td{

    border:2px solid #000;
    
}

.print-container {
    text-align: right;

}


.HelpIcon {

    width:20px;
    height: 20px;
    cursor:pointer
}

.HelpIconUpRight {
    margin-top:-5px;
    margin-bottom:-5px;
    text-align:right;


}


  .sweet-alert p{
   
  } 
  
  .sweet-alert button {
      text-align: center;
  } 
  
.sweet-alert h2 {

    font-weight:normal !important;
    font-size:12px !important;
    text-align: left  !important;
}


.sweet-alert p  {
       text-align: left  !important;
      font-size:14px !important;
}
.sweet-alert ol li:not(:last-child) {
    padding-bottom:20px;
}
.SendEmailDiv {
border:2px solid #0070c0;
padding:10px;
margin-top:5px;
}

.hide {
    display:none;
}

.horaireTitle {
    color:#0070c0;
    font-size:26px;
    font-weight:bold;
}
.horaireSubTitle {
    color:#000;
    font-weight:bold;
    margin-top:5px;
}

.horaireNoteFooter {
    margin-left:5px;
    font-size:12px;
}

.SideImg {
    vertical-align:middle;
}
.TextSideImg  {
    text-decoration:none;
    font-weight:bold;
}

.ShowEmailForm {
    margin-top:5px;
    outline:none; 
    width:38px;
}

.SaveHoraireRessource {
    cursor:pointer;

}

.horairetotaltime {
    text-align:left;
    clear:both;
    margin-top:50px;
}

.caseVide {
    border: 2px solid yellow;
    background-color: yellow;
}

.caseLock {
    border: 2px solid red;
    background-color: red;
}

.showPassword {
    cursor: pointer; 
}

.hidePassword {
    cursor: pointer; 
}



@media print {
    @page {size: landscape}

    .horairetotaltime {
        page-break-before: always;
    }

        .no-print, .HelpIcon
    {
        display: none !important;
        height: 0 !important;
    }
}



