﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    background-color: #5c87b2;
    font-size: 75%;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

a {
    color: #696969;
}

li {
    line-height: 1.6;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    min-height: calc(100vh - 60px);
}

.topLogo {
    float: left;
    height: 34px;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
}

.rs #main {
    background: #fff;
    /*FIX-REPORT*/
    padding: 30px 30px 15px 30px;
    margin-bottom: 30px;
    /**/
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

footer, #footer {
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* MENU   
----------------------------------------------------------*/
#menu {
    position: relative;
    margin: 0;
    text-align: right;
}

#menu .t-item {
    border-width: 0 0 0 1px;
}

#menu .t-link {
    padding: 5px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.8em;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
    width: fit-content;
}

legend {
    font-size: 1.5em;
    font-weight: bold;
}

legend.section-header {
    cursor: pointer;
}

textarea {
    min-height: 75px;
}

input[type="text"] {
    /*FIX-REPORT
    width: 200px;
    */
    border: 1px solid #CCC;
}

input[type="password"] {
    width: 20em;
    border: 1px solid #CCC;
}

.k-edit-form-container .k-dropdown {
    width: 275px !important;
}

/* TABLE
----------------------------------------------------------*/
/*FIX-REPORT*/
table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td {
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

.content_body table {
    width: 100%;
}

.content_body table td, .content_body table th {
    border: 1px solid #d8d6d6;
}

.content_body table tr.even td, .content_body table th {
    background-color: #f0f0f0;
}

.content_body table th {
    font-size: 17px;
}

.content_body table td {
    padding: 12px;
}
/**/

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

div#title {
    display: block;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label {
    margin: 1em 0 0 0;
}

.display-field,
.editor-field {
    margin: 0.5em 0 0 0;
}

.login-label {
    margin: 2em 0 0 0;
    vertical-align: middle;
}

.login-field {
    margin: 0;
}

.login-field input {
    width: 100%;
    border-radius: 5px;
    line-height: 2em;
}

.login-field textarea {
    width: 100%;
    border-radius: 5px;
}

.forgot-password {
    color: #9A9A9F;
    margin: 2em 0 2em 0;
    cursor: pointer;
}

.thankyou {
    text-align: center;
    color: white;
    font-size: x-large;
    margin-top: calc(50vh - 168px);
}

.message {
    text-align: center;
    color: white;
}

.text-box {
    width: 20em;
}

#hierarchyForm .text-box {
    width: 15em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

body {
    background-color: #ffffff;
    font-family: 'sans-serif', 'arial', 'helvetica';
    margin: 0px;
    color: #333333;
}

div {
    display: block;
}

h1 {
    margin: 0px;
    margin-left: 50px;
    padding: 8px 5px 0px 3px;
    color: white;
    font-weight: bolder;
    font-size: 24px;
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    text-decoration: underline;
}

.av_dialog a {
    text-decoration: underline;
}

.adminOnly:after {
    content: '*';
    color: red;
}

#header {
    background-color: #22212D;
    color: white;
    height: 50px;
}

.footer_body p {
    font-size: 11px;
    color: #F62A21;
}

.footer_body a {
    color: #F62A21;
}

.content_body h2 {
    color: black;
    font-size: 34px;
    line-height: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.arrow {
    float: left;
    margin-top: 6px;
}

.left_menu ul {
    -webkit-padding-start: 0px;
    list-style-type: none;
}

.left_menu ul li ul {
    padding-left: 5px;
}

.left_menu ul li {
    background-color: white;
    margin-left: 8px;
    margin-right: 8px;
    padding: 5px 10px 5px 10px;
    margin-bottom: 10px;
    font-size: 11pt;
    border: 1px solid #EAE9E9;
    border-radius: 3px;
}

.left_menu ul li a {
    color: #F6370B;
}

.left_menu ul li ul li a {
    color: #333333;
}

.left_menu ul li ul li {
    border: none;
    border-radius: 0px;
    font-size: 10pt;
    margin: 0px;
    margin-right: 10px;
    margin-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px dotted black;
}

.left_menu ul li ul li {
    display: none;
}

.left_menu ul .HighLighted li {
    display: block;
}


/* NEW STYLES ******************************************************************************************  */

body {
    background-color: #ffffff;
    /*background:url("/images/body.jpg") repeat-x scroll 0 0 #3D4926;*/
    font-family: 'sans-serif', 'arial', 'helvetica';
    margin: 0px;
    color: #333333;
}

.login_ {
    height: 30px;
    width: 200px;
    float: right;
    padding-top: 22px;
}

.login_ .t-menu .t-image, .t-menu .t-sprite {
    margin: 0;
}

.login_ #menu .t-item {
    border: 0px;
}

.login_ .t-state-hover, .t-state-hover:hover {
    background: transparent !important;
    background-color: none !important;
}

#menu .t-link, t-menu .t-link {
    padding: 0;
    margin: 0;
}

/* INPUTS **************************************************************************************************** */

.button:hover {
    opacity: .9;
}

