/*===================================================*/
/*	BASE
/*		Tables
/*		Generic styles
/*	BOOTSTRAP EXTEND / OVERRIDES
/*	CONTACT BOX
/*	CONTRACT
/*	DYNAMIC BOX
/*	GADGETS
/*	HEADER
/*	MAIN MENU
/*	POPUPS
/*	TOOLBAR
/*	TOP MENU
/*	UI COMPONENTS
/*	SURVEY
/*	TRANSACTIONS - IMPORT
/*	GOOGLE ADDRESS
/*	TOP FRANCHISEE
/*	SATISFACTION STATISTIC
/*	CONTRACT PRODUCTION
/*===================================================*/

/*===================================================*/
/*	BASE
/*===================================================*/
h1 {
	margin-bottom: 30px;
}

/*===================================================*/
/*	BASE
/*		Tables
/*===================================================*/
table {
	width: 100%;
}
table.form tr td {
	padding: 2px;
}
table td.notes .tableCell {
	overflow-x: scroll;
	height: 30px;
}
table .columnHeader {
	text-align: center;
}
table .optionCell, table .buttonCell {
	text-align: center;
	width: 100px;
	white-space: nowrap;
}
	table .optionCell i, table .buttonCell i {
		font-size: 16px;
		padding: 0 3px 0 3px;
	}

table .checkBoxCell {
    text-align: center;
    width: 50px;
}
table .quantityCell {
	text-align: center;
	width: 150px;
}
table .inputCell {
	text-align: center;
	min-width: 100px;
	padding: 5px !important;
}
	table .inputCell input {
		height: 23px;
	}

table .idCell {
    text-align: center;
    width: 100px;
}
table td.buttonCell, .table > tbody > tr > td.buttonCell {
	text-align: center;
    padding-top: 0;
	padding-bottom: 0;
}

