﻿/*----------------------------------------------------------
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: #7B92C6;*/
    background-color: #FFFFFF;
    font-size: 0.8750em;
    font-family: Arial, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #000;
}

a {
    cursor: pointer;
}

select {
    margin: 0px;
}

a.goback {
    color: #19589C;
    text-decoration: underline;
}

a:link {
    color: #19589C;
    text-decoration: underline;
}

a:visited {
    color: #19589C;
}

a:hover {
    color: #19589C;
    text-decoration: none;
}

a:active {
    color: #19589C;
}

p {
    margin-bottom: 20px;
    line-height: 1.6em;
}

img {
    vertical-align: middle;
}

ol.numberList {
    list-style: decimal;
    padding-left: 40px;
    margin: 15px 0px;
}

ol.letterList {
    list-style: lower-roman;
    padding-left: 40px;
    margin: 0px 0px;
}

ul.dotList {
    list-style-type: disc;
    padding-left: 40px;
    margin: 15px 0px;
}

    ul.dotList li {
        padding: 5px;
    }

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
    /*font-family: Arial, Helvetica, sans-serif;*/
}

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;
}

/* 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: 100%;
    margin-left: auto;
    margin-right: auto;
}

#title {
    float: left;
}

#header {
    position: relative;
    margin-bottom: 0px;
    color: Black;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100px;
}

    #header h1 {
        color: #19589C;
        text-align: center;
        font-weight: bold;
        /*float:left;*/
        padding: 0;
        margin: 0;
        border: none;
        /*line-height: 2em;*/
        /*font-family: Arial, Helvetica, sans-serif;*/
        font-size: 32px !important;
        padding-top: 25px;
        padding-left: 10px;
        white-space: nowrap;
    }

#towermenu {
    background-color: White;
}

#mainbackgr {
    color: #000;
    clear: both;
    padding: 20px 20px 0px 20px;
    /*border-top: 7px solid #7B92C6;*/
    background-image: url(BackGrGradient2.png);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#main {
    background-color: #FFFFFF;
    padding: 15px 15px;
    min-height: 500px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
}

#footer {
    color: #777777;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .75em;
}

/* SITE MAP */
.sitemap {
    margin-top: 5px;
    padding-left: 0;
    margin-left: 10px;
}

/* TAB MENU   
----------------------------------------------------------*/
#MainMenu {
    border-top: 2px solid #7B92C6;
}

ul.tabbar1 {
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #D3D3D3;
    border-bottom: 1px #7B92C6 solid;
    clear: both;
    /*border-bottom: 1px #5C87B2 solid;*/
    padding: 0 0 0 0;
    /*position: relative;*/
    margin: 0 0 0 0;
    text-align: left;
    /*float: left;*/
    font-size: 1.1em;
    color: #19589C;
}

li.tabbar1.spacing {
    font-size: 1.3em;
}

ul.tabbar1 li {
    display: inline;
    list-style: none;
}

a.tabbar1.inactive {
    background-color: #D3D3D3;
    color: #19589C;
}

