@charset "utf-8";
/* CSS Document */

html, body {
    height: 100%;
}

#page {
    min-height: 100%;
    width: 100%;
    position: relative;
    box-shadow: 0 3px 10px rgba(0,0,0,.23);
    position:relative;
}

header,
footer {
    background:#0099A8;
    min-height:100px;
    color: rgba(255,255,255,.84);
}

header {
    margin-bottom: 15px;
}

h1 {
    font-size: 1.9em;
}
h1.smaller {
    font-size: 1.5em;
    margin: 10px 0 10px;
}


h2 {
    font-size: 1.7em;
}
h2.smaller {
    font-size: 1.3em;
}

h3 {
    font-size: 1.3em;
}

.text-striked {
    text-decoration: line-through;
}

.logo {
    position: relative;
}

.logo * {
    vertical-align: top;
}

hr {
    margin-top: 5px;
    margin-bottom: 10px;
}

.float-right { float:right; }
.float-left { float:left; }

.text-warning .material-icons {
    float: left;
    line-height: 18px;
    padding-right: 5px;   
}

header .logo span {
    font-size: 30px;
    font-family: 'Open Sans','Droid Sans',arial,sans-serif;
    display: block;
    position: absolute;
    top: 20%;
    left: 90px;
}

.navbar {
    margin-top: 5px;
    margin-bottom: 0;
}

.topmenu {
    height:50px;
}

.topmenu menu {
    float:right;
    list-style: none;
    margin:0;
}

.topmenu li {
    display: inline;
}

.topmenu menu a {
    color: rgba(255,255,255,.84);
    display: inline-block;
    padding: 8px 12px;
}

footer {
    padding: 15px 0;
    font-family: 'Open Sans','Droid Sans',arial,sans-serif;
}

footer .logo {
    text-align: center;
}

footer .logo span {
    display:block;
}

footer menu {
    list-style: none;
    columns: 3;
    -webkit-columns: 3;
    padding-left: 25px;
}

footer menu li {
    display: block;
    padding-bottom: 2px 5px;
}

footer a {
    color: rgba(255,255,255,.84);
}

footer a:hover {
    color: inherit;
    text-decoration: underline;
}

.centered {
    text-align: center;
}

/* Forms */
.form-group {
    padding-bottom: 5px;
    margin-top: 10px;
}

.form-horizontal label {
    color: rgba(0,0,0,.87);
}

.form-vertical button {
    padding: 8px 16px;
}

.form-control.empty {
    color: white;
}

.form-group textarea {
    min-height: 80px;
}

.form-group label.control-label {
    margin-top: 7px;
}

.form-horizontal .checkbox, .form-horizontal .radio { min-height: 45px }

.form-horizontal .form-group { margin-top: 0; padding-bottom: 0;  }
.form-horizontal .form-group button,
.form-horizontal .form-group a { margin-top: 2px; margin-bottom: 3px; }


.togglebutton {
    padding-top: 10px;
}

.togglebutton label {
    padding-top: 5px;
}

.checkbox label {
    display: inline;
}

.checkbox .control-label:hover {
    cursor: default !important;
}

/* Default */
.topmenu {
    text-align: right;
}

.topmenu-item a {
    color: white !important;
    font-size: 0.9em !important;
}

/* Teacher page */
.registry-image img {
    display: block;
    height: 150px;
}

/* tables */
.table-action { padding-right: 2px; }
.table-action:last-child { padding-right: 0; }
.action:hover, .action:focus, .table-action:hover, .table-action:focus { text-decoration: none; }

.hcphp-thumbnail-image {
    max-width: 320px;
    max-height: 320px;
    display: inline-block;
}

/* Registry record page */
.rg-page-actions-item span {
    vertical-align: -2px;
}

.profile-field--red,
.table-text--red {
    color: red;
}

.profile-field--green,
.table-text--green {
    color: green;
}

/* pagination */
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    background-color: #009688;
    border-color: #009688;
}

.pagination>li>a, .pagination>li>span {
    color: #009688;
}

.pagination>li>a .material-icons {
    font-size: 18px;
    line-height: 0.6;
}

.cols-2 {
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
}

.cols-3 {
    -moz-columns: 3;
    -webkit-columns: 3;
    columns: 3;
}

