.panel .btn i,.btn span{
  color:#666666;
}
.panel .panel-heading {
  background-color:#ffffff;
  font-weight:700;
  font-size:16px;
  color:#262626;
  border-color:#ffffff;
  padding: 10px 15px 0;
}
.panel .panel-heading a {
  font-weight:400;
  font-size:11px;
}
.panel .panel-default {
  border-color:#cccccc;
}
.panel {
  border-color:#cccccc;
}
.panel .panel-thumbnail {
  padding:0;
}
.panel .img-circle {
  width:50px;
  height:50px;
}
.list-group-item:first-child,.list-group-item:last-child {
	border-radius:0;
}
.panel h3, .panel h4, .panel h5 { 
  border:0 solid #efefef; 
  padding-bottom:4px;
}

.panel-body .list-group {
    margin-bottom: 0;
    padding: 0 10px 10px !important;
}

.modal-dialog {
 width: 450px;
}

.modal-footer {
 border-width:0;
}

.dropdown-menu {
   background-color:#f4f4f4;
   border-color:#f0f0f0;
   border-radius:0;
   margin-top:-1px;
}

.input-group-addon {
    border-radius: 0px;
}

.panel-footer {
    background-color:#ffffff;
}
.btn {
    border-radius: 0px;
}
.tooltip-inner {
    background: #acacac;
}
.tooltip-arrow {
    border-bottom-color: #acacac !important;
    border-left-color: #acacac !important;
}
.popover-content {
    padding: 0px !important;
    border-radius: 0px;
}
.popover {
    border-radius: 0px;
    padding: 0px;
    width: 127%;
}
.popover_list {
    width: 100% !important;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
}
input {
    border-radius: 0px;
}
.form-control {
    border-radius: 0px;
}
.input-group-addon {
    
    background: #ffffff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.input-group > input {
    border-right: none;
}
.panel {
    border-radius: 0px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #3c3c3c !important;
}
.pagination > li > a, .pagination > li > span {
    padding-top: 10px;
    padding-bottom: 10px;
}

body {
    font-size: 13px;
}