﻿/*
// Copyright (c) 2015, Planet Innovation
// 436 Elgar Road, Box Hill VIC 3128 Australia
// Phone: +61 3 9945 7510
//
// The copyright to the computer program(s) herein is the property of
// Planet Innovation, Australia.
// The program(s) may be used and/or copied only with the written permission
// of Planet Innovation or in accordance with the terms and conditions
// stipulated in the agreement/contract under which the program(s) have been
// supplied.
//
*/

@charset "utf-8";
.Well_Controls
{
    position : absolute;
    width: 100px;
    right: 14px;
    top: 12px;
}

.Multi_Select
{
    position : absolute;
    width : 56px;
    top : 0px;
    left : 0px;
}
.Fate_Select
{
    position : absolute;
    right : 0px;
}
.Fate_Select .Control_List ul li
{
    margin-bottom: 12px;
    position: relative;
}
.Control_List ul
{
    list-style-type: none;
    list-style-position: inside;
}
.Control_List ul li
{
    display: block;
}
.Control_List img
{
    width : 44px;
    height : 44px;
}
.Control_List ul li .outer img
{
    width : 34px;
    height : 34px;
    margin : 0px;
}
.Control_List ul li .inner img
{
    width : 40px;
    height : 40px;
    margin : 0px;
    padding : 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.thumb_transfer
{
    border: 5px solid #73c82d;
}
.thumb_discard
{
    border: 5px solid #ec1d27;
}
.thumb_freeze
{
    border: 5px solid #479ada;
}
.thumb_empty
{
    border: 5px solid #2f5488;
}
.thumb_transfer:hover
{
    border: 5px solid #73c82d;
    border-width: 7px;
}
.thumb_discard:hover
{
    border: 5px solid #ec1d27;
    border-width: 7px;
}
.thumb_freeze:hover
{
    border: 5px solid #479ada;
    border-width: 7px;
}
.thumb_empty:hover
{
    border: 5px solid #2f5488;
    border-width: 7px;
}
.none_class {
    border: 1px solid #2f5488;
    border-radius: 50%;
}
.none_well {
    border: 2px solid #2f5488;
    background-color: #ffffff;
    border-radius: 50%;
}
.review_list
{
    position: relative;
    top: 0px;
}
#multiselect
{
    opacity: 1.0;
}
.review_open #multiselect
{
    opacity: 0.5;
    cursor: not-allowed;
}