/*


 MYFILEs: /home2/egostov/domains/e-gostovanje.com/public_html/templates/orderforms/e-gostovanjev2/includes/stylesheet.css 


*/ .js{
	display:none;
}
.hasPlaceholder {
	color: #777;
}
.displaynone{
	display:none;
}
.nomargins{
	margin:0px !important;
}
.padded{
	padding:20px;
}
.padded-top-bottom{
	padding:20px 0px;
}
.padded-left-right{
	padding:0px 20px;
}
.textleft{
	text-align:left !important;
}
.textcenter{
	text-align:center !important;
}
.textcenter, .textcenter table{
	text-align:center !important;
}
.textcenter table{
	width:100%;
}
.textright{
	text-align:right !important;
}
.smalltext {
	font-size:80%;
}
.divcenter{
	margin:0 auto !important;
	float:none;
}
.half-width{
	max-width:570px;
}
.inline{
	display:inline;
}
.inline-block{
	display:inline-block;
}
.icon-middle{
	vertical-align: middle;
}
.fullwidth{
	width:99%;
}
.no-float{
	float:none !important;
}

span.label.unpaid{
	background-color:red;
}
span.label.paid,span.label.active{
	background-color:#468847;
}

.quote table{
	font-size: 13px !important;
}

.modal.fade {
	top: -110%;
}
.modal.fade.in {
	top: 50%;
}


.navbar-inner{
	min-height: 38px;
}
.nav-tabs > .active > a > [class^="icon-"]{
	background-image: url(../img/glyphicons-halflings.png);	
}

/*
menu icon display
*/
.nhpmenu1 .nav > li > a > i{
	display:none;
}

.nhpmenu2 .menu-hide{
	display:none;
}
.nhpmenu3 .menu-cart{
	display:none;
}
.menu-always-hide{
	display: none;
}
.menu-always-show{
	display: inline-block !important;
}




#pwstrengthbox{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
#pwstrengthbox.weak{
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
#pwstrengthbox.moderate{
  background-color: #fcf8e3;
  border-color:#fbeed5;
  color:#c09853;
}
#pwstrengthbox.strong{
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}



table.tablesorter thead tr .header {
	cursor: pointer;
}
table.tablesorter thead tr .header:hover {
	background: #d9edf7;
}
table.tablesorter thead tr .headerSortUp,
table.tablesorter thead tr .headerSortDown {
	background: #F9F9F9;
}




/*.container.main{
	margin-top:60px;
	padding:20px;
	background:#ffffff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
}
*/





.above-footer{
/*	margin-top:20px;
	margin-bottom: -20px;
	padding: 9px 0px 0px 0px;*/
	/*min-height: 100px;
	background: rgba(0, 0, 0, 0.6);*/
}

/*.footer{
	padding: 9px 0px 0px 0px;
	background: #2C2C2C;
	margin-top:20px;
}*/
/*
.navbar-inner{
	background-image: none !important;
	background-color: #2C2C2C;
}
*/

#to-top{
	position:fixed;
	bottom:4px;
	right:10px;
	display:none;
}





ul.kbcats li{
	float:left;
	width:210px;
	margin-right:10px;
	margin-top:10px;
}
ul.kbarticles li{
	margin-top:20px;
}

blockquote.kbarticle p{
	font-size:13px;
}


.networkissues{
	font-weight:bold;
	font-size:14px;
}





#home-well{
	margin:20px 0px;
}




.announcements.page-header{
	margin: 0px 0px 10px 0px;	
}
.announcement{
	margin-bottom:40px;
}

#rss_feed{
	position:absolute; 
	top:10px; 
	right:-3px; 
	padding:5px 10px; 
	background-color: #FF6600;
	font-size:11px;
	color: #000;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	z-index: 2;
}
#rss_feed a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.adminreturndiv{
/*	left: 0px !important;
	top: -22px !important;
	background-color: #FF3333 !important;
	color: #FFFFFF !important;*/
}
.adminreturndiv a{
	color: #FFFFFF !important;
	font-weight: bold;
}
	

.fb_iframe_widget, 
.fb_iframe_widget * {
    width:100% !important;
}




tr.subtotal, tr.tax, tr.credit, tr.total{
	font-weight:bold;
}


.details-hidden,
.ticket-hidden{
	display:none;
}
.ticketmsgs{
	margin-top:40px;
}

