.admin.content a {
  text-decoration: initial;
  color: initial;
}
.admin.content .btn {
  color: #FFF;
}
.admin.content .summernote .btn,
.admin.content .note-editor .btn  {
  color: #000!important;
}
.admin.content h3 {
	margin-bottom: 35px;
}
.admin.content .btn.pull-right {
	margin-top: 15px;
}
.content.admin {
  padding: 75px 0 0;
  background-image: url(/../img/fade.jpg);
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
  *zoom: 1;
}
.nav-tabs:before,
.nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav.nav-tabs {
	margin-bottom: 35px;
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 17px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eee #eee #ddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.media-body .form-group,
.modal-body .form-group {
  display: block;
}


.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.dropdown-menu.scrollable-menu,
.note-btn-group .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 10px;
  z-index: 1000;
  display: none;
  float: left;
  padding: 15px;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom-right-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  min-width: 315px;
}

.ui-datepicker {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-size: 14px;
  line-height: 20px;
}

.ui-datepicker-calendar tr td span,
.ui-datepicker-calendar tr th span,
.ui-datepicker-calendar tr td a {
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.ui-datepicker {
  border: 1px solid #ababab;
  border-radius: 2px;
  box-shadow: 0 0 9px 5px rgba(0,0,0,0.05);
  background-color: #fefefe;
  z-index: 9999999999!important;
  display: none
}

.ui-datepicker-calendar {
  background: transparent
}

.ui-datepicker-calendar td {
  border: 1px solid #dbdbdb;
  padding: 0;
  position: relative
}

.ui-datepicker-calendar td:first-child,.ui-datepicker-calendar td:last-child {
  border-left: 0
}

.ui-datepicker-calendar th {
  text-align: center;
  color: #959595;
  font-size: 0.8em
}

a.ui-state-default,span.ui-state-default {
  display: block;
  padding: 4px 0px;
  text-align: center;
  font-weight: bold;
  width: 32px;
  border: 1px solid transparent
}

a.ui-state-default:hover,span.ui-state-default:hover {
  text-decoration: none
}

a.ui-state-default.ui-state-hover,a.ui-state-default.ui-state-active,a.ui-state-default.ui-state-highlight {
  background-color: #ccc;
  color: white;
  text-shadow: 0 1px 1px rgba(0,0,0,0.2);
  border-color: #ccc;
  margin: -1px;
  width: 34px
}

.ui-datepicker-prev,.ui-datepicker-next {
  cursor: pointer
}

.ui-datepicker-prev:before,.ui-datepicker-next:before {
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #959595;
  font-size: 1.2em
}

.ui-datepicker-prev:hover,.ui-datepicker-prev:hover:before,.ui-datepicker-next:hover,.ui-datepicker-next:hover:before {
  text-decoration: none
}

.ui-datepicker-prev {
  float: left
}

.ui-datepicker-prev:before {
  content: "<"
}

.ui-datepicker-next {
  float: right
}

.ui-datepicker-next:before {
  content: ">"
}

.ui-datepicker-title {
  text-align: center
}

a.ui-state-default {
  color: #393c3d
}

span.ui-state-default {
  color: #dbdbdb
}

.ui-datepicker-header {
  font-weight: bold;
  padding: 15px
}

.ui-datepicker-buttonpane {
  padding: 5px
}

.ui-datepicker-close {
  color: #EEE;
  background: transparent;
  border: 0;
  text-align: center
}

.ui-datepicker-current {
  display: none
}
footer a {
  color: #FFF!important
}

#mceu_18 {
  display: none!important
}

#reorder .delete,
#reorder2 .delete,
#reorder3 .delete {
  position: absolute;
  right: 23px;
  top: 9px;
  cursor: pointer;
  height: 18px;
}
#reorder label img,
#reorder2 label img,
#reorder3 label img {
  cursor: n-resize;
  height: 23px;
}
.btn img {
  max-height: 17px;
}
