/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-briefcase:before {
  content: "\1f4bc";
}
.glyphicon-calendar:before {
  content: "\1f4c5";
}
.glyphicon-pushpin:before {
  content: "\1f4cc";
}
.glyphicon-paperclip:before {
  content: "\1f4ce";
}
.glyphicon-camera:before {
  content: "\1f4f7";
}
.glyphicon-lock:before {
  content: "\1f512";
}
.glyphicon-bell:before {
  content: "\1f514";
}
.glyphicon-bookmark:before {
  content: "\1f516";
}
.glyphicon-fire:before {
  content: "\1f525";
}
.glyphicon-wrench:before {
  content: "\1f527";
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, 0%, #e6e6e6, 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  background-repeat: repeat-x;
  border-color: #e0e0e0;
  border-color: #ccc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
}
.btn-default:active,
.btn-default.active {
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-primary {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #3071a9, 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  background-repeat: repeat-x;
  border-color: #2d6ca2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
}
.btn-primary:active,
.btn-primary.active {
  background-color: #3071a9;
  border-color: #2d6ca2;
}
.btn-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
  background-image: -webkit-linear-gradient(top, #5cb85c, 0%, #449d44, 100%);
  background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  border-color: #419641;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.btn-success:active,
.btn-success.active {
  background-color: #449d44;
  border-color: #419641;
}
.btn-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f));
  background-image: -webkit-linear-gradient(top, #f0ad4e, 0%, #ec971f, 100%);
  background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  border-color: #eb9316;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.btn-warning:active,
.btn-warning.active {
  background-color: #ec971f;
  border-color: #eb9316;
}
.btn-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
  background-image: -webkit-linear-gradient(top, #d9534f, 0%, #c9302c, 100%);
  background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  border-color: #c12e2a;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5));
  background-image: -webkit-linear-gradient(top, #5bc0de, 0%, #31b0d5, 100%);
  background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  border-color: #2aabd2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.btn-info:active,
.btn-info.active {
  background-color: #31b0d5;
  border-color: #2aabd2;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #357ebd;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}
.navbar {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#f8f8f8));
  background-image: -webkit-linear-gradient(top, #ffffff, 0%, #f8f8f8, 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar .navbar-nav > .active > a {
  background-color: #f8f8f8;
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3c3c3c), to(#222222));
  background-image: -webkit-linear-gradient(top, #3c3c3c, 0%, #222222, 100%);
  background-image: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
}
.navbar-inverse .navbar-nav > .active > a {
  background-color: #222222;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#c8e5bc));
  background-image: -webkit-linear-gradient(top, #dff0d8, 0%, #c8e5bc, 100%);
  background-image: -moz-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  border-color: #b2dba1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
}
.alert-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#b9def0));
  background-image: -webkit-linear-gradient(top, #d9edf7, 0%, #b9def0, 100%);
  background-image: -moz-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  border-color: #9acfea;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
}
.alert-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#f8efc0));
  background-image: -webkit-linear-gradient(top, #fcf8e3, 0%, #f8efc0, 100%);
  background-image: -moz-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  border-color: #f5e79e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
}
.alert-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#e7c3c3));
  background-image: -webkit-linear-gradient(top, #f2dede, 0%, #e7c3c3, 100%);
  background-image: -moz-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  border-color: #dca7a7;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
}
.progress {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ebebeb, 0%, #f5f5f5, 100%);
  background-image: -moz-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #3071a9, 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
  background-image: -webkit-linear-gradient(top, #5cb85c, 0%, #449d44, 100%);
  background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5));
  background-image: -webkit-linear-gradient(top, #5bc0de, 0%, #31b0d5, 100%);
  background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f));
  background-image: -webkit-linear-gradient(top, #f0ad4e, 0%, #ec971f, 100%);
  background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
  background-image: -webkit-linear-gradient(top, #d9534f, 0%, #c9302c, 100%);
  background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #3071a9;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3278b3));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #3278b3, 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
  background-repeat: repeat-x;
  border-color: #3278b3;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #f5f5f5, 0%, #e8e8e8, 100%);
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#d0e9c6));
  background-image: -webkit-linear-gradient(top, #dff0d8, 0%, #d0e9c6, 100%);
  background-image: -moz-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#c4e3f3));
  background-image: -webkit-linear-gradient(top, #d9edf7, 0%, #c4e3f3, 100%);
  background-image: -moz-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#faf2cc));
  background-image: -webkit-linear-gradient(top, #fcf8e3, 0%, #faf2cc, 100%);
  background-image: -moz-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#ebcccc));
  background-image: -webkit-linear-gradient(top, #f2dede, 0%, #ebcccc, 100%);
  background-image: -moz-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e8e8e8), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #e8e8e8, 0%, #f5f5f5, 100%);
  background-image: -moz-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
.logo {
  background: url('../images/logo.png') no-repeat;
  width: 63px;
  height: 43px;
  background-size: 55px 35px;
  background-position: 8px 8px;
}
#header {
  width: 100%;
  background: #fff;
}
#header h1 {
  margin: 10px 0px;
  font-weight: 700;
}
/* ---------- Changes to Tabs for main menu */
#header .tabs-container.page-nav .tabs {
  padding-right: 0px;
  margin: 10px 0px;
  border: none;
}
#header .tabs-container.page-nav .tabs > .tab {
  float: none;
  display: inline-block;
  padding: 0px 0px 0px 15px !important;
  font-size: 18px;
  font-weight: 400;
}
.userloggedin {
  position: absolute;
  top: 50px;
  left: 107px;
  font-size: 18px;
}
li.tab.active a {
  border-bottom: 2px solid #0070a5 !important;
  color: #0070a5;
}
/* ---------- Special override for model issue with login */
body.modal-open {
  overflow: visible!important;
}
.SkyBanner {
  position: absolute;
  top: 90px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url("../images/landing.jpg");
  background-position: top center;
  background-size: cover;
}
h1.section-title img {
  margin-top: -8px;
}
button.close span {
  display: inline-block;
  border: 2px solid #000000;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 18px;
  padding: 0px;
  opacity: 1;
}
.form-signin input {
  min-width: 262px;
}
.login .signin {
  padding: 4px 0px;
  line-height: 48px;
  cursor: pointer;
  text-decoration: none;
}
.login .signin:hover {
  border-bottom: 2px solid #0070a5;
}
.results {
  margin-top: 20px;
}
.results .bgImage,
.results .colThumbs {
  height: 200px;
  position: relative;
  margin-right: 4px;
  background-size: contain !important;
  background-position: top center !important;
}
.results .caption i,
.results .bgImage:hover,
.results .colThumbs:hover {
  cursor: pointer;
}
.thumbnail,
.img-thumbnail {
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
/* specific results style for collection */
.colBgImage {
  height: 95px;
  width: 49%;
  margin-bottom: -2px;
  height: 100%;
  width: 100%;
  display: inline-block;
  background-size: contain !important;
  background-position: top center !important;
}
.colBgImage + .colBgImage {
  position: absolute;
  bottom: 0px;
  width: 8%;
  height: 28px;
  left: 0px;
  border: 1px solid #fff;
}
.colBgImage + .colBgImage + .colBgImage {
  left: 10%;
}
.colBgImage + .colBgImage + .colBgImage + .colBgImage {
  left: 20%;
}
.isCollection .colThumbs:after {
  background: #888;
  content: 'Collection';
  color: #fff;
  position: absolute;
  top: -1px;
  left: 0px;
  right: 0px;
  text-align: center;
  font-size: 12px;
}
.isCollection {
  border: 2px solid #888;
  border-radius: 2px;
  padding-right: 0px;
}
/* captions */
.caption p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.caption input[type="text"] {
  padding: 0px;
  line-height: 14px;
}
.dropActive {
  border: 1px solid #000000;
  background-color: #eeeeee;
}
.dropMessage {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.dropMessage span {
  color: #999999;
  font-size: 45px;
}
.publicityAsset {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50%;
  background: #880044;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
}
.marketingAsset {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 50%;
  background: #004488;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
}
.nousage {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #ff0000;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
}
.row .col-sm-12.nousage,
.row .col-sm-12.marketingAsset,
.row .col-sm-12.publicityAsset {
  position: relative;
  display: block;
  width: 100%;
}
.results-item {
  height: 330px;
  max-height: 330px;
  margin-bottom: 30px;
  position: relative;
}
.results-item .edit {
  position: absolute;
  top: 30px;
  right: 13px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  padding: 4px 8px;
  display: block;
  color: #ffffff;
  font-size: 12px;
  opacity: 0.7;
  transition: opacity 0.3s ease-out;
  cursor: pointer;
  z-index: 100;
}
.results-item .edit:hover {
  opacity: 1;
  text-decoration: none;
}
.share-wrap {
  clear: both;
  display: block;
}
.share-wrap.detail {
  clear: none;
  text-align: right;
}
.loader {
  display: none;
}
.approvedShot,
.followers-count,
.tasks-assigned,
.download,
.delete,
.share {
  font-size: 14px;
  cursor: pointer;
}
.modal-lg {
  width: 90%;
}
.modal-header {
  min-height: 50px;
}
/* ---------- ---------- ---------- ---------- ---------- requestMini */
.listItem {
  padding: 0px;
  border-bottom: 2px solid #dcdcdc;
  background: #fefefe;
  z-index: 1;
}
.listItem:nth-child(odd) {
  background: #fafafa;
}
.listItem:hover {
  box-shadow: 9px 0px 0px -8px #00aeef inset !important;
  z-index: 2;
}
.listItem.active {
  box-shadow: 16px 0px 0px -8px #00aeef inset !important;
}
.listItem .inner {
  position: relative;
  padding: 16px 0px 8px 0px;
}
.listItem .Channel {
  top: 16px;
  right: 15px;
}
.listItem .Title {
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 8px;
}
.listItem .taskID {
  position: absolute;
  top: 0px;
  left: 15px;
  font-size: 11px;
}
.listItem:hover .red {
  color: #d21717;
}
.listItem:hover .green {
  color: #a6ce39;
}
.listItem .red i.icon,
.listItem .green i.icon {
  color: #fff;
}
.listItem .red i.icon {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  font-style: normal;
}
.listItem.ui-draggable:hover h4 {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-align: right;
  top: 0px;
  bottom: 0px;
  right: 0px;
  visibility: visible!important;
  display: block!important;
  cursor: move;
}
.listItem.ui-draggable h4 i {
  position: absolute;
  text-align: right;
  bottom: 0px;
  right: 16px;
  font-size: 64px;
  color: #a6ce39;
  opacity: 0;
  transition: opacity 0.5s, right 0.5s;
}
.listItem.ui-draggable h4:hover i {
  opacity: 0.25;
  right: 0px;
}
.listItem.ui-draggable-dragging h4 {
  opacity: 0;
}
.miniRequestList .red,
.miniRequestList .green {
  color: transparent;
}
.upload-icon {
  color: #999999;
}
.upload-icon .glyphicon {
  font-size: 45px;
}
.search-input {
  margin-bottom: 15px;
}
.search-results {
  overflow: scroll;
  max-height: 600px;
  border: 1px solid rgba(0, 0, 0, 0.075);
  border-radius: 6px;
  padding: 10px;
}
.search-results .thumbnail {
  cursor: move;
}
.droppable-box {
  min-height: 100px;
}
.droppable-box .thumbnail .remove-btn {
  display: none;
  cursor: pointer;
}
.droppable-box .thumbnail:hover .remove-btn {
  display: block;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.075);
  background-color: #ffffff;
  padding: 3px;
  position: absolute;
  right: 5px;
  top: -6px;
  text-align: center;
  width: 25px;
  height: 25px;
}
.droppable-box .thumbnail:hover .remove-btn:hover {
  background-color: #f1f1f1;
}
a.has-focus,
a.has-focus:focus,
.has-focus,
.has-focus:focus {
  background-color: transparent !important;
  color: #000 !important;
}
.crops .aspectRatio {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding: 10px 0px;
}
.crops .aspectRatio .row {
  margin-bottom: 5px;
}
.crops .aspectRatio .ratioName {
  font-size: 24px;
}
.crops .resolutions {
  border: 1px solid #ccc;
  padding: 10px 0px 10px 10px;
}
.crops .resolutions .resolution {
  margin-bottom: 10px;
}
.crops .resolutions .resolution .full-width {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.permissions .search {
  margin-bottom: 10px;
}
.permissions .search .searchbox {
  width: 100%;
}
.permissions .row {
  margin-bottom: 5px;
}
.permissions .form {
  font-size: 22px;
}
.permissions .form .tags {
  margin-left: 10px;
}
.permissions .permission,
.permissions .newPermission {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding: 10px 0px;
}
.permissions .permission .row,
.permissions .newPermission .row {
  margin-bottom: 5px;
}
.permissions .permission .name,
.permissions .newPermission .name {
  font-size: 22px;
}
.checkboxFilters select {
  clear: both;
  display: block;
}
.checkboxFilters #userContainer,
.checkboxFilters #channelContainer {
  clear: both!important;
  display: block!important;
}
.checkboxFilters #userContainer,
.checkboxFilters #channelContainer {
  clear: both!important;
  display: block!important;
}
/* ---------- Special override for model issue with login */
/*body.modal-open{overflow:visible!important;}*/
body {
  background: #ffffff;
}
/* ---------- Specials classes*/
.inline {
  display: inline-block;
}
.block {
  display: block;
}
.relative {
  position: relative;
}
.inflate,
.inflate15 {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
/* ---------- warnings*/
.inflate15 {
  left: 18px;
  right: 18px;
}
.inflate15 .alert {
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.inflate15 .alert p {
  margin-bottom: 0px;
}
.size24 i {
  font-size: 24px;
}
.posTL {
  position: absolute !important;
  top: 0px;
  left: 0px;
}
.posTR {
  position: absolute !important;
  top: 0px;
  right: 0px;
}
.fixedbr {
  cursor: pointer;
  position: fixed;
  bottom: 8px;
  right: 8px;
}
.fixedbr .skycon-chevron-up {
  font-size: 24px;
  display: block!important;
}
.pointer {
  cursor: pointer;
}
input.day,
input.month,
input.year {
  padding: 0px;
}
/* --------- ------------ ------------ ---------- icons */
.icon {
  position: relative;
  top: -3px;
  height: 16px;
  width: 16px;
  padding: 0px;
  margin: 0px;
  margin-right: 4px;
}
i.icon {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #fff;
}
.text-right .icon {
  margin-right: 0px;
  margin-left: 4px;
}
.greenHold,
.green {
  color: #a6ce39;
}
.greenHold .icon,
.green .icon {
  background-color: #a6ce39;
}
.redHold,
.red {
  color: #d21717;
}
.redHold .icon,
.red .icon {
  background-color: #d21717;
}
.redHold,
.greenHold {
  white-space: nowrap;
}
.orange {
  color: #ffaa00;
}
.blue {
  color: #00aeef;
}
.green.star i {
  color: #a6ce39;
  margin-top: -4px;
  font-size: 24px;
  text-shadow: 0px 0px 2px #fff;
  background: #fff;
  border-radius: 0px 0px 50% 0px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.outlineGrey.star i {
  color: #fff;
  text-shadow: 0px 0px 2px #444;
  margin-top: -4px;
  font-size: 18px;
}
.iconGroup * {
  vertical-align: top;
}
.iconGroup .pull-right .icon.green {
  background-color: #a6ce39;
  display: inline-block;
  text-align: center;
  color: #fff!important;
}
.iconGroup .pull-right .icon.red {
  background-color: #d21717;
  display: inline-block;
  text-align: center;
  color: #fff!important;
}
.iconGroup .icon {
  height: 20px;
  width: 20px;
  margin-right: 0px;
  top: 0px;
}
.thumbnail.accepted {
  box-shadow: 0px 0px 0px -2px #a6ce39 inset;
}
.thumbnail.accepted .setApprove {
  background-color: #a6ce39;
  color: #fff;
}
.thumbnail.declined {
  box-shadow: 0px 0px 0px -2px #d21717 inset;
}
.thumbnail.declined .setDecline {
  background-color: #d21717;
  color: #fff;
}
/* --------- ------------ ------------ ---------- panels */
.box-panel {
  background-color: #f8f8f8;
  margin: 0px 0px 1px 0px;
  padding-top: 4px;
}
.box-panel .smaller,
.box-panel .legal {
  display: block;
}
.box-panel .legal {
  padding-top: 4px;
}
.box-panel .smaller {
  min-height: 20px;
}
/* ---------- Bootstrap override */
label {
  font-weight: 400 !important;
}
/* ---------- Changes to Sky base style */
.skycom-container {
  max-width: 1170px !important;
}
#container > .workspace.row {
  margin: 0px;
}
.tabs-container.page-nav .tabs > .tab a:active {
  border-bottom: 2px solid #0070a5;
  color: #0070a5;
}
.dl-horizontal dt {
  text-align: left;
}
button.btn:hover {
  color: #ffffff;
  background-color: #00aeef;
}
textarea.block {
  width: 100% !important;
}
.smallbutton {
  border: none;
  color: #0070a5;
  font-size: 12px;
  line-height: 14px;
  background: transparent;
  border-bottom: 2px solid transparent;
}
.smallbutton:hover {
  color: #0070a5;
  border-bottom: 2px solid #0070a5;
}
/* ----------- ----------- ----------- Assets mini views*/
.posTRtight {
  position: absolute;
  right: 17px;
  top: 1px;
}
.posTLtight {
  position: absolute;
  left: 17px;
  top: 1px;
  text-shadow: 0px 0px 2px #fff;
}
a.posTRtight {
  display: block;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0px 0px 0px 3px;
  padding: 2px;
  text-align: center;
}
a.posTRtight i {
  color: #0070a5;
  display: block;
}
.assetList .thumbnail {
  width: 43%;
  margin-left: 4%;
  float: left;
}
.thumbnail {
  vertical-align: top;
}
.thumbnail.onrelease .bgImage {
  box-shadow: 0px 0px 64px #ffaa88 inset;
  position: relative;
}
.thumbnail.onrelease .bgImage:after {
  background: #ffaa88;
  content: 'Release Pending';
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
}
.thumbnail.onkill .bgImage {
  box-shadow: 0px 0px 64px #ff0000 inset;
  position: relative;
}
.thumbnail.onkill .bgImage:after {
  background: #ff0000;
  content: 'Killed';
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
}
.thumbnail.onembargo .bgImage {
  box-shadow: 0px 0px 64px #ffaa00 inset;
}
.thumbnail.onembargo .bgImage:after {
  background: #ffaa00;
  content: 'Embargoed';
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
}
.thumbnail.isInternal .bgImage {
  box-shadow: 0px 0px 64px #00aacc inset;
}
.thumbnail.isInternal .bgImage:after {
  background: #00aacc;
  content: 'Internal Only';
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
}
.thumbnail.isInternal .colBgImage {
  box-shadow: 0px 0px 64px #00aacc inset;
}
.thumbnail.isInternal .colBgImage:after {
  background: #00aacc;
  content: 'Internal Only';
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
}
.thumbnail.isInternal .colBgImage + .colBgImage:after {
  content: '';
}
.assetList .assetInformation {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* ----------- ----------- ----------- Assets previews*/
.previewimg {
  padding: 2px;
  border: 1px solid #f4f4f4;
  box-shadow: 0px 0px 2px #f4f4f4;
}
.asset .thumbnail {
  position: relative;
}
.asset .thumbnail .bgImage {
  height: 200px;
  background-size: contain !important;
}
.assetPreviewButton {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.7);
  display: inline-block;
  padding: 5px;
  opacity: 0.7;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.assetPreviewButton:hover {
  color: #ffffff;
  opacity: 1;
  text-decoration: none;
}
/* ---------- Footer elements */
#footer {
  position: fixed;
  left: 0px;
  top: 0px;
  padding: 0px 16px;
  line-height: 12px;
}
#footer span {
  font-size: 10px;
  line-height: 10px;
  padding: 0px;
  color: #eeeeee;
}
/* ---------- Search filters - Consumer view*/
#container > div > #filters {
  border-top: 1px solid #dcdcdc;
}
.searchFiltering a {
  cursor: pointer;
  margin-left: 16px;
  background: #ffffff;
  padding: 4px 8px;
  border-radius: 4px;
  transition: background 0.25s, color: 0.25 s;
}
.searchFiltering a i {
  font-weight: 700;
  margin-left: 0px;
  text-decoration: none;
  opacity: 0;
  position: relative;
  top: -4px;
  color: #00aeef;
}
.searchFiltering a[aria-expanded='true'] {
  color: #00aeef;
}
.searchFiltering a[aria-expanded='true'] i {
  opacity: 1;
}
#filters select {
  width: 160px !important;
}
/* ---------- Keyword search bar */
#filters input[type="text"] {
  width: 100% !important;
}
#filters #keywordTemplate {
  width: 100% !important;
  position: relative !important;
  display: block !important;
}
#filters #keywordTemplate input {
  display: block;
  height: 56px;
  width: 100%;
  font-size: 20px;
}
#filters #keywordTemplate + div + button {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 56px;
  width: 56px;
  line-height: 56px;
  background: #0070a5;
  color: #fff;
  z-index: 100;
}
#filters #keywordTemplate + div + button i {
  color: #fff;
  height: 56px;
  width: auto;
  text-align: center;
  font-size: 29px;
  padding: 0px;
  margin: 0px;
  line-height: 48px;
}
#filters #keywordTemplate + .inline {
  position: absolute;
  top: 16px;
  right: 80px;
  z-index: 101;
  opacity: 0.1;
}
#filters #keywordTemplate + .inline:hover {
  opacity: 1;
}
/* ---------- close button */
#filters i.skycon-close {
  position: relative;
  top: -5px;
  left: 0px;
  font-size: 24px;
  opacity: 0.2;
}
#filters i.skycon-close:hover {
  opacity: 1;
}
#filters .relative .pull-right i.skycon-close {
  top: 0px;
}
#filters .relative .pull-right {
  position: absolute;
  top: 0px;
  right: 0px;
  left: auto;
}
.newnotifications {
  background: #ed1c24;
  color: #ffffff;
  width: 16px;
  height: 16px;
  line-height: 16px;
  position: relative;
  top: -8px;
  left: 4px;
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  margin-right: 4px;
  font-size: 10px;
  font-weight: bold;
}
/* ---------- Main containers */
#workspaceToolsArea > div,
#workspaceWorkArea > div,
#workspaceListArea > div {
  border: 2px solid #dcdcdc;
  background: #fff;
  padding: 0px 12px 12px 12px;
}
#workspaceListArea {
  height: 100%;
}
#workspaceWorkArea {
  padding: 0px;
}
#workspaceWorkArea .listContainer > div {
  position: relative;
  border-bottom: 2px solid #dcdcdc;
  background: #fefefe;
}
#workspaceWorkArea .listContainer > div .Channel {
  height: 16px;
  right: 15px;
}
#workspaceWorkArea .listContainer > div:nth-child(odd) {
  background: #fafafa;
}
#workspaceWorkArea .listContainer > div:hover {
  box-shadow: 16px 0px 0px -8px #00aeef inset !important;
  z-index: 2;
}
.listContainer > div {
  padding-bottom: 8px;
  border-bottom: 2px solid #dcdcdc;
}
.listContainer > div:nth-child(odd) {
  background: #fafafa;
}
.isConsumer #showList,
.isConsumer #showListLink {
  display: none!important;
}
/* ------------------------------------------------------ opener ------*/
.itemFull > .row {
  padding: 8px 15px 0px 15px;
  margin: 0px 15px 1px 15px;
}
.itemFull .Channel .text {
  line-height: 16px;
  display: block;
  margin-right: -15px;
}
/*.itemFull:nth-child(odd) {
  background: @list-odd;
}*/
.open {
  background: #fff;
}
.open .skycon-chevron-down,
.skycon-chevron-up {
  display: none!important;
}
.open .skycon-chevron-up {
  display: inline-block !important;
}
.open .row.hidden {
  display: block !important;
  visibility: visible !important;
  margin-bottom: 8px;
}
.collectionElements {
  clear: both;
}
.collectionElements,
.scrollOverflowY {
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: scroll;
}
p.panelTitle {
  line-height: 48px;
}
/* ---------- ---------- ---------- ---------- ---------- tabs */
#workspaceWorkArea .tab-content .tab-pane {
  display: none;
}
#workspaceWorkArea .tab-content .tab-pane.active {
  display: block;
}
ul.nav.nav-tabs {
  margin: 0px;
  border-bottom-color: transparent;
}
ul.nav.nav-tabs + .tab-content {
  margin: 0px;
  border: 2px solid #dcdcdc;
  min-height: 16px;
}
ul.nav.nav-tabs > li {
  margin-bottom: -4px;
}
ul.nav.nav-tabs > li > a {
  font-size: 16px;
  line-height: 50px;
  padding: 0px 12px;
}
ul.nav.nav-tabs > li.active > a {
  border-color: #dcdcdc;
  border-width: 2px;
  border-bottom-width: 0px;
  font-family: SkyTextMedium, SkyTextRegular, Helvetica, Arial, sans-serif;
}
/* ---------- ---------- ---------- ---------- ---------- Dropable Target */
.ui-droppable {
  border-radius: 8px;
  background: #f4f4f4;
  border: 4px dashed #a6ce39 !important;
  max-width: 200px;
  color: #a6ce39 !important;
  text-align: center;
  padding: 0px;
}
.ui-droppable .panel-body {
  padding: 8px;
}
.ui-droppable i {
  font-size: 32px;
  color: #a6ce39 !important;
}
.ui-droppable p {
  color: #a6ce39 !important;
  font-size: 10px;
  line-height: 12px;
}
.ui-draggable-dragging {
  box-shadow: 0px 4px 16px -8px #000000;
  max-width: 300px;
  opacity: 0.9;
  border: 4px solid #a6ce39 !important;
  cursor: move;
  z-index: 1001;
}
.ui-draggable-dragging:after {
  position: absolute;
  font-family: skycons;
  content: "\f10e";
  color: #fff;
  background-color: #a6ce39;
  font-size: 16px;
  line-height: 24px;
  right: -16px;
  top: -16px;
  width: 34px;
  height: 34px;
  border: 4px solid #a6ce39;
  border-radius: 50%;
  text-align: center;
}
/* ---------- ---------- ---------- Sorting */
.sortby-group {
  position: absolute;
  top: 4px;
  right: 48px;
}
.sortby-group > span {
  color: #999;
  margin-right: 8px;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}
