html,body{
	height: 100%;
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none !important;
  }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* BODY--------------------------- */
body {
/*   font-family: 'Open Sans', sans-serif; */
  background: #333333; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#254841, #000000, #000000); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#254841, #000000, #000000); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#254841, #000000, #000000); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#254841, #000000, #000000); /* Standard syntax */
}

.navbar-default {
  background: #254841; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#254841, #254841, #254841); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#254841, #254841, #254841); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#254841, #254841, #254841); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#000000, #254841, #254841); /* Standard syntax */
}

.navbar-default .navbar-nav>li>a {
  color: #FFFFFF;		
}

.wrapper{ 
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  /*   border-top: 15px transparent #FFF; */
  padding-top: 15px;
}
.admin-wrapper{ 
   position:  relative;
   min-height:300px;  
   height:auto;
   
}
.dashboard-wrapper{ 
  position:  relative;
  min-height:300px;  
  height:auto;
}
.well.breadcrumb{
  margin-bottom: 0px;
  border-radius: 0px 0px 0px 0px;
  background: #009679;
  border: 1px solid #254841;
  border-top: 1px solid #009679;
}
.breadcrumb>.active {
    color: #fff;
}
/* HEADER------------------------- */
/* FOOTER------------------------- */

.main-content{
  background: #fff;
  border-bottom: 15px solid #009679;
}  
.main-part{
  float: left;
  width: 50%;
  margin-top: 40px;
  margin-bottom: 50px;
}
.vehicle-image-jumbotron {
  background: #ececec;
  box-shadow: 1px 1px 5px #717171;
}

.vehicle-image-jumbotron-title {
	color: #254841;
	text-shadow: 1px 1px #d2d6d5;
    font-size: 1.1em;
    font-weight: bold;
    padding: 5px;
}

/* ------------------------------- */
.clearfloat:before, .clearfloat:after {
  content: "";
  display: table;
}

.clearfloat:after {
  clear: both;
}

/* For IE 6/7 (triggers hasLayout) */
.clearfloat {
  *zoom: 1;
}

h1, h2, h3, h4, h5, h6 {
/*   font-family: 'Montserrat', sans-serif; */
  font-weight: bold;
}


.well.breadcrumb span {
	color: #FFFFFF;
	font-weight: bold;
}

.well.breadcrumb a:hover {
	color: #FFFFFF;
	font-weight: bold;
}

.well.breadcrumb a {
	color: #c4c6c8;
	font-weight: bold;
}

.status-active {
	color: #009679;
}
.status-inactive {
    color: #e74c3c;
}

.title-color {
	color: #716d65;
	text-shadow: 1px 1px #d2d6d5;
}

ul {
  margin-bottom: 0;
}

.list-inline > li {
  padding-left: 15px;
  padding-right: 15px;
}

.text-muted {
  color: #90939a;
}

.navbar {
  border: 0;
/*   box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26); */
}

.navbar-header {
  /* float: left; */
  padding-left: 15px;
}

.navbar-nav {
 /*  float: left; */
  margin: 0;
}
/*
.navbar-nav > li {
  float: left;
}
*/
.navbar-nav > li > a {
  padding: 15px;
}

.navbar-default {
/*   color: #fff;
  background: #fff; */
}

.navbar-default .navbar-brand {
 /* color: #333;
   background-color: #ffe939; */
}

.navbar-default .navbar-brand:hover {
/*   color: #ffe939;
  background-color: #333; */
}

.navbar-brand {
 /*  margin-left: -15px; */
  transition: 0.25s all;
} 

 .navbar-static-top {
  margin-bottom: 0px;
  z-index:10;
} 

.grid .ui-grid-row .red {
  	background-color: LightCoral;
}

.grid .ui-grid-row .yellow {
    color: inherit;
  	background-color: lightyellow !important;
}

.grid .ui-grid-row .delete {
  color: inherit;
  background-color: LightCoral !important;
}



.grid .ui-grid-row-selected .delete {
  color: inherit;
  background-color: IndianRed !important;
}

.grid .ui-grid-row .green {
  	color: #619e0a;
    font-weight: bold;
}

.panel {
  border-color: #cfd9D7;
  border-radius: 2px;
  box-shadow: 0 8px 17px rgba(0, 0, 0, .2);
}

