@import url("https://fonts.googleapis.com/css?family=Roboto:400,700,500,300,400italic");

/* uikit components */
@import url("uikit/slideshow.min.css");
@import url("uikit/slider.min.css");
@import url("uikit/sticky.min.css");
@import url("uikit/form-advanced.min.css");
@import url("uikit/datepicker.min.css");
@import url("uikit/accordion.min.css");
@import url("uikit/autocomplete.min.css");
@import url("uikit/tooltip.min.css");
@import url("uikit/form-select.min.css");
@import url("uikit/notify.min.css");
@import url("uikit/progress.min.css");
@import url("uikit/placeholder.min.css");
@import url("uikit/upload.min.css");
@import url("uikit/dotnav.min.css");

/* Icons */
@import url("//fonts.googleapis.com/icon?family=Material+Icons");

/* Scrollbar */
@import url("jquery.mCustomScrollbar.css");
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(../img/mCSB_buttons.png);
}

/* Breakpoints  */
@media (max-width: 1219px) {
  .uk-visible-xlarge {
    display: none !important;
  }
}

/* Filter tag */
@import url("selectize.css");

/* UIKIT CUSTOM */
* {
  outline: none !important;
}
html {
  font-family: 'Roboto', sans-serif;
}
.uk-text-italic {
  font-style: italic;
}
@media (max-width: 1130px) {
  .uk-visible-extra-large {
    display: none !important;
    background: red !important;
  }
}
/*@media (min-width: 1800px) {
  html {
    font: normal 16px / 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
*/

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500
}

/* Iconos */
.md-13 { font-size: 13px; }
.md-18 { font-size: 18px; }
.md-24 { font-size: 24px; } /* Default */
.md-36 { font-size: 36px; }
.md-48 { font-size: 48px; }

a, .material-icons, .mdi {
  display: inline-flex;
  vertical-align: middle;
}
#li-alert .uk-list a {
  display: inherit;
  vertical-align: inherit;
}
a:hover, .uk-link:hover {
  text-decoration: none;
  color: #ff9800;
}
.uk-navbar-nav > li > a[href='#'] {
  cursor: pointer;
}
.uk-padding {
  padding: 15px;
}

/* Nav */
#sort-by .uk-subnav-pill > * > * {
  padding: 0 9px;
}
#dashboard .uk-nav-parent-icon > .uk-parent > a:after {
  margin-right: -4px;
}
#dashboard .uk-nav-side .uk-parent {
  box-shadow: 0 1px 0 rgba(204, 204, 204, 0.5);
}
#dashboard .uk-nav-side-top {
  box-shadow: 0 1px 0 rgba(204, 204, 204, 0.5);
  height: 54px;
  box-sizing: border-box;
}
#dashboard .uk-nav-side-top .span-title {
  margin-left: 15px;
  height: 24px;
  font-weight: 500;
  font-size: 15px !important;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
}
#dashboard .uk-nav-parent-icon > .uk-parent > a:after {
  margin-top: 3px;
}
.uk-nav-side-top {
  font-weight: 500;
  font-size: 15px !important;
}
.uk-nav-icon, .uk-dropdown i, .uk-dropdown svg {
  margin-right: 25px;
}

/* Navbar */
.uk-navbar {
  border: 0;
  border-bottom: 0;
  z-index: 100;
  position: relative;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.4);
}
.uk-navbar-brand.main-brand {
  border-radius: 3px 3px 0 0;
  background: #2f343f;
}
.mode-view {
  opacity: 0.7;
}
.mode-view.uk-active{
  opacity: 1;
  background: #2f343f;
}
.uk-navbar-toggle:after {
  content: none;
  font-family: FontAwesome;
  vertical-align: middle;
}
.uk-navbar-toggle-edit {
  box-sizing: border-box;
  display: block;
  height: 63px;
  padding: 0 15px;
  float: left;
  margin-top: -1px;
  text-shadow: 0 1px 0 none;
}
.uk-navbar-toggle-edit:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.uk-navbar-toggle-edit {
  font-size: 18px;
  color: #666666;
  text-decoration: none;
}
.uk-navbar-toggle-edit:hover,
.uk-navbar-toggle-edit:focus {
  color: #666666;
  text-decoration: none;
}
.uk-navbar-nav > li > button {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  height: 50px;
  padding: 0 15px;
  color: #FFF;
  font-size: 14px;
  margin-top: -1px;
  margin-left: -1px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-width: 0;
  text-shadow: 0 1px 0 none;
  background: none;
  cursor: pointer;
}
.uk-navbar-nav > li > a {
  font-family: 'Roboto', sans-serif;
}
.uk-nav-justified > * {
  float: none;
}
.uk-nav-justified {
  white-space: nowrap;
  overflow: auto;
  box-shadow: inset 0 -2px 0 0 #EEE;
  width: 100%;
  display: inherit;
}
.uk-nav-justified > li {
  display: table-cell;
  width: 1%;
  text-align: center;
  padding: 0;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}
.uk-nav-justified > li > a {
  display: block;
  color: #7a7a7a;
  text-transform: uppercase;
  position: relative;
  border-radius: 0;
}
.uk-nav-justified > * > :hover, .uk-nav-justified > * > :focus {
  background: #fafafa;
  color: #666;
  text-decoration: none;
  box-shadow: inset 0 -2px 0 0 #EEE;
}
@media (min-width: 768px) {
  .uk-nav-justified > li > a {
    padding: 15px;
  }
}
.uk-nav-justified.uk-subnav-pill > .uk-active > * {
  background: none;
  color: #666;
  box-shadow:none;
  font-weight: 500;
}
.uk-nav-justified > li > a:after {
  content: "";
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.uk-nav-justified > li > a:after {
  background: #2196f3;
}

.uk-nav-justified > li.uk-active > a:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* end navbar */

/* Autocomplete */
.uk-nav-autocomplete>li.uk-active>a {
  background: #00a8e6 !important;
  color: #fff !important;
  outline: 0;
}
.uk-nav-autocomplete>li>a {
  color: #444 !important;
}
.uk-nav-autocomplete {
  text-align: left;
}
.uk-nav-autocomplete > li > a {
  padding: 10px 15px
}
/* end Autocomplete */

/* Navbar Alerts */
#li-alert>a {
  font-size: 20px;
  line-height: 55px;
}
#li-alert>a i {
  padding: 5px;
  border-radius: 100%;
  color: rgba(255, 255, 255, 0.5);
}
#li-alert>a.uk-active i {
  background-color: #fff;
  color: #ff9800;
}
/* End Navbar Alerts */

/* img profile */
.uk-navbar-nav .user-name {
  font-size: 14px;
  margin-right: 5px;
}
.uk-navbar-nav .img-profile button {
  padding: 0;
}
.uk-navbar-nav .img-profile img {
  background-color: #fff;
  width: 40px !important;
  height: 40px !important;
  margin: -3px 0 0 0;
}
/* end img profile */

