/* Sticky footer styles
      -------------------------------------------------- */

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -110px;
    width: 100%;

    -webkit-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.15);
    box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.15);
    border-top:none;
    border-bottom:none;
    background: #FFF;
}

/* Set the fixed height of the footer here */
#push,
#footer {
    height: 110px;
    width: 100%;
    margin: 0 auto;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* End Sticky footer styles
      -------------------------------------------------- */

#sge-main, table
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
    margin: 0;
    padding: 0;
}

body
{
  margin: 0 auto;
  padding: 0;
  color: #434849;
  background: none repeat scroll 0 0 #d9dee3;
}

body.body-login{
    background: #dedede url("../images/login_lines.png") no-repeat scroll 100% 100%;
}

.sge-postcontent,
.sge-postcontent li,
.sge-postcontent table,
.sge-postcontent a,
.sge-postcontent a:link,
.sge-postcontent a:visited,
.sge-postcontent a.visited,
.sge-postcontent a:hover,
.sge-postcontent a.hovered
{
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

.sge-postcontent p
{
    margin: 12px 0 12px 0;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
  font-size: 32px;
}

.sge-postcontent a
{
  text-decoration: none;
  color: #458342;
}

.sge-postcontent a:link
{
  text-decoration: none;
  color: #458342;
}

.sge-postcontent a:visited, .sge-postcontent a.visited
{
  color: #5E6566;
}

.sge-postcontent  a:hover, .sge-postcontent a.hover
{
  color: #122C1E;
}


.sge-postcontent h1
{
   margin: 21px 0 21px 0; 
   color: #5E6566;
 
}

.sge-postcontent h2
{
   color: #5E6566;
   margin: 19px 0 19px 0; 
   font-size: 24px;   
}

.sge-postcontent h3
{
   margin: 19px 0 19px 0; 
  color: #5E6566; 
  font-size: 19px;    
}

.sge-postcontent h4
{
   margin: 20px 0 20px 0; 
   color: #6E7678; 
   font-size: 16px;   
}

.sge-postcontent h5
{
   margin: 26px 0 26px 0; 
   color: #6E7678;   
   font-size: 13px;
}

.sge-postcontent h6
{
   margin: 35px 0 35px 0; 
   color: #6E7678;
   font-size: 11px;      
}

ul
{
  list-style-type: none;
}

ol
{
  list-style-position: inside;
}

#sge-main
{
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    cursor:default;
}

.main-login{
    background: #FFF !important;
}

.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1px;
}

form
{
  padding: 0 !important;
  margin: 0 !important;
}

table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.sge-sheet,.sge-sheet-login
{
    position: relative;
    min-width: 13px;
    min-height: 13px;
    cursor:auto;
    width: 100%;
    background: #FFF;

}

.sge-sheet{
    margin: 0 auto !important;
}


.sge-sheet-login{
    width: 640px;
    margin: 140px auto 0 !important;
}

table#tb-login td#td-logo{
    text-align: right;
}


/* end Box, Sheet */

/* begin Header */
/*#205EA7, #2676BB*/
#_top div.sge-header
{
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 160px;

    background: #dedede;
    /*background: linear-gradient(left, #292929 0%, #333 50%, #292929 100%) no-repeat;*/
    /*background: -webkit-linear-gradient(left, #292929 0%, #333 50%, #292929 100%) no-repeat;*/
    /*background: -moz-linear-gradient(left, #292929 0%, #333 50%, #292929 100%) no-repeat;*/
    /*background: -o-linear-gradient(left, #292929 0%, #333 50%, #292929 100%) no-repeat;*/
    /*background: -ms-linear-gradient(left, #292929 0%, #333 50%, #292929 100%) no-repeat;*/
    /*-svg-background: linear-gradient(left, #292929 0%, #333 50%, #292929 100%) no-repeat;*/
    border-bottom: 2px solid #7c7c7c;
}

#_top div.sge-header-login{
    height: 150px;
    text-align: center;
    border-bottom: 1px solid #000;
}


