@CHARSET "ISO-8859-1";

/* the actions container  */
.action_container {
    width: 510px;
    height: auto;
    min-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    /*margin: 10px auto;*/
    background-color: #fff;
    /*border: #d3d6db 1px solid;
     -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;*/
}

.existing_action_container {
    width: 100%;
    height: auto;
    min-height: 35px;
    padding: 5px 0;
    overflow: auto;
}
.existing_action_container img {
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ccc;
}
.the-action {
    width: auto;
    height: auto;
    min-height: 35px;
    background-color: #fff;
}
.the-action h5 {
    display: inline;
    float: left;
    font-family: tahoma;
    font-size: 13px;
    color: #3b5998;
    margin: 0 15px 0 0;
}
.the-action .action-date {
    display: inline;
    float: left;
    font-size: 12px;
    line-height: 18px;
    color: #ccc;
}
.the-action p {
    width: auto;
    margin: 5px 5px 5px 45px;
    color: #4e5665;
}
.new-action-button {
    width: 92%;
    height: 30px;
    border: #d3d7dc 1px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f9f9f9;
    color: #adb2bb;
    cursor: text;
}
.new-action-button span {
    display: inline;
    font-size: 13px;
    margin-left: 10px;
    line-height: 30px;
}

.new_action_text, .edit_action_text, .edit_action_taken_text {/* textarea */
    width: 98%;
    height: auto;
    min-height: 70px;
    padding: 5px;
    margin-bottom: 8px;
    border: #d3d7dc 1px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f9f9f9;
    color: #333;
    overflow: visible;
    /*resize: none;*/
}

.new_action_container input[type="text"] {
    width: 235px;
    margin: 0;
    height: 30px;
    padding: 5px;
    border: #d3d7dc 1px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f9f9f9;
    color: #333;
    margin-bottom: 5px;
}
.action_container textarea:focus, .new_action_container input[type="text"]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.4);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.4);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.4);
}
.button-add-action {
    display: inline;
    float: left;
    line-height: 160%;
    padding: 8px 10px;
    margin-right: 10px;
    background-color: #3498db;
    color: #fff;
    cursor: pointer;
    opacity: 0.6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.button-cancel-action {
    display: inline;
    float: left;
    line-height: 160%;
    padding: 8px 10px;
    border: #d9d9d9 1px solid;
    background-color: #fff;
    color: #404040;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*.new_action_container{ width: 100%; height: auto; min-height: 110px; }*/

.new_action_container {
    width: 100%;
    height: auto;
    display: none;
    padding-top: 10px;
    margin-bottom: 10px;
    border-top: #d9d9d9 1px dotted;
    min-height: 110px;
}

/* Css Shadow Effect for the prod-box and prod-box-list div */
.shadow {
    -webkit-box-shadow: 0px 0px 18px rgba(50, 50, 50, 0.31);
    -moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.31);
    box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.31);
}

.existing_action_text {
    text-align: left;
    position: relative;
    z-index: 100;
    margin-bottom: 16px;
}

.new_action_bottom_line_container {
    height: 40px;
}

.action_last_edited_by {
    font-style: italic;
}

.action_data_container {
    margin-left: 45px;
    /*margin-top:-15px;*/
    margin-bottom: 20px;
}

.action_bottom_line_container {
    position:relative;
}

.action_closed_checkmark {
    z-index: 99;
    position: absolute;
    top: -13px;
    left: 115px;
}

.action_closed_checkmark img {
    width: 35px;
    height: 35px;
    float: none;
    margin-right: 0px;
    -webkit-border-radius: 0px;
    background-color: transparent;
}

.heading_element {
    font-weight:bold;
}
