:root {
    --bgColor: #76a6ed;
    --activeMenucColor:#6595ed;
    --headerBgColor: #fafafa; 
    --footerBgColor: #f0f0f0; 
    --contentsBgColor: #fafafa; 
    --navBgColor: #fafafa; 
    --navBgColorHover:#dadada;
    --navBGColorHoverActive:#f0f0f0;
    --menusTextColor: gray;
    --footerDivSeparator: silver;
    --contentsBorderColor:silver;
    --expandColor:#eaeaea;
    --expandHover:#dadada;
    --mainTextColor: #656565;
   /*--bgColor: #eaeaea;*/
    --navHeight: 50px;
    color:var(--menusTextColor);
    --darkColorShare: #eaeaea;
    --menuActiveColor: #6595ed;

    




    --bgColor: #fafafa;
    --menusTextColor: gray;
    --activeMenucColor:#fafafa;
    --menusTextColor: gray;
    color:var(--menusTextColor);
    --navBGColorHoverActive:gray;
    --menuActiveColor: #eaeaea;

    --navBgColor:  #f9fafc;
    --contentsBgColor: #f9fafc;
    --bgColor: #f9fafc;
    --contentsBorderColor:rgb(235, 235, 235);








    --navBgColorHover: #e6e9ef;
    --menuActiveColor:#e6e9ef;
  }

@media (prefers-color-scheme: dark)
{
    :root {
        --bgColor: #666666;
        --activeMenucColor:#666666;
        --headerBgColor: #999999; 
        --footerBgColor: #999999; 
        --contentsBgColor: #777777; 
        --navBgColor: #999999; 
        --navBgColorHover:#aaaaaa;
        --navBGColorHoverActive:#f0f0f0;
        --menusTextColor: #dadada;
        --footerDivSeparator: silver;
        --contentsBorderColor:#aaaaaa;
        --expandColor:#888888;
        --expandHover:#666666;
        --mainTextColor: white;
        --navHeight: 50px;
        color:var(--menusTextColor);
        --darkColorShare: #666666;
        --menuActiveColor: #777777;
      }
    
}
.darkMode
{
    --bgColor: #666666;
    --activeMenucColor:#666666;
    --headerBgColor: #999999; 
    --footerBgColor: #999999; 
    --contentsBgColor: #777777; 
    --navBgColor: #999999; 
    --navBgColorHover:#aaaaaa;
    --navBGColorHoverActive:#f0f0f0;
    --menusTextColor: #dadada;
    --footerDivSeparator: silver;
    --contentsBorderColor:#aaaaaa;
    --expandColor:#888888;
    --expandHover:#666666;
    --mainTextColor: white;
    --navHeight: 50px;
    --darkColorShare: #666666;
    --menuActiveColor: #777777;
  }
body{
    background:var(--bgColor);
    padding: 0px; margin: 0px;
    overflow: hidden;font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;-webkit-tap-highlight-color: transparent;
}

img{border-radius:5px;}

header{
    width:100%;
    background:var(--headerBgColor);
    padding: 0px;
    box-sizing: border-box;
    margin: 0px;
    height:var(--navHeight);
    width: 100px;
    float: left;
    overflow: hidden;
    cursor: pointer;
    z-index: 1000;-webkit-tap-highlight-color: transparent;
}

header img{
    height: 32px;
    padding: 8px;
    max-width: 80px;-webkit-tap-highlight-color: transparent;
    text-align: center;
    margin: 0px auto;
    cursor: pointer;
}

.clear{clear:both}
.hidden{display:none}

nav{
    width:100%;
    background:var(--navBgColor);
    padding: 0px 5px;
    box-sizing: border-box;
    margin: 0px;-webkit-tap-highlight-color: transparent;
    height:var(--navHeight);
    width:100px;
    float: right; 
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);overflow: hidden;display:flexbox;
   
}
.navphidden{display:none !important}
#navMinBar{
    width:100%;
    background:var(--navBgColor);
    padding: 10px 5px;
    box-sizing: border-box;-webkit-tap-highlight-color: transparent;
    margin: 0px;
    height:var(--navHeight);
    width:100px;
    float: right; 
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);overflow: hidden;
    display: none;
}

#navMinBar img
{
    height: 32px;-webkit-tap-highlight-color: transparent;
    padding:0px;
}

nav ul{
    box-sizing: border-box;
    width: 100%;
    height:var(--navHeight);
    top: 0px;-webkit-tap-highlight-color: transparent;
    margin: 0px;padding: 0px;overflow: hidden;

    

}

nav ul li
{
    float: left;
    height:var(--navHeight);overflow: hidden;
    min-height: 50px;
    margin: 0px;
    padding: 5px 5px;;box-sizing: border-box;
    cursor:pointer;-webkit-tap-highlight-color: transparent;
    padding-right: 10px;
    z-index: 1000;

}

nav ul li:hover
{
    background-color: var(--navBgColorHover);
}

