/* 
    Document   : BDLcss
    Created on : 2014-08-01, 00:26:52
    Author     : Anna.Woszczyna
    Description:
        .
*/
html, body, .mapApp, #mapAppContainer, #mapContainer {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    font-family: 'Roboto', 'Segoe UI' ,Helvetica,Arial,Sans-Serif;
    overflow: hidden;
}

.ui-dialog {
    z-index: 10000 !important;
}

/*wygląd infowindow*/
.esriPopup {
    z-index: 9999 !important;
    line-height: 1.5 !important;
}

.baloon2, .baloon3, .baloon4, .baloon5, .baloon6, .baloon7, .baloon8, .baloon9 {
    /*    background-image: url("../images/baloon.png");*/
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
    /*    width: 200px;*/
    /*    width: 400px;
    height: 400px;*/
    /*    background-repeat: no-repeat;
    background-size: contain;
    word-wrap: break-word;*/
}

.baloon1 {
    background-color: white;
    padding: 5px 15px;
    position: absolute;
    right: 400px;
    top: 50px;
}

.baloon2 {
    left: 80px;
    top: 100px;
    background-image: url("../images/baloon2.png");
    background-repeat: no-repeat;
    background-size: cover;
/*    word-wrap: break-word;*/
    padding: 60px 20px 2px 20px;
}

.baloon3 {
    left: 45px;
    top: 40px;
    background-image: url("../images/baloon3.png");
    padding: 90px 20px 2px 80px;
}

.baloon4 {
    left: 45px;
    top: 80px;
    background-image: url("../images/baloon45.png");
    padding: 0px 20px 5px 80px;
}

.baloon5 {
    left: 45px;
    top: 260px;
    background-image: url("../images/baloon45.png");
    padding: 0px 20px 5px 80px;
}

.baloon6 {
    left: 45px;
    top: 560px;
    background-image: url("../images/baloon6.png");
    padding: 0px 20px 5px 80px;
}

.baloon7 {
    left: 400px;
    bottom: 45px;
    background-image: url("../images/baloon7.png");
    padding: 0px 15px 40px 15px;
}

.baloon8 {
    background-image: url("../images/baloon8.png");
    padding: 0px 75px 5px 15px;
}

.baloon9 {
    left: 545px;
    top: 50px;
    background-image: url("../images/baloon9.png");
    padding: 0px 85px 5px 15px;
}

#searchPane, #legendPane, #bottomToolbarcontainer, #homeBdlLink {
    position: absolute;
    z-index: 30;
    /*box-shadow: 3px 3px 7px #777;  */
}

#searchPane, #legendPane{
    display: none;
}

#homeBdlLink{
    display: block;
    bottom: 0;
    left:43px;
    position:absolute;
}

#touristInfo, #monitoringInfo {
    display: block;
    bottom: 41px;
    left: 50px;
    position: absolute;
    background-color: rgba(255,255,255,0.7);
    color: #323232;
}

/*#mapLanguageId{
    display: block;
    top: 15px;
    right: 32px;
    position:absolute;
    z-index: 29;
    width: 20px;
    height: 14px;
    cursor: pointer;
}*/

/*#mapLoginId{
    display: block;
    top: 18px;
    right: 75px;
    position:absolute;
    z-index: 29;
    color: white;
    cursor: pointer;
}*/

/*#mapMenuId{
    display: block;
    top: 5px;
    right: 65px;
    position:absolute;
    z-index: 29;
    width: 40px;
    height: 30px;
}*/

