body, html
{
height: 100%;
  
}

body.modal-open { overflow: visible!important; }

body {
/*padding-top: 56px;*/
background-image: url("../images/bkgnd/office-4.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

}


.container-rb{
background: rgba(255, 255, 255, 0.8)!important;
}

.rb-master {
height: 100vh;
    min-height: 500px;
    background-color: rgba(0,200,255,0.8);
    /* background-image: url('../images/bkgnd/office-3.jpg'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.divider1 {
    /*background-image: url('../images/bkgnd/office-2.jpg');*/
}

/* Page de connexion */
.login,
.image {
  min-height: calc(100vh - 106px);
}

.bg-white {
 background: rgba(255, 255, 255, 0.9)!important;   
}

.bg-image {
  background-image: url('../images/bkgnd/office-3.jpg');
  background-size: cover;
  background-position: center;
}

.bg-image2 {
  background-image: url('../images/bkgnd/office-3.jpg');
  background-size: cover;
  background-position: center;
}

.login-heading {
  font-weight: 300;
}

.btn-login {
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  padding: 0.75rem 1rem;
  border-radius: 2rem;
}

.title {
	background-color:#09C;
	font-size:16pt;
	padding: 20px;
	width:auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin:30px 2px 10px 2px;
	color:#ffffff;
	background-image:linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0980392) 100%);
}

.subtitle {
	background-color:#09C;
	font-size:13pt;
	padding: 20px;
	width:auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin:30px 2px 10px 2px;
	color:#ffffff;
	opacity:0.5;
	background-image:linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0980392) 100%);
}

.subtitle a {
color:#FFFFFF;
text-decoration:none;
}

.subtitle a:hover {
color:#FFFFFF;
text-decoration:underline;
}


.textes-blancs {
	color:#ffffff;
}

.textes {
		color:#666;
}
tr, td {
	padding:6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:10pt;
}

.bottom {text-align: center; font-size:10pt}

.rouge {
	background-color:#F0F0F0;
	border-left: 24px solid #F30;
	background-image:linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0980392) 100%);
}

.orange {
	background-color:#F0F0F0;
	border-left: 24px solid #F90;
	background-image:linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0980392) 100%);
}

.orange2 {
	background-color:#F0F0F0;
	border-left: 24px solid #FC0;
	background-image:linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0980392) 100%);
}

.jaune {
	background-color:#F0F0F0;
	border-left: 24px solid #FAE14C;
	background-image:linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0980392) 100%);
}

.gris {
	background-color:#F0F0F0;
	border-left: 24px solid #ccc;
	background-image:linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0980392) 100%);
}

.vert {
	background-color:#F0F0F0;
	border-left: 24px solid #97FF97;
	background-image:linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0980392) 100%);
}


.table {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#F0F0F0;
	border:0px;
}

.table-patient {
	background-color:#F0F0F0;
	margin:2px;
	width:auto;
	padding:6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#div9001 {
	background-color:#F0F0F0;
	margin:2px;
	width:auto;
	padding:6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#div9002 {
	background-color:#F0F0F0;
	margin:2px;
	width:auto;
	padding:6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#div9003 {
	background-color:#F0F0F0;
	margin:2px;
	width:auto;
	padding:6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* Niveaux d'alerte */

    .level-0 {
    	border-left: 9px solid #F30 ;
    }
    
    .level-1 {
    	border-left: 9px solid #FC0;
    }
	
    .level-2 {
    	border-left: 9px solid #F90;
    }
	
	.level-3 {
    	border-left: 9px solid #FAE14C;
    }
	
	.level-info {
    	border-left: 9px solid #eee;
    }
	
	
	.level-ok {
    	border-left: 9px solid #97FF97;;
    }
	
	
.hidden-info	 { display: none;}
	
.hf > h5 > span  { visibility: hidden;}
.hf:hover >  h5 > span  { visibility: visible;}

.navbar-brand  { padding: 2px 15px; }


.textdivider {
    text-shadow: -1px 0 0 rgba(0, 0, 0, 0.8), 
             1px 0 0 rgba(0, 0, 0, 0.8),
             0 -1px 0 rgba(0, 0, 0, 0.8),
             0 1px 0 rgba(0, 0, 0, 0.8);
}

.textdivider h1 {
    padding-top: 30px;
    color: white;
    font-size: 40px;
    /*text-shadow: 1px 2px 3px rgba(0,0,0, 0.5);*/
}

.textdivider p {
    color: white;
    font-size: 25px;
    /*text-shadow: 1px 2px 3px rgba(0,0,0, 0.5);*/
}


.section-divider {
    z-index: 999;
    width: 100%;
    display: table;
    max-height: 450px;
    border-bottom: 2px solid #E6EAED;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: relative;
    text-align: center;
}

.section-divider {
background: rgba(0, 200, 255, 0.6)!important;
}

.bstree ul {margin-left:-10px;}

.modal-full {
    min-width: 90%;
    margin-left: 80;
}

.modal-full .modal-content {
    min-height: 90vh;
}

.iframe {
height: 80vh;
min-width:100%;
}

.vertical-center {
  display: flex;
  align-items: center;
}

div.mce-fullscreen{
    margin-top: 70px !important;
    margin-bottom: 50px !important;
}


.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-content {
  position: relative;
  z-index: 99;
}

.hover-4 img {
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover-4 .hover-overlay {
  background: rgba(0, 0, 0, 0.2);
  z-index: 90;
}

.hover-4-title {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 3rem;
  z-index: 99;
}

.hover-4-description {
  position: absolute;
  top: 2rem;
  left: 2rem;
  text-align: right;
  border-right: 3px solid #fff;
  padding: 0 1rem;
  z-index: 99;
  transform: translateX(-1.5rem);
  opacity: 0;
  transition: all 0.3s;
}

@media (min-width: 992px) {
  .hover-4-description {
    width: 50%;
  }
}

.hover-4:hover img {
  width: 100%;
}

.hover-4:hover::after {
  opacity: 1;
  transform: none;
}

.hover-4:hover .hover-4-description {
  opacity: 1;
  transform: none;
}

.hover-4:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}


.blockquote-custom {
  position: relative;
  font-size: 1.1rem;
}

.blockquote-custom-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -25px;
  left: 50px;
}

