html{
    height: 101%;
}

body {
}

label{
    width: 100%;
    vertical-align: top;
}
.form-control{
    display: inline;
}

#save-button>button{
    float: right !important;
}

.bootstrap-date, .bootstrap-time{
    width: 35%;
    display: inline;
}

.container-fluid{
}

.nav > li {
    border-right: solid 1px #E4E4E4;
}
textarea.form-control {
    min-height: 60px;
}
.btn{
    font-size: 1em;
}

#content-bd .btn{
    float: right;
}

#content-bd .btn-right{
    float: right;
}

#content-bd .btn-box-oben{
    margin-left: 70%;
    width: 30%;
}
#page{
    border: medium none;
    top: 0;
    margin: 0 auto;
    width: 100%;
}

.page-subtitle{
    width: 70%;
    float: left;
}

#page-title button{
    width: 18%;
    float: right;
    font-size: 13px;
}

/***************header-start***************/
#header{
    border: medium none;
    height: 120px;
    padding: 10px 10px;
    top: 0;
    position: relative;
    margin: 0 auto;
    padding: 15px;
    width: 100%;
}

#logo{
    float: left;
    width: 25%;
    height: 100%;
    margin-right: 15px;
}

#logo img{
    width: 100%;
    height: 100%;
}
#page-title{
    float: left;
    font-size: 27px;
    width: 73%;
}

#logout-box{
    float: left;
    width: 13%;
}
/***************header-end***************/

#main{
    border: medium none;
    padding: 10px 10px;
    top: 0;
    position: relative;
    margin: 0 auto;
    padding: 15px;
    width: 100%;
}


/***************content-start***************/
#content{
    margin: 0 auto;
    width: 100%;
}

#content-hd, #content-bd{
}

#content-hd{
    padding: 10px 20px;
    color: white;
    font-weight: bold;
}

.extern_registration{
    background-color: #570000;
}

.border-extern_registration{
    border: 1px solid #570000;
}

.trainer, .contacttype{
    background-color: #35AA47;
}

.border-trainer, .border-contacttype{
    border: 1px solid #35AA47;
}

.client{
    background-color: #0000ff;
}

.border-client{
    border: 1px solid #0000ff;
}

.appointmentregistration{
    background-color: #FF631F;
}

.border-appointmentregistration{
    border: 1px solid #FF631F;
}


#content-bd{
    padding: 10px;
}

#content-bd form{
}

/*** appointment ***/
.images .image{
    margin-left: 20%;
}

.images .image-item{
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}
/*** end appointment ***/
/***************content-end***************/


