@import "vnotifications.css";

:root {
  --vDocumentMaxWidth: 1440px;
  
  --vColorLink: #007bff;
  --vColorLightGray: #f9f9f9;
  --vColorGray: #eee;
  --vColorDarkGray: #ddd;
  --vColorDarkGrayText: #777;
  --vColorVeryDarkGrayText: #333;
  --vColorDarkBlue: #3b547f;
  --vColorLightBlue: #c6d2e4;
  --vColorRed: rgb(180, 67, 55);
  
  --vColorErrorBg: rgb(242, 222, 222);
  --vColorError: var(--red);
  --vColorErrorBorder: rgb(235, 204, 209);
  
  --vColorText: rgb(33, 37, 41);
  
  --vShadow: 7px 5px 15px -15px rgba(66, 68, 90, 1);
  --vShadowSmall: 2px 2px 5px 0px rgba(0,0,0,0.43);
  
  --vThemeColor: var(--vColorDarkBlue);
  --vLayoutBorderColor: var(--vColorDarkGray);
  --vBgColor: #fff;
  
  --vButtonBgColor: var(--vColorDarkBlue);
  --vButtonTextColor: #fff;
  --vThemeButtonBgColor: var(--vButtonBgColor);
  --vThemeButtonTextColor: var(--vButtonTextColor);
  --vButtonMinWidth: 30px;
  --vButtonMinHeight: 30px;
  
  --vFooterBgColor: var(--vThemeColor);
  --vFooterColor: #fff;
}

body {
    background-color: var(--vBgColor);
    line-height: 1.5;
    font-size: 16px !important;
}

h1 {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 600;
}

h2 {
    font-size: 15px;
    margin-bottom: 0px;
}

h3 { 
    font-size: 19px;
    margin-bottom: 0px;
    font-weight: 600;
}

.center {
    text-align: center;
}

a:hover {
    text-decoration: none;
}

#content > div {
    margin-left: auto;
    margin-right: auto;
}

/*a.button span,*/
.button {
    display: inline-block;
    border-style: solid;
    border-width: 0px;
    /*border-color: var(--vLayoutBorderColor);*/
    background-color: var(--vButtonBgColor);
    color: var(--vButtonTextColor);
    padding: 5px 10px;
    border-radius: 5px;
    min-width: var(--vButtonMinWidth);
    min-height: var(--vButtonMinHeight);
}

.button.icon i[class^="fa-"] + span {
    margin-left: 10px;
}

.button:hover {
    text-decoration: none;
    color: var(--vButtonTextColor);
}

.box-iconed {
    border: solid var(--vLayoutBorderColor) 1px;
    background-color: var(--vColorLightGray);
    padding: 5px 10px;
}

.box-iconed i[class^="fa-"] {
    margin-right: 10px;
}

.box-iconed.colored {
    border-color: var(--vColorDarkBlue);
    color: var(--vColorDarkBlue);
}

.red {
    color: var(--vColorRed);
}

.uppercase {
    text-transform: uppercase;
}

.center-block {
    display: block;
    margin: auto;
}

a.themeColorLink:hover,
a.themeColorLink {
    color: var(--vThemeColor);
}

.center {
    text-align: center;
}

.textStrong {
    font-weight: 600;
}

.marginTop {
    margin-top: 30px !important;
    margin-bottom: 0px;
}

.marginBottom {
    margin-bottom: 30px !important;
}

.marginTopBig {
    margin-top: 50px !important;
}

.textBigger {
    font-size: 1.2em;
}

.pings {
    display: flex;
    justify-content: center;
    margin: 30px 0px;
}

.pings .ping {
    width: 10px;
    border: solid var(--vColorDarkGrayText) 1px;
    height: 10px;
    margin: 5px 10px;
    border-radius: 10px;
    cursor: pointer;
}

.pings .ping.active {
    background-color: var(--vColorDarkGrayText);
    cursor: inherit;
}

.font-bold-md {
    font-weight: 600;
}

table.vResponsive {
    margin: 20px 0px;
}

table.vResponsive, table.vResponsive tbody {
    display: block;
    box-sizing: border-box;
    width: 100%;
}

tbody.vResponsive {
    border: solid var(--vColorLightGray) 3px;
}

table.vResponsive tr {
    /*margin: 5px;*/
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-flow: row wrap;    
}

table.vResponsive th,
table.vResponsive td {
    padding: 8px;
    text-align: left;
    width: 20%;
    display: block;
    box-sizing: border-box;
    border-bottom: solid var(--vColorLightGray) 1px;
}

table.vResponsive th.align-left,
table.vResponsive td.align-left {
    text-align: left !important;
}

table.vResponsive th.align-right,
table.vResponsive td.align-right {
    text-align: right !important;
}

table.vResponsive th.align-center,
table.vResponsive td.align-center {
    text-align: center !important;
}

table.vResponsive .heading td {
    border-bottom: solid var(--vThemeColor) 2px;
    font-weight: 600;
}

.listingDiv .listingRow {
    background-color: #fff !important;
}

.listingRow {
    overflow: hidden;
}

.listingRow > div {
    font-size: 0.8em;
}

.listingRow.originalFileName > div.listingValue {
    font-weight: bold;
}

.listingRow:nth-child(even) div.listingValue {
    /*background-color: #eef8ff;*/
}

.listingRow > div.listingLabel {
    /*background-color: #8fa7cc;*/
    /*color: white;*/
    font-weight: bold;
    color: var(--vThemeColor);
}

.listingRow > div {
    float: left;
    padding: 1%;
    border: solid var(--vColorLightGray) 2px;
    border-right-width: 0px;
    border-bottom-width: 0px;
}

.listingRow > div:last-child {
    border-right-width: 2px !important;
}

.listingRow:last-child > div {
    border-bottom-style: solid !important;
    border-bottom-width: 2px !important;
    border-bottom-color: var(--vColorLightGray) !important;
}

.listingRow .listingLabel {
    width: 32.5%;
}

.multi .listingRow .listingLabel {
    border-bottom-width: 0px;
}

.listingRow .listingValue {
    width: 67.5%;
}

.listingRow .listingValue,
.listingRow .listingValue strong {
    font-weight: 200;
}

.multi .listingRow .listingValues {
    background-color: #fff;
}

.multi .listingRow {
    background-color: #8fa7cc;
}

.listingRow .listingValues {
    width: 68%;
}

.listingRow .listingValues .listingValue {
    width: 100%;
    padding: 5px;
}

.center-box {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Small, .small {
    font-size: 0.85em;
}

.error {
    color: var(--vColorError);
}