 /********************************************************************/
 /* Bizarc.pro                                                       */
 /* Стили навигации.                                                 */
 /* Silentium Company 2015-2020                                      */
 /* www.silentium.ru                                                 */
 /********************************************************************/

.sidebar .article.sidebar__news  {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar .article.sidebar__news h4 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 6px;
}

.officetype_red .due_time {
	font-size: 14px;
	display: block;
}

.information_message {
        border: 0px solid blue;
        min-height: 25px;
        float: left;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0px; 
        width: 100%;
        color: #106D99;
        font-weight: bold;
}

/* Кнопки навигации справа в углу */
.navigation {
        border: 0px solid blue;
        padding-top: 0px;
        margin-top: 0px;
        min-width: 49px;
        height: 49px; 
        float: right;
}

.navigation_button {
  padding: 5px;
}

.navigation_button img {
  height: 26px;
}

.connection {
        border: 0px solid blue;
        padding-top: 0px;
        margin-top: 0px;
        width: 220px;
        height: 49px; 
        color: #F22440; 
        float: right;
}

.super {
        color: black;
}

.connection_user {
        border: 0px solid green;
        height: 20px;  
        overflow: hidden; 
}

.connection_tariff {
        border: 0px solid black;
        margin-top: 0px;
        height: 20px;  
}

.page_head {
        border: 0px solid green;
}

.information {
        border: solid black 1px; 
        margin: 10px; 
        padding: 20px;
        font-family: Arial, sans-serif;
        border-radius: 4px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); 
        background-color: white; 
        float: left;
}

.pay_quantity {
        border: 1px solid transparent;
        padding: 0 10px 0 10px;
        height: 24px;
        width: 45px;
        font-size: 16px;
        line-height: 1.33333;
        background: #ebebeb !important;
        border-radius: 6px;
        display: none; 
}