

.container-tvi {
  overflow: visible;
}


/* Content */

.content-tvi {
  padding-bottom: 100px;
}

.heading {
  font-size: 20px;
  text-align: center;
  padding-bottom: 15px;
}

#gSignIn {
  display: block;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}


/* Step 2 */

#step2 .form-group {
  margin-left: 30px;
}

.step2toptext {
  padding-left: 32px;
}

#step2 img {
  height: 23px;
}

#go_to_report_btn {
  display: none;
}


/* Step 3 */

.step3text {
  padding-left: 38px;
}


/* Forms */

.control-label {
  font-weight: normal;
}

.form-control {
  font-style: italic;
}


/* Popovers */

.popover-content {
  min-width: 280px;
}


/* Initially hidden steps */

#step2rest,
.stepBody:not(.stepBody2) {
  display: none;
}


/* Error message */

#error_msg_outer {
  left: 0;
  position: fixed;
  right: 0;
  top: 68px;
  width: 100%;
  z-index: 2000;
  pointer-events: none;
}

#error_msg {
  margin-left: auto;
  margin-right: auto;
  width: 718px;
  z-index: 1039;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  pointer-events: auto;
  display: none;
}

@media (max-width: 767px) {
  #error_msg {
    width: 100%;
  }
}


/*** CSS for YouTube Ratings - Generation Page ***/


/* Collapsibles */

.collapsible {
  cursor: pointer;
  margin-bottom: 7px;
}

.collapse_content {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}


/* Taxonomy load error message */

.taxErr {
  display: none;
  color: red;
}


/* Italic fonts */

.italic {
  font-style: italic;
}


/* Action buttons (Clear All, View Ratings) */

#actions {
  margin-top: 5px;
}


/* Panels */

#browsePanel {
  padding-top: 2px;
}

#searchPanel {
  display: block;
  padding-top: 5px;
  padding-bottom: 40px;
}


/* Arrows to the right of panels */

.arrowWrap {
  font-size: 19px;
  margin-top: 2px;
}

.arrowIcon {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.arrowIcon.rotated {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}


/* Browse Box */

#browseBox {
  margin-top: 10px;
}

#browseBox .L1 {
  font-weight: bold;
}

#browseBox .L3 {
  margin-bottom: 3px;
}

.selectable {
  cursor: pointer;
}


/* Categories */

ul.categories {
  font-size: 10px;
  /*	max-height: 7.5em;
	min-height: 7.5em;
*/
  list-style-type: none;
  margin: 0;
  overflow: auto;
  padding: 0;
  /*	transition: max-height 1s;
	-moz-transition: max-height 1s;
	-ms-transition: max-height 1s;
	-o-transition: max-height 1s;
	-webkit-transition: max-height 1s;*/
}

ul.categories:hover {
  max-height: 250px;
}

ul.categories > li {
  background-color: #F5F5F6;
  clear: both;
  float: left;
  margin: 0.25em 0;
  padding: 0;
}

ul.categories > li > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.categories > li > ul > li {
  display: inline-block;
  padding: 0.25em 1em 0.25em 0;
  display: inline;
  zoom: 1;
}

ul.categories > li > ul > li:after {
  content: '\00bb';
  padding: 0.25em 0 0.25em 1em;
}

ul.categories > li > ul > li:first-child {
  padding-left: 1em;
}

ul.categories > li > ul > li:last-child:after {
  display: none;
}

ul.categories .goldText {
  color: rgb(255, 166, 25);
}

.delBtn {
  cursor: pointer;
}


/* Form Controls */

.control-label {
  font-weight: normal;
}

.form-control {
  font-style: italic;
}

.current_class {
  margin-bottom: 1em;
  padding: 1em;
}

#categoryDataEdit .banner_v2 {
  padding-top: 0.2em !important;
}

#chClassifications {
  padding: 1em;
  margin-bottom: 0.5em;
}

#chClassifications .accordion {
  padding-left: 1em;
}

#chClassifications .accordion .accordion-heading a:before {
  color: #636366;
  content: 'Theme: ';
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

#chClassifications .accordion .accordion .accordion-heading a:before {
  content: 'Conversation: ';
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
}

#chClassifications .accordion-heading {
  padding: 0.5em 1em 0.5em 0;
}

#chClassifications a {
  color: #FDBF62;
}

#chClassifications ul li a:before {
  color: #636366;
  content: 'Topic: ';
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
}

.twitter-typeahead .tt-dropdown-menu {
  max-height: 300px;
  overflow: auto;
}

.tt-suggestion > p {
  border: 1px solid silver;
  color: #fbb033;
}

.tt-suggestion > p:hover,
.tt-suggestion > p:focus,
.tt-suggestion.tt-cursor p {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

#searchBox {
  margin-bottom: 1em;
}


/* Search Result Box */

#searchResultBox {
  /*max-height: 300px;*/
  width: 100%;
  border: 1px solid silver;
  /*overflow-y: auto;*/
  display: none;
}

@media (min-width: 1200px) {
  #searchResultBox {
    width: 94%;
  }
}

#noResults {
  padding-top: 5px;
  padding-left: 13px;
  display: none;
}

.resultBar {
  border-bottom: 1px solid silver;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 13px;
  padding-right: 13px;
  display: none;
}

.resultBar.lastVisible {
  border-bottom: 0;
}

.resultBar .group {
  /* margin-left: 40px; */
  display: none;
}

.resultBar .L1.single,
.resultBar .L2.single {
  color: #a4a4a7;
}

.resultBar .L2.single {
  padding-left: 40px;
}