.cols-4 {
    -moz-columns: 4;
    -webkit-columns: 4;
    columns: 4;
}

.user-header {
    padding-bottom: 20px;
}

.user-info .row-content {
    width: 100% !important;
}

.user-info .list-group-item-heading {
    line-height: 17px !important;
    font-size: 14px !important;
    font-weight: bold;
    padding-top: 12px;
}

.user-info .list-group {
    margin-bottom: 0;
}

.user-pic img {
    width: 100%;
    max-width: 240px;
    display: block;
    margin: 0 auto;
    /*border-radius: 50%;*/
}

.user-pic {
    padding: 10px 10px 0 10px;
    min-height: 150px;
}

.scholar_stats {
    list-style: none;
    font-weight: bold;
    padding: 0;
}

.scholar_stats span {
    display: inline-block;
    min-width: 100px;
    font-weight: normal;
    font-style: italic;
}

/* collapsible*/
.collapsible-trigger {
    position: relative;
    padding-left: 20px;
}
.collapsible-trigger:hover { color: #00aa9a }
.collapsible-trigger:hover,
.collapsible-trigger:focus { text-decoration: none }
.collapsible-trigger:before,
.collapsible-trigger:after {
    content: "";
    display: block;
    width: 13px;
    height: 1px;
    background: #009688;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 250ms all;
    transition: 250ms all;
    position: absolute;
    top:10px;
    left:0px;
}
.collapsible-trigger.no-icon { padding-left:0 }
.collapsible-trigger.no-icon:before,
.collapsible-trigger.no-icon:after { display: none; }
.collapsed .collapsible-trigger:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* user-links */
.user-links a {
    display: inline-block;
    padding-right: 10px;
    position: relative;
    border-radius: 3px;
    width: 24px;
    height: 24px;
}
.user-links a:hover { background: #00b09f; }
.user-links a:hover:before { filter: invert(100%); }
.user-links a:last-child { padding-right: 0; }
.user-links a:before {
    content: "";
    display: block;
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: url("/shared/img/icons/web.png") no-repeat;
    background: url("/shared/img/icons/web.svg") no-repeat;
    background-repeat: no-repeat;
}

a.user-linkedin:before {
    background: url("/shared/img/icons/linkedin-box.png") no-repeat;
    background: url("/shared/img/icons/linkedin-box.svg") no-repeat;
}
a.user-facebook:before {
    background: url("/shared/img/icons/facebook-box.png") no-repeat;
    background: url("/shared/img/icons/facebook-box.svg") no-repeat;
}
a.user-gplus:before {
    background: url("/shared/img/icons/google-plus-box.png") no-repeat;
    background: url("/shared/img/icons/google-plus-box.svg") no-repeat;
}
a.user-email:before {
    background: url("/shared/img/icons/email.png") no-repeat;
    background: url("/shared/img/icons/email.svg") no-repeat;
}
a.user-scholar:before {
    background: url("/shared/img/icons/google-scholar.png") no-repeat;
    background: url("/shared/img/icons/google-scholar.svg") no-repeat;
}
a.user-wiki:before {
    background: url("/shared/img/icons/wikipedia-box.png") no-repeat;
}
a.user-researcherid:before {
    background: url("/shared/img/icons/researcherid.png") no-repeat;
}
a.user-orcid:before {
    background: url("/shared/img/icons/orcid.png") no-repeat;
}
a.user-scopus:before {
    background: url("/shared/img/icons/scopus.png") no-repeat;
}

.title-small {
    font-weight: bold;
    padding-top: 10px;
}

.disabled { position: relative; }
.disabled:before {
    content: "";
    display:block;
    position:absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.list-group .row-picture { vertical-align: top; }

.list-group .list-group-separator:last-child {
    display: none;
}

.wysiwyg-simple {
    min-height: 250px;
}
.trumbowyg-textarea {
    position: absolute;
    background-image: none !important;
    height: 85% !important;
}

.btn-sm { padding: 2px 6px !important; }

/* charts */
.chart-legend-item > * {
    display: inline-block;
    min-height: 24px;
}

.chart-legend-item .chart-legend-color {
    color: #FFF;
    -webkit-text-stroke: 1px #CCC;
}

.chart-legend-item .chart-legend-label {
    vertical-align: top;
    padding-top: 3px;
    max-width: 90%;
}

.scholar_position {
    display: inline-block;
    width: 60px;
    height: 60px;
    padding: 15px 0px;
    border-radius: 100%;
    background: rgb(0 0 0 / 25%);
    text-align: center;
    font-size: 25px;
    color: #009688;
    font-weight: 500;
}

.scholar_sdep_stat, 
.scholar_dep_stat  {
    font-size: 85%;
    color: #6c6c6c;
}

.scholar_sdep_stat {
    padding-left: 20px;
}

.incorr_url [alt],
.wos_missing_link [alt] {
    position:relative;
}

.incorr_url i.error_outline {
    color: #ff0000; 
    vertical-align: middle;
    cursor: help;
}

.incorr_url [alt]:after{
    color: #f94d4d;
    background: rgb(255 189 189 / 50%);
    padding: 3px 3px 3px 3px;
    position:absolute;
    opacity:0;
    bottom: 100%;
    white-space:nowrap;
    -webkit-transition:0.25s linear opacity;
    transition:0.25s linear opacity;
    font-size: 14px;
    font-family: Roboto,Helvetica,Arial,sans-serif;
}

.incorr_url [alt]:hover:after, 
.wos_missing_link [alt]:hover:after {
    content:attr(alt);
    right: 0;
    opacity:1;
}

.sc_rating {
    padding: 10px;
    font-size: 1.3em;
    box-shadow: 1px 1px 3px #868383;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.sc_rating:hover {
    text-decoration: none;
 }

.positive {
    color: #009688;
}

.positive:before {
    content: "+";
}

.negative {
    color: #d54b02;
}

.zero {
    color: #f3a214;
}

.scr thead th {
    text-align: center;
}

.lider-kaf {
    color: #009688; 
    font-weight: 700;
}

.h-index.positive:before,
.h-index.negative:before,
.i10-index.positive::before,
.i10-index.negative::before {
    font-family: 'Material Icons';
    margin-right: 3px;
}

.h-index.positive:before,
.i10-index.positive::before {
    content: "\e8e5";
}

.h-index.negative:before,
.i10-index.negative::before {
    content: "\e8e3";
}

.dynamics.without i {
    font-size: 16px;
    color: #9b9b9b;
}

.dynamics.without [alt],
.social_without_records [alt],
.social_over_year [alt],
.social_year [alt],
.social_six [alt],
.social_three [alt],
.social_month [alt],
.social_week [alt],
.wrong_link [alt] {
    position: relative;
}

.dynamics.without [alt]:before,
.social_without_records [alt]:before,
.social_over_year [alt]:before,
.social_year [alt]:before,
.social_six [alt]:before,
.social_three [alt]:before,
.social_month [alt]:before,
.social_week [alt]:before,
.wrong_link [alt]:before {
    padding: 3px 3px 3px 3px;
    margin-bottom: 5px;
    position:absolute;
    opacity:0;
    bottom: 100%;
    white-space:nowrap;
    -webkit-transition:0.25s linear opacity;
    transition:0.25s linear opacity;
    font-size: 14px;
    font-family: Roboto,Helvetica,Arial,sans-serif;
}

.dynamics.without [alt]:hover:before,
.social_without_records [alt]:hover:before,
.social_over_year [alt]:hover:before,
.social_year [alt]:hover:before,
.social_six [alt]:hover:before,
.social_three [alt]:hover:before,
.social_month [alt]:hover:before,
.social_week [alt]:hover:before,
.wrong_link [alt]:hover:before {
    content:attr(alt);
    left: 0;
    opacity:1;
}

.dynamics.without [alt]:before {
    color: #009688;
    background: rgb(0 150 136 / 20%);
}

.social_without_records [alt]:before,
.social_over_year [alt]:before,
.social_year [alt]:before,
.social_six [alt]:before,
.social_three [alt]:before,
.social_month [alt]:before,
.social_week [alt]:before,
.wrong_link [alt]:before {
    color: #ffffff;
    background: #009688;
}

td.social_without_records:after, .social_without_records i,
td.social_over_year:after, .social_over_year i,
td.social_year:after, .social_year i,
td.social_six:after, .social_six i,
td.social_three:after, .social_three i,
td.social_month:after, .social_month i,
td.social_week:after, .social_week i,
td.wrong_link:after, .wrong_link i {
    font-family: 'Material Icons';
    font-size: 18px;
    padding-left: 5px;
}

td.wrong_link:after,
.wrong_link i {
    content: '\e001';
    color: #ff004e;
}

td.social_without_records:after,
.social_without_records i {
    content: '\e615';
    color: #ff0000;
}

td.social_over_year:after,
.social_over_year i  {
    content: '\e85f';
    color: #f15b50;
}

td.social_year:after,
.social_year i  {
    content: '\e3da';
    color: #f48b36;
}

td.social_six:after,
.social_six i  {
    content: '\e3d6';
    color: #f4e136;
}

td.social_three:after,
.social_three i  {
    content: '\e3d2';
    color: #0e6ad4;
}

td.social_month:after,
.social_month i  {
    content: '\e616';
    color: #3cc1cb;
}

td.social_week:after,
.social_week i  {
    content: '\e52d';
    color: #009688;
}

.table-cit-rating {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table-cit-rating>tbody>tr>td,
.table-cit-rating>tbody>tr>th,
.table-cit-rating>tfoot>tr>td,
.table-cit-rating>tfoot>tr>th,
.table-cit-rating>thead>tr>td,
.table-cit-rating>thead>tr>th {
    padding: 3px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.nav_science:before,
.nav_science:after {
    display: table;
    content: " ";
    clear: both;
}

.nav_science ul {
    list-style: none;
    padding: 0;
    margin-left: 0px;
}

.nav_science ul li {
    display: list-item;
    float: left;
    padding: 5px 10px;
    border: 1px solid #d5d5d5;
    background: #fff;
    margin: 0;
    font-size: 17px;
    box-shadow: 1px 1px 3px #ababab;
}

.nav_science ul li:first-child {
    margin-left: 0px;
}

#science #scholarmonitoring table.teacher_citation>thead>tr>th,
#science #scholarmonitoring table.dep_citation>thead>tr>th {
    vertical-align: middle;
    text-align: center;
    padding: 5px;
}

.border-left {
    border-left: 1px solid #ddd;
}

#science .section-title {
    font-size: 18px;
    font-weight: bold;
    color: #009688;
    position: relative;
    text-transform: uppercase;
}

.section-title:after {
    content: '';
    width: 106%;
    height: 1px;
    background-color: #009688;
    position: absolute;
    bottom: -5px;
    left: -3%;
  }

#science .section-level1 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 550;
    font-size: 1.3em;
    color: #686767;
  }

#science .section-title.shadowed {
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

#science .monitoring .caption {
    text-align: center;
    font-weight: 550;
    color: #595959;
}

#page_science header .logo span {
    font-size: 23px;
}

