em.validation-error{
	overflow: hidden !important;
	font-size: 11px !important;
	color: red;
	overflow-wrap: break-word;
}

table.dataTable tbody tr.selected a,
table.dataTable tbody th.selected a,
table.dataTable tbody td.selected a{
	color: #000000 !important;
}
/*
.dz-actions a{
	float: left;
}*/

.my-taskpanel-content .tab-content.taskcontent .card .card-body .task-img{
	/*width: 70% !important;*/
}

.badge-container{
	max-height: 400px;
	overflow: hidden scroll;
	overflow-y: scroll;
	overflow-y: auto;
}

.error_container{
	position: absolute !important;
	left: 200px !important;
}

.vjs-loading-spinner{display:none!important;}

/*.media-awards .logo-item img{
	vertical-align: middle !important;
	align-content: center;
	border: 1px solid red;
}*/

.g-recaptcha{
	padding-top: 5px !important;
	width: 100% !important;
}

.auth-form-group-custom2 label{
	top: 7px;
    left: 60px;
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
}

.campaign-cart .zh-ri .legendColorBox .sdg-1 {
	width:4px;height:0;border:5px solid #EB1C2E;overflow:hidden;margin: 3px; border-radius: 50%;
}
.campaign-cart .zh-ri .legendColorBox .sdg-2 {
	width:4px;height:0;border:5px solid #D3A02A;overflow:hidden;margin: 3px; border-radius: 50%;
}
.campaign-cart .zh-ri .legendColorBox .sdg-3 {
	width:4px;height:0;border:5px solid #269C48;overflow:hidden;margin: 3px; border-radius: 50%;
}
.campaign-cart .zh-ri .legendColorBox .sdg-4 {
	width:4px;height:0;border:5px solid #C41E34;overflow:hidden;margin: 3px; border-radius: 50%;
}
.campaign-cart .zh-ri .legendColorBox .sdg-5 {
	width:4px;height:0;border:5px solid #EF402B;overflow:hidden;margin: 3px; border-radius: 50%;
}
.campaign-cart .zh-ri .legendColorBox .sdg-6 {
	width:4px;height:0;border:5px solid #01AED9;overflow:hidden;margin: 3px; border-radius: 50%;
}
.campaign-cart .zh-ri .legendColorBox .sdg-7 {
	width:4px;height:0;border:5px solid #FCB712;overflow:hidden;margin: 3px; border-radius: 50%;
}
.campaign-cart .zh-ri .legendColorBox .sdg-8 {
	width:4px;height:0;border:5px solid #901939;overflow:hidden;margin: 3px; border-radius: 50%;
}
.campaign-cart .zh-ri .legendColorBox .sdg-9 {
	width:4px;height:0;border:5px solid #F36D24;overflow:hidden;margin: 3px; border-radius: 50%;
}
.campaign-cart .zh-ri .legendColorBox .sdg-10 {
	width:4px;height:0;border:5px solid #E21483;overflow:hidden;margin: 3px; border-radius: 50%;
}
.campaign-cart .zh-ri .legendColorBox .sdg-11 {
	width:4px;height:0;border:5px solid #FA9D26;overflow:hidden;margin: 3px; border-radius: 50%;
}
.campaign-cart .zh-ri .legendColorBox .sdg-12 {
	width:4px;height:0;border:5px solid #CF8D2C;overflow:hidden;margin: 3px; border-radius: 50%;
}
.campaign-cart .zh-ri .legendColorBox .sdg-13 {
	width:4px;height:0;border:5px solid #48783E;overflow:hidden;margin: 3px; border-radius: 50%;
}
.campaign-cart .zh-ri .legendColorBox .sdg-14 {
	width:4px;height:0;border:5px solid #017DBD;overflow:hidden;margin: 3px; border-radius: 50%;
}
.campaign-cart .zh-ri .legendColorBox .sdg-15 {
	width:4px;height:0;border:5px solid #3DB049;overflow:hidden;margin: 3px; border-radius: 50%;
}
.campaign-cart .zh-ri .legendColorBox .sdg-16 {
	width:4px;height:0;border:5px solid #02558B;overflow:hidden;margin: 3px; border-radius: 50%;
}
.campaign-cart .zh-ri .legendColorBox .sdg-17 {
	width:4px;height:0;border:5px solid #183668;overflow:hidden;margin: 3px; border-radius: 50%;
}

.report-button {
	position: fixed;
	bottom: -2px;
	right: 110px;
	border-radius: 10px 10px 0px 0px;
	background-color: rgb(85, 85, 85);
	border-color: rgb(85, 85, 85);
  }

  .report-button {
	padding: 0.6em 2em;
	border: 1px solid rgb(59, 115, 255);
	color: rgb(255, 255, 255);
	font-size: 0.7em;
	margin: 0.2em;
	text-transform: uppercase;
	white-space: nowrap;
	box-sizing: border-box;
  }

  .ui.button {
	cursor: pointer;
	display: inline-block;
	min-height: 1em;
	outline: 0;
	border: none;
	vertical-align: baseline;
	background: #e0e1e2 none;
	  background-color: rgb(224, 225, 226);
	color: rgba(0,0,0,.6);
	font-family: Lato,"Helvetica Neue",Arial,Helvetica,sans-serif;
	margin: 0 .25em 0 0;
	padding: .78571429em 1.5em;
	text-transform: none;
	text-shadow: none;
	font-weight: 700;
	line-height: 1em;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	border-radius: .28571429rem;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
	will-change: "";
	-webkit-tap-highlight-color: transparent;
  }


/*ul.list-off{
	list-style: none;
	margin: 2px;
}*/

.sdg-checkbox:not(:disabled), .sdg-radio:not(:disabled) {
    cursor: pointer;
}
.sdg-checkbox, .sdg-radio {
    display: inline-block;
    height: 16px;
    width: 16px;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #ccc;
    transition: .2s ease-in-out;
    transition-property: background-color,border;
}

  #sdg-container  input {
    background-color: #394151;
    border: 1px solid #394151;
    padding: 30px;
    color: #ffffff;
    font-size: 24px;
  }
  @media (max-width: 960px) {
    #sdg-container  input {
      font-size: 18px;
    }
  }

  #sdg-container  input[type=checkbox] {
    padding: 0;
  }
  #sdg-container  input[type=checkbox].single-checkbox {
    opacity: .3;
    width: 100%;
    height: 100px;
    position: relative;
    display: block;
    margin-bottom: 8px;
    color: transparent;
    background-color: transparent;
    border: 0;
  }

  #sdg-container  input:checked.single-checkbox {
    opacity: 1;
  }
  #sdg-container  .checkboxContainer {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }


.scrolling-pagination ul.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
}

.scrolling-pagination ul.pagination .page-link-expand{
    padding-left: 10px;
    padding-right: 10px;
}

.twitter-typeahead .tt-input, .twitter-typeahead .tt-hint {
    height: auto !important;
    line-height: 1px !important;
    padding: 0 !important;
}
.tokenfield{
    min-height: auto !important;
}

/*
.video-js {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
}

.vjs-poster {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
} */

/*
.campaign-video {
    position: relative;
}

.campaign-video .video-js {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 110;
}

.campaign-video img.poster {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10;
} */



.campaign-video video{
    width: 100% !important;
    height: auto !important;
    margin-bottom: 10px;
}


video[poster]{
    object-fit: fill;
}
