﻿body
{
    background: #c4c7ce;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: Black;
    direction: ltr;
}
.page
{
   padding:0px;
    margin:0px;
    width: 100%;
    background-color: transparent;
}
.divpanelboxheaderstyle
{
    background-color: #156fa9;
    height: 30px;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}

.mainheader
{
    width: 100%;
    height: 100%;
}

.headerbanner
{
    padding: 10px 0px 10px 0px;
    width: 100%;
     background-image:linear-gradient(to right, transparent , green);    
}
.header
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
}
.headertitle
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    background-color: white;
    color: Black;
    font-size: 24px;
}
.headerrblselection
{
    background-color: #062F4F;
    color: White;
    height: 40px;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.mainbody
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    min-height: 500px;
    height: auto;
}
.placeholderbody
{
    min-height: 600px;
}
.footer
{
    width: 100%;
    background-color: #f2f2f2;
    height: auto;
}
.mainlabelstyle
{
    color: White;
    font-family: MS Reference Sans Serif;
    font-size: 18px;
}

.labelstyleatright
{
    color: Black;
    font-family: MS Reference Sans Serif;
    font-size: 14px;
    text-align: right;
    vertical-align: middle;
}
.menubar
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color: #800000;
}


ul
{
    list-style-type: none;
    margin: 0;
    padding-left: 10px;
    overflow: hidden;
    background-color: #800000;
}

ul ul a, ul ul a:visited
{
    background-color: #ffdab9;
    border: 1px #ffdab9 solid;
    color: Black;
    display: inline-block;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}
li
{
    float: left;
}

li li
{
    float: left;
}
a
{
    color: white;
    text-align: center;
    vertical-align: middle;
    padding: 14px 16px;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    overflow-wrap: break-word;
}


li a:hover
{
    background-color: Green;
    color: White;
}




li:hover .dropdown-content
{
    display: block;
}



div.dropdown-content
{
    display: none;
    position: absolute;
    min-width: 500px;
    min-height: 200px;
    -moz-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
    padding: 0px;
    background-color: white;
}

li:hover .dropdown-content_left
{
    display: block;
}

div.dropdown-content_left
{
    display: none;
    position: absolute;
    right: 0;
    min-width: 500px;
    min-height: 200px;
    -moz-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
    padding: 0px;
    background-color: Gray;
}

div.bordercontentwithshadow
{
    overflow: hidden;
    border-radius: 1em;
    -moz-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
}
div.windowithshadow
{
    -moz-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
}

div.loginshowdows
{
   opacity: 0.70;
    padding-top: 10px;
    width: 400px;
    background-color: white;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    -moz-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
}
.titletextheader
{
    vertical-align: middle;
    font-size: 2.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    height: 35px;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    height: 51px;
}

.divimagebackgroundsystemlogo
{
    background-size: cover;
    background: url(/toolbarimage/stymiczsolutions.jpg);
    overflow: hidden;
    background-repeat: no-repeat;
    filter: alpha(opacity=.80);
    background-position: center;
    min-height: 600px;
    width: 100%;
    border-radius: 10px;
    background-size: auto;
}

