
#social_column_social{
    width:160px;
}
#social_column_time{
    width:80px;
}
#social_column_from{
    width:60px;
}
#social_column_action{
    width:100px;
}


.social_from_holder{
    overflow: hidden;
}
.social_from_holder:hover .social_from_full{
    display: block;
}
.social_from_full:hover{
    display: block;

}
.social_from_full{
    margin: -1px 0 0 -5px;
    position: absolute;
    display: none;
    background: #FFF;
    border: 1px solid #ddd;
    padding: 0 4px 4px 4px;
}
.social_from_picture{
    height:27px;
    width: auto;
    margin: 5px 1px 0 0;
}



#social_column_social{
    width:187px;
}
#social_column_time{
    width:80px;
}
#social_column_from{
    width:60px;
}
#social_column_action{
    width:150px;
}
.sent_messages #social_column_action,
.sent_message #social_column_action{
    width:90px;
}
.sent_messages #social_column_links,
.sent_message #social_column_links{
    width:90px;
}
.sent_messages #social_column_post,
.sent_message #social_column_post{
    width:120px;
}


.social_from_holder{
    overflow: hidden;
}
.social_from_holder:hover .social_from_full{
    display: block;
}
.social_from_full:hover{
    display: block;

}
.social_from_full{
    margin: -1px 0 0 -5px;
    position: absolute;
    display: none;
    background: #FFF;
    border: 1px solid #ddd;
    padding: 0 4px 4px 4px;
}
.social_from_picture{
    height:27px;
    width: auto;
    margin: 5px 1px 0 0;
}
#simple_social_compose_table{
    border-spacing: 0;
}
#simple_social_compose_table .social_space{
    width:10px;
}
#simple_social_compose_table thead th.social_column{
    background-color: #f1f1f1;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    width: 30%;
}
#simple_social_compose_table tbody td.social_column{
    background-color: #f9f9f9;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    vertical-align: top;
}
#simple_social_compose_table tbody td.social_column.last{
    border-bottom: 1px solid #dfdfdf;
}
#simple_social_compose_table tbody th.social_compose_label{
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
}
#simple_social_compose_table tbody th.social_compose_label.last{
    border-bottom: 1px solid #dfdfdf;
}
#simple_social_compose_table td,
#simple_social_compose_table th{
    padding: 5px 8px 8px;
}
#simple_social_compose_table textarea{
    width:100%;
    min-width: 250px;
}.tableclass_rows > tbody > tr.lv_white_tr td{background-color:#fff;}
.tableclass_rows > tbody > tr.lv_green_tr td{background-color:#D5F1AB;}
.tableclass_rows > tbody > tr.lv_yellow_tr td{background-color:#F9F8CA;}
.tableclass_rows > tbody > tr.lv_purple_tr td{background-color:#DCC3F3;}
.tableclass_rows > tbody > tr.lv_red_tr td{background-color:#F8A5A3;}
.tableclass_rows > tbody > tr.priority_red_tr{border:2px #f00 solid;}
.todo_long_description {display:none;}
.search_bar select.select2 {width:400px;max-width:200px;}
.staff_link_id {display:none;}
.presenter_link_id {display:none;}
.backup_status.success {
    color: #119211;
}
.backup_status.error {
    color: #FF0000;
    font-weight: bold;
}
#database_backup .database_table,
#files_backup .file_name {
    font-weight: bold;
}
.customer_overdue{
    font-weight: bold;
}
.customer_owing{
    color:#FF0000 !important;
}
.customer_paid{
}
.form_field_required {
		border-right:4px solid #00FF00 !important;
	}
.form_field_highlight,
.form_field_highlight td{
		border:2px solid #FF0000 !important;
	}
	.data_group{
		clear:both;
		/*margin-top:10px;*/
	}

	.data_field_title{
		float:left;
		padding-right:3px;
	}
	.field_radio,
	.field_radio label,
	.field_radio input{
		float:left;
		padding-right:3px;
	}
	.data_field_input{
		float:left;
	}
	ul.data_group_fields{
		/* sortable! */
		list-style:none;
		margin:0;
		padding:0;
	}
	li.data_field{
		float:left;
		margin:3px 10px 3px 3px;
		padding:0;
		border:1px solid #FFF;
		list-style:none;
	}

	.data_field_view{
		padding:1px;
		display:block;
		/*background-color:#EEEEEE;
		width:130px;*/
	}
	/*.data_field_datetime .data_field_view,*/
	.date_time_field{
		width:115px;
	}
	/*.data_field_date .data_field_view,*/
	.date_field{
		width:67px;
	}
/* css rules from encryption */.extra_field_key:hover{
    text-decoration: underline;
}.tableclass_form.file_drop{
    border: 5px dashed transparent !important;
    margin: -5px !important;
}
.tableclass_form.file_drop.dragover{
    border-color: green !important;
}.finance_summary .highlight td{
    font-weight: bold;
}.time_field{
    width:67px;
}

.ui-timepicker-wrapper {
	overflow-y: auto;
	height: 150px;
	width: 6.5em;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	box-shadow:0 5px 10px rgba(0,0,0,0.2);
	outline: none;
	z-index: 10001;
	margin: 0;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
	width: 11em;
}

.ui-timepicker-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ui-timepicker-duration {
	margin-left: 5px; color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
	color: #888;
}

.ui-timepicker-list li {
	padding: 3px 0 3px 5px;
	cursor: pointer;
	white-space: nowrap;
	color: #000;
	list-style: none;
	margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
	background: #fff; color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
	background: #1980EC; color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
	color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	color: #888;
	cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	background: #f2f2f2;
}
input.i,
textarea.i{
    width:100%;
}

th select{
    width:80px;
}.invoice_cancel{
    text-decoration: line-through !important;
    color: #FF0000 !important;
}
#show_completed_tasks{
    display: none;
}
.task_column{
    
}

.task_percentage{
    position: absolute;
    height:18px;
    z-index: 4;
}
.task_percentage_label{
    position: absolute;
    z-index: 3;
    color: #CCC;
    text-align: right;
}
.task_percentage_bar{
    z-index: 2;
    position: absolute;
    background-color: #EFEFEF;
    height:18px;
}
.task_description{
    position: absolute;
    margin-left: 3px;
    z-index: 4;
}
.task_edit{
    background: #c3d4ff;
}

.job_task_staff_list{
    width:60px;
}

.edit_task_description{
    width:90%;
}
.edit_task_long_description{
    width:90%;
    height: 40px;
}
.task_long_description{
    display:none;
}
.task_long_description .edit_task_long_description{
    margin:4px 0 0 0 !important;
}
.task_toggle_long_description{
    display: inline-block;
}
.edit_task_order{
    width:86%;
}
#create_invoice_button{
    display:block;
    text-align: center;
}
#create_invoice_button a{
    margin: 10px 0;
}

.edit_task_button{
    padding:5px 10px 0 10px;
}
.edit_task_options{
    vertical-align: top;
    white-space: nowrap;
}
table.tableclass tbody.job_task_wrapper tr.task_editting td  {
vertical-align: top;
}
table.tableclass tbody.job_task_wrapper tr.task_editting td.percentage_edit  {
vertical-align: middle;
}

.task_percentage_toggle{
    cursor: pointer;
}
.edit_task_long_description_box .task_job_discussion{
    position: absolute;
    top:0;
    right:0;
}
.edit_task_long_description_box .timer_task{
    position: absolute;
    top:20px;
    right:0;
    margin: 0;
}
.job_task_approval_box{
    margin-top: 10px;
    line-height: 1.3em;
    width: 90%;
}
.job_task_approval_box textarea{
    width:100%;
    height:50px;
}

.create_job_select{
	width:135px;;
	
	
}
.repeat_date{
	width:60px;
	margin-bottom:5px;
}
.campaign_select{background-color: #f8f8f8;
    border: 1px solid #cccccc;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
padding: 2px;}.task_job_discussion.with_text{
    width: 93px;
}
.task_job_discussion{
    margin:2px 0 0 0;
    float:right;
    width: 12px;
    height:11px;
    background: url(/tempo/includes/plugin_job_discussion/css/../images/icon.png) no-repeat;
    overflow: hidden;
    font-size: 10px;
    line-height: 11px;
    display: block;
    padding: 0 3px 3px 2px;
    text-align: left;
    text-decoration: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.task_job_discussion span{
    display: inline-block;
    width: 12px;
    text-align: center;
    margin: 0 5px 0 0;
}
.task_job_discussion.unseen{
    font-weight: bold;
}
.task_job_discussion_holder{
    display:none;
}
.task_job_discussion_comments{
    margin: 10px;
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 5px;
    font-size: 0.9em;
}
.task_job_discussion_comments .info{
    margin: -5px -5px 5px 0;
    padding: 2px 5px 2px 5px;
    background: #EFEFEF;
    display: block;
    float:right;
}
.task_job_discussion_comments textarea{
    width:95%;
}
.template.selected{
    background: #EFEFEF;
}
.template.selected div{
    font-weight: bold !important;
}
.template{
    border: 1px solid #CCC;
    width:110px;
    padding: 4px 0 0 0;
    float:left;
    margin: 2px;
}.notes{
    padding-bottom: 5px;
}.notes{
    padding-bottom: 5px;
}
.pin_title{
    font-weight: bold;
    border-bottom: 1px solid #CCC;
    padding-bottom: 2px;
    margin-bottom: 2px;
}
.pin_title a{
    font-weight: normal;
    float:right;
    margin-left: 10px;
}
#top_menu_pin > a{
    text-indent: -9999px;
    overflow: hidden;
    background: url(/tempo/includes/plugin_pin/css/../images/pin_small.png) no-repeat center;
    width:20px;
}
#top_menu_pin_options{
    display:none;
    position: absolute;
    padding: 5px;
    background: #FFF;
    border: 1px solid #CCC;
    margin-top: 30px;
    min-width: 100px;
    z-index: 400;
}
#top_menu_pin_options ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#top_menu_pin_options ul li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.top_menu_pin_actions{
    float:right;
    width:32px;
    margin-left: 5px;
}
.top_menu_pin_actions > a,
.top_menu_pin_actions > a:link,
.top_menu_pin_actions > a:visited{
    color:#CCC;
}#show_completed_tasks{
    display: none;
}
.task_column{
    
}

