﻿.popout .folderStructureContainer {
  top: 30px;
}
body .folderItemsSortSelector.selector .items ul li {
  background-color: #e3e8ec;
}
body .folderItemsSortSelector.selector .items ul li:hover {
  background-color: #ced8e2;
}
body .folderItemsSortSelector.selector .items ul li.selected {
  background-color: #9cadc0;
  color: #ffffff;
}
body .folderItemsSortSelector.selector .items ul li.selected .item .itemName {
  display: inline-block;
}
body .folderItemsSortSelector.selector .items ul li.selected .item .decend {
  display: inline-block;
  background-image: url(../images/MessageView/dropdown_down.png);
  width: 10px;
  height: 11px;
  top: 2px;
  left: 5px;
  position: relative;
  float: right;
}
body .folderItemsSortSelector.selector .items ul li.selected .item .decend.ascend {
  background-image: url(../images/MessageView/dropdown_up.png);
}
.folderStructureContainer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #6785a4;
  background-image: url(../images/bg_gradient.png);
  background-position: top left;
  background-repeat: no-repeat;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /**Keeping if in future 3 dots will be required (does not look very good)*/
  /*.multiline-ellipsis:after {
        content: "\02026";  

        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;

        float: right; position: relative;
        top: -25px; left: 100%; 
        width: 3em; margin-left: -3em;
        padding-right: 5px;

        text-align: right;

        background: -webkit-gradient(linear, left top, right top,
            from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
        background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);           
        background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
        background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
        background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    }*/
}
.folderStructureContainer .noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.folderStructureContainer ul {
  padding: 0;
  list-style-type: none;
}
.folderStructureContainer p {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
.folderStructureContainer .one-row-ellipsis {
  max-width: calc(98%);
  overflow-x: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.folderStructureContainer .multiline-ellipsis {
  overflow: hidden;
  height: 60px;
}
.folderStructureContainer .multiline-ellipsis:before {
  content: "";
  float: left;
  width: 5px;
  height: 60px;
}
.folderStructureContainer .multiline-ellipsis > *:first-child {
  float: right;
  width: 100%;
  margin-left: -5px;
}
.folderStructureContainer .topPanel {
  background-color: #9db4ca;
  width: 100%;
  height: 42px;
  float: left;
}
.folderStructureContainer .topPanel .navigationBar {
  float: left;
  display: inline-block;
  font-family: 'Arial Black', Gadget, sans-serif;
  font-size: 28px;
  margin-left: 39px;
}
.folderStructureContainer .topPanel .navigationBar .parentFolderNav {
  display: inline-block;
  cursor: pointer;
  font-family: Arial;
  color: #ebf0f4;
}
.folderStructureContainer .topPanel .navigationBar .parentFolderNav:hover {
  color: #4e93c8;
}
.folderStructureContainer .topPanel .navigationBar .parentFolderNav:active {
  color: #3387c8;
}
.folderStructureContainer .topPanel .navigationBar .arrow {
  display: inline-block;
  margin-bottom: 3px;
  background-image: url(../images/MessageView/next.png);
  height: 10px;
  width: 7px;
}
.folderStructureContainer .topPanel .navigationBar .currentFolderNav {
  display: inline-block;
  font-family: Arial;
  color: #ebf0f4;
}
.folderStructureContainer .topPanel .rightPanel {
  display: inline-block;
  float: right;
  margin-right: 7px;
  /*margin-top: 7px;*/
}
.folderStructureContainer .topPanel .rightPanel .paging {
  display: inline-block;
  margin-right: 16px;
  position: relative;
  top: 2px;
  /*vertical-align: middle;*/
}
.folderStructureContainer .topPanel .rightPanel .paging .numberOfItems {
  display: inline-block;
  font-size: 20px;
  font-family: Arial;
  color: #ebf0f4;
  margin-right: 16px;
}
.folderStructureContainer .topPanel .rightPanel .paging .navigationArrowsSize {
  display: inline-block;
  width: 7px;
  height: 10px;
  margin-top: 10px;
}
.folderStructureContainer .topPanel .rightPanel .paging .firstPageArrow {
  display: inline-block;
  width: 7px;
  height: 10px;
  margin-top: 10px;
  margin-right: 4px;
  width: 14px;
  background-image: url(../images/MessageView/prevision.png);
}
.folderStructureContainer .topPanel .rightPanel .paging .firstPageArrow:hover {
  background-image: url(../images/MessageView/prevision_hover.png);
}
.folderStructureContainer .topPanel .rightPanel .paging .firstPageArrow:active {
  background-image: url(../images/MessageView/prevision_clicked.png);
}
.folderStructureContainer .topPanel .rightPanel .paging .firstPageArrow.prePagingDisabled {
  background-image: url(../images/MessageView/prevision_disabled.png);
}
.folderStructureContainer .topPanel .rightPanel .paging .previousPageArrow {
  display: inline-block;
  width: 7px;
  height: 10px;
  margin-top: 10px;
  margin-right: 4px;
  background-image: url(../images/MessageView/prevision.png);
}
.folderStructureContainer .topPanel .rightPanel .paging .previousPageArrow:hover {
  background-image: url(../images/MessageView/prevision_hover.png);
}
.folderStructureContainer .topPanel .rightPanel .paging .previousPageArrow:active {
  background-image: url(../images/MessageView/prevision_clicked.png);
}
.folderStructureContainer .topPanel .rightPanel .paging .previousPageArrow.prePagingDisabled {
  background-image: url(../images/MessageView/prevision_disabled.png);
}
.folderStructureContainer .topPanel .rightPanel .paging .nextPageArrow {
  display: inline-block;
  width: 7px;
  height: 10px;
  margin-top: 10px;
  margin-right: 4px;
  background-image: url(../images/MessageView/next.png);
}
.folderStructureContainer .topPanel .rightPanel .paging .nextPageArrow:hover {
  background-image: url(../images/MessageView/next_hover.png);
}
.folderStructureContainer .topPanel .rightPanel .paging .nextPageArrow:active {
  background-image: url(../images/MessageView/next_clicked.png);
}
.folderStructureContainer .topPanel .rightPanel .paging .nextPageArrow.nextPagingDisabled {
  background-image: url(../images/MessageView/next_disabled.png);
}
.folderStructureContainer .topPanel .rightPanel .paging .lastPageArrow {
  display: inline-block;
  width: 7px;
  height: 10px;
  margin-top: 10px;
  width: 14px;
  background-image: url(../images/MessageView/next.png);
}
.folderStructureContainer .topPanel .rightPanel .paging .lastPageArrow:hover {
  background-image: url(../images/MessageView/next_hover.png);
}
.folderStructureContainer .topPanel .rightPanel .paging .lastPageArrow:active {
  background-image: url(../images/MessageView/next_clicked.png);
}
.folderStructureContainer .topPanel .rightPanel .paging .lastPageArrow.nextPagingDisabled {
  background-image: url(../images/MessageView/next_disabled.png);
}
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh {
  display: inline-block;
  /*vertical-align: middle;*/
}
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh .search-bar {
  display: inline-block;
  margin-right: 18px;
}
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh .filters {
  display: inline-block;
  margin-right: 14px;
  position: relative;
  top: 7px;
}
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh .filters .calender {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(../images/MessageView/callendar.png);
  cursor: pointer;
}
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh .filters .calender:hover {
  background-image: url(../images/MessageView/callendar_hover.png);
}
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh .filters .calender:active {
  background-image: url(../images/MessageView/callendar_clicked.png);
}
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh .filters .calender.date-filter-on {
  background-image: url(../images/MessageView/callendar_clicked.png);
}
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh .filters .filterByDate {
  display: inline-block;
  width: 550px;
  height: 335px;
  background-color: #9cadc0;
  position: absolute;
  right: -7px;
  top: 45px;
  z-index: 10000;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh .filters .filterByDate .divArrow {
  background-image: url(../images/dark_dropdown_arrow_h.png);
  height: 5px;
  width: 10px;
  background-repeat: no-repeat;
  position: absolute;
  right: 2px;
  top: 1px;
  transform: rotate(180deg);
  -moz-transform: scale(1.7, 1.7) rotate(180deg);
  -ms-transform: scale(1.7, 1.7) rotate(180deg);
  -o-transform: scale(1.7, 1.7) rotate(180deg);
  -webkit-transform: scale(1.7, 1.7) rotate(180deg);
  transform: scale(1.7, 1.7) rotate(180deg);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh .filters .filterByDate .calenders {
  /*display: inline-flex;
                            display: -ms-flexbox;
                            -ms-flex-pack: center;*/
}
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh .filters .filterByDate .calenders .startDate {
  display: inline-block;
  position: relative;
  top: 10px;
  left: 15px;
}
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh .filters .filterByDate .calenders .endDate {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 4px;
  /*left: 20px;*/
  /*margin-left: auto;*/
  margin-right: 25px;
}
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh .filters .filterByDate .calenders .startDateLable,
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh .filters .filterByDate .calenders .endDateLable {
  width: 230px;
  font-size: 20px;
  font-family: Arial;
  color: #ebf0f4;
  margin-bottom: 10px;
  margin-right: 16px;
  /*display: inline-block;*/
  position: relative;
  left: 10px;
  display: inline-block;
}
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh .filters .filterByDate .calenders .startDateLable .lableText,
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh .filters .filterByDate .calenders .endDateLable .lableText {
  display: inline-block;
  margin-top: 5px;
}
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh .filters .filterByDate .calenders .customTimePicker {
  height: 40px;
  display: inline-block;
  float: right;
}
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh .filters .filterByDate .calenders .customTimePicker .dateTimeinfo {
  vertical-align: 18px;
}
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh .filters .filterByDate .calenders .customTimePicker .timePickerStyle {
  width: 20px;
}
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh .filters .filterByDate .calenders .customTimePicker .timePickerStyle .glyphicon {
  top: 0px;
  line-height: 0;
}
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh .filters .filterByDate .calenders .customTimePicker .timePickerStyle .form-control {
  display: inline-block;
  width: 30px;
  height: 20px;
  padding: 0px;
  padding-bottom: 2px;
  font-size: 12px;
  vertical-align: middle;
  margin: 0px;
}
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh .filters .filterByDate .calenders .customTimePicker .timePickerStyle .tr td {
  margin: 0px;
  width: 0px;
}
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh .filters .filterByDate .calenders .customTimePicker .timePickerStyle input {
  margin: 0px;
}
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh .filters .filterByDate .calenders .customTimePicker .timePickerStyle .btn {
  padding: 0px;
  margin-bottom: 0;
  line-height: 8px;
}
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh .filters .filterByDate .calenders .customTimePicker .timePickerStyle td {
  height: 10px;
  line-height: 10px;
}
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh .filters .filterByDate .calenders .datePickerSection {
  /*display: inline-block;*/
}
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh .filters .filterByDate .calenders .datePickerSection .dateInput {
  width: 60px;
  font-size: 9px;
  height: 20px;
  margin-bottom: 0px;
  padding-left: 2px;
  /*display: inline-block;*/
}
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh .filters .filterByDate .calenders .datePickerSection .customDatePicker {
  margin-left: 0;
  padding: 5px 0;
  margin: 2px 0 0;
  border-radius: 3px;
  background-color: #9cadc0;
}
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh .filters .filterByDate .calenders .datePickerSection .customTodayBtn {
  position: relative;
  left: 35px;
  top: 7px;
  width: 200px;
}
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh .filters .filterByDate .calenders .datePickerSection .todayDisabled {
  opacity: 0.7;
  pointer-events: none;
  /*&:hover{
                                        cursor: default;
                                        background-color: #5bc0de;
                                        border-color: #46b8da;
                                    }*/
}
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh .filters .filterByDate .searchBtn {
  position: absolute;
  bottom: 10px;
  right: 30px;
  background-color: #64bafd;
  border-color: #64bafd;
}
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh .filters .filterByDate .clearBtn {
  position: absolute;
  bottom: 10px;
  right: 100px;
  width: 65px;
  background-color: #64bafd;
  border-color: #64bafd;
}
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh .refresh {
  display: inline-block;
  position: relative;
  top: 7px;
  width: 26px;
  height: 26px;
  background-image: url(../images/MessageView/refresh.png);
  cursor: pointer;
}
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh .refresh:hover {
  background-image: url(../images/MessageView/refresh_hover.png);
}
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh .refresh:active {
  background-image: url(../images/MessageView/refresh_clicked.png);
}
.folderStructureContainer .topPanel .rightPanel .filtersAndRefresh .refresh.disabled {
  background-image: url(../images/MessageView/refresh.png);
  opacity: 0.5;
  cursor: default;
}
.folderStructureContainer .seperator1 {
  float: left;
  width: auto;
  height: 1px;
  background-color: #aec2d7;
}
.folderStructureContainer .seperator2 {
  float: left;
  width: auto;
  height: 1px;
  background-color: #9d9d9d;
}
.folderStructureContainer .middle {
  width: 100%;
  height: calc(100% - 44px);
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 auto;
  position: relative;
}
.folderStructureContainer .middle .foldersContainer {
  display: inline-block;
  margin-left: 39px;
  height: 100%;
  width: 100%;
}
.folderStructureContainer .middle .foldersContainer .folder {
  position: relative;
  height: 145px;
  width: 199px;
  border: 1px solid #f7f7f7;
  border-radius: 3px;
  margin-right: 43px;
  margin-top: 71px;
  display: inline-block;
  cursor: pointer;
}
.folderStructureContainer .middle .foldersContainer .folder:first-child {
  margin-left: 0px;
}
.folderStructureContainer .middle .foldersContainer .folder:hover {
  background-color: #627d96;
  opacity: 0.84;
}
.folderStructureContainer .middle .foldersContainer .folder:hover .folderIcon.Email {
  background-image: url(../images/MessageView/email_hover.png);
}
.folderStructureContainer .middle .foldersContainer .folder:hover .folderIcon.Voicemail {
  background-image: url(../images/MessageView/voicemail_hover.png);
}
.folderStructureContainer .middle .foldersContainer .folder:hover .folderIcon.Callback {
  background-image: url(../images/MessageView/callback_hover.png);
}
.folderStructureContainer .middle .foldersContainer .folder:hover .folderIcon.DeferredEmails {
  background-image: url(../images/MessageView/deferred_emails_hover.png);
}
.folderStructureContainer .middle .foldersContainer .folder:hover .folderIcon.DeferredVoiceMails {
  background-image: url(../images/MessageView/deferred_voicemails_hover.png);
}
.folderStructureContainer .middle .foldersContainer .folder .block {
  filter: alpha(opacity=60);
  /* IE */
  -moz-opacity: 0.6;
  /* Mozilla */
  opacity: 0.6;
  /* CSS3 */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.folderStructureContainer .middle .foldersContainer .folder .folderName {
  font-size: 20px;
  font-family: Arial;
  text-align: center;
  color: white;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.folderStructureContainer .middle .foldersContainer .folder .folderIcon {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
}
.folderStructureContainer .middle .foldersContainer .folder .folderIcon.Email {
  background-image: url(../images/MessageView/email_reg.png);
}
.folderStructureContainer .middle .foldersContainer .folder .folderIcon.Voicemail {
  background-image: url(../images/MessageView/voicemail_reg.png);
}
.folderStructureContainer .middle .foldersContainer .folder .folderIcon.Callback {
  background-image: url(../images/MessageView/callback_reg.png);
}
.folderStructureContainer .middle .foldersContainer .folder .folderIcon.DeferredEmails {
  background-image: url(../images/MessageView/deferred_emails_reg.png);
}
.folderStructureContainer .middle .foldersContainer .folder .folderIcon.DeferredVoiceMails {
  background-image: url(../images/MessageView/deferred_voicemails_reg.png);
}
.folderStructureContainer .middle .foldersContainer .deferredHeader {
  font-family: Arial;
  color: #ebf0f4;
  font-size: 28px;
  margin-top: 80px;
}
.folderStructureContainer .middle .foldersContainer .deferredContainer .folder {
  margin-top: 41px;
}
.folderStructureContainer .middle .foldersContainer .deferredContainer .folder:first-child {
  margin-left: 0px;
}
.folderStructureContainer .middle .foldersContainer .foldersSeperator {
  height: 1px;
  background-color: #d2dfeb;
  left: 40px;
  right: 40px;
  margin-top: 5px;
  margin-right: 80px;
}
.folderStructureContainer .middle .folderItemsView {
  width: 100%;
  position: absolute;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer {
  height: 100%;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .topFoldersSeperator {
  height: 1px;
  width: auto;
  color: #ced8e2;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .table thead tr {
  background-color: #f3f6f8;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .table tbody .folderSeperator {
  width: auto;
  height: 1px;
  color: #b8c7d6;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .table tbody tr {
  background-color: white;
  width: 100%;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .table tbody tr:hover {
  background-color: #d5dfe8;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .table tbody tr:hover .interactionButtons .icon {
  display: inline-block;
  width: 21px;
  height: 21px;
  /*margin-top: 25px;*/
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .table tbody tr:hover .interactionButtons .icon.pullDisabled {
  cursor: default;
  background-image: url(../images/MessageView/pull_table_disabled.png);
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .table tbody tr:hover .interactionButtons .icon.pull {
  cursor: pointer;
  background-image: url(../images/MessageView/pull_table.png);
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .table tbody tr:hover .interactionButtons .icon.pull:hover {
  background-image: url(../images/MessageView/pull_table_hover.png);
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .table tbody tr:hover .interactionButtons .icon.pull:active {
  background-image: url(../images/MessageView/pull_table_chosen.png);
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .table tbody tr:hover .interactionButtons .icon.deleteDisabled {
  cursor: default;
  background-image: url(../images/MessageView/delete_table_disabled.png);
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .table tbody tr:hover .interactionButtons .icon.delete {
  cursor: pointer;
  background-image: url(../images/MessageView/delete_table.png);
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .table tbody tr:hover .interactionButtons .icon.delete:hover {
  background-image: url(../images/MessageView/delete_table_hover.png);
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .table tbody tr:hover .interactionButtons .icon.delete:active {
  background-image: url(../images/MessageView/delete_table_chosen.png);
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .table tbody tr .colCheckbox {
  width: 2%;
  min-width: 50px;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .emailItems .table {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .emailItems .table .colInteractions {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .emailItems .table .colPreview {
  max-width: 500px;
  min-width: 300px;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .emailItems .table .colDeferredBy {
  padding-bottom: 9px;
  margin: 1px;
  width: 10%;
  min-width: 40px;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .emailItems .table .colTime {
  width: 10%;
  text-align: right;
  margin-right: 14px;
  min-width: 100px;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .emailItems .table thead .colTime {
  padding-right: 22px;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .emailItems .table tbody tr {
  height: 60px;
  cursor: pointer;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .emailItems .table tbody tr:hover .colTimeContent .interactionButtons {
  margin-top: 8px;
  float: right;
  clear: right;
  position: relative;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .emailItems .table tbody tr .colPreview .bodyPreview {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .emailItems .table tbody tr .colInteractions .colInteractionsContainer .importance {
  width: 21px;
  height: 21px;
  display: inline-block;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .emailItems .table tbody tr .colInteractions .colInteractionsContainer .importance .importanceImg {
  height: 100%;
  width: 100%;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .emailItems .table tbody tr .colInteractions .colInteractionsContainer .importance .importanceImg.lowImportance {
  background-image: url(../images/MessageView/low_importance.png);
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .emailItems .table tbody tr .colInteractions .colInteractionsContainer .importance .importanceImg.medImportance {
  background-image: url(../images/MessageView/med_importance.png);
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .emailItems .table tbody tr .colInteractions .colInteractionsContainer .importance .importanceImg.highImportance {
  background-image: url(../images/MessageView/hi_importance.png);
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .emailItems .table tbody tr .colInteractions .colInteractionsContainer .attachment {
  width: 21px;
  height: 21px;
  display: inline-block;
  background-image: url(../images/MessageView/attachment.png);
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .voicemailItems .table,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .callbackItems .table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .voicemailItems .table > tbody > tr:nth-child(even),
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .callbackItems .table > tbody > tr:nth-child(even) {
  background-color: #f3f6f8;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .voicemailItems .table > tbody > tr:nth-child(even):hover,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .callbackItems .table > tbody > tr:nth-child(even):hover {
  background-color: #d5dfe8;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .voicemailItems .table thead tr,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .callbackItems .table thead tr {
  background-color: #f3f6f8;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .voicemailItems .table thead .basicColumn,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .callbackItems .table thead .basicColumn {
  width: 100px;
  max-width: 100px;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .voicemailItems .table thead .checkBoxSpaceHolder,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .callbackItems .table thead .checkBoxSpaceHolder {
  width: 50px;
  max-width: 50px;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .voicemailItems .table thead .colCallTo,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .callbackItems .table thead .colCallTo {
  width: 100px;
  max-width: 100px;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .voicemailItems .table thead .colArrivalTime,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .callbackItems .table thead .colArrivalTime {
  width: 100px;
  max-width: 100px;
  width: 150px;
  min-width: 150px;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .voicemailItems .table thead .colScheduleTime,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .callbackItems .table thead .colScheduleTime {
  width: 100px;
  max-width: 100px;
  /*width: 150px;*/
  min-width: 150px;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .voicemailItems .table thead .colDirectAgentID,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .callbackItems .table thead .colDirectAgentID {
  width: 100px;
  max-width: 100px;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .voicemailItems .table thead .withoutColDirectAgentID,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .callbackItems .table thead .withoutColDirectAgentID {
  width: 100px;
  max-width: 100px;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .voicemailItems .table thead .colQueue,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .callbackItems .table thead .colQueue {
  width: 100px;
  max-width: 100px;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .voicemailItems .table thead .colSkill,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .callbackItems .table thead .colSkill {
  width: 100px;
  max-width: 100px;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .voicemailItems .table thead .colCaller,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .callbackItems .table thead .colCaller {
  width: 100px;
  max-width: 100px;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .voicemailItems .table thead .colImmediateDial,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .callbackItems .table thead .colImmediateDial {
  width: 100px;
  max-width: 100px;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .voicemailItems .table thead .colDeferredOrDeletedTime,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .callbackItems .table thead .colDeferredOrDeletedTime {
  width: 100px;
  max-width: 100px;
  width: 150px;
  min-width: 150px;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .voicemailItems .table thead .colDeferredOrDeletedBy,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .callbackItems .table thead .colDeferredOrDeletedBy {
  width: 100px;
  max-width: 100px;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .voicemailItems .table thead .colSpaceHolder,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .callbackItems .table thead .colSpaceHolder {
  width: 10%;
  max-width: 10%;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .voicemailItems .table thead .colInteractionButtons,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .callbackItems .table thead .colInteractionButtons {
  width: 100px;
  max-width: 100px;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .voicemailItems .table tbody tr,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .callbackItems .table tbody tr {
  height: 45px;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .voicemailItems .table tbody tr td,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .callbackItems .table tbody tr td {
  max-width: calc(98%);
  overflow-x: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .voicemailItems .table tbody tr .immediateDial,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .callbackItems .table tbody tr .immediateDial {
  background-image: url(../images/Icons/V.png);
  width: 18px;
  height: 12px;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .voicemailItems .table tbody tr .colInteractions .interactionButtons,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .callbackItems .table tbody tr .colInteractions .interactionButtons {
  float: right;
  position: relative;
  top: 2px;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .voicemailItems .table tbody tr .checkboxItem .checkBoxDiv .innerCheckboxDiv,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .callbackItems .table tbody tr .checkboxItem .checkBoxDiv .innerCheckboxDiv {
  margin-top: 0;
  margin-left: 4px;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .voicemailItems .table > thead > tr > td,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .callbackItems .table > thead > tr > td,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .voicemailItems .table > tbody > tr > td,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .callbackItems .table > tbody > tr > td,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .voicemailItems .table > tfoot > tr > td,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .callbackItems .table > tfoot > tr > td {
  vertical-align: middle;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .checkboxItem .checkBoxDiv .innerCheckboxDiv {
  margin-top: 5px;
  margin-left: 10px;
  cursor: auto;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .filterSortPanel {
  background-color: white;
  width: 100%;
  height: 35px;
  /*display: inline-flex;  needs to be remove for callback view*/
  *display: inline;
  *zoom: 1;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .filterSortPanel .checkboxAllItems {
  float: left;
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: 6px;
  left: 18px;
  margin-right: 20px;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .filterSortPanel .checkboxAllItems .checkBoxDiv .innerCheckboxDiv {
  cursor: auto;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .filterSortPanel .deferredFilter {
  float: left;
  height: 100%;
  margin-right: 40px;
  /*display: inline-flex;*/
  display: inline-block;
  position: relative;
  top: 5px;
  left: 10px;
  /*width: 130px;*/
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .filterSortPanel .multipleChoiceButtons {
  float: left;
  display: inline-block;
  position: relative;
  top: 6px;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .filterSortPanel .multipleChoiceButtons .multiplePull {
  display: inline-block;
  width: 80px;
  height: 24px;
  background-image: url(../images/MessageView/multiple_pull.png);
  cursor: pointer;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .filterSortPanel .multipleChoiceButtons .multiplePull:hover {
  background-image: url(../images/MessageView/multiple_pull_hover.png);
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .filterSortPanel .multipleChoiceButtons .multiplePull:active {
  background-image: url(../images/MessageView/multiple_pull_clicked.png);
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .filterSortPanel .multipleChoiceButtons .multipleDelete {
  display: inline-block;
  width: 80px;
  height: 24px;
  margin-left: 20px;
  background-image: url(../images/MessageView/multiple_delete.png);
  cursor: pointer;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .filterSortPanel .multipleChoiceButtons .multipleDelete:hover {
  background-image: url(../images/MessageView/multiple_delete_hover.png);
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .filterSortPanel .multipleChoiceButtons .multipleDelete:active {
  background-image: url(../images/MessageView/multiple_delete_clicked.png);
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .filterSortPanel .sort,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .filterSortPanel .deferredFilter {
  display: inline-block;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .filterSortPanel .sort .sortCaption,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .filterSortPanel .deferredFilter .sortCaption,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .filterSortPanel .sort .filterByCaption,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .filterSortPanel .deferredFilter .filterByCaption {
  display: inline-block;
  cursor: auto;
  padding-top: 5px;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .filterSortPanel .sort .filterByCaption,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .filterSortPanel .deferredFilter .filterByCaption {
  display: inline-block;
  margin-right: 10px;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .filterSortPanel .sort .selector,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .filterSortPanel .deferredFilter .selector {
  display: inline-block;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .filterSortPanel .sort .selector .selected-panel,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .filterSortPanel .deferredFilter .selector .selected-panel {
  border: none;
  width: 130px;
  color: #313131;
  font-size: 12px;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .filterSortPanel .sort .selector .indicator,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .filterSortPanel .deferredFilter .selector .indicator {
  margin-top: 3px;
  width: 9px;
  height: 6px;
  background-image: url(../images/dark_dropdown_arrow.png);
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .filterSortPanel .sort .selector .indicator i,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .filterSortPanel .deferredFilter .selector .indicator i {
  display: none;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .filterSortPanel .sort .selector:hover .selected-panel,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .filterSortPanel .deferredFilter .selector:hover .selected-panel {
  color: #64768A;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .filterSortPanel .sort .selector:hover .indicator,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .filterSortPanel .deferredFilter .selector:hover .indicator {
  background-image: url(../images/dark_dropdown_arrow_h.png);
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .filterSortPanel .sort .sortDevider,
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .filterSortPanel .deferredFilter .sortDevider {
  height: auto;
  width: 1px;
  background-color: black;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .filterSortPanel .sort {
  float: right;
  position: relative;
  right: 10px;
  top: 5px;
  margin-left: auto;
  /*display: inline-flex;*/
  display: inline-block;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .filterSortPanel .sort .selector .selected-panel {
  width: 150px;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .folderItems {
  width: 100%;
  position: absolute;
  overflow: auto;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .folderItems .from {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #353535;
  max-width: calc(98%);
  overflow-x: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  float: left;
  clear: left;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .folderItems .to {
  font-family: Arial;
  font-size: 15px;
  font-weight: normal;
  color: #353535;
  margin-top: 4px;
  max-width: calc(98%);
  overflow-x: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  float: left;
  clear: left;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .folderItems .subject {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #64bafd;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .folderItems .bodyPreview {
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  color: #757575;
  text-align: justify;
  -ms-text-justify: inter-word;
  text-justify: inter-word;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .folderItems .colInteractions .flags {
  margin-top: 4px;
  float: left;
  clear: left;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .folderItems .colTime .colTimeContent {
  margin-top: 5px;
  margin-right: 14px;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .folderItems .colTime .colTimeContent .arrivalTime {
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  color: #7b8ea1;
  max-width: calc(98%);
  overflow-x: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  max-width: calc(100%);
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .folderItems .colPDeferredBy .colDeferredContent {
  margin-right: 14px;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  color: #7b8ea1;
  max-width: calc(98%);
  overflow-x: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  max-width: calc(100%);
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .folderItems .colPDeferredBy .colDeferredContent .DeferredBy {
  margin-top: -10px;
}
.folderStructureContainer .middle .folderItemsView .folderItemsContainer .folderItems .colPDeferredBy .colDeferredContent .deferredArrivalTime {
  margin-top: 5px;
}
.folderStructureContainer .middle .folderItemsView .folderEmpty {
  color: white;
  font-size: 45px;
  font-weight: bold;
  font-family: Arial;
  text-align: center;
  vertical-align: middle;
}