.ticket-header{
	font-weight:bold;
	margin-top:20px !important;
}
.ticket-header:first-child{
	margin-top:0px !important;
}
.ticket-msg{
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-top:0px;
	border-bottom-width: 0px;
	width:96%;
	margin:0 auto;
    height: 0;
    overflow: hidden;
    padding: 0px 14px;
}
.ticket-in{
	padding: 14px;
	height: auto;
	border-bottom-width: 1px;
}

.ticket-msg .attachments{
	margin:20px 0px 20px 0px;
}
.ticket-msg .attachments .unstyled li{
	float:left;
	margin-right:20px;
}
.star{
	height:16px;
}










#hosting-lists {
	width:920px;
	margin: 30px auto;
}

.hosting-lists{
	margin:0px;
	margin-left:-4px;
	width:290px;
	display:inline-block;
	color:#666666;
	border:1px solid #DDDDDD;
}
.hosting-lists.featured{
	width:320px;
}
.hosting-lists .cells{
	text-align:center;
	padding: 6px 0px;
	font-size:11px;
}
.hosting-lists .header,
.hosting-lists .header-recommend{
	background:#f5f5f5;
	padding: 20px 0px;
}
.hosting-lists:first-child{
	border-radius: 20px 0 0 20px;
	-moz-border-radius: 20px 0 0 20px;
	-webkit-border-radius: 20px 0 0 20px;
}
.hosting-lists:first-child .header{
	border-radius: 20px 0 0 0;
	-moz-border-radius: 20px 0 0 0;
	-webkit-border-radius: 20px 0 0 0;
}
.hosting-lists:last-child .header{
	border-radius: 0 20px 0 0;
	-moz-border-radius: 0 20px 0 0;
	-webkit-border-radius: 0 20px 0 0;	
}
.hosting-lists:last-child{
	border-radius: 0 20px 20px 0;
	-moz-border-radius: 0 20px 20px 0;
	-webkit-border-radius: 0 20px 20px 0;
}
.hosting-lists.featured .header{	
	border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
}
.hosting-lists.featured .header-recommend{
	padding: 0px;
	
	background-color: #57a957;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
	background-image: -moz-linear-gradient(top, #62c462, #57a957);
	background-image: -ms-linear-gradient(top, #62c462, #57a957);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
	background-image: -webkit-linear-gradient(top, #62c462, #57a957);
	background-image: -o-linear-gradient(top, #62c462, #57a957);
	background-image: linear-gradient(top, #62c462, #57a957);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
	
background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);

  
  
  
}
.hosting-lists.featured .header-recommend h6{
	color:#ffffff;
	
	padding:30px 0px;
	margin: 0px;
	
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
	
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  
  
    -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.hosting-lists.featured{
	border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
}
.hosting-lists h6{
	font-size:20px;
	color:#22252A;
}
.hosting-lists .cells.odd{
	background:#f9f9f9;
}
.hosting-lists .cells.price .values,
.hosting-lists .cells.price-a .values{
	font-size:30px;
	line-height:30px;
}


.hosting-lists .cells .values {
	font-weight:bold;
	color:#333333;
	font-size:13px;
}


.alert.new, .alert.updated, .alert.free{
	position:relative;
}

.alert .new, .alert .updated, .alert .free{
	height:73px;
	width:74px;
	position:absolute;
	z-index:20;
	top:-4px;
	right:-4px;
	background-repeat:no-repeat;
	text-indent: -9999px;
}
.alert .new{
	background-image: url('new_corner.png');
}
.alert .updated{
	background-image: url('updated_corner.png');
}
.alert .free{
	background-image: url('free_corner.png');
}


#twitterfeed p{
	text-align:center;
}

.custom-home-hero{
	background:#f9f9f9;
}


#domain_checker i.cross{
	margin-left:-20px;
	margin-top:-2px;
	float: none;	
}
.page-header small{
	font-size: 18px;
}


#invoice-actions,
#quote-actions{
	margin: 20px 0px;
}





#order-nhpcart .navbar .navbar-inner .nav li a{
	font-size: 14px;
}
#order-nhpcart .btn-navbar{
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 18px;
}
#order-nhpcart .pslides{
	margin-bottom: 10px;
}	

@media (max-width: 980px) {
	.nhpmenu2 .menu-hide{
		display:inline;
	}
	.menu-always-hide{
		display: inline;
	}
	.nhpmenu3 .menu-cart{
		display: inline;
	}
	
}

@media (max-width: 979px){
	.nav-collapse .dropdown-menu {
		display: none;
	}
	.nav-collapse .dropdown.open .dropdown-menu {
		display: block;
	}
	.nav-collapse .dropdown-menu a {
		font-weight: normal;
	}
	.dropdown-menu input[type='text'],.dropdown-menu input[type='email'],.dropdown-menu input[type='password']{
		width: 98%;
	}
}

