*{
    margin:0px;
    padding:0px;
}
body{
    color:#444444;
    font-size:13px;
    background: #f2f2f2;
    font-family:"Century Gothic", Helvetica, sans-serif;
}
#content{
    margin:15px auto;
    text-align:center;
    width:900px;
    position:relative;
    height:100%;
}
#errormsg {
	text-align: left;
	padding: 20px;
}
#wrapper{
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
/*    border:2px solid #fff; */
    background-color:#f9f9f9;
    width:900px;
    overflow:hidden;
    margin-top: 30px;
}
#steps{
    width:600px;
    min-height:200px;
	/*height:320px;*/
    overflow:hidden;
    margin-bottom: 10px;
    border-bottom:1px
}
.step{
    float:left;
    width:900px;
	position: relative;
	/*height:320px;*/
}
.navigation{
    height:45px;
    background-color:#e9e9e9;
/*    border-top:1px solid #fff; */
    -moz-border-radius-topleft: 9px;
    -moz-border-radius-topright: 9px;
    -webkit-border-top-left-radius: 9px;
    -webkit-border-top-right-radius: 9px;
    border-top-left-radius:9px;
    border-top-right-radius:9px;
}

.navigation.bottom{
    border-top:1px solid #ccc;
    border-radius: 0; 
    -moz-border-radius: 0; 
    -webkit-border-radius: 0;
}

.navigation ul{
    list-style:none;
	float:left;
	margin-left:22px;
}
.navigation ul li{
	float:left;
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
    position:relative;
	margin:0px 2px;
}
.navigation ul li a{
    display:block;
    height:45px;
    background-color:#444;
    color:#777;
    outline:none;
    font-weight:bold;
    text-decoration:none;
    line-height:45px;
    padding:0px 20px;
    border-right:1px solid #fff;
    border-left:1px solid #fff;
    background:#f0f0f0;
    background:
        -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.09, rgb(240,240,240)),
        color-stop(0.55, rgb(227,227,227)),
        color-stop(0.78, rgb(240,240,240))
        );
    background:
        -moz-linear-gradient(
        center bottom,
        rgb(240,240,240) 9%,
        rgb(227,227,227) 55%,
        rgb(240,240,240) 78%
        )
}
.navigation ul li a:hover,
.navigation ul li.selected a{
    background:#d8d8d8;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}

div.male
	background: transparent url(http://www.integration21.hr/schoolform/css/images/male.png) no-repeat top left;
	display: block;
	height: 28px;
	position: absolute;
	width: 26px;
	right: 113px;
}
div.female {
	background: transparent url(http://www.integration21.hr/schoolform/css/images/female.png) no-repeat top left;
}


.left {
    text-align:left;
}
input.school-save{
	width: 98px!important;
	margin-top: 5px!important;
	font-size: 12px!important;
    float: right !important;
}
input.buttons:hover {
background: #06C !important;
}

span.infoicon1{
	background: transparent url(http://www.integration21.hr/schoolform/css/images/info.png) no-repeat top left;
	display: block;
	height: 28px;
	position: absolute;
	width: 26px;
	right: 113px;
}
span.infoicon{
	background: transparent url(http://www.integration21.hr/schoolform/css/images/info.png) no-repeat top left;
	display: block;
	height: 28px;
/*	position: absolute;
	right: 29px; */
    width: 26px;
    float: right;
}
span.checked{
    background:transparent url(../images/checked.png) no-repeat top left;
    position:absolute;
    top:0px;
    left:1px;
    width:20px;
    height:20px;
}
span.error{
    background:transparent url(../images/error.png) no-repeat top left;
    position:absolute;
    top:0px;
    left:1px;
    width:20px;
    height:20px;
}
.star{
    color: #f66;
}
h3.missingfield{
     color:#ff0000!important;
}
a.missingfield{
     color:#ff0000!important;
}
#steps  span {
	vertical-align: middle;
	font-size: 14px;
	line-height: 26px;
}
#steps  fieldset{
    border:none;
    padding-bottom:20px;
}
#steps  legend{
    text-align:center;
    background-color:#f0f0f0;
    color:#666;
    font-size:24px;
    text-shadow:1px 1px 1px #fff;
    font-weight:bold;
    float:left;
    width:890px;
    padding:10px 0px 10px 10px;
    margin-bottom:10px;
    border-bottom:1px solid #fff;
    border-top:1px solid #d9d9d9;
}
span.infoText {
    display: block;
    font-weight: normal;
}
#steps form .spacerLabel {
    clear:both;
    margin:5px 0 0 5px;
    padding:10px 0 0 10px;
    margin-left:100px;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
}
#steps form .spacer {
	clear: both !important;
	height: 10px;
}
#steps form .fields{
    float:left;
    clear:both;
    margin:5px 0px;
    background-color:#f4f4f4;
    border:1px solid #fff;
    width:670px;
    padding:10px;
    margin-left:100px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
}
#steps form .missingfield {
    background-color:#ffb2b2;
}
#steps form .fields .fields_content {
	float: left;
	text-align: left;
}
#steps form .fields .fields_content_checkbox {
    float: left;
    text-align: left;
    margin: 5px;
}
#steps form .fields label{
    width:183px;
    float:left;
    text-align:right;
    margin-right:15px;
    line-height:26px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
    font-weight:bold;
	vertical-align: middle;
}

