@charset "UTF-8";
/* Eric Meyer's reset
	http://meyerweb.com/eric/tools/css/reset/
	v2.0b1 | 201101
	NOTE: WORK IN PROGRESS
	USE WITH CAUTION AND TEST WITH ABANDON */
/* Use this reset as a starting point, and customize to your needs */
/* Slightly modified to prevent anchor elements from losing outline, as in HTML5 Boilerplate */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
a {
  background: transparent;
  outline: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define visible focus styles!
:focus {
	outline: ?????;
} */
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Meyer's reset ends here */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
b,
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
small {
  font-size: 85%;
}
img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
input[disabled] {
  cursor: default;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.pad-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
/*==================================================*/
/*=============== MOLECULAR STYLES ================*/
/*===============================================*/
/* (Common Elements that make up bigger groups elements.) */
@font-face {
  font-family: 'icomoon';
  src: url('../iconfont/icomoon.eot?-5z2pe0');
  src: url('../iconfont/icomoon.eot?#iefix-5z2pe0') format('embedded-opentype'), url('../iconfont/icomoon.woff?-5z2pe0') format('woff'), url('../iconfont/icomoon.ttf?-5z2pe0') format('truetype'), url('../iconfont/icomoon.svg?-5z2pe0#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"],
.icon {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-image:before,
.edit.icon-image:before {
  content: "\e612";
}
.icon-download:before {
  content: "\e611";
}
.icon-user:before {
  content: "\e60e";
}
.icon-add:before {
  content: "\e610";
}
.icon-check:before {
  content: "\e607";
}
.icon-logout:before {
  content: "\e60c";
}
.icon-trash:before,
.delete:before {
  content: "\e60d";
}
.icon-edit:before,
a.edit-panel-side:before,
a.edit:before {
  content: "\e60a";
}
.icon-search:before,
.search:before {
  content: "\e608";
}
.icon-bell:before {
  content: "\e60f";
}
.icon-lock:before {
  content: "\e60b";
}
.icon-checkmark:before {
  content: "\e600";
}
.icon-cross:before {
  content: "\e601";
}
.icon-warning:before,
.tooltip2:before {
  content: "\e602";
}
.icon-arrow-down:before {
  content: "\e609";
}
.icon-arrow-left:before {
  content: "\e603";
}
.icon-arrow-down2:before {
  content: "\e604";
}
.icon-arrow-up:before {
  content: "\e605";
}
.icon-arrow-right:before {
  content: "\e606";
}
body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  min-width: 885px;
  position: relative;
}
/******** BOX/CONTAINER STYLES *********/
/******** COLUMN STYLES *********/
.col4,
.col5,
.col6 {
  display: inline-block;
  vertical-align: top;
  margin-left: -3px;
}
.col4 {
  width: 40%;
}
.col5 {
  width: 50%;
}
.col6 {
  width: 60%;
}
.left {
  float: left;
  width: 48%;
}
.right {
  float: right;
  width: 48%;
}
/******** COLOR STYLES *********/
.grey {
  color: #6f6f6f;
}
/******** TYPE FORMATING STYLES *********/
.light {
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
.lightItalic {
  font-weight: 300;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
}
.regular {
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
.regularItalic {
  font-weight: 400;
  font-style: italic;
}
.bold {
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}
.center {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
h1 {
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.7em;
}
h2 {
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3em;
}
h3 {
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1em;
}
h4 {
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
}
h5 {
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: .77em;
}
p {
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.2em;
}
.clear {
  clear: both;
}
/********  POSITIONING STYLES  *********/
/******** UI ELEMENTS STYLES  *********/
.checkbox,
.radio {
  display: inline-block;
  cursor: pointer;
  font-style: italic;
  font-size: 1em;
  transition: all 0.1s ease-in-out;
}
.checkbox > input[type="checkbox"],
.radio > input[type="checkbox"],
.checkbox > input[type="radio"],
.radio > input[type="radio"] {
  display: none;
}
.checkbox > input[type="checkbox"] + span,
.radio > input[type="checkbox"] + span,
.checkbox > input[type="radio"] + span,
.radio > input[type="radio"] + span {
  width: 20px;
  height: 20px;
  background: #fff;
  display: inline-block;
  vertical-align: bottom;
  border: 4px solid #d6d7da;
  border-radius: 100%;
  box-shadow: inset 0 0 0 2px #fff;
  transition: all 0.1s ease-in-out;
  vertical-align: sub;
  margin-right: 5px;
}
.checkbox > input[type="checkbox"]:checked + span,
.radio > input[type="checkbox"]:checked + span,
.checkbox > input[type="radio"]:checked + span,
.radio > input[type="radio"]:checked + span {
  background: #59afbc;
  border-color: #59afbc;
}
.checkbox:hover > input[type="checkbox"] + span,
.radio:hover > input[type="checkbox"] + span,
.checkbox:hover > input[type="radio"] + span,
.radio:hover > input[type="radio"] + span {
  background: #d6d7da;
}
.checkbox:hover > input[type="checkbox"]:checked + span,
.radio:hover > input[type="checkbox"]:checked + span,
.checkbox:hover > input[type="radio"]:checked + span,
.radio:hover > input[type="radio"]:checked + span {
  background: #59afbc;
}
.checkbox > input[type="checkbox"] + span {
  border-radius: 5px;
  box-shadow: none;
  border: none;
  width: 20px;
  background: #d6d7da;
  height: 20px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.checkbox > input[type="checkbox"] + span::after {
  content: "\e600";
  color: #d6d7da;
  transition: all 0.1s ease-in-out;
  margin-left: 1px;
  margin-top: 1px;
  display: block;
}
.checkbox:hover > input[type="checkbox"] + span::after {
  color: #fff;
}
.checkbox > input[type="checkbox"]:checked + span::after {
  color: #fff;
}
select {
  border: 1px solid #000;
  border-bottom: 3px solid #b8b9bc;
  font-weight: 300;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
  font-size: .8em;
  -webkit-font-smoothing: antialiased;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 13px;
  max-width: 400px;
  width: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: url(../img/global/icon-arrow-down.png) #ffffff no-repeat;
  background-position: 95% center;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
input[type="search"] {
  border-radius: none;
  border: none;
  border-bottom: 1px solid #d4d4d4;
  padding: 10px 5px 10px 20px;
  font-size: .92em;
  font-weight: 300;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
  width: 300px;
  background: url(../img/global/icon-search.png) no-repeat;
  background-position: left center;
  outline: none;
}
::-webkit-input-placeholder {
  color: #000;
  line-height: 26px;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  line-height: 26px;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  line-height: 26px;
}
:-ms-input-placeholder {
  color: #000;
  line-height: 26px;
}
#body_content_wrap input[type="text"],
#body_content_wrap input[type="password"],
#body_content_wrap textarea,
#body_content_wrap select {
  min-width: 100%;
  padding: 17px;
  border: 1px solid #ccc;
  font-size: 15px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-size: .9em;
  box-sizing: border-box;
  outline: none;
  margin: 0;
}
textarea {
  resize: none;
}
#body_content_wrap input[type="text"]:focus,
#body_content_wrap textarea:focus,
#body_content_wrap select:focus {
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.39);
}
#body_content_wrap .normal input,
#body_content_wrap .normal textarea,
#body_content_wrap .normal select {
  min-width: 0%;
}
#body_content_wrap input:disabled,
#body_content_wrap select:disabled,
#body_content_wrap textarea:disabled {
  background: #CCC;
}
.btn {
  padding: 10px 15px;
  font-size: 1em;
  background: #ccc;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
}
.btn span {
  vertical-align: middle;
  margin-right: 7px;
  font-size: 1.2em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-save,
.btn-new,
.btn-export,
.btn-delete,
.btn-publish,
.qq-upload-button,
input[type="button"],
input[type="submit"],
.btn-draft {
  padding: 10px 15px;
  font-size: 1em;
  background: #ccc;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
}
.btn-save span,
.btn-new span,
.btn-export span,
.btn-delete span,
.btn-publish span,
.qq-upload-button span,
input[type="button"] span,
input[type="submit"] span,
.btn-draft span {
  vertical-align: middle;
  margin-right: 7px;
  font-size: 1.2em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-save,
input[type="submit"],
.btn-draft {
  -webkit-font-smoothing: antialiased;
  background: #767676 url();
  border: 0;
  outline: none;
  border-bottom: 3px solid rgba(118, 118, 118, 0.5);
}
.btn-save span::before,
input[type="submit"] span::before,
.btn-draft span::before {
  content: "\e602";
}
.btn-new,
.qq-upload-button {
  background: #59afbc;
  border-bottom: 3px solid rgba(89, 175, 188, 0.5);
}
.btn-new span::before,
.qq-upload-button span::before {
  content: "\e610";
}
.qq-uploader .qq-upload-button {
  line-height: inherit;
  height: auto;
  display: inline-block;
  width: auto;
  background: #59afbc !important;
  overflow: hidden;
  font-size: 1em;
  border-radius: 0;
  text-decoration: none !important;
  border: none;
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
  float: none;
}
.btn-export {
  background: #0e1e20;
  border-bottom: 3px solid rgba(14, 30, 32, 0.5);
}
.btn-export span::before {
  content: "\e611";
}
.btn-delete {
  background: #be5f5f;
  border-bottom: 3px solid rgba(118, 118, 118, 0.5);
}
.btn-delete span::before {
  content: "\e60d";
}
.btn-publish {
  background: #59bc7c;
  border-bottom: 3px solid rgba(89, 188, 124, 0.5);
}
.btn-publish span::before {
  content: "\e607";
}
a.edit-panel-side,
.delete,
a.edit {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #383838;
  text-decoration: none;
  margin: 0 7px;
  font-size: 1.2em;
}
.icon-image {
  font-size: 0.9em;
  text-transform: uppercase;
  color: #383838;
  text-decoration: none;
  display: block;
  text-align: center;
}
.icon-image:before {
  vertical-align: middle;
  font-size: 1.2em;
}
.deleteBtn {
  color: #fff;
  background: #be5f5f;
  font-weight: bold;
  font-size: .9em;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0;
  padding-top: 1em;
  border-radius: 0;
  height: 100%;
  width: 100%;
  transition: all .2s ease;
}
.deleteBtn.show {
  left: 0;
}
table tr.deleteRow td {
  background: #be5f5f;
  color: #FFF;
}
.deleteWrap {
  display: none;
  text-align: right;
}
#loading-gif {
  position: fixed;
  bottom: 30px;
  right: 10px;
  height: 40px;
  width: 122px;
  background: url('../img/global/loading.gif') no-repeat;
  display: none;
}
#body_message {
  position: fixed;
  width: 30%;
  right: 30px;
  bottom: 20px;
  z-index: 9000;
  display: none;
}
.error {
  color: #ff0000;
}
.icon-inactive::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #b7b7ba;
  border-radius: 100%;
}
.green-light,
.red-light {
  padding: 25px 40px;
  max-width: 550px;
  font-weight: 400;
  font-style: italic;
  color: #ecedf0;
  font-size: 1em;
  border-bottom: 3px solid;
  display: inline-block;
  border-radius: 8px;
}
.green-light span,
.red-light span {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: sub;
  font-size: 1.3em;
  margin-right: 5px;
}
.green-light.reveal,
.red-light.reveal {
  position: absolute;
  left: 25%;
  top: 25%;
}
.green-light {
  border-color: #a4dab7;
  background: #59bc7c;
}
.green-light span::before {
  content: "\e607";
  color: #ecedf0;
}
.red-light {
  border-color: #dba7a7;
  background: #be5f5f;
}
.red-light span::before {
  content: "\e601";
  color: #ecedf0;
}
.tooltip,
.tooltip2 {
  display: inline-block !important;
  width: 18px;
  height: 18px;
  color: #F4F4F4;
  background: #474747;
  text-align: center;
  font-size: .7em;
  line-height: 18px;
  border-radius: 100%;
  position: relative;
  cursor: help;
  font-weight: bold;
  vertical-align: top;
}
.tooltip span,
.tooltip2 span {
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  visibility: hidden;
  padding: 20px;
  background: #333333;
  width: 300px;
  color: #fff;
  position: absolute;
  transition: all .2s ease;
  opacity: 0;
  left: -150px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  bottom: 120%;
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 0 3px;
}
.tooltip span:after,
.tooltip2 span:after,
.tooltip span:before,
.tooltip2 span:before {
  content: "";
  width: 0;
  height: 0;
  bottom: -14px;
  right: 122px;
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 14px solid #333;
}
.tooltip span:before,
.tooltip2 span:before {
  border-top: 15px solid #fff;
  bottom: -16px;
}
.tooltip span.right,
.tooltip2 span.right {
  left: 50%;
  bottom: 35px;
}
.tooltip span.right:after,
.tooltip2 span.right:after,
.tooltip span.right:before,
.tooltip2 span.right:before {
  right: 81%;
}
.tooltip span.left,
.tooltip2 span.left {
  left: auto;
  right: 50%;
  bottom: 35px;
}
.tooltip span.left:after,
.tooltip2 span.left:after,
.tooltip span.left:before,
.tooltip2 span.left:before {
  right: 15px;
}
.tooltip:hover span,
.tooltip2:hover span {
  visibility: visible;
  opacity: 1;
  bottom: 35px;
}
.tooltip:hover span.right,
.tooltip2:hover span.right {
  left: -169%;
}
.tooltip:hover span.left,
.tooltip2:hover span.left {
  right: -169%;
}
.tooltip2 {
  background: none;
  color: #474747;
  font-size: 20px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*=================================================*/
/*================ ORGANIC STYLES ================*/
/*===============================================*/
/* (Groups of elements that are used throughout the site.) */
/******** START MAIN HEADER AND NAVIGATION STYLES *********/
header {
  width: 100%;
  position: relative;
  z-index: 10;
  background: #232222;
  border-bottom: 5px solid #605f5f;
  padding: 10px 20px;
}
header .user-info,
header .bread-crumbs,
header .logo {
  display: inline-block;
  color: #fff;
}
header .user-info a,
header .bread-crumbs a,
header .logo a {
  color: #fff;
  text-decoration: none;
}
header .user-info,
header .logo {
  text-align: right;
}
header .user-info {
  position: absolute;
  top: 0;
  right: 20px;
}
header .user-info .user {
  display: inline-block;
  position: relative;
  padding: 20px 0;
}
header .user-info .icon-user {
  border: 1px solid #fff;
  border-radius: 100%;
  font-size: 20px;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  padding-top: 2px;
  margin-right: 10px;
}
header .user-info .icon-arrow-down {
  font-size: 40px;
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
  color: #717171;
}
header .user-info .icon-bell {
  margin-right: 25px;
  position: relative;
}
header .user-info .icon-bell span {
  font-size: .9em;
  background: #c12020;
  height: 24px;
  width: 24px;
  position: absolute;
  text-align: center;
  border-radius: 100%;
  vertical-align: top;
  margin-left: -18px;
  line-height: 22px;
  margin-top: 13px;
  color: #fff;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
header .user-info .icon-bell::before {
  font-size: 34px;
  z-index: -1;
  vertical-align: middle;
  color: #e6e6e6;
}
header .user-info ul {
  position: absolute;
  background: #232222;
  text-align: left;
  width: 100%;
  right: 0;
  border-top: 5px solid #59afbc;
  top: 74px;
  display: none;
}
header .user-info ul li {
  padding: 0 15px;
  border-bottom: 1px solid #484848;
  transition: all .25s ease;
}
header .user-info ul li a {
  color: #fff;
  text-decoration: none;
  padding: 20px 0;
  display: inline-block;
}
header .user-info ul li:hover {
  background: #353535;
}
header .user-info ul li.icon-lock::before {
  margin-right: 15px;
}
header .user-info .user:hover ul {
  display: block;
}
header .bread-crumbs {
  width: 60%;
  padding-left: 30px;
  font-size: .77em;
}
header .logo {
  max-width: 214px;
  padding-right: 20px;
}
header .logo img {
  width: 100%;
}
nav {
  background: #333333;
  display: inline-block;
  height: 100%;
  min-height: 100vh;
  width: 250px;
  position: absolute;
  padding: 35px 10px;
  z-index: 9;
}
nav ul {
  position: relative;
}
nav ul li {
  line-height: 1.8em;
  position: relative;
  padding-left: 5px;
}
nav ul li a {
  font-size: 1.22em;
  color: #fff;
  text-decoration: none;
  transition: all .2s ease;
  position: relative;
  cursor: pointer;
}
nav ul li a span {
  font-size: .7em;
  background: #c12020;
  height: 24px;
  width: 24px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  vertical-align: top;
  margin-left: 5px;
  line-height: 24px;
  color: #fff;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
nav ul li ul {
  display: none;
  padding-left: 10px;
  padding-bottom: 10px;
}
nav ul li ul li a {
  line-height: 1.5em;
  font-size: .88em;
}
nav ul li ul li a span {
  font-size: .7em;
  height: 20px;
  width: 20px;
  line-height: 20px;
}
nav ul li.selected {
  color: #97989b;
}
nav ul li:hover {
  color: #97989b;
}
nav #magic-line {
  position: absolute;
  width: 100%;
}
nav #magic-line::before {
  content: "";
  width: 5px;
  height: 35px;
  background: #59afbc;
  left: -10px;
  position: absolute;
}
nav .body_nav_app_loaded {
  display: block;
}
nav .body_nav_app_current {
  position: relative;
}
nav .body_nav_app_current::before {
  content: "";
  position: absolute;
  left: -6px;
  height: 5px;
  top: 17px;
  border-radius: 100%;
  width: 5px;
  background: rgba(255, 255, 255, 0.68);
}
/******** END MAIN HEADER AND NAVIGATION STYLES *********/
/******** START {Frequently apearing element name} STYLES *********/
#body_content_wrap {
  position: relative;
  z-index: 1;
}
#body_content {
  position: relative;
  float: left;
  width: 100%;
}
#body_content .search {
  margin-left: 20px;
}
div.canvas-body {
  padding: 0 0 15px 250px;
  position: relative;
}
div.canvas-body #body_right {
  padding: 30px 0 0 20px;
}
#body_panel_content {
  float: left;
  min-height: 200px;
  width: 69%;
  margin-left: 4px;
  position: relative;
  display: none;
}
form.ajax {
  padding: 20px 2% 20px 2%;
  background: #ecedf0;
}
form.ajax input[type=submit] {
  margin-top: 20px;
}
form.ajax .col4,
form.ajax .col5,
form.ajax .col6 {
  padding-right: 2%;
  margin-bottom: 25px;
}
form.ajax .row {
  margin-bottom: 15px;
}
form.ajax .row .col5 {
  margin-bottom: 0;
}
form.ajax .row .col5 p:last-child {
  margin-bottom: 0;
}
form.ajax .row .col5 textarea {
  height: calc(100% - 22px);
}
form.ajax label {
  text-transform: uppercase;
  font-size: 0.8em;
  color: #505050;
  font-weight: bold;
  line-height: 1.2em;
}
form.ajax #cke_body {
  margin-bottom: 15px;
}
#newWrap,
.editWrap {
  padding: 15px;
  display: none;
  clear: both;
  background: #ecedf0;
  margin: 15px auto;
}
#newWrap .col5,
.editWrap .col5 {
  padding-right: 2%;
  margin-bottom: 25px;
}
#newWrap #cke_body,
.editWrap #cke_body {
  margin-bottom: 15px;
}
#newWrap .btn-publish,
.editWrap .btn-publish {
  margin-right: 15px;
}
div.iframe {
  padding: 0px;
}
td.panel_cell,
.panel_cell_active {
  cursor: pointer;
  position: relative;
}
td.panel_cell_column {
  transition: all .3s ease;
}
td.panel_cell {
  opacity: .2;
}
td.panel_cell_active {
  background: #ecedf0;
  opacity: 1;
}
div.paginate {
  text-align: right;
}
div.paginate a {
  background-color: #ecedf0;
  font-size: 1.2em;
  padding: 7px 10px;
  vertical-align: bottom;
  text-align: center;
  text-decoration: none;
  color: #4B4B4B;
  display: inline-block;
}
div.paginate a.page_num {
  display: inline-block;
  padding: 12px 15px;
  font-size: .7em;
  background-color: #fff;
  cursor: pointer;
  margin-left: -4px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
div.paginate .prev,
div.paginate .next {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div.paginate .prev::before {
  content: "\e603";
}
div.paginate .next::before {
  content: "\e606";
}
div.paginate .prev span,
div.paginate .next span {
  display: none;
}
div.paginate a.active {
  background-color: #ecedf0;
}
table {
  width: 100%;
}
table tr:first-child {
  display: table-row;
}
table tr:first-child th {
  display: table-cell;
  padding: 12px 12px 17px 12px;
  box-shadow: inset 0px -5px #767676;
  border-left: 1px solid #fff;
  text-align: left;
  margin-bottom: 0;
  border-bottom: none;
  background: #b7b7ba;
  color: #fff;
  font-size: 1.2em;
}
table tr:first-child th:first-child {
  max-width: 100px;
}
table tr {
  transition: all .2s ease;
}
table td {
  border-left: 1px solid #fff;
  border-bottom: 5px solid rgba(255, 255, 255, 0);
  display: table-cell;
  padding: 12px;
  background: #ecedf0;
  position: relative;
  overflow: hidden;
}
table td .icon-check,
table td .icon-warning,
table td .icon-inactive {
  display: block;
  text-align: center;
  color: #59bc7c;
  text-decoration: none;
  font-size: 1.3em;
}
table td .icon-warning {
  color: #383838;
}
table td .icon-trash,
table td .icon-edit {
  color: #383838;
  text-decoration: none;
  margin: 0 7px;
  font-size: 1.2em;
}
.date.hasDatepicker {
  cursor: pointer;
}
.ui-datepicker-header {
  border-bottom: 1px solid #D3D3D3;
  padding: 24px;
}
.ui-datepicker {
  z-index: 1 !important;
  background: #b8b9bc;
  cursor: pointer;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.43);
}
.ui-datepicker table table tr:first-child {
  font-size: .7;
  border-top: 1px solid #bfc0c3;
}
.ui-datepicker table tr:first-child th {
  box-shadow: none;
  background: transparent;
  font-weight: bold;
  font-size: .7em;
  border-left: 0;
}
.ui-datepicker table td {
  border: none;
  border-left: none;
  background: none;
  padding: 8px;
}
.ui-datepicker table td a {
  color: #fff;
  font-size: .7;
  text-decoration: none;
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  vertical-align: middle;
}
.ui-datepicker table td a.ui-state-active {
  color: #000;
  background: #fff;
  border-radius: 100%;
  padding: 7px;
}
.ui-datepicker span.ui-icon {
  display: none;
}
.ui-datepicker a.ui-datepicker-prev,
.ui-datepicker a.ui-datepicker-next {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 2px solid #fff;
  border-radius: 100%;
  color: #fff;
  font-size: 1.3em;
  text-align: center;
  display: inline-block;
  padding: 4px;
  cursor: pointer;
  margin: 0 2%;
}
.ui-datepicker a.ui-datepicker-next {
  float: right;
}
.ui-datepicker a.ui-datepicker-prev::before {
  content: "\e603";
}
.ui-datepicker a.ui-datepicker-next::before {
  content: "\e606";
}
.ui-datepicker .ui-datepicker-title {
  text-align: center;
  margin-top: -30px;
}
.ui-datepicker-month,
.ui-datepicker-year {
  background: transparent;
  background-position: 95% center;
  padding: 0;
  border: none;
  width: auto;
  cursor: pointer;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  font-style: 1.2em;
  color: #fff;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
.alert-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 250px;
  right: 0;
  background-color: rgba(178, 179, 182, 0.67);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.alert-overlay.reveal {
  opacity: 1;
}
/******** END {Frequently apearing element name} STYLES *********/
/******** START MAIN FOOTER STYLES *********/
.tabs-nav {
  position: absolute;
  top: -30px;
  background: #ededed;
  margin-bottom: 20px;
  padding: 20px 0 10px 0;
  left: -20px;
  width: calc(100% + 20px);
  box-shadow: inset 0 -10px 12px -10px rgba(0, 0, 0, 0.24);
  transition: all .2s ease;
}
.tabs-nav li {
  display: inline-block;
  line-height: 40px;
  cursor: pointer;
  padding: 0 12px;
  margin: 0 18px;
  color: #605f5f;
}
.tabs-nav li.active {
  color: #000;
}
.tabs-nav #magic-line {
  position: absolute;
  height: 5px;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  transition: all .8s ease;
}
.tabs-nav #magic-line::before {
  content: "";
  width: calc(100% + 24px);
  height: 5px;
  background: #59afbc;
  left: 18px;
  position: absolute;
}
.tabs-container {
  width: calc(100% + 20px);
  margin-left: -20px;
  padding-left: 20px;
  transition: all .2s ease;
  background: #fff;
  padding-top: 30px;
  margin-top: -30px;
  position: relative;
}
.tabs-container > div:first-child {
  display: block;
}
.tabs-container > div {
  display: none;
}
/******** END FOOTER STYLES *********/
/*================================================*/
/*================  PAGE STYLES  ================*/
/*==============================================*/
/* (Styles for pages with elements occuring in ways specific to the page.) */
.login {
  background: url(../img/global/cartographer.png);
  min-width: 0;
}
.login #loginBox {
  width: 100%;
  max-width: 680px;
  background: #232222;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.51);
  color: #fff;
  text-align: center;
  margin-top: 10%;
  padding: 15px 90px 70px;
}
.login #loginBox div {
  position: relative;
}
.login #loginBox img {
  max-width: 150px;
}
.login #loginBox .checkbox {
  color: #D3D3D3;
  margin: 15px 0 ;
}
.login #loginBox .checkbox span {
  vertical-align: middle;
}
.login #loginBox input[type="text"] {
  background: url(../img/global/icon-user.png) #ffffff no-repeat 15px center;
}
.login #loginBox input[type="password"] {
  background: url(../img/global/icon-lock.png) #ffffff no-repeat 15px center;
}
.login #loginBox input[type="text"],
.login #loginBox input[type="password"] {
  min-width: 100%;
  padding: 17px 17px 17px 50px;
  border: 1px solid #ccc;
  font-size: 15px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-size: .9em;
  box-sizing: border-box;
  outline: none;
  margin: 15px 0;
  line-height: 26px;
  z-index: 2;
  position: relative;
  border: 1px solid #605f5f;
}
.login #loginBox input[type="button"] {
  background: #59afbc;
  border: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0.5);
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 200px;
  margin-top: 15px;
}
.login .loginError {
  transition: all 0.2s ease;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  bottom: 0;
  font-size: 1.2em;
  padding-top: 17px;
  padding-left: 7px;
  width: 60px;
  margin: 15px 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #be5f5f;
}
.login ::-webkit-input-placeholder {
  color: #333333;
  font-style: italic;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  line-height: 26px;
}
.login :-moz-placeholder {
  /* Firefox 18- */
  color: #333333;
  font-style: italic;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  line-height: 26px;
}
.login ::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333;
  font-style: italic;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  line-height: 26px;
}
.login :-ms-input-placeholder {
  color: #333333;
  font-style: italic;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  line-height: 26px;
}
/*======================================================*/
/*================  RESPONSIVE STYLES  ================*/
/*====================================================*/
/*Contains ALL responsive code. Must be imported last so that it is the last css read.*/
/*************RESPONSIVE CODE*****************/
