﻿/** 3.8 Styles for typograhy only, no div sizes or positions **/

body {
    font-family: Verdana, Arial;
    font-size: 8pt;
    margin: 5px;
    padding: 5px;
}

input {
    font-family: Verdana, Arial;
    font-size: 8pt;
   /* padding: 5px 10px 5px 10px; */
    border: 1px solid black;
    height: auto;
    margin: 5px;
    cursor: pointer;
}
iframe{
    padding: 0px;
    margin: 0px;

}

body {
    font-family: Verdana, arial;
    font-size: 8pt;
    /*margin: 50px;*/
}

p {
    display: block;
    margin-top: 0.2em;
    margin-bottom: 1em;
}

h2 {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
}

h3 {
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: bold;
}

strong, b {
    font-weight: bold;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    border: solid 0.1px black;
    width: 12px;
    height: 12px;
    outline: none;
    vertical-align: bottom;
    position: relative;
    padding:0; 
    background: white;
}

[id^="ChkRemoveArticles_"]{
	vertical-align: inherit !important;
}
label[for^="ChkRemoveArticles_"]{
	vertical-align: inherit !important;
}

    input[type="checkbox"]:disabled {
        background-color: #cacaca;
        cursor: not-allowed;
        color: #171717;
    }

input[type="checkbox"]:checked {
}

input[type="checkbox"]:checked:after {
    content: "✔";
    top: -3px;
    left: 1px;
    position: relative;
    font-size: 9pt;
    outline: none;

}

input[type="radio"] {
    -webkit-appearance: none;
    border: solid 0.5px black;
    border-radius: 9px;
    width: 12px;
    height: 12px;
    outline: none;
    padding:0;
}

input[type="radio"]:disabled {
    background-color: #cacaca;
    cursor: not-allowed;
}

input[type="radio"]:checked:after {
    content: '';
    position: relative;
    display:block;
    border-radius: 50%;
    background-color: black;
    width: 7px;
    height: 7px;
    margin-left: 2px;
    margin-top: 2px;
}

input[type="button"] { /*So far, there is 3(!) different ways to make a button in this solution.(input[type=button], button, submit[type=button])*/
    background-color: #e6eef9;
    border: solid 0.5px black;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    cursor: pointer;
}

input[type="button"]:disabled {
    cursor: not-allowed;
}

input[type="button"]:disabled:hover {
    background-color: #e6eef9;
}

input[type="button"]:hover {
    background-color: #eaf3f7;
}

input[type="button"]:active {
    background-color: #b1d4e3;
}
input[readonly] {
    border:none !important;
    cursor:default;
    font-style:italic;
}
.button {
    background-color: #e6eef9;
    border: solid 0.5px black;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    cursor: pointer;
}
button {
    background-color: #e6eef9;
    border: solid 0.5px black;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    cursor: pointer;
}

    button:disabled {
        cursor: not-allowed;
    }

    button:disabled:hover {
            background-color: #e6eef9;
        }
    button:hover {
        background-color: #eaf3f7;
    }

    button:active {
        background-color: #b1d4e3;
    }

    input[type="submit"] { /*same as button*/
        background-color: #e6eef9;
        border: solid 0.5px black;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
        outline: none;
        cursor: pointer;
    }

    input[type="submit"]:disabled {
        cursor: not-allowed;
    }

    input[type="submit"]:disabled:hover {
            background-color: #e6eef9;
    }

    input[type="submit"]:hover {
        background-color: #eaf3f7;
    }

    input[type="submit"]:active {
        background-color: #b1d4e3;
    }

input[type="file"] {
    border: solid 1px black;
    padding: 6px;
    min-width: 80px;
    max-width: 200px;
}

input[type="text"] {
    min-width: 80px;
    max-width: 200px;
    border: solid 1px black;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    outline: none;
    font-size: 8pt;
    font-family: inherit;
    cursor: text;
}

