﻿/* New styles */
/*
body
{
    margin: 0px;
    margin-top: 0px;
    font-family: Arial, Tahoma, sans-serif;
    color: #333;
    font-size: 11px;
}

h1
{
    font-size: 20px;
    color: #333333;
    font-weight: normal;
}

h2
{
    font-size: 16px;
    color: #666666;
    font-weight: normal;
}

p
{
    clear:both;
}

a
{
    color: #7053AA;
    text-decoration: none;
}
a:hover
{
    color: #7053AA;
    text-decoration: underline;
}*/

/* Layout */

/*#container
{
    margin: 0px;
}

#header
{
    height: 100px;
    background-image: url(../images/headerbg.jpg);
    background-repeat: repeat-x;
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
}

#headercontent
{
    width: 820px;
    margin: 0px auto;
    height: 100px;
}

#logo
{
    width: 200px;
    height: 56px;
    background-image: url(../images/Xerox-Logo.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top: 30px;
}

#maincontainer
{
    width: 100%;
    background-color: #ffffff;
    background: url("../images/bg_drop.png") repeat-y center;
}

#main
{
    width: 780px;
    margin: 0px auto;
    padding: 20px;
}

#footer
{
    height: 200px;
    background-image: url(../images/footerbg.jpg);
    background-repeat: repeat-x;
}

#footercontent
{
    width: 820px;
    margin: 0px auto;
    padding-top: 40px;
    font-size: 10px;
    color: #999999;
    font-weight: normal;
}
*/


/* Form styles */

.detlabel
{
    clear: both;
    margin-bottom: 5px;
	overflow:hidden;
}

.dropbox
{
    border: 1px solid #cccccc;
    padding: 5px;
}

.dropbox2
{
    border: 1px solid #cccccc;
    padding: 5px;
    width: 200px;
}

