html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol {
	list-style: none;
}

ul>ul {
	list-style-type: square;
	margin-left: 5%;
}

a:focus, a:active, a:hover {
	/*outline-offset: 0 !important;*/
	outline: 0 !important;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
main, menu, nav, section, summary {
	display: block;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	opacity: .5 !important;
	background: #888 !important;
}
/*-------------------------
  CSS Chapters:
  0 - Variables
  1 - General formatting
  2 - Header
  3 - Sidebar
  4 - Main Content
  5 - Main Site Footer
  6 - Media Queries
-------------------------*/
/*-------------------------
  0 - Variables
-------------------------*/
/*-------------------------
  1 - General formatting
-------------------------*/
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body, html {
	width: 100%;
}

strong {
	font-weight: 800;
	display: inline-block;
	padding: 0 8px;
}

body {
	background-color: #ecf0f1;
}

body.nav-open section {
	margin-left: 0;
}

body.nav-open aside {
	left: 0;
}

body.nav-open .aside-background {
	left: 0;
}

body, h1, h2, h3, p { 'Open Sans', 'Helvetica Neue', Helvetica, Arial,
sans-serif;

}

h2 {
	margin-bottom: 15px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.bottom-right {
	position: fixed;
	right: 0;
	bottom: 0;
}

.text-center {
	text-align: center !important;
}

.controls {
	position: relative;
	margin-bottom: 15px;
}

a label {
	font-weight: bold;
	color: #337ab7;
}

a label:hover {
	font-weight: bold;
	color: #5699cf;
}

.sep {
	content: '';
	border-right: 1px solid rgba(0, 0, 0, 0.13);
}

/*-------------------------
  2 - Header
-------------------------*/
header {
	padding-top: 60px;
	padding-left: 20px;
	width: 500px;
	line-height: 45px;
	color: #fff;
	outline-color: rgb(85, 85, 85);
	/*background-image: url(../images/utsw-master-logo-lg.png);*/
	background-repeat: no-repeat;
	background-size: 170px;
	background-color: white;
	height: 50px;
	margin-left: 30px;
	margin-bottom: 10px;
	background-position: left;
}

header h1, header button {
	display: inline-block;
}

header h1 {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-shadow: rgb(0, 0, 0) 0 1px 0;
}

header .utils {
	margin-right: 15px;
}

header .utils a {
	display: inline-block;
	padding: 0 5px;
	margin-right: -3px;
}

header .utils a {
	color: rgba(0, 0, 0, 0.3);
	transition: color 0.3s linear;
}

header .utils a:hover {
	color: #ffffff;
}

header button {
	cursor: pointer;
	color: #fff;
	-webkit-appearance: none;
	margin: 0 0 0 15px;
	padding: 0;
	border: none;
	height: 50px;
	width: 50px;
	vertical-align: top;
	background: transparent;
	border-right: 1px solid rgba(0, 0, 0, 0.7);
	transition: background-color 0.3s linear;
}

header button:hover, header button:focus, header button.active {
	outline: none;
}

header button:hover, header button.active {
	background-color: rgba(0, 0, 0, 0.1);
}

/*-------------------------
  3 - Sidebar
-------------------------*/
.navbar-inverse {
	background: #0b67cd;
	border: 0 !important;
	border-radius: 0 !important;
}

aside {
	position: fixed;
	top: 0;
	height: 100%;
	width: 350px; /*32*/
	color: #333;
	background-color: #fff;
	padding: 0;
	margin-top: 0;
	z-index: 110;
	transition: left 0.4s ease, width 0.5s
	cubic-bezier(0.525, -0.35, 0.115, 1.335);
}

.aside-background {
	position: fixed;
	top: 0;
	height: 100%;
	width: 350px; /*32%*/
	color: #333;
	background-color: #fff;
	padding: 60px 20px 20px 20px;
	z-index: -2;
	transition: left 0.4s ease, width 0.5s
	cubic-bezier(0.525, -0.35, 0.115, 1.335);
}

aside a {
	font-size: 1em;
	transition: background-color 0.3s, color 0.3s;
}

aside a:hover {
	/*color: #fff !important;*/

}

aside a i, aside a img {
	width: 20px;
	text-align: center;
}

/*aside a, aside input[type="search"] {*/
/*  color: #fff;*/
/*  display: block;*/
/*  font-size: 14px;*/
/*  width: 100%;*/
/*  padding: 8px;*/
/*}*/
aside input[type="search"] {
	-webkit-appearance: none;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background-color: #ECF0F1;
	width: 100%;
	font-size: 14px;
	padding: 8px 8px 8px 25px;
	-moz-transition: background-color 0.3s, border 0.3s;
	-o-transition: background-color 0.3s, border 0.3s;
	-webkit-transition: background-color 0.3s, border 0.3s;
	transition: background-color 0.3s, border 0.3s;
}

aside input[type="search"]:hover, aside input[type="search"]:focus {
	outline: none;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #000;
	background-color: #ECF0F1;
}

aside input[type="search"]+label {
	position: absolute;
	left: 10px;
	top: 8px;
	color: rgba(0, 0, 0, 0.5);
}

aside ul, aside ol {
	margin: 0 auto !important;
}

aside li {
	display: inline-block;
}

aside li:hover, aside li::selection {
	background-color: #8E8E8E;
}

aside .navbar-nav>li {
	float: none;
	display: inline-block;
}

.current-menu-item:active {
	background-color: #6C93AE;
	/* plan to click, color change to white -- we will figure it out*/
}

.current-menu-item:active .tab-menu li  a {
	color: #999 !important;
}

aside .site-nav a {
	margin-bottom: 3px;
}

aside .site-nav a.active, aside .site-nav a:hover {
	background-color: rgba(0, 0, 0, 0.3);
}

aside .site-nav a.active i {
	color: #24FFCE;
}

aside header {
	margin-top: 20px;
	width: 100%;
	position: absolute;
	top: 30px;
	left: 0;
	padding-left: 10px;
	background-color: #999999;
}

aside header a {
	padding: 8px;
	border-top: 0 !important;
}

aside header .avatar img {
	max-width: 20px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	display: inline-block;
	vertical-align: -3px;
	margin-right: 10px;
}

aside #logo {
	float: left;
	padding: 2px;
}

aside .header-menu {
	float: right;
	margin: 15px 10px;
}

aside .header-menu li {
	padding: 5px 10px;
}

aside .header-menu li a {
	color: #333;
}

aside .header-menu li:hover {
	background-color: transparent;
}

.menu-toggle {
	width: 20px;
	left: 0%;
	position: fixed;
	height: 100%;
	top: 0;
	background: #C5C5C5;
	z-index: 100;
	transition: left 0.4s ease;
}

.menu-toggle a {
	padding: 0 3px;
	color: #fff;
	height: 100%;
	display: block;
	margin-top: 18px;
	font-size: 16px;
}

.navbar-brand:focus, .navbar-brand:hover {
	color: #FEFCB7;
}

aside .forms-menu {
	margin-top: 10px;
	padding: 0 10px;
}

aside .forms-menu .col-lg-3 {
	width: 24%;
	display: inline-block;
	float: none;
	vertical-align: top;
	padding: 10px 2%;
}

aside .forms-menu .col-lg-3:hover {
	background-color: #FEFCB7;
}

/*
aside .forms-menu .iconImageBlock {
	background-color: #FEFCB7;
}*/

.iconImageBlock {
	background-color: #FEFCB7;
}

aside .forms-menu .col-lg-3 p {
	margin: 5px 0 0;
}

aside .submenu {
	background: #8E8E8E;
	color: #fff;
}

aside h2 {
	text-align: center;
	font-size: 1.4em;
	margin: 10px 0;
	color: #777;
}

aside .asidebody {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	width: 100%;
	position: absolute;
	left: 0;
	padding-left: 10px;
}

aside footer {
	width: 100%;
	position: absolute;
	left: 0;
	padding-left: 0;
	background-color: #005A98;
}

aside footer .avatar img {
	max-width: 20px;
	border-radius: 100px;
	display: inline-block;
	vertical-align: -3px;
	margin-right: 10px;
}

/*-------------------------
  4 - Main Content
-------------------------*/
.row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.tab-menu {
	width: 99.75%;
	border-bottom: 0px #888 solid;
	height: 60px;
	margin-top: -60px;
	margin-right: 0.32%;
	background: #005a98;
	position: fixed;
	z-index: 80;
}

.tab-menu .menu {
	display: block;
	float: right;
}

.tab-menu li {
	display: inline-block;
	padding: 0 15px;
	background: #6C93AE;
	padding: 20px 10px;
}

.tab-menu li.current-menu-item {
	background-color: #6C93AE;
	/* plan to click, color change to white -- we will figure it out*/
}

.tab-menu li.current-menu-item:active {
	background-color: #79A70A !important; /*#6C93AE; #FEFCB7*/
	/* plan to click, color change to white -- we will figure it out*/
}

.tab-menu li.current-menu-item-toggle {
	/*background-color: white; /*white; #FF0000; #79A70A */
	/* plan to click, color change to white -- we will figure it out*/
	background-color: #79A70A !important;
	color: #f8f9fa; /*#f8f9fa;*/
}

.tab-menu li a {
	color: #eee;
	padding: 20px 12px;
	font-size: 0.9em;
}

.tab-menu li a:hover {
	color: #fff;
}

section {
	transition: margin-left 0.4s ease;
	padding-left: 20px;
	padding-top: 15px;
}

.tab-content {
	border: 0 solid #bebebe;
	width: 100%;
}

section article {
	padding: 20px;
}

section article h2 {
	font-weight: 300;
	font-size: 2em;
}

section article p {
	line-height: 1.5;
	margin-bottom: 10px;
}

/*-------------------------
  5 - Main Site Footer
-------------------------*/
.site-footer {
	width: 100%;
	margin: 0;
	padding: 20px 0;
	background-color: #005A98;
	font-size: 1em;
	text-align: center;
	height: 60px;
}

.site-footer p {
	margin: 0;
	color: #eee;
	font-size: 11px;
}

.site-footer a {
	color: #fff;
	display: inline;
	padding: 0;
	text-decoration: underline;
}

.site-footer a:hover {
	color: #E67D2F !important;
}

.site-footer a.feedback {
	color: #FF870E;
}

body.nav-open section {
	margin-left: 350px; /*32%*/
}

aside, .aside-background {
	left: -350px;/*-32%*/
}

body.nav-open .menu-toggle {
	left: 350px; /*32%*/
	transition: left 0.4s ease;
}

.site-footer {
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
}

.top-space {
	margin-top: 20px;
}

#spacer {
	background: transparent;
	padding: 10px;
}

