html,
body {
  height: 100%;
  background-image: url("../imgs/rodcback.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5; }

.Flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.TextLabel {
  font-size: 10px;
  padding: 0px;
  color: #007bff; }

.ClientInfos p {
  margin: auto; }

#LoaderScreen {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.9); }
  #LoaderScreen .SvgLoader {
    width: 60px;
    height: 60px;
    background-image: url("../imgs/loader.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px; }
  #LoaderScreen p {
    margin-top: 20px;
    color: #fff;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 20px; }

#GetListForClientForm {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 380px;
  background-color: #fff;
  padding: 15px;
  margin-left: -190px;
  height: 420px;
  margin-top: -210px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.Container {
  margin: 10px auto;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 750px;
  max-width: 95vw;
  height: auto;
  background-color: #fff;
  padding: 5px; }
  .Container .Header {
    width: 100%;
    height: 65px;
    margin: 10px auto;
    background-image: url("../imgs/logo.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    clear: both; }
  .Container .Titles {
    padding-left: 0px;
    color: #007bff;
    font-size: 12px; }
  .Container .InterItem {
    margin: 10px; }

#Description {
  min-height: 200px;
  background-color: rgba(0, 123, 255, 0.1);
  white-space: pre-line !important;
  padding-top: 10px;
  padding-bottom: 10px; }

.GreyTextArea {
  width: 100%;
  min-height: 200px;
  white-space: pre-line !important;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(89, 89, 89, 0.1); }

.SmallTitles {
  color: #007bff;
  font-weight: bold; }

.PriceTable td, .PriceTable th {
  text-align: right; }

.PriceTable td {
  font-weight: bold; }

.Signature {
  margin: 20px auto;
  width: 350px;
  height: 250px;
  max-width: 90%;
  background-color: #fff;
  border: 1px solid #595959; }

#DrawPad {
  width: 100%;
  height: 200px;
  position: relative; }
  #DrawPad #SignaturePadCanvas, #DrawPad #SignaturePadCanvasInter {
    width: 320px;
    height: 200px;
    position: absolute;
    border: 1px solid #000; }

.Labels {
  padding-left: 10px;
  font-weight: bold; }

.Infos {
  padding-left: 10px; }
