

body, html {
    padding: 0;
    margin: 0;
  background:#2c3e50;
}

dd { -webkit-margin-start: 0; }
h1, h2, h3, h4, h5, dl, dt, dd {
    margin: 0;
    padding: 0;
    cursor: default;
}


p {
    cursor: text;
    margin: 0;
    padding: 0;
}


img {
    border: 0;
    max-width:100%;
}

img[src$=".svg"] {
  width:100%;
}

a { text-decoration: none; outline: none; }
a * { cursor: pointer; }



/*** Structure ***/

body {
    background: #2c3e50;
    font-size: 14px;
}

#header {
background-image: linear-gradient(to bottom, #34495e, #2c3e50);
    height: 107px;
    text-align: center;
}

#header .container, #footer .container {
    position: relative;
    height: inherit;
    margin: 0 auto;
}

@media (min-width: 950px) {
    #header .container, #footer .container {
   max-width: 960px;
    }
}

#header .container .logo {
    position: absolute;
    top: 18px;
    left: 15px;
}

@media (max-width: 900px) {
    .logo {
        display:none;
    }
}

#header .container ul.nav {
    position: absolute;
    top: 0;
}

@media (max-width: 690px) {
    #header .container ul.nav {
        left:-20px;
    }
}

@media (min-width: 690px) {
    #header .container ul.nav {
        right: 4px;
    }
}


#header .container ul.nav li {
    position: relative;
    display: block;
    float: right;
    font-size: 13px;
    font-weight: bold;
    text-align:right;

}

#header .container ul.nav > li > a {
    display: block;
    height: 17px;
    text-shadow: 0 1px 1px rgba(0,0,0,.6);
    text-transform: uppercase;
}


@media (min-width: 620px) {
    #header .container ul.nav > li > a {
        padding: 45px 15px;
    }
}
@media (max-width: 620px) {
    #header .container ul.nav > li > a {
        padding: 45px 5px;
    }
    .hideonsmalldisp {
        display:none;
    }
}


#header .container ul.nav > li > a:hover {
    text-shadow: 0 0 4px #fff;
}

#header .container ul.nav li.selected {
    background-image: linear-gradient(to bottom, #34495e, white);
    border-radius: 7px;
}

#header .container ul.nav li.selected a:hover {
    text-shadow: 0 1px 0 black;
}

#header .container ul.nav li:hover > span.submenu {
    display: block;
    background: #A16D04;
}


/* Sub Menu */

#header .container ul.nav li span.submenu {
    display: none;
    position: absolute;
    top: 65px;
    right: 0;
    box-shadow: 7px 7px 10px rgba(0,0,0,.8);
    z-index: 10;
    width: 250px;
    text-align: left;
}

#header .container ul.nav > li > span.submenu {
    border-radius: 7px;
}

#header .container ul.nav li span.submenu span.title {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;

    text-transform: uppercase;
    position: absolute;
    padding: 45px 15px 20px;
    margin:-65px -65px;
    right:65px;
    text-align: right;
    background:#A16D04;
    background-image: linear-gradient(to bottom, #ecf0f1, #7f8c8d);
}

#header .container ul.nav li span.submenu span.title a {
    color: #34495e;
}


#header .container ul.nav li span.submenu ul > li {
    position: relative;
    display: block;
    width: 250px;
}

#header .container ul.nav li span.submenu ul > li.hasSubmenu > a {
    background: url(images/header/submenu-arrow.png) no-repeat right 8px;
}

#header .container ul.nav li span.submenu ul > li > a {
    display: block;
    padding: 6px 12px;
    color: #34495e;
    background-image: linear-gradient(to bottom, #ecf0f1, #7f8c8d);
}

#header .container ul.nav li span.submenu ul > li:hover > a {
    background-image: linear-gradient(to bottom, #95a5a6, #7f8c8d);
}

#header .container ul.nav li span.submenu ul > li:first-child > a {
    border-top-left-radius: 7px;
}

#header .container ul.nav li span.submenu ul > li:last-child > a {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}


/* Sub Sub Menu */

#header .container ul.nav li span.submenu ul li span.submenu {
    position: absolute;
    top: 0;
    right: -200px;
}


#splash {
/*    margin: 15px 0 0 0; */
    margin: 0;
    width: 956px;
    height:250px;
    background: white;
/*    border-radius: 7px; */
}

#splash img {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