.task_percentage{
    position: absolute;
    height:18px;
    z-index: 4;
}
.task_percentage_label{
    position: absolute;
    z-index: 3;
    color: #CCC;
    text-align: right;
}
.task_percentage_bar{
    z-index: 2;
    position: absolute;
    background-color: #EFEFEF;
    height:18px;
}
.task_description{
    position: absolute;
    margin-left: 3px;
    z-index: 4;
}
.task_edit{
    background: #c3d4ff;
}

.quote_task_staff_list{
    width:60px;
}

.edit_task_description{
    width:90%;
}
.edit_task_long_description{
    width:97%;
    height: 40px;
}
.task_long_description{
    display:none;
}
.task_long_description .edit_task_long_description{
    margin:4px 0 0 0 !important;
}
.task_toggle_long_description{
    display: inline-block;
}
.edit_task_order{
    width:86%;
}
#create_invoice_button{
    display:block;
    text-align: center;
}
#create_invoice_button a{
    margin: 10px 0;
}

.edit_task_button{
    padding:5px 10px 0 10px;
}
.edit_task_options{
    vertical-align: top;
}
table.tableclass tbody.quote_task_wrapper tr.task_editting td  {
vertical-align: top;
}
table.tableclass tbody.quote_task_wrapper tr.task_editting td.percentage_edit  {
vertical-align: middle;
}

