/*===========================================
    Form Elements Styles
===========================================*/
.form_elements {
    padding: 5px;
    position: relative;
    overflow: hidden;
}

.form_elements .success_message {
    color: rgb(12, 88, 117);
    font-size: 14px;
    font-family: arial;
    background: rgb(220, 234, 236);
    padding: 10px;
    border: dashed 1px rgb(105, 160, 173);
    text-shadow: 0 1px 1px #fff;
    position: relative;    
}

.form_elements .success_message .lnk_close {
    position: absolute;
    right: 0px;
    top: 0px;
    display: inline-block;
    padding: 5px;
    background: rgb(161, 192, 204);
    color: rgb(57, 129, 163);
    
    
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
    
}

.form_elements .bizweb-ui-section {
    
}

.form_elements .required {
    color: rgb(241, 34, 34) !important;
    font-weight: bold;
    font-size: 20px !important;
}

.form_elements .black_mask {
    position: absolute;
    background: none;
    
    width: 2500px;
    height: 7500px;
    
    z-index: 900;
    
    left: 0px;
    top: 0px;
    
    opacity:0.5;
    filter:alpha(opacity=50);
    
    background: #fff;

}

/*
.error_required {
    background: rgb(255, 244, 244);
}

.li_form_elem.error_required  label.desc {
    color: #990000;
}
*/

.li_form_elem {
    margin: 0px 0px 0px; 
    cursor: pointer; 
    padding: 1%;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    position: relative;
}
.li_form_elem .hover_ready {padding: 5px 10px 0 10px;}

.li_form_elem .full {
    display: block;
    width: auto;
}


.li_form_elem > img.arrow {display: none;}
.li_form_elem.current_edit > img.arrow {display: block;}

.li_form_elem label.desc {
    font-weight: bold;
    /*color: #333;*/
}

.li_form_elem label .description {
    font-weight: normal;
    padding: 0.5em 0 0 0;
}

.li_form_elem label.choice {
    padding: 4px 0pt 5px;
    margin: -19px 0pt 0pt 25px;
    font-size: 100%;
    display: block;
    line-height: 1.4em;
    /*color:#444;*/
    width: 90%;
}

.li_form_elem div, .li_form_elem span {
    margin: 0pt 5px 0pt 0pt;
    padding: 0pt 0pt 8px;
    /*color: #444;*/
}
.li_form_elem div {margin: 0px;}

.li_form_elem span {
    float: left;
}

.li_form_elem div label, .li_form_elem span label {
    margin: 0pt;
    padding: 3px 0 0 0;
    clear: both;
    font-size: 10px;
    line-height: 10px;
    /*color: #444;*/
    display: block;
    
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.li_form_elem div.right {
    /*display: inline;
    float: right;
    width: 42%;*/
    text-align: left !important;
}

.li_form_elem div.left {
    /*display: inline;
    float: left;
    width: 42%;*/
}


.li_form_elem label.desc, .li_form_elem legend {
    overflow: hidden;
    width: 100%;
    display: block;
    padding: 5px 0 10px 0;
}


.li_form_elem a.hover_ready {
    display: block;
}
.li_form_elem a.hover_ready:after { content: "."; display: block; height: 0pt; clear: both; visibility: hidden; }


.li_form_elem input.large, .li_form_elem select.large, .li_form_elem textarea.textarea {
    width: 97%;
}
.li_form_elem input.medium, .li_form_elem select.medium {
    width: 50%;
}
.li_form_elem div.left .medium, .li_form_elem div.right .medium {
    width: 97%;
}
.li_form_elem input.small, .li_form_elem select.small {
    width: 25%;
}
.li_form_elem input[type="submit"] {
	cursor:pointer;
}


.info h2 {
    margin: 0pt 0pt 3px;
    font-weight: normal;
    font-size: 160%;
    clear: left;
    
    padding: 10px 0px;
    margin: 0px;

}

.info p {
    margin: 0pt 0pt 12px;
    font-size: 95%;
    line-height: 130%;
}

.notice_link {
    cursor: pointer;
    border: 2px solid #96B6DA;
    padding: 10px;
    background-color: #F3F7FB; 
    margin-top: 10px;
}
.notice_link h2 {
    display: block;
    font-size: 150%;
    color: #CD4224 ! important;
}


.li_form_elem * {
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-ms-box-sizing:content-box;
	-o-box-sizing:content-box;
	box-sizing:content-box;
}


.li_form_elem input[type=text], .li_form_elem select, .li_form_elem textarea {
    border: solid 1px rgba(0,0,0,0.5);
    
    -webkit-border-radius: 0.2em;
    -moz-border-radius:  0.2em;
    border-radius:  0.2em;
}

.li_form_elem textarea{   
    padding: 0.3em 1%;
}
.li_form_elem input[type=text]{   
    padding: 0.3em 1px;
    height: 1.2em;
}
.li_form_elem select {
    height: 2em;
}


@media screen and (max-width: 320px) {
    .li_form_elem div.left, .li_form_elem div.right {
        float: none;
        width: 100%;
    }
    
    .li_form_elem input.medium, .li_form_elem select.medium {
        width: 100%;
    }
}

.form_elements input[type=submit].button_style {
    border: none;
    height: auto;
}