@font-face {
  font-family: 'DinRegular';
  src: url("../fonts/DINPro-Regular.eot");
  src: url("../fonts/DINPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-Regular.woff") format("woff"), url("../fonts/DINPro-Regular.ttf") format("truetype"), url("../fonts/DINPro-Regular.svg#DINPro-Regular") format("svg");
}
@font-face {
  font-family: 'DinBold';
  src: url("../fonts/DINPro-Bold.eot");
  src: url("../fonts/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-Bold.woff") format("woff"), url("../fonts/DINPro-Bold.ttf") format("truetype"), url("../fonts/DINPro-Bold.svg#DINPro-Bold") format("svg");
}
@font-face {
  font-family: 'DINCondBold';
  src: url("../fonts/DINCond-Bold.eot");
  src: url("../fonts/DINCond-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DINCond-Bold.woff") format("woff"), url("../fonts/DINCond-Bold.ttf") format("truetype"), url("../fonts/DINCond-Bold.svg#DINCond-Bold") format("svg");
}
/*html{
    margin: 0;
    padding: 0;
    border: 0;
    }
html,body{
    height: 100%;
    }
body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,nav,section{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    }
article,aside,details,figcaption,figure,dialog,footer,header,hgroup,menu,nav,section{
    display: block;
    }
body{
    line-height: 1.5;
    }
table{
    border-collapse: separate;
    border-spacing: 0;
    }
caption,th,td{
    text-align: left;
    font-weight: normal;
    }
table,th,td{
    vertical-align: middle;
    }
ul,ol,li{
    list-style: none;
    }
a img{
    border: none;
    }
input,textarea{
    vertical-align: middle;
    border: none;
    outline: none;
    }
a{
    text-decoration:none;
    }
:focus{
    outline:0;
    } */
/* line 1, ../sass/_screen.scss */
body {
  font-family: "Avenir";
  font-size: 18px;
  color: #96a7b6;
  background: white;
}

/* line 9, ../sass/_screen.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Catamaran", Helvetica, Arial, sans-serif;
  color: #3B3D59;
  font-weight: 700;
}

/* line 16, ../sass/_screen.scss */
h1, .h1 {
  font-size: 2.57em;
}

/* line 17, ../sass/_screen.scss */
h2, .h2 {
  font-size: 2.14em;
}

/* line 18, ../sass/_screen.scss */
h3, .h3 {
  font-size: 1.7142em;
}

/* line 19, ../sass/_screen.scss */
h4, .h4 {
  font-size: 1.33em;
}

/* line 20, ../sass/_screen.scss */
h5, .h5 {
  font-size: 1em;
}

/* line 21, ../sass/_screen.scss */
h6, .h6 {
  font-size: 1em;
}

/* line 22, ../sass/_screen.scss */
label {
  color: #3B3D59;
}

/* line 23, ../sass/_screen.scss */
a {
  text-decoration: none;
  color: black;
}
/* line 24, ../sass/_screen.scss */
a:hover {
  color: #3b96ff;
}

/* line 29, ../sass/_screen.scss */
li, ul {
  list-style: none;
}

/* line 31, ../sass/_screen.scss */
header {
  background: white;
}
/* line 35, ../sass/_screen.scss */
header .container:after {
  width: 100%;
  height: 1px;
  border-bottom: #cac7be solid 1px;
}

/* line 42, ../sass/_screen.scss */
h4 {
  margin-bottom: 0;
}

/* line 46, ../sass/_screen.scss */
header.purple {
  background: #3b3d59;
}
/* line 49, ../sass/_screen.scss */
header.purple .secondary-nav .nav > li > a {
  color: #223756;
}

/* line 55, ../sass/_screen.scss */
.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent;
}

/* line 60, ../sass/_screen.scss */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 65, ../sass/_screen.scss */
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 71, ../sass/_screen.scss */
.row.little-gutter > [class^="col-"],
.row.little-gutter > [class*=" col-"] {
  padding-right: 5px;
  padding-left: 0px;
}

/* line 77, ../sass/_screen.scss */
.row.little-gutter > [class^="col-"]:first-child,
.row.little-gutter > [class*=" col-"]:first-child {
  padding-right: 5px;
  padding-left: 15px;
}