table#tCoordinates td {
	padding: 5px;
}
a {
    cursor: pointer;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

/* Useful in configurations, preferencePositioning for highlight the last row and the last cell to delete on button over */
.isOverRow tr:last-child {
    background-color: pink;
}
.isOverColumn tr td:last-child {
    background-color: pink;
}

/* Checkbox */
.checkBoxCell .checkbox {
	min-height: 15px;
	height: 15px;
}

.ajaxLoaderDiv {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 4000;
	text-align: center;
	display: none;
}
	.ajaxLoaderDiv img{
		width: 40px;
		position: fixed;
		top: 50%;
		left: 50%;
	}

.rotate-right {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari 3-8 */
    transform: rotate(90deg);
}

/*===================================================*/
/*	BASE
/*		Generic styles
/*===================================================*/
/* Plain list */
.plain-list {
	list-style: none inside none;
	padding: 0;
	margin: 0;
}
	.plain-list>li {
		padding: 10px 0;
	}

.white {
  color: white;
}

.dark {
  color: #373e4a;
}

.noMarginTop {
    margin-top: 0;
}

.noMarginBottom {
    margin-bottom: 0;
}

.noMarginLeft {
    margin-left: 0;
}

.noMarginRight {
    margin-right: 0;
}

.noMargin {
    margin: 0;
}

.marginTop {
    margin-top: 15px;
}

.underline {
    text-decoration: underline;
}

.fullWidth {
	width: 100%;
}

.img-icon-left {
	padding-right: 9px;
}

.img-icon-right {
	padding-left: 9px;
}

.margin-sm-right {
    margin-right: 9px; 
}
.margin-md-right {
	margin-right: 18px; 
}

.nowrap {
    white-space: nowrap;
}

.margin-bottom-negative-sm {
	margin-bottom: -10px;
}

.b-actions .btn {
	min-width: 108px;
}

.dropdown-menu a.disabled {
    pointer-events: none;
}
tr.js-edit {
	cursor: pointer;
}

/*===================================================*/
/*	BOOTSTRAP EXTEND / OVERRIDES
/*===================================================*/
/* Row : Spaced vertically */
.row-spaced {
	margin-bottom: 15px;
}

/* Col : Spaced verticaly */
.col-spaced {
	margin-bottom: 15px;
}

/* Dropdown menu bug */
.dropdown {
	display: inline-block !important;
}

.profile-info.dropdown > a img {
    border: 1px solid #f5f5f5;
    margin-right: 10px;
}

.page-container .sidebar-menu .logo-env {
    padding: 20px;
}

.page-container .sidebar-menu .logo-env .sidebar-collapse {
    margin-top: 16px;
}

.input-xs {
	padding: 5px;
	height: 20px;
}

.margin-xs {
    margin : 2px 0;
}

i.entypo-cog::before{
    margin-right: -2px;
}

.dropdown-menu > li > a {
    padding: 3px 10px;
}

.dropdown-menu.dropdown-info {
    background-color: #21a9e1;
    border-color: #1c99cd;
}

.dropdown-menu.dropdown-info .btn{
    border:none;
    border-radius: 0;
}

.dropdown-menu.dropdown-info a:hover {
    background-color: #1988b6;
    border-color: #147197;
}

.dropdown-menu.dropdown-info .divider, .dropdown-menu.dropdown-info .divider:hover {
    background-color: #1a8fbf;
}

.dropdown-menu.dropdown-info > li > a {
    color: #fff;
}

.dropdown-menu.dropdown-info > li > a.disabled,
.dropdown-menu.dropdown-info > li > a.disabled:focus,
.dropdown-menu.dropdown-info > li > a.disabled:hover {
    background-color: #21a9e1;
    border-color: transparent;
    color: #fff;
    cursor: default;
}

.dropdown-menu.dropdown-green > li > a.disabled,
.dropdown-menu.dropdown-green > li > a.disabled:focus,
.dropdown-menu.dropdown-green > li > a.disabled:hover {
    background-color: #008d45;
    color: #CCC;
}

.btn-sm-kb {
    padding: 7px 8px 3px 9px;
}

.cell-xs {
    width: 50px;
}

.cell-sm {
    width: 100px;
}

.cell-md {
    width: 150px;
}

.cell-lg {
    width: 200px;
}

.cell-xl {
    width: 250px;
}

.dataTables_wrapper > table.dataTable {
    border-left: 1px !important;
    border-right: 1px !important;
}

.txt-no-wrap {
    white-space: pre-wrap;
}

.disabled {
    pointer-events: none;
}

input.error {
    border-color: #ffafbd;
    background-color: #ffeaea;
    color: #e20e0e;
}

input.warning {
    border-color: #ffd78a;
    background-color: #fff4df;
    color: #e69800;
}

/* Pull left / right with media queries */
@media (max-width: 767px) {
	.text-xs-center {
		text-align: center !important;
	}
	.text-xs-left {
		text-align: left !important;
	}
	.text-xs-right {
		text-align: right !important;
	}

    .xs-pull-left {
        float: left !important;
    }
    .xs-pull-right {
        float: right !important;
    }

	.form-horizontal .control-label {
	    text-align: right;
	    margin-bottom: 0;
	    padding-top: 7px;
	}

	.logo-xs {
		height: 50px;
		margin: -15px auto;
	}

    .sidebar-mobile-menu.visible-xs {
        margin-top: 17px;
    }
}

@media (min-width: 768px) {
	.sm-pull-left {
		float: left !important;
	}
	.sm-pull-right {
		float: right !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
	.text-sm-left {
		text-align: left !important;
	}
	.text-sm-right {
		text-align: right !important;
	}
}

@media (min-width:992px) {
	.md-pull-left {
		float: left !important;
	}
	.md-pull-right {
		float: right !important;
	}
	.text-md-center {
		text-align: center !important;
	}
	.text-md-left {
		text-align: left !important;
	}
	.text-md-right {
		text-align: right !important;
	}
}

@media (min-width: 1200px) {
	.lg-pull-left {
		float: left !important;
	}
	.lg-pull-right {
		float: right !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
	.text-lg-left {
		text-align: left !important;
	}
	.text-lg-right {
		text-align: right !important;
	}
}

/* Datatable header */
.dataTables_wrapper .dataTables_length {
	/*Causes bug bordered top appears weird*/
	/*height: 43px;*/
	display:inline-block;
}
.dataTables_wrapper .dataTables_filter {
	float:right;
}
.dataTables_length select{
	display: inherit !important;
}

/* Buttons with multiple icons */
.btn i + i {
	margin-left: 2px;
}

.button-row > .btn, .button-row > .btn-group {
    margin: 0 9px 9px 0;
}

/* Button with icon */
.btn-icon i {
	width: 2.4em;
}
a:not(.btn) i {
    font-size: 16px !important;
}
.tile-title .icon i {
    font-size: 60px !important;
}
.btn i{
	font-size: 16px;
}
.btn-group > .btn-icon + .dropdown-toggle {
    height: 29px;
}
.btn-group > .btn-icon.btn-sm + .dropdown-toggle {
    height: 26px;
}
.btn-group > .dropdown-toggle > i {
    font-size: 12px;
}

.fullWidth.btn-group > .btn:not(.dropdown-toggle) {
    width: calc(100% - 35px);
}

.dropdown-menu.dropdown-right{
    left:auto;
    right:0;
}

.btn-primary-outline {
    background-color: transparent;
    border-color: #ccc;
}

.pagination {
    margin: 0 0 17px 0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    padding: 3.5px 5px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.input-group-btn .btn i,
.pagination a i {
	font-size: inherit;
}

.btn-icon-lg {
    font-size: 16px;
    padding: 4px 10px 3px 10px;
}
a i.icon-lg, i.icon-lg {
    font-size: 24px !important;
}

/* Override bootsrap order of those classes on buttons to let a custom alignment on buttons */
.btn {
	text-align: center !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.mce-branding-powered-by {
	display: none;
}

/*===================================================*/
/*	CONTACT BOX
/*===================================================*/
.divClientCardCommand {
	text-align: right;
	border-bottom: #21a9e1 1px solid;
	margin-bottom: 5px;
}
	.divClientCardCommand a {
		padding-left: 4px;
	}
.divClientCardName {
	font-size: 16px;
	font-weight: bold;
}
.divClientContactEnterprise,
.divClientContactCountry {
	display: none;
}

/*===================================================*/
/*	CONTRACT
/*===================================================*/
.surveyLink {
	margin-right: 10px;
}

/*===================================================*/
/*	DATE PICKER
/*===================================================*/
.datepicker {
	/*z-index: 1151 !important ;*/
	/*display: block !important;*/
}
#tObjectives .datepicker{
	width: 100px !important;
}

/*===================================================*/
/*	DYNAMIC BOX
/*===================================================*/
.dynamicBox {
	position: absolute;
	background: yellow;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 1000;
	max-height: 500px;
	overflow-y: auto;
	border: 1px solid #ebebeb;
	background-color: #fff;
}
	.dynamicBox ul,
	.dynamicBox a	 {
		padding-left:7px;
	}
	.dynamicBox li {
		list-style: none;
	}
.dynamicBoxAdjustment{
	top : initial;
	left: initial;
	right: initial;
}

/*===================================================*/
/*	GADGETS
/*===================================================*/
.tile-stats .num {
	font-size: 26px;
}
.tile-stats h3 {
	font-size: 14px;
}
#gadgets .col-md-3 .panel-body {
	max-height: 250px;
	overflow-y: scroll;
}
.addGadgetBtn{
	padding-top: 20px;
}
.tableMVP{
	width: 100%;
	text-align: center;
}
.headerMVP{
	font-size: 24px;
	font-weight: bold;
}
.columnHeaderMVP{
	font-size: 18px;
	font-weight: bold;
}
.labelMVP{
	font-size: 46px;
}

/*===================================================*/
/*	PANEL
/*===================================================*/
.panel-dark > .panel-heading{
	background-color: #39414e;
	border-color: #39414e;
}

.panel-group .panel > .panel-heading.panel-sm {
	padding: 0px;
}

#configurationToolBox {
	background: #303641;
    /* color: white !important; */
    padding: 1em 2em;
    border-radius: 5px;
}

#configurationToolBox h1 {
	color: white;
}

.panel-heading[data-toggle] {
    cursor: pointer;
}

.panel-heading[data-toggle]:hover {
    background-color: #d6d6d8;
    border-color: #d0d0d3;
}


/*===================================================*/
/*	HEADER
/*===================================================*/
/* Button aside of title */
.title-aside-btn {
	margin-top: 17px;
	margin-bottom: 8.5px;
}

div.userHomePage,
div.userPreferenceFavorite,
div.sectionHelp {
    float  : right;
    margin : 4px;
}

div.sectionHelp {
    position: absolute;
    top: 0;
    right: 0;
}

div.userHomePage i,
div.userPreferenceFavorite i,
div.sectionHelp i  {
    font-size: 24px;
}

div.userHomePage a,
div.userPreferenceFavorite a,
div.sectionHelp a {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

div.userHomePage a.home:hover,
div.userPreferenceFavorite a.star:hover {
    background-position:0 -20px;
}

div.userPreferenceFavorite select {
    border-radius: 5px;
    margin-right: 5px;
    font-size: 11px;
    display: inline-block;
    width: 160px;
}
div.userPreferenceFavoritePopup {
    display:none;
}
div.userPreferenceFavoritePopup div.userPreferenceFavoriteList ul {
    list-style-type: none;
}
div.userPreferenceFavoritePopup div.userPreferenceFavoriteList {
    margin-top: 10px;
}
/*===================================================*/
/*	MAIN MENU
/*===================================================*/
/* Search form */
#topMixedEntitiesSearch {
	height: 48px;
}
/* Icons */
.sidebar-menu i {
	width: 1.3em;
	text-align: center;
}
.logo img{
    width: auto;
    height: auto;
	max-height: 250px;
    max-width: 200px;
}
.page-container .sidebar-menu #main-menu li.root-level:first-child {
    border-top: 1px solid rgba(69, 74, 84, 0.7);
}
.page-container.sidebar-collapsed .sidebar-menu .logo-env {
    padding: 20px 24px;
}
.page-container:not(.sidebar-collapsed) .sidebar-menu #main-menu li.active > a{
    background-color: #2b303a !important;
    color: #fff;
}
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li.active > a > span:not(.badge) {
    background-color: #2b303a !important;
    color: #fff;
}
.page-container .sidebar-menu #main-menu li.has-sub > a,
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > a > span:not(.badge) {
    font-weight: bold;
    height: 40px;
}
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > a > span:not(.badge) {
    height: 42px !important;
}
.page-container .sidebar-menu #main-menu li ul > li > a {
    height: 40px;
}
.page-container .sidebar-menu.fixed .sidebar-menu-inner {
    top: 0;
    height: auto;
}

