.fon-szadi {
  background-image: url(../img/breadcrumb.png);
}

.pink_orange {
    background-color: #fafadc;
    padding-top: 30px;
}

.pink_orange_n {
    background-color: #fafadc;
    padding-top: 30px;
    padding-bottom: 30px;
}

.pink_n {
    /*background-color: #fafadc;*/
    padding-top: 30px;
    padding-bottom: 30px;
}

.article_body {
  max-width: 100%;
  margin-bottom: 10px;
  margin-right: 16px;

}

.article_body ol{
	list-style-type: none; 
	counter-reset: num;
	margin: 0 0 0 60px;
	padding: 15px 0 5px 0;
	font-size: 16px;
}
.article_body ol li {
	position: relative;	
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	list-style: none;
}
.article_body ol li:before {
	content: counter(num); 
	counter-increment: num;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: -60px;
	width: 50px;    
	color: #ef6780;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
}

.article_body p{
  font-size: 16px;
  color:#000;
  padding:10px;

}

.article_body ul{

    margin: 0 0 15px 30px;
    /*color: #28a757;*/
    padding:10px;

    list-style-image: url(../img/list.png);

}



.article_body li{
 /*list-style: circle;*/
 


}
.article_body h2 h3 h4 h5 h6 {
padding:10px;
}


.article_body img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  padding:3px;
}

.wp-caption {
  background: #23282D;
    max-width: 100%;
    margin-bottom: 14px;
    padding-top: 5px;
    text-align: center;
    clear: both;
}

.wp-caption p{
  color: #fff;
    max-width: 100%;
    margin-bottom: 14px;
    padding-top: 5px;
    text-align: center;
    clear: both;
}

.aligncenter {
  margin-left: auto;
    margin-right: auto;
}


.wp-caption-text {
  color: #FFF;
    font-size: 15px;
    padding: 8px 7px 8px 8px;
    margin: 0;
    text-align: center;
}

.wp-caption-textarea {
  color: #000;
  font-size: 15px;
  padding: 0px 0px 8px 0px;
  margin: 0;
  text-align: center;
  width:98%;
}





/******************************************/

blockquote {
margin: 0;
background: #FFF4ED;
padding: 40px;
color: #3F484D;
position: relative;
font-family: 'Lato', sans-serif;
text-align: center;
}
blockquote:before, blockquote:after {
font-size: 45px;
color: #28a757 ;
position: absolute;
height: 2px;
left: 40px;
right: 40px;
line-height: .5;
background: linear-gradient(to right, #28a757  45%, transparent 45%, transparent), linear-gradient(to right, transparent, transparent 55%, #28a757  55%);
font-family: serif;
}
blockquote:before {
content: "\201C";
top: 30px;
}
blockquote:after {
content: "\201D";
bottom: 30px;
}
blockquote p {
font-size: 20px;
}
blockquote footer {
margin-bottom: 1em;
}
blockquote cite {
font-style: normal;
}

/*Цвета*/
.orange {
  color:#ff663b;
}

.white {
  color:#fff;
}

/*Отступы*/

.marginb10 {
  margin-bottom:20px !important;
}


.bg-place-day {
  
  background: url(/storage/place-day/day.jpg) repeat-y #343a40;
}

.bg-place-day a{
  padding-left:10px;

}

.icon a{
  font-size: 30px;
}

.icon ul li{
display: inline;
  padding: 10px;
  font-size: 25px;
}

.zag {
  font-size: 18px;
}

.comment-h {
  font-weight: 600;
    padding: 0 10px 10px;
    display: block;
    color: #aaa;
    border-bottom: 2px solid #eee;
    font-size: 2em;
    color: #110601;
    border-bottom-color: #FF4F00;
    text-transform: uppercase;
    border-bottom: 2px solid #FF4F00;
    margin-bottom: 20px;
}

.sidebar-h {
  font-weight: 600;
    padding: 0 10px 10px;
    display: block;
    color: #aaa;
    border-bottom: 2px solid #eee;
    font-size: 1.2em;
    color: #110601;
    border-bottom-color: #FF4F00;
    text-transform: uppercase;
    border-bottom: 2px solid #FF4F00;
    margin-bottom: 20px;
}

.comment-h2 {
  font-weight: 600;
    padding: 0 10px 10px;
    display: block;
   
    border-bottom: 2px solid #eee;
    font-size: 1.4em;
    
    text-transform: none;
    border-top: 2px solid #ccc;
    margin-bottom: 20px;
    padding-top: 20px;
}

.form_comment {
    border-radius: 2px;
  padding: 10px 20px 20px;
  margin-bottom: 15px;
}

.carousell {
  max-width:900px;
  display: inline;
}

.wrapper {
    padding: 10px 10px 15px 10px;
    /* width: 50%; */
    max-width: 900px;
    margin: 0 auto;

}

.comment {
  font-size:20px;
}

/*****************************************************
Блок автора
******************************************************/
.user-card-full {
    overflow: hidden
    color:#fff;
}

.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    border: none;
    margin-bottom: 30px
}