#_top div.sge-header-center
{
	position: relative;
	width: 1000px;
	left:50%;
}

div.top-text{
    width: 100%;
    font-size: 27px;
    color: #666666;
    text-align: left;
    font-family: Arial;
    /*text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);*/
    height: 129px;
    line-height: 3em;
    padding-top: 35px;
}

div.top-softpei{
    box-sizing: border-box;
    width: 500px;
    float: left;
    height: 160px;
    padding-top: 12px;
    text-align: center;
}

div.top-right{
    width: calc(100% - 500px);
    height: 160px;
    float: right;
    display: flex;
    flex-direction: column;
    background: url("../images/lines.png") no-repeat scroll 100% 50%;
}


/* end Header */

/* begin Logo */
#_top div.sge-logo
{
  display: block;
  position: absolute;
  left: 10px;
  top: 20px;
  width: 500px;
}

#_top h1.sge-logo-name
{
  display: block;
}

h1.sge-logo-name, h1.sge-logo-name a, h1.sge-logo-name a:link, h1.sge-logo-name a:visited, h1.sge-logo-name a:hover
{
  font-size: 36px;
  text-decoration: none;
  padding: 0;
  margin: 0;
}


h2.sge-logo-text, 
h2.sge-logo-text a,
h2.sge-logo-text a:link,
h2.sge-logo-text a:visited,
h2.sge-logo-text a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 20px;
  padding: 0;
  margin: 0;
}

h2.sge-logo-text
{
  display: block;
}
/* end Logo */

/* begin Menu */
/* menu structure */

.sge-menu a, .sge-menu a:link, .sge-menu a:visited, .sge-menu a:hover
{
    outline: none;
}

.sge-menu, .sge-menu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.sge-menu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background: none;
}

ul.sge-menu>li:before
{
    position:absolute;
    display: block;
    content:' ';
    top:0;
    left:  -2px;
    width:2px;
    height: 30px;
    background: url('../images/menuseparator.png') center center no-repeat;
}
ul.sge-menu>li:first-child:before{
    display:none;
}

.sge-menu li a.bullet-child {
  /*background-image: url('../images/bullet-menu-s.png');*/
  background-position: 165px center;
  background-repeat: no-repeat;
}

.sge-menu li a:hover.bullet-child {
  /*background-image: url('../images/bullet-menu-h.png');*/
}

.sge-menu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.sge-menu li li
{
  float: none;
}

.sge-menu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: none;
}

.sge-menu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.sge-menu li li:hover>ul
{
  top: 0;
  left: 100%;
}

/*.sge-menu:after, .sge-menu ul:after*/
/*{*/
  /*content: ".";*/
  /*height: 0;*/
  /*display: block;*/
  /*visibility: hidden;*/
  /*overflow: hidden;*/
  /*clear: both;*/
/*}*/
.sge-menu, .sge-menu ul
{
  min-height: 0;
}

.sge-menu ul
{
  background-image: url('../images/spacer.gif');
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.sge-menu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}




/* menu structure */

.sge-menu
{
  padding: 0 0 0 0;
}

.sge-nav
{
    background: #438ADB;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 100;
    text-align: left;
    width: 100%;
}

.sge-nav .l, .sge-nav .r
{
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  background-image: url('../images/nav.png');
}

.sge-nav .l
{
  left: 0;
  right: 0;
}

.sge-nav .r
{
  right: 0;
  width: 1000px;
  clip: rect(auto, auto, auto, 1000px);
}


/* end Menu */

/* begin MenuItem */
.sge-menu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 31px;
  cursor: pointer;
  text-decoration: none;
}


.sge-menu ul li
{
    margin:0;
    clear: both;
}


.sge-menu a .r, .sge-menu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  background-image: url('../images/menuitem.png');
}

.sge-menu a .l
{
  left: 0;
  right: 0;
}

.sge-menu a .r
{
  width: 400px;
  right: 0;
  clip: rect(auto, auto, auto, 400px);
}

