a {
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300
}
a:hover {
    text-decoration: none
}

.active a {
	color: #f4008e;
}

a:focus,
a:active,
a:visited,
a:link {
    outline: 0;
    border: 0;
    text-decoration: none;
    -moz-outline-style: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #19bff1
}
h1 {
    margin-top: 15px;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px
}
h4 {
    font-size: 19px;
    text-transform: none;
    color: #f4008e
}
html {
    min-width: 960px;
    background-color: #FFF
}
body {
    background-color: #FFF;
    font-size-adjust: auto;
    font-weight: 300;
    overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
}
#wrapper {
    min-width: 100%;
    background: url(../img/border.png) repeat-x;
    background-position: left 5px
}
header {
}
header .logo {
    float: left
}
header .logo.fixed {
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    position: fixed;
    z-index: 2002;
    top: 5px;
    width: 140px
}
.container {
    width: 960px;
    margin: 0 auto
}
#content {
}
#content .content {
    position: relative;
}
#content .content.error,
#content .content.success {
    background: 0;
    border-top: 3px solid #f06060
}
#content .content.error:before,
#content .content.success:before {
    top: 3px
}
#content .content.success {
    border-top-color: #2ecc71
}
footer {
    margin-top: 45px;
    margin-bottom: 15px
}
footer .credit {
    border: 1px solid #d5d5d6;
    background-image: url(../img/border.png);
    background-repeat: repeat-x;
    background-position: left 2px;
    border-bottom: 0;
    line-height: 15px;
    padding-top: 10px;
    font-size: 13px;
    color: #8c8c8c
}
footer .credit:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    bottom: 2px;
    position: absolute;
    background: url(../img/border.png) repeat-x
}
footer .credit:after {
    display: none
}
footer .credit a {
    font-family: "Calibri Light", "Calibri-Light", "Calibri", "Helvetica Neue", Helvetica, Arial, sans-serif
}
footer .credit p {
    margin: 0
}
footer .credit .babyono {
    float: left
}
footer .credit .honki {
    float: right
}
[class^="ico-"],
[class*="ico-"],
.ico-url {
    display: inline-block;
    background-image: url(../img/sprites.png);
    background-repeat: no-repeat
}
.ico-preview {
    background-position: -33px 0;
    width: 27px;
    height: 23px
}
.ico-save {
    background-position: -61px 0;
    width: 21px;
    height: 23px
}
.ico-folder {
    background-position: 0 -24px;
    width: 32px;
    height: 18px;
	margin-top: 10px;
	margin-left: 14px !important;
	margin-right: 6px !important;
}
.ico-image {
    background-position: 0 0;
    width: 32px;
    height: 23px
}
.ico-preview_hover {
    background-position: -33px -24px;
    width: 27px;
    height: 23px
}
.ico-save_hover {
    background-position: -61px -24px;
    width: 21px;
    height: 23px
}
.bordered-color {
    border: 1px solid #d5d5d6;
    border-top: 0;
    background-image: url(../img/bg.png);
    background-position: top left;
    background-repeat: repeat-x
}
.bordered-color:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 5px;
    height: 1px;
    background: url(../img/border.png) top left repeat-x
}
.border-dotted {
    border: 1px solid #d5d5d6;
    background-image: url(../img/border.png);
    background-repeat: repeat-x;
    background-position: left 2px
}
.border-dotted:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    bottom: 2px;
    position: absolute;
    background: url(../img/border.png) repeat-x
}
ul.directory {
    list-style: none;
    width: 100%;
    font-size: 13px;
    margin: 0;
    padding: 0
}

ul.directory.sub {
	position: relative;
	border-radius: 3px;
	border: 1px solid #DEE0E3;
	background: #F7F7F9 none repeat scroll 0% 0%;
}

