/*@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic,400italic,600italic);*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Kaushan+Script);
/*!
 *   AdminLTE v1.0
 *   Author: AlmsaeedStudio.com
 *   License: Open source - MIT
 *   Please visit http://opensource.org/licenses/MIT for more information
!*/
/*
    Core: General style
----------------------------
*/
.input-timesheet-desc {
	min-width: 450px;
}
.timesheet-form-control {
	min-width: 450px;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
html, body {
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	min-height: 100%;
	background: #fff;
}
body.sb-skin {
	font-size: 13px;
	overscroll-behavior-y: none;
	overflow-y: scroll;
	--scrollbar-width: 17px;
	--sail-layer-margin-top: 0px;
	--scrollbar-hidden-offset: 0px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 600;
}
a {
	color: #3c8dbc;
}
a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
	color: #72afd2;
}
input {
	border-radius: 3px;
}
select[multiple] {
	resize: both;
	border-radius: 3px;
}
/* Bootstrap modification */
.col-xs-12 {
	padding-right: 5px;
	padding-left: 5px;
}
.form-filter {
	display: ruby;
	margin-left: 20px;
}
#PostForm fieldset {
    max-width: 650px;
}
.input-group {
	margin-bottom: 5px;
}
.form-group .input-group {
	margin-bottom: 5px;
}
select.input-sm {
	margin-bottom: 5px;
}
input.input-sm {
	margin-bottom: 5px;
}
.row {
	margin-right: 0;
	margin-left: 0;
}
.modal-header {
	border-bottom: 0px solid #e5e5e5;
}
/* Layouts */
.wrapper {
	min-height: 100%;
}
.wrapper:before, .wrapper:after {
	display: table;
	content: " ";
}
.wrapper:after {
	clear: both;
}
::-webkit-input-placeholder {
 color: darkgrey !important;
}
::-webkit-scrollbar {
	width: 15px;
}
/* Track */
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0px rgb(0 0 0 / 0%);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgb(247 251 251);
}
/* Handle */
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 3px;
	background: rgb(193 193 193 / 29%);
	-webkit-box-shadow: inset 0px 0px 0px rgb(89 88 88 / 50%);
}
/* Define 2 column template */
.right-side, .left-side {
	min-height: 100%;
	display: block;
}
/*right side - contins main content*/
.right-side {
	background-color: #f9f9f9;
	margin-left: 220px;
}
/*left side - contains sidebar*/
.left-side {
	position: absolute;
	width: 220px;
	top: 0;
}
/*
	By default the layout is not fixed but if you add the class .fixed to the body element
	the sidebar and the navbar will automatically become poisitioned fixed
*/
body.fixed > .header, body.fixed .left-side, body.fixed .navbar {
	position: fixed;
}
body.fixed > .header {
	top: 0;
	right: 0;
	left: 0;
}
body.fixed .navbar {
	left: 0;
	right: 0;
}
body.fixed .wrapper {
	margin-top: 50px;
}
/* Content */
.content {
	/* padding: 20px 0px; 
	background: #f9f9f9; */
	margin-top: -10px !important;
}
.content-header {
	padding-bottom: 20px;
}
/* Utility */
/* H1 - H6 font */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Source Sans Pro', sans-serif;
}
.navbar-toggle {
	padding: 11px 10px;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: none;
}
/* Page Header */
.page-header {
	margin: 10px 0 20px 0;
	font-size: 22px;
}
.page-header > small {
	color: #666;
	display: block;
	margin-top: 5px;
}
/* All images should be responsive */