.spacer {
	background: transparent;
	padding: 10px;
}

.spacer-inline {
	background: transparent;
	padding: 5px;
}

.thumbnail {
	height: 250px !important;
	width: 250px !important;
	text-align: center;
}

.thumbnail-span .text-content span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
}

.thumbnail-span .text-content {
	color: #333333;
	background-color: #999999;
	cursor: pointer;
	display: table;
	height: 240px;
	width: 240px;
	position: absolute;
}

.thumbnail:hover .thumbnail-span .text-content {
	color: #005A98;
	opacity: 1;
}

.navbar-inverse {
	background-image:linear-gradient(to bottom,#005a98 0,#005a98 100%) !important;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	background: #005A98 !important;
	border-color: #005A98 !important;
	padding: 0 !important;

}

.navbar {
	margin-bottom: 0 !important;
	border-radius: 0;
}

.navbar-inverse .navbar-brand {
	float: none;
	padding: 15px 0;
	font-size: 1.2em;
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 100%;
}

.navbar-nav>li>a {
	text-decoration: none;
	color: #fff !important;
	font-size: 1em;
	text-shadow: none !important;
}

.navbar-nav>li>a:hover {
	color: #fff !important;
}

.container-fluid {
	background: #005A98 !important;
	border-color: #005A98 !important;
	padding: 0 !important;
}

.container-modal {
	margin-left: -5px !important;
	width: 80%;
}

.fade {
	opacity: 0;
	transition: opacity 0.01s linear !important;
}

.modal-header {
	background-color: #005A98;
	height: 25px;
	border-radius: 0px;
	padding: 25px !important;
}

.modal-title {
	color: #FFF;
	position: relative;
	bottom: 12px;
}

#myStatusModal {
	margin-top: 500px;
}