.sge-menu a .t, .sge-menu ul a, .sge-menu a, .sge-menu a:link, .sge-menu a:visited, .sge-menu a:hover
{
  font-style: normal;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
}

.sge-menu a .t
{
  color: #FFF;
  padding: 0 17px;
  margin: 0 0;
  line-height: 31px;
  text-align: center;
}

.sge-menu > li > a:hover .l, .sge-menu > li > a:hover .r
{
    background: #7c9700;
    /*background: linear-gradient(top, #181818 0, #181818 90%, #ff6a0f 90%, #ff6a0f 100%) no-repeat;*/
    /*background: -webkit-linear-gradient(top, #181818 0, #181818 90%, #ff6a0f 90%, #ff6a0f 100%) no-repeat;*/
    /*background: -moz-linear-gradient(top, #181818 0, #181818 90%, #ff6a0f 90%, #ff6a0f 100%) no-repeat;*/
    /*background: -o-linear-gradient(top, #181818 0, #181818 90%, #ff6a0f 90%, #ff6a0f 100%) no-repeat;*/
    /*background: -ms-linear-gradient(top, #181818 0, #181818 90%, #ff6a0f 90%, #ff6a0f 100%) no-repeat;*/
    /*background: linear-gradient(top, #181818 0, #181818 90%, #ff6a0f 90%, #ff6a0f 100%) no-repeat;*/
    /*-svg-background: linear-gradient(top, #181818 0, #181818 90%, #ff6a0f 90%, #ff6a0f 100%) no-repeat;*/
    padding:0 18px;
    margin:0 auto;
}

.sge-menu > li:hover > a .l, .sge-menu > li:hover > a .r
{
    background: #7c9700;
    /*background: linear-gradient(top, #181818 0, #181818 90%, #ff6a0f 90%, #ff6a0f 100%) no-repeat;*/
    /*background: -webkit-linear-gradient(top, #181818 0, #181818 90%, #ff6a0f 90%, #ff6a0f 100%) no-repeat;*/
    /*background: -moz-linear-gradient(top, #181818 0, #181818 90%, #ff6a0f 90%, #ff6a0f 100%) no-repeat;*/
    /*background: -o-linear-gradient(top, #181818 0, #181818 90%, #ff6a0f 90%, #ff6a0f 100%) no-repeat;*/
    /*background: -ms-linear-gradient(top, #181818 0, #181818 90%, #ff6a0f 90%, #ff6a0f 100%) no-repeat;*/
    /*background: linear-gradient(top, #181818 0, #181818 90%, #ff6a0f 90%, #ff6a0f 100%) no-repeat;*/
    /*-svg-background: linear-gradient(top, #181818 0, #181818 90%, #ff6a0f 90%, #ff6a0f 100%) no-repeat;*/
    padding:0 18px;
    margin:0 auto;
}
.sge-menu a:hover .t
{
  /*color: #2E3132;*/
}

.sge-menu li:hover a .t
{
  /*color: #2E3132;*/
}

.sge-menu li:hover>a .t
{
  /*color: #2E3132;*/
}

/* end MenuItem */

/* begin MenuSeparator */
.sge-menu .sge-menu-li-separator
{
  display: block;
  width: 1px;
  height:31px;
}
.sge-nav .sge-menu-separator
{
  display: block;
  margin:0 auto;
  width: 1px;
  height: 31px;
  background-image: url('../images/menuseparator.png');
}
/* end MenuSeparator */

/* begin MenuSubItem */

.sge-menu ul a
{
    display: block;
    text-align: center;
    white-space: nowrap;
    height: 32px;
    min-width: 180px;
    padding-right: 5px !important;
    overflow: hidden;
    line-height: 32px;
    background-color: rgba(146, 178, 0, 0.8);
    border: 0;
    color: #FFF;
}

.sge-menu > li ul a .t{
     color: #FFF !important;
 }

.sge-menu > li ul a:hover .t, .sge-menu > li ul li:hover a .t{
    color: #fff !important;
}

