/* DOMAINKAUPPA.CSS */

body
{
font-family: 'Source Sans Pro', sans-serif;
background-color: #faf7ef;
}

.ylanavi
{

background-color: #111111;
max-height: 75px;
/*z-index:9999 !important;
overflow:visible !important;*/

}

.flag
{
width: 40px;
display: inline-block;
padding: 5px;
}

.opa03
{
opacity: 0.3;
}

.hidethis
{
display: none;
}
#domain-name.form-control.rightround
{
border-bottom-right-radius: 10px;
border-top-right-radius: 10px;
}

.dtitle
{
word-wrap: break-word;
}

.faqphone
{
padding-top: 50px;
}

.bordered
{
border-bottom: solid #111;
border-left: solid #111;
border-right: solid #111;
border-width: 1px;

}

.bottombordered
{
border-bottom: solid #111;
border-width: 1px;
}

.navbar{
/*overflow:visible !important;*/
z-index: 9998 !important;

}

.dropdown-menu{
z-index: 1001;
}

.p2lineheight
{
height: 60px;
}

@media (max-width: 512px) {
.p2lineheight
{
height: auto;
}	
}

@media (max-width: 1290px) {
.p2lineheight
{
height: 80px;
}	
}



.ylabg
{
background-color: #111111;
}

.dkjumbo
{
background-color: #24b1d9;
background-image: url('../img/dkbanner-large.jpg');
height: 610px;
background-size: 2210px 804px;
padding-top: 100px;
/*background-size: 120% 120%;*/
background-position: left 70% top 30%;

}

#autocomplete-container
{
background-color: #FFF;
position: absolute;
z-index: 9000;
border: 1px solid rgba(0,0,0,.15);
border-radius:4px;
box-shadow: 0 6px 12px rgba(0,0,0,.175);
width: 75%;
padding: 2px;
}

.autocomplete-item
{
margin-top: 5pX;
margin-bottom: 5px;
font-weight: 600;
background-color: #FFF;
}

.autocomplete-item:hover{
background-color: #F3F3F3;
}

.searchcontainer
{
width: 790px;
height: 65px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.48);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.48);
border-radius: 10px;
}

.shadowed
{
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.48);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.48);
}

.shadowed-noright
{

box-shadow: -5px 0px 8px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: -5px 0px 8px rgba(0, 0, 0, 0.48);
    -webkit-box-shadow: -5px 0px 8px rgba(0, 0, 0, 0.48);
}

.shadowed-noleft
{

box-shadow: 5px 0px 8px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 5px 0px 8px rgba(0, 0, 0, 0.48);
    -webkit-box-shadow: 5px 0px 8px rgba(0, 0, 0, 0.48);

}

.dtypelist>li
{
font-size: 18px;
}

