
.wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
    /*min-width: 1200px;*/
}

.left-block, .content-block {
    display: table-cell;
}

.left-block {
    width: 160px;
    height: 100vh;
    color: #ffffff;
    background-color: #292a29;
}

/*
@media (max-width: 1199px)
{
    .left-block {
        width: 46px;
    }
}
*/
.left-block {
    width: 46px;
}

.content-block {
    vertical-align: top;
}

.logo {
    width: 100%;
    height: 65px;
    margin-top: 15px;
    padding: 5px;
}

.logo img {
    max-height: 65px;
}

.profile {
    height: 65px;
    /*padding: 20px 20px;*/
    padding: 7px 20px;
    border-bottom: solid 1px #dadada;
}

.profile .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    margin-left: 15px;
    border: solid 1px #292a29;
    cursor: pointer;
}

.profile .avatar:hover {
    border: solid 1px #ebb308;
}

.content {
    margin: 10px;
}

.block {
    margin-bottom: 10px;
}

.title {

}

.filter {
    min-height: 72px;
    border-left: solid 1px #ebebeb;
    border-right: solid 1px #ebebeb;
    border-bottom: solid 1px #dadada;
    padding-left: 30px;
    padding-bottom: 15px;
}

.filter .form {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 15px;
}

.filter .form input, .filter .form select {
    height: 32px;
    background-color: #ffffff;
}

.filter .form .button-filter {
    width: 80%;
}

.form-half {
    width: 48.8%;
    display: inline;
    height: 50px;
}

.form-header {
    border: none !important;
    font-weight: 600;
    font-size: 30px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 50px;
}

.company-name {
    margin-top: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 50px;
    color: rgb(85, 85, 85);
}

.events,
.agents {
    border-left: solid 1px #ebebeb;
    border-right: solid 1px #ebebeb;
    border-bottom: solid 1px #dadada;
    padding: 20px;
}

.list-group-item {
    padding: 6px 15px;
}

.history {
    border: solid 1px #e5e5e5;
    background-color: #f5f5f5;
    height: 480px;
    padding: 15px;
    overflow: hidden;
    overflow-y: scroll;
}

.selectOptions {
    padding: 0;
}

.selectOptions #changeOptions {
    display: none;
}

.btn-call {
    margin-right: 10px;
}

.crm-user {
    display: inline-block;
    margin-top: 16px;
}

.table-offers {
    border-collapse: separate;
    border:solid 1px #000000;
}

.table-agents tr {
    cursor: pointer;
}

tr.items {
    display: none;
}

tr.itemsDetail {
    display: none;
}

.fix-margin {
    margin-top: 10px;
}

.col-hr hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.col-action {
    padding: 10px 0 0 15px;
}
.col-action a {
    text-decoration: none;
}

.alert-small {
    display: inline-block;
    text-align: center;
    min-width: 100px;
}

.message {
    display: none;
}