
.app-title {
    margin-top: -45px;
    text-align: right;
    font-weight: bold;
    margin-right: 24px;
    color: black;
    font-size: 32px;
}

#logo {
    width: 200px;
    margin-top: 2px;
    margin-left: 2px;
}

#logo img {
    width: 215px;
    padding-left: 0px;
    height: 45px;
}

#login #header #logo img {
    width: 200px;
}

.modal-lg {
    width: 95%;
}

#items .widget-body.no-padding {
    margin: 0px !important;
}

#items-body{
    cursor: default;
    font-size: 12px;
}
.ui-dialog-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1070;
    width: 100%;
    height: 100%;
}
.dialog-detail-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1070;
    width: 100%;
    height: 100%;
}

.dialog-email-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1070;
    width: 100%;
    height: 100%;
}


.ui-widget-overlay {
    position: fixed;
}

.ui-dialog {
    position: relative;
    width: 75%;
    margin: 75px auto;
    overflow: visible;
}

#clientDetailContent {
    margin-bottom: 15px;
}

.item-released {
    background-color: rgb(210,210,210);
}

.item-billed {
    color: rgb(0,210,0);
}

.itemDamaged {
    color: red !important;
    font-weight: bold !important;
}
.itemRow:hover {
    background-color: #7FC1FB;
}

.itemRow:hover td {
    color: #fff;
}

#itemDetailContent .smart-form.col {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.smart-form .label {
    margin-bottom: 0px;
    font-weight: bold;
    color: #888;
    font-size: 12px;
    line-height: 14px;
}

div.t_fixed_header.ui .headtable th {
    font-weight: bold;
    font-size: 12px;
}

.login-info a span {
    font-size: 12px;
}

button[disabled], html input[disabled] {
    cursor: default;
    border: 1px dotted lightgray !important; /*changed from 'hidden'*/
    color: #999 !important;
}

.smart-form fieldset {
    padding-top: 5px !important;
}

#addNewCustomer {
    position: relative;
    left: 192px;
    top: 3px;
}

#addNewJob {
    position: relative;
    left: 192px;
    top: 3px;
}

#advanceSchedule {
    position: relative;
    left: 315px;
    top: 3px;
}

#rollbackSchedule {
    position: relative;
    left: 320px;
    top: 3px;
}

#add-recipient {
    position: relative;
    left: 192px;
    top: 3px;
}

#add-class {
    position: relative;
    left: 192px;
    top: 3px;
}

#add-location-button {
    position: relative;
    left: 192px;
    top: 3px;
}

.action-buttons {
    font-size: 11px;
}

#dialog-item-edit-delete {
    float: left;
    color: #fff;
    margin-top: 5px;
    margin-left: 8px;
}

#clientItems button {
    margin: 5px;
    padding: 4px;
}

.itemRow td label.checkbox i {
    top: 0px;
    left: 25%;
}

#dialog-item-edit .widget-header>:first-child{
    margin:0;
}

#item-image-gallery {
    margin: 0;
    position: relative;
}

#item-image-gallery #fine-uploader {
    margin-top: 4px;
}

ul.gallery-thumbs {
    height: 202px;
    overflow-y: auto;
    list-style: none;
    float: left;
}

.gallery-thumbs li {
    height: 100px;
    width: 100px;
    position: relative;
    float: left;
    margin-right: 10px;
}

.gallery-thumbs img {
    width: 100px;
    height: 100px;
    z-index: 9999 !important;
    border: 2px solid lightgrey;
}

.change-alert {
    visibility: hidden;
    display:inline-block;
    margin-right: 10px;
    color: red;
    font-style: italic;
}

.popover {
    padding: 1px !important;
}

.popover-title {
    padding:8px 14px !important;
}
.gallery-thumbs h3.popover-title {
    width:100px;
}

.gallery-thumbs div.col-md-12 {
    text-align: center;
    padding: 4px;
}

.gallery-thumbs-disable {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10000;
    display: none;
}
.gallery-thumbs div.popover {
    z-index: 10000;
}