.panel-default > .panel-heading {
  font-size: 85%;
  font-weight: bold;
  color: #444;
  text-transform: uppercase;
  background-color: #f6f6f6;
  border-color: #cfd9db;
}

.form-control {
  border-radius: 0;
}

.center-form {
  width: 330px;
  margin: 12% auto;
}

.signup-or-separator {
  position: relative;
  height: 34px;
  text-align: center;
  background: none;
}

.signup-or-separator hr {
  width: 90%;
  margin: -16px auto 10px auto;
  border-top: 1px solid #dce0e0;
}

.signup-or-separator .text {
  display: inline-block;
  padding: 8px;
  margin: 0;
  background-color: #fff;
}

.has-feedback .form-control-feedback {
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  color: #555;
}

.password-strength-indicator {
  position: absolute;
  top: 10px;
  right: 0;
  width: 5px;
  padding: 0 15px;
}

.password-strength-indicator span {
  display: block;
  width: 5px;
  height: 5px;
  margin-bottom: 2px;
  background: #ebeef1;
  border-radius: 5px;
}

[class^='ion-'] {
  font-size: 1.2em;
}

.has-feedback .form-control {
  padding-left: 42.5px;
}

.alert-material {
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  display: inline-block;
  min-height: 48px;
  padding: 13px 24px 12px;
/*   font-family: 'Roboto', sans-serif; */
  color: #f1f1f1;
  cursor: default;
  background: #323232;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.profile-picture {
  height: 100px;
  display: block;
}

.logo {
    padding: 5px;
}

a.logo_link {
    cursor: pointer;
}

.bdq-btn-table {
	width: 93px;
}

.bdq-btn-standart {
	width: 100px;
}

.bdq-btn-standart-plus {
	width: 120px;
}

.bdq-btn-large {
	width: 140px;
}

.bdq-btn-small {
	width: 60px;
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important;
}

.bdq-btn-group-standart {
	width: 180px;
}

.bdq-btn-group-standart > .btn {
	width: 50%;
}

.bdq-blends-label {
	padding: 6px 11px 6.5px;
	background-color: #FFFFFF;
	border: 2px solid grey;
	border-radius: 5px;
	white-space: nowrap;
	overflow: hidden;
}

.bdq-damaged-part {
	background-color: #94b0da !important;
	color: #000000;
}

.bdq-replace-part {
	background-color: #94b0da !important;
	color: #000000;
}

.bdq-replaceble-part {
	font-style: italic;
}

body,
md-content {
  background-color: #ffffff !important;
}

body > md-toolbar {
  z-index: 3;
}

md-toolbar.md-table-toolbar.alternate {
  color: #1e88e5;
  background-color: #e3f2fd;
}

md-toolbar.md-table-toolbar.alternate .md-toolbar-tools {
  font-size: 16px;
}

md-card:first-child {
  padding: 8px 8px 8px 24px;
}

.checkboxes > md-checkbox {
  margin: 0;
  padding: 16px;
  min-width: 200px;
  flex: 0 0 auto;
}

.btn-danger { 
	background-image: linear-gradient(#ff0000, #ff0000 60%, #ff0000);
    border: thin solid #6c2a29;
}


/* table, th , td { */
/*   border: 1px solid grey; */
/*   border-collapse: collapse; */
/*   padding: 5px; */
/* } */
/* table tr:nth-child(odd) { */
/*   background-color: #f1f1f1; */
/* } */
/* table tr:nth-child(even) { */
/*   background-color: #ffffff; */
/* } */

/* .btn { */
/*   font-weight: bold; */
/*   border-radius: 2px; */
/*   box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26); */
/* } */

/* .btn-primary { */
/*   background-color: #4285f4; */
/* } */

/* .btn-primary:hover { */
/*   background-color: #3367d6; */
/* } */

/* .btn-success { */
/*   background-color: #0f9d58; */
/* } */

/* .btn-success:hover { */
/*   background-color: #196c4a; */
/* } */

/* .btn-danger { */
/*   background-color: #db4437; */
/* } */

/* .btn-danger:hover { */
/*   background-color: #b04c3b; */
/* } */

/* .btn-group-vertical .btn { */
/*   margin-bottom: 10px; */
/* } */

/* .btn-group-vertical > .btn:first-child:not(:last-child) { */
/*   border-radius: 2px; */
/* } */

/* .btn-group-vertical > .btn:not(:first-child):not(:last-child) { */
/*   border-radius: 2px; */
/* } */

/* .btn-group-vertical > .btn:last-child:not(:first-child) { */
/*   border-radius: 2px; */
/* } */

/* .btn-lg { */
/*   font-size: 14px; */
/* } */

/* .btn [class^='ion-'] { */
/*   margin-right: 5px; */
/* } */

/* .btn .fa { */
/*   margin-right: 5px; */
/* } */

/*********************
* Social Buttons
*********************/

.btn-google-plus {
  color: #fff;
  background-color: #dd4b39;
  border: 1px solid #d54331;
}

.btn-google-plus:hover,
.btn-google-plus:focus {
  color: #fff;
  background-color: #cb3927;
}

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border: 1px solid #335190;
}

