/* IFOOD.TV
================================================== */


/* #Links
================================================== */

.ifoodtv a,
.ifoodtv a:visited {
  
  text-decoration: none;
  color: #c33c22;
  }

.ifoodtv a:hover,
.ifoodtv a:active {
  color: #a93019;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  }
  /* #Buttons
================================================== */

/*	.ifoodtv .button,
	.ifoodtv button,
	.ifoodtv a.btn,
	.ifoodtv .ifoodtv input[type="submit"],
	.ifoodtv input[type="reset"],
	.ifoodtv input[type="button"] {
		background: #CE4D35;
	  border: 1px solid #CE4D35;
	   }

	.ifoodtv .button:hover,
	.ifoodtv button:hover,
	.ifoodtv a.btn:hover,
	.ifoodtv input[type="submit"]:hover,
	.ifoodtv input[type="reset"]:hover,
	.ifoodtv input[type="button"]:hover {
		background: #a93019;
	  border: 1px solid #a93019; 
    }

	.ifoodtv .button:active,
	.ifoodtv button:active,
	.ifoodtv input[type="submit"]:active,
	.ifoodtv input[type="reset"]:active,
	.ifoodtv input[type="button"]:active {
	  background: #a93019;
	  border: 1px solid #a93019; 
		 }*/


  .ifoodtv .btn-primary {
    background: #CE4D35;
    border: 1px solid #CE4D35;
    color: #fff;
     }

  .ifoodtv .button:hover,
  .ifoodtv button:hover,
  .ifoodtv a.btn:hover,
  .ifoodtv a.button:hover,
  .ifoodtv input[type="submit"]:hover,
  .ifoodtv input[type="reset"]:hover,
  .ifoodtv input[type="button"]:hover {
    background: #c33c22;
    border: 1px solid #c33c22; 
    color: #fff;
  }

  .ifoodtv .button:active,
  .ifoodtv button:active,
  .ifoodtv a.button:active,
  .ifoodtv input[type="submit"]:active,
  .ifoodtv input[type="reset"]:active,
  .ifoodtv input[type="button"]:active {
    background: #c33c22;
    border: 1px solid #c33c22; 
    color: #fff;
     }

		 
/* header
================================================== */
.ifoodtv header {background: #CE4D35}
.ifoodtv #logo {
    background: url(../images/logo-ifood.png) no-repeat scroll 0 0;
}

/* FUTURETODAY.TV
================================================== */
.futuretoday header {background: #41404f}
.futuretoday #logo {
    background: url(../images/logo-futuretoday.png) no-repeat scroll 0 0;
}

.futuretoday .modal-dialog {
    width: 80%;
}

.futuretoday .top-buffer { 
    margin-top:20px; 
}

.fileUpload {
	position: relative;
	overflow: hidden;
}
.fileUpload input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	opacity: 0;
}
.progress {
    margin-bottom: 0;
}

.video-block {
    display: inline-block;
    vertical-align: middle;
    min-height: 120px;
}

.modal-dialog .bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
}

/*Start: DASH-1346*/
.modal-dialog .label {
  white-space: normal;
}
/*End: DASH-1346*/
.reports .bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
}

.reports .label {
  white-space: normal;
}

.ingredientTable .bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    width:160px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
}

#cover {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000000;
  margin: 0 auto;
  font-size: 110%;
  color: #9c9c9c;
  text-align: center;
  vertical-align: middle;
  opacity: 0.9;
  font-weight: 300;
  padding: 0 0 0 0;
  width: 100%;
  height: 100%;
  /*height: 110px;*/
  display:none;
  background: #111;
}

#report_ajax_loader {
    text-align: center;
}

#lazyloader {
    position: absolute;
    top: 50%;
    left: 50%;
}
.modal {
  overflow-y:auto;
}
.modal-content-new {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
table#ingredient-list tr td select {
  position:absolute;
  z-index: 1;
  display:none;
}
.table-schedule{
    background-color:#fff !important;
}
.table-schedule > tbody > tr > td{
  border-top: none !important;
}
.inputtext-right{
    padding:0 !important;
    color:#808080;
}

.listTags{ /* DASH-330 */
    max-height: 150px;
    overflow-y: auto;
}