.m-r-0 {
    margin-right: 0px
}

.m-l-0 {
    margin-left: 0px
}

.user-card-full .user-profile {
    border-radius: 5px 0 0 5px
}

.bg-c-lite-green {
  background: #d2d2d4;
}

.user-profile {
    padding: 20px 0
}

.card-block {
    padding: 1.25rem
}

.m-b-25 {
    margin-bottom: 25px
}

.img-radius {
    border-radius: 5px
}

h6 {
    font-size: 14px
}

.card .card-block p {
    line-height: 25px
}

@media only screen and (min-width: 1400px) {
    p {
        font-size: 14px
    }
}

.card-block {
    padding: 1.25rem
}

.b-b-default {
    border-bottom: 1px solid #e0e0e0
}

.m-b-20 {
    margin-bottom: 20px
}

.p-b-5 {
    padding-bottom: 5px !important
}

.card .card-block p {
    line-height: 25px;

}

.redaktor {
     color:#0c2e60;
    font-weight:bold;
    background-color:#fff;  
}

.m-b-10 {
    margin-bottom: 10px
}

.text-muted {
    color: #919aa3 !important
}

.b-b-default {
    border-bottom: 1px solid #e0e0e0
}

.f-w-600 {
    font-weight: 600
}

.m-b-20 {
    margin-bottom: 20px
}

.m-t-40 {
    margin-top: 20px
}

.p-b-5 {
    padding-bottom: 5px !important
}

.m-b-10 {
    margin-bottom: 10px
}

.m-t-40 {
    margin-top: 20px
}

.user-card-full .social-link li {
    display: inline-block
}

.user-card-full .social-link li a {
    font-size: 40px;
    margin: 0 30px 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.user-card-full .social-link li a:hover {
    font-size: 60px;
    margin: 0 30px 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.email-signature{
 background: #fff;
 font-family: 'Poppins', sans-serif;
 padding: 0 0 0 200px;
 position: relative;
 z-index: 1;
 overflow: hidden;
}
.email-signature:before,
.email-signature:after{
 content: '';
 height: 100%;
 width: 35%;
 background: #0a3957;
 position: absolute;
 left: 0;
 top: 0;
 z-index: -1;
 -webkit-clip-path: polygon(0% 0%, 70% 0, 100% 50%, 70% 100%, 0% 100%);
 clip-path: polygon(0% 0%, 70% 0, 100% 50%, 70% 100%, 0% 100%);
}
.email-signature:after{
 height: 90%;
 width: 32%;
 background: #ca3436;
 transform: translateY(-50%);
 top: 50%;
 left: 30px;
 z-index: -2;
}
.email-signature .signature-icon{
 color: #fff;
 background: #b6b2b3;
 font-size: 60px;
 line-height: 100px;
 text-align: center;
 width: 100px;
 height: 100px;
 border-radius: 50%;
 transform: translateY(-50%);
 position: absolute;
 top: 50%;
 left: 7%;
}
.email-signature .signature-detail{
 padding: 27px 0 20px 25px;
 border-bottom: 3px solid #ca3436;
}
.email-signature .title{
 color: #ca3436;
 font-size: 22px;
 font-weight: 700;
 letter-spacing: 1px;
 text-transform: uppercase;
 margin: 0;
}
.email-signature .post{
 color: #ca3436;
 font-size: 17px;
}
.email-signature .icon{
 font-size: 16px;
 padding: 0;
 margin: 0;
 list-style: none;
 position: absolute;
 right: 15px;
 top: 28px;
}
.email-signature .icon li{
 display: inline-block;
 margin: 0 2px;
}
.email-signature .icon li a{
 color: #fff;
 background-color: #0A3957;
 text-align: center;
 line-height: 28px;
 height: 28px;
 width: 28px;
 border-radius: 5px;
}
.email-signature .icon li a:hover{
 background-color: #ca3436;
}
.email-signature .signature-content{
 margin: 0;
 padding: 10px 0 10px 25px;
 list-style: none;
 display: block;
}
.email-signature .signature-content li{
 color: #949494;
 font-size: 15px;
 margin-bottom: 3px;
}
.email-signature .signature-content li span{
 color: #ca3436;
 font-weight: 600;
 margin-right: 7px;
 display: inline-block;
}
@media screen and (max-width:1200px) {
 .email-signature{ padding: 0 0 0 218px; }
}
@media screen and (max-width:767px) {
   .email-signature { padding: 185px 0 50px 0; }
   
   .email-signature:before{
     width: 100%;
     height: 40%;
     -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 55%, 50% 100%, 0 55%);
     clip-path: polygon(0% 0%, 100% 0, 100% 55%, 50% 100%, 0 55%);
   }
   .email-signature:after{
     background: #ca3436;
     width: 90%;
     height: 38%;
     transform: translateY(0) translateX(-50%);
     top: 23px;
     left: 50%;
     -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 55%, 50% 100%, 0 55%);
     clip-path: polygon(0% 0%, 100% 0, 100% 55%, 50% 100%, 0 55%);
   }
   .email-signature .signature-icon {
     transform: translateX(-50%) translateY(0);
     top: 22px;
     left: 50%;
   }
   .email-signature .signature-detail {
     text-align: center;
     padding: 0 0 10px;
   }
   .email-signature .icon{
     transform: translateX(50%);
     top: auto;
     right: 50%;
     bottom: 15px;
   }
   .email-signature .signature-content {
     text-align: center;
     padding: 10px 0 0;
   }
}

 .pull-left {
  color:#0c2e60 ;
}

