@charset "utf-8";

/* CSS MainStyle */

* {
  padding: 0px;
  margin: 0px;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

Html,
body {
  height: 100%;
}

input.ng-dirty.ng-invalid {
  color: red
}

/* img,
object,
embed,
video {
  width: 100%;
  max-width: 100%;
  height: inherit;
  display: block;
} */


/* IE 6 does not support max-width so default to width 100% */

.ie6 img {
  width: 100%;
}
.lightBackground {
  background-color: rgb(0,1,1,0.5) !important;
  padding-right: 5px;
  padding-left: 5px;
  width: 70% !important;
  color: white !important;
}
.NomarginRight {
  margin-right: 0px;
}

.BoxStripNopadding {
  padding-right: 0px;
  padding-left: 0px;
}

.marginLeft {
  margin-left: 5px;
}

.marginTop {
  margin-top: 10px;
}

.DubblemarginTop {
  margin-top: 20px;
}

.marginBootom {
  margin-bottom: 20px;
}

.BoldTitle {
  font-weight: bold;
}

.genric {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
}

.genric .title {
  color: #575757;
  font-size: 14px;
  width: 100%;
}

.gridContainer {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url(../images/Background.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  clear: none;
  float: none;
  overflow: auto;
  position: relative;
}


input[type=time]::-webkit-clear-button { display: none; }
input[type=time]::-webkit-outer-spin-button { display: none; }
input[type=time]::-webkit-inner-spin-button { display: none; }


.Container {
  width: 1242px;
  max-width: 1242px;
  padding: 0px;
  margin: 0px auto;
  float: none;
  clear: both;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/*---------------------------------- font Style -----------------------------*/

.Txt-White {
  color: #FFFFFF;
}

.Txt-Blue {
  color: #3a5571;
}

.Txt-DarkGray {
  color: #717070;
}

.Txt-LightGray {
  color: #f3f3f3;
}

.Txt-MLightGray {
  color: #c7c3c3;
}

.Txt-Pink {
  color: #814396;
}

.Txt-Pink:disabled {
  color: #c7c3c3;
}
.dateClass.Txt-Pink:disabled {
  color: #814396;
}
.Txt-MDarkGray {
  color: #464646;
}
.disabled {
  opacity: 0.15;
  cursor: none;
}

.option.disabled {
  opacity: 0.85;
}
/*---------------------------------- background Style -----------------------------*/

.BackgroundWhite {
  background-color: #FFFFFF !important;
}

.BackgroundBlue {
  background-color: #3a5571 !important;
}

.BackgroundDarkGray {
  background-color: #575757 !important;
}

.BackgroundLightGray {
  background-color: #f3f3f3 !important;
}

.BackgroundPink {
  background-color: #814396 !important;
}


/*---------------------------------- border Style -----------------------------*/

.BootomBorderBlue {
  border-bottom: 4px solid #3a5571 !important;
}

.BootomBorderGray {
  border-bottom: 4px solid #575757 !important;
}

.BootomBorderPurple {
  border-bottom: 4px solid #814396 !important;
}

.BorderLightGray {
  border: 1px solid #AAA8A8;
}

.NoBootomBorder {
  border-bottom: none !important;
}


/*---------------------------------- form Style -----------------------------*/

input,
select,
textarea {
  height: 30px;
  color: #717070;
  font-family: inherit;
  border: 1px solid #575757;
  float: left;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}

input[type='checkbox'] {
  width: 20px;
  height: 20px;
}

select,
textarea {
  width: 100%;
}

.NoIndent {
  text-indent: 0px;
}

.LoginInput {
  font-size: 14px;
  padding-left: 10px;
}

.FormBtn {
  color: #FFFFFF;
  border: none;
  background-color: #814396;
  cursor: pointer;
  text-indent: 0px;
  height: 30px;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.FormBtn span {
  display: inline-block;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.FormBtn:hover {
  color: #814396;
  background-color: #FFFFFF;
  border: 1px solid #575757;
}

textarea {
  height: 108px;
  min-height: 108px;
  max-height: 108px;
  max-width: 100%;
  overflow-y: auto;
  line-height: 2em;
}

textarea:focus,
input:focus {
  outline: none;
}

input:focus,
textarea:focus,
select:focus {
  background-color: #FFFFFF;
}
.assets input:focus,
.assets textarea:focus,
.assets select:focus {
  background-color: transparent;
}
input,
textarea,
select {
  background-color: #FBFBFB;
}

select {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px !important;
}

label {
  position: relative;
  display: inline-block;
}

.SearchBarlabel {
  width: 100%;
  float: left;
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}


/*---------------------------------- index Style -----------------------------*/
.searchbar {
  display: flex;
}
.searchBar-container {
  height: 40px;
  width: inherit;
}

.FormWrapperIndex .SearchBarlabel {
  max-width: 933px;
}

.FormWrapperIndex .SearchBar {
  height: 40px;
  font-size: 15px;
  padding: 10px;
}

.FormWrapperIndex .genric.SearchBar.ng-pending {
  background: url('/images/gears.gif') white no-repeat;
  background-position-y: center;
  background-position-x: 860px;
}

.FormWrapperLivedemo .SearchBar.ng-pending {
  background: url('/images/gears.gif') white no-repeat;
  background-position-y: center;
  background-position-x: 455px;
}

.discover-title {
  width: 78%;
  text-align: center;
  color: #804395;
  align-items: center;
  float: left;
  display: flex;
  justify-content: center;
  font-size: 25px;
}

.FormWrapperIndex .DownloadIcon {
  max-width: 25px;
  position: absolute;
  right: 10px;
  top: 8px;
}

.FormWrapperIndex .FindyoutubeIcon {
  max-width: 40px;
  margin-top: 7px;
  margin-left: 7px;
}


/*---------------------------------- livedemo Style -----------------------------*/

.TopHeader search-directive {
  width: 80%;
}

.FormWrapperLivedemo {
  max-width: 575px;
  margin-top: 13px;
}

.FormWrapperLivedemo .SearchBarlabel,
.FormWrapperLivedemo .SearchBar {
  max-width: 514px;
}

.FormWrapperLivedemo .SearchBar {
  padding-left: 10px;
}

.FormWrapperLivedemo .DownloadIcon {
  max-width: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
}

.FormWrapperLivedemo .FindyoutubeIcon {
  max-width: 32px;
  margin-top: 3px;
  margin-left: 5px;
}


/*----------------------------------livedemo Boxs Style -------------------------------------*/

.logo,
.TopHeader,
.TopContent,
.BoxStrip,
.TopLeftBox,
.TopRightBox,
.TopMiddleBox,
.BootomContent,
.BoxStripPaddingLR {
  width: 100%;
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.logo-link {
  cursor: pointer;
}
img.live-img {
  position: absolute;
  width: 40px;
  top: 46px;
  left: 7px;
}
.TopHeader {
  height: 70px;
  /*margin-bottom: 10px;*/
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.logo {
  max-width: 137px;
  margin-left: 15px;
  margin-right: 6px;
  display: flex;
  align-items: center;
}

.logo>img {
  width: unset;
  max-width: unset;
  display: unset;
  height: 34px;
}

.DeshbordIcons {
  display: flex;
  margin-top: 5px;
  float: right;
  margin-right: 25px;
  position: relative;
}

.DeshbordIcons li a {
  width: 100%;
  float: left;
  display: block;
  max-width: 30px;
  margin-left: 4px;
}
.ExitIcon a {
  max-width: 27px !important;
  margin-left: 0px !important;
}

.TopContent {
  margin-bottom: 10px;
}

.BoxStripPaddingLR {
  padding-left: 15px;
  padding-right: 15px;
}

.BoxStrip {
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.BoxStrip .buttons-container {
  width: 190px;
  height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.BoxStrip .buttons-container-interactive {
  width: 90px;
  margin-left: 60px;
}

.BoxStrip p {
  text-align: center;
  font-size: 15px;
  color: #FFFFFF;
}

.BoxStrip .query-pagination {
  display: flex;
  font-size: 14px;
  color: white;
  justify-content: space-between;
  align-items: center;
  /* width: 270px; */
  height: 28px;
}

.BoxStrip .status-container {
  width: auto;
  height: 100%;
  color: white;
  display: flex;
  align-items: center;
  font-size: 14px;
  white-space: nowrap;
}

.BoxStrip .status-container .status {
  width: auto;
  text-transform: uppercase;
  margin-right: 5px;
}

.BoxStrip .status-container #spinner {
  margin: unset;
  position: relative;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  width: 40px;
  height: 14px;
}

.BoxStrip .status-container #spinner .facebook_blockG {
  width: 0;
  height: 10px;
  background-color: white;
  margin-left: 3px;
}

.BoxStrip .status-container .stop-alignment {
  left: 0;
}

.BoxStrip .stop-container {
  margin-left: 130px;
  display: flex;
  align-items: center;
  width: 23px;
  height: 20px;
}

.BoxStrip .stop-container img {
  cursor: pointer;
  width: inherit;
  height: inherit;
}

.BoxStrip .query-pagination .prev,
.BoxStrip .query-pagination .next {
  height: inherit;
  width: 70px;
  background-color: white;
  color: #38566F;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  margin-right: 6px;
}

.BoxStrip .query-pagination .prev.disabled,
.BoxStrip .query-pagination .next.disabled {
  opacity: 0.15;
  cursor: default;
}

.query-navigator-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  color: white;
  align-items: center;
  margin-left: 8px;
}

.query-navigator-wrap p {
  /* line-height: 23px; */
}

.query-navigator-wrap .query-navigator {
  display: flex;
  margin-left: 20px;
  margin-top: 2px;
  margin-right: 11px;
}
::ng-deep input:focus, textarea:focus, select:focus {
  background-color: red;
}
.query-navigator-wrap .query-navigator .query-navigator-selected {
  width: 38px;
  height: 28px;
  font-size: 16px;
  background-color: #62778D;
  color: white;
  padding-top: 4px;
  border: none;
  text-align: center;
}

.query-navigator-selected {
  -moz-appearance: textfield;
}

.query-navigator-selected::-webkit-inner-spin-button,
.query-navigator-selected::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
  -moz-appearance: textfield !important;
}

.query-navigator-wrap .query-navigator .query-navigator-total {
  margin-left: 5px;
  margin-top: 6px;
  font-size: 16px;
  height: 23px;
  min-width: 30px;
}

.TopLeftBox {
  max-width: 715px;
  margin-right: 12px;
}

.TopLeftBox,
.TopMiddleBox,
.TopRightBox {
  height: 304px;
}

.TopMiddleBox {
  max-width: 251px;
  margin-right: 12px;
}

.TopRightBox {
  max-width: 251px;
}


/*----------------------------------setting Boxs Style -------------------------------------*/
 

/*---------------------------------------*/
.setting .BoxStrip p {
  text-align: left;
  text-indent: 15px;
}

.setting .TopRightBox,
.setting .TopLeftBox {
  max-width: 615px;
  width: 50%;
  height: 461px;
}

.setting .BootomContent {
  height: 206px;
}

.SearchSettingContent {
  margin-top: 60px;
}

.matchVideoSelect {
  height: 20px;
  color: #814396;
}

ul.BootomMiddleClips li:nth-child(even) {
  margin-right: 0px;
}

ul.IndexClips li:nth-child(3n+3) {
  margin-right: 0px;
}

.no-platform-video {
  width: 100%;
  height: 100%;
  background-color: black;
}

.missing-url {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  top: 1px;
  left: 1px;
  cursor: pointer;
  background-color: white;
  width: calc(100% - 2px);
  height: calc(100% - 2px);

}
.missing-url>p {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  width: 90%;
  margin: 0 auto;
}
.displayInColumn {
  display: flex;
  flex-direction: column;
}
md-tabs md-tab-item {
  /* background-color: yellow; */
  vertical-align: middle;
  color: #4d4d4d !important;
  background-color: lightgray;
  line-height: 6px !important;
  padding-bottom: 10px;
}
md-tabs.md-default-theme md-ink-bar, md-tabs md-ink-bar {
  background-color: #4d4d4d !important;
}
md-tabs-content-wrapper {
  top: 31px;
}
md-pagination-wrapper {
  height: 30px;
}
md-tabs-wrapper {
  height: 30px;
}
md-tab-item {
  height: 30px;
  font-size: 12px !important;
}
md-tabs md-tabs-content-wrapper {
  height: 105px;
}
md-tabs.md-default-theme.md-primary > md-tabs-wrapper, md-tabs.md-primary > md-tabs-wrapper {
  background-color: lightgray;
}
.md-padding {
  padding: 5px;
}
md-tabs:not(.md-no-tab-content):not(.md-dynamic-height) {
  height: 105px !important;
  min-height: 135px !important;
}
.videoSize {
  width: 302px;
  height: 170px;
}
.videoSize#videoBox {
  left: 50% !important;
  transform: translate(-50%) !important;
}
.videoSize#ref_fb_embed {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
.videoSize#ref_fb_embed.thumbnail {
  cursor: pointer;
}
.videoSize#ref_fb_embed.thumbnail:after {
  content: "";
  width: 80px;
  height: 80px;
  background-image: url("../../images/FacebookPlay.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -39px;
  margin-left: -39px;
  border-radius: 100%;
}
.videoSize#ref_fb_embed.thumbnail:hover:after {
  background-color: rgba(0, 0, 0, 0.7);
}

.sensitiveOverlay>p,
.notEmbeddable>p {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  width: 90%;
  margin: 0 auto;
}

.TopBox .ClipYoutube .YoutubeIcon {
  position: absolute;
  width: 40px;
  height: auto;
  top: 4px;
  left: 7px;
}

.vcs-bar {
  width: 25px;
  position: absolute;
  left: 270px;
  top: 5px;
  z-index: 1;
}

.ClipProperties li p.disable {
  opacity: 0.3;
}

.audiovisual-and-upload {
  max-width: 65px;
  width: auto;
  float: right;
  display: flex;
  justify-content: space-between;
}

.accept-reject-match {
  right: unset;
  bottom: unset;
  top: 28px;
  left: -55px;
}

.audiovisual-and-upload .source-icon {
  width: 18px;
  height: 25px;
  padding-top: 2px;
  margin-right: 15px;
}

.audiovisual-and-upload .source-icon img {
  width: 15px;
  height: 13px;
}

.audiovisual-and-upload .type-icon {
  width: 28px;
  height: 26px;
  margin-right: 15px;
}

.audiovisual-and-upload .type-icon img {
  width: auto;
  height: 9px;
}

.instagram .Header {
  height: 0px !important;
  padding: 0px !important;
}
.loader.ng-animate { -webkit-animation: none 0s; }
.loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #3498db;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  margin: auto;
  z-index: 1;
  top: 10%;
  left: 13px;
  right: 0;
  bottom: 14px;
}
.noBatchData{
  font-size: 30px;
  text-align: center;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  margin: auto;
  z-index: 200;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.videoWrapper {
  position: relative;
  height: 0;
  background-color: black;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 36%;
  background-color: transparent !important;
}
.timezone {
  display: flex;
  margin-top: 13px;
  font-size: 15px;
  margin-top: 15px;
  margin-right: -50px;
  font-weight: bold;
}
.timezone p {
  margin-top: 4px;
  margin-right: 5px;
}
select button {
  width: 20px !important;
}
.user-settings {
  padding-left: 5px;
}
.drop-down,
.timezoneSelect {
  margin-left: 3px;
  height: 25px;
  width: auto;
  color: #814396;
  z-index: 2;
  border-color: #814396;
  padding-top: 2px;
  padding-bottom: 2px;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.drop-down {
  width: 70%;
  color: white !important;
  border-color: white !important;
  text-overflow: ellipsis;
  background-color: transparent;
  height: 28px;
  float: right;
}
.drop-down option {
  color:#3a5571 !important;
  border-color: white !important;
  background-color: white;
}
.dateClass {
  border: none;
  background-color: transparent;
  width: auto;
  margin-top: 0px;
  text-overflow: unset !important;
  height: fit-content;
}
.asset-lst {
  width: 258px;
  color: white;
  background-color: #3a5571 ;
}
.ellipses {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ------------------- */
.autocomplete-item {
  color:#3a5571 !important;
  border-color: white !important;
  background-color: white;
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.autocomplete-list {
  width: 300px;
  margin-top: 31px;
 
}
.autocomplete {
  color: white;
  border-color: white;
  background-color: #38566F;
}