[class*='close-'] {
	width:28px !important;
	position:fixed;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	top: 5px;
	right:5px;
	color: #000000;
	background-color:#E0E558;
}


.close-classic:after {
	content: 'X'; /* ANSI X letter */
}

.close-classic:hover {
	background-color: #0080ff;
}

.panel-default {
	font-size: 12px;
}

div.jtable-main-container div.jtable-title {
	text-align: center;
}

.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small,
.panel-title>small>a {
	color: #005A98 !important;
}

label {
	font-weight: bold;
}


/*-------------------------
  5 - Media
-------------------------*/

/* Screen size specific styles */
@media screen and (max-width: 1400px) {
	body {
		font-size: 13px;
	}
	aside #logo {
		float: none;
	}
	aside .header-menu {
		float: right;
		margin: 0;
		display: block;
		float: none;
		width: 100%;
		text-align: center;
		background: #efefef;
		padding: 10px 0;
	}
	.nav>li>a {
		padding: 10px 12px;
	}
	.tab-menu li {
		padding: 20px 0;
	}
}

@media screen and (max-width: 1150px) {
	.tab-menu li a {
		padding: 20px 8px;
		font-size: 0.8em;
	}
}


/***********************************************************/
/******************  COPY FROM ADAPT     *******************/
/***********************************************************/