#steps form .fields .field_label{
    width:160px;
    float:left;
    text-align:right;
    margin-right:15px;
    margin-left:15px
    line-height:26px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
    font-weight:bold;
    vertical-align: middle;
}
#steps form input[type=radio] {
	vertical-align: middle;
}
#steps form input:not([type=radio]),
#steps form textarea,
#steps form select, .payamount{
    background: #ffffff;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    width: 420px;
    padding: 6px;
    float:left;
}
#steps form select>option {
	padding: 0 5px;
	/*max-width: 190px;*/
}
#steps form input:focus, .payamount:focus{
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
    background-color:#FFFEEF;
}
#steps div.submit{
    background:none;
    border:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
	margin: 30px;
}

#steps .buttons {
    /* width: auto !important; */
    padding: 10px 20px;
    display: inline-block !important;
    text-decoration: none;
}

#steps div.submit .buttons {
    float: none;
    /*width: 320px;*/
}


#steps div.submit .buttons:hover {
	background: #06C !important;
}
#steps button,
.buttons {
	border:none !important;
	outline:none !important;
    color: #ffffff !important;
    display: block !important;
    cursor:pointer !important;
    margin: 0px auto !important;
    clear:both !important;
    text-shadow: 0 1px 1px #777 !important;
    font-weight:bold !important;
    font-family:"Century Gothic", Helvetica, sans-serif !important;
    font-size:20px !important;
    -moz-box-shadow:0px 0px 3px #aaa !important;
    -webkit-box-shadow:0px 0px 3px #aaa !important;
    box-shadow:0px 0px 3px #aaa !important;
    background:#4797ED !important;
}

.buttons.cancel, .buttons.pay{
    display: inline-block !important;
    margin-top: 10px !important;
}


a.buttons.cancel {
    background: none repeat scroll 0 0 #999999 !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
    font-weight: normal !important;
    text-decoration: none;
    text-shadow: 0 1px 1px #333333 !important;
}

#steps form button:hover {
    background:#d8d8d8;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}
.small{
	width:75px !important;
	margin-right:5px;
}
textarea{
	resize:none;
	width:250px;
	height:100px;
}
.Myradio{
	width:auto !important;
}
.title{
	text-align:left;
}
.error{
	display:block;
	color:#F00;
	float:none;
	clear:both;
	margin-left:177px;
	margin-top:5px;
	text-align:left;
}
.clear{
	float:none;
	clear:both;
}

#studentInfo, #parentInfo {
	display: none;
}

.field_content {
	padding-left: 200px;
}

