/* IPTV */
.chControlDisabled {
    font-size: 14px !important;
    color: white;
    background: red;
    padding: 5px;
    margin-top:-6px !important;
}

#tv_fee_providers {
	font-size: 11px;
	padding-top: 3px;
}

.description_string {
	font-size:10px;
}
.small_description {
	font-size:8px;
}

.balloonData {
	color: red;
}
.balloon{
    position:absolute; left:50px; top:50px;
    width:200px; height:auto; /* высота подстраивается под контент */
    background:#8DD8F8; padding:10px;
    -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px;
	display:none;
}
.balloon>.arrow{
	position:absolute; left:-10px; top:50%;
	margin-top:-10px;
	display:block;
	width: 0px;
	height: 0px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #8DD8F8;
}

.formatDownloadIco {
	float:left;
	width:20px;
	height:20px;
	display:block;
	padding-top:3px;
	padding-left:5px;
}

.formatDownloadIco img {
	border:0px;
	width:20px;
	height:20px;
}

.loaderMargin {
	display: block;
	float: left;
	margin-top: 19px;
	margin-bottom: 20px;
}
#totalLoader {
	display: none;
	float: left;
	padding-left: 15px;
}
.infoSpoiler, .iptvAdditInfo, .iptvAdditInfoContent {
	display:block;
}
.iptvAdditInfoContent {
	display:none;
	margin-top: -6px;
	padding: 5px;
	border:1px solid #969696;
}

.iptvAdditInfo {
	width:300px;
	background:#D2D2D2;
	border:1px solid #969696;
	cursor:pointer;
	padding: 7px;
	margin-bottom: 5px;
	font-weight:bold;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}

.iptvAdditInfoOn {
	background:#E1E1E1;
}

.useDescription {
	padding-bottom:14px;
}
.linkListTitle {
	color:#FF2A7F;
	padding-top:3px;
}
.playlistUrl ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
	padding-top:4px;
}
.playlistUrl ul li {
	display:block;
	padding-bottom:4px;
}
.formatTitle {
	display: block;
	float: left;
	padding-right: 10px;
	padding-top: 4px;
	font-weight: bold;
	font-size: 12px;
	width: 100px;
}
.formatLink {
	display:block;
	float:left;
}
.formatLink input {
	width: 360px;
	background: none;
	color: black;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-size: 16px !important;
}
#serviceListArea thead td, .iptvTable thead td{
	background:#2472BC !important;
	color:#fff;
	border:1px solid #2472BC;
	font-weight:normal;
	text-transform:uppercase;
}
#serviceListArea  td, .iptvTable td {
	border:1px solid #2472BC;
	vertical-align:middle;
}
#serviceListArea  td, .iptvTable td input[type="text"]{
	border:1px solid #A5A5A5;
	background: none;
	padding-top:3px;
	padding-bottom:3px;
	color:#000;
}
.iptvRedBorder {
	border:1px solid red !important;
}

.iptvFormHeader {
	background:#D7E8F7;
}

#serviceListArea table, .iptvTable table {
	border:1px solid #2472BC;
}
.iptvButtons {
	cursor:pointer;
	display:block;
	padding-bottom:5px;
	padding-left:20px;
}
.iptvButtons:hover {
	opacity:0.8;
}
.removeService {
	background:url(/images/iptv/delete.png) left top no-repeat;
}
.stopService {
	background:url(/images/iptv/stop.png) left top no-repeat;
}
.startService {
	background:url(/images/iptv/play.png) left top no-repeat;
}
.editService {
	background:url(/images/iptv/package.png) left top no-repeat;
}
.channelsService {
	background:url(/images/iptv/tv_channels.png) left top no-repeat;
}