.fieldset
{
    border-top: 1px solid #cccccc;
    border: 0px;
    border-radius: 0px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.field-validation-error
{
    color: #ff0000;
}

.formlabel
{
    width: 175px;
    display: block;
    float: left;

    font-weight: bold;
}

.formlabel2
{
    width: 340px;
    display: block;
    float: left;

    font-weight: bold;
}

.form-field
{
    float: left;
}

.labeltitle
{
    font-weight: bold;
    float: left;
    width: 140px;
}

#Confirm{width: auto;}

.permitnumber
{
    border: 1px solid #cccccc;
    padding: 5px;
    width: 150px;
}

.pinnumber
{
    border: 1px solid #cccccc;
    padding: 5px;
    width: 150px;
}

#PermitUploadedProofDocument
{
    border: 1px solid #cccccc;
    padding: 5px;
}

.qtext
{
    font-weight: bold;
    font-size: 11px;
}

.red
{
    color: #ff0000;
}
.red li
{
    color: #ff0000;
    list-style-type: none;
}
.red ul
{
    color: #ff0000;
    list-style-type: none;
}

.textbox
{
    border: 1px solid #cccccc;
    padding: 5px;
    width: 150px;
    font-size: 11px;
}

.uploadbox
{
    border: 1px solid #cccccc;
    padding: 5px;
    background-color: #ffffff;
    font-size: 11px;
}

/* End form styles */

/* Validation Summary */

.validation-summary-errors ul {
    color: #ff0000;
}

/* End */

/* Global form styles*/

/*input[type="text"]
{
    border: 1px solid #cccccc;
    padding: 5px;
    width: 150px;
    font-size: 11px;
}*/

input[type="text"].input-validation-error
{
    background-color: #FFF0F0;
    border: solid 1px Red;
    /*padding: 5px;
    font-size: 11px;*/
}

/*select
{
    border: 1px solid #cccccc;
    padding: 5px;
    font-size: 11px;
}*/

select.input-validation-error
{
    background-color: #FFF0F0;
    border: solid 1px Red;
   /* padding: 5px;
    font-size: 11px;*/
}

/*textarea
{
    border: 1px solid #cccccc;
    padding: 5px;
    width: 250px;
    font-size: 11px;
}*/

textarea .input-validation-error
{
    background-color: #FFF0F0;
    border: solid 1px Red;
    /*padding: 5px;
    width: 250px;
    font-size: 11px;*/
}

/* End */

/* General styles */

a.link
{
    text-decoration: none;
}
a.link:hover
{
    text-decoration: none;
}

a.link-tab
{
    text-decoration: underline;
    color: #000000;
}
a.link-tab:hover
{
    text-decoration: underline;
    color: #000000;
}

a.ledit
{
    text-decoration: underline;
    color: #7053AA;
}
a.ledit:hover
{
    text-decoration: underline;
    color: #9c9c9c;
}

/*.button
{
    padding: 4px;
    font-weight: bold;
    cursor: pointer;
    font-size: 11px;
}*/


.button
{
    background-color: #4699be;
    background-image: url("../images/refresh/forward-chevron.png");
    background-position: 95% center;
    background-repeat: no-repeat;
    border: 0 none;
    border-radius: 3px;
    /*clear: left;*/
    color: #fff;
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 2em;
    margin-top: 1rem;
    max-width: 400px;
    width: 80%;
    padding: 10px 35px 10px 13px;
    cursor: pointer;
}

.button:first-of-type
{
    background-image: url("../images/refresh/back-chevron.png");
    background-position: 5% center;
    padding: 10px 13px 10px 35px;
}


.button:only-of-type
{
    background-image: url("../images/refresh/forward-chevron.png");
    background-position: 95% center;
    padding: 10px 35px 10px 13px;
}

/* Page navigation Overrides */
.semanticNavigation div .button:first-of-type
{
    background-image: url("../images/refresh/forward-chevron.png");
    background-position: 95% center;
    padding: 10px 35px 10px 13px;
}

.semanticNavigation div .button:nth-of-type(2)
{
    background-image: url("../images/refresh/back-chevron.png");
    background-position: 5% center;
    padding: 10px 13px 10px 35px;
}

.semanticNavigation input:first-of-type
{
    margin-left: 5px;
}

.button:first-of-type + input {
    margin-left: 0px;
}

/* End Page navigation Overrides */

.editButtonWrapper a
{background-repeat:no-repeat; background-color: #4699be;}


.line
{
    height: 1px;
    width: 100%;
    background-color: #cccccc;
    margin: 15px 0px 15px 0px;
}

.title
{
    /*font-size: 12px;
    color: #7053AA;
    font-weight: bold;*/
    margin-bottom: 10px;
    display: block;
}

/* End general styles */


/* Vehicle details and upload table styles */

.vehicle-details
{
    clear:both;
    border: 1px solid #cccccc;
    border-right: 0px;
}

.vehicle-details table
{
    border-collapse: collapse;
}

.vehicle-details td, th
{
    border-right: 1px solid #cccccc;
    padding: 5px;
    margin: 0px;
}

.vehicle-details th
{
    background-color: #132940;
    color: #ffffff;
    padding: 5px;
}

.vehicle-details .table-row
{
    background-color: #ffffff;
}
.vehicle-details .table-alternate-row
{
    background-color: #eef9ff;
}

/* End table styles */

/* Selection styles */

.properties
{
    border: 1px solid #cccccc;
    width: 400px;
    height: 200px;
    overflow-y: scroll;
}

.permittype
{
    border: 1px solid #cccccc;
    width: 200px;
}
.period
{
    border: solid 1px #cccccc;
    display: inline-block;
}

.selectlink
{
    text-decoration: none;
    display: block;
    padding: 5px;
}

.selectlink:hover
{
    text-decoration: none;
    background-color: #aeaeae;
    display: block;
    color: #ffffff;
    padding: 5px;
}

.selected-row
{
    background-color: #37a1e4;
    color: #ffffff;
    padding: 6px;
}

.selected-row td{color: #fff;}

.selected-vehicle
{
    display: block;
    background-color: #37a1e4;
    color: #ffffff;
    padding: 5px;
}

/* End selection styles */

/* Error style*/



/* End */

/* Buttons on Index page (Can be removed if this page isn't used) */

.apply
{
    margin-bottom: 10px;
    border: 2px solid #cccccc;
    border-radius: 5px;
    width: 246px;
    height: 38px;
    display: block;
    background-image: url(../images/apply.png);
    text-decoration: none;
    background-position: left;
    background-repeat: no-repeat;
    background-color: #FFF;
    padding-left: 50px;
    padding-top: 12px;
    font-size: 20px;
}
.apply:hover
{
    margin-bottom: 10px;
    border: 2px solid #888888;
    border-radius: 5px;
    width: 246px;
    height: 38px;
    display: block;
    background-image: url(../images/apply.png);
    text-decoration: none;
    color: #ffffff;
    background-position: left;
    background-repeat: no-repeat;
    background-color: #a8a8a8;
    padding-left: 50px;
    padding-top: 12px;
    font-size: 20px;
}

.renew
{
    margin-bottom: 10px;
    border: 2px solid #cccccc;
    border-radius: 5px;
    width: 246px;
    height: 40px;
    display: block;
    background-image: url(../images/renew.png);
    text-decoration: none;
    background-position: left;
    background-repeat: no-repeat;
    background-color: #FFF;
    padding-left: 50px;
    padding-top: 10px;
    font-size: 23px;
}
.renew:hover
{
    margin-bottom: 10px;
    border: 2px solid #888888;
    border-radius: 5px;
    width: 246px;
    height: 40px;
    display: block;
    background-image: url(../images/renew.png);
    text-decoration: none;
    color: #ffffff;
    background-position: left;
    background-repeat: no-repeat;
    background-color: #a8a8a8;
    padding-left: 50px;
    padding-top: 10px;
    font-size: 23px;
}

/* End */

.easipermits-table
{
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}

.easipermits-table th
{
    background-color: #132940;
    color: #fff;
    font-weight: bold;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.easipermits-table td
{
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.field_padding
{
    padding: 10px 0px 10px 0px;
    display: block;
    overflow: visible;
}

.question_prompt
{
    border-top: 1px solid #cccccc;
    padding-top: 10px;
}

div.form_field 
{
    padding:20px 0px 20px 0px;
    clear: left;
}

#MakeDescription
{
    float: left;
}

#ModelDescription
{
    float: left;
    clear: right;
}

#mutually_exclusive
{
    float: left;
    clear: both;
    margin-top: 15px;
    margin-bottom: 15px;
}

.availablePermitsWrapper 
{
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.75);
}

.availablePermitsWrapper .ui-widget-content
{
    border: 0px;   
}

.permitAvailability 
{
    padding: 10px;
}

.homeOptionsWrapper {
    margin: 5% auto;
}

.tooltipIcon {
    border: 1px solid #666;
    padding: 0px 4px 0px 4px;
    font-size: 0.8em;
}

.navigationValMsg {
    padding: 1.5em 4px 0 4px;
}

.ui-datepicker a:hover{border:none;}
.innerNoPadding span.red, .innerNoPadding br {display:none;}
@media only screen and (max-width: 767px) {
	.vehicle-details, .vehicle-details tbody {display:block;overflow:hidden;border:none}
	#content .easipermits-table {display:block;overflow-x:auto;overflow-y:hidden;max-width:100%;}
	.easipermits-table tbody {display:table;width:100%;}
	.vehicle-details {border-left:1px solid #ccc;}
	.vehicle-details tr{display:block;float:left;width:33.333%;}
	.easipermits-table th, .easipermits-table td {min-width:100px;}
	.vehicle-details th, .vehicle-details td {display:block;float:none;width:auto;height:48px;border-bottom:1px solid #CCC;overflow:hidden;}
	.vehicle-details th:first-child, .vehicle-details td:first-child {border-top:1px solid #ccc;}
	@-moz-document url-prefix() {
	  fieldset { display: table-cell; }
	}
}
@media only screen and (max-width: 560px) {
    .button{width: 100%;}
	.formlabel {float:none;}
}