﻿body {
    font-size: 16px;
    line-height: 26px;
    font-family: Arial,Helvetica,Sans-Serif;
    min-width: 325px;
    color: #333333;
}

h1{
    font-size:40px;
    font-weight:bold;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
    font-weight: bold;
}

h4 {
    font-size: 18px;
    font-weight: bold;
}

a {
    color: #89181E;
    text-decoration: none;
}

.cirris-light-gray-background{
    background-color:#eae9eb;
}

textarea, input, select {
    color: #6e6e6e;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    padding: 4px 6px;
    margin: 0;
    vertical-align: middle
}

input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: not-allowed;
}

.table th, .table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
}

.table thead > tr:first-child > th {
    border-top: 0;
}

.table tbody > tr:last-child > td,
.table tfoot > tr:last-child > td {
    border-bottom: 0;
}

div.cirrisLoading {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: darkgray;
    opacity: 0.8;
    display: none;
    z-index: 3000;
}

.loading-img {
    padding-top: 25%;
    padding-left: 45%;
}

div.loading-img > img {
    height: 4em;
    width: 4em;
}

.portal-warning-color {
    color: #ffd200;
}

.portal-warning-background-color {
    background-color: #ffd200;
}

.portal-header {
    background-color: #323D4D;
    min-height: 100px;
}

.portal-footer {
    color: #989EA6;
    background-color: #63666A;
    height: 80px;
}

.portal-footer-spacer {
    height: 80px;
}

.header-text {
    color: #e4e8ef;
}

.header-text.header-main-title {
    font-size: xx-large;
}

div.header-text > a {
    color: white;
}


#ptl-logo {
    background: url(/images/Cirris/cirris-logo-white.png) 50% 0 no-repeat !important;
    width: 160px;
    height: 52px;
    display: block;
    margin: 0;
}

div#showMessageDlg {
    display: none;
}

.show-message-dialog-container {
    display: inline-block;
}

.show-message-dialog-message {
    width: 85%;
}

.show-message-dialog-icon {
    width: 10%;
}

.show-message-dialog-icon img {
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

.button {
    display: inline-block;
    padding: 12px 20px;
    line-height: normal;
    font-size: 14px;
    text-transform: uppercase;
    box-shadow: none;
    background-position: inherit;
    background-image: none;
    text-shadow: none;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    color: #fff;
    background-color: #89181E;
    border-color: #89181E;
}

.button.secondary-button {
    background-color: #323D4D;
    border-color: #323D4D;
}

.button.button-outline{
    border-color: #63666A;
    background-color: #FFFFFF;
    color: #63666A;
}

.button:hover {
    background-color: #323D4D;
    border-color: #323D4D;
    color: #fff;
}

.button.secondary-button:hover {
    background-color: #89181E;
    border-color: #89181E;
}

.button.button-outline:hover {
    background-color: #63666A;
    border-color: #63666A;
    color: #FFFFFF;
}

.button:disabled {
    background-color: gray;
    cursor: default;
}

button.customer-license-row-button, button.search-results-row-button, button.row-button {
    min-width: 2.4em;
    font-size: 14px;
    line-height: 20px;
    border-width: 1px;
}

.buttontext:disabled {
    background-color: gray;
    cursor: default;
}

.table th {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border: 0px;
}

.table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd
}

h5, h6 {
    font-weight: bold;
}

.portal-block {
    border-width: 1px;
    border-color: grey;
    border-style: solid;
    padding: 0.2em;
    margin: 0.2em;
}

.single-product-container {
    border-width: 0px;
    border-color: #404040;
    border-style: solid;
    border-bottom-width: 2px;
}

.single-product-container.last-visible-child {
    border-bottom-width: 0px;
}

.portal-dialog {
    z-index: 10001;
}

.portal-dialog.portal-success {
    z-index: 10003;
}

.portal-dialog.portal-warning {
    z-index: 10005;
}

.portal-dialog.portal-error {
    z-index: 10007;
}

.portal-dialog .ui-dialog-titlebar,
.modal.portal-dialog .modal-header {
    background-color: #919499;
}

.portal-dialog.portal-error .ui-dialog-titlebar,
.modal.portal-dialog.portal-error .modal-header,
.license-key-message-row.portal-error,
div.row.portal-error {
    background-color: #b72428;
    color: #e4e8ef;
}

.portal-dialog.portal-success .ui-dialog-titlebar,
.modal.portal-dialog.portal-success .modal-header,
.license-key-message-row.portal-success,
div.row.portal-success {
    background-color: #4c9c2e;
}

.portal-dialog.portal-warning .ui-dialog-titlebar,
.modal.portal-dialog.portal-warning .modal-header,
div.row.portal-warning {
    background-color: #ffd200;
}

.portal-dialog.no-close .ui-dialog-titlebar-close,
.portal-dialog.no-close .ui-dialog-buttonset {
    display: none
}

.sortable {
    cursor: pointer;
}

.unsorted::after {
    content: "\f0dc";
    font-family: "FontAwesome";
    color: #919499;
    margin-left: 0.2em;
}

.sort-asc::after {
    content: "\f0de";
    font-family: "FontAwesome";
    color: #919499;
    margin-left: 0.2em;
}

.sort-desc::after {
    content: "\f0dd";
    font-family: "FontAwesome";
    color: #919499;
    margin-left: 0.2em;
}

.mouse-pointer{
    cursor: pointer;
}

.announcment-widget-fixed-height {
    height: 220px;
}

.button.w-33{
    width: 33%;
}

.button.w-40 {
    width: 40%;
}

.overflow-y-auto {
    overflow-y: auto;
    overflow-x: hidden;
}