input.text-box, .editor-field input {
    padding-left: 6px;
    padding: 3px;
    color: #666666;
}

.editor-label label {
    color: #333333;
}

.UserAvatar {
    padding: 5px;
}

.Pager {
    text-align: center;
    padding: 3px;
}

.ActionLink {
    padding-left: 7px;
    padding-right: 7px;
}

.Actions td:first-child {
    background-color: #F6F6F6;
    /*border-bottom: 1px solid #BBB;*/
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-top: 1px solid #888888;
    border-bottom: 1px solid #BBB;
}

.Table {
    width: 100%;
}

.header_body a img {
    border: none;
}

.left_menu ul {
    -webkit-padding-start: 0px;
    list-style-type: none;
    padding: 0;
}

.left_menu ul li ul {
    padding-left: 5px;
}

.left_menu ul li {
    background-color: white;
    margin-left: 8px;
    margin-right: 8px;
    padding: 5px 10px 10px 10px;
    margin-bottom: 10px;
    font-size: 11pt;
    border: 1px solid #EAE9E9;
    border-radius: 3px;
}

.left_menu ul li a {
    color: #F6370B;
}

.left_menu ul li ul li a {
    color: #333333;
}

.left_menu ul li ul li {
    border: none;
    border-radius: 0px;
    font-size: 10pt;
    margin: 0px;
    margin-right: 10px;
    margin-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px dotted black;
}

.left_menu ul li ul li {
    display: none;
}

.left_menu ul .HighLighted li {
    display: block;
}

h5 {
    font-size: 16.5px;
    margin: 0;
    padding: 0;
}

#LoginAuth {
    background-image: url("/images/logonbg.jpg");
    height: 213px;
    margin: 0 auto 200px;
    width: 433px;
}

.empty {
    padding-top: 15px;
}

.ProdPreviewItem {
    border: 2px solid #F6370B;
    float: left;
    height: 116px;
    margin-right: 15px;
    margin-bottom: 20px;
    width: 268px;
}

.ProdPreviewItem table {
    height: 116px;
}



.ProdPreviewItem b {
    font-size: 16px;
}

.ProdPreviewItem a {
    font-size: 14px;
}

#BigHeading h1 {
    font-size: 33px;
    margin-bottom: 20px;
    padding-top: 5px;
}

.ProdSelectItem {
    border: 2px solid #F6370B;
    float: left;
    margin-bottom: 30px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 10px;
}

.ProdSelectItem table {
    height: 116px;
}

.ProdPreviewItem td:first-child {
    padding-left: 7px;
    vertical-align: middle;
}

.ProdPreviewItem td:last-child {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 7px;
    vertical-align: top;
}

.ProdSelectItem b {
    font-size: 16px;
}

.ProdSelectItem a {
    font-size: 14px;
}

h1 {
    margin: 0px;
    color: #497100;
    font-weight: bolder;
    font-size: 24px;
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    text-decoration: underline;
}

.header_body {
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.content {
    padding-bottom: 2rem;
}

.content_body {
    width: 100%;
    margin: 0 auto;
}

.content_body p, .content_body .p {
    font-size: 14px;
    line-height: 15pt;
    margin: 0;
    padding: 11px 0 6pt;
}

.announcement-display {
    font-size: x-large;
    background-color: #22212D;
    color: #FF4C5B;
    text-align: center;
}

.announcement-hidden {
    display: none;
}

.leftMenu {
    display: inline-block;
    height: 100%;
}

.rightMenu {
    display: inline-block;
    position: absolute;
    right: 0.5rem;
    top: 10px;
}

.help-button {
    color: white;
}

.help-button:hover {
    color: white;
    text-decoration: none;
}

.info-button:hover {
    color: #333333;
    text-decoration: none;
}

.help-button-container {
    display: flex;
    float: left;
    margin-right: 0.5rem;
    height: 40px;
    align-items: center;
}

.loginMenu {
    color: white;
    float: left;
}

a img:hover {
    opacity: .9;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2rem;
}

.footer_body {
    text-align: center;
}

.content_right {
    float: right;
    margin-top: 15px;
}

.content_left {
    float: left;
    margin-top: 15px;
}

.arrow {
    float: left;
    margin-top: 6px;
}

a.button {
    display: block;
    width: 75px;
    height: 20px;
    background: #d8d6d6;
    padding: 2px;
    text-align: center;
    border-radius: 5px;
    color: black;
    font-weight: bold;
    border: 1px solid gray;
}

a.manage-button {
    background: #F62A21;
    color: #FFFFFF;
    width: 145px;
    height: 36px;
    text-decoration: none;
    text-align: center;
    display: block;
    padding-top: 7px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #999999;
    float: left;
    margin-bottom: 10px;
}

a.deactivate-button {
    background: #F62A21;
    color: #FFFFFF;
    width: 290px;
    height: 36px;
    text-decoration: none;
    text-align: center;
    display: block;
    padding-top: 7px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #999999;
    float: left;
    margin-top: 10px;
}

.login-button {
    background: #F62A21;
    color: #FFFFFF;
    width: 100%;
    height: 36px;
    text-decoration: none;
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 1.5em;
    border-radius: 10px;
}

.login-message {
    color: #F62A21;
    margin: 2em 0 0 0;
    vertical-align: middle;
}

a.newTemplate {
    background: url(../Images/buttons/button_add_new_template.png) no-repeat top left;
    display: block;
    width: 159px;
    height: 36px;
    text-indent: -9999px; /* hides the link text */
}

a.newProduct {
    background: url(../Images/buttons/button_add_product.png) no-repeat top left;
    display: block;
    width: 117px;
    height: 36px;
    text-indent: -9999px; /* hides the link text */
}

a.manageAdvertisements {
    background: url(../Images/buttons/button_manage_advertisements.png) no-repeat top left;
    display: block;
    width: 128px;
    height: 24px;
    text-indent: -9999px;
}

#EmailSubjectIds {
    width: 30.6em;
}

