@import "/static/bootstrap/dist/css/bootstrap-theme.min.css";

body{
    color:#704206;
}
header{
    border-bottom : 5px solid #ff9000;
    background-color: #ffbd1e;
    padding:25px 25px 0 25px;
}
header h1{
    color:white;
    text-align:center;
    font-weight: bold;
    font-size:50px;
    text-shadow: 0 3px 0 #ff9000;
}

.navbar{
    margin-bottom:0 !important;
    background-color: #ff9000;
    border-radius: 0 0 4px 4px;
    min-height: 25px !important;
}
.navbar a{
    color:#704206;
}
.navbar .navbar-brand{
    padding:4px;
    height: auto;
    margin-right: 15px;
}
.navbar-nav>li>a{
    padding:4px !important;
    margin-right: 15px;
}
.navbar-text{
    margin:0 !important;
}
.nav > li > a:focus, .nav > li > a:hover{
    background-color: #ffbd1e;
}
.container.horus{
    min-height: 350px;
}
footer{
    border-top : 5px solid #ff9000;
    background-color: #ffbd1e;
    padding:10px 25px 5px 25px;
}

footer img{
    vertical-align: middle;
    margin-top:auto;
    margin-bottom:auto;
}
footer p.version{
    line-height: 1em;
    padding:0;
    font-size:10px;
    text-align: center;
}

.form-inline .form-group{
    padding-top : 4px;
    padding-bottom: 4px;
}
.form-inline .control-label{
    margin-right: 10px;
    margin-left: 10px;
}
pre{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #704206;
}
label{
    padding-right: 10px;
}
.form-group.required .control-label:after {
  content:"*";
  color:red;
}
.preformatted{
    white-space: pre;
}

.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}

.verticaltext {
    transform: rotate(-90deg);
    transform-origin: right, top;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin:right, top;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin:right, top;

    color: #ed217c;
    white-space: nowrap;
}

.height_200{
    height: 200px;
    overflow: auto;
}

.calendar_day{
    height: 100px;
    border: 1px solid grey;
    vertical-align: top;
}
.calendar_day_inactive{
    background-color:#DDDDDD;
}
.calendar_day_today{
    background-color: #c0be5f;
}
.calendar_item{
    margin:2px;
    width: 145px;
    color:white !important;
}
.calendar_item_content{
    white-space: pre-wrap;
}
.calendar_item:hover{
    opacity: 0.7;
}
.calendar_item a{
    color:white;
}
.calendar_item a:hover{
    text-decoration: none;
    cursor:hand !important;
    color:lightgrey;
}

/*fullcalendar*/
#overlay, #qtip-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
}

    /* Applied to modals with show.modal.blur set to true */
    #qtip-overlay.blurs{ cursor: pointer; }

    /* Change opacity of overlay here */
    #qtip-overlay div{
        position: absolute;
        left: 0; top: 0;
        width: 100%; height: 100%;

        background-color: black;

        opacity: 0.3;
        filter:alpha(opacity=30);
        -moz-opacity:0.3;
        -khtml-opacity: 0.3;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    }

.qtip-wiki{
    max-width: 385px;
}

.qtip-wiki p{
    margin: 0 0 6px;
}

.qtip-wiki h1{
    font-size: 20px;
    line-height: 1.1;
    margin: 0 0 5px;
}

.qtip-wiki img{
    float: left;
    margin: 10px 10px 10px 0;
}

.qtip-wiki .info{
    overflow: hidden;
}

.qtip-wiki p.note{
    font-weight: 700;
}
.fc-day-grid-event.fc-event{
    border-width:1px 1px 1px 5px !important;
}
.fc-day-grid-event .fc-content{
    white-space: normal !important;
}
.fc-content hr{
    margin:2px 0;
}
.table th{
    background-color:#ff9000;
}
.table > tbody > tr:nth-of-type(2n+1) {
    background-color: #FFCC99;
}

a{
    color:#214f77;
}
.pastille{
    border-radius:50%;
    width:10px;
    height:10px;
    display: inline-block;
}

#id_duree{
    z-index:1;
}