.alert-isDev,
.alert-isPreProd {
	padding-left: 20px;
}

.alert-isDev i,
.alert-isPreProd i {
	font-size: 16px !important;
}

.sidebar-collapsed .alert-isDev span,
.sidebar-collapsed .alert-isPreProd span {
    display: none;
}

/*===================================================*/
/*	POPUPS
/*===================================================*/
.popupCloseBtn {
	float: right;
}
.popup_div_level2 {
	z-index: 9999;
	position: absolute !important;
}

.page-container .main-content {
	position: static;
}
.modal-footer .btn {
	margin-top: 5px;
}
.modal .shadow {
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

/*===================================================*/
/*	TOOLBAR
/*===================================================*/
/* Icons */
.dataTables_filter.toolbar a {
	font-size: 14px;
	padding: 4px 12px 5px;
}

/*===================================================*/
/*	TOP MENU
/*===================================================*/
/* Asides */
.top-menu-asides {
	padding: 5px 0;
}
/* Icons */
.top-menu i {
	width: 1.3em;
	margin-right: 0.2em;
	text-align: center;
}
/* Mobile adjust */
@media (max-width: 767px) {
	.top-menu,
	.top-menu-asides {
		float: none !important;
	}
		.top-menu > li {
			padding: 0;
			display: block;
		}
	.top-menu .dropdown-menu {
		top: 0;
		left: 100%;
		margin: 0 0 0 10px;
	}
}

/*===================================================*/
/*	UI COMPONENTS
/*===================================================*/
/* Date picker */
.input-group-addon, .input-group-btn, .input-group .form-control {
	/*display: table-cell !important;*/
}

/* Time picker */
.bootstrap-timepicker-hour,
.bootstrap-timepicker-minute {
	padding: 0 !important;
}
.form-control.timepicker{
	display: block !important;
}

/*===================================================*/
/*	MISC
/*===================================================*/
.currentWeek {
	background-color: yellow;
}

.loader-wrapper {
    padding: 100px 0;
    text-align: center;
}

.loader {
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.scanner-container.active .scanner-container-child {
    background-color: white;
    margin: 0px;
    padding: 15px 15px 0 15px;
}

.scanner-container.active * {
    z-index: 101;
}

/*===================================================*/
/*	LOGIN
/*===================================================*/
.login-page .login-header{
	padding: 50px 0 50px 0;
}

/*===================================================*/
/*	SURVEY
/*===================================================*/
#popup_surveyQuestions_div{
	z-index: 1500;
}
.customSurvey_questionGroup_table label{
	margin-left: 5px;
	margin-right: 10px;
}
.surveyPage .page-container{
	padding-left: 0;
}
.surveyPage .main-content{
	width: 60%;
}

/*===================================================*/
/*	TRANSACTIONS - IMPORT
/*===================================================*/
.desjardins,
.bmo,
.bnc{
	display: none;
}


/*===================================================*/
/*	GOOGLE ADDRESS
/*===================================================*/
.pac-container{
	z-index: 4000;
}


/*===================================================*/
/*	TOP FRANCHISEE
/*===================================================*/
.tl_avatar {
	background-size: cover !important;
}
.cbp_tmtimeline > li .cbp_tmicon{
	width: 80px !important;
	height: 80px !important;
}
.cbp_tmtimeline > li .cbp_tmlabel{
	margin-left: 30% !important;
}
.cbp_tmlabel{
	margin-bottom: 40px !important;
	padding: 10px !important;
}
.cbp_tmtimeline > li .cbp_tmlabel{
	margin-right: 15px !important;
}
.mail-env .mail-body{
	margin-left: 10px !important;
	width: 75% !important;
}
.mail-body .tab-content{
	 border-bottom: gray 1px solid !important;
}
.page-body .main-content .cbp_tmtimeline:before{
	margin-left: 12px !important;
}
.chatroom{
	right: 0;
	top: 0;
	bottom: 0;
	width: 280px;
	background: #303641;
	z-index: 5;
	position: fixed;
	color: #aaabae !important;
	padding: 10px;
}
.chatroom h2{
	color: #aaabae !important;
	font-size: 18px;
}
.chatroom a{
	color: #aaabae !important;
}
.chatroomPadding{
	padding-right: 280px !important;
}
/* Mobile adjust */
@media (max-width: 767px) {
	.chatroom {
		display: none;
	}
	.chatroomPadding {
		padding-right: 0 !important;
	}
}

/*===================================================*/
/*	SATISFACTION STATISTIC
/*===================================================*/
.ratingValue td{
	cursor: hand;
	cursor: pointer;
}
	.ratingValue td:hover{
		background-color: darkgray;
		color: white;
	}
.ratingValue .selected{
	background-color: darkgray;
	color: white;
}


/*===================================================*/
/*	CONTRACT PRODUCTION
/*===================================================*/
.fc-event-time{
	display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {

	#transactionsForm .select2-container .select2-choice .select2-arrow b {
		background-image:none !important;
	}
}

/*===================================================*/
/*	INCOME STATEMENT
/*===================================================*/
.accountTypeTree {
	list-style-type: none;
	padding-left: 15px;
}

.accountTypeTotal {
	float:right;
	padding-right: 6px;
}

.table-hover > tbody > tr.entityAccountsTableContainer:hover > td {
	background-color: inherit;
}
.entityAccountsTableContainer > td {
	border-top: none !important; 
}

.entityAccountsTable {
	width: 90%;
	margin-left: 15px;
	margin-bottom: 0;
}

/*===================================================*/
/*	UTILITIES
/*===================================================*/
.text-nowrap {
	white-space: nowrap;
}

.text-uppercase {
	text-transform: uppercase;
}

.margin-left {
    margin-left: 15px;
}

.margin-left-lg {
    margin-left: 30px;
}

/*===================================================*/
/*	bootstrap timepicker fix
/*===================================================*/

/*.bootstrap-timepicker-widget table td input {
	padding: 0 !important;
	display: inline-block !important;
	width: 25px !important;
}*/

@media (min-width: 1000px) {
    #contactSearchBox_div .modal-dialog {
        width: 1000px;
    }
}
@media (max-width: 999px) {
    #contactSearchBox_div .modal-dialog td {
        padding: 0;
    }
}

