body { margin:0; padding:0; font-family: 'Open Sans', sans-serif;  font-weight:400; font-size:14px; line-height:20px;}
body,html { width: 100%; height: 100%;}
* { margin:0; padding:0; outline: none; }
/*a { color:#333333; text-decoration: none; }
a:hover, a:focus { color:#0173dd; text-decoration: none; }
a.active { color:#000;}
.clear { clear: both;}
*/

#wrapper { width:100%; margin:0; padding:0; }
.brodered-box { margin:0; padding:0; border-bottom: solid 1px #d4d4d4; }
.header-section { margin:10px 0; padding:0; }
.header-section h2 { font-family: 'Open Sans', sans-serif; font-size:36px; color:#333; font-weight:600;  margin:10px 0 10px 0; padding:0; }
.header-section p { font-family: 'Open Sans', sans-serif; font-size:18px; color:#000;  font-weight:300; margin:0; padding:0; }
.add-form-box { margin:50px 0; padding:0; } 
.form-box-shadow {  margin:0; padding:15px; background-color:#fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 0 10px 0 #dfdfdf; box-shadow: 0 0 10px 0 #dfdfdf; }
.form-box { margin:0; padding:0;  }
.form-box h2 {  font-family: 'Open Sans', sans-serif; font-size:24px; color:#333; font-weight:500;  margin:0 0 30px 0; padding:0;  }
.form-box label {  font-family: 'Open Sans', sans-serif; font-size:14px; color:#333; font-weight:400; text-transform: uppercase; margin:0 0 3px 0; padding:0;  }
.form-box span { display: block; font-family: 'Open Sans', sans-serif; font-size:13px; color:#333; font-weight:300; margin:0 0 20px 0; padding:0;  }
.form-box input { border: solid 1px #e1e1e1; font-family: 'Open Sans', sans-serif; font-size:14px; color:#666; font-weight:400;  }
.form-box input:hover, .form-box input:focus { box-shadow: none; border: solid 1px #e1e1e1;  }

/*** Begin Current Location box ***/
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
 border:0;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th { border-top: solid 1px #dddddd; padding:15px; }

.current-location-box { margin:50px 0; padding:0; }
.current-location-shadow {  margin:0 0 20px 0; padding:10px; background-color:#fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 0 10px 0 #dfdfdf; box-shadow: 0 0 10px 0 #dfdfdf; }
.current-location-left-shadow {  margin:0; padding:0; background-color:#fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 0 10px 0 #dfdfdf; box-shadow: 0 0 10px 0 #dfdfdf; }
.current-location-left-box { margin:0; padding:10px; }
.current-location-left-box h2 { margin:0; padding:0; font-family: 'Open Sans', sans-serif; font-size:18px; color:#333; font-weight:700; }
.current-location-left-icon { margin:20px 0 0 0; padding:0; border: solid 1px #dfdfdf; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius:5px; }

.current-location-left-icon ul { list-style: none; margin:0; padding:0;}
.current-location-left-icon ul li { display: block; margin:10px 0 0 0; padding:0 0 10px 0; border-bottom: solid 1px #dfdfdf; }
.current-location-left-icon ul li:last-child { border-bottom:0; }
.current-location-left-icon ul li i { margin:0 10px; }
.current-location-left-icon ul li a { margin:0; padding:0; font-family: 'Open Sans', sans-serif; font-size:14px; color:#333; font-weight:400; text-decoration: none; }
.current-location-border-botoom { margin:5px 0; border-bottom: solid 1px #dfdfdf; }

.current-location-bg { background-color:#f0f0f0; margin:0; }
.font-awesome-icon { margin:0; padding:4px 8px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; border: solid 1px #dfdfdf; color:#3a91cb;  }

/***** Search Button *****/
    #custom-search-form {
        margin:0;
        margin-top: 5px;
        padding: 0;
    }
 
    #custom-search-form .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
 
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
 
    #custom-search-form button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
 
    .search-query:focus + button {
        z-index: 3;   
    }
    .span12 {
		margin:0 2px;
	}
	.span12 input {
		width:75%;
		padding:0 5px;
	}

/**** end Search Button ****/

/*** End Current Location box ***/
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th { padding: 10px 15px!important;}
.navbar-header img { margin-top: 6px;}
.form-box label { text-transform: none!important;}
.store-detail-main .step-bg{ background-color:#eee!important; font-size:18px; }
span.required { color: #ff0000; display: inline-block!important; margin-bottom: 0;}
.report-bg {background-color: #f5f5f5; padding: 10px 15px; border-bottom:solid 1px #ddd; border-radius:5px 5px 0 0;}
.report-bg h4 { margin: 0; padding: 0; font-size: 16px; color: #666;}
.chart-bg {background-color: #fff; padding: 10px 15px; text-align: center; border-radius:0 0 5px 5px;}
.chart-box-main {border:solid 1px #ddd; margin-top: 20px; margin-bottom:10px; border-radius:5px; }
.chart-table-main table {background-color: #fff; text-align: left; }
.chart-table-main table td, .chart-table-main table th {border-top:0!important;}
.chart-table-main table tr:last-child td {border-bottom: 1px solid #ddd!important;}
.chart-table-main table th{border-bottom: 2px solid #ddd; color: #666;}
.chart-table-main .table-striped>tbody>tr:nth-of-type(odd) {background-color: #fff;}
.chart-table-main .table-striped>tbody>tr:nth-of-type(even) {background-color: #f5f5f5;}
.hiw-main p{margin-bottom: 15px; }
.hiw-main ul{ margin:0 0 0 20px; }
.dashboard-main{background-color: #fff; margin-top: 0; margin-bottom: 20px;}
.dashboard-main h2{ margin-top:10px; }
.alert ul{ margin:0 0 0 20px; }
@media screen and (max-width:1007px) {
	.navbar-header img { margin-left: 15px;}
}

.container{
	width: 95%;
}