/* line 83, ../sass/_screen.scss */
.list-group {
  padding-bottom: 20px;
  position: relative;
  left: -5px;
}

/* line 89, ../sass/_screen.scss */
.list-group-item {
  border: none;
  padding-left: 0px;
  padding-bottom: 0;
  padding-right: 0px;
  /*width:100%;*/
  line-height: auto;
  background: none;
  padding-top: 0;
}

/* line 99, ../sass/_screen.scss */
.button-wrapper {
  background: white;
}

/* line 103, ../sass/_screen.scss */
.list-group-item .button-wrapper {
  text-align: center;
  border: #cac7be 1px solid;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  height: 120px;
  margin: 5px;
  position: relative;
  /*.beginning,.end{
      margin-bottom:2px;
  }*/
}
/* line 112, ../sass/_screen.scss */
.list-group-item .button-wrapper a {
  height: 100%;
  display: block;
}
/* line 116, ../sass/_screen.scss */
.list-group-item .button-wrapper .img-responsive {
  background: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0;
}
/* line 120, ../sass/_screen.scss */
.list-group-item .button-wrapper .letter-icon.alert.alert-info {
  background: #8184ac;
  color: #3b3d59;
}
/* line 124, ../sass/_screen.scss */
.list-group-item .button-wrapper .letter-icon {
  font-size: 1em;
  display: inline-block;
  padding: 8px 15px;
  width: 100%;
  border-radius: 0;
  margin: 0;
  border: none;
}
/* line 135, ../sass/_screen.scss */
.list-group-item .button-wrapper:hover {
  background: #C7168C;
}
/* line 137, ../sass/_screen.scss */
.list-group-item .button-wrapper:hover a {
  text-decoration: none;
}
/* line 138, ../sass/_screen.scss */
.list-group-item .button-wrapper:hover .img-responsive {
  /*background:#F8F8F8;*/
  background: white;
}
/* line 141, ../sass/_screen.scss */
.list-group-item .button-wrapper:hover .title-big-button, .list-group-item .button-wrapper:hover .beginning, .list-group-item .button-wrapper:hover .end, .list-group-item .button-wrapper:hover .time {
  color: white;
}
/* line 146, ../sass/_screen.scss */
.list-group-item .button-wrapper .beginning, .list-group-item .button-wrapper .end, .list-group-item .button-wrapper .time {
  padding-right: 5px;
  padding-left: 5px;
  display: block;
}
/* line 150, ../sass/_screen.scss */
.list-group-item .button-wrapper .beginning b, .list-group-item .button-wrapper .end b, .list-group-item .button-wrapper .time b {
  display: inline-block;
}
/* line 158, ../sass/_screen.scss */
.list-group-item .button-wrapper h2.title-big-button {
  font-size: 1.1em;
  font-family: "Avenir";
  text-transform: none;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #333;
  padding-right: 10px;
  padding-left: 10px;
}

/* line 178, ../sass/_screen.scss */
.brand {
  position: relative;
  padding-top: 0px;
  padding-bottom: 2px;
}
/* line 182, ../sass/_screen.scss */
.brand .title {
  text-transform: uppercase;
  color: #C7168C;
  font-size: 1.2em;
  display: inline-block;
  margin-left: 10px;
  font-family: "Avenir";
}
/* line 191, ../sass/_screen.scss */
.brand #logo {
  display: inline-block;
}
/* line 193, ../sass/_screen.scss */
.brand #logo img {
  height: 55px;
  width: auto;
  margin-top: 5px;
}
/* line 201, ../sass/_screen.scss */
.brand .logo-second {
  height: 45px;
  width: auto;
  margin-left: 5px;
  margin-top: 3px;
  display: inline-block;
}

/* line 211, ../sass/_screen.scss */
.navbar-default.primary-nav.navbar {
  padding: 5px 0;
  min-height: 30px;
  border-left: none;
  border-right: none;
  border-radius: 0;
  background: #313443;
}
/* line 218, ../sass/_screen.scss */
.navbar-default.primary-nav.navbar .nav {
  position: relative;
  left: -15px;
}
/* line 222, ../sass/_screen.scss */
.navbar-default.primary-nav.navbar .nav > li > a {
  color: #fff;
  font-size: 1.1em;
  padding: 9px 10px;
  margin-right: 10px;
}