#page_science header .logo img {
    padding-top: 10px;
}

#page_science div.list-group h3.science-home a {
    display: block;
    width: 100%;
    padding: 10px;
    box-shadow: 1px 1px 5px #cfcfcf;
    line-height: 23px;
}

#page_science div.list-group h3.science-home a:hover {
    background: #e9e9e9a3;
    color: #333;
    text-decoration: none;
}

#page_science div.list-group h3.science-home {
    margin-top: 5px;
    margin-bottom: 10px;
}

#page_science h2.home-title {
    display: block;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    text-align: center;
    font-size: 26px;
    line-height: 40px;
    color: #545455;
    font-weight: 700;
}

.home-category {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    text-align: center;
    box-shadow: 1px 1px 5px #cfcfcf;
}

.home-category a {
    text-decoration: none;
}

.home-category a.cat-title:hover {
    color: #fff;
    background: #009688;
    box-shadow: 0px 0px 7px #b7b7b7;
}

.home-category .cat-title {
    display: block;
    font-size: 1.3em;
    color: #656565;
    background: #ebebeb;
}

.home-category .cat-title span {
    display: block;
    padding: 10px 5px;
    border-top: 1px solid #dbdbdb;
}

#page_science .content .row {
    padding: 0 15px;
}

.science_profile {
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    border: 1px solid #007883;
    margin-top: 15px;
}