.new-user-fields{
    /*display:none;*/
}
/*override a fine-uploader css element*/
.qq-upload-list li{
    padding: 5px !important;
}
.ui-dialog-buttonpane-disable {
    position: absolute;
    width:100%;
    height:100%;
    background: rgba(0,0,0,.2);
    margin-left: -8px;
    display: none;
}
.released-image {
    opacity: .3;
}

label.small {
    font-size: smaller !important;
    padding-left: 15px !important;
    line-height: 18px !important;
}

label.small input+i {
    width: 12px !important;
    height: 12px !important;
    margin-left: 10px !important;
}

label.small input+i:after {
    top: -3px !important;
    left: -2px !important;
    font: 400 12px/19px FontAwesome !important;
}

.image-delete-button {
    position: absolute;
    top: 84px;
    left: 87px;
    z-index: 10000 !important;
    padding: 0px 4px;
}

.image-delete-button:active{
    position: absolute;
    top: 84px;
    left:87px;
}

/*overwrite bootstrap default table striping color*/
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #eee;
}

.table-striped>tbody>tr.change-added:nth-child(odd)>td {
    background-color: red;
}
.table-striped>tbody>tr.change-removed:nth-child(odd)>td {
    background-color: blue;
}

/*overwrite bootstrap default table hover color*/
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
    background-color: #ADC3D3 !important;
}

/* increase the size of the switch checkbox input */
.smart-form .toggle i {
    width:72px;
}
.smart-form .toggle i:after {
    font-size: 12px;
}
.smart-form .toggle input:checked+i:before {
    right: 50px;
}

.smart-accordion-default.panel-group .panel-title a {
    padding: 0px;
}

.modal-body {
    padding: 10px;
}

.nonScheduleRow td {
    background-color: darkgray !important;
}

#job-detail-delete {
    float: left;
    color: #fff;
    margin-left: 8px;
}

.colored-schedule-row {
    color: white !important;
    font-weight: bold;
    text-shadow:
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
}

.day-break {
    border-top: black solid 3px !important;
}

#addNewEstimate {
    position: relative;
    left: 195px;
}

.estimate-header-sections section {
    margin-bottom: 2px;
}
.estimate-header-border {
    border: grey solid 1px;
    display: inline-block;
    width: 32.75%;
    padding: 10px 0px 10px 0px;
    border-radius: 4px;
    position: relative;
}

.estimate-border {
    border: grey solid 1px;
    display: inline-block;
    padding: 10px 0px 10px 0px;
    border-radius: 4px;
}


.estimate-header-border-label {
    position: relative;
    top: -12px;
    left: 6px;
    display: table;
    line-height: 0px;
    background-color: white;
    padding: 0px 4px 0px 4px;
    font-weight: bold;
}

#estimateDetailAccordion .panel-heading {
    background-color: lightgray;
    color: gray;
    border-right: gray solid 1px;
    border-bottom: gray solid 1px;
    padding: 2px;
}

#estimateDetailAccordion .panel-heading a {
    font-weight: bold;
}

#estimateDetailAccordion .widget-body {
    border: lightgrey solid 1px;
}

#estimateDetailAccordion table {
    width: 100%;
}

#estimateDetailAccordion td,#estimateDetailAccordion th {
    padding:2px 4px;
}

#estimateDetailAccordion thead {
    background-color: lightgrey;
}

#estimateDetailAccordion .panel-body {
    border-right: grey solid 1px;
    border-left: grey solid 1px;
    padding: 5px;
}