.container.main{
	min-height: 580px;	
}

@media (max-width: 768px) {
	.container.main{
		min-height: 400px;	
	}
	.textright{
		text-align:center;
	}
	#domain_checker i.cross{
		margin-right:6px;
		float: right;
		margin-top: -30px !important;	
	}
	.modal.in {
		/*top: 20px !important;*/
	}
	
	.footer p {
		text-align:center;
	}
	
	p, table{
		font-size: 11px;
	    line-height: 16px;
	}
	table .label{
		font-size:9px;
	}
	
	
	.hero-unit h1,
	.hero-unit h2{
		font-size: 40px;
	}
	.hero-unit > p{
		font-size: 16px;
		line-height: 24px;
	}
}


@media (max-width: 480px) {
	
	#domain_checker #recaptcha_image{
		position: relative !important;
		margin-left:-67px !important;
	}

	.hero-unit h1,
	.hero-unit h2{
		font-size: 30px;
	}
	.hero-unit > p{
		font-size: 14px;
		line-height: 22px;
	}
}


@media print{
.print-hidden{
	display:none;
	visibilty:none;
}

.container.invoice,
.container.quote{
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
}



#order-web20cart div.selector span,#order-web20cart select{
	width:auto !important;
}







.nhp-pricing{
}
.nhp-pricing .feature{
	display: block;
	position: relative;
	width:100%;
	margin-top:30px;
}
.nhp-pricing .feature{
	-webkit-transition: all .2s ease-in-out;
}
.nhp-pricing .feature:hover{
	border-color: #0088cc;
  -webkit-box-shadow: 0 5px 10px rgba(0, 105, 214, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 105, 214, 0.2);
          box-shadow: 0 5px 10px rgba(0, 105, 214, 0.2);
  -webkit-transform: scale(1.1);
}
.nhp-pricing .feature h3.popover-title{
	padding: 20px 0px;
}
.nhp-pricing .feature .price{
	border-bottom:1px solid #ebebeb;
	padding:30px 0px 24px 0px;
	font-size: 30px;
}
.nhp-pricing .feature .price .muted{
	font-size:11px;
	margin-bottom:0px;
}
.nhp-pricing .feature .popover-content ul li{
	padding: 6px 0px;
	border-bottom:1px solid #ebebeb;
}
.nhp-pricing .feature .popover-content ul li:last-child{
	border-bottom: none;
}
.nhp-pricing .feature div.popover-title{
	padding:10px 14px;
	border-top:1px solid #ebebeb;
	border-bottom:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}


.nhp-pricing .feature .popover-content{
	font-size:12px;
}

.nhp-pricing .featured{
	margin-top: 10px;
}
.nhp-pricing .featured h3.popover-title{
	padding: 30px 0px;
}
.nhp-pricing .featured .price{
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  color:#fff;
}