#bottomToolbarcontainerOLD {
    /*position:relative;*/
    width:100%;
    min-height:40px;
    bottom:0;
    /*background-image: url("../images/bottomToolbar.png");
    background-repeat: repeat-x;*/
    text-align: center;
    background: -moz-linear-gradient(left,  rgba(0,121,178,0.1) 0%, rgba(0,125,186,0.1) 15%, rgba(0,134,203,0.8) 45%, rgba(0,136,206,0.8) 50%, rgba(0,135,203,0.8) 55%, rgba(0,126,186,0.1) 85%, rgba(0,121,178,0.1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,121,178,0.1)), color-stop(15%,rgba(0,125,186,0.1)), color-stop(45%,rgba(0,134,203,0.8)), color-stop(50%,rgba(0,136,206,0.8)), color-stop(55%,rgba(0,135,203,0.8)), color-stop(85%,rgba(0,126,186,0.1)), color-stop(100%,rgba(0,121,178,0.1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(0,121,178,0.1) 0%,rgba(0,125,186,0.1) 15%,rgba(0,134,203,0.8) 45%,rgba(0,136,206,0.8) 50%,rgba(0,135,203,0.8) 55%,rgba(0,126,186,0.1) 85%,rgba(0,121,178,0.1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(0,121,178,0.1) 0%,rgba(0,125,186,0.1) 15%,rgba(0,134,203,0.8) 45%,rgba(0,136,206,0.8) 50%,rgba(0,135,203,0.8) 55%,rgba(0,126,186,0.1) 85%,rgba(0,121,178,0.1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(0,121,178,0.1) 0%,rgba(0,125,186,0.1) 15%,rgba(0,134,203,0.8) 45%,rgba(0,136,206,0.8) 50%,rgba(0,135,203,0.8) 55%,rgba(0,126,186,0.1) 85%,rgba(0,121,178,0.1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(0,121,178,0.1) 0%,rgba(0,125,186,0.1) 15%,rgba(0,134,203,0.8) 45%,rgba(0,136,206,0.8) 50%,rgba(0,135,203,0.8) 55%,rgba(0,126,186,0.1) 85%,rgba(0,121,178,0.1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a0079b2', endColorstr='#1a0079b2',GradientType=1 ); /* IE6-9 */
}

#leftToolbarContainer {
    background-color: white;
    display: block;
    left: 0px;
    padding: 2px 1px;
    position: absolute;
    text-align: center;
    top: 0px;
    height: 100%;
    width: 42px;
    z-index: 29;
    min-height: 480px;
}

#bottomToolbarContainer {
    position: absolute;
    width: 100%;
    min-height: 40px;
    bottom: 0;
    left: 40px;
    /*background-image: url("../images/bottomToolbar.png");
    background-repeat: repeat-x;*/
    /*text-align: center;*/
    z-index: 30;
    background: -moz-linear-gradient(left, rgba(255,252,252,0.7) 0%, rgba(25,148,211,0.8) 45%, rgba(0,136,206,0.8) 50%, rgba(26,148,211,0.8) 55%, rgba(255,255,255,0.7) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,252,252,0.7)), color-stop(45%,rgba(25,148,211,0.8)), color-stop(50%,rgba(0,136,206,0.8)), color-stop(55%,rgba(26,148,211,0.8)), color-stop(100%,rgba(255,255,255,0.7))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,252,252,0.7) 0%,rgba(25,148,211,0.8) 45%,rgba(0,136,206,0.8) 50%,rgba(26,148,211,0.8) 55%,rgba(255,255,255,0.7) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,252,252,0.7) 0%,rgba(25,148,211,0.8) 45%,rgba(0,136,206,0.8) 50%,rgba(26,148,211,0.8) 55%,rgba(255,255,255,0.7) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,252,252,0.7) 0%,rgba(25,148,211,0.8) 45%,rgba(0,136,206,0.8) 50%,rgba(26,148,211,0.8) 55%,rgba(255,255,255,0.7) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,252,252,0.7) 0%,rgba(25,148,211,0.8) 45%,rgba(0,136,206,0.8) 50%,rgba(26,148,211,0.8) 55%,rgba(255,255,255,0.7) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3fffcfc', endColorstr='#b3ffffff',GradientType=1 ); /* IE6-9 */
}

#bottomLeftToolbar, #bottomCenterToolbar, #bottomRightToolbar {
    padding-top: 3px;
    display: inline-block;
}
#bottomCenterToolbar{
    width: 0;
}

#bottomLeftToolbar {
    width: 25%;
    text-align: right;
    vertical-align: text-top;
}
#bottomRightToolbar {
    text-align: center;
    width: 50%;
}

#bottomCenterToolbar .dijitButtonNode {
    border: none;       
}

#bottomRightToolbar .dijitButtonNode {
    margin-top: 3px;
    width: 130px;
    background-color: rgba(0,135,203,0.8);
    border: 1px solid white;  
	border-radius: 5px;	
    color: white;
    font-size: 8pt;
    padding: 2px;
    margin-right:10px;
}