ul.directory a,
ul.directory.sub a.back {
    display: inline-block;
    padding: 0
}
ul.directory a:before,
ul.directory.sub a.back:before {
    content: "";
    display: inline-block;
    background-image: url(../img/sprites.png);
    background-repeat: no-repeat;
    background-position: 0 -24px;
    width: 24px;
    height: 18px;
    margin-right: 15px;
    float: left;
    margin-right: 25px
}
ul.directory li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}
ul.directory li a {
    padding: 10px 20px
}
ul.directory li:last-child:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
}
ul.directory.sub li {
    clear: both;
    display: block;
    padding: 10px;
    text-transform: none;
	border-bottom: 1px solid #EAEDF1;
	height: 35px;
	padding-right: 0;
	white-space: nowrap;
}

ul.directory.sub li:nth-child(1) {
    clear: both;
	min-height: 30px;
	border-bottom: 1px solid #DEE0E3;
}

ul.directory.sub li:nth-child(2) {
    clear: both;
	height: 15px;
	border-bottom: 1px solid #DEE0E3;
	overflow: hidden;
}
ul.directory.sub li:nth-child(2) span {
	line-height: 34px;
	background: #F7F7F9;
	color: #565D65;
	margin-top: -10px !important;
}

ul.directory.sub li:nth-child(2) i {
	background: none !important;
}

ul.directory.sub li.group {
	line-height: 10px;
	height: 10px;
	background: #bbb;
	color: #fff;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	cursor: pointer;
}

ul.directory.sub i {
    float: left;
    margin-left: 10px;
    margin-right: 10px
}
ul.directory.sub a {
    display: block;
    float: left;
    padding: 0
}
ul.directory.sub a:before {
    display: none
}
ul.directory.sub a.back {
    padding-left: 20px
}
ul.directory .options {
    float: right;
    margin-right: 20px
}
ul.directory .options span {
    float: left
}
ul.directory .name,
ul.directory .preview {
    display: inline-block;
    float: left;
	margin-top: -10px !important;
	line-height: 56px;
	position: relative;
	height: 56px;
}
ul.directory .preview a,
ul.directory .save a {
    color: #8e8e8e
}
ul.directory .preview a:hover,
ul.directory .save a:hover {
    color: #f4008e
}
ul.directory .preview,
ul.directory .size,
ul.directory .save,
ul.directory .delete, 
ul.directory .delete_user , 
ul.directory .delete_user_fake , 
ul.directory .date_modified , 
ul.directory .ext , 
ul.directory .edit_user,
ul.directory .edit_user_blank {
    padding-left: 20px;
	display: inline-block;
    float: left;
	margin-top: -10px !important;
	line-height: 56px;
	width: 151px;
	background: #fff;
	position: relative;
	height: 56px;
}

ul.directory .date_modified.asc:after, 
ul.directory .ext.asc:after, 
ul.directory .size.asc:after, 
ul.directory .name.asc:after {
	content: "";
	position: absolute;
	top: 15px;
	right: 8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 7px 5px;
	border-color: transparent transparent #6a7079 transparent;
}

ul.directory .date_modified.desc:after, 
ul.directory .ext.desc:after, 
ul.directory .size.desc:after, 
ul.directory .name.desc:after {
	content: "";
	position: absolute;
	top: 15px;
	right: 8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 5px 0 5px;
	border-color: #6a7079 transparent transparent transparent;
}

ul.directory .ext.asc:after, ul.directory .ext.desc:after {
	right: -28px;
}

ul.directory .ext {
	width: 70px;
}

ul.directory .size {
	width: 70px;
}

ul.directory .preview,
ul.directory .save {
	width: 100px;
}

ul.directory .delete {
	width: 82px;
}

ul.directory .edit_user, ul.directory .edit_user_blank {
	width: 30px;
}

ul.directory .delete_user, ul.directory .delete_user_fake {
	width: 20px;
}

ul.directory .delete:after, ul.directory .delete_user:after {
	content: "";
	position: absolute;
	top: 20px;
	right: 10px;
	background: url(/img/close.png) no-repeat 0px 0;
	width: 15px;
	height: 15px;
	display: block;
	cursor: pointer;
}

