
.app-user-dropdown img {
	border-radius:50%;
}

/*	
	МОЇ ДОДАТКВОІ СТИЛІ ДЛЯ КОРЕКЦІЇ
*/
.corr-mauto-dtable {
	margin-left: auto;
    margin-right: auto;
    display: table;
}

.corr-mr20 {
	margin-right:20px;
}

.corr-m10 {
	margin-left: 5px !important;
    margin-right: 5px !important;
	margin-bottom: 5px !important;
}

.corr-w120 {
	width:120px;
}

.corr-text-right {
	text-align:right;
}

.corr-zoom {
	padding:4px 10px 3px 10px;
    /* font-size: 15px; */
    margin-right: 0px !important;
    margin-top: 1px !important;	
}

.corr-prog-todaty {
	margin-top:10px !important;
	margin-bottom:10px !important;
	height:10px !important;
}

.corr-meta{
	color:#000000 !important;
}


/*
	КОРЕКЦІЯ ТА СТИЛІ В РОЗДІЛІ СПИСОК
*/
.corr-list-segment{
	display: inline-block;
	white-space: nowrap;
	margin-bottom:5px;
	margin-right:5px;
	cursor:pointer;
	width:100px;
	overflow:hidden;
	padding-right:5px;
}

.corr-list-table-name {
	width:300px;
}

.corr-list-table-phone {
	width:300px;
}

.corr-list-table-stat {
	width:80px;
}

.corr-list-smallphone{
	display:none !important;
}

.actsegm, .actsegm:hover, .actsegm:active {
	background-color:#5cb377 !important;
	border-color:#5cb377 !important;
	color:white;
}

.corr-divlist-name {
	/*width: 100% !important;*/
    text-align: left;
	display: inline-block;
	width: auto;
}

.corr-divlist-name:hover  {
	color:#5cb377;
}

.corr-list-total{
	font-size:14px !important;
}

.dropdown-item {
	font-size:.8125rem
}

.corr-wap-buttton {
	 width:100px;
	 margin-left:3px;
}

.corr-wap-buttton-small {
	 width:73px;
	 margin-left:4px;
}


.corr-wap-divok {
    display: flex;
    width: 300px;
    /* background: red; */
    /*height: 39px;*/
    padding: 10px;
	padding:0px;
	padding-top:5px;
}

.corr-wap-divok svg {
	margin-right:auto;
	margin-left:auto;
}


@media (max-width: 576px) {
  .corr-list-smallphone {
    display:block !important;
  }
  .corr-list-table-phone {
	  display:none !important;
  }
}



/*
	ДОДАТКОВІ КОЛЬОРИ КНОПОК
*/
.app-btn-red{
    background:#c54a4a;
    color:#fff;
    border:1px solid #c54a4a
}
.app-btn-red:hover{
    color:#fff;
    border:1px solid #cc5e5e;
    background:#cc5e5e;
}

.app-btn-wa{
    background:#56b84d;
    color:#fff;
    border:1px solid #56b84d;
}
.app-btn-wa:hover{
    color:#fff !important;
    border:1px solid #0d9a00 !important;
    background:#0d9a00 !important;
}

.app-btn-vib{
    background:#a667cf;
    color:#fff;
    border:1px solid #a667cf
}
.app-btn-vib:hover{
    color:#fff !important;
    border:1px solid #771db2 !important;
    background:#771db2 !important;
}

.app-btn-tg{
    background:#1a94d1;
    color:#fff;
    border:1px solid #1a94d1
}
.app-btn-tg:hover{
    color:#fff !important;
    border:1px solid #0088cc !important;
    background:#0088cc !important;
}

/*
	Стрічка назви лендінга в статистиці
*/
.corr-land-name {
	color: #15a362;
	cursor:pointer;
}


/*
	Курсор
*/
.corr-pointer{
	cursor:pointer;
}

.corr-pos-no {
	position:unset !important;
}

.corr-statall-img {
	border-radius:50%;
	height:48px !important;
	width:48px !important;
}

 