.carousel-control-next,
.carousel-control-prev, .carousel-indicators {
    filter: invert(100%);
}

.dm-text-shadow {
    text-shadow: #0054DC 0px 0px 5px,
     #0054DC 1px 0px 2px,
     #0054DC -1px 0px 2px,
    #0054DC 0px 1px 2px,
    #0054DC 0px -1px 2px;
}


.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    /* padding-left: 0; */
    margin-bottom: 0;
    list-style: none;
}

.navbar-brand {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 70%;
    max-width: calc(100% - 4em);
}
/*
@media all and (min-width: 992px) {
        .navbar .nav-item .dropdown-menu{ display: none; }
        .navbar .nav-item:hover .nav-link{   }
        .navbar .nav-item:hover .dropdown-menu{ display: block; }
        .navbar .nav-item .dropdown-menu{ margin-top:0; }
}*/

.colorCaption { 

    position: relative;
    width: 50px;
    height: 20px;
    border-radius: 10%;
    display: inline-block;
}

.is-dragover-zone {
    background-color: rgba(0,0,0,0.2) !important;
    outline: 2px dashed black;
    outline-offset: -10px;
}

.overlay-zone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 5000;
}

.drop-zone
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.label {
    white-space: nowrap; 
    width:81%;
    overflow: hidden;
    text-overflow: ellipsis; 
    display: inline-block;
}

.groupLink {
    color: #303030;
    font-style: italic;
}

.groupLink:hover {
    color: #606060;
}

.odd {background-color: #D6F6FE;height:20px}

.even {background-color: #85E6FD;height:20px}

.DTFullScreen {
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
    height: 100%;
}

#refDT tbody td {
    padding: 5px 10px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px;
}


/* Groupement de boutons */

.button-wrapper {
	display: flex;
    flex-flow: column wrap;
	justify-content: space-around;
}
@media (min-width: 520px) {
  	.button-wrapper {
		align-items: center;
    	flex-flow: row wrap;
    	-ms-flex-flow: row wrap;
    	-webkit-flex-flow: row wrap;
  	}
}
        
.btn-fill-space .btn {
    margin: 0 2px;
    flex-grow: 1; 
    transition-duration: 0.2s;
}

.btn-fill-space .btn-group {

    flex-grow: 1; 
    transition-duration: 0.5s;
}

.btn-fill-space .btn:hover {
    flex-grow: 1.6; 
}

/* side bar */

*{transition:all 0.5s;-webkit-transition:all 0.5s;}

.sidebar-right{
  position:fixed;
  width:350px;
  right:-500px;
  box-shadow:0px 0px 10px 3px black;
  border-left:1px solid black;
  height:100%;
  top:0px;
  padding-left:5px;
  padding-right:5px;
  padding-top:60px;
  padding-bottom:50px;
}


.sidebar-right.active{
  right:0px;
}

.RBMessages{
   overflow-y: auto;
   scrollbar-width: thin;
   height:80%;
}

.RBMessages::-webkit-scrollbar {
            width: 6px;
        }
   
.RBThreads{
   overflow-y: auto;
   scrollbar-width: thin;
   height:100%;
}

.RBThreads::-webkit-scrollbar {
            width: 6px;
        }        
        

.RBMessagesContent{
   direction: ltr;
}

.RBFlipped{
            direction: rtl;
        }
 
/* RB messages */
        
.initial-letters{
    /* Center the content */
    align-items: center;
    display: flex;
    justify-content: center;

    /* Colors */
    background-color: #d1d5db;
    color: #fff;

    /* Rounded border */
    border-radius: 50%;
    height: 3rem;
    width: 3rem;
}

.small-initial-letters{
    /* Center the content */
    align-items: center;
    display: flex;
    justify-content: center;

    /* Colors */
    background-color: #d1d5db;
    color: #fff;

    /* Rounded border */
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
}

div#split-frame { height:calc(100% - 180px);}

#split-frame-1 .content {
  height: 100%;
}

