/*
Ltdle Computing Company Property.
All right and usage are under Ltdle Computing Company.
*/

#page {
    /*display: none;*/
/*    position: fixed;
    left: 26%;
    right: 0px;
    top: 0px;
    bottom: 0px;*/
    display: table-cell;
    width: 75%;
    background-color: white;
    background-image: url(../img/logo.jpg);
    background-position: 95% 95%;
    background-size: 300px;
    background-repeat: no-repeat;
    font-family: "Arial";
    color: #767475;
    overflow: auto;
}
#page_in {
    margin-left: 25px;
}

#pg_title {
    padding-bottom: 2px;
    text-align: center;
    border-bottom: solid 1px #767475;
    width: 250px;
    color: #87a245;
    font: normal 15pt "Arial";
    margin: 10px auto 25px;
}

#pg_subtitle {
    font: normal 12pt "Arial";
    color: #767475;
    text-align: center;
    margin: 5px 0px 25px;
}
#pg_creation, #pg_modification, #pg_author {
    width: 75%;
    margin: 0 auto;
    font-size: 10pt;
    font-style: italic;
    text-align: right;
}
#pg_modification, #pg_author {
    margin-bottom: 25px;
}

#pg_new_drawing {
    position: relative;
    width: 142px;
    height: 250px;
    background-color: #fff;
    background-image: url(../img/new_drawing.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
#pg_new_drawing:hover {
    background-color: #d5ff6d;
}

.pg_drawing {
    list-style: none;
    float: left;
    position: relative;
    width: 300px;
    background-color: #fff;
    padding: 2px;
    border: solid 1px transparent;
}
.pg_drawing_i{
    background-size: 142px;
    background-repeat: no-repeat;
    width: 142px;
    height: 250px;
    float: left;
    cursor: pointer;
}
.pg_drawing_i:hover {
    border-color: #d5ff6d;
}
.pg_drawing textarea {
    width: 150px;
    height: 240px;
    font: normal 11pt "Arial";
    resize: none;
}

.pg_d_remove {
    position: relative;
    margin: 3px auto;
    min-width: 20%;
    text-align: center;
    border: solid 1px #500;
    font-size: 10pt;
    color: #500;
    cursor: pointer;
}

.pg_d_save_img {
    position: relative;
    margin: 3px auto;
    min-width: 20%;
    text-align: center;
    border: solid 1px #050;
    font-size: 10pt;
    color: #050;
    cursor: pointer;
}

/**/

.play_details {
    display: table-row;
    width: 80%;
    margin: 0 auto;
}
.play_details div {
    display: table-cell;
    vertical-align: middle;
}
.play_details div:first-child {
    text-align: right;
    width: 35%;
    padding-right: 25px;
}
.play_details input, .play_details textarea {
    width: 350px;
    font: normal 11pt "Arial";
    resize: none;
}
.play_details input[type="time"] {width: 70px;}
.play_details input[type="date"] {width: 130px;}
.play_button {margin: 10px auto;}
.play_details textarea {
    height: 100px;
}
.play_details div.textarea_public {
    border: solid 1px #747675;
    width: 350px;
    text-align: left;
    padding: 3px;
    min-height: 20px;
    position: relative;
}
.play_details input[type="checkbox"] {
    width: auto;
}

#play_public_s {
    vertical-align: middle;
    font-style: italic;
    margin-left: 5px;
    padding-bottom: 5px;
    font-size: 9pt;
}

#play_save {
    position: relative;
    width: 75%;
    margin: 15px auto;
    text-align: center;
}
#play_save input {
    padding: 5px 15px;
    font: normal 11pt "Arial";
}

/* UL */
.bwol-ul {
    position: relative;
    margin: 0px;
    padding: 0px;
}

/* LI */
.bwol-li {
    position: relative;
    float: left;
    list-style: none;
}
.bwol-li:hover {
    border-color: #00BB00;
    cursor: default;
}

/* MOVE */
.bwol-lim {
    position: absolute;
    background: url('../img/crossmove.png') no-repeat center;
    opacity: 0.8;
    width: 24px;
    height: 24px;
}
.bwol-lim:hover {
    opacity: 1;
    cursor: move;
}

.bwol-slimt {
    float: left;
    list-style: none;
    border-color: #d5ff6d;
    background: #87a245;
    padding: 0;
}
