﻿.btn
{
    font-family: 'Open Sans';
    border-radius: 5px !important;
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn:active,
.btn.active {
  background-image: none;
}

/* Button with green bg
---------------------------------- */
.btn-green {
    background-color: #717b2d;
    border-color: #717b2d;
    color: #fff;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
    background-color: #555C23;
    border-color: #555C23;
    color: #fff;
}

.btn-clear-green {
	background-color: transparent;
	color: #717b2d;
	border: 1px solid #717b2d;
}
.btn-clear-green:hover,
.btn-clear-green:focus,
.btn-clear-green:active,
.btn-clear-green.active,
.open .dropdown-toggle.btn-clear-green {
	color: #fff;
	background-color: #717b2d;
	border-color: #717b2d;
}

/* Button with orange bg
---------------------------------- */
.btn-orange {
    background-image: -webkit-linear-gradient(top, #ec7a08 0%, #d16d08 100%);
    background-image:      -o-linear-gradient(top, #ec7a08 0%, #d16d08 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ec7a08), to(#d16d08));
    background-image:         linear-gradient(to bottom, #ec7a08 0%, #d16d08 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec7a08', endColorstr='#ffd16d08', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-color: #ec7a08;
    background-repeat: repeat-x;
    border-color: #d97008;
	color: #fff;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #ff850a 0%, #d16d08 100%);
    background-image:      -o-linear-gradient(top, #ff850a 0%, #d16d08 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ec7a08), to(#d16d08));
    background-image:         linear-gradient(to bottom, #ff850a 0%, #d16d08 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff850a', endColorstr='#ffd16d08', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-color: #ff850a;
	border-color: #f27a09;
}

/* Button with clear orange bg
---------------------------------- */
.btn-blue {
    background-color: #21578a;
	color: #fff;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
	background-color: #1C4973;
	color: #fff;
}

.btn-clear-blue {
	background-color: transparent;
	color: #1e4f7d;
	border: 1px solid #21578a;
}
.btn-clear-blue:hover,
.btn-clear-blue:focus,
.btn-clear-blue:active,
.btn-clear-blue.active,
.open .dropdown-toggle.btn-clear-blue {
	color: #fff;
	background-color: #21578a;
	border-color: #21578a;
}

/* Button with red bg
---------------------------------- */
.btn-red {
	background-color: #983222;
	color: #fff;
	border: 1px solid #983222;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.open .dropdown-toggle.btn-red {
	color: #fff;
	background-color: #b33b28;
	border-color: #b33b28;
}

/* Button with light blue bg
---------------------------------- */
.btn-light-blue {
	background-color: #bae3e0;
	color: #333;
	border: 1px solid #bae3e0;
}
.btn-light-blue:hover,
.btn-light-blue:focus,
.btn-light-blue:active,
.btn-light-blue.active,
.open .dropdown-toggle.btn-light-blue {
	color: #000;
	background-color: #c6f2ee;
	border-color: #c6f2ee;
}

/* Button with clear orange bg
---------------------------------- */
.btn-clear-orange {
	background-color: transparent;
	color: #d97008;
	border: 1px solid #d97008;
}
.btn-clear-orange:hover,
.btn-clear-orange:focus,
.btn-clear-orange:active,
.btn-clear-orange.active,
.open .dropdown-toggle.btn-clear-orange {
	color: #fff;
	background-color: #cc6a07;
	border-color: #cc6a07;
}

/* Button with purple bg
---------------------------------- */
.btn-purple {
    
    background-color: #80379B;
	color: #fff;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
	color: #fff;
	background-color: #b24ed9;
	border-color: #80379B;
}

/* Button with clear purple bg
---------------------------------- */
.btn-clear-purple {
	background-color: transparent;
	color: #80379B;
	border: 1px solid #80379B;
}
.btn-clear-purple:hover,
.btn-clear-purple:focus,
.btn-clear-purple:active,
.btn-clear-purple.active,
.open .dropdown-toggle.btn-clear-purple {
	color: #fff;
	background-color: #80379B;
	border-color: #80379B;
}

.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-color: #f7f7f7;
  background-repeat: repeat-x;
  border-color: #ccc;
  color: #333;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
  border-color: #bbb;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #e0e0e0;
    border-color: #bbb;
}

.btn-primary {
  background-image: -webkit-linear-gradient(top, #21578a 0%, #153859 100%);
  background-image:      -o-linear-gradient(top, #21578a 0%, #153859 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#21578a), to(#153859));
  background-image:         linear-gradient(to bottom, #21578a 0%, #153859 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff21578a', endColorstr='#ff153859', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #133350;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #153859;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #153859;
  border-color: #133350;
}
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #153859;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success:disabled,
.btn-success[disabled] {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info:disabled,
.btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #ec7a08 0%, #b15b06 100%);
  background-image:      -o-linear-gradient(top, #ec7a08 0%, #b15b06 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ec7a08), to(#b15b06));
  background-image:         linear-gradient(to bottom, #ec7a08 0%, #b15b06 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec7a08', endColorstr='#ffb15b06', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #a75606;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #b15b06;
  border-color: #a75606;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #b15b06;
  border-color: #a75606;
}
.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #b15b06;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #983222 0%, #662217 100%);
  background-image:      -o-linear-gradient(top, #983222 0%, #662217 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#983222), to(#662217));
  background-image:         linear-gradient(to bottom, #983222 0%, #662217 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff983222', endColorstr='#ff662217', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #5e1f15;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #662217;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #662217;
  border-color: #5e1f15;
}
.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #662217;
  background-image: none;
}
.btn-gray {
	color: #fff;
	background-color: #666666;
	border-color: #666666;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
	color: #ffffff;
	background-color: #333;
	border-color: #333;
}

.btn-clear-gray {
    background-color: transparent;
    color: #939598;
    border: 2px solid #939598;
}

.btn-clear-gray:hover,
.btn-clear-gray:focus,
.btn-clear-gray:active,
.btn-clear-gray.active {
    color: #939598;
    background-color: #222;
    border-color: #666;
}

.input-group-btn .btn {
    height: 40px;
    box-shadow: none;
    webkit-box-shadow: none;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}