.pending td {
    background-color:#FB5C5C !important;
    font-weight: bold;
}
tr.emailed>td {
    background-color:#FFC457 !important;
    font-weight: bold;
}
tr.confirmed>td {
    background-color:#21A921 !important;
    font-weight: bold;
}
/* inline editing for materials */
.edit-material-desc:hover {
    background-color: slategrey;
}
.edit-material-qty:hover {
    background-color: slategrey;
}
.edit-material-rate:hover {
    background-color: slategrey;
}
.material-edit-row {
    position: absolute;
    display: none;
    top: 20px;
    width: 100%;
}
.material-est-field {
    position: absolute;
    background-color:white;
}
.material-desc-field {
    position: absolute;
    background-color:white;
}
.material-rate-field {
    position: absolute;
    background-color:white;
}
.material-qty-field {
    position: absolute;
    background-color:white;
}
#material-est-input {
    width: 50px;
}
#material-desc-input {
    width: 200px;
}
#material-qty-input {
    width: 50px;
}
#material-rate-input {
    width: 75px;
}
#material-qty-input-ok {
    color: green;
    width: 24px;
}
#material-desc-input-ok {
    color: green;
    width: 24px;
}
#material-est-input-cancel {
    color: red;
    width: 24px;
}
#material-desc-input-cancel {
    color: red;
    width: 24px;
}
#material-qty-input-ok {
    color: green;
    width: 24px;
}
#material-qty-input-cancel {
    color: red;
    width: 24px;
}
#material-rate-input-ok {
    color: green;
    width: 24px;
}
#material-rate-input-cancel {
    color: red;
    width: 24px;
}

.include-cc-form-control {
    display: inline-block;
}

.inline-edit-label {
    display: inline-block;
    padding-right: 5px;
    font-weight: bold;
}
.panel-title a{
    display:inline-block !important;
}

.panel-body .btn{
    margin: 4px 0px;
    padding: 2px 5px;
}

.panel-buttons {
    position: relative;
    height: 35px;
}
.panel-buttons-right {
    display: inline-block;
    position: absolute;
    right: 0px;
}
.panel-buttons .btn {
    display: inline-block;
}
#add-user-button {
    position: relative;
    left: 192px;
    top: 3px;
}
.estimate-panel-info {
    padding: 2px 5px 15px 2px;
}
.header-total-control {
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    margin-left: 10px;
}
.header-total {
    display: inline-block;
    font-weight: bold;
    float: right;
}
tr.odd {
    background-color: #ddd;
}
.materials-delete-button {
    color:darkred;
    text-align: center;
}
.materials-delete-button:hover {
    color:red !important;
    cursor:pointer;
    background: slategray;
}
/*magic suggest mods */
.ms-ctn .ms-sel-item {
    background: blue;
    color:white;
    border: 1px solid dimgray;
    height: 24px;
    margin: 0px 5px 0px 0px;
    font-size:14px;
    line-height: 22px;
    padding: 0px 2px;
}
.ms-ctn {
    padding: 2px 12px;
}
.ms-sel-ctn .ms-sel-item .ms-close-btn {
    width: 10px;
    height: 10px;
    margin: 7px 2px 0 7px;
    background-size: 10px;
    background-position: 0px 10px;
}
.ms-sel-ctn .ms-sel-item .ms-close-btn:hover {
    background-position: 0px 0px;
}
.storageRow td {
    /*background-color: lightgreen !important;*/
}
#storageDetailTableWrapper {
    border-top: 1px solid grey;
    padding-top: 42px;
}
#historyDetailTableWrapper {
    border-top: 1px solid grey;
    padding-top: 42px;
}
#dt_storage_detail {
    margin-top: 5px;
}
span.storage-count {
    padding: 0 3px 0 3px;
    margin-right:2px;
    font-weight: bold;
    color:red;
}
span.vault-name{
    padding-left: 2px;
    padding-right: 2px;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
}
.change-added {
    background: red !important;
    color:white !important;
}
.change-removed {
    background: blue !important;
    color:white !important;
}
span.vault-name:nth-child(even){
    background:grey;
    color:white;
}
span.rack-name{
    padding-left: 2px;
    padding-right: 2px;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;

}
span.rack-name:nth-child(even){
    background:grey;
    color:white;
}
#storage-detail-add {
    position: absolute;
    top: 10px;
    left: 235px;
    padding: 4px;
}
#storage-detail-edit-form {
    border-top: 1px solid lightgrey;
}
.storage-premium-total {
    margin-right: 20px;
}
.storage-revenue-total {
    margin-right: 20px;
}
.storage-grand-total {
    text-transform: capitalize;
}
#storage-print-button {
    position: absolute;
    right: 10px;
    top: 13px;
    font-weight: bold;
    color: mediumblue;
}
#storage-print-button:active {
    position: absolute;
    right: 10px;
    left: inherit;
}

#storage-email-button {
    position: absolute;
    right: 205px;
    top: 13px;
    font-weight: bold;
    color: orangered;
}