nav ul li img
{
    width: 32px;
    height: 32px;
    margin: 0px 5px;
 
    padding: 5px;
    float: left;
}
.cStandardD
{
    padding:15px;-webkit-tap-highlight-color: transparent;
}
nav ul li p
{
    margin: 0px;
    padding: 0px;
    text-align: center;-webkit-tap-highlight-color: transparent;
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 10px;
    padding-right: 5px;
    color: var(--menusTextColor);
    float: left;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;


    letter-spacing: 1px;
}

nav ul li:hover p
{
    color: var(--menusTextColor);
}
nav ul .active
{
    /*background-color: var(--activeMenucColor);   */
    text-decoration: underline; 
   
}

nav ul .active p{
    color: var(--navBGColorHoverActive);
}

#contents{
    width:100%;
  
    padding: 0px;
    box-sizing: border-box;
    margin: 0px;
    height: auto;
    top: 50px;
  bottom: 24px;
    position: fixed;
    overflow: hidden;
    z-index: 1000;

    border-top:1px solid var(--contentsBorderColor);
    
}

#leftHelper
{
    width: 300px;
    float: left;
    height: 100%;
    margin: 0px;padding: 0px;
    box-sizing: border-box;
    z-index: 1000;
    
}

#leftHelper .helperContents
{
    background: var(--bgColor);
}

.nolhelper #leftHelper {display:none}
#mainContents
{
    width: -webkit-calc(100% - 600px);
    width:    -moz-calc(100% - 600px);
    width:         calc(100% - 600px);
    float: left;
    height: 100%;
    margin: 0px;padding: 5px;
    box-sizing: border-box;
    overflow:auto;
    border-radius: 5px;
   
    background:var(--contentsBgColor);
    color:var(--mainTextColor);

    
}

#mainContents p{
    color:var(--mainTextColor);
    text-align: justify;
}

.nolhelper #mainContents {
    width: -webkit-calc(100% - 300px);
    width:    -moz-calc(100% - 300px);
    width:         calc(100% - 300px);
}
.norhelper #mainContents {
    width: -webkit-calc(100% - 300px);
    width:    -moz-calc(100% - 300px);
    width:         calc(100% - 300px);
}

.norhelper.nolhelper #mainContents {
    width: -webkit-calc(100% - 0px);
    width:    -moz-calc(100% - 0px);
    width:         calc(100% - 0px);
}

#rightHelper
{
    width: 300px;
    float: left;
    height: 100%;
    margin: 0px;padding: 0px;
    box-sizing: border-box;
    overflow: auto;
    z-index: 1000;

}
.norhelper #rightHelper {display:none}

#rightHelper .helperContents
{
    background: var(--bgColor);
}

.expand
{
    height: 100%;
    background: var(--expandColor);
    width: 20px;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    border-radius: 3px;
    
}

.expandImage
{
    width: 15px;
    height: 15px;
    margin: auto 2px;
    padding: 0px;
    text-align: center;
    position: absolute;
    top: 50%;
}



.expand:hover
{
    background: var(--expandHover)
}

.helperContents
{
    height: 100%;
    width: 100%;
    overflow: auto;   
}

#rightHelper .expand
{
    float: left;
    display:none;
}

#leftHelper .expand
{
    float: right;
    display: none;
}


footer{
    width:100%;
    background:var(--footerBgColor);
    padding: 0px;
    box-sizing: border-box;
    margin: 0px;
    position: fixed;
    bottom: 0px;
    height: 24px;
    color:var(--menusTextColor);
    z-index:1100;
}

.fdiv{
    
    
    border-right: 1px solid var(--footerDivSeparator);

    padding: 5px;
    font-size: 16px;
    height: 24px;
    padding: 0px 5px;
    float: left;
}

.fdiv p
{
    margin: 0px;
    padding: 2px
}
.fdiv img
{
   
    height:16px;
    margin:0px 5px;float: left;
    padding:4px 0px;
}

.nofooter footer
{
    display:none;
}

.nofooter #contents
{
    bottom:0px;
}

.noselect
{
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.pointer
{
    cursor: pointer;
}
button{width:100%;margin:5px 0px;box-sizing: border-box;}
 .shadow{

    -webkit-box-shadow:  0px 0px 15px -1px rgba(0,0,0,0.23);
-moz-box-shadow:  0px 0px 15px -1px rgba(0,0,0,0.23);
box-shadow:  0px 0px 15px -1px rgba(0,0,0,0.23);border-radius:5px;
 }
#testMode{
    box-sizing: border-box; width:100%; padding:5px;}

#mainContents1{

    -webkit-box-shadow: inset 0px 0px 15px -1px rgba(0,0,0,0.23);
-moz-box-shadow: inset 0px 0px 15px -1px rgba(0,0,0,0.23);
box-shadow: inset 0px 0px 15px -1px rgba(0,0,0,0.23);
 }

 .blog_content
 {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
   
    margin: 0px;
    padding: 5px;
    box-sizing: border-box;
    line-height: 1.6;
    width: 100%;
    max-width:1200px;
    margin: 0px auto;

 }

 .blog_content .titleImage
 {
    width:100%;max-width:250px; padding: 5px; margin: 0px auto; border: 1px #eaeaea solid; border-radius:5px;
 }
 .blog_content h3
 {
    text-align: center;
    font-size: 24px;
 }
 .blog_content .blog_tittle
 {
    margin: 0px; padding: 0px;
    font-size: 11px;
    text-indent: 0px !important;
 }
 .blog_content .blog_tittle span
 {
    font-style: italic;
    font-weight: bold; 
 }

 .blog_content #b_content
 {
    width: 100%;
    max-width: 950px;float:left; padding: 0px; margin: 0px; box-sizing: border-box;
 }