.kbSearchBoxTab .dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-left: 2px !important;
    margin-right: 2px !important;
    cursor: pointer !important;
    background-color: #EEE !important;
    color: black !important;
    border-radius: 3px !important;
    display: inline-block;
    padding: 2px;
    min-width: 20px;
    text-align: center;
}
.kbSearchBoxTab .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #CCC !important;
}
.kbSearchBoxTab .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    padding-left:18px;
}
.kbSearchBoxTab .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    padding-right:18px;
}
.kbSearchBoxTab .dataTables_processing {
    visibility:hidden;
    position: absolute;
}

.dataTable .notSelectable {
  background-color: #ddd;
  color: #bbb;
}


/* Fix for commonkey login background mess */
.login-page .login-form .form-group .input-group .input-group-addon, .login-page .login-form .form-group .input-group .form-control {
    background: transparent !important;
}

.page-body.loaded {
  overflow-x: hidden;
}

/*===================================================*/
/*  SYSTEM ACCESS
/*===================================================*/

.picture-layout-no-picture,
.picture-layout-picture,
.system-access-no-avatar,
.system-access-avatar {
    max-width: 100%;
    height: auto;
}

/*===================================================*/
/*  USER CATEGORIES
/*===================================================*/
.user-categories_user-container {
    max-height: 300px;
}

