div.login-form {
  width: 50%;
  margin-top: 10%;
}

div.login-form > .logo-mediolanumtv {
  margin-bottom: 30px;
  width: 100%;
}

div.login-form > form button[type=submit] {
  margin-top: 30px;
}

div.tvaz-paginated-table > div.controls {
  margin-bottom: 8px;
}

div.tvaz-paginated-table > div.controls > input, button {
  display: inline-block;
  vertical-align: middle;
}

div.tvaz-paginated-table > div.controls > input.search-query {
  width: 480px;
  margin-right: 15px;
}

div.episode-list-section {
  margin-bottom: 25px;
}

.draft-cmd {
  font-size: small;
  cursor: pointer;
}

.draft-section {
  background-color: #c2d7da;
  padding: 3px;
}

.draft-subsection {
  padding-bottom: 15px;
}

.limiterBox {
  padding: 0px 2px 0px 5px;
  font-size: 12px;
  background-color: #bdd;
}

.notification-disabled {
  font-weight: bolder;
  color: darkred;
  padding-bottom: 20px;
}

.bootstrap-switch.bootstrap-switch-small {
  min-width: 40px;
}

.input-limiter {
  border: 1px solid #66afe9;
  border-top: none;
  border-radius: 0px 0px 4px 4px;
  background-color: #eee;
  padding: 4px 6px;
  margin: 0px 6px;
  color: #888;
  font-weight: 600;
  font-size: 11px;
}

.select2-container {
  margin-bottom: 9px;
}

.select2-container.select2-container-multi .select2-input {
  padding: 0px 5px !important;
}

label span.required-field {
  color: red;
  font-weight: bold;
  margin-left: 8px;
}

div.required-fields {
  color: red;
  font-weight: bold;
  margin-left: 8px;
}

div.required-fields small {
  color: #777;
}

#draft-area label {
  font-weight: bold;
  cursor: default;
}

#draft-title-input {
  margin-bottom: 0px;
}

#draft-synopsis-input {
  margin-bottom: 0px;
  resize: none;
}

#draft-notification-input {
  margin-bottom: 0px;
  resize: none;
}

#draft-area .tvaz-draft-input {
  width: 500px;
}

#draft-area #btn-draft-publish,
#draft-area #btn-draft-delete {
  width: 150px;
}

#draft-summary-new-timecode {
  width: 90px;
}

#draft-summary-new-text {
  width: 368px;
}

#user-edit-modal label {
  font-weight: bold;
  cursor: default;
}

#draft-attachment-list,
#draft-summary-list {
  font-size: 15px;
  margin-top: 15px;
}

#draft-area .thumbnail-preview {
  border: 1px solid black;
  width: 266px;
  height: 150px;
}

#user-details-area .user-details {
  margin-bottom: 40px;
}

a.group span.label {
  display: inline-block;
  width: 60px;
  margin-right: 6px;
}

.tvaz-form-upload input[type=file] {
  display: none;
}

.tvaz-form-upload input[type=text].form-control {
  background-color: #fff;
  width: 382px;
}

.tvaz-form-upload input[type=submit] {
  float: right;
  font-weight: 800;
}

.tvaz-form-upload .btn-file {
  position: relative;
  overflow: hidden;
  background-color: #eee;
  border-right: 0px;
}

.tvaz-form-upload .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.modal
  .input-format,
  .input-category,
  .input-live,
  .input-user,
  .input-group,
  .input-profile,
  .input-feature {
  margin-bottom: 10px;
}

.select2-container-multi .select2-choices {
  padding: 0px 6px 0px 6px;
}

/*
 * Bootstrap customizations.
 */

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

label {
  display: block;
}

.label-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

div.navbar div.navbar-inner a.brand {
  font-size: 1.2em;
}

div.navbar div.navbar-inner ul.nav li a {
  font-size: 0.95em;
}

div.navbar div.navbar-inner ul.nav li.divider-vertical {
  margin: 0 2px;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #e9e9e9;
}

.glyphicon {
  font-size: 12px;
}

.checkbox label {
  padding-left: 0;
  padding-right: 10px;
  display: inline-block;
}

.checkbox label:after {
  content: '';
  display: table;
  clear: both;
}

.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
}

.checkbox .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 15%;
}

.checkbox label input[type="checkbox"] {
  display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon {
  opacity: 0;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
  opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr {
  opacity: .5;
}
