* {
    font-family: "Verdana";
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */

}

body {
    font-size: 13px;
    background-color: #212121;
    color: #FFFFFF;
    background-image: url("../images/background2.jpg");
}

table, td {
    font-size: 13px;
}

#listeRaspi {
    position: absolute;
    width: calc(50% - 150px);
    height: calc(50% - 80px);
    border: 2px solid #464646;
    border-radius: 4px;
    padding: 15px;
    background-color: #383838;
    top: 50px;
    left: 50px;
    
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

#listeClient {
    position: absolute;
    width: calc(100% - 450px);
    height: calc(50% - 150px);
    border: 2px solid #464646;
    border-radius: 4px;
    padding: 15px;
    background-color: #383838;
    bottom: 50px;
    left: 50px;
    
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

#backups, #backupsOpen {
    position: absolute;
    width: calc(40% - 196px);
    height: calc(50% - 80px);
    border: 2px solid #464646;
    border-radius: 4px;
    padding: 15px;
    background-color: #383838;
    top: 50px;
    right: 368px;
    box-shadow: rgb(0 0 0 / 30%) 0px 19px 38px, rgb(0 0 0 / 22%) 0px 15px 12px;
}

#showListeBackupByClient, #showListClient {
    overflow-y: auto;
    max-height: calc(100% - 82px);
}

#showListRaspi {
    overflow-y: auto;
    max-height: calc(100% - 10px);
}

#backupsOpen {
    display: none;
}

#menu {
    position: absolute;
    width: 229px;
    height: calc(100% - 133px);
    border: 2px solid #464646;
    border-radius: 4px;
    padding: 15px;
    background-color: #383838;
    top: 50px;
    right: 50px;
    
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.tableHeader {
    font-size: 14px;
    font-weight: bold;
    height: 45px;
    background-color: #212121;
    padding-left: 4px;
}

.ligneTable {
    padding-left: 4px;
    height: 40px;
}

.titre {
    position: absolute;
    top: -23px;
    left: 15px;
    font-weight: bold;
    font-size: 18px;
    text-shadow: 4px 3px 0px #4d4d4d, 9px 8px 0px rgba(0,0,0,0.15);
}

button {
    width: 100%;
    height: 38px;
    border: none;
    color: #FFFFFF;
    background-color: #8fc42f;
    font-weight: bold;
    cursor: pointer;
    outline: none !important;
}

button:disabled {
    background-color: #888888;
    cursor: not-allowed;
    opacity: 0.7;
}

button:hover {
    background-color: #212121;
}

button:active {
    background-color: #727272;
}

input {
    width: 300px;
    font-size: 16px;
    height: 40px;
    padding: 3px;
    margin-bottom: 2px;
    border-radius: 3px;
    border: 1px solid #C9C9C9;
}

.inputfile {
    border: none;
    margin-top: 16px;
}

h6 {
    font-size: 14px;
    margin: 0px;
    margin-top : 12px;
    margin-bottom : 12px;
}

.imagesButton {
    width: 28px;
    height: 28px;
    margin: 4px;
}

.zoom {
    transition: transform .1s; /* Animation */
}
.zoom:hover {
    transform: scale(1.2);
    cursor: pointer;
}

#console {
    display: none;
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 500px;
    height: 400px;
    border: 2px solid #d1d1d1;
    background: rgba(0,0,0,0.7);
    color: #FFFFFF;
    padding: 6px;
    
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

#listConsole {
    max-height: 100%;
    overflow-y: auto;
}

#iframeClient {
    display: none;
    position: absolute;
    top: calc(50% - 400px);
    right: calc(50% - 600px);
    width: 1200px;
    height: 800px;
    border: 2px solid #d1d1d1;
    background: rgba(0,0,0,0.7);
    color: #FFFFFF;
    padding: 6px;
    
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

#showIframeClient {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: none;
}

.closeButton {
    position: absolute;
    top: -30px;
    right: -2px;
    height: 25px;
    width: 25px;
    opacity: 0.7;
    /*border: 2px solid #d1d1d1;*/
    /* background-color: #000000; */
    /* margin: 3px;*/
}

#sendTextConsole {
    outline: none;
    background: none;
    border: none;
    color: #FFFFFF;
    width: 100%;
}

#reponseConsole {
    width: 100%;
    color: #FFFFFF;
}

a, a:visited {
    color: #a0cbe9;
}

a:hover {
    color: #d1dae0;
}

.logoClient {
    width: 150px;
    max-height: 50px;
}

.grayscale {
    filter: grayscale(1);
    opacity: 0.6;
    cursor: not-allowed;
}

.ligneA {
    background-color: #474747;
}

.ligneB {
    background-color: #383838;
}


.ligneA:hover, .ligneB:hover {
    background-color: #7c7c7c;
}

.showed {
    background-color: #f16933;
    color: #212121;
}


::-webkit-scrollbar-track
{
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
	border-radius: 10px;
	background-color: #383838;
}

::-webkit-scrollbar
{
	width: 8px;
	background-color: #383838;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}

