/* 
            __            __       __                  __                         __                     __    __                         __         
        .--|  .-----.----|__.-----|__.-----.-----.    |  |_.----.-----.-----.    |  |--.--.--.    .-----|__.--|  .-----.----.---.-.----. |  |_.--.--.
        |  _  |  -__|  __|  |__ --|  |  _  |     |    |   _|   _|  -__|  -__|    |  _  |  |  |    |__ --|  |  _  |  -__|  __|  _  |   ___|   _|  |  |
        |_____|_____|____|__|_____|__|_____|__|__|    |____|__| |_____|_____|    |_____|___  |    |_____|__|_____|_____|____|___._|__||__|____||___/ 
                                                                                       |_____|                                                       
                    ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||                         
                    ||||This is decision tree! A plugin for WordPress.  Find out more at http://sidecar.tv/decision_tree||||                         
                    ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||                                
*/

.decision_tree_area {
	
		margin-left: auto;
    margin-right: auto
}

        .decision_tree_area .ui-state-active{            
            background: #EC3642;
            border-color: #000000;
            border-left-style: inset;
            color: #ffffff;
        }
        .decision_tree_area .ui-state-default{            
            background: #EC3642 ;
            border-color: #2E618D ;
            color: #ffffff ;
            min-width: 100px ;
            background: #428bca ;
        }
       .decision_tree_area  .span.ui-button-text{
            color: #ffffff;
        }
        .decision_tree_area .ui-state-hover   {
            background: #2E618D;
        }    
        .decision_tree_area .ui-button{
            margin-bottom: 10px;
        }
        .decision_tree_area .ui-widget{
            font-size: 14px;
        }
		.dt_display_question{
	
		color: #ffffff;
		font-size: 18px;
			font-weight: 700;
		
		}
        .dt_display_subtext {
            font-size:16px;
            font-family: Verdana,Arial,sans-serif;
			color: #ffffff;
            margin-bottom: 10px;
			font-weight:300;
        }

		.dt_display_info {
            font-size:14px;
            font-family: Verdana,Arial,sans-serif;
			color: #ffffff;
            margin-bottom: 10px;
        }

		.dt_display_decision {
            font-size:18px;
            font-family: Verdana,Arial,sans-serif;
			color: #ffffff;
            margin-bottom: 16px;
			font-weight: 200;
        }
	
        .decision_tree_area .answer-success {
            color: #ffffff;
            background-color: #5cb85c;
            border-color: #95242b;
			font-size: 16pc;
			font-weight:600;
        }
        .decision_tree_area .answer-restart {
            color: #ffffff;
            background-color: #95242b;
            border-color: black;
			content:"Zurücksetzen";
        }
        .decision_tree_area_donated {
            font-size: .8em;
            outline: 0px none;
            border: 0px none;
            text-decoration: none !important;
            color: #767676;
            
        }
        
        .dt_button{
            font-size:14px;
            margin-bottom: 14px;
            min-width: 100px;
            max-width: 300px;
            min-height: 32px;
            line-height: 32px;
            border-radius: 4px;
            border: 1px solid #95242b;
            font-family: Verdana,Arial,sans-serif;
            text-decoration: none;
            display: inline-block;
            position: relative;
            padding: 0;
            cursor: pointer;
            vertical-align: middle;
            text-align: center;
            overflow: visible;           
            padding: .4em 1em;            
        }
        .dt_radio_choice{
            color: #ffffff;
            background: #EC3642;
            border-color: #95242b;
        }
        .dt_radio_answer, .dt_radio_answer_nolink{
            color: #ffffff;
            background: #EC3642;
            border-color: #95242b;
			font-weight:900;
        }
        .dt_radio_answer_nolink{
            cursor: default;
        }
        .dt_radio_choice:hover{
            background-color: #95242b;
        }
       .decision_tree_area .dt_display_title  {
            font-size: 1.4em;
            padding: 3px 0 6px 0;
		   color: #ffffff;
		   font-weight: 800;
       }



       .ui-dialog {
           z-index: 5000;
       }