.trimageplaceholder
{
    opacity: 0.30;
    background: url(/toolbarimage/stymiczsolutions.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.mainbodybanner
{
    background-color: White;
}

.mainbodyheader
{
   background-color: #f2f2f2;
}

.textrightalign
{
    width: 100%;
    text-align: right;
}
.textrightalign30
{
    width: 100%;
    text-align: right;
}
.textcenteralign
{
    width: 100%;
    text-align: center;
}
.ttextcenteralign30
{
    width: 100%;
    text-align: center;
    height: 30px;
}
.textletalign
{
    width: 100%;
    text-align: left;
}
.textletalignright30
{
    width: 100%;
    text-align: right;
    height: 30px;
}
.textletalignleft30
{
    width: 100%;
    text-align: left;
    height: 30px;
}
.mtextletalign30
{
    text-align: left;
}
namestyles
{
    width: 100%;
}
.hheaderbackground40
{
    background-color: #813772;
    width: 100%;
    height: 50px;
    color: White;
    font-size: 14px;
}
.headerbackground
{
    background-color: #813772;
    width: 100%;
    color: White;
    font-size: 14px;
}
.hdetailbackground
{
    background-color: White;
    margin: 1%;
    color: black;
    font-size: 12px;
    min-height: 200px;
}
.hdetailbackgroundnolimit
{
    background-color: White;
    margin: 1.5%;
    color: black;
    font-size: 12px;
}
.hfooterbackground40
{
    background-color: Black;
    width: 100%;
    height: 60px;
    color: White;
    font-size: 14px;
}
.hheaderselectionbackground40
{
    background-color: #B82601;
    width: 100%;
    height: 50px;
    color: White;
    font-size: 14px;
}

.bodybackgroundcolor
{
    background-color: #e2e5ed;
    width: 100%;
    height: 100%;
}
.ggridviewheaderbackground35
{
    background-color: #062F4F;
    width: 100%;
    height: 35px;
    color: White;
}
.wwindowheaderstype
{
    margin: 0px;
    padding: 0px;
    background-color: #062F4F;
    color: White;
}
.wwindowfooterstyle
{
    margin: 0px;
    padding: 0px;
    background-color: Silver;
}
.wwindowdetailstyle
{
    margin: 0px;
    padding: 0px;
    background-color: White;
}
.textshadow
{
    text-shadow: 4px 4px 2px #8b8682;
}
.divboxshadow
{
    moz-box-shadow: 3px 3px 6px 5px #8b8682;
    -webkit-box-shadow: 3px 3px 6px 5px #8b8682;
    box-shadow: 3px 3px 6px 5px #8b8682;
}
.dropbtn
{
    background-color: #4CAF50;
    color: White;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.dropdown
{
    position: relative;
    display: inline-block;
}

.dropdown-contents
{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    max-width: 160px;
    border-shodow: 0px 8px 16px 0 rbga(0,0,0,0.2);
    z-index: 1;
}
.dropdown-contents a:hover
{
    color: Black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown:hover a
{
    display: block;
}
.dropdown:hover .dropdown-contents
{
    background-color: #f1f1f1;
}
.dropdown:hover .droptn
{
    background-color: #3e8e41;
}
.headergridview
{
    background-color: #507CD1;
    font-weight: bold;
    color: White;
    height: 40px;
}
.headergridviewfooter
{
    background-color: Black;
    font-weight: bold;
    color: White;
    height: 40px;
}

.textfields
{
    width: 100%;
    height: 30px;
    font-size: 16px;
}
.textboxfieldentry
{
    border-radius: 4px;
    width: 100%;
    height: 30px;
    background-color: White;
}
.totaltextfieldentry
{
    width: 100%;
    height: 24px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.container
{
    background-color: #f2f2f2;
    margin: 2%;
    border-radius: 4px;
}
.container_entry
{
    background-color: #f2f2f2;
    margin: 1%;
}

.labeldsp
{
    padding: 12px 0px 12px 12px;
    display: inline-block;
}
.labelstylesheetcenter
{
    width: 100%;
    color: Black;
    padding: 10px 0px 10px 0px;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
    word-wrap: break-word;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row:after
{
    content: "";
    display: table;
    clear: both;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-20
{
    float: left;
    width: 20%;
    margin-top: 6px;
}

.col-25
{
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-75
{
    float: left;
    width: 75%;
    margin-top: 6px;
}

/* Clear floats after the columns */

.textbox
{
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.popup_window
{
    height: 50px;
    background-color: #000066;
    color: White;
}
.popup_window-container
{
    margin: 2%;
    background-color: White;
}
.popup_header_stylesheet
{
    height: 50px;
    background-color: #000066;
    color: White;
}
.popup_body_stylesheet
{
    background-color: White;
}
.popup_body_stylesheetmargin
{
    background-color: White;
    margin: 1%;
}
.popup_footer_stylesheet
{
    height: 40px;
    background-color: Gray;
}
.selectionlinkybottomstylecenter
{
    width: 100%;
    color: Black;
    padding: 10px 0px 10px 0px;
    margin: 0px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font-size: 14px;
    word-wrap: break-word;
}

.rightborder
{
    border-right: 1px solid silver;
}
.dsptext
{
    width: 100%;
    padding: 12px 0px 12px 3px;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}
.labelstyles
{
    width: 100%;
    margin: 0px;
    padding: 12px 0px 12px 10px;
    overflow-wrap: break-word;
    font-size: 10px;
    text-decoration: none;
    display: inline-block;
}
.labelstylescenter
{
    width: 100%;
    margin: 0px;
    text-align:center;
    vertical-align:middle;
    padding: 12px 0px 12px 0px;
    overflow-wrap: break-word;
    font-size: 10px;
    text-decoration: none;
    display: inline-block;
}
 btnimage
{
    opacity: 1;
}
.btnimage:hover
{
    opacity: 0.5;
    filter: alpha(opacity=50); /* This is for IE8 and other earlier browsers */
    border-radius: 10px;
    overflow: hidden;
    cursor:pointer;
}
.image_responsive
{
    width:100%;
    height:auto;
}