/* Alerts */
.uk-alert-success a {
  color: #fff;
  text-decoration: underline;
}
/* End Alerts */

/* List */
.uk-list a {
  text-decoration: none;
}
.uk-list-inline {
  margin-top: 0;
}
.uk-list-inline li {
  list-style: none;
  display: inline-block;
  padding-left: 5px;
}
.uk-list-inline li:first-child {
  padding-left: 0px;
}
.uk-list-inline li:last-child {
  padding-right: 0px;
}
/* Content list */

.uk-content-list .uk-width-6-10 a {
  margin-top: 0px;
  padding: 0 !important;
}
.uk-content-list a * {
  color: #666;
}
#dashboard-content .uk-content-list .clip-content p {
  margin: 5px 0 0 0;
  font-size: 13px;
  line-height: 15px;
}
#dashboard-content .uk-content-list .clip-content p span {
  cursor: pointer;
}
#dashboard-content .uk-content-list .clip-content p span+span {
  margin-left: 10px;
}
#dashboard-content .uk-content-list .clip-content p i {
  margin-right: 0;
  font-size: 14px;
  line-height: inherit;
}
/* end content List */

/* end List */

/* Dropdown */
.uk-nav-dropdown a {
  padding: 8px 15px !important;
}
.uk-nav-dropdown > li > a:hover, .uk-nav-dropdown > li > a:focus {
  box-shadow: inset 5px 0 0 #465675;
  text-shadow: none;
}
.uk-dropdown, .uk-dropdown-blank, .angular-tagger__matching {
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3), 2px 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3), 2px 2px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3), 2px 2px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3), 2px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3), 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.uk-dropdown li, .uk-dropdown-blank li, .angular-tagger__matching li {
  font-weight: 500;
}
.angular-tagger__matching {
  padding: 5px 0 !important;
  border-radius: 3px;
}
.uk-open > .uk-dropdown-over {
  top: -15px !important;
}
@media (min-width: 1300px) {
  #project-choose .button-project {
    font-size: 17px;
  }
}
#project-choose .uk-dropdown {
  width: auto;
}
#project-choose .uk-dropdown i {
  line-height: inherit;
}
#project-choose .uk-nav-dropdown > li > a, #project-choose .uk-nav-dropdown > li > a:hover {
  white-space: nowrap;
}
.uk-nav-dropdown > .uk-active a {
  background: #dcdcdc;
  color: #666;
}
#project-choose .uk-nav > li > a, .uk-navbar-flip .uk-nav > li > a {
  padding: 13px 15px;
}
#columns {
  padding-bottom: 10px;
  min-height: -webkit-calc(50vh - 115px);
  min-height: -moz-calc(50vh - 115px);
  min-height: calc(50vh - 115px);
}
#columns .uk-nav > li > a, #advanced-follow .uk-nav > li > a, #dash-option .uk-nav > li > a {
  padding: 3px 15px;
}
#columns .uk-dropdown, #columns .uk-dropdown-blank {
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.6), 2px 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.6), 2px 2px 4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.6), 2px 2px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.6), 2px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.6), 2px 2px 4px rgba(0, 0, 0, 0.2);
}
#columns .uk-nav-dropdown {
  margin: 0 -5px;
  padding: 0;
}
#columns .uk-nav-dropdown li {
  margin: 0;
  padding: 0;
  height: auto;
}
.uk-db-header {
  text-align: center;
  padding: 15px 10px 13px;
  line-height: 100%;
  text-transform: uppercase;
  border-bottom: 1px solid #F0F0F0;
  font-weight: 500;
  color: #4C4C4C;
  margin-bottom: 10px;
}
.uk-navbar .uk-parent.uk-open > a:before {
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale3d(0, 0, 0);
  -moz-transform: scale3d(0, 0, 0);
  -ms-transform: scale3d(0, 0, 0);
  -o-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.12);
  z-index: 0;
  border-radius: 2px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
/* end Dropdown */

/* Form */
#type-chart-input label {
  margin-top: 0;
}
#type-chart-input .uk-form-width-medium-medium {
  width: 350px;
}
#type-chart-input .uk-button.uk-button-success {
  min-height: 40px;
  line-height: 40px;
}

textarea {
  resize: vertical; /* user can resize vertically, but width is fixed */
}
.uk-radio label {
  margin-right: 10px !important;
  cursor: pointer;
}
.uk-form .uk-form-select span {
  height: 30px;
  max-width: 100%;
  padding: 4px 6px;
  border: 0 solid #DDD;
  background: #EEE;
  color: #666;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  border-radius: 3px;
}

/* formato input
.uk-form select,
.uk-form .uk-form-select span,
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="number"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="color"],
.uk-form select:focus,
.uk-form .uk-form-select span:focus,
.uk-form textarea:focus,
.uk-form input:not([type]):focus,
.uk-form input[type="text"]:focus,
.uk-form input[type="password"]:focus,
.uk-form input[type="datetime"]:focus,
.uk-form input[type="datetime-local"]:focus,
.uk-form input[type="date"]:focus,
.uk-form input[type="month"]:focus,
.uk-form input[type="time"]:focus,
.uk-form input[type="week"]:focus,
.uk-form input[type="number"]:focus,
.uk-form input[type="email"]:focus,
.uk-form input[type="url"]:focus,
.uk-form input[type="search"]:focus,
.uk-form input[type="tel"]:focus,
.uk-form input[type="color"]:focus,
.angular-tagger:focus {
  -webkit-box-shadow: inset 0 -1px 0 #03a9f4;
  -moz-box-shadow: inset 0 -1px 0 #03a9f4;
  box-shadow: inset 0 -1px 0 #03a9f4;
}
*/
.angular-tagger {
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
}
.uk-form-horizontal .uk-form-label {
  font-weight: bold;
}
/* end Form */

/* Offcanvas */
#offcanvas-logo {
  margin-bottom: 10px;
  padding: 20px 15px;
  box-sizing: border-box;
}
.uk-offcanvas .uk-subnav-pill > .uk-active > * {
  color: #FFF !important;
}
.uk-offcanvas .uk-subnav > * > * {
  color: #666 !important;
}
#off-top-search .mCSB_inside > .mCSB_container {
  margin-right: 0px;
}
.uk-offcanvas-page {
  margin-left: 0 !important;
}
.uk-offcanvas-bar-large, .uk-offcanvas-bar-medium {
  width: 90%;
}
@media (min-width: 1220px) {
  .uk-offcanvas-bar-medium {
    width: 50%;
  }
  .uk-offcanvas-bar-large {
    width: 70%;
  }
  .uk-offcanvas-bar-large.uk-offcanvas-bar-large-info {
    width: 78%;
  }
}
.uk-navbar-offcanvas {
  left: auto !important;
  width: 100% !important;
}
.uk-offcanvas-bar {
  -webkit-box-shadow: 0 0 25px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 25px 2px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 25px 2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 25px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 25px 2px rgba(0, 0, 0, 0.3);
}
.uk-offcanvas-bar:after {
  width: 0;
  box-shadow: none;
}
.uk-offcanvas-bar .uk-nav-offcanvas li {
  font-weight: bold;
  line-height: 24px;
  color: rgba(0,0,0,0.87);
}
#off-side .uk-offcanvas-bar i {
  margin-right: 30px;
  color: #9e9e9e;
}
.uk-nav-offcanvas > li > a, .uk-profile .uk-nav-sub > li > a {
  padding-left: 26px;
  padding: 10px 15px;
  border: 0;
}
.uk-nav-offcanvas {
  border:0;
}
.uk-nav-offcanvas .active a, .uk-profile .active a, .uk-nav-offcanvas .active i {
  color: #4285f4 !important;
}
.uk-nav-offcanvas .uk-nav-divider {
  margin: 20px 0;
  height: 0;
  border-top: 1px rgba(0,0,0,0.12) solid;
  background: none;
  box-shadow: none;
}
/* end Offcanvas */

