/*////////////////////////////////////////////////////*/
/*/               A P S Y N E T                      /*/
/*////////////////////////////////////////////////////*/
/*/ Version : 4.3.0.123                          /*/
/*////////////////////////////////////////////////////*/

html, body {
    padding: 0;
    margin: 0;
}

body {
    background-color: white;
    font-family: Arial, Helvetica, Verdana;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    -webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    color: #330;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

h1, h2, h3 {
    font-size: 18px;
}

h4, h5, h6 {
    font-size: 16px;
}

p {
    margin: 0 0 10px 0;
}

a, a:link, a:active, a:visited, a:hover {
    color: #333;
    text-decoration: underline;
}

pre {
    font-size: 12px;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}


#page {
    width:100%;
    overflow:auto;
    -webkit-overflow-scrolling: touch;
}

#page nav {
    display: none;
}

#header,
.header {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 40px;
    height: 40px;
    padding: 0 50px;
    width:100%;
    z-index: 50000;
}

    #header a,
    .header a {
        background: center center no-repeat transparent;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNpi/P//PwOtARMDHQBdLGFBYt+nkR2KjEhxQqvIYaR7cD2glSWMo0mY3DiJo5Edi4ZPEqZ7nMSP5pPRon60qB9NwpQDgAADAMIxHUJvWs/TAAAAAElFTkSuQmCC);
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        left: 10px;
    }

        #header a.friends,
        .header a.friends {
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVNJREFUeNq01jFLAzEYxvH2UBCxiIiDUhzcdXCyIk5ufgUXLR37JdxcXBxcuwmOOtml0EKpo04iWIpIQREVEVFLjf9AhoC9e3O5uxd+lMLdPU1yedO8UiqXdQWO122ghi4+8IwGqiiId+uRCHbxqsLrFHNRz5ACSnhTch1EPScQpnIH0w7TWcGiz5rouS45rtkMVnxCJrAQ4yUq+oT8YhAjZOAT8oWHGCE9nxC9H64cA15w4xOiW0HbfErVNhvUa8c3cecQcoZv3xA9z+fCNbe4SNq7jvEUMaUnuE/au7SjkHbSR1G637ULh73Kn+gn7cIBttELGckQh9Jo8iMOrSksYx2b2MKk8FuvUUcHl/9GbiWuooYu3pVf/eARLZQxbp8na2YR0659e+HLmM/geN+z98lSRv8hZu2QQkYh+kzKjZkvHdPahymH6DNp5Cucev0JMAAkKj0NEoYBJwAAAABJRU5ErkJggg==);
        }

        #header a.right,
        .header a.right {
            left: auto;
            right: 10px;
        }

#content,
.content {
    padding: 20px;
}

.title-doc {
    color: white;
    border-left: 1px solid white;
    margin: 5px;
}

.loading_centered {
    margin: auto;
    width: 150px;
}

#loading {
    display: none;
    position: absolute;
    top: 100px;
    width: 150px;
    height: 170px;
    text-align: center;
    color: #525252;
    background-color: white;
    z-index: 50000;
}

.welcome-msg-mob {
    text-align: center;
    margin: 35px 10px 15px 10px;
    margin-bottom: 15px;
    font-size: 15px;
}


.bloc-accueil-mob {
    background-color: #333;
    margin: 5px 5px 25px 5px;
    position: relative;
    height: 55px;
    /*border-bottom-left-radius:25px 25px;
    border-top-left-radius:25px 25px;*/
    border-radius: 25px;
}

.bloc-img-mob {
    position: absolute;
    top: 5px;
    left: 5px;
    background: white;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 30px;
    overflow: hidden;
}


    .bloc-img-mob img {
        width: 30px;
        height: 30px;
    }

.title-bloc-mob {
    text-align: center;
    margin: auto;
    width: 250px;
    line-height: 55px;
    color: rgba(255,255,255,0.8);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

#link-circle {
    position: absolute;
    left:-200px;
    width:294px;
    height:294px;
    border-radius:294px;
    border: 1px solid #333;
}

.request-mob {
    /*margin-top: 40px;*/
    /*margin-top: -20px;*/
}


#header {
    margin-left: 0px;
    /*position: fixed;
    top: 0;
    left: 0%;*/
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: left 0.4s ease, right 0.4s ease, margin 0.4s ease;
    -moz-transition: left 0.4s ease, right 0.4s ease, margin 0.4s ease;
    transition: left 0.4s ease, right 0.4s ease, margin 0.4s ease;
}

html.mm-opened #header {
    margin-left: 0px;
    left: 0%;
}

html.mm-opening #header {
    /*margin-left: -65px;  useless workaround for old device ? */
    left: 100%;
}

@media all and (min-width: 500px) {
    html.mm-opening #header {
        left: 500px;
    }
}

body {
	width:100%;
    min-height: 416px;
    min-width:320px;
    background-color: #F3F3F1;
}

.navbar-inner {
    z-index:999;
}

.titlebloc {
    text-align: center;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    border-top: 1px solid white;
    margin:0;
}

.closedoc {
    font-size:12px;
    text-align:center;
    font-weight: 100;
    text-decoration: none;
    color: #525252;
    width: 80px;
    height: 20px;
    line-height: 20px;
    padding: 2px 4px;
    margin: 0px 5px;
    background-color: #efefef;
    /*border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);*/
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    /*-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius:6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);*/

}

.prevdoc {
    font-size:12px;
    text-align:center;
    font-weight: 100;
    text-decoration: none;
    color: #525252;
    width: 80px;
    height: 20px;
    line-height: 20px;
    padding: 2px 4px;
    margin: 0px 5px;
    background-color: #efefef;
    /*border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);*/
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    /*-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;*/
    border-bottom-left-radius: 20px 15px;
    border-top-left-radius: 20px 15px;
}