.sortby-group > span:hover {
  color: #333;
}
.sortby-group > span.active {
  color: #00aeef;
}
/* ---------- ---------- ---------- Filter Icon */
.sp_accordion.glyphicon {
  position: absolute;
  top: 4px;
  right: 20px;
  color: #999;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}
.sp_accordion.glyphicon:hover {
  color: #333;
}
.glyphicon.open {
  color: #fdb913;
}
/* ---------- ---------- ---------- ---------- ---------- container for filters */
.sp_accordion_content {
  margin: 0px 4px 12px 4px;
  background: #fdb913;
  border-radius: 8px 0px 4px 8px;
  padding: 4px;
  position: relative;
}
.sp_accordion_content.upMarker {
  height: 1px;
  width: 1px;
  position: absolute;
  bottom: 100%;
  right: 0px;
  border: 8px solid transparent;
  border-bottom-color: #fdb913;
}
.sp_accordion_content .sp_accordion {
  position: relative;
}
/* ---------- ---------- ---------- checkbox filtering */
.checkboxFilters {
  text-align: right;
}
.checkboxFilters + .checkboxFilters {
  border-top: 1px dotted #fff;
}
.checkboxFilters span {
  margin-right: 8px;
}
.checkboxFilters input {
  margin: 0px 0px 0px 4px;
}
.checkboxFilters .formGroup {
  min-width: 76px;
}
/* ---------- ---------- ---------- Filter Searchbar */
.searchbar {
  border-top: 1px dotted #fff;
  margin-top: 5px;
}
/* ---------- ---------- ---------- Splash Accordion */
.accordion-heading {
  display: block;
}
.accordion-heading :hover {
  cursor: pointer;
}
.sp_accordion + .sp_accordion_content,
.sp_accordion .accordion-content {
  height: 0px;
  display: none;
}
/* open rules */
.sp_accordion.open .accordion-content,
.sp_accordion.open + .sp_accordion_content {
  height: auto;
  display: block;
}
/* ---------- ---------- ---------- ---------- ---------- Collection Elements */
.element-assets {
  position: relative;
}
.element-assets .thumbnail {
  display: inline-block;
  width: 200px;
}
.element-assets .thumbnail:hover {
  cursor: pointer;
}
.element-assets .thumbnail .bgImage {
  height: 150px;
  background-size: contain !important;
  position: relative;
}
.element-assets .ui-droppable {
  margin: 0px 4px 4px 4px;
  width: 160px;
  padding-top: 50px;
}
.element-assets .ui-droppable .panel-body {
  height: 160px;
}
.thumbnail .posTR {
  right: 4px;
  top: 2px;
}
.thumbnail .posTR i {
  color: transparent;
  height: 14px;
  width: 14px;
  right: -8px;
  top: -8px;
  line-height: 12px;
  border: 2px solid #fff;
}
.thumbnail.selected {
  box-shadow: 0px 0px 0px 4px #00aeef inset;
}
#workspaceToolsArea ul.nav-tabs > li > a {
  font-size: 12px !important;
}
.tiny {
  font-size: 10px;
  display: block;
}
/* ---------- ---------- ---------- ---------- ---------- Collection Search Results */
.search-results .thumbnail {
  display: inline-block;
  width: 200px;
  cursor: pointer;
  margin-left: 10px;
}
.search-results .thumbnail .bgImage {
  height: 128px;
  background-size: contain;
}
.search-results .thumbnail.selected {
  box-shadow: 0px 0px 0px 4px #6dbb00 inset;
}
.search-results .thumbnail .iconGroup {
  margin: 0px 11px;
}
/* ---------- ---------- ---------- ---------- ---------- Request Create */
.categorysub {
  display: none;
}
/* ---------- ---------- ---------- ---------- ---------- LArge modal */
.modal-lg .sky-form .row {
  background: #f4f4f4;
  margin: 4px 0px;
}
.modal-lg .form-group {
  margin-top: 8px;
}
.modal-lg .form-group > label {
  display: block;
}
.modal-lg .form-group > textarea,
.modal-lg .form-group > select,
.modal-lg .form-group > input[type="text"] {
  display: block;
  width: 100%;
  max-width: 100%;
}
.modal-lg .modal-title {
  font-size: 24px;
  margin: 0px;
}
.modal-lg .element-assets {
  background: transparent;
}
/* ---------- ---------- ---------- Positioning the Channel flags */
.Channel {
  position: absolute;
  top: 4px;
  right: 15px;
  background-color: #eaeaea;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  margin: 0px 0px 8px 0px;
  border-radius: 2px;
  width: auto;
  height: 24px;
  line-height: 24px;
  padding: 0px 16px;
}
.itemFull .Channel {
  top: 8px;
  right: 0px;
  margin: 0px;
  height: 48px;
  line-height: 48px;
  min-width: 200px !important;
}
.itemFull .smaller.inactive {
  margin-top: 8px;
}
.itemFull .row {
  margin-left: 0px;
  margin-right: 0px;
}
.itemFull.open {
  box-shadow: 16px 0px 0px -8px #00aeef inset !important;
}
.select-full {
  width: 100% !important;
}
/* ---------- ---------- ---------- ---------- ---------- Channel colours */
div[channel="CI"] .Channel,
div[channel="ci"] .Channel,
div[channel="FOX"] .Channel,
div[channel="Nickelodeon"] .Channel,
div[channel="Sky Store"] .Channel,
div[channel="Sky Store Bonus"] .Channel,
div[channel="History"] .Channel,
div[channel="Watch"] .Channel,
div[channel="Boomerang"] .Channel,
div[channel="Cartoonito"] .Channel,
div[channel="alibi"] .Channel,
div[channel="Alibi"] .Channel,
div[channel="Dave"] .Channel,
div[channel="4oD"] .Channel,
div[channel="Cartoon Network"] .Channel,
div[channel="Cartoon Netwrk"] .Channel,
div[channel="Sky Disney"] .Channel,
div[channel="Disney HD"] .Channel,
div[channel="Disney"] .Channel,
div[channel="abc studios"] .Channel,
div[channel="Nat Geo"] .Channel,
div[channel="Nat Geo Wild"] .Channel,
div[channel="Lifetime"] .Channel,
div[channel="H2"] .Channel,
div[channel="Challenge"] .Channel,
div[channel="PICK TV"] .Channel,
div[channel="Sky Arts Preview"] .Channel,
div[channel="Sky Arts 1"] .Channel,
div[channel="Sky Arts 2"] .Channel,
div[channel="Sky Arts"] .Channel,
div[channel="Sky Living"] .Channel,
div[channel="Sky Atlantic"] .Channel,
div[channel="Sky Movies"] .Channel,
div[channel="Sky"] .Channel,
div[channel="Sky2"] .Channel,
div[channel="Sky1"] .Channel,
div[channel="Sky 2"] .Channel,
div[channel="Sky 1"] .Channel,
div[channel="Sky News"] .Channel,
div[channel="Sky Sports"] .Channel,
div[channel="Sky Sports 1"] .Channel,
div[channel="Sky Sports 2"] .Channel,
div[channel="Sky Sports 3"] .Channel,
div[channel="Sky Sports 4"] .Channel,
div[channel="Sky Sports News"] .Channel,
div[channel="Sky Sports F1"] .Channel,
div[channel~="Sky"] .Channel,
div[channel~="Disney"] .Channel,
div[channel~="4oD"] .Channel,
div[channel~="alibi"] .Channel,
div[channel="Sky Sports Ryder Cup"] .Channel {
  background-color: transparent;
  color: rgba(255, 255, 255, 0);
  min-width: 100px;
}
div[channel~="Sky"] .Channel,
div[channel="Sky"] .Channel,
div[channel="Sky"] .Channel {
  background-image: url('../images/channels/sky-48.png');
}
div[channel~="Sky Sports"] .Channel,
div[channel="Sky Sports"] .Channel {
  background-image: url('../images/channels/sky-sports48.png');
}
div[channel="Sky Sports 1"] .Channel {
  background-image: url('../images/channels/sky-sports1-48.png');
}
div[channel="Sky Sports 2"] .Channel {
  background-image: url('../images/channels/sky-sports2-48.png');
}
div[channel="Sky Sports 3"] .Channel {
  background-image: url('../images/channels/sky-sports3-48.png');
}
div[channel="Sky Sports 4"] .Channel {
  background-image: url('../images/channels/sky-sports4-48.png');
}
div[channel="Sky Sports News"] .Channel {
  background-image: url('../images/channels/sky-sportsnews-48.png');
}
div[channel="Sky Sports F1"] .Channel {
  background-image: url('../images/channels/sky-sportsf1-48.png');
}
div[channel="Sky Sports Ryder Cup"] .Channel {
  background-image: url('../images/channels/sky-sportryder-48.png');
}
div[channel="ci"] .Channel,
div[channel="CI"] .Channel {
  background-image: url('../images/channels/ci-48.png');
}
div[channel="Sky2"] .Channel,
div[channel="Sky 2"] .Channel {
  background-image: url('../images/channels/sky-2-48.png');
}
div[channel="Sky1"] .Channel,
div[channel="Sky 1"] .Channel {
  background-image: url('../images/channels/sky-1-48.png');
}
div[channel~="Sky News"] .Channel,
div[channel="Sky News"] .Channel {
  background-image: url('../images/channels/sky-news-48.png');
}
div[channel~="Sky Movies"] .Channel,
div[channel="Sky Movies"] .Channel {
  background-image: url('../images/channels/sky-movies-48.png');
}
div[channel~="Sky Atlantic"] .Channel,
div[channel="Sky Atlantic"] .Channel {
  background-image: url('../images/channels/sky-atlantic-48.png');
}
div[channel~="Sky Living"] .Channel,
div[channel="Sky Living"] .Channel {
  background-image: url('../images/channels/sky-living-48.png');
}
div[channel~="Sky Arts"] .Channel,
div[channel="Sky Arts Preview"] .Channel,
div[channel="Sky Arts"] .Channel {
  background-image: url('../images/channels/sky-arts-48.png');
}
div[channel="Sky Arts 1"] .Channel {
  background-image: url('../images/channels/sky-arts1-48.png');
}
div[channel="Sky Arts 2"] .Channel {
  background-image: url('../images/channels/sky-arts2-48.png');
}
div[channel="PICK"] .Channel,
div[channel="PICK TV"] .Channel {
  background-image: url('../images/channels/pick-48.png');
}
div[channel="Sky Store"] .Channel,
div[channel="Sky Store Bonus"] .Channel {
  background-image: url('../images/channels/store-48.png');
}
div[channel~="Disney"] .Channel,
div[channel="Sky Disney"] .Channel,
div[channel="Disney"] .Channel,
div[channel="Disney HD"] .Channel {
  background-image: url('../images/channels/disney-48.png');
}
div[channel~="alibi"] .Channel,
div[channel="alibi"] .Channel,
div[channel="Alibi"] .Channel {
  background-image: url('../images/channels/alibi-48.png');
}
div[channel~="Dave"] .Channel,
div[channel="Dave"] .Channel {
  background-image: url('../images/channels/disney-48.png');
}
div[channel~="4oD"] .Channel,
div[channel="4oD"] .Channel {
  background-image: url('../images/channels/disney-48.png');
}
div[channel="Cartoon Network"] .Channel,
div[channel="Cartoon Netwrk"] .Channel {
  background-image: url('../images/channels/cartoon-network-48.png');
}
div[channel="Boomerang"] .Channel {
  background-image: url('../images/channels/boomerang-48.png');
}
div[channel="Cartoonito"] .Channel {
  background-image: url('../images/channels/cartoonito-48.png');
}
div[channel="Watch"] .Channel {
  background-image: url('../images/channels/watch-48.png');
}
div[channel="Challenge"] .Channel {
  background-image: url('../images/channels/challenge-48.png');
}
div[channel="Nickelodeon"] .Channel {
  background-image: url('../images/channels/nickelodeon-48.png');
}
div[channel="Lifetime"] .Channel {
  background-image: url('../images/channels/lifetime-48.png');
}
div[channel="Nat Geo"] .Channel {
  background-image: url('../images/channels/national-geographic48.png');
}
div[channel="Nat Geo Wild"] .Channel {
  background-image: url('../images/channels/nat-geo-wild48.png');
}
div[channel="H2"] .Channel {
  background-image: url('../images/channels/h2-48.png');
}
div[channel="History"] .Channel {
  background-image: url('../images/channels/history-48.png');
}
div[channel="abc studios"] .Channel {
  background-image: url('../images/channels/abc-studios48.png');
}
div[channel="FOX"] .Channel {
  background-image: url('../images/channels/fox-48.png');
}
/* ---------- ---------- ---------- Heights for Tools */
#workspaceWorkArea .miniTaskList {
  height: 350px;
  transition: height 0.25s;
}
#workspaceWorkArea .collectionElements,
#workspaceListArea .listContainer {
  height: 400px;
  transition: height 0.25s;
}
#workspaceWorkArea .collectionElements {
  height: 263px;
}
.assetLists .tab-pane {
  height: 324px;
  overflow: hidden;
  overflow-y: scroll;
}
@media screen and (min-height: 640px) {
  #workspaceListArea .listContainer {
    height: 515px;
  }
  #workspaceListArea .open + .sp_accordion_content + .listContainer {
    height: 347px;
  }
  #workspaceWorkArea .collectionElements {
    height: 378px;
  }
  .assetLists .tab-pane {
    height: 439px;
  }
  #workspaceWorkArea .miniTaskList {
    height: 465px;
  }
}
@media screen and (min-height: 768px) {
  #workspaceListArea .listContainer {
    height: 643px;
  }
  #workspaceListArea .open + .sp_accordion_content + .listContainer {
    height: 475px;
  }
  #workspaceWorkArea .collectionElements {
    height: 506px;
  }
  .assetLists .tab-pane {
    height: 567px;
  }
  #workspaceWorkArea .miniTaskList {
    height: 593px;
  }
}
@media screen and (min-height: 960px) {
  #workspaceListArea .listContainer {
    height: 835px;
  }
  #workspaceListArea .open + .sp_accordion_content + .listContainer {
    height: 667px;
  }
  #workspaceWorkArea .collectionElements {
    height: 698px;
  }
  .assetLists .tab-pane {
    height: 757px;
  }
  #workspaceWorkArea .miniTaskList {
    height: 685px;
  }
}
@media screen and (min-height: 1024px) {
  #workspaceListArea .listContainer {
    height: 899px;
  }
  #workspaceListArea .open + .sp_accordion_content + .listContainer {
    height: 731px;
  }
  #workspaceWorkArea .collectionElements {
    height: 762px;
  }
  .assetLists .tab-pane {
    height: 821px;
  }
  #workspaceWorkArea .miniTaskList {
    height: 777px;
  }
}
@media screen and (min-height: 1224px) {
  #workspaceListArea .listContainer {
    height: 1099px;
  }
  #workspaceListArea .open + .sp_accordion_content + .listContainer {
    height: 931px;
  }
  #workspaceWorkArea .collectionElements {
    height: 962px;
  }
  .assetLists .tab-pane {
    height: 1021px;
  }
  #workspaceWorkArea .miniTaskList {
    height: 977px;
  }
}
@media screen and (min-height: 1280px) {
  #workspaceListArea .listContainer {
    height: 1155px;
  }
  #workspaceListArea .open + .sp_accordion_content + .listContainer {
    height: 987px;
  }
  #workspaceWorkArea .collectionElements {
    height: 1018px;
  }
  .assetLists .tab-pane {
    height: 1077px;
  }
  #workspaceWorkArea .miniTaskList {
    height: 1033px;
  }
}
@media screen and (min-height: 1400px) {
  #workspaceListArea .listContainer {
    height: 1275px;
  }
  #workspaceListArea .open + .sp_accordion_content + .listContainer {
    height: 1107px;
  }
  #workspaceWorkArea .collectionElements {
    height: 1138px;
  }
  .assetLists .tab-pane {
    height: 1197px;
  }
  #workspaceWorkArea .miniTaskList {
    height: 1153px;
  }
}
@media screen and (min-height: 1600px) {
  #workspaceListArea .listContainer {
    height: 1475px;
  }
  #workspaceListArea .open + .sp_accordion_content + .listContainer {
    height: 1307px;
  }
  #workspaceWorkArea .collectionElements {
    height: 1338px;
  }
  .assetLists .tab-pane {
    height: 1397px;
  }
  #workspaceWorkArea .miniTaskList {
    height: 1353px;
  }
}
@media screen and (min-width: 1920px) {
  div#workspaceListArea {
    width: 20%;
  }
  div#workspaceWorkArea {
    width: 55%;
  }
  div#workspaceToolsArea {
    width: 25%;
  }
}
@media screen and (min-width: 2499px) {
  div#workspaceListArea {
    width: 15%;
  }
  div#workspaceWorkArea {
    width: 60%;
  }
  div#workspaceToolsArea {
    width: 25%;
  }
}
html body.modal-open {
  padding: 0px!important;
}
/* ---------- ---------- ---------- Styles for flag marks */
.mark-preview-square {
  background-color: #999;
  border: 1px solid #000;
  min-height: 100px;
  position: relative;
  overflow: hidden;
}
.cropTool {
  position: relative;
}
.flagmark {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
}
.flagmarktext {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 400;
}
div.markimagepreview {
  position: relative;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}