#storage-email-button:active {
    position: absolute;
    right: 205px;
    left:inherit;
}

#receiving-email-button {
    position: absolute;
    right: 200px;
    top: 10px;
    font-weight: bold;
    color: orangered;
}

#receiving-email-button:active {
    position: absolute;
    right: 200px;
    left:inherit;
}

#storage-detail-print-button {
    float: right;
    padding: 4px;
    margin-right: 5px;
    margin-top: 5px;
    color: blue;
    font-weight: bold;
}
#storage-detail-release-all {
    position: absolute;
    top: 10px;
    right: 5px;
    padding: 4px;
}
#storage-detail-release-all:active {
    position: absolute;
    right: 5px;
    left:inherit;
}
.has-notes:before{
    content: "*";
}
.project-list-panel {
    display: inline-block;
    vertical-align: top;
    width: 14%;
    min-height: 665px;
    max-height: 665px;
    border: 1px lightgray solid;
    border-radius: 4px;
    margin-right: 5px;
}
.project-list-panel-header {
    padding: 5px;
    border-bottom: solid 1px lightgray;
}
.project-list-panel-header-label {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}
.add-project-button {
      height: 20px;
      padding: 2px;
      line-height: 12px;
      font-size: 12px;
      float: right;
}

.project-list-content {
    width: 100%;
    max-height: 665px;
    overflow-y: auto;
}

.project-list-content-hider {
    width: 202px;
    height: 665px;
    position: absolute;
    background: rgb(0,0,0,0.1);
}

.project-list-content-item {
    padding: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.project-list-content-item:hover {
    background-color: lightblue;
    cursor:pointer;
}
.project-detail-panel {
    display: inline-block;
    width: 85%
}
.state-disabled {
    border: 1px dotted lightgray !important;
    color: lightgray !important;
}

.current {
    background-color: black;
    color: white;
    cursor:pointer;
}

.hidden-project {
    font-style: italic;
    color: lightgray;
}

.title-widget-container {
    float: right;
    width: 55%;
}
.title-widget-container input {
    font-size: 11px;
    font-weight: normal;
    width: 75%;
}

/* WAREHOUSE MANAGER CSS */

/*** project items ***/

.project-items-panel {
    width: 49.8%;
    display: inline-block;
    vertical-align: top;
}
.project-items-panel-header {
    height: 30px;
    width: 100%;
    background-color: lightgreen;
}
.project-items-panel-header-label {
    font-weight: bold;
    font-size: 1.2em;
    padding: 2px 7px;
    display: inline-block;
    float: left;
}
.project-items-panel-header-widget {
    display: inline-block;
    float: right;
    margin-top: 3px;
}
.project-items-panel-header-widget-icon {
    display: inline-block;
}
.project-items-panel-header-widget-input {
    margin-right: 7px;
}

.project-items-panel-header-widget-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: lightgray;
}
.project-items-panel-header-widget-input::-moz-placeholder { /* Firefox 19+ */
    color: lightgray;
}
.project-items-panel-header-widget-input:-ms-input-placeholder { /* IE 10+ */
    color: lightgray;
}
.project-items-panel-header-widget-input:-moz-placeholder { /* Firefox 18- */
    color: lightgray;
}
.project-items-panel-list {
    min-height: 437px;
    border-left: 1px solid gray;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
}

.project-items-release-area {
    width: 49.8%;
    display: inline-block;
    border: 1px dashed gray;
    background: lightgray;
    min-height: 70px;
    text-align: center;
}
.project-items-release-area-label {
    color: white;
    font-size: 3.5em;
    vertical-align: top;
}
.project-items-buttons-area {
    width: 49.8%;
    display: inline-block;
    min-height: 70px;
    text-align: center;
}
/*** project locations ***/