.task_percentage_toggle{
    cursor: pointer;
}.facebook_message_full{
    display: none;
    background: #edeff4;
    border-radius: 5px;
    padding: 0 5px;
}
.facebook_comment_picture{
    float: left;
    width: 35px;
    margin: 0 5px 0 0;
}
.facebook_comment_picture img{
    max-width: 100%;
    height: auto;
}
.facebook_comment_reply{
    margin-left: 40px;
}
.facebook_comment_reply button{
    float: left;
    height:2em;
    border:1px solid #bdc7d8;
    margin:0 0 0 5px;
}
.facebook_comment_compose textarea{
    background: #FFF;
    border:1px solid #bdc7d8;
    width:88%;
    min-height:2em;
    resize: none;
}
.facebook_comment_reply textarea{
    float: left;
    background: #FFF;
    border:1px solid #bdc7d8;
    width:88%;
    min-height:2em;
    resize: none;
}
.facebook_comment_body{
    margin-left: 40px;
}
.facebook_comment_actions{
    clear: both;
    font-size: 0.9em;
    margin-left: 40px;
    padding: 0 0 5px 0;
}
.facebook_comment_header{
    /*display: inline;
    float: left;*/
    padding: 0 5px 0 0;
    font-weight: bold;
}
.facebook_comment_header span{
    font-weight: normal;
    color:#CCC;
}
.facebook_comment{
    border-bottom: 1px solid #d0d4e4;
    padding: 5px 0 0 5px;
}
#facebook_edit_form > .facebook_comment_replies{
    margin-left: 0;
    border-left: none;
}
.facebook_comment_reply_box{
    display: none;
}
.facebook_comment_reply_box_level1{
    display: block;
}
.facebook_comment_replies{
    margin-left: 40px;
    border-left: 1px solid #d0d4e4;
}
.facebook_picture{
    background: #FFF;
    padding: 4px;
    display: inline-block;
}
.facebook_picture img{
    max-width: 100%;
    height:auto;
}
.facebook_icon{
    height:27px;
    width: auto;
    margin: 5px 5px 0 0;
    float: left;
}
.facebook_icon.small{
    height:15px;
    float: none;
    vertical-align: middle;
    margin:0 5px 0 0;
}