.sort-highlight {
	background: #f4f4f4;
	border: 1px dashed #ddd;
	margin-bottom: 10px;
}
/* 10px padding and margins */
.pad {
	padding: 10px;
}
.margin {
	margin: 10px;
}
/* Display inline */
.inline {
	display: inline;
	width: auto;
}
.inline-block {
	display: inline-block;
	width: auto;
}
.ruby {
	display: ruby;
	width: auto;
}.flex {
	display: flex;
	width: auto;
}
/*Hide elements by display none only*/
.hide {
	display: none !important;
}
/* Remove borders */
.no-border {
	border: 0px !important;
}
/* Remove padding */
.no-padding {
	padding: 0px !important;
}
/* Remove margins */
.no-margin {
	margin: 0px !important;
}
/* Remove box shadow */
.no-shadow {
	box-shadow: none!important;
}
/* Don't display when printing */
@media print {
	.no-print {
		display: none;
	}
	.left-side, .header, .content-header {
		display: none;
	}
	.right-side {
		margin: 0;
	}
	.invoice {
		width: 100%;
		border: 0;
		margin: 0;
		padding-left: 50px;
		padding-right: 50px;
	}
	.invoice-col {
		float: left;
		width: 33.3333333%;
	}
	.table-responsive {
		overflow: auto;
	}
	.table-responsive > .table tr th, .table-responsive > .table tr td {
		white-space: normal!important;
	}
}
/* Remove border radius */
.flat {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.table-responsive {
	overflow: auto;
}
/* Change the color of the striped tables */
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #fff;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
	/*border-bottom: 1px solid #ddd;*/
}
.table.table-borderless {
	margin-bottom: 0px;
}
.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
	border-top: 2px solid #ddd;
}
/* .text-center in tables */
table.text-center td, table.text-center th {
	text-align: left;
}
/* _fix for sparkline tooltip */
.jqstooltip {
	padding: 5px!important;
	width: auto!important;
	height: auto!important;
}
/* modal style copy from eng/css/AdminLTE.css */
.modal .invoice {
	position: relative;
	margin: 10px auto;
	background: #fff;
	padding: 0 !important;
}
.modal .content {
	padding: 20px 15px;
}
/*
	Components: navbar, logo and content header
-------------------------------------------------
*/
body > .header {
	max-height: 100px;
	position: sticky;
    top: 0;
    z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	text-align: left !important;
    padding-bottom: 0 !important;
}
body > .header .navbar {
	height: 60px;
	margin-bottom: 0;/*margin-left: 220px;*/
}
body > .header .navbar .sidebar-toggle {
	float: left;
	padding: 9px 5px;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 5px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
body > .header .navbar .sidebar-toggle:hover .icon-bar {
	background: #f6f6f6;
}
body > .header .navbar .sidebar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
body > .header .navbar .sidebar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
body > .header .navbar .nav > li.user > a {
	font-weight: bold;
	display: table;
	padding: 16px 14px 16px 8px;
	margin: 0;
}
body > .header .navbar .nav > li.user.setting > a {
	padding-right: 0;
}
body > .header .navbar .nav > li.user > a > div {
	display: table-cell;
	vertical-align: middle;
	padding: 0 8px;
}
body > .header .navbar .nav > li.user > a > div span {
	font-size: 13px;
	font-weight: 600;
}
body > .header .navbar .nav > li.user > a > div span.pname {
}
body > .header .navbar .nav > li.user > a > div span.cname {
	color: #a2c2d8;
}
body > .header .navbar .nav > li.user > a > .fa, body > .header .navbar .nav > li.user > a > .glyphicon, body > .header .navbar .nav > li.user > a > .ion {
	margin-right: 5px;
}
body > .header .navbar .nav > li > a > .label {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	right: 2px;
	font-size: 10px;
	font-weight: normal;
	width: 15px;
	height: 15px;
	line-height: 1.0em;
	text-align: center;
	padding: 2px;
}
body > .header .navbar .nav > li > a:hover > .label {
	top: 3px;
}
body > .header .logo {
	float: left;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	padding: 0 10px;
	width: 220px;
	font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
	font-weight: 500;
	height: 50px;
	display: block;
}
body > .header .logo .icon {
	margin-right: 10px;
}
.right-side > .content-header {
	position: relative;
	padding: 15px 15px 10px 20px;
}
.right-side > .content-header > h1 {
	margin: 0;
	font-size: 24px;
}
.right-side > .content-header > h1 > small {
	font-size: 15px;
	display: inline-block;
	padding-left: 4px;
	font-weight: 300;
}
.right-side > .content-header > .breadcrumb {
	float: right;
	background: transparent;
	margin-top: 0px;
	margin-bottom: 0;
	font-size: 12px;
	padding: 7px 5px;
	position: absolute;
	top: 15px;
	right: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.right-side > .content-header > .breadcrumb > li > a {
	color: #444;
	text-decoration: none;
}
.right-side > .content-header > .breadcrumb > li > a > .fa, .right-side > .content-header > .breadcrumb > li > a > .glyphicon, .right-side > .content-header > .breadcrumb > li > a > .ion {
	margin-right: 5px;
}
.right-side > .content-header > .breadcrumb > li + li:before {
	content: '>\00a0';
}
/*
	Component: Sidebar
--------------------------
*/
.sidebar {
	margin-bottom: 5px;
}
.sidebar .sidebar-form input:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: transparent!important;
}
.sidebar .sidebar-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar .sidebar-menu > li {
	margin: 0;
	padding: 0;
}
.sidebar .sidebar-menu > li > a {
	padding: 12px 5px 12px 15px;
	display: block;
}
.sidebar .sidebar-menu > li > a > .fa, .sidebar .sidebar-menu > li > a > .glyphicon, .sidebar .sidebar-menu > li > a > .ion {
	width: 20px;
}
/*.sidebar .sidebar-menu .treeview-menu {
  display: none;
	list-style: none;
	padding: 0;
	margin: 0;
}
.sidebar .sidebar-menu .treeview-menu > li {
	margin: 0;
}
.sidebar .sidebar-menu .treeview-menu > li > a {
	padding: 5px 5px 5px 15px;
	display: block;
	font-size: 14px;
	margin: 0px 0px;
}
.sidebar .sidebar-menu .treeview-menu > li > a > .fa,
.sidebar .sidebar-menu .treeview-menu > li > a > .glyphicon,
.sidebar .sidebar-menu .treeview-menu > li > a > .ion {
	width: 20px;
}*/
.user-panel {
	padding: 10px;
}
.user-panel:before, .user-panel:after {
	display: table;
	content: " ";
}
.user-panel:after {
	clear: both;
}
.user-panel > .image > img {
	width: 45px;
	height: 45px;
}
.user-panel > .info {
	font-weight: 600;
	padding: 5px 5px 5px 15px;
	font-size: 14px;
	line-height: 1;
}
.user-panel > .info > p {
	margin-bottom: 9px;
}
.user-panel > .info > a {
	text-decoration: none;
	padding-right: 5px;
	margin-top: 3px;
	font-size: 11px;
	font-weight: normal;
}
.user-panel > .info > a > .fa, .user-panel > .info > a > .ion, .user-panel > .info > a > .glyphicon {
	margin-right: 3px;
}
.project-details .col-md-2 {
	box-shadow: 0px 1px 4px #2324281f;
    margin-bottom: 10px;
    background: #fafafa;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    margin-top: 39px;
    border-radius: 10px 18px;
    padding-top: 20px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background-color: inherit;
}

/*
	Dropdown menus
----------------------------
*/
/*Dropdowns in general*/
.dropdown-menu {
	-webkit-box-shadow: 1px 1px 3px #eee;
	-moz-box-shadow: 1px 1px 3px #eee;
	box-shadow: 1px 1px 3px #eee;
	z-index: 2300;
}
.dropdown-menu > li > a > .glyphicon, .dropdown-menu > li > a > .fa, .dropdown-menu > li > a > .ion {
	margin-right: 10px;
}
.dropdown-menu > li > a:hover {
	background-color: #3c8dbc;
	color: #f9f9f9;
}
/*Drodown in navbars*/
.skin-blue .navbar .dropdown-menu > li > a {
	color: #444444;
}
/*
	Navbar custom dropdown menu
------------------------------------
*/
.navbar-nav > .notifications-menu > .dropdown-menu, .navbar-nav > .messages-menu > .dropdown-menu, .navbar-nav > .tasks-menu > .dropdown-menu {
	width: 280px;
	padding: 0 0 0 0!important;
	margin: 0!important;
	top: 100%;
	border: 1px solid #dfdfdf;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.header, .navbar-nav > .messages-menu > .dropdown-menu > li.header, .navbar-nav > .tasks-menu > .dropdown-menu > li.header {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #ffffff;
	padding: 7px 10px;
	border-bottom: 1px solid #f4f4f4;
	color: #444444;
	font-size: 14px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.header:after, .navbar-nav > .messages-menu > .dropdown-menu > li.header:after, .navbar-nav > .tasks-menu > .dropdown-menu > li.header:after {
	bottom: 100%;
	left: 92%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 7px;
	margin-left: -7px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a, .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a, .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size: 12px;
	background-color: #f4f4f4;
	padding: 7px 10px;
	border-bottom: 1px solid #eeeeee;
	color: #444444;
	text-align: center;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover, .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover, .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
	background: #f4f4f4;
	text-decoration: none;
	font-weight: normal;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu, .navbar-nav > .messages-menu > .dropdown-menu > li .menu, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow-x: hidden;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
	display: block;
	white-space: nowrap;
	/* Prevent text from breaking */
	border-bottom: 1px solid #f4f4f4;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
	background: #f6f6f6;
	text-decoration: none;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
	font-size: 12px;
	color: #444444;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
	font-size: 20px;
	width: 50px;
	text-align: center;
	padding: 15px 0px;
	margin-right: 5px;
	/* Default background and font colors */
	background: #00c0ef;
	color: #f9f9f9;
	/* Fallback for browsers that doesn't support rgba */
	color: rgba(255, 255, 255, 0.7);
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon.danger, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa.danger, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion.danger {
	background: #f56954;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon.warning, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa.warning, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion.warning {
	background: #f39c12;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon.success, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa.success, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion.success {
	background: #00a65a;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon.info, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa.info, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion.info {
	background: #00c0ef;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
	margin: 0px;
	line-height: 20px;
	padding: 10px 5px 10px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
	margin: auto 10px auto auto;
	width: 40px;
	height: 40px;
	border: 1px solid #dddddd;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
	padding: 0;
	margin: 0 0 0 45px;
	color: #444444;
	font-size: 15px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
	color: #999999;
	font-size: 10px;
	float: right;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
	margin: 0 0 0 45px;
	font-size: 12px;
	color: #888888;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
	display: table;
	content: " ";
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
	clear: both;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
	padding: 10px;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
	font-size: 14px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #666666;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
	padding: 0;
	margin: 0;
}
/* Add fade animation to dropdown menus */
/*.open > .dropdown-menu {
	animation-name: fadeAnimation;
	animation-duration: .7s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	-webkit-animation-name: fadeAnimation;
	-webkit-animation-duration: .7s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: fadeAnimation;
	-moz-animation-duration: .7s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: forwards;
}*/
@keyframes fadeAnimation {
	from {
		opacity: 0;
		top: 120%;
	}
	to {
		opacity: 1;
		top: 100%;
	}
}
@-webkit-keyframes fadeAnimation {
	from {
		opacity: 0;
		top: 120%;
	}
	to {
		opacity: 1;
		top: 100%;
	}
}
/*
	Component: Navs
*/
/* NAV TABS */
.nav-tabs-custom {
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.nav-tabs-custom > .nav-tabs {
	margin: 0;
	border-bottom-color: #f4f4f4;
}
.nav-tabs-custom > .nav-tabs > li {
	border-top: 3px solid transparent;
	margin-bottom: -2px;
	margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li > a {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.nav-tabs-custom > .nav-tabs > li > a, .nav-tabs-custom > .nav-tabs > li > a:hover {
	background: transparent;
	margin: 0;
}
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover, .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus, .nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
	border-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.active {
	border-top-color: #3c8dbc;
}
.nav-tabs-custom > .nav-tabs > li.active > a, .nav-tabs-custom > .nav-tabs > li.active:hover > a {
	background-color: #fff;
}
.nav-tabs-custom > .nav-tabs > li.active > a {
	border-top: 0;
	border-left-color: #f4f4f4;
	border-right-color: #f4f4f4;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type {
	margin-left: 0px;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
	border-left-width: 0;
}
.nav-tabs-custom > .nav-tabs.pull-right {
	float: none!important;
}
.nav-tabs-custom > .nav-tabs.pull-right > li {
	float: right;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
	margin-right: 0px;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
	border-left-width: 1px;
	border-right-width: 0px;
}
.nav-tabs-custom > .nav-tabs > li.header {
	font-weight: 400;
	line-height: 35px;
	padding: 0 10px;
	font-size: 20px;
	color: #444;
	cursor: default;
}
.nav-tabs-custom > .nav-tabs > li.header > .fa, .nav-tabs-custom > .nav-tabs > li.header > .glyphicon, .nav-tabs-custom > .nav-tabs > li.header > .ion {
	margin-right: 10px;
}
.nav-tabs-custom > .tab-content {
	background: #fff;
	padding: 10px;
}
.nav-tabs-sidemenu {
	border-bottom: none;
}
.nav-tabs {
	border-bottom: none;
}	
/* PAGINATION */
.pagination > li > a {
	background: #fafafa;
	color: #666;
	-webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.09);
}
.pagination > li:first-of-type a, .pagination > li:last-of-type a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
/*
	Component: Mailbox
*/
.mailbox .table-mailbox {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.mailbox .table-mailbox tr.unread > td {
	background-color: rgba(0, 0, 0, 0.05);
	color: #000;
	font-weight: 600;
}
.mailbox .table-mailbox tr > td > .fa.fa-star, .mailbox .table-mailbox tr > td > .fa.fa-star-o, .mailbox .table-mailbox tr > td > .glyphicon.glyphicon-star, .mailbox .table-mailbox tr > td > .glyphicon.glyphicon-star-empty {
	color: #f39c12;
	cursor: pointer;
}
.mailbox .table-mailbox tr > td.small-col {
	width: 30px;
}
.mailbox .table-mailbox tr > td.name {
	width: 150px;
	font-weight: 600;
}
.mailbox .table-mailbox tr > td.time {
	text-align: right;
	width: 100px;
}
.mailbox .table-mailbox tr > td {
	white-space: nowrap;
}
.mailbox .table-mailbox tr > td > a {
	color: #444;
}
/*
	Page: locked screen
*/
/* ADD THIS CLASS TO THE <HTML> TAG */
.lockscreen {
	background: url(../img/blur-background09.jpg) repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/* Remove the background from the body element */
.lockscreen > body {
	background: transparent;
}
/* We will put the dynamically generated digital clock here */
.lockscreen .headline {
	color: #fff;
	text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5);
	font-weight: 300;
	-webkit-font-smoothing: antialiased !important;
	opacity: 0.8;
	margin: 10px 0 30px 0;
	font-size: 90px;
}
/* User name [optional] */
.lockscreen .lockscreen-name {
	text-align: center;
	font-weight: 600;
	font-size: 16px;
}
/* Will contain the image and the sign in form */
.lockscreen-item {
	padding: 0;
	background: #fff;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 10px auto;
	width: 290px;
}
.lockscreen-item:before, .lockscreen-item:after {
	display: table;
	content: " ";
}
.lockscreen-item:after {
	clear: both;
}
/* User image */
.lockscreen-item > .lockscreen-image {
	position: absolute;
	left: -10px;
	top: -30px;
	background: #fff;
	padding: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 10;
}
.lockscreen-item > .lockscreen-image > img {
	width: 70px;
	height: 70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
/* Contains the password input and the login button */
.lockscreen-item > .lockscreen-credentials {
	margin-left: 80px;
}
.lockscreen-item > .lockscreen-credentials input {
	border: 0 !important;
}
.lockscreen-item > .lockscreen-credentials .btn {
	background-color: #fff;
	border: 0;
}
/* Extra to give the user an option to navigate the website [optional]*/
.lockscreen-link {
	margin-top: 30px;
	text-align: center;
}
/*
	Page: register and login
*/
.form-box {
	width: 360px;
	margin: 84px auto 0 auto;
}
.form-box .header {
	background: #3d9970;
	box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.2);
	text-align: center;
	font-size: 26px;
	font-weight: 300;
	color: #fff;
}
.form-box .body, .form-box .footer {
	padding: 10px 0px;
	background: #fff;
	color: #444;
}
.form-box .body > .form-group, .form-box .footer > .form-group {
	margin-top: 20px;
}
.form-box .body > .btn, .form-box .footer > .btn {
	margin-bottom: 10px;
}
.form-box .footer {
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
/*
	Page: 404 and 500 error pages
------------------------------------
*/
.error-page {
	width: 600px;
	margin: 20px auto 0 auto;
}
.error-page > .headline {
	float: left;
	font-size: 100px;
	font-weight: 300;
}
.error-page > .error-content {
	margin-left: 190px;
	display: block;
}
.error-page > .error-content > h3 {
	font-weight: 300;
	font-size: 25px;
}
.error-page:before, .error-page:after {
	display: table;
	content: " ";
}
.error-page:after {
	clear: both;
}
/*
	Page: Invoice
*/
.invoice {
	position: relative;
	margin: 10px auto;
	background: #fff;
}
.invoice-title {
	margin-top: 0;
}
/* Enhancement for printing */
@page {
	margin: 0;
}
/*
	Skins
	-----
*/
/*
	Skin Blue
	---------
*/
/* skin-blue navbar */
.skin-blue .navbar {
	background-color: #3c8dbc;
}
.skin-blue .navbar .nav a {
	color: rgba(255, 255, 255, 0.8);
}
.skin-blue .navbar .nav > li > a:hover, .skin-blue .navbar .nav > li > a:active, .skin-blue .navbar .nav > li > a:focus, .skin-blue .navbar .nav .open > a, .skin-blue .navbar .nav .open > a:hover, .skin-blue .navbar .nav .open > a:focus {
	background: rgba(0, 0, 0, 0.1);
	color: #f6f6f6;
}
.skin-blue .navbar .navbar-right > .nav {
	margin-right: 10px;
}
.skin-blue .navbar .sidebar-toggle .icon-bar {
	background: rgba(255, 255, 255, 0.8);
}
.skin-blue .navbar .sidebar-toggle:hover .icon-bar {
	background: #f6f6f6 !important;
}
/* skin-blue logo */
.skin-blue .logo {
	background-color: #367fa9;
	color: #f9f9f9;
}
.skin-blue .logo > a {
	color: #f9f9f9;
}
.skin-blue .logo:hover {
	background: #357ca5;
}
/* skin-blue content header */
.skin-blue .right-side > .content-header {
	background: #fbfbfb;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
/* Skin-blue user panel */
.skin-blue .user-panel > .image > img {
	border: 1px solid #dfdfdf;
}
.skin-blue .user-panel > .info, .skin-blue .user-panel > .info > a {
	color: #555555;
}
/* skin-blue sidebar */
.skin-blue .sidebar {
	border-bottom: 1px solid #fff;
}
.skin-blue .sidebar > .sidebar-menu > li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dbdbdb;
}
.skin-blue .sidebar > .sidebar-menu > li:first-of-type {
	border-top: 1px solid #dbdbdb;
}
.skin-blue .sidebar > .sidebar-menu > li:first-of-type > a {
	border-top: 1px solid #fff;
}
.skin-blue .sidebar > .sidebar-menu > li > a {
	margin-right: 1px;
}
.skin-blue .sidebar > .sidebar-menu > li > a:hover, .skin-blue .sidebar > .sidebar-menu > li.active > a {
	color: #222;
	background: #f9f9f9;
}
.skin-blue .sidebar > .sidebar-menu > li > .treeview-menu {
	margin: 0 1px;
	background: #f9f9f9;
}
.skin-blue .left-side {
	background: #f4f4f4;
	-webkit-box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.1);
	box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.07);
}
.skin-blue .sidebar a {
	color: #555555;
}
.skin-blue .sidebar a:hover {
	text-decoration: none;
}
.skin-blue .treeview-menu > li > a {
	color: #777;
}
.skin-blue .treeview-menu > li.active > a, .skin-blue .treeview-menu > li > a:hover {
	color: #111;
}
.skin-blue .sidebar-form {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #dbdbdb;
	margin: 10px 10px;
}
.skin-blue .sidebar-form input[type="text"], .skin-blue .sidebar-form .btn {
	box-shadow: none;
	background-color: #fafafa;
	border: 1px solid #fafafa;
	height: 35px;
}
.skin-blue .sidebar-form input[type="text"] {
	color: #666;
	-webkit-border-top-left-radius: 2px !important;
	-webkit-border-top-right-radius: 0 !important;
	-webkit-border-bottom-right-radius: 0 !important;
	-webkit-border-bottom-left-radius: 2px !important;
	-moz-border-radius-topleft: 2px !important;
	-moz-border-radius-topright: 0 !important;
	-moz-border-radius-bottomright: 0 !important;
	-moz-border-radius-bottomleft: 2px !important;
	border-top-left-radius: 2px !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 2px !important;
}
.skin-blue .sidebar-form input[type="text"]:focus, .skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
	background-color: #fff;
	color: #666;
}
.skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
	border-left-color: #fff;
}
.skin-blue .sidebar-form .btn {
	color: #999;
	-webkit-border-top-left-radius: 0 !important;
	-webkit-border-top-right-radius: 2px !important;
	-webkit-border-bottom-right-radius: 2px !important;
	-webkit-border-bottom-left-radius: 0 !important;
	-moz-border-radius-topleft: 0 !important;
	-moz-border-radius-topright: 2px !important;
	-moz-border-radius-bottomright: 2px !important;
	-moz-border-radius-bottomleft: 0 !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 2px !important;
	border-bottom-right-radius: 2px !important;
	border-bottom-left-radius: 0 !important;
}
/*
	Skin Black
	--------
*/
/* skin-black navbar */
.skin-black .navbar {
	background-color: #225fab;
}
.skin-black .navbar .nav a {
	color: #fff;
}
.navbar-nav {
	background-color: #225fab;
	margin-left: 20px;
}
/*.skin-black .navbar .nav > li > a:hover,
.skin-black .navbar .nav > li > a:active,
.skin-black .navbar .nav > li > a:focus,
.skin-black .navbar .nav .open > a,
.skin-black .navbar .nav .open > a:hover,
.skin-black .navbar .nav .open > a:focus {
	background: #ffffff;
	color: #999999;
}*/
.skin-black .navbar .navbar-right > .nav {
	margin-right: 10px;
}
.skin-black .navbar .sidebar-toggle .icon-bar {
	background: #333333;
}
.skin-black .navbar .sidebar-toggle:hover .icon-bar {
	background: #999999 !important;
}
/* skin-black logo */
.skin-black .logo {
	background-color: #333333;
	color: #f9f9f9;
}
.skin-black .logo > a {
	color: #f9f9f9;
}
.skin-black .logo:hover {
	background: #303030;
}
/* skin-black content header */
.skin-black .right-side > .content-header {
	background: transparent;
	box-shadow: none;
}
/* Skin-red user panel */
.skin-black .user-panel > .image > img {
	border: 1px solid #444;
}
.skin-black .user-panel > .info, .skin-black .user-panel > .info > a {
	color: #eee;
}
/* skin-black sidebar */
.skin-black .sidebar {
	border-bottom: 1px solid #333;
}
.skin-black .sidebar > .sidebar-menu > li {
	border-top: 1px solid #333;
	border-bottom: 0px solid #444;
}
.skin-black .sidebar > .sidebar-menu > li:first-of-type {
	border-top: 1px solid #444;
}
.skin-black .sidebar > .sidebar-menu > li:first-of-type > a {
	border-top: 0px solid #333;
}
.skin-black .sidebar > .sidebar-menu > li > a {
	margin-right: 1px;
}
.skin-black .sidebar > .sidebar-menu > li > a:hover, .skin-black .sidebar > .sidebar-menu > li.active > a {
	color: #f6f6f6;
	background: #444;
}
.skin-black .sidebar > .sidebar-menu > li > .treeview-menu {
	margin: 0 1px;
	background: #444;
}
.skin-black .left-side {
	background: #333;
}
.skin-black .sidebar a {
	color: #eee;
}
.skin-black .sidebar a:hover {
	text-decoration: none;
}
.skin-black .treeview-menu > li > a {
	color: #333;
}
.skin-black .sidebar-form {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 0px solid #555;
	margin: 10px 10px;
}
.skin-black .sidebar-form input[type="text"], .skin-black .sidebar-form .btn {
	box-shadow: none;
	background-color: rgba(255, 255, 255, 0.1);
	border: 0 solid rgba(255, 255, 255, 0.1);
	height: 35px;
	outline: none;
}
.skin-black .sidebar-form input[type="text"] {
	color: #666;
	-webkit-border-top-left-radius: 2px !important;
	-webkit-border-top-right-radius: 0 !important;
	-webkit-border-bottom-right-radius: 0 !important;
	-webkit-border-bottom-left-radius: 2px !important;
	-moz-border-radius-topleft: 2px !important;
	-moz-border-radius-topright: 0 !important;
	-moz-border-radius-bottomright: 0 !important;
	-moz-border-radius-bottomleft: 2px !important;
	border-top-left-radius: 2px !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 2px !important;
}
.skin-black .sidebar-form input[type="text"]:focus, .skin-black .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
	background-color: #444;
	border: 0;
}
.skin-black .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
	border-left: 0;
}
.skin-black .sidebar-form .btn {
	color: #999;
	-webkit-border-top-left-radius: 0 !important;
	-webkit-border-top-right-radius: 2px !important;
	-webkit-border-bottom-right-radius: 2px !important;
	-webkit-border-bottom-left-radius: 0 !important;
	-moz-border-radius-topleft: 0 !important;
	-moz-border-radius-topright: 2px !important;
	-moz-border-radius-bottomright: 2px !important;
	-moz-border-radius-bottomleft: 0 !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 2px !important;
	border-bottom-right-radius: 2px !important;
	border-bottom-left-radius: 0 !important;
	border-left: 0;
}
/*!
 * iCheck v1.0.1, http://git.io/arlzeA
 * =================================
 * Powerful jQuery and Zepto plugin for checkboxes and radio buttons customization
 *
 * (c) 2013 Damir Sultanov, http://fronteed.com
 * MIT Licensed
 */
/* iCheck plugin Minimal skin, black
----------------------------------- */
.icheckbox_minimal, .iradio_minimal {
	display: inline-block;
 *display: inline;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 18px;
	height: 18px;
	background: rgba(255, 255, 255, 0.7) url(../../css/iCheck/minimal/minimal.png) no-repeat;
	border: none;
	cursor: pointer;
}
.icheckbox_minimal {
	background-position: 0 0;
}
.icheckbox_minimal.hover {
	background-position: -20px 0;
}
.icheckbox_minimal.checked {
	background-position: -40px 0;
}
.icheckbox_minimal.disabled {
	background-position: -60px 0;
	cursor: default;
}
.icheckbox_minimal.checked.disabled {
	background-position: -80px 0;
}
.iradio_minimal {
	background-position: -100px 0;
}
.iradio_minimal.hover {
	background-position: -120px 0;
}
.iradio_minimal.checked {
	background-position: -140px 0;
}
.iradio_minimal.disabled {
	background-position: -160px 0;
	cursor: default;
}
.iradio_minimal.checked.disabled {
	background-position: -180px 0;
}
.pace .pace-progress {
	background: #00c0ef;
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	height: 2px;
	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s;
}
.pace-inactive {
	display: none;
}
/* SolidBox 스타일 */
.sb-login .welcome {
	color: #222;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
	font-weight: 400;
}
.sb-login .welcome strong {
	font-weight: 600;
}
.sb-login .sb-submit {
	background: #0e68c5;
	;
	color: #fff;
	padding: 10px;
	font-size: 20px;
}
.sb-login .form-box {
	background-clip: padding-box;
	padding: 36px;
	max-width: 430px;
	min-width: 374px;
	margin-bottom: 40px;
}
.sb-login .form-box .header {
	color: #222;
	background: #fff;
	box-shadow: none;
	border-radius: 0;
	font-weight: 500;
}
.sb-login .form-control {
	height: 46px;
	font-size: 16px;
	border: 0;
	border-bottom: 1px solid #ddd;
}
.sb-login .input-group {
	width: 100%;
}
.sb-login .logo {
	display: block;
	margin: 10px auto;
}
.sb-login .has-error .form-control {
	border: none;
	border-bottom: 2px solid #ddd;
	box-shadow: none;
}
.sb-login .text-danger {
	color: #ff5f01;
}
.sb-login {
	background: #f9fbfb;
}
.sb-login body {
	background-color: #fff;
}
#login-footer {
	background-color: #f9fbfb;
	border-top: 1px solid #e8ebee;
	color: #7b8188;
	padding: 14px 0 40px;
	width: 100%;
	text-align: center
}
#login-footer a {
	color: #7b8188;
}
/*.sb-login .input-group .input-group-addon {
	background: none;
	border: none;
	border-bottom: 2px solid #ddd;
	color: #ddd;
	padding-right: 5px;
}
.sb-login .input-group .fa-lock {
	font-size: 18px;
}*/
.close {
	font-size: 30px;
}
#PostForm .modal-body,
#TimesheetForm .modal-body {
	background: #fafafa;
	padding: 20px 30px;
}
#project_note {
    border-radius: 5px; /* or try 12px, 9999px for pill, etc. */
}
.sb-wrapper {
	padding: 50px 2em 20px 2em;
	background-color: #fff;
	max-width: 1600px;
	margin: 0 auto;
}
.sb-wrapper .content {
	background-color: #fff;
}
.sb-skin .navbar .nav.sb-menu > li > a {
	font-size: 13px;
	font-weight: 0;
}
.sb-skin .navbar-nav>li>a {
	padding: 20px 13px;
}
.sb-skin .sb-menu > li:first-of-type {
}
.sb-skin .sb-menu > li:first-of-type > a {
	border-top: 0px solid #333;
}
.sb-skin .sb-menu>li.active {
	background-color: #2366b8;
}
.sb-skin .sb-menu > li > .treeview-menu {
	margin: 0 1px;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 3px #eee;
	position: absolute;
	background-color: #fff;
}
.sb-skin .sb-menu li {
	position: initial;
}
.sb-skin .treeview-menu {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
}
.sb-skin .treeview-menu > li {
	margin: 0;
	padding: 5px 0;
}
.sb-skin .treeview-menu > li:hover {
	background: #f0f0f0;
}
.sb-skin .treeview-menu > li > a {
	padding: 5px 20px 5px 0px;
	display: block;
	font-size: 14px;
	margin: 0px 0px;
}
.sb-skin .treeview-menu > li > a > .fa, .sb-skin .treeview-menu > li > a > .glyphicon, .sb-skin .treeview-menu > li > a > .ion {
	width: 20px;
}
.navbar-toggle .icon-bar {
	background-color: #fff;
}
#quotationList_length {
	position: inherit;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	z-index: 2;
	background-color: #f7fbfb;
}
.dataTable thead {
	background: white;
	position: sticky;
	top: -29px;
	z-index: 1;
}
.admin-tool{
	padding: 27.5px 25px 27.5px 25px;
	background: #fafafa;
	border: 1px solid #ddd;
	margin-bottom: 5px;
	margin-right: 1px;
	border-radius: 50px 10px;
	box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.1);
}
.dataTables_wrapper {
	width: auto;
	height: 80vh;
	overflow: auto;
	padding: 27.5px 25px 27.5px 25px;
	background: #f7fbfb;
	border: 1px solid #ddd;
	margin-bottom: 5px;
	margin-right: 1px;
	border-radius: 50px 10px;
}
#assistantList_wrapper {
	height: auto !important;
}
#relationshipList_wrapper {
	height: auto !important;
}
#balanceProjectBox .dataTables_wrapper {
	height: auto !important;
}
#timesheetList_wrapper {
	height: auto !important;
}
/*
#projectListBox .dataTables_wrapper {
	height: auto !important;
}
#invoiceListBox .dataTables_wrapper {
	height: auto !important;
}
#quotationListBox .dataTables_wrapper {
	height: auto !important;
}
*/
#entryListBox .dataTables_wrapper {
	height: auto !important;
}
#performanceForecastDiv .dataTables_wrapper {
	height: auto !important;
}
#reportBox .dataTables_wrapper {
	height: auto !important;
}
#userProjectBox .dataTables_wrapper {
	height: auto !important;
}
#userListBox .dataTables_wrapper {
	height: auto !important;
}
#documentationTabMenu .dataTables_wrapper {
	height: auto !important;
}
#balanceUserBox .dataTables_wrapper {
	height: auto !important;
}
#uploadedFileListBox .dataTables_wrapper {
	height: auto !important;
}
#departmentTerritoryBox .dataTables_wrapper {
	height: auto !important;
}
#userViewBox .dataTables_wrapper {
	height: auto !important;
}
#userTerritoryBox .dataTables_wrapper  {
    height: auto !important;
}
#userExpertiseBox .dataTables_wrapper  {
    height: auto !important;
}
#userSearhResult .dataTables_wrapper  {
    height: auto !important;
}
#projectSearhResult .dataTables_wrapper  {
    height: auto !important;
}
#quotationSearhResult .dataTables_wrapper  {
    height: auto !important;
}
#invoiceSearhResult .dataTables_wrapper  {
    height: auto !important;
}
#userViewBox #balanceUserList_wrapper.dataTables_wrapper {
	width: inherit;
	height: inherit;
	overflow: inherit;
	padding: inherit;
	background: inherit;
	border: inherit;
	margin-bottom: inherit;
	margin-right: inherit;
	border-radius: inherit;
}
#projectTypeTerritoryList_wrapper {
    height: auto !important;
}

