﻿/* Move down content because we have a fixed navbar that is 50px tall */
html {
    height:100%;
}

html, body {
    height: 100%;
}

body {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: small;
    height:100%;
}

/*body:before {
        content: "";
        position: fixed;
        height: 100%; width: 100%;
        background-image:url('/Content/Images/Fotolia_121629268_S.jpg');
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: -1; 
        -webkit-filter: blur(3px);
        opacity: 0.2;
    }*/

form {
    height:100%;
}

.RadGrid
{
   border-radius: 10px;
   overflow: hidden;
}

.CustomWell
{
   border-radius: 10px;
   background-color: #35434b;
   color:white;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 10px;
}

.HeaderButton{
    text-align: right;
    position: relative; 
    top: -15px;
    left: -13px;
}

.HeaderButtonPrg{    
    position: absolute; 
    top: 8px;
    right: 20px;
}

.btnImg{
    width:30px;
    height:30px;
}

.div_enlightened {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 4px;
    border-radius: 2px;
    border-left-color: #aa6708;
}

.btnImg:hover{
    -webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
	-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
	-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
	-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
	filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));

}

.btnImgPrg{
    width:30px;
    height:30px;
    text-align: right;
    position: relative; 
    top: -40px;
    right: 0px;
}

.boxIndicateur{
    padding:1px; 
    border-radius: 5px;
    border-width:1px; 
    border-style:solid;
    border-color:lightgray;
}

.boxIndicateur:hover{
    border-color:black;
}

.shadow {
    /*-webkit-box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.56);
    -moz-box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.56);
    box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.56);*/
}

.Dark{
    background: #3f3f4f;
    color:#ffffff;					
}

.Chalk {
    background: #282828 url('Images/bg_Chalk.jpg');
    color: #fff;	
}

div.RadGrid .rgRow td,
div.RadGrid .rgAltRow td
{
   padding: 4px;
}

.rightPanel{
    top:35px;
}

div.RadUpload .ruBrowse
{
    background-position: 0 -23px;
    width: 79px;
}
div.RadUpload_Default .ruFileWrap .ruButtonHover
{
    background-position: 100% -23px !important;
}  

.CartoucheCompteur{
    border-style:solid;
    border:solid;
    border-color:black;
    border-width:1px;
    border-radius: 5px 5px 5px 5px;
    padding:15px;
}

#slideout {
  position: fixed;
  top: 160px;
  right: 0px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#slideout_inner {
  position: fixed;
  top: 160px;
  right: -450px;
  z-index:10000;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/*#slideout:hover {
  right: 450px;
}

#slideout:hover #slideout_inner {
  right: 0;
}*/

.param_button {
    border:solid;
    border-width:1px;
    background-color:orange;
    color:white;
    font-weight:700;
    margin:0px;
    padding:10px;
    border-radius: 15px 0px 0px 15px
}