#facebook_message_header{
    border:1px solid #d0d4e4;
    background: #FFF;
    margin:5px;
    padding: 8px 5px 14px 10px;
}
#facebook_message_holder{
}

.facebook_message_summary.unread,
.message_row_unread .facebook_message_summary{
    font-weight: bold;
}
.facebook_compose_page_select img{
    width:20px;
    height:auto;
    vertical-align: middle;
    margin:0 5px;
}.twitter_message_full{
    display: none;
    background: #edeff4;
    border-radius: 5px;
    padding: 0 5px;
}
.twitter_comment_picture{
    float: left;
    width: 35px;
    margin: 0 5px 0 0;
}
.twitter_comment_picture img{
    max-width: 100%;
    height: auto;
}
.twitter_comment_reply{
    margin-left: 40px;
}
.twitter_comment_reply button{
    float: left;
    height:2em;
    border:1px solid #bdc7d8;
    margin:0 0 0 5px;
}
.twitter_comment_compose textarea{
    background: #FFF;
    border:1px solid #bdc7d8;
    width:88%;
    min-height:2em;
    resize: none;
}
.twitter_comment_reply textarea{
    float: left;
    background: #FFF;
    border:1px solid #bdc7d8;
    width:88%;
    min-height:2em;
    resize: none;
}
.twitter_comment_body{
    margin-left: 40px;
}
.twitter_comment_actions{
    clear: both;
    font-size: 0.9em;
    margin-left: 40px;
    padding: 0 0 5px 0;
}
.twitter_comment_header{
    /*display: inline;
    float: left;*/
    padding: 0 5px 0 0;
    font-weight: bold;
}
.twitter_comment_header span{
    font-weight: normal;
    color:#CCC;
}
.twitter_comment{
    border-bottom: 1px solid #d0d4e4;
    padding: 5px 0 0 5px;
}
#twitter_edit_form > .twitter_comment_replies{
    margin-left: 0;
    border-left: none;
}
.twitter_comment_reply_box{
    display: none;
}
.twitter_comment_reply_box_level1{
    display: block;
}
.twitter_comment_replies{
    margin-left: 40px;
    border-left: 1px solid #d0d4e4;
}

.twitter_icon{
    height:27px;
    width: auto;
    margin: 5px 5px 0 0;
    float: left;
}
.twitter_icon.small{
    height:15px;
    float: none;
    vertical-align: middle;
    margin:0 5px 0 0;
}
.twitter_next_messages,
.twitter_previous_messages{
    opacity: 0.6;
    margin:0 10px;
}
.twitter_next_messages:hover,
.twitter_previous_messages:hover{
}
.twitter_comment_clickable{
    cursor: pointer;

}
#twitter_message_header{
    border:1px solid #d0d4e4;
    background: #FFF;
    margin:5px;
    padding: 8px 5px 14px 10px;
}
#twitter_message_holder{
}
.twitter_picture{
    background: #FFF;
    padding: 4px;
    display: inline-block;
}
.twitter_picture img{
    max-width: 100%;
    height:auto;
}


.twitter_message_summary.unread,
.message_row_unread .twitter_message_summary{
    font-weight: bold;
}

.twitter_compose_account_select img{
    width:20px;
    height:auto;
    vertical-align: middle;
    margin:0 5px;
}.subscription{
    padding: 4px;
    border-bottom: 1px solid #EFEFEF;
}
.subscription.active{
    border: 1px solid #390;
    padding: 8px;
    margin: 5px;
}
.subscription ul{
    margin: 0 0 0 20px;
    padding: 0;
}
.subscription ul li{
    margin: 0;
    padding: 0;
}
.next_due_date_change{
    cursor: pointer;
}.table_sort_btn,
.table_sort_btn:link,
.table_sort_btn:visited{
    color:#ccc;
    font-size: 0.8em;
    float:right;
    background: url(/tempo/includes/plugin_table_sort/css/../images/icons_sort.png) no-repeat 2px 7px;
    text-indent: -999px;
    overflow: hidden;
    display: inline-block;
    width: 11px;
    height: 14px;
}
.table_sort_desc,
.table_sort_desc:link,
.table_sort_desc:visited{
    background-position: -26px 7px;
}
.table_sort_asc.current{
    background-position: 2px -17px;
}
.table_sort_desc.current{
    background-position: -26px -17px;
}th#ticket_number{
width:8%;
}
th#ticket_subject{
width:12%;
}
th#ticket_time{
width:16%;
}
th#ticket_type{
width:12%;
}
th#ticket_status{
width:9%;
}
th#ticket_staff{
width:10%;
}
th#ticket_customer{
width:10%;
}
th#ticket_contact{
width:10%;
}
th#ticket_product{
width:10%;
}
th#ticket_envato{
width:10%;
}
th#ticket_group{
width:9%;
}
th#ticket_priority{
width:5%;
}
#ticket_list th.extra_column{
width:10%;
}
th#ticket_action{
width:3%;
}