/*===================================================*/
/*  CONFIGURATIONS :: TAXES
/*===================================================*/
#taxesTable td {
    vertical-align: middle;
}

/*===================================================*/
/*  FIXES FOR SELECT2 TO MATCH TEXT INPUTS
/*===================================================*/
.select2-container {
    visibility: visible;
}
.select2-dropdown,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    border-color: #ebebeb;
}

.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
    min-height: 31px !important;
    height: initial;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 1.5em;
}

/*===================================================*/
/*  FIX FOR SELECT2 TO APPEAR CORRECTLY IN MODAL
/*===================================================*/
.select2-container {
    width: 100% !important;
}


/*===================================================*/
/*  FIX FOR SELECT2 TO APPEAR IN FRONT OF FORM
 *    (classes are there twice to add specificity)
/*===================================================*/
.modal-open .modal.modal {
    z-index: 101;
}

.modal-backdrop.modal-backdrop {
    z-index: 100;
}

/*===================================================*/
/*  VARIOUS FIXES
/*===================================================*/
.pagination-sm i {
    font-size: 11px;
}

/* Label default has wrong colors in theme (class is there twice to add specificity)*/
.label-default.label-default {
    background-color: #dbdbdd;
    color: #303641;
}

.radio.radio label input,
.checkbox.checkbox label input {
    top: -2px;
}