/* Divider */
.uk-grid-divider-expand {
  margin-left: -15px;
  margin-right: -15px;
}
.uk-grid-divider-small > #aside-profile {
  padding: 10px;
  border-left: 1px solid #DDD;
  background-color: #EEE;
  border-bottom-right-radius: 3px;
}
.uk-grid-divider-small #aside-profile .uk-icon-justify {
  width: 1.5em !important;
  text-align: left !important;
}
/* end Divider */

/* Bg */
.uk-bg-primary {
  background-color: #1c2834;
}
/* End Bg */

/* Button */
.uk-button {
  text-transform: uppercase;
  font-weight: 500;
  border: none !important;
  box-shadow: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
}
.uk-button-icon {
  padding: 0;
  line-height: 15px;
  min-height: 15px;
  color: #999;
}
.uk-button-icon:hover {
  background: none;
  color: #666;
}
.uk-radio-button .uk-button:active, .uk-radio-button .uk-button.uk-active {
  background-color: #465675;
  color: #fff;
}
.uk-radio-button .uk-button.uk-active:hover {
  background-color: #536588;
  color: #fff;
}
.uk-radio-button .uk-button:hover, .uk-radio-button .uk-button:focus {
  background-color: #e4e4e4;
}
.uk-button-warning {
  background-color: #FF9800;
  color: #ffffff;
}
.uk-button-warning:hover,
.uk-button-warning:focus {
  background-color: #FFA725;
  color: #ffffff;
}
.uk-button-warning:active,
.uk-button-warning.uk-active {
  background-color: #E28700;
  color: #ffffff;
}
.uk-button-purple {
  background-color: #673AB7;
  color: #ffffff;
}
.uk-button-purple:hover,
.uk-button-purple:focus {
  background-color: #6E43BB;
  color: #ffffff;
}
.uk-button-purple:active,
.uk-button-purple.uk-active {
  background-color: #582CA5;
  color: #ffffff;
}
.uk-button-amber {
  background-color: #FFC107;
  color: #ffffff;
}
.uk-button-amber:hover,
.uk-button-amber:focus {
  background-color: #FFC927;
  color: #ffffff;
}
.uk-button-amber:active,
.uk-button-amber.uk-active {
  background-color: #EAB000;
  color: #ffffff;
}
/* end Button */

/* Modal */
.uk-modal-dialog > .uk-close:first-child {
  margin: 0;
}
/*
.uk-modal-dialog {
  top: 50px !important;
}
*/
@media (min-width: 960px) {
  .uk-modal-dialog-medium {
    width: 960px !important;
  }
  .uk-modal-dialog-small {
    width: 400px;
  }
}
.uk-button.uk-float-right+.uk-float-right {
  margin-right: 3px;
}
/* end Modal */

/* Badge */
@media (min-width: 1219px) {
  .span-title {
    font-size: 17px !important;
    display: inline-block;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
  }

}
.span-title .span-title-title {
  float: left;
}
.uk-list-badge {
  padding: 0 !important;
  background: none !important;
  font-size: 13px;
  float: right;
}
.uk-list-badge * {
  color: #a9a9a9 !important;
}
.uk-list-badge li {
  padding-left: 0;
}
.uk-list-badge li i {
  font-size: 13px;
  display: inline-flex;
  vertical-align: middle;
}

a.uk-badge:hover {
  text-decoration: none;
}
.uk-badge .material-icons {
  font-size: 14px;
}
#modal-topic-search .uk-badge + .uk-badge {
  margin-bottom: 4px;
}
.uk-badge-large {
  font-size: 15px;
  font-weight: normal;
  line-height: 30px;
}

.uk-badge-notification.uk-badge-success i {
  color: #fff !important;
  font-size: 11px !important;
  margin: 0 !important;
}
/* end Badge */

/* Panel */
.uk-panel-box-shadow {
  -webkit-box-shadow: 0 3px 7px 1px rgba(0,0,0,0.2),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
  box-shadow: 0 3px 7px 1px rgba(0,0,0,0.2),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
}
/* panel line */
.uk-panel-line {
  margin-top: 10px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border: solid 1px #ccc;
  border-radius: 3px;
}
.uk-panel-line .uk-table tr {
  height: 28px;
  vertical-align: middle;
}
.uk-panel-line .uk-table tr:last-child td {
  border-bottom: 0px solid #DDD;
}
.uk-panel-line .uk-table tr:last-child td {
  border-bottom: 0px solid #DDD;
}
.uk-panel-line .uk-progress {
  height: 19px;
}

/* Panel title */
.uk-panel-title small {
  display: block;
}
/* end panel */

/* END UIKIT CUSTOM */

/* Action Bar */
#action-bar {
  padding: 10px 15px;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.17);
  background: #2f343f;
  clear: both;
}
/* Search */

#searchAdvancedId.uk-open>.uk-dropdown-blank {
  min-width: 700px;
  margin-left: -700px;
  left: 0;
}

/* Save */
/* Projects */
#projects-menu .uk-button-group a+a {
  border-left: solid 1px #354158;
  border-right: solid 1px #354158;
}
.button-project, .button-project:hover, .button-project:active {
  color: #fff;
  opacity: 0.8;
  cursor: pointer;
}
.button-project:hover, .button-project:active {
  opacity: 1;
}

/* Analaytics */
.more-icon, .more-icon:hover {
  color: #fff;
  line-height: 20px;
  min-height: 20px;
}
.panel-b-1 .uk-form-select {
  margin-right: 15px;
}
/* End Action Bar */

