h3.module-title .color {
    color: rgb(175, 61, 7);
}

.horaires{

    box-shadow: 0 0 2px rgba(197, 36, 14, 0.14);
    border-radius: 4px;   
}
.horaires .even, tr.even{
    background: #FCFCFC;
    padding: 1px 10px;
}

.horaires .odd, tr.odd{
    background: #f7f7f7;
    padding: 1px 10px;
}

.horaires .nomsalat{
    width: 80px;
    float:left;
    font-weight: bold;
}
.encours{
    margin: 0 -13px;
    padding: 2px 22px !important; 
    background: #c01f27 !important;
    box-shadow: 0px 2px 4px #888;
    border-bottom: 1px solid rgba(136, 136, 136, 0.16);
        color: #fff !important;
}

.encours:before{ 
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    /* top: 10px; */
    left: 3px;
    content: "";
    border-bottom: 13px solid transparent;
    border-right: 13px solid rgb(0, 80, 116);
    margin-top: 27px;
}

.encours:after {
    display: block;
    /* width: 10px; */
    height: 0px;
    position: absolute;
    /* bottom: -10px; */
    right: 3px;
    content: "";
    border-bottom: 13px solid transparent;
    border-left: 13px solid rgb(0, 80, 116);
    margin-top: 3px;
}

div.presentation{
    margin-bottom: 8px;
    font-size: 12px;
}

.espacetop{
    margin-top: 8px;
}

div.angleinput{
    float:left;
    width: 30px;
    text-align: center;
    font-size: 11px;
    font-weight: normal;
}
div.blocangle{
    float:left;
    width: 120px;
    margin: 5px auto;
    font-weight: bold;
    text-align: center;
    font-size: 11px;
}
.infoplus{
    float: right;
}
.infoplus span{
    font-size: 11px;
    font-style: italic;
   text-align:right;
}

.biginput{
    width: 80%;
    height: 30px;
    border-radius: 4px;
    padding: 5px 5px !important;
    font-size: 18px;
}

.margin15{
    margin: 15px;
    text-align:center;
    font-weight: bold;
}


.css-loading{
    display: none;
    background-image: url('loading.gif');
    background-repeat: no-repeat;
    background-size: 32px 32px;
    width: 32px;
height: 32px;
margin: 10px auto;
}

#affichehoraires th{
    
    font-weight: bold;
    color: #a91b22;
    text-align: center;
    font-size: 13px;
    
}
#affichehoraires th:nth-child(1) {
   /* width: 25%;*/
}
#affichehoraires th:nth-child(n+2) {
    width: 60px;
}
#affichehoraires td:nth-child(1) {
   /*background: rgba(255, 228, 228, 0.31);*/
}

#affichehoraires td{
    
    font-weight: normal;
    color: #000;
    text-align: center;
    font-size: 12px;
    
}
.datear,.datefr{
    
    width: 50%;
    float:left;
    
    
}

#printheading,#coranverset {
    display: none;
}

.datefr{
    text-align:left !important;
}
.dropdown{
    
    float: right !important;
    margin: 0;
    padding: 0;
    display: inline-block;
          
}
  .dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
        .dropdown dd { position:relative; top: -29px;left: 5px; }     
        .dropdown dt { display:block;     }
        .dropdown dt a {width: 96px;}
        .dropdown dt a span {cursor:pointer; display:block; }
        .dropdown dd ul { display:none; left:0px; padding:5px 0px; position:absolute; top:2px; width:auto; min-width:170px; list-style:none;}
        .dropdown span.value { display:none;}
        .dropdown dd ul li a { padding:5px; display:block; background: #bc2e27 ; width: 128px; color: #FFF;width: 128px !important;}
        .dropdown dd ul li a:hover {background: #d7362d;}

@media print {
#affichehoraires td{
padding: 2px 0px !important;
height: 22px!important;
line-height: 22px !important;
}

#imprimemoica,#moisprecedent,#moisencours, #moissuivant{
    display: none;
}

#printheading{
    display: block !important;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
}

#coranverset{
    display: block !important;
    text-align: center;
    margin-top: 10px;
}

}