.sge-nav ul.sge-menu ul span, .sge-nav ul.sge-menu ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}

.sge-menu ul a, .sge-menu ul a:link, .sge-menu ul a:visited, .sge-menu ul a:hover, .sge-menu ul a:active, .sge-nav ul.sge-menu ul span, .sge-nav ul.sge-menu ul span span
{
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 32px;
  color: #2E3132;
  font-size: 12px;
  margin:0;
  padding:0;
}

.sge-menu ul li a:hover
{
  color: #EEE;
  background-color: #33588D;
}

.sge-menu ul li:hover>a
{
  color: #EEE;
  background-color: #7c9700;
}

.sge-menu ul li>a.bullet-child
{
  background-image: url('../images/bullet-menu.png');
}

.sge-nav .sge-menu ul li a:hover span, .sge-nav .sge-menu ul li a:hover span span
{
  color: #EEE;
}

.sge-nav .sge-menu ul li:hover>a span, .sge-nav .sge-menu ul li:hover>a span span
{
  color: #EEE;
}


/* end MenuSubItem */

/* begin Layout */
.sge-content-layout
{
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  background-color: Transparent;
  border: none !important;
  padding:0 !important;
}
.sge-layout-cell, .sge-content-layout-row
{
  background-color: Transparent;
  vertical-align: top;
  text-align: left;
  border: none !important;
  margin:0 !important;
  padding:0 !important;
}
.sge-content-layout .sge-content-layout{width: auto;margin:0;}
.sge-content-layout .sge-layout-cell, .sge-content-layout .sge-layout-cell .sge-content-layout .sge-layout-cell{display: table-cell;}
.sge-layout-cell .sge-layout-cell{display: block;}
.sge-content-layout-row {display: table-row;}
.sge-layout-glare{position:relative;}/* end Layout */