.nextdoc {
    font-size:12px;
    text-align:center;
    font-weight: 100;
    text-decoration: none;
    color: #525252;
    width: 80px;
    height: 20px;
    line-height: 20px;
    padding: 2px 4px;
    margin: 0px 5px;
    background-color: #efefef;
    /*border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);*/
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    /*-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;*/
    border-bottom-right-radius: 20px 15px;
    border-top-right-radius: 20px 15px;
}

.button-table-menu {
    /*position: absolute;
    top: -1px;
    right: 0;*/
    font-size: 12px;
    font-weight:100;
    margin: 5px auto;
    width: 80px;
    height: 20px;
    line-height: 20px;
    color: black;
    padding: 2px 4px;
    background-color: #efefef;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.button-table-menu a {
    color: #525252;
    text-decoration: none;
}


#sheet_wrapper {
    margin-top:0px;
}

#gridDataCenter_length, #grid_filter {
    margin-bottom: 5px;
}

#gridDataCenter_filter label span {
    position: absolute;
    right: 155px;
}

#gridDataCenter_filter label input {
    width:140px;
	margin-right: 2px;
}

.login_info {
    padding:10px;
    padding-left: 20px;
}

.table-sheet-container {
    width:314px;
    margin: auto;

}

.user-account-wrapper {
    background-color: #3d3d3d ;
}

#loading {
    width:100%;
    height:600px;
    position: absolute;
    top:40px;
    left:0;
    padding-top: 120px;
    text-align:center;
    color:#525252;
}

#titlebloc {
    margin:0;
}


/*@media only screen 
and (-webkit-min-device-pixel-ratio : 0.75) {
    body {
        width:320px;
    }

    #header {
        width:320px;
    }

    #body-doc-mob {
        width:320px;
    }

    #sheet_wrapper {
        width:320px;
    }

    #page {
        width:320px;
    }
}

@media 
only screen and (min-device-width : 319px) and (max-device-width : 480px) and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-width : 319px) and (max-device-width : 480px),
only screen and (-webkit-min-device-pixel-ratio : 1) {
    body {
        width:320px;
    }

    #header {
        width:320px;
    }

    #body-doc-mob {
        width:320px;
    }

    #sheet_wrapper {
        width:320px;
    }

    #page {
        width:320px;
    }
}

@media
only screen and (min-device-width : 481px)  and (-webkit-min-device-pixel-ratio : 1.5) {
    body {
        width:320px;
    }

    #header {
        width:320px;
    }

    #body-doc-mob {
        width:320px;
    }

    #sheet_wrapper {
        width:320px;
    }

    #page {
       width:320px;
    }
}*/

@media
only screen and (min-device-width : 800px)  and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-resolution: 96dpi),
only screen and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-width : 320px) and (max-device-width : 480px) and (-webkit-min-device-pixel-ratio : 1.8) {
    body {
        width:100%;
    }

    #header {
        width:100%;
    }

    #body-doc-mob {
        width:100%;
    }

    #sheet_wrapper {
        width:100%;
    }

    #page {
       width:100%;
    }
}

.qry-error-wrapper {
    text-align:center;
    display: none;
}
.qry-error-wrapper img {
    margin: 20px auto;
    width:40px; 
    height:40px;
}


#lang-id-selector-wrapper {
    position: absolute;
    bottom: 5px;
    left:5px;
    width: 84px;
    color : black !important;
}

.caps-dropdown {
    position: relative;
    cursor: pointer;
    text-align: left;   
    
}

.caps-dropdown-box {
    background: #cccccc;
    padding: 2px 0 0 4px;
}
.caps-dropdown-list {
    background: #efefef;
    padding: 2px 0 0 4px;
}
.caps-dropdown-box img,
.caps-dropdown-list img {
    margin: 2px 2px 0 0;
}
.caps-dropdown-list ul {
    list-style-type: none;
    padding :0;
    margin :2px;
}
.caps-dropdown-list li {
    border-top : 1px solid #f9f9f9;
}

.caps-dropdown-list li:hover {
    background: #cccccc;
}


.notif-icon {
    display: none;
    position : absolute;
    color: white;
    font-weight : bold;
    width: auto;
    padding: 5px;
    height: 20px;
    min-width:20px;
    text-align: center;
    border-radius : 20px;
}

.notif-icon-top {    
    top:-7px;
    right: 13px;
    background: red;    
}

.notif-icon-bottom {
    bottom:-7px;
    right: 13px;
    background: orange;
}


table.dataTable .td {
    padding: 3px 5px;
}

#connection-lost-wrapper {
    display: none;
    position :absolute;
    top : 70px;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    width: 320px;
    border-color: #6593cf;
    background-color: #E5EFFC;   
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;    
    font-weight: bold;
    padding:4px;
    border-radius:4px;
    overflow: hidden;
    z-index: 9999;
}
#connection-lost-wrapper img {
    width:41px;
    height:41px;
    vertical-align:middle;
}
#connection-lost-wrapper span {
    margin-left:4px;    
}

#connection-lost-wrapper .btn-close-con-lost {
    margin:auto;
    float: right;
    width: 60px;
    height: 40px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111;
    background-color: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    background: linear-gradient(to bottom, #585858 0%, #111 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
    color: #333 !important;
    border: 1px solid #979797;   
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0 2px;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

.go-search-mobile {
    margin-top:10px;
    width:100%;
}

.field-search-wrapper {
    padding: 5px 0 !important;
}

.dataTables_wrapper table td {
    vertical-align: top;
    vertical-align: top;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}