.big {
  font-size:20px;
}

.very-big {
  font-size:2rem;
}


.title_zag {
      font-weight: 600;
    line-height: 1.5;
    font-size: 19px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    text-transform: uppercase;
    color:#0c2e60 !important;
}

/***********************  Стилизация кнопки ********************/
.input__wrapper {
  width: 50px;
  position: relative;
  margin: 15px 0;
  text-align: center;
  font-size:30px;
  margin:0 auto;
}

.input__wrapper :hover {
  cursor:pointer;
}

 
.input__file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  
}
 
.input__file-button-text {
  line-height: 1;
  margin-top: 1px;
  font-size:15px;
}
 
.input__file-button {
  width: 100%;
  max-width: 290px;
  height: 60px;
  background: #1bbc9b;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 auto;

}

input__wrapper span{
  font-size:15px;
}
/***********************  Placeholder input ********************/

/***********************  Визуальный редактор ********************/

#mess_s {  
    background-color: #fff;
    padding-top:10px;
    border-left: 1px solid #ccd0d4;
    border-right: 1px solid #ccd0d4;
    border-bottom: 1px solid #ccd0d4;
    min-height: 400px;

}

#mess_s img{  
    background-color: #fff;
     padding-bottom:20px;
    border: 1px solid #ccd0d4;
    display:block;
    margin:auto;
    width:300px;


}

#mess_s p{  
    padding-left:20px;
    padding-right:20px;

    padding-bottom:20px;

}

.editor {
  background-color: #fff; 
  border-top: 1px solid #ccd0d4;
  border-bottom: 1px solid #ccd0d4;
  margin-bottom:25px; 
}

.menubar {
  padding:10px;
  border-bottom: 1px solid #ccd0d4;
  border-left: 1px solid #ccd0d4;
  border-right: 1px solid #ccd0d4;
  border-top: 1px solid #ccd0d4;
}

/***********************  Placeholder input ********************/
input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
/***********************  Placeholder input ********************/

.form-group label {
  font-weight:bold;
}

.form-group select {

}

.form-group input {
  
}

.ProseMirror {
outline-color: #000;
padding:10px;
border:1px solid #dee2e6;
background-color:#f4f4f4;
}

.ProseMirror-focused {
  outline-color: #80bdff;
}

.mx-auto {
  width:40%;
}

/***********************  Стилизация кнопки ********************/
.input__wrapper {
  width: 50px;
  position: relative;
  margin: 15px 0;
  text-align: center;
  font-size:30px;
  margin:0 auto;
}

.input__wrapper :hover {
  cursor:pointer;
}

 
.input__file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  
}
 
.input__file-button-text {
  line-height: 1;
  margin-top: 1px;
  font-size:15px;
}
 
.input__file-button {
  width: 100%;
  max-width: 290px;
  height: 60px;
  background: #1bbc9b;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 auto;

}