/* begin Box, Block */
.sge-block
{
  position: relative;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.sge-block-body
{
  position: relative;
  padding: 0;
}


.sge-block
{
  margin: 10px;
}

/* end Box, Block */

/* begin Button */
.sge-button-wrapper a.sge-button,
.sge-button-wrapper a.sge-button:link,
.sge-button-wrapper input.sge-button,
.sge-button-wrapper button.sge-button
{
  text-decoration: none;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  position:relative;
  top:0;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  color: #000000 !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 27px;
  height: 30px;
  margin: 0 !important;
  padding: 0 21px !important;
  overflow: visible;
  cursor: default;
}

.sge-button img, .sge-button-wrapper img
{
  margin: 0;
  vertical-align: middle;
}

.sge-button-wrapper
{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 35px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.firefox2 .sge-button-wrapper
{
  display: block;
  float: left;
}

input, select, textarea
{
  vertical-align: middle;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
/*  width:140px;*/
}


.sge-block select 
{
    width:96%;
}

.sge-button-wrapper.hover .sge-button, .sge-button-wrapper.hover a.sge-button:link, .sge-button:hover
{
  color: #000000 !important;
  text-decoration: none !important;
}

.sge-button-wrapper.active .sge-button, .sge-button-wrapper.active a.sge-button:link
{
  color: #122C1E !important;
}

.sge-button-wrapper .sge-button-l, .sge-button-wrapper .sge-button-r
{
  display: block;
  position: absolute;
  height: 115px;
  margin: 0;
  padding: 0;
  background-image: url('../images/button.png');
}

.sge-button-wrapper .sge-button-l
{
  left: 0;
  right: 13px;
}

.sge-button-wrapper .sge-button-r
{
  width: 415px;
  right: 0;
  clip: rect(auto, auto, auto, 402px);
}

.sge-button-wrapper.hover .sge-button-l, .sge-button-wrapper.hover .sge-button-r
{
  top: -40px;
}

.sge-button-wrapper.active .sge-button-l, .sge-button-wrapper.active .sge-button-r
{
  top: -80px;
}

.sge-button-wrapper input
{
  float: none !important;
}
/* end Button */

/* begin Box, Post */
.sge-post
{
  position: relative;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.sge-post-body
{
  position: relative;
  padding: 7px;
}


.sge-post
{
  margin: 10px;
}

a img
{
  border: 0;
}

.sge-article img, img.sge-article
{
  border: solid 1px #CBCECF;
  margin: 7px;
}

.sge-metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.sge-article table, table.sge-article
{
  border-collapse: collapse;
  margin: 1px;
}

.sge-article th, .sge-article td
{
  padding: 2px;
  border: solid 1px #646A6C;
  vertical-align: top;
  text-align: left;
}

.sge-article th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
  float:left;
}

/* end Box, Post */

/* begin PostHeaderIcon */
h2.sge-postheader
{
/*  color: #6E7678;*/
  margin: 5px 0 5px 0;
}

h2.sge-postheader, 
h2.sge-postheader a, 
h2.sge-postheader a:link, 
h2.sge-postheader a:visited,
h2.sge-postheader a.visited,
h2.sge-postheader a:hover,
h2.sge-postheader a.hovered
{
  font-size: 24px;
}

h2.sge-postheader a, h2.sge-postheader a:link
{
  text-align: left;
  text-decoration: none;
  color: #327752;
}

h2.sge-postheader a:visited, h2.sge-postheader a.visited
{

  color: #6C7375;
}


h2.sge-postheader a:hover,  h2.sge-postheader a.hovered
{


  color: #122C1E;
}

/* end PostHeaderIcon */


/* begin PostBullets */
.sge-post ol, .sge-post ul
{
  margin: 1em 0 1em 2em;
  padding: 0;
}

.sge-post li
{
  font-size: 13px;
}

.sge-post li ol, .sge-post li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}

.sge-post li
{
  color: #101E0F; 

  padding: 0;
}


.sge-post li
{
  padding: 0 0 0 16px;
}

.sge-post ol>li
{
  background: none;
  padding-left: 0;/* overrides overflow for "ul li" and sets the default value */
  overflow: visible;
}

.sge-post ul>li
{
/*  background-image: url('../images/postbullets.png');*/
  background-repeat: no-repeat;
  padding-left: 16px;/* makes "ul li" not to align behind the image if they are in the same line */
  overflow-x: visible;
  overflow-y: hidden;
}


/* end PostBullets */

/* begin PostQuote */
.sge-postcontent blockquote,
.sge-postcontent blockquote a,
.sge-postcontent blockquote a:link,
.sge-postcontent blockquote a:visited,
.sge-postcontent blockquote a:hover
{
  color: #3E4243;

}

.sge-postcontent blockquote p
{
   margin: 3px;
}

.sge-postcontent blockquote
{
   border: solid 1px #CBCECF;
  margin: 10px 10px 10px 50px;
  padding: 0 0 0 37px;
  background-color: #F1F2F2;
  background-image: url('../images/postquote.png');
  background-position: left top;
  background-repeat: no-repeat;/* makes blockquote not to align behind the image if they are in the same line */
  overflow: auto;
}

/* end PostQuote */

/* begin PostIcons, PostFooterIcons */
.sge-postfootericons,
.sge-postfootericons a,
.sge-postfootericons a:link,
.sge-postfootericons a:visited,
.sge-postfootericons a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  color: #595F60;
}

.sge-postfootericons
{
  padding: 1px;

}

.sge-postfootericons a, .sge-postfootericons a:link
{
  text-decoration: none;
  color: #3A8A5F;
}

.sge-postfootericons a:visited, .sge-postfootericons a.visited
{

  color: #458342;
}

.sge-postfootericons a:hover, .sge-postfootericons a.hover
{


  color: #162915;
}
/* end PostIcons, PostFooterIcons */

/* begin Footer */
.sge-footer
{
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #33588D;
  height: 110px;
}

