html, body{ width: 100%; height: 100%;}

.sortableTable_container{
    padding: 10px;
}
.sortableTable{
    width: 100%;
    height: 100%;
}

.sortableTable.fixed thead { display: block; }

.sortableTable.fixed tbody {
    width: 100%;
    height: 100%;
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
}


.sortableTable.fixed td,
.sortableTable.fixed th{
    width: 110px;
    padding:5px;
    border:solid 1px #eee;
}

.sortableTable td {
    padding:5px;
    border:solid 1px #eee;
}

.sortableTable tr.selected{
    background-color: #fff4db;
}

.sortableTable_container label {
    margin: 5px;
    color: #21759b;
}

.sortableTable_container input, .sortableTable_container select, .sortableTable_container button {
    border:solid 1px #ccc;
    border-radius: 5px;
    padding:7px 14px;
    margin-bottom:10px;
    margin-right: 10px;;
}

.sortableTable_container input.search{
    margin-left: 30px;
}

.sortableTable_container .Dogso button {
    margin: 0;
    padding: 3px 10px;
    background-color: #eee;
    font-size: 11px
}

.sortableTable_container input:focus, .sortableTable_container select:focus, .sortableTable_container button:focus {
    outline:none;
    border-color:#aaa;
}
.sortableTable_container .sort {
    padding:8px 30px;
    border-radius: 6px;
    border:none;
    display:inline-block;
    color:#fff;
    text-decoration: none;
    background-color: #28a8e0;
    height:30px;
}
.sortableTable_container .sort:hover {
    text-decoration: none;
    background-color:#1b8aba;
}
.sortableTable_container .sort:focus {
    outline:none;
}
.sortableTable_container .sort:after {
    display:inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content:"";
    position: relative;
    top:-10px;
    right:-5px;
}
.sortableTable_container .sort.asc:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content:"";
    position: relative;
    top:4px;
    right:-5px;
}
.sortableTable_container .sort.desc:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    content:"";
    position: relative;
    top:-4px;
    right:-5px;
}
.sortableTable_container span.left{
    float: left;
}
.sortableTable_container span.right{
    float:right;
}
.sortableTable_container span.red{
    color:#ff0000;
    font-size: 15px;;
}

.sortableTable_container span.yellow{
    color:#ff9d00;
    font-size: 15px;;
}

.sortableTable_container span.dogso{
    color:#58b607;
    font-size: 15px;
}

.sortableTable_container .marked{
    background-color: #fffcd8;
}

.sortableTable_container tr.red{
    background-color: #ffc7c7;
}
.sortableTable_container tr.yellow{
    background-color: #ffe4c4;
}
.sortableTable_container a.full{
    float: right;
    padding: 10px;
    font-size: 12px;
}

.sortableTable td.beige,
.sortableTable th.beige{
    background-color: beige;
}

.sortableTable td.aliceblue,
.sortableTable th.aliceblue{
    background-color: aliceblue;
}

.sortableTable td.play{
    background-image: url("../images/icons/clip.png");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.sortableTable td.bt_enabled{
    text-align: center;
    font-size: 14px;
    background-color: #00CC00;
    cursor: pointer;
    color: white;
}

.sortableTable td.bt_disabled{
    text-align: center;
    font-size: 14px;
    background-color: #a91b1b;
    cursor: pointer;
    color: white;
}

.sortableTable td.wait{
    opacity: 0.5;
}

.sortableTable td.pointer{
    cursor: pointer;
}

.sortableTable tr.hover:hover{
    background-color: aliceblue;
}

.sortableTable td.message{
    background-image: url("../images/icons/mail.png");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#messageTextarea{
    width: 95%;
    height: 200px;
    resize: none;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 12px!important;
}

.messageLabel{
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    color:brown;
}

#dialogVideoToolbar {
    height: 100px;
    width: 100%;
    position: relative;
}

#dialogVideoToolbar h3{
    color: brown;
}

#dialogVideoToolbar textarea {
    border: 1px solid #ccc;
    resize: none;
    height: 70px;
    width: 400px;
}

#dialogVideoToolbar #goodButton,
#dialogVideoToolbar #badButton {
    background-image: url(../images/icons/good.png);
    background-repeat: no-repeat;
    cursor: pointer;
    width: 80px;
    height: 16px;
    position: absolute;
    top: 40px;
    right: 100px;
    padding-left: 20px;
    line-height: 16px;
    color: green;
    font-size: 12px;
}

#dialogVideoToolbar #badButton {
    background-image: url("../images/icons/bad.png");
    color: red;
    top: 70px;
}

#dialogVideoToolbar #goodButton:hover,
#dialogVideoToolbar #badButton:hover{
    font-weight: bold;
}
