/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  background: #666666;
  font-size: 66.67%;
  font-family: Arial;
  line-height: 1.4rem;
  color: #000;
  margin: 0px;
  padding: 0px; }

body > .block-wrap {
  padding: 0 10px; }

.block-group,
.block,
.block-group:after,
.block:after,
.block-group:before,
.block:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.block-group {
  *zoom: 1; }

.block-group:before,
.block-group:after {
  display: table;
  content: "";
  line-height: 0; }

.block-group:after {
  clear: both; }

.block-group {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.block-group > .block-group {
  clear: none;
  float: left;
  margin: 0 !important; }

.block {
  float: left;
  width: 100%; }

.block-wrap {
  clear: both; }

a {
  color: #006643; }

table {
  font-size: 1rem; }

th {
  font-size: 1rem; }

#content {
  padding: 0px 0px 20px 20px;
  /*background: url(../images/content_bg.jpg) repeat-x;*/
  background: #fff; }

#content li {
  line-height: 1.5rem;
  margin-top: 3px; }

#rightcolumn {
  color: #333; }

ul.details {
  margin: 0px;
  padding: 0px;
  list-style: none; }

ul.details li {
  line-height: 1.5rem;
  margin: 3px 0px 8px 0px;
  padding: 0px; }

ul.details li a {
  text-decoration: none; }

ul.coordinator-select {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.internal {
  padding: 0px; }

h3 {
  font-size: 1.2rem;
  margin: 10px 0px 0px 0px; }

#mgi_only {
  border: 1px solid #ddd;
  background: yellow;
  padding: 10px; }

#directory {
  background: #d8d8d8;
  padding: 10px; }

td, th {
  vertical-align: top;
  text-align: left;
  padding-left: 5px;
  padding-right: 5px; }

.row1 {
  background: #fff; }

.row2 {
  background: #e6e6e6; }

.row1 a, .row2 a {
  text-decoration: none; }

#center {
  margin: auto; }

#container {
  max-width: 1080px;
  width: 100%;
  background: #fff; }

img {
  border: 0px; }

#header {
  background: #006600; }

#login {
  color: #fff;
  padding: 0px 0px 0px 0px;
  margin: 15px 20px 0px 0px;
  font-size: 1.2rem;
  float: right;
  text-align: right; }

#login a {
  color: #fff; }

#tally {
  float: left;
  margin: 0px 0px 0px 0px; }

#tabs {
  list-style: none;
  margin: 0px 0px 0px 10px;
  padding: 7px 0px 0px 10px; }

#tabs li {
  float: left;
  padding: 10px 10px 6px 10px;
  background: #003C00;
  color: #cccccc;
  display: block;
  margin: 0px 0px 0px 2px;
  font-size: 14px;
  font-weight: bold; }

#tabs li.on {
  display: block;
  float: left;
  padding: 10px 10px 6px 10px;
  background: #fff;
  color: #666666;
  margin: 0px 0px 0px 2px; }

#tabs li a {
  color: #cccccc;
  text-decoration: none; }

#tabs li.on a {
  color: #666666;
  text-decoration: none; }

#tabs li a:hover {
  text-decoration: underline; }

#search {
  padding: 20px 20px 5px 20px; }

input, select {
  font-size: 1rem; }

#search input.textbox, #search select {
  font-size: 1rem; }

#search input.textbox {
  width: 200px; }

.searchbox {
  font-size: 1rem;
  width: 250px; }

#search select {
  margin-top: 5px; }

.search_button {
  margin: 0px 0px 0px 5px; }

.clear_button {
  margin: 0px 10px 0px 10px; }

form {
  margin: 0px;
  padding: 0px; }

h1 {
  font-size: 1.5rem;
  color: #000; }

.quicklinks {
  float: left;
  list-style: none;
  margin: 0px 30px 0px 0px;
  padding: 0px; }

#favourites {
  float: left;
  margin: 0px 0px 0px 0px; }

#favourites ul {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px; }

#favourites li {
  width: 180px; }

#footer {
  margin: 2px 0px 0px 0px;
  padding: 0px 0px 40px 0px;
  background: #fff; }

h1.search {
  margin: 2px 0px 2px 20px;
  font-size: 1rem; }

