﻿div.div.chooser {

}
div.chooser ul{
  padding: 20px 4px 4px 20px;
}
div.chooser div.chooser-button {

  border-bottom: 1px solid #ededed;
  min-height: 45px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  padding-bottom: 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 40px;

  text-transform: uppercase;
}
div.chooser div.chooser-button span {
   font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
}
div.chooser div.chooser-button span, div.chooser div.chooser-button img {
  cursor: pointer;
}
div.chooser.chooser-black div.chooser-button {
  color: #000;
  max-width: 200px;
}


div.chooser.chooser-black.no-max-width div.chooser-button {
  max-width: 100%;
}

div.chooser.align-left div.chooser-button {
  text-align: left;
}

div.chooser.no-bottom-border div.chooser-button {
  border-bottom: none;
}

div.chooser div.chooser-button img.button-image {
  height: 23px;
  width: 28px;
  margin-right: 4px;
  
}

div.chooser div.modal-background {
  width: 100%;
  height: 100%;
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: 9999;
}
div.chooser div.modal {
  z-index: 10000;
  position: fixed;
  background: #fff;
  width: 80%;
  color:#333333; /* for type color inheretence */
  height: 70%;
  top: 9%; 
  left: 10%;
  max-height: 648px;
  border-radius: 5px;
}
div.chooser div.modal div.modal-body {
  background-color: #7ea1b4;
  height: 100%;
  max-height: 600px;
  min-height: 200px;
}
div.chooser div.modal div.modal-header {
  background-color: #e4e4e4;
  height: 75px;
  border-radius: 5px;
}
div.chooser div.modal div.modal-header .modal-image {
  width: 32px;
  height: 32px;
  margin: 0 30px;
  float: left;
  margin-top: 18px;
}
div.chooser div.modal div.modal-header span.title {
  float: left;
  height: 39px;
  padding-top: 18px;
  font-size: 20px;
  font-weight: bold;
}

div.chooser div.modal div.modal-header .modal-close{
  float: right;
  cursor: pointer;
  margin: 2px 2px 2px 2px;
  width: 34px;
  height: 34px;
  background: url(../../../App_Themes/Blue/Images/tool-sprites.png) rgb(170, 170, 170);
  background-position: 0 -34px;
}

div.chooser div.modal div.chooser-nav {
  height:55px;
  position:relative;
  border-bottom: 1px solid #eee;
}
div.chooser div.modal div.chooser-nav div.section {
  padding: 6px 0 0 10px;
  height: 44px;
}
div.chooser div.modal div.chooser-nav div.section span {
  display: inline-block;
  height: 28px;
  width: 28px;
}
div.chooser div.modal div.chooser-nav div.section span.active {
  background: #aaaaaa;
}

div.chooser div.modal div.chooser-breadcrumbs {
  text-align: left;
}

div.chooser div.modal div.chooser-breadcrumbs span a {
  color: rgb(0,0,0) !important;
  font-family: 'OpenSans' !important;
}

div.chooser div.modal div.chooser-breadcrumbs span img.item-image {
  cursor: pointer;
}

div.chooser div.modal div.modal-header div.tabs {
  margin-left: 200px;
  float: left;
  border-left: 1px solid #7ea1b4;
}

div.chooser div.modal div.modal-header div.tabs div.section {
  padding-left: 15px;
}

div.chooser div.modal div.section {
  padding-right: 15px;
  height: 57px;
  float: left;
  border-right: 1px solid #7ea1b4;
  padding-top: 18px;
  cursor: pointer;
}

div.chooser div.modal div.section.active {
  background-color: #aaaaaa;
}

div.chooser div.modal div.section span {
  background-repeat: no-repeat;
  display: inline-block;
  height: 28px;
  vertical-align: top;
  padding-top: 4px;
}
div.chooser div.modal div.section.view span{
  
}

div.chooser div.modal div.modal-header div.section img {
  height: 24px;
  width: 24px;
  margin-right: 15px;
}

div.chooser div.modal div.chooser-nav div.search {
  float: right;
  width: 270px;
  padding-top: 3px;
  text-align: left;
  font-size:13px;

}
div.chooser div.modal div.chooser-nav div.search img {
  margin-top: 4px;
}

div.chooser div.modal div.chooser-nav div.chooser-breadcrumbs {
  float: left;
  padding-top: 6px;
  padding-left: 20px;
  color: white;
  font-size: large;
}

div.chooser div.modal div.chooser-nav div.chooser-breadcrumbs a {
  color: white !important;
}