/* loading */
@media (min-width: 768px) {
  #uk-loading.home {
    /*width: 70% !important;*/
    height: -webkit-calc(100vh - 110px);
    height: -moz-calc(100vh - 110px);
    height: calc(100vh - 110px);
    top: 138px !important;
    right: -1px !important;
  }
}
#uk-loading {
  width: 100%;
  height: 100vh;
  top: 0;
  position: absolute;
  z-index: 99;
  background: rgba(255, 255, 255, 0.5);
}
#uk-loading .uk-vertical-align {
  height: -webkit-calc(100vh - 125px);
  height: -moz-calc(100vh - 125px);
  height: calc(100vh - 125px);
}
.ai-indicator,
.ai-indicator *,
.ai-indicator *:before,
.ai-indicator *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Colors */
.ai-white-spin {
  border-color: rgba(255,152,0,.5) rgba(255,152,0,.5) #FF9800 #FF9800;
}
/* Circled */
.ai-circled {
  height: 50px;
  width: 50px;
  position: relative;
  border-width: 8px;
  border-style: solid;
  border-radius: 100%;
  -webkit-animation: ai-clockwise .6s linear infinite;
  animation: ai-clockwise .6s linear infinite;
}
#login .ai-circled {
  margin-top: 7px;
  margin-left: 7px;
  float: right;
  height: 20px;
  width: 20px;
  border-width: 3px;
  border-color: rgba(255,255,255,.5) rgba(255,255,255,.5) #ffffff #ffffff;
}
#dashboard-projects .ai-circled {
  height: 24px;
  width: 24px;
  border-width: 4px;
  float: left;
}
#top-slide-topics .ai-circled {
  margin-top: 4px;
  margin-left: ;
  height: 24px;
  width: 24px;
  border-width: 4px;
}
#top-slide-topics .ai-white-spin {
  border-color: rgba(255,255,255,.5) rgba(255,255,255,.5) #ffffff #ffffff;
}
#asidescroll .ai-circled {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  height: 25px;
  width: 25px;
  border-width: 4px;
}

@-webkit-keyframes ai-clockwise {
  to {
    -webkit-transform: rotate(360deg) translateZ(0);
    transform: rotate(360deg) translateZ(0);
  }
}
@keyframes ai-clockwise {
  to {
    -webkit-transform: rotate(360deg) translateZ(0);
    -ms-transform: rotate(360deg) translateZ(0);
    transform: rotate(360deg) translateZ(0);
  }
}
/* end loading */

/* Login */
#login {
  background: #465675;
  min-height: 100vh;
}
#login .uk-panel-teaser {
  padding: 50px 15px;
}
#login .uk-vertical-align{
  height:100vh
}
/* end Login */

/* Layout */
@media (min-width: 768px) {
  .uk-nbfc2 {
    overflow: hidden;
  }
}
/* end Layout*/

/* Help */
#modal-help .uk-nav > li > a {
  padding: 5px 10px;
  margin-bottom: 5px;
  border-radius: 5px;
}
#modal-help .uk-modal-dialog {
  top: 0px !important;
}
#switch-help h4 {
  margin: 0 !important;
}
#switch-help p + h4 {
  margin-top: 15px !important;
}
#switch-help p {
  margin: 0 0 5px 0 !important;
}
/* end help */

/* Main Search */
#main-search, #main-search2 {
  height: 35px;
  background: #fff;
  border-radius: 3px 5px 5px 3px;
}
#main-search {
  width: 80%;
  margin-top: 0px;
  padding-top: 0px;
}
#main-search2 {
  width: 100%;
  float: right;
}
@media (min-width: 960px) {
  #main-search {
    width: 83%;
  }
}
@media (min-width: 765px) {
  #main-search2 {
    width: calc(100% - 150px);
  }
}

#search-input {
  padding: 0 10px;
  height: 35px;
  box-shadow: none;
  border: none;
  border-radius: 3px 0 0 3px;
}
#search-filter {
  margin-top: -35px;
  padding: 10px 0 0 5px;
  height: 33px;
  box-sizing: border-box;
  background: #fff;
  max-width: 60%;
}
#search-filter ul {
  margin: 0;
  width: 100%;
  float: right;
}
#search-filter ul li {
  padding: 0
}
#search-filter li+li:before, #search-filter span+span:before {
  content: "|";
  display: inline;
}
#search-filter ul li+li:nth-child(2):before {
  content: "";
  padding: 0;
}
#search-filter li+li:before {
  padding: 0 3px;
}

/*
#search-input:focus {
  box-shadow: 0 0 10px #01579B;
}
*/
#search-action,#search-action2 {
  width: 100%;
  height: 35px;
  float: left;
}
#search-action #sa-input,#search-action2 #sa-input {
  width: -webkit-calc(100% - 190px);
  width: -moz-calc(100% - 190px);
  width: calc(100% - 190px);
}
#sa-input .angular-tagger__input {
  height: 33px;
  line-height: 33px;
}
#sa-input .angular-tagger__tag {
  background: none;
  padding: 0;
  margin: 0;
  color: inherit;
  border-radius: 0;
}
#sa-input .angular-tagger-tag__delete {
  display: none;
}
#search-action #sa-action {
  width: 190px;
}
/* Filter Icon */
#search-action .uk-form-icon {
  display: inherit;
}
#search-action .uk-form-icon > [class*='uk-icon-'] {
  margin-top: -8px;
  font-size: 17px;
}
/* END Filter Icon */
#search-action .uk-button-dropdown {
  background: #fff;
}
@media (min-width: 1220px) {
  #search-search {
    padding: 0 20px;
  }
}
#search-more {
  padding: 0;
  text-transform: none;
  font-weight: normal;
}
#search-search {
  border-radius: 0 3px 3px 0;
  /*background: #0277BD;*/
  float: right;
}

/* Table */
.uk-table td {
  vertical-align: middle;
}
.uk-text-truncate div {
 width: 400px;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}

#columns td {
  border: 0;
}
#columns h4 {
  margin: 0;
  padding: 5px 8px;
  height: 30px;
  box-sizing: border-box;
  border-bottom: solid 1px #ccc;
}
#columns ul {
  margin: 0;
}
#columns ul li {
  margin: 0;
  padding: 5px;
  height: 30px;
  box-sizing: border-box;
}
#panel-01 {
}
#panel-02 {
  max-width: -webkit-calc(100% - 80px);
  max-width: -moz-calc(100% - 80px);
  max-width: calc(100% - 80px);
}
#panel-02 a, #panel-02 span {
  display: inline;
}
#panel-03 {
  width: 40px;
  text-align: right;
}
#panel-03 .uk-progress {
  margin: 0;
}
.truncate-title .uk-text-truncate {
  max-width: -webkit-calc(100% - 53px);
  max-width: -moz-calc(100% - 53px);
  max-width: calc(100% - 53px);
  display: inline-block;
}
#top-results  #table-location.uk-table-condensed td {
  padding: 4px 10px;
}
/**/
.tbl-header table, .tbl-content table {
  width:100%;
  table-layout: fixed;
}
.tbl-header .uk-button-mini {
  padding: 5px;
  line-height: 15px;
}
.tbl-content {
  /*height: -webkit-calc(100vh - 450px);
  height: -moz-calc(100vh - 450px);
  height: calc(100vh - 450px);*/
  overflow-x: auto;
  margin-top: -10px;
  height: 500px;
}
.tbl-header th {
  text-transform: uppercase;
}
.tbl-header th { 
  padding-right: 20px;
}

