/*html,
body {
    height: 100%;
    font-size: 16px;
}*/

html, body {
    height: 100%;
    margin:0;
    padding:0;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;

    background: #F5F5F5;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 13px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/* ------------------------------------------------------------------------------ */

.page_row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.left_panel {
    height: 100%;
    /* //++ 1-3-1-001 10/01/2023
    width: 19%;
    padding: 0px 20px 20px 0px;
    //-- 1-3-1-001 10/01/2023 */
}

.right_panel {
    height: 100%;
    /* //++ 1-3-1-001 10/01/2023
    width: 19%;
    padding: 0px 20px 20px 20px;
    //-- 1-3-1-001 10/01/2023 */
}

.center_panel {
    height: 100%;
    /* //++ 1-3-1-001 10/01/2023
    width: 62%;
    padding: 0px 15px 20px 15px;
    //-- 1-3-1-001 10/01/2023 */
}

/* //++ 1-3-1-001 10/01/2023 */
@media (max-width: 767px) {
    .left_panel {
        width: 0;
    }

    .right_panel {
        width: 0;
    }

    .center_panel {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .left_panel {
        width: 0;
    }

    .right_panel {
        width: 0;
    }

    .center_panel {
        width: 100%;
    }

    .navbar > .container {
        width: 845px;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .left_panel {
        width: 10%;
    }

    .right_panel {
        width: 10%;
    }

    .center_panel {
        width: 80%;
        padding: 0px 15px 20px 15px;
    }
}
@media (min-width: 1200px) {
    .left_panel {
        width: 19%;
        padding: 0px 20px 20px 0px;
    }

    .right_panel {
        width: 19%;
        padding: 0px 20px 20px 0px;
    }

    .center_panel {
        width: 62%;
        padding: 0px 15px 20px 15px;
    }
}
/* //-- 1-3-1-001 10/01/2023 */

.main_container {
    padding: 60px 0 0 0;
}

.navbar-brand {
    padding: 2px;
}

/* Параметры главного меню */
.navbar {
    min-height: 40px;
}

.logo-pic {
    height: 46px;
}

.navbar-collapse {
    padding-top: 15px;
}

.dropdown-menu {
    top: 34px;
    min-width: 135px;
    padding: 0;
}

.nav > li > a {
    display: inline-block;
}

.dropdown-menu > li > a {
    padding: 6px 20px;
}

/*
.navbar-brand {
    margin-top: 5px;
    padding: 0;
    height: 70px;
    line-height: 70px;
}*/
.navbar-toggle {
    /* (80px - высота кнопки 34px) / 2 = 23px */
    margin-top: 23px;
    padding: 9px 10px !important;
}
@media (min-width: 768px) {
    .navbar-nav > li > a {
        /* (80px - line-height 27px) / 2 = 26.5px */
        padding-top: 26.5px;
        padding-bottom: 26.5px;
        line-height: 27px;
    }

    .navbar-nav > li > form {
        padding-top: 16.5px;
        padding-bottom: 16.5px;
        line-height: 10px;
    }
}




/*- Высота главного меню */


/* Параметры footer */
.footer-text > a {
    text-decoration: none;
}

.footer-text > a:hover {
    text-decoration: none;
}

/*- Параметры footer */

/* Кнопки */
.btn {
    font-size: 16px;
}

a {
    text-decoration: none;
}

/*- Кнопки */

/* Заставка */
.opacity-img {
    opacity: 0.3;
}

.background-start {
    text-align: center;
    float: left;
}

.text-start {
    position: relative;
    margin-top: -600px;
    margin-left: 105px;

    width: 770px;

    float: left;


    background-color: rgba(91, 35, 14, 0.3);
    padding: 30px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
 }

.text-font {
    font-size: 18px;
    /*font-style: oblique;*/
    padding: 15px;
}

.text-font-5 {
    font-size: 18px;
    /*font-style: oblique;*/
    padding: 5px;
}

.text-size {
    font-size: 18px;
    margin-top: 10px;
    margin-left: 14px;
}

.text-bold {
    font-weight: bold;
}

.text-center {
    width: 100%;
    text-align: center;
}

.text-justify {
    width: 100%;
    text-align: justify;
}

.text-right {
    width: 100%;
    text-align: right;
}
/*- Заставка */

.dialog-caption-caller {
    margin: 10px 5% 10px 25%;
}

.dialog-caption-my {
    margin: 10px 25% 10px 5%;
}

.dialog-capture-start {
    position: relative;
    font-weight: bold;
    width: 80%;

    float: left;
}

.dialog-capture-time {
    position: relative;
    color: #AAAAAA;
    width: 20%;

    float: left;
}

.dialog-field {
     margin: 0px 10px;
 }

.dialog-caller {
    float: left;
    width: 70%;
    margin: 1px 5% 1px 25%;

    padding: 8px;
    background-color: rgba(170, 170, 170, 0.1);
}

.dialog-my {
    float: left;
    width: 80%;
    margin: 1px 25% 1px 5%;

    padding: 8px;
    background-color: rgba(170, 170, 170, 0.1);
}

.dialog-my-txt {
    position: relative;
    width: 95%;

    float: left;
}

.dialog-my-panel {
    position: relative;
    color: #AAAAAA;
    width: 5%;

    float: left;
}

.dialog-scroll {
    overflow-y: scroll;
}

.dialog-list {
    position: relative;
    height: 100%;

}

.dialog-center {
    text-align: center;
}

.dialog-button {
    color: #67544f;
}

.dialog-button:hover {
    color: #503836;
}

a:visited {
    color: #67544f; /* Цвет посещенных ссылок */
    text-decoration: none;
}
a:active {
    color: #67544f; /* Цвет активной ссылки */
    text-decoration: none;
}

a:focus {
    color: #67544f; /* Цвет посещенных ссылок */
    text-decoration: none;
}

.dialog-date {
    color: #AAAAAA;
}

.dialogs-avatar_font {
    max-width: 62px;
    max-height: 43px;
}

.dialog-dialogsList-header {
    height: 10%;
}

.dialog-dialogsList-list {
    height: 90%;
}

.dialog-containerList-wrap {
    height: 50px;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 50px repeat(1, 1fr);
    grid-template-rows: auto;
}

.dialog-containerList-wrap:not(:first-child) {
    margin-top: 20px;
}

.dialog-containerList-wrap:hover{
    background-color: rgba(170, 170, 170, 0.1);
}

.dialog-list-active{
    background-color: rgba(170, 170, 170, 0.1);
}

.dialog-list-avatar {
    grid-row: 1 / 2;
}

.dialog-center {
    text-align: center;
}

.dialog-list-name {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    vertical-align: middle;
}

.dialog-message-new{
    background-color: rgba(170, 170, 170, 0.15);
}

.tooltip2 {
    position: fixed;
    padding: 5px 7px;
    border: 0px solid #b3c9ce;
    border-radius: 4px;
    text-align: center;
    font: italic 14px/1.3 sans-serif;
    color: #fff;
    background: rgba(103, 84, 79, .8);;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
}

.img-mini {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
    border-radius: 50%;
}

.img-wrap-mini{
    width: 48px;
    height: 48px;
}

.style-w-50 {
    width: 50%
}