#DocumentationForm {
	padding: 27.5px 25px 27.5px 25px;
    background: #fafafa;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    margin-right: 1px;
    border-radius: 50px 10px;   
}	
table.dataTable thead th, table.dataTable tfoot th {
	font-weight: 550;
}

/* --- Style for Shrink/Expand Panel --- */
/* The parent row needs to be a positioning context */
.project-details {
	position: relative;
}
/* Make the panel float above other content */
#expandable-panel {
	position: absolute; /* Takes the panel out of the normal document flow */
	top: 0;
	left: 0;
	z-index: 998;      /* Ensures it's on top of other content */
	/* Make it the full height of its container
	height: 100%;       /* Make it the full height of its container */
	width: 70px;        /* Shrunk width */
	transition: width 0.3s ease-in-out;
	overflow: hidden;
	background-color: #ffffff;
	box-shadow: 2px 0px 5px rgba(0,0,0,0.1); /* Adjusted shadow for floating */
	padding-left: 0px;
}
/* Expanded state on hover */
#expandable-panel:hover {
	width: 250px;
}
#expandable-panel .project-tabs {
	border-right: none;
	margin-left: -5px;
}
#expandable-panel .project-tabs li {
	width: 130%;
	display: flex;
	align-items: center;
	margin-bottom: 2px;
}
#expandable-panel .project-tabs li.active {
	background-color: #f5f5f5;
}
#expandable-panel .project-tabs li>a.project-tab {
	display: flex;
	align-items: center;
	white-space: nowrap;
	color: #333;
	flex-grow: 1;
	border: none !important;
	margin-right: 0 !important;
}
#expandable-panel .project-tabs li>a.project-tab .fa {
	font-size: 18px;
	width: 40px;
	text-align: center;
	flex-shrink: 0;
	margin-left: 10px;
}
#expandable-panel .project-tabs li>a.project-tab .menu-text {
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
	visibility: hidden;
	margin-left: 10px;
}
#expandable-panel:hover .project-tabs li>a.project-tab .menu-text {
	opacity: 1;
	visibility: visible;
	transition-delay: 0.1s;
}
.extra-icon {
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
	visibility: hidden;
	margin-right: 50px;
	flex-shrink: 0;
}
#expandable-panel:hover .extra-icon {
	opacity: 1;
	visibility: visible;
	transition-delay: 0.1s;
}
/* NEW: This class creates space for the collapsed panel */
.content-with-floating-sidebar {
	padding-left: 100px; /* This value MUST match the shrunk width of #expandable-panel */
}
/* --- NEW: Mobile Menu Styles --- */
#mobile-menu-toggle {
	display: none; /* Hidden by default */
}
#menu-overlay {
	display: none; /* Hidden by default */
}
/* tbody를 block처럼 취급해서 애니메이션 가능하게 */
.project-table tbody {
	display: block;
	opacity: 0;
	visibility: hidden;
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s ease;
}
/* 열릴 때 */
.project-table:hover tbody {
	opacity: 1;
	visibility: visible;
	transition-delay: 0.1s;
	max-height: 1000px; /* 충분히 큰 값 */
}
.project-table thead,
.project-table tbody tr {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.sb-skin table.dataTable {
	border-right: 0;
	border-left: 0;
}
.sb-skin table.dataTable>thead>tr>th, .sb-skin table.dataTable>tbody>tr>th, .sb-skin table.dataTable>tfoot>tr>th, .sb-skin table.dataTable>thead>tr>td, .sb-skin table.dataTable>tbody>tr>td, .sb-skin table.dataTable>tfoot>tr>td {
	border: 0;
	border-bottom: 1px solid #ddd;
	padding: 10px 18px 10px 10px;
}
.sb-skin table.dataTable tr:hover td {
	background-color: #fafdff !important;
}
.sb-skin .navbar-collapse {
	overflow-x: hidden;
}
.sb-skin .collapse.in {
	overflow-y: hidden;
}
.sb-user .plus-menu > .dropdown-menu > li {
	padding: 10px 0px;
	font-weight: 400;
	font-size: 14px;
}
.sb-user .plus-menu > .dropdown-menu > li > a {
	color: #333;
}
.sb-user .plus-menu > .dropdown-menu > li > a:hover {
	color: #fff;
}
.sb-user .plus-menu > .dropdown-menu > li > i {
	font-size: 12px;
}
.sb-user .plus-menu > .dropdown-menu > li.divider {
	padding: 0px;
}
.sb-user .user-menu .caret {
	border-top-width: 6px;
	border-left-width: 5px;
	border-right-width: 5px;
}
.sb-user .user-menu > .dropdown-menu {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
	border: 1px solid #ddd;
	width: 280px;
}
.sb-user .user-menu > .dropdown-menu > li.user-header {
	padding: 10px;
	text-align: center;
	width: 100%;
}
.sb-user .user-menu > .dropdown-menu > li.user-header > img {
	z-index: 5;
	height: 90px;
	width: 90px;
	border: 8px solid;
	border-color: transparent;
	border-color: rgba(255, 255, 255, 0.2);
}
.sb-user .user-menu > .dropdown-menu > li.user-header > p {
	z-index: 5;
	color: #333;
	margin-top: 10px;
}
.sb-user .user-menu > .dropdown-menu > li.user-header > p > small {
	display: block;
	font-size: 12px;
}
.sb-user .user-menu > .dropdown-menu > li.user-body {
	padding: 0px 15px 15px;
	border-bottom: 1px solid #ddd;
	width: 100%;
}
.sb-user .user-menu > .dropdown-menu > li.user-body:before, .sb-user .user-menu > .dropdown-menu > li.user-body:after {
	display: table;
	content: " ";
}
.sb-user .user-menu > .dropdown-menu > li.user-body:after {
	clear: both;
}
.sb-user .user-menu > .dropdown-menu > li.user-body > div > a {
	color: #0073b7;
}
.sb-user .user-menu > .dropdown-menu > li.user-footer {
	background-color: #f9f9f9;
	padding: 10px;
	width: 100%;
}
.sb-user .user-menu > .dropdown-menu > li.user-footer:before, .sb-user .user-menu > .dropdown-menu > li.user-footer:after {
	display: table;
	content: " ";
}
.sb-user .user-menu > .dropdown-menu > li.user-footer:after {
	clear: both;
}
.sb-user .user-menu > .dropdown-menu > li.user-footer .btn-default {
	color: #666666;
}
.sb-skin .sb-user .dropdown-menu {
	right: 0px;
	left: auto;
}
.sb-view-table>thead>tr>td.active, .sb-view-table>tbody>tr>td.active, .sb-view-table>tfoot>tr>td.active, .sb-view-table>thead>tr>th.active, .sb-view-table>tbody>tr>th.active, .sb-view-table>tfoot>tr>th.active, .sb-view-table>thead>tr.active>td, .sb-view-table>tbody>tr.active>td, .sb-view-table>tfoot>tr.active>td, .sb-view-table>thead>tr.active>th, .sb-view-table>tbody>tr.active>th, .sb-view-table>tfoot>tr.active>th {
	background: none;
	font-weight: 600;
}
.sb-view-table>thead>tr>th, .sb-view-table>tbody>tr>th, .sb-view-table>tfoot>tr>th, .sb-view-table>thead>tr>td, .sb-view-table>tbody>tr>td, .sb-view-table>tfoot>tr>td {
	padding: 8px 0;
	border: 0;
}
.sb-skin .nav-tabs>li>a {
	font-weight: 600;
	font-size: 14px;
	color: #999;
	border: none;
}
.sb-skin .nav-tabs>li>a, .sb-skin .nav-tabs>li>a:hover, .sb-skin .nav-tabs>li>a:focus {
	border: none;
}
.sb-skin .nav-tabs>li.active>a, .sb-skin .nav-tabs>li.active>a:hover, .sb-skin .nav-tabs>li.active>a:focus {
	color: #222;
}
.sb-skin #PostForm .nav-tabs {
	border: 0;
}
.sb-skin-input .nav-tabs>li>a {
	font-weight: 600;
	font-size: 11px;
	color: #999;
	border: none;
}
.sb-skin-input .nav-tabs>li>a, .sb-skin-input .nav-tabs>li>a:hover, .sb-skin-input .nav-tabs>li>a:focus {
	border: none;
}
.sb-skin-input .nav-tabs>li.active>a, .sb-skin-input .nav-tabs>li.active>a:hover, .sb-skin-input .nav-tabs>li.active>a:focus {
	color: #222;
	background: #fafafa;
	border: 1px solid #ddd;
}
.sb-skin #EmailForm .box > .box-body {
	padding: 30px;
	background: #fafafa;
	border: 1px solid #ddd;
}
.sb-skin #PasswordForm .box > .box-body {
	padding: 30px;
	background: #fafafa;
	border: 1px solid #ddd;
}
.sb-skin-input #PostForm .nav-tabs {
	border: 0;
}
.sb-skin-input .tabInputOptions {
	margin: 0px;
	padding: 0px;
}
.sb-skin #PostForm .box > .box-body {
	padding: 30px;
	background: #fafafa;
	border: 1px solid #ddd;
}
.sb-skin #PostForm #projectInfoBox {
	margin: 10px 0 30px 0;
	padding-right: 15px;
}
.sb-skin #PostForm #projectInfoInput {
	background: #fafafa;
	padding: 20px 0 0 15px;
}
.sb-skin #PostForm #projectInfoInput ul {
	margin-bottom: 10px;
	padding-left: 20px;
}
.sb-skin #PostForm #projectInfoInput ul label {
	margin-top: 10px;
}
.sb-skin #PostForm #projectInfoInput .radio,
.sb-skin #PostForm #projectInfoInput .checkbox {
	margin: 0;
}
/*
.sb-skin #PostForm #projectInfoInput ul:nth-child(n+2) {
	padding-left: 10px;
}
*/
.sb-skin #PostForm #projectInfoInput > div > div {
	margin-bottom: 10px;
}
.sb-skin #PostForm .sub-header {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	margin-top: 30px;
}
.sb-skin #PostForm .sub-header .box-title {
	font-size: 16px;
	line-height: 1;
	color: #225fab;
}
/*
.sb-skin .box-footer .btn {
	padding: 6px 18px;
	margin: 0 5px;
	font-size: 16px;
}
*/
.sb-skin .btn .caret {
	margin-left: 15px;
	border-top: 6px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.sb-skin .dropdown-toggle {
	margin-right: 0px;
}
.sb-skin .dropdown-menu > li > a:hover {
	background: #1C72AA;
}
.sb-skin #entryListBox #advancedToggle {
	margin-left: 20px;
	font-size: 13px;
}
.sb-skin #entryListBox .advanced {
	display: none;
	background: #f9fbfb;
	padding: 20px;
	margin-bottom: 14px;
	border: 1px solid #ddd;
	border-radius: 2px;
}
.sb-skin .toggle-div {
	position: relative;
}
.sb-skin .toggle-div-link {
	margin-left: 0px;
}
.sb-skin .toggle-div-button {
	margin-top: 12px;
	width: 100%;
}
.sb-skin .toggle-div-button-inline {
	margin-top: 12px;
}
.sb-skin .toggle-div-list {
	position: absolute;
	top: 52px;
	right: 20%;
	display: none;
	background: #fff;
	padding: 20px;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	box-shadow: 1px 1px 3px #eee;
	z-index: 11;
	transform: translate(-50%, -50%);
}
.sb-skin .toggle-div-list-person {
	position: absolute;
	top: auto;
	left: 73%;
	display: none;
	background: #fff;
	padding: 20px;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	box-shadow: 1px 1px 3px #eee;
	z-index: 9999;
	transform: translate(-50%, -50%);
}
.sb-skin .toggle-div-list .form-group {
	margin-bottom: 0;
	display: inline;
}
.sb-skin .toggle-more {
	cursor: pointer;
}
.sb-skin .toggle-more-list {
	display: none;
}
.sb-skin #entryBalanceSummary {
	margin-bottom: 33px;
	padding: 22px 50px;
	border: solid 1px #e8edef;
	background: #f7fbfb;
	border-radius: 50px 10px;
}
.sb-skin #entryBalanceTotal {
	text-align: left;
}
.sb-skin .entryBalanceTotalItem {
	display: flex
;
    /* grid-template-columns: 1fr auto auto; */
    gap: 30px;
    align-items: center;
}
.sb-skin #entryBalanceTitle {
	text-align: left;
}
.sb-skin #entryBalanceTitle div,
.sb-skin #entryBalanceTotal div,
.sb-skin #entryListBox .table-wrapper {
	background: #f7fbfb;
	/* background: linear-gradient(#ffffff, #f9fafb); */
	border-radius: 3px;
}
.sb-skin #entryListBox .table-wrapper {
	padding: 30px 0 22px 0;
	font-size: 14px;
}
.sb-skin #entryBalanceTitle label.value,
.sb-skin #entryBalanceTotal label.value {
	font-size: 18px;
	color: #222;
	font-weight: 600;
}
.sb-skin #entryBalanceItem small {
	font-size: 75%;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px;
    /* border: 1px solid #ccc; */
    /* padding: 5px; */
}
.sb-skin #entryBalanceItem label.value-sub {
	color: #222;
}
.sb-skin #entryBalanceTitle label,
.sb-skin #entryBalanceItem label {
	display: block;
	font-weight: 600;
	color: #76848e;
	margin: 15px 0 0 0;
	min-width: 210px
}
.sb-skin #entryBalanceTotal label {
	font-weight: 600;
	color: #76848e;
	margin: 15px 0 0 0;
	min-width: 210px
}
.sb-skin #entryBalanceTitle span {
	display: inline-grid;
	text-align: left;
	margin: 0 10px 10px 0;
}
.sb-skin #entryBalanceTotal span {
	display: inline-grid;
	text-align: left;
	margin: 0 10px 10px 0;
}
.sb-skin #entryBalanceItem span {
    display: inline-grid;
    /* text-align: left; */
    margin-bottom: 10px;
    /* font-size: 75%; */
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px;
    min-width: 270px;
}
.sb-skin .pagination > li > a {
	box-shadow: none;
}
.sb-skin .pagination>li>a:hover, .sb-skin .pagination>li>span:hover, .sb-skin .pagination>li>a:focus, .sb-skin .pagination>li>span:focus {
	color: #666;
}
.sb-skin .pagination>.active>a, .sb-skin .pagination>.active>span, .sb-skin .pagination>.active>a:hover, .sb-skin .pagination>.active>span:hover, .sb-skin .pagination>.active>a:focus, .sb-skin .pagination>.active>span:focus {
	background-color: #fff;
	border-color: #B9C4D3;
	font-weight: 600;
	color: #1C72AA;
}
.sb-skin #project_due_dt {
	/* max-width: 120px; */
	/* min-width: 100px; */
	width: 79%;
}
.sb-skin #ViewForm .table-responsive > .table-bordered:not(.table-striped) {
	background: #f7fbfb;
	border: solid 1px #e8edef;
}
.sb-skin #ViewForm .table-bordered>thead>tr>th, .sb-skin #ViewForm .table-bordered>tbody>tr>th, .sb-skin #ViewForm .table-bordered>tfoot>tr>th, .sb-skin #ViewForm .table-bordered>thead>tr>td, .sb-skin #ViewForm .table-bordered>tbody>tr>td, .sb-skin #ViewForm .table-bordered>tfoot>tr>td {
	border: 0;
	padding: 7px;
	border-bottom: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
}
.sb-skin #ViewForm .table>thead>tr>td.active, .sb-skin #ViewForm .table>tbody>tr>td.active, .sb-skin #ViewForm .table>tfoot>tr>td.active, .sb-skin #ViewForm .table>thead>tr>th.active, .sb-skin #ViewForm .table>tbody>tr>th.active, .sb-skin #ViewForm .table>tfoot>tr>th.active, .sb-skin #ViewForm .table>thead>tr.active>td, .sb-skin #ViewForm .table>tbody>tr.active>td, .sb-skin #ViewForm .table>tfoot>tr.active>td, .sb-skin #ViewForm .table>thead>tr.active>th, .sb-skin #ViewForm .table>tbody>tr.active>th, .sb-skin #ViewForm .table>tfoot>tr.active>th {
	background: #225fab1f;
	text-align: right;
	padding-right: 20px;
	font-weight: 600;
}
.sb-skin #ViewForm .panel {
	background: none;
	border: none;
}
.sb-skin .sb-project-info {
	margin-top: 20px;
}
.sb-skin .sb-project-info .panel-default>.panel-heading {
	background: none;
	border: none;
}
.sb-skin .sb-project-info .panel .panel:first-child {
	border-left: 1px solid #ddd !important;
}
.sb-skin .sb-project-info .panel-heading {
	display: none;
}
.sb-skin .sb-project-info .panel .panel .dl-horizontal dt:before {
	content: "• ";
	vertical-align: middle;
	font-size: 20px;
	color: rgb(101, 172, 67);
}
.sb-skin .sb-project-info .panel .panel .dl-horizontal dt {
	width: initial;
}
.sb-skin .sb-project-info > .box-body > .panel > .panel-body {
	padding-left: 0;
}
.sb-skin .content-header>div {
	display: table-cell;
	vertical-align: middle;
}
.content-header>div>h1 {
	margin-top: initial;
	margin-bottom: initial;
}
.sb-skin .sb-backlink {
	color: #777;
	font-size: 16px;
	border: none;
	background: none;
	border-right: 1px solid #ccc;
	margin-right: 16px;
	padding-bottom: 6px;
	padding-right: 14px;
	padding-left: 10px;
}
.sb-skin .sb-backlink:focus {
	outline: none;
	box-shadow: none;
}
.sb-skin .sb-link {
	color: #308cce !important;
	border: none;
	background: none
}
.sb-skin .sb-link:focus {
	outline: none;
	box-shadow: none;
}
.sb-skin #ViewForm .box .box-header, .sb-skin #ViewForm .box .box-header > .box-tools {
	padding: 0;
}
.sb-skin .sb-primary-edit {
	line-height: 2.8;
	margin-left: 14px;
	font-size: 13px;
	padding: 0;
}
.sb-skin .btn.btn-default {
	color: #576B81;
	box-shadow: none;
	border: 1px solid #bcc9d8;
	font-weight: 600;
}
.sb-skin .btn.btn-flat {
	border: 1px solid #d9dadc;
}
.sb-skin .box .box-header .box-title {
	line-height: 1.8;
    padding: 27.5px 25px 27.5px 25px;
    background: #ffffff;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    margin-right: 1px;
    border-radius: 50px 10px;
    font-size: 15px;
	box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.1);
}
.sb-skin .btn.btn-default:hover, .sb-skin .btn.btn-default:active, .sb-skin .btn.btn-default.hover {
	background: none !important;
	outline: none;
	box-shadow: none;
}
.sb-skin .btn-default:hover, .sb-skin .btn-default:focus, .sb-skin .btn-default.active, .sb-skin .open>.dropdown-toggle.btn-default {
	background: none !important;
	outline: none;
	box-shadow: none;
}
.sb-skin .btn-group.open .dropdown-toggle {
	box-shadow: none;
}
.sb-skin .btn-primary {
	background-color: #fff;
	font-weight: 600;
	border: 1px solid #c7ccd2;
	box-shadow: none;
	color: #0e68c5;
	padding: 5px 10px;
}
.sb-skin .btn-primary:focus, .sb-skin .btn-primary:active, .sb-skin .btn-primary:visited {
	outline: none;
	box-shadow: none;
}
.sb-skin .sb-btn-primary {
	color: #fff;
	background: #0e68c5;
	font-weight: 600;
	box-shadow: none;
	border: 1px solid #0e68c5;
}
.sb-skin .sb-btn-primary:focus, .sb-skin .sb-btn-primary:active, .sb-skin .sb-btn-primary:visited {
	outline: none;
	box-shadow: none
}
.sb-skin .sb-btn-primary .fa-plus {
	margin-right: 5px;
}
.sb-skin .sb-backlink .fa {
	color: #ddd;
	font-size: 20px;
	vertical-align: middle;
	margin-right: 5px;
}
.sb-skin .sb-add-icon span {
	font-weight: 600;
	margin-left: 8px;
	color: #333;
}
.sb-skin .sb-add-icon img {
	border: 1px solid #B9C4D3;
	border-radius: 4px;
	padding: 8px 9px;
	color: #0e68c5;
	background: #fff;
}
#entryInputTable {
	display: block;
	overflow: auto;
	border: 0;
}
select:not([multiple]) {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-position: right 50%;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
	padding: .5em;
	padding-right: 1.5em;
	line-height: initial;
	border-radius: 3px;
}
.sb-skin .dataTables_length select {
	width: 50px;
	padding: 0.2em;
	background-color: #fff;
	border-color: #ccc;
}
.sb-skin #formWizard .stepHeader {
	font-weight: 600;
	font-size: 16px;
	margin-left: 20px;
}
.sb-skin .wizard-buttons {
	background: none;
}
.sb-skin .wizard-buttons #btnCancel {
	margin-left: 10px;
}
.sb-skin .sb-icon-yesno-Y, .sb-skin .sb-icon-yesno-N {
	font-size: 12px;
	font-weight: 600;
	color: #999;
}
.sb-skin .sb-icon-yesno-Y {
	color: #55ac4c
}
.sb-skin .sb-icon-paid-Y, .sb-skin .sb-icon-paid-N, .sb-skin .sb-icon-paid-P {
	border-radius: 5em;
	padding: .2em 1em .3em;
	color: #fff;
	font-weight: 700;
}
.sb-skin .sb-icon-paid-Y {
	background-color: #55ac4c;
}
.sb-skin .sb-icon-paid-N {
	background-color: #f4403e;
}
.sb-skin .sb-icon-paid-P {
	background-color: #e09c1f;
}
.col-center {
	margin: 0 auto;
	float: none;
}
.sb-skin dt {
	font-weight: 600;
}
.sb-skin dl {
	margin-bottom: 10px;
}
.sb-skin .settings {
	clear: both;
}
.sb-skin .settings>div {
	width: 49%;
	float: left;
}
.sb-skin .settings > a {
	display: block;
	width: 100%;
	font-size: 16px;
	pointer-events: none;
	cursor: default;
	color: #444 !important;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	padding-top: 40px;
	font-weight: 600;
}
.sb-skin .settings:first-child > a {
	padding-top: 20px;
}
.sb-skin .settings > div > a {
	display: block;
	font-size: 15px;
	padding-top: 10px;
}
/*
	Menu Structure
------------------------
*/
.nav>li>a:hover, .nav>li>a:focus {
	background: none;
}
.nav>li {
	position: initial;
}
.project-tabs>li {
	display: flex;
    align-items: center;
}
.project-tab {
  transition: transform 0.2s ease-in-out;
}
.fa-pencil {
  transition: transform 0.2s ease-in-out;
}
.fa-pencil:hover {
  transform: scale(1.1);
}
.btn-project-edit {
  margin-left: 10px;
  transition: transform 0.2s ease-in-out;
}
.project-tab:hover {
  transform: scale(1.03);
}
.btn-project-edit:hover {
  transform: scale(1.2);
}
.btn-prepare-documentation {
  margin-left: 10px;
  transition: transform 0.2s ease-in-out;
}
.btn-prepare-documentation:hover {
  transform: scale(1.2);
}
.project-tabs .fa-search-plus {
  margin-left: 10px;
  transition: transform 0.2s ease-in-out;
}
.project-tabs .fa-search-plus:hover {
  transform: scale(1.2);
}
.google-folder .fa-cloud {
	font-size: 30px;
	transform: scale(1.2);
	padding: 6px !important;
}
.sb-skin .navbar a {
	color: #333333;
}
.sb-user .nav {
	display: inline-block;
}
.sb-skin .sb-menu .sub {
	background: #f9fbfb;
	position: absolute;
	width: 100%;
	left: 0;
	padding: 0;
	border-bottom: 1px solid #ebf1f1;
	z-index: 500;
	margin-top: 0px;
}
.sb-skin .sb-menu .open .sub {
	display: none;
}
.sb-skin .sb-menu li.active .sub {
	display: none;
	z-index: 1;
}
.sb-skin .sb-menu li.active .sub.hover {
	display: inline-table;
	width: 200px;
	z-index: 1000;
	padding-left: 0 !important;
	background: #fff;
	margin-top: 0px;
	box-shadow: 0 0 1px rgba(57, 70, 78, .15), 0 10px 30px -6px rgba(57, 70, 78, .25);
}
.sb-skin .sb-menu .sub li {
	padding: 16px 18px;
	display: inline-block;
}
.sb-skin .sb-menu .sub>li>a {
	font-weight: 400;
	font-size: 12px;
	color: #333;
}
.sb-skin .sb-menu .sub>li.active>a {
	font-weight: 700;
	background-color: inherit;
}
.sb-skin .sb-menu .sub>li>a:hover {
	text-decoration: none;
	background: #f8f8f8;
}
.sb-skin .sb-menu .sub.dropdown-menu {
	border: none;
	border-radius: 0%; 
}
.sb-skin .sb-menu.nav>li {
	display: block;
}
.sb-menu>li, .sb-menu>li>a, .sb-user>.sb-menu>li {
	display: inline-block;
}
.sb-skin .checklist-info>thead>tr>th,
.sb-skin .checklist-info>tbody>tr>th,
.sb-skin .checklist-info>tfoot>tr>th,
.sb-skin .checklist-info>thead>tr>td,
.sb-skin .checklist-info>tbody>tr>td,
.sb-skin .checklist-info>tfoot>tr>td {
	border-top: 0;
	padding-left: 0;
	padding-top: 0
}
.sb-skin .checklist-info {
	padding-left: 0;
	padding-top: 2px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.sb-skin .sb-label {
	font-weight: 600;
	color:#2e3261
}
.sb-skin .checklist-info .sb-label {
	font-weight: 600;
}
.sb-skin #timesheetTotal {
	padding: 16px 0px;
	font-size: 16px;
	margin-bottom: 20px;
	text-align: right;
}
.sb-skin #timesheetTotal label {
	margin-right: 30px;
	font-weight: 600;
	font-size: 14px;
}
.sb-skin #timesheetTotal .timesheet-unit > .value {
	color: #0e68c5;
	font-weight: 600;
	font-size: 24px;
}
.sb-skin #timesheetTotal .timesheet-unit > .value > .value {
	color: #999;
	font-weight: 500;
	font-size: 18px;
}
.sb-skin #projectCheckListBox #btnProjectCheckListNew {
	border: 1px solid #B9C4D3;
	float: left;
	width: 58px;
	height: 58px;
	padding: 6px 17px;
	border-radius: 5px;
	margin-right: 10px;
}
.sb-skin #projectCheckListBox #btnProjectCheckListNew .fa {
	font-size: 30px;
}
.sb-skin .table>thead>tr>th,
.sb-skin .table>tbody>tr>th,
.sb-skin .table>tfoot>tr>th,
.sb-skin .table>thead>tr>td,
.sb-skin .table>tbody>tr>td,
.sb-skin .table>tfoot>tr>td {
	vertical-align: top;
}
.sb-skin .modal-footer {
	text-align: center;
}
.glyphicon-minus:before {
	content: "\__";
}
.sb-checklist-table>tbody>tr>th,
.sb-checklist-table>tfoot>tr>th,
.sb-checklist-table>thead>tr>td,
.sb-checklist-table>tbody>tr>td,
.sb-checklist-table>tfoot>tr>td {
	padding: 15px;
	border-bottom: 1px solid #ddd;
}
.sb-checklist-table>thead>tr>th {
	padding: 4px 8px;
	vertical-align: top;
	font-weight: 600;
}
.sb-checklist-table>thead {
	background: #F4F4F4;
	border: 1px solid #E5E5E5;
}
.sb-timer-wrapper {
	vertical-align: top;
	padding-top: 4px;
	display: inline-block;
	margin-right: 10px;
}
.sb-timer-wrapper span {
	padding: 5px;
}
.sb-timer-wrapper .btn {
	margin-top: -4px;
	border-radius: 4px;
	background: #fff;
	color: #225fab;
	font-size: 15px;
	border: 0;
	text-decoration: none;
}
.sb-timer-wrapper .fa-circle-o-notch {
	margin-right: 2px;
}
.sb-timer {
	margin: 10px 8px;
	display: inline-block;
	background: #367ED7;
	border-radius: 4px;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-weight: 600;
	padding: 5px 8px;
}
.sb-timer-input {
	margin: 0px;
	display: inline-block;
	border-radius: 4px;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-weight: 600;
	padding: 5px 8px;
}
.modal-title {
	font-size: 20px;
	padding-left: 10px;
}
#sb-timer-modal .modal-title .date {
	color: #888;
	margin-left: 14px;
	font-weight: 400;
	font-size: 18px;
}
#sb-timer-modal .modal-body {
	padding: 0 15px;
}
#sb-timer-modal .modal-body .form-inline {
	background: #fafafa;
	padding: 20px;
	text-align: center;
}
#sb-timer-modal .modal-body .form-inline input[type="checkbox"] {
	margin-right: 15px;
}
#sb-timer-modal .modal-body .form-inline input[type="text"] {
	width: 63px;
	margin-right: 30px;
}
#sb-timer-modal .modal-body .form-inline .checkbox {
	padding: 10px 0;
}
#sb-timer-modal .modal-body .form-inline .checkbox:not(:last-child) {
	border-bottom: 1px solid #d8d8d8;
}
#sb-timer-modal .modal-body .form-inline .checkbox label {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	margin-right: 10px;
}
#sb-timer-modal .modal-footer .search {
	padding: 15px 0;
	margin-bottom: 0;
}
#sb-timer-modal .modal-footer #searchProject {
	width: 300px;
	margin: 14px auto;
}
#sb-timer-stop {
	background: #eb7c1d;
	color: #fff;
}
#sb-timer-edit {
	background: #367ED7;
	color: #fff;
	border-radius: 4px;
	margin-right: 6px;
}
/* -----------------------------------------
	데이터베이스 정보 노출
----------------------------------------- */
.db-column {
	color: #ccc;
}
/* -----------------------------------------
	대시보드
----------------------------------------- */
.sb-dashboard ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sb-dashboard .widget .header .title {
	font-size: 20px;
	font-weight: 600;
	margin: 8px;
}
.sb-dashboard .widget .header label {
	font-weight: 400;
}
.sb-dashboard button.ui-datepicker-trigger {
	background: none;
	box-shadow: none;
	border: none;
}
.sb-dashboard .btn-primary {
	background: #0E68C5;
	border: 1px solid #0E68C5;
	color: #fff;
}
.sb-dashboard .sb-btn-primary {
	font-size: 30px;
	font-weight: 600;
	border: 1px solid #B9C4D3;
	background: #fff;
	color: #0E68C5;
	width: 44px;
	padding: 0;
	float: left;
	display: block;
}
.sb-dashboard .sb-btn-primary:hover {
	color: #0E68C5;
}
.sb-dashboard .todo .header,
.sb-dashboard #todoList {
	margin-bottom: 15px;
}
.sb-dashboard .todo-list {
	margin: 0;
	display: block;
}
.sb-dashboard .todo-list li {
	padding: 2px 12px;
	font-size: 13px;
	background: none;
	border: 0;
}
.sb-dashboard .todo-list li:hover {
	background: #eaeaea;
}
.sb-dashboard #todoList {
	background: #F7F7F7;
}
.sb-dashboard #uncompleted .urgent {
	background: #ffcfcf;
}
.sb-dashboard #uncompleted .urgent:hover {
	background: #FFBEBE;
}
.sb-dashboard #uncompleted .high {
	background: #f4dbbb;
}
.sb-dashboard #uncompleted .high:hover {
	background: #f5cb94;
}
.sb-dashboard #completed {
	color: #888;
	padding: 0;
	overflow: auto;
	max-height: 70vh;
}
.sb-dashboard #completed h6 {
	padding: 0 16px;
}
.sb-dashboard #completed li {
	padding: 5px 16px;
	font-weight: 400;
}
.sb-dashboard #completed li label {
	text-decoration: line-through;
}
.sb-dashboard .new-todo {
	padding: 20px;
}
.sb-dashboard .new-todo-table {
	display: table;
	width: 100%;
	background: #fff;
	padding: 20px 20px 0;
}
.sb-dashboard .new-todo .header-field {
	display: table;
	width: 100%;
}
.sb-dashboard .new-todo .header-field > div {
	display: table-cell;
	width: 50%;
}
.sb-dashboard .new-todo .header-field > div:last-child {
	text-align: left;
}
.sb-dashboard .new-todo .body-field {
	margin-top: 10px;
}
.sb-dashboard .new-todo .body-field .todo-input .form-group {
	display: table;
	width: 100%;
}
.sb-dashboard .new-todo .body-field .todo-input .form-group>* {
	display: table-cell;
	vertical-align: top;
}
.sb-dashboard .new-todo .body-field .todo-input .form-group>label {
	width: 15%;
	text-align: right;
	padding-right: 10px;
}
.sb-dashboard .new-todo .body-field .todo-input input,
.sb-dashboard .new-todo .body-field .todo-input select,
.sb-dashboard .new-todo .body-field .todo-input textarea {
	width: 100%;
	border: 1px solid #ccc;
}
.sb-dashboard .new-todo .footer-field {
	padding: 5px 15px 15px;
	text-align: center;
}
.sb-dashboard .new-todo .footer-field button {
	margin: 4px;
}
.sb-dashboard .graph {
	height: 240px;
	position: relative;
	margin-bottom: 10px;
}
/* OLD 
.sb-dashboard .graph .bars {
	height: 200px;
	position: absolute;
}
*/
.sb-dashboard .graph .bars {
	height: 145px;
	max-height: 250px;
	display: flex;
	justify-content: center;
	margin-top: 125px;
}
.sb-dashboard .graph .bar-group {
	float :left;
	height: 87%;
	position: relative;
	width: 70px;
	margin: 0 10px;
}
.sb-dashboard .graph .bar {
	height: 1%;
	bottom: 0;
	width: 26px;
	position: absolute;
	color: #fff;
	transition: all 0.8s ease-out;
	font-size: .75em;
	font-weight: bold;
	z-index: 2;
}
.sb-dashboard .graph .bar.fig0 {
	background: #41B97F;
	left: 0;
	max-height:250%
}
.sb-dashboard .graph .current .bar.fig0 {
	background: #FF751C;
}
.sb-dashboard .graph .bar.fig1 {
	background: #D5D5D5;
	left:35px;
}
/* OLD 
.sb-dashboard .graph .x-axis {
	position: absolute;
	bottom: 0;
}
*/
.sb-dashboard .graph .x-axis {
	display: flex;
	justify-content: center;
	padding: 15px;
}
.sb-dashboard .graph .x-axis li {
	float: left;
	text-align: center;
	position: relative;
	width: 70px;
	margin: 0 10px;
}
.sb-dashboard .graph .x-axis li.current {
	color: #FF751C;
	font-weight: 600;
}
.sb-dashboard .graph .count {
	position: absolute;
	right: 4px;
	top: .75em;
	padding: .15em;
	font-size: .75em;
	font-weight: bold;
}
.sb-dashboard .project-due table {
	background: #FFFFFF;
	border: 1px solid #E7EBED;
}
.sb-dashboard .project-due table tr:hover {
	background: #E7F7F8;
	cursor: pointer;
}
.sb-dashboard .project-due table td {
	padding: 10px 14px;
}
.sb-dashboard .project-due table td label {
	color: #fff;
	border-radius: 3px;
	width: 40px;
	text-align: center;
	padding: 2px 4px;
	margin-bottom: 0;
	background: #8c8c8c;
}
.sb-dashboard .project-due table td label.urgent {
	background: #FF3712;
}
.sb-dashboard .project-due table td label.high {
	background: #F6A234;
}
.sb-dashboard .project-due table td:nth-child(2) {
	font-weight: 600;
}
/* -----------------------------------------
	인보이스 상세정보 화면
----------------------------------------- */
.sb-invoice .box-header label a {
	text-decoration: underline;
	color: #0e68c5;
}
.sb-invoice .box-header label span {
	font-weight: 600;
}
.sb-invoice .box-body .header {
	background: #EFF3F7;
	border: 1px solid #ccc;
	padding: 10px 10px;
}
.sb-invoice .box-body .header .btn {
	margin: 0 5px;
}
.sb-invoice .box-body .body {
	padding: 30px 40px;
	border: solid #ccc;
	border-width: 1px;
	border-top-width: 0;
}
.sb-invoice label {
	font-weight: 400;
}
.sb-invoice .box-body .basic-info label {
	display: block;
}
.sb-invoice .box-body .basic-info table td {
	vertical-align: top;
	padding: 6px;
}
.sb-invoice .box-body .basic-info table td:first-child {
	text-align: right;
}
.sb-invoice .box-body .basic-info table td label.name {
	font-weight: 600;
}
.sb-invoice .box-body .basic-info span.draft {
	font-family: Times, "Times New Roman", serif;
	padding: 5px 10px;
	font-weight: 600;
	display: block;
	font-size: 36px;
	color: #666;
	border: 3px solid #888;
	text-align: center;
	margin-bottom: 20px;
}
.sb-invoice .box-body .item-list {
	padding-top: 30px;
}
.sb-invoice .box-body .item-list .table {
	margin-bottom: 20px;
}
.sb-invoice .box-body .item-list .table .checkbox {
	margin: 0;
}
.sb-invoice .box-body .item-list .table .checkbox label {
	margin-left: 20px;
}
.sb-invoice .box-body .item-list .table thead td {
	border-top-width; 0;
	border-top: 0;
	font-weight: 600;
}
.sb-invoice .box-body .item-list .table thead td,
.sb-invoice .box-body .item-list .table tbody td,
.sb-invoice .box-body .item-list .table tfoot td,
.sb-invoice .box-body .item-list .table tbody td .form-control {
	text-align: right;
}
.sb-invoice .box-body .item-list .table .desc,
.sb-invoice .box-body .item-list .table .desc .form-control {
	text-align: left;
	width: 100%;
}
.sb-invoice .box-body .item-list .table tfoot {
	background: #F5F5F5;
	font-weight: 600;
}
.sb-invoice .box-body .item-list .table td {
	border-right: 1px solid #ddd;
}
.sb-invoice .box-body .item-list .table td:last-child {
	border-right: 0;
}
.sb-invoice .box-body .summary .table td {
	border: 0;
}
.sb-invoice .box-body .item-quantity {
	width: 90px;
}
.sb-invoice .box-body .item-unit,
.sb-invoice .box-body .item-discount {
	width: 110px;
}
.sb-invoice-post table.editable td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	vertical-align: middle;
}
.sb-invoice-post table.editable td:last-child {
	border-right: 0;
	text-align: right;
}
.sb-invoice .box-body .summary .table td .form-group {
	display: inline-block !important;
}
.sb-invoice .box-body .summary .table td {
	text-align: right;
}
.sb-invoice .box-body .summary .table td:first-child {
	text-align: left;
	width: 100%;
}
.sb-invoice .box-body .summary .table tfoot {
	font-weight: 600;
	font-size: 18px;
}
.sb-invoice .box-body .summary .table tfoot td {
	border-top: 1px solid #ddd;
}
.sb-invoice .box-body h1,
.sb-invoice .box-body h3 {
	color: #444;
}
.sb-invoice .box-body h1 {
	margin-bottom: 20px;
	font-size: 30px;
}
.sb-invoice .box-footer h4 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.sb-invoice .box-footer label span {
	font-weight: 600;
}
#send_quotation_form,
#send_invoice_form {
	background: #fafafa;
	padding: 20px 100px;
	border: 1px solid #ccc;
	border-top: 0;
}
#send_quotation_form .message,
#send_invoice_form .message {
	margin-bottom: 0;
}
#send_quotation_form label.control-label,
#send_invoice_form label.control-label {
	font-weight: 600;
}
#send_quotation_form form .checkbox label,
#send_invoice_form form .checkbox label {
	display: block;
}
#send_quotation_form .btn,
#send_invoice_form .btn {
	margin: 10px 6px;
}
.icon-btn {
	background: #FDFCFC;
	border: 1px solid #DBE1E8;
	box-shadow: none;
	color: #576B81;
	font-size: 28px;
	margin-left: 14px;
	padding-left: 13px;
	padding-right: 13px;
}
.sb-invoice {
	position: relative;
}
.icon-btn-set {
	position: absolute;
	top: 46px;
	right: 42px;
}
.sb-invoice-post .form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}
.sb-invoice-post .form-horizontal .form-group .control-label {
	text-align: left;
	padding-left: 0;
}
.sb-invoice-post .form-horizontal .form-group div.col-sm-8 {
	padding-left: 0;
	padding-right: 0;
}
.sb-invoice-post table.editable {
	margin-top: 20px;
}
.sb-invoice-post table.editable thead {
	border: 1px solid #ddd;
	border-top: 0;
	background: #fafafa;
}
.sb-invoice-post table.editable td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.sb-invoice-post table.editable td:last-child {
	border-right: 0;
	text-align: right;
}
.sb-invoice-post table.editable #remove_item {
	margin-right: 5px;
}
.sb-invoice-post table.editable>thead:first-child>tr:first-child>td {
	border-top: 1px solid #ddd;
	font-weight: 600;
}
.sb-invoice-post .summary {
	margin-top: 20px;
}
.sb-invoice-post .summary table>tbody>tr>td {
	border-top: 0;
}
.sb-invoice-post .summary table td:last-child {
	text-align: right;
}
.sb-invoice-post .summary table tfoot {
	font-weight: 600;
	font-size: 18px;
}
.sb-invoice .sb-add-icon img {
	width: 30px;
}
.sb-invoice-post .summary .sb-add-icon img {
	width: 36px;
}
.sb-invoice-post .summary .sb-add-icon span {
	font-size: 14px;
	color: #444;
}
.sb-invoice-post .note {
	margin-top: 20px;
	background: #fafafa;
	border: 1px solid #ddd;
	padding: 10px 20px 20px;
}
/*
	Component: wizard
------------------------
*/
nav.navbar {
	background: #3D3F57;
	min-height: 60px;
	border-radius: 0;
}
nav.navbar .navbar-header .navbar-brand,
nav.navbar .navbar-nav > li > a {
	color: #fff;
}
.sb-wizard {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	padding: 0px 0px 0px 0px;
}
.sb-wizard ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sb-wizard label {
	font-size: 14px;
	font-weight: 600;
	color: #555;
	margin: 15px 0px;
}
.sb-wizard a:focus {
	outline: none;
}
.sb-wizard .title {
	font-weight: 600;
	margin-bottom: 25px;
}
.sb-wizard .title span {
	font-size: 16px;
	font-weight: 400;
	color: #aaa;
	letter-spacing: 0.5px;
	margin-left: 15px;
}
.sb-wizard .sub-title {
	margin-bottom: 5px;
	margin-top: 0;
	font-size: 16px;
	font-weight: 600;
}
.sb-wizard .tab-pane .desc {
	margin-bottom: 25px;
	font-size: 13px;
	color: #888;
}
.sb-wizard .form-control {
	border: 1px solid #CCCCCC;
	border-radius: 0 !important;
	box-shadow: none;
	margin-bottom: 20px;
	min-height: 46px;
}
.sb-wizard select.form-control {
	background-color: white;
	display: inline-block;
	font: inherit;
	padding: 0.5em 3.5em 0.5em 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #555 50%), linear-gradient(135deg, #666 50%, transparent 50%), linear-gradient(to right, #ddd, #ddd);
	background-position: calc(100% - 20px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px), calc(100% - 2.5em) 0.6em;
	background-size: 5px 5px, 5px 6px, 1px 2em;
	background-repeat: no-repeat;
}
.sb-wizard .sub-root,
.sb-wizard .sub {
	margin-top: 10px;
	display: none;
}
.sb-wizard .sub {
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	border-left: 3px solid #eaeef1;
	border-top: 3px solid #eaeef1;
	border-right: 3px solid #eaeef1;
	border-bottom: 3px solid #eaeef1;
	border-radius:20px
}
.sub .sub {
	padding-right: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
}
.sb-wizard #wizardFormInput ul.nav li.conditional a {
	color: #ccc;
}
.sb-wizard .pager {
	margin: 40px 0;
}
.sb-wizard .pager li a {
	color: #2e3261;
	padding: 6px 20px;
	border-radius: 50px;
	font-size: 15px;
}
.sb-wizard .pager li.next a {
	background: #2e3261;;
	border-color: #2e3261;;
	color: #fff;
}
.sb-wizard .pager li.submit a {
	background: #cf3646;
	border-color: #cf3646;
	color: #fff;
	float: right;
}
.sb-wizard .checkbox,
.sb-wizard .radio,
.sb-wizard .checkbox + span,
.sb-wizard .radio + span {
	margin-top: 0;
	line-height: initial;
	font-size: 13px;
	font-weight: 500;
	color: #555;
	min-height: 0px;
}
.sb-wizard .checkbox + span,
.sb-wizard .radio + span {
	position: relative;
	top: -17px;
	left: 20px;
}
.sb-wizard #wizardFormInput {
	display: flex;
	margin: 20px auto;
	background: #fff;
}
.sb-wizard #wizardFormInput .navbar {
	padding-top: 15px;
	padding-right: 2%;
	border-right: 1px solid #ddd;
	background-color: white;
	width: 10%;
}
.sb-wizard #wizardFormInput .navbar label {
	display: block;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	color: #777;
	margin: 0 auto;
}
.sb-wizard .navbar ul.nav {
	margin-top: 5px;
}
.sb-wizard .navbar li {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.sb-wizard .navbar ul.nav > li {
	float: none;
	display: block;
}
.sb-wizard .navbar ul.nav > li + li {
	margin-left: 0;
}
.sb-wizard .navbar ul.nav > li > a {
	border-radius: 100%;
	width: 42px;
	height: 42px;
	font-size: 17px;
	margin: 0 auto;
	color: #2e3261;
}
.sb-wizard .navbar ul.nav > li.active > a {
	background: #2e3261;
	color: #fff;
}
.sb-wizard .tab-content {
	padding: 15px 40px;
	width: 100%;
}
.sb-wizard .navbar ul.nav > li.step-error > a {
	color: #cf3646;
}
.sb-wizard .tab-content .tab-help {
	padding-left: 5px;
}
.sb-wizard .tab-content .tooltip-inner {
	word-break: keep-all;
}
.sb-wizard .tab-content .tab-error {
	display: none;
	padding-left: 10px;
	color: #cf3646;
}
/* Large desktops and laptops */
@media (max-width: 1300px) {
	.sb-skin .navbar .nav.sb-menu > li > a {
		font-size: 13px;
		width: 100%;
	}
	.sb-skin .sb-menu .sub>li>a {
		font-size: 12px;
	}
}
@media (max-width: 1200px) {
	/* 	
	.sb-skin #entryBalanceTotal span {
		display: block;
		width: 100%;
	}
	*/
	.sb-skin #entryBalanceTitle label.value, .sb-skin #entryBalanceTotal label.value {
		font-size: 15px;
	}
	.sb-skin #entryBalanceTitle label, .sb-skin #entryBalanceTotal label, .sb-skin #entryBalanceItem label {
		min-width: 179px !important;
		max-width: 179px;
	}
	.sb-skin #entryBalanceTitle small, .sb-skin #entryBalanceTotal small, .sb-skin #entryBalanceItem small {
		min-width: 165px !important;
		max-width: 165px;
	}
	.sb-skin #entryBalanceItem {
		display: none;
	}
	.sb-skin #entryBalanceTitle span.firmBalance {
		display: none;
	}
	.sb-skin #entryBalanceTotal .balanceFirmAccount{
		display: none;	
	}	
	/* 
	.sb-timer-wrapper {
		display: none;
	}
	*/
	.no-column-1200 {
		display: none !important;
	} 
}
@media (min-width: 1200px) {
	.sb-wizard.container {
		width: 980px;
	}
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
}
@media screen and (max-width: 992px) {
	.modal-content {
		top: 61px;
	}
	.sb-skin #entryBalanceTitle span.firmDebit {
		display: none;
	}
	.sb-skin #entryBalanceTotal .balanceUserDebit{
		display: none;	
	}	
	.sb-skin #entryBalanceTitle span.firmCredit {
		display: none;
	}
	.sb-skin #entryBalanceTotal .balanceUserCredit{
		display: none;	
	}	
	.sb-skin #entryBalanceTotal label.blankBalance{
		display: none;	
	}	
	/*Give content full width on xs screens*/
	.right-side {
		margin-left: 0;
	}
	/*
	 * Off Canvas
	 * --------------------------------------------------
	 * Gives us the push menu effect
	 */
	.relative {
		position: relative;
	}
	.row-offcanvas-right .sidebar-offcanvas {
		right: -220px;
	}
	.row-offcanvas-left .sidebar-offcanvas {
		left: -220px;
	}
	.row-offcanvas-right.active {
		right: 220px;
	}
	.row-offcanvas-left.active {
		left: 220px;
	}
	.sidebar-offcanvas {
		left: 0;
	}
	body.fixed .sidebar-offcanvas {
		margin-top: 50px;
		left: -220px;
	}
	body.fixed .row-offcanvas-left.active .navbar {
		left: 220px !important;
		right: 0;
	}
	body.fixed .row-offcanvas-left.active .sidebar-offcanvas {
		left: 0px;
	}
	.sb-dashboard .graph {
		display: none;
	}
	.btn-project-edit {
        /* display: none; */
        margin-left: -10px;
        margin-right: 15px;
	}
	.btn-prepare-documentation {
        /* display: none; */
        margin-left: -10px;
        margin-right: 15px;
	}
	.project-tabs .fa-search-plus {
        /* display: none; */
        margin-left: -10px;
        margin-right: 15px;
	}
	.no-column {
		display: none !important;
	} 
}
@media (min-width: 992px){
	.modal-lg {
		width: 1120px;
	}
	.left-side {
		top: 50px;
	}
	/*Right side strech mode*/
	.right-side.strech {
		margin-left: 0;
	}
	.right-side.strech > .content-header {
		margin-top: 0px;
	}
	/* Left side collapse */
	.left-side.collapse-left {
		left: -220px;
	}
}
/* Portrait tablets and small desktops */
@media (min-width: 815px) and (max-width: 991px) {
	
	.project-details .col-md-2 {
	/* box-shadow: 0px 1px 4px #2324281f;
    margin-bottom: 10px;
    background: #fafafa;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    margin-top: 39px;
    border-radius: 50px 10px; */
    padding-top: 0px;
	}
    .btn-project-edit {
        /* display: none; */
        margin-left: 4px;
        margin-right: 0;
    }
	.btn-prepare-documentation {
        /* display: none; */
        margin-left: 4px;
        margin-right: 0;
    }
    .project-tabs .fa-search-plus {
        /* display: none; */
        margin-left: 4px;
        margin-right: 0;
    }
}
@media screen and (max-width: 814px) {
	/* Fix dropdown menu for small screens to display correctly on small screens */
	.navbar-nav > .notifications-menu > .dropdown-menu, .navbar-nav > .user-menu > .dropdown-menu, .navbar-nav > .tasks-menu > .dropdown-menu, .navbar-nav > .messages-menu > .dropdown-menu {
		position: absolute;
		top: 100%;
		right: 0;
		left: auto;
		border-right: 1px solid #dddddd;
		border-bottom: 1px solid #dddddd;
		border-left: 1px solid #dddddd;
		background: #ffffff;
	}
	.mailbox .nav-stacked > li:not(.header) {
		float: left;
		width: 50%;
	}
	.mailbox .nav-stacked > li:not(.header).header {
		border: 0!important;
	}
	.mailbox .search-form {
		margin-top: 10px;
	}
	/* -----------------------------------------
		pin 스타일의 responsive table
	----------------------------------------- */
	table.sb-pin {
		margin-bottom: 0;
	}
	.pinned {
		position: absolute;
		left: 0;
		top: 0;
		background: #fff;
		width: 15%;
		overflow: hidden;
		overflow-x: auto;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}
	.pinned table {
		border-right: none;
		border-left: none;
		width: 100%;
	}
	.pinned table th, .pinned table td {
		white-space: nowrap;
	}
	.pinned td:last-child {
		border-bottom: 0;
	}
	div.table-wrapper {
		position: relative;
		overflow: hidden;
		border-right: 1px solid #ddd;
	}
	div.table-wrapper div.scrollable table {
		margin-left: 14.8%;
	}
	div.table-wrapper div.scrollable {
		overflow: scroll;
		overflow-y: hidden;
	}
	table.sb-pin td, table.sb-pin th {
		position: relative;
		white-space: nowrap;
		overflow: hidden;
	}
	table.sb-pin th:first-child,
	table.sb-pin td:first-child,
	table.sb-pin.pinned td {
		display: none;
	}
	.project-details #BasicForm .table-responsive>.table.table-bordered>thead>tr>th, .project-details #BasicForm .table-responsive>.table.table-bordered>tbody>tr>th, .project-details #BasicForm .table-responsive>.table.table-bordered>tfoot>tr>th, .project-details #BasicForm .table-responsive>.table.table-bordered>thead>tr>td, .project-details #BasicForm .table-responsive>.table.table-bordered>tbody>tr>td, .project-details #BasicForm .table-responsive>.table.table-bordered>tfoot>tr>td {
		white-space: inherit;
		width: auto;
	}
	.project-details .col-md-2 {
		border-radius: 5px 5px;
	}
	#expandable-panel {
    width: 55px;
	}
	/* 
	.project-details .col-md-2 {
	box-shadow: 0px 1px 4px #2324281f;
    margin-bottom: 10px;
    background: #fafafa;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    margin-top: 39px;
    border-radius: 50px 10px;
    padding-top: 3px;
	padding-bottom: 3px;
	}
	.project-details .col-md-2 .project-tab{
	margin-left: 13px;
	}
	*/
	
	/* Style for pinning first 2 columns
	table.sb-pin th:first-child,
	table.sb-pin th:nth-child(2),
	table.sb-pin td:first-child,
	table.sb-pin td:nth-child(2),
	table.sb-pin.pinned td {
		display: none;
	}
	*/
	.admin-tool {
    border-radius: 5px 5px;
	}
	.form-box {
		width: 90%;
	}
	.error-page {
		width: 100%;
	}
	.error-page > .headline {
		float: none;
		text-align: center;
	}
	.error-page > .error-content {
		margin-left: 0;
	}
	.error-page > .error-content > h3 {
		text-align: center;
	}
	.sb-skin .sb-project-info .panel .dl-horizontal dd {
	margin-top: 10px;
	}
	.sb-skin .settings:first-child,
	.sb-skin .settings:nth-child(2) {
		float: none;
		width: 100%;
	}
	.sb-skin .settings>div {
		width: 100%;
		float: none;
	}
	.pull-lg-left {
		clear: both;
	}
	.pull-lg-right {
		clear: both;
	}
	.sb-skin .nav-tabs>li>a {
		padding-left: 0;
	}
	.sb-skin-input .nav-tabs>li>a {
		padding-left: 0;
	}
	.sb-skin .table-responsive {
		border: 0;
	}
	.sb-skin .table-responsive>.table-bordered {
		border: 1px solid #ddd
	}
	.sb-skin .navbar-nav {
		margin: 0;
	}
	.sb-skin ul.nav.navbar-nav.navbar-right {
		clear: both;
	}
	.sb-skin .navbar-collapse {
		padding: 0;
		box-shadow: 0 6px 8px 0px #aaa;
	}
	.sb-skin .navbar-toggle {
		margin-top: 11px;
		margin-right: 8px;
	}
	.sb-skin .navbar .sb-menu > li > a {
		color: #fff;
	}
	.sb-skin .navbar .sb-user .sb-menu > li > a {
		color: #333;
	}
	.sb-skin .sb-user .sb-menu > li.active > a {
		background: none;
	}
	.sb-skin .navbar .sb-user .nav > li > a:hover, .sb-skin .navbar .sb-user .nav > li > a:active, .sb-skin .navbar .sb-user .nav > li > a:focus, .sb-skin .navbar .sb-user .nav .open > a, .sb-skin .navbar .sb-user .nav .open > a:hover, .sb-skin .navbar .sb-user .nav .open > a:focus {
		background: none;
	}
	.sb-skin .sb-menu > li.active > a {
		border: 0;
		background: #274d94;
		color: #fff!important;
	}
	.sb-skin .header .navbar .nav > li.user > a > div span {
		color: #fff;
	}
	.sb-skin .header .navbar .nav > li.user > a > div span.cname {
		color: #aaa;
	}
	.navbar-nav > .notifications-menu > .dropdown-menu, .navbar-nav > .user-menu > .dropdown-menu, .navbar-nav > .tasks-menu > .dropdown-menu, .navbar-nav > .messages-menu > .dropdown-menu {
		width: 100%;
	}
	.navbar-nav > .notifications-menu > .dropdown-menu, .navbar-nav > .user-menu .caret {
		color: #fff;
	}
	.sb-skin .sb-menu > li > .treeview-menu {
		position: relative;
	}
	.navbar-nav > .notifications-menu > .dropdown-menu, .navbar-nav > .user-menu > .dropdown-menu, .navbar-nav > .tasks-menu > .dropdown-menu, .navbar-nav > .messages-menu > .dropdown-menu {
		position: relative;
	}
	.nav .dropdown.user.plus-menu {
		margin-top: 9px;
	}
	.sb-user {
		position: absolute;
		top: 0px;
		right: 58px
	}
	.sb-skin .navbar .sb-user .nav {
		width: auto;
		border-top: 0;
		box-shadow: none;
		background: none;	
		margin-top: -7px;
	}
	.sb-skin .navbar .sb-user .text-center .nav {
		margin-top: 0;
        padding: 0px 8px;
	}
	.sb-skin .navbar .sb-user>.nav>li>a {
		color: #fff;
	}
	.sb-skin .header .navbar .nav > li.user > a {
		width: 100%;
		padding: 16px 0;
	}
	.sb-skin .header .navbar .nav > li.user > a > div.name, .sb-skin .header .navbar .nav > li.user > a > div.icon {
		display: none;
	}
	.sb-skin #btnStatementView {
		margin-top: 14px;
	}
	.sb-skin #entryBalanceTitle label.value,
	.sb-skin #entryBalanceTotal label.value {
	}
	.sb-user>.sb-menu>li>a {
		padding: 18px 15px;
	}
	.sb-skin .sb-menu.main .sub {
		position: initial;
	}
	.sb-skin .sb-menu .open .sub {
		display: block !important;
	}
	.sb-skin .sb-menu.main .sub li {
		display: block;
		background: #fff;
		padding: 0px 15px;
	}
	.sb-skin .sb-menu li.active .sub {
		display: block;
	}
	.sb-skin .sb-menu.main li a {
		padding: 16px 20px;
	}
	.sb-skin .navbar .sb-menu.main {
		background-color: #fff;
		width: 100%;
	}
	.sb-skin .navbar .sb-menu.main li a {
		color: #333;
	}
	.pull-right.box-tools button {
		margin-right: 0px;
	}
	.sb-skin .project-details #BasicForm .table>thead>tr>th, .sb-skin .project-details #BasicForm .table>tbody>tr>th, .sb-skin .project-details #BasicForm .table>tfoot>tr>th, .sb-skin .project-details #BasicForm .table>thead>tr>td, .sb-skin .project-details #BasicForm .table>tbody>tr>td, .sb-skin .project-details #BasicForm .table>tfoot>tr>td {
		display: flow;
	}
	.sb-skin .project-details .admin-tool .table>thead>tr>th, .sb-skin .project-details .admin-tool .table>tbody>tr>th, .sb-skin .project-details .admin-tool .table>tfoot>tr>th, .sb-skin .project-details .admin-tool .table>thead>tr>td, .sb-skin .project-details .admin-tool .table>tbody>tr>td, .sb-skin .project-details .admin-tool .table>tfoot>tr>td {
		display: flow;
	}
	.non-visible {
		Display: none !important;
	}
	#WizardForm .sb-wrapper {
		padding: 50px 10px 20px 10px;
	}
	#WizardForm .col-sm-12 {
		padding: 0px 10px 0px 10px;
	}
	#WizardForm .box-title {
		display: none;
	}
	#WizardForm .media-on {
		display: block !important;
	}
	.sb-skin .toggle-div-list {
	top: 15%;
	left: 45%;
	}
	.content-with-floating-sidebar {
    padding-left: 75px;
	}
}
@media (min-width: 815px) {
	.modal-dialog {
		margin: 70px auto;
	}
	.sb-skin .sb-menu .sub.hover {
		display: inline-table;
		width: 200px;
		z-index: 1000;
		padding-left: 0 !important;
		background: #fff;
		margin-top: 0px;
		box-shadow: 0 0 1px rgba(57,70,78,.15),0 10px 30px -6px rgba(57,70,78,.25);
	}
	.sb-skin .sb-menu .sub.hover li {
		display: block;
	}
	.sb-skin .sb-menu .sub.hover li:hover {
		background: #f8f8f8;
		cursor: pointer;
	}
	.sb-skin .sb-project-info .panel .panel .dl-horizontal dd {
		margin-left: 0;
	}
	.sb-skin .sb-project-info .dl-horizontal dt {
		float: none;
		clear: initial;
	}
	.sb-skin .sb-project-info > .box-body > .panel > .panel-body > .dl-horizontal > dt {
		float: left;
	}
	.sb-skin-input textarea,
	.limited-textarea {
		resize: horizontal;
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
	}
	.sb-skin-input li {
		padding: 5px !important;
		height: auto !important;
		width: 100px !important;
	}
	.sb-skin-input .form-group {
		margin-top: -5px !important;
	}
	.sb-skin-input .nav-tabs>li>a {
		padding: 6px !important;
		border: 1px solid #ddd !important;
		height: 60px !important;
	}	
	.sb-skin .nav-tabs>li>a {
		padding: 0;
	}
	.sb-skin .nav-tabs>li {
		padding: 16px 30px 16px 10px
	}
	.sb-skin .nav-tabs>li+li {
		padding: 16px 30px 16px 10px
	}
	.sb-skin-input .nav-tabs>li>a {
		padding: 0;
	}
	.sb-skin-input .nav-tabs>li {
		padding: 5px;
	}
	.sb-skin-input .nav-tabs>li+li {
		padding-left: 10px;
	}
	.sb-user {
		float: right;
		max-height: 100%;
		background-color: #225fab;
		padding-left: 20px;
		z-index: 1;
		position: relative;
	}
	.sb-skin .form-group .form-inline{
		margin-bottom: 15px;
	}
	.sb-skin .form-group .form-inline .form-control {
		margin-right: 10px;
		width: -webkit-fill-available;
		margin-bottom: 8px;
		
	}
	.sb-skin .navbar-collapse.collapse {
		display: inline-block !important;
	}
	.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-collapse.collapse {
		display: block!important;
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important;
	}
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.sb-skin .nav>li:not(.active)>a:hover, .sb-skin .nav>li:not(.active)>a:focus {
		background: none;
	}
	.sb-user>.sb-menu>li>a {
		padding: 19px 15px;
	}
	.open .sb-skin .sb-menu .sub {
		display: inline-table;
		width: 200px;
		z-index: 1000;
		padding-left: 0 !important;
		background: #fff;
		box-shadow: 0 0 1px rgba(57,70,78,.15),0 10px 30px -6px rgba(57,70,78,.25);
	}
	.sb-skin .sb-user>.sb-menu>li>a {
		font-size: 13px!important;
		font-weight: 500!important;
		padding-right: 4px;
		padding-left: 0;
	}
	.sb-skin .sb-menu>li.active>a {
		color: #fff;
	}
	.sb-skin .sb-menu.main>li:last-child>a {
	}
	.sb-skin .sb-menu>li:hover {
    background-color: #2366b8;
	}
	.pull-lg-left {
		float: left;
	}
	.pull-lg-right {
		float: right;
	}
	.text-lg-right {
		text-align: right;
	}
	.text-lg-left {
		text-align: left;
	}
	.dl-horizontal dt {
		text-align: left;
	}
	.form-inline .form-control {
    max-width: 180px;
	}
	.form-inline #btnStatementView {
	margin-bottom: 5px;
	}
	.form-inline #btnUploadedFileDelete {
	margin-bottom: 5px;
	}
	.form-inline #btnProjectSearch {
	margin-bottom: 5px;
	}
}
@media screen and (max-width: 815px) {
	.icon-btn-set {
		position: absolute;
		top: 95px;
		right: 42px;
	}
	.sb-skin #entryBalanceTitle label.inout, .sb-skin #entryBalanceTotal label.inout {
        display: none;
    }
	#sb-timer-modal .modal-body .form-inline input[type="text"] {
    width: 63px !important;
    /* max-width: 180px; */
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
}
@media screen and (max-width: 560px) {
	.sb-timer {
		display: none;
	}
  	#sb-timer-start span {
    display: none;
	}
	#sb-timer-modal .modal-body .form-inline input[type="text"] {
    margin-right: -10px !important;
	}
	.sb-timer-wrapper span {
    	padding: 2px;
	}
	.navbar .sb-user {
		display: block;
        position: absolute;
        top: 0px;
        width: 343px;
	}
	.sb-user .sb-timer-wrapper {
		text-align: right !important;
    	width: 259px;
		padding-top: 7px;
	}
	.sb-timer-input {
		width: 50%;
	}
	.invoice-simple {
		Display: none;
	}
	.sb-invoice .row {
		margin-right: -15px;
		margin-left: -15px;
	}
	.content-header>div>h1 {
		margin-top: initial;
		margin-bottom: initial;
		font-size: 30px;
	}
	.content {
		padding: 0px 0px;
	}
	.content-header {
		padding-right: 5px;
		padding-left: 15px;
		padding-bottom: 15px;
	}
	.sb-wrapper {
		padding: 50px 0em 20px 0em;
		max-width: 430px;
		margin: 0 auto;
	}
	body > .header .logo, body > .header .navbar {
		width: 100%;
		float: none;
		position: relative!important;
	}
	body > .header .navbar {
		margin: 0;
	}
	body.fixed > .header {
		position: fixed;
	}
	body.fixed > .wrapper, body.fixed .sidebar-offcanvas {
		margin-top: 100px !important;
	}
	::-webkit-scrollbar {
		height: 5px;
	}
	.table-borderless .sb-label {
	display: table-column-group;
	}
	.table.table-borderless {
		margin-bottom: 0px;
	}
	.dataTables_wrapper {
		padding-top: 13px;
		margin: 15px !important;
	}
	#projectList_length {
		Display: none;
	}
	#projectList_filter {
		margin-bottom: 5px;
	}
	.inline-block {
		display: inline-block;
	}
	
	/* Show the hamburger button */
	#mobile-menu-toggle {
		display: block;
		/* Make sure it's on top of everything
		position: fixed;
		top: 15px;
		left: 15px;
		z-index: 1010; /* Make sure it's on top of everything */
	}
	/* Remove the padding that makes space for the desktop sidebar */
	.content-with-floating-sidebar {
		padding-left: 0;
	}
	/* Disable the hover effect on mobile */
	#expandable-panel:hover {
		width: 250px !important; 
	}
	/* Text and extra icons should always be visible in the mobile menu */
	#expandable-panel .project-tabs li > a.project-tab .menu-text,
	#expandable-panel .extra-icon {
		opacity: 1;
		visibility: visible;
	}
	/* When the menu is triggered, slide the panel into view */
	body.mobile-menu-open #expandable-panel {
		left: 0;
	}
	/* Style for the overlay to dim the background */
	#menu-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 999; /* Below the menu but above the content */
	}
	body.mobile-menu-open #menu-overlay {
		display: block; /* Show the overlay when the menu is open */
	}
	.sb-skin #entryBalanceSummary {
		padding: 13px 15px;
	}
}
/* Fix menu positions on xs screens to appear correctly and fully */
@media screen and (max-width: 480px) {
	.navbar-nav > .notifications-menu > .dropdown-menu > li.header, .navbar-nav > .tasks-menu > .dropdown-menu > li.header, .navbar-nav > .messages-menu > .dropdown-menu > li.header {
		/* Remove arrow from the top */
	}
	.navbar-nav > .notifications-menu > .dropdown-menu > li.header:after, .navbar-nav > .tasks-menu > .dropdown-menu > li.header:after, .navbar-nav > .messages-menu > .dropdown-menu > li.header:after {
		border-width: 0px!important;
	}
	.navbar-nav > .tasks-menu > .dropdown-menu {
		position: absolute;
		right: -120px;
		left: auto;
	}
	.navbar-nav > .notifications-menu > .dropdown-menu {
		position: absolute;
		right: -170px;
		left: auto;
	}
	.navbar-nav > .messages-menu > .dropdown-menu {
		position: absolute;
		right: -210px;
		left: auto;
	}
	.lockscreen .headline {
		font-size: 60px;
		margin-bottom: 40px;
	}
    .sb-skin #entryBalanceTitle label, .sb-skin #entryBalanceTotal label, .sb-skin #entryBalanceItem label {
        min-width: auto !important;
    }
}
@media screen and (max-width: 410px) {
	.navbar-brand {
			display:none;
	}

}
/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
	.icheckbox_minimal, .iradio_minimal {
		background-image: url('../../css/iCheck/minimal/minimal@2x.png');
		-webkit-background-size: 200px 20px;
		background-size: 200px 20px;
	}
}

