/*@media only screen and (min-width: 980px) {*/
/*body.menu-pin .admin .page-sidebar {*/
/*transform: translate(210px, 0) !important;*/
/*-webkit-transform: translate(210px, 0) !important;*/
/*-ms-transform: translate(210px, 0) !important;*/
/*width: 280px;*/
/*}*/

/*body.menu-pin .admin .page-container .header {*/
/*padding: 0px 20px 0 160px !important;*/
/*}*/
/*}*/

/*body.menu-pin .admin .page-container {*/
/*padding-left: 160px;*/
/*}*/

/*.admin .page-sidebar ~ .page-container {*/
/*padding-left: 70px;*/
/*}*/

.admin .select2-container.primary .select2-choice:active {
    background-color: #584b8d !important;
    border-color: #584b8d !important;
    color: #ffffff !important;
}

.admin .select2-container.primary .select2-choice:hover {
    background-color: #8a7dbe !important;
    border-color: #8a7dbe !important;
    color: #ffffff !important;
}

.admin .select2-container.primary .select2-choice {
    color: #ffffff !important;
    background-color: #6d5cae !important;
    border-color: #6d5cae !important;
    font-weight: bold;
    font-family: "Montserrat";
    text-transform: uppercase;
}

.admin .select2-container-multi .select2-choices {
    background-image: none;
    border: none !important;
}

.admin .has-error .form-control {
    border-color: #f55753 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.admin .has-error .form-control[disabled] {
    border-color: rgba(160, 160, 160, 0.33) !important;
}

/*EMAILS*/
.admin .email-list {
    width: calc(100% - 250px) !important;
    overflow-x: hidden;
}

