.page-title-breadcrumb {
	padding: 0px 20px;
	background: #ffffff;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
	clear: both;
	height: 50px;
}
.page-title-breadcrumb .page-header {
	margin: 0;
	padding: 0;
	border-bottom: 0;
}
.page-title-breadcrumb .page-header .page-title {
	font-size: 25px;
	font-weight: 300;
	color: #545454;
	display: inline-block;
	padding-top: 5px;
}
.page-title-breadcrumb .breadcrumb {
	float: right;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
	background: transparent;
	padding-top: 17px;
	margin-left: 10px;
}

.page-content {
	padding: 20px 20px 50px 20px;
	min-height: 700px;
	clear: both;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
}
.panel.panel-white {
	border-color: #efefef;
}
.panel > .panel-heading {
	font-size: 18px;
	padding: 7px 15px;
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important;
	border-color: #e5e5e5 !important;
}
.panel-body {
	padding: 15px;
}

.panel.panel-white > .panel-heading {
	border-bottom: 1px solid #faf9fb;
	color: #545454;
	background: #FFFFFF;
}
.input-group-btn:last-child > .btn {

}
/*
 .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
 padding: 11px 12px;
 }
 */
.form-control {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	font-size: 14px;
}
.btn {
	outline: none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.ptm {
	padding-top: 20px;
}
.ptbxl {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
	width: 100%
}
.pal {
	padding: 20px !important;
}
.pas {
	padding: 5px !important;
}
.paxs {
	padding: 1px !important;
}
.mls {
	margin-left: 5px;
}
.no-border {
	border: 0px;
}
.table-editable > tbody > tr > td {
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}
.btn-xs, .btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
}
/*.dropdown-toggle {
 padding: 8px 5px;
 }*/