div.markimagepreview img.previewimg {
  padding: 0px;
  border: none;
}
div.flagmarktext b {
  font-weight: 600;
}
div.flagmarktext i {
  overflow: normal;
}
div.flag-mark-image-search {
  display: none;
}
div.edit-image-mark-panel {
  display: none;
}
div.edit-text-mark-panel {
  display: none;
}
li.mark-item {
  padding: 5px;
  background-color: #eee;
  margin-bottom: 5px;
}
span.edit-text,
span.edit-mark {
  color: #fff;
  background: #336699;
  padding: 3px;
  cursor: pointer;
}
span.download-mark {
  color: #fff;
  background: #E58D63;
  padding: 3px;
  cursor: pointer;
}
span.remove-mark {
  color: #fff;
  background-color: #993333;
  padding: 3px;
  cursor: pointer;
}
span.edit-mark,
span.download-mark,
span.remove-mark {
  margin-left: 3px;
  margin-right: 3px;
}
.positions {
  display: inline-block;
  background-color: #eee;
  width: 102px;
  height: 102px;
}
.position {
  background-color: #aaa;
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  margin-left: 3px;
  margin-top: 3px;
}
.position.active {
  background-color: #336699;
}
.edit-text-edit-caption {
  display: none;
}
div.text-buttons {
  display: none;
}
span.underline {
  text-decoration: underline;
}
button.download-marks {
  margin-right: 0px;
}
div.ib {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-bottom: 10px;
}
span.color {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
}
span.color.selected {
  outline: 2px solid #0000cc;
}
span.color-black {
  background-color: #000;
}
span.color-white {
  background-color: #fff;
}
div.jpeg-limit-form-group {
  display: none;
}