.modal {
    overflow-y:scroll;
}

/*===================================================*/
/*  FIX FOR DATATABLES WRAPPER IN RESPONSIVE
/*===================================================*/
.table-responsive .dataTables_wrapper {
    border: none;
}


/*===================================================*/
/*  FIXES FOR DATATABLES FOR NEON THEME
/*===================================================*/
  /* Ellipsis */
.dataTables_wrapper .dataTables_paginate span>span {
  margin: 0;
  background: #fff !important;
  border-right: 1px solid #ebebeb !important;
  padding: 0.5em;
}

.dataTables_wrapper .dataTables_filter input[type=search],
.dataTables_wrapper .dataTables_length select {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    box-shadow: none !important;
    outline: 0 !important;
}

.dataTables_wrapper .dataTables_length {
    padding-top: 15px;
}

.dataTables_wrapper .dataTables_length select {
    padding: 6px;
}

.dataTables_wrapper .dataTables_filter input[type=search]:focus,
.dataTables_wrapper .dataTables_length select:focus {
    border-color: #cbd0d9;
}

.dataTables_wrapper .dataTables_processing {
    z-index: 2;
    height: auto;
}

/*===================================================*/
/*  BTLIST
/*===================================================*/
.btDetailTable td,
.btDetailTable th {
    vertical-align: middle !important;
}
textarea.btDetailInput_clientNote, textarea.btDetailInput_internalNote {
    height: 200px;
}
.btDetailList td.inventoryInstances {
    max-height: 79px;
    overflow-y: hidden;
    display: block;
}
/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media  only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {

    /* Force table to not be like tables anymore */
    .table-responsive-block, .table-responsive-block thead, .table-responsive-block tbody, .table-responsive-block th, .table-responsive-block td, .table-responsive-block tr { 
        display: block;
        border:none;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .table-responsive-block thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-responsive-block > tbody > tr {
        border: 1px solid #ccc;
        border-radius: 3px;
        margin-bottom: 17px;
    }

    .table-responsive-block > tbody > tr > td[data-column-header] {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 35%;
        text-align:right;
    }

    .table-responsive-block > tbody > tr > td[data-column-header] input {
        text-align:right;
    }

    .table-responsive-block td[data-column-header]:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 8px;
        left: 8px;
        width: 35%; 
        padding-right: 10px; 
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    .table-responsive-block td[data-column-header]:before { content: attr(data-column-header); }
}

/*===================================================*/
/*   Parsley styles
/*===================================================*/
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}


