﻿.Label
{
   Width:100%;
   color:Blue;
}
.Field
{
   border:1px Groove Silver;
}

.TrSave
{
   background-color:#f2f2f2;
   text-align:center;
   border:1px solid #ddd;
}

.AddressTitle
{
   background-color:Black;
   font-family:Tahoma;
   color:White;
   font-size:8pt;
	font-weight:bold;
}

.MainTitle
{
   border:1px solid #ddd; 
   background-color:#f2f2f2; 
   font-family:'Khand', Arial, Helvetica, Verdana, sans-serif; 
   font-weight:600; 
   font-size:20px; 
   color:#7ca3bf;
}

.SubTitle
{
   border:1px solid #ddd; 
   background-color:#d9f0f5; 
   font-family:'Khand', Tahoma, Arial, Helvetica, Verdana, sans-serif; 
   font-weight:400; 
   font-size:16px; 
   color:Green;
}


.ScrTitle
{
   width:80%;
   background-color:#F5F5DC;
   font-family: Tahoma;
   font-size:20px;
   color: Blue;
   text-align:center;
}


.mytext{
    border:0;padding:10px;background:whitesmoke;
}
.text{
    width:75%;display:flex;flex-direction:column;
}
.text > p:first-of-type{
    width:100%;margin-top:0;margin-bottom:auto;line-height: 13px;font-size: 12px;
}
.text > p:last-of-type{
    width:100%;text-align:right;color:silver;margin-bottom:-7px;margin-top:auto;
}
.text-l{
    float:left;padding-right:10px;
}        
.text-r{
    float:right;padding-left:10px;
}
.avatar{
    display:flex;
    justify-content:center;
    align-items:center;
    width:25%;
    float:left;
    padding-right:10px;
}
.macro{
    margin-top:5px;width:85%;border-radius:5px;padding:5px;display:flex;
}
.msj-rta{
    float:right;background:whitesmoke;
}
.msj{
    float:left;background:white;
}
.frame{
    background:#e0e0de;
    height:450px;
    overflow:hidden;
    padding:0;
}
.frame > div:last-of-type{
    position:absolute;bottom:5px;width:100%;display:flex;
}
ul {
    width:100%;
    list-style-type: none;
    padding:18px;
    position:absolute;
    bottom:32px;
    display:flex;
    flex-direction: column;

}
.msj:before{
    width: 0;
    height: 0;
    content:"";
    top:-5px;
    left:-14px;
    position:relative;
    border-style: solid;
    border-width: 0 13px 13px 0;
    border-color: transparent #ffffff transparent transparent;            
}
.msj-rta:after{
    width: 0;
    height: 0;
    content:"";
    top:-5px;
    left:14px;
    position:relative;
    border-style: solid;
    border-width: 13px 13px 0 0;
    border-color: whitesmoke transparent transparent transparent;           
}  
input:focus{
    outline: none;
}        
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #d4d4d4;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #d4d4d4;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #d4d4d4;
}
:-moz-placeholder { /* Firefox 18- */
    color: #d4d4d4;
}   
