#vehicle_list_filter
{
text-align: right;
}
.preview {
    border-radius: 3px !important;
    float: left;
    margin-left: 13px;
    position: relative;
    text-align: center;
    width: 48% !important;  
}
.imp_note > li
{
width: 100%; text-align: left;  
}
.lb
{
    border-bottom: 3px solid teal;
    border-radius: 10px;
    border-top: 3px solid teal;
    color: teal;
    font-size: 19px;
    margin-bottom: 17px;
    padding: 10px;
    text-align: center;
}
body {
	padding: 70px 0px 0px 220px;
	font-family: arial;
	overflow-x:hidden;
  transition: all ease-in-out .6s;
  background: url(../images/paper.png);
}
.padding {
  padding: 0px !important;
}
.table-responsive {
  border: 0px solid transparent;
}
.btn {
  position: relative;
  border-radius: 3px !important;
  width: 100% !important;
}
.btn99 {
  position: relative;
  border-radius: 3px !important;
  width: 98% !important;
}
table {
  max-width: 100%;
  overflow: hidden;
}
table .btn {
    position: relative;
    margin: 1px 1px;
    padding: 3px 6px;
    float: left;
    width: 31% !important;
}
#dataTables-example_wrapper .row:nth-child(2) {
  margin: 10px 0px;
}
.col-sm-12 {
  overflow: auto;
  padding: 0px;
}
@media(max-width: 768px){
	body {
		padding: 70px 0px 0px 0px;
	}
}
/*::-webkit-scrollbar{
	width:10px;
	height:10px
}
::-webkit-scrollbar-track{
	background: #fff;
  width:1px;
}
::-webkit-scrollbar-thumb{
	background:#444;
	border-radius:50px;
	border: 2px solid #fff;
  width: 10px;
}
::-webkit-scrollbar-thumb:hover{
	background:#666;
	cursor:pointer
}
::-webkit-scrollbar-thumb:active{
	background:#888
}*/
.container {
	max-width: 100%;
}
@media (min-width: 1300px) {
  .container {
    width: 90%;
  }
}
.panel {
  float: left;
  width: 100%;
  /* margin-top: 5px; */
  border-color: #2e3434;
}
.panel-heading {
	padding: 0px !important;
  border: 0px solid transparent !important;
  background: transparent !important;
  background-color: transparent !important;
}
.panel-heading h1 {
	text-align: center;
  background: #2e3434;
  color: #fff;
  margin: 0px;
  padding: 15px 0px;
  /*border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;*/
}
.panel-body {
	background: #fff;
  border-radius: 3px;
  overflow: auto;
}
label {
	text-transform: capitalize;
  color: #2e3434;
  width: 100%;
}
label:not(table label) {
  padding: 0px 1%;
}
.form-group {
	padding: 0px 5px;
	float: left;
	width: 100%;
}
.half {
	width: 50%;
	float: left;
}
.form-control {
  border-color: #2e3434;
  color: #2e3434;
  border-radius: 0px !important
}
.form-control:focus {
  box-shadow: 0px 0px 6px rgba(28, 139, 97, 0.7);
  border-color: #2e3434;
}
.radio input[type="radio"] {
  width: 100%;
  margin-top: 0px;
  cursor: pointer;
  height: 20px;
}
.btn-block {
	width: 98% !important;
	margin: 0px auto;
}
.border-bottom {
	border-bottom: 1px solid #bbb;
	padding-bottom: 20px;
}
.alert {
	padding: 10px !important;
	border: 0px;
	width: 40%;
	margin: 0px auto 15px auto;
	text-align: center;
  box-shadow: 0px 0px 2px;
}
.alert1 {
    border: 0 none;
    box-shadow: 0 0 2px;
    margin: 20px 11px;
    padding: 10px !important;
    text-align: center;
    width: 97.5%;
}
.alert-success h3 {
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.file-up {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.logo {
	width: 100%;
	padding: 10px;
}
.table {
  border: 1px solid #2e3434;
  color: #2e3434;
  font-size: 12px;
  text-align: center !important;
  overflow: auto;
}
.table td {
	vertical-align: middle !important;
  border-color: #2e3434 !important;
  padding: 3px 8px !important;
}
.table th {
  vertical-align: middle !important;
  border-color: #2e3434 !important;
}

.table form {
  margin-bottom: 0px !important;
}
.check {
	font-size: 17px;
	float: left;
	width: 100%;
}
.select {
  width: 33.33% !important;
  float: left;
  padding: 4px;
  margin-left: -1px;
}
@media (min-width: 850px) {
  #dataTables-example_filter label {
   float: right;
   width: auto !important;
  }
  #dataTables-example_filter input[type="search"] {
    margin-left: 10px;
  }
}
.dataTables_info {
  float: left;
  color: #2e3434;
  margin-top: 8px;
}
.pagination {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.dataTables_paginate {
  float: right;
}
.disabled a {
  cursor: pointer !important;
}
.disabled a:hover {
  border-color: rgb(199, 30, 30) !important;
  background: #fff !important;
  color: rgb(199, 30, 30) !important;
}
.pagination > .active > a {
  background: #2e3434 !important;
  border-color: #2e3434 !important;
  color: #fff !important;
}
.pagination > li > a {
  border-color: #2e3434 !important;
  text-align: center;
  color: #2e3434;
}
.pagination > li > a .fa {
  position: absolute;
  top: 2px;
  bottom: 2px;
  line-height: 27px;
  left: 0px;
  right: 0px;
  background: #fff;
  width: 100%;
}
.pagination > li > a:hover {
  background: #2e3434 ;
  color: #fff;
}
.pagination > li > a .fa:hover {
  color: #fff;
  background: #2e3434;
}
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  outline: 0 !important;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}
.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}
input[type="checkbox"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after {
  color: #fff;
}