.searchfield
{
height: 65px;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 600;
font-size: 18px;
}
.form-control.searchfield
{
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.searchfield.dropdown-toggle
{
border-radius: 0px;
}
@media(max-width:768px)
{
	.searchfield.dropdown-toggle
	{
	font-size: 14px;
	padding: 0px;
	}

}
.searchbtnimg
{
background-color: #ffd200;
margin: auto;

}
.searchbtn
{
background-color: #ffd200;
height: 65px;
width: 85px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;

}

h1.whiteh
{
color: #fff;
font-size: 30px;
font-weight: 700;
line-height: 30px;
}

h1.yellowh
{
color: #f3be05;
font-size: 30px;
font-weight: 700;
line-height: 30px;
}

.whitehbtm
{
color: #fff;
font-size: 38px;
font-weight: 700;
line-height: 30px;
}

.yellowhbtm
{
color: #f3be05;
font-size: 38px;
font-weight: 700;
line-height: 30px;
}

.navbar
{
margin-bottom: 0px;
border-radius: 0px; 
max-height: 75px;
color: #FFF;
font-size: 18px;
font-weight: 400;
background-color: #111111;
}

.navbar-default
{
border-color: #111111;
}

.navbar-default .navbar-nav>.active>a
{
background-color: #333;
color: #FFF;
}

.navbar-default .navbar-nav>.active>a:hover
{
background-color: #333;
color: #AAA;
}

.navbar-default .navbar-nav>.active>a:focus
{
background-color: #333;
color: #AAA;
}

.navbar-nav>li>a.normalbtn
{
color: #FFF;
background-color: #333;
}
.navbar-nav>li>a.normalbtn:hover
{
color: #AAA;
background-color: #333;
}

.navbar li>a.loginregisterbtn
{
color: #00aef0;
background-color: #333;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover
{
background-color: #333;
color: #AAA;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a
{
background-color: #333;
color: #FFF;
z-index: 998;
}
.dropdown
{
z-index: 999;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover
{
background-color: #333;
color: #AAA;
z-index: 998;
}

.dklogo
{
margin-top: -15px;
max-width: 90%
}

.sellbox
{
width: 500px;
height: 55px;
color: #fff;
background-color: #31281f;
font-size: 22px;
font-weight: 600;
border-radius: 10px;
margin-top: 50px;
}

.sellboxbtn
{
width: 125px;
height: 30px;
border-radius: 5px;
background-color: #00aef0;
border-color: #00aef0;
font-size: 18px;
color: #FFF;
font-weight: 700;
margin-top: 11px;
padding-top: 2px;
}

.purchasenowbtn
{
width: 125px;
height: 40px;
border-radius: 5px;
background-color: #00aef0;
border-color: #00aef0;
font-size: 18px;
color: #FFF;
font-weight: 700;
margin-top: 2px;
padding-top: 2px;
}

td .sellboxbtn
{
padding-top: 0px;
margin-top: 0px;
}

.sellboxbtnfullwidth
{
width: 100%;
/*height: 30px;*/
border-radius: 5px;
background-color: #00aef0;
border-color: #00aef0;
font-size: 18px;
color: #FFF;
font-weight: 700;
margin-top: 11px;
/*padding-top: 2px;*/
}

.sellboxtext
{
font-size: 22px;
font-weight: 600;
vertical-align: center;
margin:auto;
padding-top: 11px;
}

/* showcase */

#showcase-title, #auction-title
{
min-height: 60px;
}

#showcasetable_wrapper, #auctiontable_wrapper
{
background-color: #FFF;
}

#showcasetable_wrapper.row:last-child, #auctiontable_wrapper.row:last-child{
background-color: #FFF;
}

#main-showcase-list, #main-auction-list
{
margin-bottom: 0px;
}

#main-showcase-list>.list-group-item:last-child, #main-auction-list>.list-group-item:last-child{
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}

div#main-showcase-list.list-group.windowlist > a.list-group-item.windowitem.showcase
{
	background: #F3BE05;
	border: 2px;
	border-color: #000;
}

.auctiontimemargin
{
margin-top: 5px;
margin-bottom: 5px;
}

.modaltextareafull
{
max-width:100%;
}

.marginfixleft
{
margin-left: -15px;
margin-right: 15px;
}
.marginfixright
{
margin-right: -15px;
margin-left: 15px;
}

.showcasehead
{

/*height: 117px;*/
margin-top: -60px;
}

.showcaseleft
{
/*width: 600px;*/
background-color: #e04f2e; 
padding-top: 25px;
/*height: 117px;*/
margin-bottom: 50px;
}

.showcaseright
{
/*width: 600px;*/
background-color: #f3be05;
padding-top: 25px;
/*height: 117px;*/
margin-bottom: 50px;
}

.windowlist
{
/*width: 600px;*/
border-radius: 0px;
margin-left: -15px;
margin-right: -15px;
margin-top: 42px;
}

.list-group-item.windowitem, .list-group-item.adddomitem
{
border-radius: 0px;
}

.windowitem
{
height: 50px;
border: 0px;
font-weight: 600;
font-size: 21px;
color: #2a2d30;

}

.adddomitem
{
height: 50px;
border: none;
font-weight: 600;
font-size: 21px;
color: #2a2d30;
background-color: transparent;
border-bottom: 1px dotted #000;
}

.dottedbottom
{
border:none;
border-bottom: 1px dotted #000;

}
.dottedbottom:last-child
{
border-bottom: 0px;
}


.windowitem:nth-child(odd) {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efece5+0,f8f5ed+100 */
background: #efece5; /* Old browsers */
background: -moz-linear-gradient(left,  #efece5 0%, #f8f5ed 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#efece5), color-stop(100%,#f8f5ed)); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(left,  #efece5 0%,#f8f5ed 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(left,  #efece5 0%,#f8f5ed 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(left,  #efece5 0%,#f8f5ed 100%); /* IE10 preview */
background: linear-gradient(to right,  #efece5 0%,#f8f5ed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efece5', endColorstr='#f8f5ed',GradientType=1 ); /* IE6-9 */

}

.adddomitem:last-child
{

border-bottom: 0px;
}

.windowitem:nth-child(even) {
background-color: #fff;
}

.windowitemlast
{
height: 105px;
color: #2a2d30;
font-size: 29px;
border: 0px;
font-weight: 600;
}
.floatright
{
float:right;
}

.floatleft
{
	float: left;
}

.scbadge
{
display: inline-block;
padding: 3px 7px;
float: right;
text-align: center;
vertical-align: middle;
font-size: 23px;
color: #459dbe;
}

.scbadge2
{
display: inline-block;
/*padding: 3px 7px;*/
float: right;
text-align: center;
vertical-align: middle;
font-size: 23px;
color: #459dbe;
}

/* näyteikkunan alapuoli */

.fproundimg
{
vertical-align: middle;
margin: auto;
padding-top: 30px;

}

.fpround
{
padding-bottom: 50px;
}

.imginset
{
margin-left: -30px;
}
@media (max-width: 1199px)
{
	.imginset{
		margin-left: 30px;
	}
}

.fproundimghead
{
color: #40382e;
font-size: 33px;
font-weight: 600;

}

.fproundimgp
{
color: #524c3b;
font-size: 20px;
line-height: 21px;
font-weight: 400;
}

.fproundimgline
{
width: 55px;
height: 3px;
background-color: #40382e;
color: #40382e;
display:block;
margin-bottom: 5px;
}

.buysellboxrow
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c2c2c+0,2c2c2c+49,434343+50,434343+100 */
background: #2c2c2c; /* Old browsers */
background: -moz-linear-gradient(left,  #2c2c2c 0%, #2c2c2c 49%, #434343 50%, #434343 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2c2c2c), color-stop(49%,#2c2c2c), color-stop(50%,#434343), color-stop(100%,#434343)); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(left,  #2c2c2c 0%,#2c2c2c 49%,#434343 50%,#434343 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(left,  #2c2c2c 0%,#2c2c2c 49%,#434343 50%,#434343 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(left,  #2c2c2c 0%,#2c2c2c 49%,#434343 50%,#434343 100%); /* IE10 preview */
background: linear-gradient(to right,  #2c2c2c 0%,#2c2c2c 49%,#434343 50%,#434343 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#434343',GradientType=1 ); /* IE6-9 */


}

.buysellrowleft
{
padding-top: 50px;
background-color: #2c2c2c;
padding-bottom: 50px;
}
.buysellrowright
{
padding-top: 50px;
background-color: #434343;
padding-bottom: 50px;
}
.infop
{
color: #fff;
font-size: 18px;
line-height: 21px;
font-weight: 400;
margin-left: 10%;
margin-right: 20px;
padding-top: 10px;
}

.infoplarge
{
color: #fff;
font-size: 21px;
line-height: 24px;
font-weight: 400;
margin-left: 10%;
margin-right: 20px;
padding-top: 10px;
}

.infop2
{
color: #000;
font-size: 24px;
line-height: 28px;
font-weight: 600;
/*margin-left: 10%;
margin-right: 20px;*/
padding-top: 10px;
}

.infop2small
{
color: #000;
font-size: 20px;
line-height: 24px;
font-weight: 400;
/*margin-left: 10%;
margin-right: 20px;*/
padding-top: 10px;
}

.font-20
{
	font-size: 20px;
line-height: 24px;
font-weight: 400;
/*margin-left: 10%;
margin-right: 20px;*/
padding-top: 10px;
}


.fw600, .checkbox label.fw600
{

font-weight: 600;

}

.infolist
{
color: #fff;
font-size: 21px;
font-weight: 600;
margin-left: 12%;
margin-right: 25px;
}

.infobtn
{
background-color: e78e0e;
}

.readmorebtn
{
width: 125px;
height: 30px;
border-radius: 5px;
background-color: #e78e0e;
border-color: #e78e0e;
font-size: 18px;
color: #FFF;
font-weight: 700;
margin-top: 11px;
padding-top: 2px;

}

.footerrow
{
padding-top: 50px;
height: 420px;
background-color: #1f1f1f;
}

.footersmall
{
color: #cecece;
font-size: 12px;
line-height: 21px;
font-weight: 600;
}

.footerlarge
{
color: #fff;
font-size: 22px;
line-height: 24px;
font-weight: 600;
}
.footeraddress
{
color: #fff;
background-color: #1f1f1f;
}

/*default panels */
.dkpanelheader
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#44cae7+0,128aac+100 */
background: #44cae7; /* Old browsers */
background: -moz-linear-gradient(top,  #44cae7 0%, #128aac 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#44cae7), color-stop(100%,#128aac)); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(top,  #44cae7 0%,#128aac 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(top,  #44cae7 0%,#128aac 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(top,  #44cae7 0%,#128aac 100%); /* IE10 preview */
background: linear-gradient(to bottom,  #44cae7 0%,#128aac 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44cae7', endColorstr='#128aac',GradientType=0 ); /* IE6-9 */
border: 0px;
border-radius: 0px;
min-height: 180px;
color: #FFF;
padding-top: 50px;
}

.dkpanelheaderann
{
background-color: #F3BE05;
border: 0px;
border-radius: 0px;
min-height: 180px;
color: #FFF;
padding-top: 30px;
}

.dkpanelheadercommon
{
background-color: #45CAE9;
border: 0px;
border-radius: 0px;
min-height: 50px;
color: #FFF;
padding-top: 15px;
}

.dkpaneltitle
{
font-weight: 600;
color: #FFF;
font-size: 28px;
}

.dkpaneltitlesmall
{
font-weight: 600;
color: #FFF;
font-size: 21px;
}

.dkpaneltitledetails
{
font-weight: 400;
color: #FFF;
font-size: 21px;
font-size: 21px;
}

.dkpanelbody
{
padding-top: 30px;
}

.dkpanelheaderlogo
{
vertical-align: center;
}

.dkheadertextarea
{
padding-top: 10px;
}

.dkpanel
{
border: 0px;
border-radius: 0px;
}
.form-control
{
border-radius: 0px;
}


.searchfield.btnrightround
{
border-bottom-right-radius: 10px;
border-top-right-radius: 10px;
}

.addeddomains
{
/*width: 600px;*/
/*background-color: #45CAE9; */
margin-top: 25px;
/*padding-bottom: 5px;*/
/*height: 117px;*/
/*margin-bottom: 700px;*/
}

.hpaddings
{
padding-top: 10px;
padding-bottom: 10px;
}

.addeddomainslist
{
border-radius: 0;
margin-left: -15px;
margin-right: -15px;
width: auto
}

/* MEDIA QUERIES */

@media (max-width: 768px)
{
	.searchcontainer
	{
	width: 100%;
	}
	.showcaseleft
	{
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	}
	.showcaseright
	{
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	}
	.windowlist
	{
	width: 100%;
	margin-left: 0px;
	}
	.windowitem
	{
	width: 100%;
	}
	.sellboxbtn
	{
	width: 100%;
	}
	.readmorebtn
	{
	width: 100%;
	}
	.footerrow
	{
	height: auto;
	}
	.imginset
	{
	margin-left: 0px;
	}
	.fproundimghead
	{
	text-align: center;
	}
	.fproundimgline{
	margin-left: 45%;
	}
	.sellboxtext
	{
	text-align: center;
	}
	.sellbox
	{
	height: 120px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	}
	.normalbtn, .loginregisterbtn
	{
	background-color: #111;
	z-index:999;
	}
	.navbar-nav > li > a.normalbtn:hover, .navbar-nav > li > a.loginregisterbtn
	{
	background-color:#333;
	}
	.dkjumbo
	{
	background-image: url('../img/dk.jpg');
	/*background-size: 100% 100%;*/
	background-position: center;
	}
	
}

@media (max-width: 989px)
{
	.centeredcontainer
	{
	transform:translateY(0%) !important;
	}
}

/*top menu fixings */
@media (max-width: 1462px) {
.navbar-right
{
/*float: none !important;*/
}
}
/*end top menu fixings */

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
	.navbar-collapse.collapse.in { display: block!important; z-index:999;}
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
		z-index:99;
    }
	.navbar-nav>li.open
	{
	z-index:998;
	}
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    
    .collapsing {
        overflow: hidden!important;
    }
}

/* DKINNERPAGE.CSS */

.defaultpagehead
{
background-color: #24b1d9;
background-image: url('../img/dk.jpg');
height: 280px;
background-size: 703px 485px;
padding-top: 40px;
background-repeat: no-repeat;
/*background-size: 120% 120%;*/
background-position: left 70% top 30%;
margin-bottom: -260px;
}

.addsearchbg
{
background-color: #45CAE9;
padding-top: 20px;
padding-bottom: 20px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.48);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.48);
}

.bproundimg
{
vertical-align: middle;
margin: auto;
padding-top: 20px;
padding-bottom: 20px;
}

.bpround
{
padding-bottom: 50px;
}

.bproundimghead
{
color: #FFF;
font-size: 33px;
font-weight: 600;
padding-top: 45px;

}

.bproundimgp
{
color: #FFF;
font-size: 20px;
line-height: 21px;
font-weight: 400;
}

.bproundimgline
{
width: 55px;
height: 3px;
background-color: #FFF;
color: #FFF;
display:block;
margin-bottom: 5px;
}

.bpshowcasehead
{


margin-top: 60px;
padding-top: 60px;
}

.bpshowcaseleft
{
/*width: 600px;*/
background-color: #e04f2e; 
padding-top: 25px;
/*height: 117px;*/
/*margin-bottom: 700px;*/
margin-bottom: 50px;
padding-left: 0px;
padding-right: 0px;
}

.bpshowcaseright
{
/*width: 600px;*/
background-color: #f3be05;
padding-top: 25px;
/*height: 117px;*/
/*margin-bottom: 700px;*/
margin-bottom: 50px;
padding-left: 0px;
padding-right: 0px;
}
.bpwindowlist
{
/*width: 600px;*/
border-radius: 0px;
/*margin-left: -15px;
margin-right: -15px;*/
margin-top: 42px;
}
#domaintable>thead>tr>th {
color: #FFF;
}

.bpwindowitem
{
height: 50px;
border: 0px;
font-weight: 600;
font-size: 21px;
color: #2a2d30;
}
@media (max-width:1199px)
{
	.bpwindowitem
	{
		font-size: 16px;
	}
	
}

@media (max-width:699px)
{
	.bpwindowitem
	{
		font-size: 12px;
	}
	
}

.maxh90
{
		max-height: 90px;
}
@media (max-width:699px)
{
	.maxh90 {font-size: 12px !important;}
}


.adminwindowitem
{
height: 20px;
border: 0px;
font-weight: 400;
font-size: 12px;
color: #2a2d30;
}

/*.oneoffer:nth-child(odd) 
{
background-color: #00AEF0;
color :#fff;
}

.oneoffer:nth-child(even)
{
background-color: #45CAE9;
color: #fff;
}*/

.oneoffer
{
background-color: #45CAE9;
color :#fff;
}

.oneoffer
{
margin-bottom: 5px;
border-radius: 4px;
border-color: #111;
margin-left: -5px;
}

.oneofferreply
{
/*margin-bottom: 5px;*/
margin-bottom: 20px;
border-radius: 4px;
border-color: #111;
/*margin-left: -5px;*/
background-color: gray;
}

.bpwindowitem:nth-child(odd), .adminwindowitem:nth-child(odd) {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efece5+0,f8f5ed+100 */
background: #efece5; /* Old browsers */
background: -moz-linear-gradient(left,  #efece5 0%, #f8f5ed 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#efece5), color-stop(100%,#f8f5ed)); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(left,  #efece5 0%,#f8f5ed 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(left,  #efece5 0%,#f8f5ed 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(left,  #efece5 0%,#f8f5ed 100%); /* IE10 preview */
background: linear-gradient(to right,  #efece5 0%,#f8f5ed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efece5', endColorstr='#f8f5ed',GradientType=1 ); /* IE6-9 */

}

.bpwindowitem:nth-child(even), .adminwindowitem:nth-child(even) {
background-color: #fff;
}

.bpdomainrow
{
background: #2c2c2c;
}

.searchcontainer
{
width: 100%;
height: 40px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.48);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.48);
border-radius: 10px;
}

.nooverflow
{
overflow-x: hidden;
}

/* registration form */

.form-horizontal .dkcontrol-label
{
text-align: left;

}
.form-group.required .control-label:after {
  content:"  *";
  color:red;
}

.dkformselect
{
background-image: url("../img/dropdownyellow.png");
 padding-right: 0px;
  background-repeat: no-repeat;
  background-size: 8% 100%;
  background-position: right center;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.withbottommargin
{
margin-bottom: 100px;
}

.smallbottommargin
{
margin-bottom: 20px;
}

.tinymargin
{
margin-top: 2px;
margin-bottom: 2px;
}

.withtopmargin
{
margin-top: 100px;
}

.withsmalltopmargin
{
margin-top: 30px;
}

.withsmalltoppadding
{
padding-top: 30px;
}

.progmargin
{
margin-top: 25px;
}

.zmax
{
z-index: 999;
}

.redtext
{
color: red;
font-weight: 400;
}

.registerbtn
{

width: 125px;
height: 30px;
border-radius: 5px;
background-color: #00aef0;
border-color: #00aef0;
font-size: 18px;
color: #FFF;
font-weight: 400;
/*margin-top: 11px;*/
padding-top: 2px;

}

.verifybtn
{
/*width: 125px;*/
height: 30px;
border-radius: 5px;
background-color: #00aef0;
border-color: #00aef0;
font-size: 18px;
color: #FFF;
font-weight: 400;
/*margin-top: 11px;*/
padding-top: 2px;
}

/*palvelut billboards*/

.dkbillboardleft
{
min-height: 250px;
align-content: center;
margin-left: -15px;
/*margin-right: 15px;*/
}

.dkbillboardright
{
min-height: 250px;
/*margin-left: -15px;*/
margin-right: -30px;
}

.billboardrow
{

}
.billboardimg
{
padding-top: 50px;
}

.billboardp
{
color: #FFF;
font-size: 28px;
font-weight: 600;
}

.billboardtitle
{
font-size: 28px;
color: #000;
font-weight: 600;
padding-top: 20px;
}

.billboardbody
{
margin: 20px;
margin-bottom: 0px;
color: #000;
font-size: 18px;
font-weight: 400;
}

.billboardinfo
{
margin: 20px;
margin-bottom: 0px;
color: #000;
font-size: 16px;
font-weight: 400;
}

.billboardtitlesmall
{
font-size: 18px;
color: #000;
font-weight: 600;
padding-top: 20px;
}

.clblack
{
	color: #111;
}

.clyellow
{
color: #D4C67B;
}

.clblue
{
color: #00AEF0;
}

.clbluelight
{
color: #45CAE9;
}

.clgreen
{
color: #45C63D;
}

.clred
{
color: #D67348;
}

.clwhite
{
	color: #fff;
}

.clgold 
{
	color: #F3BE05;
}

.bclblack
{
	background-color: #111;
}

.bclred
{
background-color: #D67348;
}

.bclyellow
{
background-color: #D4C67B;
}

.bclgold
{
	background-color: #F3BE05;
}

.bcltransparent
{
background-color: transparent;
}

.bclblue
{
background-color: #00AEF0;
}

.bclbluelight
{
background-color: #45CAE9;
}

.bclwhite
{
background-color: #FFF;
}

.bclgreen
{
background-color: #45C63D;
}

/*step menu */

.step
{
background-color: #45CAE9;
height: 70px;
font-weight: 600;
font-size: 24px;
color:#FFF;
padding-top: 15px;
margin-left: 15px;
margin-right: 15px;
text-align: center;
}
@media(max-width:768px)
{
	.step
	{
	margin-left: 10px;
	margin-right: 10px;
	font-size: 16px;
	}
}

.stepbottom
{
height: 10px;
margin-left: 15px;
margin-right: 15px;
text-align: center;
}

.stepactive
{
background-color: #F3BE05;
}

.stepsuccess
{
background-color: #76DA84;
}

.arrowdown
{
background-image: url("../img/downarrow.png");
height:10px;
background-size: 100% 100%;
}

.centered
{
text-align: center;
}

.floatright
{
float: right;
}

.nopadding
{
padding-left: 0;
padding-right: 0;
}

.padding
{
padding-left:15px !important;
padding-right: 15px !important;
}

.preserve3d
{
-webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.centeredcontainer
{
transform:translateY(100%);
}

/* DOMAINKAUPPA-2.CSS */

option[value=""][disabled]
{
	display: none;
}

#notification-ball
{
	margin-left: 5px;
	background-color: #F3BE05;
	color: black;
	font-weight: bold;
	border-radius: 50%; 
	padding: 0 7px 0 7px;
}

#form-error-box
{
	color:red;
	border: 1px solid red;
	padding: 8px 15px 8px 15px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.text-upper
{
	text-transform: uppercase;
}

.text-lower
{
	text-transform: lowercase;
}

.invalid-border
{
	outline: none !important;
	border: 2px solid red !important;
	box-shadow: 0 0 10px red !important;
}
.valid-border
{
	outline: none !important;
	border: 2px solid green !important;
	box-shadow: 0 0 10px green !important;
}

/* CUSTOM TOOLTIP */
.custom-tooltip
{
	position: absolute;
	z-index: 9001;
	cursor: pointer;
}
.custom-tooltip .box
{
	border-radius: 5px;
	padding: 5px 15px 5px 15px; /* For right side: 2px 5px 2px 5px */
}
.custom-tooltip .arrow
{
	font-size: 0px;
	line-height: 0%;
	width: 0px;
}
/* TOP (tooltip is on top of the element) */
.custom-tooltip.top .arrow
{
	border-width: 10px 20px 0 20px;
	border-style: solid;
	border-color: #eec3c3 transparent transparent transparent;
	position: absolute;
    top: 100%;
}
.custom-tooltip.top .box
{
	border-bottom-left-radius: 0 !important;
}
/* BOTTOM (tooltip is on bottom of the element) */
.custom-tooltip.bottom .arrow
{
	border-width: 0 20px 10px 20px;
	border-style: solid;
	border-color: transparent transparent #eec3c3 transparent;
}
.custom-tooltip.bottom .box
{
	border-top-left-radius: 0 !important;
}
/* LEFT (tooltip is on left of the element) */
.custom-tooltip.left .arrow
{
	border-width: 15px 0 15px 10px;
	border-style: solid;
	border-color: transparent transparent transparent #eec3c3;
	float: right;
}
.custom-tooltip.left .box
{
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	float: left;
}
/* RIGHT (tooltip is on right of the element) */
.custom-tooltip.right .arrow
{
	border-width: 15px 10px 15px 0;
	border-style: solid;
	border-color: transparent #eec3c3 transparent transparent;
	float: left;
}
.custom-tooltip.right .box
{
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	float: right;
}

/* STATUS BAR */

div#status-bar
{
	/*display: none;*/
	position: absolute;
	width: 100%;
	opacity:0;
	padding: 0px;
	height: 0px;
	-webkit-transition: opacity 0.5s, padding 1s, height 1s;
	-moz-transition: opacity 0.5s, padding 1s, height 1s;
	transition: opacity 0.5s, padding 1s, height 1s;
	cursor: pointer;
	
	color: #fff;
	font-size: 24px;
	line-height: 24px;
}

div#status-bar.active:hover
{
	opacity: 0.5;
}

div#status-bar.fixed
{
	position: fixed;
	top: 0;
}

div#status-bar.green
{
	background-color: #45c63d;
}
div#status-bar.red
{
	background-color: #d67348;
}
div#status-bar.gold
{
	background-color: #f3b305;
}
div#status-bar.gray
{
	background-color: gray;
}

div#status-bar.active
{
	/*display:flex;*/
	z-index: 999;
	padding: 10px;
	opacity: 1;
	height:auto;
	-webkit-transition: opacity 1s, padding 0.5s;
	-moz-transition: opacity 1s, padding 0.5s;
	transition: opacity 1s, padding 0.5s;
}

div#status-bar span#status-msg
{
	/*
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	*/
}

div#status-bar img
{
	width: 24px;
	height: 24px;
	margin-right: 10px;
	margin-top: -10px;
}

div#status-bar span#status-close
{
	font-weight: 700;
}

#domain-status
{
	margin-top: 20px;
	margin-bottom: -60px;
	padding: 10px;
	color: white;
	font-size: 20px;
}

.hover-tooltip
{
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted;
}

.hover-tooltip.nodotborder
{
	border-bottom: 0px;
	border: 0px;
}

.hover-tooltip span.tooltip-content
{
	visibility: hidden;
	/*width: 140px;*/
	background-color: #111;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 2px;
	font-size: 16px;
	position: absolute;
	z-index: 90000;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
	text-decoration:none;
	opacity: 0;
	transition: opacity 1s;
}

.hover-tooltip span.tooltip-content::after
{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #111 transparent transparent transparent;
}

.hover-tooltip:hover span.tooltip-content
{
	visibility: visible;
	opacity: 1;
	left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

.registerrow
{
padding-top: 60px;
margin-bottom: -60px;
}

.regdombtn
{
width: 60%;
height: 60px;
}
@media(max-width: 991px)
{
.regdombtn{
width: 100%;
}
}
@media(max-width:768px)
{
 td
 {
 white-space: normal !important;
 }
 
}

#loader
{
background:url(../img/pacman.gif) #000 no-repeat center center;
/*width:500px;*/
height:100px;
z-index:99999;
}

#loadedpagecontent
{
display:none
}

.admin-nav-active
{
	font-weight: bold;
}
.fullwidth
{
	width: 100% !important;
}
.whitebox
{
	background-color: white;
	padding: 10px;
	border: 1px solid lightgray;
	border-radius: 5px;
}