.sge-footer-body
{
    background: #dedede;
    /*background: linear-gradient(top , #dedede 0px, #dedede 91%, #FF6312 91%, #FF6312 94%, #00954E 94%, #00954E 97%, #BA0A1B 97%, #BA0A1B 100%) no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    /*background: -webkit-linear-gradient(top , #dedede 0px, #dedede 91%, #FF6312 91%, #FF6312 94%, #00954E 94%, #00954E 97%, #BA0A1B 97%, #BA0A1B 100%) no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    /*background: -moz-linear-gradient(top , #dedede 0px, #dedede 91%, #FF6312 91%, #FF6312 94%, #00954E 94%, #00954E 97%, #BA0A1B 97%, #BA0A1B 100%) no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    /*background: -o-linear-gradient(top , #dedede 0px, #dedede 91%, #FF6312 91%, #FF6312 94%, #00954E 94%, #00954E 97%, #BA0A1B 97%, #BA0A1B 100%) no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    /*background: -ms-linear-gradient(top , #dedede 0px, #dedede 91%, #FF6312 91%, #FF6312 94%, #00954E 94%, #00954E 97%, #BA0A1B 97%, #BA0A1B 100%) no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    /*-svg-background: linear-gradient(top , #dedede 0px, #dedede 91%, #FF6312 91%, #FF6312 94%, #00954E 94%, #00954E 97%, #BA0A1B 97%, #BA0A1B 100%) no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    border-top: 2px solid #7c7c7c;
    color: #999999;
    font-family: Arial,"Arial Unicode MS",Helvetica,sans-serif;
    font-size: 13px;
    line-height: 175%;
    margin: 0px auto 0;
    padding: 10px;
    position: relative;
    text-align: center;
    height: 89px;
    /*text-shadow: 1px 1px 2px #000000;*/
}


.sge-footer-text p
{
  padding:0;
  margin:0;
}

.sge-footer,
.sge-footer a,
.sge-footer a:link,
.sge-footer a:visited,
.sge-footer a:hover
{
    color: #F1F8F0;

}

.sge-footer-text
{
  padding: 0 10px 0 10px;

}

.sge-footer,
.sge-footer-text,
.sge-footer p
{
  text-align: center;
  color: #FFF;
}

.sge-footer a,
.sge-footer a:link,
.sge-footer a:visited
{
  color: #999999;
  text-decoration: none;
}

.sge-footer a:hover
{
  text-decoration: underline;
}
/* end Footer */

/* begin PageFooter */
.sge-page-footer, 
.sge-page-footer a,
.sge-page-footer a:link,
.sge-page-footer a:visited,
.sge-page-footer a:hover
{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #4F954B;
}

.sge-page-footer
{
  margin: 1em;
  text-align: center;
  text-decoration: none;
  color: #5E6566;
}
/* end PageFooter */

/* begin LayoutCell, content */




.sge-content-layout .sge-content .sge-block
{
  background-color: #FFFFFF;
}
/* end LayoutCell, content */



textarea#comment{width:100%;}

.commentlist, .commentlist li
{
  background: none;
}

.commentlist li li
{
  margin-left: 30px;
}

.commentlist li .avatar
{
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  margin: 1px;
  background: #fff;
}

.commentlist li cite
{
  font-size: 1.2em;
}

#commentform textarea
{
  width: 100%;
}

img.wp-smiley
{
  border: none;
  margin: 0;
  padding: 0;
}

.navigation
{
  display: block;
  text-align: center;
}

/* Recommended by http://codex.wordpress.org/CSS */
/* Begin */
.aligncenter, div.aligncenter, .sge-article .aligncenter img, .aligncenter img.sge-article, .aligncenter img, img.aligncenter
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft
{
  float: left;
}

.alignright
{
  float: right;
}

.alignright img, img.alignright
{
  margin: 1em;
  margin-right: 0;
}

.alignleft img, img.alignleft
{
  margin: 1em;
  margin-left: 0;
}

.wp-caption
{
  border: 1px solid #ddd;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
}

.wp-caption img
{
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text
{
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

.wp-caption, .wp-caption p
{
    text-align: center;
}
/* End */


.hidden
{
  display: none;
}

/* Calendar */
#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 155px;
}

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}

