form {
  margin: 0 0 20px;
}
legend {
  border-bottom: 3px solid #eee;
}
input,
textarea {
  width: 210px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
  box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
  -moz-transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
  -o-transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
  transition: border linear .2s, box-shadow linear .2s, width 0.7s ease 0s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #bbbbbb;
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(0,0,0,.25);
  -moz-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(0,0,0,.25);
  box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(0,0,0,.25);
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  line-height: 30px;
}
select {
  width: 220px;
  position: relative;
  -webkit-appearance: button;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  background-color: #34495e;
  font-weight: normal;
  overflow: hidden;
  -webkit-transition: box-shadow 200ms, border-color 200ms;
  -moz-transition: box-shadow 200ms, border-color 200ms;
  transition: box-shadow 200ms, border-color 200ms;
  white-space: nowrap;
  height: 40px;
  color: white;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  background-image: url(../../../templates/ot_mazi/images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: 190px center;
}
select[multiple],
select[size] {
  height: auto;
}
.radio,
.checkbox {
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  padding-top: 5px;
  margin-bottom: 0;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.radio.btn-group input[type=radio] {
  display: none;
}
.radio.btn-group > label:first-of-type {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
fieldset.radio.btn-group {
  padding-left: 0;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #eee;
  border-top: 1px solid #eee;
}
.help-block,
.help-inline {
  color: #4f6f8f;
}
.help-block {
  margin-bottom: 10px;
}
.input-append,
.input-prepend {
  margin-bottom: 5px;
}
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  margin-bottom: 0;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
}
.form-horizontal .control-label {
  width: 180px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  margin-left: 220px;
}
.form-horizontal .help-block {
  margin-top: 10px;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
.form-vertical .control-label {
  float: none;
  width: auto;
  padding-right: 0;
  padding-top: 0;
  text-align: left;
}
.form-vertical .controls {
  margin-left: 0;
}
.btn,
.button,
button {
  padding: 4px 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.1);
  color: #34495e;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top,#ffffff,#eee);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#eee));
  background-image: -webkit-linear-gradient(top,#ffffff,#eee);
  background-image: -o-linear-gradient(top,#ffffff,#eee);
  background-image: linear-gradient(to bottom,#ffffff,#eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  border-color: #eee #eee #c8c8c8;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled],
.button:hover,
.button:focus,
.button:active,
.button.active,
.button.disabled,
.button[disabled],
button:hover,
button:focus,
button:active,
button.active,
button.disabled,
button[disabled] {
  color: #34495e;
  background-color: #eee;
  *background-color: #e1e1e1;
}
.btn:active,
.btn.active,
.button:active,
.button.active,
button:active,
button.active {
  background-color: #d5d5d5 \9;
}
.btn:hover,
.btn a.btn:hover,
.button:hover,
.button a.btn:hover,
button:hover,
button a.btn:hover {
  text-decoration: none;
  background-color: #eee;
}
.btn:focus,
.btn a.btn:focus,
.button:focus,
.button a.btn:focus,
button:focus,
button a.btn:focus {
  outline: 0;
}
.btn.active,
.btn:active,
.btn a.btn:active,
.button.active,
.button:active,
.button a.btn:active,
button.active,
button:active,
button a.btn:active {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-large {
  padding: 9px 14px;
  font-size: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.5);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.5);
}
.btn-small {
  padding: 3px 9px;
  font-size: 15px;
}
.btn-mini {
  padding: 2px 5px;
  font-size: 14px;
}
.btn-micro {
  padding: 3px 4px;
  font-size: 11px;
  line-height: 10px;
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #e98e3d;
  background-image: -moz-linear-gradient(top,#eb9950,#E67E22);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#eb9950),to(#E67E22));
  background-image: -webkit-linear-gradient(top,#eb9950,#E67E22);
  background-image: -o-linear-gradient(top,#eb9950,#E67E22);
  background-image: linear-gradient(to bottom,#eb9950,#E67E22);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeb984f', endColorstr='#ffe67e22', GradientType=0);
  border-color: #E67E22 #E67E22 #a85913;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #E67E22;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #E67E22;
  *background-color: #d67118;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #bf6516 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #f4a82f;
  background-image: -moz-linear-gradient(top,#f5b043,#f39c12);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f5b043),to(#f39c12));
  background-image: -webkit-linear-gradient(top,#f5b043,#f39c12);
  background-image: -o-linear-gradient(top,#f5b043,#f39c12);
  background-image: linear-gradient(to bottom,#f5b043,#f39c12);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5b042', endColorstr='#fff39c12', GradientType=0);
  border-color: #f39c12 #f39c12 #b06f09;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #f39c12;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f39c12;
  *background-color: #e08e0b;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c87f0a \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #eb0000;
  background-image: -moz-linear-gradient(top,#ff0000,#c00);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ff0000),to(#c00));
  background-image: -webkit-linear-gradient(top,#ff0000,#c00);
  background-image: -o-linear-gradient(top,#ff0000,#c00);
  background-image: linear-gradient(to bottom,#ff0000,#c00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0000', endColorstr='#ffcc0000', GradientType=0);
  border-color: #c00 #c00 #800000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #c00;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #c00;
  *background-color: #b30000;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #990000 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #7ab800;
  background-image: -moz-linear-gradient(top,#88cc00,#690);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#88cc00),to(#690));
  background-image: -webkit-linear-gradient(top,#88cc00,#690);
  background-image: -o-linear-gradient(top,#88cc00,#690);
  background-image: linear-gradient(to bottom,#88cc00,#690);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff87cc00', endColorstr='#ff669900', GradientType=0);
  border-color: #690 #690 #334d00;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #690;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #690;
  *background-color: #558000;
}
.btn-success:active,
.btn-success.active {
  background-color: #446600 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #00b0eb;
  background-image: -moz-linear-gradient(top,#00bfff,#09c);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#00bfff),to(#09c));
  background-image: -webkit-linear-gradient(top,#00bfff,#09c);
  background-image: -o-linear-gradient(top,#00bfff,#09c);
  background-image: linear-gradient(to bottom,#00bfff,#09c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00bfff', endColorstr='#ff0099cc', GradientType=0);
  border-color: #09c #09c #006080;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #09c;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #09c;
  *background-color: #0086b3;
}
.btn-info:active,
.btn-info.active {
  background-color: #007399 \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #535353;
  background-image: -moz-linear-gradient(top,#5e5e5e,#444);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5e5e5e),to(#444));
  background-image: -webkit-linear-gradient(top,#5e5e5e,#444);
  background-image: -o-linear-gradient(top,#5e5e5e,#444);
  background-image: linear-gradient(to bottom,#5e5e5e,#444);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5d5d5d', endColorstr='#ff444444', GradientType=0);
  border-color: #444 #444 #1e1e1e;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #444;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #444;
  *background-color: #373737;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #2b2b2b \9;
}
.ot-btn-default,
.ot-btn-orange,
.ot-btn-blue,
.ot-btn-green,
.ot-btn-red,
.ot-btn-yellow,
.ot-btn-gray,
.ot-btn-black {
  margin: 0 5px 5px 0;
  border: 1px solid #ddd;
  display: inline-block;
  background-color: #f7f7f7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.15);
  -moz-box-shadow: inset 0 1px rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.15);
  box-shadow: inset 0 1px rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.15);
  text-shadow: 0 0 0 rgba(255,255,255,0.75);
}
.ot-btn-default:hover,
.ot-btn-default:focus,
.ot-btn-orange:hover,
.ot-btn-orange:focus,
.ot-btn-blue:hover,
.ot-btn-blue:focus,
.ot-btn-green:hover,
.ot-btn-green:focus,
.ot-btn-red:hover,
.ot-btn-red:focus,
.ot-btn-yellow:hover,
.ot-btn-yellow:focus,
.ot-btn-gray:hover,
.ot-btn-gray:focus,
.ot-btn-black:hover,
.ot-btn-black:focus {
  text-decoration: none;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.ot-btn-default {
  color: #fff;
  text-shadow: 0 0 0 rgba(255,255,255,0.75);
  background-color: #34495e;
  background-image: -moz-linear-gradient(top,#34495e,#34495e);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#34495e),to(#34495e));
  background-image: -webkit-linear-gradient(top,#34495e,#34495e);
  background-image: -o-linear-gradient(top,#34495e,#34495e);
  background-image: linear-gradient(to bottom,#34495e,#34495e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff34495e', endColorstr='#ff34495e', GradientType=0);
  border-color: #34495e #34495e #19232d;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #34495e;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: solid 1px #22303d;
}
.ot-btn-default:hover,
.ot-btn-default:focus,
.ot-btn-default:active,
.ot-btn-default.active,
.ot-btn-default.disabled,
.ot-btn-default[disabled] {
  color: #fff;
  background-color: #34495e;
  *background-color: #2b3c4e;
}
.ot-btn-default:active,
.ot-btn-default.active {
  background-color: #22303d \9;
}
.ot-btn-default:hover,
.ot-btn-default:focus {
  color: white;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #2b3c4e;
  background-image: -moz-linear-gradient(top,#2b3c4e,#2b3c4e);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#2b3c4e),to(#2b3c4e));
  background-image: -webkit-linear-gradient(top,#2b3c4e,#2b3c4e);
  background-image: -o-linear-gradient(top,#2b3c4e,#2b3c4e);
  background-image: linear-gradient(to bottom,#2b3c4e,#2b3c4e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2a3c4d', endColorstr='#ff2a3c4d', GradientType=0);
  border-color: #2b3c4e #2b3c4e #10161c;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #2b3c4e;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.ot-btn-default:hover:hover,
.ot-btn-default:hover:focus,
.ot-btn-default:hover:active,
.ot-btn-default:hover.active,
.ot-btn-default:hover.disabled,
.ot-btn-default:hover[disabled],
.ot-btn-default:focus:hover,
.ot-btn-default:focus:focus,
.ot-btn-default:focus:active,
.ot-btn-default:focus.active,
.ot-btn-default:focus.disabled,
.ot-btn-default:focus[disabled] {
  color: #fff;
  background-color: #2b3c4e;
  *background-color: #22303d;
}
.ot-btn-default:hover:active,
.ot-btn-default:hover.active,
.ot-btn-default:focus:active,
.ot-btn-default:focus.active {
  background-color: #19232d \9;
}
.ot-btn-default.active {
  border: solid 1px #34495e;
  -webkit-box-shadow: inset 0 0 rgba(255,255,255,.3), 0 0 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 0 0 rgba(255,255,255,.3), 0 0 0 rgba(0,0,0,.15);
  box-shadow: inset 0 0 rgba(255,255,255,.3), 0 0 0 rgba(0,0,0,.15);
}
.ot-btn-orange {
  color: #fff;
  text-shadow: 0 0 0 rgba(255,255,255,0.75);
  background-color: #e67e22;
  background-image: -moz-linear-gradient(top,#e67e22,#e67e22);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#e67e22),to(#e67e22));
  background-image: -webkit-linear-gradient(top,#e67e22,#e67e22);
  background-image: -o-linear-gradient(top,#e67e22,#e67e22);
  background-image: linear-gradient(to bottom,#e67e22,#e67e22);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe67e22', endColorstr='#ffe67e22', GradientType=0);
  border-color: #e67e22 #e67e22 #a85913;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #e67e22;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: solid 1px #bf6516;
}
.ot-btn-orange:hover,
.ot-btn-orange:focus,
.ot-btn-orange:active,
.ot-btn-orange.active,
.ot-btn-orange.disabled,
.ot-btn-orange[disabled] {
  color: #fff;
  background-color: #e67e22;
  *background-color: #d67118;
}
.ot-btn-orange:active,
.ot-btn-orange.active {
  background-color: #bf6516 \9;
}
.ot-btn-orange:hover,
.ot-btn-orange:focus {
  color: white;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #d35400;
  background-image: -moz-linear-gradient(top,#d35400,#d35400);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#d35400),to(#d35400));
  background-image: -webkit-linear-gradient(top,#d35400,#d35400);
  background-image: -o-linear-gradient(top,#d35400,#d35400);
  background-image: linear-gradient(to bottom,#d35400,#d35400);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd35400', endColorstr='#ffd35400', GradientType=0);
  border-color: #d35400 #d35400 #873600;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #d35400;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.ot-btn-orange:hover:hover,
.ot-btn-orange:hover:focus,
.ot-btn-orange:hover:active,
.ot-btn-orange:hover.active,
.ot-btn-orange:hover.disabled,
.ot-btn-orange:hover[disabled],
.ot-btn-orange:focus:hover,
.ot-btn-orange:focus:focus,
.ot-btn-orange:focus:active,
.ot-btn-orange:focus.active,
.ot-btn-orange:focus.disabled,
.ot-btn-orange:focus[disabled] {
  color: #fff;
  background-color: #d35400;
  *background-color: #ba4a00;
}
.ot-btn-orange:hover:active,
.ot-btn-orange:hover.active,
.ot-btn-orange:focus:active,
.ot-btn-orange:focus.active {
  background-color: #a04000 \9;
}
.ot-btn-orange.active {
  border: solid 1px #e67e22;
  -webkit-box-shadow: inset 0 0 rgba(255,255,255,.3), 0 0 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 0 0 rgba(255,255,255,.3), 0 0 0 rgba(0,0,0,.15);
  box-shadow: inset 0 0 rgba(255,255,255,.3), 0 0 0 rgba(0,0,0,.15);
}
.ot-btn-blue {
  color: #fff;
  text-shadow: 0 0 0 rgba(255,255,255,0.75);
  background-color: #2980b9;
  background-image: -moz-linear-gradient(top,#2980b9,#2980b9);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#2980b9),to(#2980b9));
  background-image: -webkit-linear-gradient(top,#2980b9,#2980b9);
  background-image: -o-linear-gradient(top,#2980b9,#2980b9);
  background-image: linear-gradient(to bottom,#2980b9,#2980b9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2980b9', endColorstr='#ff2980b9', GradientType=0);
  border-color: #2980b9 #2980b9 #1b557a;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #2980b9;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: solid 1px #20638f;
}
.ot-btn-blue:hover,
.ot-btn-blue:focus,
.ot-btn-blue:active,
.ot-btn-blue.active,
.ot-btn-blue.disabled,
.ot-btn-blue[disabled] {
  color: #fff;
  background-color: #2980b9;
  *background-color: #2472a4;
}
.ot-btn-blue:active,
.ot-btn-blue.active {
  background-color: #20638f \9;
}
.ot-btn-blue:hover,
.ot-btn-blue:focus {
  color: white;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #3498db;
  background-image: -moz-linear-gradient(top,#3498db,#3498db);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#3498db),to(#3498db));
  background-image: -webkit-linear-gradient(top,#3498db,#3498db);
  background-image: -o-linear-gradient(top,#3498db,#3498db);
  background-image: linear-gradient(to bottom,#3498db,#3498db);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3498db', endColorstr='#ff3498db', GradientType=0);
  border-color: #3498db #3498db #1d6fa5;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #3498db;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.ot-btn-blue:hover:hover,
.ot-btn-blue:hover:focus,
.ot-btn-blue:hover:active,
.ot-btn-blue:hover.active,
.ot-btn-blue:hover.disabled,
.ot-btn-blue:hover[disabled],
.ot-btn-blue:focus:hover,
.ot-btn-blue:focus:focus,
.ot-btn-blue:focus:active,
.ot-btn-blue:focus.active,
.ot-btn-blue:focus.disabled,
.ot-btn-blue:focus[disabled] {
  color: #fff;
  background-color: #3498db;
  *background-color: #258cd1;
}
.ot-btn-blue:hover:active,
.ot-btn-blue:hover.active,
.ot-btn-blue:focus:active,
.ot-btn-blue:focus.active {
  background-color: #217dbb \9;
}
.ot-btn-blue.active {
  border: solid 1px #2980b9;
  -webkit-box-shadow: inset 0 0 rgba(255,255,255,.3), 0 0 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 0 0 rgba(255,255,255,.3), 0 0 0 rgba(0,0,0,.15);
  box-shadow: inset 0 0 rgba(255,255,255,.3), 0 0 0 rgba(0,0,0,.15);
}
.ot-btn-green {
  color: #fff;
  text-shadow: 0 0 0 rgba(255,255,255,0.75);
  background-color: #58d3a9;
  background-image: -moz-linear-gradient(top,#58d3a9,#58d3a9);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#58d3a9),to(#58d3a9));
  background-image: -webkit-linear-gradient(top,#58d3a9,#58d3a9);
  background-image: -o-linear-gradient(top,#58d3a9,#58d3a9);
  background-image: linear-gradient(to bottom,#58d3a9,#58d3a9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff58d3a9', endColorstr='#ff58d3a9', GradientType=0);
  border-color: #58d3a9 #58d3a9 #2eb084;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #58d3a9;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: solid 1px #34c493;
}
.ot-btn-green:hover,
.ot-btn-green:focus,
.ot-btn-green:active,
.ot-btn-green.active,
.ot-btn-green.disabled,
.ot-btn-green[disabled] {
  color: #fff;
  background-color: #58d3a9;
  *background-color: #44ce9f;
}
.ot-btn-green:active,
.ot-btn-green.active {
  background-color: #34c493 \9;
}
.ot-btn-green:hover,
.ot-btn-green:focus {
  color: white;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #27ae60;
  background-image: -moz-linear-gradient(top,#27ae60,#27ae60);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#27ae60),to(#27ae60));
  background-image: -webkit-linear-gradient(top,#27ae60,#27ae60);
  background-image: -o-linear-gradient(top,#27ae60,#27ae60);
  background-image: linear-gradient(to bottom,#27ae60,#27ae60);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff27ae60', endColorstr='#ff27ae60', GradientType=0);
  border-color: #27ae60 #27ae60 #19703e;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #27ae60;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.ot-btn-green:hover:hover,
.ot-btn-green:hover:focus,
.ot-btn-green:hover:active,
.ot-btn-green:hover.active,
.ot-btn-green:hover.disabled,
.ot-btn-green:hover[disabled],
.ot-btn-green:focus:hover,
.ot-btn-green:focus:focus,
.ot-btn-green:focus:active,
.ot-btn-green:focus.active,
.ot-btn-green:focus.disabled,
.ot-btn-green:focus[disabled] {
  color: #fff;
  background-color: #27ae60;
  *background-color: #229955;
}
.ot-btn-green:hover:active,
.ot-btn-green:hover.active,
.ot-btn-green:focus:active,
.ot-btn-green:focus.active {
  background-color: #1e8449 \9;
}
.ot-btn-green.active {
  border: solid 1px #58d3a9;
  -webkit-box-shadow: inset 0 0 rgba(255,255,255,.3), 0 0 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 0 0 rgba(255,255,255,.3), 0 0 0 rgba(0,0,0,.15);
  box-shadow: inset 0 0 rgba(255,255,255,.3), 0 0 0 rgba(0,0,0,.15);
}
.ot-btn-red {
  color: #fff;
  text-shadow: 0 0 0 rgba(255,255,255,0.75);
  background-color: #e74c3c;
  background-image: -moz-linear-gradient(top,#e74c3c,#e74c3c);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#e74c3c),to(#e74c3c));
  background-image: -webkit-linear-gradient(top,#e74c3c,#e74c3c);
  background-image: -o-linear-gradient(top,#e74c3c,#e74c3c);
  background-image: linear-gradient(to bottom,#e74c3c,#e74c3c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe74c3c', endColorstr='#ffe74c3c', GradientType=0);
  border-color: #e74c3c #e74c3c #bf2718;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #e74c3c;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: solid 1px #d62c1a;
}
.ot-btn-red:hover,
.ot-btn-red:focus,
.ot-btn-red:active,
.ot-btn-red.active,
.ot-btn-red.disabled,
.ot-btn-red[disabled] {
  color: #fff;
  background-color: #e74c3c;
  *background-color: #e43725;
}
.ot-btn-red:active,
.ot-btn-red.active {
  background-color: #d62c1a \9;
}
.ot-btn-red:hover,
.ot-btn-red:focus {
  color: white;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #c0392b;
  background-image: -moz-linear-gradient(top,#c0392b,#c0392b);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#c0392b),to(#c0392b));
  background-image: -webkit-linear-gradient(top,#c0392b,#c0392b);
  background-image: -o-linear-gradient(top,#c0392b,#c0392b);
  background-image: linear-gradient(to bottom,#c0392b,#c0392b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc0392b', endColorstr='#ffc0392b', GradientType=0);
  border-color: #c0392b #c0392b #81261d;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #c0392b;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.ot-btn-red:hover:hover,
.ot-btn-red:hover:focus,
.ot-btn-red:hover:active,
.ot-btn-red:hover.active,
.ot-btn-red:hover.disabled,
.ot-btn-red:hover[disabled],
.ot-btn-red:focus:hover,
.ot-btn-red:focus:focus,
.ot-btn-red:focus:active,
.ot-btn-red:focus.active,
.ot-btn-red:focus.disabled,
.ot-btn-red:focus[disabled] {
  color: #fff;
  background-color: #c0392b;
  *background-color: #ab3326;
}
.ot-btn-red:hover:active,
.ot-btn-red:hover.active,
.ot-btn-red:focus:active,
.ot-btn-red:focus.active {
  background-color: #962d22 \9;
}
.ot-btn-red.active {
  border: solid 1px #e74c3c;
  -webkit-box-shadow: inset 0 0 rgba(255,255,255,.3), 0 0 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 0 0 rgba(255,255,255,.3), 0 0 0 rgba(0,0,0,.15);
  box-shadow: inset 0 0 rgba(255,255,255,.3), 0 0 0 rgba(0,0,0,.15);
}
.ot-btn-yellow {
  color: #fff;
  text-shadow: 0 0 0 rgba(255,255,255,0.75);
  background-color: #f1c40f;
  background-image: -moz-linear-gradient(top,#f1c40f,#f1c40f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f1c40f),to(#f1c40f));
  background-image: -webkit-linear-gradient(top,#f1c40f,#f1c40f);
  background-image: -o-linear-gradient(top,#f1c40f,#f1c40f);
  background-image: linear-gradient(to bottom,#f1c40f,#f1c40f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1c40f', endColorstr='#fff1c40f', GradientType=0);
  border-color: #f1c40f #f1c40f #aa8a0a;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #f1c40f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: solid 1px #c29d0b;
}
.ot-btn-yellow:hover,
.ot-btn-yellow:focus,
.ot-btn-yellow:active,
.ot-btn-yellow.active,
.ot-btn-yellow.disabled,
.ot-btn-yellow[disabled] {
  color: #fff;
  background-color: #f1c40f;
  *background-color: #dab10d;
}
.ot-btn-yellow:active,
.ot-btn-yellow.active {
  background-color: #c29d0b \9;
}
.ot-btn-yellow:hover,
.ot-btn-yellow:focus {
  color: white;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #fff55b;
  background-image: -moz-linear-gradient(top,#fff55b,#fff55b);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff55b),to(#fff55b));
  background-image: -webkit-linear-gradient(top,#fff55b,#fff55b);
  background-image: -o-linear-gradient(top,#fff55b,#fff55b);
  background-image: linear-gradient(to bottom,#fff55b,#fff55b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff55b', endColorstr='#fffff55b', GradientType=0);
  border-color: #fff55b #fff55b #fff00f;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #fff55b;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.ot-btn-yellow:hover:hover,
.ot-btn-yellow:hover:focus,
.ot-btn-yellow:hover:active,
.ot-btn-yellow:hover.active,
.ot-btn-yellow:hover.disabled,
.ot-btn-yellow:hover[disabled],
.ot-btn-yellow:focus:hover,
.ot-btn-yellow:focus:focus,
.ot-btn-yellow:focus:active,
.ot-btn-yellow:focus.active,
.ot-btn-yellow:focus.disabled,
.ot-btn-yellow:focus[disabled] {
  color: #fff;
  background-color: #fff55b;
  *background-color: #fff342;
}
.ot-btn-yellow:hover:active,
.ot-btn-yellow:hover.active,
.ot-btn-yellow:focus:active,
.ot-btn-yellow:focus.active {
  background-color: #fff228 \9;
}
.ot-btn-yellow.active {
  border: solid 1px #f1c40f;
  -webkit-box-shadow: inset 0 0 rgba(255,255,255,.3), 0 0 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 0 0 rgba(255,255,255,.3), 0 0 0 rgba(0,0,0,.15);
  box-shadow: inset 0 0 rgba(255,255,255,.3), 0 0 0 rgba(0,0,0,.15);
}
.ot-btn-gray {
  color: #444;
  text-shadow: 0 0 0 rgba(255,255,255,0.75);
  background-color: #ecf0f1;
  background-image: -moz-linear-gradient(top,#ecf0f1,#ecf0f1);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ecf0f1),to(#ecf0f1));
  background-image: -webkit-linear-gradient(top,#ecf0f1,#ecf0f1);
  background-image: -o-linear-gradient(top,#ecf0f1,#ecf0f1);
  background-image: linear-gradient(to bottom,#ecf0f1,#ecf0f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffecf0f1', endColorstr='#ffecf0f1', GradientType=0);
  border-color: #ecf0f1 #ecf0f1 #c0cdd1;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #ecf0f1;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: solid 1px #cfd9db;
}
.ot-btn-gray:hover,
.ot-btn-gray:focus,
.ot-btn-gray:active,
.ot-btn-gray.active,
.ot-btn-gray.disabled,
.ot-btn-gray[disabled] {
  color: #444;
  background-color: #ecf0f1;
  *background-color: #dde4e6;
}
.ot-btn-gray:active,
.ot-btn-gray.active {
  background-color: #cfd9db \9;
}
.ot-btn-gray:hover,
.ot-btn-gray:focus {
  color: #444;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #bdc3c7;
  background-image: -moz-linear-gradient(top,#bdc3c7,#bdc3c7);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#bdc3c7),to(#bdc3c7));
  background-image: -webkit-linear-gradient(top,#bdc3c7,#bdc3c7);
  background-image: -o-linear-gradient(top,#bdc3c7,#bdc3c7);
  background-image: linear-gradient(to bottom,#bdc3c7,#bdc3c7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdc3c7', endColorstr='#ffbdc3c7', GradientType=0);
  border-color: #bdc3c7 #bdc3c7 #949da4;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #bdc3c7;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.ot-btn-gray:hover:hover,
.ot-btn-gray:hover:focus,
.ot-btn-gray:hover:active,
.ot-btn-gray:hover.active,
.ot-btn-gray:hover.disabled,
.ot-btn-gray:hover[disabled],
.ot-btn-gray:focus:hover,
.ot-btn-gray:focus:focus,
.ot-btn-gray:focus:active,
.ot-btn-gray:focus.active,
.ot-btn-gray:focus.disabled,
.ot-btn-gray:focus[disabled] {
  color: #fff;
  background-color: #bdc3c7;
  *background-color: #afb6bb;
}
.ot-btn-gray:hover:active,
.ot-btn-gray:hover.active,
.ot-btn-gray:focus:active,
.ot-btn-gray:focus.active {
  background-color: #a1aab0 \9;
}
.ot-btn-gray.active {
  border: solid 1px #ecf0f1;
  -webkit-box-shadow: inset 0 0 rgba(255,255,255,.3), 0 0 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 0 0 rgba(255,255,255,.3), 0 0 0 rgba(0,0,0,.15);
  box-shadow: inset 0 0 rgba(255,255,255,.3), 0 0 0 rgba(0,0,0,.15);
}
.ot-btn-black {
  color: #fff;
  text-shadow: 0 0 0 rgba(255,255,255,0.75);
  background-color: #444444;
  background-image: -moz-linear-gradient(top,#444,#444);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#444));
  background-image: -webkit-linear-gradient(top,#444,#444);
  background-image: -o-linear-gradient(top,#444,#444);
  background-image: linear-gradient(to bottom,#444,#444);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff444444', GradientType=0);
  border-color: #444 #444 #1e1e1e;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #444;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: solid 1px #222;
}
.ot-btn-black:hover,
.ot-btn-black:focus,
.ot-btn-black:active,
.ot-btn-black.active,
.ot-btn-black.disabled,
.ot-btn-black[disabled] {
  color: #fff;
  background-color: #444;
  *background-color: #373737;
}
.ot-btn-black:active,
.ot-btn-black.active {
  background-color: #2b2b2b \9;
}
.ot-btn-black:hover,
.ot-btn-black:focus {
  color: white;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #222222;
  background-image: -moz-linear-gradient(top,#222,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#222),to(#222));
  background-image: -webkit-linear-gradient(top,#222,#222);
  background-image: -o-linear-gradient(top,#222,#222);
  background-image: linear-gradient(to bottom,#222,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.ot-btn-black:hover:hover,
.ot-btn-black:hover:focus,
.ot-btn-black:hover:active,
.ot-btn-black:hover.active,
.ot-btn-black:hover.disabled,
.ot-btn-black:hover[disabled],
.ot-btn-black:focus:hover,
.ot-btn-black:focus:focus,
.ot-btn-black:focus:active,
.ot-btn-black:focus.active,
.ot-btn-black:focus.disabled,
.ot-btn-black:focus[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.ot-btn-black:hover:active,
.ot-btn-black:hover.active,
.ot-btn-black:focus:active,
.ot-btn-black:focus.active {
  background-color: #090909 \9;
}
.ot-btn-black.active {
  border: solid 1px #222;
  -webkit-box-shadow: inset 0 0 rgba(255,255,255,.3), 0 0 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 0 0 rgba(255,255,255,.3), 0 0 0 rgba(0,0,0,.15);
  box-shadow: inset 0 0 rgba(255,255,255,.3), 0 0 0 rgba(0,0,0,.15);
}
.invalid {
  border-color: #c00;
}
label.invalid {
  color: #c00;
}
input.invalid {
  border: 1px solid #c00;
}
.btn-group > .btn a {
  text-decoration: none;
  color: #34495e;
}
.accordion {
  margin-bottom: 24px;
}
.accordion-group {
  margin-bottom: 5px;
  border: 2px solid #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading a {
  color: #34495e;
  text-decoration: none;
}
.accordion-heading a:hover {
  color: #E67E22;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 2px solid #eee;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #34495e;
  border: 1px solid #273747;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 0 0 rgba(0,0,0,0.05);
  box-shadow: inset 0 0 0 rgba(0,0,0,0.05);
}
.well blockquote {
  border-color: white;
  border-color: rgba(0,0,0,0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.nav-tabs {
  border-bottom: none;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  line-height: 24px;
  padding: 8px 15px;
  margin-right: 5px;
  color: #34495e;
  line-height: 20px;
  border: 1px solid #f3f3f3;
  border-right-color: #e5e5e5;
  border-bottom-color: #e5e5e5;
  background: #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eee #eee #ddd;
  color: white !important;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #fff;
  background-color: #34495e;
  border: none;
  border-bottom-color: transparent;
  cursor: default;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 24px;
  border: 1px solid #f3f3f3;
  background: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: relative;
}