ul.directory .edit_user:after {
	content: "";
	position: absolute;
	top: 20px;
	right: 10px;
	background: url(/img/edit_icon.png) no-repeat 0px 0;
	width: 15px;
	height: 15px;
	display: block;
	cursor: pointer;
}

ul.directory .size {
	border-left: 1px solid #EAEDF1;
}
ul.directory .preview:before {
    -webkit-transition: background-position .3s ease-in-out;
    -moz-transition: background-position .3s ease-in-out;
    -o-transition: background-position .3s ease-in-out;
    -ms-transition: background-position .3s ease-in-out;
    transition: background-position .3s ease-in-out;
    content: "";
    display: inline-block;
    background-image: url(../img/sprites.png);
    background-repeat: no-repeat;
    background-position: -33px 0;
    width: 27px;
    height: 23px;
    float: left;
	margin-top: 16px;
    margin-right: 10px
}
ul.directory .preview:hover:before {
    background-position: -33px -24px;
    width: 27px;
    height: 23px
}

ul.directory .preview.blank:before {
	background: #fff;
}

ul.directory .save.blank:before {
	background: #fff;
}

ul.directory .save:before {
    -webkit-transition: background-position .3s ease-in-out;
    -moz-transition: background-position .3s ease-in-out;
    -o-transition: background-position .3s ease-in-out;
    -ms-transition: background-position .3s ease-in-out;
    transition: background-position .3s ease-in-out;
    content: "";
    display: inline-block;
    background-image: url(../img/sprites.png);
    background-repeat: no-repeat;
    background-position: -61px 0;
    width: 21px;
    height: 23px;
    float: left;
    margin-right: 10px;
	margin-top: 16px;
}
ul.directory .save:hover:before {
    background-position: -61px -24px;
    width: 21px;
    height: 23px
}
 
span.user_column {
	padding-left: 20px;
	display: inline-block;
    float: left;
	margin-top: -10px !important;
	line-height: 56px;
	width: 110px;
	background: #fff;
	position: relative;
	height: 56px;
} 

span.name {
	width: 20%;
	display: inline-block;
}

span.name a{
	color: #282C32;
	font-weight: bold;
}

li.user span.name{
	text-decoration: underline;
	cursor: pointer;
}

#add_user, #edit_user {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 150px;
	margin-left: -450px;
	margin-top: -150px;
	border-radius: 10px;
	border: 2px solid #27bfff;
	padding: 20px;
	background: #fff;
	z-index: 99999;
	display: none;
}

#add_user input, #add_user select, #edit_user input, #edit_user select{
	width: 130px;
	text-align: left;
}

.options {
	float: none !important;
}

.password {
	display: none !important;
}

img.delete_user, img.delete { 
	position: relative;
	z-index: 9999;
	margin-top: 5px;
	cursor: pointer;
}
  
img.edit_user { 
	position: relative;
	z-index: 9999;
	margin-top: 5px;
	cursor: pointer;
}  
 
img.add_user { 
	position: relative;
	z-index: 9999;
	margin-top: 5px;
	cursor: pointer;
}
 
#queue {
	clear: both;
}

.progress {
	text-align: center;
	position: relative;
	width: 200px;
	height: 11px;
}

.progress_percent {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	color: #fff;
	font-weight: bold;
	font-size: 8px;
	height: 100%;
	line-height: 12px;

}

.progress_bar {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0E8EC8;
}


#file_upload:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 13px;
	width: 15px;
	height: 15px;
	background: url(/img/plus.png) 0px 0px no-repeat;
	z-index: 100;
}

#file_upload {
	background: #0E8EC8;
	border-radius: 3px;
	cursor: pointer;
	color: #fff;
	padding-left: 40px;
	position: relative;
	float: left;
}

#file_upload object {
	z-index: 100000000 !important;
	left: 0;
	width: 100%;
}

#file_upload:hover {
	background: #0C7DB0;
}

#file_upload_trigger {
	display: inline;
	opacity: 0;
}

