/* 
    Document   : trackstoreorder
    Created on : Feb 11, 2015, 3:04:49 PM
    Author     : premjoshi
    Description:
        Purpose of the stylesheet follows.
*/

.ui-panel .ui-panel-content {
    height: inherit;
}
.ui-widget {
    font-family: Arial,sans-serif;
    font-size: 0.9em;
}
.ui-widget-content {
    border: 1px solid #00ACC1;
    background: none repeat scroll 0% 0% #f3f3f3;
    color: #4F4F4F;
    border-radius: 0px;
}
.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td {
    padding: 10px 20px;
    overflow: hidden;
}

.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td {
    border-width: 0px;
    border-style: dotted;
}
.ui-datatable table {
    border-collapse: collapse;
    width: 84%;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0px solid #A8A8A8;
    background: #428bca;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 0px 0px
}
.ui-widget-header {
    border: 0px solid #A8A8A8;
    background: #b6deff;
    color: #333;
    font-weight: bold !important;
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.7);
}
.ui-widget-content {
    border: 1px solid #d1d4d3;
    background: none repeat scroll 0% 0% #fff;
    color: #4F4F4F;
    border-radius: 0px;
}
.ui-tabs-left > .ui-tabs-nav {
    float: left;
    width: 15%;
    height: 135px;
    background-image: none;
    padding-top: 0px;
}
.ui-helper-reset {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    outline: 0px none;
    line-height: 2.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none outside none;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #333;
    text-decoration: none;
    text-shadow: 0px 0px 0px ;
}
.ui-tabs .ui-tabs-nav {
    background: #f3f3f3;
    border-radius: 0px;
}
.menu a:HOVER {
    color: #EF5F21;
}
/*
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0px dotted #fff;
    background: #7fb3df;
    color: #444;
}
*/

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default
{
    border: 0px solid #A8A8A8;
    background: #428bca;
    font-weight: normal;
    color: #fff;
    text-shadow: 0px 0px 0px;
}

.ui-widget {
    font-family: Arial,sans-serif;
    font-size: 0.9em;
}

.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield {
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: 0px 0px 2px #000 inset;
    color: #313131;
    width: 120px;
    font-weight: normal;
}

.errorTextColor {
    color: red;
}

.storeLabel {
    margin-left:20px;
}

.storeSearchButton {
    color: white;
}

.storeLocatorPanel {
    border-color:#428BCA; 
    width: 172px; 
    height: 229px; 
    float: right;
    margin-right: 25px;
    margin-top: -440px;
}

.storeLocatorLink {
    color: white;  
    background: #428BCA; 
    border-radius: 4px; 
    padding-left: 10px;
    padding-right: 10px;
}

.storeAccordPanel {
    width:20%;
    float: left;
    margin-left:25px; 
    margin-top: -438px;
    text-align: left;
}

.storeAccordPanelText {
    font-size:13px;
    margin-left:20px;
}


.inputPanelGrid tr, .inputPanelGrid td {
    border-style: none !important;
}

.inputPanelLabel {
    text-align:left;
    padding-left: 2px;
    border-color: #084166;
}

.inputPanelField {
    text-align:left;    
}

.ui-message-error, .ui-messages-info-icon , .ui-messages-info, .ui-messages-error, .ui-messages-error-icon{
    border:none; 
    background: none;
    color: red;
}