html {
    font-size: 100%;
    font-family:Verdana,sans-serif;
    /*font-family: "droid-sans",sans-serif;*/
    font-style: normal;
    font-size:13px;
}

body {
}

h3 {
	font-size:14px;
	margin:0;
}

div.info {
	padding:5px 5px 5px 30px;
	background-color:#FFFFCD;
	background-image:url(/assets/manager/images/icons/help.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	font-size:11px;
	line-height:15px;
	margin-bottom:15px;
}
	div.info p {
		margin:0;
		padding:0;
	}

div.good {
	padding:5px 5px 5px 30px;
	background-color:#98FB98;
	background-image:url(/assets/manager/images/icons/tick.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	font-size:11px;
	line-height:15px;
	margin-bottom:15px;
}
	div.good p {
		margin:0;
		padding:0;
	}

div.error {
	padding:5px 5px 5px 30px;
	background-color:#FFD6D6;
	background-image:url(/assets/manager/images/icons/exclamation.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	font-size:11px;
	line-height:15px;
	margin-bottom:15px;
}
	div.error p {
		margin:0;
		padding:0;
	}

div.drag {
	padding:5px 5px 5px 30px;
	background-color:#FFFFCD;
	background-image:url(/assets/manager/images/icons/mouse.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	font-size:11px;
	line-height:15px;
	margin-bottom:15px;
}
	div.drag p {
		margin:0;
		padding:0;
	}
	
div.folder_explore {
	padding:5px 5px 5px 30px;
	background-color:#D6F4FF;
	background-image:url(/assets/manager/images/icons/folder_explore.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	font-size:11px;
	line-height:15px;
	margin-bottom:15px;
}
	div.folder_explore p {
		margin:0;
		padding:0;
	}
	

div.flashdata_error {
	color:#FF0000;
	padding:5px 5px 5px 30px;
	background-image:url(/assets/manager/images/icons/exclamation.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	font-size:11px;
	line-height:15px;
	margin-bottom:15px;
}

#app {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
}
	

#detail-pane {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:200px;	/* #detail-pane height */
	font-size:11px;
	z-index:1001;
}
	#detail-pane-inner {
		border-top:1px solid #B2BAC5;
		border-left:1px solid #B2BAC5;
		margin-left:250px;
	}
		#files-controls-wrapper {
			display:block;
			height:200px;	/* #detail-pane height */
		}
		/*
			#files-controls-right {
				float:right;
				width:250px;
				border-left:1px solid #B2BAC5;
				height:200px;	/* #detail-pane height * /
			}
		*/
		#folder-controls-wrapper {
			float:right;
			width:250px;
			border-left:1px solid #B2BAC5;
			height:200px;	/* #detail-pane height */
		}
		
        
/*** Generic Styles ***/

div.container:after {
	content: ''; 
	display: block; 
	clear: both; 
}

.click {
    cursor:pointer;
}
    .click:hover {
        text-decoration:underline;
    }
    
a {
	color:#000000;
	text-decoration:none;
}
	a:hover {
		text-decoration:underline;
	}

div.error {
	clear:left;
	color:#FF0000;
}

table.standard {
	width:100%;
}    
    table.standard thead tr th, 
    table.standard tbody tr td,
    table.standard tfoot tr th {
        padding:10px;
    }
    
    table.standard thead tr th {
        border-bottom:1px solid #CCCCCC;
        font-weight:bold;
    }
    
    table.standard tfoot tr th {
        border-top:1px solid #CCCCCC;
        font-weight:bold;
    }
    
    table.standard tbody tr:hover td {
    	background-color:#E3E3E3;
    }
    
table.keyvalue {
	width:100%;
}
    table.keyvalue tbody tr td {
        padding:10px;
        border-bottom:1px solid #CCCCCC;
    }

    table.keyvalue tbody tr:hover td {
    	background-color:#E3E3E3;
    }
    
table.slim {
	width:100%;
}
    table.slim thead tr th, 
    table.slim tbody tr td {
        padding:6px;
    }
    
    table.slim thead tr th {
        border-bottom:1px solid #CCCCCC;
    }
    
    table.slim tbody tr:hover td {
    	background-color:#E3E3E3;
    }
    
tr.red td, 
tr.red td a { 
	color:#FF0000; 
}
    
label {
	width:170px;
	float:left;
	clear:left;
	margin-top:10px;
}

input[type="text"], 
input[type="password"] {
	float:left;
	width:200px;
	margin-top:10px;
	border:1px solid #B2BAC5;
}

select {
	float:left;
	margin-top:10px;
	border:1px solid #B2BAC5;
}

input[type="submit"] {
	float:left;
	clear:left;
	margin-top:10px;
	border:1px solid #B2BAC5;
}

input[type="button"] {
	float:left;
	margin-top:5px;
	border:1px solid #B2BAC5;
}

textarea {
	float:left;
	width:350px;
	height:100px;
	margin-top:10px;
	border:1px solid #B2BAC5;
}

div.form-container-500-200 {
	float:left; 
	width:500px; 
	height:200px; 
	border:1px solid #B2BAC5; 
	margin-top:10px;
	overflow:auto;
}

div.form-container-500-20 {
	float:left; 
	width:500px;
	margin-top:10px;
	overflow:auto;
	height:20px;
}

p.delete {
	clear:left;
	padding-top:10px;
}

p {
	padding-bottom:10px;
}

ul#roles-list {
	margin:5px 0 0 15px;
	width:300px;
	float:left;
}
	ul#roles-list li {
		list-style:circle;
		line-height:18px;
		margin-bottom:5px;
	}
		ul#roles-list li img {
			cursor:pointer;
		}
		
