﻿body {
    height: 100%;
    padding: 0;
    margin: 0;
    margin-left: 3px;
    margin-right: 5px;
    background-color: white;
    font-size: 12pt;
    font-family: 'Trebuchet MS';
}

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

.backdrop {
    z-index: 500;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

a:hover {
    text-decoration: none;
    color: darkmagenta;
}

#header {
    display: flex;
    padding: 0;
    height: 80px;
    justify-content: center;
    align-items: center;
}

#content {
    height: 100vh;
    position: relative;
}

.login-background {
    background-color: lightgrey;
    height: 100%;
    position: relative;
}

.login {
    background-color: #ffffff;
    height: 300px;
    color: #333333;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px;
    align-items: center;
    justify-content: space-around;
    display: block;
    float: none;
    -webkit-box-shadow: 0 15px 20px grey;
    -moz-box-shadow: 0 15px 20px grey;
    box-shadow: 0 15px 20px grey;
}

.login-word {
    width: 80px;
    height: 37px;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    border-bottom: 2px solid red;
}

.SPEECH {
    background: url("../Content/img/hands.png") 50% 50% no-repeat;
    background-size: 50%;
    background-position: bottom;
    font-family: OpenSans;
    font-size: 90px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: 4.5px;
    text-align: center;
    color: #20558a;
}

.Synergistic {
    font-family: OpenSans;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
}

.card-body {
    text-align: center;
    background-color: #abd3cb;
    color: black;
}

.core > .card-title {
    height: 50px;
}

.card:hover {
    opacity: 0.5;
}

table td {
    padding-left: 40px;
}

    table td:nth-child(1) {
        padding-left: 0;
    }

table .page td {
    padding-left: 10px;
}

    table .page td:nth-child(1) {
        padding-left: 0;
    }

.short {
    width: 10ch;
}

.short-11 {
    width: 11ch;
}

.short-15 {
    width: 15ch;
}

.form-control {
    padding-left: 2px;
}

.button-position {
    position: absolute;
    right: 0px;
    top: 5px;
}

.nav-menu {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: 0.4px;
    text-align: left;
    color: #ffffff;
}

.tabactive {
    color: red;
}

.right {
    position: absolute;
    right: 0px;
    padding: 10px;
}

.namecell {
    width: 200px;
    white-space: nowrap;
}

.titlecell {
    max-width: 400px;
    min-width: 250px;
    white-space: nowrap;
}

.smallcell {
    width: 50px;
    white-space: nowrap;
}

.form-control {
    height: 30px;
}

.tab-content {
    padding-left: 10px;
}

.home-content {
    max-height: 60vh;
    overflow: auto;
}

.open-dialog {
    border-radius: 3px;
    margin: 10px
}

.confirmation-dialog {
    display: none;
}

.clickableRowTable {
    border-collapse: collapse;
    float: left;
    border: 1px solid grey;
}

.clickableRowTable tr {
    background-color: #eee;
    border: none;
    padding: 3px 5px;
    color: black;
}

.clickableRowTable th {
    background: #394573 url("../Content/img/table_header.png") 50% 50% repeat-x;
    padding: 3px 5px;
    color: white;
    border: 1px solid grey;
    white-space: nowrap;
}

.clickableRowTable td {
    padding: 3px 5px;       
}

.clickableRowTable td:nth-child(1) {
    padding: 3px 5px;
}

.clickableRowTable th:hover,  clickableRowTable td:hover {
    cursor: pointer;
}

/*.clickableRowTable tr:nth-child(odd) {
    background-color: blue;
    color: yellow;
}

.clickableRowTable tr:nth-child(even) {
    background-color: red;
}*/

.clickableRowTable tr:hover {
    background-color: steelblue;
    cursor: pointer;
}

.table-hover tbody tr:hover td {
    background: steelblue;
}

.scrollable-dropdown-menu ul {
    width: 200px;
    max-height: 120px;
    overflow-y: auto;
    background-color: darkgrey;
    color: lightblue;
}


thead th {
    font-weight: normal;
    font-family: 'Trebuchet MS';
}

.btn.btn-primary {
    color: #ffffff;
    background-color: #3a3a55;
    border-color: #3a3a55;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
    outline: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #3a3a55;
    border-color: #3a3a55;
}

.report-title {
    height: 30px;
    width: 100%;
    background: #3a3a55 url("../Content/img/table_header.png") 50% 50% repeat-x;
    color: white;
    border: 1px solid lightgrey;
    outline: none;
}