.resultBar .L3.single {
  padding-left: 80px;
}

.resultBar .L3.active {
  background-color: rgb(208, 231, 226);
}

.resultBar .L3 .catText {
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}

.resultBar .single {
  margin-bottom: 5px;
  display: none;
}

.resultBar .catText .highlight {
  color: rgb(238, 153, 50);
  font-weight: bold;
}

.resultBar .L3 {
  cursor: pointer;
}


/* Lock profile row */

#lockRow {
  display: none;
}


/* Taxonomy load error message */

.taxErr {
  display: none;
  color: red;
}


/* Hide Target Demographic and Offline Local Marketing Area for Classify-Channel. */


/* This is per Alison's request */

body.classify-channel #targetDemographicGroup,
body.classify-channel #marketAreaGroup {
  display: none;
}

footer {
  position: absolute;
  bottom: 0;
}

#chExample {
  color: gray;
  margin-left: 4px;
}

.chExampleTextLocator {
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  height: 7px;
  width: 68px;
  margin-left: 158px;
}

#chExampleLabel {
  font-style: italic;
  margin-left: 152px;
}

.explanation_text {
  font-style: italic;
  font-size: .85em;
}

.grey_bar {
  border-bottom: 1px solid gray;
  width: 400px;
  min-width: 80px;
}

.class_edit_text {
  margin-left: 15px;
}


/* Save Claim a Channel Modal */

#saveClaimDataEdit h3 {
  font-family: "Helvetica Neue Bold";
}

#saveClaimDataEdit p {
  font-size: 19px;
  margin-top: 20px;
}

#saveClaimDataEdit .modal-body {
  padding-left: 35px;
  padding-right: 35px;
}

.sub-title {
  text-transform: uppercase;
  font-weight: 700;
  color: #333333;
}

.sub-title .fa-info-circle {
  color: #9D9D9D;
  font-size: 14px;
}

#contactSection .left-side {
  padding-left: 0px;
  padding-right: 18px;
}

#contactSection .left-side .col-sm-3 {
  width: 19%;
}

#contactSection .right-side {
  padding: 0 0 0 0;
}

#contactSection .control-label {
  text-align: left;
}

#contactSection .right-side .form-group {
  margin-left: 0;
  padding-right: 17px;
}

#contactSection .left-side .sub-title {
  padding-left: 29px;
}

#contactSection .sub-title {
  padding-left: 12px;
  margin-bottom: 16px;
  margin-top: 14px;
}

#contactSection .business-offer-option {
  display: block;
  padding-left: 28px;
  margin-top: -13px;
  color: #000;
  font-size: 14px;
  margin-bottom: 11px;
}

#contactSection .business-offer-option label {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}

.language-option .col-sm-3 {
  width: 24%;
  padding-left: 0;
  text-align: left;
  margin-left: 15px;
  margin-right: -13px;
  margin-top: 6px;
}

.custom-divider {
  border-color: rgba(156, 149, 149, 0.75);
}

#more-location-option {
  display: none;
}

/* Save Claim a Channel Modal */
#saveClaimDataEdit h3 {
	font-family: "Helvetica Neue Bold";
}

#saveClaimDataEdit p {
	font-size: 19px;
	margin-top: 20px;
}

#saveClaimDataEdit .modal-body {
	padding-left: 35px;
	padding-right: 35px;
}
#channelClaimWell, #rfp_survey{
  /*  margin-top:70px;*/
}

/* Save Button */
#save_btn {
	display: none;
}
.remove_cat{
  padding: 10px;
  cursor: pointer;
}
#addCatBtn{
  width: 100%;
}

#cat-tag{
  font-family: "Helvetica Neue Bold";
  padding: 2px;
}

.category_inline ul {
    padding-left: 0;
    border-bottom: 1px solid silver;
    padding: 5px 2px;
    margin-bottom: 5px;
    font-size: 13px;
}
.category_inline .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 0;
    margin-bottom: 0;
}
.youtube-ratings-search-result-line {
  box-shadow:0 2px 0 #948e8e;
}
.add-cat-msg{
  display: none;
  background-color:#76c0ba;
  font-weight: bold;
  border-radius: 3px;
  color:white;
  margin-left: 15px;
  padding: 10px;
  font-size:13px;
}
.cat-exist-msg{
  display: none;
  background-color:#f27d7d;
  font-weight: bold;
  border-radius: 3px;
  color:white;
  margin-left: 15px;
  padding: 10px;
  font-size:13px;
}
.info-popover {
  cursor: pointer;
  width:auto;
}
#cat-list{
  color: #FDBF62;
  font-family: "Helvetica Neue Bold";
}
/*popover on SAVE and CLAIM button*/
.info-popover.scroll-info-text + .popover {
  max-width: 531px;
  height: 500px;
}

.info-popover.scroll-info-text + .popover .popover-content {
  height: 100%;
  overflow-y: scroll;
}
.claim-channel-link {
  text-decoration:underline;
}
.required-fields {
  color: red;
}
.banner_v2 {
    border-radius: 0;
    font-size: 22px;
    height: 37px;
    padding: 0.2em 1em;
    background-color: #6d6f71;
    background-image: none;
    padding-top: 3px !important;
}
.banner {

    font-family: 'sofia_pro_lightregular';
    color: #FFFFFF;
    width: 100%;
}
.btn-teal {
    background-color: #2db5ab;
    border-color: rgb(192, 193, 191);
    color: white;
    border-radius: 0;
}

/*Producer type popup.*/
.producer-includes {
  font-style: italic;
  font-size: 12px;
}
