@font-face {
  font-family: "Insignia";
  font-style: normal;
  font-weight: normal;
  src: local("Insignia"), url("Insignia.woff") format("woff");
}
html,
body {
  height: 100%;
}

:focus {
  outline-color: transparent;
  outline-style: none;
}

input:focus, textarea:focus {
  border-color: transparent !important;
  box-shadow: none !important;
}

body {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  background: #fcf9f4;
}
body.security {
  height: 100%;
  min-height: 800px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
body.security .content {
  padding: 75px 30px;
  background-image: url(/assets/img/fond.jpg);
  background-size: cover;
  min-height: 800px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

button {
  box-shadow: none !important;
}

.center {
  text-align: center;
}

img.center {
  margin-left: auto;
  margin-right: auto;
}

/*
*
* LOGIN
*/
.form-signin,
.form-register,
.form-reset {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  background: #fcf9f4;
  z-index: 3;
  border-radius: 5px;
}
.form-signin h1,
.form-register h1,
.form-reset h1 {
  text-align: center;
}
.form-signin .checkbox,
.form-register .checkbox,
.form-reset .checkbox {
  font-weight: 400;
}
.form-signin .form-control,
.form-register .form-control,
.form-reset .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus,
.form-register .form-control:focus,
.form-reset .form-control:focus {
  z-index: 2;
}
.form-signin input[type=text], .form-signin input[type=email],
.form-register input[type=text],
.form-register input[type=email],
.form-reset input[type=text],
.form-reset input[type=email] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type=password],
.form-register input[type=password],
.form-reset input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.hidden {
  display: none;
}

.gray {
  color: grey;
}

.orange {
  color: #ed8030;
}

.bg-orange {
  background-color: #ed8030;
  border-color: #ed8030;
  box-shadow: none;
}

/*
* TITLES
*/
.title-wrapper {
  text-align: center;
  margin-bottom: 10px;
}
.title-wrapper h1 {
  position: relative;
  font-family: "Roboto";
  color: #ed8030;
  padding: 0 50px;
  display: inline-block;
  margin: 50px auto;
  min-width: 500px;
  text-align: left;
  font-size: 1.8rem;
}
.title-wrapper h1 .start-title {
  text-transform: capitalize;
}
.title-wrapper h1 .middle-title {
  color: white;
  display: block;
  text-align: right;
}
.title-wrapper h1 .end-title {
  display: block;
  text-align: right;
}
.title-wrapper h1:before {
  content: "";
  background-image: url("/assets/img/guillemet-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 40px;
  position: absolute;
  left: 0;
  top: -30px;
}
.title-wrapper h1:after {
  content: "";
  background-image: url(/assets/img/guillemet-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 40px;
  position: absolute;
  right: -20px;
  bottom: -30px;
  transform: rotate(180deg);
}

/*
* TABLE
*/
.table thead tr th {
  text-transform: uppercase;
  padding: 20px;
  font-size: 14px;
}
.table thead tr th.sortable {
  cursor: pointer;
}
.table tbody tr:hover td {
  border-bottom: 1px solid #ed8030;
}
.table tbody tr td {
  padding: 20px;
  font-size: 14px;
  vertical-align: middle;
}
.table tbody tr td.actions i {
  margin: 0 5px;
  cursor: pointer;
  color: #ed8030;
}

/*
* PAGINATION
*/
.pagination-wrapper {
  text-align: center;
}
.pagination-wrapper pagination {
  margin: 20px auto;
  display: inline-block;
}

/*
* FORM
*/
.form-group label {
  font-size: 14px;
}
.form-group label:first-letter {
  text-transform: uppercase;
}

#documents {
  position: fixed;
  top: 0;
  right: 0;
  padding: 10px;
  background: white;
  height: 100%;
  z-index: 99999;
  box-shadow: 0 0 1px black;
  overflow-y: auto;
}

.main-container {
  padding: 0;
  margin: 0;
}

.content-inner {
  padding-top: 10px;
}

#header {
  position: fixed;
  height: 50px;
  z-index: 1051;
  background: #fcf9f4;
  width: 100%;
}
#header .navbar-brand {
  background-image: url("/assets/img/sofraco-espace-client-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 180px;
  height: 40px;
  margin-left: 20px;
  margin-top: 5px;
  display: inline-block;
}
#header ul.menu {
  display: inline-block;
  text-align: right;
  padding-right: 40px;
}
#header ul.menu li {
  display: inline-block;
  text-align: left;
  margin: 3px 10px;
}
#header ul.menu li i {
  cursor: pointer;
  font-size: 25px;
}
#header ul.menu li .dropdown-item i {
  font-size: 15px;
}

#comments {
  width: 350px;
  right: 0;
  top: 50px;
  bottom: 0;
  position: fixed;
  height: calc(100vh - 50px);
  box-shadow: 1px 0 0 #f0f0f2 inset;
  z-index: 2;
}

.content {
  padding: 50px 30px;
  background-image: url("/assets/img/fond.jpg");
  background-size: cover;
  min-height: 700px;
}
.content.with-comments {
  width: calc(100% - 350px);
}

.cab {
  margin-top: 50px;
}
.cab h5 {
  margin-bottom: 5px;
}
.cab div {
  font-size: 16px;
}
.cab div.tel {
  font-size: 20px;
  font-weight: 300;
}

.page-wrapper h2 {
  position: relative;
  font-family: "Insignia";
  color: white;
  text-align: left;
}
.page-wrapper .table-wrapper {
  background: #fcf9f4;
}

/*# sourceMappingURL=style.css.map */