input[type="password"] {
    min-width: 80px;
    max-width: 200px;
    border: solid 1px black;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    outline: none;
    font-size: 8pt;
    font-family: inherit;
    cursor: text;
}

select {
    min-width: 80px;
    max-width: 200px;
    border: solid 1px black;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 2px;
    margin: 5px;
    outline: none;
    font-size: 8pt;
    font-family: inherit;
    cursor:pointer;
}

textarea {
    min-width: 120px;
    min-height: 100px;
    border: solid 1px black;
    outline: none;
    font-family: inherit;
    font-size: 8pt;
    line-height: 11pt;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    max-height: 200px;
    max-width: 200px;
}

.imagebutton img {
    display: block;
    margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.imagebutton {
    display: inline-block;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.frame {
    width: 200px;
    height: 200px;
    border: solid 0.1px #efefef;
    overflow: hidden;
    background-color: rgb(245, 249, 251);
}

.toolbar {
    border: solid 0.1px #bebebe;
    /*padding: 4px;*/
    background-color: rgb(235, 246, 252);
    height: 35px;
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
    margin-top: 5px;
}
.btn_disabled { /*This is a fix for the table_edit toolbar*/
                padding:1px;
}


.content {
    overflow: auto;
    height: 100%;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 5px;
}

.frametitle {
    border: solid 0.1px #bebebe;
    padding: 7.5px;
    background-color: rgb(235, 246, 252);
    height: 20px;
    padding-bottom: 7.5px;
    box-sizing:initial;
}

.frametitle h2,h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.with-toolbar {
    height: calc(100% - 20px);
}

.with-title {
    height: calc(100% - 33px);
}

.field {
    display: block;
    min-height: 20px;
}

.field input {
    float: right;
}
.icon {
    position: relative;
    cursor: pointer;
    margin-left: 5px;
    top: 4px;
}

tooltip {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    width: 200px;
    max-height: 300px;
    overflow-y: hidden;
    border: solid 1px black;
    padding: 6px;
    background-color: rgb(245, 249, 251);

}
.infoIcon {
    border: 1px solid black;
    padding: 6px;
    margin-right: 10px;
    background-color: rgb(245, 249, 251);
    max-height: 300px;
    font-size: 11px;
    font-weight: normal;
}

.contextmenu {
    /*display: block;*/
    border: solid 1px black;
    background-color: rgb(245, 249, 251);
    width: 200px;
    padding-left: 10px;
}
#wvContextMenu {
    position:relative;
}

.contextmenu li {
    display: block;
    margin-top: 6px;
    min-height: 20px;
}

.contextmenu hr {
    margin-right: 10px;
    margin-top: 0px;
}

.contextmenu img {
    margin-right: 8px;
}

.contextmenu span {
    vertical-align: middle;
}

table {
    font-size: 8pt;
    border-collapse: collapse;
}

td {
    padding-left: 4px;
    padding-right: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
    /*border: solid 0.1px #cacaca;*/
}

th {
    padding-left: 4px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    border: solid 0.1px #cacaca;
    border-bottom: solid 1.5px #cacaca;
}

table input {
    font-size: 8pt;
}

/* Google Signin Button */
#google-login {
    text-align: center;
    margin-top: 50px;
}
.g-signin2 {
    display: inline-block;
}

::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}

::-webkit-scrollbar-thumb {
    background-color: rgb(230, 238, 249);
    border: solid 1px rgb(230, 238, 249);
}

#reviewContainer::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border: solid 1px #ccc;
}

#reviewTopicContainer::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border: solid 1px #ccc;
}

::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    border: solid 1px rgb(230, 238, 249);
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgb(230, 238, 249);
}


a {
    cursor: pointer;
}

.ReviewCommentText {
    width: 540px;
    max-width: none;
    height: 160px;
    max-height: none;
}
.redBorder {
    border: 1px solid red;
}
.inline-icon {
    border: 1px solid grey;
    margin-left: 4px;
}
.inline-icon.popupTopic {
    border: 2px solid green;
    margin-bottom: 2px;
}