
.hotkey-input {
	border: 1px solid #F1F1F1 !important;
    background-color: #494D51 !important;
    text-align: center !important;
    color: #FFFFFF !important;
    text-transform: uppercase !important;
	width: 20% !important;
}	
.popover{
  background-color:#3E444A !important;
}
.input-group{
  background-color:#3E444A !important;
  color: #fff !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  color: #fff !important;
  margin-left: 12px !important;
  margin-bottom: 0px !important;
 }
.input-group-addon{
  background-color:#3E444A !important;
  color: #fff !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  color: #fff !important;
  margin-bottom: 0px !important;	
}
.sizing-addon3{
  color:white !important;
}
.cancel-shortcut-btn {
    background-color: #F1F1F1 !important;
    margin: 15px 0px 15px 6px !important;
    text-shadow: 0 -1px 1px #F1F1F1,1px 0 1px #F1F1F1,0 1px 1px #DFDFDF,-1px 0 1px #F1F1F1 !important;
    border: 0px !important;
    padding: 2px 16px !important;
    height: auto !important;
    color: #32373C !important;
    line-height: 1.4285714 !important;
    white-space: normal !important;
    -webkit-box-shadow: 0 2px 0 #B3B3B3 !important;
    box-shadow: 0 2px 0 #B3B3B3 !important;
    font-weight: 600 !important;
	margin-bottom: 0px !important;
    height: 22px !important;
}
.add-shortcut-btn {
    background-color: #0085BA !important;
    margin: 15px 0px 15px 11px !important;
	text-shadow: 0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799 !important;
    border: 0px !important;
    padding: 2px 16px !important;
    height: auto !important;
    color: #fff !important;
    line-height: 1.4285714 !important;
    white-space: normal !important;
    -webkit-box-shadow: 0 2px 0 #006799 !important;
    box-shadow: 0 2px 0 #006799 !important;
    font-weight: 600 !important;
	margin-bottom: 0px !important;
    height: 22px !important;
}
.remove-shortcut-btn {
	background-color: rgb(202, 0, 0) !important;
    margin: 0px 3px 14px 11px !important;
    text-shadow: 0 -1px 1px #990000,1px 0 1px #990000,0 1px 1px #990000,-1px 0 1px #990000 !important;
    width: 85% !important;
    border: 0px !important;
    padding: 2px 16px !important;
    height: auto !important;
    color: #fff !important;
    line-height: 1.4285714 !important;
    white-space: normal !important;
    -webkit-box-shadow: 0 2px 0 #990101 !important;
    box-shadow: 0 2px 0 #990101 !important;
    font-weight: 600 !important;
}
.popover-title{
  background-color:#3E444A !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  color: #fff !important;
  padding: 10px 0px 0px 12px !important;
}
.hotkey-input{
  background-color:cyan;
}
.hotkey-error-msg{
  background-color: #ca0000;
  color: #fff;
  padding: 10px 12px 10px 12px !important;
}
.arrow{
  display:none;
}