/* Dashboard */

/* Dashboard projects */
@media (min-width: 760px) {
  #dashboard-side {
    min-height: 100vh;
  }
  #dashboard-projects {
    min-height: -webkit-calc(100vh - 173px);
    min-height: -moz-calc(100vh - 173px);
    min-height: calc(100vh - 173px);
  }
  #dashboard-side-expand #dashboard-projects {
    min-height: -webkit-calc(100vh - 143px);
    min-height: -moz-calc(100vh - 143px);
    min-height: calc(100vh - 143px);
  }
}
#dashboard-side {
  background: #e1e9ec;
  -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.1), 1px 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.1), 1px 0 4px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.1), 1px 0 4px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.1), 1px 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.1), 1px 0 4px rgba(0, 0, 0, 0.4);
  z-index: 99;
}
#dashboard-side-expand {
  background: #e1e9ec;
}
#dashboard-projects ul li .uk-nav-sub {
  /*background: #eeeeee;*/
  background: #fff;
}
/* End Dashboard projects */

/* Dashboard Reports */
#dashboard-reports {
  padding: 0 15px;
  background: #e1e9ec;
  height: calc(100vh - 108px);
  overflow: auto;
}
#dashboard-reports .uk-panel.uk-panel-box .uk-panel-title {
  margin-bottom: 0;
}
#dashboard-reports .uk-panel.uk-panel-box .uk-text-muted {
  margin-top: 5px;
  margin-bottom: 0;
}
#dashboard-reports .uk-panel.uk-panel-box .uk-button-dropdown {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
/* End Dashboard Reports */

#action-bar-projects #project-choose {
  margin-bottom: 10px;
}
#project-filter-tag, #top-slide-topics {
  height: 25px;
  box-sizing: border-box;
}
#main-search-form {
  margin-bottom: 10px;
  height: 35px;
  box-sizing: border-box;
}
#main-search-form #clear-search .uk-button {
  padding: 0 10px;
}
#project-filter-tag .angular-tagger {
  width: -webkit-calc(100% - 12px);
  width: -moz-calc(100% - 12px);
  width: calc(100% - 12px);
  height: 25px;
  background: #fff;
  border: none;
  min-height: inherit;
  padding-top: 0;
  padding-bottom: 0;
}
#project-filter-tag .angular-tagger__input {
  height: 25px;
  line-height: 25px;
  padding: 0;
}
#project-filter-tag .angular-tagger__tag {
  display: inline-block;
}
.angular-tagger__tag {
  cursor: pointer;
}
/* Top Slide Topics*/
#top-slide-topics {
}
#top-slide-topics.full-wd {
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
}
#top-slide-topics .mCSB_container {
  margin-bottom: 10px;
}
#top-slide-topics .mCSB_scrollTools {
  margin-top: 0;
  top: 20px;
}
#top-slide-topics .uk-list-inline {
  margin: 0;
  margin-top: 3px;
}
#top-slide-topics .uk-list-inline li {
  padding-right: 0;
}

#top-slide-topics .uk-badge button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
}
#top-slide-topics .uk-badge button+button {
  margin-left: 3px;
}
/* EndTop Slide Topics*/

#modal-share-project .uk-list-line > li:nth-child(n+2) {
  margin-top: 10px;
  padding-top: 10px;
}
#modal-share-project #rol {
  width: 120px;
}
#modal-share-project #owner #rol p {
  padding: 10px 0;
}
#modal-share-project #rol p {
  box-sizing: border-box;
  height: 36px;
}

/* Dashboard quick add */
#dashboard-side-expand .uk-quick-add {
  position: absolute;
  margin-top: -49px;
  left: 220px;
  background: none;
  box-shadow: none;
}
.uk-quick-add {
  padding: 5px 15px;
  height: 48px;
  background: #e1e9ec;
  line-height: 25px;
  box-sizing: border-box;
  box-shadow: inset 0 -1px 0 #d0d8de;
}
.uk-quick-add .angular-tagger {
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
  height: 35px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 3px 4px;
}
#dashboard-side-expand .uk-quick-add .angular-tagger {
  /*width: 70%;*/
  width: -webkit-calc(100% - 240px);
  width: -moz-calc(100% - 240px);
  width: calc(100% - 240px);
}
.uk-quick-add .angular-tagger--single .angular-tagger__tag {
  display: inline-block;
}
/* End Dashboard quick add */

/* Dashboard author */

#dash-tag ul.uk-list-inline li {
  height: inherit;
  border: none !important;
}
#dash-tag .uk-badge {
  padding: 0 7px;
  display: inline-block;
  color: #ffffff !important;
}

#dashboard-topics .uk-icon-hashtag {
  font-size: 23px;
  width: 24px;
}
#dash-pic {
  margin-left: 15px;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
}
#dashboard-outlets #dash-pic {
  /* background-image: url("../img/pixel.png"); */
}
#dashboard-topics #dash-pic {
  /* background-image: url("../img/pixel.png"); */
}
#dash-name, #dash-tag button, #dash-comment, #dash-delete, #dash-option {
  box-sizing: border-box;
  height: 40px;
}
#dashboard-content #dash-tag button, #dashboard-content  #dash-comment, #dashboard-content #dash-delete, #dash-option {
  height: 55px;
}
#dash-name {
  margin-left: 15px;
  padding: 12px 0 !important;
}
@media (min-width: 1800px) {
  #dash-name {
    font-size: 16px;
  }
}
#dashboard-authors #dash-name {
  margin-left: 25px !important;
}
.author-content, #dashboard-content .uk-content-list .clip-content {
  margin-left: 15px;
  padding: 9px 0;
}