.admin .email-wrapper .email-opened .email-content-wrapper .email-content {
    margin: 0 10px;
    width: 95%;
    display: block;
    padding-top: 62px;
    padding-bottom: 70px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.admin .email-wrapper .email-list .list-view-fake-header, .email-wrapper .email-list .list-view-group-header {
    background: #f0f0f0;
    height: 30px;
    color: rgba(98, 98, 98, 0.7);
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 10.8px;
    padding-left: 13px;
    padding-top: 2px;
    letter-spacing: 0.04em;
    width: 100%;
}

.admin .email-list.collapsed {
    width: 665px !important;
}

.admin .email-opened.collapsed {
    height: 0px !important;
}

.admin .email-wrapper .email-opened {
    margin-left: 610px;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    -webkit-transition-timing-function: linear; /* Safari and Chrome */
    transition-timing-function: linear;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;

}

.admin .email-wrapper .email-list .item .status {
    width: 100px;
}

.admin .email-wrapper .email-list .item .datetime {
    color: #121212;
    font-family: arial;
    font-size: 11.1px;
    position: absolute;
    left: 15px;
    top: 15px;
}

.admin .email-wrapper .email-list.collapsed .item .inline {
    width: 200px;
}

.admin .email-wrapper .email-list .item .datetime {
    color: #121212;
    font-family: arial;
    font-size: 11.1px;
    position: initial;
}

.admin .email-wrapper .email-list .email-refresh {
    position: absolute;
    left: 15px;
    top: 5px;
    color: #626262;
    opacity: .34;
    z-index: 101;
    width: 15px;
    cursor: pointer;

}

.admin .email-wrapper .email-list .item .body {
    font-size: 12.6px;
    opacity: .52;
    height: 22px;
    text-overflow: ellipsis;
    /* width: 45%; */
    /* position: absolute; */
    bottom: 23px;
    overflow: hidden;
}

.admin .email-list.collapsed .email-info {
    width: 280px;
}

.admin .email-list .email-info {
    padding-top: 4px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.admin .email-wrapper .email-list .item .subject {
    font-family: 'Helvetica';
    font-size: 14.33px;
    color: #3b4752;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 26px;
    display: -webkit-box;
    white-space: normal;
    line-height: 14px;
}

.admin .email-wrapper .email-list .item {
    height: auto !important;
    list-style: none;
    position: relative;
    border-bottom: 1px solid rgba(230, 230, 230, 0.7);
}

.admin .list-view-fake-header .simple-pagination {
    margin-left: 25px;
    display: -webkit-inline-box;
    display: inline-flex;
    border: 0px;
    color: #626262;
    opacity: 0.6;
}

.admin .list-view-fake-header li {
    padding-left: 0;
    white-space: nowrap;
    cursor: pointer;
    display: table;
    width: 25px;
    text-align: center;
}

.admin .list-view-fake-header li > a {
    color: #626262;
    opacity: 0.6;
}

.admin .list-view-fake-header li.active {
    background-color: #fef6dd;
    cursor: initial;
}

.admin .list-view-fake-header li.active.prev {
    display: none;
}

.admin .list-view-fake-header li.active.next {
    display: none;
}

.admin .uppercase {
    text-transform: uppercase;
}

.admin .email-content .pgn.pgn-bar button {
    margin-right: 17px;
}

.admin .email-content .pgn.pgn-bar {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 50px;
    z-index: 2000;
}

.admin .email-wrapper .email-sidebar .main-menu > li.active > a > .title:after {
    background: none !important;
    border: 0 !important;
}

.admin .email-wrapper .email-sidebar .main-menu li a .badge {
    background: transparent;
    font-size: 13px;
    color: #788195;
    line-height: 32px;
}

.admin .email-wrapper .email-composer {
    overflow: initial;
}

.admin .email-list-toggle {
    cursor: pointer;
}

.admin .email-content .ticketRow {
    border: 1px solid rgba(230, 230, 230, 0.7);
    margin-bottom: 10px;
}

.admin .email-wrapper .email-opened .actions li > div.select2 {
    border: none !important;
}

.admin .email-wrapper .email-opened .actions li > div.select2 .select2-choice {
    background-color: transparent;
    border: none !important;
}

.admin .email-wrapper .email-opened .actions li > div.select2 .select2-choice .select2-chosen.label {
    text-transform: uppercase;
    margin-top: 17px;
}

.admin .email-wrapper .email-opened .actions li > div.select2 .select2-choice .select2-chosen {
    text-overflow: initial;
    display: inline-block;
    /*margin-top: 2px;*/
}

.admin a.gwt-Anchor {
    cursor: pointer;
}

.admin .email-wrapper .list-view-fake-header > .checkbox {
    margin-top: 3px;
}

.admin .email-wrapper .list-view-fake-header > div.select2.sort {
    border: none;
    width: 200px !important;
}

.admin .email-wrapper .list-view-fake-header > div.select2.sort .select2-choice {
    height: 24px;
    line-height: 17px;
    margin-right: 20px;
}

.admin .form-group.form-group-default.group-readonly {
    background-color: rgba(211, 211, 211, 0.33);
    /* cursor: not-allowed; */
}

.admin .clientTable.table tbody tr td {
    background: #fff;
    border-bottom: 1px solid rgba(230, 230, 230, 0.7);
    border-top: 0px;
    padding: 5px 20px 5px 20px;
    font-size: 13.5px;
}

.admin .clientTable th{
    cursor: pointer;
}

img.admin-emission-type {
    height:24px;
}


/*EMD OF EMAILS*/

.full-height-popup .modal-dialog, .full-height-popup .modal-content {
    height: 98% !important;
    width: 98% !important;
    margin: 0 auto;
}

.full-height-popup .filePreview .modal-dialog, .full-height-popup .filePreview .modal-content {
    height: 100vh !important;
    margin: 0;
}

.full-height-popup .modal-body {
    /*max-height: calc(100% - 120px);*/
    /*overflow-y: hidden;*/
    /*height: 100%;*/
    width: 100%;
}

.document-images {
    max-width: 95%;
    max-height: 250px;
}

.validation-document-container {
    display: inline-block;
    margin-right: 70px;
    height: 300px;
    width: 275px;
    vertical-align: top;
}

ul.no-list-style {
    list-style: none !important;
}

.attachment-container .attachment-type-select {
    width: 200px !important;
    margin-left: 20px;
}

.admin .modal .modal-body {
    max-height: initial;
    overflow-y: auto;
}

.appraisal-owner-editor {
    border-collapse: separate;
    border: solid #FFF 1px;
    border-radius: 7px;
    border-left: 0px;
    background: #EEE;
    padding-top: 8px;
    padding-bottom: 5px;
}

.appraisal-owner-editor .owner-index {
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 15px;
    float: left;
    width: 10px;
    margin-top: 8px;
    margin-bottom: 0px;
    font-weight: 500;
}

.appraisal-owner-editor .owner-remove {
    min-height: 1px;
    float: left;
    margin-top: 8px;
    margin-bottom: 0px;
}

.mortgage-editor {
    border-collapse: separate;
    border: solid #FFF 1px !important;
    border-radius: 7px;
    border-left: 0px;
    background: #EEE;

}

.mortgage-editor a.remove {
    margin-top: 75px;
}

.mortgage-editor .appraisal-owner-editor {
    margin-right: -90px;
    border: none !important;
}

.has-error.help-block {
    color: #FF5722;
}

.admin .popover, .admin .popover-content {
    max-width: 400px !important;
    max-height: 400px !important;
}

.admin .popover img {
    max-width: 370px !important;
    max-height: 370px !important;
}

.admin .email-wrapper .email-opened .actions li > div.select2 .select2-arrow {
    text-transform: uppercase;
    margin-top: -5px;
}
.m-t-minus-15{
    margin-top: -15px;
}

.admin .select2-container-multi {
    border-radius: 2px;
    border: 1px solid #CCC !important;
}
.admin .email-wrapper .email-opened .email-content-wrapper {
    background: #fff;
    height: 100%;
    width: auto;
    overflow: auto;
}
@media screen and (max-device-width: 1366px) {
    .admin .email-wrapper .email-opened:not(.collapsed)
    .email-content-wrapper {
        position:fixed;
        width: 63%;
        right:0px;
        z-index:9000;
        -webkit-transition: width 2s; /* Safari */
        transition: width 2s;
        border-left: 1px solid rgba(0, 0, 0, 0.07);
    }
}

@media screen and (max-width: 1366px) {
    .admin .email-wrapper .email-opened:not(.collapsed)
    .email-content-wrapper {
        position:fixed;
        width: 63%;
        right:0px;
        z-index:9000;
        -webkit-transition: width 2s; /* Safari */
        transition: width 2s;
        border-left: 1px solid rgba(0, 0, 0, 0.07);
    }
}