/* CSS Document */
body {
	background-color:#f9f9f9;
}
.decorated {
	background:url(../images/leftside.png) repeat-y;
}
footer {
	position:fixed;
	bottom:0;
	z-index:99999;
}
#workarea h2 {
	float:left;
}
#workarea p {
	float:right;
}
#workarea .btn {
	margin: 5px;
}
div.decorated {
	width:100%;
}
.sidebar {
	background:#d7e2e9;
}
.sidebar-nav {
    padding: 9px 0;
}
.sidebar-nav-fixed {
     position:fixed;
     top:50px;
     width:98px;
}

.sidebar-nav li {
	height:80px;
	font-size:14px;
	text-transform:uppercase;
	color:#658196;
	text-shadow:0 1px 0 rgba(255,255,255,0.5);
	text-align:center;
	margin-bottom:10px;
}
a.nav-button {
	color:#658196;
	height:20px;
	padding-top:60px;
	margin-left:13px;
	width:60px;
	text-align: center;
}
a.edit {
	background:url(../images/edit.png) no-repeat;
}
.sidebar-nav li div {
	margin-top:60px;
}

.sidebar-nav li:hover a.nav-button, .sidebar-nav li.active a.nav-button {
	color:#fff;
}

a.settings {
	background:url(../images/settings.png) no-repeat;
}
a.reset {
	background:url(../images/trash.png) no-repeat;
}
a.markup {
	background:url(../images/markup.png) no-repeat;
}
a.users {
	background:url(../images/users.png) no-repeat;
}
a.bulk {
	background:url(../images/bulk.png) no-repeat;
}

.sidebar-nav li:hover a.edit, .sidebar-nav li.active a.edit {
	background:url(../images/edit_dn.png) no-repeat;
}
.sidebar-nav li:hover a.settings, .sidebar-nav li.active a.settings {
	background:url(../images/settings_dn.png) no-repeat;
}
.sidebar-nav li:hover a.reset, .sidebar-nav li.active a.reset {
	background:url(../images/trash_dn.png) no-repeat;
}
.sidebar-nav li:hover a.markup, .sidebar-nav li.active a.markup {
	background:url(../images/markup_dn.png) no-repeat;
}
.sidebar-nav li:hover a.users, .sidebar-nav li.active a.users {
 	background:url(../images/users_dn.png) no-repeat;
}
.sidebar-nav li:hover a.bulk, .sidebar-nav li.active a.bulk {
	background:url(../images/bulk_dn.png) no-repeat;
}

 @media (max-width: 767px) {
     .sidebar-nav-fixed {
         width:auto;
     }
 }

 @media (max-width: 979px) {
     .sidebar-nav-fixed {
         position:static;
        width: auto;
     }
 }
/* login layouts */
.login-box {margin: 10em auto; width:30em;}
#login-container {
  -webkit-border-radius: 5px;
   border-radius: 5px;
   background:#f7fcff;
   border: 5px solid #006fa8;
}
#login-header {
   color: #ffffff;
   text-transform: uppercase;
   font-weight: bold;
   text-align: center;
   margin: 1em auto;
   font-size: 3em;
   color:#333333;
}
#login_form {
   width:25em;
   margin: 1em auto;
}
.login-label {
   margin-top: 1em;
}
.login-input input[type="text"],
.login-input input[type="email"],
.login-input input[type="password"] {
  -webkit-border-radius: 4px;
   border-radius: 4px;
   width:90%;
   height: 2em;
   border: 1px solid #888888;
   padding: 0 .5em;
}
.login-error {
	margin:20px auto;
	color:#ee0000;
}
#login_form input[type="submit"] {
	font-size: 14px;
	font-weight:bold;
	color: #eeeeee;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#75c0e8 0%,
		#75c0e8 50%,
		#359bd6);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#75c0e8),
		color-stop(0.50, #75c0e8),
		to(#359bd6));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #6d8000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.4);
	margin-top: 1em;
}
.headlabel {
	font-size:14px;
	text-transform:uppercase;
	color:#999;
	text-shadow:0 1px 0 rgba(255,255,255,0.5);
}
.headlabel2 {
	font-size:11px;
	text-transform:uppercase;
	color:#999;
	text-shadow:0 1px 0 rgba(255,255,255,0.5);
}
.dm-uploader {
	border: 0.25rem dashed #A5A5C7;
	text-align: center;
	padding: 3rem!important;
}
.dm-uploader.active {
	border-color: red;

	border-style: solid;
}
.dm-uploader .text-muted {
	color: #868e96!important;
}
.dm-uploader .mt-5, .dm-uploader .my-5 {
	margin-top: 3rem!important;
	margin-bottom: 3rem!important;
}
.dm-uploader .h3, .dm-uploader h3 {
	font-size: 1.75rem;
}
.dm-uploader .h3, .dm-uploader h3 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
}
.bulk .span5 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.card {
	height: 100%!important;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
}
.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125);
}

#files {
	min-height: 0;
}
#files {
	overflow-y: scroll !important;
	min-height: 320px;
}

.p-2 {
	padding: .5rem!important;
}
.flex-column {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important;
}
.d-flex {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.mb-1, .my-1 {
	margin-bottom: .25rem!important;
}
.media-body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
p.mb-2 {
    margin-top: 0;
}
.mb-2, .my-2 {
	margin-bottom: .5rem!important;
}
.progress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem;
	height:1.5rem;
}
.bg-success {
	background-color: #28a745!important;
}
.bg-primary {
	background-color: #007bff!important;
}
.text-success {
    color: #28a745!important;
}
.progress-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	background-color: #007bff;
	transition: width .6s ease;
}

.btn input#bulk_process[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}