.btn-facebook:hover,
.btn-facebook:focus {
  color: #fff;
  background-color: #294786;
}

/*********************
* Animations
*********************/

.fadeZoom.ng-enter {
  -webkit-animation-duration: 0.6s, 0.2s;
  -moz-animation-duration: 0.2s, 0.2s;
  -ms-animation-duration: 0.2s, 0.2s;
  animation-duration: 0.2, 0.2s;
  -webkit-animation-name: fadeIn, zoomIn;
  -moz-animation-name: fadeIn, zoomIn;
  -ms-animation-name: fadeIn, zoomIn;
  animation-name: fadeIn, zoomIn;
}

.fadeZoomFadeDown.ng-enter {
  -webkit-animation-duration: 0.2s, 0.2s;
  -moz-animation-duration: 0.2s, 0.2s;
  -ms-animation-duration: 0.2s, 0.2s;
  animation-duration: 0.2s, 0.2s;
  -webkit-animation-name: fadeIn, zoomIn;
  -moz-animation-name: fadeIn, zoomIn;
  -ms-animation-name: fadeIn, zoomIn;
  animation-name: fadeIn, zoomIn;
}

.fadeZoomFadeDown.ng-leave {
  -webkit-animation: fadeOutDown 0.2s;
  -moz-animation: fadeOutDown 0.2s;
  -ms-animation: fadeOutDown 0.2s;
  animation: fadeOutDown 0.2s;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -moz-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -moz-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }

  50% {
    opacity: 1;
  }
}

#loading-bar .bar {
background: #009679;
height: 5px;
}

#loading-bar-spinner .spinner-icon {
width: 18px;
height: 18px;
border: solid 4px transparent;
border-top-color: #009679;
border-left-color: #009679;
border-radius: 10px;
}

.fieldset{
	border: solid 1px #DDD !important;
	padding: 0 10px 10px 10px;
	border-bottom: none;
}
.legend{
	width: auto !important;
	border: none;
	font-size: 14px;
}

.btn {
     border-width: 0px; 
}
.ui-grid-cell-contents {
    padding: 4px;
 }
.damage-location-alert{
	background-color:#e8fffa;
	border-color:#009679;
	color:#009679;
}
.damage-location-alert hr{
	border-top-color:rgba(0,0,0,0)
}
.damage-location-alert .alert-link{
	color:#e6e6e6
}


/*media queries--------------------*/

@media only screen and (max-width: 1000px) {
  .main-part{width: 100%; float: none; margin-bottom: -30px;margin-top: 30px;}
}
@media only screen and (max-width: 800px) {
  .main-part{margin-bottom: -20px;}
}
@media(min-width: 600px) {
    #vehicleFieldset{width:545px;}
}
@media(max-width: 599px) {
    #vehicleFieldset{width:100%;}
}

@media only screen and (min-width:320px) {
	/* smartphones, iPhone, portrait 480x320 phones */ 
	.wrapper{max-width: 90%;}
	.container-fluid{max-width: 100%;}
	.container{max-width: 100%;}
}
@media only screen and (min-width:481px) {
	/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 
}
@media only screen and (min-width:641px) {
	/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
}
@media only screen and (min-width:961px) {
	/* tablet, landscape iPad, lo-res laptops ands desktops */ 
}
@media only screen and (min-width:1025px) {
	/* big landscape tablets, laptops, and desktops */
}
@media only screen and (min-width:1281px){
	/* hi-res laptops and desktops */
}