::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border: 1px solid #d5d5d5;
}
::-webkit-scrollbar-track {
  border-radius: 0;
  background: #eeeeee;
}
::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #b0b0b0;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:horizontal:start:decrement,
::-webkit-scrollbar-button:horizontal:end:increment {
	height: 10px;
	display: block;
	background-color: #808080;
}

.x-grid-cell-inner {
	padding: 4px 4px 4px 4px;
}

.x-grid-editor {
	height: 100% !important;
	padding: 4px 4px 4px 4px !important;
	margin-top: -4px !important;
}

.x-menu-item-icon-default {
    left: 4px;
}

.x-btn-default-toolbar-small {
    padding: 7px 7px 7px 7px;
}

.x-box-scroller-body-vertical {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll !important;
  scroll-behavior: auto;
}

.x-box-scroller-body-vertical::-webkit-scrollbar {
  display: none;
}

.tbsKeepScrolling {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
.tbsKeepScrolling::-webkit-scrollbar {
  display: none;
}

.tbsVerticalSheetTab {
	width: 120px;
	vertical-align: top;
}

.tbsVerticalTab {
	padding: 2px;
	background-color: #EEE;
	height: auto;
	width: 100%;
}

.tbsVerticalTitle {
	background-color: #BBE;
    display: flow-root;
    border: 1px solid #AAA;
}

.tbsVerticalElemTabCont {
	background-color: white;
	border: 1px solid #DDD;
}
.tbsVerticalTabTitle {
  display: flex;
  align-items: center;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: pre-wrap;
  overflow: hidden;
  background-color: white;
  border: 1px solid #EEE;
  padding: 2px;
  margin: 2px;
}
.tbsVerticalTabTitle:hover {
  background-color: #DDD;
}
.tbsVerticalTabTitleSelected {
  background-color: #DDD;
}

.tbsRaccourcis {
	overflow: hidden;
	display: block;
}

.tbsRaccourcisElem {
	float: left;
	width: 100px;
	height: 60px;
	border: 1px solid #D6DAE1;
	background-color: #FBFCFD;
	display: flex;
	align-items: center;
	margin: 2px;
	padding: 3px;
	cursor: pointer;
}

.tbsRaccourcisElem:hover {
  background-color: #DDD;
}

.tbsRaccourcisElem p {
	width: 100%;
	text-align: center;
	white-space: pre-wrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.x-form-text-default {
	padding-left: 0px !important;
}

.x-form-text-field-body-default {
    min-width: 10px;
}

.TbsErrorsClass {
	background-color: Yellow;
	color: red;
	border: 1px solid Red;
}

.clr2 {
	clear: both;
	overflow: hidden;
	height: 0;
}

.excelIconCls {
		background-image: url(/TbsWebRoot/icones/16x16/tbsTG-excel.png) !important;
}

.excelIdIconCls {
		background-image: url(/TbsWebRoot/icones/16x16/tbsTG-excel.png) !important;
}

.ajouterIconCls {
		background-image: url(/TbsWebRoot/icones/16x16/tbsTG-new.png) !important;
}

.supprimerIconCls {
		background-image: url(/TbsWebRoot/icones/16x16/tbsTG-delete.png) !important;
}

.detailIconCls {
		background-image: url(/TbsWebRoot/icones/16x16/tbsTG-details.png) !important;
}

.sauverIconCls {
		background-image: url(/TbsWebRoot/icones/16x16/tbsTG-save.png) !important;
}

.monterIconCls {
		background-image: url(/TbsWebRoot/icones/16x16/tbsTG-up.png) !important;
}

.descendreIconCls {
		background-image: url(/TbsWebRoot/icones/16x16/tbsTG-down.png) !important;
}

.dupliquerIconCls {
		background-image: url(/TbsWebRoot/icones/16x16/tbsTG-dup.png) !important;
}

.toutSelectionnerIconCls {
		background-image: url(/TbsWebRoot/icones/16x16/tbsTG-selectAll.png) !important;
}

.toutDeselectionnerIconCls {
		background-image: url(/TbsWebRoot/icones/16x16/tbsTG-dselectAll.png) !important;
}

.insertColumnIconCls {
		background-image: url(/TbsWebRoot/icones/16x16/tbsTG-insert-column.png) !important;
}

.removeColumnIconCls {
		background-image: url(/TbsWebRoot/icones/16x16/tbsTG-remove-column.png) !important;
}

.insertRowIconCls {
		background-image: url(/TbsWebRoot/icones/16x16/tbsTG-insert-row.png) !important;
}

.removeRowIconCls {
		background-image: url(/TbsWebRoot/icones/16x16/tbsTG-remove-row.png) !important;
}

.expandTreeIconCls {
		background-image: url(/TbsWebRoot/icones/16x16/tbsTree-expand.png) !important;
}

.collapseTreeIconCls {
		background-image: url(/TbsWebRoot/icones/16x16/tbsTree-collapse.png) !important;
}

.defaultValuesIconCls {
		background-image: url(/TbsWebRoot/icones/16x16/tbsDefaultValues.png) !important;
}

#submenu-box2 {
	background: #f6f6f6;
	margin-bottom: 10px;
}

#submenu2 {
	list-style: none;
	padding: 0;
	margin: 0;
}