.search-condition{
  float:left;
  width : 110px;
  margin-right:2px; 
  padding:1px;
}

.search-inpput {
min-width:130px;
}

.search-text {
  float: left;
  padding: 6px;
}

.select-screen-multi-lang { /* DASH-471 */
  height: 155px;
  position:inline;
  overflow:auto;
}

#nodeTitlemenuWidth { width: 300px !important; } /* DASH-684 */
/* DASH-1267 start */
.modal-dialog-large { width: 98% !important;} 
.paltformBlock {width: 195px;}
.paltformBlock label {margin-bottom: 0px; padding-right: 0px; font-weight: normal;}
.chSortOrderBlock{width:95px}
.multiselect{width:100%;border:1px solid #ccc;border-radius:4px;padding:8px}
.selectBox{position:relative}
.selectBox select{width:100%;border:1px solid #ccc;border-radius:4px;padding:8px 4px}
.overSelect{position:absolute;left:0;right:0;top:0;bottom:0}
.mySelectOptions{display:none;border:.5px solid #ccc;background-color:#fff;max-height:228px;overflow-y:scroll;z-index:1;position:absolute;width:195px;}
.mySelectOptions label{font-weight:400;display:block;white-space:nowrap;min-height:1.2em;background-color:#ffffff00;padding:0 2.25rem 0 .75rem}
.mySelectOptions label:hover{background-color:#eee}
.width-150{width:150px;}
/* DASH-1267 end */

/* Start DASH-1312 added CSS to fix width of last report dialog box and wrap text */
.last_report_section > li > a { 
  text-wrap:wrap;
  width:500px !important;
}

/*End DASH-1312 */


/* Leave Management - Date Display Box */
.leave-date-display-box {
    background: #EBF5FB;
    border: 1px solid #AED6F1;
    border-radius: 6px;
    padding: 8px 15px;
    text-align: center;
    white-space: nowrap;
}

/* DASH-3210 AI CC indicator checkbox - sits inline after the "available" link, before External CC Url column.
   Label is rendered before the checkbox ("AI [☐]") and consistent sizing is enforced so the upper "Default"
   block and the per-language table rows render identically. */
.cc-ai-checkbox {
    display: inline-block !important;
    vertical-align: middle;
    margin: 0 18px 0 12px; /* extra right margin so it doesn't crowd the External CC Url field */
    padding: 0;
    font-weight: normal;
    white-space: nowrap;
    line-height: 1;
    cursor: pointer;
}
.cc-ai-checkbox input[type="checkbox"] {
    position: static !important;
    margin: 0 0 0 6px !important; /* gap between label text and checkbox (label first now) */
    width: 14px;
    height: 14px;
    vertical-align: middle;
    box-sizing: border-box;
}
.cc-ai-checkbox .cc-ai-label {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    line-height: 1;
}
/* Force identical sizing inside table rows where Bootstrap's .table.small can shrink fonts */
.ccfileTable .cc-ai-checkbox .cc-ai-label { font-size: 13px; }
.ccfileTable .cc-ai-checkbox input[type="checkbox"] { width: 14px; height: 14px; }
/* End DASH-3210 */

.leave-date-display-box h4 {
    margin: 0;
    color: #1A5276;
    font-weight: bold;
}

/* DASH-3498: Single Copy / Clone */
#nodeCopyBtn.btn-disabled {
    pointer-events: none;
    opacity: 0.6;
}
.node-clone-modal-content .modal-header,
.node-clone-modal-content .modal-body,
.node-clone-modal-content .modal-footer {
    padding: 15px 20px;
}
.node-clone-help {
    margin-bottom: 15px;
    color: #555;
    font-size: 13px;
}
.node-clone-field {
    margin-bottom: 5px;
}
.node-clone-field .twitter-typeahead {
    width: 100%;
}
.node-clone-field .tt-menu {
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    max-height: 220px;
    overflow-y: auto;
    z-index: 1700;
}
.node-clone-field .tt-suggestion {
    padding: 6px 12px;
    cursor: pointer;
}
.node-clone-field .tt-suggestion:hover,
.node-clone-field .tt-suggestion.tt-cursor {
    background: #f0f4f8;
}
.node-clone-error {
    margin-top: 12px;
    color: #b94a48;
    font-size: 13px;
}
/* End DASH-3498 */