﻿/*  
    TAFE SA Corporate website - Responsive
    Date: 24-10-2016
    Author: Nuwan Perera
    Version: 1.0
*/
.contact-form {
    padding: 20px 30px;
    background: #f8f8f8;
} 

.success-feedback .h2 {
    font-size: 24px !important;
    font-weight: 700 !important;
    padding: 24px 0 18px 0 !important;
    color: #6d6d6d !important;
    margin: 0 !important;
    display: block !important;
}
  
.contact-form .row 
{
    margin: 1em 0;
}
   
.contact-form .row label 
{
    display: block;
    /* width: 11em; 
    position: absolute;
    text-align: right;*/
    font-size: 18px;
    float:left;
    font-weight: normal;
    color: #9a9a9a;
}
    
.contact-form .row .input-control
{
    /*margin-left: 12em;*/
    width: 100% !important;
}

.contact-form .row .campusesList
{
    /*margin-left: 12em;*/
    width: 100% !important;
    height: 38px !important;
    border: 1px solid #d5d5d5 !important;
}

.contact-form .row label sup
{
    /*position: absolute;*/
    padding-left: 2px;
    color:#be1428;
}
    
.contact-form .row .error 
{
    display: inline-block;
    /*background-image: url("Standard_images/error.png");*/
    width: 17px;
    height: 17px;
    text-indent: -9999em;
    margin-left: 0.5em;
}
    
.contact-form .row span.error[style*="inline"]
{
    display: inline-block !important;
}
    
.contact-form .row.submit 
{
    padding-top: 2em;
    width: 100%;
}
    
.contact-form .row.submit input 
{
    float: right;
    width: 100px;
    background: #888 !important;
    border: 1px solid #aeaeae !important;
    color: #fff !important;
    height: 40px;
    right: 27%;
    /*position: relative;*/
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.contact-form .row.submit input:hover
{
  background: #be1428 !important;
} 
.validation-summary 
{
    color: #d01833;
    padding-left: 0px;
    padding-bottom: 2em;
}
    
.row.radio-buttons ul
{
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    margin-left: 11em;
}
    
.row.radio-buttons ul li 
{
    display: block;
    margin: 0 0 1em 0;
}    
    
.row.radio-buttons ul label
{
    text-align: left;
    display: inline;
    position: inherit;
    width: auto;
}

.contact-form input[type=radio]
{
    display: block;
    float: left;
    margin-left: 2px;
}
    
.contact-form .fieldset 
{
    margin: 1em 0;
    padding: 0;
    border: 0;
}
.contact-form input.RadInput_Default{
    background-color: #fff;
    color: #666;
    height: 40px;
    width: 100%;
    border: 1px solid #d5d5d5 !important;
    font-size:15px !important;
}
.contact-form input.riTextBox{
    background-color: #fff;
    color: #666;
    height: 40px;
    width: 100%;
    border: 1px solid #d5d5d5 !important;
    font-size:15px !important;
    padding: 0 15px !important;
}
.contact-form input.rcbInput{
    background-color: #fff;
    color: #333;
    height: 35px;
    width: 100%;
    border: none;
    background:none;
    font-size:15px;
    padding:0 15px;
}
.contact-form input.rcbInput:hover{
    border: none;
}
ul.rcbList li.rcbItem, ul.rcbList li.rcbHovered {
    font-size:15px;
}
.contact-form .rcbReadOnly input.rcbInput, .contact-form .campusesList input.rcbInput {
    border: 0 !important;
}
.RadComboBox_Metro .rcbReadOnly .rcbInputCell{
    background-color:#fff !important;
}
.contact-form textarea{
    border: 1px solid #d5d5d5 !important;
    font-size:15px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100%;
}
.contact-form input:hover{
    border: 1px solid #d5d5d5;
}
.contact-form rcbSlide ul{
    border: 1px solid #d5d5d5;
    background-color: #fefefe;
}
.contact-form .RadComboBoxDropDown ul li{
    color: #787878;
    padding: 5px 5px;
    font-size:15px !important;
}
.contact-form rcbSlide .RadComboBoxDropDown{
    border: 1px solid #d5d5d5;
}
label.lblFullWidth{
    width:100% !important;
}
.formDate{
    width:85px !important;
}
.formMonth{
    width:130px !important;
}
.formYear{
    width:90px !important;
}
.formDate, .formMonth, .formYear{
    margin-bottom:10px;
}
@media (max-width:414px){
    .formDate, .formMonth, .formYear{
        width:100% !important;
    }
}
@media (min-width:414px) and (max-width:768px){
    .formDate, .formMonth, .formYear{
        width:50% !important;
    }
}
@media screen and (max-width: 575px) {
    .g-recaptcha {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    #rc-imageselect {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}