.action-columns-cell a {
  color: #605ca8 !important;
  opacity: 0.9;
}

.action-columns-cell a span {
  color: #605ca8 !important;
  opacity: 0.9;
}

#ie-warning {
  width: 450px;
  display: none;
  margin: 7% auto 0 auto;
}

@media (max-width: 768px) {
  #ie-warning {
    width: 90%;
    margin-top: 20px;
  }
}

.main-header .logo {
  font-weight: bold;
}

.main-header .navbar-custom-menu {
  float: none;
}

.main-header .navbar .nav>li>a.site-title {
  font-weight: 500;
}

.navbar-nav>.user-menu .user-header>a {
  display: inline-block;
}

.navbar-nav>.user-menu .user-header>a>img {
  z-index: 5;
  height: 90px;
  width: 90px;
  border: 3px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.navbar-nav>.user-menu .user-header a:hover {
  background-color: transparent;
}

.navbar-nav>.user-menu .user-header a:hover>img {
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p {
  line-height: 1.6;
}

.site-changer {
  margin: 10px;
}

.site-changer .selectize-input.full {
  border: 0;
  font-size: 13px;
  color: #b6b7b4;
  border-radius: 3px;
  background-color: #374850;
}

.site-changer .selectize-input.focus {
  color: #666;
}

.site-changer .selectize-dropdown [data-selectable].option {
  color: #666;
  font-size: 13px;
}

#search-btn {
  margin-left: -1px;
}

.content-header {
  /* background: #eee !important; */
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  width: 100%;
}

.content {
  width: 100%;
}

#admin-modal .modal-header {
  background: #605ca8;
  border-bottom: none;
  padding: 10px;
  color: #fff;
}

#admin-modal .modal-header .close {
  margin-top: 15px;
  color: #fff;
  opacity: 0.6;
}

#admin-modal .modal-header h3 {
  margin-top: 10px;
}

#admin-modal .modal-body {
  background-color: #eee;
}

#admin-modal .modal-footer {
  background: #eee;
  border-top-color: #cccccc;
}

#admin-modal .modal-footer i {
  position: relative;
  top: 2px;
}

/* ALERT */

.alert-container .alert {
  margin-bottom: 4px;
  padding: 8px 15px 10px;
}

/* BOX */
.box-solid .box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}

.box-footer {
  border-top: 1px solid #eaeaea;
}

.btn {
  font-size: 14px;
}

.btn-app {
  font-size: 13px;
  border: none;
  padding: 10px;
}

.news-search-btn {
  margin-top: 25px;
}

/* GENERAL */

select.form-control {
  font-size: 14px;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}

div.required label.control-label:after {
  content: " *";
  color: #dd4b39;
}

.required-file:after {
  content: " *";
  color: red;
  font-weight: bolder;
}

.input-small {
  width: 30%;
}

.input-medium {
  width: 50%;
}

.input-large {
  width: 70%;
}

.input-xlarge {
  width: 90%;
}

img.image-preview {
  width: 100%;
}

.single-file-upload {
  position: relative;
}

.single-file-upload .btn-file {
  position: relative;
  overflow: hidden;
}

.single-file-upload .btn-file,
.single-file-upload .btn-image {
  font-size: 1.4rem;
  padding: 0;
}

.single-file-upload .btn-file {
  padding: 6px 10px;
}

.single-file-upload .error-message {
  color: #a94442;
  display: block;
  margin-bottom: 10px;
  margin-top: 5px;
}

.single-file-upload .input-group-btn {
  vertical-align: top;
}

.single-file-upload .btn-file input[type=file],
.single-file-upload .btn-image input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  height: 5px;
  min-height: 100%;
  font-size: 24px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

.single-file-upload input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

.uploaded-files {
  direction: ltr;
}

.uploaded-files .filename {
  font-size: 0.7em;
  font-weight: normal;
  padding: 0 10px;
  display: inline-block;
}

.uploaded-files i.file-delete,
.uploaded-images i.file-delete {
  cursor: pointer;
}

.uploaded-images .image-thumb {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
}

.uploaded-images i.file-delete {
  position: absolute;
  top: 0;
  left: 0;
}

.activeWebsite-info {
  padding-top: 19px;
  margin: 10px 15px 15px 15px;
  background-color: #b8c7ce;
}

.loading {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  display: none;
  text-align: center;
  padding-top: 180px;
  background: rgba(255, 255, 255, 0.8) 50% 50% no-repeat;
}

.loading i {
  color: #5e5e5e;
}

i.purple-color {
  color: #605ca8;
}

.selectize-input {
  overflow: visible !important;
}

span#grid-export-btn {
  font-size: 15px;
  position: absolute;
  left: 10px;
}

.modal-inner table {
  word-break: break-all;
}

.modal-inner table th {
  width: 30%;
}

.modal-inner table td {
  width: 70%;
}

.modal-body.certificate-modal .modal-inner .box img,
.certificate-box img {
  height: auto;
  display: block;
  max-width: 100%;
}

.table-striped>tbody>tr.not-read:nth-of-type(odd),
.table-striped .not-read {
  background-color: #ececec;
  font-weight: bold;
}

.content-muted,
.content-muted>td>a {
  color: #A9A9A9 !important
}

.content-editing,
.content-editing>td>a {
  color: #d04b4b !important
}

.selectize-input,
.selectize-dropdown [data-selectable].option {
  font-size: 13px;
}

/* Grid Actions */
.grid-actions-td {
  position: relative;
  vertical-align: middle !important;
}

.grid-actions-toggle {
  cursor: pointer;
  padding: 5px 7px;
  color: #605ca8;
}

.grid-actions {
  display: none;
}

.grid-actions-td.in .grid-actions {
  display: block;
  position: absolute;
  padding: 5px 0;
  right: 0;
  z-index: 99;
  background: #fff;
  min-width: 180px;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
  box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
}

.grid-actions-toggle:hover,
.grid-actions-td.in .grid-actions-toggle {
  color: #fff;
  background-color: #605ca8;
}

.grid-actions a {
  display: block;
  color: #575962;
  padding: 0.7rem 1.2rem;
}

.grid-actions a:hover {
  background-color: #f4f5f8;
}

.grid-actions a>span,
.grid-actions a>i {
  color: #b2b1c5;
  margin-right: 10px;
  font-size: 1.3em;
  vertical-align: middle;
}

.modal-footer .btn+.btn {
  margin-right: 10px;
}

.grid-view,
.dataTables_wrapper {
  overflow-x: scroll;
}

.box.box-solid>.box-header .btn:hover {
  background: none !important;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  color: white !important;
  background-color: #337ab7 !important;
  border-color: #2e6da4 !important;
}