#wp-calendar a {
  display: block;
}

#wp-calendar caption {
  text-align: center;
  width: 100%;
}

#wp-calendar td {
  padding: 3px 0;
  text-align: center;
}

.gallery {
  letter-spacing: normal;
}

.sge-content {
  position: relative;
  z-index: 1;   
}

#todays-events{
  position: relative;
  z-index: 11;    
}

#upcoming-events{
  position: relative;
  z-index: 10;    
}

img.wp-post-image 
{
    margin:0 5px 5px 0 !important;
}

div.sge-footer li, ul.commentlist li
{
    list-style-image: none;
    background:none;
    list-style-type:none;
    
}

div.sge-footer div.sge-content-layout,  
div.sge-content div.sge-content-layout
{
    margin:0 auto;
    width:100%;
}

div.sge-footer ul
{
    padding-left: 0;
}

div.sge-footer ul li ul
{
    padding-left: 20px;
}


div.sge-layout-cell-size1 
{
    width:100%;
}

div.sge-layout-cell-size2 
{
    width:50%;
}
div.sge-layout-cell-size3 
{
    width:33%;
}

div.sge-layout-cell-size4
{
    width:25%;
}

div.sge-author-info img.avatar 
{
	float:left;	
	margin-top:0;
}

img.loading{
    margin-left: 5px !important;
}

#container_pingu table.fc-header th,
#container_pingu table.fc-header td{
	border: 0 !important;
	
}
#container_pingu td{
	border: 1px solid #dddddd;
}

/* Begin font-awesome customize */
.fa{
    color: #010166;
}

table .fa {
    font-size: 1.4em;
    color: #010166;
}

.fa-question-circle{
    color: #00B;
    font-size: 1.2em;
}

/* End font-awesome customize */

.que-postheader, .que-postcontent .que-postheader, #welcome_message, .sge-postheader
{
    margin: 5px 10px;
    font-size: 24px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}

div.bellow-menu{
    background: #92b200;
    margin: 0 !important;
    color: #fff;
    height: 31px;
}

.bellow-menu .shortcut-add{
    width: 600px;
    float: left;
}

.bellow-menu .form-property{
    padding-top: 1px !important;
}

.bellow-menu .form-value select{
    /*background: #BED2FF !important;*/
}

.bellow-menu .profile-link{
    float: right;
    margin: 7px 50px 0 0;
    position: relative;
}

div.bellow-menu .profile-link a .fa,
div.bellow-menu .profile-link a:link .fa{
    color: #BED2FF;
    font-size: 20px;
    position: absolute;
    right: -27px;
    top: -1px
}

div.bellow-menu .profile-link a,
div.bellow-menu .profile-link a:link{
    color: #BED2FF !important;
}

div.bellow-menu .profile-link a:hover,
div.bellow-menu .profile-link a:hover .fa{
    color: #F2F6FF !important;
}

/* Footer SOFTPEI Structure */

.footer-left, .footer-right{
    width: 200px;
}

.footer-center{
    margin-top: 5px;
    float: none;
}

.footer-left{
    background-image: url("../images/footer/footer_divider.png");
    background-repeat: no-repeat;
    background-position: right top;
    margin-top: 3px;
    height: 86px;
    position: absolute;
    left: 0px;
    top: 12px;
}

.footer-left img{
    margin-left: 0px;
}

.footer-right .footer-phone, .footer-right .footer-email{
    background-repeat: no-repeat;
    height: 27px;
    margin-left: 15px;
    padding-top: 2px;
}

.footer-right{
    background-image: url("../images/footer/footer_divider.png");
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 3px;
    padding-top: 12px;
    height: 74px;
    position: absolute;
    right: 0px;
    top: 12px;
}

.footer-right .footer-phone{
    background-image: url("../images/footer/phone.png");

}

.footer-right .footer-email{
    background-image: url("../images/footer/email.png");
}