.ticketfeedbackrating {
	padding: 0 100px;
}
.ticketfeedbackrating .rate {
	float: left;
	padding: 0 10px;
	min-width: 30px;
	text-align: center;
}
/*


 MYFILEs: /home2/egostov/domains/e-gostovanje.com/public_html/templates/orderforms/e-gostovanjev2/includes/select2/select2.css 


*/ /*
Version: 3.2 Timestamp: Mon Sep 10 10:38:04 PDT 2012
*/
.select2-container {
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: top;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input{
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -moz-box-sizing: border-box;    /* firefox */
  -ms-box-sizing: border-box;     /* ie */
  -webkit-box-sizing: border-box; /* webkit */
  -khtml-box-sizing: border-box;  /* konqueror */
  box-sizing: border-box;         /* css3 */
}

.select2-container .select2-choice {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);
    background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#ffffff', GradientType = 0);
    background-image: linear-gradient(top, #eeeeee 0%, #ffffff 50%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #aaa;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 26px;
    line-height: 26px;
    padding: 0 0 0 8px;
    color: #444;
    text-decoration: none;
}

.select2-container.select2-drop-above .select2-choice
{
    border-bottom-color: #aaa;
    -webkit-border-radius:0px 0px 4px 4px;
    -moz-border-radius:0px 0px 4px 4px;
    border-radius:0px 0px 4px 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, white));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 90%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 90%);
    background-image: -o-linear-gradient(bottom, #eeeeee 0%, white 90%);
    background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
    background-image: linear-gradient(top, #eeeeee 0%,#ffffff 90%);
}

.select2-container .select2-choice span {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 8px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('select2/select2.png') right top no-repeat;
  cursor: pointer;
  text-decoration: none;
  border:0;
  outline: 0;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop {
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;
    position: absolute;
    top: 100%;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    z-index: 9999;
    width:100%;
    margin-top:-1px;

  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.select2-drop.select2-drop-above {
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    margin-top:1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-container .select2-choice div {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
    background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#cccccc', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
    border-left: 1px solid #aaa;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 18px;
}

.select2-container .select2-choice div b {
    background: url('select2/select2.png') no-repeat 0 1px;
    display: block;
    width: 100%;
    height: 100%;
}

.select2-search {
  display: inline-block;
    white-space: nowrap;
    z-index: 10000;
  min-height: 26px;
  width: 100%;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
}

.select2-search-hidden {
  display: block;
  position: absolute;
  left: -10000px;
}

.select2-search input {
    background: #fff url('select2/select2.png') no-repeat 100% -22px;
    background: url('select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('select2/select2.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('select2/select2.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('select2/select2.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    padding: 4px 20px 4px 5px;
    outline: 0;
    border: 1px solid #aaa;
    font-family: sans-serif;
    font-size: 1em;
    width:100%;
    margin:0;
    height:auto !important;
    min-height: 26px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.select2-drop.select2-drop-above .select2-search input
{
    margin-top:4px;
}

.select2-search input.select2-active {
    background: #fff url('select2/spinner.gif') no-repeat 100%;
    background: url('select2/spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('select2/spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('select2/spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('select2/spinner.gif') no-repeat 100%, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('select2/spinner.gif') no-repeat 100%, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('select2/spinner.gif') no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}


.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
    -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
    box-shadow        : 0 0 5px rgba(0,0,0,.3);
    border: 1px solid #5897fb;
    outline: none;
}

.select2-dropdown-open .select2-choice {
  border: 1px solid #aaa;
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  -o-box-shadow     : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #ffffff 0%,#eeeeee 50%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}

.select2-dropdown-open .select2-choice div {
  background: transparent;
  border-left: none;
}
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}

/* results */
.select2-results {
  margin: 4px 4px 4px 0;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 200px;
}

.select2-results ul.select2-result-sub {
  margin: 0 0 0 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }

.select2-results li {
  list-style: none;
  display: list-item;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
}

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}

/*
disabled look for already selected choices in the results dropdown
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
*/
.select2-results .select2-disabled {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('select2/spinner.gif') no-repeat 100%;
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice div {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}


/* multiselect */

.select2-container-multi .select2-choices {
    background-color: #fff;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
      background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
      background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
      background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
      background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
      background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
      border: 1px solid #aaa;
      margin: 0;
      padding: 0;
      cursor: text;
      overflow: hidden;
      height: auto !important;
      height: 1%;
      position: relative;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
    -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
    box-shadow        : 0 0 5px rgba(0,0,0,.3);
    border: 1px solid #5897fb;
    outline: none;
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

.select2-container-multi .select2-choices .select2-search-field input {
  color: #666;
  background: transparent !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  -o-box-shadow     : none;
  box-shadow        : none;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('select2/spinner.gif') no-repeat 100% !important;
}

.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice span {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url('select2/select2.png') right top no-repeat;
  outline: none;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}


.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */

.select2-container-multi.select2-container-disabled .select2-choices{
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    background-image: none;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    padding: 3px 5px 3px 5px;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
}
/* end multiselect */

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-result-selectable .select2-match { text-decoration: underline; }
.select2-result-unselectable .select2-match { text-decoration: none; }

.select2-offscreen { position: absolute; left: -10000px; }

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	.select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice div b {
		background-image: url(select2/select2x2.png) !important;
		background-repeat: no-repeat !important;
		background-size: 60px 40px !important;
	}
	.select2-search input {
		background-position: 100% -21px !important;
	}
}
/*


 MYFILEs: /home2/egostov/domains/e-gostovanje.com/public_html/templates/orderforms/e-gostovanjev2/includes/prettify.css 


*/ .com { color: #93a1a1; }
.lit { color: #195f91; }
.pun, .opn, .clo { color: #93a1a1; }
.fun { color: #dc322f; }
.str, .atv { color: #D14; }
.kwd, .prettyprint .tag { color: #1e347b; }
.typ, .atn, .dec, .var { color: teal; }
.pln { color: #48484c; }

.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
  -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
     -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
          box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin: 0 0 0 33px; /* IE indents via margin-left */
}
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff;
}/*


 MYFILEs: /home2/egostov/domains/e-gostovanje.com/public_html/templates/orderforms/e-gostovanjev2/includes/slidervps.css 


*/ 
/* slider vps */

#order-nhpcart ul.slix {
    height:100px;
    float:left;
    list-style:none;
    margin:0px;
    padding:0px;
    margin-left:11px;
    margin-bottom:6px;
}
#order-nhpcart ul.slix2 {
    height:50px !important;
}

#order-nhpcart ul.slix li, ul.slix2 li  {
    margin-left:-11px;
    background:url('../img/vps_off.png') no-repeat top left;
    width:90px;
    height:100px;
    float:left;
    text-indent:-9999px;
    cursor:pointer;
}
#order-nhpcart ul.slix2 li  {
    margin-left:-17px !important;
    background:url('../img/s_off_2.png') no-repeat top left !important;
    width:79px !important;
    height:50px !important;

}
#order-nhpcart ul.slix li.active{
    background:url('../img/vps_on.png') no-repeat top left;
}
#order-nhpcart ul.slix2 li.active{
    background:url('../img/s_on_2.png') no-repeat top left !important;
}
.pricebg {
    width:164px;
    height:110px;
    padding:6px 7px 0px;
    background:url('../img/price_bg.png') no-repeat top left;
    float:right;
}
.pricetag .price {
    width:164px;

    line-height:30px;
    color:#333333;
    font-size:29px;
    font-weight:bold;
    text-align:right;
    letter-spacing:-1px;
}
.pricetag .period {
    height:11px;
    line-height: 14px;
    text-transform:lowercase;
    color:#979797;
    font-weight:bold;
    font-size:11px;
    text-align:right;
}
.pricetag .order {
    padding:7px 1px 0px;
    text-align:center;
}
.pricetag .order a {
    font-weight:bold;
    font-size:16px;
    color:#ffffff;
    text-decoration:none;
}
.slides {
    height:12px;
    background:url('../img/scroll_rep.gif') repeat-x left center;
    padding:1px;
    position:relative;
    margin-left:20px;
    float:left;
    cursor:pointer;
    clear:left;
}

.slides2 {
    height:38px !important;
    background:url('../img/scroll_rep2.gif') repeat-x left center  !important;
    padding:0px  !important;

}

.slidebg .innerx {
    padding: 11px 11px 16px;
    height:120px;
}

.slidebg {
    background:#f0f0f0 url('../img/bg_slide1.gif') repeat-x top left;
    border:solid 1px #d2d2d2;
    margin-bottom:20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.slidebg .descbox {
    border-top:solid 1px #d2d2d2;
    padding:15px 25px;
    color:#606060;
}

#slider .ui-slider-range {
    background-image: linear-gradient(to bottom, #5BC0DE, #2F96B4);
}

#slider .ui-slider-handle {
    background-image: linear-gradient(to bottom, #5BC0DE, #2F96B4);
    top: -0.2em;
    border: 1px solid #444;
}

.bubble {
    position:absolute;
    display:none;
    color:#328bb8;
    font-size:11px;
    text-align:center;
    z-index:1000;
}
.bubble_l {
    float:left;
    background:url('../img/bubble_left.png') no-repeat left top;
    width:8px;
    height:31px;
}
.bubble_r {
    float:left;
    background:url('../img/bubble_right.png') no-repeat left top;
    width:10px;
    height:31px;
}
.bubble_c {
    float:left;
    background:url('../img/bubble_c.png') no-repeat center top;

    height:30px;
    padding:11px 2px 0px;
}

/* ostalo */

.billingcycle label {
    margin:2px;
}
.billingcycle input[type="radio"] {
    margin:0px;
}

.table th, .table td {
    padding: 4px;
}

.table {
    margin-bottom: 0px;
    width: 100%;
}

.ordersummary {
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 20px;
    min-height: 100px;
    padding: 10px;
}

.ordersummarytbl {
    width: 100%;
}
.ordersummarytbl td {
    font-size: 11px;
}
.summaryproduct {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.checkoutbuttons {
    text-align: center;
}
.checkoutbuttons input {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 5px 20px;
}
.checkoutbuttons input.checkout {
    background-color: #E0FBA8;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    padding: 5px 20px;
}
.alert-block {
    padding-left: 25px;
}

/* owndomain skače pri configureproductdomain.tpl */
#order-nhpcart form {
    margin: 0;
}

.closeit {
    cursor: pointer;
    float: right;
    font-size: 16px;
}