.ticket_message{
    clear:both;
    margin: 5px 0;
    border: 1px solid #DFDFDF;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}
.ticket_message_title{
    background:#EFEFEF;
    padding: 5px;
    text-align: left;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.ticket_message_title span{
    display:inline-block;
}
.ticket_message_title_full{
    display:none;
}
.ticket_message_text{
    padding: 5px;
}
#ticket_reply_button{
    margin-top:10px;
}
.ticket_reply{
    margin-top: 5px;
    text-align: center;
}
.ticket_reply textarea{
    background-color: #FFF;
    border: 1px solid #CCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 1px;
    margin: 0;
    text-align: left;
    width:90%;
}
.ticket_message_creator{
    margin-right:20px;
    border: 1px solid #AAA;
}
.ticket_message_admin{
    margin-left:20px;
}
.ticket_message_admin .ticket_message_title{
    text-align: right;
}
.ticket_message_private,
.ticket_message_private .tableclass{
    background: #effedd;
}
.ticket_message_private .ticket_message_title{
    background: #effedd;
}

.public_header{
    font-size:20px;
    font-weight: bold;
    text-align: center;
}
.public_welcome{
    text-align: center;
}

.ticket_message_hider{
    height:30px;
    overflow: hidden;
    border-bottom: 1px dashed #CCC;
}
.ticket_message_hider_show{
    height:auto;
    overflow: visible;
}

/* new tickets */
.ticket_status_2{
    color:#FF0000 !important;
}
/* inprogress or replied */
.ticket_status_3,
.ticket_status_5{
    color:#fe7800 !important;
}
/* resolved */
.ticket_status_6{
    color:#339900 !important;
}
/*cancelled*/
.ticket_status_7{
    color:#339900 !important;
}

.show_auto_reply_button{
    float: right;
    clear:both;
    margin: 0 0 5px 0;
    display: block;
}

.email_input{
    width:80%;
}

.ticket_message_title label{
    font-weight: normal;
}

@media screen and (max-width: 560px) {
    .ticket_message_admin,
    .ticket_message_creator{
        margin:0;
    }
}.vendor_overdue{
    font-weight: bold;
}
.vendor_owing{
    color:#FF0000 !important;
}
.vendor_paid{
}/* body{
    /* Setting default text color, background and a font stack */
/* 	font-size:0.825em;
    color:#666;
    background-color:#fff;
    font-family:Arial, Helvetica, sans-serif;
}
*/
/* The todo items are grouped into an UL unordered list */

ul.todoList{
    margin:0 auto;
    /* width:500px; */
    position:relative;
}

ul.todoList li{
    background-color:#F9F9F9;
    border:1px solid #EEEEEE;
    list-style:none;
    margin:6px;
    padding:6px 9px;
    position:relative;
    cursor:n-resize;

    /* CSS3 text shadow and rounded corners: */

    text-shadow:1px 1px 0 white;

    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}

ul.todoList li:hover{
    border-color:#9be0f9;

    /* CSS3 glow effect: */
    -moz-box-shadow:0 0 5px #A6E5FD;
    -webkit-box-shadow:0 0 5px #A6E5FD;
    box-shadow:0 0 5px #A6E5FD;
}

.done .text{
    color: #c6c6c6 !important;
    text-decoration: line-through !important;
}



.todo .text{
    color:#777777;
    font-size:1.4em;
}

.todo .text div, .done .text div {
    white-space: nowrap;
}

.onerow{
    overflow: hidden;
}

/* The edit and delete buttons */

.todo .actions{
    position:absolute;
    right:7px;
    top:6px;
}

.todo .actions a{
    display:block;
    width:16px;
    height:16px;
    overflow:hidden;
    float:left;
    text-indent:-9999px;
    margin:3px;
}

.done .actions a.done{
    background:url(/tempo/includes/plugin_webnpro_advanced_todo/css/../images/undone.png) no-repeat center center;
    background-size:16px 16px;
}

.undone .actions a.done{
    background:url(/tempo/includes/plugin_webnpro_advanced_todo/css/../images/done.png) no-repeat center center;
    background-size:16px 16px;
}

.todo .actions a.edit{
    background:url(/tempo/includes/plugin_webnpro_advanced_todo/css/../images/edit.png) no-repeat center center;
    background-size:16px 16px;
}

.todo .actions a.editdetails{
    background:none;
    text-indent: 0px;
    width: 82px;
    text-align: center;
    font-size: 0.8em;
    line-height: 0.9em;
}

.todo .actions a.more{
    background:url(/tempo/includes/plugin_webnpro_advanced_todo/css/../images/more.png) no-repeat center center;
    background-size:16px 16px;
}

.todo .actions a.nomore{
    background:url(/tempo/includes/plugin_webnpro_advanced_todo/css/../images/nomore.png) no-repeat center center;
    background-size:16px 16px;
}

.todo .actions a.delete{
    background:url(/tempo/includes/plugin_webnpro_advanced_todo/css/../images/remove.png) no-repeat center center;
    background-size:16px 16px;
}

.todo .infoline {
    font-size: 1em;

}

.done .infoline, .done .infoline span.owner a{
    color: #c6c6c6 !important;
    /* text-decoration: line-through !important; */

}

.todo .todo-inner {
    padding-left: 10px;
}

.done .todo-inner {
    border-left: 10px solid #c6c6c6 !important;
}



/* The edit textbox */

.todo input{
    border:1px solid #CCCCCC;
    color:#666666;
    font-family:Arial,Helvetica,sans-serif;
    font-size:0.725em;
    padding:3px 4px;
    /* width:300px; */
}

/* The Save and Cancel edit links: */

.editTodo{
    display:inline;
    font-size:0.6em;
    padding-left:9px;
    /* float: right;*/
    /* margin-right: -105px; */
}

.editTodo a{
    font-weight:bold;
}

a.discardChanges{
    color:#C00 !important;
}

a.saveChanges{
    color:#4DB209 !important;
}

/* Overwriting some of the default jQuery UI styles */
/*
.ui-button,.ui-dialog-titlebar{
    font-size:0.72em !important;
}*/

#dialog-confirm{
    display:none;
    font-size:0.9em;
    padding:1em 1em 0;
}