/* line 240, ../sass/_screen.scss */
.secondary-nav {
  margin-top: 9px;
  font-size: .85em;
}
/* line 243, ../sass/_screen.scss */
.secondary-nav .nav {
  margin-right: 10px;
}
/* line 244, ../sass/_screen.scss */
.secondary-nav .nav > li > a {
  padding: 5px;
  margin-left: 10px;
  color: #223756;
  font-size: 1.3em;
}
/* line 250, ../sass/_screen.scss */
.secondary-nav .nav > li > a:hover {
  color: white;
}
/* line 255, ../sass/_screen.scss */
.secondary-nav .logout a {
  padding: 5px 10px !important;
  margin-right: 15px;
}

/* line 263, ../sass/_screen.scss */
.home-text {
  margin-bottom: 20px;
}

/* line 266, ../sass/_screen.scss */
.form-wrapper {
  padding-top: 10px;
  clear: both;
}

/* line 272, ../sass/_screen.scss */
#search .form-radio {
  width: 170px;
  margin-left: 10px;
}
/* line 275, ../sass/_screen.scss */
#search .form-radio label {
  position: relative;
  top: 12px;
}
/* line 278, ../sass/_screen.scss */
#search .form-radio .radio {
  width: 65px;
  position: relative;
  left: 20px;
  top: -8px;
}
/* line 281, ../sass/_screen.scss */
#search .form-radio .radio label {
  color: #96a7b6;
  top: 0px;
}

/* line 288, ../sass/_screen.scss */
#main {
  margin-top: -30px;
}

/* line 290, ../sass/_screen.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fff !important;
  background-color: #4f5278;
}

/* line 294, ../sass/_screen.scss */
.btn-danger {
  color: #ffffff;
  background-color: #DE6060;
  border-color: #DE6060;
}
/* line 298, ../sass/_screen.scss */
.btn-danger:hover {
  background-color: #DE6060;
  border-color: #DE6060;
}

/* line 303, ../sass/_screen.scss */
.navbar-nav > li > a.btn-danger, .user-nav .nav > li > a.btn-danger {
  color: #DE6060;
  background-color: transparent;
  border-color: #DE6060;
}
/* line 307, ../sass/_screen.scss */
.navbar-nav > li > a.btn-danger:hover, .user-nav .nav > li > a.btn-danger:hover {
  background-color: #DE6060;
  border-color: #DE6060;
  color: #fff !important;
}

/* line 314, ../sass/_screen.scss */
.btn-primary {
  color: #ffffff;
  background-color: #C7168C;
  border-color: #C7168C;
}
/* line 319, ../sass/_screen.scss */
.btn-primary:hover {
  background-color: #33cc99;
  border-color: #33cc99;
  color: #ffffff !important;
}

/* line 325, ../sass/_screen.scss */
.btn-secondary {
  color: #ffffff;
  background-color: #223756;
  border-color: #223756;
}
/* line 330, ../sass/_screen.scss */
.btn-secondary:hover {
  background-color: #33cc99;
  border-color: #33cc99;
}

/* line 335, ../sass/_screen.scss */
.btn {
  border-radius: 20px;
  font-size: .9em;
}

/* line 339, ../sass/_screen.scss */
a:hover {
  color: #3b96ff !important;
}

/* line 346, ../sass/_screen.scss */
.check-icon {
  position: relative;
  padding-right: 25px;
}

/* line 351, ../sass/_screen.scss */
.check-icon.fa-square-o::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: -17px;
  z-index: 3;
  margin-top: 1px;
  margin-right: 115px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

/* line 371, ../sass/_screen.scss */
.check-icon.fa-check-square-o::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  z-index: 3;
  left: 0;
  top: -17px;
  margin-top: 1px;
  margin-right: 15px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
/* line 387, ../sass/_screen.scss */
.check-icon.fa-check-square-o::after {
  display: inline-block;
  left: 2px;
  top: 4px;
  z-index: 4;
  position: absolute;
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: .8em;
  color: #333;
}