#submenu2 li {
	float: left;
	padding: 0;
	margin: 0;
}

#submenu2 li a {
	cursor: pointer;
	padding: 0px 15px;
	border-right: 1px solid #ccc;
	font-weight: bold;
	color: #0B55C4;
	line-height: 12px;
	height: 12px;
}

div.t2,div.b2 {
	height: 6px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

div.m2 {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0 8px;
}

.fsetred {
	overflow: auto;
	width: 100%;
	height: 100%;
	border: 2px solid red;
}

.MONTANT {
	text-align: right;
}

.INTEGER {
	text-align: right;
}

.LECADRE {
	overflow: auto;
	width: 100%;
	height: 100%;
}

.DIVOVERF {
	overflow: scroll;
}
.__NODISPLAY__ {
	display: none;
}
.search-item {
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    padding:3px 10px 3px 10px;
    border:1px solid #fff;
    border-bottom:1px solid #eeeeee;
    white-space:normal;
    color:#555;
}
.entete_tbs {
	overflow: auto;
	background-color: #BBCCFF;
	width: 100%;
	height: 100%;
	border:1px solid #000000;
	-moz-border-radius: 8px; 
	border-radius: 1px;
}
.entjaune_tbs {
	overflow: auto;
	background-color: #FFF380;
	width: 100%;
	height: 100%;
	border:1px solid #000000;
	-moz-border-radius: 8px; 
	border-radius: 1px;
}
.entsilver_tbs {
	overflow: auto;
	background-color: #E2DEDE;
	width: 100%;
	height: 100%;
	border:1px solid #000000;
	-moz-border-radius: 8px; 
	border-radius: 1px;
}
.RESIL {
	overflow: auto;
	background-color: #FF0000;
	width: 100%;
	height: 100%;
}
.MED {
	overflow: auto;
	background-color: #FF8000;
	width: 100%;
	height: 100%;
}
.x-window-dlg, .tbs-wait-icon {
    background:transparent url(/TbsWebRoot/icones/Wait-icon.png) no-repeat top left;
    height:50px !important;
}

#tbs-errors-message-id {
    background: url(/TbsWebRoot/images/errors-bkgnd.png) repeat-y left #EEE;
    border: 2px solid red;
}
#tbs-errors-message-id dd ul {
    color: #0055BB;
    margin: 0px;
    padding: 0px;
}
#tbs-errors-message-id dd {
    font-weight: bold;
}

.tarifToken {
	font-weight: bold !important;
	text-transform: uppercase;
	color: red;
}
.tarifIndent {
	width: 15px;
}
.tarifAlignRigth {
	text-align: right;
}
.tarifVarOrValue {
	width: 85%;
}
.tarifParentheses {
	font-family: monospace;
	font-size: 8px;
	padding: 0px !important;
	width: 7px;
}