#splashcnt {
    float:right;
    width:540px;
}

#splashcnt h1 {
    margin:15px 0 -10px 0;
    font-size: 30px;
    font-family: Aharoni, Arial, Helvetica, sans-serif;
    font-weight:bold;
}

#splashcnt p {
    font-size: 20px;
    margin-right:10px;
}


/* Content Container */

@media (min-width: 950px) {
    #container {
        width: 950px;
        margin: 0 auto;
    }
}


/* Footer */

#footer {
/*    margin-top:  30px; */
    margin-top:  3px;
    position: relative;
    height: 70px;
    background-image: linear-gradient(to bottom, #2c3e50, #2c3e50);
    clear:both;
}

#footer > .container > .copyright, #footer > .container > .notice {
    position: absolute;
    top: 30px;
}

#footer > .container > .copyright {
    left: 1px;
    top: 27px;
    text-align: left;
    font-size: 18px;
}

@media (max-width: 550px) {
    #footer > .container > .copyright {
        display:none;
    }
}

#footer > .container > .notice {
    right: 1px;
    text-align: right;
}




/*** Content widgets ***/


/* Box */

.box {
   max-width:100%;
    position: relative;
    background-repeat: repeat-y;
/*    margin-top: 20px; */
    float:left;
}

.box > .top, .box > .bottom {
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    z-index: 1;
}

.box > .top {
    top: -2px;
    height: 8px;
}

.box > .bottom {
    bottom: -4px;
    height: 10px;
}

.box > .content {
    position: relative;
    padding: 30px;
    z-index: 5;
}


/* Box : Large */

.box.large, .box.large > .top, .box.large > .bottom {
    max-width: 956px;
}




/* Box : Large */

.box.short, .box.short > .top, .box.short > .bottom {
    max-width: 779px;
}

.box.short {
    background: white;
    border-radius: 7px;
}





/* Box: Side bar */

.box.sidebar {
    xposition: absolute;
    xright: -175px;
    xmargin-top: 0;
    float:right;
    background: #555759;
    text-align: right;
}

@media (max-width: 950px) {
    .box.sidebar {
        display:none;
    }
}


.box.sidebar .content {
    padding: 0 5px;
}

.box.sidebar, .box.sidebar > .top, .box.sidebar > .bottom {
    width: 163px;
}

.box.sidebar > .top { background-image: url(images/body/box-sidebar-top.png); }
.box.sidebar > .bottom { background-image: url(images/body/box-sidebar-bottom.png); }

.box.sidebar h2 {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 5px;
}

.box.sidebar ul li {
    margin: 10px 0 0;
}

.box.sidebar .group {
    border-top: 1px solid #f1c40f;
    padding: 15px;
}

.box.sidebar .group.first, .box.sidebar .group:first-child {
    border-top: none;
}

.box.sidebar .group.timeline > div {
    border-bottom: 1px solid #4c4e50;
    padding: 15px 0;
}

.box.sidebar .group.timeline > div:last-child {
    border-bottom: none;
    padding: 15px 0 0;
}

.box.sidebar .group.timeline > div > span {
    font-weight: bold;
}





/* Two Cols */

.twoCols:first-child, h1 + .twoCols, h2 + .twoCols {
    margin-top: 0;
}

.twoCols {
    margin-top: 40px;
}

