﻿/* Html */
html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
/* Body */
body {
    background-color: #ffffff;
    color: #7F7F7F;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}
body {
    margin-left: auto;
	margin-right: auto;
}
/* Misc */
.clear { clear : both; }
.hidden {display:none;}
.pointer {cursor:pointer;}
/* Links */	

a.connexion2:link, a.connexion2:visited,a.connexion2:active {
    text-transform:uppercase;
    padding:4px 2px;
    font-weight:bold;
    color:#FFFFFF;
    border:1px solid #CCCCCC;
    text-decoration: none;
    
    background-color:#BFBFBF;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    margin: 3px;
}

a:link, a:visited, a:hover, a:active { 
	background-color: transparent;
	/*color: #C00;*/
	color: #7F7F7F;
	text-decoration: underline;
	/*
    font-size: 12px;
	font-weight: bold;
    */
}



a.menu:link, a.menu:visited,a.menu:active {
    height: 35px;
    margin:0; padding: 8px 10px ; height:18px; display:inline-block;
	text-decoration:none; color:#7F7F7F; font-size:1.1em;
	font-weight:bold;
	/* background: transparent url(../img/menu.png) repeat-x; */
	/*border-right:1px inset #900;*/
}
a.menu:hover {
    height: 35px;
    margin: 0;
    padding: 8px 10px;
    height: 18px;
    display: inline-block;
    text-decoration: none;
    color: #CDCDCD;
    font-size: 1.1em;
    /*background: transparent url(../img/menu_hover.png) repeat-x;*/
}
a.menu_logoff:link, a.menu_logoff:visited, a.menu_logoff:active {
    height: 35px;
    margin: 0;
    padding: 8px 10px;
    height: 18px;
    display: inline-block;
    /*text-decoration:none; color:#FFFFFF; font-size:1.1em;*/
    text-decoration: none;
    color: #7F7F7F;
    font-size: 1.1em;
    font-weight: bold;
    /*background: transparent url(../img/menu_logoff_hover.png) repeat-x; /*border-right:1px inset #900;*/
}
a.menu_logoff:hover {
    height: 35px;
    margin:0; padding:8px 10px ; height:18px; display:inline-block;
/*    text-decoration:none; color:#FFFFFF; font-size:1.1em;*/
    text-decoration:none; color:#CDCDCD; font-size:1.1em;
    /*background: transparent url(../img/menu_logoff_hover.png) repeat-x;*/
}
a.upload:link, a.upload:visited, a.upload:hover, a.upload:active { 
	background-color: transparent;
	color: #558ed5;
	text-decoration: none;
    font-size: 13px;
    padding-left: 10px;
}
/* Image */
img {
	border: 0;
	vertical-align: middle;
}
/* Input */
input  {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
input[type="text"].verylong { width: 500px; }
input[type="text"].number { text-align: right; }
input[type="text"].short { width: 35px; }
input[type="image"] { border: 0; vertical-align: middle; }
input[type="checkbox"] { border: 0; vertical-align: middle; }
    input[type="button"].main_action, input[type="submit"].main_action {
        border: 0;
        vertical-align: middle;
        /*background-color: #0066cc;*/
/*        background-color: #C00;*/
        background-color: #7F7F7F;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 2px !important;
        color: #FFFFFF;
        text-align: center;
        cursor: pointer;
        height: 25px;
    }
input[type="button"].second_action, input[type="submit"].second_action {
	border: 0;
	vertical-align: middle;
	background-color: #eeeeee;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 2px !important;
	color: #666666;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	height: 25px;
}
input[type="button"].second_action.small, input[type="submit"].second_action.small {padding-left:5px;padding-right:5px;height:20px;background-color:#CCCCCC;border-radius:5px;}
input[type="button"].main_action.small, input[type="submit"].main_action.small {padding-left:5px;padding-right:5px;height:20px;
/*                                                                                background-color:#C00;*/
                                                                                background-color:#7F7F7F;
                                                                                border-radius:5px;}
input[disabled="disabled"].main_action, input[disabled="disabled"].second_action { color: #999999; cursor: default; }
textarea {
    height: 50px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
/* Button */
input[type="button"].connexion {
    text-transform:uppercase;
    color:#FFFFFF;
/*    background-color:#CD182E;*/
    background-color:#7F7F7F;

    border:0px;
    
    /*display: inline-block;*/
    /*text-align: center;*/
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    margin: 3px;
    cursor: pointer;
}




/* Common */
h1 { font-size: 1.5em; line-height: 1.4em; margin: 5px 0; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; margin-bottom: 5px; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
/* Label */
label { display: inline; }
label.bold { font-weight: bold; }
label.HeaderText { font-size:0.9em; }
label.HeaderName { font-size:1.1em; font-weight: bold; }
label.admin { color: #8a8989; white-space: nowrap; }
/* Span */
span { display: inline; }
span.bold { font-weight: bold; }
span.HeaderText { font-size:0.9em; }
span.HeaderName { font-size:1.1em; font-weight: bold; }
span.admin { color: #8a8989; white-space: nowrap; }
/* Div */
#zError { color: Red; }
div.header {
    background-color: #F7F5F7 /*#CD182E*/;
    color: #7F7F7F;
    height: 120px;
    border-style: solid;
    border-width: 3px;
    padding: 5px 5px 0px 5px;
    margin: 5px 5px 0px 5px;
    border-radius: 30px;
    border-color: #C6C5C6;
}
div.menu {
	background-image: url('../img/menu_bg.png');
	background-repeat: repeat-x;
	height: 35px;
}
div.content {
    /*width: 980px;*/
    width: 95%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    overflow: auto;
    padding-bottom: 150px;
}
div.center {
    margin-left: auto;
	margin-right: auto;
}
div.Treeview {
    /*width: 220px;*/
    width: 19%;
    min-width: 220px;
    height: 100%;
    float: left;
    padding: 2px;
    /*border: 1px solid #d8d7ca;*/
}
div.Grid {
    /*width: 715px;*/
    width: 80%;
    min-width: 715px;
    height: 100%;
    float: right;
    padding: 2px;
    /*border: 1px solid #d8d7ca;*/
}
div.GridSolo {width:100%;}
div.WindowGrid {
	border: 1px solid #d5d5d5;
	padding: 2px;
	margin-top : 5px;
}
div.LeftTreeview, div.RightGrid {
	/*border: 1px solid #d8d7ca;*/
	padding: 2px;
	margin-top : 5px;
}
div.IconLayer {
    border: 1px solid #d5d5d5;
	color: #003366;
	padding: 2px;
	padding-left: 7px;
}
div.IconLayerNoBorderM0P0 {
    border: 0;
	color: #003366;
	padding: 0;
	margin: 0;
}
div.IconLayer img, div.IconLayer input[type="image"] { margin-right: 5px; }
div.MainContainer { background-color: #ffffff; }
div.WinContainer {
	width:100%;
	background-color: #ffffff;
}
div.WinContainerDetails {
	position:relative;
	padding-left: 10px;
	padding-right: 10px;
	z-index:1;
	height:95%;
}
div.WinButton {
	background-color: #ffffff;
	width:100%;
	height: 30px;
}
div.WinButtonDetails {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
}
div.ExamenMenu {
    width: 150px;
    height: 393px;
    float: left;
    font-weight: bold;
	color: #000000;
	padding: 0;
}
div.MatiereMenu {
    width: 150px;
    height: 518px;
    float: left;
    font-weight: bold;
	color: #000000;
	padding: 0;
}
div.UtilisateurMenu {
    width: 150px;
    height: 518px;
    float: left;
    font-weight: bold;
	color: #000000;
	padding: 0;
}
div.GalopMenu {
    width: 150px;
    height: 193px;
    float: left;
    font-weight: bold;
	color: #000000;
	padding: 0;
}
div.ExamenContent {
	width: 580px;
    height: 420px;
    border: 1px solid #d8d7ca;
    overflow-y: auto;
    padding-top: 5px;
    padding-left: 5px;
}
div.MatiereContent {
	width: 710px;
    height: 540px;
    border: 1px solid #d8d7ca;
    overflow-y: auto;
    padding-top: 5px;
    padding-left: 5px;
}
div.UtilisateurContent {
	width: 710px;
    height: 540px;
    border: 1px solid #d8d7ca;
    overflow-y: auto;
    padding-top: 5px;
    padding-left: 5px;
}
div.UtilisateurContent table tr td {padding-top:10px;}
div.FormuleContent {
	width: 590px;
    height: 105px;
    overflow-y: auto;
    padding-top: 5px;
    padding-left: 5px;
}
div.GalopContent {
    width: 595px;
    height: 235px;
    border: 1px solid #d8d7ca;
    overflow-y: auto;
    padding-top: 5px;
    padding-left: 5px;
}
div.NewsletterMenu {
    width: 150px;
    height: 518px;
    float: left;
    font-weight: bold;
	color: #000000;
	padding: 0;
}
div.NewsletterContent {
	width: 710px;
    height: 540px;
    border: 1px solid #d8d7ca;
    overflow-y: auto;
    padding-top: 5px;
    padding-left: 5px;
}
/* Table */
table { width: 100%; }
.searchBox > table {
    max-width: 980px;
}
tr {
}
td {}
/*table.Header { width: 980px; height: 100%; vertical-align: middle; border: 0px; margin: auto; }
table.Menu { width: 980px; height: 100%; vertical-align: middle; border: 0px; margin: auto; }*/
table.Header { width: 95%; height: 100%; vertical-align: middle; border: 0px; margin: auto; }
table.Menu { width: 95%; height: 100%; vertical-align: middle; border: 0px; margin: auto; }
tr.Menu { }
td.Menu { height: 35px; text-transform: uppercase; width: auto; white-space: nowrap; }
td.MenuFiller { width: 100%; }
td.MenuRight { text-align: right;  width: auto; }
table.Login {
    width: 540px;
    margin-left: auto;
	margin-right: auto;
    border: 1px solid #E3E3E3;
}
table.Login .noborder { border: 0; }
tr.Login {}
td.Login {}
table.LoginInfo {
    width: 540px;
    margin-left: auto;
	margin-right: auto;
    background-color: #F4F4F4;
    border: 1px solid #E3E3E3;
}
tr.LoginInfo {}
td.LoginInfo { padding: 0 10px 0 10px; }
  




/* RadWindow */
.RadWindow .rwIcon { height: 0!important; width: 0!important; }
/* Keep radalert, radprompt and radconfirm icon on top */
.RadWindow div.rwDialogPopup.radalert, .RadWindow div.rwDialogPopup.radconfirm, .RadWindow div.rwDialogPopup.radprompt { background-position: left top; }
/* RadComboBox */
.RadComboBoxDropDown { font-size: 13px; }
/* RadDatePicker */
.RadPicker_Default { display: inline-block; }
/* RadTreeview */
html .RadTreeView .rtDisabledNormalDisplay .rtIn { color: #333333; }
html .RadTreeView .rtIn.rtInDisabled { color: #ccc; font-style: oblique; }
/* RadGrid */
.RadGrid_Default .rgMasterTable td.rgGroupCol {
	border-color: transparent;
	background: white none;
	padding-left: 0 !important; 
    padding-right: 0 !important;
}
.RadGrid_Default .rgGroupHeader td.rgGroupCol { border-top-color: transparent; }
.RadGrid_Default tr.rgGroupHeader td { padding-left:3px; }
.RadGrid_Default .rgGroupHeader { background:#EEEEEE; font-size: 12px; color:#666666; }
.RadGrid_Default .rgRow td {
    background: #FFFFFF;
    font-size: 12px;
    color: #666666;
}
.RadGrid_Default .rgGroupHeader td { border-top: 0px solid transparent; border-bottom: 0px solid transparent; }
.RadGrid_Default .rgAltRow { background:#fff; color:#666666; }
.RadGrid_Default .rgAltRow td { border-color:#fff; color:#666666; }
.RadGridLink { text-decoration : underline; cursor: pointer; }
/* RadTabStrip */
div.RadTabStripVertical .Tab {
    height: 30px;
    min-height: 30px;
    line-height: 30px;
    text-align: right;
    vertical-align: middle;
    background-color: transparent;
    cursor: pointer;
    padding: 0px;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 158px;
}
div.RadTabStripVertical .TabSelected {
    background-color: #d5d5d5;
    cursor: default;
}
div.RadTabStripVertical .TabHovered {
    background-color: #f2f2f2;
}
div.RadTabStripVertical .TabDisabled {
    color: #8a8989;
    cursor: default;
}
/* RadScheduler */
.rsExportButton {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 16px;
    width: 16px;
    background: url('icons/icsExport.gif');
    background-repeat: no-repeat;
    border: 1px solid red;
}

.searchBox{background-color:#EEEEEE;padding:15px;margin-bottom:20px;}
.spacerTop{margin-top:50px;}

/* -- Eleves -- */
.EleveCommandes{display:inline-block;padding-right:10px;}

span.searchSelection, label.searchSelection {color: #666666; font-weight: bold; font-size: 10px;}
div.searchSelection {display: inline-block; vertical-align: middle;}

@font-face{font-family:'Glyphicons Regular';src:url('fonts/glyphicons-regular.eot');src:url('fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'),url('fonts/glyphicons-regular.woff') format('woff'),url('fonts/glyphicons-regular.ttf') format('truetype'),url('fonts/glyphicons-regular.svg#glyphiconsregular') format('svg');font-weight:normal;font-style:normal}
.glyphicons{display:inline-block;position:relative;padding-left:48px;text-decoration:none;*display:inline;*zoom:1;vertical-align:middle}
.glyphicons:before{position:absolute;left:0;top:0;display:inline-block;margin:0 5px 0 0;font:24px/1em 'Glyphicons Regular';font-style:normal;font-weight:normal;*display:inline;*zoom:1;vertical-align:middle;text-transform:none;-webkit-font-smoothing:antialiased}

.glyphicons.home:before{content:"\E021"}
.glyphicons.users:before{content:"\E004"}
.glyphicons.copies:before{content:"\E040"}
.glyphicons.rapports:before{content:"\E120"}
.glyphicons.newsletter:before{content:"\E136"}
.glyphicons.examens:before{content:"\270F"}
.glyphicons.logout:before{content:"\E064"}
.glyphicons.suivi:before{content:"\E042"}

a.menu.glyphicons:before {font-size:16px;padding-top:7px;padding-left:14px}
a.menu.glyphicons {padding-left:35px;}

a.menu_logoff.glyphicons:before {font-size:14px;padding-top:8px;}
a.menu_logoff.glyphicons {padding-left:18px;}

.glyphicons.gridTools:before{font-size:14px; margin:0px; top:-7px; left:10px;}

.divTitle{font-weight:bold;cursor:pointer;padding:5px;}
.divTitle:hover{text-decoration:underline;}

.rgAdvPart{ visibility:hidden;}
/*
    [att^=val]
Represents an element with the att attribute whose value begins with the prefix "val". If "val" is the empty string then the selector does not represent anything.
[att$=val]
Represents an element with the att attribute whose value ends with the suffix "val". If "val" is the empty string then the selector does not represent anything.
[att*=val]
Represents an element with the att attribute whose value contains at least one instance of the substring "val". If "val" is the empty string then the selector does not represent anything.

*/
div[id$="DivEnonce"] {
    visibility: collapse;
}

div[id$="DivCorrigeType"] {
    visibility: collapse;
}

#footer .contentSubFooter {
    border-top: 1px solid #ccc;
    margin: 0;
    padding: 20px 0 30px;
}

#footer .contentSubFooter ul {
    width: 600px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
#footer .contentSubFooter ul {
    list-style: none;
}
#footer {
    background-color: #f7f7f7;
}

#footer .contentSubFooter ul li {
    display: inline;
    color: #999;
    font-size: 14px;
    margin: 0 0 0 10px;
}

#footer .contentSubFooter ul li a {
    color: #999;
    text-decoration: none;
    margin: 0 0 0 10px;
}

#footer .contentSubFooter ul li a:hover {
    color: #2aa1c8;
}

footer {
    display: block;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
}

.red {
    color: #C00;
}

.bold {
    filter: brightness(50%);
    font-weight:bolder;
}