div.user-info ul.science_profile>li>a { 
    padding: 5px 5px;
}

.datatable.thead {
    vertical-align: middle;
    text-align: center;
}

.btn_rating_list {
    border: 1px solid #0097a5;
    font-weight: 550;
    background: #f3feff;
    color: #036e78;
    margin: 3px 0;
    padding: 7px 10px !important;
    box-shadow: 2px 2px 4px #b5b5b5;
}

.btn_rating_list i.material-icons {
    padding-right: 10px;
}

.btn_rating_list:hover {
    background: #02abbb !important;
    color: #fff;
}

.wos_missing_link i.error_wos_link {
    color: #ff0000; 
    vertical-align: middle;
    cursor: help;
}

.wos_missing_link [alt]:after {
    color: #000000;
    background: rgb(255 255 255);
    border: 1px solid #ff0000;
    padding: 4px 4px 4px 4px;
    position:absolute;
    opacity:0;
    bottom: 100%;
    white-space:nowrap;
    -webkit-transition:0.25s linear opacity;
    transition:0.25s linear opacity;
    font-size: 14px;
    font-family: Roboto,Helvetica,Arial,sans-serif;
}

/* Media */
/* md */
@media screen and (max-width: 1280px) {
    a.btn-fab.edit {
        right: 25px;
    }

    .cols-md-1 {
        -moz-columns: 1;
        -webkit-columns: 1;
        columns: 1;
    }

    .cols-md-2 {
        -moz-columns: 2;
        -webkit-columns: 2;
        columns: 2;
    }

    .cols-md-3 {
        -moz-columns: 3;
        -webkit-columns: 3;
        columns: 3;
    }

    .cols-md-4 {
        -moz-columns: 4;
        -webkit-columns: 4;
        columns: 4;
    }
    
    .chart-legend-item > * {
        display: inline;
        min-height: 20px;
    }
    
    .chart-legend-item .chart-legend-label { font-size: 14px;}
    .chart-legend-color .material-icons { font-size: 18px; }
}

