 /* Hoots CSS */

#newhoot, .owl-hoot {
    box-sizing: border-box;
    width: 100%;
    margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;;
    padding: 0;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 0px; 
    -moz-border-radius: 0px; 
    border-radius: 0px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 18px -1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 18px -1px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 18px -1px rgba(0,0,0,0.1);
}

.hoot-image img {
    width: auto;   
    max-height: 400px;
    height: 100%;
    margin: auto;
} 
   
/* base hoot classes */
.owl-hoot {
    padding: 13px;
    clear: both;
}

.owl-hoot:not(.public-hoot):hover {
   background: #eff1ef;   
   border: 1px solid #c6c6c6;
   border-bottom: 0;
}

.open-owl-hoot-modal {
    outline: none;
    cursor: pointer;
    cursor: hand;
}

.owl-hoot img {
    box-sizing: border-box;
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px; 
    border-radius: 2px;
    border: 0;
}
.owl-hoot .dropdown-toggle:not(.btn-dropdown), .owl-hoot-modal .dropdown-toggle {
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.owl-hoot .dropdown-toggle:hover, .owl-hoot-modal .dropdown-toggle:hover {
    opacity:1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
   
.owl-hoot-profile-image img {
    height: 40px;
    width: 40px;
    margin-right: 10px;
    border: 0;
}

.owl-hoot .owl-hoot-text {
    word-wrap: break-word;
    padding-left: 50px;
}

.owl-hoot .owl-hoot-text a {
    color: #08c;
    text-decoration: none;
}
.owl-hoot .owl-hoot-text a:hover {
    /*color: #777; */
    text-decoration: none;
}

.owl-hoot-modal .owl-hoot-profile-name {
   max-width: 460px;   
}
.owl-hoot-date {
    font-weight: normal;
    font-size: 0.8em;
    color: #777;
}

.owl-hoot .well {
    margin-bottom: 0 !important;
}

.owl-hoot-modal {
    display: none;
    position: absolute;
    top: 0;
    z-index: 1000;
    background: #f7f7f7;
    padding: 12px;
    box-sizing: border-box;
    border: 1px solid #555;
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px; 
    border-radius: 2px;
    min-width: 600px;
    max-width: 900px;
    -webkit-box-shadow: 0px 14px 30px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow:    0px 14px 30px 0px rgba(0, 0, 0, 0.35);
    box-shadow:         0px 14px 30px 0px rgba(0, 0, 0, 0.35);
}

#hoot-overlay {
    opacity: 0.65;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 990;
    overflow: hidden;
}

.owl-modal-blur {
    filter: blur(3px);
}
.owl-hoot-modal .owl-hoot-profile-name {
    font-weight: 700;
    font-size: 1em;
    padding-bottom: 2px;
}

.owl-hoot-modal .owl-hoot-profile-image img {
    height: 64px;
    width: 64px;
    margin-right: 10px;
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px; 
    border-radius: 2px;
}

.close-owl-hoot-modal, .close-owl-hoot-confirm-modal {
    border: none;
    background: none;
    color: #d6d6d6;
    padding: 4px 8px 6px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    line-height: 16px;
    margin: 0;
    cursor: pointer;
    outline: none;
    background: none;
}

.close-owl-hoot-modal:active, .close-owl-hoot-confirm-modal:active {
    background: none;
}

.close-owl-hoot-modal:hover, .close-owl-hoot-confirm-modal:hover {
    background: none;
    color: #419b45;
}

#owl-confirm-modal .confirm-header {
    font-size: 1.2em;
    font-weight: 700;
    padding: 2px 2px 6px 4px;    
}

.hoot-comment {
  width: auto;
  padding: 6px;
  background: #eff1ef;
  -webkit-border-radius: 2px; 
  -moz-border-radius: 2px; 
  border-radius: 1px;
  margin-left: 40px;
}

div > .hoot-comment {
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

div > .hoot-comment ~ .hoot-comment {
  margin-top: 0;
  border-top: 0;
}

.hoot-comment .owl-hoot-text {
    max-width:470px;
    margin-left: 0px;
    word-wrap: break-word;
    display: inline-block;
}

.hoot-comment:hover {
   background: #e0e2e0;
}

.hoot-comment .owl-hoot-profile-image img {
    height: 38px;
    width: 38px;
    margin-right: 6px;
    border: 0;
}

.comments-input table {
  width: 100%;
}

.comments-input table td {
  max-width: 540px;
}

.comments-input table td:first-of-type {
  width: 38px;
}

.comments-input img {
  height: 32px;
  width: 32px;
  position: relative;
  top: -2px;
  margin-right: 6px;
}

.owl-hoot-modal .hoot-comment .owl-hoot-profile-image img {
  height: 44px;
  width: 44px;
}
.owl-hoot-modal .hoot-comment .owl-hoot-text {
  padding: 0;
}

.hoot-comment .owl-hoot-text a{
  text-decoration: none;
  font-weight: bold;
  color: #7cbc0a;
}
.hoot-comment .owl-hoot-text a:hover {
  text-decoration: underline;
}

.hoot-comment table {
  display: inline-block;
  max-width: 480px;
  word-wrap: break-word;
}

.hoot-comment table tr td {
 word-wrap: break-word;
}

.hoot-comment .delete-hoot-comment {
    border: none;
    background: none;
    color: #d6d6d6;
    padding: 2px 6px 4px 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 16px;
    margin: 0;
    cursor: pointer;
    outline: none;
    background: none;
}

.hoot-comment .delete-hoot-comment:active {
    background: none;
}

.hoot-comment .delete-hoot-comment:hover {
    background: none;
    color: #be1b1b;
}