/*** Calendar ***/
table.calendar th,
table.calendar td {
	height:20px;
}
table.calendar td.day {
	width:120px;
	height:100px;
}
	table.calendar td.day div.wrap {
		width:110px;
		height:90px;
		border:1px solid #CCCCCC;
		margin:5px 5px 0 0;
		cursor:pointer;
		overflow:hidden;
	}
		table.calendar td.day div.highlight, 
		table.calendar td.day div.wrap:hover {
			background-color:#FFFFCD;
			color:#000000;
		}
		table.calendar td.day div.wrap div.day {
			float:right;
			font-size:12px;
			font-weight:bold;
			padding:2px;
		}
		table.calendar td.day div.wrap ul.content {
			margin-top:12px;
			padding:2px;
		}
			table.calendar td.day div.wrap ul.content li {
				font-size:10px;
				margin-bottom:2px;
			}
            
tr.prev {
}
    tr.prev td {
    }
        tr.prev td span.prev-names {
        }
            tr.prev td span.prev-names-option {
                margin-left:15px;
                padding-left:18px;
                line-height:22px;
                cursor:pointer;
                background-image:url(/assets/manager/images/icons/mouse.png);
                background-repeat:no-repeat;
            }
                tr.prev td span.prev-names-option:hover {
                    text-decoration:underline;
                }
  
/*** End Calendar ***/

.load-notice {
	line-height:31px;
}
	.load-notice img {
		float:left;
		margin-right:10px;
	}
	
a.delete-yes {
	display:inline-block;
	padding-left:20px;
	height:18px;
	line-height:16px;
	background-image:url(/assets/manager/images/icons/tick.png);
	background-repeat:no-repeat;
}

a.delete-no {
	display:inline-block;
	padding-left:20px;
	height:18px;
	line-height:16px;
	background-image:url(/assets/manager/images/icons/cross.png);
	background-repeat:no-repeat;
}
.hide {
	display:none;
}
.show {
	display:block;
}

.full_days {
	float:left;
	width:100%;
	padding:5px 0px;
}
.part_days {
	float:left;
	width:100%;
	padding:5px 0px;
}
.holidays {
	float:left;
	width:100%;
	padding:5px 0px;
}
.total_days {
	float:left;
	width:100%;
	padding:5px 0px;
}

.reply__content {
	margin-top: 10px;
}

.reply + .reply {
	margin-top: 16px;
}