.dropdown-toggle {
	padding-left: 5px;
	padding-right: 5px;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.dropdown-menu {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
}
.dropdown-menu li a {
	padding: 9px 10px;
	font-size: 15px;
}
.btn-group-justified > a {
	padding: 9px;
}
.modal-wide-width {
	width: 70%;
}
.btn-noborder > .selectpicker {
	border: 0px;
}
.btn-noborder > .dropdown-toggle {
	padding: 7px 5px;
	padding-right: 25px;
}
.btn-noborder {
	margin-bottom: 0px !important;
	background-color: #fff;
}
.table-editable > .dropdown-toggle {
	padding: 11px 8px;
}
.input-icon {
	position: relative;
}
.input-icon i {
	color: #545454;
	display: block;
	position: absolute;
	margin: 12px 2px 4px 10px;
	width: 13px;
	height: 13px;
	font-size: 13px;
	text-align: center;
}
.input-icon input {
	padding-left: 33px !important;
}
.input-icon.right i {
	right: 8px;
	float: right;
}
.input-icon.right input {
	padding-left: 12px !important;
	padding-right: 33px !important;
}
td.center {
	text-align: center;
}
.table-bordered > thead > tr > th {
	background-color: #EAEAEA;
	color: #545454;
	border: 1px solid #ddd;
	font-size: 13px;
	font-weight: bold;
}

.table-bordered > tbody > tr > td {
	font-size: 13px;
}
.bootstrap-select.btn-group .btn .filter-option {

	font-size: 14px;
	color: #555;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
	font-size: 14px;
	color: #555;
}

.table-footer {
	width: auto;
	float: right;
}
th.right {
	text-align: right;
}

.nav-tabs > li > a {
	border-radius: 0px;
	border-bottom: 0px;
}
.glyphicon.spinning {
	animation: spin 1s infinite linear;
	-webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
from {
	transform: scale(1) rotate(0deg);
}
to {
	transform: scale(1) rotate(360deg);
}
}

@-webkit-keyframes
spin2 {from {
	-webkit-transform: rotate(0deg);
}
to {
	-webkit-transform: rotate(360deg);
}
}
.badge {
	font-size: 13px !important;
	font-weight: 300;
	height: 18px;
	padding: 3px 6px 3px 6px;
	-webkit-border-radius: 1px !important;
	-moz-border-radius: 1px !important;
	border-radius: 1px !important;
	text-shadow: none !important;
	text-align: center;
	vertical-align: middle;
	background-color: #bcbcbc;
}

.label-success, .badge-success {
	background-color: #5cb85c;
	background-image: none !important;
}
.label-warning, .badge-warning {
	background-color: #f0ad4e;
	background-image: none !important;
}
.label-danger, .badge-danger {
	background-color: #d9534f;
	background-image: none !important;
}
.label-info, .badge-info {
	background-color: #5bc0de;
	background-image: none !important;
}
.btn > i.fa {
	padding: 3px;
}
.modal-content {
	border-radius: 0px;
}

input.invalid {
	border-color: #db4c4a !important;
	background: #f2dede !important;
	color: #555 !important;
}

.invalid {
	color: #db4c4a !important;
	margin-top: 5px;
	display: block;
}
/*
 .state-success .form-control {
 border-color: #7edc7f !important;
 }
 .state-success input, .state-success select, .state-success textarea {
 background: #dff0d8 !important;
 }
 */
table.dataTable > tr > th.sorting {
	background-color: #EAEAEA;
}
table.dataTable tr.DTTT_selected.odd {
	background-color: transparent;
}
table.dataTable tr.DTTT_selected.even {
	background-color: transparent;
}
table.dataTable tr.DTTT_selected.odd td.sorting_1 {
	background-color: transparent;
}
table.dataTable tr.DTTT_selected.even td.sorting_1 {
	background-color: transparent;
}
table.dataTable {
	font-size: 14px;
}
table.dataTable thead > tr > th {
	background-color: #E8E8E8 !important;
	font-weight: bold;
}
table.dataTable tbody tr.selected {
	background-color: #E5F1FB;
}
.fullscreen {
	position: fixed;
	background-color: white;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 1000;
	filter: alpha(opacity=90); /* internet explorer */
	-khtml-opacity: 0.90; /* khtml, old safari */
	-moz-opacity: 0.90; /* mozilla, netscape */
	opacity: 0.90; /* fx, safari, opera */
}

.modal-middle-width {
	width: 50%
}

.btn-opt {
	min-width: 75px
}
.btn-outlined.btn-danger {
	background: transparent none repeat scroll 0% 0%;
	border: 1px solid #E74C3C;
	color: #E74C3C;
}

.btn-outlined.btn-danger:hover {
	background: #E74C3C;
	color: #fff;
}
.btn-full {
	width: 90%;
}
/*

 .dropdown-submenu {
 position: relative;
 }

 .dropdown-submenu>.dropdown-menu {
 top: 0;
 left: 100%;
 margin-top: -6px;
 margin-left: 1px;
 -webkit-border-radius: 0 6px 6px 6px;
 -moz-border-radius: 0 6px 6px;
 border-radius: 0 6px 6px 6px;
 }

 .dropdown-submenu:hover>.dropdown-menu {
 display: block;
 }

 .dropdown-submenu>a:after {
 display: block;
 content: " ";
 float: right;
 width: 0;
 height: 0;
 border-color: transparent;
 border-style: solid;
 border-width: 5px 0 5px 5px;
 border-left-color: #ccc;
 margin-top: 5px;
 margin-right: -5px;
 }

 .dropdown-submenu:hover>a:after {
 border-left-color: #fff;
 }

 .dropdown-submenu.pull-left {
 float: none;
 }

 .dropdown-submenu.pull-left>.dropdown-menu {
 left: -100%;
 margin-left: 10px;
 -webkit-border-radius: 6px 0 6px 6px;
 -moz-border-radius: 6px 0 6px 6px;
 border-radius: 6px 0 6px 6px;
 }
 */

.marginBottom-0 {
	margin-bottom: 0;
}

.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
}
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #fff;
	margin-top: 5px;
}
.dropdown-submenu:hover > a:after {
	border-left-color: #555;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
}

