@font-face {
    font-family: 'DekarRegular';
    src: url('../../font/dekar-webfont.eot');
    src: url('../../font/dekar-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../font/dekar-webfont.woff') format('woff'),
         url('../../font/dekar-webfont.ttf') format('truetype'),
         url('../../font/dekar-webfont.svg#DekarRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'MyriadProCondensed';
    src: url('../../font/myriadpro-cond-webfont.eot');
    src: url('../../font/myriadpro-cond-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../font/myriadpro-cond-webfont.woff') format('woff'),
         url('../../font/myriadpro-cond-webfont.ttf') format('truetype'),
         url('../../font/myriadpro-cond-webfont.svg#DekarRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face{
    font-family: "dekar";
    font-style: normal;
    src: url("../../police/Dekar.otf") format("opentype");
}


/* HEADER */ 
.container-fluid {
    margin: auto;
    max-width: 960px;
    position: relative;
}

.header-container .container-fluid {
    padding:0;
}

.header-container .header-logo {
    padding:10px;
    margin-top:20px;
    min-width: 1px;
}

h1.header-title {
    margin-top: 20px;
    margin-left: 0;
    text-align: center;
    font-size: 2em;
    font-weight: normal;
    font-family: "DekarRegular" !important;
}

.header-links{
    margin-top:40px;
}

.header-link{
    text-align:center;
    height:28px;
    margin-left:0!important;
    border-radius:2px;
    margin-top:2px;
    margin-bottom:5px;
    padding-top:7px;
}

/* MENU */

.menu {
    margin: 15px 0 0 0;
    height: auto !important;
    z-index: 80;
    position: relative;
}

.menu .container-fluid {
    height: 100%;
    padding: 0;
}

.arrow-top {
    float: left;
}

.arrow-top a {
    text-decoration: none;
    position: absolute;
    top: 8px;
    left: 5px;
}
ul.stepsMenu {
    margin-left:0;

}
.stepsMenu .step-li {
    list-style-type: none;
    float: left;
    line-height: 61px;
    height: 61px;
    min-width: 80px;
    z-index:1;
    text-align:center;
    position:relative;
    border-bottom:6px solid;
    /*border-right:1px solid;*/
}
.stepsMenu .step-li img:nth-child(2){
    display:none;
}

.stepsMenu .step-li.noImg {
    padding:0 18px;
}

.stepsMenu .step-li.first {
    margin-left:0;
}

.stepsMenu .step-li.selected {
    z-index:99;
}

.stepsMenu .step-li:hover ^ .menu {
    z-index:40;
}

.stepsMenu .step-separator {
    list-style-type: none;
    float: left;
    width: 1px;
    height: 61px;
    border-bottom:6px solid;
}

.stepsMenu .step-img {
    position:absolute;
    width:15px;
    border:none;
    top:0;
    right:-15px;
    z-index:99;
}

.statusMenu{
    margin:0;
    list-style-type:none;
}
.statusMenu li {
    height:6px;
    width:81px;
    float:left;
}

.tooltips {
    display: none;
    float: left;
    position: absolute;
    margin-top: 56px;/*6px*/
    list-style-type: none;
    padding-left: 0px;
    padding-top: 15px;
    padding-bottom: 10px;
    width: 76.59574468085105%;
    margin-left: 0px;
    background: url('../../img/epitech/bg-description.png');
    z-index: 3;
    font-family: Arial;
    font-size: 13px;
    display: none;
    z-index: 9995;
}
.tooltips li {
    display: none;
    margin-left: 6px;
}

.menu .buttonMenu {
    position: absolute;
    right: 5px;
    top: 15px;
    display: none;
}

.menu .step_right {
    width: 140px !important;
    font-weight:bold;
    text-align:center;
    float: right;
    margin-right: 20px;
}

.step_right .pourcentage {
    font-size:20px;
}

.step_right .progress {
    height: 14px;
    margin-top: -6px;
    margin-bottom:0;
}
.menu .buttonMenu {
    position: absolute;
    right: 5px;
    top: 15px;
    display: none!important;
}

/* RIGHT MENU */

.right-menu {
    margin-top:5px;
    border-radius:3px;
    z-index: 50;
    position: relative;
}

.right-menu .menu_item {
    min-height:45px;
    line-height:50px;
    vertical-align:center;
    padding-left:15px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    border-bottom:1px solid;
}

.right-menu .menu_item[rel=book_auto] {
    border:none !important;
}

.right-menu a:hover {
    text-decoration:none !important;
}

.right-menu .icon-right {
    background:url('../../img/epitech/icons-right.png');
    height:14px;
    width:15px;
    margin-right:5px;
}

.right-menu .icon-right.icon-home {
    background-position:0 0;
}

.right-menu .icon-right.icon-link {
    background-position:0 -14px;
}

.right-menu .icon-right.icon-mail {
    background-position:0 -28px;
}

.right-menu .icon-right.icon-user {
    background-position:0 -42px;
}

.right-menu .icon-right.icon-star {
    background-position:0 -56px;
}

.tooltip_right {
    display: none;
    position: absolute;
    margin-top: -52px;
    margin-left: -350px;
    width: 350px;
    z-index: 999;
}

.tooltip_right hr {
    border-top: 1px solid;
    margin: 5px;
}

.menu .stepsSelect {
    margin-left: 65px;
    margin-top: 15px;
    display: none;
}
/* CONTENT */ 
.row-fluid {
    position:relative;
}

.main-content {
    min-height: calc(100% - 195px);
    min-height: -moz-calc(100% - 195px);
    min-height: -o-calc(100% - 195px);
    position: relative !important;
    padding: 0;
}

.slimpay-form-error {
    color: red;
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
}



/* FOOTER */


.footer .container-fluid {
    height: 100%;
    padding: 0;
    background-repeat: repeat-x;
    font-family: arial;
    text-align: center;
    font-size: 11px;
}

div.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 15px 0 0 0;
    min-height: 65px;
    z-index: 79;
}

.footer .container-fluid {
    height: 100%;
    padding: 0;
    font-family: arial;
    text-align: center;
    font-size: 11px;
}

.footer p {
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
}






/* ====== MAIN COMPONENTS ====== */

html {
    height: 100%;
    padding: 0 !important;
}

body {
    line-height: 16px;
    padding: 0px !important;
    position: relative;
    min-height: 100% !important;
    margin: auto;
    line-height: 16px;
    background-color: #F9F6EC;
}

label
{
    cursor: pointer;
    line-height: 25px;
}
input[type=radio]{
    cursor: pointer;

}
input[type=text],
select {
    border-radius: 0 0 0 0;
    box-shadow: none;
}

h3 {
    font-family: "MyriadProCondensed";
    color: #7ba201;
    font-size: 20px;
    font-weight: normal;
}

h3 .icheckbox_square-green {
    margin-top: 11px;
}

.btn, .button {
    padding: 0px 5px 0px 5px!important;
    display: inline-block !important;
    border: none !important;
    color: white !important;
    height: 26px !important;
    line-height: 24px !important;
    font-size: 13px !important;
    cursor: pointer !important;
    border-radius:0 !important;
    text-shadow:none !important;
    min-height:1px !important;
/*    background:none !important;*/

}
.button:hover {
    text-decoration:none;
}

.clear {
    line-height: 0;
    clear: both;
}

.infobox h4 {
    font-size: 12px;
}

.content .form ul {
    list-style-image: url("../../img/epitech/square.png");
    padding-left: 13px;
    text-align: justify;
}
.errorbox, #authMessage
{
    border-radius: 5px;
    border: 1px solid;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
}

.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:80;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

#flashMessage.top-errorbox
{
    border-radius: 5px;
    border: 1px solid;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
    width:100%;
    position:relative;
    bottom: 10px;
}

#authMessage
{
    z-index: 9999;
    position: absolute;
    width: 700px;
    text-align: center;
}

.errorbox ul {
    padding-left:30px;
}

.warningbox
{
    border-radius: 5px;
    background-color: #fff9d7;
    border: 1px solid;
    color: #333333;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
}

a
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

label.special-label
{
    font-family: "MyriadProCondensed", Arial;
    font-size: 22px;
}

.submit-border.red:hover {
    text-decoration: none;
}

.submit-border
{
    padding: 5px;
    border: none;
}

.submit
{
    width:auto;
    padding: 5px;
    border: none;
    font-family: arial;
    font-size: 14px;
}
.submit:hover
{
    cursor: pointer;
}

.submit.cancel
{
    border: 1px solid;
}

.registrations {
    margin:10px;
}

a.submit {
    margin-top:10px;
    margin-bottom:10px;
}

a.submit:hover{
    text-decoration:none;
}
.recap td.left .left_content {
    z-index: 2;
    position: relative;
    display: block;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    width: max-content;
    background-color: #f9f6ec;
    padding-right: 5px;
}
.under {
    z-index: 1;
    border-bottom: 1px solid #aeaca7;
    height: 0;
    margin-top: -4px;
    position: relative;
    width: 100%;
}
.loading {
    background: url("../../img/epitech/loading.gif") no-repeat;
    display: none;
    padding-left: 20px;
}

.recap {
    margin-top: 15px;
    margin-bottom: 15px;
}

.recap h3 .modif_recap {
    float: right;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
}

.recap .modif_form {
    padding: 10px;
    font-size: 13px;
}

.box .error h2 {
    font-family: "MyriadProCondensed", Arial;
    font-size: 25px;
    border-top: solid thin;
    border-bottom: solid thin;
    margin: 10px 0 10px 0;
}

.errorbox .error h2 {
    font-family: "MyriadProCondensed", Arial;
    font-size: 25px;
    border-top: solid thin;
    border-bottom: solid thin;
    margin: 10px 0 10px 0;
}

.box .error p {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}

.box .info {
    background-color: #ffffff;
    padding: 15px;
    border: solid 1px #0d77bc;
    background-image: url('../../img/epitech/info.png');
    background-position: 15px 15px;
    background-repeat: no-repeat;
}

.box .info h2 {
    color: #0d77bc;
    font-family: "MyriadProCondensed", Arial;
    font-size: 25px;
    border-top: solid thin;
    border-bottom: solid thin;
    margin: 10px 0 10px 75px;
    }

.box .info p {
	color: #0d77bc;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	margin: 0 0 0 75px;
}

.box .confirm {
	background-color: #0d77bc;
        width:100%;
	word-wrap: break-word;
	padding: 15px;
}

.box .confirm p {
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}

.box .confirm input {
	width: 98%;
	width: -moz-available;
	padding: 5px;
}

.box .confirm h3 {
}

.box .confirm .submit {
    width:auto;
    font-weight: bold;
    position: relative;
    left: 10px;
    padding: 5px;
    border: none;
    font-family: arial;
    font-size: 14px;
}

.box .confirm h2 {
	font-family: "MyriadProCondensed", Arial;
	font-size: 25px;
	border-top: solid thin;
	border-bottom: solid thin;
	margin: 10px 0 10px 0;
}

.box .confirm label {
    padding-bottom: 15px;
}

.infobox {
    border-radius: 0px;
    padding-top: 15px;
    font-size: 12px;
    padding-left:20px;
    padding-right:20px;
    margin-bottom: 15px;
    font-weight: bold;
}

.infobox.infoMeeting {
    padding-left: 0;
    padding-right: 0;
}

.warningbox {
    border-radius: 5px;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
}

.box .confirm {
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    padding: 15px 45px 15px 15px;
}

.box .confirm h2 {
    font-family: "MyriadProCondensed", Arial;
    font-size: 25px;
    border-top: solid thin;
    border-bottom: solid thin;
    margin: 10px 0 10px 0;
}

.box .confirm h3 {
}

.box .confirm p {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}

td.left {
    width: 50%;
}

td.right {
    font-size: 12px;
    padding-left: 5px;
}

.choice {
}


.main-content h1 {
    text-align:center;
    margin: 0;
    margin-top:10px;
    margin-bottom:10px;
    padding: 10px 0;
    width: 100%;
}

.registration.form {
    margin-left:10px;
}



#flashMessage.message {
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
    text-align:center;
    text-shadow: none;
    border-radius: 0px 0px 5px 5px;
}
#flashMessage.message.flashSuccess {
}

