* {
    font: normal 14px/150% 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

input[type="checkbox"], input[type="radio"] {
    display: none;
}

#charts {
    height: 100%;
}

#header {
    height: 180px;
    background-color: #05b2e6;
    color: white;
    font-weight: 400;
    /*box-shadow: 0px 0px 8px #05b2e6;*/
    border: 0;
    margin: 0;
    padding: 0;
}

#content-table {
    width: 100%;
    height: calc(100vh - 216px); /*view point - header height - 34px*/
    /*border: dotted white 1px;*/
    /*-moz-box-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 5px #fff;*/
    box-shadow: 0px 0px 8px black;
    /*box-shadow: rgba(0,0,0,0.4) 10px 10px inset;*/
}

#content-table * {
    font-weight: 400;
}

#content-table label {
    background-color: transparent !important;
    border: 0 !important;
}

#content-table tr {
    vertical-align: middle;
}

#data-table {
    height: 100%;
}

#data-table tr {
    vertical-align: top;
}

#content-table td {
    padding: 5px;
}

#content-table #td-right * {
    font-size: 80%;
}

#bg-image {
    background-image: url("../img/empty.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: 100% auto;
    
    opacity: 0.25;
    display: block;
    position: fixed;
    width: calc(100vw - 28px);
    height: calc(100vh - 216px); /*view point - header height - 34px*/
}

.ui-content {
    background-color: #f9f9f9;
    color: black;
}

.ui-btn {
    width: calc(100% - 50px) !important;
}

/*16pt*/
.headline {
    font-size: 1.3em;
    text-align: left;
}

/*14pt*/
.subheadline {
    font-size: 1.1em;
    text-align: left;
}

/*0/61/165*/
.blue {
    color: #05b2e6;
}

/*167/168/170*/
.lgray {
    color: #A7A8AA;
}

/*83/86/90*/
.dgray {
    color: #53565A;
}

/*237/139/0*/
.orange {
    color: black !important;
    text-shadow: 0 1px 0 black;
}

.orange1 {
    color: white !important;
    text-shadow: 0 1px 0 white;
}

/*118/136/29*/
.green {
    color: #76881D !important;
}

.bold {
    font-weight: bold;
}

#header-table {
    height: 100px;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

#header-table .h-left {
    margin: 0;
    padding: 20px;
    width: calc((100vw - 196px) / 2);
}
#header-table .h-middle {
    margin: 0;
    padding: 20px;
    width: calc((100vw - 196px) / 2);
}

.pLogo {
    width: 196px;
}

#header-table .h-right {
    width: 180px;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
    height: 180px;
    text-align: left;
    color: black;
    vertical-align: top;
}

.outside {
    width: 100%;
}

.outside div.drum-wrapper {
    width: auto;
    background-color: #05b2e6;
    /*border: dotted #76881D 1px;*/
}

div.drum-wrapper {
    cursor: pointer;
}

.outside div.drum figure {
    text-align: center;
    color: white;
}

div.drum figure {
    font-size: 125%;
}

a, a:visited, a:link {
    text-decoration: none;
    color: #05b2e6 !important;
}

.tContacts {
    background: linear-gradient(to bottom, #d5d9dc, #e4e7ea);
    color: #798c91;
    font: normal 13px/130% 'Lucida Sans Unicode','Lucida Grande',sans-serif !important;
    line-height: 150%;
}

.pContactsWrapper {
    text-align: center;
    background: #f9f9f9;
    width: 100%;
}

.contactBlock {
    display: inline-block;
    /* width: 640px; */
    /* height: 480px; */

    box-sizing: border-box;
    outline: 0px;

    border-width: 1px;
    border-style: solid;

    box-shadow: 0 0 7px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.4);

    border-color: #eaeaea;
}

.contactBlock .header {
    display: table;
    background: #e4e7ea;
    vertical-align: middle;
    width: 100%;
    text-align: left;
}

.contactBlock .content {
    padding: 1em;
    text-align: left;
}

b {
    font-size: 110%;
    font-weight: 700;
}

.workTitle {
    color: #798c91;
}

.loaderWrapper {
    position: absolute;
    display: none; 
    width: 34px; 
    height: 34px; 
    z-index: 9999999;
    top: 200px;
    left: 22px;
}

.ui-page { 
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; 
}

.ui-content p {
    font-size: 120%;
    line-height: 130%;
}

section.c.l {
    padding: 20px;
    margin: 0 0 20px;
    overflow: hidden;
    border-top: 1px #e4e7ea solid;
    border-bottom: 1px #e4e7ea solid;
    position: relative;
    color: #525f72;

    background-color: #fff;

    box-sizing: border-box;
    outline: 0px;
    border-width: 1px;
    border-style: solid;
    box-shadow: 0 0 7px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.4);
    border-color: #eaeaea;
}

section.c.l table tr td {
    vertical-align: top;
    font-size: 110%;
    line-height: 130%;
}

.infoLeft {
    width: 190px;
    color: #05b2e6;
    font-weight: 700;
}

.small {
    font-size: 100% !important;
}

@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}

section.menuText {
    padding-left: 30px;
}

#comparison_wrapper {
    text-align: center;
}

#comparison_header {
    width: 100%;
    text-align: center;
    font-size: 150% !important;
}

#comparison_wrapper h3 {
    text-align: left;
}

#comparison_image {
    max-height: calc(100vh - 412px);
    max-width: 100%;
}

section.comparison-all h1 {
    width: 100%;
    text-align: center;
    font-size: 150% !important;
}

section.comparison-all h2 {
    width: 100%;
    text-align: left;
    font-size: 110% !important;
}

#tblAllEpd {
    width: 100%;
    text-align: left;
}

#tblAllEpd td {
    vertical-align: top;
}

#tblAllEpd a, #tblAllEpd a:visited, #tblAllEpd a:hover, #tblAllEpd a:active, #tblAllEpd a:visited {
    color: #05b2e6;
}

.ui-content .ui-listview-inset, .ui-panel-inner > .ui-listview-inset {
    margin: 0 !important;
}