#split-frame-1 .content .conversation{
  height: 100%;
  overflow: hidden;
  position: relative;
 /* border:1px dashed black;*/
}

#split-frame-1 .content .contact-profile {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #f5f5f5;
}

#split-frame-1 .content .contact-profile p {
  float: left;
}
#split-frame-1 .content .contact-profile .social-media {
  float: right;
}
#split-frame-1 .content .contact-profile .social-media i {
  margin-left: 14px;
  cursor: pointer;
}
#split-frame-1 .content .contact-profile .social-media i:nth-last-child(1) {
  margin-right: 20px;
}
#split-frame-1 .content .contact-profile .social-media i:hover {
  color: #435f7a;
}
#split-frame-1 .content .messages {
  height: auto;
  min-height: calc(100% - 60px);
  max-height: calc(100% - 60px);
  overflow-y: scroll;
  overflow-x: hidden;
 /* border:1px dashed red;*/
}

#split-frame-1 .content .messages::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
#split-frame-1 .content .messages::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}

#split-frame-1 .content .messages ul {
 padding: 0px;
}

#split-frame-1 .content .messages ul li {
  display: inline-block;
  clear: both;
  float: left;
  margin: 15px 15px 5px 15px;
  width: calc(100% - 25px);
  font-size: 0.9em;
}
#split-frame-1 .content .messages ul li:nth-last-child(1) {
  margin-bottom: 20px;
}
#split-frame-1 .content .messages ul li.sent div {
  margin: 6px 8px 0 0;
}
#split-frame-1 .content .messages ul li.sent  {
  display: flex;
}

#split-frame-1 .content .messages ul li.sent p {
  background: #435f7a;
  color: #f5f5f5;
}
#split-frame-1 .content .messages ul li.replies div {
  float: right;
  margin: 6px 0 0 8px;
}
#split-frame-1 .content .messages ul li.replies p {
  background: #f5f5f5;
  float: right;
}

#split-frame-1 .content .messages ul li p {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 20px;
  max-width: 205px;
  line-height: 130%;
}

#split-frame-1 .content .message-input {
  /*position: absolute;
  bottom: 0;*/
  width: 100%;
  z-index: 99;
}
#split-frame-1 .content .message-input .wrap {
  position: relative;
}
#split-frame-1 .content .message-input .wrap input {
  float: left;
  border: none;
  width: calc(100% - 90px);
  padding: 11px 32px 10px 8px;
  font-size: 0.8em;
  color: #32465a;
}

#split-frame-1 .content .message-input .wrap input:focus {
  outline: none;
}
#split-frame-1 .content .message-input .wrap .attachment {
  /*position: absolute;
  right: 60px;*/
  z-index: 4;
  margin-top: 10px;
  font-size: 1.1em;
  color: #435f7a;
  opacity: .5;
  cursor: pointer;
}

#split-frame-1 .content .message-input .wrap .attachment:hover {
  opacity: 1;
}
#split-frame-1 .content .message-input .wrap button {
  float: right;
  border: none;
  width: 50px;
  padding: 12px 0;
  cursor: pointer;
  background: #32465a;
  color: #f5f5f5;
}

#split-frame-1 .content .message-input .wrap button:hover {
  background: #435f7a;
}
#split-frame-1 .content .message-input .wrap button:focus {
  outline: none;
}

.gutter {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50%;
}

.gutter.gutter-vertical {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAFAQMAAABo7865AAAABlBMVEVHcEzMzMzyAv2sAAAAAXRSTlMAQObYZgAAABBJREFUeF5jOAMEEAIEEFwAn3kMwcB6I2AAAAAASUVORK5CYII=');
    cursor: row-resize;
}

@media (min-width: 768px){
.dropdown-menu-md-right {
    right: 0;
    left: auto;
}}

/* CSS step begin */

.step {
  list-style: none;
  margin: .2rem 0;
  width: 100%;
}

.step .step-item {
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  margin-top: 0;
  min-height: 1rem;
  position: relative; 
  text-align: center;
}

.step .step-item:not(:first-child)::before {
  background: #0069d9;
  content: "";
  height: 2px;
  left: -50%;
  position: absolute;
  top: 9px;
  width: 100%;
}

.step .step-item a {
  color: #acb3c2;
  display: inline-block;
  padding: 20px 10px 0;
  text-decoration: none;
}

.step .step-item a::before {
  background: #0069d9;
  border: .1rem solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: .9rem;
  left: 50%;
  position: absolute;
  top: .2rem;
  transform: translateX(-50%);
  width: .9rem;
  z-index: 1;
}

.step .step-item.active a::before {
  background: #fff;
  border: .1rem solid #0069d9;
}

.step .step-item.active ~ .step-item::before {
  background: #e7e9ed;
}

.step .step-item.active ~ .step-item a::before {
  background: #e7e9ed;
}

/* CSS step end */