/* sm */
@media screen and (max-width: 1024px) {
    footer menu {   
        columns: 2;
        -webkit-columns: 2;
    }

    .cols-sm-1 {
        -moz-columns: 1;
        -webkit-columns: 1;
        columns: 1;
    }

    .cols-sm-2 {
        -moz-columns: 2;
        -webkit-columns: 2;
        columns: 2;
    }

    .cols-sm-3 {
        -moz-columns: 3;
        -webkit-columns: 3;
        columns: 3;
    }

    .cols-sm-4 {
        -moz-columns: 4;
        -webkit-columns: 4;
        columns: 4;
    }

}
@media screen and (max-width: 975px) {
    .well a.edit {
        top: 120px;
    }
}

/* xs */
@media screen and (max-width: 768px) {
    .list-group .list-group-item .row-content .least-content {
        position: static;
    }

    header .logo span {
        font-size:24px;
    }
    footer menu {
        columns: 1;
        -webkit-columns: 1;
    }
    .nestable .buttons {
        text-align: left;
    }
    
    h1 { font-size: 1.4em; margin: 10px 0 5px; }

    .list-group-item-heading {
        font-size: 1.1em !important;
    }

    .list-group .list-group-item .row-action-primary, .list-group .list-group-item .row-picture {
        padding-right: 10px;
    }

    .list-group .list-group-separator:before {
        width: calc(100% - 70px);
    }
    
    .xs-text-centered {
        text-align: center;
    }
    
    .btn .material-icons {
        font-size: 3em;
    }
}

/* us */
@media screen and (max-width: 450px) {
    header .logo span {
        font-size:18px;
    }

    .topmenu menu a {
        font-size:10px;
        font-weight: bold;
    }

    .rg-page-actions-item {
        display: block;
        margin: 0 auto;
    }
    
    /* pagination */
    .pagination-lg>li>a, .pagination-lg>li>span { 
        padding: 10px 4px;
        min-width: 26px;
    }
    
    .chart-legend-item .chart-legend-label { font-size: 12px;}
    .chart-legend-color .material-icons { font-size: 14px; }

    #page_science header .logo span { font-size: 16px; }
}
