/*
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
*/

body {
    background: #fafafa;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333;
}
paper-button a{
    color: white;
    /*text-transform:  capitalize;*/

}
paper-button{
    text-transform: none;

}
.desktop-only paper-button:hover{

    /*background-color: ;*/

}

img#image_language{
    padding-top: 0.2em;
    width: 30px;
    height: 30px;
    border-radius: 2px;
}

img#imgprofil {
    margin-top: 0;
    width: 25px;
    height: 25px;
    /* box-shadow: 0px 2px 6px #ccc;*/
    border-radius: 12px;
}



img#big_profile{
    width: 90px;
    height:90px;
}

/*
paper-dialog.size-position {
    width: 350px;
    height: 220px;
    position: fixed;
    top: 45px;
    right: 0px;
    padding: 0;
    margin-right: 0px;
    margin-top: 0;
    background: #ffffff;

}
paper-dialog > *:first-child{
    margin-top:10px;
}
paper-dialog paper-button a{
    font-size: 0.7em;
    top:0;

}
paper-dialog paper-button {
    text-align: center;
    top:7px;

    height: 40px;
    color: #333333;
    background-color: #616f96;

}*/
content_profile{
    width: 100%;
    height: 100%;
}
.search1 {
    position:relative; padding:0; margin:0;

    background-color: #FFF;
    color: #979797;
    height: 35px;
    width: 280px;
    box-shadow: 2px 2px 0 #828181 inset;
    border-radius: 5px;
    outline:  none;
}
.content_search{
    margin: 0;
    padding: 0;
}

.search1 input[type='text']{
    height: 32px;
    padding: 0;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    width:230px ;
    border-style: groove;
    background-color: transparent;
    border-color: transparent;

}

.search1 input[type='text']:focus {
    border-color: transparent;
    outline:  none;
}


.search1 paper-icon-button{
    color: #000000;
    font-size: 0.7em;
    text-align: center;
    height: 30px;





}
.content{
    height: 100%;
    padding-bottom: 0px;
}




.app-name a{
    color: white;
    text-decoration: none;
}
.app-name a:hover{
    color: lightgray;
    text-decoration: none;
}

.div_footer {
    background-color: rgba(51, 56, 66, 0.97);
    margin-bottom: 0px;
    color: #ffffff;

    margin-top: 25px;
    padding: 20px;
    clear: both;

}
a{
    text-decoration: none;
}

.link{
    height: auto;
    padding-top: 5px;

}
.link a{

    font-size: 0.7em;

}
.link paper-icon-button[icon="lock-open"],.link paper-icon-button[icon="create"]{
    float: left;
    color: #49639F;
    height: 7px;
    padding-top:0;

}

.div_footer2 a{
    color: #ffffff;
    font-size: 0.8em;
}
.div_footer2 span{
    color: #ffffff;
    font-size: 0.8em;
}

#mainContainer.paper-scroll-header-panel {
    background: #EEEEEE none repeat scroll 0 0;
}
.drawer_user #mainContainer.paper-scroll-header-panel {
    background: white none repeat scroll 0 0 !important;
}



@media only screen and (min-width: 769px) {
    /* For mobile: */
    .mobile-only{
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    /* For mobile: */
    .desktop-only{
        display: none;
    }
}