/* Media Queries 
***************************************************************/
/*420px*/
@media only screen and (max-width: 768px) {
    #bottomRightToolbar .dijitButtonNode {
        width: 25px;
        color: transparent;
    }
    #bottomCenterToolbar .dijitButtonNode {
        width: 25px;
    }
    .bottomCenterToolbarBtn {
        width: 23px!important;
    }
}

@media only screen and (max-width: 478px) {
    .esriScalebar {
        display: none;
    }
}

@media only screen and (max-width: 606px) {
    #coordinates {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 1140px) {

}

#bottomRightToolbar .dijitButtonText {
    margin-left: 5px;
}

.bottomCenterToolbarBtn, .bottomCenterToolbarBtnActive, .bottomToolbarLeftBtn, .bottomToolbarLeftBtnActive
{
    width: 40px;
    height: 26px; 
    background-repeat: no-repeat; 
    background-position: center center; 
    border: 1px solid white!important;
	border-radius: 5px;
    cursor: pointer;       
    vertical-align: middle;
    margin-top: 3px!important;
	margin-left: auto;
    margin-right: auto;
}

.bottomRightToolbarBtn, .bottomRightToolbarBtnActive
{
    width: 19px;
    height: 19px; 
    background-repeat: no-repeat; 
    background-position: center center; 
    border: none;       
    cursor: pointer;       
    vertical-align: middle;
    margin-top: 3px;
}

#bottomLeftToolbar .dijitButtonNode {
    border: none;       
}

.bottomCenterToolbarBtn, .bottomToolbarLeftBtn, .bottomRightToolbarBtn{
    background-color: #0088CE;
}

.bottomCenterToolbarActive, .bottomToolbarLeftActive, .bottomRightToolbarActive{
    background-color: #EE741D;
}

.identifyBtn {background-image: url("../images/identify.svg");background-size: 32px 27px;}
.identifyWmsBtn {background-image: url("../images/identifyWms.png");}

.measureBtn {background-image: url("../images/measure.svg"); background-size: 32px 27px;}
.measureDistanceBtn { background-image: url("../images/measureDistance.svg");background-size: 32px 27px;}
.measureLocationBtn {background-image: url("../images/measureLocation.svg");background-size: 32px 27px;}

.standDescriptionBtn {background-image: url("../images/description.svg");background-size: 32px 27px;}
.avaliableDataBtn {background-image: url("../images/data.svg");background-size: 32px 27px;}

.changeLanguageBtn {background-image: url("../images/pl.svg");background-size: 32px 27px;}
.changeLanguageBtnEn {background-image: url("../images/en.svg");background-size: 32px 27px;}
.changeLanguageBtnPl {background-image: url("../images/pl.svg");background-size: 32px 27px;}

.changeLanguagePane {
    width: 36px;
    height: 36px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.5);
    background-position: 2px 5px;
    background-repeat: no-repeat;
    /*background-color: rgba(25, 148, 211, 0.2);*/
    background-color: white;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 5px;
}

.changeLanguagePane .dijitButtonNode {
    border: none;
}


/*Klasa toolbara z narz�dziami do selekcji na mapie generowania zestawienia*/
.selectionToolbarBtn, .selectionToolbarBtnActive {
    width: 32px;
    height: 32px;
}
.shpBtn{background-image: url("../images/SelectionSelectByLocation32.png");}
.shpBtnDisabled{background-image: url("../images/SelectionSelectByLocation32_disabled.png");}

.esriMeasurementResultLabel{
    overflow: hidden;
}

.legendMeasurementResultLabel {
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    font-size: larger !important;
    margin-top: 0px;
    margin-bottom: 5px;
}

.legendMeasurementUnitLabel .dijitButtonNode {
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    color: rgba(0,134,203,1) !important;
    font-size: larger !important;
    margin-top: -12px !important;
    margin-bottom: 5px;
    width: auto !important;
}

.esriMeasurement .areaIcon {
    background-image: url("../images/measure.svg") !important;
    width: 28px;
    height: 26px;
    background-size:cover;
}

.esriMeasurement .distanceIcon {
    background-image: url("../images/measureDistance.svg") !important;
    width: 28px;
    height: 26px;
    background-size: cover;
}

