.display-none {
  display: none !important;
}

textarea {
  resize:vertical;
  overflow:auto;
}

.page-header .header-links .dropdown {
  margin-right: 60px;
  float: right;
}


.warning-message, .error-message, .success-message {
  border: 1px solid;
  margin: 10px 0px;
  padding:15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  text-align: center;
}

.info-message {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url('info.png');
}

.success-message {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image:url('success.png');
}

.warning-message {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url('warning.png');
}

.error-message {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url('error.png');
}

.main-content.hide-sub-menu {
  margin-left: 60px;
}

.chosen-container-multi {
  width: 100% !important;
}

input {
  width: 100%;
}

#resizable-stories-table-1 td, #resizable-stories-table-1 th {
  text-align: center;
}

.table-stories input,
 {

  }  width: 100%;
}
 td, th
input[disabled].form-control {
  background-color: transparent;
  box-shadow: none;
  cursor: default;
  border: 0;
}

.table-stories .chosen-disabled {

  opacity: 1 !important;
  cursor: default;
  max-width: 240px;

}

.table-stories .datatable td {
}

.table-stories .chosen-disabled .chosen-choices {

  border: 0;
  background: none;


}

.table-stories .btn {
  margin: 10px;
}

.table-stories .chosen-disabled .chosen-choices .search-choice {
  border: 0;
  background: none;
  box-shadow: none;
  float: none;
}

.table-stories .chosen-disabled .chosen-choices .search-field {
  display: none;
}

.table-stories .chosen-disabled .chosen-choices .search-choice .search-choice-close {

  display: none;

}

.settings-page input[disabled] {
  background-color: transparent;
  border: 0;
}

.middle-align-button {
  margin-top: 22px;
}


@media screen and (min-width: 767px) {
  .left-menu .main-content-2 {
    margin-left: 60px;
}

