/*
Theme Name: PayApp
Author: Nathan Duckett
Description: Integrated pay application
Version: 1.00
*/
html,
body {
	height: 100%;
}

body {
	padding-top: 61px;
}

hr {
	margin-bottom: 30px;
}

h1 {
	margin: 0 0 40px 0;
}

.pay #wrapper,
.pay #wrapper #content-wrapper {
	height: 100%;
}

.pay-message {
	text-align: center;
	margin: auto;
}

.pay-message .glyphicon {
	font-size: 600%;
	margin: 0px 0px 40px 0px;
}

.pay-message h1 {
	font-size: 300%;
}

/* Top Bar */
#toggle-menu {
	float: left;
	line-height: 70px;
	font-size: 25px;
	color: #25405a;
}

.navbar-text.navbar-right {
  line-height: 40px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 15px;
}

.navbar-text.navbar-right>img {
	margin-left: 15px;
}

@media screen and (max-width:600px) {
    #logo-text,
    #profile-image {
        display: none;
    }
}
/* Top Bar */


/* Side Bar */
#sidebar {
	z-index: 1;
	position: fixed;
	width: 250px;
	height: 100%;
	overflow-y: hidden;
	border-right: 1px solid #e7e7e7;
	background-color: #fff;
}

#sidebar.menuHide {
	width: 0;
}

.nd-menu {
	padding: 40px 0px 0px 0px;
	margin: 0;
}

.nd-item {
	padding: 0 0 4px 0;
	margin: 0;
	list-style: none;
	display: block;
}

.nd-label {
	padding-left: 40px;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.nd-item>a,
.nd-label {
	font-size: 13px;
	text-decoration: none;
	display: block;
	color: #777;
	padding: 6px 0 6px 50px;
}

.nd-item>a:hover,
.nd-label:hover {
	background-color: #f8f8f8;
	color: #444;
}

.nd-item.active>a {
	color: #25405a;
	font-weight: bold;
	border-left: 4px solid #25405a;
	padding-left: 46px;
}
/* Side Bar */


/* Content */
#content-wrapper {
	padding: 30px 15px 0px 265px;
	width: 100%;
	position: absolute;
}

.pay #content-wrapper {
	padding: 60px 15px 15px 15px;
  max-width: 960px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
	position: static;
}

#content-wrapper.menuHide {
	padding: 30px 15px 0px 15px;
}
/* Content */


/* Headings */
.page-header {
	margin: 0 0 40px 0;
	padding: 0 0 10px 0;
}

.page-header>h1 {
	margin: 0 0 10px 0;
}
/* Headings */


/* Forms */
.nd fieldset {
	margin: 0px 0px 15px 0px;
	padding: 30px 0px 30px 0px;
}

.nd fieldset:last-of-type {
	padding-bottom: 10px;
}

.nd legend {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 20px 0px;
	font-size: 18px;
	line-height: 1.1;
	border-color: #eee;
}

.nd .description {
	margin: 0px 0px 20px 0px;
	font-size: 15px;
}

.form-group.required .control-label:after {
	content:"*";
	color:red;
}

.nd .radio-inline {
	padding-top: 0;
}

.nd .help-block {
	margin: 2px 0;
}

.nd .panel {
	margin-bottom: 0px;
}

.nd .panel .checkbox {
	padding: 5px;
}

.nd .panel .checkbox.checked,
.nd .panel .checkbox:hover {
	background-color: #eee;
	color: #444;
}

.nd .attachments,
.nd .images {
	max-height: 150px;
	overflow-y: auto;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0px 0px 0px 0px;
}

.nd label.attachment,
.nd label.image {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 7px 10px 7px 10px;
	font-size: 80%;
	font-weight: normal;
	cursor: pointer;
}

.nd label.attachment input,
.nd label.image input {
	display: block;
	float: left;
	width: 13px;
	height: 13px;
	padding: 0px 0px 0px 0px;
	margin: 2px 5px 0px 0px;
	vertical-align: bottom;
	position: relative;
	*overflow: hidden;
}

.nd label.tag {
	display: block;
	float: left;
	margin: 7px 7px 0px 0px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 7px 7px 5px 7px;
	font-size: 80%;
	font-weight: normal;
	cursor: pointer;
}

.nd .has-error label.tag {
	border-color: #a94442; 
}

.nd .has-error .mce-panel {
	border-color: #a94442;
}

.nd label.attachment.checked,
.nd label.image.checked,
.nd label.tag.checked,
.nd label.attachment:hover,
.nd label.image:hover,
.nd label.tag:hover {
	background-color: #eee;
	color: #444;
}

.nd label.tag input {
	display: block;
	float: left;
	width: 13px;
	height: 13px;
	padding: 0px 0px 0px 0px;
	margin: 1px 5px 0px 0px;
	vertical-align: bottom;
	position: relative;
	*overflow: hidden;
}

.nd .media-thumbnail {
	cursor: pointer;
}

.nd .media-thumbnail:hover {
	opacity: .8;
}

.nd .media.modal label {
	padding: 10px;
}

.nd .media.modal label>input {
	visibility: hidden; /* Makes input not-clickable */
	position: absolute; /* Remove input from document flow */
}

.nd .media.modal label>input + img {
	cursor:pointer;
	border: 1px solid #ccc;
}

.nd .media.modal label>input:checked + img {
	border: 4px solid red;
}

.mce-panel {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px #0000001a;
	box-shadow: 0 1px 1px #0000001a;
}

.mce-toolbar-grp {
	border-radius: 4px 4px 0 0;
}

.mce-statusbar {
	border-radius: 0 0 4px 4px;
}

.mce-tinymce.mce-container.mce-panel {
	margin-bottom: 20px;
}

/* Forms */


/* Panels */
.panel {
	margin-bottom: 30px;
}

.fixed-panel {
	max-height: 200px;
	overflow-y: auto;
}

.fixed-panel:after {
	content: "";
	display: block;
	height: 15px;
	width: 100%;
}
.panel-heading {
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Panels */


/* Tables */
table.vertical-align > tbody > tr > td {
	vertical-align: middle;
}
.table td.icon {
	width: 40px;
}
.table td.title-actions small {
	position: relative;
	left: -9999em;
}
.table tr:hover td.title-actions small {
	position: static;
}

th.sortable {
    position: relative;
}
th.sortable:before {
    content: ' ';
    position: absolute;
    height: 0;
    width: 0;
    right: 10px;
    top: 16px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ccc;
    border-bottom: 0px solid transparent;
}
th.sortable:hover:before {
    border-top: 5px solid #888;
}
th.sortable.asc:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 5px solid #333;
}
th.sortable.asc:hover:before {
    border-bottom: 5px solid #888;
}
th.sortable.desc:before {    
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    border-bottom: 5px solid transparent;
}

/* Tables */


/* Progress Bars */
.progress {
	position: relative;
}
.progress span {
	position: absolute;
	display: block;
	width: 100%;
	color: #333;
}
/* Progress Bars */

/* Footer */
footer {
  margin-top: 100px;
}
/* Footer */

/* Colors */
.pil-b1 {
	color: #759cbc !important;
}
.pil-b2 {
	color: #4881a9 !important;
}
.pil-b3 {
	color: #2b759f !important;
}
.pil-b4 {
	color: #25405a !important;
}
/* Colors */