/*ORDER FORMS CSS*/

.order-wrapper .span4 {
    max-width: 330px;
}
.order-wrapper .span8 {
    margin: 0;
    max-width: 840px;
    width: 100%;
}
.formular > div {
    float: left;
    padding: 10px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
#formular_web > div, #formular_grafika > div, #formular_seo > div {
    padding: 10px;
}
form * {
  outline:none !important;
}
}
form {
	max-width: 925px;
	width: 100%;
	margin-top: 0;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
	box-shadow: none !important; 
}
hr {
    background-color: #FFFFFF;
    border-top: 1px dashed #333333 !important;
    color: #FFFFFF;
    float: left;
    height: 1px;
    margin: 20px 0 !important;
    opacity: 1;
    width: 100%;
}
.formular {
    margin: 0;
}
.formular input {
	border-radius: 0;
	border: 1px solid #414042;
	background: transparent;
}
.formular input[type="text"] {
    float: left;
    font-family: Armata;
    font-size: 13px;
    height: 40px;
    margin: 5px 20px 23px 0;
    padding: 0 10px;
    width: 305px;
}

.formular input[type=email] {
    width: 305px;
	font-family: Armata;
    font-size: 13px;
	float:left;
	margin:5px 20px 23px 0;
	height: 40px;
	padding: 0 10px; 
}
.formular input[type="url"] {
    float: left;
    font-family: Armata;
    font-size: 13px;
    height: 40px;
    margin-top: 5px;
    padding: 0 10px;
    width: 703px;
}
.formular input[type=number] {
	padding:6px;
	margin-left: 17px;
	font-family: Armata;
    font-size: 13px;
}

.submit-container {
	border-left: 1px dotted #CCCCCC;
    float: right;
    padding-left: 20px;
}

.formular input[type=submit] {
	background-color: #FFCB05;
    cursor: pointer;
    margin-top: -1px;
    padding: 11px;
    width: 500px;
    color: #404041 !important;
	font-family: Armata;
}
.extenstion {
    float: right;
}
#arrow-down {
    background: url("../img/form-icons/arrow-down.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border-left: 1px solid #404040;
    cursor: pointer;
    float: right;
    height: 40px;
    margin-right: 35px;
    margin-top: -64px;
    padding-left: 5px;
    width: 50px;
}
.formular input[type=submit]:hover, .submit-container.hosting input:hover {
	background-color: #414042;
	color: #FFCB05 !important;
}

#izabrane-usluge {
	width:762px;
	cursor: pointer;
}

#captcha {
	height: 38px !important;
	margin-top: 0;
	width: 140px !important;
}

.formular textarea {
	padding: 6px;
	width:770px;
	height:150px;
	font-family: Armata;
    font-size: 13px;
	border-radius: 0;
	border: 1px solid #414042;
	margin-bottom: 25px !important;
}
.select-button {
    cursor: pointer;
    margin-right: -20px;
}
.order-sidebar .sidebar.span3 ul {
    margin: 0 0 0 -20px !important;
    width: 278px !important;
}

.select-button:hover {
	background-color:#ffcb05;
}

.select-button:hover:after {
	border-bottom: 25px solid rgba(0, 0, 0, 0);
    border-left: 13px solid #FFCB05;
    border-top: 25px solid rgba(0, 0, 0, 0);
    content: "";
    height: 1px;
    position: absolute;
    right: -47px;
    width: 34px
}

.select-button.selected:after {
    border-bottom: 25px solid rgba(0, 0, 0, 0);
    border-left: 13px solid #FFCB05;
    border-top: 25px solid rgba(0, 0, 0, 0);
    content: "";
    height: 1px;
    position: absolute;
    right: -47px;
    width: 34px
}

#order-form {
	float:left;
	margin-top:2%;
	margin-left:5%;
}
.form-holder {
    float: left;
    width: 100%;
}
.selected {
    background-color: #FFCB05;
    color:#414042;
}
.errors_style {
	font-size:14px;
    color: #FFFFFF !important;
    display: block;
    padding: 10px 30px;
    margin: 10px 0 30px;
}

