.carousel {
  position: absolute;
  right: -22px;
  float: right;
  width: 28%;
  height: 300px;
  overflow: hidden;
  clear: left;
}

.carousel-image {
  position: relative;
  float: left;
  width: 76%;
  height: 90%;
  margin: 0 2% .5% 0!important;
  text-align: center;
  border: 1px solid #ccc;
}

.carousel-inner {
  position: relative;
  top: 30px;
  width: 90px;
  height: 100%;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  height: 100%;
  -webkit-transition: 0.00001s ease-in-out left;
          transition: 0.00001s ease-in-out left;
}

.carousel-image img {
  height: 100%;
  max-width: 100%;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  width: 26px;
  height: 23px;
  background: url("../images/sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.carousel-control.left {
  top: 0px;
  left: 15%;
  background-position: -159px -85px;
}

.carousel-control.right {
  bottom: 0px;
  left: 15%;
  background-position: -66px -85px;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
  filter: alpha(opacity=90);
}

.carousel-indicators {
  display: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  float: left;
  width: 21%;
}

.carousel-caption .btn {
  text-shadow: none;
}

.carousel-caption .edit {
  margin-left: 10px;
  color: #75b6c2;
  text-decoration: none;
}

.carousel-caption .used {
  color: #0066cc;
  text-decoration: none;
}

.imgs-preview-mobile {
  display: none;
}

.form-part3 .carousel {
  top: -20px;
  right: 0px;
  width: 90px;
}

.form-part3 .imgs-form {
  width: 70%;
}

.form-part3 .imgs {
  top: -20px;
  width: 90%;
}

.add-images-carousel .carousel-inner img {
  width: 70%;
  height: 42px;
}

/*.add-images-carousel .carousel-control{
	top: 96%;
	width: 17px;
	height: auto;
	border-width: 3px;
	border-radius: 2px;
}
.add-images-carousel .carousel-control.left{
	left: 1%;
	background-position: -6px -1408px;
	border-right-width: 0px;
	border-left-width: 0px;
}
.add-images-carousel .carousel-control.right{
	right: 40.5%;
	background-position: -8px -1458px;
	border-right-width: 0px;
	border-left-width: 0px;
}

*/

.images-preview-container .carousel {
  position: relative;
  width: 100%;
  height: 96%;
  overflow: hidden;
}

.images-preview-container .carousel-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.images-preview-container .carousel .carousel-control.left {
  top: 310px;
  left: 1%;
  background-position: -278px -63px;
}

.images-preview-container .carousel .carousel-control.right {
  top: 310px;
  right: 25%;
  left: inherit;
  background-position: -209px -63px;
}

.addimage-popup .images-preview-container .carousel .carousel-control.left {
  top: 50%;
}

.addimage-popup .images-preview-container .carousel .carousel-control.right {
  top: 50%;
  right: 25%;
}

.images-preview-container .carousel-control {
  position: absolute;
  width: 58px;
  height: 60px;
  background: url("../images/sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

@media all and (max-device-width: 1024px) {
  .add-images-carousel .carousel-control {
    display: none;
  }
}

/*Tablet style starts here */

@media all and (max-width: 1023px) and (min-width: 600px) {
  {
    /*.carousel-control.right {
    right: 1.5%;
    }
    .carousel-control.left {
    right: 1.5%;
    }*/
  
    /*.carousel-control{
    	margin-top:-12%;
    }*/
  
  }
  .carousel-inner {
    top: 0px;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    width: 99.4%;
    height: 70%!important;
    clear: left;
  }
  .carousel-caption {
    width: 100%;
    height: 25%;
    padding-top: 10px;
    clear: left;
  }
  .carousel-caption .add-btn {
    position: absolute;
    right: 5px;
    bottom: 25px;
  }
  .carousel-image {
    width: 99%;
    height: 70%;
    text-align: center;
    border: 1px solid #ccc;
  }
  .add-images-carousel .carousel-control.left {
    top: 0;
    left: 22%;
    background-position: -159px -85px;
  }
  .add-images-carousel .carousel-control.right {
    top: 260px;
    right: 50%;
    background-position: -66px -85px;
  }
  .add-images-carousel .carousel-inner > .active img {
    width: 70%;
    height: 42px;
  }
  .add-images-carousel .carousel {
    position: absolute;
    top: -15px;
    right: -22px;
    width: 28%;
    height: 228px;
    padding: 28px 0;
    margin: 0;
    overflow: hidden;
  }
  .carousel-control {
    position: absolute;
    width: 26px;
    height: 23px;
    background: url("../images/sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  }
  .images-preview-container .carousel {
    right: 0px;
  }
  .images-preview-container .carousel .carousel-control.left {
    top: 260px;
    left: 1%;
    background-position: -278px -63px;
  }
  .images-preview-container .carousel .carousel-control.right {
    top: 260px;
    right: 1%;
    background-position: -208px -63px;
  }
  .addimage-popup .images-preview-container .carousel .carousel-control.left {
    top: 200px;
  }
  .addimage-popup .images-preview-container .carousel .carousel-control.right {
    top: 200px;
    right: 1%;
  }
  .images-preview-container .carousel-control {
    position: absolute;
    width: 58px;
    height: 60px;
    background: url("../images/sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  }
}

/*Mobile style starts here */

@media all and (max-width: 750px) and (min-width: 240px) {
  .imgs-preview-mobile {
    display: block;
  }
  .carousel-caption .add-btn {
    position: absolute;
    right: 5px;
    bottom: 25px;
  }
  .add-images-carousel .carousel {
    position: absolute;
    top: -15px;
    right: -30px;
    width: 28%;
    height: 228px;
    padding: 28px 0;
    margin: 0;
    overflow: hidden;
  }
  .add-images-carousel .carousel-control.left {
    top: 0;
    left: 22%;
    background-position: -159px -85px;
  }
  .add-images-carousel .carousel-control.right {
    top: 260px;
    right: 51%;
    background-position: -66px -85px;
  }
  .add-images-carousel .carousel-inner > .active img {
    width: 68%;
    height: 42px;
    margin-right: 21%;
  }
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.dropdown-menu {
  position: absolute;
  z-index: 999;
  width: 300px;
  height: 200px;
  background: #f2f2f2;
  border: 1px solid #C7C6C7;
  -o-border-radius: 5px;
     border-radius: 5px;
  webkit-border-radius: 5px;
  -mox-border-radius: 5px;
}

.dropdown-menu button {
  background: none;
  border: 0px;
}

.dropdown-menu table {
  width: 100%;
  height: 192px;
}

.dropdown-menu table th {
  text-align: center;
}

.dropdown-menu .pull-left:before {
  content: "\<";
}

.dropdown-menu .pull-right:before {
  content: "\>";
}

.dropdown-menu .pull-left,
.dropdown-menu .btn-block,
.dropdown-menu .pull-right {
  margin-left: 5px;
  cursor: pointer;
}

.dropdown-menu td {
  cursor: pointer;
}

.images-upload-container {
  float: left;
  width: 45%;
  padding: 0px 10px 10px 0px;
  margin-right: 2%;
  margin-bottom: 10px;
  overflow: auto;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.images-upload-container .add-fld {
  position: absolute;
  z-index: 99;
  margin-top: 58px;
  margin-left: 42.5%;
}

.images-upload-container .close {
  z-index: 99;
  float: right;
  margin-top: 13px;
}

.images-upload-container:first-child .close {
  visibility: hidden;
}

@charset "utf-8";

* {
  padding: 0;
  margin: 0;
}

body {
  position: relative !important;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #666;
  text-align: left;
}

.clear {
  clear: both;
}

div,
p,
ul,
h1,
h2,
h3,
h4,
img,
form,
input,
ol,
ul,
li {
  padding: 0;
  margin: 0;
}

p {
  line-height: 16px;
  word-break: break-word;
  word-wrap: break-word;
}

html {
  height: 100%;
}

img {
  border: none;
}

:focus {
  outline: none;
}

.main {
  width: 100%;
  margin: 0 auto;
}

a {
  cursor: pointer;
}

header {
  height: 45px;
}

.logo {
  position: absolute;
  z-index: 100;
  margin: 0 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 44px;
  color: #c1c1c1;
  text-indent: 0;
  text-shadow: 0 -1px 0 #000000;
  cursor: pointer;
  background: none;
}

.click-nav {
  float: right;
  width: 60px;
  margin: auto;
}

.click-nav ul {
  position: relative;
  font-weight: 900;
}

.click-nav ul li {
  position: relative;
  list-style: none;
  cursor: pointer;
}

.click-nav ul li ul {
  position: absolute;
  top: 45px;
  right: 0px;
  left: -100px;
  z-index: 100;
}

.click-nav ul .clicker {
  position: relative;
  color: #5d5d5d;
  background: #5d5d5d;
}

.click-nav ul .clicker:hover,
.click-nav ul .active {
  background: #5d5d5d;
}

.click-nav img {
  position: absolute;
  top: 9px;
  left: 12px;
}

.click-nav ul li a {
  display: block;
  padding: 8px 10px 8px 40px;
  color: #c1c1c1;
  text-decoration: none;
  background: #5d5d5d;
  -webkit-transition: background-color 0.2s ease-in-out;
     -moz-transition: background-color 0.2s ease-in-out;
          transition: background-color 0.2s ease-in-out;
}

.click-nav ul li a:hover {
  background: #F2F2F2;
}

/* Fallbacks */

.click-nav .no-js ul {
  display: none;
}

.click-nav .no-js:hover ul {
  display: block;
}

.top-links {
  float: right;
  margin: 6px 15px 0 0;
  color: #FFFFFF;
}

.top-links span {
  padding-right: 21px;
  line-height: 35px;
}

.top-links span a {
  color: #fff;
  text-decoration: none;
}

.top-links span a:hover {
  color: #fff;
  text-decoration: underline;
}

.notification {
  position: relative;
  float: right;
  width: 23px;
  height: 20px;
  margin: 10px 21px 0;
  cursor: pointer;
  background: url("../images/sprite.png") repeat scroll -10px -118px transparent;
}

.notification2 {
  position: relative;
  float: left;
  width: 25px;
  height: 20px;
  margin: 10px 0 0 20px;
  background: url("../images/sprite.png") repeat scroll -59px -118px transparent;
}

.user-ico {
  position: relative;
  float: left;
  width: 21px;
  height: 20px;
  margin: 10px 0 0 20px;
  cursor: pointer;
  background: url("../images/sprite.png") repeat scroll -103px -118px transparent;
}

.settings-ico {
  position: relative;
  float: left;
  width: 21px;
  height: 20px;
  margin: 10px 0 0 20px;
  cursor: pointer;
  background: url("../images/sprite.png") repeat scroll -140px -120px transparent;
}

.number {
  position: absolute;
  top: 0;
  right: 5px;
  margin: 0;
  font-size: 10px;
  line-height: 18px;
  color: #FFFFFF;
  cursor: pointer;
}

.button2 a {
  padding: 9.5px 10px 9.5px 10px;
  margin: 0 8px 0 0;
  font-size: 10px;
}

.button3 a {
  padding: 9.5px 10px 9.5px 10px;
  margin: 0 8px 0 0;
  font-size: 10px;
}

.actn-buttons {
  position: relative;
  float: left;
  width: 99%;
}

.actn-buttons .button2 {
  position: relative;
  float: left;
}

.actn-buttons2 {
  position: relative;
  float: left;
  width: 99%;
}

@-moz-document url-prefix() {
  .number {
    line-height: 16px;
  }
}

.search {
  float: left;
  width: 340px;
  padding-top: 8px;
  margin-left: 35%;
}

.search-fld {
  width: 340px;
  height: 28px;
  padding: 0 0 0 25px;
  margin-left: 10px;
  font-size: 13px;
  color: #999;
  background: url(../images/sprite.png) no-repeat #ffffff -5px -191px;
  border: 1px solid #ccc;
}

.search-fld2 {
  width: 240px!important;
  height: 28px;
  padding: 0 0 0 25px!important;
  color: #999;
  background: url(../images/sprite.png) no-repeat #ffffff -5px -191px;
  border: 1px solid #ccc;
}

.bodyLength {
  position: relative;
  top: -20px;
  right: -20px;
}

.bodyLengthP {
  position: relative;
  top: 0px;
  right: 0px;
}

.totalLength {
  position: relative;
  top: -10px;
  right: -20px;
  color: #ffffff;
  background-color: #999999;
}

.left-nav {
  position: relative;
  float: left;
  width: 14%;
}

.right-part {
  position: relative;
  float: left;
  width: 85.5%;
}

nav {
  position: relative;
  width: auto;
  padding: 15px;
}

.grid-part {
  position: relative;
  float: left;
  width: 63.5%;
  padding-bottom: 8px;
  margin: 0 10px 0 0;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.chanls-grid-left {
  width: 49%!important;
}

.chanls-grid-right {
  float: right!important;
  width: 49%!important;
}

.chanls-grid-right .tabContentWrap .filter {
  border-radius: 0;
}

.chanls-grid-right .tabContentWrap .araticle-part {
  border-radius: 0;
}

.fr {
  float: right!Important;
}

.fl {
  float: left!Important;
  margin: 5px 0 5px 0;
}

.channel-part-left {
  width: 49.2%!Important;
}

.channel-part-right {
  position: relative;
  float: left;
  width: 49.2%!Important;
}

.channel-grid-part {
  position: relative;
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.imgs-part {
  position: relative;
  float: left;
  width: 99%;
  margin: 0 0 0 0;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.araticle-part {
  position: relative;
  float: left;
  width: 34.5%;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tabContent .araticle-part {
  width: 100%;
  border-radius: none;
}

.araticle-part3 {
  position: relative;
  float: left;
  width: 34.5%;
  min-height: 660px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.wire-article-part section {
  padding: 15px;
}

.wire-article-part .artcl-img-block {
  margin: 0;
}

.preview-txt {
  width: 100%;
  margin: 200px 0 0 0;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.araticle-part2 {
  position: relative;
  float: left;
  width: 34.5%;
  height: 769px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.story-preview {
  max-height: 702px;
  overflow: auto;
}

.story-preview .img-block {
  margin: 0 0;
}

.story-preview .imgs {
  width: 100%;
}

.story-preview .imgs-form {
  float: left;
  width: 73%;
  max-height: 122px;
  margin-top: 0px;
  font-size: 10px;
  color: #999999;
  word-break: break-all;
  word-wrap: break-word;
}

section {
  padding: 10px;
}

.main-link {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid #ccc;
}

.main-link a {
  color: #666;
  text-decoration: none;
}

.main-link a:hover {
  color: #000;
  text-decoration: none;
}

.main-link2 {
  width: 100%;
  font-size: 14px;
  line-height: 25px;
}

.main-link2 a {
  color: #666;
  text-decoration: none;
}

.main-link2 a:hover {
  color: #000;
  text-decoration: none;
}

.sub-link {
  width: 90%;
  padding-left: 15px;
  font-size: 12px;
  line-height: 25px;
}

.sub-link a {
  color: #666;
  text-decoration: none;
}

.sub-link a:hover {
  color: #000;
  text-decoration: none;
}

.sub-link span {
  font-weight: 700;
}

.heading {
  position: relative;
  margin: 15px 0 10px 0;
}

.settings a {
  position: absolute;
  top: -2px;
  right: 10px;
  width: 24px;
  height: 24px;
  text-indent: -9999em;
  cursor: pointer;
  background: url(../images/sprite.png) -139px -19px no-repeat;
}

.heading p {
  padding: 0 0 0 15px;
  font-size: 18px;
  color: #333;
}

.heading p.small {
  font-size: 12px;
  color: #333;
}

.heading p.pagetitle {
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: #333333;
  text-decoration: none;
}

.preview-add {
  float: left;
  width: 80%;
  margin: 0 0 10px 10px;
}

.button-active {
  position: relative;
  float: left;
  padding: 5px 10px 5px 10px;
  margin: 0 8px 0 0;
  color: #333;
  text-decoration: none;
  background: #bcbcbc;
  border: 1px solid #bcbcbc;
}

.mrgn {
  margin: 0 0 0 15px;
}

.img-add {
  right: 10px;
  width: 100%;
}

.content-part {
  position: relative;
  float: left;
  margin: 10px 0 10px 15px;
}

.top-border {
  border-top: 1px solid #ccc!important;
}

.block-tbl {
  background: #ccc;
}

.block-spc {
  padding: 10px;
  vertical-align: top;
  background-color: #fff;
}

.filter {
  max-height: 87px;
  min-height: 29px;
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.filter-expand {
  padding: 10px 0 10px 0;
  margin: -10px 0 0 0;
  overflow: auto;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.full-panel {
  position: relative;
  float: left;
  width: 96.2%;
  padding: 10px;
  margin: 0 0 10px 15px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.publish-expand {
  display: none;
}

.full-panel-sub {
  position: relative;
  float: left;
  width: 96.2%;
  padding: 10px;
  margin: 0 0 10px 15px;
  background: #fff;
}

.panel-grid {
  position: relative;
  float: left;
  width: 100%;
}

.panel-grid .content-scroll {
  width: 97%;
}

.panel-grid .grid-head {
  background: #e4e4e4;
  border: 1px solid #e4e4e4;
}

.save-filter {
  float: right;
  margin: 7px 10px 0 0;
}

#socialMedia {
  padding-top: 1%;
  padding-left: 2px;
}

#accountShow {
  padding-top: 11px;
}

.smHeader3 {
  padding-top: 1%;
}

#accountTypesHeader {
  padding-top: 1%;
  clear: both;
}

.shuttlebox {
  width: 90%;
  height: 150px;
  padding: 2px 10px 2px 10px;
}

#publishList {
  display: block;
  float: left;
  width: 100%;
  height: 200px;
}

.centered {
  float: left;
  padding-right: 37px;
  padding-bottom: 25px;
  padding-left: 37px;
  margin-top: 5px;
}

#smButtons {
  display: block;
  float: left;
  width: 100%;
  max-height: 140px;
  min-height: 36px;
}

#addAccountSelection {
  display: block;
  float: left;
  width: 100%;
  height: 200px;
}

#selectionList {
  padding-bottom: 4%;
}

.inline-buttons {
  float: left;
  padding: 4px;
}

.add-remove {
  display: inline-block;
  padding: 4px 0 4px 0;
}

.add-remove div {
  display: inline-block;
  height: 26px;
}

.artcl-head {
  padding: 6px 0 6px 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px 4px 0 0;
}

.artcl-head-txt {
  padding: 0 0 0 10px;
}

.comts-grid-part .filter select,
.comts-grid-part .filter-expand select {
  margin: 0;
}

.filter select option,
.filter-expand select option {
  padding: 7px 5px;
}

.search-fld-filter {
  width: 230px;
  height: 28px;
  margin: 0 0 0 5px;
  text-indent: 15px;
}

.wire-search-fld {
  width: 166px;
  height: 28px;
  padding: 0 0 0 25px;
  background: url(../images/sprite.png) no-repeat #ffffff -5px -191px;
}

.filter input {
  margin: 0 0 0 10px;
  font-family: 'Helvetica';
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #999999;
  border: 1px solid #ccc;
}

.filter img.date {
  vertical-align: middle;
}

.filter span.arw {
  float: right;
  width: 23px;
  height: 23px;
  margin: 0 10px 0 0;
  cursor: pointer;
  background: url(../images/sprite.png) -10px -85px no-repeat;
}

.filter span.arw-active {
  float: right;
  width: 22px;
  height: 23px;
  margin: 0 10px 0 0;
  cursor: pointer;
  background: url(../images/sprite.png) -42px -85px no-repeat;
}

.grid-tbl {
  padding: 10px;
}

.grid-tbl th {
  font-weight: normal;
  color: #555;
}

.grid-tbl th .title-grid,
.title-grid,
.author-grid,
.edited-grid,
.status-grid,
.comment-ico,
.view-ico {
  display: block;
  cursor: pointer;
}

.grid-tbl td {
  white-space: nowrap;
}

.pop-tbl td {
  padding: 0 5px 0 8px;
  text-align: left;
}

.caption {
  font-size: 10px;
}

.grid-block {
  position: relative;
  width: 98%;
  margin: 5px auto 0 auto;
  background: #000;
}

.grid-tbl td,
.panel-tbl td {
  height: 30px;
  padding: 0 10px 0 10px;
  text-align: left;
  vertical-align: middle;
}

.grid-tbl th,
.panel-tbl th {
  height: 30px;
  padding: 0 10px 0 10px;
  text-align: left;
  vertical-align: middle;
}

.grid-tbl td:first-child,
.panel-tbl td:first-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
          border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
}

.grid-tbl td:last-child,
.panel-tbl td:last-child {
  -webkit-border-top-right-radius: 5px;
          border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
          border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
}

.panel-tbl {
  padding: 0;
  margin: 10px 0 0 0;
}

.text-head {
  height: 30px;
  padding: 0 0 0 10px;
  font-size: 13px;
  color: #333;
  text-align: left;
  background-color: #fff;
  border-bottom: 2px solid #fff;
}

.text-head-center {
  height: 30px;
  font-size: 13px;
  color: #333;
  text-align: center;
  background-color: #fff;
  border-bottom: 2px solid #fff;
}

.text-row {
  height: 30px;
  padding: 0 0 0 10px;
  font-size: 13px;
  color: #333;
  text-align: left;
  background-color: #e4e4e4;
  border-bottom: 2px solid #fff;
}

.text-row-center {
  height: 30px;
  font-size: 13px;
  color: #333;
  text-align: center;
  background-color: #e4e4e4;
  border-bottom: 2px solid #fff;
}

.text-alt-row {
  height: 30px;
  padding: 0 0 0 10px;
  font-size: 13px;
  color: #333;
  text-align: left;
  background-color: #f2f2f2;
  border-bottom: 2px solid #fff;
}

.text-alt-row-center {
  height: 30px;
  font-size: 13px;
  color: #333;
  text-align: center;
  background-color: #f2f2f2;
  border-bottom: 2px solid #fff;
}

.text-select-row {
  height: 30px;
  padding: 0 0 0 10px;
  font-size: 13px;
  color: #333;
  text-align: left;
  background-color: #d6eff2;
  border-bottom: 2px solid #fff;
}

.text-select-row-center {
  height: 30px;
  font-size: 13px;
  color: #333;
  text-align: center;
  background-color: #d6eff2;
  border-bottom: 2px solid #fff;
}

.status {
  position: relative;
  float: right;
  margin: 10px 0 0 0;
}

.status2 {
  position: relative;
  float: right;
  margin: 10px 20px 0 0;
}

.status-label {
  position: relative;
  float: left;
}

.artcl-img-block {
  position: relative;
  float: left;
  margin: 10px 0 0 0;
}

.artcl-img {
  position: relative;
  float: left;
  padding: 0 10px 10px 0;
}

.artcl-heading {
  margin: 10px 0 5px 0;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.artcl-heading a {
  color: #333;
  text-decoration: none;
}

.artcl-heading2 {
  margin: 0 0 5px 0;
  font-size: 14px;
  font-weight: 700;
  color: #333;
}

.artcl-heading3 {
  margin: 0 0 5px 0;
  font-size: 14px;
  color: #333;
}

.artcl-heading3 span.text {
  margin: 0 0 0 5px;
  font-size: 12px;
  color: #666;
}

.artcl-box {
  padding: 10px 10px 5px 10px;
  margin-bottom: 10px;
  border: 1px solid #797979;
  border-radius: 5px;
}

.artcl-box-head {
  margin-bottom: 3px;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  color: #666666;
  text-decoration: none;
}

.artcl-box-content {
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  color: #333333;
  text-decoration: none;
}

.artcl-box-bottom {
  display: inline-block;
  margin-top: 10px;
}

.artcl-box-bottom li {
  float: left;
  padding: 0 14px 0 0;
  background: url("../images/sprite.png") no-repeat scroll right -333px rgba(0, 0, 0, 0);
}

.artcl-box-bottom li:last-child {
  background: none;
}

.artcl-box-bottom li a {
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #2F9FB7;
  text-decoration: none;
}

.artcl-box-bottom li a:hover {
  color: #0066cc;
}

.comments {
  font-size: 11px;
  color: #2F9FB7;
}

.comments2 {
  color: #2F9FB7;
}

.remove {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  text-indent: -999em;
  cursor: pointer;
  background: url(../images/sprite.png) -69px -54px no-repeat;
}

.links {
  margin: 5px 0 10px 0;
  color: #0066CC;
}

.links a {
  color: #0066CC;
  text-decoration: none;
}

.links a:hover {
  color: #0066CC;
  text-decoration: underline;
}

.approval {
  font-size: 12px;
  color: #0066CC;
}

.date {
  font-size: 12px;
  line-height: 30px;
  color: #999;
}

.artcl-text {
  margin: 5px 0 10px 0;
  color: #161616;
}

.wire-article-part .artcl-text {
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #666666;
  text-decoration: none;
}

.artcl-text2 {
  position: relative;
  float: left;
  margin: 5px 10px 15px 10px;
  color: #161616;
}

.comments-link {
  position: relative;
  float: left;
  margin: 0 10px 15px 10px;
  color: #2F9FB7;
}

.comments-link a {
  color: #2F9FB7;
  text-decoration: none;
}

.comments-link a:hover {
  color: #2F9FB7;
  text-decoration: underline;
}

.artcl-text-head2 {
  position: relative;
  float: left;
  margin: 5px 10px 0 10px;
  font-weight: 700;
  color: #444;
}

.artcl-text span {
  color: #444;
}

.artcl-text span ol li {
  list-style-position: inside;
}

.artcl-text span ul li {
  list-style-position: inside;
}

.artcl-text span.heading {
  font-weight: 700;
}

.wire-article-part .artcl-text span {
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  color: #666666;
  text-decoration: none;
}

.form-part1 {
  position: relative;
  float: left;
  width: 56%;
  padding: 0 0 15px 0;
  margin: 0 10px 0 0;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-part2 {
  position: relative;
  float: left;
  width: 42%;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-part3 {
  position: relative;
  float: left;
  width: 42%;
  margin: 0 0 15px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.top-filter {
  position: relative;
  float: left;
  width: 90%;
  margin: 15px 0 0 15px;
}

.object {
  position: relative;
  float: left;
  margin: 0 5px 0 0;
}

.label {
  position: relative;
  float: left;
  margin: 0 15px 0 0;
  vertical-align: top;
}

.publish-txt-label {
  position: absolute;
  width: 190px;
  margin: 5px 5px 0 5px;
  line-height: 18px;
  pointer-events: none;
  cursor: pointer;
  background: transparent;
  background-color: white;
}

.txt-label {
  position: relative;
  float: left;
  width: 89%;
  padding: 0 0 0 0;
  margin: 12px 0 0 15px;
  clear: right;
  line-height: 18px;
}

.txt-fld-block {
  position: relative;
  float: left;
  width: 98%;
  margin: 0 0 0 15px;
  clear: right;
}

.add-fld-block {
  position: relative;
  float: left;
  width: 98%;
  margin: 10px 0 0 15px;
  clear: right;
}

.add-fld-block span {
  float: left;
  margin: 0 8px 0 0;
}

.add-fld-block select {
  padding: 6.5px 3px;
  margin: 0;
  font-size: 12px;
}

.add-fld-block p {
  line-height: 22px;
}

.txt-fld {
  width: 99%;
  padding: 6px 3px;
  font-size: 12px;
  border: 1px solid #999;
}

.txt-fld2 {
  width: 99%;
  height: 28px;
  padding: 4px;
  vertical-align: middle;
}

.txt-area {
  width: 98%;
  height: 65px;
  padding: 5px 0 5px 6px;
  font-size: 12px;
  border: 1px solid #999;
  resize: vertical;
}

.wire-date-fld {
  width: 60px;
  height: 22px;
  color: #333333!important;
  text-indent: 4px;
}

.category {
  padding: 6px 3px;
  font-size: 12px;
}

#noChannelFilter {
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.inp-fld {
  position: relative;
  float: left;
  width: 91%;
}

.inp-fld-story-list {
  position: relative;
  left: 5px;
  float: left;
}

.channel-publish-panel-expand span.radiotiming {
  margin-bottom: 10px;
  text-indent: 10px;
}

.inp-fld-big {
  width: 30%;
}

.inp-fld-sml {
  width: 20%;
  margin-left: 22px;
}

.undated-chk {
  float: left;
  padding: 5px 0;
  margin-left: 25px;
}

.direction-chk {
  position: relative;
  left: 20%;
  float: left;
  padding: 5px 0;
}

.direction-chk span {
  position: relative;
  top: -2px;
  left: 7px;
  font-weight: 700;
}

.properties-fld-block .inp-fld {
  width: 100%;
}

.properties-fld-block .inp-fld input {
  float: left;
  width: 100%;
}

.add-fld {
  position: relative;
  float: left;
  width: 5%;
  margin: 0 0 0 10px;
}

.heading2 .add-fld {
  position: relative;
  float: right;
  width: auto;
  margin: 0 0 10px 10px;
}

.add-fld-ico {
  display: block;
  width: 26px;
  height: 26px;
  text-indent: -999em;
  background: url(../images/sprite.png) -11px -50px no-repeat;
}

.add-fld-ico-disable {
  display: block;
  width: 26px;
  height: 26px;
  text-indent: -999em;
  cursor: default!important;
  background: url(../images/sprite.png) -146px -50px no-repeat;
}

.add-fld-white-disable {
  display: block;
  width: 26px;
  height: 26px;
  text-indent: -999em;
  cursor: default!important;
  background: url(../images/sprite.png) -179px -50px no-repeat;
}

.close {
  float: right;
  padding: 0 0 0 16px;
  margin: 0 10% 0 0;
  color: #75b6c2;
  background: url(../images/sprite.png) -989px -75px no-repeat;
}

.close a {
  color: #75b6c2;
  text-decoration: none;
}

.plus {
  float: right;
  padding: 0 0 0 16px;
  margin: 0 5px 0 0;
  font-size: 12px;
  font-weight: normal;
  color: #17a5c0;
  background: url(../images/sprite.png) -988px -6px no-repeat;
}

.edit-filter {
  float: right;
  padding: 0 10px 0 0;
  margin: 0 5px 0 0;
  font-size: 12px;
  font-weight: normal;
  color: #17a5c0;
}

.remove-icon {
  float: right;
  padding: 0 0 0 16px;
  margin: 0 5px 0 0;
  font-size: 12px;
  font-weight: normal;
  color: #17a5c0;
  background: url(../images/sprite.png) -989px -74px no-repeat;
}

.publish-actions {
  position: relative;
  float: left;
  width: 100%;
  margin: 5px 0 5px 0;
}

.publish-actions span {
  float: left;
  margin: 0 10px 0 0;
}

.tabs-part {
  position: relative;
  float: left;
  width: 98%;
  margin: 10px 0 0 15px;
}

.tabs-part2 {
  position: relative;
  float: left;
  width: 100%;
  margin: 00px 0 0 0;
}

textarea,
input {
  transition: all 1s;
}

textarea:focus,
input:focus {
  border-color: #7adbf2;
  -webkit-box-shadow: 0 0 2px 2px #b9f2ff;
          box-shadow: 0 0 2px 2px #b9f2ff;
}

.tab a {
  position: relative;
  float: left;
  padding: 6px 25px 6px 25px;
  margin: 0 2px 0 0;
  font-size: 11px;
  color: #666;
  text-decoration: none;
  text-transform: uppercase;
  background: #e4e4e4;
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

.tabs a.active {
  color: #fff;
  background-color: #2f9fb7;
}

.tab-d a {
  position: relative;
  float: left;
  padding: 6px 25px 6px 25px;
  margin: 0 2px 0 0;
  font-size: 11px;
  color: #666;
  text-decoration: none;
  text-transform: uppercase;
  background: #e4e4e4;
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

.tabs a:hover {
  color: #fff;
  background: #2f9fb7;
}

.tab-line {
  position: relative;
  float: left;
  width: 89.2%;
  height: 10px;
  margin: 0 0 0 15px;
  background: #2f9fb7;
  border-right: 1px solid #2f9fb7;
  border-left: 1px solid #2f9fb7;
}

.tab-line2 {
  width: 100%!Important;
  margin: 0!Important;
}

.tab-content {
  position: relative;
  float: left;
  width: 89.2%;
  height: 300px;
  padding-top: 42px;
  margin: 0 0 0 15px;
  overflow-y: scroll;
  border-right: 1px solid #abadb3;
  border-bottom: 1px solid #abadb3;
  border-left: 1px solid #abadb3;
}

.content-scroll {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  max-height: 650px;
  overflow-y: auto;
}

.content-scroll2 {
  padding-right: 9px;
}

.tab-words {
  position: relative;
  float: left;
  width: 89.2%;
  margin: 10px 0 0 15px;
  text-align: right;
}

.tab-top-border {
  border-top: 1px solid #abadb3;
}

.tab-content p {
  margin: 10px;
}

.text-editor {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 999;
  float: left;
  width: 95%;
  padding: 10px 0 10px 10px;
  resize: none;
}

.text-editor2 {
  position: absolute;
  top: 10px;
  left: 10px;
}

.editor-buttons {
  position: relative;
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 6px 0 0;
  text-indent: -999em;
  cursor: pointer;
}

.bold-button {
  background: url(../images/sprite.png) -261px -10px no-repeat;
}

.italic-button {
  background: url(../images/sprite.png) -295px -10px no-repeat;
}

.under-line-button {
  background: url(../images/sprite.png) -329px -10px no-repeat;
}

.small-button {
  background: url(../images/sprite.png) -363px -10px no-repeat;
}

.window-button {
  background: url(../images/sprite.png) -397px -10px no-repeat;
}

.insert-button {
  width: 68px;
  background: url(../images/sprite.png) -431px -10px no-repeat;
}

.heading2 {
  position: relative;
  width: 96%;
  margin: 10px auto 10px auto;
  font-size: 14px;
  font-weight: 700;
}

.panel-heading {
  position: relative;
  width: 100%;
  margin: 0;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}

.panel-expand-active,
.panel-expand1-active,
.panel-expand2-active,
.panel-expand3-active,
.channel-publish-panel-active {
  position: relative;
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  margin: 2px 0 0 9px;
  text-indent: -999em;
  cursor: pointer;
  background: url("../images/sprite.png") no-repeat scroll -984px -54px transparent;
}

.panel-expand,
.panel-expand1,
.panel-expand2,
.panel-expand3,
.channel-publish-panel {
  position: relative;
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  margin: 2px 0 0 9px;
  text-indent: -999em;
  cursor: pointer;
  background: url("../images/sprite.png") no-repeat scroll -984px -27px transparent;
}

.panel-left {
  float: left;
  width: 47%;
  padding-right: 2%;
  border-right: 1px solid #999999;
}

.panel-right {
  float: left;
  width: 47%;
  padding-left: 3%;
}

.panel-left .custom-label {
  width: 35%;
}

.panel-left .custom-fld-block {
  width: 60%;
}

.panel-right .custom-label {
  width: 35%;
}

.panel-right .custom-fld-block {
  width: 60%;
}

.img-block {
  position: relative;
  display: inline-block;
  width: 96%;
  margin: 15px 9px;
}

.imgs {
  position: relative;
  float: left;
  width: 45%;
  margin-bottom: 10px;
}

.preview-img {
  position: relative;
  float: left;
  width: 100%;
  height: 168px;
  margin: 0;
  text-align: center;
}

.preview-img img {
  height: 100%;
  max-width: 100%;
}

.thumbs-block {
  position: relative;
  float: left;
  margin: 0;
}

.thumb {
  width: 55px!important;
  height: 38px;
}

.thumb-active {
  width: 51px!important;
  height: 34px;
  border: 2px solid #fd9909;
}

.imgs-form {
  position: relative;
  float: left;
  width: 76%;
  margin-right: 7px;
}

.img-spn {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}

.img-active {
  border: 3px solid #fd9909;
}

.txt-link a {
  color: #75B6C2!important;
  text-decoration: none;
}

.txt-link a:hover {
  color: #75B6C2;
  text-decoration: underline;
}

.tag {
  position: relative;
  width: auto;
  padding: 6px 10px 6px 10px;
  margin: 10px 15px 0 15px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tag3 {
  margin: 4px 0 6px 0!important;
}

.tag4 {
  margin: 4px 6px 0 0!important;
}

.txt-bold {
  font-weight: 700;
  color: #333;
}

.tag2 {
  position: relative;
  display: flex;
  float: left;
  min-width: 30px;
  padding: 6px 10px 6px 10px;
  margin: 10px -6px 0 15px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.add-btn a {
  display: inline-block;
  width: auto;
  height: 24px;
  padding: 0 7px;
  margin: 0 15px 0 0;
  line-height: 24px;
  color: #2f9fb7;
  text-decoration: none;
  cursor: pointer;
  background: #fff;
  border: 1px solid #2f9fb7;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tag span {
  color: #2F9FB7;
}

.tag-close {
  position: relative;
  float: right;
  width: 12px;
  height: 12px;
  margin: 2px 0 0 9px;
  cursor: pointer;
  background: url(../images/sprite.png) no-repeat -172px -19px;
}

.tag-image {
  position: relative;
  float: right;
  width: 15px;
  height: 15px;
  margin: 0 0 0 0;
  cursor: pointer;
  background: url(../images/sprite.png) no-repeat -10px -161px;
}

.comment-ico {
  display: block;
  width: 25px;
  height: 16px;
  cursor: pointer;
  background: url("../images/sprite.png") no-repeat scroll -198px -19px rgba(0, 0, 0, 0);
}

.camera-ico {
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(../images/sprite.png) no-repeat -983px -184px;
}

.doc-ico {
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(../images/sprite.png) no-repeat -983px -283px;
}

.star-ico {
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(../images/sprite.png) no-repeat -983px -217px;
}

.imgs-ico {
  display: block;
  width: 18px;
  height: 16px;
  cursor: pointer;
  background: url(../images/sprite.png) no-repeat -981px -251px;
}

.view-ico {
  display: block;
  width: 30px;
  height: 16px;
  cursor: pointer;
  background: url("../images/sprite.png") no-repeat scroll -220px -19px rgba(0, 0, 0, 0);
}

.tick-ico {
  display: block;
  width: 16px;
  height: 12px;
  cursor: pointer;
  background: url("../images/sprite.png") no-repeat scroll -964px -303px rgba(0, 0, 0, 0);
}

.img-ico {
  width: 15px;
  height: 15px;
  padding: 2px !important;
  cursor: pointer;
  background: url("../images/sprite.png") no-repeat scroll -44px -162px rgba(0, 0, 0, 0);
}

.img-doc-ico {
  width: 18px;
  height: 19px;
  padding: 2px !important;
  cursor: pointer;
  background: url("../images/sprite.png") no-repeat scroll -982px -279px rgba(0, 0, 0, 0);
}

.img-prv-ico {
  width: 18px;
  height: 19px;
  padding: 2px !important;
  cursor: pointer;
  background: url("../images/sprite.png") no-repeat scroll -946px -279px rgba(0, 0, 0, 0);
}

.grid-row,
.grid-alt-row {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 2px 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.grid-head {
  position: relative;
  float: left;
  width: 97%;
  margin: 0 0 2px 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.grid-head-icon {
  padding: 0!Important;
  margin: 10px 0 0 0;
}

.grid-head .down-arrow {
  float: right;
  padding: 0;
  margin-top: 2px;
  margin-left: 3px;
}

.orderlist-grid .down-arrow {
  float: right;
  padding: 0;
  margin-top: -13px;
  margin-left: 10px;
}

.grid-head div {
  position: relative;
  float: left;
  white-space: normal;
}

.grid-head div span {
  position: relative;
  float: left;
  padding: 10px;
  font-weight: bold;
  color: #666;
}

.grid-row,
.grid-alt-row div {
  position: relative;
  float: left;
  white-space: normal;
  cursor: pointer;
}

.grid-row div span {
  position: relative;
  float: left;
  padding: 10px;
}

.grid-alt-row div span {
  position: relative;
  float: left;
  padding: 10px;
}

.title-grid {
  position: relative;
  float: left;
  width: 33%;
  word-break: normal;
  word-wrap: break-word;
}

.author-grid {
  position: relative;
  float: left;
  width: 25%;
  word-break: normal;
  word-wrap: break-word;
}

.edited-grid {
  position: relative;
  float: left;
  width: 26%;
  word-break: normal;
  word-wrap: break-word;
}

.comment-grid {
  position: relative;
  float: left;
  width: 6%;
  word-break: break-all;
}

.view-grid {
  position: relative;
  float: left;
  width: 7%;
  word-break: break-all;
}

.status-grid {
  position: relative;
  float: left;
  width: 15%;
  word-break: normal;
  word-wrap: break-word;
}

.creator-grid {
  position: relative;
  float: left;
  width: 30%;
}

.name-grid {
  position: relative;
  float: left;
  width: 30%;
}

.priority-grid {
  position: relative;
  float: left;
  width: 30%;
}

.main-grid {
  position: relative;
  float: left;
}

.grid-part2 .filter-expand {
  display: none!Important;
}

.grid-part2 .fld-hide {
  display: none!Important;
}

.checkbox-grid {
  position: relative;
  float: left;
  width: 5%;
  margin: 2px 0 -2px 2px;
}

.time-grid {
  position: relative;
  float: left;
  width: 8%;
}

.headline-grid {
  position: relative;
  float: left;
  width: 48%;
  color: #333333;
}

.category-grid {
  position: relative;
  float: left;
  width: 17%;
}

.agency-grid {
  position: relative;
  float: left;
  width: 12%;
}

.used-grid {
  position: relative;
  float: left;
  width: 7%;
}

.status-grid {
  margin: 0;
}

.title-grid > span {
  color: #333333;
}

.comts-title-grid {
  position: relative;
  float: left;
  width: 56%;
}

.new-comts-grid {
  position: relative;
  float: left;
  width: 18%;
}

.total-comts-grid {
  position: relative;
  float: left;
  width: 18%;
}

.orderlist-grid {
  position: relative;
  float: left;
  width: 8%;
}

.chanls-head-grid,
.chanls-head2-grid {
  position: relative;
  float: left;
  width: 60%;
  color: #333333;
}

.chanls-comment-grid {
  position: relative;
  float: left;
  width: 10%;
}

.chanls-view-grid {
  position: relative;
  float: left;
  width: 13%;
}

.grid-head .chanls-comment-grid span {
  margin-top: 11px;
  margin-left: 13px;
}

.grid-head .chanls-view-grid span {
  width: 63%;
  margin-top: 11px;
  margin-left: 12px;
}

.imgicon-grid {
  position: relative;
  float: left;
  width: 4%;
  margin: 2% 0 1% 3%;
}

.chanls-add {
  position: relative;
  float: left;
  width: 10%;
  color: #2F9FB7;
}

.chanls-head2-grid {
  position: relative;
  float: left;
  width: 50%;
}

.chanls-view-grid span {
  width: 66%;
  text-align: center;
}

.chanls-comment-grid span {
  width: 66%;
  text-align: center;
}

.grid-row .new-comts-grid,
.grid-row .total-comts-grid {
  text-indent: 35px;
}

.active-comts {
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  color: #333333;
  text-decoration: none;
}

.tags-block {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}

.tags-block .dropdown-menu {
  width: inherit;
  height: 200px;
  padding: 5px;
  overflow: scroll;
  line-height: 25px;
  background: #ffffff;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.search-tag {
  width: 90%;
  height: 28px;
  margin: 0 10px 0 15px;
  border: 1px solid #999999;
}

.button {
  position: relative;
  float: left;
  width: 100%;
  margin: 20px 0 0 10px;
}

.heading2 .add-btn {
  position: absolute;
  top: 0;
  right: 20px;
}

.heading2 .add-btn a {
  font-size: 12px;
  font-weight: normal;
}

.mre-pls-lble {
  line-height: 23px;
}

.down-arrow {
  margin-top: 1px;
  margin-left: 5px;
  font-size: 8px;
}

.multipri-down-arrow {
  margin-right: 3px;
  font-size: 12px;
}

.more-btn .down-arrow {
  margin-left: 0;
}

.big-img-pop {
  position: absolute;
  top: 100px;
  left: 100px;
  z-index: 9999;
  display: none;
  width: 540px;
  height: 295px;
  padding: 10px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.big-img-pop .img img {
  float: left;
  width: 422px!Important;
  height: 294px!Important;
  margin: 0 10px 0 0;
}

.subnav {
  padding: 0;
}

.subnav li {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #acacac;
}

.subnav li,
.subnav li a {
  display: block;
  margin: 0;
}

.subnav li a {
  padding: 8px 10px 8px 10px;
  font-size: 12px;
  color: #2e1d13;
  text-decoration: none;
}

.subnav li a:hover,
.subnav li.selected > a {
  font-weight: 700;
  color: #484443;
}

.subnav li.selected ul .selected {
  font-weight: 700;
}

.subnav li ul {
  display: none;
}

.subnav li ul li {
  border: 0;
}

.subnav li ul li a {
  padding-top: 0;
  padding-left: 25px;
}

.subnav li ul li a:hover {
  font-weight: 700;
}

.nav-space {
  margin-bottom: 5px!important;
}

.imgs-area {
  position: relative;
  float: left;
  width: 99%;
  height: 700px;
  padding-top: 1%;
  padding-left: 1%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.img-load-inprogress {
  opacity: 0.4;
}

.addimage-popup .imgs-area {
  height: 500px;
}

.imgs-block {
  position: relative;
  float: left;
  width: 32.3%;
  height: 242px;
  margin-right: 1%;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.imgs-block span.img {
  position: relative;
  float: left;
  width: 175px;
  height: 120px;
  overflow: hidden;
}

.imgs-block span.txt {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  padding: 10px 5px 10px 5px;
  margin-top: 5px;
  overflow: hidden;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 0 black;
  background: #5d5d5d;
  opacity: .80;
  -ms-filter: "alpha(opacity=0)";
  -webkit-transition: all 0.15s ease-in-out;
     -moz-transition: all 0.15s ease-in-out;
       -o-transition: all 0.15s ease-in-out;
          transition: all 0.15s ease-in-out;
}

.imgs-block span.view {
  display: none;
  float: right;
  font-size: 11px;
  line-height: 20px;
  color: #ffffff;
}

.acc-block {
  position: relative;
  float: left;
  width: 95%;
  margin: 0 0 10px 0;
  border: 1px solid #666;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.acc-head {
  position: relative;
  float: left;
  width: 100%;
  padding: 6px 0 6px 0;
  color: #fff;
  background-color: #666;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.filter-txt {
  margin: 0 0 0 10px;
}

.login {
  position: relative;
  width: 400px;
  height: 250px;
  margin: 290px auto;
}

.text-in-login {
  position: absolute;
  top: 275px;
  left: 46%;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  color: grey;
}

.login-fld {
  position: relative;
  margin: 10px 0 0 0;
}

.login-fld input {
  height: 30px;
  color: #888;
  border-radius: 4px;
}

.login-header {
  position: relative;
  margin: auto;
  font-size: 16px;
}

.tablet-menu {
  display: none;
}

.mobile-search-bar {
  display: none;
}

.mobile-menu-box,
.mobile-gear-menu-box {
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #dcdcdc;
  border-bottom: 1px solid #999;
}

.mobile-menu-box ul,
.mobile-gear-menu-box ul {
  width: 95%;
  margin: 15px auto 0 auto;
  list-style-type: none;
}

.mobile-menu-box ul li a,
.mobile-gear-menu-box ul li a {
  position: relative;
  float: left;
  width: 100%;
  padding: 8px 0 8px 0;
  margin: 0 0 15px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #73bdce;
  background: linear-gradient(to bottom, #73bdce 0%, #67a7b6 100%);
  background: -moz-linear-gradient(top, #73bdce 0%, #67a7b6 100%);
  background: -ms-linear-gradient(top, #73bdce 0%, #67a7b6 100%);
  background: -o-linear-gradient(top, #73bdce 0%, #67a7b6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #73bdce), color-stop(100%, #67a7b6));
  background: -webkit-linear-gradient(top, #73bdce 0%, #67a7b6 100%);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73bdce', endColorstr='#67a7b6', GradientType=0);
}

.filter-expand,
.mobile-menu-box,
.mobile-gear-menu-box,
.mobile-menu,
.mobile-gear-menu {
  display: none;
}

.mobile-setting-menu {
  display: none;
}

.mobile-add-filter {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin: 8px 0 -2px 13px;
}

.mobile-save-filter {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin: 8px 0 -2px 13px;
  font-size: 11px;
}

.email-freelance {
  position: relative;
  width: 730px;
  margin: 20px auto 0 auto;
}

.email-header {
  position: relative;
  float: left;
  width: 100%;
}

.email-address {
  position: relative;
  float: left;
  width: 65%;
}

.email-date {
  position: relative;
  float: right;
  width: 35%;
  text-align: right;
}

.email-line {
  position: relative;
  float: left;
  width: 100%;
  height: 1px;
  margin: 0 0 10px 0;
  background-color: #ccc;
}

.pop-up {
  position: fixed;
  top: 200px;
  right: 0;
  left: 0;
  z-index: 55555;
  width: 410px;
  margin: auto;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.pop-up-small {
  width: 220px;
}

.status-pop {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 99999;
  width: 220px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.status-pop select {
  padding: 5.5px 0;
}

.pop-up-big {
  top: 80px;
  width: 770px;
}

.pop-up-med {
  width: 600px;
}

.pop-up-big .pop-elements {
  width: 730px;
}

.pop-up-plain,
.pop-up-plain2 {
  position: absolute;
  top: 200px;
  right: 0;
  left: 0;
  z-index: 99999;
  z-index: 999999;
  display: block;
  width: 410px;
  height: 280px;
  margin: auto;
  font-size: 14px;
  line-height: 200px;
  text-align: center;
  cursor: pointer;
}

.pop-heading-spc {
  margin-bottom: 20px;
}

.pop-close {
  position: absolute;
  top: 0;
  right: 10px!important;
}

.pop-elements {
  position: relative;
  float: left;
  width: 384px;
  margin: 0 0 18px 15px;
}

.rad-check {
  margin: 4px 0 0 5px;
}

.pop-elements2 {
  position: relative;
  float: left;
  width: 384px;
  margin: 0 0 0 15px;
}

.pop-elements-small {
  position: relative;
  float: left;
  width: 384px;
  margin: 0 0 0 15px;
  border-bottom: 1px solid #999;
}

.pop-up span {
  float: left;
}

.pop-up input {
  height: 24px;
  padding: 0 0 0 6px;
  font-size: 12px;
}

.pop-up textarea {
  width: 98%;
  height: 50px;
  padding: 5px;
  font-size: 12px;
  border: 1px solid #999;
}

.txt-fld-date {
  width: 52px;
}

.txt-fld-img-big {
  width: 250px;
}

.txt-fld-big {
  width: 290px;
}

.pop-select {
  width: 180px;
  padding: 3px;
  margin: 0;
  font-size: 12px;
}

.pop-select-small {
  width: 100px;
}

.label-space {
  margin: 0 5px 0 0;
  line-height: 23px;
}

.label-space-more {
  margin: 0 35px 0 0;
  line-height: 23px;
}

.object-space {
  margin: 0 10px 0 0;
}

.txt-fld-doc {
  width: 277px;
  padding: 0 0 0 20px!Important;
  background: url(../images/sprite.png) no-repeat #ffffff -982px -94px;
}

.txt-fld-link {
  width: 277px;
  padding: 0 0 0 20px!Important;
  background: url(../images/sprite.png) no-repeat #ffffff -979px -122px;
}

.txt-fld-pop-big {
  width: 560px;
}

.wire-custom-date-block {
  float: left;
}

ul.typeahead {
  width: inherit;
  border: 1px solid #999999;
}

.txt-area-pop {
  width: 565px;
  height: 150px;
  font-size: 12px;
  border: 1px solid #999999;
}

.no-broder {
  border: none;
}

.txt-fld-search {
  width: 167px;
  height: 21px!Important;
  padding: 0 0 0 20px!Important;
  background: url(../images/sprite.png) no-repeat #ffffff -5px -194px;
}

.pop-buttons {
  width: 45px!Important;
  text-align: center!Important;
}

.video-add,
.images-add,
.add-access {
  cursor: pointer;
}

.code-box {
  position: relative;
  float: left;
  width: 48px;
  height: 33px;
  margin: 0 20px 0 15px;
  background: url(../images/sprite.png) no-repeat -625px -10px;
}

.code-box p {
  margin: 0 0 0 -17px;
  font-size: 10px;
  line-height: 75px;
}

.fact-box {
  position: relative;
  float: left;
  width: 32px;
  height: 33px;
  margin: 0 20px 0 0;
  cursor: pointer;
  background: url(../images/sprite.png) no-repeat -547px -10px;
}

.fact-box p {
  margin: 0 0 0 -4px;
  font-size: 10px;
  line-height: 75px;
}

.add-box {
  position: relative;
  float: left;
  width: 32px;
  height: 33px;
  margin: 0 20px 0 0;
  background: url(../images/sprite.png) no-repeat -584px -10px;
}

.pop-window {
  position: relative;
  float: left;
  width: 94%;
  margin: 3%;
}

.add-imgs-thumbs {
  z-index: 999999;
}

.pop-txt-area {
  width: 430px;
  height: 90px;
  padding: 5px;
}

.pop-window-elements {
  position: relative;
  float: left;
  width: 100%;
  margin: 10px 0 5px 0;
}

.pop-window-elements span {
  position: relative;
  float: left;
  margin: 0 5px 0 0;
  vertical-align: top;
}

.filter-header {
  position: relative;
  width: 100%;
  height: 42px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}

.wire-dateIcon {
  width: 27px;
  height: 27px;
  margin-left: 72px;
  line-height: 25px;
  text-indent: 25px;
  background: url("../images/sprite.png") no-repeat scroll -677px -9px rgba(0, 0, 0, 0);
}

.custom-fld-block input,
.wire-custom-date-block input {
  float: left;
}

.filter-close {
  position: absolute;
  top: 12px;
  right: 15px;
}

.pop-thumb {
  position: relative;
  float: left;
  width: 135px;
  margin: 0 11px 15px 0;
}

.pop-thumb .img img {
  position: relative;
  float: left;
  width: 135px;
  height: 94px;
  cursor: pointer;
}

.pop-thumb .img:hover .big-img-pop {
  display: block;
}

.pop-thumb p {
  font-size: 11px;
}

.enlarge-ico {
  position: absolute;
  top: 60px;
  left: 8px;
  display: block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: url(../images/sprite.png) no-repeat -747px -10px;
}

.img-view {
  position: relative;
  float: left;
  width: 100%;
  margin: -10px 0 0 0;
}

.img-view .img {
  float: left;
  width: 79%;
}

.crop-thumbs {
  position: relative;
  float: right;
  width: 17%;
  height: 419px;
  padding: 10px;
  overflow-y: scroll;
}

.crop-bar {
  position: relative;
  width: 550px;
  height: 35px;
  padding: 5px 10px 0 10px;
  margin: -3px 0 0 0;
}

.four-three img {
  width: 72px;
  height: 50px;
}

.sixteen-nine img {
  width: 72px;
  height: 40px;
}

.three-five img {
  width: 48px;
  height: 64px;
}

.three-four img {
  width: 48px;
  height: 56px;
}

.crop-thumb {
  position: relative;
}

.crop-thumb p {
  width: 100%!Important;
}

.img-view .img img {
  width: 570px;
  height: 400px;
}

.img-view p {
  float: left;
  width: 20%;
  margin: 0 0 8px 0;
}

.preview-txt-img {
  position: relative;
  float: right!Important;
  margin: 0 160px 0 0;
}

.img-view-nav {
  position: absolute;
  top: 0;
  left: 230px;
}

.img-view-nav span {
  margin: 0 30px 0 0;
}

.imgs-view {
  z-index: 9999999;
}

.imgs-line {
  position: relative;
  width: 100%;
  height: 1px;
  margin: 5px 0 5px 0;
}

.filter-block {
  width: 92%;
  margin: 0 auto;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.filter-rack {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.arrow-filter {
  display: block;
  float: right;
  width: 12px;
  height: 12px;
  text-indent: -999em;
  background: url(../images/sprite.png) no-repeat -987px -155px;
}

.tick-filter {
  display: block;
  float: right;
  width: 12px;
  height: 14px;
  text-indent: -999em;
  background: url(../images/sprite.png) no-repeat -986px -313px;
}

.filter-days {
  float: right;
  padding: 0 10px 0 0;
}

.search-fld-filter2 {
  width: 90%;
  height: 28px;
  padding: 0 0 0 25px!important;
  color: #999;
  background: url(../images/sprite.png) no-repeat #ffffff -5px -191px;
  border: 1px solid #ccc;
}

.stories-list .actn-buttons {
  display: block;
}

.tablet-buttons {
  position: absolute;
  top: 0;
  right: 19px;
  display: none;
  width: 20px;
  height: 20px;
  text-indent: -999em;
  cursor: pointer;
  border: 1px solid #CCCCCC;
  border-radius: 4px 4px 4px 4px;
}

.new-btn {
  font-size: 12px!important;
  cursor: pointer;
}

.new-btn-expand {
  position: relative;
  left: 2px;
  display: none;
  float: left;
  padding: 3px;
  margin-left: 7px;
  background: #fff;
  border: 1px solid #bcbcbc;
  border-radius: 6px;
}

.heading2 .more-btn-expand {
  position: absolute;
  top: 23px;
  left: 77%;
  z-index: 5;
  width: 25%;
}

.more-btn-expand {
  float: left;
  margin-left: 8px;
  background: #fff;
  border: 1px solid #2F9FB7;
  border-radius: 6px;
  border-top-left-radius: 0;
}

.more-btn-expand ul li {
  padding: 5px;
  list-style-type: none;
  border-bottom: 1px solid #2F9FB7;
}

.more-btn-expand ul li:last-child {
  border-bottom: none;
}

.more-btn-expand ul li a {
  font-size: 11px;
  color: #666;
  text-decoration: none;
}

.more-btn-expand ul li a:hover {
  color: #2F9FB7;
}

.new-btn-expand .button2 a {
  display: block;
  float: none;
  margin: 5px 10px;
}

.drop-down {
  cursor: pointer;
}

.drop-down-expand {
  position: absolute;
  top: 27px;
  left: 0;
  z-index: 999;
  display: none;
  float: left;
  line-height: 20px;
  background: #f2f2f2;
  border: 1px solid #BCBCBC;
}

.drop-down-expand li {
  padding: 3px 10px;
  white-space: nowrap;
  cursor: pointer;
}

.drop-down-expand li:hover {
  background: #ddd;
}

.clearfix:after {
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  content: ".";
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.hide {
  display: none;
}

.error,
.success {
  width: 50%;
  padding: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.properties-label {
  float: left;
  padding-right: 15px;
  line-height: 30px;
}

.properties-fld-block {
  float: left;
  width: 30%;
  margin-right: 10%;
}

.custom-label {
  float: left;
  width: 20%;
  clear: left;
}

.custom-fld-block {
  float: left;
  width: 30%;
  margin-bottom: 25px;
}

.custom-fld-block select {
  float: left;
  width: 99%!important;
  height: 35px;
  padding: 6px 3px;
}

.custom-fld-block select option {
  padding: 7px 5px;
}

.package {
  padding: 10px 0;
}

.package span {
  position: relative;
  top: -2px;
  left: 7px;
  font-weight: 700;
}

.undated-chk span {
  position: relative;
  top: -2px;
  left: 7px;
}

.multitext {
  width: 52%;
}

.multipri-margin-top {
  display: block;
  padding-top: 30px;
  clear: both;
}

ul.typeahead {
  width: inherit;
  border: 1px solid #999999;
}

ul.typeahead li {
  width: 244px;
  padding: 2px;
}

ul.typeahead li.active {
  color: #fff;
  background: #2f9fb7;
}

.body-txt-fld-block {
  margin-bottom: 25px;
}

.body-txt-fld-block:first-child {
  display: none;
}

.mceLayout {
  width: 100% !important;
  height: auto;
}

.bodyremove .close {
  margin: -15px 5px 0 0;
}

.mceLayout iframe {
  height: auto !important;
}

.loading {
  position: absolute;
  left: 48.5%;
  z-index: 9999999;
  display: block;
  width: 140px;
  height: 200px;
  margin-top: 23%;
  margin-left: -70px;
  background: url("../images/loading.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.in-login-loading {
  position: fixed;
  top: 23px;
}

.small-loading {
  width: 50px;
  height: 50px;
  margin-left: 45%;
  background: url("../images/small-loading.gif") no-repeat 0 0 transparent;
}

.loading-images {
  clear: left;
}

.tag-list {
  width: 101% !important;
}

.multichoice {
  background: #f2f2f2;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */

  color: #333;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #333;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #333;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */

  color: #333;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../images/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
  background-position: -313px -119px;
}

.time-picker {
  position: absolute;
  bottom: 28px;
  z-index: 999;
  width: 280px;
  padding: 5px 10px 4px 10px;
  background: #f2f2f2;
  border: 1px solid #C7C6C7;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
}

.time-picker1 {
  position: absolute;
  z-index: 999;
  width: 280px;
  padding: 5px 10px 4px 10px;
  margin-top: 200px;
  background: #f2f2f2;
  border: 1px solid #C7C6C7;
  border-top: 0;
  -webkit-border-radius: 0 0 5px 5px;
     -moz-border-radius: 0 0 5px 5px;
       -o-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
}

.datetimefield {
  position: absolute;
  width: 99%;
  height: 17px;
  padding: 1px;
  padding-top: 7px;
  padding-left: 5px;
  margin-top: 1px;
  margin-left: 1px;
  background: #fff;
}

.dateIcon {
  width: 27px;
  height: 27px;
  margin-top: -3px;
  margin-left: 102%;
  background: url(../images/sprite.png) no-repeat -671px -3px;
}

.custom-fld-block input {
  float: left;
}

#date,
#datetime,
#date2 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.image-container {
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
}

.image-selected {
  width: 31.2%;
  margin-bottom: 2px;
  border: 4px solid #fc6608;
}

.image-selected-preview {
  height: 99%!important;
  border: 4px solid #fc6608!important;
}

.image-selected-big {
  border: 2px solid #fc6608;
}

.image-text-container {
  position: absolute;
  width: 100%;
}

.image-container img {
  height: 100%;
  max-width: 100%;
}

.images-preview-container {
  position: absolute;
  z-index: 100;
  width: 97.8%;
  height: 700px;
  padding: 1.1%;
  margin-right: -1px;
  margin-left: -1px;
  background-color: #F2F2F2;
  border: 1px solid #CCCCCC;
}

.addimage-popup .images-preview-container {
  height: 500px;
}

.back-img-list {
  display: inline-block;
  margin: 0 0 10px;
}

.back-img-list .desktop-preview-close {
  width: 100%;
}

.desktop-preview-close {
  display: block;
  width: 10%;
  color: #75b6c2;
  cursor: pointer;
}

.images-preview {
  float: left;
  width: 100%;
  height: 85%;
}

.tablet-preview-close {
  display: none;
}

.carousel-caption .metadata-left {
  max-height: 590px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
}

.addimage-popup .carousel-caption .metadata-left {
  max-height: 409px;
}

.carousel-caption .metadata-right {
  padding-top: 10px;
  text-align: left;
}

.carousel-caption .add-btn {
  float: left;
}

.metadata-right {
  margin-bottom: 20px;
}

.metadata-left p,
.metadata-right p {
  margin-right: 10px;
  margin-bottom: 10px;
}

.addimage-popup {
  top: 76px !important;
  width: 90% !important;
  padding: 10px;
}

.addimage-popup .imgs-part .filter {
  display: flex;
}

.drag-popup {
  top: 76px;
  width: 90% !important;
  padding: 10px;
  background-color: #F5F5F5 !important;
}

.drag-popup-content {
  height: 339px;
  margin: 5%;
  background-color: #e5e5e5;
  border: 1px dashed #ccc;
}

.drag-popup .img-upload-btn {
  margin-bottom: 25px;
  margin-left: 30px;
}

.postUploadExit {
  color: #4F93A3;
  cursor: pointer;
}

.postUploadExit:hover {
  text-decoration: underline;
}

.button2 a:hover {
  background: none repeat scroll 0 0 #4F93A3;
}

.drag-popup .pop-close {
  right: 0;
}

.drag-cnt-images {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 22px;
  line-height: 420px;
  color: #AAAAAA;
  text-align: center;
  text-decoration: none;
  background: url("../images/drag-img.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}

.progres-complt-popup {
  top: 76px;
  width: 97% !important;
}

.progres-complt-popup .actn-buttons {
  width: 100%;
  height: 55px;
  margin: 0 auto;
  margin-top: 1px;
  background-color: #F5F5F5;
}

.progres-complt-popup .img-upload-btn {
  margin: 13px 0;
}

.progres-complt-popup .pop-close {
  margin: 19px 10px;
}

.progres-complt-content {
  display: inline-block !important;
  width: 96%;
  height: 425px;
  padding: 5% 2%;
  overflow: auto;
  background-color: #E7E7E7;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.progres-complt-content-box {
  position: relative;
  float: left;
  width: 23%;
  height: 370px;
  margin-right: 14px;
  margin-right: 8px;
  margin-bottom: 15px;
  background-color: #F5F5F5;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
}

.progres-complt-content-box:last-child {
  margin-right: 0;
}

.prsng-head {
  float: left;
  width: 45%;
  margin: 20px;
}

.prsng-head span {
  position: absolute;
  top: 27%;
  right: 50%;
}

.prsng-head a {
  float: right;
  margin-left: 10px;
  color: #1563D0;
  text-decoration: none;
}

.prsng-head a:hover {
  color: #4e82cc;
}

.cont-box-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: #FFFFFF;
  border-top: 1px solid #D0D0D0;
}

.cont-box-bottom input {
  width: 78%;
  height: 40px;
  font-size: 14px;
  color: #000000 !important;
  border: medium none;
}

.cont-box-botm-delt {
  float: right;
  width: 30px;
  height: 40px;
  margin: 0 0 0 1px;
  text-indent: -9999px;
  background: url("../images/sprite.png") no-repeat scroll -85px -39px rgba(0, 0, 0, 0);
}

.cont-box-botm-roat {
  float: right;
  width: 30px;
  height: 40px;
  padding: 0 0 0 1px;
  text-indent: -9999px;
  background: url("../images/sprite.png") no-repeat scroll -112px -39px rgba(0, 0, 0, 0);
  border-left: 1px dashed #DDDDDD;
}

.progres-complt-content img {
  width: 100%;
  height: 50%;
  margin-top: 26%;
}

.cont-box-botm-delt:hover,
.cont-box-botm-roat:hover {
  opacity: .7;
}

.cont-box-btm-desc {
  bottom: 41px;
}

.cont-box-btm-imgname {
  bottom: 82px;
}

.cont-box-btm-desc input {
  width: 97%;
}

.cont-box-btm-imgname input {
  width: 97%;
}

.mrg-lst-none {
  margin-right: 0;
}

#edit-form #texttype {
  display: none;
}

.has-error {
  border-color: #FF0000;
  -webkit-box-shadow: 0 0 1px 1px #FF0000;
          box-shadow: 0 0 1px 1px #FF0000;
}

.has-error:focus {
  border-color: #FF0000;
  -webkit-box-shadow: 0 0 1px 1px #FF0000;
          box-shadow: 0 0 1px 1px #FF0000;
}

.login-fld .txt-fld {
  width: 96%;
}

.login-fld .error {
  margin-left: 0;
}

.filterby {
  margin-right: -7px;
  margin-left: 7px;
}

.comts-grid-part .filterby {
  margin-right: -1px;
  margin-left: 1px;
}

.tabsWrapper {
  margin-top: 0;
}

.tabsContainer {
  width: 100%;
  height: 28px;
  border-bottom: 5px solid #75B6C2;
}

.tabsWrapperForm {
  padding-bottom: 20px;
}

.tabsContainer.largeTab {
  padding: 41px 0 0;
}

.taps {
  float: left;
}

.taps li {
  position: relative;
  top: 0;
  display: inline-block;
  float: left;
  padding: 1px;
  margin-right: 5px;
  cursor: pointer;
  background-color: #E4E4E4;
  border-radius: 4px 4px 0 0;
}

.taps li:hover {
  top: 0;
  background-color: #75B6C2;
}

.taps li.active {
  top: 0;
  background-color: #75B6C2;
}

.taps li:last-child {
  border-right: 1px solid #dadada;
}

.taps li:hover span {
  position: absolute;
  width: 101%;
  height: 5px;
  margin: -7px -2px;
  border-bottom: 3px solid #FF4344;
}

.taps li.active span {
  position: absolute;
  width: 101%;
  height: 5px;
  margin: -7px -2px;
  cursor: pointer;
  border-bottom: 3px solid #FF4344;
}

.taps.small {
  font-size: 9px;
}

.taps li a {
  display: block;
  height: 10px;
  padding: 8px 10px;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  color: #6B6B6B;
  text-decoration: none;
  text-indent: 2px;
  border-bottom: medium none;
  outline: medium none;
}

.taps.largeTab li a {
  height: 35px !important;
}

.taps li.active a {
  font-weight: normal;
  color: #fff;
}

.taps li:hover a {
  font-weight: normal;
  color: #fff;
}

.taps.cLspadHoldr li a {
  padding: 6px 7px 0;
}

.tabBotBtn {
  padding: 0 20px 15px;
  overflow: hidden;
}

.tabContentWrap .tabBotBtn {
  padding: 0 0 15px;
  overflow: hidden;
}

.tabContentWrap {
  background-color: #f9f9f9;
}

.tabContent {
  display: none;
}

.tabContent .dymmytext {
  padding: 10px;
}

.active_content {
  position: relative;
  display: block;
}

.showHideArea {
  padding: 0 0 7px;
}

.showHideHdr a {
  width: 100%;
  font-weight: 700;
}

.show,
.hide {
  display: inline-block;
  padding-left: 5px;
  line-height: 17px;
}

.show {
  width: 35px;
  height: 35px;
  background: url("../images/plus.png") no-repeat scroll 0 3px transparent;
}

.hide {
  width: 35px;
  height: 35px;
  background: url("../images/minus.png") no-repeat scroll 0 3px transparent;
}

.showHideHdr {
  padding: 5px 10px;
  border: 1px solid #d8d8d8;
}

.showHideSubHdr {
  padding: 0 0 15px 0;
}

.showHideHdr a,
.showHideSubHdr a,
.showHideHdr span,
.showHideSubHdr span {
  display: inline-block;
  cursor: pointer;
}

.showHideHdr span {
  float: left;
}

.showHideHdr center {
  float: left;
  margin: 8px;
}

.showHideCont {
  display: none;
  padding: 5px 10px;
}

.showHideSubArea .showHideHdr a {
  font-weight: normal;
}

.showHideSubCont {
  display: none;
  padding: 0 0 5px 24px;
}

.conLast {
  min-height: 50%;
  border: none;
}

.subhdr {
  float: left;
  margin: 5px 10px;
  font-size: 1.2em;
  font-weight: 700;
  color: #8B287B;
}

.rightWrapperCommon {
  float: right;
  width: 26%;
  margin-top: 27px;
}

.rightWrapper {
  border: 1px solid #d8d8d8;
}

.rightWrapperHead {
  padding: 6%;
  color: #fff;
  background-color: #8b287b;
}

.rightWrapperHead img {
  float: left;
}

.rightWrapperHead span {
  margin-left: 17px;
}

.commonSection {
  display: block;
  border-bottom: 1px solid #d8d8d8;
}

.commonSection ul.comnvalues li {
  width: 20%;
}

.commonSection ul.comnvalues li:first-child {
  float: left;
  width: 75%;
  padding: 4%;
}

.commonSection ul.comnvalues li:last-child {
  float: right;
  width: 10%;
  padding: 5% 5% 5% 1%;
}

.commonSection ul.comnvalues {
  min-height: 55px;
  border: none;
}

.commonSection ul.qtyValues li:first-child {
  width: 50%;
  font-size: .9em;
}

.commonSection ul.qtyValues li:last-child {
  width: 36%;
}

.commonSection ul.qtyValues li select {
  width: 40px;
  height: 20px;
  border: 1px solid #C1C1C1;
}

.ordertype,
.ordersummary {
  background-color: #f9f9f9;
  border-bottom: 1px solid #d8d8d8;
}

.ordertype span,
.ordersummary span {
  margin: 0;
  color: #8b287b;
}

.ordertypeDetails .orderlist {
  padding: 4%;
  font-size: 0.9em;
}

.ordertypeDetails input {
  margin: 7px;
}

.suborderlist {
  margin-left: 20px;
}

.ordersummaryDetails {
  padding: 5%;
  text-align: right;
}

.ordertotal {
  padding: 3%;
  background-color: #f9f9f9;
}

.ordertotal input {
  background-color: #f9f9f9;
}

.Ordernow {
  margin-top: 10px;
  border: none;
}

.Ordernow ul.buttonLst {
  width: 100%;
  background-color: #ff9630;
}

.Ordernow ul.buttonLst li.Ordernowbtn {
  padding: 15px 0;
}

.Ordernow ul.buttonLst li.Ordernowbtn:hover {
  color: #fff;
  background-color: #ff6600;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
       -o-border-radius: 3px;
          border-radius: 3px;
}

.Ordernow ul.buttonLst li.Ordernowbtn a {
  padding: 15px 75px;
  color: #fff!important;
}

ul.taps li a.addressbook {
  background: url(../images/addressbook.png) no-repeat 20px;
}

ul.taps li a.dialpad {
  background: url(../images/dialpad.png) no-repeat 20px;
}

ul.taps li a.recent {
  background: url(../images/recent.png) no-repeat 20px;
}

ul.taps li a.profiles {
  background: url(../images/profiles.png) no-repeat 20px;
}

ul.taps li a.settings {
  background: url(../images/settings.png) no-repeat 20px;
}

.contact-panel {
  position: relative;
  z-index: 1;
  float: left;
}

#uploader {
  position: absolute;
  left: 4%;
  z-index: 9;
  width: 8%;
  height: 29px;
  cursor: pointer;
  opacity: 0;
}

#uploader1 {
  position: absolute;
  z-index: 9;
  width: 88%;
  height: 72%;
  opacity: 0;
}

.progres-complt-popup .actn-buttons #uploader {
  left: 1%;
  width: 15%;
  height: 28px;
  margin-top: 15px;
}

.image-selected-thumb {
  height: 52px!important;
  border: 4px solid #fc6608;
}

.error-not-selected {
  margin-top: 10px;
}

.inline-error {
  float: left;
  width: 97%;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  color: red;
}

select.custom-select-access-level::-ms-expand {
  display: none;
}

.custom-select-access-level {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
}

.custom-select-container {
  float: left;
  width: 118px;
  margin-left: 5px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}

.custom-select {
  width: 160px;
  height: 28px !important;
  padding: 5px;
  font-size: 12px;
  color: #333333;
  cursor: pointer;
  background: url("../images/dropdown-sprite.png") no-repeat scroll 90px -25px;
  border: medium none;
}

.custom-select-container select option {
  padding: 7px 5px;
}

.publishDateFilter {
  width: 215px;
}

.publishDateSpan {
  width: 50px;
}

.otherDate {
  position: absolute;
  z-index: 100;
  background-color: #f5f5f5;
  border: 3px solid #e3e3e3;
}

.otherSelectBox {
  width: 100px;
  height: 200px;
}

.intervalDates {
  position: absolute;
  z-index: 100;
  width: 215px;
  height: 200px;
  background-color: white;
  background-color: #f5f5f5;
  border: 3px solid #e3e3e3;
}

.interval-label {
  height: 30px;
}

.interval-label label {
  position: relative;
  top: 5px;
}

.interval-date {
  height: 60px;
}

.interval-date-label {
  top: 0px;
  height: 20px;
}

.interval-date-input {
  bottom: 0px;
  height: 30px;
}

.interval-date-field {
  position: absolute;
  width: 60%;
  height: 17px;
  padding: 7px 1px 1px 5px;
  margin: 1px 0 0 11px;
  background: #fff;
}

.interval-date-icon {
  position: relative;
  right: 10px;
  bottom: 6px;
  float: left;
  width: 27px;
  height: 27px;
  margin: 0 0 0 0;
  background: url(../images/sprite.png) no-repeat -671px -3px;
}

.interval-button-bar {
  position: relative;
  float: right;
  width: 100%;
  height: 30px;
  margin: 0 10px 0 10px;
}

#intervalCancel,
#intervalOK {
  float: right;
  padding-left: 5px;
}

.input-div {
  display: inline-block;
  float: left;
  height: 30px;
}

.interval-fld {
  position: relative;
  float: left;
  width: 100%;
}

#intervalFromDate,
#intervalToDate {
  width: 85% !important;
  height: 20px;
}

#intFromLabel,
#intToLabel {
  left: 10px;
}

.custom-select-publish {
  width: 215px;
  height: 28px !important;
  padding: 5px;
  font-size: 12px;
  color: #333333;
  text-indent: 1px;
  text-overflow: '';
  cursor: pointer;
  background: url("../images/dropdown-sprite.png") no-repeat scroll 190px -25px;
  border: medium none;
  -webkit-appearance: none;
     -moz-appearance: none;
}

.custom-select-publish-span {
  width: 50px;
  height: 28px !important;
  padding: 5px;
  font-size: 12px;
  color: #333333;
  text-indent: 1px;
  text-overflow: '';
  cursor: pointer;
  background: url("../images/dropdown-sprite.png") no-repeat scroll 20px -25px;
  border: medium none;
  -webkit-appearance: none;
     -moz-appearance: none;
}

.custom-select-publish::-ms-expand {
  display: none;
}

.custom-select-publish-span::-ms-expand {
  display: none;
}

.custom-fld-block .custom-select-container {
  float: left;
  width: 91%;
  margin: 0;
  overflow: hidden;
  border: 1px solid #999999;
  border-radius: 0;
}

.custom-fld-block .custom-select {
  float: none;
  width: 143%!important;
  height: 28px !important;
  padding: 5px;
  font-size: 12px;
  color: #333333;
  cursor: pointer;
  background: url("../images/dropdown-sprite.png") no-repeat scroll 67% -25px;
  border: medium none;
}

.custom-fld-block .custom-select-container select option {
  padding: 7px 5px;
}

.properties-fld-block .custom-select-container {
  width: 102%;
  border: 1px solid #999999;
  border-radius: 0;
}

.properties-fld-block .custom-select {
  width: 143%;
  background: url("../images/dropdown-sprite.png") no-repeat scroll 67% -25px;
}

#texttype .custom-select-container {
  border: 1px solid #999999;
  border-radius: 0;
}

#texttype .custom-select-container select {
  padding: 5px!important;
}

#clear-time {
  float: right;
  color: blue;
  cursor: pointer;
}

#upload-other {
  display: none;
}

.white-divite {
  height: 10px;
  margin: 10px -10px;
  clear: both;
}

.btm-divide {
  height: 20px;
  margin: 10px -10px;
  clear: both;
  border-bottom: 1px solid #ccc;
}

.center-algn-btn {
  position: relative;
  float: left;
  width: 73%;
  margin: 0 0 0 27%;
}

.spinbox {
  float: right;
  width: 40%;
}

.spinbox .custom-label {
  line-height: 30px;
}

button:disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

input[type=text],
input[type=password],
textarea {
  border-radius: 0;
  -webkit-appearance: none;
}

.disabled {
  background: #EBEBE4;
}

input:disabled,
textarea:disabled {
  background: #EBEBE4;
}

#menuDisplayInlineBlock {
  display: inline-block;
}

#customInline {
  display: inline-block;
  float: left;
}

.left-menu {
  position: relative;
  right: 60px;
  left: 0px;
  display: inline-block;
  width: 90%;
  height: inherit;
}

.outer-chckbox {
  white-space: nowrap;
}

.fltr-prt-chks {
  position: relative;
  white-space: nowrap;
}

.fltr-prt-chks label {
  position: relative;
  top: -2px;
  left: 3px;
  font-size: 12px;
  color: #333333;
}

.separate-para {
  width: 90%;
  margin-left: 2%;
  clear: left;
  border: 1px inset #ccc;
}

.dropdown-icon {
  float: right;
  width: 12%;
  height: 28px;
  background: url("../images/dropdown-sprite.png") no-repeat scroll 65% -25px rgba(0, 0, 0, 0);
}

.fltr-prt-chks input[type=checkbox],
.custom-radio input[type=radio] {
  display: none;
}

.fltr-prt-chks label,
.custom-radio label {
  position: absolute;
  top: -4px;
  left: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 #ffffff;
}

.fltr-prt-chks label:after,
.custom-radio label:after {
  position: absolute;
  top: 5px;
  left: 4px;
  width: 9px;
  height: 5px;
  background: transparent;
  border: 3px solid #686464;
  border-top: none;
  border-right: none;
  content: '';
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.fltr-prt-chks label:hover::after,
.custom-radio label:hover::after {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
      filter: alpha(opacity=30);
}

.fltr-prt-chks input[type=checkbox]:checked + label:after,
.custom-radio input[type=radio]:checked + label:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
}

.check-box {
  display: inline-block;
}

.check-label {
  position: relative;
  display: inline-block;
  padding: 10px;
  margin-left: 30px;
  white-space: nowrap;
}

.custom-radio label {
  top: 7px;
}

.refreshButton {
  position: relative;
  top: 0px;
  display: inline-block;
  float: right;
  height: 100%;
  padding-right: 10px;
}

.refreshIcon {
  top: 5px;
  width: 30px;
  height: 25px;
  cursor: pointer;
}

/* new story popup */

.new-stry-popup {
  width: 600px;
}

.preview-stry-popup {
  width: 415px;
  padding: 10px;
  overflow: auto;
  background-color: #ffffff!important;
}

.preview-stry-popup p {
  position: absolute;
  top: 3px;
  right: 5px;
  color: #73bdce;
  cursor: pointer;
}

.new-stry-popup .custom-select-container {
  border: 1px solid #999999;
  border-radius: 0;
}

.new-stry-popup input[type="text"] {
  height: 28px;
}

.new-stry-popup-content {
  position: relative;
  float: left;
  padding-bottom: 20px;
}

.new-stry-popup .pop-elements {
  width: auto;
}

.new-stry-popup .dropdown-icon {
  float: right;
}

.pop-up .items-list-li span {
  float: none;
}

.log-request-popup-content {
  max-height: 500px;
  padding: 10px;
  margin: 15px;
  overflow: auto;
  letter-spacing: 1px;
  word-spacing: 5px;
  color: #222;
  word-wrap: break-word;
  background: #fff;
}

/* WJU Light Editor */

.le-right-part {
  position: relative;
  float: left;
  width: 100% !important;
}

.le-content-part {
  position: relative;
  float: left;
  width: 98%;
  margin: 10px 0 10px 15px;
}

.le-form-part1 {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 0 6px 0;
  margin: 0 6px 0 0;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.le-txt-label {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 0 0 0;
  margin: 6px 0 0 6px;
  clear: right;
  line-height: 12px;
}

.le-txt-fld-block {
  position: relative;
  float: left;
  width: 98%;
  margin: 0 0 0 6px;
  clear: right;
}

.le-inp-fld {
  position: relative;
  float: left;
  width: 100%;
}

.le-inp-fld-90 {
  position: relative;
  float: left;
  width: 90%;
}

.le-close {
  float: left;
  padding: 0 0 4px 4%;
  margin-left: 81%;
  color: #75b6c2;
  background: url(../images/sprite.png) -972px -75px no-repeat;
}

.le-add-fld {
  position: relative;
  float: left;
  margin: 0 0 0 10px;
}

.overlay9999 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9500;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.8;
}

.fixedOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9500;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.8;
}

.workset-select-container {
  float: left;
  width: 200px;
  margin-left: 5px;
  background: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}

.category-workset-select-container {
  float: left;
  width: 200px!important;
  margin-left: 5px;
  background: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}

li.items-list {
  overflow: hidden!important;
}

.workset-select-wrapper ul.items-list {
  width: 200px;
}

input#selected-channels-list {
  width: 83%!important;
  height: 14px!important;
  overflow: hidden!important;
  text-overflow: ellipsis;
  border-style: none;
}

/* INLINE NOTES */

.soPreviewNote.soPreviewNoteCollapsed > span {
  display: none;
  padding: 0;
}

.soPreviewNote > span {
  padding: 0 0.5em;
  font-size: 100%;
  color: black;
  text-decoration: none;
  cursor: text;
  background-color: white;
  border-style: solid;
  border-width: 1px;
}

span.soPreviewNote:before {
  font-weight: bold;
  color: black;
  cursor: e-resize;
  background-color: orange;
  content: "►";
}

span.soPreviewNote:after {
  font-weight: bold;
  color: black;
  background-color: orange;
  content: "◄";
}

/*
 * 09JAN15 WJU FF-432
 *
 * PRODUCT LIST MODAL DIALOG 
*/

.ng-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.8;
}

.ng-modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10000;
  width: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  box-shadow: 4px 4px 80px rgba(94, 193, 228, 0.98);
}

.ng-modal-dialog-content {
  padding: 10px;
  text-align: left;
}

.ng-modal-close {
  position: absolute;
  top: 3px;
  right: 5px;
  display: inline-block;
  padding: 5px;
  font-family: 'arial', 'sans-serif';
  font-size: 120%;
  font-weight: bold;
  cursor: pointer;
}

.product-select-container {
  float: left;
  width: 90%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}

.products-select {
  float: inherit;
  width: 100%;
  padding: 5px;
  margin-left: 0px;
  overflow: hidden;
  font-size: 14px;
  background: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}

input#selected-tags-list {
  width: 83%!important;
  height: 14px!important;
  overflow: hidden!important;
  text-overflow: ellipsis;
  border-style: none;
}

#storyListPreviewPopup {
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 9999;
  max-width: 85%;
  padding: 0 5px 5px 5px;
  background-color: #ffffff;
  transform-origin: 0 0;
}

.print-preview-zoom-icons {
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 10099;
  padding: 0 5px 5px 5px;
  margin: 7px;
  background-color: #ffffff;
}

.print-preview-zoom-icons div {
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.print-preview-img {
  height: 100%;
  overflow-x: auto;
  transform-origin: 0 0;
}

.print-preview-icon-bar {
  top: 0px;
  right: 0px;
  width: 100%;
  height: 24px;
  margin: 4px;
  transform-origin: 0 0;
}

.print-preview-icon-bar div {
  display: inline-block;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.print-preview-close {
  float: right;
  margin-right: 4px;
  background: url(../images/sprite.png) -69px -54px no-repeat;
}

.print-preview-zoom {
  float: left;
}

.print-preview-zoom img {
  width: 16px;
  height: 16px;
}

.print-preview-body {
  width: 100%;
  overflow: hidden;
}

.print-preview-container {
  -ms-zoom: 1.0;
      zoom: 1.0;
  transform-origin: 0 0;
}

.chnly {
  width: 200%!important;
  overflow-x: auto!important;
}

.multiple-select-wrapper {
  position: relative;
  width: 100%;
}

.multiple-select-wrapper .selected-items-box {
  width: 99%;
  height: 28px;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #999999;
}

.multiple-select-wrapper .selected-items-box1 {
  width: 100%;
  height: 28px;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}

.pop-up .multiple-select-wrapper .selected-items-box {
  width: 99%;
}

.selected-items-box .items-list {
  position: absolute;
  top: 7px;
  left: 9px;
  width: 90%;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  list-style-type: none;
}

.selected-items-box1 .items-list {
  position: relative;
  top: 7px;
  left: 9px;
  width: 98%;
  margin: 0;
  list-style-type: none;
}

.selected-items-box .items-list li {
  display: inline;
}

.selected-items-box .items-list li img {
  display: inline;
  height: 18px;
  padding-left: 10px;
}

.selected-items-box .items-list li img {
  font-size: 20px;
}

.multiple-select-wrapper .list {
  position: absolute;
  z-index: 9999;
  width: 168%;
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #999999;
}

.multipri-margin-top .multiple-select-wrapper .list {
  width: 135%;
}

.list .items-list {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
  background: #ffffff;
}

.list .items-list li {
  width: 95%;
  padding: 5px;
  padding-bottom: 10px;
  margin: 0;
}

.list .items-list li input {
  float: left;
  margin-top: 1px;
  margin-right: 10px;
}

.list .items-list li img {
  height: 18px;
  padding-right: 6px;
  padding-left: 10px;
}

.list .items-list li span {
  font-size: 12px;
  line-height: 12px;
  color: #4A4A4A;
}

.items-list-extend {
  float: left;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  cursor: pointer;
}

.items-list-plus {
  background: url(../images/plus-minus.gif) -9px 0px no-repeat;
}

.items-list-minus {
  background: url(../images/plus-minus.gif) -9px -18px no-repeat;
}

.multichoice-tree .items-list {
  padding-top: 10px;
}

.items-list-extend ~ .items-list {
  width: 94%;
  margin-left: 21px;
}

.workset-items-list-extend {
  float: left;
  width: 12px;
  height: 14px;
  margin-right: 10px;
  cursor: pointer;
}

.workset-items-list-indent {
  float: left;
  width: 16px;
  height: 14px;
  margin-right: 10px;
  cursor: pointer;
}

.workset-select-wrapper .list {
  position: absolute;
  z-index: 9999;
  max-height: 500px;
  overflow: scroll;
  overflow-y: auto;
  border: 1px solid #999999;
}

.category-workset-select-wrapper {
  position: absolute;
  z-index: 9999;
  width: 200px!important;
  max-height: 500px;
  overflow: scroll;
  overflow-y: auto;
  border: 1px solid #999999;
}

/*.progress {
	position: absolute;
	top: 44%;
	left: 21%;
	width: 145px;
	height: 6px;
	margin-left:-6%;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}*/

.progress {
  position: relative;
  top: 45%;
  width: 145px;
  height: 6px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #4A92FE;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
          transition: width .6s ease;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .datetimefield {
    height: 17px;
  }
}

@media all and (max-width: 1024px) {
  .in-login-loading {
    position: absolute;
    top: 40px;
  }
}

@media all and (min-width: 750px) {
  .mobile-menu-box,
  .mobile-gear-menu-box {
    display: none !important;
  }
  .device-wire-search-fld {
    float: left;
    margin-top: 5px;
    clear: left;
  }
  .search {
    margin-left: 31%;
  }
}

@media all and (min-width: 1024px) {
  .left-nav-color {
    display: block!important;
  }
  .device-wire-search-fld {
    float: none;
    margin: 0;
    clear: both;
  }
  .img-block {
    margin: 15px 7px;
  }
  .preview-img {
    width: 72%;
  }
}

@media all and (max-device-width: 1024px) {
  #upload-other {
    display: block;
  }
  #upload-other input {
    left: 0;
    width: 80%;
  }
  #upload-1024 {
    display: none;
  }
  .progres-complt-popup .actn-buttons #uploader {
    width: 20%;
  }
  .text-in-login {
    position: absolute;
    top: 200px;
  }
  .in-login-loading {
    position: absolute;
    top: 250px;
  }
}

@media all and (max-width: 1023px) and (min-width: 750px) {
  .tablet-buttons {
    display: block;
  }
}

@media all and (max-width: 1023px) and (min-width: 600px) {
  .device-wire-search-fld {
    float: none;
    margin: 0;
    clear: both;
  }
  .grid-part2 .device-wire-search-fld {
    float: left;
    margin-top: 5px;
    clear: left;
  }
  .left-nav {
    position: absolute;
    top: 45px;
    z-index: 999999;
    display: none;
    width: 160px;
  }
  .custom-label {
    width: 30%;
  }
  .custom-fld-block {
    width: 50%;
  }
  .content-scroll2 {
    padding-right: 0;
  }
  .subnav li a {
    padding: 10px 10px 10px 21px;
  }
  .actn-buttons {
    display: block;
  }
  .drag-popup .actn-buttons {
    display: block;
  }
  .araticle-part {
    display: none;
  }
  .tabContent .araticle-part {
    display: block;
  }
  .araticle-part2 {
    display: block;
    width: 46%;
  }
  .grid-part {
    width: 100%;
  }
  .grid-part2 {
    width: 52%;
  }
  .right-part {
    float: none;
    width: 100%!important;
  }
  .top-links {
    margin: 6px 0 0;
  }
  .notification {
    margin: 10px 8px 0;
  }
  .search {
    width: 260px;
    margin-left: 31%;
  }
  .content-part {
    width: 96%;
  }
  .search-fld {
    width: 245px;
  }
  .tablet-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
    width: 44px;
    height: 44px;
    text-indent: -999em;
    cursor: pointer;
    background: url(../images/sprite.png) no-repeat -4px -217px;
    border-right: 1px solid #555;
  }
  .tablet-menu-active {
    background-color: #DCDCDC;
    background-position: -4px -252px;
  }
  .logo {
    margin: 8px 0 0 50px;
  }
  .txt-fld-block {
    width: 96%;
    margin-right: 10px;
  }
  .txt-label {
    width: 90%;
  }
  .tab-content {
    width: 88%;
    margin-right: -2px;
  }
  .tab-line {
    width: 88%;
  }
  .search-tag {
    width: 212px;
  }
  .imgs {
    width: 100%;
  }
  .preview-img {
    position: relative;
    float: left;
    width: 72%;
    height: 168px;
    margin: 0 10px 0 0;
  }
  .thumbs-block {
    position: relative;
    float: left;
    width: 30%;
    margin: 0;
  }
  .imgs-form {
    width: 97%;
  }
  .full-panel {
    width: 93.2%;
  }
  .imgs-area {
    width: 98%;
    height: 840px;
    padding-left: 2%;
  }
  .imgs-block span.view {
    display: block;
  }
  .imgs-block {
    width: 48%;
    margin-right: 2%;
  }
  .images-preview-container {
    width: 97.8%;
  }
  .images-preview-container .pop-close {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .tablet-preview-close {
    display: block;
  }
  .desktop-preview-close {
    display: none;
  }
  .images-preview {
    height: 90%;
  }
  .metadata-left {
    float: left;
    height: 100%;
    max-width: 50%;
    margin-right: 5%;
    overflow: auto;
  }
  .metadata-right {
    float: left;
    height: 100%;
    max-width: 35%;
    margin-right: 5%;
    overflow: auto;
  }
  .image-selected {
    width: 46.5%;
    border: 4px solid #fc6608;
  }
  .image-selected-preview {
    width: 99%!important;
    border: 4px solid #fc6608;
  }
  .image-text-container {
    position: absolute;
    width: 100%;
  }
  .tablet-preview-close .heading {
    padding: 0 0 0 15px;
    margin: 10px 0;
    font-size: 18px;
    color: #333;
  }
  .grid-part2 .grid-head-icon {
    padding: 0!Important;
    margin: 17px 0 0 -7px;
  }
  .grid-part2 .approve {
    display: block;
    float: right;
    width: 8px;
    height: 8px;
    padding: 0;
    margin-top: 8px;
    text-indent: -999em;
    background: #f6362b;
  }
  .grid-part2 .publish {
    display: block;
    float: right;
    width: 8px;
    height: 8px;
    padding: 0;
    margin-top: 8px;
    text-indent: -999em;
    background: #3bb64b;
  }
  .grid-part2 .draft {
    display: block;
    float: right;
    width: 8px;
    height: 8px;
    padding: 0;
    margin-top: 8px;
    text-indent: -999em;
    background: #fc8100;
  }
  .grid-part2 .plan {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    margin-top: 8px;
    text-indent: -999em;
    background: #8299dc;
  }
  .grid-part2 .grid-head .status-grid {
    display: none;
  }
  .grid-part2 .grid-head .title-grid {
    display: none;
  }
  .grid-part2 .grid-head .author-grid {
    visibility: hidden;
  }
  .grid-part2 .grid-head .edited-grid {
    visibility: hidden;
  }
  .grid-head {
    width: 98%;
    margin: 5px 0 0;
  }
  .grid-part2 .title-grid {
    position: relative;
    float: left;
    width: 100%;
    padding: 4px 0 2px;
    font-weight: 700;
    color: #333;
  }
  .grid-part2 .title-grid span {
    width: 60%;
    padding: 2px 0 0 10px;
  }
  .grid-part2 .author-grid {
    min-width: 40%;
    padding: 0 0 5px;
  }
  .grid-part2 .author-grid span {
    padding: 0 0 0 10px;
  }
  .grid-part2 .edited-grid {
    width: 40%;
  }
  .grid-part2 .edited-grid span {
    padding: 0 0 0 8px!Important;
  }
  .grid-part2 .comment-grid {
    width: 7%;
    margin: -20px 0 0 45px;
  }
  .grid-part2 .view-grid {
    width: 12%;
    margin: -20px 0 0 10px;
  }
  .grid-part2 .status-grid {
    width: 4%;
    margin: -16px 0 0 20px;
  }
  .mobile-add-filter {
    display: none;
  }
  .actn-buttons2 {
    width: 97%;
  }
  .settings {
    display: none;
  }
  .logo {
    float: left;
    height: 30px;
    margin: 8px 0 0 55px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #c1c1c1;
    text-indent: inherit;
    text-shadow: 0 -1px 0 #000000;
    cursor: pointer;
    background: none;
    filter: dropshadow(color=#000000, offx=0, offy=-1);
  }
  .title-grid {
    position: relative;
    float: left;
    width: 30%;
  }
  .author-grid {
    position: relative;
    float: left;
    width: 27%;
  }
  .edited-grid {
    position: relative;
    float: left;
    width: 19%;
  }
  .comment-grid {
    position: relative;
    float: left;
    width: 5%;
  }
  .view-grid {
    position: relative;
    float: left;
    width: 6%;
  }
  .status-grid {
    position: relative;
    float: left;
    width: 13%;
  }
  .addimage-popup .imgs-part .filter {
    display: flex;
  }
  .addimage-popup .actn-buttons {
    display: block;
  }
  .wire-search-fld {
    width: 230px;
  }
  .imgs {
    position: relative;
    float: left;
    width: 100%;
    padding: 13px 4px;
    margin: 0;
  }
  .carousel-caption .metadata-left {
    max-height: 200px;
    padding: 10px;
  }
  .addimage-popup .carousel-caption .metadata-left {
    max-height: 90px;
  }
  .carousel-caption .metadata-right {
    height: auto;
    margin-left: 10px;
  }
  .carousel-caption .add-btn {
    position: relative;
    right: -10px;
    bottom: 0%;
    float: right;
  }
  .progres-complt-content-box {
    width: 30%;
    margin-right: 20px;
  }
  .heading2 .more-btn-expand {
    left: 67%;
    width: 31%;
  }
  .image-selected-thumb {
    width: 63% !important;
    height: 39px !important;
    border: 4px solid #FC6608;
  }
  .img-spn .txt-area {
    width: 75%;
  }
  .direction-chk {
    left: 30%;
  }
  .spinbox {
    width: 20%;
  }
  .spinbox .custom-fld-block,
  .spinbox .custom-fld-block .inp-fld-big {
    width: 50%;
  }
  .story-preview .add-images-carousel .carousel {
    top: 10px;
    width: 28%;
    margin: 0;
  }
  .story-preview .imgs {
    width: 100%;
  }
  .story-preview .imgs-form {
    float: left;
    width: 76%;
    margin-top: 0;
    font-size: 10px;
    color: #999;
  }
  .story-preview .add-images-carousel .carousel-inner img {
    width: 63%;
  }
  .story-preview .image-selected-thumb {
    width: 56% !important;
  }
  .story-preview .carousel-control.left {
    left: 15%;
  }
  .story-preview .carousel-control.right {
    right: 50%;
  }
  .in-login-loading {
    position: absolute;
    top: 350px;
  }
  .text-in-login {
    position: absolute;
    top: 300px;
    left: 44%;
  }
  .custom-fld-block .custom-select {
    background: url("../images/dropdown-sprite.png") no-repeat scroll 67% -25px;
  }
  .multipri-margin-top .multiple-select-wrapper .list {
    width: 100%;
  }
  .panel-grid .content-scroll {
    width: 98.3%;
  }
}

@media all and (max-width: 750px) and (min-width: 240px) {
  .image-selected {
    width: auto;
  }
  .progres-complt-popup .actn-buttons #uploader {
    width: 50%;
  }
  .logo {
    margin: 8px 0 0 50px;
  }
  .subnav li a {
    padding: 10px 10px 10px 21px;
  }
  .filter-expand {
    display: none !important;
  }
  .close {
    margin: 0 23% 0 0;
  }
  .left-nav {
    position: absolute;
    top: 45px;
    z-index: 999999;
    display: none;
    width: 160px;
  }
  .custom-label {
    width: 40%;
  }
  .custom-fld-block {
    width: 60%;
  }
  .content-scroll2 {
    padding-right: 0;
  }
  .tablet-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
    width: 44px;
    height: 44px;
    text-indent: -999em;
    cursor: pointer;
    background: url(../images/sprite.png) no-repeat -4px -217px;
    border-right: 1px solid #555;
  }
  .tablet-menu-active {
    background-color: #DCDCDC;
    background-position: -4px -252px;
  }
  .logo {
    position: absolute;
    z-index: 100;
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    line-height: 44px;
    color: #c1c1c1;
    text-align: center;
    text-indent: 0;
    text-shadow: 0 -1px 0 #000000;
    background: none;
    filter: dropshadow(color=#000000, offx=0, offy=-1);
  }
  .top-links,
  .filter,
  .settings {
    display: none!important;
  }
  .search,
  .notification {
    display: none;
  }
  .grid-part,
  .right-part {
    width: 100%!important;
  }
  .mobile-search-bar {
    position: relative;
    z-index: 9999;
    display: block;
    float: right;
    width: 44px;
    height: 44px;
    text-indent: -999em;
    cursor: pointer;
    background: url(../images/sprite.png) no-repeat -2px -288px;
    border-left: 1px solid #555;
  }
  .mobile-search-bar-active {
    background-color: #DCDCDC;
    background-position: -2px -336px;
  }
  .search {
    position: absolute;
    top: 45px;
    z-index: 999;
    width: 100%;
    width: 300px;
    height: 36px;
    margin: 0;
    text-align: center;
    background: #dcdcdc;
  }
  .search-fld {
    width: 88%;
    margin: 0 auto;
  }
  .mobile-gear-menu {
    position: relative;
    z-index: 1111;
    display: block;
    float: right;
    width: 44px;
    height: 44px;
    margin-right: 1px;
    text-indent: -999em;
    cursor: pointer;
    background: url(../images/gear-mobile.png);
    border-left: 1px solid #555;
  }
  .mobile-gear-menu img {
    display: block;
    height: 34px;
    padding: 5px;
  }
  .mobile-menu {
    position: relative;
    z-index: 1111;
    display: block;
    float: right;
    width: 44px;
    height: 44px;
    margin-right: 1px;
    text-indent: -999em;
    cursor: pointer;
    background: url(../images/add.png);
    border-left: 1px solid #555;
  }
  .mobile-menu-active {
    background: url(../images/addActive.png);
    background-color: #DCDCDC;
  }
  .mobile-setting-menu {
    position: relative;
    display: block;
    float: left;
    width: 100%;
  }
  .araticle-part {
    display: none;
  }
  .heading p {
    text-align: center;
  }
  .grid-part {
    width: 99%;
    padding: 0;
    margin: 0 auto;
    border: 0;
  }
  .grid-tbl {
    padding: 0;
  }
  .content-part {
    margin: 0 10px;
  }
  .grid-row div span {
    padding: 0 0 0 10px;
  }
  .grid-alt-row div span {
    padding: 0 0 0 10px;
  }
  .grid-row-locked div span {
    padding: 0 0 0 10px;
  }
  .grid-alt-row-locked div span {
    padding: 0 0 0 10px;
  }
  .title-grid {
    position: relative;
    float: left;
    width: 100%;
    padding: 4px 0 2px 0;
    font-weight: 700;
    color: #333;
  }
  .author-grid {
    min-width: 40%;
    padding: 0 0 4px 0;
  }
  .edited-grid span {
    padding: 0 0 0 8px!Important;
  }
  .comment-grid {
    width: 7%;
    margin: -10px 0 0 20px;
  }
  .view-grid {
    width: 12%;
    margin: -10px 0 0 10px;
  }
  .status-grid {
    width: 4%;
    margin: -6px 0 0 20px;
  }
  .grid-head {
    height: 28px;
  }
  .grid-head .title-grid {
    width: 49px;
  }
  .grid-head .author-grid {
    visibility: hidden;
  }
  .grid-head .edited-grid {
    margin-top: 14px;
    margin-left: -40px;
  }
  .grid-head .grid-status {
    margin-top: 10px;
    margin-left: -10px;
    word-break: normal;
  }
  #titleDownArrow {
    margin-right: -110px;
  }
  #editedDownArrow {
    margin-right: -50px;
  }
  #statusDownArrow {
    margin-right: -20px;
  }
  .grid-tbl th .title-grid,
  .grid-tbl th .author-grid,
  .grid-tbl th .status-grid,
  .grid-tbl th .edited-grid {
    display: none;
  }
  .approve {
    display: block;
    float: right;
    width: 8px;
    height: 8px;
    padding: 0!Important;
    text-indent: -999em;
    background: #f6362b;
  }
  .publish {
    display: block;
    float: right;
    width: 8px;
    height: 8px;
    padding: 0!Important;
    text-indent: -999em;
    background: #3bb64b;
  }
  .draft {
    display: block;
    float: right;
    width: 8px;
    height: 8px;
    padding: 0!Important;
    text-indent: -999em;
    background: #fc8100;
  }
  .plan {
    display: block;
    width: 8px;
    height: 8px;
    text-indent: -999em;
    background: #8299dc;
  }
  .login {
    width: 290px;
    margin-top: 150px;
  }
  .panel-tbl tr *:nth-child(2),
  .panel-tbl tr *:nth-child(3),
  .panel-tbl tr *:nth-child(4),
  .panel-tbl tr *:nth-child(5),
  .panel-tbl tr *:nth-child(6) {
    display: none;
  }
  .form-part1 {
    width: 99%;
    margin: 0 0 10px 0;
  }
  .inp-fld {
    width: 80%;
  }
  .txt-fld {
    width: 94%;
  }
  .img-spn .txt-area {
    width: 75%;
  }
  .txt-area {
    width: 94%;
  }
  .text-editor2 {
    display: none;
  }
  .tab-content {
    width: 82.3%;
    padding-top: 0;
  }
  .form-part2 {
    width: 99%;
  }
  .form-part3 {
    width: 99%;
  }
  .search-tag {
    width: 70%;
  }
  .button-hide {
    display: none;
  }
  .status {
    float: right;
    margin: 12px 10px 0 10px;
    clear: left;
  }
  .status .publish {
    float: right;
  }
  .status2 {
    float: right;
    margin: 12px 0 0 0;
  }
  .status-label {
    margin: 0 5px 0 0;
  }
  .content-part {
    width: 94%;
    margin: 10px;
  }
  .full-panel {
    width: 85.2%;
  }
  .text-editor {
    display: none;
  }
  .tab-d {
    display: none;
  }
  .tab-line {
    width: 82%;
  }
  .top-filter {
    display: none;
  }
  .txt-label {
    width: 85%;
  }
  .imgs {
    width: 100%;
  }
  .imgs {
    position: relative;
    float: left;
    width: 100%;
    padding: 13px 4px;
    margin: 0;
  }
  .preview-img {
    position: relative;
    float: left;
    width: 72%;
    height: 168px;
    margin: 0 10px 0 0;
  }
  .thumbs-block {
    position: relative;
    float: left;
    width: 30%;
    margin: 0;
  }
  .imgs-form {
    width: 97%;
  }
  .publish-actions span {
    margin: 0 5px 0 0;
  }
  .imgs-area {
    height: 335px;
    padding: 10px 5px;
  }
  .addimage-popup .imgs-area {
    height: 370px;
  }
  .imgs-block span.view {
    display: block;
  }
  .imgs-block {
    width: 94%;
    height: auto;
    padding: 2%;
    margin-right: 2%;
    border: 1px solid #CCCCCC;
  }
  .image-container {
    height: 160px;
  }
  .imgs-part {
    border: none;
  }
  .images-preview-container {
    display: none;
  }
  .images-preview {
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .image-selected .image-container img {
    height: 95%;
    border: 4px solid #fc6608;
  }
  .image-selected-preview {
    border: none!important;
  }
  .image-text-container {
    position: absolute;
    width: 96%;
  }
  .mobile-add-filter {
    display: block;
  }
  .mobile-save-filter {
    display: block;
  }
  .inp-fld-story-list-mobile {
    position: absolute;
    right: 15%;
    float: right;
    width: 25%;
  }
  .multiple-select-wrapper {
    position: relative !important;
    width: 97% !important;
  }
  .actn-buttons .iPadPublish {
    position: relative;
    left: -15px !important;
    float: left!important;
  }
  .email-freelance {
    width: 300px;
  }
  .email-address {
    width: 100%;
  }
  .email-date {
    width: 100%;
    margin: 0 0 10px 0;
    text-align: left;
  }
  .pop-up {
    top: 100px;
    width: 92%;
  }
  .pop-elements {
    width: 290px;
  }
  .txt-fld-link {
    width: 252px;
  }
  .txt-fld-doc {
    width: 252px;
  }
  .txt-fld-search {
    width: 252px;
  }
  .txt-fld-big {
    width: 252px;
  }
  .button-pop {
    display: none;
  }
  .pop-select {
    width: 84px;
  }
  .txt-fld-date {
    width: 48px;
  }
  .btn-spc-mobile {
    margin: 0 0 0 10px;
  }
  .button2 a,
  .button3 a {
    padding: 9.5px 5px 9.5px 5px;
  }
  .panel-grid-half {
    float: left;
    width: 50%;
  }
  .title-grid span {
    width: 55%;
  }
  .search-tag,
  .category {
    width: 90%;
  }
  .new-button,
  .new-btn-expand {
    display: none;
  }
  .dropdown-menu {
    left: -128px !important;
  }
  .tags-block {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .tags-block .dropdown-menu {
    left: 0px!important;
    width: inherit;
    overflow: scroll;
  }
  .time-picker1 {
    left: -128px !important;
    margin-top: 200px;
  }
  .time-picker {
    left: -128px !important;
  }
  .addimage-popup {
    position: fixed;
    top: 10px !important;
    width: 90% !important;
    padding: 10px;
  }
  .drag-popup {
    position: fixed;
    top: 10px!important;
  }
  .carousel-caption .metadata-left {
    max-height: 180px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
  }
  .imgs-preview-mobile .metadata-left {
    max-height: 180px;
    padding: 5px 6px 0 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .heading2 .more-btn-expand {
    left: 65%;
    width: 33%;
    margin-left: 11px;
  }
  .image-selected-thumb {
    width: 62% !important;
    height: 39px !important;
    border: 4px solid #FC6608;
  }
  .drag-popup .pop-close {
    top: -7px;
    right: -7px;
  }
  .actn-buttons2 {
    display: none;
  }
  .actn-buttons2 .button2 a {
    padding: 7.5px 6px;
  }
  .custom-fld-block .custom-select-container {
    width: 79%;
  }
  .custom-fld-block .custom-select {
    background: url("../images/dropdown-sprite.png") no-repeat scroll 67% -25px;
  }
  .panel-grid-half {
    float: left;
    width: 100%;
  }
  .properties-label {
    float: left;
    width: 40%;
    padding-right: 0;
    line-height: 30px;
  }
  .properties-fld-block {
    float: left;
    width: 60%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .properties-fld-block .inp-fld {
    width: 80%;
    margin-left: 0;
  }
  .properties-fld-block .inp-fld input {
    width: 96%;
  }
  .multiple-select-wrapper {
    position: relative!important;
    width: 98%!important;
  }
  .panel-left {
    float: left;
    width: 100%;
    border: none;
  }
  .panel-right {
    float: left;
    width: 100%;
    padding: 8% 0 0 0;
  }
  .panel-right .custom-label {
    width: 40%;
  }
  .panel-right .custom-fld-block {
    width: 60%;
  }
  .panel-left .custom-label {
    width: 40%;
  }
  .panel-left .custom-fld-block {
    width: 60%;
  }
  .progres-complt-content-box {
    width: 100%;
  }
  .progress {
    width: 265px!important;
  }
  .prsng-head .progress {
    width: 145px!important;
  }
  .prsng-head span {
    position: absolute;
    top: 27%;
    right: 23%;
  }
  .progres-complt-popup {
    position: fixed;
    top: 10px;
    width: 97% !important;
  }
  .progres-complt-content {
    height: 370px;
  }
  .datetimefield {
    width: 94%;
    font-size: 10px;
  }
  .direction-chk {
    left: 40%;
  }
  .inp-fld-big {
    width: 60%!important;
  }
  .inp-fld-sml {
    width: 30%!important;
    margin-left: 10px;
  }
  .undated-chk {
    margin-top: 10px;
    margin-left: 0;
  }
  .spinbox {
    float: right;
    width: 100%;
  }
  .spinbox .custom-fld-block {
    width: 20%;
  }
  .center-algn-btn {
    position: relative;
    float: left;
    width: 90%;
    margin: 0 0 0 8%;
  }
  .center-algn-btn .button2 a {
    margin-bottom: 2%;
  }
  .grid-row {
    padding: 7px 0;
  }
  .grid-head .priority-grid {
    width: 15%;
  }
  .grid-head .main-grid {
    float: right;
    width: 16%;
  }
  .custom-radio label {
    top: -1px;
  }
  .panel-grid .content-scroll {
    width: 98%;
  }
  .name-grid {
    width: 35%;
  }
  .priority-grid {
    width: 20%;
  }
  .login {
    margin-top: 60px;
  }
  .in-login-loading {
    position: absolute;
    top: -85px;
  }
  .text-in-login {
    position: absolute;
    top: 38px;
    left: 42.5%;
  }
  .left-nav .button3 {
    display: none;
  }
  .multipri-margin-top .multiple-select-wrapper .list {
    left: -128px;
    width: 235%;
  }
  .white-divite {
    height: 0px;
    margin: 0px 0px;
    clear: both;
  }
  .channel-publish-panel-expand .publish-time .custom-fld-block {
    margin-bottom: 5px;
  }
  .channel-publish-panel-expand .publish-time .undated-chk {
    margin-bottom: 20px;
  }
}

/*Media Queries for iPhone 4 & 4s*/

@media all and (min-width: 320px) and (max-width: 480px) {
  .addimage-popup .imgs-area {
    height: 210px;
  }
  .loading {
    margin-top: 6%;
  }
  .in-login-loading {
    position: absolute;
    top: 80px;
  }
  .text-in-login {
    position: absolute;
    top: 80px;
    left: 38.5%;
  }
}

@media all and (min-width: 320px) and (max-width: 480px) and (orientation: landscape) {
  .content-part {
    width: 97%;
  }
  .heading2 .more-btn-expand {
    left: 76%;
    width: 23%;
    margin-left: 14px;
  }
  .custom-fld-block .custom-select-container {
    width: 78%;
  }
  .properties-fld-block .inp-fld input {
    width: 97%;
  }
  .multiple-select-wrapper {
    position: relative !important;
    width: 97% !important;
  }
  .center-algn-btn {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 0 0;
  }
  .multipri-margin-top .multiple-select-wrapper .list {
    left: -158px;
    width: 184%;
  }
  .grid-head .main-grid {
    float: right;
    width: 14%;
  }
}

/*Media Queries for iPhone 5 & 5s*/

@media all and (min-width: 320px) and (max-width: 568px) and (orientation: portrait) {
  .content-scroll {
    max-height: 300px;
  }
}

@media all and (min-width: 320px) and (max-width: 568px) and (orientation: landscape) {
  .multiple-select-wrapper {
    position: relative !important;
    width: 97% !important;
  }
  .custom-fld-block .custom-select-container {
    width: 77%;
    padding: 0 1px 0 0;
  }
  .progres-complt-content {
    height: 125px;
  }
  .content-scroll {
    max-height: 150px;
  }
}

@media only screen and (min-device-width: 319px) and (max-device-width: 415px) and (orientation: landscape) {
  #removeAllButton {
    margin-left: -8px;
  }
}

@media all and (max-width: 510px) {
  {
    /*.print-preview-img {
    	overflow-x: scroll;
    	-webkit-overflow-scrolling: touch
      }
      #addAccountSelection {
    	max-width: 150px;
      }
      #smButtons {
    	width: 100px;
      }
      #publishList {
    	max-width: 150px;
      }
      .centered {
    	position: relative;
    	top: 100px;
    	padding-left: 12px;
    	padding-right: 12px;
      }
      .shuttlebox
      {
    	width: important;
      }
      */
  
  }
}

/*iPad Media Queries (For all generations)*/

@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  {
    /*Social Media fields*/
  
    /*Social Media fields end*/
  
  }
  .print-preview-img {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .iPadPublish {
    left: 14px!important;
  }
  .left-menu {
    width: 90%;
  }
  .fltr-prt-chks-my-iPad {
    top: -22px;
    left: 397px;
  }
  .fltr-prt-chks-assigned-iPad {
    top: 27px;
    left: 208px;
  }
  .addimage-popup {
    height: inherit;
  }
  .addimage-popup .imgs-area {
    height: 550px;
  }
  .addimage-popup .images-preview-container {
    height: 550px;
  }
  .images-preview-container .carousel .carousel-control.left {
    top: 260px;
    left: 1%;
    background-position: -278px -63px;
  }
  .images-preview-container .carousel .carousel-control.right {
    top: 260px;
    right: 1%;
    background-position: -209px -63px;
  }
  .carousel-caption .metadata-left {
    max-height: 470px;
  }
  .heading2 .more-btn-expand {
    left: 72%;
    width: 27%;
  }
  .more-btn-expand {
    margin-left: 8px;
  }
  .multiple-select-wrapper .selected-ite-ms-box {
    padding: 0 1px 0 0;
  }
  .custom-fld-block .custom-select-container {
    padding: 0 1px 0 0;
  }
  .text-in-login {
    left: 45%;
  }
  .loading {
    top: 83px;
    left: 50%;
  }
  .content-scroll {
    max-height: 463px;
  }
  .pop-up {
    top: 110px;
  }
  .full-panel {
    width: 86.5%!important;
  }
  #accountDiv div div textarea {
    width: 95%!important;
  }
  #accountTypesHeader {
    padding-top: 12%;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  {
    /*Social Media fields end*/
  
  }
  .print-preview-img {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .iPadPublish {
    left: 275px!important;
  }
  .fltr-prt-chks-my-iPad {
    top: 42px;
    left: -553px;
  }
  .fltr-prt-chks-assigned-iPad {
    top: 28px;
    left: -425px;
  }
  .left-menu {
    width: 90%;
  }
  .addimage-popup {
    height: inherit;
  }
  .addimage-popup .imgs-area {
    height: 755px;
  }
  .addimage-popup .images-preview-container {
    height: 750px;
  }
  .text-in-login {
    left: 42.5%;
  }
  .loading {
    top: 190px;
  }
  .full-panel {
    width: 84%!important;
  }
  #accountDiv div div textarea {
    width: 95%!important;
  }
}

/*Media Query for iPhone 6+*/

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
  .content-scroll {
    max-height: 370px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .content-scroll {
    max-height: 185px;
  }
}

@charset "utf-8";

.header-color {
  background: #5d5d5d;
}

.page-bg-color {
  background: #f2f2f2;
}

.left-nav-color {
  background-color: #e4e4e4;
  border-right: 1px solid #c9c9c9;
}

.sub-nav-color {
  background: #dcdcdc;
}

.filter-color {
  background-color: #e4e4e4;
}

.artcl-head-color {
  background-color: #d6eff2;
}

.artcl-head-color-locked {
  background-color: #FFE4E1!important;
}

.comments a {
  color: #17a5c0;
  text-decoration: none;
}

.comments a:hover {
  color: #037e96;
  text-decoration: underline;
}

.approve a {
  color: #f6362b;
  text-decoration: none;
}

.approve a:hover {
  color: #cd261d;
  text-decoration: underline;
}

.tag-color {
  background: #d6eff3;
}

.caption {
  margin-bottom: 10px;
  color: #999;
}

.artcl-head-color {
  color: #333;
}

.button2 a {
  position: relative;
  display: flex;
  float: left;
  padding: 7.5px 12px;
  margin: 0px 8px 0px 0px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #73bdce;
  background: linear-gradient(to bottom, #73bdce 0%, #67a7b6 100%);
  background: -moz-linear-gradient(top, #73bdce 0%, #67a7b6 100%);
  background: -ms-linear-gradient(top, #73bdce 0%, #67a7b6 100%);
  background: -o-linear-gradient(top, #73bdce 0%, #67a7b6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #73bdce), color-stop(100%, #67a7b6));
  background: -webkit-linear-gradient(top, #73bdce 0%, #67a7b6 100%);
  border-radius: 2px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73bdce', endColorstr='#67a7b6', GradientType=0);
  moz-border-radius: 2px;
  webkit-border-radius: 2px;
}

.button2 a.edit-button-disabled,
.button3 a.edit-button-disabled {
  opacity: 0.4;
}

.button2 a.edit-button-disabled:hover,
.button3 a.edit-button-disabled:hover {
  opacity: 0.4;
}

.button2 a:hover {
  background: #4f93a3;
}

.button2 input[type="submit"],
.button2 input[type="submit"]:after {
  position: relative;
  float: left;
  padding: 7.5px 12px;
  margin: 0px 8px 0px 0px;
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #73bdce;
  background: linear-gradient(to bottom, #73bdce 0%, #67a7b6 100%);
  background: -moz-linear-gradient(top, #73bdce 0%, #67a7b6 100%);
  background: -ms-linear-gradient(top, #73bdce 0%, #67a7b6 100%);
  background: -o-linear-gradient(top, #73bdce 0%, #67a7b6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #73bdce), color-stop(100%, #67a7b6));
  background: -webkit-linear-gradient(top, #73bdce 0%, #67a7b6 100%);
  border: none;
  border-radius: 2px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73bdce', endColorstr='#67a7b6', GradientType=0);
  moz-border-radius: 2px;
  webkit-border-radius: 2px;
}

.button2 input[type="submit"]:hover {
  background: #4f93a3;
}

.button3 a {
  position: relative;
  display: flex;
  float: left;
  padding: 7.5px 12px;
  margin: 0px 8px 0px 0px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #cc3b1b;
  background: linear-gradient(to bottom, #cc3b1b 0%, #9c3317 100%);
  background: -moz-linear-gradient(top, #cc3b1b 0%, #9c3317 100%);
  background: -ms-linear-gradient(top, #cc3b1b 0%, #9c3317 100%);
  background: -o-linear-gradient(top, #cc3b1b 0%, #9c3317 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc3b1b), color-stop(100%, #9c3317));
  background: -webkit-linear-gradient(top, #cc3b1b 0%, #9c3317 100%);
  border-radius: 2px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc3b1b', endColorstr='#9c3317', GradientType=0);
  moz-border-radius: 2px;
  webkit-border-radius: 2px;
}

.button-hide a {
  position: relative;
  float: left;
  padding: 9.5px 10px 9.5px 10px;
  margin: 0px 8px 0px 0px;
  font-size: 10px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #73bdce;
  background: linear-gradient(to bottom, #73bdce 0%, #67a7b6 100%);
  background: -moz-linear-gradient(top, #73bdce 0%, #67a7b6 100%);
  background: -ms-linear-gradient(top, #73bdce 0%, #67a7b6 100%);
  background: -o-linear-gradient(top, #73bdce 0%, #67a7b6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #73bdce), color-stop(100%, #67a7b6));
  background: -webkit-linear-gradient(top, #73bdce 0%, #67a7b6 100%);
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73bdce', endColorstr='#67a7b6', GradientType=0);
  moz-border-radius: 4px;
  webkit-border-radius: 4px;
}

.button-hide a:hover {
  background: #4f93a3;
}

.button3 a:hover {
  background: #a32301;
}

.heading2 .button3 a:hover {
  color: #17A5C0;
  background: none;
}

.pop-tbl td {
  border-bottom: 1px solid #999;
}

.grid-row {
  background: #E4E4E4;
}

.grid-row:hover {
  background: #D6EFF2;
}

.grid-row-active {
  background: #D6EFF2!important;
}

.grid-row:hover {
  background: #D6EFF2!important;
}

.grid-row-locked {
  background: #FFE4E1!important;
}

.grid-row-locked:hover {
  background: #FFE4E1!important;
}

.grid-row-active-locked {
  background: #FFE4E1!important;
}

.grid-alt-row {
  background: #F2F2F2;
}

.grid-tbl tr:nth-child(even) td {
  background: #E4E4E4;
  border-bottom: 2px solid #fff;
}

.grid-tbl tr:nth-child(odd) td {
  background: #F2F2F2;
  border-bottom: 2px solid #fff;
}

.grid-tbl tr:hover td,
.grid-tbl tr.active td {
  background: #d6eff2!important;
  border-bottom: 2px solid #fff;
}

.save-filter a {
  color: #2F9FB7;
  text-decoration: none;
}

.save-filter a:hover {
  text-decoration: underline;
}

.panel-tbl tr:nth-child(even) td {
  background: #d6eff2;
  border-bottom: 2px solid #fff;
}

.panel-tbl tr:nth-child(odd) td {
  background: #d6eff2;
  border-bottom: 2px solid #fff;
}

.content-scroll > div:nth-child(even) {
  background: #E4E4E4;
}

.content-scroll > div:nth-child(odd) {
  background: #F2F2F2;
}

.plus a {
  color: #75b6c2;
  text-decoration: none;
}

.edit-filter a {
  color: #17a5c0;
  text-decoration: none;
}

.remove-icon a {
  color: #75b6c2;
  text-decoration: none;
}

.approve {
  color: #f6362b;
  cursor: pointer;
}

.publish {
  color: #3bb64b;
}

.draft {
  color: #fc8100;
}

.close a {
  color: #75b6c2;
  text-decoration: none;
}

.plan {
  color: #8299dc;
}

.imgs-block span.view a {
  color: #ffffff;
  text-decoration: none;
}

.artcl-text a {
  color: #17A5C0;
  text-decoration: underline;
}

.artcl-text a:hover {
  color: #17A5C0;
  text-decoration: none;
}

.pop-up-bg {
  background-color: #f2f2f2;
  border: 2px solid #999;
}

.pop-up,
.status-pop {
  z-index: 55555;
  background-color: #f2f2f2;
  border: 2px solid #999;
}

.pop-up-plain,
.pop-up-plain2,
.big-img-pop,
.crop-thumbs {
  background: #fff;
  border: 1px solid #ccc;
}

.preview-txt-img a {
  color: #2F9FB7;
  text-decoration: none;
}

.img-view-nav a {
  color: #2F9FB7;
  text-decoration: none;
}

.active-img {
  border: 3px solid #0c66cc;
}

.crop-bar {
  background: #fff;
}

.imgs-line {
  background: #ccc;
}

.error {
  color: red;
  border: 2px solid red;
}

.success {
  color: green;
  border: 2px solid green;
}

.heading .error,
.heading .success {
  margin-left: 15px;
}

/**
 * 	Angular RangeSlider SCSS
 * 
 *	Version: 0.0.2
 *
 * 	Author: Daniel Crisp, danielcrisp.com
 *
 * 	The rangeSlider has been styled to match the default styling
 * 	of form elements styled using Twitter's Bootstrap
 * 
 * 	Originally forked from https://github.com/leongersen/noUiSlider
 *
 */

/*------------------------------------*\
    COMPASS IMPORTS
\*------------------------------------*/

/*------------------------------------*\
    SETTINGS
\*------------------------------------*/

/*------------------------------------*\
    THE CSS
\*------------------------------------*/

/* line 43, scss/angular.rangeSlider.scss */

.range-slider {
  position: relative;
  padding: 4px;
  margin: 10px 0 10px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
      -ms-border-radius: 4px;
       -o-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear, box-shadow linear;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-transition-delay: 0.2s, 0.2s;
}

/* line 46, scss/angular.rangeSlider.scss */

.range-slider,
.range-slider * {
  display: block;
  cursor: default;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 69, scss/angular.rangeSlider.scss */

.range-slider .runner {
  position: relative;
  height: 18px;
  margin: 0 9px;
}

/* line 79, scss/angular.rangeSlider.scss */

.range-slider .join {
  position: absolute;
  top: 50%;
  right: 100%;
  left: 0;
  z-index: 1;
  height: 8px;
  margin: -4px 0 0 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5bc0de), color-stop(100%, #2f96b4));
  background-image: -webkit-linear-gradient(#5bc0de, #2f96b4);
  background-image: -moz-linear-gradient(#5bc0de, #2f96b4);
  background-image: -o-linear-gradient(#5bc0de, #2f96b4);
  background-image: linear-gradient(#5bc0de, #2f96b4);
}

/* line 95, scss/angular.rangeSlider.scss */

.range-slider .handle {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 100%;
  margin: 0 0 0 -9px;
  background: #efefef;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      -ms-border-radius: 3px;
       -o-border-radius: 3px;
          border-radius: 3px;
}

/* line 109, scss/angular.rangeSlider.scss */

.range-slider .handle i {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: no-repeat -9999px -9999px;
}

/* line 119, scss/angular.rangeSlider.scss */

.range-slider .handle:hover i,
.range-slider .handle.down i {
  background-position: 50% 50%;
}

/* line 124, scss/angular.rangeSlider.scss */

.range-slider .handle.down {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

/* line 135, scss/angular.rangeSlider.scss */

.range-slider .handle-min i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFNJREFUeNpiYMAEXEDsA+OwoEnKALETEHOgK2AEYhMgNkQ3DqSAB6pLAot1DExIJmAFzED8C4hvQdnIppyFKYCBp0D8CohloVafxWUqN7I3AQIMAKw6B24pOi8lAAAAAElFTkSuQmCC");
}

/* line 142, scss/angular.rangeSlider.scss */

.range-slider .handle-max i {
  /*background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFdJREFUeNpiYEAAHyDmYkADzEhsByBWA+K3QPwJmwJjIGYBYlUgZgLi59gUwIAkEEsD8VMmBtyAkQFqJDZwAYjPAPE/dAU/gHg/ED/GpgvkTW50QYAAAwADfwrM5sqplgAAAABJRU5ErkJggg==");*/

  background: #E4E4E4;
}

/* line 152, scss/angular.rangeSlider.scss */

.range-slider .value {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 5px 0 0 0;
  font-size: 12px;
  color: #999;
}

/* line 160, scss/angular.rangeSlider.scss */

.range-slider .value.value-max {
  right: 0;
  left: auto;
  text-align: right;
}

/* line 168, scss/angular.rangeSlider.scss */

.range-slider.handle-min-down .value-min,
.range-slider.handle-max-down .value-max {
  color: #333;
}

/* line 176, scss/angular.rangeSlider.scss */

.range-slider.vertical {
  width: 28px;
  margin: 10px auto;
  /*------------------------------------*\
      RUNNER
  \*------------------------------------*/

  /*------------------------------------*\
      JOIN
  \*------------------------------------*/

  /*------------------------------------*\
      HANDLE
  \*------------------------------------*/

  /*------------------------------------*\
      HANDLE SPECIFICS
  \*------------------------------------*/

  /*------------------------------------*\
      VALUE LABELS
  \*------------------------------------*/

  /*------------------------------------*\
      VERTICAL LEFT SLIDER
  \*------------------------------------*/

  /*------------------------------------*\
      VERTICAL RIGHT SLIDER
  \*------------------------------------*/

}

/* line 184, scss/angular.rangeSlider.scss */

.range-slider.vertical .runner {
  width: 18px;
  height: 300px;
  margin: 9px 0;
}

/* line 194, scss/angular.rangeSlider.scss */

.range-slider.vertical .join {
  top: 0;
  right: auto;
  bottom: 100%;
  left: 50%;
  width: 8px;
  height: auto;
  margin: 0 0 0 -4px;
}

/* line 208, scss/angular.rangeSlider.scss */

.range-slider.vertical .handle {
  width: 100%;
  height: 18px;
  margin: -9px 0 0 0;
}

/* line 219, scss/angular.rangeSlider.scss */

.range-slider.vertical .handle-min i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFFJREFUeNpiYEAFPFAMB0xIbEYgdoJiRpggM5ICUyBWhZoA0vgMWYEsENsg6ZQE4ldA/AmkkguIHZGNhQKQGBfIBHcgFmTABCxALMJAMQAIMAAcNgVQJ7t7JQAAAABJRU5ErkJggg==");
}

/* line 226, scss/angular.rangeSlider.scss */

.range-slider.vertical .handle-max i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFZJREFUeNpiYKAUMAKxDxBL4ZB/xgQk9gHxDyySILF9zEDiNxC/A2JVNAW7gfgtM5TzCYhZgFgCyr8IxNdADGZk+4BYGoi/APEBIP6PzVE8UAwHAAEGAArIDvzRFIA6AAAAAElFTkSuQmCC");
}

/* line 236, scss/angular.rangeSlider.scss */

.range-slider.vertical .value {
  top: 0;
  left: 100%;
  padding: 0 0 0 5px;
}

/* line 241, scss/angular.rangeSlider.scss */

.range-slider.vertical .value.value-max {
  top: auto;
  right: auto;
  bottom: 0;
  text-align: left;
}

/* line 253, scss/angular.rangeSlider.scss */

.range-slider.vertical.left {
  margin: 10px 0;
}

/* line 261, scss/angular.rangeSlider.scss */

.range-slider.vertical.right {
  margin: 10px 0 10px auto;
  /*------------------------------------*\
      VALUE LABELS
  \*------------------------------------*/

}

/* line 268, scss/angular.rangeSlider.scss */

.range-slider.vertical.right .value {
  right: 100%;
  left: auto;
  padding: 0 5px 0 0;
  text-align: right;
}

/* line 274, scss/angular.rangeSlider.scss */

.range-slider.vertical.right .value.value-max {
  text-align: right;
}

/* line 286, scss/angular.rangeSlider.scss */

.range-slider.focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* line 297, scss/angular.rangeSlider.scss */

.range-slider.disabled,
.range-slider.disabled.focus {
  border-color: #ddd;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

/* line 303, scss/angular.rangeSlider.scss */

.range-slider.disabled .handle {
  background: #fff;
  border-color: #ddd;
}

/* line 307, scss/angular.rangeSlider.scss */

.range-slider.disabled .handle i {
  cursor: default;
  background: none !important;
}

/* line 313, scss/angular.rangeSlider.scss */

.range-slider.disabled .join {
  background: #ddd;
}

/* line 317, scss/angular.rangeSlider.scss */

.range-slider.disabled .value {
  color: #ddd;
}

/*------------------------------------*\
    TOUCH STATE
\*------------------------------------*/

/* line 329, scss/angular.rangeSlider.scss */

body.TOUCH {
  -ms-touch-action: none;
}