/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

.admin-masquerade-notice {
	max-width: 460px;
}

.adria-contact-header {
	clear: both;
}

.adria-contact-header .adria-contact {    
	margin: 10px 0 10px 10px;
	color: #777;
	font-size: 14px;          
	font-weight: bold;        
	display: inline-block;
}

.adria-contact a {
	color: #777;
	text-decoration: none;
}
	
                            
.adria-contact-header .adria-contact img {
	margin-top: -2px;         
	vertical-align: middle;   
}       

@media (max-width: 768px) {
	
	.adria-contact-header .adria-contact {
		font-size: 12px;
	}
}

section#footer {
	padding: 20px 0 10px 0;
	border-top: 20px solid #006687;
}

section#footer p {
	margin: 5px 0 0 0;
	border-top: 0;
	text-align: inherit;
}

@media (max-width: 992px) {
	section#footer p {
		text-align: center;
	}
}

.preporuka {
	position: relative;
	margin: 5px 0 10px 0;
	padding: 12px;
	background: url(../../../images/preporuka_bg.png) 0 0 repeat;
}

.preporuka .macka {
	position: absolute;
	top: -120px;
	right: 70px;
}

.preporuka .desc {
	padding-top: 8px;
}

.preporuka .control-group {
	margin:0;
}

.preporuka input {
	width: 325px;
}

@media (max-width: 768px) {
	.preporuka .macka { display: none; }
	.preporuka input { width: 100%; }
}

.status-aktivan {
    background-color: #3fad46;
}

.status-otkazano {
    background-color: #87939F;
}

.status-suspendovan {
    background-color: #F0AD4E;
}

div.aff_linkscode {
    text-align: center;
    max-width: 790px;
}

div.aff_linkscode img {
    margin: 4px;
    max-width: 100%;
    height: auto;
}

.move-right-1 {
	padding-right: 30px !important;
}

.bottom-space-1 {
	padding-bottom: 12px;
}	

.affiliate-stat {
	padding: 5px;
}

.language-popover {
	max-width: 200px;
}

.language-popover .popover-content ul {
	max-width: auto;
}

.language-popover .popover-content li {
	padding: 0 10px 0 20px;
	width: 50%;
}

.is_mobile {
	display: none;
}

@media (max-width: 992px) {

	.is_desktop {
		display: none;
	}
		
	.is_mobile {
		display: block;
	}
	
	span.is_mobile {
		display: inline;
	}
}

.list-group-item.bold {
	font-weight: bold;	
}

/* WHMCS 7 */

.required-field {
	position: relative;
}

.required-field:after {
	right: 5px;
	top: 10px;
	content: '*';
	color: #f00000;
	position: absolute;
}


.dataTables_wrapper .dataTables_info {
	background-color: #0e5077;
	border-radius: 4px 4px 0 0;
}

div.dataTables_wrapper div.dataTables_info {
	padding: 8px !important;	
}

.dataTables_wrapper .dataTables_filter label {
	padding: 2px;
}

.dataTables_wrapper .dataTables_filter label .form-control {
	padding: 5px 10px 5px 30px !important;
	font-size: 12px;
	background-size: 20px 15px;
	background-position: 5px 6px;
}


.panel-sidebar a.list-group-item.active, 
.panel-sidebar a.list-group-item.active:focus, 
.panel-sidebar a.list-group-item.active:hover {
	background-color: #0e5077;
	border-color: #0e5077;
}

/* Responsive images & videos for knowledgebase */

#main-body .kb-article-content img {
	max-width: 100% !important;
	height: auto !important;
}

#main-body .kb-article-content .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

#main-body .kb-article-content .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Footer enhancements */

section#footer .back-to-top {
	float: left;
	padding-right: 10px;
}

/* Separate vertically payment methods on cart checkout page */
#paymentGatewaysContainer label.radio-inline {
	margin-bottom: 15px;
}

/* WSPay CC logos */

.wspay_wrap {
	margin: 0 auto 15px auto;
	display: table;
}

.wspay_cell {
	display: table-cell;
	vertical-align: top;
	white-space: nowrap;
}

.wspay_cell img {
	width: auto;
	height: 28px;
	max-width: unset;
}

.wspay_cell.cards {
	padding-right: 5px;
}

.wspay_cell.wspay,
.wspay_cell.intesa,
.wspay_cell.spacer {
	padding: 0 5px;
}

.wspay_cell.wspay img {
	height: 28px;
}

.wspay_cell.intesa img {
	height: 28px;
}

.wspay_cell.spacer {
	width: 50%;
}

.wspay_cell.programs {
	padding-left: 5px;
	text-align: right;
}

.wspay_cell.programs img {
	height: 28px;
}

@media (max-width: 700px) {

	.wspay_wrap {
		margin: 0 10px;
		display: block;
		text-align: center;
	}

	.wspay_cell {
		display: inline-block;
		margin-bottom: 10px;
	}
}

@media (max-width: 260px) {

	.wspay_cell img {
		height: 20px;
	}
}