/* Basic */
.traitement_imp {
width: 98%;
height: 94%;
float: center; 
left:15px;
right:20px;
top: 40px;
bottom:100px;
position:absolute;

}

.browserupgrade {
  margin: 0;
  padding: .5em 1em;
  background-color: #666;
  text-align: center;
}

/* Header */
.navbar-toggle:hover,
.navbar-toggle:focus {
  border-color: #fff;
}

.navbar-toggle .icon-bar {
  background-color: #666;
}

.docs-jumbotron {
  background-color: #ca0000;
  color: #fff;
}

.docs-jumbotron .version {
  font-size: 14px;
  color: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.img-preview {
  background-color: ca0000;
  width: 100%;
  height: 80%;
  text-align: center;
  margin-right: 0px;
}

.img-container {
width: 100%;
height: 100%;
border: 0px solid yellow;
}

@media (min-width: 468px) {
  .img-container {
    min-height: 116px;
  }
}

.col-md-9 {
left: 1px;
top:3px;
height: auto;
border: 0px solid green;
position:absolute;
bottom:100px;
width: 100%;
}
.col-md-8 {
position:absolute;
left: 5px;
bottom:5px;
    width: 60%;
	height: auto;
   margin-left: -10px;
   border: 0px solid green;
    float: left;
}
.col-md-4 {
 margin-right: 5px;
 margin-top: 0px; 
 width: 100%;
 float: center;
border: 0px solid red;
}
.col-md-3 {
position:absolute;
right: 5px;
bottom: 10px;
 width: 40%;
 float: right;
border: 0px solid #ca0000;

}
.docs-preview {
 float: center;
 width: 100%;
  margin-left: 40%;
}
.img-preview {
  float: center;
  margin-right: 0px;
  right: 0px;
  margin-right: 50%;
  padding-bottom: 0px;
  overflow: hidden;
  border: 0px solid #ca0000;
}
.img-preview > img {
  max-width: 100%;
}
.preview-lg {
  min-width: 160px;
  max-width: 840px;
  min-height: 655px;
  max-height: 900px;
  float: center;
  margin-left: 90px;
}
.docs-data > .input-group {
  margin-bottom: 10px;
}
.docs-data > .input-group > label {
  min-width: 80px;
}
.docs-data > .input-group > span {
  min-width: 50px;
}
.docs-buttons > .btn,
.docs-buttons > .btn-group,
.docs-buttons > .form-control {
right: 5px;
bottom: 10px;
}
.docs-toggles > .btn,
.docs-toggles > .btn-group,
.docs-toggles > .dropdown {
right: 5px;
bottom: 10px;
}
.docs-tooltip {
  display: block;
  margin: -6px -12px;
  padding: 6px 12px;
}
.docs-tooltip > .icon {
  margin: 0 -3px;
  vertical-align: top;
}
.tooltip-inner {
  white-space: normal;
}
.btn-upload .tooltip-inner {
  white-space: nowrap;
}
@media (max-width: 400px) {
  .btn-group-crop {
    margin-right: -15px!important;
  }
  .btn-group-crop > .btn {
    padding-left: 5px;
    padding-right: 5px;
  }
  .btn-group-crop .docs-tooltip {
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.docs-options .dropdown-menu {
  width: 100%;
}

.docs-options .dropdown-menu > li {
  padding: 3px 20px;
}

.docs-options .dropdown-menu > li:hover {
  background-color: #ca0000;
}

.docs-options .dropdown-menu > li > label {
  display: block;
}

.docs-cropped .modal-body {
  text-align: center;
  background-color: #fff;
  
}
.docs-cropped .modal-header {
  background-color: #666;

}
.docs-cropped .modal-header button{
 float: right;
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

}
.docs-cropped .modal-footer {
  background-color: #666;

}
.docs-cropped .modal-body > img,
.docs-cropped .modal-body > canvas {
  max-width: 100%;
}
/* Footer */
.docs-footer {
  overflow: hidden;
}