/*COLORS*/
/*Custom*/
/*COLORS*/
/*Custom*/
.news-submission {
  padding-bottom: 4.5rem;
}
.news-submission > .container {
  margin-bottom: 3em;
  padding: 0 1.8em;
}
.news-submission .header-actions {
  background-color: #e7f3fc;
  margin-bottom: 1.5rem;
}
.news-submission .header-actions > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 1.25em 1.8em;
}
.news-submission .header-actions .btn-new-submission {
  display: none;
  margin-right: auto;
}
.news-submission .header-actions .btn-new-submission:after {
  display: none;
}
.news-submission .header-actions .btn-logout {
  background-color: #f5f5f5;
  margin-left: auto;
}
.news-submission .header-actions .btn-logout:hover {
  background-color: #00558c;
}
.news-submission .header-actions .btn-logout:active {
  background-color: #333333;
}
@media (max-width: 768px) {
  .news-submission .header-actions .btn-new-submission {
    margin-right: 1.5rem;
  }
  .news-submission .header-actions .btn-logout {
    width: 45%;
  }
}
@media (max-width: 480px) {
  .news-submission .header-actions > .container {
    display: block;
  }
  .news-submission .header-actions .btn-new-submission {
    margin-right: unset;
    margin-bottom: 1.5rem;
  }
  .news-submission .header-actions .btn-logout {
    width: 100%;
  }
}
.news-submission select.form-control {
  height: auto;
  padding: 10px;
}
.news-submission .panel-heading {
  clear: both;
  padding: 0.5em 1.8em;
  border-top-width: 0;
  background: #f5f5f5;
  border-left: 5px solid #FBDD40;
  font-size: 1.5em;
}
.news-submission .panel-body {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .news-submission .panel-body {
    margin-bottom: 4.5rem;
  }
}
.news-submission input.form-control {
  padding: 10px;
}
.news-submission input[type=date].form-control {
  width: 200px;
}
.news-submission input[type=time].form-control {
  width: 120px;
}
.news-submission .form-group {
  display: flex;
}
.news-submission .form-group .control-label {
  text-align: right;
  margin-top: 8px;
  font-weight: bold;
}
.news-submission .form-group .form-control {
  width: 100%;
}
.news-submission .form-group .tokenize .form-control {
  padding-bottom: 10px;
}
.news-submission .form-group .tokenize .form-control li {
  margin-top: 10px;
}
.news-submission .col-sm-7 {
  margin-left: 10px;
}
.news-submission div.alert {
  padding: 1.5em;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.news-submission .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.news-submission .alert-info {
  color: #31708f;
  background-color: #dff0d8;
  border-color: #bce8f1;
}
.news-submission .alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.news-submission .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.news-submission .alert-dismissable .close, .news-submission .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.news-submission button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.news-submission .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.news-submission .contact > h4 {
  padding-left: 10%;
}
@media (max-width: 768px) {
  .news-submission .contact > h4 {
    padding-left: unset;
  }
}
.news-submission .text-danger span {
  color: #b94a48;
}