.footer-right .footer-contact-text{
    margin-left: 35px;
    color: #999999;
    font-family: Arial;
    font-size: 12px;
    /*text-shadow: 1px 1px 2px #000000;*/
    text-align: left;
}

/*LOGIN*/
.login
{
    float:right;
    text-align:center;
    margin-right: 10px;
    margin-top: 6px;
    color: white;
}

div.content-login {
    /*background-image: url("../images/login.png");*/
    color: #444;
    font-family: calibri;
    font-size: 15px;
    /*font-weight: bold;*/
    height: 244px;
    margin: 0 auto;
    width: 395px;
    padding-top: 90px;
}

div.form-admin{
    float: left;
    margin-left: 35px;
    margin-top: 160px;
}
.div_field_login{
    height: 33px;
    width: 310px;
    float: left;
}

.div_field_login .property{
    float: left;
    width: 123px;
    text-align: right;
    font-family: sans-serif;
    font-size: 13px;
    margin-top: 2px;
}

.div_field_login .text_value{
    float: left;
    width: 150px;
    margin-left: 15px;
}

.div_field_login input[type=text], .div_field_login input[type=password]{
    background: none repeat scroll 0 0 #FCFCFC;
    border: 1px solid #7c7c7c;
    border-radius: 2px 2px 2px 2px;
    min-height: 17px;
    padding: 2px;
    width: 140px;
    float: left;
}
.button_login{
    background-color: #F0F0F0;
    border: 1px solid #666666;
    color: #333333;
    float: right;
    font-family: calibri;
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    width: 93px;
    cursor: pointer;
}

.input_login
{
    background-color: #F0F0F0;
    border: 1px solid #666666;
    color: #333333;
    cursor: pointer;
    float: right;
    font-family: calibri;
    font-size: 15px;
    font-weight: bold;
    height: 27px;
    margin-right: 94px;
    margin-top: 12px;
    width: 93px;
    border-radius: 5px 5px 5px 5px;
}

.input_login:hover
{
    background-color:#CCCCCC;
    color: #E41415;
}
.content-login-margin
{
    float: left;
    margin-left: 28px;
    margin-top: 30px;
}

.content-error{
    height: 244px;
    margin: 20px auto auto;
    width: 395px;
}

.content-error .error {
    border: 1px solid #FBC2C4;
    margin-bottom: 1em;
    padding: 0.6em 0.8em;
    background: #FBE3E4;
    color: #8A1F11;
    font-family: arial;
    font-size: 13px;
}

.public_heading_1, .public_heading_1_small{
    color: #FFFFFF;
    font-weight: bold;
    float: left;
    width: 1146px;
    margin-left: 27px;
    text-transform: uppercase;
    text-align: center;
}

.public_heading_1{
    font-size: 20px;
    margin-top: -39px;
}

.public_heading_1_small{
    font-size: 13px;
    margin-top: -40px;
}

.public_heading_2{
    font-size: 20px;
    color: #022646;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
}

.public_options{
    border: 1px solid #7c7c7c;
    padding: 10px;
    margin-bottom: -1px;
    margin-left: 10px;
    margin-right: 10px;
}

div.public_options a, div.public_options .fa{
    text-decoration: none;
    color: #7c7c7c;
}

.public_exit_button{
    float: right;
    margin-right: 10px;
    margin-top: -30px;
    background-color: #ebebeb;
    height: 30px;
    width: 55px;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 5px;
}

.public_back_button{
    float: right;
    margin-right: 10px;
    margin-top: -55px;
    height: 30px;
    width: 450px;
    padding-top: 8px;
    padding-bottom: 5px;
    text-align: right;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4) !important;
}

.is-invalid{
    border: 1px solid red !important;
}

.my_buttons{
    background-color: #ebebeb;
    border: 1px solid #7c7c7c !important;
    height: 17px;
    width: 90px;
    padding-top: 5px;
    float: left;
    margin-left: 20px;
    text-align: center;
}

div.my_buttons a, div.my_buttons .fa{
    text-decoration: none;
    color: #1d1d1d;
}

/*LOGIN END*/