/* 
    Document   : common
    Created on : 06.04.2015, 18:31:04
    Author     : morozovvs
    Description:
        Purpose of the stylesheet follows.
*/
/*
@font-face {
        font-family: 'Calibri';
        src: url('/fonts/calibri.eot');
        src: local('☺'), url('/fonts/calibri.woff') format('woff'), url('/fonts/calibri.ttf') format('truetype'), url('/fonts/calibri.svg') format('svg');
        font-weight: normal;
        font-style: normal;
}
*/
html,body{
    width:100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;        
}
.catalogpagecontent{
    font-family: Arial, Helvetica, sans-serif;
    /*width: 100% !important;
    height: 100% !important;*/
    position: relative;
    width: 70.8vh;
    height: 100vh;
}
.catalogpagecontent span
{
    color:transparent !important;
}
.catalogpagecontent img
{
    position: absolute;
    left: 0;
    top: 0;
    /*width: 100%;
    height: 100%;*/
    width: 70.8vh;
    height: 100vh;
}

#treebase .jstree-icon.jstree-themeicon{
    display: none !important;
}

.country{
    display:none;
}
