/** Home Page **/
body {
	padding-top: 0;
	padding-bottom: 40px;
	background-color: #d3d0d0;
}


@media (min-width: 979px){
    body {
            padding-top: 30px;
    }
}


/** Login Page **/
/* #login {
    padding-top: 40px;
    padding-bottom: 40px;
} */

#login .form-signin {
    max-width: 500px;
    padding: 60px 29px 76px;
  /*   margin: 0 auto 20px; */
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
#login .form-signin .form-signin-heading,
#login .form-signin .checkbox {
    margin-bottom: 10px;
}
#login .form-signin input[type="text"],
#login .form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}

/** 2 level sub menu **/
.dropdown-menu-with-subs .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu-with-subs li:hover .sub-menu {
  visibility: visible;
  display: block;
}

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}
.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}

/** Global **/
#content {
  margin-left:0px;
}
.hide-sidebar, .show-sidebar {
  cursor: pointer;
}
.padd-bottom {
  margin-bottom: 5px;
}
.breadcrumb {
	margin: 0 0 0px;
	padding: 10px 0px;
	background-color: transparent;
}

.block {
	border: 1px solid #ccc;
	background: white;
	margin: 1em 0em;
	border-top: none;
}

.block-content {
	margin: 1em;
	min-height: .25em;
}

.block-header {
	margin-bottom: 0px;
	border-right: none;
	border-left: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.block-header div {
	padding-top: 10px;
}

.easyPieChart {
	margin: 0px auto;
}

.chart-bottom-heading {
	margin-top: 5px;
	text-align: center;
}

/** Side Bar **/
.bs-docs-sidenav {
  max-width: 228px;
  margin: 0px 0 0;
  padding: 0;
  background-color: #373738;
  -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 \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border-bottom: 1px solid #5a5a5a;
  color: #fff;
}
.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: #262a4d;
}.bs-docs-sidenav > li > a i {color:#fff;}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  opacity: 1;
}
.bs-docs-sidenav.affix {
  top: 40px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}

/* Icons
------------------------- */
.the-icons {
  margin-left: 0;
  list-style: none;
}
.the-icons li {
  float: left;
  width: 25%;
  line-height: 25px;
}
.the-icons i:hover {
  background-color: rgba(255,0,0,.25);
}


.control-label .required {
  color: #e02222;
  font-size: 12px;
  padding-left: 2px;
}
textarea {
   resize: none;
}

.error{
	color:#b94a48;
/*  min-height: 20px; */
}
span.mandatory{
  color:#b94a48;
}
.submit-form-left-pad{
  padding-left: 156px !important;
}
.rider-pic{
  width:60px;
}
.rider-pic-large{
  width:120px;
}
.driver-pic{
  width:60px;
}
.driver-pic-large{
  width:120px;
}

.margin { margin: 0px !important }
.marginR0 { margin-right: 0px !important; }
.marginR5 { margin-right: 5px !important; }
.marginR10 { margin-right: 10px !important; }
.marginR15 { margin-right: 15px !important; }
.marginR20 { margin-right: 20px !important; }

.marginL5 { margin-left: 5px !important; }
.marginL10 { margin-left: 10px !important; }
.marginL15 { margin-left: 15px !important; }
.marginL20 { margin-left: 20px !important; }

.marginB5 { margin-bottom: 5px !important; }
.marginB10 { margin-bottom: 10px !important; }
.marginB15 { margin-bottom: 15px !important; }
.marginB20 { margin-bottom: 20px !important; }
.marginB30 { margin-bottom: 30px !important; }
.marginB40 { margin-bottom: 40px !important; }

.marginT5 { margin-top: 5px !important; }
.marginT10 { margin-top: 10px !important; }
.marginT15 { margin-top: 15px !important; }
.marginT20 { margin-top: 20px !important; }

.paddingL0 { padding-left: 0px; }

.paddinT5 { padding-top: 5px !important; }
.paddinT10 { padding-top: 10px !important; }
.paddinT15 { padding-top: 15px !important; }
.paddinT20 { padding-top: 20px !important; }
.paddinT25 { padding-top: 25px !important; }

.paddinB10 { padding-bottom: 10px !important; }

.padding10 { padding: 10px !important; }
.padding15 { padding: 15px !important; }

table.detail_table{font-size:13px;}
table.detail_table h1{font-size:16px;}
table.detail_table td{padding:7px; height:25px; border:1px solid #ccc;font-size:13px;}
table.detail_table h4{border-bottom: 1px solid #ccc;padding-bottom: 10px;}
table td.tbl-action a{padding-right:5px;}

.notification_text_area{margin: 0px; width: 745px; height: 131px;}

/* modified by Abhishek 2018-03-21 to remove blue color from font-awesome icons */
.fa{
	color:#000 !important;
}

/* modified by Abhishek 2018-03-23 to remove block icon from readonly fields*/
.readonly{
	cursor:pointer !important;
}

/* modified by Abhishek 2018-03-31 to fix height and width of icon images*/
.popup-icon-image{
	height:16px;
	width:16px;
}
.popup-document-image{
	height:50px;
	width:50px;
}
.bg-color{
	background-color:black;
	margin-bottom:20px;
padding-top: 15px;
    padding-bottom: 25px;
}
.bg-color h1{
	text-align:center;
	color:white;
      font-family: cursive;
    font-size: 70px;
}