/*===================================================*/
/*  VARIOUS UTILITIES AND FIXES
/*===================================================*/
.checkbox.no-padding {
    padding:0;
}
.checkbox.fix-position {
    top:2.5px;
}

.input-group-addon.checkbox {
    padding: 4px 10px !important;
}

/*Classes are there twice to add specificity*/
.vertical-align-middle.vertical-align-middle {
    vertical-align: middle;
}
/*Classes are there twice to add specificity*/
.vertical-align-middle.vertical-align-middle td {
    vertical-align: middle;
}

.d-inline-block {
    display: inline-block;
}

.width-auto {
    width: auto;
}

.pagination.no-margin {
    margin: 0;
}

.blockquote-default.normal-font-size {
    font-size : 12px;
}

.disabled:hover {
    cursor: not-allowed;
}

hr.smaller {
    margin-top: 10px;
    margin-bottom: 10px;
}

.modal-header,
[role="handle"] {
    cursor: pointer;
}

.tabs-vertical-env.bordered .tab-content {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

.right-dropdown .dropdown-menu {
    left: auto;
    right: 0;
}

.navbar-brand.menu-logo
{
	width: 100px !important;
	height: auto !important;
}



.navbar .navbar-nav > li > a,
.navbar .dropdown-menu li span {
	color: white;
	text-shadow:  1px  1px 1px #484848,
				 -1px -1px 1px #484848,
				  1px -1px 1px #484848,
				 -1px  1px 1px #484848;
}

.cursor-pointer {
	cursor: pointer;
}


.mce-notification-inner { display:none !important;}