.twoCols:after {
    content: ""; 
    display:block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.twoCols > div {
    float: left;
    width: 47%;
}

.twoCols > div.last {
    float: right;
}




/*** Tags styles ***/

h1  {
    margin: 0 0 .5em;

}

h2 {
    margin: .5em 0 .5em;
}

h3,h4 {
  margin: .4em 0 .4em;
}

h1{
    font-size: 24px;
}
h2{
    font-size: 20px;
}
h3{
    font-size: 16px;
}

h1:first-child, h2:first-child {
    margin-top: 0;
}

p {
    font-size: 14px;
    line-height: 1.5em;
    margin: 1em 0;
}

div.literal {
    background: white;

}

@media (min-width: 950px) {
    div.literal {
/*        border-radius: 7px; */
    }
}

.literal ul li {
    line-height: 1.4em;
}

.list ul li {
    list-style: none;
    margin: 1em 0;
    line-height: 1.4em;
    padding-left: 20px;
    background:url(images/body/list-image.png) no-repeat left 2px;
}

.orangecb ul li {
    list-style: none;
    margin: 0 0 10px -40px;
    line-height: 1.4em;
    padding-left: 40px;
    font-size:20px;
    font-weight:bold;
    background:url(images/body/orange-check.png) no-repeat left 0px;
}

.orangecbsmall ul li {
    list-style: none;
    margin: 0 0 10px -40px;
    line-height: 1.4em;
    padding-left: 40px;
    font-size:16px;
    font-weight:bold;
    background:url(images/body/orange-check-small.png) no-repeat left 0px;
}

.orangecbsmall h2 {
    font-weight:bold;
    text-shadow: 2px 2px 8px #000000;
    text-align:left;
    margin-left:40px;
    font-size:35px;
    font-family:impact;
    color:#f39c12;
}

.literal p {
    text-align: left;
}




/*** Color Palette ***/

/* Soft black */
body, h1, h2, p {
    color: #242526;
}

/* White */
#header .container ul.nav li a, 
.box.sidebar *, 
.box.sidebar .content ul li.selected a,
.box.sidebar .content ul li a:hover {
    color: #fff;
}

.box.sidebar .content ul li {
    list-style: none;
}



/* Almost-white (cyan-tint) */
.box.sidebar .content ul li a {
    color: #c9cdd2;
}

/* Peach */
#header .container ul.nav li.selected a, #footer {
    color: #34495e;
}

.notice a, .copyright a {
    color: #f1c40f;
}

.notice a:hover, .copyright a:hover {
    color: white;
}

.notice {
    max-width:400px;
    font-size: 16px;
}

.gsc-search-box {
    background: transparent !important;
    opacity: 0.8 !important;
}


.content a {
    color: black;
    text-decoration: underline;
    text-decoration-color: gray;
}

.imgborder1 img {
    border:1px solid gray;
    border-radius: 5px;
}


/*** Fonts ***/

/* Helvetica */
body, p {
    font-family: Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4 {
    font-family: Verdena, Arial, Helvetica, sans-serif;
    font-weight: bold;
}


/* edit icon*/
#edit{
    float:right;
}


/* Photo album generator */

.LoadPhotoAlbum {background-image:url(/album/lightbox-ico-loading.gif);background-repeat: no-repeat;background-position:center;}
.PhotoAlbum {opacity:0.15;filter:alpha(opacity=15);}
.PhotoAlbum ul { list-style: none; }
.PhotoAlbum ul li { display: inline; background:none}
.PhotoAlbum ul li span {text-align:center;margin-right:10px;}
.PhotoAlbum ul img { border: 2px solid #D4CED8; }
.PhotoAlbum ul a:hover img { border: 2px solid #5A5A5A;}


#blogtab {
    width:100%;
    padding: 2em 1em 2em 1em;
}

#blogtab tr td:first-child {
    width:250px;
}

#BlgPreview {
    border: 3px ridge silver;
    padding:.5em;
    overflow: hidden;
    z-index:100;
    background: white;
}

div.code, pre.code, pre.example {
    background-color: white;
   max-width:100%;
  background: #F5F5F5;
  padding:5px;
}

div.code, pre.code, pre.example, div.cmd {
    overflow: auto;
    max-width:100% !important;
    color: black;
    white-space: pre;
    font-family: 'Monotype.com', "Courier New", Courier, monospace;
    font-size: 90%;
    line-height: 125%;
    padding: 5px;
  margin: auto;
}

div.syntaxhighlighter{
    overflow: auto;
}

div.cmd {
    border-radius: 3px;
    background-color: gainsboro;
    padding-left: 1em;
    word-wrap:break-word;
}


.exth, #exth h1,  #exth h2, #demo h1, #blogh {
    text-align: center;
    color:#f1c40f;
    background-image: linear-gradient(to bottom, #2c3e50, #394c69);
    padding:3px;
}

.exth a {
    color:#f1c40f;
    text-decoration: underline;
    text-decoration-color: rgba(241, 196, 15, 0.3);
}


#blogh a {
    color:#f1c40f;
    text-decoration: none;
}

#demo h1 { margin: 1em 1em 0 1em}
#demo a {
    display:block;
    width:128px;
    height:128px;
    margin:auto;
    background: url(/images/icons/run.png) no-repeat;
}

.rndbox {
    color: black;
    background-color: #f1c40f;
    box-shadow: 2px 2px 5px #f39c12;
    border-radius: 6px;
    border:1px solid #CCC;
    display:inline-block;
    padding: 0 1em 0 1em;
}