a.tabbar1.active {
    font-weight: bold;
    background-color: #7B92C6;
    background: -moz-linear-gradient(top, #19589C, #7B92C6);
    background: -webkit-gradient(linear, left top, left bottom, from(#19589C), to(#7B92C6));
    padding: 15px 20px 13px 20px;
    color: #FFFFFF;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    /*border-top: 1px #7B92C6 solid;
	border-left: 1px #7B92C6 solid;
	border-right: 1px #7B92C6 solid;
    border-bottom: 1px #7B92C6 solid;*/
}

/*li.tabbar1.activeleft
{
	content: url(/Content/MenuCornerUL.png);
	background-color: #7B92C6;
}

li.tabbar1.activeright
{
	content: url(/Content/MenuCornerUR.png);
	background-color: #7B92C6;
}*/

/*ul.tabbar1 li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}*/

ul.tabbar1 li a {
    padding: 5px 10px;
    /*font-weight: bold;*/
    text-decoration: none;
    line-height: 2em;
    color: #034af3;
}

    ul.tabbar1 li a:hover {
        color: #FFFFFF;
        background-color: #7B92C6;
        text-decoration: none;
    }

/*ul.tabbar1 li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul.tabbar1 li.selected a
{
    background-color: #fff;
    color: #000;
}*/


/****************************************/

div.tabbar2placeholder {
    height: 28px;
}

ul.tabbar2 {
    position: absolute;
    width: 100%;
    z-index: 1;
    background-color: #7B92C6;
    color: #D3D3D3;
    clear: both;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-align: left;
    font-size: 1em;
}

    ul.tabbar2 li {
        display: inline;
        list-style: none;
    }

li.tabbar1.inactive ul.tabbar2 {
    display: none;
}

li.tabbar1.inactive:hover ul.tabbar2, ul.tabbar2:hover {
    display: block;
    z-index: 2;
    padding: 14px 16px;
    margin-top: -2px;
}

a.tabbar2.inactive {
    color: #FFFFFF;
}

a.tabbar2.active {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #19589C;
}

ul.tabbar2 li a {
    /*border-bottom: 1px #7B92C6 solid;*/
    padding: 2px 5px 2px 5px;
    text-decoration: none;
    line-height: 2.0em;
    color: #034af3;
}

    ul.tabbar2 li a:hover {
        color: #FFFFFF;
        background-color: #19589C;
        text-decoration: none;
    }

/********************************************************/

div.gadgetinner {
    padding-left: 10px;
}

div.gadget {
    border-radius: 8px;
    -moz-border-radius: 8px;
    background-color: #FFFFFF;
}

h3.gadget {
    padding-left: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    background-color: #19589C;
    color: #FFFFFF;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    display: inline-block;
    /*float: left;*/
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

/* TABLE
----------------------------------------------------------*/

/*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;   
}*/

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

.success {
    color: Green;
}

#menucontainer {
    margin-top: 40px;
}

/* 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,
.display-field,
.editor-field {
    margin: 0.5em 0;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

tr.evenrow {
    background-color: #E0E7D9;
}

tr.oddrow {
    background-color: #CBD6B2;
}

table.list {
    /*border-color: #600;*/
    /*border-style: solid;
    border-color: #19589C;
    border-width: 1px 1px 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;*/
}

thead.list {
    background-color: #19589C;
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: bold;
}

.list thead td {
    font-weight: bold;
    border-bottom: 1px solid black;
}

div.list {
    clear: both;
    width: 100%;
}

td.list {
    /*border-color: #600;*/
    border-style: solid;
    border-color: #19589C;
    margin: 0;
    padding: 4px;
    border-width: 1px 0 0 0; /* top right bottom left */
    /*background-color: #FFC;*/
}

    td.list.spacing {
        padding: 0px 5px;
    }

    td.list.firstcol {
        /*border-color: #600;*/
        border-style: solid;
        border-color: #19589C;
        margin: 0;
        padding: 4px;
        border-width: 1px 0 0 1px;
        /*background-color: #FFC;*/
    }

    td.list.sorta {
        color: #FFFFFF;
        /*background-image: url(/Content/SortArrowUp.gif) left no-repeat;*/
        /*background-color: #CCCCCC;*/
    }

    td.list.sortd {
        color: #FFFFFF;
        /*background-image: 0;*/
    }

    td.list.sortn {
        color: #7B92C6;
        /*background-image: 0;*/
    }

img.list.sortarrow {
    padding: 0px 0px 0px 4px;
    border: 0px;
    width: 15px; /* 20 */
    height: 7px; /* 9 */
}

tr.highlight {
    background-color: #DDDDDD;
    /*cursor: pointer;*/
}

a.list.record {
    text-decoration: none;
    color: #19589C;
}

a.list.action {
    text-decoration: underline;
    color: #19589C;
}

div.listheader {
    display: inline-block;
    padding-left: 30px;
    float: right;
}

form.listheader {
    display: inline-block;
}

div.listheader2 {
    clear: both;
}

input.listheader {
    clear: both;
}

div.search {
    padding-left: 1px;
    padding-right: 7px;
    border: 1px solid #000000;
    border-radius: 10px;
    float: right;
}

img.menuicon {
    border: 0px;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    padding: 0px 6px 0px 0px;
}

img.smallicon {
    border: 0px;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

input[type="image"].smallicon {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

form.inlineform {
    display: inline-block;
}

input[type="text"].editable {
    width: 300px;
}

    input[type="text"].editable:invalid {
        background-color: red !important;
    }

input[type="text"].readonly {
    width: 300px;
}

input[type="text"].number {
    text-align: right;
}

input[type="password"] {
    width: 300px;
    border: 1px solid #CCC;
}

div.select.editable {
    width: 300px;
    border: 1px solid #19589C;
    background-color: #FFFFFF;
}

select.editable {
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

input.editable {
    border: 1px solid #19589C;
    background-color: #FFFFFF;
}

input.readonly {
    border: 1px solid #CCCCCC;
    background-color: #EEEEEE;
}

div.readonly {
    border: 1px solid #CCCCCC;
    background-color: #EEEEEE;
}

/*select#ChangeRole
{
	color: #7B92C6;
	text-decoration: underline;
	overflow:auto;
	border: 0px;
	width: 100px;
}*/

#ProgressBar {
    position: absolute;
    /*border: 1px solid #000000;*/
    top: 50%;
    left: 50%;
    width: 124px;
    margin-left: -62px;
    height: 124px;
    margin-top: -62px;
    background-color: #FFFFFF;
}

div.login1 {
    height: 100px;
}

/*div.login2t
{
	height: 15px;
	background-image: url(/Content/LoginGradientT.png);
	background-repeat: repeat-x;
}*/

div.login2 {
    background-color: #FFFFFF;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #C7C7C7), color-stop(0.15, #FFFFFF), color-stop(0.85, #FFFFFF), color-stop(1.0, #C7C7C7));
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
    height: 100px;
}

/*div.login2b
{
	height: 15px;
	background-image: url(/Content/LoginGradientB.png);
	background-repeat: repeat-x;
}*/

div.loginBody {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

div.loginDesc {
    width: 650px;
}

div.login3 {
    width: 310px;
    border: 1px solid #FFFFFF;
}

.loginFooter {
    /*color: #777777;*/
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
    /*position: absolute;*/
    bottom: 20px;
    width: 100%;
    color: #FFFFFF;
}

body.login {
    background-color: #7B92C6;
    /*background-color: #3F4926;*/
    /*background-image: url(/Content/LoginGradient.png);*/
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #9BB06B), color-stop(1.0, #3F4926));*/
    /* rom(#19589C), to(#7B92C6) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #19589C), color-stop(1.0, #7B92C6));
    background-repeat: no-repeat;
    height: 100%;
    color: #FFFFFF;
}

h1.login {
    text-align: center;
}

/*input.login
{
	margin-left: auto;
	margin-right: auto;
}*/

.login a {
    cursor: pointer;
}

    .login a:link {
        color: #FFFFFF;
        text-decoration: underline;
    }

    .login a:visited {
        color: #FFFFFF;
    }

    .login a:hover {
        color: #FFFFFF;
        text-decoration: none;
    }

    .login a:active {
        color: #FFFFFF;
    }

a#logo {
    /*width: 300px;*/
    height: 100px;
    float: left;
}

    a#logo img {
        width: 300px;
        height: 100px;
    }

#logindisplay {
    background-color: White;
    position: relative;
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 0px;
    color: #000;
    float: right;
    width: 300px;
    height: 100px;
}



/* ----------------------------- GRID ---------------------------------------------------- */
a.grid {
    cursor: pointer;
    text-decoration: none;
    color: #19589C;
    display: block;
}

    a.grid:hover {
        text-decoration: underline;
    }

table.grid {
    border-collapse: collapse;
    border: 1px solid #D3D3D3;
}

td.gridTitle {
    font-weight: bold;
    padding: 2px;
    background-color: #7B92C6;
    color: #000;
    background: -moz-linear-gradient(top, #7B92C6, #D3DCE9);
    background: -webkit-gradient(linear, left top, left bottom, from(#7B92C6), to(#D3DCE9));
}

td.gridHeader {
    border: 1px solid #D3D3D3;
    padding: 2px;
    background-color: #D3D3D3;
    color: #000;
    background: -moz-linear-gradient(top, #D3D3D3, #FAFAFA);
    background: -webkit-gradient(linear, left top, left bottom, from(#D3D3D3), to(#FAFAFA));
}

td.gridData {
    background-color: #FFFFFF;
    border: 1px solid #D3D3D3;
    padding: 2px;
}

/* --------------------------- DETAILS ----------------------------- */
table.details {
    padding: 0px;
    border-collapse: collapse;
    border: 0px;
}

    table.details td {
        padding: 1px 5px;
        border: 0px;
    }

    table.details thead {
        font-weight: bold;
        border-bottom: 1px solid black;
    }

table.editbar td {
    padding: 0px 2px 0px 0px;
}

.sigpopup {
    width: 502px;
    height: 502px;
    position: absolute;
    left: 10px;
    top: 10px;
    border: 1px solid black;
    display: none;
    background-color: White;
    z-index: 2;
}

#sigpopupName {
    position: absolute;
    left: 10px;
    top: 480px;
    z-index: 2;
}

#sigpopupImage {
    max-width: 502px;
    max-height: 502px;
}

.sigbutton {
    color: #19589C;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    color: #000;
}

.routegroups {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3
}

/***********************************************************************/
/* top level menu */
.menu-s ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    height: 30px;
}

    /* top level menu items */
    .menu-s ul li {
        position: relative;
        display: inline;
        float: left;
        /*width: 160px;*/
    }

        /* top level menu item links */
        .menu-s ul li a {
            border-left: #7B92C6 2px solid;
            padding: 4px 20px 2px 20px;
            display: block;
            text-decoration: none;
            margin-left: -1px;
        }

        /* first level child menus */
        .menu-s ul li ul {
            position: absolute;
            display: none;
            margin-top: -1px;
            width: 160px;
            border-bottom: #666 1px solid;
            z-index: 10;
        }

            /* first level child menu items */
            .menu-s ul li ul li {
                display: list-item;
                float: none;
                width: 160px;
                /* drop shadow settings */
                -moz-box-shadow: 3px 3px 3px #666; /* FireFox */
                -webkit-box-shadow: 3px 3px 3px #666; /* Chrome & Safari */
                box-shadow: 3px 3px 3px #666; /* CSS 3.0 */
            }

                /* first level child menu item links */
                .menu-s ul li ul li a {
                    border: #666 1px solid;
                    border-bottom: 0;
                    padding: 5px;
                    width: 150px;
                }

                /* Disabled Child */
                .menu-s ul li ul li div {
                    background-color: darkgrey;
                    border: #666 1px solid;
                    border-bottom: 0;
                    padding: 5px;
                    width: 150px;
                }

                /* second level and higher child menus */
                .menu-s ul li ul li ul {
                    top: 0px;
                    left: 161px;
                    border-bottom: #666 1px solid;
                    margin-top: 0px;
                    z-index: 10;
                }

/* item links (normal) */
.menu-s .item > a {
    /*font-weight: bold;*/
    color: #FFF;
    background: #7B92C6;
}

    /* item link submenu makers (normal) */
    .menu-s .item > a > span {
        right: 0;
        width: 12px;
        height: 12px;
        position: absolute;
        background-image: url('../images/arrow_r.png');
        background-position: right center;
        background-repeat: no-repeat;
    }

/* item links (hover) */
.menu-s .item-hover > a {
    background-color: #036;
    color: #fff;
}

    /* item link submenu makers (hover) */
    .menu-s .item-hover > a > span {
        background-image: url('../images/arrow_r_h.png');
        background-position: right center;
        background-repeat: no-repeat;
    }


/* top item links (normal) */
.menu-s .item-top > a {
    /*font-weight: bold;*/
    font-size: 1.1em;
    color: #19589C;
    background: #D3D3D3;
    height: 24px;
}

    .menu-s .item-top > a > img {
        width: 24px;
        height: 24px;
    }

/* top item link submenu makers (normal) */
/*.menu-s .item-top > a > span {
        right: 0;
        margin-right: 5px;
        width: 12px;
        height: 30px;
        position: absolute;
        background-image: url('../images/arrow_d.png');
        background-position: right center;
        background-repeat: no-repeat;
    }*/

/* top item links (hover) */
.menu-s .item-top-hover > a {
    background-color: #036;
    color: #fff;
}

/* top item link submenu makers (hover) */
/*.menu-s .item-top-hover > a > span {
        background-image: url('../images/arrow_d_h.png');
        background-position: right center;
        background-repeat: no-repeat;
    }*/

input.valueDefault {
}

input.valueNotDefault {
    background-color: yellow;
}

.ui-widget-header {
    border: 1px solid #99bbe8;
    background: #d0def0;
}

.ui-widget {
    font-family: inherit;
    font-size: inherit;
}

.jstree-search {
    color: #19589c;
}

.ui-widget input {
    font-family: inherit;
}

.jstree-default .jstree-wholerow-clicked {
    background: #d0def0;
}


/**********************************************************************************/

/* latin */
/*@font-face {
    font-family: 'LibreBarcodeEAN13';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(Libre_Barcode_EAN13_Text.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'LibreBarcodeEAN13Text';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(Libre_Barcode_EAN13_Text.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}*/

/* --------------------------- Zoho Chat icon ----------------------------- */
.zsiq-float {
    margin-bottom: 50px;
    margin-right: 20px;
}

/* ----------------------- Back to the Top button ------------------------- */
#btnBackToTop {
    display: none; /* Hidden by default */
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 100; /* Make sure it’s on top */
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #19589C;
    color: white;
    cursor: pointer;
    padding: 12px 16px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    transition: background-color 0.3s, opacity 0.3s;
}

    #btnBackToTop:hover {
        background-color: #7B92C6;
    }
