/*===================================================*/
/*	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 {
	text-align: center;
	white-space: nowrap;
}
	table .optionCell i {
		font-size: 16px;
		padding: 6px 3px 0 3px;
	}

table .checkBoxCell {
	text-align: center;
}
table .idCell {
	text-align: center;
}
table#tCoordinates td {
	padding: 5px;
}

/* 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%;
	}

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

.pictureLayout {
	height: 217px;
}

/*===================================================*/
/*	BOOTSTRAP EXTEND / OVERRIDES
/*===================================================*/
/* Row : Spaced vertically */
.row-spaced {
	margin-bottom: 15px;
}
/* Col : Spaced verticaly */
.col-spaced {
	margin-bottom: 15px;
}
/* Commented rule below because it screws with horizontal forms */
/*[class^="col-"]{
	margin-top: 10px;
}*/
/* Dropdown menu bug */
.dropdown {
	display: inline-block !important;
}
/* Pull left / right with media queries */
@media (min-width: 768px) {
	.sm-pull-left {
		float: left !important;
	}
	.sm-pull-right {
		float: right !important;
	}
}

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

@media (min-width: 1200px) {
	.lg-pull-left {
		float: left !important;
	}
	.lg-pull-right {
		float: right !important;
	}
}
/* Datatable header */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
	height: 43px;
}
.dataTables_length select{
	display: inherit !important;
	width: 37% !important;
}
/* Buttons with multiple icons */
.btn i + i {
	margin-left: 2px;
}
/* Button with icon */
.btn-icon i {
	width: 2.4em;
}
i {
	font-size: 16px;
}

/*===================================================*/
/*	CONTACT BOX
/*===================================================*/
.divClientContactCommand {
	text-align: right;
	border-bottom: #21a9e1 1px solid;
	margin-bottom: 5px;
}
	.divClientContactCommand a {
		padding-left: 4px;
	}
.divClientContactName {
	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;
}


/*===================================================*/
/*	HEADER
/*===================================================*/
/* Button aside of title */
.title-aside-btn {
	margin-top: 17px;
	margin-bottom: 8.5px;
}
.modal-header {
	background: #39414e;
	border-color: #39414e;
	color: #fff;
}
.modal-header h1, .modal-header h2, .modal-header h3, .modal-header h4, .modal-header h5, .modal-header h6 {
	color: #fff;
}
.modal-content {
	border: none;
}
/*===================================================*/
/*	MAIN MENU
/*===================================================*/
/* Search form */
#topMixedEntitiesSearch {
	height: 48px;
}
/* Icons */
.sidebar-menu i {
	width: 1.3em;
	text-align: center;
}
.logo img{
	width: 150px;
}

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

.page-container .main-content {
	position: static;
}
.modal-footer .btn {
	margin-top: 5px;
}

/*===================================================*/
/*	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;
}
td input{
	margin-left: 0 !important;
	/*width: inherit !important;*/
}
/*td div.input-group{
	width: 150px !important;
}*/

/*===================================================*/
/*	LOGIN
/*===================================================*/
.login-page .login-header{
	padding: 50px 0 50px 0;
}
.loginImg{
	width: 250px !important;
}

/*===================================================*/
/*	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;
}

#importTemplateTable td {
	text-align: center;
}


/*===================================================*/
/*	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;
}

/*===================================================*/
/*	ARTICLE CATEGORIES
/*===================================================*/
div#tTree a {
    color           : #000000;
    font-weight     : normal;
    padding-left    : 5px;
    text-decoration : none;
    vertical-align  : middle;
}

div#tTree a.selected {
    font-weight : bold;
}

div#tTree a.entityNode {
    color : #000000;
}

td.button.disabled {
    cursor  : default;
    opacity : 0.33;
}

table#treeCommands {
    border-bottom : 1px dotted #AAAAAA;
    margin-bottom : 15px;
}

table#treeCommands td{
    padding-right : 10px;
    padding-bottom : 10px;
}

/*===================================================*/
/*	Select2 selected item text-size
/*===================================================*/
.page-body .select2-container .select2-choices .select2-search-choice {
 font-size: 13px !important;
}

.page-body .select2-container {
  display: block;
  visibility: visible;
  width: 100% !important;
}

/*===================================================*/
/*	Chosen placeholder length in modal fix
/*===================================================*/
.chosen-container .chosen-choices .search-field:only-child, 
.chosen-container .chosen-choices .search-field:only-child input {
	width: 100% !important;
}

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

.bootstrap-timepicker-widget table td input {
	padding: 0 !important;
	display: inline-block;
}

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

#newsForm .nav-tabs {
    margin-bottom: 0;
}

#newsForm .tab-content {
	padding-top: 10px;
	border: 1px solid #B6B6B2;
	border-top: none;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}