@media (min-width: 1219px) {
  .author-content, .clip-content {
    width: -webkit-calc(100vh - 185px);
    width: -moz-calc(100vh - 185px);
    width: calc(100% - 185px);
    float: left;
  }
}
.author-content #author-profile, .author-content-2 #author-profile {
  margin-right: 15px;
  margin-left: 15px;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  float: left;
}
.author-content #author-profile, .author-content-2 #author-profile {
  margin-left: 0;
}
.author-content a {
  padding: 0 !important;
  font-size: 15px;
}
.author-content p {
  margin: 0;
  color: #999;
}
.author-content-2 {
  padding: 10px 0;
  font-size: 15px;
}
#dashboard-side-expand #dash-option {
  margin-right: 10px;
}
.uk-content-info {
  width: 300px;
}
#dashboard-authors .uk-content-info {
  width: 250px;
}
.uk-content-info #author-profile {
  margin: 0 15px 0 0;
}
.uk-content-info ul {
  padding: 0;
  line-height: inherit;
}
.uk-content-info ul li {
  padding-right: 0;
}
.uk-content-info ul p {
  width: 225px;
  line-height: 20px;
}
#dashboard-authors .uk-content-info ul p {
  width: 175px;
}
#dashboard-outlets .uk-content-info ul p small+small:before, .uk-content-info ul p small+small:before {
  content: ", ";
}
.uk-content-info ul a {
  display: table;
}
.uk-pointer, .uk-content-info ul p small, .author-content-2 .uk-list-inline span {
  cursor: pointer;
}
#dashboard-content .uk-content-info p {
  width: 300px;
}
.author-content-2 a {
  padding: 0 !important;
  vertical-align: inherit;
}
.author-content-2 .uk-list-inline {
  /*line-height: 32px;*/
}
.author-content p span {
  margin: 0;
  width: 0;
  height: inherit;
  float: inherit;
  display: inline;
  cursor: pointer;
}
.author-content p span+span:before {
  content: ",";
  margin-right: 5px;
}
#dash-tag button, #dash-comment, #dash-delete {
  height: 56px;
}
#dash-tag button, #dash-comment {
  margin-right: 5px;
  color: #a9a9a9 !important;
}
#dash-tag button i, #dash-comment i {
  margin-right: 3px;
}
#dash-tag .uk-list {
  background-color: #fff;
}
#dash-tag .uk-list .uk-badge+.uk-badge {
  margin-left: 3px;
  border: 0;
}
#dash-delete, #dash-option {
  margin-right: 20px;
}
#dash-delete {
  margin:0;
}
#dash-delete i {
  margin: 0;
  color: #FF9800;
}
#dash-delete:hover i {
  color: #cccccc;
}

#dashboard-outlets #dash-delete, #dashboard-content #dash-delete {
  margin-right: 0;
}
#dash-option button {
  padding-left: 5px !important;
  padding-right: 5px !important;
  line-height: 55px !important;
  display: block !important;
  color: #666666 !important;
}
#dash-option ul {
  background: #fff !important;
  text-align: left;
}
#dash-unfollow {
  margin-right: 15px;
  float: right;
}
#dash-unfollow i {
  margin: 0;
  color: #ADADAD;
}
#dash-unfollow:hover i {
  color: #da314b;
}
/**/

/* dashboard side expand table */
#table-expand {
  margin-bottom: 0;
}
#table-expand th, #table-expand td {
  padding-right: 0;
  min-height: 40px;
  /*display: inline-block;*/
  box-sizing: border-box;
}
#table-expand th {
  /*display: inline-block;*/
}
#table-expand th a {
  display: inherit;
  padding: 0;
}
#table-follow {
  width: 50px;
  padding-right: 0;
}
#table-follow span .uk-button-link {
  padding-left: 0;
}
#table-follow #dash-delete {
  height: inherit;
}
#table-avatar {
  width: 40px;
  padding: 7px 0;
}
#table-avatar #author-profile {
  width: 40px;
  height: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
}
#table-date {
  padding-right: 0;
  width: 50px;
}
#table-info {
  padding-right: 0;
  width: 250px;
}
#lista-inline div {
  margin-right: 5px;
  float: left;
}
#lista-inline .uk-text-truncate {
  width: 100px;
}
@media (min-width: 960px) {
  #lista-inline .uk-text-truncate {
    width: 200px;
  }
}
#table-info ul, td#table-info a {
  padding: 0;
}
#table-info .uk-text-muted {
  color: #9E9E9E !important;
}
#table-label {
  width: 197px;
  box-sizing: border-box;
}
#table-label ul {
  padding: 0;
}
#table-label ul li+li {
  padding-top: 5px;
}
#table-comments {
  min-width: 300px;
}
#table-comments .uk-text-truncate {
  padding: 0 0 5px 0;
  width: 200px;
}
#table-comments-add {
  width: 50px;
}
#table-comments ul {
  padding: 0;
}
#table-clips {
  min-width: 200px;
}
#table-clips ul {
  padding: 0;
}
#table-clips .uk-text-truncate {
  padding: 0 0 5px 0;
  width: 200px;
}
@media (min-width: 960px) {
  #table-clips, #table-clips .uk-text-truncate {
    width: 300px;
  }
  #table-comments, #table-comments .uk-text-truncate {
    width: 300px;
  }
}
@media (min-width: 1200px) {

  #table-comments {
    width: 380px;
  }
  #table-comments .uk-text-truncate {
    width: 340px;
  }
  #table-clips{
    width: 380px;
  }
  #table-clips .uk-text-truncate {
    width: 340px;
  }

}
@media (min-width: 1365px) {
  #table-expand th a {
    text-align: center;
    display: block;
  }
}
@media (min-width: 1550px) {
  #table-comments {
    width: 500px;
  }
  #table-comments .uk-text-truncate {
    width: 480px;
  }
  #table-clips{
    width: 500px;
  }
  #table-clips .uk-text-truncate {
    width: 480px;
  }
}

/* End dashboard side expand table */

#dashboard-projects .uk-nav-sub .li-repeat {
  margin-top: 0;
  height: 56px;
  border-bottom: solid 1px #ddd;
}
#dashboard-side-expand #dashboard-projects .uk-nav-sub .li-repeat {
  margin-bottom: -4px;
  width: 100%;
  height: inherit;
  display: inline-block;
}
#dashboard-projects #dashboard-content .uk-nav-sub .li-repeat.li-mini, #dashboard-content #dash-tag button, #dashboard-content #dash-comment, #dashboard-content .li-mini #dash-delete {
  height: 63px;
}
#dashboard-projects .uk-nav-sub li.uk-badge {
  height: inherit;
}
#dashboard-projects .uk-nav-sub li:last-child {
  border-bottom: 0;
}
#dashboard ul.uk-nav-sub {
  padding: 0px;
}
.li-repeat .uk-list.uk-float-left li badge {
  margin-bottom: 3px;
}
#commentandclips {
  width: -webkit-calc(100vw - 520px);
  width: -moz-calc(100vw - 520px);
  width: calc(100vw - 520px);
}
.uk-list-label {
  width: 100px;
  min-height: 10px;
}

/* Dashboard search */
.label-total {
  font-size: 12px;
  font-style: italic;
  float: right;
}
@media (min-width: 960px) {
  #dashboard-search .uk-width-large-9-10 {
    width: 98%;
  }
  .uk-top {
    height: -webkit-calc(100vh - 117px);
    height: -moz-calc(100vh - 117px);
    height: calc(100vh - 117px);
  }
}
.uk-top {
  padding: 0;
  border-radius: 0;
}
/* posible scroll
.uk-top .uk-scrollable-text {
  margin-right: 5px;
  min-height: 68vh;
  resize: none;
}
*/
#search-filters div {
  margin-right: 10px;
  float: left;
}
@media (min-width: 1120px) {
  #search-filters div input {
    width: 300px;
  }
}
#search-filters button.uk-button {
  margin-top: -7px;
}
#all-results.uk-width-medium-1-2, #all-results.uk-width-medium-2-5 {
  box-shadow: -1px 0 0 #d0d8de;
}
#all-results .uk-list.uk-list-line {
  padding-top: 10px;
}
#all-results .uk-list-line > li:nth-child(n+2) {
  margin-top: 9px;
  padding-top: 7px;
}
#all-results .uk-list-line > li:last-child {
  border-bottom: 1px solid #dddddd;
}
#all-results .uk-list-line > li:last-child{
  padding-bottom: 9px;
}
#top-results a:hover, #all-results a:hover {
  text-decoration: none;
}
#num-articles {
}
.td-ranking {
  width: 24px;
  text-align: center !important;
}
.td-authors {
  min-width: 130px;
}
#all-results-article-column {
  padding-right: 15px;
}
#all-results-article-column .uk-bar-pagination {
  margin-left: 0;
}
.all-results-list {
  padding-left: 15px;
}

