﻿/*body {
}*/

.btn1-breadcrumb .btn1:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn1-breadcrumb .btn1:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/** The Spacing **/
.btn1-breadcrumb .btn1 {
  padding:6px 12px 6px 24px;
}
.btn1-breadcrumb .btn1:first-child {
  padding:10px 6px 6px 10px;
}
.btn1-breadcrumb .btn1:last-child {
  padding:6px 18px 6px 24px;
}

/** Default button **/
.btn1-breadcrumb .btn1.btn1-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn1-breadcrumb .btn1.btn1-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.btn1-breadcrumb .btn1.btn1-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}
.btn1-breadcrumb .btn1.btn1-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}

/** Primary button **/
.btn1-breadcrumb .btn1.btn1-primary:not(:last-child):after {
  border-left: 10px solid #428bca;
}
.btn1-breadcrumb .btn1.btn1-primary:not(:last-child):before {
  border-left: 10px solid #357ebd;
}
.btn1-breadcrumb .btn1.btn1-primary:hover:not(:last-child):after {
  border-left: 10px solid #3276b1;
}
.btn1-breadcrumb .btn1.btn1-primary:hover:not(:last-child):before {
  border-left: 10px solid #285e8e;
}

/** Success button **/
.btn1-breadcrumb .btn1.btn1-success:not(:last-child):after {
  border-left: 10px solid #5cb85c;
}
.btn1-breadcrumb .btn1.btn1-success:not(:last-child):before {
  border-left: 10px solid #4cae4c;
}
.btn1-breadcrumb .btn1.btn1-success:hover:not(:last-child):after {
  border-left: 10px solid #47a447;
}
.btn1-breadcrumb .btn1.btn1-success:hover:not(:last-child):before {
  border-left: 10px solid #398439;
}

/** Danger button **/
.btn1-breadcrumb .btn1.btn1-danger:not(:last-child):after {
  border-left: 10px solid #d9534f;
}
.btn1-breadcrumb .btn1.btn1-danger:not(:last-child):before {
  border-left: 10px solid #d43f3a;
}
.btn1-breadcrumb .btn1.btn1-danger:hover:not(:last-child):after {
  border-left: 10px solid #d2322d;
}
.btn1-breadcrumb .btn1.btn1-danger:hover:not(:last-child):before {
  border-left: 10px solid #ac2925;
}

/** Warning button **/
.btn1-breadcrumb .btn1.btn1-warning:not(:last-child):after {
  border-left: 10px solid #f0ad4e;
}
.btn1-breadcrumb .btn1.btn1-warning:not(:last-child):before {
  border-left: 10px solid #eea236;
}
.btn1-breadcrumb .btn1.btn1-warning:hover:not(:last-child):after {
  border-left: 10px solid #ed9c28;
}
.btn1-breadcrumb .btn1.btn1-warning:hover:not(:last-child):before {
  border-left: 10px solid #d58512;
}

/** Info button **/
.btn1-breadcrumb .btn1.btn1-info:not(:last-child):after {
  border-left: 10px solid #5bc0de;
}
.btn1-breadcrumb .btn1.btn1-info:not(:last-child):before {
  border-left: 10px solid #46b8da;
}
.btn1-breadcrumb .btn1.btn1-info:hover:not(:last-child):after {
  border-left: 10px solid #39b3d7;
}
.btn1-breadcrumb .btn1.btn1-info:hover:not(:last-child):before {
  border-left: 10px solid #269abc;
}

.btn1-default {
    color: #333;
    background-color: #fff;
    border-color: grey;
}

.btn1 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.btn1-group{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn1-breadcrumb .btn1:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    position: absolute;
    top: 50%;
    margin-top: -17px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

.btn1-group>.btn1, .btn1-group-vertical>.btn1 {
    position: inherit;
    float: left;
}

.glyphicon {
     position: relative; 
     top: 1px; 
     display: inline-block; 
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-home:before {
    content: "\e021";
}