/* Green button class: */

a.green-button,
a.green-button:visited{
    color:black;
    display:block;
    font-size:10px;
    font-weight:bold;
    height:15px;
    padding:6px 5px 4px;
    text-align:center;
    width:60px;
    margin:20px auto;
    text-shadow:1px 1px 1px #DDDDDD;
    background:url(/tempo/includes/plugin_webnpro_advanced_todo/css/../images/button_green.png) no-repeat left top;
}

a.green-button:hover{
    text-decoration:none;
    background-position:left bottom;
}


/* The styles below are only necessary for the styling of the demo page: */

#todomain{
    position:relative;
    margin:0 auto;
    /* width:960px;*/
}
/*
h1{
    padding:30px 0;
    text-align:center;
    text-shadow:0 1px 1px white;
    margin-bottom:30px;
    background-color:#f8f8f8;
    font-size:26px;
}

h1,h2{
    font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
}

h2{
    font-size:14px;
    font-weight:normal;
    text-align:center;

    position:absolute;
    right:40px;
    top:40px;
}

.note{
    font-size:12px;
    font-style:italic;
    padding-bottom:20px;
    text-align:center;
}

a, a:visited {
    color:#0196e3;
    text-decoration:none;
    outline:none;
}

a:hover{
    text-decoration:underline;
}

a img{
    border:none;
}
*/

.done .status,
.done .due_date
{
    color: #C6C6C6 !important;
}

select#owner_ids {
 width:176px;
}

.owner_t1 {
  width: 70px;
  float: left;
  padding: 3px 0 0 0;
}

ul.todoList {
padding:0;
}

.urgent_item
{
color:#f00;
}
/*
colpick Color Picker / colpick.com
*/