.menu {
    margin-top: 7px;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.product-details {
    padding: .8em .6em;
    display: inline-block;
}

.product-details {
    display: block;
}

.product-details:after {
    content: "";
    display: block;
    clear: both;
}

.product-details dl,
.product-details dt,
.product-details dd {
    margin: 0;
    padding: 0;
}

.product-details img,
.product-details dl,
.commands {
    float: left;
    clear: none;
    margin: 0 14px 0 0;
}

.product-details h3,
.product-details dl {
    border-width: 0 0 0 0;
    background-color: transparent;
    color: inherit;
}

.product-details img {
    width: 100px;
}

.product-details h3 {
    padding: 0;
    font-size: 1.5em;
    padding-right: 20px;
}

.product-details dt {
    font-weight: bold;
}

.longConfigHistory,
.longPingHistory {
    color: Red;
}

.shortConfigHistory,
.shortPingHistory {
    color: Blue;
}

.k-edit-form-container input[type="checkbox"] {
    margin-top: 12px;
}

.k-edit-form-container .k-item input[type="checkbox"] {
    margin-top: 3px !important;
}

.generic-error {
    padding-top: 10px;
    padding-bottom: 5px;
}

/*Machine Image Styles*/
.machine-image-icon {
    margin-left: 5px;
    cursor: pointer;
}

.machine-image-overlay {
    position: fixed;
    top: 0;
    z-index: 2999;
    background-color: #000000;
    background-color: rgba(0,0,0,0.75);
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
}

.machine-image-overlay.open {
    display: flex;
}

.machine-image {
    display: table;
    background-color: white;
    opacity: 1;
    margin-top: 50px;
    min-width: 200px;
}

.machine-image .content {
    margin: 10px;
}

.machine-image .title-bar {
    background-color: #e3e3e3;
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.6) 0,rgba(255,255,255,.0) 100%);
    background-position: 50% 50%;
    height: 2.5em;
}

.machine-image .title-bar .title {
    float: left;
    margin: 5px;
    font-size: 1.25em;
    font-weight: bold;
}

.machine-image .title-bar .fa-close {
    float: right;
    margin: 5px;
    font-size: 1.5em;
}

.machine-image .title-bar .fa-close:hover {
    opacity: 0.5;
    cursor: pointer;
}

.machine-image .loading-msg,
.machine-image .error-msg,
.machine-image .content.loading img,
.machine-image .content.error img {
    display: none;
}

.machine-image .content.loading .loading-msg,
.machine-image .content.error .error-msg {
    display: block;
}

.user-info.dropdown-item {
    color: white;
    background-color: #4A4953;
}

.user-info.dropdown-item:focus, .user-info.dropdown-item:hover {
    color: white;
    background-color: #4A4953;
}

.k-toolbar.k-toolbar-resizable {
    flex-wrap: wrap;
}
.k-grid.k-grid-md {
    min-height: 700px;
    height: 80vh;
}

.k-grid .k-cell-inner, .k-grid .k-cell-inner > .k-link {
    justify-content: inherit;
}

.k-grid-content {
    height: auto !important;
}

.navbar-dark {
    background-color: #22212D;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.dropdown-menu {
    font-size: 0.75rem;
}

a.nav-link.dropdown-toggle.login-dropdown-toggle {
    float: right;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 45px !important;
    background: #4A4953;
    color: white;
    text-align: center;
}

a.nav-link.dropdown-toggle.login-dropdown-toggle::after {
    display: none;
}

.dropdown-menu.login-dropdown-menu {
    position: absolute;
    right: 0.25rem;
    z-index: 99;
}

@media (max-width: 768px) {
    .dropdown-menu {
        font-size: 1rem;
    }

    .dropdown-menu.login-dropdown-menu {
        font-size: 0.75rem;
    }

    .navbar-brand {
        margin-left: 5px;
    }
}

.k-button-md-custom {
    padding: 1px 5px 1px 5px;
    background-color: ghostwhite;
}

.k-button-md-custom:hover {
    background-color: lightgray;
}