/* line 401, ../sass/_screen.scss */
.panel {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
/* line 410, ../sass/_screen.scss */
.panel ul.nav-pills {
  margin-bottom: 10px;
}
/* line 415, ../sass/_screen.scss */
.panel .nav-pills > li > a {
  color: #96a7b6;
}
/* line 418, ../sass/_screen.scss */
.panel .nav-pills > li.active > a, .panel .nav-pills > li.active > a:hover, .panel .nav-pills > li.active > a:focus {
  background: #223756;
  color: #fff;
}
/* line 422, ../sass/_screen.scss */
.panel .panel-body {
  background-color: white;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px #ddd solid;
  padding: 30px;
}
/* line 428, ../sass/_screen.scss */
.panel h3.panel-title {
  color: #3B3D59;
  font-size: 1.2em;
  padding-bottom: 3px;
  padding-left: 0;
  margin-left: 0;
}
/* line 436, ../sass/_screen.scss */
.panel .panel-heading {
  background-color: transparent;
  border: none;
  position: relative;
  padding-left: 0;
}
/* line 441, ../sass/_screen.scss */
.panel .panel-heading .btn-primary {
  margin-left: 10px;
  position: absolute;
  top: 2px;
  right: 0;
}
/* line 448, ../sass/_screen.scss */
.panel h3.panel-title .search-item {
  font-family: "Avenir";
  text-transform: none;
  font-size: .9em;
  font-weight: 400;
}

/* line 460, ../sass/_screen.scss */
#search-panel.panel form label {
  display: block;
  font-weight: normal;
}
/* line 461, ../sass/_screen.scss */
#search-panel.panel form .form-control#key {
  width: 90px;
}
/* line 464, ../sass/_screen.scss */
#search-panel.panel form #submit {
  margin-top: 28px;
}

/* line 470, ../sass/_screen.scss */
.patient_detail.affix {
  top: 0;
  width: 100%;
  z-index: 10;
}

/* line 473, ../sass/_screen.scss */
.bilan {
  margin-left: 30px;
  margin-top: 5px;
}
/* line 476, ../sass/_screen.scss */
.bilan:before {
  content: "";
  display: block;
  border-left: #3b96ff dotted 1px;
  height: 25px;
  width: 1px;
  position: absolute;
  left: 15px;
  top: -10px;
}
/* line 486, ../sass/_screen.scss */
.bilan:after {
  content: "";
  display: block;
  border-top: #3b96ff dotted 1px;
  height: 1px;
  width: 15px;
  position: absolute;
  left: 15px;
  top: 15px;
}
/* line 496, ../sass/_screen.scss */
.bilan .number {
  font-size: .9em;
}

/* line 503, ../sass/_screen.scss */
.menu-patient, .menu-dossier {
  position: absolute;
  top: 3px;
  right: -15px;
}
/* line 507, ../sass/_screen.scss */
.menu-patient .btn-default, .menu-dossier .btn-default {
  background: #087bff;
  border: none;
  color: white;
  margin-left: 3px;
}
/* line 516, ../sass/_screen.scss */
.menu-patient .btn-default:hover, .menu-dossier .btn-default:hover {
  background: #33cc99;
}

/* line 522, ../sass/_screen.scss */
.menu-dossier {
  top: 3px;
  right: 5px;
}
/* line 525, ../sass/_screen.scss */
.menu-dossier .btn-default {
  background: #087bff;
}

/* line 529, ../sass/_screen.scss */
.bilan_detail {
  padding-top: 0px;
  padding-bottom: 20px;
  position: relative;
  color: #3b96ff;
  /*   &:before{
         content:'';
         border-top:1px white dotted;
         width:calc( 100% - 90px );
         height:1px;
         display:block;
         position:absolute;
         left:45px;
         top:-3px;
     }*/
}
/* line 547, ../sass/_screen.scss */
.bilan_detail .container .row {
  border-top: 1px white dotted;
  padding-top: 10px;
  padding-left: -15px;
  padding-right: -15px;
}
/* line 554, ../sass/_screen.scss */
.bilan_detail .number {
  margin-left: 20px;
}
/* line 557, ../sass/_screen.scss */
.bilan_detail .bilan_container {
  background: transparent;
  border: 1px solid #3b96ff;
  padding: 20px;
}