.menububble {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 20;
    background: #000;
    border-radius: 5px;
    padding: .3rem;
    margin-bottom: .5rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s,visibility .2s;
    transition: opacity .2s,visibility .2s;
}

.menububble.is-active {
    opacity:1;
    visibility: visible;
}

.editor__content {
  margin-bottom: 30px;
  margin-right: 20px;
  margin-left: 20px;
}

.editor__content p{
  color:#000;
  padding:10px;
  font-size:16px;
}
/*Хлебные крошки*/


.breadcrumbs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.breadcrumbs a {
  color:#000;
  font-weight:bold;
}

.breadcrumbs li{
 list-style:none; margin:0px; padding:0px;
 }

 .contact_info a{
  padding-right:15px;
  color:#ff663b;
 }

 #curRegionName2{
  min-height:150px;
 }

img.center {
 display: block;
  margin-left: auto;
  margin-right: auto;
}

.reply_comment {
    padding-left: 35px;
}

/*Всплывающая форма комментариев */



/*Всплывающая форма комментариев */

.blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block;
    border: 1px solid #eeeeee;
    background: #fff;
    padding: 4px 20px;
    margin-bottom: 8px;
    margin-right: 3px;
    transition: all 0.3s ease 0s;
    color: #0c2e60;;
    font-size: 13px;
}

form.menububble__form {
    /* top: 100px; */
    /* left: 196px; */
    bottom: 44px;
    position: absolute;
}

.text-secondary {
  color: #6c757d!important;
}

.calc_color {
  color: #960005;
}

.calc_background {
  background: #960005;
  color:#fff;
  
}

                    

 .portlet {
    margin-bottom: 15px;
}

.btn-white {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.portlet {
    border: 1px solid;
}

.portlet .portlet-heading {
    padding: 0 15px;
}

.portlet .portlet-heading h4 {
    padding: 1px 0;
    font-size: 16px;
}

.portlet .portlet-heading a {
    color: #fff;
}

.portlet .portlet-heading a:hover,
.portlet .portlet-heading a:active,
.portlet .portlet-heading a:focus {
    outline: none;
}

.portlet .portlet-widgets .dropdown-menu a {
    color: #333;
}

.portlet .portlet-widgets ul.dropdown-menu {
    min-width: 0;
}

.portlet .portlet-heading .portlet-title {
    float: left;
}

.portlet .portlet-heading .portlet-title h4 {
    margin: 10px 0;
}

.portlet .portlet-heading .portlet-widgets {
    float: right;
    margin: 8px 0;
}

.portlet .portlet-heading .portlet-widgets .tabbed-portlets {
    display: inline;
}

.portlet .portlet-heading .portlet-widgets .divider {
    margin: 0 5px;
}

.portlet .portlet-body {
    padding: 15px;
    background: #fff;
}

.portlet .portlet-footer {
    padding: 10px 15px;
    background: #e0e7e8;
}

.portlet .portlet-footer ul {
    margin: 0;
}

.portlet-green,
.portlet-green>.portlet-heading {
    border-color: #16a085;
}

.portlet-green>.portlet-heading {
    color: #fff;
    background-color: #16a085;
}

.portlet-orange,
.portlet-orange>.portlet-heading {
    border-color: #f39c12;
}

.portlet-orange>.portlet-heading {
    color: #fff;
    background-color: #f39c12;
}

.portlet-blue,
.portlet-blue>.portlet-heading {
    border-color: #2980b9;
}

.portlet-blue>.portlet-heading {
    color: #fff;
    background-color: #2980b9;
}

.portlet-red,
.portlet-red>.portlet-heading {
    border-color: #e74c3c;
}

.portlet-red>.portlet-heading {
    color: #fff;
    background-color: #e74c3c;
}

.portlet-purple,
.portlet-purple>.portlet-heading {
    border-color: #8e44ad;
}

.portlet-purple>.portlet-heading {
    color: #fff;
    background-color: #8e44ad;
}

.portlet-default,
.portlet-dark-blue,
.portlet-default>.portlet-heading,
.portlet-dark-blue>.portlet-heading {
    border-color: #ff663b;
}

.portlet-default>.portlet-heading,
.portlet-dark-blue>.portlet-heading {
    color: #fff;
    background-color: #ff663b;
}

.portlet-basic,
.portlet-basic>.portlet-heading {
    border-color: #333;
}

.portlet-basic>.portlet-heading {
    border-bottom: 1px solid #333;
    color: #333;
    background-color: #fff;
}

@media(min-width:768px) {
    .portlet {
        margin-bottom: 30px;
    }
}

.img-chat{
width:40px;
height:40px;
}

.text-green {
    color: #16a085;
}

.text-orange {
    color: #f39c12;
}

.text-red {
    color: #e74c3c;
}                

.style-switcher {
    right: -10px;
    position: fixed !important;
    bottom: 0px;
    z-index: 1111;
    width:336px;
}

.card-bordered {
    border: 1px solid #ebebeb
}

.card {
    border: 0;
    border-radius: 0px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.03);
    -webkit-transition: .5s;
    transition: .5s
}

