/* --- Contact Form Styles - Start --------------------------------------------*/

 div.locatorForm div.errorCodeWindow{
        position: fixed; 
        margin-left: auto; 
        margin-right: auto; 
        width: 50%; 
        height: 60%; 
        z-index: 111; 
        border: 5px solid red; 
        padding: 20px; 
        overflow: auto; 
        background-color: #fff; 
        top: 20%; 
        left: 20%; 
        color: #666; 
        font-size: 14px; 
        line-height: 15px; 
        box-shadow: 10px 10px 10px grey;
    }

div.locatorForm div.errorCodeWindow span.errorCodeHead {
        font-size: 18px;
        color: #000;
        display: block;
        width: 100%;
        padding-bottom: 20px;
        border-bottom: 2px solid red;
        margin-bottom:20px;
    	font-family: 'ContinentalStagSans-Medium';
    }

div.locatorForm div.errorCodeWindow input.errorCloser{
        float:right;
        font-size:25px;        
        width:30px;
        height:30px;
        padding-bottom:2px;
    }

div.locatorForm div.errorCodeWindow span.errorCodeHead span.errorDestination{
        font-weight:normal !important;
        margin-top:20px;
    }

div.locatorForm div.errorCodeWindow span.errorCodeText {
        font-size: 16px;
        color: #000;       
        display: block; 
        margin-bottom:10px;
    }

div.locatorForm div.errorCodeWindow span.errorCodeSource {
        font-size: 16px;
        color: #000;        
        display: block;
        margin-bottom:40px;
    }

div.locatorForm div.errorCodeWindow span.errorCodeMessage {
        font-size: 14px;
        color: #000;        
        display: block;
        margin-bottom:20px;
        font-family: 'ContinentalStagSans-Medium';
    }

div.locatorForm div.errorCodeWindow span.errorCodeStack {
        font-size: 12px;
        color: #000;        
        display: block;
        margin-bottom:0px;
        background-color:#dde25d;
        padding:10px
    }


div.locatorForm input.txtBoxArea{
        height:200px;
    }

div.locatorForm div.mailValidator{  
        background-color: #ffa500;      
        color:#000;
        margin-top:40px;
        padding: 10px 0px 10px 25px;        
        font-size:16px;
        border-radius:25px
    }

div.locatorForm div.mailSended {
        background-color: #75ff5a;
        padding: 30px;

        border-radius: 20px;
        margin-top: 20px;
    
        margin-bottom: -30px;
    }

div.locatorForm span.mailValidator{        
        font-size: 14px;
        padding: 5px 0px 3px 25px;
        margin: -10px 0px 10px 20px;
        background-color: #ffa500;
        border-radius: 0px 0px 25px 25px;
        float: left;
        width:60%;
        display: block;
    }

div.locatorForm input.form-control.invalid,
div.locatorForm textarea.form-control.invalid{
        border: 3px solid #ffa500;
    }

div.locatorForm div.locatorFormList {
            margin: 10px 0px 70px 0px;
    }

div.locatorForm textarea.form-control {
        height: auto;
        border-radius: 20px 20px 0px 20px;
        resize: vertical;
    }

div.locatorForm div.dataAgreement
    {
        font-size: 13px;
        margin: 0px 0px 10px 0px;
    }

