/* 
    Document   : villa
    Created on : 13 févr. 2015,
    Author     : A Ferrand
    Description:
        Style de la version Villa.
*/
.rpcMethods {text-align: left}
/* ==== Page d'index ==== */

.devInfo {
    max-width: 613px;
    overflow: scroll;
}
.index {
    min-height:800px;
    min-width:920px;
    text-align: center;
    border: none;
}
.index > .header {
    padding-top: 10px;
    display: block;
    height:40px;
    background-color: #222222;
    color: #EDEDED;
}
.index > .header ul.menu {
}
.index > .header .title {
    display: inline-block;
    padding-left: 100px;
    font-size: 20pt;
}
.index > .body {
    display: inline-block;
    width: 85%;
    min-height: 644px;
    position: relative;
    border: none;
    background-image:url('../../images/villa/bgIndex.png');
    background-repeat:no-repeat;
    background-position:left bottom;
}
.index > .footer {
    position:absolute;
    display: block;
    bottom:0px;
    border-top: 2px solid #D63123;
    height:125px;
    padding:10px;
    width:100%;
    text-align: left;
    background-color: #222222;
    color:#EDEDED;
}
.index > .footer .society {
    display: inline-block;
    width:auto;
    border:none;
    position:absolute;
    left:50px;
}
.index > .footer .society .logo {
    position:absolute;
    top: -80px;
    left:0px;
}


/* ==== page application interne ==== */

#contentfull {
    min-height:600px;
    min-width:920px;
    text-align: left;
    border: none;
    width:90%;
}
#contentfull > div.row {
    background:#FFFFFF;
    padding: 10px 4px 30px 4px;
    margin-right: 0px;
    margin-left: 0px;
    box-shadow      : 0 2px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

legend {
    border-color: -moz-use-text-color -moz-use-text-color #BDBDBD;
    color:#3D3D3D;
}

div.row fieldset > p {
    padding-left: 20px;
    padding-right: 20px;
}

.ui-button {
    background-color: #EDEDED;
    color: #3D3D3D;
}
.ui-button:focus, .ui-button:hover {
    background-color: #F7F7F7;
    color: #222222;
}


/* ==== Formulaires ==== */

fieldset span.form {
    display: inline-block;
    margin : 0px;
    width  : auto;
}

.formValue {
    padding     : 4px;
    margin      : 0px;
    color       : #202020;
    font-weight : bold;
}

.validateForm {
    text-align: right;
    padding : 4px;
}
.validateForm button {
    min-width:  100px;
    min-height: 30px;
    margin-right: 20px;
}

/* ==== Menu de la page ==== */
.img-whiteLogo {
    margin: 4px 20px 0px 10px;
    height:48px;
}

/* ==== ICONES ==== */

.icon-acces:before,
.icon-alert:before,
.icon-callmodule:before,
.icon-callsLog:before,
.icon-espion:before,
.icon-events:before,
.icon-messages:before,
.icon-params:before,
.icon-smartphone:before,
.icon-user:before {
    color:#D63123;
    letter-spacing:-1em;
}

.icon-acces:after, 
.icon-alert:after,
.icon-callmodule:after,
.icon-callsLog:after,
.icon-espion:after,
.icon-events:after,
.icon-messages:after,
.icon-params:after, 
.icon-smartphone:after, 
.icon-user:after {
    color:#000000;
}

/* ==== Acceuil ==== */
.btn-big {
    height: 136px;
    width : 210px;
    white-space: normal;
    overflow: hidden;
    margin: 10px 10px 22px 0px;
    border-radius: 8px;
    position: relative;
}
.btn-big > h4 {
    margin-top:0px;
}

/* Tooltip des boutons de la page d'accueil */
.ui-tooltip, .arrowAccueil:after {
    background: black;
}
.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
}
.arrowAccueil {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.arrowAccueil.top {
    top: -16px;
    bottom: auto;
}
.arrowAccueil.left {
    left: 20%;
}
.arrowAccueil:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrowAccueil.top:after {
    bottom: -20px;
    top: auto;
}

/* ==== tableau : liste d'appels ==== */
.blockCallBtn {
    display:block;
    min-height: 100px;
    margin-top: 30px;
}
.tablist {
    margin-bottom: 20px;
}
.tablist-tabtitle {
    display:inline-block;
    padding: 8px 28px 8px 8px;
    font-size: 17px;
    color: #3D3D3D;
}
table.tablist thead tr td {
    height: 40px;
}
table.tablist tbody tr td {
    height: 60px;
    font-size: 12pt;
}
.tablist td {
    min-width: 80px;
}
.tablist td.action {
    white-space: nowrap;
}

table.tablist .devType > img {
    height:24px;
}

table.tablist img.devTypeIcon {
    height:24px;
    float: left;
    margin-right: 5px;
}

table.tablist .devPhone{
    white-space: nowrap;
}
table.tablist .devPhone > label {
    width: 130px;
    text-align: left;
    vertical-align: top;
    margin:0px;
}

.center {
    text-align: center;
}

/* liste du matériel */
a.materiel-infos  {
    display: inline-block;
    vertical-align: middle;
}
ul.materiel-infos {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    background: inherit;
    color: inherit;
    font-size: 11pt;
    min-height:34px;
}
ul.materiel-infos > li > label {
    text-align: left;
    width: 117px;
    padding:0px;
    margin: 0px;
    cursor: pointer;
    vertical-align: top;
}
ul.materiel-infos > li > span {
    display:inline-block;
    text-align: left;
    width: 150px;
    padding:0px;
    margin: 0px;
    vertical-align: top;
}
span.materiel-infos {
    display: inline-block;
    max-width:285px;
    overflow: hidden;
}

.select2-highlighted .select2-result-label,
li.select2-highlighted ul.materiel-infos {
    background: none repeat scroll 0 0 #BDBDBD;
}
.select2-results .select2-result-label {
    text-align: left;
}
.select2-result-title {
    width:100%;
    min-height:30px;
    display: inline-block;
}
.select2-container .select2-choice {
    min-height:32px;
}
.select2-container {
    font-size: 12pt;
}

/* boite de dialogue: ajout d'un périph */
#callsListAdd-dialog {
    width: 680px;
    min-height: 380px;
}

.callsListAdd-txt {
    padding-top: 10px;
    margin-bottom: -6px;
    margin-left: 200px;
}
.callsListAdd-help {
    padding-top: 10px;
}

/* status de connexion */
div.cnxStatus{
    display: inline-block;
    margin: 2px;
}

.ui-dialog div.ui-dialog-content.wizard-dialog {
    background:#ebebeb none repeat scroll 0 0;
}

.editable {
    cursor: pointer;
}