/**
 *
 * Apply Here your Custom CSS
 *
*/

body {
  color:rgb(51,51,51);
}

.profile-picture {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #FFF;
    background-position: center;
    display:inline-block;
}

.profile-name{
    display: inline-block;
    padding-top: 11px;
    margin-left: 6px;
}

.tt-dropdown-menu{
  border: 1px solid #DDD !important;
  background: #FFF!important;
}

.modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
    -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
    -ms-flex-pack: center;
      justify-content: center;
}
[class^="socicon-"]:before, [class^="fa "]:before{
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}

.nobreak {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


@keyframes lds-interwind {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.2, 1, 0.8);
  }
  0% {
    -webkit-transform: rotate(0deg) translate(0, -20px) scale(0);
    transform: rotate(0deg) translate(0, -20px) scale(0);
  }
  50% {
    -webkit-transform: rotate(180deg) translate(0, -20px) scale(1);
    transform: rotate(180deg) translate(0, -20px) scale(1);
  }
  100% {
    -webkit-transform: rotate(360deg) translate(0, -20px) scale(0);
    transform: rotate(360deg) translate(0, -20px) scale(0);
  }
}
@-webkit-keyframes lds-interwind {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0.2, 1, 0.8);
  }
  0% {
    -webkit-transform: rotate(0deg) translate(0, -20px) scale(0);
    transform: rotate(0deg) translate(0, -20px) scale(0);
  }
  50% {
    -webkit-transform: rotate(180deg) translate(0, -20px) scale(1);
    transform: rotate(180deg) translate(0, -20px) scale(1);
  }
  100% {
    -webkit-transform: rotate(360deg) translate(0, -20px) scale(0);
    transform: rotate(360deg) translate(0, -20px) scale(0);
  }
}
div.loader {
  position: relative;
}
div.loader div {
  position: absolute;
  top: 70px;
  left: 70px;
  -webkit-animation: lds-interwind 1s linear infinite;
  animation: lds-interwind 1s linear infinite;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #303641;
}
div.loader div:last-child {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
  background: #ff9c00;
}
.loader {   
  margin: 0 auto;
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    opacity: 1;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.profile-picture .thumbnail{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 200px!important;
}

.profile-info .profile-picture{
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 200px!important;
  display: inline-block;
  vertical-align: middle;
}

.typeahead-movie{
    border-radius: .375rem 0 0 .375rem;
    line-height: 31px;
}

.input-group-text:hover{
    background: #d6d6d8;
}

.input-group-text button, .input-group-text button:hover, .input-group-text button:focus, .input-group-text button:active {
    background: transparent;
    border: 0 none;
}

#search-result{
    margin-top: 10px;
    max-height: 350px;
    overflow-y: scroll;
}