div.locatorForm span.dataAgreementCheckbox div.custom-checkbox label,
div.locatorForm div.custom-nodes-checkbox label
    {
        font-family:Arial;
        font-size: 12px !important;
        color: #000;
        padding: 0 0 15px 45px;
        line-height: 27px;
        text-transform: none;
    }

    div.locatorForm div.custom-nodes-checkbox, 
    div.locatorForm div.custom-nodes-checkbox div.custom-checkbox,
    div.locatorForm div.custom-nodes-checkbox label, 
    div.locatorForm div.custom-nodes-checkbox div.custom-checkbox label,
    div.locatorForm div.custom-nodes-checkbox table,
    div.locatorForm div.custom-nodes-checkbox table tr
    {
        width:100% !important;

    }

    div.locatorForm div.custom-nodes-checkbox
    {
        margin-top:14px;
        margin-bottom:10px;
    }

    div.locatorForm div.custom-nodes-checkbox div.custom-radio label
    {
        font-family:Arial;
        font-size: 12px !important;
        padding-top: 0px !important;
    }

    

    div.locatorForm div.locatorAdminLogin
    {
        position: fixed;
        top: 40%;
        left: 40%;
        width: 350px;
        height: 235px;
        background-color: #fff;
        border: 4px solid #ffa500;
        padding: 20px;
        z-index: 111;
        box-shadow: 10px 10px 10px grey;
        border-radius: 20px;
    }

    div.locatorForm div.locatorAdminLogin p
    {
        margin-bottom: 25px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;    
    	font-family: 'ContinentalStagSans-Medium';
    }

    div.locatorForm div.locatorAdminLogin table
    {
        width:100%;
    }

    div.locatorForm div.locatorAdminLogin input.adminFormField
    {
        float:right;
        border-radius: 20px;
        border: 1px solid #ccc !important;
        padding-left: 10px;
        padding-top: 5px;
        margin-top: 5px;
        font-size: 14px;
    }

    div.locatorForm div.locatorAdminLogin input.adminSubmitButton,
    div.locatorForm div.locatorAdminLogin input.adminCloseButton
    {
        float: right;
        padding: 2px 15px;
        background-color: #ffa500;
        border: none;
        border-radius: 20px;
    }

    div.locatorForm div.locatorAdminLogin input.adminCloseButton 
    {
        margin-right:10px;
    }

    div.locatorForm div.locatorAdminLogin span.adminLoginSuccess
    {
        color:green;
        font-family: 'ContinentalStagSans-Medium';     
        position:relative;
        top:28px;
        float:left;
    }

    div.locatorForm div.locatorAdminLogin span.adminLoginError
    {
        color:red;
        font-family: 'ContinentalStagSans-Medium';       
        position:relative;
        top:28px;
        float:left;
    }

    

    div.locatorForm table.CaptchaTable td input.CaptchaTextBox
    {
        width: 95%;
        margin-right: 20px;
		float: left;
        margin-top: 0px;
    }

    div.locatorForm input.adminButton
    {
        border:none;
        background-color: #ffa500;
        border-radius: 20px;
        float:right;
        margin-left:10px;
        padding:5px 20px;
    }



    div.locatorForm tr#personSelector{
        background-color:#eee;           
        position: absolute;
        left:-30px;
        width: 850px;
        padding: 30px;
        border: 2px solid #ffa500;
        border-radius: 20px;  
        z-index:90;         
    }

    div.locatorForm tr#personSelector td.EditingFormValueCell {
        width: 532px !important;
    }

    div.locatorForm tr#personSelector td p{
        font-size:14px;
    }


    div.locatorForm div.divContactDestination
    {
        margin:0px 20px 20px 0px;
        background-color:#fff;
        padding:15px;
        width:100%;
        font-size:14px;
        border:1px solid #ccc;
        border-radius:20px;
    }

    div.locatorForm div.divContactDestination table tr td:first-child
    {
    	font-family: 'ContinentalStagSans-Medium';
        padding-right: 20px;
        line-height: 15px;
            
    }

    div.locatorForm div.divContactDestination .reload {
        background: #ffa500 url(../images/reload.png) no-repeat scroll 0px -3px;
        padding-left: 35px;        
    }

    div.locatorForm div.divContactDestination .globe {
        background: #ffa500 url(../images/globe.png) no-repeat scroll 0px -3px;
        padding-left: 35px;    
    }

    div.locatorForm table.breadCrumpList
    {
        width: 100%;
        margin-top: 10px;
    }

    div.locatorForm table.breadCrumpList tr td div.custom-radio label
    {
        font-family:Arial;
        padding: 0px 0px 0px 20px;
        font-size: 12px !important;
    }


    div.locatorForm span.spanSmallBreadcrump{
        font-size: 12px;
        font-style: italic;
    }

	div.locatorForm table.CaptchaTable{
		width: 100%;
	}

    div.locatorForm table.CaptchaTable tr td img
    {
            border: 1px solid #ccc;
            border-radius: 20px;
            padding: 5px 8px;
            height: 42px !important;
            margin-left: 0px;
            width: 100% !important;
    }


	div.locatorForm table.CaptchaTable tr td:first-child{
		width: 100%;
	}

	div.locatorForm table.CaptchaTable tr td:last-child{
		width: 140px;
        display: block;
        text-align: right;
	}

	tr#SecurityCode td.EditingFormValueCell div.EditingFormControlNestedControl{
		width: 100%;
	}


/* --- Contact Form Styles - End --------------------------------------------*/


.locatorForm .ddcommon ul {
    background-color: #fff;    
}


