html,
body {
    height: 100%;
    font-size: 14.5px;
}
.left-menu {
    height: 95.9vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.left-menu::-webkit-scrollbar {
    display: none;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

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

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.p2p-card-bottom-row {
    display: flex;
    align-items: flex-end;
}
#p2p-card-option .js-input-plus {
    display: none;
}
.sidebar-menu li a i.fa-circle-o {
    font-size: 10px;
    width: 12px;
}

header.main-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

aside.main-sidebar {
    position: fixed;
    left: 0;
    top: 0;
}
section.content {
    margin-top: 35px;
}

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

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

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

.user-panel>.pull-left.image>img {
    width: 100%;
    height: 100%;
    max-width: 65px;
}
.user-panel>.info {
    left: 70px!important;
}
.data-icons-blokcs .col-xs-12 {
    padding-left: 5px;
    padding-right: 5px;
}


/* 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: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\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 th {
    white-space: nowrap;
}

.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: 15px;
    border: none;
}

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

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

.login-box-msg {
    border: 1px solid red!important;
}

/* AdminLTE left block */
.sidebar>.user-panel {
    height: auto;
    min-height: 50px;
    margin-top: 15px;
}

.sidebar>.user-panel>.info {
    margin-top: 10px;
    margin-top: 20px;
}

.main-sidebar .jumbotron {
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
}

.main-sidebar .jumbotron > p {
    font-size: 17px;
}

.main-sidebar .jumbotron > div >img {
    width: 100%;
    height: auto;
    max-width: 150px;
    background-color: #fff;
}

/* Setting for tables on Mwssage page*/
.help-mess-group-index table tr td img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 120px;
    margin-bottom: 10px;
}
.help-mess-group-index table tr td iframe {
    display: block;
    height: 80px;
    width: 120px;
    margin-bottom: 10px;
}

/* Setting for plugins content on main page */
.data-icons-blokcs .info-box {
    position: relative;
}

.data-icons-blokcs .info-box-icon {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}
.data-icons-blokcs .info-box-content {
    padding: 5px;
}

.site-index .info-box-text {
    white-space: normal;
}

.bo_map_block {
    display: inline-block;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
}

body.sidebar-mini.sidebar-collapse .site-index .jumbotron {
    padding-left: 5px;
    padding-right: 5px;
}

body.sidebar-mini.sidebar-collapse .site-index .jumbotron > p {
    opacity: 0;
    -webkit-transition: opacity linear .3s;
    -moz-transition: opacity linear .3s;
    -o-transition: opacity linear .3s;
    transition: opacity linear .3s;
}

.grid-view {
    overflow-x: auto;
}

body.sidebar-mini .site-index .jumbotron > p {
    opacity: 1;
    -webkit-transition: opacity linear .3s;
    -moz-transition: opacity linear .3s;
    -o-transition: opacity linear .3s;
    transition: opacity linear .3s;
}

body.skin-blue .wrapper, body.skin-blue .main-sidebar, body.skin-blue .left-side {
    background-color: #367fa9!important;
}

#mapcontainer .highcharts-legend {
    display: none;
}

.sidebar-menu.tree li > a {
    border-left: 0!important;
}

.sidebar-menu.tree .treeview .treeview-menu {
    margin-left: 0;
}

.sidebar-menu.tree .treeview .treeview-menu>li>a {
    font-size: 14.5px;
}

.treeview-menu>li>a {
    padding: 5px!important;
}

.box-top-btn-block.collapse-active,
.box-body.collapse-active,
.box-footer.collapse-active {
    display: none;
}


.transaction-view {
    height: 550px;
    width: 600px;
    background-repeat: no-repeat;
    background-size: contain;
}
.bot-chat-box .box-tools .btn-box-count {
    position: relative;
    width: 31px;
    margin-right: -4px;
    padding: 3px;
    background-color: transparent;
}

.bot-chat-box .box-tools .btn-box-count .count-chat-user {
    top: -8px;
    left: -5px;
    padding: 0 2px;
    font-size: 9px;
}

.chat-user-info {
    padding-left: 0;
}

.chat-user-info>li {
    list-style: none;
}

.chat-user-block .contacts-list-info {
    margin-left: 15px;
}

.chat-user-block .contacts-list-name {
    margin-top: 10px;
    margin-bottom: 5px;
}
.chat-user-block .direct-chat-contacts-block {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    z-index: 10;
}

.chat-user-block.direct-chat-contacts-open .direct-chat-contacts-block {
    height: 300px;
    top: 35px;
}
.chat-user-block.direct-chat-contacts-open .direct-chat-contacts-block.direct-chat-view-contacts-block {
    top: 0;
}