legend {
	padding-top: 20px !important;
}

#rootwizard-custom-circle {
	position: relative;
}
#rootwizard-custom-circle .navbar {
	margin-bottom: 35px;
}
#rootwizard-custom-circle:before {
	content: "";
	height: 3px;
	width: 100%;
	background-color: #5CB85C;
	position: absolute;
	top: 30px;
	left: 0;
}
.root-wizard-ul li {
	background-color: #fff;
	border: 3px solid #6ec06e;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	padding-top: 0px;
	padding-left: 0px;
	display: inline-block;
	float: left;
	list-style: none;
	margin-left: 17%;
	text-align: center;
	position: relative;
}
.root-wizard-ul  li:first-child {
	margin-left: 1%;
}
.root-wizard-ul  li a {
	font-size: 17px;
	line-height: 200%;
}
.root-wizard-ul  li a i {
	color: #6ec06e;
	top: 8px;
}
.root-wizard-ul  li a i.glyphicon-send {
	left: -3px;
}
.root-wizard-ul  li a p.anchor {
	position: absolute;
	top: -35px;
	left: -130px;
	width: 300px;
	font-weight: bold;
	font-size: 14px;
}
.root-wizard-ul  li a p.description {
	font-size: 13px;
	position: absolute;
	left: -130px;
	width: 300px;
}
.root-wizard-ul  li.active {
	background-color: #fff;
	border: 3px solid #dc6767;
}
.root-wizard-ul  li.active a, .root-wizard-ul  li.active p, .root-wizard-ul  li.active i {
	color: #dc6767;
}
#rootwizard-custom-circle  #bar {
	height: 14px;
	border-radius: 5px;
}
#rootwizard-custom-circle .tab-content {
	border-width: 0px;
}
#rootwizard-custom-circle .tab-content .action {
	padding: 15px 0px;
	border-top: 1px solid #E6E6E6;
	margin-top: 60px;
}
#rootwizard-custom-circle .tab-content .action button.btn {
	padding: 7px 21px;
}

.root-oid li:first-child {
	margin-left: 10%;
}
.root-oid li {
	margin-left: 30%;
}

label {
	font-weight: bold;
	color: #545454;
}

.datepicker table thead tr:first-child {
	border-bottom: 1px solid #ccc;
}

.datepicker table thead tr:first-child td {
	font-weight: lighter;
}

.datepicker table thead {
	border-bottom: 1px solid #ccc;
}

.datepicker table thead tr td {
	font-weight: lighter;
}
.datepicker table thead tr:first-child {
	border-bottom: 1px solid #ccc;
}

.datepicker table thead tr:first-child td {
	font-weight: lighter;
}
.datepicker table tr td span {
	border-radius: 0px;
}

.datepicker table tr td, .datepicker table tr th {

	border-radius: 0px;
}

.btn-group > .btn + .dropdown-toggle {
	max-height: 22px;
}

.root-wizard-ul li.checked {
	background: #6ec06e;
}
.root-wizard-ul li.checked a span i {
	color: #fff;
	padding: 7px;
}

.DTTT_button {
	margin-left: -14px;
}

.special {
	font-weight: bold !important;
	color: #000 !important;
}
.a-danger {
	padding-left: 5px;
	color: #d9534f;
}
.a-primary {
	padding-left: 5px;
	color: #337ab7;
}
.input-group-addon:last-child {
	border-radius: 0px !important;
}
#map-canvas {
	height: 400px;
	margin: 0px;
	padding: 0px
}
#map-canvas img {
	max-width: none;
}
.text-muted {
	color: #777;
}
.text-muted:hover {
	color: #fff;
}
.pull-center {
	text-align: center;
}
.only-preview-div{
	background-image: url("/img/disabled.jpg");
}