/*Main container*/
.colpick {
	position: absolute;
	width: 346px;
	height: 170px;
	overflow: hidden;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	background:#ebebeb;
	border: 1px solid #bbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	/*Prevents selecting text when dragging the selectors*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
/*Color selection box*/
.colpick_color {
	position: absolute;
	left: 7px;
	top: 7px;
	width: 156px;
	height: 156px;
	overflow: hidden;
	outline: 1px solid #aaa;
	cursor: crosshair;
}
.colpick_color_overlay1 {
	position: absolute;
	left:0;
	top:0;
	width: 156px;
	height: 156px;
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')"; /* IE8 */
	background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
}
.colpick_color_overlay2 {
	position: absolute;
	left:0;
	top:0;
	width: 156px;
	height: 156px;
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')"; /* IE8 */
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
}
/*Circular color selector*/
.colpick_selector_outer {
	background:none;
	position: absolute;
	width: 11px;
	height: 11px;
	margin: -6px 0 0 -6px;
	border: 1px solid black;
	border-radius: 50%;
}
.colpick_selector_inner{
	position: absolute;
	width: 9px;
	height: 9px;
	border: 1px solid white;
	border-radius: 50%;
}
/*Vertical hue bar*/
.colpick_hue {
	position: absolute;
	top: 6px;
	left: 175px;
	width: 19px;
	height: 156px;
	border: 1px solid #aaa;
	cursor: n-resize;
}
/*Hue bar sliding indicator*/
.colpick_hue_arrs {
	position: absolute;
	left: -8px;
	width: 35px;
	height: 7px;
	margin: -7px 0 0 0;
}
.colpick_hue_larr {
	position:absolute;
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid #858585;
}
.colpick_hue_rarr {
	position:absolute;
	right:0;
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent; 
	border-right: 7px solid #858585; 
}
/*New color box*/
.colpick_new_color {
	position: absolute;
	left: 207px;
	top: 6px;
	width: 60px;
	height: 27px;
	background: #f00;
	border: 1px solid #8f8f8f;
}
/*Current color box*/
.colpick_current_color {
	position: absolute;
	left: 277px;
	top: 6px;
	width: 60px;
	height: 27px;
	background: #f00;
	border: 1px solid #8f8f8f;
}
/*Input field containers*/
.colpick_field, .colpick_hex_field  {
	position: absolute;
	height: 20px;
	width: 60px;
	overflow:hidden;
	background:#f3f3f3;
	color:#b8b8b8;
	font-size:12px;
	border:1px solid #bdbdbd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.colpick_rgb_r {
	top: 40px;
	left: 207px;
}
.colpick_rgb_g {
	top: 67px;
	left: 207px;
}
.colpick_rgb_b {
	top: 94px;
	left: 207px;
}
.colpick_hsb_h {
	top: 40px;
	left: 277px;
}
.colpick_hsb_s {
	top: 67px;
	left: 277px;
}
.colpick_hsb_b {
	top: 94px;
	left: 277px;
}
.colpick_hex_field {
	width: 68px;
	left: 207px;
	top: 121px;
}
/*Text field container on focus*/
.colpick_focus {
	border-color: #999;
}
/*Field label container*/
.colpick_field_letter {
	position: absolute;
	width: 12px;
	height: 20px;
	line-height: 20px;
	padding-left: 4px;
	background: #efefef;
	border-right: 1px solid #bdbdbd;
	font-weight: bold;
	color:#777;
}
/*Text inputs*/
.colpick_field input, .colpick_hex_field input {
	position: absolute;
	right: 11px;
	margin: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
	background: transparent;
	border: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	text-align: right;
	outline: none;
}
.colpick_hex_field input {
	right: 4px;
}
/*Field up/down arrows*/
.colpick_field_arrs {
	position: absolute;
	top: 0;
	right: 0;
	width: 9px;
	height: 21px;
	cursor: n-resize;
}
.colpick_field_uarr {
	position: absolute;
	top: 5px;
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #959595;
}
.colpick_field_darr {
	position: absolute;
	bottom:5px;
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #959595;
}
/*Submit/Select button*/
.colpick_submit {
	position: absolute;
	left: 207px;
	top: 149px;
	width: 130px;
	height: 22px;
	line-height:22px;
	background: #efefef;
	text-align: center;
	color: #555;
	font-size: 12px;
	font-weight:bold;
	border: 1px solid #bdbdbd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.colpick_submit:hover {
	background:#f3f3f3;
	border-color:#999;
	cursor: pointer;
}

/*full layout with no submit button*/
.colpick_full_ns  .colpick_submit, .colpick_full_ns .colpick_current_color{
	display:none;
}
.colpick_full_ns .colpick_new_color {
	width: 130px;
	height: 25px;
}
.colpick_full_ns .colpick_rgb_r, .colpick_full_ns .colpick_hsb_h {
	top: 42px;
}
.colpick_full_ns .colpick_rgb_g, .colpick_full_ns .colpick_hsb_s {
	top: 73px;
}
.colpick_full_ns .colpick_rgb_b, .colpick_full_ns .colpick_hsb_b {
	top: 104px;
}
.colpick_full_ns .colpick_hex_field {
	top: 135px;
}

/*rgbhex layout*/
.colpick_rgbhex .colpick_hsb_h, .colpick_rgbhex .colpick_hsb_s, .colpick_rgbhex .colpick_hsb_b {
	display:none;
}
.colpick_rgbhex {
	width:282px;
}
.colpick_rgbhex .colpick_field, .colpick_rgbhex .colpick_submit {
	width:68px;
}
.colpick_rgbhex .colpick_new_color {
	width:34px;
	border-right:none;
}
.colpick_rgbhex .colpick_current_color {
	width:34px;
	left:240px;
	border-left:none;
}

/*rgbhex layout, no submit button*/
.colpick_rgbhex_ns  .colpick_submit, .colpick_rgbhex_ns .colpick_current_color{
	display:none;
}
.colpick_rgbhex_ns .colpick_new_color{
	width:68px;
	border: 1px solid #8f8f8f;
}
.colpick_rgbhex_ns .colpick_rgb_r {
	top: 42px;
}
.colpick_rgbhex_ns .colpick_rgb_g {
	top: 73px;
}
.colpick_rgbhex_ns .colpick_rgb_b {
	top: 104px;
}
.colpick_rgbhex_ns .colpick_hex_field {
	top: 135px;
}

/*hex layout*/
.colpick_hex .colpick_hsb_h, .colpick_hex .colpick_hsb_s, .colpick_hex .colpick_hsb_b, .colpick_hex .colpick_rgb_r, .colpick_hex .colpick_rgb_g, .colpick_hex .colpick_rgb_b {
	display:none;
}
.colpick_hex {
	width:206px;
	height:201px;
}
.colpick_hex .colpick_hex_field {
	width:72px;
	height:25px;
	top:168px;
	left:80px;
}
.colpick_hex .colpick_hex_field div, .colpick_hex .colpick_hex_field input {
	height: 25px;
	line-height: 25px;
}
.colpick_hex .colpick_new_color {
	left:9px;
	top:168px;
	width:30px;
	border-right:none;
}
.colpick_hex .colpick_current_color {
	left:39px;
	top:168px;
	width:30px;
	border-left:none;
}
.colpick_hex .colpick_submit {
	left:164px;
	top: 168px;
	width:30px;
	height:25px;
	line-height: 25px;
}

/*hex layout, no submit button*/
.colpick_hex_ns  .colpick_submit, .colpick_hex_ns .colpick_current_color {
	display:none;
}
.colpick_hex_ns .colpick_hex_field {
	width:80px;
}
.colpick_hex_ns .colpick_new_color{
	width:60px;
	border: 1px solid #8f8f8f;
}

/*Dark color scheme*/
.colpick_dark {
	background: #161616;
	border-color: #2a2a2a;
}
.colpick_dark .colpick_color {
	outline-color: #333;
}
.colpick_dark .colpick_hue {
	border-color: #555;
}
.colpick_dark .colpick_field, .colpick_dark .colpick_hex_field {
	background: #101010;
	border-color: #2d2d2d;
}
.colpick_dark .colpick_field_letter {
	background: #131313;
	border-color: #2d2d2d;
	color: #696969;
}
.colpick_dark .colpick_field input, .colpick_dark .colpick_hex_field input {
	color: #7a7a7a;
}
.colpick_dark .colpick_field_uarr {
	border-bottom-color:#696969;
}
.colpick_dark .colpick_field_darr {
	border-top-color:#696969;
}
.colpick_dark .colpick_focus {
	border-color:#444;
}
.colpick_dark .colpick_submit {
	background: #131313;
	border-color:#2d2d2d;
	color:#7a7a7a;
}
.colpick_dark .colpick_submit:hover {
	background-color:#101010;
	border-color:#444;
}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle;}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px;}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap;}.select2-container .select2-search--inline{float:left;}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051;}.select2-results{display:block;}.select2-results__options{list-style:none;margin:0;padding:0;}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none;}.select2-results__option[aria-selected]{cursor:pointer;}.select2-container--open .select2-dropdown{left:0;}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}.select2-search--dropdown{display:block;padding:4px;}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box;}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}.select2-search--dropdown.select2-search--hide{display:none;}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0);}.select2-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px;}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px;}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto;}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default;}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none;}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%;}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left;}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder{float:right;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0;}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default;}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none;}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0;}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa;}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;}.select2-container--default .select2-results__option[role=group]{padding:0;}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999;}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd;}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em;}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white;}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--classic .select2-selection--single{background-color:#f6f6f6;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);background-image:-o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);background-image:linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb;}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px;}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto;}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb;}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none;}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);background-image:-o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);background-image:linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb;}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px;}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none;}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb;}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0;}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;}.select2-container--classic .select2-dropdown{background-color:white;border:1px solid transparent;}.select2-container--classic .select2-dropdown--above{border-bottom:none;}.select2-container--classic .select2-dropdown--below{border-top:none;}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;}.select2-container--classic .select2-results__option[role=group]{padding:0;}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey;}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:white;}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb;}