/* MODELO DOS */
#all-results .all-results-list .clip-check {
  margin-top: 3px;
}
.all-results-list input[type=checkbox]:checked:before, .all-results-list input[type=checkbox]:indeterminate:before {
  color: #ff9800 !important;
}
#all-results .all-results-list article {

}
.follow-icon {
  margin-right: 10px;
  width: 18px;
  height: 55px;
  display: block;
}
#author-off .follow-icon {
  height: auto;
}
.all-results-list .all-results-title a {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
}
.all-results-title em {
  font-weight: bold;
  font-style: normal;
}
.all-results-title:hover em {
  color: #ff9800;
}
#modal-new-coverage-trend-report .all-results-title em, #modal-new-coverage-trend-report .all-results-title:hover em {
  color: #212121;
}
#all-results .clip-data i {
  margin-right: 5px;
  font-size: 16px;
  color: #999;
}
#all-results .clip-data a, #dashboard-content .clip-content p span {
  color: #999;
  line-height: 20px !important;
}
.all-results-date a {
  cursor: default;
}

/* MODELO DOS FIN*/

/* Search */
@media (min-width: 720px) {
  #results-content {
    min-height: 100vh;
  }
}

#results-content #all-results #sort-by{
  border-top: solid 1px #ddd;
}
#sort-by ul, #sort-by li {
  margin-top: 0;
  margin-bottom: 0;
}
#results-content #all-results .uk-pagination {
  margin-top: 0;
}
#results-content #all-results .uk-pagination > li > a, #results-content #all-results .uk-pagination > li > span,.uk-pagination > li > a, .uk-pagination > li > span {
  line-height: 14px;
}
#results-content #sort-by h4 {
  margin: 0;
  line-height: 25px;
}
#top-results #sort-by .uk-form-controls.uk-float-right label {
  margin-left: 3px;
}
#aside-profile .uk-panel section+section {
  margin-top: 15px;
}
#aside-profile #section-tag {
}
/* End Search */

/*style's avatar profile*/
.avatar-container {
  margin: 0.25em 1em 0.25em 0.25em;
}
.avatar-thumb {
 height: auto;
 width: auto;
 max-width: 150px;
 max-height: 150px;
 float: none;
}

/* Bar */
.uk-bar {
  padding: 6px 15px;
  height: 35px;
  background: #eceff1;
  box-shadow: inset 0 1px 0 #d0d8de;
  box-sizing: border-box;
}
.uk-bar p {
  line-height: 23px;
}
/* End Bar */
/* Pagination */
#results-content #sort-by, #sort-by, .uk-bar-pagination {
  margin-left: -15px;
  margin-right: -14px;
  margin-bottom: 0;
  padding: 6px 15px;
  height: 35px;
  line-height: 20px;
  font-size: 13px;
  background: #ECEFF1;
  box-shadow: inset 0 1px 0 #d0d8de, inset 0 -1px 0 #d0d8de;
  box-sizing: border-box;
}
@media (min-width: 1220px) {
  .uk-bar-pagination .uk-pagination > li:nth-child(n+2) {
    margin-left: 2px;
  }
  .uk-bar-pagination .uk-pagination > li > a, .uk-bar-pagination  .uk-pagination > li > span {
    padding: 3px 2px;
  }
}
.uk-bar-pagination p {
  line-height: 23px;
  margin-bottom: 0;
}
.uk-bar-pagination p a {
  vertical-align: inherit;
}
.uk-bar-pagination .uk-pagination {
  margin-bottom: 0;
}
#advanced-follow {
  margin-right: 15px;
}
#advanced-follow .uk-form {
  margin-left: -9px;
  padding: 0;
  height: 24px;
  border-radius: 3px;
  box-sizing: border-box;
  background: #cbd4d8;
  text-align: center;
}
#advanced-follow .uk-form.uk-active {
  background: #FF9800;
}
#advanced-follow input, #advanced-follow button {
  margin-top: 0;
  box-sizing: border-box;
  vertical-align: middle;
  color: #fff;
}
#advanced-follow input {
  background: #fff;
}
#advanced-follow button {
  height: 23px;
  border: 0;
  background: none;
  cursor: pointer;
}
#advanced-follow .uk-dropdown {
  text-align: left;
}
/* End Pagination */

/* Follow */
.uk-follow {
  color: #ccc;
}
.uk-follow i {
  font-size: 18px;
}
.uk-follow:hover {
  color: #FF9800;
}
/* search results colors */
.all-results-list button, #dashboard-projects .uk-nav-sub .uk-nav-sub button,
#dash-tag button, #dash-comment, #dash-delete, #dash-option, #dash-option button {
  padding: 0;
  border: 0;
  background: 0;
  color: #03a9f4;
  display: inline-flex;
  vertical-align: middle;
  cursor: pointer;
}
.all-results-list button:hover {
  color: #059;
}
#results-content #columns .uk-active button {
  color: #FF9800;
}
#results-content #columns .uk-active button:hover {
  color: #E65100;
}
#results-content .uk-table .uk-active a, #results-content #columns .uk-active i, .all-results-list article .uk-active i, .uk-follow.uk-active i {
  color: #FF9800 !important;
}
#results-content #columns .uk-active a:hover, #results-content .uk-table .uk-active {
  color: #E65100 !important;
}
#results-content #columns .uk-active i:hover, .all-results-list article .uk-active i:hover, .uk-follow.uk-active i:hover {
  color: #cccccc !important;
}

/* Dashboard offcanvas */
#top-info .uk-content-list a {
  padding-left: 8px !important;
}
/* Side Author */
#figure_author img {
  max-height: 100px;
}
@media (max-width: 960px) {
  #figure_author img {
  }
}
/* End Side Author */

/* Side Outlet */
#figure_outlet span {
  width: 100%;
  min-height: 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* End Side Outlet */
#tableEditor {
  margin-top: 10px;
  padding: 8px;
  width: 200px;
  color: #666666;
  font-size: 1rem;
  background: #ffffff;
  border: 1px solid 0;
  border-radius: 3px;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3), 2px 2px 4px rgba(0, 0, 0, 0.1);
  vertical-align: top;
  position: absolute;
  z-index: 1020;
  box-sizing: border-box;
}
/* Scroll */

