html,
body {
    height: 100%;

}

div.charts-em {
   position: relative;
}
.charts-em #w0,
.charts-ed #w1 {
    background:url(/images/whatermark.png) 0% 0%;
    background-size: 100px 100px;
}

/*div.charts-em:after {*/
  /*content: "";*/
  /*display: block;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*position: absolute;*/
  /*top: 0px;*/
  /*left: 0px;*/
  /*background-image: url("https://pvgis.ecoenergy.com.ua/images/whatermark.png");*/
  /*background-size: 100px 100px;*/
  /*background-position: 30px 30px;*/
  /*background-repeat: repeat;*/
  /*opacity: 0.5;*/
/*}*/


.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.map {
/*    position: absolute !important;
    top:0;
    left:0; */
    width:703px;
    height:475px;
    /* z-index:1; */
}
.aspect {
    background:url(../images/roza.png) center no-repeat;
    width:149px;
    height:149px;
    position: relative;
    margin:10px auto;
}
.aspect div{
    transition:0.5s;
    width: inherit;
    height: inherit;
    background:url(../images/1.png) center no-repeat;
    transform: rotate(0deg);
}
.angle {
    border-bottom:2px solid #CCC;
    height:98px;
    width:80px;
    margin:10px auto;

}
.angle div{
    background:url(../images/2.png) 0 bottom no-repeat;
    width: inherit;
    height: 68px;
    margin-left:-10px;
    transition:0.5s;
    transform: rotate(-30deg);
}
#tips{width:209px;height:83px;padding-top:45px;}
#tips{
    display:none;
    position: absolute;
    z-index:3;
    top:-300px;
    left:15px;
    color:#fff;
    text-align:center;
    width:209px;
    height:83px;
    font-weight:300;
    font-size:18px;
    padding-right:20px;
    padding-top:40px;
    background:url(../images/tips.png) 0 0 no-repeat;
}
.charts-ed {
    display: none;
}
#vmap {
    width: 100%;
    height: 300px;
    margin-left: -20px;

}

nav#w0, nav#w3, nav#w1, footer.footer, ul.breadcrumb {
 display: none ; 

}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #737373;
    margin-left: 30px; 
}

div.form-group, select#select-charts, div.calc-orders-view {
 margin: 0 10px !important;

}

select#select-charts {
width: 95%;

}

a.btn.btn-success {

  margin: 10px;
}

.tooltip-inner {
    min-width: 300px; /* the minimum width */
}

div.form-group {    margin: 10px 0 !important; }

form#w2 {

  margin-top: -100px;
}

form#w2 div.form-group.text-center {
 

    margin-top: -120px !important;
    /* padding-top: 200px; */
    position: absolute;
    width: 100%;

}

form#w2 button.btn, form#w2 a.btn  {
margin: 10px !important;
}

form#w2 button.btn.send-email {
    margin-top: 0 !important;
    margin-left: 0 !important;
    width: 100%;
}


