/*
	@! AuthManager v3.0
	@@ User authentication and management web application
-----------------------------------------------------------------------------	
	** author: StitchApps
	** website: http://www.stitchapps.com
	** email: support@stitchapps.com
	** phone support: +91 9871084893
-----------------------------------------------------------------------------
	@@package: am_authmanager3.0
*/

body {
	/*position: relative;*/
    padding-top: 60px;
    padding-bottom: 20px;
    background-image: url("../images/back.gif");
}

#map_canvas {
    height: 300px;
    width: 500px;
    margin-top: 0.6em;
}


.pickup-point-hidden {
    display: none;
}
a.pickup-point-link:before{
    clear: both;
}
a.pickup-point-link {
    display: block;
    color: #111;
    text-decoration: none;
    font-size: 0.85em;
    text-decoration: underline;
}
a.pickup-point-link:hover {
    color: #000;
    text-decoration: underline;
    font-size: 0.85em;
}

.margin-bottom {
    margin-bottom: 20px;
}

.optional {
    font-style: italic;
}

.booknow, .booknow:hover{
    text-decoration: none;
    float: left;
    padding: 10px 20px 10px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #777777;
    text-shadow: 0 1px 0 #ffffff;
}



.profile-photo {
    float: left;
    width: 25px;
    height: 25px;
    margin-top: 6px;
    border: 1px solid #1e3972;
}

/* Custom Forms*/
.help-block,
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 0.8em;
    font-style: italic;
    color: #000;
}

.form-actions {
    background-color: transparent;
    border-top: 0px;
}

.form-inline  {
    text-align: center;
}

.form-inline label {
    margin-right: 15px;
    color: #000;
}

a.accordion-toggle:active,
a.accordion-toggle:visited,
a.accordion-toggle:hover,
a.accordion-toggle:link {
    /*color: #003bb3;*/
    color: #f7f7f7;
    font-weight: bold;
    font-size: larger;
    text-decoration: none;
}
/*
a.accordion-toggle
{
    color: #003399;
    font-weight: bold;
    text-decoration: no-underline;
}
*/








/* Sidenav */
/*
.bs-docs-sidenav {
    width: auto;
    margin-bottom: 20px;
}
.bs-docs-sidenav.affix {
    position: static;
    width: auto;
    top: 0;
}

*/

/* Sidenav for Docs
-------------------------------------------------- */
.bs-docs-sidenav {
    width: auto;
    margin: 20px 0 0;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
    display: block;
    *width: 190px;
    margin: 0 0 -1px;
    padding: 8px 14px;
    border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
    position: relative;
    z-index: 2;
    padding: 9px 15px;
    border: 0;
    text-shadow: 0 1px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}

/* Chevrons */

.bs-docs-sidenav .icon-chevron-right {
    float: right;
    margin-top: 2px;
    margin-right: -6px;
    opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
    background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
    opacity: .5;
}

.bs-docs-sidenav > .active > a > .icon-chevron-right,
.bs-docs-sidenav > .active > a:hover > .icon-chevron-right{
    background-image: url(../images/glyphicons-halflings-white.png);
    opacity: 1;
}

.accordion:before {
    display:block;
    content:"";
    height:50px;
    margin:-50px 0 0;
}

.bs-docs-sidebar {
    margin-top: 0px;
}

.pickup-point-backgr1 {
    padding-top: 19px;
    padding-bottom: 19px;
    background-color: #595959;
}
.pickup-point-backgr2 {
    padding-top: 19px;
    padding-bottom: 19px;
    background-color: #666666;
}