div.jtable-main-container{
	margin-top:20px;
}

div.jtable-main-container div.jtable-title {
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius:  2px 2px 0 0;
	border-radius:  2px 2px 0 0;
	position: relative;
	line-height: 34px;
	padding-left: 10px;
	border: 1px solid #C7C6C6;
	background-color:#fff;
	font-size: 12px;
	font-weight: bold;
}

div.jtable-main-container div.jtable-title div.jtable-title-text {
	-webkit-text-shadow: 0 0px 0 #666666;
	text-shadow: 0 0px 0 #666666;
	color: grey !important;
}

div.jtable-main-container div.jtable-title div.jtable-toolbar span.jtable-toolbar-item  {
	cursor: default;
	background-color: #3173b0;
}

div.jtable-title div.jtable-toolbar span.jtable-toolbar-item span.jtable-toolbar-item-text{
	color: #fdfdfd !important;
}


div.jtable-main-container div.jtable-title div.jtable-toolbar span.jtable-toolbar-item.jtable-toolbar-item-hover {
	cursor: default;
	background-color: #4caf50 !important;

}

.jtable-child-table-container{
	border:2px solid #4d7496;
	margin-left: 1%;
	margin-right: 1%;
}

/* Form Progress */
.progress {
	width: 100%;
	height: 100% !important;
	text-align: left;
}

.progress .step {
	background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
	height: 50px;
}

.progress .circle, .progress .bar {
	display: inline-block;
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	border: 1px solid #d5d5da;
	margin-top: 5px;
}

.progress .bar {
	position: relative;
	width: 80px;
	height: 6px;
	margin: 0 -5px 17px -5px;
	border-left: none;
	border-right: none;
	border-radius: 0;
}

.progress .circle .label {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 32px;
	border-radius: 32px;
	margin-top: 1px;
	margin-left: 1px;
	color: #9E9E9E;
	font-size: 17px;
}

.progress .circle .title {
	color: #b5b5ba;
	font-size: 13px;
	line-height: 30px;
	margin-left: -5px;
}

.progress .title:hover {
	color: #808040;
	font-weight: bold;
}

/* Done / Active */
.progress .bar.done, .progress .circle.done {
	background: #eee;
}