.project-locations-panel {
    width: 49.8%;
    display: inline-block;
    vertical-align: top;
}
.project-locations-panel-header {
    height: 30px;
    width: 100%;
    background-color: orange;
}
.project-locations-panel-header-label {
    font-weight: bold;
    font-size: 1.2em;
    padding: 2px 7px;
    display: inline-block;
    float: left;
}
.project-locations-panel-header-widget {
    display: inline-block;
    float: right;
    margin-top: 3px;
}
.project-locations-panel-header-widget-icon {
    display: inline-block;
}
.project-locations-panel-header-widget-input {
    margin-right: 7px;
}
.project-locations-panel-header-widget-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: lightgray;
}
.project-locations-panel-header-widget-input::-moz-placeholder { /* Firefox 19+ */
    color: lightgray;
}
.project-locations-panel-header-widget-input:-ms-input-placeholder { /* IE 10+ */
    color: lightgray;
}
.project-locations-panel-header-widget-input:-moz-placeholder { /* Firefox 18- */
    color: lightgray;
}
.project-locations-panel-list {
    min-height: 437px;
    border-left: 1px solid gray;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
}
.draggable-item {
    position: absolute;
    z-index: 1100;
    background: lightblue;
    border: 1px dashed gray;
    padding: 3px;
}
.draggable-item-number {
    font-weight: bold;
    display: inline-block;
    margin: 0px 4px;
    vertical-align: top;
}
.draggable-item-description {
    display: inline-block;
}
.groupedItemRow {
    display: block;
    font-size: .75em;
    padding: 2px 2px !important;
    margin: 2px 0px 2px 10px !important;
    border-top: 1px dashed gray;
}
.groupedItemRow:hover {
    background: lightsteelblue;
    cursor: pointer;
}
.locationRow:hover {
    background-color: #7FC1FB;
}

.locationRow:hover td {
    color: #fff;
}

.loc-color-0 {
    background: #ff0000 !important;
}
.loc-color-1 {
    background: #ff3300 !important;
}
.loc-color-2 {
    background: #ff6600 !important;
}
.loc-color-3 {
    background: #ff9900 !important;
}
.loc-color-4 {
    background: #ffcc00 !important;
}
.loc-color-5 {
    background: #ffff00 !important;
}
.loc-color-6 {
    background: #ccff00 !important;
}
.loc-color-7 {
    background: #99ff00 !important;
}
.loc-color-8 {
    background: #66ff00 !important;
}
.loc-color-9 {
    background: #33ff00 !important;
}
.loc-color-10 {
    background: #00ff00 !important;
}
.loc-color-11 {
    background: #00ff33 !important;
}
.loc-color-12 {
    background: #00ff66 !important;
}
.loc-color-13 {
    background: #00ff99 !important;
}
.loc-color-14 {
    background: #00ffcc !important;
}
.loc-color-15 {
    background: #00ffff !important;
}
.loc-color-16 {
    background: #00ccff !important;
}
.loc-color-17 {
    background: #0099ff !important;
}
.loc-color-18 {
    background: #0066ff !important;
}
.loc-color-19 {
    background: #0033ff !important;
}
.loc-color-20 {
    background: #0000ff !important;
}
.loc-color-21 {
    background: #3300ff !important;
}
.loc-color-22 {
    background: #6600ff !important;
}
.loc-color-23 {
    background: #9900ff !important;
}
.loc-color-24 {
    background: #cc00ff !important;
}
.loc-color-25 {
    background: #ff00ff !important;
}
.loc-color-26 {
    background: #ff00cc !important;
}
.loc-color-27 {
    background: #ff0099 !important;
}
.loc-color-28 {
    background: #ff0066 !important;
}
.loc-color-29 {
    background: #ff0033 !important;
}
.loc-color-30 {
    background: #cccccc !important;
}
.loc-color-31 {
    background: #999999 !important;
}
.loc-color-32 {
    background: #666666 !important;
}
.loc-color-33 {
    background: #333333 !important;
}

/* css for warehouse manager app on iPad or 1024x768 screen */
@media screen and (max-width: 1024px) {

    .warehouse-items-table {

        font-size: .75em;
    }
    .project-items-panel-list td{
        line-height: 30px !important;
    }
    .project-locations-panel-list td{
        line-height: 30px !important;
    }
    .ui-dialog {
        width: 33% !important;
    }
}
.warehouse-item-block {
    border: 1px solid gray;
    color: gray;
    font-size: large;
    font-weight: bold;
    padding: 4px;
}
.warehouse-item-block:hover {
    background: lightblue;
    cursor: pointer;
}
.warehouse-item-block.chosen {
    color: white;
    background: black;
}
.warehouse-item-placeholder {
    border: 1px solid gray;
    font-size: large;
    font-weight: bold;
    padding: 4px;
    background: lightgray;
}
.history-label {
    font-size: large;
    font-weight: bold;
}