#delete {
	background: #e94c3d;
	border-radius: 3px;
	cursor: pointer;
	color: #fff;
	position: relative;
	width: 100px;
	text-align: center;
	line-height: 30px;
	float: left;
	margin-left: 10px;
	margin-top: -13px;
	display: none;
}

#delete:hover {
	background: #d44639;
}

.cancel_edit {
	background: #e94c3d;
	border-radius: 3px;
	cursor: pointer;
	color: #fff;
	position: relative;
	width: 100px;
	text-align: center;
	line-height: 30px;
	float: left;
	margin-left: 10px;
	display: none;
}

.cancel_edit:hover {
	background: #d44639;
}

.save_edit {
	background: #1f9a5b;
	border-radius: 3px;
	cursor: pointer;
	color: #fff;
	position: relative;
	width: 100px;
	text-align: center;
	line-height: 30px;
	float: left;
	margin-left: 10px;
	display: none;
}

.save_edit:hover {
	background: #218753;
}

#dir_edit {
	background: #d9b610;
	border-radius: 3px;
	cursor: pointer;
	color: #fff;
	position: relative;
	text-align: center;
	line-height: 30px;
	float: left;
	margin-left: 10px;
	padding: 0px 5px;
	display: none;
}

#dir_edit:hover {
	background: #c1a109;
}

#user_add:before, #group_add:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 13px;
	width: 15px;
	height: 15px;
	background: url(/img/plus.png) 0px 0px no-repeat;
	z-index: 100;
}

#user_add, #group_add {
	background: #0E8EC8;
	border-radius: 3px;
	cursor: pointer;
	color: #fff;
	padding-left: 40px;
	padding-right: 20px;
	position: relative;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
}

#user_add {
	margin-left: 0px;
}

#user_add:hover, #group_add:hover {
	background: #0C7DB0;
}

#group_add .group_add {
	width: 250px;
	position: absolute;
	margin-top: 1px;
	border: 1px solid #D7D8DA;
	border-radius: 4px;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
	z-index: 1;
	display: none;
	top: 30px;
	left: 0;
	padding: 10px;
	background: #fff;
}

#user_add .user_add {
	width: 250px;
	position: absolute;
	margin-top: 1px;
	border: 1px solid #D7D8DA;
	border-radius: 4px;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
	z-index: 1;
	display: none;
	top: 30px;
	left: 0;
	padding: 10px;
	background: #fff;
}

.indiv_input {
	display: block;
	width: 100%;
	height: 30px !important;
	padding: 5px 12px !important;
	font-size: 14px;
	line-height: 1.42857;
	color: #3E434A;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #CDD2D9;
	border-radius: 4px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.09);
	-moz-appearance: none;
	box-sizing: border-box;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.indiv_input:focus {
	border-color: #1E9A5C;
	outline: 0px none;
}

.indiv_cancel {
	color: #E74C3C;
	text-decoration: none;
	background: transparent none repeat scroll 0% 0%;
	border: none;
	float: right;
	line-height: 30px;
}

.indiv_cancel:hover {
	text-decoration: underline;
}

.indiv_submit {
	background: #0E8EC8;
	border-radius: 3px;
	cursor: pointer;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
	z-index: 99999;
	border: none;
	float: right;
	text-align: center;
}

.indiv_submit {
	background: #0C7DB0;
}



#create, .normal {
	background: #1f9a5b;
	border-radius: 3px;
	cursor: pointer;
	color: #fff;
	position: relative;
	width: 100px;
	text-align: center;
	line-height: 30px;
	border: none;
	margin-top: -10px;
	padding: 0px 10px;
}

#create:hover, .normal:hover {
	background: #218753;
}

input[type=checkbox] {
	width: auto! important;
	float: left;
}

.checkbox-user {
	margin-right: 6px !important;
}

.max-width-85 {
	max-width: 85%;
}

form {
	margin-bottom: 0;
}

.buttons .normal {
	margin-top: 10px;
}

.sortable * {
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold;
}

ul.directory.sub li.user {
	display: none;
}