.blogsidebar {
    color: black;
    background-color: #f1c40f;
    box-shadow: 2px 2px 5px #f39c12;
    border-radius: 6px;
    border:1px solid #CCC;
    display:inline-block;
    float:right;
    width:250px;
    margin: 0 -27px 1em 1em;
    padding: 0 1em 0 1em;
}


.margr { margin-right:2em;}

.valign-top td { vertical-align: top }

table.t-info, table.t-info th, table.t-info td {
    border: 1px solid #424446;
    border-spacing: 0;
}

table.t-info p, table.t-info ul { margin: 1px 4px 1px 4px;}

table.t-info{
    border-radius: 5px;
}

table.t-info th {
    font-size:120%;
    font-weight:bold;
    background:#424446;
    color:#f1c40f;
}


#leftmen{
    width:350px;
    padding:10px;
    margin:0 20px 20px -30px;
    display:block;
    float:left;
    border-bottom-right-radius:7px;
    border-top-right-radius:7px;
    padding-left:10px;
background-image: linear-gradient(to left, #34495e, #2c3e50);
border-left: 1px solid white;
    color:white;
    font-size: 13px;
}

@media (max-width: 930px) {
    #leftmen {
        display:none;
    }
}


#leftmen ul {
    margin: 3px 0 7px -20px;
}

#leftmen a{
    color:#C9CDD2;
    text-decoration: none;
}

#leftmen a:hover, #blogh a:hover{
    color:white;
}

#leftmen li{
    list-style-type: none;
    margin:3px;
}

#leftmen a.selected {
    color: #f1c40f;
}

table.noborder{
    border-collapse:collapse;
}

table.noborder, table.noborder tr, table.noborder td{
    margin:0;
    padding:0;
}

table.noborder td{
    vertical-align: top;
}

table.noborder td p:first-child {
    margin-top:0;
    padding-top:0;
}

div.largep p{font-size:120%}

.center {
    display:block;margin-left:auto;margin-right:auto;
}

.caption{
    color:#4F81BD;
    font-weight:bold;
}

div.col2{
    -webkit-column-count:2;
    -moz-column-count:2;
    column-count:2;

    -webkit-column-rule: 1px solid #A16D04;
    -moz-column-rule: 1px solid #A16D04;
    column-rule: 1px solid #A16D04;

    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
}


div.col2 p:last-child {
    margin-bottom: 0;
}

div.col2 p:first-child {
    margin-top: 0;
}

/*
.content a[href^='http://'], .content a[href^='https://']{
    background:url(images/external-link.png) right center no-repeat;
    padding: 0 15px 0 0;
}
*/ 

div.manual dt {
    font-weight: bold; margin-top: 0.8em;
}

div.manual dd { margin-left: 1em; }

.blue-button-link {

    text-decoration: none !important;
    background: #3498db;
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    border-radius: 28px;
    font-family: Arial;
    color: white !important;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
}

.blue-button-link:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    cursor:pointer;
}


.black-button-link{
    font:bold 20px "Arial Black", Arial, sans-serif;
    font-style:normal;
    color:#f1c40f !important;
    background:#2d0404;
    border:0px outset #4a3a00;
    text-shadow:0px -1px 8px #0d0d0d;
    border-radius:15px 15px 15px 15px;
    width:63px;
    padding:8px 24px;
    cursor:pointer;
    margin:0 auto;
    text-decoration: none !important;
}


.black-button-link:hover{
    cursor:pointer;
    position:relative;
    top:2px;
}


.orange-button {
  cursor: pointer;
    -moz-box-shadow:inset 0px 1px 0px 0px #fed897;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fed897;
    box-shadow:inset 0px 1px 0px 0px #fed897;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6b33d), color-stop(1, #d29105) );
    background:-moz-linear-gradient( center top, #f6b33d 5%, #d29105 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#d29105');
    background-color:#f6b33d !important;
    -webkit-border-top-left-radius:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    text-indent:0;
    border:1px solid #eda933;
    display:inline-block;
    color:black !important;
    font-family:Verdana;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height:38px;
    line-height:38px;
    width:160px;
    text-decoration:none !important;
    text-align:center;
    text-shadow:1px 1px 0px #cd8a15;
}

.orange-button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d29105), color-stop(1, #f6b33d) );
    background:-moz-linear-gradient( center top, #d29105 5%, #f6b33d 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d29105', endColorstr='#f6b33d');
    background-color:#d29105;
}

.orange-button:active {
    position:relative;
    top:1px;
}


a.orange {
    color: #F04F23;
    text-decoration: none;
}

#txtlogo img {
    margin: 20px auto 0 auto;
    display:block;
}