div.chooser div.modal div.chooser-nav div.search span input.chooser-search {
  margin-left: 10px;
  line-height: 2;
  border: none;
  padding-left:2px;
  height:100%;
}
div.chooser div.modal div.tile-view,
div.chooser div.modal div.details-view {
  overflow-y: auto;
  overflow-x: hidden;
  background-color: rgb(255,255,255);
  border-radius: 0px 0px 5px 5px;
}
div.chooser div.modal div.tile-view {
  max-height: 576px;
  min-height: 200px;
  height: 88%;
}

div.chooser div.modal div.details-view {
    max-height: 474px;
  overflow: hidden;
  min-height: 200px;
  height: 82%;
}
div.chooser div.modal div.details-view div.browse-view-container {
  max-height: 520px;
  height: 91%;
  overflow-y: auto;
}
div.chooser div.modal div.details-view div.browse-view-container div.table-heading {

  background: #aaaaaa;

}

div.chooser div.modal div.details-view div.table-heading {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}

div.chooser div.modal div.details-view div.table-heading,  div.chooser div.modal div.details-view div.browse-view-container div.table-content{
  text-align: left;
}
div.chooser div.modal div.details-view div.table-heading span{
  display: inline-block;
  text-align: left;
  font-weight: bold;
  background: #ddd;
}

  div.chooser div.modal div.details-view div.table-heading span {
    background-color: rgb(255,255,255);
  }

div.chooser div.modal div.details-view div.browse-view-container div.table-content span {
  display: inline-block;
}
div.chooser div.modal div.details-view div.browse-view-container div.table-content div.odd {
  background-color: #ddd;
}
div.details-view .browse-thumbnail {
  width: 26px;
  height: 22px;
}
div.details-view .table-content .browse-thumbnail {
  width: 26px;
  padding: 2px 0 0 2px;
}
div.details-view .object-name, div.details-view .object-code {
  width: 320px;
  cursor: pointer;
}

div.details-view .object-name {
    word-break:break-all;
}

div.details-view .object-id {
  width: 100px;
}
div.details-view .object-owner {
  width: 160px;
}

div.chooser ul li.chooser-item {
  list-style-type: none;
  float: left;
  margin-right: 28px;
  margin-bottom: 20px;
  border: none;
  height: 170px;
  width: 210px;
  padding: 4px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 10px;
}

div.chooser ul li.chooser-item div.chooser-item-header {
  width: 100%;
  text-align: center;
}

div.chooser ul li.chooser-item div.object-favorite, div.chooser ul li.chooser-item div.chooser-item-header div {
  display: inline-block;
}

div.chooser ul li.chooser-item div.object-favorite, div.chooser ul li.chooser-item div.chooser-item-header div.object-favorite {
  float: left;
}

div.chooser ul li.chooser-item div.object-favorite, div.chooser ul li.chooser-item div.chooser-item-header div.object-favorite img {
  height: 24px;
  width: 24px;
}

div.chooser ul li.chooser-item.active {
  box-shadow: 0 2pt 6pt 2pt #A3A3A3;
}

div.chooser ul li.chooser-item div.chooser-item-header div.object-type-icon {
  float: right;
}

div.chooser ul li.chooser-item div.chooser-item-header div.object-type-icon img {
  width: 24px;
  height: 24px;
}

div.chooser ul li.chooser-item div.chooser-item-body {
  text-align: center;
  width: 100%;
  display: table;
}

div.chooser ul li.chooser-item div.chooser-item-body div.object-name {
  text-align: center;
  width: 140px;
  overflow: hidden;
  height: 140px;
  color: #FFFFFF;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  font-size: 23px;
  /* For Firefox */
 white-space: pre-wrap;
word-break: break-all;
word-break: break-word;
/* For Chrome and IE */
word-wrap: break-word;
}

body.overflow-hidden {
  overflow: hidden;
}

/*
div.chooser ul li.chooser-item .chooser-thumbnail {
  text-align: center;
  padding: 14px 20px 0;
  cursor: pointer;
}

div.chooser ul li.chooser-item .chooser-thumbnail > div {
  width: 130px;
  height: 80px;
  line-height: 70px;
  border-radius: 10px;
  font-size: 36px !important;
  font-weight: 600;
}

div.chooser ul li.chooser-item .chooser-thumbnail > div > a {
  color: #ffffff !important;
  font-size: 36px !important;
  font-weight: 600;
  text-decoration: none !important;
}

div.chooser ul li.chooser-item .chooser-thumbnail > span canvas {
  background-color: #FFFFFF;
}
*/