/* main window */
.sct_main {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    /*border:1px solid #ddd;*/
    /*border-radius:2px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    overflow: hidden;
}

.sct_main_header {
    display: inline-block;
    width: 100%;
    padding: 0 0 10px 0;
    /*border:1px solid #ababab;*/
    /*border-radius:3px;*/
    /*border-bottom:1px solid #ddd;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sct_main_header_action_left {
    display: inline-block;
    float: left;
    width: auto;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 300;
    color: #5d8c5d;
    cursor: pointer;
}

.sct_main_header_action_left:hover {
    color: #E47129;
}

.sct_main_header_action_left_active {
    color: #E47129;
}

.sct_main_header_action_right {
    float: right;
    display: inline-block;
    width: auto;
    /*margin-right:10px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    color: #727272;
    cursor: pointer;
    margin-top: 3px;
}

.sct_main_header_action_right:hover {
    color: #E47129;
}

.sct_main_header_action_right_active {
    color: #E47129;
}

.sct_main_header_no_action_right {
    float: right;
    display: inline-block;
    width: auto;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    color: #727272;
    margin-top: 3px;
}

.sct_main_header_errors_cnt {
    display: none;
    position: absolute;
    width: auto;
    margin-top: 2px;
    margin-left: 5px;
}

.sct_main_body {
    display: inline-block;
    width: 100%;
    /*padding: 5px 7px 3px 7px;*/
    padding: 5px 0 0 0;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sct_main_footer {
    display: inline-block;
    width: 100%;
    padding: 7px 9px 6px 9px;
    /*border-top:1px solid #ddd;*/
    border: 1px solid #ababab;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sct_main_footer_td {
    font-size: 13px;
    color: #727272;
}

.sct_main_errors {
    display: inline-block;
    position: inherit;
    font-size: 13px;
    width: 280px;
    padding: 5px 10px;
    border-radius: 2px;
    color: #333333;
    border: 1px solid #E50038;
    background: none repeat scroll 0% 0% #FF86A3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.sct_slow_show {
    opacity: 0;
    transition-property: opacity;
    transition-duration: .2s;
}

.sct_add_cnt_prepend {
    opacity: 0.3;
}

.sct_body_wait {
    width: 100%;
    background: url('load.gif') center no-repeat;
    background-size: 22px;
    height: 240px;
}

/*  Users */
.sct_comment_user {
}

.sct_comment_user_img {
    border: none;
    width: 32px;
    max-height: 64px;
    border-radius: 2px;
}


