/* INFORM */
.Synergy.inform {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-bottom: 10px;
}

.Synergy.inform li {
    padding: 5px;
    color: #FFF;
    font-weight: bold;
    border-radius: 10px;
    padding-left: 10px;
    margin-bottom: 5px;
    text-shadow: none;
    font-size: 14px;
}

.Synergy.inform.errors_box li {
    background: red;
}

.Synergy.inform.success_box li {
    background: green;
}


/* Styles used by the javascript validator to determine if a field has passed or not */
.input_validation_failed {
    border-width: 0cm;
    border-color: rgb( 0, 0, 0 );
    border-style: dotted;
    border-style: solid;
    border-width: 0.03527777777778cm;
    border-color: rgb( 249, 223, 223 );
    background-image: -moz-linear-gradient( 90deg, rgb( 250, 225, 225 ) 0%, rgb( 253, 241, 241 ) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb( 250, 225, 225 ) 0%, rgb( 253, 241, 241 ) 100%);
}

/* Styles used by the javascript validator to determine if a field has passed or not */
.input_validation_passed {
    border-width: 0cm;
    border-color: rgb( 0, 0, 0 );
    border-style: dotted;
    border-style: solid;
    border-width: 0.03527777777778cm;
    border-color: rgb( 222, 250, 201 );
    background-image: -moz-linear-gradient( 90deg, rgb( 199, 246, 198 ) 0%, rgb( 241, 253, 244 ) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb( 199, 246, 198 ) 0%, rgb( 241, 253, 244 ) 100%);
}

#validator {
    background: red;
    color: #FFF;
}

#validator p {
    padding: 5px;
    color: #FFF !important;
}

/* Form Styles */

.synergy_form {
    font-size: 14px;
    color: #000;
}

.synergy_form fieldset {
    border: 2px solid #0081c2;
}

.synergy_form legend {

}

.synergy_form .controls {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    height: 100%;
}


.synergy_form .controls .message {
    display: none;
    background: red;
    padding: 5px;
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
    padding-left: 10px;
}

.synergy_form .controls .description {
    position: relative;
    background: #f9f9f;
    padding: 5px;
    color: #000;
    margin-bottom: 5px;
}

.synergy_form .controls_container {
    display: table;
    width: 100%;
    margin-bottom: 10px;
    height: 100%;
}

.synergy_form .controls_container .label_container {
    display: table-cell;
    background: #0081c2;
    width: 30%;
    padding: 10px;
    text-align: right;
    font-weight: bold;
    height: 100%;
    vertical-align:middle;
}

.synergy_form .controls .label_container label {

}

.synergy_form .controls .elements_container {
    padding: 10px;
    display: table-cell;
    background: #f9f9f9;
    width: 70%;
    height: 100%;
}

.synergy_form .controls .control_html {

}

.synergy_form .controls .control_html h3 {
    background: #0081c2;
    color: #FFF !important;
    padding: 5px;
}

.synergy_form .element {

}

.synergy_form .element input, .synergy_form .element select, .synergy_form .element textarea {
    min-width: 250px;
    margin: 0px;
    border: 1px solid #d1d2d2;
    -webkit-box-shadow:inset 0 2px 2px 2px #f9f9f9;
    box-shadow:inset 0 2px 2px 2px #f9f9f9;
    padding: 10px;
}



.synergy_form .element option {
    border-bottom: 1px solid #f9f9f9;
}

.synergy_form .controls .elements_container .element select {
    padding-right: 5px;
    min-width: 275px;
}

.synergy_form .controls .elements_container .element input[type='checkbox'] {
    min-width: 0px;
}

.synergy_form .min_select {
    min-width: 0px !important;
    width: auto !important;
}

.synergy_form .input_text {
    font-size: 12px;
    margin-left: 10px;
}

.ui-datepicker select {
    padding: 3px !important;
}

.synergy_form .synergy_form_tooltip {
    font-size: 25px;
    float: right;
    cursor: pointer;
    color: #0081c2;
}

.synergy_form .form_controls {
    background: #f3f3f3;
    padding: 10px;
    text-align: right;
}

.synergy_form .form_controls input {
    margin-left: 5px;
    margin-right: 5px;
}

.synergy_form .form_controls input.synergy_btn {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
    background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
    background-color:#ededed;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    cursor:pointer;
    color:#777777;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffffff;
}
.synergy_form .form_controls input.synergy_btn:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
    background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
    background-color:#dfdfdf;
}
.synergy_form .form_controls input.synergy_btn:active {
    position:relative;
    top:1px;
}


.synergy_form .form_controls input[type=submit] {
    -moz-box-shadow:inset 0px 0px 0px 0px #caefab;
    -webkit-box-shadow:inset 0px 0px 0px 0px #caefab;
    box-shadow:inset 0px 0px 0px 0px #caefab;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
    background:-moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
    background:-webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
    background:-o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
    background:-ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
    background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811',GradientType=0);
    background-color:#77d42a;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #268a16;
    display:inline-block;
    cursor:pointer;
    color:#306108;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #aade7c;
}
.synergy_form .form_controls input[type=submit]:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a));
    background:-moz-linear-gradient(top, #5cb811 5%, #77d42a 100%);
    background:-webkit-linear-gradient(top, #5cb811 5%, #77d42a 100%);
    background:-o-linear-gradient(top, #5cb811 5%, #77d42a 100%);
    background:-ms-linear-gradient(top, #5cb811 5%, #77d42a 100%);
    background:linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a',GradientType=0);
    background-color:#5cb811;
}
.synergy_form .form_controls input[type=submit]:active {
    position:relative;
    top:1px;
}


#inform_box {
    text-align: center !important;
}

#inform_box p {
    text-align: center;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    font-family: roboto, Tahoma, Verdana, Arial;
    font-weight: bold;
    text-shadow: 0 2px 1px rgba(0,0,0,0.7);
}

