*{margin:0;padding:0;}
body{overflow:hidden;font:11px "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;}
form{margin-left:8px;padding:16px 16px 40px 16px;font-weight:normal;-moz-border-radius:11px;-khtml-border-radius:11px;-webkit-border-radius:11px;border-radius:11px;background:#fff;border:1px solid #e5e5e5;-moz-box-shadow:rgba(200,200,200,1) 0 4px 18px;-webkit-box-shadow:rgba(200,200,200,1) 0 4px 18px;-khtml-box-shadow:rgba(200,200,200,1) 0 4px 18px;box-shadow:rgba(200,200,200,1) 0 4px 18px;}
.button-primary{font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;padding:3px 10px;border:none;font-size:12px;border-width:1px;border-style:solid;-moz-border-radius:11px;-khtml-border-radius:11px;-webkit-border-radius:11px;border-radius:11px;cursor:pointer;text-decoration:none;margin-top:-3px;}
.button-primary:hover {
    background-color: #DDDDDD;
}
#login form p{margin-bottom:0;}label{color:#555555;font-size:13px;}
form .submit,.alignright{float:right;}
form p{margin-bottom:24px;}
body form .input{font-size:16px;width:97%;padding:3px;margin-top:2px;margin-right:6px;margin-bottom:16px;border:1px solid #e5e5e5;background:#fbfbfb;}
input{color:#555;}.clear{clear:both;}
#login {
    margin: 5em auto;
    width: 400px;
}
#loginform {
    background-color: #F3F3F4;
}
#menuHarry {
    position:relative;
    width: 300px;
    font-size:18px;
    float: left;
    border-right: 3px solid #1088AB;
    background-color: #f3f3f4;
    padding: 0 20px;
    height: 100%;
    margin-bottom: -5000px;
    padding-bottom: 5000px;

}
.menu_profil {
    width: 100%;
    float: left;
    text-align: left;
    font-weight: bold;
    color:#005376;
    cursor: pointer;
}
.menu_profil:hover {
    color:grey;
}
.menu_numero {
    text-align: left;
    padding-left:20px;
    font-weight: bold;
    color:#13A3CD;
    cursor: pointer;
}
.menu_numero:hover {
    color: lightgrey;
}
.selectedNumero {
    background-color: #00C5FF;
    color: white;
}
.selectedCollection{
    background-color: #005376;
    color: white;
}
.menu_document {
    text-align: left;
    padding-left:40px;
    font-weight: bold;
    color:#1088AB;
}
.follow {
    text-decoration: none;
    color:#1088AB;
}
.follow:hover {
    text-decoration: none;
    color:darkblue;
}

.clearfix:before,
.clearfix:after {
  content:"";
  display:table;
}
.clearfix:after {
  clear:both;
}
.clearfix {
  zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

.body-home {
    text-align:center;
    background-color:#CFD8DC;
    height:100%;
}

#contentHome {
    height:100%;
    overflow-y:auto;
    position: absolute;
    right: 0;
    top: 0;
}

#uploadPanel{
    display: none;
    height: 100%;
    width: 250px;
    position: relative;
    float: right;
    background-color: #f3f3f4;
    border-left: 3px solid #1088AB;
    overflow-y: auto;
}

/* UPLOAD PROGRESS BAR */
.fileUploadInfo{
    padding: 8px;
    border-bottom: 1px solid lightgrey;
}
.fileUploadInfo h3{
    color: #005376;
    text-align: left;
}
.bar {
    background-color: lightgrey;
    width: 100%;
    height: 20px;
    padding: 1px;
    border-radius: 10px;
    margin-top: 5px;
}

.progress {
    width: 0;
    height: 20px;
    background-color: lightskyblue;
    border-radius: 10px;
}
.progressText{
    line-height: 20px;
}
/* UPLOAD PROGRESS BAR END */

#uploadNewDoc{
    float: left;
    padding: 15px;
}
#uploadNewDocInputDisplay{
    position: relative;
    background-color: lightblue;
    min-height: 230px;
    min-width: 180px;
    border: 1px dotted #137295;
    cursor: pointer;
}
#uploadNewDocInputDisplay:hover{
    background-color: lightskyblue;
}
.uploadDocumentIcon{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: URL('playerCommon/css/upload_color.png') no-repeat center;
    background-size: 90px;
    width: 110px;
    height: 110px;
    cursor: pointer;
}

#rulesEdition{
    float: left;
    padding: 15px;
}
#rulesEditionButton{
    position: relative;
    background-color: lightblue;
    min-height: 230px;
    min-width: 180px;
height: 347px;
width: 259px;
    border: 1px dotted #137295;
    cursor: pointer;
}
#rulesEditionButton:hover{
    background-color: lightskyblue;
}
.rulesEditionIcon{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: URL('playerCommon/css/editRules_color.png') no-repeat center;
    background-size: 90px;
    width: 110px;
    height: 110px;
    cursor: pointer;
}

.processingDocumentIcon{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: URL('playerCommon/css/wait.gif') no-repeat center;
    background-size: 40px;
    width: 40px;
    height: 40px;
}
.documentPreview {
    float: left;
    padding: 15px;
}
.actionContainer{
    position: relative;
}
.documentPreviewHover{
    display:none;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin: 0 auto;
    cursor: pointer;
}
.actionButton{
    width: 55px;
    height: 55px;
    float: left;
    margin: 3px;
    border: 1px solid #005376;
    border-radius: 10px;
    box-sizing: border-box;
}
.actionButton:hover{
    box-shadow: 3px 3px 3px #555555;
}
.playButton{
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: URL('playerCommon/css/play_color.png') no-repeat center white;
    background-size: 90px;
    width: 110px;
    height: 110px;
    border: 1px solid #005376;
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
}
.playButton:hover{
    background-image: URL('playerCommon/css/play.png');
    box-shadow: 5px 5px 5px #555555;
}
.processDocumentButton{
    background: URL('playerCommon/css/gear_color.png') no-repeat center white;
    background-size: 45px;
}
.processDocumentButton:hover{
    background-image: URL('playerCommon/css/gear.png');
}
.calibrageButton{
    background: URL('playerCommon/css/calibrage_color.png') no-repeat center white;
    background-size: 45px;
}
.calibrageButton:hover{
    background-image: URL('playerCommon/css/calibrage.png');
}
.deleteButton{
    background: URL('playerCommon/css/trash_color.png') no-repeat center white;
    background-size: 45px;
}
.deleteButton:hover{
    background-image: URL('playerCommon/css/trash.png');
}


