/******************************************************************************/
/**
* styles for dispoBiens application
*
* @version $Id: main.css,v 1.12 2009-08-02 16:47:53 assf2002 Exp $
* @package App-dispoBiens
*/
/******************************************************************************/

dl {
    width:100%;
    overflow:hidden;
}

dl > * {
    margin: 5px 0 5px 0;
}

dt {
    float:left;
    width:25%;
    font-weight: bold;
}
dd {
    float:right;
    width:75%;
}

code {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 1em;
}

fieldset {
    padding: 5px;
}

#photoList {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#photoList li {
    display: inline-block;
    border: 1px #e0e0e0 solid;
    margin: 2px;
    padding: 2px;
}

#bidList {
    width: 100%;
    margin: 0;
}

#bidList th, #bidList td {

border: 1px #e0e0e0 solid;
}

#test {
    background-color:#FFFF00;
    border:3px solid #FF8080;
    font-size:1em;
    font-weight: bold;
   /* padding-left:35px;*/
   padding: 10px;
    text-align:center;
    width:560px;
}

/* display item */

.dispoItem {
    margin: 0px 0px 15px 8px;
    border: 1px solid #565656;
    color: #565656;
    float: left;
}

.dispoItemHeader {
    width: 720px;
    background-color: #E0E0E0;
    min-height: 50px;
    float: left;
}

.dispoItemTitle {
    float: left;
    font-size: 1.3em;
    padding: 15px 0 15px 10px;
    font-weight: bold;
    max-width: 280px;
    background-color: #E0E0E0;
}

.dispoItemExtra{
    position: relative;
    display: table;
    float: right;
}

.dispoItemTimeLeft {
    padding-top: 5px;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    margin-right: 5px;
    display: table-row;
}

.dispoItemTimeLeft span {
    display: table-cell;
}

.dispoItemTimeLeft .label {
    text-align: right;
}

.dispoItemTimeLeft .val {
    color: #D75D0C;
}

.dispoItemTimeLeft .valimg {
    text-align: right;
}

.dispoItemTimeLeft img {
    margin: 5px;
    cursor: pointer;
    display: table-row;
}

.dispoItemContent {
    background-color: #BAD09E;
}

.dispoItemContent p {
    padding: 10px;
    font-size: 1.1em;
    margin: 0px;
}

.dispoItemContentDetails {
    width: 520px;
    background-color: #FFFFFF;
    float : left;
}

.dispoItemImage {
    padding: 10px;
    width: 180px;
    float: right;
}

.dispoItemImage img {
    width: 180px;
}

.adminItemList .dispoItemImage {
    background-color: #e0e0e0;
}

.dispoItemConfirmBtn {
    margin: 20px 0px 20px 130px;
}

.dispoItemQte {
    font-weight: bolder;
    font-size: 1.1em;
    margin: 10px 0 10px 10px;
}

.dispoItemOtherBid {
    font-size: 1.1em;
    margin: 10px 0 10px 10px;
    display:none;
}

.dispoItemOtherBid input {
    width: 50px;
    margin-left: 20px;
}

.dispoItemBid {
    font-weight: bolder;
    font-size: 1.1em;
    margin: 10px 0 10px 10px;
}

.btnPlus, .btnMinus {
    display: inline-block;
    width: 16px;
    height: 16px;
}

.btnPlus:hover, .btnMinus:hover {
    cursor: pointer;
}

.btnPlus {
    background: url(../images/plus.png) no-repeat center bottom;
}

.btnMinus {
    background: url(../images/minus.png) no-repeat center bottom;
}
/* user tables */

.usersList, .itemsList {
    margin-bottom: 10px;
}

.usersList li {
    margin: 5px;
}

.itemsList a, #dispoList a {
    text-decoration: none;
}

.itemsList a:hover, #dispoList a:hover {
    text-decoration: underline;
}

.selectedUser .userTitle, .selectedItem .itemTitle {
    background-color: #BFD77F;
}

.selectedUser .userTitle img:hover,
.itemActions img:hover,
.app_userTableAction img:hover,
.stilib_fileUpload_fileHandle img:hover {
    cursor: pointer;
}

.userDetails {
    color: #565656;
    margin: 0px 0px 10px 20px;
}

/*item*/
.itemDetails {
    color: #565656;
    margin: 0px 0px 10px 20px;
    background-color: #BAD09E;
}

.itemDesc {
    width: 514px;
    display: table-cell;
    padding: 10px;
	margin-bottom: 5px;
    vertical-align: top;
}

.itemActions strong {
    float: left;
}

.itemActions img {
    display: inline-block;
    margin: 1px;
    border: 1px solid #aaa;
    padding: 5px;
}

.unWin {
    float: left;
    font-size: 1.15em;
    border-radius: 8px;
    border: 1px solid #cec;
    color: #000;
}

.unWin > * {
    margin: 2px;
    float: left;
}

.itemActions img:hover, .bidQty:hover {
    border-color: #000;
}

.itemImage {
    text-align: right;
}

.itemImage img {
    width: 180px;
}

.itemTitle {
    width: 16px;
    vertical-align: top;
}

.app_userTable {
    width: 100%;
    border-collapse: collapse;
    margin: 5px 0 5px 0px;
}

.app_userTable tr td {
    padding: 6px 8px;
    border: 1px solid #D8D8D8;
}

.app_userTable tr th{
    border: 1px solid #D8D8D8;
}

.app_userTableAction {
    text-align: center;
}

#app_addNewUserButton {
    margin-top: 10px;
}

.app_addAdmin {
    margin: 0px 0px 10px 10px;
}

.app_addAdminBtn {
    float: right;
    margin-right: 180px;
}