.chat-user-block .direct-chat-contacts {
    z-index: 10000000;
    height: 300px;
    left:0;
    bottom: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.box-top-btn-block {
    position: relative;
    padding: 2px 3px 3px 3px;
}

.box.box-solid.box-primary>.box-header {
    position: relative;
}

.box-tools.pull-right {
    position: absolute;
    right: 5px;
    top: 8px;
}

.box-top-btn-block .btn {
    margin-bottom: 3px;
    padding: 5px 3px;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}
.box-top-btn-block .btn-cat-chat:hover,
.box-top-btn-block .btn-cat-chat:focus,
.box-top-btn-block .btn-cat-chat.cat-active {
    background-color: #f39c12;
    color: #000;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}

.box-body-content {
    display: none;
}
.box-body-content.cat-active {
    display: block;
}

.chat-user-block li .contacts-list-msg {
    color: #3c8dbc;
}

.bot-chat-box.box.box-primary {
    display: inline-block;
    width: 31%;
    vertical-align: top;
    margin: 0 10px 20px 10px;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
    box-shadow: 0 0 0 0 rgba(0,0,0,.5);
    -webkit-transition: box-shadow linear .3s;
    -moz-transition: box-shadow linear .3s;
    -o-transition: box-shadow linear .3s;
    transition: box-shadow linear .3s;
}

.bot-chat-box.box.box-primary:hover,
.bot-chat-box.box.box-primary:focus {
    -webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 3px 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px 3px rgba(0,0,0,.2);
    -webkit-transition: box-shadow linear .3s;
    -moz-transition: box-shadow linear .3s;
    -o-transition: box-shadow linear .3s;
    transition: box-shadow linear .3s;
}
.bot-chat-box.box.box-primary .box-body {
    height: 300px;
    padding-left: 10px;
    padding-right: 10px;
}
.bot-chat-box h4.box-title {
    font-size: 16px;
}
.bot-chat-box h4.box-title .box-tile-name {
    font-size: 13px;
    display: block;
    margin-top: 10px;
}
.box-footer-select-list {
    width: 100%;
    margin-bottom: 10px;
}
.box-footer-select-list button,
.box-footer-select-list .dropdown-menu {
    width: 100%;
}
.box-footer-select-list>.dropdown-menu>.dropdown-item {
    display: block;
    padding: 5px;
    cursor: pointer;
    color: #3c8dbc;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}
.box-footer-select-list>.dropdown-menu>.dropdown-item:hover {
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    color: #000;
}
.bot-chat-box textarea.js-auto-size {
    resize: none;
    box-sizing: border-box;
    min-height: 54px;
    max-height: 54px;
    overflow-x: hidden;
}
.bot-cha-container .input-group-btn {
    padding-left: 10px;
}
.bot-cha-container .input-group-btn button.btn {
    padding: 8px 13px;
    border-radius: 0;
}
.bot-cha-container .input-group-btn button.btn:first-child {
    margin-right: 5px;
}

.direct-chat-save-mess {
    display: none;
    position: absolute;
    left: 50%;
    top: 150px;
    width: 60%;
    padding: 30px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ecf0f5;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    z-index: 100;
}

.bot-chat-box.box .input-group-btn {
    vertical-align: bottom;
}
/* Setting for map and img in user chat */
.bot-chat-box .direct-chat-text {
    word-break: break-all;
}
.bot-chat-box .direct-chat-text iframe {
    margin-bottom: 5px;
}
.bot-chat-box .direct-chat-text iframe,
.bot-chat-box .direct-chat-text img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
/* Seting zoom page for user bot images */
.img-zoom-container {
    display: none;
}

.img-zoom-container.activeZoom {
    position: fixed !important;
    display: block;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0,0,0,.85);
    z-index: 10000 !important;
}
.bot-chat-box .direct-chat-text p.activeZoomCont {
    position: fixed !important;
    display: block;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: 500px;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 100000 !important;
    cursor: default;
}
.bot-chat-box .direct-chat-text p.activeZoomCont img {
    max-width: inherit;
    cursor: auto;
}

.img-zoom-container-close {
    text-align: right;
}

.img-zoom-container-close .fa {
    margin-top: 10px;
    margin-right: 10px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

/* Setting for Messages Generation in header */
.mess-generat-icon-bl,
.acc-head-inform-bl {
    padding: 15px;
    webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    cursor: pointer;
}

.mess-generat-icon-bl:hover,
.mess-generat-icon-bl:focus,
.mess-generat-icon-bl.activeWind,
.acc-head-inform-bl:hover,
.acc-head-inform-bl:focus,
.acc-head-inform-bl.activeWind {
    background-color: rgba(0,0,0,.1);
    webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.acc-inform-form-bl .form-control {
    margin-bottom: 15px;
}

.acc-inform-list-body {
    margin-bottom: 15px;
}

.acc-inform-list-cont {
    padding: 10px 10px;
    max-height: 250px;
    overflow-y: auto;
    background-color: rgba(0,0,0,.03);
}
.acc-inform-list-body {
    display: none;
    opacity: 0;
    -webkit-transition: opacity linear .2s;
    -moz-transition: opacity linear .2s;
    -o-transition: opacity linear .2s;
    transition: opacity linear .2s;

}
.acc-inform-list-body.openWind {
    display: block;
    opacity: 1;
    -webkit-transition: opacity linear .2s;
    -moz-transition: opacity linear .2s;
    -o-transition: opacity linear .2s;
    transition: opacity linear .2s;
}

.acc-inform-list-body>.form-group {
    margin-top: 15px;
    margin-bottom: 0;
}

.mess-generat-icon-bl>i,
.acc-head-inform-bl>i {
    color: #fff;
}

.mess-generat-wind-close,
.acc-inform-wind-close {
    display: inline-block;
    float: right;
    cursor: pointer;
}

.mess-generat-wind-close>i,
.acc-inform-wind-close>i {
    font-size: 20px;
    webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;

}
.mess-generat-wind-close>i:hover,
.acc-inform-wind-close>i:hover {
    color: #787c7d;
    webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.mess-generat-wind-bl.activeWind,
.acc-inform-wind-bl.activeWind {
    display: block;
}

.messages-menu  .dropdown-menu.mess-generat-wind-bl {
    width: 350px!important;
    -webkit-transition: width linear .2s;
    -moz-transition: width linear .2s;
    -o-transition: width linear .2s;
    transition: width linear .2s;
}

.dropdown-menu.acc-inform-wind-bl {
    width: 370px!important;
    -webkit-transition: width linear .2s;
    -moz-transition: width linear .2s;
    -o-transition: width linear .2s;
    transition: width linear .2s;
}
.acc-inform-wind-bl.activeWind.wideWind {
    width: 370px!important;
    -webkit-transition: width linear .2s;
    -moz-transition: width linear .2s;
    -o-transition: width linear .2s;
    transition: width linear .2s;
}
/*
.acc-inform-wind-bl.activeWind.wideWind .acc-inform-form-bl {
    width: 300px;
}
*/

.mess-generat-wind-bl .link-view {
    position: absolute!important;
}

.mess-generat-wind-bl .link-view .label-success.link-insert {
    display: block;
    width: 348px;
    padding: 2px 5px;
    white-space: pre-wrap;
    text-align: left;
}
.mess-generat-wind-bl .link-view .alert-warning {
    padding: 7px;
}

.acc-inform-wind-bl .header {
    background-color: #fff;
    padding: 7px 10px;
    border-bottom: 1px solid #f4f4f4;
    color: #444444;
    font-size: 14px;
}

/* Setting for icons in tables on mess-user page */
.table-striped.table-bordered>tbody>tr>td:last-child>a  {
    display: block;
    text-align: center;
}

.mess-restrict-cell {
    display: block;
    position: relative;
    min-height: 60px;
    max-height: 64px;
    overflow-y: hidden;
    padding-right: 25px;
}

.mess-restrict-cell.activeWind {
    height: auto;
    max-height: none;
}

.mess-restrict-cell-icon {
    position: absolute;
    display: block;
    height: 25px;
    width: 25px;
    top: auto;
    bottom: 0;
    right: 0px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    overflow: hidden;
    border-radius: 50%;
}

.mess-restrict-cell-icon:before {
    position: absolute;
    content: "\00AB";
    font-size: 30px;
    height: 25px;
    width: 25px;
    top: 1;
    left: -10px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #3c8dbc;
}

.mess-restrict-cell.activeWind .mess-restrict-cell-icon {
    top: 0;
    bottom: auto;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    background-color: rgba(0,0,0,.05);
}

.mess-restrict-cell.activeWind .mess-restrict-cell-icon:before {
    content: "\203A";
    top: -1px;
    left: -10px;
}

.table>thead>tr>th {
    white-space: pre-line;
    vertical-align: middle;
}

/* Setting for map and images at header menu */
#menu-mess.menu iframe {
    display: inline-block;
    width: 70px;
    height: 40px;
}

#menu-mess.menu img {
    display: inline-block;
    width: 70px;
    height: auto;
}
#menu-mess.menu i {
    vertical-align: top;
}

/*Setting for popup windof with comtacns information on view-send page*/
.mess-user-rel-index {
    position: relative;
}
.acc_wind {
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}
.acc_wind:hover,
.acc_wind:focus {
    color: #c55;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}
.mess-user-rel-index-wind-block {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 550px;
    max-height: 500px;
    padding: 5px;
    opacity: 0;
    background-color: #ecf0f5;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    -webkit-transition: opacity linear .3s;
    -moz-transition: opacity linear .3s;
    -ms-transition: opacity linear .3s;
    -o-transition: opacity linear .3s;
    transition: opacity linear .3s;
    z-index: 1000;
}
.mess-user-rel-index-wind-block.wind-open {
    display: block;
    opacity: 1;
    -webkit-transition: opacity linear .3s;
    -moz-transition: opacity linear .3s;
    -ms-transition: opacity linear .3s;
    -o-transition: opacity linear .3s;
    transition: opacity linear .3s;
}
.mess-user-rel-index-wind-head {
    padding-bottom: 5px;
    text-align: right;
}
.mess-user-rel-index-wind-close {
    height: 20px;
    cursor: pointer;
    font-size: 20px;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}
.mess-user-rel-index-wind-close:hover,
.mess-user-rel-index-wind-close:focus {
    opacity: .8;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}
.mess-user-rel-index-wind-close>i {
    display: block;
    margin-top: -1px;
}
.mess-user-rel-index-wind-body {
    padding: 0 10px 10px 10px;
    max-height: 450px;
    overflow-y: auto;
}
.mess-user-rel-index-wind-list {
    padding: 0;
    list-style: none;
}
.mess-user-rel-index-wind-list .contacts-list-name {
    margin-bottom: 15px;
}

.mess-user-rel-index-wind-list .contacts-list-msg {
    color: #367fa9;
}

.doc-container {
    display: block;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.doc-content h1 {
    margin: 50px 0;
}

.doc-content .doc-img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);

}
.doc-content .doc-img.img-big {
    display: block;
    max-width: 750px;
}
.doc-content .doc-img.img-midd {
    display: block;
    width: 70%;
    max-width: 350px;
}

.doc-content .doc-img.img-sm-fix {
    width: 110px;
}

.doc-content .doc-img.img-midd-fix {
    width: 160px;
}

.doc-content .doc-img.img-big-fix {
    width: 200px;
}

.doc-content .doc-img.img-icon {
    max-width: 40px;
    margin-bottom: 5px;
}

.doc-content .doc-img.img-midd,
.doc-content .doc-img.img-big {
    margin: 20px auto 20px 3%;
}

.doc-btn-block {
    position: relative;
    width: 100%;
    height: 35px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.doc-prev-btn {
    position: absolute;
    top: 0;
    left: 10px;
}

.doc-next-btn {
    position: absolute;
    top: 0;
    right: 10px;
}

.direct-chat-msg {
    position: relative;
}
.direct-chat-msg .remove-mess {
    position: absolute;
    top: 22px;
    cursor: pointer;
}
.direct-chat-msg.right .remove-mess {
    right: 35px;
}
.direct-chat-msg.left .remove-mess {
    left: 35px;
}
.direct-chat-msg .remove-mess:hover {
    color: #ff0000;
}


@media screen and (max-width: 1200px) {
    .bot-chat-box.box.box-primary {
        width: 47%!important;
    }
    .data-icons-blokcs .info-box-text {
        font-size: 13px!important;
    }
}

@media screen and (max-width: 992px) {
    h1, .h1 {
        font-size: 29px;
    }
    a.btn,
    button.btn {
        margin-bottom: 5px;
    }
    .bot-chat-box.box.box-primary {
        display: block;
        width: 90%!important;
        max-width: 570px;
        margin-left: auto;
        margin-right: auto;
    }
    .document-img.img-midd,
    .document-img.img-big {
        margin: 20px auto;
    }

}

@media screen and (min-width: 768px) {
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span {
        padding-left: 12px!important;
    }
}


@media screen and (max-width: 767px) {
    html, body {
        font-size: 14px;
    }
    h1, .h1 {
        font-size: 25px;
    }
    section.content {
        margin-top: 85px;
    }
    aside.main-sidebar {
        position: absolute;
    }
    a.btn,
    button.btn {
        margin-bottom: 5px;
        font-size: 12px;
    }
    table th {
        font-size: 13px;
    }
    .messages-menu  .dropdown-menu.mess-generat-wind-bl,
    .dropdown-menu.acc-inform-wind-bl {
        width: 300px!important;
    }
    .mess-generat-wind-bl .link-view .label-success.link-insert {
        width: 298px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
   .nav li > form > button.logout {
       display:block;
       text-align: left;
       width: 100%;
       padding: 10px 15px;
   }
    .doc-container h1 {
        margin: 0 0 25px 0;
    }
    .doc-content .doc-img.img-midd,
    .doc-content .doc-img.img-big {
        margin: 20px auto;
    }
}