/* --- Mobile Menu --- */

/* Style the dark overlay that appears behind the menu */
#menu-overlay {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 998; /* Appears below the menu but above the page content */
}

/* These styles only apply to screens smaller than 768px (mobile devices) */
@media (max-width: 560px) {

    /* By default, the menu panel is hidden off-screen to the left */
    #expandable-panel {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 250px; /* Or whatever width you prefer */
        background-color: #f8f9fa; /* A light background color */
        z-index: 999; /* Ensures it's on top of everything */
        padding-top: 50px; /* Add space at the top */
        overflow-y: auto; /* Allow scrolling if menu is long */
        transform: translateX(-100%); /* Hides the menu off-screen */
        transition: transform 0.3s ease-in-out; /* Smooth slide-in animation */
    }

    /* This is the magic: When the body has the .mobile-menu-open class... */
    body.mobile-menu-open #expandable-panel {
        transform: translateX(0); /* Slide the menu into view */
        box-shadow: 0 0 15px rgba(0,0,0,0.2);
    }
    
    body.mobile-menu-open #menu-overlay {
        display: block; /* Show the dark overlay */
    }

    /* Adjust the main content area when the menu is open to prevent overlap issues */
    .content-with-floating-sidebar {
        width: 100%; /* Make sure content takes full width on mobile */
    }

    /* Hide the menu by default in its desktop position on mobile */
    .project-details > .col-md-2 {
        display: none;
    }
    /* But ensure our fixed panel is visible */
    #expandable-panel {
        display: block;
    }
}