.sharing h1 {
    color: rgb(100,100,100);
    font-weight: 300;
}

.sharing .header-block, .measuring .header-block, .purchase .header-block{
  height: 52px;
  line-height: 52px;
  background-color: rgb(68,141,196);
  font-size: 18px;

    -webkit-box-shadow: 0px 1px 6px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 1px 6px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 1px 6px 0px rgba(50, 50, 50, 0.5);
}

.sharing .form-group {
  margin-bottom: 10px;
}

.sharing .col {
  padding-left: 10px;
  padding-right: 10px;
}

.sharing .form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}

.modal-title-message {
  padding-top: 15%;
  text-align: center;
}

.modal-select-list {
  position: absolute;
  top: 54px;
	right: 0;
  bottom: 0;
	left: 0;
  overflow: auto;
  /*background-color: rgba(200,200,200,0.25);*/
}

.modal-select-list-with-footer {
  bottom: 62px;
}

.modal-select-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.modal-select-list-content {
	position: relative;
	/*display: table;*/
	width: 100%;
}
.modal-select-list-multiline {
	display: table-cell;
  vertical-align: middle;
  padding-left: 16px;
  padding-right: 16px;
	width: 100%;
}
.modal-select-list-multiline p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.modal-select-list-content [disabled] {
	cursor: not-allowed;
}

.modal-select-list .modal-select-list-title {
  font-size: 16px;
}

.modal-select-list .modal-select-list-subtext {
  color: rgb(125, 125, 125);
}
.modal-select-list .multiline-info {
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
  font-size: 12px;
  padding-top: 5px;
  padding-left: 16px;
  padding-right: 16px;
}

@media only screen and (min-width: 768px) {
    /* Style adjustments for viewports that meet the condition */
    .sharing .phone-only {
      display: none !important;
    }
    .sharing .phone-only-inline {
      display: none !important;
    }

    .sharing .no-phone {
      display: block;
    }

    .sharing .no-phone-inline {
      display: inline-block;
    }
}

@media only screen and (max-width: 768px) {
    /* Style adjustments for viewports that meet the condition */
    .sharing .phone-only-inline {
      display: inline-block;
    }

    .sharing .phone-only {
      display: block;
    }

    .sharing .no-phone {
      display: none !important;
    }

    .sharing .no-phone-inline {
      display: none !important;
    }

    .sharing .btn-modal-footer-text {
      display: none;
    }
    .sharing .modal-select-list .multiline-info {
      display: none;
    }
}

.modal-select-list .multiline-button {
	display: table-cell;
	vertical-align: middle;
}

.btn-modal-footer {
  position: absolute;
  right: 0;
  top: 20px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: transparent;
  border-color: transparent;
  padding: 0;
  margin: 0;
}