th {
    background-color: #999999;
    font-size:18px;
    color:#FFF;
}

th a, th a:hover {
    color:#FFF;
}

.step a:hover {
    text-decoration: none;
}

table {
    width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h3 label {
    font-size: 19px;
}

.end-btn a{
    margin-bottom: 5px;
}

.warningbox {
    padding-right: 25px;
}

.detail_pourcentage ul {
    padding-top: 15px;
    list-style: none;
}

#PictView {
    text-align: center;
}

#PictView img {
    margin-bottom: 5px;
}

.dragNdrop {
    text-align: center;
    height: 50px;
    width: 100%;
    border: #dddddd 5px dashed;
}


@media (max-width: 1080px) and (min-width: 768px) {
   .arrow-top {
       display: none;
   }

   .menu_item[rel=change_email], .menu_item[rel=case_ref] {
       font-size: 11px;
   }
}

@media (max-width: 979px) and (min-width: 768px) {
    .tooltips {
	width: 74.30939226519337%;
    }
}
@media (max-width:767px) {
    .header-link {
	float:left !important;
	width: 49% !important;
        display: inline-block !important;
	margin-left: 0.5% !important;
    }
    .menu .stepsMenu, .menu .statusMenu  {
	display: none;
    }
    .menu .stepsSelect {
	display: inline;
    }
    .arrow-top a {
	top: 3px;
    }
    .header-container .header-logo {
	margin-top:0;
        text-align:center;
    }
    .step_right {
	position: absolute;
        width: 20%;
        right: 50px;
        top: 7px;
    }
    .menu .buttonMenu {
	display:block !important;
    }
    .right-menu {
	position:absolute;
        top:-6px;
	height:0;
        min-height:1px !important;
        overflow:hidden;
    }
    .arrow-top {
	position: absolute;
        z-index: 999;
    }
}
@media (max-width:500px) {
    .step_right {
	display:none !important;
    }
}