.field_content select {
	margin-bottom: 5px;
	margin-right: 10px;
}

.linkBtn {
    background: #ffffff;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
	min-width: 100px;
    padding: 5px;
	text-decoration: none;
	color: #333;
}

.linkBtn:hover, .linkBtn:active {
	background: #f5f5f5;
}

#header {
	position: relative;
}

#loginbtn, #logoutbtn {
/*
	position: absolute;
	right: 0;
	bottom: 20px;
*/
    padding: 10px 10px;
    float: right;
}
.welcome_back {
    margin-bottom: 20px;
    margin-top: 10px;
    display: block;
    color: #666;
    font-size: 16px
}
.welcome_name {
    font-weight: bold;
}

#studentsList {
	position: relative;
}
#parentsList .ui-accordion-header,
#studentsList .ui-accordion-header {
	clear: both;
	float: left;
	margin-left: 10px;
	position: absolute;
	padding: 6px 0px;
	width: 164px;
	border-right:0;
}

.step .ui-accordion-content {
	margin-left: 174px;
	overflow: hidden;
	border-top: 1px solid #AAAAAA;
	border-right: 0;
}

.ui-corner-all  {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}

#parentsList {
	position: relative;
}

#steps form .ui-accordion-content .fields {
	margin-left: 0;
	padding-left: 0;
}

.ui-accordion-content {
	border: 1px solid #AAAAAA;
}

#addstudentBtn, #addparentBtn, #addadultBtn, #addParentBtnCopy, #removeStudent {
	clear: both;
	margin-left: 10px;
	max-width: 153px;
	left: 12px;
	top: 88px;
	position: absolute;
}
#steps form #removeStudent {
    color: #f66;
    position: relative;
    top: 0px;
    left: 0;
    float: right;
    margin-top: -40px;
    margin-right: 30px;
    font-size: 20px;
    padding: 10px;
}
#steps form #removeStudent:hover{
    color: #fff;
    background-color: #f66;
    cursor: pointer;
    text-shadow: none;
    border-radius: 5px;
    transition: all ease 1s;
}
#steps form span.fa{
    float: right;
}
#addadultBtn {
margin-top:50px!important;
}

#formElem .studentCopy{
    top: 300px;
}
span.reference{
    position:fixed;
    left:5px;
    top:5px;
    font-size:10px;
    text-shadow:1px 1px 1px #fff;
}
span.reference a{
    color:#555;
    text-decoration:none;
    text-transform:uppercase;
}
span.reference a:hover{
    color:#000;
    
}
h1{
    color:#999;
    font-size:36px;
    text-shadow:1px 1px 1px #fff;
    padding:0px;
    clear: both;    
}
.info, .success, .warning, .errorNew, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('success.png');
    border-radius:5px;
    margin-left:10px;
    margin-right:10px;
    }

#language{
    width: 100%;
    text-align: right;
}

ul.lang_selection{
    display: inline-block;
}

ul.lang_selection li{
    display: inline-block;
    padding: 0px;
    border-left: 1px solid #666;
}

ul.lang_selection li:first-child{
    border-left:none;
}

ul.lang_selection li a{
    color: #666;
    padding: 10px;
    text-decoration: none;
    margin-right: -5px;
}

ul.lang_selection li a:hover{
    color: #4797ED;
}


.terms ul{
    list-style: none;
    margin: 10px 0px;
}

.terms ul li{
    display: inline-block;
    margin-right: 10px;
    border-right: 1px solid #ccc;
    padding-right:10px;
}

.terms h4{
    font-weight: normal;
}

.terms ul li a{
    color: #666;
    text-decoration: none;
}

.terms ul li a:hover{
    color: #000;
}

.terms ul li:hover{
    cursor: pointer;
}

.terms img {
    margin-right: 10px;
    margin-top: 10px;
}

#termswindow{
    width: 500px;
    margin: 0px auto;
}

#termswindow h2{
    border-bottom: 1px solid #aaa;
    padding-bottom: 5px;
}

