﻿body {
	font-family:Verdana;
	font-size:12px;
}

.custom-table {
	border-radius:10px;
	border-collapse:separate;
	margin:auto;
	

}

.custom-table th {
	font-weight:normal;
	font-size:12px;
	border-left:1px solid #fff;
	border-right:1px solid #C5DBEC;
	border-bottom:1px solid #C5DBEC;
	border-top:1px solid #C5DBEC;
	
}
.custom-table th div span{
	padding:5px 10px;
	display:block;
	cursor:pointer;
}

.custom-table th:nth-last-child {
	border-right:1px solid #C5DBEC;
}

.custom-table th:first-child {
	border-left:1px solid #C5DBEC !important;
}

.custom-table tr:last-child td:first-child {
-moz-border-radius-bottomleft:5px;
-webkit-border-bottom-left-radius:5px;
border-bottom-left-radius:5px
}

.custom-table tr:last-child td:last-child {
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-right-radius:5px;
border-bottom-right-radius:5px

}

.custom-table tr:first-child th:last-child {
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius:5px;
border-top-right-radius:5px

}

.custom-table tr:first-child th:first-child {
-moz-border-radius-topleft:5px;
-webkit-border-top-left-radius:5px;
border-top-left-radius:5px

}
.custom-table tr:nth-child(n+2) {
    cursor:pointer;
}


.custom-table tr td:last-child {
	border-right:1px solid #C5DBEC;
}

.custom-table tr td:first-child {
	border-left:1px solid #C5DBEC;
}

.custom-table tr:last-child td {
	border-bottom:1px solid #C5DBEC;
	padding-bottom:5px;
}

.custom-table tr:nth-child(even) {
	background:#f9f9f9;
}

.custom-table td div{
	margin:5px 10px;
}



.custom-button {
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;
	font-size:10px;
}

.custom-table tr:nth-child(n+2):hover {
    background:#C5DBEC !important;
}


button .ui-icon {float:left; margin-right:5px;}
ul#icons {margin: 0; padding: 0;}			
ul#icons li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left;  list-style: none;}			
ul#icons span.ui-icon {float: left; margin: 0 4px;}		

#tabs-1
{
    
    overflow:scroll;
    overflow-x:hidden;
    
    }
#tabs-2, #tabs-3 , #tabs-4 , #tabs-5 
{
       
    }
    .task_head 
    {
   
        background:#C5DBEC;
        
        border-top-left-radius:5px; border-top-right-radius:5px;
        padding:3px 15px
        
        }
.task_head2 {background:#dfdfdf; border-top-left-radius:5px; border-top-right-radius:5px;
        padding:3px 15px
        }
.task {margin:0px 10px 10px 0px; border:1px solid #A6C9E2; border-radius:5px;padding:1px;}
.task_head_downer {font-weight:bold; margin-right:10px;}
.task_head_date {font-size:10px; color:#666}
.task-body { padding:0px 15px;}

.placement_selector {
    display:inline-block;
    width:104px;
    height:104px;
    cursor:pointer;
    
}

.placement_selector:hover {
    background-position:0px -104px !important;
}