/*** datepicker ***/
.ui-widget-header .ui-icon {
}
.ui-icon, .ui-widget-content .ui-icon {
}
.ui-state-default .ui-icon {
    background-image: url("/assets/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url("/assets/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
    background-image: url("/assets/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
    background-image: url("/assets/images/ui-icons_228ef1_256x240.png");
}
/*** datepicker-end ***/
#footer{
    height: 40px;
    width: 100%;
}

form{
    font-size: 14px;
}

.form-control{
    font-size: 12px;
    height: 27px;
}

.form-group{
    margin-bottom: 7px;
}

fieldset{
}

legend{
    font-weight: bold;
}

fieldset ul{
    padding:0px;
}

fieldset li{
    list-style: none;
    margin-bottom: 10px;
}

.table{

}

.table-hd{
    width: 100%;
    min-height: 50px;
}

.table-bd{

}

.table-ft{
    height: 40px;
}

table thead{
    font-weight: normal;
}
table tbody{
    font-size: 11px;
}

h1.title {
    font-size: 45px;
    padding-bottom: 30px;
}
.sf-reset h2 {
    font-weight:   bold;
    color:         #FFFFFF;
    /* Font is duplicated of body (sans-serif) */
    font-family:      "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

    margin-bottom:    10px;
    background-color: #aacd4e;
    padding:          2px 4px;
    display:          inline-block;
    text-transform:   uppercase;

}
p {
    line-height:    20px;
    padding-bottom: 20px;
}
ul#demo-list a {
    background: url(/assets/images/blue-arrow.png) no-repeat right 6px;
    padding-right: 10px;
    margin-right:  30px;
}
#symfony-header {
    position: relative;
    padding: 30px 30px 20px 30px;
}
.sf-reset .symfony-blocks-welcome {
    overflow: hidden;
}
.sf-reset .symfony-blocks-welcome > div {
    background-color: whitesmoke;
    float:            left;
    width:            240px;
    margin-right:     14px;
    text-align:       center;
    padding:          26px 20px;
}
.sf-reset .symfony-blocks-welcome > div.block-demo {
    margin-right: 0;
}
.sf-reset .symfony-blocks-welcome .illustration {
    padding-bottom: 20px;
}
.sf-reset .symfony-blocks-help {
    overflow: hidden;
}
.sf-reset .symfony-blocks-help {
    margin-top: 30px;
    padding:    18px;
    border:     1px solid #E6E6E6;
}
.sf-reset .symfony-blocks-help > div {
    width:        254px;
    float:        left;
}
.flash-message {
    padding: 10px;
    margin: 5px;
    margin-top: 15px;
    background-color: #ffe;
}
.sf-reset .error {
    color: red;
}
#login label, #contact_form label {
    display: block;
    float: left;
    width: 90px;
}
.sf-reset ul#menu {
    float: right;
    margin-bottom: 20px;
    padding-left: 0;
}
.sf-reset #menu li {
    padding-left: 0;
    margin-right: 10px;
    display: inline;
}
.sf-reset a,
.sf-reset li a {
    color: #08C;
    text-decoration: none;
}
.sf-reset a:hover,
.sf-reset li a:hover {
    color: #08C;
    text-decoration: underline;
}
.sf-reset .symfony-content pre {
    white-space: pre;
    font-family: monospace;
}


#search{
    min-width: 1000px;
    height: 150px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

#search .form-group{
    width: 350px;
    float: left;
    clear: both;
}

#search .form-group label{
    width: 150px;
}

#search .form-group input{
    width: 200px;
}

#search button{
    float: left;
    width: 150px;
    margin-left: 180px;

}

.examregistration-course-choice{
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    font-size: 1.2em;
}


.table-column-border-show-all{
    border-right: 1px solid #dddddd;
}



.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

 .modal-content{
    top:270px;
}

.moyenne-semestre, .moyenne-annuelle{
    border-right: 2px solid #dddddd;
    border-left: 2px solid #dddddd;
    font-size: 1.1em;
}

tr.deliberation-row{
    height: 50px;
}


a.changeYearPerformance:hover, a.changeYearPerformanceDe:hover, a.changeDate:hover {
    cursor: pointer;
}

/* tablesort */
#crm_inlinebundle_extappregsearch_searchString{
    width: 150px;
    height: 17px;
}

#crm_inlinebundle_extappregsearch_submit{
    box-sizing: border-box;
    margin: 0;
    height: 2.1em;
    padding: 0 .6em;
    font-size: 1em;
    white-space: nowrap;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#search_extappregsearch{
    max-width: 1100px; margin: 20px auto; padding: 0 10px;
}

/* calendar */

body {
    margin: 0;
    padding: 0;
    font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
    font-size: 14px;
}

#script-warning {
    display: none;
    background: #eee;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: red;
}

#loading {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

#calendar {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 10px;
}

.ui-widget-header, .fc-event{
    background: #560000;
}

.label {
    width: 110px;
    display: inline-block;
}

.row {
    float: left;
    clear: both;
    font-size: 14px;
    margin-bottom: 5px;
}

.spacer{
    width: 100px;
    float: left;
    clear: both;
    height: 15px;
}

#eventInfo {
    line-height: 20px;
}

.fc-time{
    display : none;
}

.form-group {
    float: left;
    width: 100%;
}

.col-md-9>input, .col-md-9>textarea, .col-md-9>select{
    width: 100%;
}
input[type=checkbox] {
    width: 20px;
}
#content-bd .btn {
    float: left;
}
.col-md-3 {
    width: 25%;
}