.slide {
    line-height: 160%;
    margin-top: 10px;
}

/* REPORTS */
table{
    border: 1px solid #d9d9d9;
    border-radius: 9px;
    margin:auto;
    background:white;
}
.weekstable{
	border: 0px;
	border-radius: 0;
	margin: 0px;
	width: 100%;
}
th{
    width: 876px;
    text-align: left;
    padding: 10px;
    background-color: #666;
    color: #ccc;
    font-size: 24px;
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;
}
th img{
    height:23px;
    float:left;
    padding:0px;
    margin-top:5px;
    margin-right:9px;
}
tr{
    width: auto;
}
td{
    background-color: #444;
    color: #777;
    outline: none;
    text-decoration: none;
    padding: 5px 10px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    background: #f0f0f0;
    text-align: left;
    vertical-align: text-top;
}
.title{
    font-weight:bold;
    color: #333;
}

.messageh3{
	padding-top: 65px;
}
.messagetop{
	padding-top: 100px;
}

.courserow{
	width: 876px;
	text-align: right;
	padding: 5px;
	background-color: #8F8F8F;
	color: #FFF;
	font-size: 14px;
	text-shadow: 1px 1px 1px #000;
}

.data.price, .payamount {
    text-align: right;
}
.payamount {
    float: none;
    font-size: 16px;
    font-weight: bold;
}

.payment_info {
    line-height: 130%;
    margin: 10px 0;
    text-align: justify;
    padding: 15px;
}

.pay_field{
    width: 400px;
    padding: 20px 15px;
    border-radius: 10px;
}

.online {
    float: left;
    background: rgba(132, 241, 132, 0.5);
    margin-left: -20px;
}

.offline{
    float: right;
    background: rgba(71, 151, 237, 0.5);
    margin-right: -20px;
}

.pay_title{
    display: block;
    font-size: 30px;
    text-transform: uppercase;
    color: black;
}

/* Offline payment info on success */
.wire_info {
    text-align: left;
    background: rgba(71, 151, 237, 0.5);
    margin: 0 -20px;
    padding: 20px 40px;
    color: black;
}

span.wire_title {
    font-weight: bold;
    font-size: 24px !important;
    text-transform: uppercase;
}

span.wire_subtitle, span.wire_mark {
    font-weight: bold;
}

/* -- */

span.pay_subtitle {
    display: block;
    text-transform: lowercase;
    font-weight:    normal;
}
#steps form .button_left{
    float: left;
    widows: 190px;
}

#steps form .button_right{
    float: right;
    widows: 190px;
}

#steps form .button_left input.buttons, #steps form .button_right input.buttons{
    display: block;
    width: 180px;
    background-color: #009900 !important;
    font-size: 17px !important;
    font-weight: normal !important;
}
#steps form .offline .button_left input.buttons, #steps form .offline .button_right input.buttons{
    background-color: #094688 !important;
}

#steps form .button_left span, #steps form .button_right span{
    display: block;
    font-size: 20px;
    color: black;
    text-align: center;
}

.ui-dialog-titlebar-close {
  visibility: hidden!important;
}

/* -- -- */
.small-select select {
	width: 15% !important;
	margin-right: 15px;
}
.small-select input {
	width: 45.5% !important;
}
.form-recaptcha {
	float: left;
}

#steps form select.birth_year{
    width: 65px; 
    margin-right: 10px;
}

#steps form select.birth_month, #steps form select.birth_day{
    width: 50px; 
    margin-right: 10px;
}

.goback {
    margin: 30px 0 30px;
}
.goback a {
    color: #0072bc;
    text-decoration: none;
}
.goback a:hover {
    color: #00428c;
}
.go_back .submit {
    display: inline-block;
}
input#gobackBtn {
    background: #999 !important;
}

span.wire {
    line-height: 150%;
    margin: 10px 0;
    display: inline-block;
}

pre{
    text-align: left;
}