.progress .bar.active {
	background: linear-gradient(to right, #EEE 40%, #FFF 60%);
}

.progress .circle.done .label {
	color: #FFF;
	background: #8bc435;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
}

.progress .circle.done .title {
	color: #444;
}

.progress .circle.active .label {
	color: #FFF;
	background: #FF5722;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
}

.progress .activetitle {
	color: #2A6292;
	font-size: 18px;
}

.progress .activetitle:hover {
	font-weight: bold;
}

.label {
	font-size: 16px !important;
}

.entry:not (
:first-of-type
)
{
	margin-top: 10px;
	margin-left: 10px;
}
.glyphicon {
	font-size: 12px;
}

.datepicker {
	margin-top: 7px !important;
}

footer {
	text-align: center;
	color: #DEDDDD;
	padding: 14px;
	position: fixed;
	background-color: transparent;
	width: 95%;
	bottom: 0;
	left: 0;
}

.tooltip-inner {
	background-color: #ffa !important;
	border-top: 1px solid #293541 !important;
	border-left: 1px solid #293541 !important;
	border-right: 2px solid #293541 !important;
	border-bottom: 2px solid #293541 !important;
	color: #000 !important;
	font-size: 16px !important;
}

#optionJtableContainer {
	margin: 0 2%;
	width: 96%;
}

#optionJtableContainer th {
	font-weight: bold;
}

#optionJtableContainer .jtable-title-text {
	color: #2e6da4;
}

#optionJtableContainer .jtable-toolbar span.jtable-toolbar-item-text input[readonly]
{
	background-color: #DEF3BD !important;
}

textarea[readonly] {
	background-color: #eee !important; /* #DEF3BD !important;*/
}

.textarea-style {
	width: 97% !important;
	height: 99%;
	/*margin: 10px 10px 10px 10px;*/
}

#replacepanel .panel-body {
	background-color: #FFCCFF !important;
}

.checkbox-center {
	margin: 4px 20px 20px 20px;
}

.note {
	color: blue;
}

.required:before {
	content: "*";
	color: red;
}

.dataTable  th {
	font-weight: bold;
	font-size: 12px;
}

.dataTable  td {
	font-size: 12px;
}

#qiTable_filter label {
	font-weight: bold;
	width: 100%;
}

#qiTable_filter input {
	width: 350px;
}