.btn-modal-footer, .btn-modal-footer:hover, .btn-modal-footer:active, .btn-modal-footer:focus {
	outline: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-modal-footer:hover {
  text-decoration: underline;
}

.btn-modal-footer-text {
  margin-right: 10px;
}

.btn-modal-footer-success {
  color: rgb(67,155,74);
}

.btn-modal-footer-danger {
  color: rgb(193,45,20)
}

.btn-modal-footer i {
  vertical-align: -1px;
}

.sharing .btn-allow-wrap {
    margin-bottom: 10px;
}

.modal-select-list .list-selector {
	padding: 10px 16px;
}

.sharing .modal-select-list .list-selector {
  border-bottom: 1px solid rgb(225,225,225);
}

.modal-select-list-footer {
	position: absolute;
	height: 60px;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 60px;
	border-top: 2px solid rgb(225,225,225);
  margin: 0 20px;
}

.sharing .modal-detail-content {
	overflow: hidden;
	margin: 20px;
}
.sharing .modal-content-divider {
	height: 1px;
	background-color: rgb(225,225,225);
  margin: 10px 0;
}

.sharing .form-control.read-only-active {
  background-color: rgb(255, 255, 225);
  border: 1px solid #ccc;
}

.sharing .form-horizontal .control-label.after-field-label {
  text-align: left;
}

.sharing .form-horizontal .control-label {
	font-size: 12px;
	padding-top: 8px;
}
.sharing .form-horizontal .no-field.control-label {
	padding-top: 2px;
}

.sharing .form-horizontal .no-field.control-label {
	padding-top: 2px;
}

.sharing .form-horizontal .form-title-group .no-field.control-label {
  padding-top: 4px;
}

.sharing .form-horizontal .link-button-container {
  text-align: right;
  padding-right: 20px;
}

.sharing .form-title {
  font-size: 16px;
}

.share-radio-set label{
  font-weight: normal;
  color: #555;
  padding: 4px 0px;
}

.share-radio-set .radio-button-label{
  padding-left: 30px;
}

.share-radio-set input{
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.share-radio-set .custom-radio-button {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 2px solid #2196F3;
  margin-top: 3px;
  cursor: pointer;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.share-radio-set .custom-radio-button:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.share-radio-set input:checked ~ .custom-radio-button:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.share-radio-set .custom-radio-button:after {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2196F3;
}
.popover-menu .arrow{
  display: none;
}

.dropdown-menu li{
  height: 26px;
  padding: 3px 0px;
}

.dropdown-menu{
  padding: 8px 0;
}

.dropdown-menu > li > a{
  padding: 3px 16px;
}

.dropdown-menu > li > a > span {
  padding-left: 12px;
}

.dropdown-menu hr{
  margin-top: 4px;
  margin-bottom: 4px;
}

.dropdown .list-header {
  color: rgb(150,150,150);
  font-size: 13px;
  margin-bottom: 8px;
  font-weight: normal;
}

.dropdown-repeat{
  padding: 0;
  overflow: hidden;
  clear: both;
}

.dropdown-repeat a{
  display: inline-block;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 3px 18px;
}

.dropdown-repeat a:not(.text-danger){
  color: #333;
}

.recent-bookmarks > li{
  padding: 3px 16px;
}

.recent-bookmarks .dropdown-repeat li{
  display: flex;
  cursor: pointer;
}

.recent-bookmarks .dropdown-repeat a{
  max-width: 220px;
  text-decoration: none;
}

.dropdown-repeat a:hover{
  text-decoration: none;
}

.dropdown-repeat > li:hover, .dropdown-repeat > li:focus, .dropdown-repeat .focused{
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.bookmark-preview{
  color: #333;
}

.bookmark-preview ul{
  margin: 0;
  list-style-type: none;
}

.bookmark-preview a{
  width: 80%;
}

.bookmark-preview .content{
  padding: 8px 0px;
}

.bookmark-preview label{
  font-size: 12px;
  width: 100%;
  color: rgb(150,150,150);
  margin: 0;
  font-weight: normal;
  display: block;
}

.bookmark-preview-footer{
  padding: 10px 16px 6px 16px;
}

.bookmark-preview-menu{
  font-size: 20px;
}

.share-sub-header-create{
  padding-bottom: 30px;
  display: block;
  font-size: 16px;
  color: #555;
  margin-top: -5px;
}

.share-sub-header-edit{
  padding-bottom: 10px;
  display: block;
  font-size: 16px;
  color: #555;
  margin-top: -5px;
}

.share-with-multiline-header{
  color: #333;
}

.share-update-button-shift{
  margin-left: -20px;
}

.public-share-options{
  padding-top: 30px;
}

.modal-select-list-footer-no-border{
	position: absolute;
	height: 60px;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 60px;
  margin: 20px;
}

.modal-detail-content-reduced-margin{
  overflow: hidden;
  margin: -20px 20px;
}

.header-icon{
  width: 1em;
  height: 1em;
  line-height: 1em;
  padding-bottom: 5px;
}

.sharing-full-height{
  height: 710px;
}

.sharing-half-height{
  height: 550px;
}

.sharing .switch{
  padding-top: 1px;
}

.bookmark-favorite{
  width: 16px;
  margin-left: 16px;
  cursor: pointer;
  color: rgb(150,150,150);
}

.list-selector .bookmark-favorite i{
  font-size: 18px;
  padding-top: 5px;
}

.bookmark-favorite .selected-favorite{
  color: rgb(240, 195, 0);
}

.sharing .bookmark-favorite{
  display:table-cell;
  padding-right: 16px;
}

.modal-select-list .multiline-info-end{
  padding-top: 20px;
  padding-right: 0px;
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
  font-size: 12px;
  padding-left: 16px;
}

.sharing .pointer{
  cursor: pointer;
}

.sharing label.selected{
  text-decoration: underline;
  text-decoration-color: #2196F3;
  background-color: unset;
  font-weight: bold;
}

.sharing .flex-row{
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.sharing .flex-button{
  margin-right: 10px;
}