.padding {
    padding: 3rem !important
}

body {
    background-color: #f9f9fa
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 15px 20px;
    background-color: transparent;
    border-bottom: 1px solid rgba(77, 82, 89, 0.07)
}

.card-header .card-title {
    padding: 0;
    border: none
}

h4.card-title {
    font-size: 17px
}

.card-header>*:last-child {
    margin-right: 0
}

.card-header>* {
    margin-left: 8px;
    margin-right: 8px
}

.btn-secondary {
    color: #4d5259 !important;
    background-color: #e4e7ea;
    border-color: #e4e7ea;
    color: #fff
}

.btn-xs {
    font-size: 11px;
    padding: 2px 8px;
    line-height: 18px
}

.btn-xs:hover {
    color: #fff !important
}

.card-title {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(77, 82, 89, 0.07)
}

.ps-container {
    position: relative
}

.ps-container {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none
}

.media-chat {
    padding-right: 64px;
    margin-bottom: 0
}

.media {
  
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.media .avatar {
    flex-shrink: 0
}

.avatar {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background-color: #f5f6f7;
    color: #8b95a5;
    text-transform: uppercase
}

.media-chat .media-body {
    -webkit-box-flex: initial;
    flex: initial;
    display: table
}

.media-body {
    min-width: 0
}

.media-chat .media-body p {
    position: relative;
    padding: 6px 8px;
    margin: 4px 0;
    background-color: #f5f6f7;
    border-radius: 3px;
    font-weight: 100;
    color: #9b9b9b
}

.media>* {
    margin: 0 8px
}

.media-chat .media-body p.meta {
    background-color: transparent !important;
    padding: 0;
    opacity: .8
}

.media-meta-day {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0;
    color: #8b95a5;
    opacity: .8;
    font-weight: 400
}

.media {
    
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.media-meta-day::before {
    margin-right: 16px
}

.media-meta-day::before,
.media-meta-day::after {
    content: '';
    -webkit-box-flex: 1;
    flex: 1 1;
    border-top: 1px solid #ebebeb
}

.media-meta-day::after {
    content: '';
    -webkit-box-flex: 1;
    flex: 1 1;
    border-top: 1px solid #ebebeb
}

.media-meta-day::after {
    margin-left: 16px
}

.media-chat.media-chat-reverse {
    padding-right: 12px;
    padding-left: 64px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

.media-chat {
    padding-right: 64px;
    margin-bottom: 0
}

.media {
    
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.media-chat.media-chat-reverse .media-body p {
    float: right;
    clear: right;
    background-color: #48b0f7;
    color: #fff
}

.media-chat .media-body p {
    position: relative;
    padding: 6px 8px;
    margin: 4px 0;
    background-color: #efefef;
    border-radius: 3px;
    color:#000;

}

.border-light {
    border-color: #f1f2f3 !important
}

.bt-1 {
    border-top: 1px solid #ebebeb !important
}

.publisher {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 12px 20px;
    background-color: #f9fafb
}

.publisher>*:first-child {
    margin-left: 0
}

.publisher>* {
    margin: 0 8px
}

.publisher-input {
    -webkit-box-flex: 1;
    flex-grow: 1;
    border: none;
    outline: none !important;
    background-color: transparent
}

button,
input,
optgroup,
select,
textarea {
    font-family: Roboto, sans-serif;
    font-weight: 300
}

.publisher-btn {
    background-color: transparent;
    border: none;
    color: #8b95a5;
    font-size: 16px;
    cursor: pointer;
    overflow: -moz-hidden-unscrollable;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.file-group {
    position: relative;
    overflow: hidden
}

.publisher-btn {
    background-color: transparent;
    border: none;
    color: #cac7c7;
    font-size: 16px;
    cursor: pointer;
    overflow: -moz-hidden-unscrollable;
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.file-group input[type="file"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
    width: 20px
}

.text-info {
    color: #48b0f7 !important
}