table.dataTable thead th, table.dataTable thead td, table.dataTable tbody tr,
table.dataTable tbody td {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/***********************************************************/
/******************     FORM STYLES     ********************/
/***********************************************************/
form {
	margin-bottom: 100px;
}

.objectTypeDiv {
	position: relative;
	margin-top: 5px;/*10px*/
	margin-bottom: 5px;/*10px*/
	padding: 10px 10px 10px; /*10px 10px 10px;*/
}

.reports .objectTypeDiv {
	margin-top: 0px;
}

.objectTypeDiv .objectTypeDivTitle {
	font-size: 1em;
	font-weight: bold;
	color: #464646;
	padding: 6px 0;
	position: relative;
	background-color: #bebebe;
	text-align: center;
	margin-bottom: 1px; /*20px*/
}

.form-title {
	background: #005A98;
	border: 0;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	border-radius: 0;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	padding-left: 34%;
	z-index: 80;
	height: 60px;
}

form .panel-title {
	padding-top: 6px;
}

form .control-label .fa {
	font-size: 10px;
	vertical-align: top;
	padding: 1px 3px;
}

form .col-md-9.control-label {
	width: 100%;
}

form .text-important {
	display: block;
	text-align: center;
	color: #a94442;
}

.form-group.text-center.button-menu {
	display: block;
	background: #005A98;
	width: 100%;
	padding: 23px 0;
	text-align: center;
	position: fixed;
	bottom: -15px;
	left: 30px;
	z-index: 10;
}

.btn-info {
	background: #6C93AE !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

.search-button .btn-info {
	width: 100%;
	margin: 0 auto;
	display: block;
	float: none !important;
	padding: 10px 0;
}

.menu-button-bottom .btn-info {
	background: #005A98 !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

form .btn .menu-button-bottom {
	background: #6C93AE;
	padding: 7px 35px;
	border-radius: 0;
	opacity: 1;
	color: #fff;
	margin: 0 5px;
}

.menu-button-bottom #animalTransportSubmit, .menu-button-bottom #approveBtn
{
	background: #39B54A;
}

.menu-button-bottom #rejectBtn, .menu-button-bottom #terminateBtn {
	background: #a10000;
}

.menu-button-bottom {
	position: fixed;
	border: 0;
	bottom: 0;
	width: 100%;
	right: 0;
	margin: 0 !important;
	padding: 12px 0;
	left: 0;
	background: #005A98;
	z-index: 10;
	transition: 0.4s ease;
	height: 60px
}

form .menu-button-bottom .btn.active.focus, form .menu-button-bottom .btn.active:focus,
form .menu-button-bottom .btn.focus, form .menu-button-bottom .btn:active.focus,
form .menu-button-bottom .btn:active:focus, form .menu-button-bottom .btn:focus
{
	outline: none !important;
	outline-offset: 0 !important;
}

.menu-button-bottom .btn-info {
	background: #005A98 !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

form .menu-button-bottom .btn {
	background: #6C93AE;
	padding: 7px 35px;
	border-radius: 0;
	opacity: 1;
	color: #fff;
	margin: 0 5px;
}

.menu-button-bottom #animalTransportSubmit, .menu-button-bottom #approveBtn
{
	background: #39B54A;
}

.menu-button-bottom #rejectBtn, .menu-button-bottom #terminateBtn {
	background: #a10000;
}

.menu-button-bottom {
	position: fixed;
	border: 0;
	bottom: 0;
	width: 100%;
	right: 0;
	margin: 0 !important;
	padding: 14px 0;
	left: 0;
	background: #005A98;
	z-index: 10;
	transition: 0.4s ease;
}

form .menu-button-bottom .btn.active.focus, form .menu-button-bottom .btn.active:focus,
form .menu-button-bottom .btn.focus, form .menu-button-bottom .btn:active.focus,
form .menu-button-bottom .btn:active:focus, form .menu-button-bottom .btn:focus
{
	outline: none !important;
	outline-offset: 0 !important;
}

div.jtable-main-container table.jtable tbody>tr.jtable-row-selected {
	text-shadow: none !important;
	color: inherit !important;
}

.nav-open .menu-button-bottom {
	width: auto;/*68%*/
	left: 350px;/*32%*/
	transition: 0.4s ease;
}

.search-button .panel-heading {
	background: #6C93AE !important;
	border: 0 !important;
	color: #fff !important;
}

.panel-info.sub-heading .panel-heading {
	background: #f0f0f0 !important;
	border: 1px #888 solid !important;
	color: #888 !important;
	background: #005A98 !important;
	border: 0 !important;
	color: #fff !important;
	border-radius: 0 !important;
}

.margin-style {
	margin: 0px 15px;
}


.ui-widget-header {
	border: 0 !important;
	background: #005A98 !important;
	color: #FFF !important;
}

.ui-widget-content {
	border-radius: 3px;
}

.ui-dialog-titlebar-close {
	background:
			url("http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_888888_256x240.png")
			repeat scroll -93px -128px rgba(0, 0, 0, 0);
	border: medium none;
}

.ui-dialog-titlebar-close:hover {
	background:
			url("http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_222222_256x240.png")
			repeat scroll -93px -128px rgba(0, 0, 0, 0);
}

.ui-dialog .ui-dialog-content {
	padding: 0px;
	background: #f6f4f4;
}




.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th,
.table>thead>tr>td, .table>thead>tr>th {
	padding: 12px !important;
}

button.dt-button, div.dt-button, a.dt-button {
	border: 1px solid #ddd !important;
	border-radius: 3px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0px 0px !important;
}

.dataTables_wrapper .dataTables_filter {
	padding-right: 15px;
}

.dtrg-group .dtrg-start .dtrg-level-0 {
	background-color: #ff0000 !important;
}


/*.margin-fixed {
	margin-right: 0px !important;
    margin-left: 0px !important;
}*/
.table {
	border: 1px solid #ddd;
}

.btn-default {
	text-shadow: none !important;
	background: #6C93AE !important;
	color: #fff !important;
	border: 0 !important;
	padding: 1px 5px !important;
	min-width: 24px;
	min-height: 24px;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: white; /*#f6f6f6;*/
	min-width: 200px;
	width:90%;
	overflow: auto;
	border: 1px solid #ddd;
	z-index: 1;
}

.dropdown-content a {
	color: #337ab7;
	top:200px;
	padding: 2px 2px;
	text-decoration: none;
	backgroud-color: transparent !important;
	display: block;
}

/** override bootstrap */
.form-horizontal {
	margin-right: 15px;
	margin-left: 0px;
}


/***********************************************************/
/******************   DATATABLE STYLES  ********************/
/***********************************************************/

#jtableContainer, .datacontainer {
	margin: 0 2%;
	width: 96%;
}

div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container
{
	height: auto !important;
}


div.jtable-main-container table.jtable
tbody tr > td.jtable-command-column {
	text-align: center !important;
	vertical-align: top !important;
}
/*
div.jtable-main-container table.jtable tbody>tr>td {
	word-break: break-word;
} */
.word-break {
	word-break: break-word;
}

.icon-column {
	width: 40px;
}

.DataTableContainer {
	width: 96%;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0 !important;
	border-radius: 0 !important;
	border: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	border: 0 !important;
	background: none !important;
}

.pagination {
	margin: 10px 0 !important;
	border-radius: 0px !important;
}

.pagination>li>a, .pagination>li>span {
	position: relative;
	float: none;
	padding: 1px 5px !important;
	margin-left: 0px !important;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.text-primary {
	color: #fff !important;
	background: #6C93AE;
	padding: 5px 5px;
	margin-right: 5px;
}

.text-primary:visited, .text-primary:link, .text-primary:focus,
.text-primary:hover, .text-primary:active {
	color: #fff;
	background: #005a98;
	padding: 5px 5px;
	margin-right: 5px;
}

button.dt-button:hover:not(disabled ) {
	background: #005a98 !important;
	background-image: none !important;
}

button.dt-button:focus:not(disabled ), button.dt-button:active:not(disabled
	):hover:not(disabled ) {
	background: #005a98 !important;
	background-image: none !important;
	box-shadow: none !important;
}

#DashboardPage {
	margin-top: -90px;
}

.panel-body {
	padding: 15px 0 !important;
}

.col-md-12 {
	padding: 0 !important;
}

.dataTables_scroll {
	border: 1px solid #ddd;
}

.dataTables_wrapper thead {
	background: #C5C5C5;
}

table.dataTable.display tbody tr.odd {
	background-color: #f4f4f4;
}

.dataTables_wrapper {
	font-size: 12px;
}

.dataTables_wrapper select.input-sm {
	height: 24px;
	line-height: 24px;
	padding: 0 2px;
}

.dataTables_wrapper .dataTables_length {
	padding-top: 15px;
}

.dataTables_wrapper .ui-buttonset .ui-button {
	margin-left: 5px;
	padding: 2px 10px;
	background: #6C93AE;
	color: #fff;
	border: 0 !important;
	border-radius: 0 !important;
}

.dataTables_wrapper .panel-info.sub-heading .panel-heading {
	background: #005A98 !important;
	border: 0 !important;
	color: #fff !important;
	border-radius: 0 !important;
}

.dataTables_wrapper .dataTables_length {
	padding-top: 12px;
}



/***********************************************************/
/*************  DTE email template popup    ****************/
/***********************************************************/

div.DTE_Body div.DTE_Body_Content div.DTE_Field>label {
	width: 350px !important;
}

div.DTE div.DTE_Body div.DTE_Body_Content div.DTE_Field {
	padding: 0px 0px !important;
}

div.DTE_Body div.DTE_Body_Content div.DTE_Field>label {
	width: 30% !important;
	text-align: left;
}

div.DTE div.DTE_Body div.DTE_Body_Content div.DTE_Field {
	padding: 0px 0px !important;
}

div.DTE_Field input[type="color"], div.DTE_Field input[type="date"], div.DTE_Field input[type="datetime"], div.DTE_Field input[type="datetime-local"], div.DTE_Field input[type="email"], div.DTE_Field input[type="month"], div.DTE_Field input[type="number"], div.DTE_Field input[type="password"], div.DTE_Field input[type="search"], div.DTE_Field input[type="tel"], div.DTE_Field input[type="text"], div.DTE_Field input[type="time"], div.DTE_Field input[type="url"], div.DTE_Field input[type="week"] {
	padding: 5px 5px !important;
	width: 100% !important;
	border-radius: 3px !important;
}