#Content div.locatorForm li, 
#contentblock div.locatorForm ul li,
.contentarea div.locatorForm ul li{
    
    background-color: #fff;    
    width: 95%;    
    cursor: pointer;
    background-image:none;
    padding: 5px 5px 3px 26px;
}


.locatorForm  li:hover,
.locatorForm  li.selected,
.locatorForm .dd .ddChild li.selected .ddlabel, 
.locatorForm .dd .ddChild li:hover .ddlabel {
    background: #c5c5c5 !important;
    font-family: 'ContinentalStagSans-Book';
    font-weight: normal;
    margin: 0;
    cursor: pointer;
}

.locatorForm .lblSecurityLabel {
    font-family: 'ContinentalStagSans-Book';
    font-size: 14px;
}
@media only screen and (max-width:1100px){
div.locatorForm table.CaptchaTable td input.CaptchaTextBox {width: 90%; margin-right: 10px;}
div.locatorForm table.CaptchaTable td img {padding: 9px 8px; height: auto;}
}






.locatorForm table.EditingFormTable tr td.invalid div.borderRadius {
    border: 2px solid #ffa500;
    margin-bottom: 5px;
}

.locatorForm table.EditingFormTable tr td.invalid div.custom-nodes-checkbox {
    border: 2px solid #ffa500;    
    border-radius:20px;
    padding:20px;
}


.locatorForm table.EditingFormTable tr td.invalid input.form-control{
    border: 2px solid #ffa500;    
    border-radius:20px;
}

.locatorForm table.EditingFormTable tr td.invalid div.custom-nodes-checkbox span.mailValidator
{
    margin-top: 20px;
}



input.btn:focus {outline:0;}


.ddcommon .ddChild li.optgroup .optgroupTitle {
    border-top:none;
    font-size:18px;
    border-bottom:2px solid #ffa500;
    width:100%;
    display:block;
    margin-bottom:5px;
    margin-top:10px
}

.locatorForm .ddcommon .ddChild li.optgroup
{
    margin-top: 10px !important;
    border:none;
}

.locatorForm .ddcommon .ddChild li.optgroup:hover,
.locatorForm .dd .ddChild li.optgroup:hover .ddlabel
{
    background-color:#fff !important;
    color:#000;
    border-radius:5px;
}

.locatorForm .dd .ddChild li.optgroup li:hover .ddlabel
{
    background-color:#c5c5c5 !important;

}


a.locatorBackButton {
    float: left;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 0 40px 0;
    color:#000 !important;
    text-transform: none;
    background:#ffa500;
    background-image:none !important;
}

a.locatorBackButton:hover,
a.locatorBackButton:active
{
    background:#ffa500;
    background-image:none !important;
}


span.dataAgreementCheckbox input{
    margin-right: 10px;

    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    -ms-appearance: checkbox !important;
    -o-appearance: checkbox !important;
    appearance: checkbox !important;

    float: left;
    cursor: pointer;
}



@media only screen and (max-width: 1100px) {
    td.EditingFormValueCell div.locatorFormList div.dd.ddcommon {
        margin-left: 0;
        margin-right: 0;
        width: 100% !important;
    }
    .locatorFormList {
        margin-left: 0px !important;
    }

}


@media only screen and (max-width: 768px) {
    td.EditingFormValueCell div.locatorFormList div.dd.ddcommon {
        margin-left: 20px !important;
        margin-right: 0;
    }
	div.locatorForm table.CaptchaTable tr td img {
		margin-left: 0px;
	}
    .locatorFormList {
        margin-left: 9px !important;
    }
	.form_sec .dd {
          top: 0px;
	}
}

@media only screen and (max-width: 599px) {
		div.locatorForm table.CaptchaTable tr td:first-child{
		width: 100%;
		display: block;
	}

	div.locatorForm table.CaptchaTable tr td:last-child{
		width: 140px;
		display: block;
        text-align: left;
	}
	div.locatorForm table.CaptchaTable td input.CaptchaTextBox{
		margin-bottom: 15px;
        width: 100%;
	}
}

@media only screen and (max-width: 479px) {
	.form_sec table tbody tr td div {
		width: 90%;
	}
	.FormButton.btn.btn-primary {
		float: left;
	}
	div.locatorForm table.CaptchaTable tr td img {
		margin-left: 0px;
		margin-right: -20px;
		height: 38px !important;
		width: 100% !important;
	}
	.form-control {
		padding: 10px;
		height: 36px;
	}
	a.locatorBackButton {
		padding-left: 25px;
		padding-right: 25px;
	}
}