/* line 563, ../sass/_screen.scss */
.patient_detail {
  padding-bottom: 10px;
  /*.btn-search{
      position:absolute;
      right:0;
      top:-5px;
  }*/
}
/* line 571, ../sass/_screen.scss */
.patient_detail span {
  margin-right: 5px;
}
/* line 574, ../sass/_screen.scss */
.patient_detail .patient_container {
  position: relative;
  color: white;
  background: #3b96ff;
  padding: 20px;
  padding-top: 10px;
}
/* line 586, ../sass/_screen.scss */
.patient_detail h1, .patient_detail h2, .patient_detail h3, .patient_detail h4, .patient_detail h5, .patient_detail h6 {
  text-transform: none;
  color: white;
  font-family: "Avenir";
  font-weight: 400;
}
/* line 592, ../sass/_screen.scss */
.patient_detail h3 {
  font-size: 1em;
  margin-top: 15px;
}
/* line 596, ../sass/_screen.scss */
.patient_detail h4 {
  font-size: 1.1em;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
/* line 601, ../sass/_screen.scss */
.patient_detail h5 {
  margin: 0;
  padding: 0;
  margin-bottom: 3px;
}
/* line 606, ../sass/_screen.scss */
.patient_detail .name-number {
  margin-left: 30px;
  position: relative;
}
/* line 610, ../sass/_screen.scss */
.patient_detail .adress i {
  margin-top: 5px;
}
/* line 613, ../sass/_screen.scss */
.patient_detail .name {
  font-size: 1.3em;
  line-height: 25px;
}
/* line 617, ../sass/_screen.scss */
.patient_detail .number {
  font-size: .9em;
}
/* line 620, ../sass/_screen.scss */
.patient_detail i {
  width: 18px;
}
/* line 622, ../sass/_screen.scss */
.patient_detail .fa-user {
  border: white 1px solid;
  border-radius: 35px;
  font-size: 1.3em;
  height: 35px;
  width: 35px;
  padding-left: 9px;
  padding-top: 5px;
  position: absolute;
  left: -45px;
  top: 7px;
}

/* line 638, ../sass/_screen.scss */
#page-home-coordinateur header {
  background: transparent;
  box-shadow: none;
}
/* line 642, ../sass/_screen.scss */
#page-home-coordinateur #content-connect {
  background: transparent;
  box-shadow: none;
  border: none;
}
/* line 647, ../sass/_screen.scss */
#page-home-coordinateur .list-group-item .button-wrapper {
  padding: 0 25px;
  min-height: 180px;
  background: #3b3d59;
  border-radius: 3px;
  box-shadow: none;
  border: none;
}
/* line 654, ../sass/_screen.scss */
#page-home-coordinateur .list-group-item .button-wrapper:hover {
  background: #33cc99;
}
/* line 657, ../sass/_screen.scss */
#page-home-coordinateur .list-group-item .button-wrapper i {
  font-size: 3em;
  color: white;
  margin-bottom: 0px;
  margin-top: 20px;
  color: #D1D101;
}
/* line 658, ../sass/_screen.scss */
#page-home-coordinateur .list-group-item .button-wrapper h2.title-big-button {
  color: white;
  font-family: "Catamaran", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  border: none;
  padding: 20px 0;
}
/* line 666, ../sass/_screen.scss */
#page-home-coordinateur .list-group-item .button-wrapper h2.title-big-button:before {
  width: 110px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  content: '';
  display: block;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-bottom: 20px;
}

/* line 681, ../sass/_screen.scss */
#content-auth, #content-connect {
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 70%;
  max-width: 1000px;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px #ddd solid;
  background: url(../img/bck.svg) white;
  padding: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 698, ../sass/_screen.scss */