.activeSubscribe {
	display: block;
	background: green;
	color: white;
	padding: 5px;
}
.inactiveSubscribe {
	display: block;
	background: gainsboro;
	padding: 5px;
	color:#000;
}
.servicePacketsList {
	padding: 3px;
	font-size: 12px;
	color: rgb(68, 68, 68);
}
.servicePacketsCost {
	padding: 3px;
	font-size: 10px;
	color: rgb(60, 124, 88);
}
.packetProvider {
	color: rgb(90, 85, 85);
	font-size: 10px;
}
.iptvErrors {
	font-size:26px;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	color:#FF6347;
}
.iptvNotice {
	font-size:26px;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	color:#228B22;
}
.iptvPartSep {
	display:block;
	margin-top:18px;
}
.iptvPartHeader {
	font-size:26px;
	font-family:Trebuchet MS, Helvetica, sans-serif;
}
.serviceSelect {
	margin-top:15px;
	display:block;
}
.serviceSelectRadio {
	float:left;
	display:block;
}
.serviceSelectLabel {
	float:left;
	display:block;
	padding-top: 0px;
	font-size:14px;
}
.iptvServiceSelectRadio {
	display:block;
}
.iptvButtonOff {
	margin-top:15px;
	background:#D3D3D3;
	color:#000;
	text-align:center;
	text-transform:uppercase;
	border:0px;
	padding-left:10px;
	padding-right:10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.iptvButtonOff:hover {
	background:#DCDCDC;
}
.iptvButtonOff:focus {
	outline: none;
}

.iptvButtonOn {
	margin-top:15px;
	background:#ff9900;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	border:0px;
	padding-left:10px;
	padding-right:10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.iptvButtonOn:hover {
	background:#fbac36;
}
.iptvButtonOn:focus {
	outline: none;
}

.iptvButtonConsole {
	margin-top:15px;
	background:red;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	border:0px;
	padding-left:10px;
	padding-right:10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.iptvButtonConsole:hover {
	background:#FF7F7F;
}
.iptvButtonConsole:focus {
	outline: none;
}


.iptvButtonGreen {
	margin-top:5px;
	background:#9ACD32;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	border:0px;
	padding-left:10px;
	padding-right:10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.iptvButtonGreen:hover {
	background:#AED75A;
}
.iptvButtonGreen:focus {
	outline: none;
}

.iptvButtonBlue {
	margin-top:5px;
	background:#0072BC;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	border:0px;
	padding-left:10px;
	padding-right:10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.iptvButtonBlue:hover {
	background:#0781D1;
}
.iptvButtonBlue:focus {
	outline: none;
}

.iptvButtonPurple {
	margin-top:5px;
	background:#AA2AFF;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	border:0px;
	padding-left:10px;
	padding-right:10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.iptvButtonPurple:hover {
	background:#AA55FF;
}
.iptvButtonPurple:focus {
	outline: none;
}

.iptvButtonLightRed {
	margin-top:5px;
	background:#FF7F7F;
	color:#000;
	text-align:center;
	text-transform:uppercase;
	border:0px;
	padding-left:10px;
	padding-right:10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.iptvButtonLightRed:hover {
	background:#FF7F55;
}
.iptvButtonLightRed:focus {
	outline: none;
}

.separator {
	display:block;
	height:20px;
	clear:both;
}

.totalPriceSum {
	display:block;
	color:#DC143C;
}
.iptvTotal {
	display:none;
	padding-top:10px;
}
.iptvTotalVisible {
	padding-top:10px;
}
.totalPackets, .totalChannels, .totalPrice, .totalServiceDiscount,.totalRow {
	font-family:Trebuchet MS, Helvetica, sans-serif;
	color:#008B8B;
	text-transform:uppercase;
	font-size:16px;
	display:block;
}

#totalPacketsL, #totalChannelsL, #totalPriceL {
	display:block;
	float:left;
}
#totalPackets,#totalChannels, #totalChannelsMy,.totalPriceSum, #totalPrice,#totalPriceMy,#totalPriceSign,.totalPriceSign {
	display:block;
	float:left;
}
#totalChannelsMy  {
	color:black;
	padding-left:10px;
}

#serviceDiscount,#totalDiscount,#discount,.digitValue,.totalLabel {
	display:block;
	float:left;
}
.totalServiceDiscount {
	display:none;
}

#totalPriceSign,.totalPriceSign {
	margin-left:7px;
}
#totalPackets, #totalChannels, .totalPriceSum, #discount,.digitValue  {
	margin-left:7px;
}
#totalPackets,#totalChannels, #discount {
	color:#1A1A1A;
}