.errors_style p {
    color: #FFFFFF !important;
	margin:0;
	padding: 0;
}

.captcha {
	margin-bottom:-12px;
	margin-left: 5px;
}

#captcha {
	width:80px;
	height:20px;
}

small {
	float:left;
}

.order-wrapper h2 {
	margin-top: 0px;
	text-align: left;
	font-size: 16px;
	/*margin-bottom: 20px;*/
}

.order-sidebar {
	margin-top: -49px !important;
}

.order-sidebar h4 {
	margin-top: 0px !important;
}

.order-breadcrumbs {
	height: 110px !important;
}
.order-sidebar .sidebar-menu > li {
    border-bottom: 1px dashed #cbcbcb;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    list-style: none outside none;
    margin-left: -20px;
    margin-top: 10px;
    padding: 0 0 0 10px;
    position: relative;
}
#web-form-select, #graphic-form-select, #seo-form-select {
	/*background: url("../img/form-icons/www-icon.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    background-position: center !important;
    display: block;
    float: left;
    height: 25px;
    margin-right: 10px;
    margin-top: 13px;
    width: 40px;
}
#web-form-select { background: url("../img/form-icons/www-icon.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0); }
#graphic-form-select{ background: url('../img/form-icons/graphic-icon.svg') no-repeat; }
#seo-form-select{ background: url('../img/form-icons/seo-icon.svg') no-repeat; }



/* Hosting */

.hosting-order-sidebar h4 {
	font-size: 15px !important;
	padding: 0 !important;
}

.hosting-order-sidebar .sidebar-menu > li {
	padding-left:10px !important; 
}
#hosting-form-select, #hosting-package-select, #hosting-podaci-select, #hosting-naruceno-select {
    display: block;
    float: left;
    height: 28px;
    margin-left: 5px;
    margin-right: 3px;
    margin-top: 11px;
    width: 30px;
}
#hosting-form-select { background: url("../img/form-icons/hosting-icon.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0); }
#hosting-package-select{ background: url('../img/form-icons/hosting-package-icon.svg') no-repeat; }
#hosting-podaci-select { background: url('../img/form-icons/user-info-icon.svg') no-repeat; }
#hosting-naruceno-select { background: url('../img/form-icons/hosting-naruceno-icon.svg') no-repeat; }
li#hosting:last-child > span {
    margin-left: 10px;
    margin-right: 10px;
}
#hosting a {
	font-size:15px;
	color: #707070 !important;
	display:block;
}

#hosting a:hover {
	color: #707070 !important;
}

.hosting-order-sidebar .select-button:hover:after {
	display:none;
}

.hosting-order-sidebar .select-button:hover {
	background-color:transparent;
	cursor: default;
}
#hosting-koraci {
    border-bottom: 1px dashed #404040;
    height: 145px;
    width: 100%;
}
.korak-krug {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #f3f3f3;
	padding: 25px;
	line-height: 30px;	
	text-align: center;
	font-size: 30px;
	text-shadow:2px #fff;
	margin: 0 auto;
}


#koraci-holder {
	width:700px;
	margin: 0 auto;
}


.korak {
	float: left;
	text-align: center;
	width: 125px;
	margin-right: 50px;
	position: relative;
}
.korak:first-child:after, .korak:nth-child(2):after, .korak:nth-child(3):after {
    border-bottom: 1px dashed #404040;
    content: "";
    height: 8px;
    left: 22px;
    position: absolute;
    top: 30px;
    width: 185px;
    z-index: -1;
}

.korak-text {
	font-size: 16px;
	display:block;
	height: 16px;
	margin-top: 20px;
}

.hosting-korpa {
	width:280px;
	background-color:#FFCB05; 
	height:auto;
	margin-left: 20px;
	color: #404040;
}
.hosting-korpa h4 {
    background: url("../img/form-icons/shopping-cart-icon.svg") no-repeat scroll left 5px center rgba(0, 0, 0, 0);
    border-bottom: 1px dashed #404040;
    margin: 0 10px;
    padding: 16px 10px 10px 40px;
}
#ukupno {
    background: none repeat scroll 0 0 #414042;
    color: #FFFFFF;
    margin-top: 20px;
    overflow: auto;
    padding: 25px 15px;
    text-transform: uppercase;
}
#domenKupljen, #hostingKupljen, .olddomen {
    border-bottom: 1px dashed #404040;
    margin: 0 10px;
    padding: 20px 5px;
}