.esriMeasurement .locationIcon {
    background-image: url("../images/measureLocation.svg") !important;
    width: 28px;
    height: 26px;
    background-size: cover;
}

.esriMeasurement .esriButtonHover .dijitButtonNode {
    /*    background: #fcfdff url("../dijit/images/button-hover.png") repeat-x bottom;*/
    background: none;
    background-color: lightgray;
    border-radius: 5px;
}

.esriMeasurement .esriButtonActive .dijitButtonNode {
    /*    background: #ededed url("../dijit/images/button-active.png") no-repeat;*/
    background: none;
    background-color: lightgray;
    border-radius: 5px;
}

.esriMeasurement .esriButtonChecked .dijitButtonNode {
    /*    background: #ededed url("../dijit/images/button-active.png") no-repeat;*/
    background: none;
    background-color: lightgray;
    border-radius: 5px;
}

.scalebar_bottom-right {
right: 160px;
bottom: 5px;z-index: 100;
}

.esriScalebarLine {
/*    overflow: hidden;
    position: relative;
    width: 100%;
    height: 6px;*/
    border: 2px solid rgb(0,0,128) !important;
}
.esriScalebarMetricLine {
    border-top-style: none !important;
}
.esriScalebarLabel {
    color: rgb(0,0,128) !important;
}

.loading{
    background-image: url("../images/loading.gif");
    background-position: center; 
    background-repeat: no-repeat;
}

#avaliableData a:link, #avaliableData a:visited, #avaliableData a:hover, #avaliableData a:active {
    color: #8A8A8A;
}

.mapAppSelect{
    width: 100%;
}

.mapAppSelect #dijitArrowButtonContainer{
    width: 20px;
}

#modalBackground, #identifyModalBackground {
    position: relative;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: hidden;
    background-color: rgba(138, 138, 138, 0.6);
}

#huntReportContent table {
    border: 1px solid #707070;   
    width: 100%;
    margin-top: 5px;
}

#huntReportContent td {
    border: 1px solid #707070;
    padding: 10px;
}

.huntReportDataElement {
    font-weight: bold;    
}

.tdTopCentered {
    vertical-align: top;
    text-align: center;
    width: 3%;
}

.tdCentered {
    text-align: center;
}

.numberWidth {
    width: 2%;
    text-align: center;
}

#modalIFrame, #identifyModalIFrame {
    position: relative;
    display: block;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    margin: 20px 20px;
    background-color: white;
}

#iFrameClose, #identifyiFrameClose {
    position: absolute;
    top: 40px;
    right: 50px;
    z-index: 1001;
}

#iFrameClose a:link, #iFrameClose a:visited, #iFrameClose a:hover, #iFrameClose a:active {
    color: #8A8A8A;
}
#identifyiFrameClose a:link, #identifyiFrameClose a:visited, #identifyiFrameClose a:hover, #identifyiFrameClose a:active {
    color: #8A8A8A;
}

#coordinates, #scale{
     color: #000080;
     /*cursor: pointer;*/
     font-size: 8pt;
     margin-top: 4px;
}

#bottomLeftToolbar .dijitComboButton,
#bottomLeftToolbar .dijitComboButtonHover,
#bottomLeftToolbar .dijitHover,
#bottomLeftToolbar .dijitArrowButton,
#bottomLeftToolbar .dijitDownArrowButton,
#bottomLeftToolbar .dijitDownArrowButtonHover,
#bottomLeftToolbar .dijitDownArrowButtonFocused,
#bottomLeftToolbar .dijitButtonText,
#bottomLeftToolbar .dijitButtonNode,
#bottomLeftToolbar .dijitButtonNodeHover,
#bottomLeftToolbar .dijitButtonHover,
#bottomLeftToolbar .dijitButtonContents
#bottomLeftToolbar .dijitButtonContentsHover
#bottomLeftToolbar .dijitArrowButtonInner{
    padding: 0;
    margin: 0;
    background: none;
}

#bottomLeftToolbar .dijitArrowButtonInner
{
    padding: 0;
    margin: 0;
    font-size: 5pt;
	background:url("images/spriteArrows.png") no-repeat scroll 0 center;
	width: 7px;
	height: 7px;
	
}

#bottomLeftToolbar dijitArrowButtonChar{
    width: 6px;
    height: 8px;
}