#scroll-form-list-user.uk-scrollable-text {
  padding-right: 15px;
  min-height: 250px;
  resize: none;
}
#dashboard-reports .mCustomScrollbar {
  height: -webkit-calc(100vh - 106px);
  height: -moz-calc(100vh - 106px);
  height: calc(100vh - 106px);
}
#profile-author #asidescroll.mCustomScrollbar {
  height: -webkit-calc(100vh - 315px);
  height: -moz-calc(100vh - 315px);
  height: calc(100vh - 315px);
}
#profile-author .mCSB_container, #profile-outlet .mCSB_container {
  min-height: 100%;
}
#profile-outlet #asidescroll.mCustomScrollbar {
  height: -webkit-calc(100vh - 260px);
  height: -moz-calc(100vh - 260px);
  height: calc(100vh - 260px);
}
#dashboard-projects .mCustomScrollbar {
  height: -webkit-calc(100vh - 348px);
  height: -moz-calc(100vh - 348px);
  height: calc(100vh - 348px);
}
#dashboard-projects #dashboard-content .mCustomScrollbar {
  height: -webkit-calc(100vh - 348px);
  height: -moz-calc(100vh - 348px);
  height: calc(100vh - 300px);
}
#dashboard-side-expand #dashboard-projects .mCustomScrollbar {
  height: -webkit-calc(100vh - 356px);
  height: -moz-calc(100vh - 356px);
  height: calc(100vh - 356px);
}
#dashboard-projects .mCSB_inside > .mCSB_container {
  margin-right: 0px !important;
}
#top-results .content.uk-scrollable-text {
  height: -webkit-calc(50vh - 106px);
  height: -moz-calc(50vh - 106px);
  height: calc(50vh - 106px);
  margin-right: -14px;
  padding-right: 15px;
  resize: none;
}
#top-results.uk-width-medium-1-2 .content.uk-scrollable-text, #all-results.uk-width-medium-1-2 .content.uk-scrollable-text {
  height: -webkit-calc(100vh - 180px);
  height: -moz-calc(100vh - 180px);
  height: calc(100vh - 180px);
  margin-right: -14px;
  padding-right: 15px;
  resize: none;
}
#results-content .content.uk-scrollable-text, #all-results .content.uk-scrollable-text {
  height: -webkit-calc(100vh - 178px);
  height: -moz-calc(100vh - 178px);
  height: calc(100vh - 178px);
  margin-right: -14px;
  padding-right: 15px;
  resize: none;
}
.mCSB_scrollTools {
  margin-top: 10px;
  margin-bottom: 10px;
}

#mCSB_5_scrollbar_vertical, #mCSB_6_scrollbar_vertical, #mCSB_8_scrollbar_vertical,
#top-results .mCSB_scrollTools, #all-results .mCSB_scrollTools {
  margin-right: -5px;
}
/* Comments */
#uk-off-comments .uk-comment-list > li:nth-child(n+2), #uk-off-comments .uk-comment-list .uk-comment + ul > li:nth-child(n+2) {
  margin-top: 10px;
}
#uk-off-comments .uk-comment-header {
  margin-bottom: 0px;
}
.uk-comment-list .uk-comment-avatar {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.uk-comment-list .uk-comment-body {
  margin-left: 55px;
  margin-top: 10px;
}
.CodeMirror {
  height: 100px !important;
}
#modal-author-comments .uk-modal-dialog {
  top: 0px !important;
}
#modal-author-comments .uk-overflow-container {
  max-height: 450px;
}
#modal-author-comments #user-profile {
  height: 70px;
}
#dv1{ border:1px solid #DBDCE9;  margin-left:auto; margin-right:auto;  width:550px; border-radius:7px;   padding: 25px; }

/* Timeline */
#uk-timeline a {
  vertical-align: inherit;
}
#uk-timeline .uk-badge {
  vertical-align: inherit;
}
#uk-timeline .uk-panel-box {
  margin: 0;
}
#uk-timeline .uk-panel-box+.uk-panel-box {
  border-top: 1px solid #dddddd;
  border-radius: 0;
}

/* Timeline Comments */
.uk-timeline-avatar {
  width: 44px;
  height: 44px;
}
.uk-timeline-comment-header {
  margin: 0;
  padding: 10px;
  border: 1px solid #dddddd;
  border-radius: 3px 3px 0 0;
}
.uk-timeline-comment-header-follow {
  border-radius: 3px;
}
.uk-timeline-comment-body {
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #dddddd;
  border-top: 0;
  border-radius: 0 0 3px 3px;
}
.uk-timeline-comment-body p {
  margin: 0;
  line-height: 23px;
}
.uk-timeline-comment-body button i {
  margin: 0 !important;
  font-size: 11px !important;
}
/* End Timeline Comments */

/* Timeline Badge */
.uk-timeline-day .uk-badge {
  font-weight: normal;
}
/* End Timeline Badge */

/* Timeline Day */
.uk-timeline-day article+article {
  margin-top: 15px !important;
}
/* End Timeline Day */

/* Timeline Day Off */
/*
.uk-timeline-day-off {
  margin-left: 65px;
}
*/
.uk-timeline-day-off ul {
  margin: 0;
}
.uk-timeline-day-off ul li+li {
  margin-top: 10px;
}
.uk-timeline-day-off ul li i {
  margin-bottom: 3px;
  margin-right: 43px;
  font-size: 18px;
  color: #b0bec5;
  float: left;
}

/* Tour */
.tour-step-background {
  background: ;
}

/* Chart */
#mini-charts {
  padding-left: 0;
  padding-right: 0;
}
#mini-charts .uk-position-relative {
  height: 230px;
}
#mini-charts #trend_chart_div2 {
  opacity: 0;
  height: 0;
}
#mini-charts #graph-images {
  position: absolute;
  top: 0px;
}

#slider-chart li {
  min-height: 350px;
}
#slider-chart li img {
  margin: 100px auto 0 auto;
  /*transform: rotateX(60deg) rotateY(0deg) rotateZ(-45deg);*/
  transform: rotateX(50deg) rotateY(0) rotateZ(-35deg);
  box-shadow: -10px 10px 20px rgba(0,0,0,0.3);
}
.google-visualization-tooltip {
  transform: rotate(30deg);
}
#chart-content {
  min-height: -webkit-calc(100vh - 410px);
  min-height: -moz-calc(100vh - 410px);
  min-height: calc(100vh - 410px);
  resize: none;
  margin-top: 0px;
  border-top: none;
  border-top-left-radius: 0;
}
/**/
.uk-notify {
  z-index: 1050;
}
/* Columnas */
@media (min-width: 960px) {
  .uk-column-1-3 {
    column-count: 3;
  }
}

.uk-text-warning.btn-a a {
  color: #ff9800 !important;
  font-weight: bold !important;
}

.beta {
  position: relative;
  top: 1.25em;
  right: 2em;
  font-size: 12px;
  font-weight: bolder;
  color: #ff9800;
}