h1.search .department {
  color: #CCDC00; }

h1.schedule {
  margin: 2px 0px 20px 20px; }

.results {
  border-spacing: 0px; }

.results th {
  font-weight: normal;
  text-align: left;
  color: #fff;
  background: #7DAD4A url(../images/column_bg.jpg) repeat-x;
  padding: 10px; }

.results th a {
  color: #fff;
  margin-right: 0px; }

.results td {
  padding: 5px; }

.results td a {
  display: block; }

.results td.row1 {
  background: #fff; }

.results td.row2 {
  background: #E6E6E6; }

.results tr.row1 {
  background: #fff; }

.results tr.row2 {
  background: #E6E6E6; }

.results ul {
  margin: 0px;
  padding: 0px;
  list-style: none; }

.results li {
  margin: 0px 0px 8px 0px;
  padding: 0px; }

ul.keywords {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding: 0px;
  list-style-type: disc; }

ul.keywords li {
  margin: 0px 0px 1px 0px;
  padding: 0px; }

.pagenav {
  text-align: center; }

.highlight {
  background: yellow; }

.field {
  font-weight: bold;
  margin: 0px 5px 0px 0px; }

table thead th {
  cursor: pointer; }

/* If you wish to highlight current sortable column, add layout effects below */
.add_contact {
  margin-left: 20px;
  float: left;
  padding: 15px; }

.add_fave {
  margin-left: 20px;
  float: left;
  padding: 15px; }

.toggle-highlight {
  margin-left: 20px;
  float: left;
  padding: 15px; }

h4 {
  font-size: 1rem; }

.app_title {
  padding: 26px 0px 21px 21px; }

.app_logo {
  padding: 20px 21px 0px 20px;
  float: right; }

.datebox {
  border: none;
  background: #fff;
  font-family: Arial;
  font-size: 8pt;
  color: #000;
  width: 100px;
  font-size: 11px; }

.datetimebox {
  border: none;
  background: #fff;
  font-family: Arial;
  font-size: 8pt;
  color: #000;
  width: 150px;
  font-size: 11px; }

#rightcolumn a {
  color: #666666; }

#rightcolumn a:hover {
  color: #333333; }

#fullcolumn {
  width: 100%;
  background: #fff; }

#leftcolumn {
  width: 75%;
  background: #fff; }

#rightcolumn {
  width: 25%;
  padding: 20px;
  background: #fff; }

#rightcolumn ul {
  margin: 0px;
  list-style: none;
  padding: 0px; }

#rightcolumn li {
  padding: 5px 0px 0px 0px;
  font-size: 11px; }

.sidepanel {
  margin-bottom: 20px; }

.sidepanel h3 {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  color: #006600;
  font-size: 14px;
  font-weight: bold; }

.sidepanel h4 {
  margin: 10px 0px 5px 0px;
  padding: 0px;
  color: #006600;
  font-size: 12px;
  font-weight: bold; }

.results_container table {
  width: 100%; }

.results_container tr.results:hover {
  background: #B2D1B2; }

.results_container td {
  font-size: 12px;
  color: #333333;
  padding: 0px 5px 0px 0px !important; }

.results_container td a {
  font-size: 12px;
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 5px 0px 5px 5px;
  width: 100%;
  height: 100%; }

.results_container th {
  font-size: 12px;
  color: #ffffff;
  background: #006600;
  padding: 5px 0px 5px 5px; }

.results_container th a {
  font-size: 12px;
  color: #ffffff;
  background: #006600;
  text-decoration: none;
  margin-right: 5px; }

.results_subject {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  padding: 10px 10px 10px 10px; }

.results_department {
  font-size: 16px;
  font-weight: bold;
  color: #006600;
  padding: 20px 10px 10px 0px; }

.results_department:hover {
  cursor: pointer; }

.results_subject:hover {
  cursor: pointer; }

.results_subject_expander {
  font-size: 12px;
  float: right;
  padding: 10px 10px 0px 0px;
  color: #666666; }

.results_subject_collapser {
  font-size: 12px;
  float: right;
  padding-top: 10px;
  color: #666666; }

.results_subject_expander:hover {
  color: #333;
  cursor: pointer; }

.results_subject_collapser:hover {
  color: #333;
  cursor: pointer; }

.subject_row1 {
  background: #F7F7A2;
  border: 1px solid #F5F594; }

.subject_row2 {
  background: #FBFBD0;
  border: 1px solid #F9F9B7; }

.addnewpanel {
  float: right;
  padding: 20px 20px 0px 0px;
  font-size: 12px;
  color: #333; }

#addnew_dropdown {
  display: none;
  position: absolute;
  margin-top: 20px;
  padding-top: 5px;
  z-index: 999; }

#addnew_dropdown ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border: 1px solid #666;
  box-shadow: 10px 10px 5px #ccc;
  -moz-box-shadow: 3px 3px 3px #ccc;
  -webkit-box-shadow: 3px 3px 3px #ccc; }

#addnew_dropdown a {
  padding: 3px 5px 3px 10px;
  width: 78px;
  background: #fff;
  display: block;
  font-size: 12px;
  color: #333;
  text-decoration: none; }

#addnew_dropdown a:hover {
  background: #006600;
  color: #fff;
  text-decoration: none; }

.filter_on {
  padding: 1px;
  background: #006600; }

.filter_keyword.filter_on {
  padding: 4px 1px 1px 1px;
  background: #006600;
  margin-bottom: 3px; }

.title {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin: 0px 0px 0px 20px;
  padding: 0px;
  line-height: 1.2rem; }

.edit-title {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin: 0px 0px 0px 20px;
  padding: 0px;
  font-weight: bold; }

.content {
  padding: 20px;
  clear: both; }

h2 {
  font-size: 14px;
  color: #333;
  margin: 0px;
  padding: 10px 0px 10px 0px;
  font-weight: bold; }

/* ========== ISSUE VIEW  ============ */
.date-callout {
  background: #FFFFCC;
  padding: 5px;
  font-size: 14px;
  color: #333333;
  width: 200px;
  line-height: 1.5rem; }

.date-time-callout {
  background: #FFFFCC;
  padding: 5px;
  font-size: 14px;
  color: #333333;
  min-width: 250px;
  display: inline-block;
  text-align: right;
  line-height: 1.5rem; }

.priority-control {
  margin: 0px 0px 0px 0px; }

.priority-control h2 {
  margin: 0px 0px 5px 0px;
  padding: 0px; }

.edit-button {
  text-align: right;
  padding: 0px 0px 10px 0px; }

.content-table {
  width: 100%; }

.left-issue {
  padding: 0px 20px 0px 0px;
  font-size: 12px;
  width: 24%; }

.left-issue ul {
  margin: 0px;
  list-style: none;
  padding: 0px; }

.left-issue li {
  padding: 0px 0px 20px 0px;
  font-size: 12px; }

.middle-issue {
  font-size: 14px; }

.right-issue {
  padding: 0px 0px 0px 20px;
  width: 26%;
  font-size: 12px; }

.right-issue ul {
  margin: 0px;
  list-style: none;
  padding: 0px; }

.right-issue li {
  padding: 5px 0px 5px 0px;
  font-size: 12px; }

.right-issue li a {
  text-decoration: none; }

.right-issue li a:hover {
  text-decoration: underline; }

.action-buttons {
  padding: 0px 0px 10px 0px;
  text-align: right; }

.issue-actions {
  float: right;
  padding: 0px 0px 10px 0px;
  text-align: right; }

.delete-issue-button {
  margin-right: 40px;
  cursor: pointer; }

.delete-media-call-button {
  margin-right: 40px;
  cursor: pointer; }

.duplicate-button {
  padding-right: 10px;
  cursor: pointer;
  vertical-align: middle; }

.archive-button {
  padding-right: 10px;
  cursor: pointer;
  vertical-align: middle; }

ul#contacts-list {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.contact-info {
  width: 180px;
  border: 1px solid #000;
  background: #ffffff;
  /* easy rounded corners for modern browsers */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 10px 10px 5px #ccc;
  -moz-box-shadow: 3px 3px 3px #ccc;
  -webkit-box-shadow: 3px 3px 3px #ccc;
  padding: 5px !important;
  margin-bottom: 5px; }

.contact-info .line1 {
  font-weight: bold; }

ul.department-list {
  list-style: none;
  margin: 0px;
  padding: 0px; }

ul.department-select {
  list-style: none;
  margin: 0px;
  padding: 0px; }

ul.department-select li {
  padding: 3px; }

ul.subject-select {
  list-style: none;
  margin: 0px;
  padding: 0px; }

ul.subject-select li {
  padding: 3px; }

ul.issue-clone {
  list-style: none;
  margin: 0px;
  padding: 0px; }

ul.issue-clone li {
  padding: 3px; }

ul.issue-clone input {
  color: #666; }

ul.subject-clone {
  list-style: none;
  margin: 0px;
  padding: 0px; }

ul.subject-clone li {
  padding: 3px; }

ul.subject-clone input {
  color: #666; }

ul.add-department {
  list-style: none;
  margin: 0px;
  padding: 0px; }

ul.add-department li {
  padding: 3px 0px 2px 0px; }

ul.add-department input {
  color: #666; }

ul.remove-department {
  list-style: none;
  margin: 0px;
  padding: 0px; }

ul.remove-department li {
  padding: 1px 0px 2px 0px; }

ul.remove-department input {
  color: #666; }

.remove-department-button {
  padding-left: 3px;
  float: right; }

.remove-coordinator-button {
  padding-left: 3px;
  vertical-align: top;
  display: inline-block; }

.add-coordinator-button {
  float: right; }

.department-info {
  width: 360px;
  border: 1px solid #000;
  background: #ffffff;
  /* easy rounded corners for modern browsers */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 10px 10px 5px #ccc;
  -moz-box-shadow: 3px 3px 3px #ccc;
  -webkit-box-shadow: 3px 3px 3px #ccc;
  padding: 5px !important;
  margin-bottom: 5px; }

ul.subject-list {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.subject-info {
  width: 360px;
  border: 1px solid #000;
  background: #ffffff;
  /* easy rounded corners for modern browsers */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 10px 10px 5px #ccc;
  -moz-box-shadow: 3px 3px 3px #ccc;
  -webkit-box-shadow: 3px 3px 3px #ccc;
  padding: 5px !important;
  margin-bottom: 5px; }

p.labels {
  line-height: 1rem;
  margin: 0px;
  padding: 5px; }

p.labels label {
  float: left;
  position: absolute;
  margin: 2px 0px 0px 2px; }

.infield {
  float: left;
  position: absolute;
  margin: 2px 0px 0px 2px; }

.add-contact-form {
  background: #FFFFCC;
  padding: 5px;
  display: none; }

.item-edit {
  background: #FFFFCC;
  padding: 5px;
  display: none; }

.item-edit label {
  float: left;
  position: absolute;
  margin: 2px 0px 0px 2px; }

.save-button {
  cursor: pointer;
  vertical-align: middle; }

.add-button {
  cursor: pointer; }

a.cancel-button {
  padding: 10px; }

.contact_title, .contact_first_name, .contact_last_name, .contact_phone, .contact_mobile, .contact_fax, .contact_email, .contact_website, .contact_address {
  width: 200px; }

.contact_address {
  height: 50px;
  width: 200px; }

.contact_notes {
  height: 50px;
  width: 200px; }

.contact_company {
  width: 200px; }

textarea {
  font-family: Arial;
  font-size: 1rem; }

.item-view {
  width: 180px;
  border: 1px solid #000;
  background: #ffffff;
  /* easy rounded corners for modern browsers */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 10px 10px 5px #ccc;
  -moz-box-shadow: 3px 3px 3px #ccc;
  -webkit-box-shadow: 3px 3px 3px #ccc;
  padding: 5px !important;
  margin-bottom: 5px !important; }

.add-log-form {
  background: #FFFFCC;
  padding: 0px;
  margin: 0px;
  display: none; }

.job-starts-callout {
  background: #FFFFCC;
  padding: 5px;
  color: #333333;
  width: 200px;
  line-height: 1.5rem;
  margin-top: 5px; }

.socialmessage-callout {
  background: #FFFFCC;
  padding: 5px;
  color: #333333;
  width: 200px;
  line-height: 1.5rem;
  margin-top: 5px; }

.log_edit_buttons {
  text-align: right;
  margin: 0px;
  padding: 0px; }

.log-view {
  margin: 0px;
  padding: 0px; }

.log_notes {
  width: 170px;
  height: 100px; }

.log_info_view {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  color: #888; }

.log_notes_view {
  margin: 0px 0px 10px 0px;
  padding: 0px; }

.log-list {
  background: #FFFFCC; }

.log-list .item-view {
  width: 180px;
  border: none  !important;
  background: #FFFFCC;
  /* easy rounded corners for modern browsers */
  -moz-border-radius: none !important;
  -webkit-border-radius: none !important;
  border-radius: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  padding: 0px 5px 5px 5px !important;
  margin-bottom: 0px !important; }

.resource_link_url {
  width: 190px; }

.resource_link_text {
  width: 190px; }

.resource_notes {
  height: 50px;
  width: 190px; }

.w-picker {
  display: block; }

.w-picker input {
  width: 10px; }

.add-subject-form {
  background: #FFFFCC;
  padding: 5px;
  display: none; }

.add-subject-form .subject_title {
  width: 300px; }

.add-department-form {
  background: #FFFFCC;
  padding: 5px;
  display: none; }

.add-department-form .department_title {
  width: 300px; }

.new-department-dialog {
  background: #FFFFCC;
  padding: 5px;
  display: none;
  border: 1px solid #eee; }

.new-department-dialog .department_title {
  width: 300px; }

.new-subject-dialog {
  background: #FFFFCC;
  padding: 5px;
  display: none;
  border: 1px solid #eee; }

.new-subject-dialog .subject_title {
  width: 300px; }

.issue-title {
  padding: 3px; }

#issue_title {
  width: 200px; }

ul.issue-title {
  list-style: none;
  margin: 0px;
  padding: 0px; }

ul.issue-title li {
  padding: 3px; }

.issue-selectors {
  padding: 0px 0px 0px 18px; }

.issue-media-calls {
  background: #FFFFCC;
  padding: 10px; }

.hanging-indent {
  text-indent: -65px;
  padding-left: 65px; }

.hanging-indent-jobstart {
  text-indent: -105px;
  padding-left: 105px; }

.hanging-indent-socialmessage {
  text-indent: -105px;
  padding-left: 105px; }

.update-wait {
  background: url(../images/waiting.png) no-repeat;
  margin: 0px 0px 0px 3px; }

.update-done {
  background: url(../images/done.png) no-repeat;
  margin: 0px 0px 0px 3px; }

.resource-list {
  margin: 0px;
  padding: 0px; }

.resource-list li {
  margin: 0px 0px 0px 0px;
  padding: 0px; }

/* NOTE */
.note-details {
  padding: 0px 0px 0px 5px; }

.note-title {
  font-weight: bold;
  font-size: 12px !important; }

.note-selectors {
  padding: 0px 0px 0px 18px; }

.left-note {
  padding: 0px 20px 0px 0px;
  font-size: 12px;
  width: 24%; }

.left-note ul {
  margin: 0px;
  list-style: none;
  padding: 0px; }

.left-note li {
  padding: 0px 0px 20px 0px;
  font-size: 12px; }

.middle-note {
  font-size: 14px; }

.right-note {
  padding: 0px 0px 0px 20px;
  width: 26%;
  font-size: 12px; }

.right-note ul {
  margin: 0px;
  list-style: none;
  padding: 0px; }

.right-note li {
  padding: 5px 0px 0px 0px;
  font-size: 12px; }

.action-buttons {
  padding: 0px 0px 10px 0px;
  text-align: right; }

.note-actions {
  float: right;
  padding: 0px 0px 10px 0px;
  text-align: right; }

.delete-note-button {
  margin-right: 40px;
  cursor: pointer; }

.results-notes {
  border-spacing: 0px; }

.results_container tr.results-notes:hover {
  background: #B2D1B2; }

.results-notes th {
  font-weight: normal;
  text-align: left;
  color: #fff;
  background: #7DAD4A url(../images/column_bg.jpg) repeat-x;
  padding: 10px; }

.results-notes th a {
  color: #fff;
  margin-right: 0px; }

.results-notes td {
  padding: 5px;
  border-top: 1px solid #B2D1B2; }

.results-notes td a {
  display: block; }

.results-notes td.row1 {
  background: #fff; }

.results-notes td.row2 {
  background: #E6E6E6; }

.results-notes tr.row1 {
  background: #fff; }

.results-notes tr.row2 {
  background: #E6E6E6; }

.results-notes ul {
  margin: 0px;
  padding: 0px;
  list-style: none; }

.results-notes li {
  margin: 0px 0px 8px 0px;
  padding: 0px; }

/*  MEDIA CALL */
.left-media-call {
  padding: 0px 20px 0px 0px;
  font-size: 12px;
  width: 24%; }

.media-call-selectors {
  padding: 0px 0px 0px 18px; }

.left-media-call ul {
  margin: 0px;
  list-style: none;
  padding: 0px; }

.left-media-call li {
  padding: 0px 0px 10px 0px;
  font-size: 12px; }

.middle-media-call {
  font-size: 14px; }

.right-media-call {
  padding: 0px 0px 0px 20px;
  width: 26%;
  font-size: 12px; }

.right-media-call ul {
  margin: 0px;
  list-style: none;
  padding: 0px; }

.right-media-call li {
  padding: 5px 0px 0px 0px;
  font-size: 12px; }

.media-call-responses {
  background: #FFFFCC;
  padding: 10px; }

.left-media-call select {
  width: 200px; }

.left-media-call .coord-id {
  width: 170px !important; }

.middle-issue h2 {
  padding: 30px 0px 10px 0px; }

.priority-control h2 {
  padding: 10px 0px 5px 0px; }

.media-call-status-control h2 {
  padding: 5px 0px 5px 0px; }

.middle-media-call h2 {
  padding: 30px 0px 10px 0px; }

.middle-media-call h2:first-child {
  padding: 10px 0px 10px 0px  !important; }

#deadline_calendar
, #prod_est_date_calendar
, #prod_copy_date_calendar
, #prod_design_date_calendar
, #prod_french_date_calendar
, #prod_website_date_calendar
, #prod_pdf_date_calendar
, #media_start_calendar
, #media_end_calendar
, #media_plan_date_calendar
, #event_calendar
, #event_start_calendar
, #event_end_calendar {
  width: 200px;
  font-size: 14px; }

#start_time_calendar {
  width: 200px;
  font-size: 14px; }

#end_time_calendar {
  width: 200px;
  font-size: 14px; }

#proposed_responses ul {
  list-style: disc;
  padding-left: 15px; }

#revision-history table {
  width: 100%; }

#revision-history th {
  background: #FFFFCC;
  padding: 3px; }

tr.history-line td {
  background: #ffffff;
  padding: 3px; }

tr.history-alt-line td {
  background: #eeeeee;
  padding: 3px; }

#revision-history .new_value,
#revision-history .old_value {
  max-height: 300px;
  overflow: auto; }

.event-content h2 {
  font-size: 14px;
  color: #333;
  margin: 0px;
  padding: 10px 0px 10px 0px; }

.bubble-table td, .bubble-table th {
  vertical-align: top;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px; }

/* EVENTS CALENDAR */
.cb-root {
  padding: 10px; }

#bbit-cal-what {
  width: 90%;
  margin-left: 5px; }

#bbit_add-event-link {
  text-decoration: underline;
  margin-left: 40px; }

#bbit-edit-event-link {
  text-decoration: underline;
  margin-left: 40px; }

#bbit-view-event-link {
  text-decoration: underline; }

#bbit-cs-editLink {
  text-decoration: underline; }

.full-calendar {
  height: 640px;
  clear: both; }

.agenda_minutes {
  width: 40px; }

.agenda_seconds {
  width: 40px; }

.agenda_notes {
  height: 100px;
  width: 200px; }

.agenda-info {
  padding: 0px !important;
  margin: 0px; }

.contact_role {
  margin: 0px; }

textarea.tinymce {
  width: 300px;
  height: 400px;
  display: block;
  overflow: auto; }

.content.adproject textarea.tinymce {
  width: 100%; }

.content.adproject .custom-fields textarea.tinymce {
  width: 650px; }

/* Advertising Project */
.left_adproject {
  padding: 0px 20px 0px 0px;
  font-size: 12px;
  width: 24%; }

.left_adproject ul {
  margin: 0px;
  list-style: none;
  padding: 0px; }

.left_adproject li {
  padding: 0px 0px 20px 0px;
  font-size: 12px; }

.middle_adproject {
  font-size: 14px; }

.right_adproject {
  padding: 0px 0px 0px 20px;
  width: 26%;
  font-size: 12px; }

.right_adproject ul {
  margin: 0px;
  list-style: none;
  padding: 0px; }

.right_adproject li {
  padding: 5px 0px 0px 0px;
  font-size: 12px; }

body.log {
  background: #FFFFCC; }

.logs {
  background: #FFFFCC;
  padding: 0px 10px 10px 10px;
  font-size: 12px; }

.log-frame {
  width: 100%;
  height: 450px;
  border: none;
  background: #FFFFCC; }

.logs ul {
  margin: 0px;
  list-style: none;
  padding: 0px; }

.logs li {
  padding: 5px 0px 0px 0px;
  font-size: 12px; }

.action-buttons {
  padding: 0px 0px 10px 0px;
  text-align: right; }

.adproject-actions {
  float: right;
  padding: 0px 0px 10px 0px;
  text-align: right; }

.delete_adproject-button {
  margin-right: 40px;
  cursor: pointer; }

ul.adproject-clone {
  list-style: none;
  margin: 0px;
  padding: 0px; }

ul.adproject-clone li {
  padding: 3px; }

ul.adproject-clone input {
  color: #666; }

.adproject-title {
  padding: 3px; }

#adproject_title {
  width: 200px; }

ul.adproject-title {
  list-style: none;
  margin: 0px;
  padding: 0px; }

ul.adproject-title li {
  padding: 3px; }

.adproject-selectors {
  padding: 0px 0px 0px 18px; }

.adproject-media-calls {
  background: #FFFFCC;
  padding: 10px; }

.middle_adproject h2 {
  padding: 30px 0px 10px 0px; }

.budget-table td {
  padding: 0px;
  margin: 0px;
  vertical-align: middle; }

.jobstart-table td {
  padding: 0px 5px 10px 0px;
  margin: 0px;
  vertical-align: middle; }

.socialmessage-table td {
  padding: 0px 5px 10px 0px;
  margin: 0px;
  vertical-align: middle; }

/* internet Dashboard */
.left-assignment {
  padding: 0px 20px 0px 0px;
  font-size: 12px;
  width: 24%; }

.left-assignment ul {
  margin: 0px;
  list-style: none;
  padding: 0px; }

.left-assignment li {
  padding: 0px 0px 20px 0px;
  font-size: 12px; }

.middle-assignment {
  font-size: 14px; }

.right-assignment {
  padding: 0px 0px 0px 20px;
  width: 26%;
  font-size: 12px; }

.right-assignment ul {
  margin: 0px;
  list-style: none;
  padding: 0px; }

.right-assignment li {
  padding: 5px 0px 0px 0px;
  font-size: 12px; }

.assignment-actions {
  float: right;
  padding: 0px 0px 10px 0px;
  text-align: right; }

.delete-assignment-button {
  margin-right: 40px;
  cursor: pointer; }

ul.assignment-clone {
  list-style: none;
  margin: 0px;
  padding: 0px; }

ul.assignment-clone li {
  padding: 3px; }

ul.assignment-clone input {
  color: #666; }

.assignment-title {
  padding: 3px; }

#assignment_title {
  width: 200px; }

ul.assignment-title {
  list-style: none;
  margin: 0px;
  padding: 0px; }

ul.assignment-title li {
  padding: 3px; }

.assignment-selectors {
  padding: 0px 0px 0px 18px; }

.assignment-media-calls {
  background: #FFFFCC;
  padding: 10px; }

.middle-assignment h2 {
  padding: 30px 0px 10px 0px; }

/* Internet Unit Dashboard */
.left-webproject {
  padding: 0px 20px 0px 0px;
  font-size: 12px;
  width: 24%; }

.left-webproject ul {
  margin: 0px;
  list-style: none;
  padding: 0px; }

.left-webproject li {
  padding: 0px 0px 20px 0px;
  font-size: 12px; }

.middle-webproject {
  font-size: 14px; }

.right-webproject {
  padding: 0px 0px 0px 20px;
  width: 26%;
  font-size: 12px; }

.right-webproject ul {
  margin: 0px;
  list-style: none;
  padding: 0px; }

.right-webproject li {
  padding: 5px 0px 0px 0px;
  font-size: 12px; }

.webproject-actions {
  float: right;
  padding: 0px 0px 10px 0px;
  text-align: right; }

.delete-webproject-button {
  margin-right: 40px;
  cursor: pointer; }

ul.webproject-clone {
  list-style: none;
  margin: 0px;
  padding: 0px; }

ul.webproject-clone li {
  padding: 3px; }

ul.webproject-clone input {
  color: #666; }

.webproject-title {
  padding: 3px; }

#webproject_title {
  width: 200px; }

ul.webproject-title {
  list-style: none;
  margin: 0px;
  padding: 0px; }

ul.webproject-title li {
  padding: 3px; }

.webproject-selectors {
  padding: 0px 0px 0px 18px; }

.webproject-media-calls {
  background: #FFFFCC;
  padding: 10px; }

.middle-webproject h2 {
  padding: 30px 0px 10px 0px; }

/* Internet Unit Dashboard - Social Media Projects*/
.left-socialmessage {
  padding: 0px 20px 0px 0px;
  font-size: 12px;
  width: 24%; }

.left-socialmessage ul {
  margin: 0px;
  list-style: none;
  padding: 0px; }

.left-socialmessage li {
  padding: 0px 0px 20px 0px;
  font-size: 12px; }

.middle-socialmessage {
  font-size: 14px; }

.right-socialmessage {
  padding: 0px 0px 0px 20px;
  width: 26%;
  font-size: 12px; }

.right-socialmessage ul {
  margin: 0px;
  list-style: none;
  padding: 0px; }

.right-socialmessage li {
  padding: 5px 0px 0px 0px;
  font-size: 12px; }

.socialmessage-actions {
  float: right;
  padding: 0px 0px 10px 0px;
  text-align: right; }

.delete-socialmessage-button {
  margin-right: 40px;
  cursor: pointer; }

ul.socialmessage-clone {
  list-style: none;
  margin: 0px;
  padding: 0px; }

ul.socialmessage-clone li {
  padding: 3px; }

ul.socialmessage-clone input {
  color: #666; }

.socialmessage-title {
  padding: 3px; }

#socialmessage_title {
  width: 100%; }

ul.socialmessage-title {
  list-style: none;
  margin: 0px;
  padding: 0px; }

ul.socialmessage-title li {
  padding: 3px; }

.socialmessage-selectors {
  padding: 0px 0px 0px 18px; }

.socialmessage-media-calls {
  background: #FFFFCC;
  padding: 10px; }

.middle-socialmessage h2 {
  padding: 30px 0px 10px 0px; }

.socialmessage-message {
  padding: 10px;
  border-radius: 5px; }

.socialmessage-message:nth-child(2n+1) {
  background: #eee; }

.socialmessage-message i {
  font-size: 1.4rem; }

.socialmessage-message .entry {
  padding: 10px 0px; }

.block-group.schedule .block {
  padding: 5px 0px; }

.socialmessage-message .channels {
  width: 100%;
  padding: 5px 0px; }

.socialmessage-message .schedule {
  width: 50%;
  padding: 5px 0px; }

.socialmessage-message .schedule .block {
  padding: 5px 0px; }

.socialmessage-message .image {
  width: 50%;
  padding: 5px 0px; }

.socialmessage-message .field-label {
  font-weight: bold;
  width: 25%;
  padding: 5px 0px; }

.socialmessage-message .field-value {
  width: 75%;
  padding: 5px 0px; }

.event-icon-print {
  display: none; }

.printonly {
  display: none; }

@-moz-document url-prefix() {
  input[type="text"], input[type="password"], textarea {
    overflow: auto; } }
.coord-item {
  padding: 0px 0px 10px 0px; }

@media print {
  .printonly {
    display: block; }

  #search, #header, #footer, .addnewpanel, #caltoolbar, .cHead {
    display: none; }

  /* day contents cell */
  .st-c, .st-s {
    color: #000 !important;
    background: none !important;
    border: none !important;
    border-left: none !important; }

  /* day background cell */
  .st-bg {
    color: #000 !important;
    background: none !important;
    border-left: 1px solid #000 !important; }

  .mvcontainer {
    background: none !important; }

  .st-bg-table {
    border-bottom: 1px solid #000 !important; }

  .st-g {
    border: none !important; }

  .rb-m, .st-ad-mr, .st-ad-ml, rb-o, rb- {
    border: none !important;
    border-style: none !important; }

  .rb-i, .rb-o {
    border: none !important;
    color: #000 !important; }

  .rb-m {
    background: none !important;
    border: none !important; }

  .st-dtitle {
    color: #000 !important;
    font-weight: bold !important;
    background: #ddd !important;
    border: none !important; }

  /* day names across top */
  .mv-dayname {
    color: #000;
    font-weight: bold !important;
    background: #eee !important; }

  th {
    background: #eee !important; }

  /* day numbers */
  .monthdayshow {
    color: #000 !important;
    font-weight: bold !important; }

  .ftitle {
    color: #000 !important;
    font-weight: bold !important;
    background-image: none !important;
    background: none !important;
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
    font-size: 1.5rem; }

  .cHead {
    color: #000 !important;
    font-weight: bold !important;
    background-image: none !important;
    background: none !important;
    border: none !important; }

  .printborder {
    border: none !important; }

  .chromeColor {
    display: none; }

  #dvCalMain {
    background-image: none !important;
    background: none !important;
    border: 1px solid #000 !important; }

  body {
    background: #fff !important; }

  .calmain {
    background: none !important;
    border: none !important; }

  .event-icon {
    display: none; }

  .event-icon-print {
    display: inline-block; } }
.overview-frame {
  width: 100%;
  height: 100%;
  border: none; }

span.showpdf {
  background: url("../images/pdficon_small.png") no-repeat scroll 1px 50% transparent;
  padding-left: 20px; }

span.showbiweeklyview {
  background: url("../images/icons/cal-week.gif") no-repeat scroll 1px 50% transparent;
  padding-left: 20px; }

/* assignment */
.late-assignment a {
  font-weight: bold;
  background: #ffff00; }

/* this-week */
tr.also-this-week td {
  background: #fff;
  height: 20px;
  border-top: 1px solid #C3D9FF;
  font-weight: bold;
  padding: 3px; }

.also-this-week-label {
  font-weight: bold; }

.button {
  background: #006600;
  text-decoration: none;
  color: #fff;
  padding: 5px;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #006600;
  margin-right: 10px; }

.button:hover {
  background: #ffffff;
  text-decoration: none;
  color: #006600;
  padding: 5px;
  display: inline-block;
  border-radius: 5px; }

.depth-2 {
  padding-left: 30px !important; }

.depth-3 {
  padding-left: 60px !important; }

.depth-4 {
  padding-left: 90px !important; }

.depth-5 {
  padding-left: 120px !important; }

.custom-fields {
  position: relative;
  padding-left: 40px; }

.custom-fields ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.custom-fields textarea.tinymce {
  width: 600px;
  height: 400px;
  display: block;
  overflow: auto; }

.custom-fields .text-wrapper {
  margin-left: 30px;
  margin-right: 30px;
  clear: both;
  width: 100%;
  padding-top: 20px; }

.custom-fields label {
  padding-left: 10px;
  padding-top: 3px; }

.custom-fields textarea,
.custom-fields input[type=text] {
  margin-left: 25px; }

.custom-fields .expander {
  position: absolute;
  left: 0px;
  background-image: url(../images/add_button.png);
  width: 21px;
  height: 18px;
  cursor: pointer; }

.custom-fields .expander.open {
  background-image: url(../images/remove_button.png); }

.custom-fields .level-1 {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  display: block;
  clear: both; }

.custom-fields .level-1 ul {
  margin-top: 10px; }

.custom-fields .level-1 .text-label {
  font-weight: bold;
  /*margin-left: 30px;*/
  display: block;
  margin-top: 5px;
  margin-bottom: 5px; }

.custom-fields .level-1 > label {
  font-weight: bold;
  font-size: 1.3rem; }

.custom-fields .level-2 {
  float: left;
  width: 200px;
  text-align: top;
  padding-left: 30px; }

.custom-fields .level-2 > input[type="text"] {
  display: inline-block;
  vertical-align: top; }

.custom-fields .level-2 > input[type="checkbox"] {
  display: inline-block;
  vertical-align: top; }

.custom-fields .level-2 > label {
  padding-left: 5px;
  display: inline-block;
  width: 150px;
  vertical-align: top; }

.custom-fields .level-3 {
  padding-left: 30px;
  width: 250px; }

.custom-fields .level-3 > input[type="text"] {
  display: inline-block;
  vertical-align: top; }

.custom-fields .level-3 > input[type="checkbox"] {
  display: inline-block;
  vertical-align: top; }

.custom-fields .level-3 > label {
  padding-left: 5px;
  display: inline-block;
  width: 150px;
  vertical-align: top; }

.custom-fields .level-4 {
  padding-left: 30px;
  width: 250px; }

.custom-fields .level-5 {
  padding-left: 30px;
  width: 250px; }

/* View Ad Project */
.view-custom-fields h2 {
  display: block;
  background: #eee;
  padding: 10px 0px 10px 10px; }

.view-custom-fields {
  position: relative; }

.view-custom-fields ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.view-custom-fields textarea.tinymce {
  width: 600px;
  height: 400px;
  display: block;
  overflow: auto; }

.view-custom-fields .view-text-wrapper {
  clear: both;
  width: 100%;
  padding-top: 20px; }

.view-custom-fields label {
  padding-left: 10px;
  padding-top: 3px; }

.view-custom-fields textarea,
.view-custom-fields input[type=text] {
  margin-left: 25px; }

.view-custom-fields .expander {
  position: absolute;
  left: 0px;
  background-image: url(../images/add_button.png);
  width: 21px;
  height: 18px;
  cursor: pointer; }

.view-custom-fields .expander.open {
  background-image: url(../images/remove_button.png); }

.view-custom-fields .level-1 {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  display: block;
  clear: both; }

.view-custom-fields .level-1 ul {
  margin-top: 10px; }

.view-custom-fields .level-1 .text-label {
  font-weight: bold;
  /*margin-left: 30px;*/
  display: block;
  margin-top: 5px;
  margin-bottom: 5px; }

.view-custom-fields .level-1 > label {
  font-weight: bold;
  font-size: 1.3rem; }

.view-custom-fields .level-2 {
  float: left;
  width: 200px;
  text-align: top; }

.view-custom-fields .level-2 > input[type="text"] {
  display: inline-block;
  vertical-align: top; }

.view-custom-fields .level-2 > input[type="checkbox"] {
  display: inline-block;
  vertical-align: top; }

.view-custom-fields .level-2 > label {
  padding-left: 5px;
  display: inline-block;
  width: 150px;
  vertical-align: top; }

.view-custom-fields .level-3 {
  padding-left: 30px;
  width: 250px; }

.view-custom-fields .level-3 > input[type="text"] {
  display: inline-block;
  vertical-align: top; }

.view-custom-fields .level-3 > input[type="checkbox"] {
  display: inline-block;
  vertical-align: top; }

.view-custom-fields .level-3 > label {
  padding-left: 5px;
  display: inline-block;
  width: 150px;
  vertical-align: top; }

.view-custom-fields .level-4 {
  padding-left: 30px;
  width: 250px; }

.view-custom-fields .level-5 {
  padding-left: 30px;
  width: 250px; }

/* Social Media Message Custom Fields */
.socialmessage-custom-fields {
  position: relative;
  padding-left: 0px; }

.socialmessage-custom-fields ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.socialmessage-custom-fields textarea.tinymce {
  width: 600px;
  height: 400px;
  display: block;
  overflow: auto; }

.socialmessage-custom-fields .text-wrapper {
  margin-left: 30px;
  margin-right: 30px;
  clear: both;
  width: 100%;
  padding-top: 20px; }

.socialmessage-custom-fields label {
  padding-left: 10px;
  padding-top: 3px;
  font-size: 14px; }

.socialmessage-custom-fields textarea,
.socialmessage-custom-fields input[type=text] {
  margin-left: 25px; }

.socialmessage-custom-fields .expander {
  position: absolute;
  left: 0px;
  background-image: url(../images/add_button.png);
  width: 21px;
  height: 18px;
  cursor: pointer; }

.socialmessage-custom-fields .expander.open {
  background-image: url(../images/remove_button.png); }

.socialmessage-custom-fields .level-1 {
  width: 100%;
  display: block;
  clear: both; }

.socialmessage-custom-fields .level-1 ul {
  margin-top: 10px; }

.socialmessage-custom-fields .level-1 .text-label {
  font-weight: bold;
  /*margin-left: 30px;*/
  display: block;
  margin-top: 5px;
  margin-bottom: 5px; }

.socialmessage-custom-fields .level-1 > label {
  font-weight: bold;
  font-size: 1.3rem; }

.socialmessage-custom-fields .level-2 {
  float: left;
  width: 200px;
  text-align: top;
  padding-left: 0px; }

.socialmessage-custom-fields .level-2 > input[type="text"] {
  display: inline-block;
  vertical-align: top; }

.socialmessage-custom-fields .level-2 > input[type="checkbox"] {
  display: inline-block;
  vertical-align: top; }

.socialmessage-custom-fields .level-2 > label {
  padding-left: 5px;
  display: inline-block;
  width: 150px;
  vertical-align: top; }

.socialmessage-custom-fields .level-3 {
  padding-left: 30px;
  width: 250px; }

.socialmessage-custom-fields .level-3 > input[type="text"] {
  display: inline-block;
  vertical-align: top; }

.socialmessage-custom-fields .level-3 > input[type="checkbox"] {
  display: inline-block;
  vertical-align: top; }

.socialmessage-custom-fields .level-3 > label {
  padding-left: 5px;
  display: inline-block;
  width: 150px;
  vertical-align: top; }

.socialmessage-custom-fields .level-4 {
  padding-left: 30px;
  width: 250px; }

.socialmessage-custom-fields .level-5 {
  padding-left: 30px;
  width: 250px; }

/* View Ad Project */
.view-socialmessage-custom-fields h2 {
  display: block;
  background: #eee;
  padding: 10px 0px 10px 10px; }

.view-socialmessage-custom-fields {
  position: relative; }

.view-socialmessage-custom-fields ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.view-socialmessage-custom-fields textarea.tinymce {
  width: 600px;
  height: 400px;
  display: block;
  overflow: auto; }

.view-socialmessage-custom-fields .view-text-wrapper {
  clear: both;
  width: 100%;
  padding-top: 20px; }

.view-socialmessage-custom-fields label {
  padding-left: 10px;
  padding-top: 3px; }

.view-socialmessage-custom-fields textarea,
.view-socialmessage-custom-fields input[type=text] {
  margin-left: 25px; }

.view-socialmessage-custom-fields .expander {
  position: absolute;
  left: 0px;
  background-image: url(../images/add_button.png);
  width: 21px;
  height: 18px;
  cursor: pointer; }

.view-socialmessage-custom-fields .expander.open {
  background-image: url(../images/remove_button.png); }

.view-socialmessage-custom-fields .level-1 {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  display: block;
  clear: both; }

.view-socialmessage-custom-fields .level-1 ul {
  margin-top: 10px; }

.view-socialmessage-custom-fields .level-1 .text-label {
  font-weight: bold;
  /*margin-left: 30px;*/
  display: block;
  margin-top: 5px;
  margin-bottom: 5px; }

.view-socialmessage-custom-fields .level-1 > label {
  font-weight: bold;
  font-size: 1.3rem; }

.view-socialmessage-custom-fields .level-2 {
  float: left;
  width: 200px;
  text-align: top; }

.view-socialmessage-custom-fields .level-2 > input[type="text"] {
  display: inline-block;
  vertical-align: top; }

.view-socialmessage-custom-fields .level-2 > input[type="checkbox"] {
  display: inline-block;
  vertical-align: top; }

.view-socialmessage-custom-fields .level-2 > label {
  padding-left: 5px;
  display: inline-block;
  width: 150px;
  vertical-align: top; }

.view-socialmessage-custom-fields .level-3 {
  padding-left: 30px;
  width: 250px; }

.view-socialmessage-custom-fields .level-3 > input[type="text"] {
  display: inline-block;
  vertical-align: top; }

.view-socialmessage-custom-fields .level-3 > input[type="checkbox"] {
  display: inline-block;
  vertical-align: top; }

.view-socialmessage-custom-fields .level-3 > label {
  padding-left: 5px;
  display: inline-block;
  width: 150px;
  vertical-align: top; }

.view-socialmessage-custom-fields .level-4 {
  padding-left: 30px;
  width: 250px; }

.view-socialmessage-custom-fields .level-5 {
  padding-left: 30px;
  width: 250px; }

/* Social Media Message Calendar View */
.message-wrapper {
  padding: 10px;
  background: #F6F6F6;
  margin-bottom: 20px;
  border-top: 8px solid #eee; }

.message-status-bar-progress {
  border-color: #cc0000; }

.message-status-bar-pending {
  border-color: #999900; }

.message-status-bar-approved {
  border-color: #009900; }

.message-schedule-entry {
  display: inline-block;
  padding-right: 10px;
  width: 33.3333%;
  padding-bottom: 5px; }

.message-title {
  font-size: 1.6rem;
  color: #006600;
  padding: 5px 0px;
  font-family: "myriad-pro",sans-serif; }

.message-status {
  float: right;
  font-size: 1rem;
  border-radius: 5px; }

.message-status i {
  margin-right: 5px; }

.message-status-progress {
  color: #cc0000; }

.message-status-pending {
  color: #999900; }

.message-status-approved {
  color: #009900; }

.message-subject {
  padding: 4px 0px; }

.message-departments {
  padding: 4px 0px; }

.message-schedule-entry a.sent.today span {
  font-weight: bold;
  color: #000;
  text-decoration: underline; }

.message-schedule-entry a.unsent.today span {
  font-weight: bold;
  text-decoration: underline;
  color: #000; }

.message-schedule-entry a.sent.past {
  color: #888; }

.message-schedule-entry a.unsent.past {
  color: #888; }

.message-wrapper .language-entry {
  width: 50%;
  display: inline-block;
  padding: 5px;
  margin-top: 10px;
  /* border:1px solid #eee; */ }

.message-wrapper .channel-entry {
  display: inline-block; }

.message-content {
  margin: 10px 0px; }

.message-wrapper .language-entry iframe {
  width: 100% !important; }

.block-minicalendar {
  width: 290px;
  position: fixed; }

.block-calendarlist {
  width: 100%;
  margin-left: 280px;
  padding-right: 20px;
  max-width: 800px;
  min-height: 620px; }

.search-field {
  padding-bottom: 10px; }

.search-field input[type=text],
.search-field select,
.search-field .select2 {
  width: 100% !important; }

.uk-button-primary {
  background-color: #49AD08; }

.uk-button {
  border-radius: 5px; }

.uk-button {
  padding-left: 15px;
  padding-right: 15px; }

.uk-button i {
  margin-right: 5px; }

.socialmessage-status {
  min-width: 200px; }

.message-entry .select2 .select2-selection--single.progress {
  background: #cc0000; }

.message-entry .select2 .select2-selection--single.pending {
  background: #F27062; }

.message-entry .select2 .select2-selection--single.approved {
  background: #009900; }

.message-entry .select2 .select2-selection--single.progress i
, .message-entry .select2 .select2-selection--single.progress .select2-selection__rendered span
, .message-entry .select2 .select2-selection--single.progress .select2-selection__arrow b {
  color: #fff; }

.message-entry .select2 .select2-selection--single.pending i
, .message-entry .select2 .select2-selection--single.pending .select2-selection__rendered span
, .message-entry .select2 .select2-selection--single.pending .select2-selection__arrow b {
  color: #fff; }

.message-entry .select2 .select2-selection--single.approved i
, .message-entry .select2 .select2-selection--single.approved .select2-selection__rendered span
, .message-entry .select2 .select2-selection--single.approved .select2-selection__arrow b {
  color: #fff; }

.message-entry .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent; }

.message-entry .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent; }

.message-entry .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent; }

.waiting .success {
  color: #009900; }

.waiting .error {
  color: #fff;
  background: #990000;
  padding: 7px;
  border-radius: 5px;
  background-color: rgba(200, 0, 0, 0.5); }

.message-entry .photo {
  width: 100%;
  text-align: center;
  display: table;
  color: #ccc;
  margin-bottom: 10px; }

.message-entry .no-photo {
  width: 100%;
  height: 200px;
  border: 2px dashed #ccc;
  padding: 20px;
  text-align: center;
  display: table;
  color: #ccc;
  margin-bottom: 10px; }

.message-entry .no-photo div {
  display: table-cell;
  vertical-align: middle; }

.message-entry .urls {
  border-top: 1px solid #C5C5C5;
  word-wrap: break-word; }

.message-entry .urls strong {
  color: #006600; }

.message-entry .select2-container .select2-selection--single {
  font-size: 14px;
  text-transform: uppercase; }

.content.edit-social-message .datetimebox {
  border: none;
  width: 200px;
  font-size: 1rem; }

.uk-button.addmore {
  padding: 5px 5px 5px 8px;
  color: #333;
  font-size: 0.8rem; }

.content.edit-social-message .english-block,
.content.edit-social-message .french-block,
.content.edit-social-message .notes-block,
.content.edit-social-message .info-block {
  width: 50%; }

.content.edit-social-message .english-block,
.content.edit-social-message .info-block {
  padding-right: 5px; }

.content.edit-social-message .french-block,
.content.edit-social-message .notes-block {
  padding-left: 5px; }

.content.edit-social-message .repost-wrapper {
  width: 100% !important; }

.block-group.socialmessage-url .block.block-long-url {
  width: 75%; }

.block-group.socialmessage-url .block.block-shorten-url {
  width: 25%;
  padding-left: 10px;
  text-align: right; }

.block-group.socialmessage-url .block.block-shorten-url input[type=button] {
  width: 100%; }

.content.edit-social-message .repost-wrapper iframe {
  width: 100% !important; }

.content.edit-social-message .input.repost {
  width: 100%;
  margin-bottom: 5px; }

.socialmessage-selectors input {
  font-size: 1rem; }

.socialmessages-calendar {
  font-size: 1rem;
  font-family: "myriad-pro",sans-serif; }

.page-socialmessage .infield {
  margin: 8px 0px 0px 8px !important;
  font-size: 1rem; }

.page-socialmessage input[type=text] {
  border-radius: 4px; }

.page-socialmessage textarea {
  border-radius: 4px; }

.page-socialmessage .socialmessage-headings .select2-container--default .select2-selection--multiple {
  border-radius: 4px; }

.page-socialmessage #socialmessage_title {
  border-radius: 4px; }

.socialmessage-logs {
  padding: 0px;
  margin-top: 20px; }

.page-socialmessage .socialmessage-headings .block {
  padding-bottom: 10px;
  padding-right: 20px; }

.page-socialmessage .notes-block .notes-wrapper {
  border: 1px solid #eee;
  border-radius: 5px; }

@media screen and (max-width: 1027px) {
  .content.edit-social-message .english-block {
    display: block;
    width: 100%; }

  .content.edit-social-message .french-block {
    display: block;
    width: 100%; }

  .content.edit-social-message .notes-block,
  .content.edit-social-message .info-block {
    padding: 0px;
    padding-top: 20px;
    display: block;
    width: 100%; }

  .socialmessage-logs {
    padding: 0px;
    margin-top: 0px; } }
.uk-radio:checked, .uk-checkbox:checked, .uk-checkbox:indeterminate {
  background-color: #006600;
  border-color: transparent; }

.uk-radio:checked:focus, .uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus {
  background-color: #006600; }

.uk-radio:focus, .uk-checkbox:focus {
  border-color: #006600; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 38px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container .select2-search--inline .select2-search__field {
  font-size: 1rem; }

.page-socialmessage .select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-size: 1rem;
  border: none;
  background-color: transparent; }

.select2-container--default .select2-selection--single .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #49AD08;
  color: white; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  font-size: 1rem; }

.select2-results__option {
  font-size: 1rem; }

body.socialmessage-logs {
  background: #fff !important; }

.socialmessage-logs .log-list {
  background: transparent; }

.page-socialmessage .edit-title {
  padding-bottom: 10px; }

.page-socialmessage .socialmessage-subject-block {
  position: relative; }

.page-socialmessage .clear-subject {
  background: transparent;
  border: none;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
  line-height: 36px;
  white-space: nowrap;
  font-size: 16px;
  padding: 2px 11px; }

.page-socialmessage .socialmessage-subject-block #select2-select_subject-container {
  padding-left: 24px; }

a.socialmessage-share {
  padding-right: 10px; }

.socialmessage-logs .log-list .item-view {
  background: transparent; }

.socialmessage-logs .add-log-form {
  background: transparent; }

.socialmessage-logs .logs {
  background: transparent; }

.socialmessage-logs .log-frame {
  background: transparent; }

.uk-pagination-previous.uk-icon {
  padding-top: 4px; }

.uk-pagination-next.uk-icon {
  padding-top: 4px; }

.uk-pagination > * {
  font-size: 0.8rem; }

.force-word-wrap {
  white-space: pre;
  /* CSS 2.0 */
  white-space: pre-line;
  /* CSS 3.0 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -moz-pre-wrap;
  /* Mozilla */
  word-wrap: break-word; }

/*# sourceMappingURL=content.css.map */

#container table {
width:100%;
}
