﻿.poll
{
    padding:15px 0px 15px 0px;    
    font-size:14px;
}

.poll-page-title
{
    font-size:20px;
    font-weight:bold;
    text-align:center;
    color:#0664c5;
    padding-bottom:10px;
}

.poll-person-info
{
    font-size:18px;
    font-weight:bold;
    text-align:center;
    color:#da5100;
    padding-bottom:15px;
}


.poll-part-title
{
    font-weight:bold;
    padding:10px 0px 10px 0px;
    font-size:16px;
    color:#337ab7;
}
.poll-part-brief /* mô tả nội dung phần */
{    
    padding:0px 0px 15px 15px;
    font-style:italic;
    font-size:15px;
    color:#eb4505;
}

poll-part-content /* nội dung chính của phần*/
{
    
}


.poll-group-title
{
    font-size:16px;
    font-weight:bold;    
}

.poll-page-thanks
{
    padding-top:30px;
    font-style:italic;
    text-align:center;
    font-size:20px;
    font-weight:bold;
}

.poll-page-command
{
    text-align:center;
    padding:10px 0px 10px 0px;
}

.poll .Edit_text
{
    font-size:13px;
    width: 100%!important;
    -moz-border-radius: 5px; /* from vector shape */
    -webkit-border-radius: 5px; /* from vector shape */
    border-radius: 5px; /* from vector shape */
    border: 1px solid #949494;
    padding:8px 5px 8px 5px!important;
    background-color:white!important;
    color:black!important;
}

.poll .Edit_number
{    
    font-size:13px;
    width: 100%!important;
    -moz-border-radius: 5px; /* from vector shape */
    -webkit-border-radius: 5px; /* from vector shape */
    border-radius: 5px; /* from vector shape */
    border: 1px solid #d9d9d9;
    padding:8px 5px 8px 5px!important;
    text-align:right!important;
    background-color:white!important;
    color:black!important;
}

.poll .Edit_datetime
{
    width:100%!important;
}

.poll-question
{
    font-weight:bold;
    font-size:15px;    
}

.poll-answer
{
       font-size:14px;
       padding:5px 0px 5px 30px;
}

.pol-row-edit
{
    padding:5px 0px 5px 0px!important;    
}

.poll label /* nhãn của các ratio */
{
    font-weight:normal;
    padding-left:5px;
}



.Question_Table
{
	float:left;	
	width:100%;
	margin-bottom:10px;
}
.Question_Table table
{
	BORDER-COLLAPSE: collapse;
	width:99%;
	border:0px;
	font:12/14px Verdana, Arial, Helvetica, sans-serif;	
}
.Question_Table table td
{
	border:#CCCCCC 0px solid;
	/*background-color:#dae6f8;*/
	padding:3px;
	border:#ccc 1px solid;
}
.Question_Table .Header td
{
    background-color:#EAF3F7;
    text-align:center;
    font-weight:bold;
}

.Question_Table .Row td
{
    text-align:center;
}

.Question_Table .RowAlt td
{
    text-align:center;
    background-color:#FDFFDA;
}

.Question_Table .RowGroup td
{
    text-align:left;
    background-color:#eee;
    font-weight:bold;
}

.poll-commit-info
{
    margin-top:30px;
    background-color:#EAF3F7; 
    float:left; 
    padding:20px 10px 20px 10px;  
    text-align:left;
    width:100%; 
    color:#2671D5; font-size:18px; 
    text-align:center; 
}


/* popup của poll */
.poll-popup
{
    
}

.poll-popup-content
{
    font-size:14px;
}

.poll-popup-command
{
    text-align:center;
}