.filter-items-container {
    padding: 45px 5px 5px 5px;
    overflow-y: scroll;
    height: 450px;
    position: relative;
}

.filter-table-buttons-container {
    position: absolute;
    top: 7px;
    left: 205px;
}

.select-all-items-button {
    margin-right: 10px;
}
.action-edit {
    cursor: pointer;
}
.storage-contract-text {
    font-weight: bold !important;
    color: black !important;
}

.urlLink {
    min-width: 640px;
    resize:none;
}

#addNewBol {
    position: relative;
    left: 195px;
}

.bol-header-border-label {
    position: relative;
    top: -12px;
    left: 6px;
    display: table;
    line-height: 0px;
    background-color: white;
    padding: 0px 4px 0px 4px;
    font-weight: bold;
}

.bol-moving-container {
    height: 204px;
    overflow-y: scroll;
    margin-top: -15px;
}

.bol-add-moving-day-button {
    display: inherit;
    position: relative;
    left: 52px;
    top:-14px;
}

.bol-add-moving-day-button:active {
    left: 52px;
    top:-14px;
}

.bol-materials-container {
    height: 150px;
    width: 99%;
    overflow-y: scroll;
    margin-top: -15px;
    margin-left: 15px;
}

.bol-add-material-button {
    display: inherit;
    position: relative;
    left: 66px;
    top:-14px;
}

.bol-add-material-button:active {
    left: 66px;
    top:-14px;
}

.bol-section-subtotal-header {
    display:inline-block;
}
.bol-section-subtotal-value {
    display:inline-block;
}


.bol-section-subtotal {
    display:inline-block;
    position: absolute;
    right: 35px;
    background: white;
    padding: 0px 5px 0px 5px;
    margin-top:-10px;
    font-weight: bold;
}

.bol-materials-header-container {
    display: inline-block;
    position: absolute;
    right: 140px;
    background: white;
    margin-top: -16px;
    width: 250px;
}
.bol-services-container {
    height: 24px;
    width: 99%;
    overflow-y: scroll;
    margin-top: 15px;
}

/* inline editing for bol services */
.edit-services-desc:hover {
    background-color: slategrey;
}
.edit-services-amount:hover {
    background-color: slategrey;
}

.service-edit-row {
    position: absolute;
    display: none;
    top: 20px;
    width: 100%;
}
.service-desc-field {
    position: absolute;
    background-color:white;
}
.service-amount-field {
    position: absolute;
    background-color:white;
}

#service-desc-input {
    width: 200px;
}
#service-amount-input {
    width: 75px;
}
#service-desc-input-ok {
    color: green;
    width: 24px;
}
#service-desc-input-cancel {
    color: red;
    width: 24px;
}

#service-amount-input-ok {
    color: green;
    width: 24px;
}
#service-amount-input-cancel {
    color: red;
    width: 24px;
}

.modal-open .bootstrap-timepicker-widget.dropdown-menu.open {
    z-index: 99999 !important;
}

#project-items {
    height: 440px;
    display: inline-block;
    width: 79%;
    padding: 5px;
}

#move-to-projects {
    height: 440px;
    display: inline-block;
    width: 20%;
    padding: 5px;
    vertical-align: top;
}

#project-items-header {
    border-bottom: solid 1px lightgrey;
    font-weight: bold;
}
#move-to-projects-header {
    border-bottom: solid 1px lightgrey;
    font-weight: bold;
}
#move-to-projects-list {
    height: 430px;
    border-bottom: solid 1px lightgrey;
    margin-bottom: 5px;
    overflow-y: auto;
}
.item-thumbnail {
    height: 30px;
}
.image-select-thumbnail {
    position: absolute;
    top: 1px;
    left: 87px;
    z-index: 10000 !important;
    padding: 0px 4px;
}