.reportFilter, .reportFilter th, .reportFilter td {
    border: none;
    border-collapse: collapse;
}

    .reportFilter td:nth-child(1) {
        border: none;
        width: 1px;
        white-space: nowrap;
        font-weight: bolder;
        padding-left: 10px;
    }

.coreFilter td:nth-child(1) {
    border: none;
    width: 1px;
    white-space: nowrap;
    font-weight: normal !important;
    padding-left: 0 !important;
}

.coreFilter tr:last-child > td:first-child {
    column-span: all;
}

.report-content {
    max-height: 40vh;
    overflow: auto;
    padding: 3px 5px;
}

table .report .report th .report td {
    border: none;
    display: block;
}


.report th {
    background: #394573 url("../Content/img/table_header.png") 50% 50% repeat-x;
    padding: 3px 5px;
    color: white;
    border: 1px solid lightgrey;
    white-space: nowrap;
}

.report td {
    padding: 3px 5px;
}

.span5 {
    text-align: center;
}

.modal-backdrop {
    background-color: gray;
}

.modal {
    overflow-y: auto !important;
}

.modal-dialog {
    z-index: 1050;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    overflow-y: initial !important;
}

.modal-body {
    max-height: calc(80vh);
    overflow-y: auto;
    background-color: rgba(245, 245, 245, 1);
}

.modal-header {
    min-height: 5px;
    padding: 5px;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 4px 4px 4px 4px;
    background: #6991ad url("../Content/img/modal_header.png") 50% 50% repeat-x;
}

.modal-title {
    font-size: 18px;
    font-weight: bolder;
    color: blue;
    text-align: center;
    width: 100%;
}

.close {
    color: black;
}

.modal-content {
    /*background: whitesmoke;*/
    border: thin solid black;
}


.modal-dialog.modal-pub {
    max-width: 60% !important;
    height: 50% !important;
    padding: 10px;
    margin: auto;
    width: 80%;
}

.modal-dialog.modal-search {
    max-width: 40% !important;
    height: 50% !important;
    padding: 10px;
    margin: auto;
}

.home-image-row {
    /*padding-left: 200px;
    padding-right: 200px;*/
    width: 75%;
}

.author {
    width: 90%;
}

.publication {
    width: 70%;
}

.journal {
    width: 60%;
}

.acknowledgement {
    width: 60%;
    border: 1px solid #000;
}

.required:after {
    content: "*";
    color: red;
    padding-left: 2px;
}

@media (min-width: 1200px) and (max-width: 1800px) {
    .collapse {
        display: none !important;
    }
}

@media only screen and (max-width: 5500px) {
    .modal-dialog.modal-pub {
        max-width: 80% !important;
        width: 80%;
    }

    .modal-dialog.modal-search {
        max-width: 50% !important;
    }
}

@media only screen and (max-width: 1020px) {
    .modal-dialog.modal-pub {
        max-width: 100% !important;
        width: 100%;
    }

    .modal-dialog.modal-search {
        max-width: 60% !important;
    }

    .publication {
        width: 90%;
    }

    .journal {
        width: 80%;
    }

    .acknowledgement {
        width: 90%;
    }
}

@media only screen and (max-width: 600px) {
    .modal-dialog.modal-pub {
        max-width: 100% !important;
        width: 100%;
    }

    .modal-dialog.modal-search {
        max-width: 70% !important;
    }

    .home-search {
        padding-top: 10px;
    }

    .publication {
        width: 100%;
    }

    .journal {
        width: 100%;
    }

    .acknowledgement {
        width: 100%;
    }
}

.nav {
    padding-top: 5px;
    border-top: none;
    border-bottom: 1px solid grey !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 0;
    background-color: whitesmoke;
    font-size: 10.5pt;
}

.nav-tabs > li > a {
    margin-left: 1px;
    margin-right: 2px;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background-color: #3a3a55;
}

    .nav-tabs > li > a:hover {
        background-color: #3276b1;
        cursor: pointer;
    }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    cursor: pointer;
    background-color: #3276b1;
    border: 1px solid grey;
    border-bottom-color: transparent;
    outline: none;
}

a.nav-link {
    color: white !important;
}

a.active.nav-link,
a.active.nav-link:hover {
    color: black !important;
    background-color: whitesmoke !important;
    border: 1px solid black !important;
    border-bottom: 1px solid whitesmoke !important;
}

/*
.tooltip-inner {
    min-width: 200px; 
    text-align: left;
}*/

.tooltip.tipClass .tooltip-inner {
    min-width: 600px; /* the minimum width */
    text-align: left;
}