/* CUSTOM SELECT */

.select-style select {
   background: transparent;
   width: 130px;
   padding: 9px 5px 5px 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
}

.select-style {
   width: 105px;
   height: 40px;
   margin-top: 5px;
   overflow: hidden;
   background: url("../img/form-icons/arrow-down.png") no-repeat right 5px center #fff;
   border: 1px solid #404041;
}

.select-style2 select {
   background: transparent;
   width: 160px;
   padding: 9px 5px 5px 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
}

.select-style2 {
   width: 135px;
   height: 40px;
   margin-top: 5px;
   overflow: hidden;
   background: url("../img/form-icons/arrow-down.png") no-repeat right 5px center #fff;
   border: 1px solid #404041;
}
.sugestije select {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 0;
    font-size: 12px;
    height: 34px;
    line-height: 1;
    padding: 9px 5px 5px;
    width: 678px;
}
.sugestije {
    background: url("../img/form-icons/arrow-down.png") no-repeat scroll right 10px center #FFFFFF;
    border: 1px solid #404041;
    float: left;
    height: 40px;
    margin-bottom: 20px;
    margin-top: 5px;
    overflow: hidden;
    position: relative;
    width: 655px;
}
.dodajDomen {
    background-color: #FFCB05 !important;
    border: medium none !important;
    float: right;
    height: 42px;
    margin-left: 10px;
    margin-top: 5px;
    text-transform: uppercase;
    width: 130px !important;
}
/* /CUSTOM SELECT */

.label-domain {
	float:left; 
	padding-right:30px;
}

#domenImelabel {
	float: left;
    padding-right: 20px;
    padding-top: 18px;
}
#dsearch {
    margin: 5px 0 0;
    padding: 2px 10px;
    width: 600px;
}
#postojeciDomen {
    float: left;
    padding: 10px 0;
}
.oldDomain {
    clear: both;
    float: left;
    margin: 10px 0 0;
    max-width: 780px;
    width: 100%;
}
#olddomain {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 46px;
    margin: 0;
    padding: 2px 10px;
    width: 100% !important;
}
/* /Hosting */
#name-icon {
    background: url("../img/form-icons/ime.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 40px;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 5px;
    width: 40px;
}
#email-icon {
	background: url('../img/form-icons/mail.svg') no-repeat;
	display: block;
    float: left;
    height: 40px;
    margin-right: 10px;
    margin-top: 5px;
    width: 40px;
}

#kompanija-icon {
	background: url('../img/form-icons/firma.svg') no-repeat;
	display: block;
    float: left;
    height: 40px;
    margin-right: 10px;
    margin-top: 5px;
    width: 40px;
}
#telefon-icon {
    background: url("../img/form-icons/mobilni.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 40px;
    margin-right: 15px !important;
    margin-top: 5px;
    width: 35px !important;
}
#sajt-icon {
	background: url('../img/form-icons/website.svg');
	display: block;
    float: left;
    height: 40px;
    margin-right: 6px !important;
    margin-top: 5px;
    width: 44px !important;
}
#firma-icon {
    background: url("../img/form-icons/firma.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 8px;
    width: 40px;
}
#pib-icon {
    background: url("../img/form-icons/pib.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 40px;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 10px;
    width: 40px;
}
.primer {
	margin-left:50px;
}

.radio-buttons {
	border-left: 1px dotted #CCCCCC;
    float: right;
    margin-left: 40px;
    padding-left: 20px;
}



/* Custom checkbox */

input[type=checkbox].css-checkbox {
	display:none;
}

input[type=radio].css-checkbox {
	display:none;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:25px;
	margin-right: 45px;
	height:18px; 
	display:inline-block;
	line-height:18px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:14px;
	vertical-align:middle;
	cursor:pointer;
}