.noac #b_content
 {
     max-width: 100% !important;
 }
 
 
.noac #a_content
 {
    display: none !important;
 }
 

.blog_content #b_content p
{
    text-indent: 50px; padding: 0px 5px;
}
.blog_content #b_content img
{
  max-width: 100%;padding: 5px; margin: 0px 2px; border: 1px #eaeaea solid; border-radius:5px;box-sizing: border-box;;

}

 .blog_content #a_content
 {
   
    width: 90%;
    max-width: 240px;float:left; padding: 5px; margin: 0px;left: 2px;  box-sizing: border-box;  margin-top:100px;
 }
 .blog_content #a_content .about_author
 {
  font-size: 12px;  width:100%; margin: 0px auto; padding: 5px; border-bottom: 1px solid #eaeaea;
  text-align: center !important;
 }
 .blog_content #a_content .titleImage
 {
  text-align: center;  width:150px; padding: 5px; margin: 0px auto; border: 1px #eaeaea solid; border-radius:5px;
 }
 .blog_content img{
    display: inline;
 }
 .blog_control
 {
    margin: 0px; padding:5px;
    box-sizing: border-box; width: 100%;


 }
 .blog_control img
 {
    width:40px; height: 40px; margin: 5px; padding: 5px;
    background: var(--darkColorShare);
    cursor:pointer;
    border: unset !important;
 }
.blog_control img:hover
{background: var(--navBgColorHover);}


 .blog_author_signature
 {
     font-size: 14px;
     padding: 0px;
     margin: 0px;
 }

.editable
{
    border: 1px solid orange;
}

.more_on_site
{
    width: 100%;
    border-bottom: 1px solid #eaeaea;
}

.more_on_site img
{
    width: 100%;
    margin: 0px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}
.more_on_site a
{
    text-decoration: none;
}
.more_on_site p
{
    width: 100%;text-decoration: none;
    text-align: center !important; font-weight: bold !important;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}


.stat_view_text
{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}



.hideScroll
{
    display:none !important;
}

.modal
{
    width: 500px;
    height:500px;
    position: fixed;

max-width:90%;max-height:90%;
    top: 50px;
    z-index: 3000;
    background: var(--contentsBgColor); opacity:0.95;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  
     padding: 5px;
     border-radius:5px;
     left: 50%;
top: 50%;
transform: translate(-50%, -50%);
border: 1px solid var(--contentsBgColor);
box-sizing: border-box;
     display: none;
}

.modal .modalTitle
{
    box-sizing: border-box;
    padding: 5px; margin: 0px; width: 100%;color: var(--menusTextColor);
    text-align: center; background: var(--activeMenucColor);
    border-radius: 5px;font-weight: bold; font-size: 14px;
}
 .fa {
  
    font-size: 30px;
    width: 50px;height: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 5px;
   padding: 18px 5px 0px 5px;
  }
  
  .fa img
  {
      width: 40px;
      height: 40px;
      margin: 0px;
      padding: 0px;
  }
  
  .fa:hover {
      opacity: 0.7;
  }
  .fa-facebook {
    background: #3B5998;
    color: white;
  }
  
  .fa-twitter {
    background: #55ACEE;
    color: white;
  }
  
  .fa-google {
    background: #dd4b39;
    color: white;
  }
  
  .fa-linkedin {
    background: #007bb5;
    color: white;
  }
  
  .fa-youtube {
    background: #bb0000;
    color: white;
  }
  
  .fa-instagram {
    background: #125688;
    color: white;
  }
  
  .fa-pinterest {
    background: #cb2027;
    color: white;
  }
  
  .fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  }
  
  .fa-skype {
    background: #00aff0;
    color: white;
  }
  
  .fa-android {
    background: #a4c639;
    color: white;
  }
  
  .fa-dribbble {
    background: #ea4c89;
    color: white;
  }
  
  .fa-vimeo {
    background: #45bbff;
    color: white;
  }
  
  .fa-tumblr {
    background: #2c4762;
    color: white;
  }
  
  .fa-vine {
    background: #00b489;
    color: white;
  }
  
  .fa-foursquare {
    background: #45bbff;
    color: white;
  }
  
  .fa-stumbleupon {
    background: #eb4924;
    color: white;
  }
  
  .fa-flickr {
    background: #f40083;
    color: white;
  }
  
  .fa-yahoo {
    background: #430297;
    color: white;
  }
  
  .fa-soundcloud {
    background: #ff5500;
    color: white;
  }
  
  .fa-reddit {
    background: #ff5700;
    color: white;
  }
  .fa-link {
    background: var(--darkColorShare);

    color: white;
  }
  
  .fa-rss {
    background: #ff6600;
    color: white;
  }