﻿body {
    padding-top: 50px;
    overflow: hidden;
}

.navbar-default 
{
    border-color: transparent;    
}

.navbar-header {
    height: 50px;
}

.logoVD
{
    cursor: pointer;
}

#menu
{
    background-color: #b2cc2b;
    padding-left: 125px;
}

/* Side panels */
#leftPanel {
    width: 40%;
    float: left;
    height: 100%;
    transition-timing-function: ease-in;
}
    
#leftPanelContainer {
    height:100%;
    width: calc(100% - 5px);
    float: left;
    overflow-y: auto;  
}

#leftPanelContent 
{
    height:100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;            
}
    
#leftSplitbar {
    background-color: #dcdcdc;
    height:100%;
    float: right;
    width: 5px;
    cursor: w-resize;
}
#leftSplitbar:hover {
    background-color: #ff9;
}

#centerPanel {
    height: 100%;
    overflow: hidden;
}
#centerPanel.overlay {
    background-color: rgba(0,0,0,0.5);
}

#tb_Carte_sidePanelsTb {
    padding: 2px;
    border-radius: 0px 10px 10px 0px;
    background-color: #f5f5f5;
}
/* Fin Side panels */

.searchDiv {
    position: absolute;
    left: 45px;
        width: calc(100% - 90px);
}

/*media queries*/
@media (min-width: 470px) {
    .searchDiv {
        left: 50px;
        width: calc(100% - 100px);
    }
}

@media (min-width: 768px) {    
    .searchDiv {
        left: calc(45% - 7px);
        width: calc(55% - 123px);
    }
}


@media (min-width: 993px) {
    .searchDiv {
        left: calc(45% - 7px);
        width: calc(55% - 123px);
    }
}

@media (min-width: 1150px) {
    .searchDiv {
        left: calc(45% - 7px);
        width: calc(55% - 123px);
    }
}

@media (min-width: 1400px) {
    .searchDiv {
		left: calc(45% - 7px);
        width: calc(55% - 123px);
    }
}

@media (max-width: 992px) {
    #menu
    {
        padding-left: 55px;
    }
}

@media (max-width: 767px) 
{
    #menu
    {
        width: 70px;
        padding-left: 30px;
        float:right;
    }
    .pull-right
    {
        float: none !important;
    }
}

@media (max-width: 670px) {
    #leftPanel {
        width: 0px;
        min-width: 0px;
    }
    #leftPanel.open {
        width: calc(100% - 75px) !important;
    }
}

@media (max-width: 350px) {
    span.generateButton.text 
    {
        display: none;
    }
}
/*fin media queries*/