input[type=radio].css-checkbox + label.css-label {
	padding-left:45px;
	height:18px; 
	margin-right: 25px;
	display:inline-block;
	line-height:18px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:14px;
	vertical-align:middle;
	cursor:pointer;

}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -18px;
}

input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -18px;
}

label.css-label {
	background-image:url('../img/form-icons/checkbox_hover.svg');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
input#dsearch:disabled, .oldDomain > input:disabled {
    background: none repeat scroll 0 0 #F3F3F3;
}
#formular_podaci_o_licu #ime {
    margin-right: 0;
    max-width: 700px;
    width: 100%;
}
#address-icon, #city-icon, #postcode-icon, #country-icon, #telefon-icon, #email-icon, #sajt-icon {
	background-repeat: no-repeat;
	background-position: right center !important;
	display: block;
    float: left;
    height: 40px;
    margin-right: 10px;
    margin-top: 5px;
    width: 40px;
}
#address-icon {
    background-image: url("../img/form-icons/lokacija.svg");
    margin-right: 12px !important;
    width: 38px;
}
#city-icon {
	background-image: url('../img/form-icons/grad.svg') 
}
#postcode-icon {
    background-image: url("../img/form-icons/postanski_broj.svg");
    margin-left: 4px;
    margin-right: 3px;
    width: 43px;
}
#country-icon {
	background-image: url('../img/form-icons/drzava.svg') 
}
.country-select-wrap {
    border: 1px solid #444444;
    float: left;
    height: 40px;
    margin: 5px 0 0;
    overflow: hidden !important;
    padding: 0 !important;
    width: 325px;
}
.country-select-wrap select {
    background: url("../img/form-icons/arrow-down.png") no-repeat scroll right 35px center #FFFFFF;
    border: medium none;
    height: 40px;
    line-height: 40px;
    outline: medium none;
    padding: 10px 8px;
    width: 355px;
}
#fizicko-lice, #pravno-lice {
  height: 40px;
}
#fizicko-lice label, #pravno-lice label {
    float: left;
    margin-right: 10px;
}
.submit-container.hosting {
    border-left: medium none;
    float: right;
    margin: 0 20px 0 0;
    overflow: visible;
    padding: 0;
    position: relative;
    width: auto;
}
#zauzet_domen {
    display: none;
    margin: 30px 20px 0 !important;
}
.submit-container.hosting input {
    background: url("../img/form-icons/strelica.svg") no-repeat scroll 200px 15px #FFCB05;
    color: #404041 !important;
    font-family: armata;
    font-size: 18px;
    margin: 0;
    padding: 13px 10px 13px 20px;
    position: relative;
    text-align: left;
    width: 240px;
}
.submit-container.hosting input:hover {
    background-image: url("../img/form-icons/strelica-hover.svg");
}
.submit-container.hosting:before {
    border-left: 1px solid #333333;
    content: "";
    height: 35px;
    position: absolute;
    right: 65px;
    top: 9px;
    z-index: 10;
    transition:0.3s;
    -moz-transition:0.3s;
    -webkit-transition:0.3s;
}
.submit-container.hosting:hover:before {
    border-left: 1px solid #FFCB05;
}
.clearfix {
    clear: both;
    float: none;
    padding: 0 !important;
}
#formular_podaci_o_licu {
    padding: 20px 0 0;
}
.remove_item {
    background: none repeat scroll 0 0 #414042;
    color: #FFCB05 !important;
    display: inline-block;
    float: right;
    font-family: arial;
    font-size: 17px;
    line-height: 15px;
    margin: 0 0 0 5px;
    padding: 0 4px 2px;
}
#domenKupljen > span {
    display: inline-block;
    width: 221px;
}
.godine, .cena {
    white-space: nowrap;
}
.cena {
    font-weight: bold;
}
#ukupno > div {
    font-size: 17px;
}
#ukupno > div:first-child {
    float: left;
}
#ukupno > div:last-child {
    float: right;
}
.formular h4 {
    float: left;
    font-size: 16px;
    margin: 20px 0;
    width: 100%;
}
.select-style {
    height: 44px;
    position:relative;
    width: 160px;
}
#ext {
    font-size: 18px;
    height: 44px;
    margin: 0;
    padding: 9px 15px 5px;
    width: 195px;
}
#ext option {
    padding-left: 17px;
}
input, select, textarea {
    font-family: Armata;
}
.sugestije:before, .select-style:before {
    border-right: 1px solid #444444;
    content: "";
    height: 30px;
    position: absolute;
    right: 60px;
    top: 5px;
}
.select-style:before {
    height: 33px;
    top: 6px;
}
#noviDomen {
    float: left;
    margin: 0 0 20px;
    width: 100%;
}
#noviDomen, #postojeciDomen {
    position: relative;
}
#noviDomen:before, #postojeciDomen:before {
    border-left: 1px dashed;
    content: "";
    height: 30px;
    left: 30px;
    position: absolute;
}
#noviDomen:before {
    top: -6px;
}
#postojeciDomen:before {
    top: 4px;
}
.sidebar.hosting-order-sidebar.order-sidebar.span3 {
    padding-bottom: 10px !important;
}
.order-sidebar .sidebar-menu > li:last-child {
    border: medium none;
}
.hosting-group {
    border-bottom: 1px dashed;
    margin: 0 30px;
    padding: 30px 0;
}
.hosting-group:nth-of-type(1) {
    border-top: 1px dashed;
}
.hosting-choice {
    padding: 30px 20px;
}
.hosting-choice label {
    font-size: 16px !important;
    text-transform: uppercase;
}
.hosting-choice:nth-of-type(1) {
    border-bottom: 1px dashed;
    padding-top: 10px;
}
.hosting-choice:nth-of-type(3) {
    border-bottom: 1px dashed;
    margin-bottom: 30px;
}
.hosting-group > div {
    padding: 10px 0 0 25px;
}
.hosting-group > div label {
    margin: 10px 0 10px 30px !important;
    padding-left: 30px !important;
}
.vrsta .hosting-group:first-child {
    border-top: medium none;
}
.vrsta .hosting-group:last-child {
    border-bottom: medium none;
}
.hosting-group > div h4 {
    border-bottom: 1px dashed;
    padding: 0 30px 10px;
}
.hosting-group > label {
    margin-left: 20px;
    position: relative;
}
.hosting-choice > label {
    position:relative;
}
.hosting-group > label:before, .hosting-choice > label:before {
    content:"";
    position: absolute;
    border-left: 1px dashed;
    height: 30px;
    left: 30px;
    top: -5px;
}
.hosting-choice > label:before {
    top: -7px;
}
.vrsta {
    border-bottom: 1px dashed;
    margin-bottom: 30px;
}
#hostingKupljen .cena {
    margin-left: 5px;
}
.lice-choice {
    border-bottom: 1px dashed;
    border-top: 1px dashed;
    margin: 20px 0;
    padding: 20px !important;
}
.lice-choice label {
    position: relative;
}
.lice-choice label {
    float: left;
    margin-right: 150px !important;
}
.lice-choice label:before {
    border-left: 1px dashed;
    content: "";
    height: 30px;
    left: 30px;
    position: absolute;
    top: -7px;
}
.form-elements {
    border-bottom: 1px dashed;
    margin: 0 0 20px;
}
.success {
    background: none repeat scroll 0 0 #89C680;
    color: #FFFFFF;
    display: block;
    margin: 20px 20px 30px !important;
    padding: 10px 30px;
}
.errorSent {
    background: none repeat scroll 0 0 #E55252;
    color: #FFFFFF;
    display: block;
    margin: 20px 20px 30px !important;
    padding: 10px 30px;
}
.order-success td {
    border: 2px solid #FFFFFF;
    color: #444444;
    padding: 20px 50px 20px 30px;
}
.order-success tr td:first-child {
    background: none repeat scroll 0 0 #FFCB05;
    text-transform: uppercase;
}
.order-success tr td:last-child {
    background: none repeat scroll 0 0 #F3F3F3;
}
.korak.yellowBorder:after {
    border-color: #FFCB05;
}
/* End custom checkbox */