@charset "utf-8";

/*
 Brodos ContentCard activation default style
*/

body 
{
    background-color: #FFFFFF;
}

input.text
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	color: #000000
}

input.button
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	color: #000000
}

.ccParent { }

    /* Serial enter dialog */
    .ccSerialInput
    {
        font-family: Tahoma, Arial, sans-serif;
        font-size: 8pt;
        color: #0069B4;
        font-weight: normal;
    }
        /* Serial enter dialog: child elements */
        .ccSerialInputText   
        { 
            display: inline; 
            margin-right: 5px;
        }

        .ccSerialInputForm   
        {
            display: inline; 
        }

        .ccSerialInputButton 
        { 
            display: inline; 
        }
    
    
    /* Detail and activation (= result) dialog */
    .ccSerialResult { }
    
        /* Result dialog: child elements */
        .ccDetails
        {
            font-family: Tahoma, Arial, sans-serif;
            font-size: 8pt;
            color: #0069B4;
            font-weight: normal;
        }
            /* Details dialog: child elements */
            .ccDetailsSerialText
            {
                float: left;
                width: 120px;
                font-weight: bold;
                height: 25px;
            }

            .ccDetailsEANText
            {
                float: left;
                width: 120px;
                font-weight: bold;
                height: 25px;
            }

            .ccDetailsProductText
            {
                float: left;
                width: 120px;
                font-weight: bold;
                height: 25px;
            }

            .ccDetailsPriceText
            {
                float: left;
                width: 120px;
                font-weight: bold;
                height: 25px;
            }
            
            .ccDetailsSerialValue
            {
                margin-left: 120px;
                height: 25px;
            }
        
            .ccDetailsEANValue
            {
                margin-left: 120px;
                height: 25px;
            }
        
            .ccDetailsProductValue
            {
                margin-left: 120px;
                height: 25px;
            }
        
            .ccDetailsPriceValue
            {
                margin-left: 120px;
                height: 25px;
            }
    
    
        /* Serial confirm dialog */
        .ccConfirm
        {
            margin-top:12px;
        }
            /* Serial confirm dialog: child elements */
            .ccConfirmText
            {
                font-family: Tahoma, Arial, sans-serif;
                font-size: 8pt;
                color: #0069B4;
                font-weight: bold;
                display: inline;
            }
        
            .ccConfirmExecute
            {
                display: inline;
                margin-left: 18px;
            }
            
            .ccConfirmCancel
            {
                display: inline;
            }

        /* Serial result message dialog */
        .ccResultMessage 
        { 
            margin-top: 10px;
        }
        
            /* Serial result message dialog: child elements */
            .ccWait
            {
                font-family: Tahoma, Arial, sans-serif;
                font-size: 8pt;
                color: #0069B4;
                font-weight: bold;
                margin-top: 5px;
            }
            
            /* Error dialog */
            .ccError
            {
                font-family: Tahoma, Arial, sans-serif;
                font-size: 8pt;
                color: #FF0000;
                font-weight: normal;
                display: inline;
            }
            
            /* Success dialog */
            .ccSuccess
            {
                font-family: Tahoma, Arial, sans-serif;
                font-size: 8pt;
                color: #0069B4;
                font-weight: bold;
                margin-top: 5px;
            }
            
            /* Enter new serial dialog */
            .ccNewSerial
            {
                margin-top: 10px;
            }
                /* Enter new serial dialog: child elements */
                .ccNewSerialButton
                {
                }