#logoutButton{
    position:absolute;
    top:120px;
    right:15px;
}
#logoutButton input{
    color: #137295;;
}
#logoutButton input:hover{
    color: white;
}

#newCollection{
    height: 60px;
    width: 340px;
    border-top: 2px solid #1088AB;
    background-color: #FBFBFB;
    position: absolute;
    left: 0;
    cursor: pointer;
}
#newCollection:hover{
    background-color: lightgrey;
}
#newCollection h4{
    line-height: 60px;
    float: left;
}
#newCollection img{
    width: 30px;
    float: left;
    margin: 15px;
}
#menuHarryDocContainer{
    overflow-y: auto;
}
.collectionContainer{
    border-bottom: 1px solid lightgrey;
    padding: 10px 0;
}
.newNumero{
    float: right;
    cursor: pointer;
    padding: 2px 5px;
    border: 1px solid #137295;
    border-radius: 11px;
    margin-top: 3px;
}
.newNumero:hover{
    background-color: #137295;
    color: white;
}
.newNumero img{
    float: right;
    height: 16px;
    margin-right: 5px;
}
.newNumero p{
    float: right;
    text-align: right;
    font-size: 12px;
    line-height: 16px;
}
.profilContainer {
    padding: 2px;
}

.documentNameDisplay{
    line-height: 23px;
    color:#005376;
    cursor: pointer;
}
.documentNameDisplay:hover{
    color: #13A3CD;
}


/* RULES EDITION LIST */
#labelRulesParametersContainer{
    padding: 8px 10px;
}
.labelRulesParameters{
    float: left;
    text-align: center;
    border-right: 1px solid #363636;
    color: #363636;
    font-size: 12px;
    font-weight: bold;
    padding: 0 5px;
    text-decoration: underline;
}
.lastLabelRulesParameters{
    border-right: none;
    width: 18%;
    padding: 0;
}
#rulesListEdition{
    text-align: left;
    padding: 20px;
    width: 90%;
    list-style: none;
    margin: 0 auto;
}
.ruleContainer{
    padding: 3px 10px;
    border: 1px solid darkgrey;
    background-color: white;
    border-radius: 8px;
    margin-bottom: 2px;
    cursor: move;
    color: #363636;
}
.ruleContainer p{
    color: #363636;
    height: 20px;
    float: left;
    font-size: 14px;
    font-weight: bold;
    border-right: 1px solid darkgrey;
    padding: 0 5px;
    overflow: hidden;
}
.ruleContainer p.ruleSupParam{
    border-right: none;
}
.ruleContainer p span{
    font-weight: normal;
}
.ruleContainer input{
    float: left;
    line-height: 14px;
    margin-top: 3px;
    margin-right: 2px;
}
.ruleContainer:hover{
    background-color: lightskyblue;
}
.supprRuleButton{
    float: right;
    width: 20px;
    height: 20px;
    background: URL('playerCommon/css/delete_color.png') no-repeat;
    background-size: contain;
    cursor: pointer;
}
.supprRuleButton:hover{
    background-image: URL('playerCommon/css/delete.png');
}
.editRuleButton{
    float: right;
    width: 20px;
    height: 20px;
    background: URL('playerCommon/css/edit_color.png') no-repeat;
    background-size: contain;
    cursor: pointer;
    margin-right: 5px;
}
.editRuleButton:hover{
    background-image: URL('playerCommon/css/edit.png');
}
.RulesButton{
    float: right;
    margin-top: 15px;
    padding: 10px;
    background-color: lightskyblue;
    border: 1px solid #363636;
    cursor: pointer;
    border-radius: 5px;
    font-size: 12px;
    margin-bottom: 20px;
    margin-left: 10px;
}
.RulesButton:hover{
    background-color: #005376;
    color: white;
}


.tagParam{
    width: 12%;
}
.paraStyleParam{
    width: 17%;
}
.charStyleParam{
    width: 17%;
}
.fontNameParam{
    width: 12%;
}
.fontStyleParam{
    width: 10%;
}
.fontSizeParam{
    width: 8%;
}
.othersParam{
    width: 12%;
}
/* RULES EDITION LIST END */




/* TOP BANNERS */
#topBannerNumero, #topBannerCollection{
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #1088AB;
    background-color: whitesmoke;
    padding: 0 10px;
}
.topBannerActionBtn{
    float: left;
    height: 30px;
    margin: 5px 10px;
    line-height: 30px;
    padding: 0 30px 0 12px;
    border: 1px solid #13A3CD;
    color: #474749;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    background-position: right;
    background-size: 22px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-color: aliceblue;
}
.topBannerActionBtn:hover{
    background-color: #ADD8E6;
}
.topBannerDeleteBtn{
    background-image: url(playerCommon/css/trash_color.png);
}
.topBannerProcessAllBtn{
    background-image: url(playerCommon/css/gear_color.png);
}

.topBannerUploadInfoBtn{
    background-image: url(playerCommon/css/upload_color.png);
}