.app_tableItem {
    border-collapse: collapse;
}

.app_tableItem tr td {
    padding: 5px 8px;
}

.app_tableItemRow {
    font-size: 1.2em;
    background-color: #EEEEEE;
}

.app_tableItemTitle {
    text-align: left;
    font-weight: bold;
}

.app_tableItemTimeLeft {
    text-align: right;
    color: red;
}

.app_tableItemDesc {
    font-size: 1.1em;
    background-color: #FFFFE6;
}


.app_otherBid input{
    width: 50px;
}

.app_deleteUser {
    text-align: center;
}

.app_reuseItem {
    background-color: #DCF1DC;
}

.app_addAdminLinkBottom {
    margin: 5px 0px 5px 3px;
    color: #565656;
    border-top: 1px solid #565656;
}

.app_profileForm {
    margin-left: 15px;
}

/* legend */
.complete {
    color: #00CC00;
}

.current {
    color: #000000;
}

.withBid {
    color: #FF0000;
}

.withoutBid {
   color: #FFCC00;
}

/* accordion */
.accordion_toggle {
    display: block;
    cursor: pointer;
    font-size: 0.95em;
    padding: 0.3em 0.2em;
    margin-top: 2px;
    margin-bottom: 2px;
}

.accordion_toggle div {
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    width: 97%;
    color: #000000;
    border-bottom: solid 1px #000000;
    z-index: 0;
}

.accordion_content {
    overflow: hidden;
    background-color: #FFFFFF;
    padding: 0 0.2em 0.3em;
    border-right: solid 1px #FFFFFF;
    /*width: 97%;*/
    position: relative;
    border-bottom: solid 1px #000000;
}

.accordion_toggle:hover {
    background-color: #478D71;
}

.stretcher {
    background: url(../images/accordeon.gif) bottom repeat-x;
}

#f1_upload_process{
    z-index:100;
    position:absolute;
    visibility:hidden;
    text-align:center;
    width:400px;
    margin-top:30px;
    padding:0px;
    background-color:#fff;
    border:1px solid #ccc;
}

#loginSection {
    background-color: #E0E0E0;
    padding: 0px 10px;
    border: 1px solid black;
}

ul#authLinks li {
    padding-bottom: 10px;
}

table#infoTable {
    border: 1px solid black;
    margin-left: 10px;
    border-collapse: collapse;
    width: 95%;
}

table#infoTable thead tr td {
    font-weight: bold;
    padding: 3px;
}

table#infoTable tr td {
    border: 1px solid black;
    text-align: center;
    padding: 3px;
}

p#infoP {
    margin-left: 10px;
}

.infoNb {
    font-weight: bold;
}

div.stilib_forms_questionField {
    *min-height: 40px;
}

div.bidderItem {
    margin-top: 1em;
    border: 1px dashed transparent;
}

div.bidderItem .subInfo {
    font-size: 0.8em;
}

input:invalid, .invalid {
    color: #ff0000;
}

#quantityMessage {
    font-size: 0.8em;
}

div.totalCost, .changeRole {
    padding: 5px;
    float: right;
}

.closingList {
    margin: 0;
    list-style: none;
}

input[type=number], #minbet, #quantity {
    text-align: right;
}

.deleteBid {
    float: right;
    display:none;
}

.itemsListItem, .adminItemList {
    clear: both;
    margin: 5px;
}

.deleteBid:hover {
    cursor: pointer;
    opacity: 0.6;
}

.bidderItem:hover {
    border-color: #565656;
}

.bidderItem:hover .deleteBid {
    display: block;
}

.weekMessage {
    font-size: 10px;
    clear: both;
    padding: 2px;
}

.selectorList li {
    display: inline;
}

.selectorList li a {
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
}

.current span {
    color: #aaaaaa;
}

.changeRole strong {
  margin: 0 5px 0 5px;
}

.stilib_fileUpload_container {
    clear: both;
    display: inline-block;
}

.bidQty {
    border: 1px solid #AAA;
    padding: 2px;
}

#editUser_infoLoading {
    text-align: center;
    margin: 10px;
    padding: 10px;
    border: 1px solid #E0E0E0;
}

.modal-content {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal.show {
    display: block;
}

.modal {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
    vertical-align: middle;
}

.modal-content {
    background-color: #fff;
/*    width: 75%;*/
    min-width: 300px;
    max-width: 1000px;
    max-height: 100%;
    padding: 0;
    /*margin-top: 15%;*/
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-content > * {
    background-color: #fff;
}

.isMobile .modal-content {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    top: 0;
    left: 0;
    transform: none;
}

.modal-header {
    padding: 2px 16px;
    background-color: #00a759;
    text-align: left;
}

.modal-close, .type-button {
    cursor: pointer;
}

.modal-close {
    float: right;
    color: white;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.5em;
    vertical-align: middle;    
}

.icon-cancel:before {
    content: "X";
    margin-right: 0 !important;
}

.modal-header h3 {
    font-family: Arial,Helvetica,sans-serif;
    color: white;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
    margin: .3em 0;
}

.modal-body {
    text-align: left;
    padding: 20px;
}

.modal-footer {
    color: white;
    text-align: right;
    padding: 0.25em 1.5em;
    padding-bottom: 20px;
    font-size: 14.4px;
    font-size: 0.9rem;
    line-height: 20px;
}

.modal-close, .type-button {
    cursor: pointer;
}

.modal-footer button {
    background-color: #00a759;
    border: 2px solid #00a759;
    color: white;
    margin-left: 1em;
    border-radius: 3px;
    width: auto;
    padding: 0.25em 1.5em;
}

.isMobile .modal-footer button {
    margin-left: 0;
}