.chLabel {
	display:block;
	margin-bottom:0px;
	float:left;
	margin-left: 4px;
	font-size: 20px;
	margin-top: -5px;
}
.chBox {
	float:left;
	display:block;
	margin-top:1px;
}
.titleRow {
	display:block;
	padding-bottom:5px;
	padding-top:15px;
}
.titleRow:before {
}
.iptvPacketSep {
	display:block;
	width:600px;
	border-bottom:1px dotted #E0D4D4;
	margin-bottom:0px;
	margin-top:10px;
}

.titleRow:first-child {
	padding-top:0px;
}
.titleRow:first-child:before {
	padding-top:0px;
	border-bottom:0px;
}
.selectPacketCheckbox {
	display:block;
	float:left;
	margin-top:10px;
	margin-top: 7px;
	text-transform: uppercase;
	margin-left: 10px;
}
.selectPacketCheckbox input {
	margin:0px;
	padding:0px;

}
.packetPrice {
	display:block;
	margin-left:20px;
	float:left;
	font-size:16px;
	padding-left:4px;
	padding-right:4px;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	color:#DC143C;
	text-transform:uppercase;
	margin-top:5px;

}
.rubSign {
	display:block;
	width:30px;
	height:30px;
	background:url('/images/rub_sign.png') left top no-repeat;
}
.orangeBlock {
	cursor:pointer;
	display:block;
	text-transform:uppercase;
	padding:5px;
	background:#ff9900;
	color:#fff;
	text-align:center;
}
.orangeBlock:hover {
	background:#fbac36;
}
.packetTitle {
	font-size:30px;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	/*color:#008B8B;*/
	font-weight:bold;
	color:#2472BC;
	text-transform:uppercase;
	float:left;
	max-width:350px;
}
.spoilerButton {
	display:block;
	float:left;
	width:12px;
	height:12px;
	padding-top:13px;
	padding-right:3px;
	cursor:pointer;
}
.hiddenChannels {
	display:none;
}
.packetData {
	margin-top: 5px;
}
.channelGroup {
	display:block;
	float:left;
	padding-left:0px;
	color:#5E5E5E;
	padding-right:5px;
	min-height:100px;
}

.genreTitle {
	display:block;
	padding-left:7px;
	padding-right:7px;
	padding-top:3px;
	padding-bottom:3px;
	color:#fff;
	width:200px;
	font-size:11px;
}
.channelTitle {
	padding-left:7px;
	display:block;
	padding-top:7px;
	padding-bottom:2px;
	font-size:13px;
	float:left;
	width:160px;
	font-weight:bold;
}
.channelTitleConnected {
	background: url('/images/iptv/check_ok2.png') right 6px no-repeat;
	background-size: 20px;
	padding-right: 20px;
}
.channelTitleCandidate {
	background: url('/images/iptv/check_ok2_orange.png') right 6px no-repeat;
	background-size: 20px;
	padding-right: 20px;
}
.channelLogo {
	float:left;
	display:block;
	width:30px;
	height:30px;
}
.channelLogo img {
	width:30px;
	height:30px;
	border:0px;
}
.channelBlock {
	display:block;
}
.price_smalltext {
	font-size:11px;
	color:#747474;
  padding-bottom:10px;
}

.channelListRow {
	display:block;
	width:100%;
	margin-bottom:3px;
}

.channelListLogoImage {
	display:block;
	float:left;
	width:50px;
}

.channelListLogoImage img{
	width:50px;
	height:50px;
}

.channelListLogoTitle {
	display:block;
	float:left;
	padding-left:7px;
	padding-top:16px;
	font-weight:bold;
}

.channelListInPacketsLabel {
	display:block;
	float:left;
	padding-top:16px;
	padding-left:5px;
	color:#787878;
}
.channelListInPackets {
	display:block;
	float:left;
	padding-top:16px;
	padding-left:2px;
	color:#787878;
	/*width:400px;*/
}

.genreTitleList {
	display:block;
	color:white;
	padding:5px;
	width:300px;
	margin-bottom:20px;
}
/* NEW */
.iptv-card-header {
  padding-top:25px !important;
}
.packetPriceValue {
  font-size:1.1em;
  font-weight: bold;
}

.clearspace {
  clear:both;
}

.iptv-card-body {
  padding-bottom:25px;
}

.totalPrice {
  padding-bottom:10px;
}

#consoleRentForm .custom-control {
  margin-bottom:10px;
}
/* IPTV END */
