﻿@font-face {
    font-family: 'open_sansbold';
    src: url('content/font/OpenSans-Bold-webfont.eot');
    src: url('content/font/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('content/font/OpenSans-Bold-webfont.woff') format('woff'),
         url('content/font/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('content/font/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('content/font/OpenSans-Regular-webfont.eot');
    src: url('content/font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('content/font/OpenSans-Regular-webfont.woff') format('woff'),
         url('content/font/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('content/font/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow: hidden;
    background-color: #d6d7d7;
}



::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #979a9e;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
::-webkit-scrollbar-thumb:active {
  background: #000000;
}
::-webkit-scrollbar-track {
  background: #f4f5f9;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-track:hover {
  background: #666666;
}
::-webkit-scrollbar-track:active {
  background: #333333;
}
::-webkit-scrollbar-corner {
  background: transparent;
}


/* Set padding to keep content from hitting the edges */
.body-content {

}

/* Set padding to keep content from hitting the edges */
.pdf-body-content {
    background-color: #fff;
    font-family: open_sansregular;
}

.pdf-inner-content {
    margin: auto;
    width: 60%;
}

.pdf-header {
    padding: 30px;
    margin-top: 20px;
    text-align: center;
    background-color: #eceaeb;
}

.pdf-sub-header {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.pdf-header-text {
    font-size: 18px;
    font-weight: bold;
}

.pdf-date-text {
    font-weight: bold;
}

.pdf-name-text {
    font-weight: bold;
}

.pdf-message-text {

}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.login-wrapper {
    width: 100%;
    height: 100%;
    min-width: 1000px;
}

.login-div {
    margin: auto;
    min-width: 730px;
    width: 730px;
    background-color: #fff;
    height: 470px;
    box-shadow: 0 0 20px #333;
    transform: translateY(25%);
    overflow: hidden;
    background-image: url('../content/images/map-image.png');
}

.login-logo {
    margin: auto;
    min-width: 730px;
    width: 730px;
    height: 40px;
}

.fields-div {
    width: 436px;
    position: relative;
    top: 60px;
    left: 50px;
    height: 284px;
}

.input-txt-80 {
    font-size: 16px;
    width: 250px;
    background: rgba(255, 255, 255, .5);
    text-align: right;
}

.login-footer-div {
    color: white;
    font-weight: bold;
    position: relative;
    top: 114px;
    padding-top: 10px;
    text-align: center;
    height: 46px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    float: left;
}


/* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.user-dropdown {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 118px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
    margin-left: 16px;
}

/* Links inside the dropdown */
.user-dropdown a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.user-dropdown a:hover {background-color: #d1d1d1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

.nicEdit-button {
    background: #f2f5f9; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f2f5f9, #979a9e); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f2f5f9, #979a9e); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f2f5f9, #979a9e); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f2f5f9, #979a9e); /* Standard syntax */
}

.nicEdit-button-undefined {
    border-radius: 3px;
}

.error-div {
    margin: auto;
    width: 50%;
    margin-top: 40px;
    text-align: center;
    font-size: 22px;
}

.row {
    --bs-gutter-x: 0px !important;
}

.cod-container {
    min-width: 1400px !important;
    max-width: 1400px !important;
    padding: 0px !important;
    box-sizing: border-box !important;
}

.table-header-row {
    background-image: linear-gradient(to top, #b71e73 0%, #8c1f5c 80%) !important;
    border: solid 1px grey !important;
    font-family: 'Titillium Web', sans-serif !important;
}

.table-header-row-2 {
    background-image: linear-gradient(to top, #b71e73 0%, #8c1f5c 80%) !important;
    border: solid 1px grey !important;
    font-family: 'Titillium Web', sans-serif !important;
    width: 75px !important;
}

.table-body-row {
    border: solid 1px lightgrey !important;
    font-family: 'Titillium Web', sans-serif !important;
    padding: 0.25rem 0.25rem !important;
}

.table-body-row-2 {
    border: solid 1px lightgrey !important;
    font-family: 'Titillium Web', sans-serif !important;
    padding: 0.25rem 0.25rem !important;
    width: 75px !important;
}

.rz-grid-table {
    cursor: default !important;
}

.rz-placeholder {
    color: white !important;
}

.rz-dropdown-trigger-icon {
    color: white !important;
}

.cod-dropdown {
    padding: .5rem 1rem !important;
    height: auto !important;
    line-height: 1.25rem !important;
    min-height: 2.25rem !important;
    min-width: 2.25rem !important;
    font-size: .875rem !important;
    font-weight: 500 !important;
    letter-spacing: 1.25px !important;
    text-transform: uppercase !important;
}

.cod-font {
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 16px !important;
}

.cod-button {
    height: 40px;
    width: 40px;
}