
body {
	font: normal .8em/1.5em Arial, Helvetica, sans-serif;
	background: #ebebeb;
	width: 900px;
	margin: 65px auto;
	color: #666;
}
 
 

.bg-dark {
    background-color: #5a5a5a!important;
}
.bg-info
{
    background-color: #000000!important;
}
.custom-textcolo-white{
	color:#6c757d!important;
}

.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%; 
  background-image: none;
  top: 222px;
  position: absolute;
  right:-40px;
}

.carousel-control-prev-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%; 
  background-image: none;
  top: 222px;
  position: absolute;
  left:-40px;
}

.carousel-control-next-icon:after
{
	font-family: "Font Awesome 5 Free"; font-weight: 400; content: "\f152";
 
  font-size: 55px;
  color: #5a5a5a;
}

.carousel-control-prev-icon:after {
	
	font-family: "Font Awesome 5 Free"; font-weight: 400; content: "\f191"; 
  font-size: 55px;
  color: #5a5a5a;
}


/*##### Commentarios  ########*/

 

 .img{ max-width:100%;}
 .type_msg {border-top: 1px solid #c4c4c4;position: relative;}
 
 .input_msg_write textarea {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: 100%;
  }
  
  .msg_send_btn {
  background: #05728f none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 40px;
  width: 40px;
}
  
 .msg_history {
  height: 70%;
  overflow-y: auto; 
}

.msg_history::-webkit-scrollbar {
    width: 1em;
}
 
.msg_history::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.msg_history::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}


.incoming_msg_img {
  display: inline-block;
  width: 6%;
  
}


 
.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
 }
 
 .received_withd_msg { width: 100%;}

 .received_withd_msg_span {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
  white-space: pre-line;
  max-width:90%;
  word-wrap:break-word;
}

.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}
/*##### Page Login  ########*/
 html,
body {
  height: 100%;
}

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

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  padding-top: 3.5rem;
}

/*##### table Tr  ########*/
 tr:hover { 
    background-color: #3e8ac3ad!important;
}

/*##### Home Page  ########*/

.content-graphic {
    float: left;
    width: 48%;
    background: #fff;
    height: 431px;
    padding: 0px;
    border-radius: 5px;
    border: 1px solid #E7E7E9;
    margin: 10px;
}

.content-graphic-h1 {
    width: 100%;
    border-bottom: 1px solid #E7E7E9;
    height: 35px; 
    line-height: 30px;
    padding-left: 10px;
    text-align:center;
     
        
    color:#FFFFFF;;
		border:3px solid #76787b;
		font-size: 18px; 
		padding-left:20px; 
		background:#76787b; 
     
		margin: 0;
		padding: 0;
		border-radius: 5px;
		font-weight: bold;
		
}

.content-graphic-h2 {
    width: 98%;
    border-bottom: 1px solid #fff;
    height: 26px;
    font-size: 18px;
    color: #2A2A2A;
    line-height: 22px;
    padding-left: 10px;
    text-align:center;
    font-weight: bold;
    padding:10px;
}

.content-graphic-footer {
    width: 100%; 
    color: #2A2A2A; 
    text-align:center;
    background:#70C368;
    border-radius: 5px;
    border: 1px solid #E7E7E9; 
    color:#fff;
}

.content-graphic-icon{
	text-align: center;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 200px;
}
footer{
    height: 100px; 
    width:100%;
    position: absolute;
    left: 0;
    bottom: 0; 
}

/*##### Form Dialog Aplication  ########*/



 