.tbsRaisedTasks {
	background-color: yellow;
	border: solid 1px #AAAAAA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tbsBtnClass {
  animation: blueanimation 4s;
  border: 1px solid;
  font-size: 15px !important;
  border-radius: 4px !important;
  -webkit-appearance: none;
  border-color: #3b2eca;
  background: linear-gradient(to bottom,#1A4F75 0,#1A4F75 100%);
  background-color: #1A4F75;
  box-shadow: inset 0 1px 3px 0 rgba(92,195,244,0),0 0 3px #555;
  color: #fff;
  padding: 0 0em;
  height: 24px!important;
  line-height: 24px!important;
}

.tbsBtnClass:hover, .tbsBtnClass:focus {
	border-radius: 1px !important;
	border: solid 1px #A9A9A9 !important;
	cursor: pointer !important;
}

.tbsBtnClass:active {
	background: #E9E9E9 !important;
	border-radius: 1px !important;
	border: solid 1px #999999 !important;
	cursor: pointer !important;
}

.tbsBtnClassDisabled {
	background-image: url("../images/btn.gif") !important;
	background: none repeat-x scroll 0 -1096px rgba(0, 0, 0, 0);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #C9C9C9;
}

.tbsSeparatorClass {
	border-width: 1px 0 0 0;
	padding: 0px;
	margin: 0px;
}

.x-item-disabled, text, text[disabled], input[disabled], text[readonly], input[readonly] {
    color: black !important;
    opacity: 1 !important;
}

select {
	height: 22px !important;
    padding: 2px 2px 2px 2px !important;
}

.x-combo-list-item {
    height: 15px;
    color: #000000;
}
.tbsDocEmailTable {
  border-collapse: collapse;
  width: 100%;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 5px;
}
.tbsDocEmailThTable {
  height: 22px;
  background-repeat: no-repeat;
  text-align: center;
  background-position: center center;
  border: 1px solid #d4d4d4;
  background-color: #F1F1F1;
  font-weight: bold;
  color: #555555;
  padding: 5px 5px 5px 5px;
  vertical-align: middle;
}
.tbsDocEmailTdTable {
  border: 1px solid #d4d4d4;
  text-align: left;
  padding: 5px 5px 5px 5px;
  vertical-align: middle;
}

.x-boundlist-item {
    min-height: 15px;
}

.x-form-text {
    display: inherit !important;
}

x-form-textarea {
    display: inherit !important;
}

.x-form-textarea-body {
	border: solid 1px #EEE;
}

.x-column-header-text,
.x-column-header-inner {
	white-space: initial !important;
}

.tbsTextfieldBorder {
	border: 1px solid #B5B8C8 !important;
	padding: 0px !important;
}

.tbsMenuFixe {
	display: inline-block !important;
	float: none !important;
	text-transform: uppercase;
	font-weight: bold !important;
}

.tbsGridCls {
	width: 100%;
	/*height: 100%;*/
	white-space: nowrap;
	border-spacing: 0px;
	border-collapse: collapse;
}

.tbsOngletCls {
	width: 100%;
	height: 100%;
}

.tbsHpctCls {
	width: 100%;
}

.tbsVpctCls {
	height: 100%;
}

.tbsNowrapCls {
	white-space: nowrap;
}

.tbsSpacingCls {
	border-spacing: 0px;
}

.tbsMinWCls {
	min-width: 70px;
	padding: 1px;
}

.tbsDateCls {
	min-width: 100px;
	max-width: 100px;
}

.tbsTaskPanel {
	position: fixed;
    top: 35px;
    right: -2px;
    width: 130px;
    height: 25px;
    background: #666699;
    color: yellow;
    border: 2px dotted yellow;
    padding-bottom: 5px;
    font-weight: bold;
	cursor: pointer;
}

.tbsMenuPermanent {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.icon-extjs-trial-left:before, .icon-extjs-trial-right:before, .icon-sencha-extjs-trial-left-2:before,
.icon-sencha-extjs-trial-left-3:before, .icon-sencha-extjs-trial-right-2:before, .icon-sencha-extjs-trial-right-3:before,
.icon-extjs-trial-left:after, .icon-extjs-trial-right:after, .icon-sencha-extjs-trial-left-2:after,
.icon-sencha-extjs-trial-left-3:after, .icon-sencha-extjs-trial-right-2:after, .icon-sencha-extjs-trial-right-3:after,
.x-title-text-default-framed:after, .x-title-text-default:after {
      content: "" !important;
}
.tbsChkTblCol div {
	padding-left: 0px;
}
.tbsCheckLabelLeft {
	float: left !important;
}
.tbsMandatory {
	border: 2px solid #FF0000;
	background-color: #FFFFCC;
}
.tbsTabMandatory {
	border-bottom: 2px solid red;
}
.tbsTabMandatoryV {
	text-decoration: underline 2px red;
}
.tbsFileUpload {
	border: 5px solid #157fcc;
	-moz-border-radius: 5px; 
	border-radius: 5px;
}
.tbsFileUploadAdd {
	background-image: url(/TbsWebRoot/icones/16x16/file-import-solid1.svg) !important ;
}
.tbsFileUploadShow {
	background-image: url(/TbsWebRoot/icones/16x16/eye-solid1.svg) !important ;
}
.tbsFileUploadDel {
	background: supprimerIconCls no-repeat center; left: 0px; top: 48px; width: 24px; height: 24px;
}
.tbsFileDownload {
	background-image: url(/TbsWebRoot/icones/16x16/file-arrow-down-solid1.svg) !important ;
}
.tbsFileUploadList {
	width: 100% !important; height: 100% !important;
	overflow-y: auto;
}
.tbsFileUploadDragover {
	border: 6px solid green;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.tbsWzrdTbarActive, .tbsWzrdTbarInactive {
    background: #925e8b !important;
}
.tbsWzrdTbarActive>span>span>span, .tbsWzrdTbarInactive>span>span>span{
    color: white;
}
.tbsWzrdTbarInactive {
    opacity: 0.5 !important;
}

input[type='radio']:disabled,
input[type='button']:disabled,
input[type='checkbox']:disabled {
    cursor: not-allowed !important;
}

.tbsDiffCell {
	color: red;
    font-weight: bold;
}

.tbsRowGreen {
	background: green !important;
}

.tbsScenarioMassagePanel {
	font-weight: bold;
	color: white;
	width: 100% !important;
	height: 40px;
	background-color: #17a2b8 !important;
	display: none;
}

.tbsScenarioCell {
	vertical-align: middle;
	width: 30px;
	font-size: x-large;
	border-right: 1px dashed white;
}

.tbs_signature16 {
	background: url(/TbsWebRoot/icones/16x16/tbsSignature.png) no-repeat center;
	width: 16px !important;
    height: 10px !important;
}
.tbs_signature32 {
	background: url(/TbsWebRoot/icones/16x16/tbsSignature.png) no-repeat center;
}
.fileUploadInput {
	background-color: #f6f6f6;
    padding: 7px 7px 7px 7px;
    border-width: 1px;
    border-style: solid;
    width: 32px; 
    height: 32px; 
    background-position:center; 
    background-repeat:no-repeat;     
    border-color: #e4e4e4;
}

.tbsWidgetIframe {
	width: 100%;
	height: 100%;
	border: 0px none;
	padding-right: 0px;
	margin: 0px;
}

.ace_keyword, .ace_language, .ace_variable, .ace_type, .ace_storage {
	color: #6464C8 !important;
    font-weight: bold;
}

.tbsWidtgetFrame {
	border: 2px solid #DDD;
	margin: 2px;
}

textarea {
	border: none !important;
}

.tbsComboSeparator {
    font-weight: bold;
    font-size: 16px;
    color: #AAA;
    margin-left: -5px;
}