#content-auth h2, #content-connect h2 {
  font-size: 1.7em;
  margin-top: 0;
  border-bottom: solid 1px #cac7be;
  padding-bottom: 5px;
  margin-bottom: 20px;
  color: #33cc99;
}
/* line 706, ../sass/_screen.scss */
#content-auth #connection, #content-connect #connection {
  background: #8184ac;
  height: 100%;
  padding: 30px;
  padding-top: 86px;
  padding-bottom: 30px;
  min-height: 400px;
}
/* line 713, ../sass/_screen.scss */
#content-auth #connection h2, #content-connect #connection h2 {
  color: #3b3d59;
}
/* line 716, ../sass/_screen.scss */
#content-auth #connection .btn-primary, #content-connect #connection .btn-primary {
  background: #3b3d59;
  border-color: #3b3d59;
}
/* line 721, ../sass/_screen.scss */
#content-auth #logo, #content-connect #logo {
  position: relative;
  top: 0px;
}
/* line 722, ../sass/_screen.scss */
#content-auth #logo img, #content-connect #logo img {
  height: 45px;
  width: auto;
}
/* line 727, ../sass/_screen.scss */
#content-auth .illustration, #content-connect .illustration {
  height: auto;
  width: 40%;
  margin-bottom: 10px;
  position: relative;
  top: -13px;
}
/* line 735, ../sass/_screen.scss */
#content-auth #header-home, #content-connect #header-home {
  margin-bottom: 20px;
}
/* line 737, ../sass/_screen.scss */
#content-auth #header-home h2, #content-connect #header-home h2 {
  border-bottom: none;
  padding-bottom: 0px;
  color: #3b3d59;
  padding-left: 55px;
}
/* line 742, ../sass/_screen.scss */
#content-auth #header-home h2 .logo-second, #content-connect #header-home h2 .logo-second {
  height: 25px;
  width: auto;
}

/* line 752, ../sass/_screen.scss */
table th a {
  color: #1E202C;
}
/* line 757, ../sass/_screen.scss */
table .btn-default {
  border: none;
  color: #3b96ff;
}

/* line 764, ../sass/_screen.scss */
#content-connect input {
  border-left: none;
}
/* line 767, ../sass/_screen.scss */
#content-connect .input-group-addon {
  background: white;
  border-right: none !important;
}
/* line 772, ../sass/_screen.scss */
#content-connect .forgot-pwd {
  font-size: .9em;
  margin-top: 5px;
  color: #3b3d59;
}

/* line 782, ../sass/_screen.scss */
#content-auth .form-group {
  margin-bottom: 5px;
}
/* line 783, ../sass/_screen.scss */
#content-auth .form-group-sexe {
  margin-top: 5px;
}
/* line 786, ../sass/_screen.scss */
#content-auth #submit {
  margin-top: 15px;
}
/* line 790, ../sass/_screen.scss */
#content-auth form {
  padding-top: 0px;
  padding-bottom: 20px;
}

/* line 793, ../sass/_screen.scss */
footer {
  position: fixed !important;
  bottom: 20px;
  right: 20px;
  z-index: 2000;
}
/* line 798, ../sass/_screen.scss */
footer img {
  height: 20px;
}

/* Tooltip */
/* line 804, ../sass/_screen.scss */
.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 808, ../sass/_screen.scss */
.tooltip > .tooltip-inner {
  font-size: 1.2em;
  width: 300px;
  max-width: 300px;
  background-color: white;
  color: #B3A5B4;
  padding: 10px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Tooltip on top */
/* line 818, ../sass/_screen.scss */
.tooltip.top > .tooltip-arrow {
  background-color: white;
}

/* Tooltip on bottom */
/* Tooltip on left */
/* line 829, ../sass/_screen.scss */
.tooltip.left > .tooltip-arrow {
  border-left: 5px solid white;
}

/* Tooltip on right */
/* line 834, ../sass/_screen.scss */
.tooltip.right > .tooltip-arrow {
  border-right: 5px solid white;
}

/* Tooltip on right */
/* line 839, ../sass/_screen.scss */
.tooltip.bottom > .tooltip-arrow {
  border-bottom: 5px solid white;
}

/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /* line 873, ../sass/_screen.scss */
  .col-lg-6:first-child input, .col-lg-6:first-child button {
    width: 95% !important;
  }
}