#txtlogo p {
    color:#BFBFBF;
    font-size:20px;
    text-align:center;
    font-family:arialblack;
    margin:0;
    padding:0;
}

#txtlogo h4 {
    text-align:center;
    font-family:Arialblack
}


.tabs-menu {
    height: 20px;
    float: left;
    
}

.tabs-menu li {
    list-style: none;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    background-color: #ccc;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
    background: linear-gradient(rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);

}

.tabs-menu li.current {
    position: relative;
    border-bottom: 1px solid #fff;
    z-index: 5;
    background: linear-gradient(#f1c40f,#A16D04 80%,#A16D04);
}

.tabs-menu li a {
    padding: 10px;
    color: white;
    font-weight:bold;
    text-decoration: none; 
}

.tabs-menu .current a {

}

.tab {
    clear:both;
    border: 1px solid #d4d4d1;
    float: left;
    margin-bottom: 20px;
    width: auto;
}

.tab > div {
    width: 400px;
    padding: 20px;
    display: none;
}

#tab-1 {
    display: block;   
}

.video_frame {
    width: 100%;
    position: relative; padding-bottom: 56.25%;
}

.video_frame iframe {
    border: none;
    position: absolute;
    width: 100%;
    height: 100%;
}


ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

ul.share-buttons img{
  width: 32px;
}

ul.share-buttons a{
  background: none !important
}

.flex-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-70 { width: 620px; max-width:100%;}
.flex-50 { width: 445px; max-width:100%;}
.flex-60 { width: 534px; max-width:100%;}
.flex-40 { width: 356px; max-width:100%;}
.flex-30 { width: 267px; max-width:100%;}

@media print {
   .share-buttons,#header,#footer, .noprint, iframe, #leftmen, .orange-button,.video_frame{
        display:none;
    }
    #container {
        width:100%;
    }
    .exth, #exth h1,  #exth h2, #demo h1, #blogh, #blogh a {
    color:black !important;
    background: white;
    padding:3px;
    border: none;
    box-shadow: none;
    }
    a {
        text-decoration:none !important;
        font-weight:bold;
        background:none !important;
        padding:0 !important;
    }

}

.app-container {
    max-width:680px;
    margin:auto;
}
.app-container > div {
    margin: 0 100px 0 100px;
    display: grid;
    grid-gap: 10px;
}

.app-container > div > a {
    text-decoration: none;
}

.app-container > div > a:hover {
    text-decoration: underline;
    text-decoration-color:white;
}

.app-container > div > a > div{
    position: relative;
    color:white;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    background:#2c3e50;
    text-align: center;
    vertical-align: middle;
    box-shadow: 3px 3px #bdc3c7;
}

.app-container > div > a:hover > div {
    background:#3A5F83;
}

.app-container > div > a > div > span {
    width: 300px;
    position: absolute;
    z-index: 1;
    visibility: hidden;
    background: #3A5F83;
    opacity:0.98;
    box-shadow: 3px 3px #2c3e50;
    padding:10px;
    line-height: normal;
}

.app-container > div > a > div > span::after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #3A5F83;
    border-width: 30px;
    margin-left: -30px;
}

.app-container > div h3, .app-container > div p {
    margin:5px;
    padding:0;
}

.app-container > div h3 {
    font-size: 18px;
}

.app-container > div p {
    font-size: 14px;
    font-weight: normal;
   color: white;
}

.app-container > div > a:hover > div > span {
    visibility: visible;
}

.visible > div {
    text-decoration: underline !important;
    text-decoration-color:white !important;
    background:#3A5F83 !important;
 }

.visible > div > span {
    visibility: visible !important;
}


blockquote{
  width:75%;
  margin:5px auto;
  color: black;
  padding:3px 10px 1px 60px;
  border-left:8px solid #34495e ;
  line-height:1.6;
  position: relative;
  background:#FABD00;
}

blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#34495e;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote p
{
  font-size:120%;
}

.txtcenter p {
   text-align:center !important;
}
